@font-face {
  font-family: "Jura bold";
  src: url("../fonts/JURA-BOLD.TTF");
}

@font-face {
  font-family: "Jura light";
  src: url("../fonts/JURA-LIGHT.TTF");
}

@font-face {
  font-family: "Jura medium";
  src: url("../fonts/JURA-MEDIUM.TTF");
}

@font-face {
  font-family: "Jura regular";
  src: url("../fonts/JURA-REGULAR.TTF");
}

@font-face {
  font-family: "Jura semibold";
  src: url("../fonts/JURA-SEMIBOLD.TTF");
}

@font-face {
  font-family: "Nevis";
  src: url("../fonts/nevis.ttf");
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
}

body {
  background-color: rgb(249, 249, 249);
  width: 100%;
  height: 100%;
  min-height: 100vh !important;
  /* min-height: 640px!important; */
  max-width: 1920px;
  position: relative !important;
  margin: 0 auto !important;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.animsition,
.animsition-overlay {
  height: 100% !important;
  min-height: 100vh !important;
}

.animsition-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000000000000000000;
  perspective: 1600px;
  perspective-origin: 20% 50%;
  transition: 0.5s all;
  opacity: 1;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #0088cf;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

.preloader.fade {
  opacity: 0;
}

.b-ico-preloader {
  background: url(/wp-content/themes/smelo/res/img/header-logo.png);
  background-size: cover;
  width: 52px;
  height: 67px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: ico 5s infinite linear;
  transform-style: preserve-3d;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-khtml-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes ico {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@-khtml-keyframes ico {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@-moz-keyframes ico {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@-o-keyframes ico {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@-ms-keyframes ico {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes ico {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

#preloader-for-index {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999999999;
  background: rgb(243, 78, 78);
}

.loader-for-index {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 99999999999999999;
  top: calc(50% - 50px);
  background-size: contain;
  -moz-animation: loader 2s infinite ease;
  -webkit-animation: loader 2s infinite ease;
  -o-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}

@-moz-keyframes loader {
  0% {
    background: url("../img/loader-for-index-s.png") no-repeat;
  }

  20% {
    background: url("../img/loader-for-index-m.png") no-repeat;
  }

  40% {
    background: url("../img/loader-for-index-e.png") no-repeat;
  }

  60% {
    background: url("../img/loader-for-index-l.png") no-repeat;
  }

  80% {
    background: url("../img/loader-for-index-o.png") no-repeat;
    height: 97px;
  }

  100% {
    background: url("../img/loader-for-index-hand.png") no-repeat;
  }
}

@-o-keyframes loader {
  0% {
    background: url("../img/loader-for-index-s.png") no-repeat;
  }

  20% {
    background: url("../img/loader-for-index-m.png") no-repeat;
  }

  40% {
    background: url("../img/loader-for-index-e.png") no-repeat;
  }

  60% {
    background: url("../img/loader-for-index-l.png") no-repeat;
  }

  80% {
    background: url("../img/loader-for-index-o.png") no-repeat;
    height: 97px;
  }

  100% {
    background: url("../img/loader-for-index-hand.png") no-repeat;
  }
}

@-ms-keyframes loader {
  0% {
    background: url("../img/loader-for-index-s.png") no-repeat;
  }

  20% {
    background: url("../img/loader-for-index-m.png") no-repeat;
  }

  40% {
    background: url("../img/loader-for-index-e.png") no-repeat;
  }

  60% {
    background: url("../img/loader-for-index-l.png") no-repeat;
  }

  80% {
    background: url("../img/loader-for-index-o.png") no-repeat;
    height: 97px;
  }

  100% {
    background: url("../img/loader-for-index-hand.png") no-repeat;
  }
}

@-webkit-keyframes loader {
  0% {
    background: url("../img/loader-for-index-s.png") no-repeat;
  }

  20% {
    background: url("../img/loader-for-index-m.png") no-repeat;
  }

  40% {
    background: url("../img/loader-for-index-e.png") no-repeat;
  }

  60% {
    background: url("../img/loader-for-index-l.png") no-repeat;
  }

  80% {
    background: url("../img/loader-for-index-o.png") no-repeat;
    height: 97px;
  }

  100% {
    background: url("../img/loader-for-index-hand.png") no-repeat;
  }
}

@keyframes loader {
  0% {
    background: url("../img/loader-for-index-s.png") no-repeat;
  }

  20% {
    background: url("../img/loader-for-index-m.png") no-repeat;
  }

  40% {
    background: url("../img/loader-for-index-e.png") no-repeat;
  }

  60% {
    background: url("../img/loader-for-index-l.png") no-repeat;
  }

  80% {
    background: url("../img/loader-for-index-o.png") no-repeat;
    height: 97px;
  }

  100% {
    background: url("../img/loader-for-index-hand.png") no-repeat;
  }
}

.section-left span,
.section-right-bottom-cell-description,
.section-right-bottom-cell-description a {
  font-size: 10px;
}

.h-button span,
.h-button-aboutus span,
.h-button:before,
.h-button-mobile:before,
.h-button-mobile span,
.header-nav-menu-block .menu__link-menu span,
.dropmenu li a,
.dropmenu .drop-link i,
.slider-range-text p,
.nav-item .item-number,
.nav-item .item-title span,
.section-clients .swiper-pagination-bullet-active p,
.gallery-thumbs .swiper-slide h5,
.gallery-thumbs .swiper-slide h4,
.gallery-thumbs .swiper-slide p,
.section-about-bottom-3 a:before,
#innerTXT-smelo,
.description-price-item-top-item-all ul li,
.description-price-item-top-item-all p,
.section-about-top-left-bottom p,
.price-block-item-block p,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-descriptional
  p,
.section-price-m-title-recommend-additional-3-block-item .content h2 {
  font-size: 12px;
}

.section-contact-left-link-mail,
.price-number-block-item
  .section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-number
  p,
.section-price-m-title-recommend-additional-3-block-item
  .content
  .recommend-additional-number
  p,
.section-social i,
.price-block-item-block a {
  font-size: 14px;
}

.description-price-item-top-item-all ul li,
.description-price-item-top-item-all p,
.section-about-top-2 ul li,
.section-price-item-m-description__container ul li,
.section-price-item-m-tab-right .swiper-slide p,
.section-about-top-right-bottom p,
.section-about-top-left-bottom p,
.section-tab-p p,
.section-tab-p a,
.form-group input,
.form-price-my-checkbox label span,
.section-aboup-p p {
  font-size: 16px;
}

.section-contact-mail-right-h-tab_tab-head li,
.section-slider-portfolio .swiper-slide-container,
.block-item h4 {
  font-size: 18px;
}

.description-price-item-top-item-all h4,
.section-about-top-item-all h4,
.section-contact-right-h-tab_tab-head li,
.section-about-bottom-1 h3,
.section-contact-tab-left h4,
.form-common-style h2 {
  font-size: 24px;
}

.modal-content__title-right h2 {
  font-size: 36px;
}

.slider-range-dashed hr,
.description-price-item-bottom-1 h1 span,
.description-price-item-bottom-1 h2 span,
.section-about-top-1 h1 span,
.section-price-item-m-title__left h1 span,
.section-price-item-m-title-recommend-additional__left h1 span,
.section-about-bottom-2 h1 span,
.section-about-top-1 h2 span,
.section-about-bottom-2 h2 span,
.contact-animation-letter h1 span,
.contact-animation-letter h2 span,
.contact-mail-animation-letter h1 span,
.contact-mail-animation-letter h2 span,
.description-price-item-top-1 h1 span,
.price-block-item-block h4,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-symbol
  h2 {
  font-size: 48px;
}

.tpl-blog_itm-big h1,
.tpl-blog_itm-big h1 span {
  font-size: 48px !important;
}

.text li {
  font-size: 60px;
}

.text.hidden li,
.text.hidden a:hover .txt-item10 span,
.text.hidden a:hover .txt-item17 span,
.text.hidden a:hover .txt-item1,
.text.hidden a:hover li.txt-item4,
.text.hidden a:active .txt-item10 span,
.text.hidden a:active .txt-item17 span,
.text.hidden a:active .txt-item1,
.text.hidden a:active li.txt-item4,
.text.hidden a:focus .txt-item10 span,
.text.hidden a:focus .txt-item17 span,
.text.hidden a:focus .txt-item1,
.text.hidden a:focus li.txt-item4 {
  font-size: 340px;
}

.section-social i,
.slider-range-text p,
.section-about-top-1 h1 span,
.section-price-item-m-title__left h1 span,
.section-price-item-m-title-recommend-additional__left h1 span,
.section-about-bottom-2 h1 span,
.section-about-top-1 h2 span,
.section-about-bottom-2 h2 span,
.description-price-item-top-1 h1 span,
.tpl-blog_itm-big h1,
.tpl-blog_itm-big h1 span,
.this_h2 h2,
.description-price-item-bottom-1 h1 span,
.description-price-item-bottom-1 h2 span,
.section-about-top-item-all h4,
.description-price-item-top-item-all h4,
.description-price-item-top-item-all ul li,
.description-price-item-top-item-all p,
.section-about-top-2 ul li,
.section-price-item-m-description__container ul li,
.section-price-item-m-tab-right .swiper-slide p,
.section-aboup-p p,
.section-about-top-right-bottom p,
.section-about-top-left-bottom p,
.section-about-bottom-3 a:before,
.section-about-bottom-1 h3,
.section-clients .swiper-pagination-bullet-active p,
.contact-animation-letter h1 span,
.contact-animation-letter h2 span,
.contact-mail-animation-letter h1 span,
.contact-mail-animation-letter h2 span,
.section-contact-tab-left h4,
.section-tab-p p,
.section-tab-p a,
.section-contact-right-h-tab_tab-head li.section-contact-right-h-tab-active,
.section-contact-mail-right-h-tab_tab-head
  li.section-contact-mail-right-h-tab-active,
.price-block-item-block p,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-descriptional
  p,
.section-price-m-title-recommend-additional-3-block-item .content h2,
.price-number-block-item,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-number
  p,
.section-price-m-title-recommend-additional-3-block-item
  .content
  .recommend-additional-number
  p {
  color: rgb(59, 59, 59);
}

.price-block-item-block a {
  color: rgb(107, 107, 107);
}

.h-button span,
.h-button-aboutus span,
.h-button:before,
.h-button-mobile:before,
.h-button-mobile span,
.dropmenu .drop-link i,
.text li,
.section-nav-menu a,
.nav-item .item-title span,
.section-right-bottom-cell-description,
.section-right-bottom-cell-description a,
.section-contact-left-link-mail a,
.header-nav-menu-block .menu__link-menu span,
.dropmenu li a,
.modal-content__title-right h2,
.price-block-item-block h4,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-symbol
  h2,
.price-for-mobile-container dl dt a,
.price-for-mobile-container dl dt p {
  color: rgba(0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
}

.gallery-thumbs .swiper-slide p,
.gallery-thumbs .swiper-slide h4 {
  color: rgb(174, 172, 171);
}

.section-contact-right-h-tab_tab-head li,
.section-contact-mail-right-h-tab_tab-head li {
  color: rgb(200, 200, 200);
}

.section-contact-right-h-tab_tab-head li:hover,
.section-contact-mail-right-h-tab_tab-head li:hover,
.section-contact-right-h-tab_tab-head li:active,
.section-contact-mail-right-h-tab_tab-head li:active,
.section-contact-right-h-tab_tab-head li:focus,
.section-contact-mail-right-h-tab_tab-head li:focus,
.h-button:hover span,
.h-button:focus span,
.h-button:active span,
.h-button-mobile:hover span,
.h-button-mobile:focus span,
.h-button-mobile:active span,
.dropmenu li a:hover,
.dropmenu li a:hover i,
.section-nav-menu .nav-item:hover span:not(#choosen),
.section-nav-menu .nav-item:active span:not(#choosen),
.section-nav-menu .nav-item:focus span:not(#choosen),
.section-nav-menu .nav-item:hover p,
.price-block-item-block:hover h4,
.price-block-item-block a:hover,
.price-block-item-block:active h4,
.price-block-item-block a:active,
.price-block-item-block:focus h4,
.price-block-item-block a:focus,
.header-mobile-block-overlay a:hover,
.header-mobile-block-overlay a:focus,
.header-mobile-block-overlay a:active,
.section-about-top-1 h1 span:hover,
.section-price-item-m-title__left h1 span:hover,
.section-price-item-m-title__left h1 span:active,
.section-price-item-m-title__left h1 span:focus,
.section-price-item-m-title-recommend-additional__left h1 span:hover,
.section-price-item-m-title-recommend-additional__left h1 span:active,
.section-price-item-m-title-recommend-additional__left h1 span:focus,
.section-about-bottom-2 h1 span:hover,
.section-about-top-1 h2 span:hover,
.section-about-bottom-2 h2 span:hover,
.description-price-item-top-1 h1 span:hover,
.tpl-blog_itm-big h1:hover,
.tpl-blog_itm-big h1 span:hover,
.description-price-item-bottom-1 h1 span:hover,
.description-price-item-bottom-1 h2 span:hover,
.contact-animation-letter h1 span:hover,
.contact-animation-letter h2 span:hover,
.contact-mail-animation-letter h1 span:hover,
.contact-mail-animation-letter h2 span:hover,
.section-contact-left-link-mail a:hover,
.section-tab-p a:hover,
.section-social a:hover i {
  color: rgb(243, 78, 78);
}

.section-contact-right-h-tab_tab-head
  li.section-contact-right-h-tab-active:hover {
  border-color: rgb(243, 78, 78);
}

.title-block button {
  background-color: transparent;
}

.sub-menu {
  background-color: rgb(249, 249, 249);
}

.smelo-letters div.smelo-letter-e-1,
.smelo-letters div.smelo-letter-e-3,
.smelo-letters div.smelo-letter-e-2,
.hamburger-item {
  background-color: rgb(0, 0, 0);
}

.logo-smelo-block-top,
.logo-smelo-block-bottom,
.section-about-top-1-block,
.section-price-item-m-title__my-block,
.description-price-item-top-1-block,
.section-about-top-1-block-bottom,
.description-price-item-top-1-block-bottom,
.section-contact-left-block,
.section-contact-mail-left-block,
.section-contact-tab-right-block,
.line-vertical {
  background-color: rgb(235, 233, 233);
}

.section-nav-menu .nav-item > span:last-of-type,
.section-right-bottom-cell-line,
.section-about-top-2 ul li:after,
.section-price-item-m-description__container ul li::after,
.description-price-item-top-item-all ul li:after,
.section-left .section-left__line {
  background-color: rgb(59, 59, 59);
}

.header-menu:hover .hamburger-item-1,
.header-menu:hover .hamburger-item-2,
.header-menu:hover .hamburger-item-3,
.header-menu:active .hamburger-item-1,
.header-menu:active .hamburger-item-2,
.header-menu:active .hamburger-item-3,
.header-menu:focus .hamburger-item-1,
.header-menu:focus .hamburger-item-2,
.header-menu:focus .hamburger-item-3,
.section-contact-right-h-tab_tab-head
  li:not(.section-contact-right-h-tab-active):hover:before,
.section-contact-right-h-tab_tab-head
  li:not(.section-contact-right-h-tab-active):active:before,
.section-contact-right-h-tab_tab-head
  li:not(.section-contact-right-h-tab-active):focus:before,
.section-contact-left-link-mail a:hover:before,
.section-tab-p:first-of-type a:hover:before {
  background-color: rgb(243, 78, 78);
}

.h-button span,
.h-button-aboutus span,
.h-button:before,
.h-button-mobile:before,
.h-button-mobile span,
.header-nav-menu-block .menu__link-menu span,
.dropmenu li a,
.slider-range-text p,
.nav-item .item-number,
.nav-item .item-title span,
.section-about-bottom-3 a:before,
#innerTXT-smelo,
.section-about-top-item-all h4,
.description-price-item-top-item-all h4,
.section-about-top-2 ul li,
.section-price-item-m-description__container ul li,
.description-price-item-top-item-all ul li,
.description-price-item-top-item-all p,
.section-about-top-right-bottom p,
.section-about-top-left-bottom p,
.section-right-bottom-cell-description,
.section-right-bottom-cell-description a,
.section-tab-p p,
.section-tab-p a,
.price-block-item-block p,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-descriptional
  p,
.section-price-m-title-recommend-additional-3-block-item .content h2,
.price-number-block-item,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-number
  p,
.section-price-m-title-recommend-additional-3-block-item
  .content
  .recommend-additional-number
  p,
.section-aboup-p p {
  font-family: "Jura regular";
}

.description-price-item-bottom-1 h1 span,
.description-price-item-bottom-1 h1 span,
.description-price-item-bottom-1 h2 span,
.section-about-top-1 h1 span,
.section-price-item-m-title__left h1 span,
.section-price-item-m-title-recommend-additional__left h1 span,
.section-about-bottom-2 h1 span,
.section-about-top-1 h2 span,
.section-about-bottom-2 h2 span,
.description-price-item-top-1 h1 span,
.tpl-blog_itm-big h1,
.tpl-blog_itm-big h1 span,
.this_h2 h2,
.section-about-bottom-1 h3,
.gallery-thumbs .swiper-slide p,
.gallery-thumbs .swiper-slide h4,
.gallery-thumbs .swiper-slide h5,
.contact-animation-letter h1,
.contact-mail-animation-letter h1,
.section-contact-left-link-mail a,
.section-contact-right-h-tab_tab-head li,
.section-contact-mail-right-h-tab_tab-head li,
.section-contact-tab-left h4,
.modal-content__title-right h2,
.price-block-item-block h4,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-symbol
  h2,
.price-block-item-block a,
.price-for-mobile-container dl dt a,
.price-for-mobile-container dl dt p,
.section-contact-left__container h2.my-animation-letter,
.section-contact-mail-left__container h2.my-animation-letter,
.section-price-item-m-tab-right .swiper-slide p {
  font-family: "Jura bold";
}

.section-slider-portfolio,
.section-about,
.description-price-item,
.section-contact,
.section-contact-mail,
.gallery-top,
.section-price-item-n,
.section-price-item-buy,
#section-clients-for-descktop {
  margin-top: 70px;
}

.section-right-bottom-cell-line {
  padding-top: 1px;
}

.section-right-bottom-cell-line,
.section-left .section-left__line {
  width: 56px;
}

.section-left .section-left__line {
  padding-top: 1.2px;
}

.description-price-item,
.section-about,
.section-contact__container,
.section-contact-mail__container,
.page-rivacy-politic__wrapper {
  width: 1600px;
}

#section-clients-for-descktop {
  width: 62%;
  height: 72vh;
}

#section-clients-for-descktop .swiper-container,
#section-clients-for-descktop .swiper-container .swiper-wrapper {
  height: 100%;
}

.section-price-item-buy {
  margin-bottom: 90px;
}

.gallery-top,
.section-price-item-n,
.section-price-item-buy {
  width: 1600px !important;
}

.gallery-top {
  height: 695px !important;
}

.section-logo-smelo {
  width: 1600px;
  left: calc(50% - 800px);
  top: calc(50% - 108px);
  height: 216px;
  position: absolute;
}

.item-not-this-page p,
.item-not-this-page .item-title,
.item-not-this-page .item-title span {
  display: none;
  opacity: 0;
}

.section-nav-menu .item-not-this-page:hover p,
.section-nav-menu .item-not-this-page:hover .item-title,
.section-nav-menu .item-not-this-page:hover .item-title span {
  display: block;
  opacity: 1;
}

.header {
  width: 100%;
  padding: 12px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.header > div {
  display: inline-block;
}

.link-humburger {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  position: relative;
}

.header-hamburger {
  width: 16px;
  height: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
}

.hamburger-item {
  display: inline-block;
  height: 1px;
}

.hamburger-item-1,
.hamburger-item-3 {
  width: 100%;
}

.hamburger-item-2 {
  width: 70%;
}

.header-menu .hamburger-item-1,
.header-menu .hamburger-item-2,
.header-menu .hamburger-item-3 {
  cursor: pointer;
  transition: all 0.5s ease;
}

.header-menu .hamburger-item-1,
.header-menu .hamburger-item-3 {
  animation: hamburger-item-1 1s linear infinite;
}

@keyframes hamburger-item-1 {
  0% {
    width: 100%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

.header-menu .hamburger-item-2 {
  animation: hamburger-item-2 1s linear infinite;
}

@keyframes hamburger-item-2 {
  0% {
    width: 50%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 50%;
  }
}

.item-1,
.item-2,
.item-3,
.iten-4 {
  position: relative;
  width: 20%;
}

.header-hamburger-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 31px;
  margin-top: -1px;
}

.h-button span,
.h-button-aboutus span,
.h-button:before,
.h-button-mobile:before,
.h-button-mobile span {
  display: inline-block;
  text-transform: uppercase;
  transition: 0.45s cubic-bezier(0.5, -1, 0.5, 2);
  letter-spacing: 0;
  opacity: 0;
  transform: translate(0, -15px);
}

.h-button:before {
  content: attr(data-text);
}

.h-button-mobile:before,
.h-button:before {
  position: absolute;
  display: inline;
  right: 0;
  opacity: 1;
  transform: translate(0, 0px);
}

.h-button:hover:before,
.h-button:active:before,
.h-button:focus:before,
.h-button-mobile:hover:before,
.h-button-mobile:focus:before,
.h-button-mobile:active:before {
  opacity: 0;
  transform: translate(0, 15px);
}

.h-button:hover span,
.h-button:focus span,
.h-button:active span,
.h-button-mobile:hover span,
.h-button-mobile:focus span,
.h-button-mobile:active span {
  opacity: 1;
  transform: translate(0, 0);
}

.h-button:hover span:nth-child(1),
.h-button:focus span:nth-child(1),
.h-button:active span:nth-child(1),
.h-button-mobile:hover span:nth-child(1),
.h-button-mobile:focus span:nth-child(1),
.h-button-mobile:active span:nth-child(1) {
  transition-delay: 0.025s;
}

.h-button:hover span:nth-child(2),
.h-button:focus span:nth-child(2),
.h-button:active span:nth-child(2),
.h-button-mobile:hover span:nth-child(2),
.h-button-mobile:focus span:nth-child(2),
.h-button-mobile:active span:nth-child(2) {
  transition-delay: 0.05s;
}

.h-button:hover span:nth-child(3),
.h-button:focus span:nth-child(3),
.h-button:active span:nth-child(3),
.h-button-mobile:hover span:nth-child(3),
.h-button-mobile:focus span:nth-child(3),
.h-button-mobile:active span:nth-child(3) {
  transition-delay: 0.075s;
}

.h-button:hover span:nth-child(4),
.h-button:focus span:nth-child(4),
.h-button:active span:nth-child(4),
.h-button-mobile:hover span:nth-child(4),
.h-button-mobile:focus span:nth-child(4),
.h-button-mobile:active span:nth-child(4) {
  transition-delay: 0.1s;
}

.h-button:hover span:nth-child(5),
.h-button:focus span:nth-child(5),
.h-button:active span:nth-child(5),
.h-button-mobile:hover span:nth-child(5),
.h-button-mobile:focus span:nth-child(5),
.h-button-mobile:active span:nth-child(5) {
  transition-delay: 0.125s;
}

.h-button:hover span:nth-child(6),
.h-button:focus span:nth-child(6),
.h-button:active span:nth-child(6),
.h-button-mobile:hover span:nth-child(6),
.h-button-mobile:focus span:nth-child(6),
.h-button-mobile:active span:nth-child(6) {
  transition-delay: 0.15s;
}

.h-button:hover span:nth-child(7),
.h-button:focus span:nth-child(7),
.h-button:active span:nth-child(7) {
  transition-delay: 0.175s;
}

.h-button:hover span:nth-child(8),
.h-button:focus span:nth-child(8),
.h-button:active span:nth-child(8) {
  transition-delay: 0.2s;
}

.h-button:hover span:nth-child(9),
.h-button:focus span:nth-child(9),
.h-button:active span:nth-child(9) {
  transition-delay: 0.225s;
}

.h-button:hover span:nth-child(10),
.h-button:focus span:nth-child(10),
.h-button:active span:nth-child(10) {
  transition-delay: 0.25s;
}

.header-logo {
  position: absolute;
  left: calc(50% - 44px);
  top: calc(50% - 10px);
}

.link-aboutus {
  width: auto;
}

#header-nav-menu {
  position: absolute;
  left: 25%;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header-nav-menu-block {
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.menu__link-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-nav-menu-block a {
  text-decoration: none;
  position: relative;
}

.header-nav-menu-block .menu__link-menu span {
  text-transform: uppercase;
}

#myBtn-mobile {
  display: none;
}

.dropmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
  cursor: pointer;
}

.dropmenu > li {
  display: inline-block;
  position: relative;
}

.dropmenu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.3s all;
}

.dropmenu li a:hover,
.dropmenu li a:focus,
.dropmenu li a:active {
  opacity: 0.9;
}

.dropmenu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}

.dropmenu .drop-link i {
  float: right;
  padding: 1px 1px 1px 7px;
}

.dropmenu .sub-menu li,
.dropmenu .sub-menu li.noopen {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.dropmenu .sub-menu li {
  transition: 0.3s all;
}

.dropmenu .sub-menu li.open {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

#anim4 .sub-menu li.noopen {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#anim4 .sub-menu li.open {
  -webkit-transform: scale(1);
  transform: scale(1);
  padding: 8px;
}

#anim4 .sub-menu li:first-of-type {
  padding-top: 15px;
}

#anim4 .sub-menu li {
  margin-bottom: 1px;
}

.section-left {
  width: 0;
  left: 20px;
  height: 100vh;
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-left span {
	display: block;
  transform: rotate(-180deg);
	writing-mode: vertical-lr;
  font-family: "Jura Light";
  position: absolute;
  top: 50%;
}

.section-left .section-left__line {
  position: absolute;
  top: 50%;
	display: none;
	transform: rotate(-180deg);
	writing-mode: vertical-lr;
}

.section-left a {
	display: block;
	height: 80%;
	width: auto;
	position: relative;
	color: #3b3b39;
}

.section-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  position: absolute;
  left: 20px;
  bottom: 0;
  z-index: 99999;
}

.section-social i {
  margin-bottom: 10px;
}

.section-social a:last-of-type {
  margin-bottom: 0;
}

.section-social a {
  text-decoration: none;
}

.fa-facebook,
.fa-linkedin {
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.section-logo-smelo-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.logo-smelo-block-top {
  width: 590px;
  height: 210px;
  position: absolute;
  top: -160px;
  z-index: 0;
}

.logo-smelo-block-bottom {
  width: 1108px;
  height: 210px;
  position: absolute;
  bottom: -120px;
  right: 0;
  z-index: 0;
}

.section-range-slider__container {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-logo-smelo__letters {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: perspective(2000px);
}

.text {
  position: absolute;
  top: calc(50%);
  left: calc(50%);
  transform: translateX(-50%) translateY(-50%);
  list-style: none;
  border-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.text li {
  font-family: "Nevis";
  display: inline-block;
  float: left;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.text li.txt-item2,
.text li.txt-item3,
.text li.txt-item6,
.text li.txt-item7,
.text li.txt-item8,
.text li.txt-item9,
.text li.txt-item11,
.text li.txt-item12,
.text li.txt-item13,
.text li.txt-item14,
.text li.txt-item15,
.text li.txt-item16,
.text li.txt-item18,
.text li.txt-item19 {
  display: none;
}

.text.hidden li.spaced {
  padding-left: 0;
}

.text li.spaced {
  padding-left: 0.5em;
}

.text.hidden li.ghost {
  opacity: 0;
  max-width: 0;
}

#text a {
  text-decoration: none;
}

.text.hidden a:hover .grid li span,
.text.hidden a:active .grid li span,
.text.hidden a:focus .grid li span {
  background: -webkit-linear-gradient(#c10037, #e20040, #ff4c4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 16px #e20040;
  animation: glow 3s linear infinite;
}

.text.hidden a:hover .txt-item10 span,
.text.hidden a:hover .txt-item17 span,
.text.hidden a:hover .txt-item1,
.text.hidden a:active .txt-item10 span,
.text.hidden a:active .txt-item17 span,
.text.hidden a:active .txt-item1,
.text.hidden a:focus .txt-item10 span,
.text.hidden a:focus .txt-item17 span,
.text.hidden a:focus .txt-item1 {
  background-size: cover;
  color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 16px #e20040;
  animation: glow 3s linear infinite;
}

.text.hidden a:hover .txt-item10 span,
.text.hidden a:active .txt-item10 span,
.text.hidden a:focus .txt-item10 span {
  background-image: url("../gif/gif-for-l.gif");
  z-index: -1;
}

.text.hidden a:hover .txt-item17 span,
.text.hidden a:focus .txt-item17 span,
.text.hidden a:active .txt-item17 span {
  background-image: url("../gif/letter-o.gif");
  z-index: -1;
}

.text.hidden a:hover .txt-item1,
.text.hidden a:focus .txt-item1,
.text.hidden a:active .txt-item1 {
  background-image: url("../gif/giphy-s.gif");
  z-index: -1;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 15px #e20040;
  }

  55% {
    text-shadow: 0 0 10px #333, 0 0 10px #808080;
  }

  60% {
    text-shadow: 0 0 20px #222, 0 0 30px #6f6f6f;
  }

  75% {
    text-shadow: 0 0 20px #e20040, 0 0 30px #ff7ca1;
  }

  100% {
    text-shadow: 0 0 15px #e20040;
  }
}

.input-type-range {
  position: absolute;
  bottom: 65px;
  left: calc(50% - 143px);
}

.smelo-letters {
  height: 248px;
  width: 184px;
  margin-top: -12px;
  margin-left: 19px;
  margin-right: 32px;
}

.smelo-letters_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
}

.smelo-letters div.smelo-letter-e-1,
.smelo-letters div.smelo-letter-e-3 {
  width: 100%;
  height: 47px;
  display: block;
  z-index: 12;
}

.txt-item5:hover .smelo-letter-e-1,
.txt-item5:hover .smelo-letter-e-2,
.txt-item5:hover .smelo-letter-e-3,
.txt-item5:active .smelo-letter-e-1,
.txt-item5:active .smelo-letter-e-2,
.txt-item5:active .smelo-letter-e-3,
.txt-item5:focus .smelo-letter-e-1,
.txt-item5:focus .smelo-letter-e-2,
.txt-item5:focus .smelo-letter-e-3 {
  -webkit-background-clip: content;
  -webkit-text-fill-color: transparent;
  box-shadow: 2px 2px 16px #e20040;
  animation: glowblock 3s linear infinite;
}

@keyframes glowblock {
  0% {
    box-shadow: 0 0 15px #e20040;
    background-color: #e20040;
  }

  55% {
    box-shadow: 0 0 10px #333, 0 0 10px #808080;
    background-color: #808080;
  }

  60% {
    box-shadow: 0 0 20px #222, 0 0 30px #6f6f6f;
    background-color: #808080;
  }

  75% {
    box-shadow: 0 0 20px #e20040, 0 0 30px #ff7ca1;
    background-color: #ff7ca1;
  }

  100% {
    box-shadow: 0 0 15px #e20040;
    background-color: #e20040;
  }
}

.smelo-letters div.smelo-letter-e-2 {
  width: 80%;
  height: 47px;
  display: block;
  z-index: 12;
  margin: 0 auto;
}

.slider-range-dashed {
  position: absolute;
  top: 4px;
  left: 41px;
}

.slider-range-dashed hr {
  width: 200px;
  border: none;
  border-top: 1px dashed rgb(159, 159, 159);
  z-index: 1;
}

.slider-range-circul-right,
.slider-range-circul-left {
  width: 30px;
  height: 30px;
  border: 1px dashed rgb(159, 159, 159);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  opacity: 1;
}

.slider-range-circul-right {
  right: -1px;
  top: -12px;
}

.slider-range-circul-left {
  display: none;
  left: -1px;
  top: -12px;
}

#r1 {
  opacity: 1;
  z-index: 9999;
}

.text.hidden a:hover li.txt-item4,
.text.hidden a:active li.txt-item4,
.text.hidden a:focus li.txt-item4 {
  color: transparent;
  list-style: none;
  background-image: url("../img/water.png");
  background-size: cover;
  -webkit-background-clip: text;
  animation: water 15s infinite;
  text-shadow: 2px 2px 16px #e20040;
  z-index: -1;
}

.text.hidden a:hover li,
.text.hidden a:active li,
.text.hidden a:focus li {
  text-shadow: 2px 2px 16px #e20040;
  animation: glowM 3s linear infinite;
  z-index: 7;
}

@keyframes water {
  from {
    background-position: left 0 top 0;
  }

  to {
    background-position: left 1000px top 0;
  }
}

@keyframes glowM {
  0% {
    text-shadow: 0 0 5px #e20040;
  }

  55% {
    text-shadow: 0 0 5px #333;
  }

  60% {
    text-shadow: 0 0 10px #222;
  }

  75% {
    text-shadow: 0 0 10px #e20040;
  }

  100% {
    text-shadow: 0 0 10px #e20040;
  }
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 285px;
  position: relative;
  z-index: 1;
  margin-top: -14px;
  background: transparent;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  z-index: 5;
}

input[type="range"]:focus {
  z-index: 5;
  outline: none;
}

input[type="range"]::-ms-track {
  width: 285px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 5;
  height: 20px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid rgb(61, 61, 61);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

input[type="range"]::-moz-range-thumb {
  -moz-appearance: none;
  border: 1px solid rgb(61, 61, 61);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

input[type="range"]::-ms-thumb {
  border: 1px solid rgb(61, 61, 61);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}

.slider-range-text {
  position: absolute;
  right: -110px;
  top: -3px;
}

.page-id-13 .slider-range-text {
  right: -83px;
}

.section-nav-menu {
  width: 56px;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  text-align: right;
  text-align: -moz-right;
  text-align: -webkit-right;
}

.section-nav-menu a {
  text-decoration: none;
}

.section-nav-menu .nav-item > span:last-of-type {
  display: block;
  height: 1px;
  width: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}

.nav-item {
  width: 60px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
  position: relative;
}

.cd-btn {
  position: relative;
}

.nav-item .item-number,
.nav-item .item-title {
  position: absolute;
}

.nav-item .item-number {
  left: -24px;
}

.nav-item .item-title {
  right: 0;
  top: -2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.nav-item .item-title span {
  text-transform: lowercase;
}

.section-nav-menu .nav-item:hover span:not(#choosen),
.section-nav-menu .nav-item:active span:not(#choosen),
.section-nav-menu .nav-item:focus span:not(#choosen) {
  width: 100%;
  transition: all 0.5s ease;
  animation: left-menu 1s linear infinite;
}

@keyframes rotate {
  0% {
    width: 50%;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 50%;
  }
}

.section-nav-menu .nav-item span#choosen {
  width: 100%;
}

.section-right-bottom-cell {
  width: 315px;
  height: 47px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.section-right-bottom-cell-description,
.section-right-bottom-cell-description a {
  line-height: 1.2;
  text-decoration: none;
}

.section-right-bottom-cell-line {
  margin-top: 3px;
}

.active-page-link:before {
  border-bottom: 1px solid rgb(59, 59, 59) !important;
  padding-bottom: 2px !important;
}

.section-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.br-for-about-mobile,
.br-for-description-price-item-mobile,
.br-for-description-price-item-mobile-order,
.br-for-description-price-item-mobile-order-500 {
  display: none;
}

.section-slider-portfolio {
  width: 100%;
}

.swiper-wrapper {
  height: auto !important;
}

.section-about,
.description-price-item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  height: 77vh;
  justify-content: space-between;
}

.section-about-top,
.description-price-item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.section-about-top-item,
.description-price-item-top-item,
.section-about-bottom-2,
.description-price-item-bottom-1 {
  padding: 20px 0;
  box-sizing: border-box;
}

.section-about-top-1,
.section-about-bottom-2,
.description-price-item-top-1,
.description-price-item-bottom-1,
.section-price-item-m-title__left,
.section-price-item-m-title-recommend-additional__left {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.section-about-top-1 {
  margin-bottom: 10px;
}

.section-about-top-1 h1,
.description-price-item-top-1 h1,
.section-about-bottom-2 h1,
.section-about-bottom-2 h2,
.description-price-item-bottom-1 {
  text-align: center;
}

.section-price-item-m-title__left h1 {
  text-align: left;
}

.section-price-item-m-title-recommend-additional__left h1 {
  text-align: center;
}

.contact-animation-letter h1,
.contact-mail-animation-letter h1 {
  text-align: left;
}

.section-about-top-1 h1,
.section-price-item-m-title__left h1,
.section-price-item-m-title-recommend-additional__left h1,
.description-price-item-top-1 h1,
.section-about-bottom-2 h1,
.section-about-bottom-2 h2,
.description-price-item-bottom-1 h1,
.description-price-item-bottom-1 h2,
.contact-animation-letter h1,
.contact-mail-animation-letter h1 {
  display: block;
  top: 25%;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-about-bottom-2 h1 span,
.section-about-top-1 h1 span,
.section-price-item-m-title__left h1 span,
.section-price-item-m-title-recommend-additional__left h1 span,
.section-about-bottom-2 h2 span,
.section-about-top-1 h2 span,
.description-price-item-bottom-1 h1 span,
.description-price-item-bottom-1 h2 span,
.description-price-item-top-1 h1 span,
.tpl-blog_itm-big h1,
.tpl-blog_itm-big h1 span,
.this_h2 h2,
.contact-animation-letter h1 span,
.contact-animation-letter h2 span,
.contact-mail-animation-letter h1 span,
.contact-mail-animation-letter h2 span {
  font-weight: bold;
  text-align: center;
  position: relative;
  width: 100%;
  letter-spacing: -5px;
}

.section-price-item-m-title__left h1 span {
	letter-spacing: 0px;
}

.section-about-top-item-all h4,
.description-price-item-top-item-all h4,
.section-contact-tab-left h4 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 25px;
}

.description-price-item-top-item-all:nth-of-type(2n + 1) {
  width: 37%;
}

.description-price-item-top-item-all:nth-of-type(2n) {
  width: 15%;
}

.section-about-top-2 ul li,
.section-price-item-m-description__container ul li,
.description-price-item-top-item-all ul li,
.section-about-top-right-bottom p,
.section-about-top-left-bottom p,
.section-price-item-m-tab-right .swiper-slide p {
  line-height: 2;
  text-align: left;
}

.description-price-item-top-item-all p {
  text-align: left;
}

.section-about-top-right-bottom {
  margin-right: 20px;
}

.section-about-top-2 ul li,
.section-price-item-m-description__container ul li,
.description-price-item-top-item-all ul li {
  margin-left: 6px;
  position: relative;
}

.description-price-item-top-item-all p {
  word-break: break-word;
}

.section-about-top-description {
  width: 45%;
}

.description-price-item-top-description {
  width: 100%;
}

.section-about-top-description,
.description-price-item-top-description {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0 auto;
}

#my-mobile-nav-menu,
#header-mobile-button-open {
  display: none;
}

.section-about-top-description-right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-about-bottom-1,
.section-about-bottom-2,
.description-price-item-bottom-1,
.section-about-bottom-3,
.description-price-item-bottom-3 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.section-about-bottom-1 {
  margin-bottom: 30px;
}

.section-about-bottom-1 h3 {
  text-transform: uppercase;
}

.section-about-bottom-3 a,
.description-price-item-bottom-3 a {
  position: relative;
  width: 54px;
  height: 54px;
}

.attach,
.attach-other-page {
  width: 54px;
  height: 54px;
  border: 1px dashed #3b3b3b;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: -1;
}

.attach svg,
.attach-other-page svg {
  top: 0;
  left: 0;
  position: absolute;
  cursor: pointer;
}

.attach svg circle,
.attach-other-page svg circle {
  stroke-dasharray: 195;
  stroke-dashoffset: 585;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  cursor: pointer;
}

.attach.active,
.attach-other-page.active {
  -webkit-animation: bounce 0.4s forwards;
}

.attach.active svg circle,
.attach-other-page.active svg circle {
  stroke-dasharray: 195;
  stroke-dashoffset: 390;
  cursor: pointer;
}

.section-about-bottom,
.description-price-item-bottom {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.description-price-item-top-item-all ul li::after,
.section-about-top-2 ul li::after,
.section-price-item-m-description__container ul li::after {
  content: "";
  width: 2px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: -6px;
}

.description-price-item-top-1-block,
.description-price-item-top-1-block-bottom,
.section-about-top-1-block,
.section-price-item-m-title__my-block,
.section-about-top-1-block-bottom,
.section-contact-left-block,
.section-contact-mail-left-block {
  position: absolute;
  height: 100px;
  top: 0;
}

.section-contact-mail-left-block {
  z-index: -1;
  width: 319px;
  right: 0;
  top: -28px;
}

.section-about-top-1-block {
  width: 543px;
  left: 0;
}

.section-about-top-1-block-bottom {
  width: 609px;
  right: 0;
}

.description-price-item-top-1-block {
  width: 615px;
  right: 0;
}

.description-price-item-top-1-block-bottom {
  width: 502px;
  right: 477px;
}

.section-contact-left-block {
  top: 50px;
  right: 0;
  width: 345px;
  z-index: -1;
}

.section-contact-tab-right-block {
  position: absolute;
  height: 100px;
  left: -100px;
  width: 500px;
  bottom: -20px;
  z-index: -1;
}

.section-slider-portfolio .swiper-container {
  width: 100%;
  margin: 0 auto;
}

.section-slider-portfolio .gallery-thumbs {
  height: 510px !important;
}

.section-slider-portfolio .gallery-top {
  height: 782px !important;
}

.section-price-item-n {
  height: 816px;
}

.section-price-item-buy {
  height: 100%;
}

.section-slider-portfolio .swiper-slide-container {
  text-align: center;
  background: #fff;
  height: 100%;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gallery-top img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: rgba(230, 230, 230, 0.9);
  margin-top: -20%;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0 !important;
  position: absolute !important;
  top: 290px;
}

.gallery-thumbs .swiper-slide {
  width: 430px !important;
  height: 450px !important;
  margin-right: 30px;
  margin-left: 30px;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active,
.gallery-thumbs .swiper-slide-prev,
.gallery-thumbs .swiper-slide-next {
  opacity: 1;
}

.gallery-thumbs .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-thumbs .swiper-slide img {
  width: 100% !important;
  height: 360px !important;
  margin-bottom: 50px;
}

.gallery-thumbs .swiper-slide p {
  margin-bottom: 15px;
  opacity: 0;
}

.gallery-thumbs .swiper-slide-active p,
.gallery-thumbs .swiper-slide-prev p,
.gallery-thumbs .swiper-slide-next p {
  opacity: 1;
}

.gallery-thumbs .swiper-slide .portfolio-item-line {
  width: 100%;
  padding-top: 1px;
  background-color: rgb(174, 172, 171);
  margin-bottom: 15px;
  opacity: 0;
}

.gallery-thumbs .swiper-slide-active h4,
.gallery-thumbs .swiper-slide-active p {
  color: rgb(59, 59, 59);
}

.gallery-thumbs .swiper-slide-active .portfolio-item-line {
  background-color: rgb(59, 59, 59);
}

.gallery-thumbs .swiper-slide-prev .portfolio-item-line,
.gallery-thumbs .swiper-slide-next .portfolio-item-line {
  width: 120%;
}

.gallery-thumbs .swiper-slide-prev .portfolio-item-line {
  margin-left: 20%;
}

.gallery-thumbs .swiper-slide-next .portfolio-item-line {
  margin-right: 20%;
}

.gallery-thumbs .swiper-slide-active .portfolio-item-line,
.gallery-thumbs .swiper-slide-prev .portfolio-item-line,
.gallery-thumbs .swiper-slide-next .portfolio-item-line {
  opacity: 1;
}

.gallery-thumbs .swiper-slide h4 {
  margin-bottom: 10px;
  opacity: 0;
}

.gallery-thumbs .swiper-slide-active h4,
.gallery-thumbs .swiper-slide-prev h4,
.gallery-thumbs .swiper-slide-next h4 {
  opacity: 1;
}

.gallery-thumbs .swiper-slide h5 {
  color: #a6a4a3;
  opacity: 0;
}

.gallery-thumbs .swiper-slide-active h5,
.gallery-thumbs .swiper-slide-prev h5,
.gallery-thumbs .swiper-slide-next h5 {
  opacity: 1;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-clients-item {
  width: 26%;
  word-break: break-word;
  margin-top: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.page-clients-item:nth-of-type(1),
.page-clients-item:nth-of-type(2),
.page-clients-item:nth-of-type(3) {
  margin-top: 0;
}

.section-clients .swiper-pagination-bullet p,
.section-clients .swiper-pagination-bullet .line-slider {
  display: none;
}

.section-clients .swiper-pagination-bullet {
  width: 3px !important;
  height: 3px !important;
  border-radius: 50% !important;
  background-color: rgb(59, 59, 59) !important;
  opacity: 1 !important;
  margin-right: 10px;
}

.section-clients .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.section-clients .swiper-pagination {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  width: 160px !important;
  height: 20px !important;
  left: calc(50% - 80px) !important;
  margin-top: 30px;
}

.section-clients .swiper-pagination-bullet-active {
  position: relative !important;
  width: 80px !important;
  border-radius: 0 !important;
  height: 20px !important;
  background-color: transparent !important;
}

.section-clients .swiper-pagination-bullet-active p {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  font-family: "Jura Light";
}

.section-clients .swiper-pagination-bullet-active #line-slider {
  background-color: rgb(59, 59, 59) !important;
  width: 56px !important;
  padding-top: 1px !important;
  display: inline !important;
  top: 10px !important;
  left: 21px !important;
  position: absolute !important;
}

.section-clients
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 !important;
}

.section-clients .page-clients-item {
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.section-clients .page-clients-item:hover,
.section-clients .page-clients-item:active,
.section-clients .page-clients-item:focus {
  filter: grayscale(0%);
}

.section-clients .slide-1-img-1 {
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 65px;
}

.section-contact,
.section-contact-mail {
  width: 100%;
}

.section-contact__container,
.section-contact-mail__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.page-rivacy-politic__wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.section-contact-left,
.section-contact-mail-left {
  width: 25%;
}

.section-contact-right,
.section-contact-mail-right {
  width: 71%;
  padding-left: 35px;
  padding-top: 5px;
}

.section-contact-left__container,
.section-contact-mail-left__container {
  position: relative;
}

.section-contact-left__container,
.section-contact-right__container,
.section-contact-mail-left__container,
.ection-contact-mail-right__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-contact-left__container .contact-animation-letter h1,
.section-contact-left__container .contact-animation-letter h2,
.section-contact-mail-left__container .contact-mail-animation-letter h1,
.section-contact-mail-left__container .contact-mail-animation-letter h2 {
  white-space: nowrap;
  text-transform: uppercase;
  vertical-align: center;
}

.section-contact-left__container .contact-animation-letter h1,
.section-contact-mail-left__container .contact-mail-animation-letter h1 {
  margin-bottom: 20px;
}

.section-contact-left__container .contact-animation-letter h2,
.section-contact-mail-left__container .contact-mail-animation-letter h2 {
  margin-bottom: 40px;
}

.section-contact-left__container .contact-animation-letter h2 span:last-of-type,
.section-contact-mail-left__container
  .contact-mail-animation-letter
  h2
  span:last-of-type {
  vertical-align: super;
}

.section-contact-left-link-mail {
  text-transform: uppercase;
  text-align: left;
}

.section-contact-left-link-mail a,
.section-tab-p:first-of-type a {
  padding-bottom: 5px;
  position: relative;
}

.section-contact-left-link-mail a:before,
.section-tab-p:first-of-type a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(59, 59, 59);
  transition: all;
  animation: rotate 8s linear infinite;
}

@keyframes rotate {
  0% {
    width: 0;
    left: 0;
  }

  20% {
    width: 100%;
    left: 0;
  }

  30% {
    width: 100%;
    left: 0;
  }

  40% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 100%;
    left: 0;
  }

  60% {
    width: 100%;
    left: 0;
  }

  70% {
    width: 100%;
    left: 0;
  }

  80% {
    width: 100%;
    left: 0;
  }

  90% {
    width: 100%;
    left: 0;
  }

  100% {
    width: 0;
    left: 100%;
  }
}

.section-contact-right-h-tab_tab-head
  li:not(.section-contact-right-h-tab-active):hover:before,
.section-contact-right-h-tab_tab-head
  li:not(.section-contact-right-h-tab-active):active:before,
.section-contact-right-h-tab_tab-head
  li:not(.section-contact-right-h-tab-active):focus:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: rotateMenu 0.4s linear;
}

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

  100% {
    width: 100%;
  }
}

.section-contact-right-h-tab,
.section-contact-mail-right-h-tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

.section-contact-right-h-tab_tab-head,
.section-contact-mail-right-h-tab_tab-head {
  display: flex;
  flex-direction: row;
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.section-contact-right-h-tab_tab-head li,
.section-contact-mail-right-h-tab_tab-head li,
.section-contact-tab-left h4 {
  line-height: 1.2;
  text-align: left;
}

.section-tab-p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-tab-p p,
.section-tab-p a {
  line-height: 2;
}

.section-contact-right-h-tab_tab-head li,
.section-contact-mail-right-h-tab_tab-head li {
  width: 33%;
  margin: 0 0 1px 0;
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 0;
  overflow: hidden;
  position: relative;
  opacity: 0.6;
}

.section-contact-right-h-tab_tab-head li.section-contact-right-h-tab-active,
.section-contact-mail-right-h-tab_tab-head
  li.section-contact-mail-right-h-tab-active {
  border-bottom: 1px solid rgb(59, 59, 59);
}

a.section-tab-p__link-for-map {
  padding-bottom: 7px;
}

.section-contact-right-h-tab_tab-head li.section-contact-right-h-tab-active,
.section-contact-mail-right-h-tab_tab-head
  li.section-contact-mail-right-h-tab_tab-head-active {
  display: block;
}

.section-contact-right-h-tab_tab-head .section-contact-right-h-tab_container,
.section-contact-mail-right-h-tab_tab-head
  .section-contact-mail-right-h-tab_container {
  width: 500px;
  min-height: 200px;
}

.section-contact-right-h-tab_tab-head .section-contact-right-h-tab_content,
.section-contact-mail-right-h-tab_tab-head
  .section-contact-mail-right-h-tab_content {
  padding: 10px 20px;
  display: none;
}

.section-contact-right-h-tab_tab-head
  .section-contact-right-h-tab_content
  > :first-child,
.section-contact-mail-right-h-tab_tab-head
  .section-contact-mail-right-h-tab_content
  > :first-child {
  margin-top: 0;
}

.section-contact-mail-right__container .section-contact-right-h-tab_content {
  width: 100%;
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  margin-left: -20px;
  height: 550px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

.section-contact-mail-right__container .section-contact-tab__container {
  width: 95%;
}

.section-contact-tab-left {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-contact-tab-right {
  width: 65%;
  position: relative;
}

.section-contact-tab-right iframe {
  width: 100% !important;
  height: 562px;
  filter: grayscale(100%);
}

.section-contact-tab-right iframe:hover {
  filter: grayscale(0%);
}

.section-contact-tab__container,
.section-contact-mail-tab__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.section-tab-p-item-1 {
  margin-bottom: 100px;
}

.section-contact-tab__container form,
.form-group input {
  width: 100%;
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 10px;
}

.form-group input {
  font-family: "Jura regular";
  padding: 7px 0;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid rgb(59, 59, 59);
  background-color: transparent;
  color: rgb(59, 59, 59);
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 0;
}

label.error {
  color: #d51c1c;
  font-size: 12px;
}

.form-group input:focus {
  box-shadow: 0 0 6px #88fc56;
  border-bottom: 1px solid #88fc56;
}

.form-group input.error {
  border-bottom: 1px solid #d51c1c;
}

.form-group input:focus.error {
  box-shadow: 0 0 6px #d51c1c;
}

.form-for-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.form-for-submit .submit {
  display: block;
  background-color: transparent;
  border: none;
  color: rgb(59, 59, 59);
  padding-left: 0;
  font-size: 12px;
  cursor: pointer;
  padding-bottom: 5px;
}

.my-btn-submit-form {
  position: relative;
}

.my-btn-submit-form-pos-abs:after,
#block-file-res label:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(59, 59, 59);
  transition: all;
  animation: rotate 8s linear infinite;
}

.my-btn-submit-form:hover .submit,
#block-file-res label:hover,
#block-file-res label:hover .fa {
  color: #d51c1c;
}

.my-btn-submit-form:hover .my-btn-submit-form-pos-abs:after,
#block-file-res label:hover:after {
  background-color: #d51c1c;
}

.form-for-textarea textarea {
  width: 100%;
  height: auto;
  min-height: 50px;
  background: transparent;
  border: 1px solid rgb(59, 59, 59);
  resize: none;
  padding: 5px;
  font-family: "Jura regular";
  font-size: 12px;
  overflow: auto;
  box-sizing: border-box;
}

.form-for-textarea textarea::-webkit-scrollbar,
.section-contact-mail-right__container
  .section-contact-right-h-tab_content::-webkit-scrollbar {
  width: 10px;
}

.form-for-textarea textarea::-webkit-scrollbar-track,
.section-contact-mail-right__container
  .section-contact-right-h-tab_content::-webkit-scrollbar-track {
  background-color: transparent;
}

.form-for-textarea textarea::-webkit-scrollbar-thumb,
.section-contact-mail-right__container
  .section-contact-right-h-tab_content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgb(59, 59, 59);
}

.form-for-textarea textarea::-webkit-scrollbar,
.section-contact-mail-right__container
  .section-contact-right-h-tab_content::-webkit-scrollbar {
  width: 2px;
}

.form-for-textarea textarea::-webkit-scrollbar-track,
.section-contact-mail-right__container
  .section-contact-right-h-tab_content::-webkit-scrollbar-track {
  background-color: transparent;
}

.form-for-textarea textarea::-webkit-scrollbar-thumb,
.section-contact-mail-right__container
  .section-contact-right-h-tab_content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgb(59, 59, 59);
}

.form-group input[type="checkbox"] {
  visibility: hidden;
  width: 20px;
}

.form-group input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-bottom: 1.6px solid #d51c1c;
  border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form-group input[type="checkbox"]:checked ~ .checkbox-switch:after {
  opacity: 1;
}

.form-group input[type="checkbox"].error:after {
  visibility: visible;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #555755;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #88fc56;
}

.checkbox input {
  height: 20px;
  margin-bottom: 0;
}

.checkbox #agree-error {
  position: absolute;
  top: 6px;
  left: 30px;
  min-width: 200px;
}

.checkbox-switch:after {
  content: "";
  display: block;
  position: absolute;
  height: 5px;
  width: 10px;
  border-bottom: 2px solid #88fc56;
  top: 4px;
  left: 4px;
  transform: rotate(132deg);
  opacity: 0;
}

.checkbox-switch {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}

.accept {
  margin-bottom: 10px;
}

.form-group-checkbox-price {
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999;
}

.form-group-checkbox-price > [type="checkbox"],
.form-group-checkbox-price > [type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.form-control-checkbox-price {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.form-control-checkbox-price::before,
.form-control-checkbox-price::after {
  content: "";
  position: absolute;
  left: 0;
}

.form-control-checkbox-price::before {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid rgb(59, 59, 59);
}

.form-control-checkbox-price::after {
  top: 3px;
  left: 3px;
}

.form-control-checkbox-price.checkbox-price::after {
  text-align: center;
  width: 8px;
  height: 8px;
  background-color: rgb(59, 59, 59);
  opacity: 0;
}

.form-group-checkbox-price
  > .form-control-checkbox-price.checkbox-price:hover::after {
  opacity: 0.4;
}

.form-group-checkbox-price
  > input:checked
  + .form-control-checkbox-price.checkbox-price::after {
  opacity: 1;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
}

.form-price-my-checkbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.form-price-my-checkbox-bottom,
.form-price-my-checkbox-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.form-price-my-checkbox-top {
  margin-bottom: 10px;
}

.form-price-my-checkbox label span {
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
}

.form-price-my-checkbox label {
  width: 24%;
  box-sizing: border-box;
}

.form-input-type-none-summ label {
  width: 100%;
}

.form-price-my-checkbox label:nth-of-type(4n + 4) {
  width: 10%;
}

.form-control-checkbox-price.radio::before,
.form-control-checkbox-price.radio::after {
  border-radius: 50%;
}

.form-control-checkbox-price.radio::after {
  background-color: currentcolor;
  background-clip: padding-box;
  border: 0.2em solid transparent;
  opacity: 0;
  transition: border 0.1s ease;
}

.form-group-checkbox-price > .form-control-checkbox-price.radio:hover::after {
  opacity: 0.4;
}

.form-group-checkbox-price
  > input:checked
  + .form-control-checkbox-price.radio::after {
  border-width: 0.1em;
  opacity: 1;
}

.form-common-style {
  margin-bottom: 30px;
}

.form-common-style h2 {
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  text-transform: uppercase;
  margin-bottom: 15px;
}

#form-prices-sum-none label {
  width: 100%;
}

.range-container {
  width: 100%;
}

.irs-with-grid {
  height: auto !important;
}

.irs-line {
  height: 2px !important;
  top: 33px !important;
  border: 0 !important;
}

.irs-line-left,
.irs-line .irs-line-mid,
.irs-line .irs-line-right {
  background-color: #3b3b3b !important;
}

.irs-bar {
  height: 2px !important;
  top: 33px !important;
  background: rgb(243, 78, 78) !important;
  border: 0 !important;
  left: 0 !important;
}

.irs-bar-edge,
.irs-grid .irs-grid-pol.small {
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.irs-from,
.irs-to,
.irs-single {
  display: none !important;
}

.irs-slider {
  top: 23px !important;
  opacity: 1 !important;
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important;
  border: 1px solid rgb(243, 78, 78) !important;
  margin-top: 6px !important;
  background: white !important;
}

.irs-grid .irs-grid-pol,
.irs-grid .irs-grid-pol:first-child,
.irs-grid .irs-grid-pol:nth-last-child(2),
.irs-grid .irs-grid-pol.small {
  display: none !important;
}

.irs-grid-text {
  top: -15px !important;
}

.irs-grid-text span {
  font-family: "Jura regular" !important;
  font-size: 12px !important;
  color: rgb(59, 59, 59) !important;
}

#price {
  position: relative;
}

.modal-content__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 24px 14px;
}

.modal-content__title-right h2 {
  text-transform: uppercase;
  text-align: left;
}

.title-block {
  margin-top: 20px;
}

.title-block,
.price-block-items {
  width: 100%;
}

.title-block,
.price-block-items-1,
.price-block-items-2,
.price-block-items-3,
.price-block-items-4,
.price-block-items-5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.title-block button {
  outline: none;
  border: none;
}

.tablinks,
.price-block-item-block {
  width: 12.25%;
}

.price-block-item-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(232, 232, 232);
  border-bottom: 1px solid rgb(232, 232, 232);
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}

.block-item {
  width: 100%;
  box-sizing: border-box;
}

.block-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgb(208, 208, 208);
  border-right: 1px solid rgb(232, 232, 232);
  border-bottom: 3px solid rgb(235, 233, 233);
  padding-top: 10px;
  padding-bottom: 5px;
}

.block-digital,
.price-block-items-1 .price-block-item-block:first-of-type,
.price-block-items-2 .price-block-item-block:first-of-type,
.price-block-items-3 .price-block-item-block:first-of-type,
.price-block-items-5 .price-block-item-block:first-of-type,
.price-block-items-4 .price-block-item-block:first-of-type {
  border-left: 1px solid rgb(232, 232, 232);
}

.price-block-items {
  height: calc(100vh - 135px);
  min-height: 500px;
}

.price-block-items-1,
.price-block-items-2,
.price-block-items-3,
.price-block-items-5,
.price-block-items-4 {
  height: 23%;
}

.price-block-items-1:hover,
.price-block-items-1:active,
.price-block-items-1:focus,
.price-block-items-2:hover,
.price-block-items-2:active,
.price-block-items-2:focus,
.price-block-items-3:hover,
.price-block-items-3:active,
.price-block-items-3:focus,
.price-block-items-5:hover,
.price-block-items-5:active,
.price-block-items-5:focus,
.price-block-items-4:hover,
.price-block-items-4:active,
.price-block-items-4:focus {
  height: 31%;
}

.price-block-items-1 .price-block-item-block:last-of-type,
.price-block-items-2 .price-block-item-block:last-of-type,
.price-block-items-3 .price-block-item-block:last-of-type,
.price-block-items-5 .price-block-item-block:last-of-type,
.price-block-items-4 .price-block-item-block:last-of-type {
  border-right: 1px solid rgb(232, 232, 232);
}

.block-item h4 {
  font-family: "Jura SemiBold";
}

.price-block-item-block h4 {
  text-transform: capitalize;
  margin-bottom: 9px;
}

.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-symbol
  h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.price-block-item-block p {
  text-transform: capitalize;
  line-height: 1.2;
  text-align: center;
}

.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-descriptional
  p,
.section-price-m-title-recommend-additional-3-block-item .content h2 {
  text-transform: capitalize;
  text-align: center;
}

.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-descriptional {
  margin-bottom: 10px;
}

.line-vertical {
  width: 1px;
  height: 19px;
  margin-bottom: 9px;
}

.preci-block-hover {
  display: none;
}

.price-block-item-block:hover .preci-block-hover,
.price-block-item-block:active .preci-block-hover,
.price-block-item-block:focus .preci-block-hover {
  display: block;
}

.price-block-item-block a {
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.line-for-display-none,
.price-block-item-block a:last-of-type {
  margin-bottom: 19px;
}

.price-number-block-item,
.section-price-m-title-recommend-additional-3-block-item
  .recommend-additional-number {
  position: absolute;
  top: 7px;
  right: 3px;
}

.section-contact-tab__container form {
  padding-bottom: 20px !important;
}

.price-for-mobile-container {
  display: none;
}

#block-file-res .my {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

#block-file-res label {
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}

#block-file-res h2,
#block-file-res label {
  display: inline-block;
}

#block-file-res h2 {
  margin-right: 15px;
}

.section-contact-tab-left
  .section-tab-p:first-of-type
  a.section-tab-p__link-for-map {
  padding-bottom: 2px;
}

#section-clients-for-descktop .swiper-container .swiper-wrapper {
  height: 100% !important;
}

.section-aboup-p {
  text-align: center;
  width: 100%;
  display: block;
  margin: 35px auto 0 auto;
  line-height: 1.2;
}

.section-aboup-p p:first-of-type {
  margin-bottom: 10px;
}

.section-aboup-p p:last-of-type,
.add-section-about-block-p {
  width: 100%;
  margin: 0 auto;
}

.postid-92 .description-price-item-top-2,
.postid-88 .description-price-item-top-2 {
  width: 100% !important;
}

.postid-77 .description-price-item-top-2,
.postid-137 .description-price-item-top-2 {
  width: 99.5% !important;
}

.postid-301 .description-price-item-top-2 {
  width: 97.5% !important;
}

.postid-149 .description-price-item-top-2 {
  width: 96.5% !important;
}

.postid-161 .description-price-item-top-2 {
  width: 96% !important;
}

.postid-185 .description-price-item-top-2 {
  width: 87.5% !important;
}

.postid-181 .description-price-item-top-2 {
  width: 75% !important;
}

.postid-96 .description-price-item-top-1-block,
.postid-987 .description-price-item-top-1-block,
.postid-94 .description-price-item-top-1-block {
  width: 819px;
}

.postid-90 .description-price-item-top-1-block,
.postid-92 .description-price-item-top-1-block,
.postid-185 .description-price-item-top-1-block,
.postid-995 .description-price-item-top-1-block {
  width: 811px;
}

.postid-88 .description-price-item-top-1-block,
.postid-155 .description-price-item-top-1-block,
.postid-159 .description-price-item-top-1-block,
.postid-161 .description-price-item-top-1-block,
.postid-177 .description-price-item-top-1-block {
  width: 813px;
}

.postid-1010 .description-price-item-top-1-block {
  width: 815px;
}

.postid-86 .description-price-item-top-1-block,
.postid-169 .description-price-item-top-1-block,
.postid-167 .description-price-item-top-1-block,
.postid-183 .description-price-item-top-1-block,
.postid-175 .description-price-item-top-1-block {
  width: 799px;
}

.postid-77 .description-price-item-top-1-block,
.postid-153 .description-price-item-top-1-block {
  width: 850px;
}

.postid-72 .description-price-item-top-1-block,
.postid-147 .description-price-item-top-1-block,
.postid-149 .description-price-item-top-1-block {
  width: 845px;
}

.postid-108 .description-price-item-top-1-block {
  width: 885px;
}

.postid-106 .description-price-item-top-1-block {
  width: 873px;
}

.postid-104 .description-price-item-top-1-block,
.postid-102 .description-price-item-top-1-block,
.postid-163 .description-price-item-top-1-block {
  width: 828px;
}

.postid-100 .description-price-item-top-1-block {
  width: 900px;
}

.postid-98 .description-price-item-top-1-block {
  width: 888px;
}

.postid-126 .description-price-item-top-1-block,
.postid-128 .description-price-item-top-1-block {
  width: 892px;
}

.postid-84 .description-price-item-top-1-block {
  width: 963px;
}

.postid-80 .description-price-item-top-1-block,
.postid-295 .description-price-item-top-1-block {
  width: 952px;
}

.postid-124 .description-price-item-top-1-block,
.postid-122 .description-price-item-top-1-block,
.postid-130 .description-price-item-top-1-block,
.postid-132 .description-price-item-top-1-block,
.postid-143 .description-price-item-top-1-block,
.postid-145 .description-price-item-top-1-block,
.postid-181 .description-price-item-top-1-block,
.postid-998 .description-price-item-top-1-block {
  width: 855px;
}

.postid-120 .description-price-item-top-1-block {
  width: 937px;
}

.postid-118 .description-price-item-top-1-block {
  width: 959px;
}

.postid-116 .description-price-item-top-1-block {
  width: 915px;
}

.postid-114 .description-price-item-top-1-block {
  width: 903px;
}

.postid-110 .description-price-item-top-1-block,
.postid-297 .description-price-item-top-1-block,
.postid-301 .description-price-item-top-1-block {
  width: 995px;
}

.postid-112 .description-price-item-top-1-block {
  width: 1033px;
}

.postid-141 .description-price-item-top-1-block,
.postid-139 .description-price-item-top-1-block,
.postid-151 .description-price-item-top-1-block,
.postid-157 .description-price-item-top-1-block,
.postid-179 .description-price-item-top-1-block {
  width: 838px;
}

.postid-137 .description-price-item-top-1-block,
.postid-134 .description-price-item-top-1-block {
  width: 806px;
}

.postid-287 .description-price-item-top-1-block {
  width: 943px;
}

.postid-1016 .description-price-item-top-1-block,
.postid-1013 .description-price-item-top-1-block {
  width: 941px;
}

.postid-290 .description-price-item-top-1-block {
  width: 1021px;
}

.postid-299 .description-price-item-top-1-block {
  width: 969px;
}

.postid-165 .description-price-item-top-1-block {
  width: 860px;
}

.section-social .fa-instagram {
  font-weight: 600;
}

.page-id-1091 .section-about-top-1-block {
  width: 645px;
}

.page-id-1091 .section-about-top-1-block-bottom {
  width: 846px;
}

.page-id-1103 .section-contact-mail-left-block,
.page-id-63 .section-contact-mail-left-block,
.page-id-60 .section-contact-mail-left-block {
  right: -40px;
}

.postid-1003 .description-price-item-top-1-block {
  width: 935px;
}

.section-price-item-n,
.section-price-item-buy {
  width: 100%;
}

.section-price-item-n__container,
.section-price-item-buy__container {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.section-price-item-n__container,
.section-price-item-buy__container {
  width: 100%;
  height: 100%;
}

.section-price-item-buy__container {
  align-items: stretch;
  padding-bottom: 40px;
  min-height: calc(100vh - 200px);
}

.section-price-item-n__left {
  height: 100%;
  margin-left: -67px;
  width: 635px;
}

.section-price-item-buy__left {
  position: relative;
  margin-left: -67px;
  width: 635px;
}

.gallery-thumbs-price-item,
.gallery-thumbs-price-item-buy {
  width: 693px !important;
  height: 365px;
  box-sizing: border-box;
  padding: 10px 0 !important;
  position: absolute !important;
  top: 440px;
  left: 0;
}

.gallery-thumbs-price-item-buy .swiper-wrapper {
  padding-left: 100px;
}

.gallery-thumbs-price-item-buy {
  left: -85px;
}

.gallery-thumbs-price-item-buy {
  top: 25%;
}

.section-price-item-n__container-left,
.section-price-item-buy__container-left {
  width: 100%;
  height: 100%;
}

.gallery-top-price-item img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: rgba(230, 230, 230, 0.9);
}

#swiper-wrapper {
  height: 100% !important;
}

.gallery-thumbs-price-item .swiper-slide,
.gallery-thumbs-price-item-buy .swiper-slide {
  width: 284px !important;
  height: 225px !important;
  margin-right: 15px;
  margin-left: 15px;
}

.gallery-top-price-item .swiper-slide-container {
  width: 100% !important;
  height: 100% !important;
}

.gallery-thumbs-price-item .swiper-slide a,
.gallery-thumbs-price-item-buy .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-thumbs-price-item .swiper-slide p,
.gallery-thumbs-price-item-buy .swiper-slide p {
  font-family: "Jura bold";
  font-size: 12px;
  margin-bottom: 15px;
  opacity: 1;
  color: rgb(59, 59, 59);
}

.gallery-thumbs-price-item-buy .swiper-slide p {
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(235, 233, 233);
}

.gallery-thumbs-price-item .swiper-slide-active .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-duplicate-active .portfolio-item-line {
  width: 100%;
  padding-top: 1px;
  margin-bottom: 15px;
  opacity: 0;
  background-color: rgb(59, 59, 59);
}

.gallery-thumbs-price-item-buy .swiper-slide-active p {
  position: relative;
}

.gallery-thumbs-price-item-buy .swiper-slide-active p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5px;
  width: 100%;
  height: 1px;
  background-color: rgb(59, 59, 59);
}

.gallery-thumbs-price-item .swiper-slide-next .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-prev .portfolio-item-line {
  width: 100%;
  padding-top: 1px;
  margin-bottom: 15px;
  opacity: 0;
  background-color: rgb(174, 172, 171);
}

.gallery-thumbs-price-item .swiper-slide-active .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-prev .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-next .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-duplicate-active .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-duplicate-prev .portfolio-item-line,
.gallery-thumbs-price-item .swiper-slide-duplicate-next .portfolio-item-line {
  opacity: 1;
}

.gallery-thumbs-price-item-buy .swiper-slide-active .portfolio-item-line,
.gallery-thumbs-price-item-buy .swiper-slide-prev .portfolio-item-line,
.gallery-thumbs-price-item-buy .swiper-slide-next .portfolio-item-line,
.gallery-thumbs-price-item-buy
  .swiper-slide-duplicate-active
  .portfolio-item-line,
.gallery-thumbs-price-item-buy
  .swiper-slide-duplicate-prev
  .portfolio-item-line,
.gallery-thumbs-price-item-buy
  .swiper-slide-duplicate-next
  .portfolio-item-line {
  opacity: 1;
}

.gallery-thumbs-price-item .swiper-slide img,
.gallery-thumbs-price-item-buy .swiper-slide img {
  width: 90% !important;
  height: 210px !important;
  margin-bottom: 30px;
}

.gallery-thumbs-price-item .swiper-slide,
.gallery-thumbs-price-item-buy .swiper-slide {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.gallery-thumbs-price-item .swiper-slide.swiper-slide-prev,
.gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0.3;
  transition: opacity 2s ease-in-out;
}

.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-prev {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.gallery-thumbs-price-item .swiper-slide.swiper-slide-prev,
.gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-prev {
  opacity: 0.5;
}

.gallery-thumbs-price-item .swiper-slide.swiper-slide-next,
.gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-next {
  opacity: 0.5;
}

.gallery-thumbs-price-item .swiper-slide.swiper-slide-next img,
.gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-next img {
  opacity: 0;
}

.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-next img {
  opacity: 0;
}

.gallery-thumbs-price-item .swiper-slide.swiper-slide-active,
.gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-active,
.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-duplicate-active {
  opacity: 1;
  transition: opacity 2s ease-in-out;
}

.gallery-thumbs-price-item .swiper-slide h4 {
  margin-bottom: 10px;
  color: rgb(174, 172, 171);
  font-family: "Jura bold";
}

.gallery-thumbs-price-item-buy .swiper-slide h4 {
  margin-bottom: 10px;
  color: rgb(59, 59, 59);
  font-family: "Jura bold";
  font-size: 12px;
  width: 85%;
  margin: auto;
  text-align: center;
}

.gallery-thumbs-price-item .swiper-slide.swiper-slide-active h4,
.gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-active,
.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-active h4,
.gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-duplicate-active {
  color: rgb(59, 59, 59);
}

.description-price-item-block {
  position: relative;
  width: 130px;
  height: auto;
}

.description-price-item-block__container {
  position: absolute;
  width: 180px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.gallery-thumbs-price-item
  .swiper-slide.swiper-slide-next
  .description-price-item-block__container,
.gallery-thumbs-price-item
  .swiper-slide.swiper-slide-duplicate-next
  .description-price-item-block__container {
  left: -135px;
}

.gallery-thumbs-price-item
  .swiper-slide.swiper-slide-prev
  .description-price-item-block__container,
.gallery-thumbs-price-item
  .swiper-slide.swiper-slide-duplicate-prev
  .description-price-item-block__container {
  right: -185px;
}

.gallery-thumbs-price-item-buy
  .swiper-slide.swiper-slide-next
  .description-price-item-block__container {
  left: -205px;
}

.gallery-thumbs-price-item-buy
  .swiper-slide.swiper-slide-active
  .description-price-item-block__container {
  left: -70px;
}

.gallery-thumbs-price-item-buy
  .swiper-slide.swiper-slide-prev
  .description-price-item-block__container {
  right: -115px;
}

.section-price-item-n-right,
.section-price-item-buy-right {
  width: 1075px;
  height: 100%;
  margin-top: -32px;
  margin-left: 15px;
}

.section-price-item-buy-right {
  margin-left: 60px;
}

.section-price-item-m-description {
  margin-left: 30px;
  margin-bottom: 50px;
}

.section-price-item-m-title,
.section-price-item-buy-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.section-price-item-m-title__my-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  z-index: -1;
}

.section-price-item-buy-right .section-price-item-m-title__my-block {
  left: auto;
  right: 0;
}

.section-price-item-m-title__left {
  padding: 20px 0;
  width: 80%;
}

.section-price-item-buy-right .section-price-item-m-title__left {
  width: 100%;
}

.section-price-item-m-title__left h1 {
  margin-left: 30px;
}

.section-price-item-m-title__right-link {
  margin: 19px 0 20px 0;
}

.section-price-item-m-title__right-link,
.section-price-item-m-title__right-link a,
.section-price-item-m-title__right-link div,
.section-price-item-m-title__right-link a div,
.section-price-item-m-title__right-link > div {
  width: 160px;
  height: 48px;
}

.section-price-item-m-title__right-link,
.section-price-item-m-title__right-link a,
.section-price-item-m-title__right-link div {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}

.section-price-item-m-title__right-link a {
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.15s;

  position: relative;
}

.section-price-item-m-title__right-link a div,
.section-price-item-m-title__right-link > div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgb(243, 78, 78);
  color: rgb(255, 255, 255);
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.section-price-item-m-title__right-link a div p,
.section-price-item-m-title__right-link > div p {
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: "Jura Light";
  text-transform: uppercase;
  line-height: 1;
  font-size: 18px;
}

.section-price-item-m-title__right-link a:hover div {
  opacity: 0.8;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.slide-my-link-item-n {
  overflow: hidden;
}

.slide-my-link-item-n > div,
.slide-my-link-item-n a {
  -webkit-transition: 0.1s all linear;
  -moz-transition: 0.1s all linear;
  -o-transition: 0.1s all linear;
  -ms-transition: 0.1s all linear;
  transition: 0.1s all linear;
  position: absolute;
}

.slide-my-link-item-n > a {
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
}

.slide-my-link-item-n:hover > div {
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}

.slide-my-link-item-n:hover > a {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(1),
.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(2),
.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(3),
.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(4) {
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(243, 78, 78, 0.6),
    rgba(243, 78, 78, 0.8),
    rgba(243, 78, 78, 0.6)
  );
  opacity: 0;
}

.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  animation: animateTop 2s linear infinite paused;
}

.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  animation: animateRight 2s linear infinite paused;
}

.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  animation: animateBottom 2s linear infinite paused;
}

.section-price-m-title-recommend-additional-3-block-item span:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100%;
  animation: animateLeft 2s linear infinite paused;
}

.section-price-m-title-recommend-additional-3-block-item:hover span {
  opacity: 1;
  animation-play-state: running;
}

@keyframes animateTop {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animateRight {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

@keyframes animateBottom {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes animateLeft {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.section-price-item-m-description__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.section-price-item-m-description__container div {
  max-width: 48%;
}

.section-price-item-m-tab {
  margin-left: 30px;
  position: relative;
  margin-bottom: 20px;
}

.section-price-item-m-tab-right-grey-block,
.section-price-item-m-tab {
  height: 200px !important;
}

.section-price-item-m-tab-right-grey-block {
  position: absolute;
  right: 0;
  top: 0;
  width: 440px;
  background-color: rgb(235, 233, 233);
  z-index: -1;
}

.section-price-item-m-tab__container {
  width: 100%;
}

.section-price-item-m-tab__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.section-price-item-m-tab-right {
  width: 75%;
  height: 100%;
}

.section-price-item-m-tab-right .swiper-slide {
  width: 75%;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
}

.section-price-item-m-tab-left {
  width: 20%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.section-price-item-m-tab .swiper-pagination {
  width: auto !important;
  position: relative !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-price-item-m-tab .swiper-pagination-bullet {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  font-family: "Jura bold";
  color: rgba(59, 59, 59, 0.549);
  text-align: center;
  font-size: 10px;
  opacity: 1;
  background-color: transparent !important;
}

.section-price-item-m-tab
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  margin-bottom: 77px;
  color: rgba(59, 59, 59, 1);
  transition: margin-bottom 0.3s ease-in;
}

.section-price-item-m-tab
  .swiper-pagination
  span.swiper-pagination-bullet-active
  > div {
  position: relative;
}

.section-price-item-m-tab__container {
  height: 100%;
}

.section-price-item-m-tab .swiper-pagination span > div::before,
.section-price-item-m-tab
  .swiper-pagination
  span.swiper-pagination-bullet-active
  > div::before {
  background-color: rgb(59, 59, 59);
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 1px;
}

.section-price-item-m-tab .swiper-pagination span > div::before {
  height: 0;
}

.section-price-item-m-tab
  .swiper-pagination
  span.swiper-pagination-bullet-active
  > div::before {
  height: 60px;
  transition: height 0.3s ease-in;
}

.section-price-item-m-tab .swiper-pagination span {
  margin-bottom: 10px;
  min-width: 70px;
}

.section-price-item-m-tab .swiper-pagination span:last-of-type {
  margin-bottom: 0;
  margin-top: 0;
}

.section-price-item-m-tab
  .swiper-pagination
  span:last-of-type.swiper-pagination-bullet-active
  > div::before {
  top: -78px;
  height: 60px;
  transition: height 0.3s ease-in;
  animation: LineHeightT 0.3s ease-in;
}

@keyframes LineHeightT {
  0% {
    top: 0;
  }

  100% {
    top: -78px;
  }
}

.section-price-item-m-tab
  .swiper-pagination
  span:last-of-type.swiper-pagination-bullet-active {
  margin-bottom: 0;
  margin-top: 67px;
  transition: margin-top 0.3s ease-in;
}

.section-price-m-title-recommend-additional-3-block {
  margin-left: 30px;
}

.section-price-m-title-recommend-additional-3-block__container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.section-price-m-title-recommend-additional-3-block-item {
  width: 135px;
  height: 135px;
  border: 1px solid rgb(235, 233, 233);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.section-price-m-title-recommend-additional-3-block__container a {
  margin-right: 15px;
}

.section-price-m-title-recommend-additional-3-block__container a:last-of-type {
  margin-right: 0;
}

.slide-my-link-item-n-mobile {
  display: none;
}

.page-id-1136 .section-price-item-m-title__my-block {
  width: 395px;
}

.page-id-1136 .section-price-item-m-tab-right-grey-block {
  width: 50%;
}

.s-price-item-buy__price {
  width: 100%;
  padding: 20px 0 0 0;
}

.s-price-item-buy__price__wrapper,
.s-price-item-buy__price__item__description,
.page-privacy-politic__description {
  width: 100%;
}

.s-price-item-buy__price__item {
  width: 100%;
  margin-bottom: 16px;
  border: 1px solid #c5c5c5;
}

.s-price-item-buy__price__item__main {
  width: 100%;
  padding: 18px 12px;
  background-color: #ebe9e9;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.s-price-item-buy__price__item:last-of-type {
  margin-bottom: 0;
}

.s-price-item-buy__price__right {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
}

.s-price-item-buy__price__btn-open,
.s-price-item-buy__price__title,
.s-price-item-buy__price__right,
.s-price-item-buy__price__right__day,
.s-price-item-buy__price__btn__submit,
.s-price-item-buy__price__item__main__left,
.page-privacy-politic-item__btn-open {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.s-price-item-buy__price__summ {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.s-price-item-buy__price__btn__submit form {
  height: 100%;
}

.s-price-item-buy__price__right {
  align-items: stretch;
}

.s-price-item-buy__price__btn-open,
.page-privacy-politic-item__btn-open {
  margin-right: 15px;
}

.s-price-item-buy__price__btn-open__wrapper,
.page-privacy-politic-item__btn-open__wrapper {
  width: 17px;
  height: 17px;
  position: relative;
  border: 1px solid #c6c6c6;
  background-color: #f2f2f2;
  cursor: pointer;
}

.s-price-item-buy__price__btn-open__wrapper::after,
.s-price-item-buy__price__btn-open__wrapper::before,
.page-privacy-politic-item__btn-open__wrapper:after,
.page-privacy-politic-item__btn-open__wrapper::before {
  content: "";
  position: absolute;
  background-color: #f35f5f;
  width: 8px;
  height: 1px;
  transition: all 0.5s ease-in;
}

.s-price-item-buy__price__btn-open__wrapper::after,
.page-privacy-politic-item__btn-open__wrapper::after {
  left: 2px;
  top: 50%;
  transform: rotate(45deg);
}

.s-price-item-buy__price__btn-open__wrapper::before,
.page-privacy-politic-item__btn-open__wrapper::before {
  left: 7px;
  top: 50%;
  transform: rotate(-45deg);
}

.s-price-item-buy__price__btn-open__active
  .s-price-item-buy__price__btn-open__wrapper::after,
.active-overlay-page-privacy-politic
  .page-privacy-politic-item__btn-open__wrapper::after {
  transform: rotate(-45deg);
  transition: all 0.5s ease-in;
}

.s-price-item-buy__price__btn-open__active
  .s-price-item-buy__price__btn-open__wrapper::before,
.active-overlay-page-privacy-politic
  .page-privacy-politic-item__btn-open__wrapper::before {
  transform: rotate(45deg);
  transition: all 0.5s ease-in;
}

.s-price-item-buy__price__title h3,
.page-privacy-main__title {
  font-family: "Jura bold", sans-serif;
  font-size: 20px;
  color: rgb(59, 59, 59);
  text-transform: uppercase;
}

.s-price-item-buy__price__summ {
  margin-right: 30px;
  min-width: 95px;
}

.s-price-item-buy__price__summ p,
.s-price-item-buy__price__summ span {
  font-size: 16px;
  font-family: "Jura bold", sans-serif;
  color: rgb(243, 78, 78);
  text-transform: uppercase;
  display: flex;
	height: 16px;
}

.s-price-item-buy__price__summ p {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.s-price-item-buy__price__summ p span.s-price-item-buy__price__summ__line {
  margin-right: 12px;
  color: rgb(59, 59, 59);

}

.s-price-item-buy__price__right__day {
  justify-content: flex-end;
  width: 95px;
  /* width: max-content;
	max-width: 150px; */
}

.s-price-item-buy__price__right__day p {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Jura bold";
  color: rgb(59, 59, 59);
  border-left: 1px solid rgb(59, 59, 59);
  border-top: 1px solid rgb(59, 59, 59);
  border-bottom: 1px solid rgb(59, 59, 59);
  background-color: f6f6f6;
  padding: 13px 10px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
}

.s-price-item-buy__price__btn__submit button,
.s-price-item-buy__price__btn__submit a {
  height: 100%;
  box-sizing: border-box;
  padding: 13px 35px;
  background-color: #f34e4e;
  text-align: center;
  font-size: 12px;
  font-family: "Jura regular", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  outline: none;
  border: none;
  cursor: pointer;
}

.s-price-item-buy__price__btn__submit a {
  text-decoration: none;
}

.s-price-item-buy__price__btn__submit a:hover,
.s-price-item-buy__price__btn__submit button:hover {
  opacity: 0.7;
}

.s-price-item-buy__price__item__description {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  padding: 25px 50px;
  visibility: hidden;
  position: absolute;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}

.page-privacy-politic__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 25px 50px;
  visibility: hidden;
  position: absolute;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}

.this-active-price .s-price-item-buy__price__item__description,
.active-overlay-page-privacy-politic .page-privacy-politic__description {
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.s-price-item-buy__price__item__description__item {
  width: 48%;
}

.s-price-item-buy__price__item__description__item li {
  font-size: 12px;
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  text-align: left;
  line-height: 1.5;
  position: relative;
  padding-left: 7px;
}

.page-privacy-politic__description li {
  font-size: 12px;
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  text-align: left;
  line-height: 1.8;
  position: relative;
  padding-left: 7px;
}

.page-privacy-politic__description li a {
  text-decoration: none;
  font-size: 12px;
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  line-height: 1.5;
}

.page-privacy-politic__description li a:hover {
  border-bottom: 1px solid rgb(59, 59, 59);
}

.s-price-item-buy__price__item__description__item li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: rgb(59, 59, 59);
}

.page-privacy-politic__description li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: rgb(59, 59, 59);
}

.s-price-item-buy__additional-service {
  width: 100%;
  margin-bottom: 35px;
}

.s-price-item-buy__additional-service label {
  padding-left: 30px;
  position: relative;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.s-price-item-buy__additional-service label::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #b3b3b3;
}

.s-price-item-buy__additional-service
  label
  input[type="checkbox"]:checked
  + p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #f34e4e;
  left: 4px;
  top: calc(50% - 4px);
}

.s-price-item-buy__additional-service label p {
  font-size: 12px;
  font-family: "Jura bold";
  color: rgb(59, 59, 59);
  display: flex;
  flex-direction: row;
}

.s-price-item-buy__additional-service label input {
  display: none;
}

.s-price-item-buy__additional-service label p span {
  color: rgb(243, 78, 78);
}

span.additional-service__span-menedger {
  position: relative;
}

span.additional-service__span-menedger::after {
  display: flex;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgb(243, 78, 78);
  left: 0;
  bottom: -5px;
}

.s-price-item-buy__attention-info {
  width: 100%;
}

.s-price-item-buy__attention-info__wrapper {
  width: 100%;
  padding: 12px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ebe9e9;
  box-sizing: border-box;
}

.s-price-item-buy__attention-info__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.s-price-item-buy__attention-info__top {
  width: 100%;
}

.s-price-item-buy__attention-info__top {
  margin-bottom: 10px;
}

.s-price-item-buy__attention-info__bottom p,
.s-price-item-buy__attention-info__top p {
  width: 48%;
  font-size: 12px;
  font-family: "Jura";
  color: rgb(59, 59, 59);
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}

.s-price-item-buy__attention-info__bottom p::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: #3b3b3b;
  left: 0;
  top: 10px;
}

.s-price-item-buy__attention-info__top p:before {
  content: "*";
  position: absolute;
  color: #f34e4e;
}

.s-price-item-buy__attention-info__top p:before {
  left: -2px;
  top: -4px;
  font-size: 18px;
}

.section-price-item-buy__bottom__description,
.section-buy__works-stages {
  width: calc(100% + 70px);
  margin-left: -70px;
}

.section-buy__works-stages .section-price-item-m-title__left {
  width: 100%;
}

.section-buy__works-stages
  .section-price-item-m-title__left
  .section-price-item-m-title__my-block {
  left: auto;
  right: 0;
  width: 51%;
}

.section-buy__works-stages .section-price-item-m-title__left h1 {
  text-align: center;
}

.section-price-item-buy__bottom__description__wrapper,
.section-buy__works-stages__wrapper {
  width: 100%;
  padding: 60px 0;
}

.section-price-item-buy__bottom__description__advantage {
  width: 100%;
}

.section-price-item-buy__bottom__description__advantage__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

p.s-price-item-buy__attention-info__no-add {
  width: 100% !important;
}

.section-price-item-buy__bottom__description__advantage__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background-color: #ebe9e9;
  width: calc(22% - 12px);
  padding: 7px 14px;
  margin-right: 12px;
  box-sizing: border-box;
  min-height: 135px;
}

.section-price-item-buy__bottom__description__advantage__item {
  width: calc(13% - 10px);
  margin-right: 12px;
}

.section-price-item-buy__bottom__description__advantage__item:last-of-type {
  margin-right: 0;
}

.section-price-item-buy__bottom__description__advantage__title p {
  font-size: 15.729px;
  font-family: "Jura bold";
  text-align: center;
  color: rgb(59, 59, 59);
  transform: rotate(-90deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.section-price-item-buy__bottom__description__advantage__item__wrapper {
  width: 100%;
  padding: 7px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #ebe9e9;
}

.section-price-item-buy__bottom__description__advantage__item__top,
.section-price-item-buy__bottom__description__advantage__item__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}

.section-price-item-buy__bottom__description__advantage__item__wrapper p {
  margin: 0 0 0 auto;
  font-size: 14px;
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  text-align: center;
  margin-bottom: 5px;
}

.section-price-item-buy__bottom__description__advantage__item__img {
  width: 100%;
  min-height: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.section-price-item-buy__bottom__description__advantage__item__wrapper img {
  margin: 0 auto 10px auto;
}

.section-price-item-buy__bottom__description__advantage__item__wrapper
  .advatage__line {
  width: 1px;
  height: 19px;
  background-color: rgb(235, 233, 233);
  margin: 0 auto 10px auto;
}

.section-price-item-buy__bottom__description__advantage__item__wrapper h4 {
  text-align: center;
  font-size: 12.317px;
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  line-height: 1.2;
}

.section-buy__works-stages__step {
  width: calc(100% - 70px);
  margin: 0 0 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
}

.section-buy__works-stages__step__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}

.section-buy__works-stages__step__item {
  width: calc(20% - 32px);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: 40px;
  box-sizing: border-box;
}

.section-buy__works-stages__step__item:last-of-type {
  margin-right: 0;
}

.section-buy__works-stages__step__item__left {
  margin-right: 20px;
}

.section-buy__works-stages__step__item__left p {
  box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  font-family: "Jura bold";
  color: rgb(59, 59, 59);
  padding: 10px 0 10px 20px;
  position: relative;
}

.section-buy__works-stages__step__item__left p span {
  color: rgb(255, 255, 255);
}

.section-buy__works-stages__step__item__left p span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: rgb(59, 59, 59);
  z-index: -1;
}

.section-buy__works-stages__step__item__rigth {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0;
  box-sizing: border-box;
  justify-content: flex-start;
}

.section-buy__works-stages__step__item__rigth p {
  font-size: 12px;
  font-family: "Jura bold";
  color: rgb(59, 59, 59);
}

#section-price-item-buy__descktop {
  display: flex;
  flex-direction: column;
}

.s-price-buy__bottom__attention-info {
  margin: 20px 0 20px 70px;
  padding: 15px 15px 15px 25px;
  background-color: #ebe9e9;
  width: max-content;
}

.s-price-buy__bottom__attention-info p {
  width: 100%;
  font-size: 12px;
  font-family: "Jura";
  color: rgb(59, 59, 59);
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}

.s-price-buy__bottom__attention-info p::before {
  content: "*";
  position: absolute;
  color: #f34e4e;
  left: -2px;
  top: -4px;
  font-size: 18px;
}

.pop-up-buy-price {
  background-color: rgba(0, 0, 0, 0.522);
  box-sizing: border-box;
  width: 100%;
  /* height: calc(100% - 84px); */
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999999999999;
  opacity: 0;
  /* opacity: 1; */
  transition: opacity 0.5s ease-in;
  overflow: hidden;
  /* overflow: visible; */
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 8% 0;
  overflow-y: auto;
}

.pop-up-buy-price__wrapper {
  width: 100%;
  height: 100%;
}

.pop-up-buy-price__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 500px;
  background-color: #ffffff;
  margin: auto auto 40px auto;
}

.btn-modal-buy-close {
  position: relative;
  width: 27px;
  height: 27px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.block-add-file-plus {
  position: relative;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.btn-modal-buy-close::after {
  width: 18px;
  height: 1px;
  transform: rotate(-45deg);
}

.block-add-file-plus::after {
  width: 10px;
  height: 1px;
}

.btn-modal-buy-close::before {
  width: 1px;
  height: 18px;
  transform: rotate(-45deg);
}

.block-add-file-plus::before {
  width: 1px;
  height: 10px;
}

.btn-modal-buy-close::before,
.btn-modal-buy-close::after,
.block-add-file-plus::after,
.block-add-file-plus::before {
  content: "";
  position: absolute;
  background-color: rgb(59, 59, 59);
}

.btn-modal-buy-close {
  cursor: pointer;
}

.pop-up-buy-price__btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}

.pop-up-buy-price__form,
.pop-up-buy-price__form form {
  width: 100%;
}

.pop-up-buy-price__form__wrapper {
  width: 94%;
  margin: 0 auto 20px auto;
}

.section-all-input input {
  font-family: "Jura regular", sans-serif;
  box-shadow: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: rgb(59, 59, 59);
  outline: none;
  opacity: 1;
  -webkit-appearance: none;
  /* убирает стандартные стили для iphone */
}

.section-all-input textarea::placeholder,
.section-all-input input::placeholder,
.section-all-select-textarea textarea::placeholder {
  font-family: "Jura regular", sans-serif;
  font-size: 12px;
  color: rgb(59, 59, 59);
  opacity: 1;
}

.section-all-input {
  position: relative;
  margin-bottom: 30px;
}

.section-all-input label,
.section-all-input input {
  width: 100%;
  padding: 8px;
  font-size: 12px;
  font-family: "Jura regular", sans-serif;
  box-sizing: border-box;
}

.section-all-input label {
  position: absolute;
  color: rgb(59, 59, 59);
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in;
}

.section-all-input label.active-field-input {
  opacity: 1;
  top: -20px;
  transition: all 0.5s ease-in;
}

.section-all-input input::placeholder {
  opacity: 1;
  color: rgb(59, 59, 59);
  font-size: 12px;
}

.section-all-input input {
  border-bottom: 1px solid rgb(59, 59, 59);
}

input.input-mail-error,
input.input-mail-error::placeholder {
  border-color: red;
  color: red;
  transition: all 0.2s ease-in;
}

.section-all-input .input-mail-error__message {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.section-all-input .input-mail-error__message p {
  font-size: 12px;
  text-transform: uppercase;
  color: red;
  padding: 8px 8px 0 8px;
  margin: 0;
  font-family: "Jura regular", sans-serif;
}

.section-all-select-textarea {
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.section-all-select-textarea textarea {
  width: 100%;
  outline: none;
  -moz-appearance: none;
  resize: none;
  border: 1px solid rgb(59, 59, 59);
  padding: 8px;
  background-color: transparent;
  font-size: 12px;
  font-family: "Jura regular", sans-serif;
  opacity: 1;
  color: rgb(59, 59, 59);
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-radius: 0;
  -webkit-appearance: none;
  /* убирает стандартные стили для iphone */
}

.section-pop-up-but__aff-file label input,
.section-all-btn-submit label input {
  display: none;
}

.section-all-btn-submit label p,
.section-pop-up-but__aff-file label p {
  font-size: 12px;
  font-family: "Jura regular", sans-serif;
  color: rgb(59, 59, 59);
  position: relative;
  margin: 0;
  padding: 0;
}

.section-all-btn-submit label p {
  cursor: pointer;
}

.section-all-btn-submit label p::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: rgb(59, 59, 59);
}

.section-pop-up-buy__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.section-pop-up-but__aff-file label p {
  line-height: 0.9;
}

.section-pop-up-but__aff-file label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.section-pop-up-but__aff-file .block-add-file-plus {
  margin-right: 10px;
  margin-top: 2px;
}

.seciton-title-all-input {
  width: 100%;
  margin-bottom: 10px;
}

.seciton-title-all-input h4 {
  font-size: 12px;
  font-family: "Jura regular";
  color: rgb(59, 59, 59);
  text-transform: uppercase;
}

.page-privacy-politic {
  width: 100%;
  padding: 50px 0;
}

.page-privacy-politic__title {
  width: 100%;
}

.page-privacy-politic__title .section-price-item-m-title__left {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-privacy-politic__title .section-price-item-m-title__left h1 {
  width: max-content;
}

.page-privacy-politic__title
  .section-price-item-m-title__left
  .section-price-item-m-title__my-block {
  left: auto;
  right: 0;
  width: 54%;
}

.page-privacy-politic-item {
  width: 100%;
  margin-bottom: 15px;
}

.page-privacy-politic-item__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 12px;
  border: 1px solid #c6c6c6;
  box-sizing: border-box;
  cursor: pointer;
}

.page-privacy-main__title h3 {
  font-size: 24px;
  font-family: "Jura bold";
  color: rgb(59, 59, 59);
  text-transform: uppercase;
}

.section-right-bottom-cell__card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}

.section-right-bottom-cell__card img:first-of-type {
  margin-right: 10px;
}

.postid-77 .description-price-item-top-1 h1 span:nth-of-type(13),
.postid-77 .description-price-item-top-1 h1 span:nth-of-type(14),
.postid-77 .description-price-item-top-1 h1 span:nth-of-type(15),
.postid-77 .description-price-item-top-1 h1 span:nth-of-type(16),
.postid-77 .description-price-item-top-1 h1 span:nth-of-type(17),
.postid-72 .description-price-item-top-1 h1 span:nth-of-type(13),
.postid-72 .description-price-item-top-1 h1 span:nth-of-type(14),
.postid-72 .description-price-item-top-1 h1 span:nth-of-type(15),
.postid-72 .description-price-item-top-1 h1 span:nth-of-type(16),
.postid-72 .description-price-item-top-1 h1 span:nth-of-type(17),
#section-price-item-buy__mobile {
  display: none;
}

.this_h2 h2 {
  letter-spacing: inherit;
}

.section-price-item-buy__left-abs {
  position: absolute;
  left: 10px;
  bottom: 45px;
}

.section-price-item-buy__left-abs h3 {
  transform: rotate(-90deg);
  text-transform: uppercase;
  font-family: "Jura bold", sans-serif;
}

@media screen and (max-width: 1820px) {
  .section-price-item-m-title__left,
  .section-price-item-m-description,
  .section-price-item-m-title-recommend-additional__left {
    margin-bottom: 20px;
  }

  .section-price-item-m-description__container ul li {
    line-height: 1.2;
  }

  .section-price-item-m-description__container ul li::after {
    top: 10px;
  }

  .gallery-thumbs-price-item {
    top: 300px;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 1500px;
  }

  .section-logo-smelo {
    width: 1500px;
    left: calc(50% - 750px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 1500px !important;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 96px;
  }

  .section-contact-mail-left-block {
    width: 301px;
  }

  .section-about-top-1-block {
    width: 516px;
  }

  .section-about-top-1-block-bottom {
    width: 576px;
  }

  .description-price-item-top-1-block {
    width: 582px;
  }

  .description-price-item-top-1-block-bottom {
    width: 458px;
    right: 455px;
  }

  .section-contact-left-block {
    width: 323px;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span {
    font-size: 44px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 44px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-about-bottom-1 h3,
  .section-contact-tab-left h4,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 22px;
  }

  .description-price-item-top-item-all ul li,
  .description-price-item-top-item-all p,
  .section-about-top-2 ul li,
  .section-price-item-m-description__container ul li,
  .section-about-top-right-bottom p,
  .section-about-top-left-bottom p,
  .section-tab-p p,
  .section-tab-p a,
  .form-group input,
  .form-price-my-checkbox label span,
  .section-aboup-p p,
  .section-aboup-p p,
  .section-price-item-m-tab-right .swiper-slide p {
    font-size: 15px;
  }

  .section-contact-tab-right iframe {
    height: 501px;
  }

  .section-tab-p-item-1 {
    margin-bottom: 80px;
  }

  .section-contact-mail-right__container .section-contact-right-h-tab_content {
    height: 450px;
  }

  .section-slider-portfolio .gallery-thumbs {
    height: 510px !important;
  }

  .section-slider-portfolio .gallery-top {
    height: 603px !important;
  }

  .section-price-item-n {
    height: 637px;
  }

  .gallery-thumbs .swiper-slide img {
    width: 90% !important;
    height: 210px !important;
    margin-bottom: 30px;
  }

  .gallery-thumbs .swiper-slide {
    width: 286px !important;
    height: 370px !important;
    margin-right: 25px;
    margin-left: 25px;
  }

  .gallery-thumbs .swiper-slide img {
    height: 225px;
    margin-bottom: 20px;
  }

  .section-aboup-p p:last-of-type {
    width: 100%;
    margin: 0 auto;
  }

  .postid-124 .section-aboup-p {
    width: 100% !important;
  }

  .postid-153 .description-price-item-top-2 {
    width: 79% !important;
  }

  .postid-149 .description-price-item-top-2 {
    width: 79.5% !important;
  }

  .postid-161 .description-price-item-top-2 {
    width: 76% !important;
  }

  .postid-185 .description-price-item-top-2 {
    width: 79% !important;
  }

  .postid-177 .description-price-item-top-2 {
    width: 76.5% !important;
  }

  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 767px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 760px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 762px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 764px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 748px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 796px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 791px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 829px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 817px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 776px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 842px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 830px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 834px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 899px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 889px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 800px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 874px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 895px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 855px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 843px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 928px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 963px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 785px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 754px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 880px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 878px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 952px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 905px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 805px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 609px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 792px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -31px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 874px;
  }

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 363px;
  }

  .section-price-item-buy__left {
    margin-left: -93px;
  }
}

@media screen and (max-width: 1720px) {
  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 1400px;
  }

  .section-logo-smelo {
    width: 1400px;
    left: calc(50% - 700px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 1400px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 42px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 42px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-about-bottom-1 h3,
  .section-contact-tab-left h4,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 20px;
  }

  .description-price-item-top-item-all ul li,
  .description-price-item-top-item-all p,
  .section-about-top-2 ul li,
  .section-price-item-m-description__container ul li,
  .section-about-top-right-bottom p,
  .section-about-top-left-bottom p,
  .section-tab-p p,
  .section-tab-p a,
  .form-group input,
  .form-price-my-checkbox label span,
  .section-aboup-p p,
  .section-price-item-m-tab-right .swiper-slide p {
    font-size: 14px;
  }

  .description-price-item-top-item-all ul li::after,
  .section-about-top-2 ul li::after,
  .section-price-item-m-description__container ul li,
  .section-price-item-m-tab-right .swiper-slide p {
    top: 14px;
  }

  .description-price-item-top-1-block-bottom,
  .description-price-item-top-1-block,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 94px;
  }

  .section-contact-mail-left-block {
    width: 279px;
  }

  .section-about-top-1-block {
    width: 477px;
  }

  .section-about-top-1-block-bottom {
    width: 534px;
  }

  .description-price-item-top-1-block {
    width: 540px;
  }

  .description-price-item-top-1-block-bottom {
    width: 436px;
    right: 418px;
  }

  .section-about-bottom-2,
  .description-price-item-bottom-1 {
    margin-bottom: 40px;
  }

  .section-contact-left-block {
    width: 300px;
    top: 44px;
  }

  .section-contact-tab-right iframe {
    height: 481px;
  }

  .section-contact-tab-right-block {
    width: 415px;
  }

  .section-price-item-m-title__left,
  .section-price-item-m-description,
  .section-price-item-m-title-recommend-additional__left {
    margin-bottom: 29px;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 665px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 658px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 660px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 662px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 649px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 682px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 685px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 717px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 707px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 672px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 729px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 719px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 723px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 777px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 769px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 693px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 757px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 774px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 740px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 730px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 803px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 833px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 679px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 654px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 762px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 760px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 824px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 782px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 697px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 530px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 685px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -29px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 756px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 316px;
  }
}

@media screen and (max-width: 1720px) {
  .text.hidden li,
  .text.hidden a:hover .txt-item10 span,
  .text.hidden a:hover .txt-item17 span,
  .text.hidden a:hover .txt-item1,
  .text.hidden a:hover li.txt-item4,
  .text.hidden a:active .txt-item10 span,
  .text.hidden a:active .txt-item17 span,
  .text.hidden a:active .txt-item1,
  .text.hidden a:active li.txt-item4,
  .text.hidden a:focus .txt-item10 span,
  .text.hidden a:focus .txt-item17 span,
  .text.hidden a:focus .txt-item1,
  .text.hidden a:focus li.txt-item4 {
    font-size: 250px;
  }

  .smelo-letters {
    height: 184px;
    width: 135px;
    margin-left: 14px;
    margin-right: 19px;
  }

  .smelo-letters div.smelo-letter-e-1,
  .smelo-letters div.smelo-letter-e-3,
  .smelo-letters div.smelo-letter-e-2 {
    height: 33px;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 1300px;
  }

  .section-logo-smelo {
    width: 1300px;
    left: calc(50% - 650px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 1300px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 38px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 38px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-contact-tab-left h4,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 19px;
  }

  .description-price-item-top-item-all ul li,
  .description-price-item-top-item-all p,
  .section-about-top-2 ul li,
  .section-price-item-m-description__container ul li,
  .section-about-top-right-bottom p,
  .section-about-top-left-bottom p,
  .section-tab-p p,
  .section-tab-p a,
  .form-group input,
  .form-price-my-checkbox label span,
  .section-aboup-p p,
  .section-price-item-m-tab-right .swiper-slide p {
    font-size: 13px;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 90px;
  }

  .section-contact-mail-left-block {
    width: 260px;
  }

  .section-about-top-1-block {
    width: 450px;
  }

  .section-about-top-1-block-bottom {
    width: 500px;
  }

  .description-price-item-top-1-block {
    width: 507px;
  }

  .description-price-item-top-1-block-bottom {
    width: 409px;
    right: 388px;
  }

  .section-contact-left-block {
    width: 280px;
    top: 40px;
  }

  .description-price-item-top {
    margin-bottom: 60px;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-contact-tab-left h4,
  .section-contact-right-h-tab_tab-head li {
    margin-bottom: 15px;
  }

  .section-slider-portfolio,
  .section-about,
  .description-price-item,
  .section-clients,
  .section-contact,
  .section-contact-mail,
  .gallery-top,
  #section-clients-for-descktop {
    margin-top: 30px;
  }

  .section-contact-tab-right iframe {
    height: 434px;
  }

  .section-contact-tab-right-block {
    width: 366px;
  }
}

@media screen and (max-width: 1560px) {
  .price-block-item-block {
    justify-content: flex-start;
    padding-top: 15px;
  }

  .line-for-display-none,
  .price-block-item-block a:last-of-type {
    margin-bottom: 10px;
  }

  .line-vertical {
    height: 10px;
  }

  .price-block-item-block h4,
  .section-price-m-title-recommend-additional-3-block-item
    .recommend-additional-symbol
    h2 {
    font-size: 40px;
  }

  .s-price-item-buy__price__title h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1520px) {
  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 1200px;
  }

  .section-logo-smelo {
    width: 1200px;
    left: calc(50% - 600px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 1200px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 36px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 36px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-contact-tab-left h4,
  .section-about-bottom-1 h3,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 18px;
  }

  .description-price-item-top-item-all ul li,
  .section-about-top-2 ul li,
  .section-price-item-m-description__container ul li,
  .section-about-top-right-bottom p,
  .section-about-top-left-bottom p,
  .section-tab-p p,
  .section-tab-p a,
  .section-price-item-m-tab-right .swiper-slide p {
    font-size: 12px;
    line-height: 1.8;
  }

  .description-price-item-top-item-all p,
  .section-aboup-p p {
    font-size: 12px;
  }

  .form-group input,
  .form-price-my-checkbox label span {
    font-size: 12px;
  }

  .description-price-item-top-item-all ul li::after,
  .section-about-top-2 ul li::after,
  .section-price-item-m-description__container ul li::after {
    top: 10px;
  }

  .description-price-item-top-1-block {
    width: 497px;
  }

  .description-price-item-top-1,
  .description-price-item-bottom-1,
  .description-price-item-top,
  .section-about-top-1,
  .section-about-bottom-2 {
    margin-bottom: 20px;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 88px;
  }

  .section-contact-mail-left-block {
    width: 238px;
  }

  .section-about-top-1-block {
    width: 412px;
  }

  .section-about-top-1-block-bottom {
    width: 458px;
  }

  .description-price-item-top-1-block {
    width: 456px;
  }

  .description-price-item-top-1-block-bottom {
    width: 387px;
    right: 352px;
  }

  .section-contact-left-block {
    width: 257px;
    top: 37px;
  }

  .section-slider-portfolio,
  .section-about,
  .description-price-item,
  .section-clients,
  .gallery-top {
    margin-top: 10px;
  }

  .section-price-item-n,
  .section-price-item-buy {
    margin-top: 40px;
  }

  .section-price-item-n {
    height: 619px;
  }

  .section-price-item-m-title__left,
  .section-price-item-m-title-recommend-additional__left {
    margin-bottom: 10px;
  }

  .section-price-item-m-description {
    margin-bottom: 26px;
  }

  .section-price-m-title-recommend-additional-3-block-item {
    width: 120px;
    height: 120px;
  }

  .section-price-item-n__left,
  .section-price-item-buy__left {
    width: 560px;
  }

  .gallery-thumbs-price-item,
  .gallery-thumbs-price-item-buy {
    width: 652px !important;
  }

  .section-price-item-m-tab-right-grey-block,
  .section-price-item-m-tab {
    height: 170px;
  }

  .section-contact-tab-right iframe {
    height: 401px;
  }

  .section-contact-tab-right-block {
    width: 320px;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 615px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 609px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 611px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 599px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 637px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 633px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 663px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 655px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 621px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 672px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 665px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 669px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 720px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 712px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 640px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 700px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 717px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 685px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 676px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 744px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 733px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 627px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 603px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 706px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 704px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 764px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 725px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 645px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 486px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 634px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -37px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 700px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 300px;
  }
}

@media screen and (max-width: 1420px) {
  .gallery-thumbs-price-item-buy
    .swiper-slide.swiper-slide-next
    .description-price-item-block__container {
    left: -230px;
  }

  .gallery-thumbs-price-item-buy
    .swiper-slide.swiper-slide-active
    .description-price-item-block__container {
    left: -60px;
  }

  .gallery-thumbs-price-item-buy
    .swiper-slide.swiper-slide-prev
    .description-price-item-block__container {
    right: -125px;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 1100px;
  }

  #section-clients-for-descktop {
    width: 65%;
  }

  .section-logo-smelo {
    width: 1100px;
    left: calc(50% - 550px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 1100px !important;
  }

  .section-about-top {
    margin-bottom: 60px;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 34px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 34px !important;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-price-item-m-title__my-block {
    top: 5px;
    height: 74px;
  }

  .section-contact-mail-left-block {
    height: 74px;
    top: -20px;
    width: 217px;
  }

  .section-contact-tab-right-block {
    height: 74px;
  }

  .section-contact-left-block {
    width: 234px;
    top: 40px;
    height: 74px;
  }

  .section-about-top-1-block {
    width: 373px;
  }

  .section-about-top-1-block-bottom {
    width: 416px;
  }

  .description-price-item-top-1-block {
    width: 421px;
  }

  .description-price-item-top-1-block-bottom {
    width: 366px;
    right: 316px;
  }

  .section-contact-tab-right iframe {
    height: 381px;
  }

  .section-tab-p-item-1 {
    margin-bottom: 70px;
  }

  .section-contact-right-h-tab_tab-head,
  .section-contact-mail-right-h-tab_tab-head {
    margin-bottom: 30px;
  }

  .section-contact-mail-right__container .section-contact-right-h-tab_content {
    height: 320px;
  }

  .section-slider-portfolio .gallery-thumbs {
    height: 365px !important;
  }

  .section-slider-portfolio .gallery-top,
  .section-price-item-n {
    height: 485px !important;
  }

  .gallery-thumbs {
    top: 190px;
  }

  .text.hidden li,
  .text.hidden a:hover .txt-item10 span,
  .text.hidden a:hover .txt-item17 span,
  .text.hidden a:hover .txt-item1,
  .text.hidden a:hover li.txt-item4,
  .text.hidden a:active .txt-item10 span,
  .text.hidden a:active .txt-item17 span,
  .text.hidden a:active .txt-item1,
  .text.hidden a:active li.txt-item4,
  .text.hidden a:focus .txt-item10 span,
  .text.hidden a:focus .txt-item17 span,
  .text.hidden a:focus .txt-item1,
  .text.hidden a:focus li.txt-item4 {
    font-size: 140px;
  }

  .smelo-letters {
    height: 103px;
    width: 75px;
    margin-top: -6px;
    margin-left: 7px;
    margin-right: 13px;
  }

  .smelo-letters div.smelo-letter-e-1,
  .smelo-letters div.smelo-letter-e-2,
  .smelo-letters div.smelo-letter-e-3 {
    height: 20px;
  }

  .section-price-item-m-description__container ul li,
  .section-price-item-m-tab-right .swiper-slide p {
    line-height: 1.2;
  }

  .section-price-item-m-tab
    .swiper-pagination
    span.swiper-pagination-bullet-active
    > div::before,
  .section-price-item-m-tab
    .swiper-pagination
    span:last-of-type.swiper-pagination-bullet-active
    > div::before {
    height: 30px;
  }

  .section-price-item-m-description__container ul li::after {
    top: 7px;
  }

  .section-price-item-m-tab
    .swiper-pagination
    span.swiper-pagination-bullet-active {
    margin-bottom: 47px;
  }

  .section-price-item-m-tab
    .swiper-pagination
    span:last-of-type.swiper-pagination-bullet-active {
    margin-top: 37px;
  }

  .section-price-item-m-tab
    .swiper-pagination
    span:last-of-type.swiper-pagination-bullet-active
    > div::before {
    top: -48px;
  }

  .section-price-item-m-tab-right-grey-block,
  .section-price-item-m-tab {
    height: 150px !important;
  }

  .section-slider-portfolio .gallery-top,
  .section-price-item-n {
    height: 529px !important;
  }

  .gallery-thumbs-price-item {
    top: 240px;
  }

  .section-price-item-m-description {
    margin-bottom: 36px;
  }

  .section-price-item-n__left,
  .section-price-item-buy__left {
    width: 510px;
  }

  .gallery-thumbs-price-item,
  .gallery-thumbs-price-item-buy {
    width: 576px !important;
  }

  .description-price-item-block__container {
    width: 145px;
  }

  .gallery-thumbs-price-item
    .swiper-slide.swiper-slide-next
    .description-price-item-block__container,
  .gallery-thumbs-price-item
    .swiper-slide.swiper-slide-duplicate-next
    .description-price-item-block__container {
    left: -173px;
  }

  /*=================================================================================================================

                                                                                       Style for current page price

    =================================================================================================================*/

  .postid-77 .description-price-item-top-2 {
    width: 99% !important;
  }

  .postid-137 .description-price-item-top-2 {
    width: 93% !important;
  }

  .postid-153 .description-price-item-top-2 {
    width: 76% !important;
  }

  .postid-301 .description-price-item-top-2 {
    width: 99.5% !important;
  }

  .postid-161 .description-price-item-top-2 {
    width: 79.5% !important;
  }

  .postid-185 .description-price-item-top-2 {
    width: 75.5% !important;
  }

  .postid-181 .description-price-item-top-2 {
    width: 76% !important;
  }

  .postid-177 .description-price-item-top-2 {
    width: 77.5% !important;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 563px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 557px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 559px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 561px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 549px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 585px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 581px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 610px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 601px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 570px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 620px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 611px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 615px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 663px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 656px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 588px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 645px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 660px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 629px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 621px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 686px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 712px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 576px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 553px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 649px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 647px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 705px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 668px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 592px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 443px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 582px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -24px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 644px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 285px;
  }

  .s-price-item-buy__price__summ {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .logo-smelo-block-top {
    width: 294px;
    height: 88px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .logo-smelo-block-bottom {
    width: 516px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  .section-slider-portfolio,
  .section-about,
  .section-clients,
  .gallery-top {
    margin-top: 10px;
  }

  .section-slider-portfolio .swiper-container {
    margin-top: 0;
  }

  .section-about-top-1,
  .section-about-bottom-2,
  .section-about-bottom-1 {
    margin-bottom: 0;
  }

  .page-clients-item {
    margin-top: 80px;
  }

  .page-clients-item:nth-of-type(1),
  .page-clients-item:nth-of-type(2),
  .page-clients-item:nth-of-type(3) {
    margin-top: 0;
  }

  .gallery-thumbs .swiper-slide img {
    width: 90% !important;
    height: 210px !important;
    margin-bottom: 30px;
  }

  .gallery-thumbs .swiper-slide {
    width: 286px !important;
    height: 370px !important;
    margin-right: 25px;
    margin-left: 25px;
  }

  .gallery-thumbs .swiper-slide img {
    height: 225px;
    margin-bottom: 20px;
  }

  .price-block-item-block {
    justify-content: flex-start;
    padding-top: 10px;
  }

  .price-block-item-block h4,
  .section-price-m-title-recommend-additional-3-block-item
    .recommend-additional-symbol
    h2 {
    font-size: 32px;
  }

  .description-price-item-top-item-all:nth-of-type(2n + 1) {
    width: 40%;
  }

  .section-price-item-buy__left {
    margin-left: -132px;
  }

  .section-price-item-buy-right {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1320px) {
  .s-price-item-buy__price__title h3 {
    font-size: 16px;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 1000px;
  }

  .section-logo-smelo {
    width: 1000px;
    left: calc(50% - 500px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 1000px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 30px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 30px !important;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 68px;
  }

  .section-contact-mail-left-block {
    width: 199px;
  }

  .section-about-top-1-block {
    width: 345px;
  }

  .section-about-top-1-block-bottom {
    width: 382px;
  }

  .description-price-item-top-1-block {
    width: 381px;
  }

  .description-price-item-top-1-block-bottom {
    width: 319px;
    right: 295px;
  }

  .section-contact-left-block {
    width: 213px;
  }

  /*=================================================================================================================

                                                                                       Style for current page price

    =================================================================================================================*/

  .postid-77 .description-price-item-top-2,
  .postid-137 .description-price-item-top-2 {
    width: 97.5% !important;
  }

  .postid-137 .description-price-item-top-2 {
    width: 76.5% !important;
  }

  .postid-153 .description-price-item-top-2 {
    width: 79.5% !important;
  }

  .postid-149 .description-price-item-top-2,
  .postid-161 .description-price-item-top-2,
  .postid-185 .description-price-item-top-2 {
    width: 77.5% !important;
  }

  .postid-181 .description-price-item-top-2 {
    width: 73% !important;
  }

  .postid-177 .description-price-item-top-2 {
    width: 78.5% !important;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 511px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 506px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 507px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 509px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 499px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 530px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 526px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 552px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 544px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 516px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 561px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 554px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 558px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 599px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 593px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 533px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 583px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 597px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 570px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 562px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 619px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 643px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 522px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 503px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 587px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 585px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 636px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 603px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 537px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 407px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 528px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -22px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 582px;
  }

  .section-price-item-m-title__right-link {
    margin-bottom: 0;
  }

  .section-price-item-m-title__left,
  .section-price-item-m-title-recommend-additional__left {
    margin-bottom: 1px;
  }

  .section-price-item-m-title__right-link,
  .section-price-item-m-title__right-link a,
  .section-price-item-m-title__right-link div,
  .section-price-item-m-title__right-link a div,
  .section-price-item-m-title__right-link > div {
    width: 130px;
  }

  .section-price-item-m-title__right-link a div p,
  .section-price-item-m-title__right-link > div p {
    font-size: 14px;
  }

  .section-price-item-m-title__right-link {
    margin-top: 9px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 254px;
  }
}

@media screen and (max-width: 1220px) {
  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 900px;
  }

  .section-logo-smelo {
    width: 900px;
    left: calc(50% - 450px);
  }

  .gallery-top,
  .section-price-item-n,
  .section-price-item-buy {
    width: 900px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 28px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 28px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-contact-tab-left h4,
  .section-about-bottom-1 h3,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 16px;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-price-item-m-title__my-block {
    height: 57px;
    top: 10px;
  }

  .section-contact-mail-left-block {
    height: 57px;
    top: -15px;
    width: 177px;
  }

  .section-contact-tab-right-block {
    height: 57px;
  }

  .section-about-top-1-block {
    width: 306px;
  }

  .section-about-top-1-block-bottom {
    width: 340px;
  }

  .description-price-item-top-1-block {
    width: 340px;
  }

  .description-price-item-top-1-block-bottom {
    width: 296px;
    right: 260px;
  }

  .section-about-top-description {
    width: 51%;
  }

  .section-contact-left-block {
    width: 193px;
    top: 35px;
  }

  .section-contact-tab-right iframe {
    height: 374px;
  }

  .section-contact-tab-right-block {
    left: -50px;
    width: 250px;
  }

  body.page-id-1136,
  .page-id-1136 .animsition-overlay,
  .animsition {
    height: auto !important;
    min-height: 100vh !important;
    overflow-y: auto;
    padding-bottom: 80px;
  }

  .section-price-item-n__container {
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .section-price-item-n__left,
  .gallery-thumbs-price-item,
  .section-price-item-n-right,
  .section-price-item-buy-right,
  .gallery-thumbs-price-item-buy {
    width: 100%;
  }

  .gallery-thumbs-price-item,
  .gallery-thumbs-price-item-buy,
  .section-price-item-n,
  .section-price-item-buy {
    width: 100% !important;
  }

  .section-price-item-n__container,
  .section-price-item-buy__container {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-price-item-n__left {
    position: relative;
  }

  .gallery-thumbs-price-item {
    top: 140px;
  }

  .section-slider-portfolio .gallery-top,
  .section-price-item-n {
    height: auto !important;
  }

  .gallery-thumbs-price-item
    .swiper-slide.swiper-slide-next
    .description-price-item-block__container,
  .gallery-thumbs-price-item
    .swiper-slide.swiper-slide-duplicate-next
    .description-price-item-block__container {
    left: 0;
  }

  .gallery-thumbs-price-item
    .swiper-slide.swiper-slide-prev
    .description-price-item-block__container,
  .gallery-thumbs-price-item
    .swiper-slide.swiper-slide-duplicate-prev
    .description-price-item-block__container {
    right: 0;
  }

  .gallery-thumbs-price-item .swiper-slide.swiper-slide-next img,
  .gallery-thumbs-price-item .swiper-slide.swiper-slide-duplicate-next img {
    opacity: 0.5;
  }

  .gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-next img,
  .gallery-thumbs-price-item-buy .swiper-slide.swiper-slide-duplicate-next img {
    opacity: 1;
  }

  .section-price-item-n-right {
    margin-bottom: 40px;
    margin-left: 0;
  }

  .section-price-item-m-description__container ul li,
  .section-price-item-m-tab-right .swiper-slide p {
    line-height: 2;
  }

  .section-price-item-m-description__container ul li::after {
    top: 15px;
  }

  .section-price-item-m-title__left,
  .section-price-item-m-description,
  .section-price-item-m-title-recommend-additional__left {
    margin-bottom: 30px;
  }

  .section-price-item-n-right__container,
  .section-price-item-buy-right__container {
    margin-bottom: 10px;
  }

  .section-price-item-n__left {
    margin-left: 0;
  }

  .gallery-thumbs-price-item-buy {
    left: 0;
  }

  /*=================================================================================================================

                                                                                       Style for current page price

    =================================================================================================================*/

  .postid-77 .description-price-item-top-2 {
    width: 98.5% !important;
  }

  .postid-153 .description-price-item-top-2 {
    width: 74.5% !important;
  }

  .postid-301 .description-price-item-top-2,
  .postid-137 .description-price-item-top-2 {
    width: 98.5% !important;
  }

  .postid-149 .description-price-item-top-2 {
    width: 78.5% !important;
  }

  .postid-181 .description-price-item-top-2 {
    width: 72% !important;
  }

  .postid-177 .description-price-item-top-2 {
    width: 77.5% !important;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 461px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 456px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 457px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 459px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 449px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 477px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 498px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 491px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 466px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 506px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 499px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 503px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 542px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 536px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 481px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 527px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 540px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 515px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 508px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 561px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 583px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 471px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 452px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 474px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 530px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 528px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 576px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 546px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 484px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 363px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 476px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -20px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 527px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 238px;
  }

  .gallery-thumbs-price-item-buy
    .swiper-slide.swiper-slide-next
    .description-price-item-block__container {
    opacity: 0;
  }

  .gallery-thumbs-price-item-buy
    .swiper-slide.swiper-slide-active
    .description-price-item-block__container {
    left: 0;
  }

  .gallery-thumbs-price-item-buy
    .swiper-slide.swiper-slide-prev
    .description-price-item-block__container {
    opacity: 0;
  }

  .section-price-item-buy__left {
    display: none;
  }

  .section-price-item-buy-right {
    margin-left: 0;
  }

  .section-price-item-buy-right .section-price-item-m-title__left h1 {
    text-align: center;
  }

  .section-price-item-buy__bottom__description,
  .section-buy__works-stages {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-price-item-buy__bottom__description__advantage__container,
  .section-buy__works-stages__step__wrapper {
    flex-wrap: wrap;
  }

  .section-price-item-buy__bottom__description__advantage__item {
    width: calc(26% - 16.666667px);
    margin-right: 25px;
  }

  .section-price-item-buy__bottom__description__advantage__item:nth-of-type(4n) {
    margin-right: 0;
  }

  .section-price-item-buy__bottom__description__advantage__item:nth-of-type(n
      + 5) {
    margin-top: 25px;
  }

  .section-price-item-buy__bottom__description__advantage__item:nth-of-type(5n) {
    margin-left: 22%;
  }

  .section-buy__works-stages__wrapper {
    padding: 30px 0 10px 0;
  }

  .section-buy__works-stages__step__item {
    width: calc(33% - 25px);
    margin-right: 25px;
  }

  .section-buy__works-stages__step__wrapper {
    justify-content: flex-start;
  }

  .section-buy__works-stages__step__item:last-of-type {
    margin-right: 0;
  }

  .section-buy__works-stages__step__item:nth-of-type(n + 4) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .contact-animation-letter,
  .contact-mail-animation-letter {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }

  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    vertical-align: bottom;
  }

  .contact-animation-letter,
  .contact-mail-animation-letter {
    margin-bottom: 20px;
  }

  .section-contact-left__container,
  .section-contact-mail-left__container {
    margin-bottom: 50px;
  }

  .section-contact-right,
  .section-contact-mail-right {
    padding-left: 0;
    padding-top: 0;
  }

  .section-contact,
  .section-contact-mail {
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .section-contact-tab-right,
  .section-contact-mail-tab-right {
    width: 70%;
  }
}

@media screen and (max-width: 1120px) {
  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 800px;
  }

  .section-logo-smelo {
    width: 800px;
    left: calc(50% - 400px);
  }

  .gallery-top {
    width: 800px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 25px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 25px !important;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 52px;
  }

  .section-contact-mail-left-block {
    width: 157px;
  }

  .section-about-top-1-block {
    width: 273px;
  }

  .section-about-top-1-block-bottom {
    width: 302px;
  }

  .description-price-item-top-1-block {
    width: 301px;
  }

  .description-price-item-top-1-block-bottom {
    width: 263px;
    right: 231px;
  }

  .description-price-item-top-item-all:nth-of-type(1) {
    width: 35%;
  }

  .description-price-item-top-item-all:last-of-type {
    width: 45%;
  }

  .section-contact-left-block {
    width: 171px;
    top: 38px;
  }

  .description-price-item-top-1,
  .description-price-item-bottom-1,
  .description-price-item-top,
  .section-about-top-1,
  .section-about-bottom-2 {
    margin-bottom: 10px;
  }

  .section-contact-tab-right-block {
    left: -20px;
  }

  /*=================================================================================================================

                                                                                       Style for current page price

    =================================================================================================================*/

  .postid-137 .description-price-item-top-2 {
    width: 95.5% !important;
  }

  .postid-153 .description-price-item-top-2 {
    width: 77.5% !important;
  }

  .postid-161 .description-price-item-top-2 {
    width: 79.5% !important;
  }

  .postid-185 .description-price-item-top-2 {
    width: 67.5% !important;
  }

  .postid-181 .description-price-item-top-2 {
    width: 71% !important;
  }

  .postid-177 .description-price-item-top-2 {
    width: 78.5% !important;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 410px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 405px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 406px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 408px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 399px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 425px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 423px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 443px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 437px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 414px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 450px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 443px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 447px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 482px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 476px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 427px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 468px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 479px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 457px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 451px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 498px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 518px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 418px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 402px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 421px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 471px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 469px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 512px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 485px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 430px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 323px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 422px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: -18px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 467px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 215px;
  }
}

@media screen and (max-width: 1100px) {
  .gallery-thumbs .swiper-slide-next,
  .gallery-thumbs .swiper-slide-prev {
    opacity: 0.4;
  }

  .gallery-thumbs .swiper-slide-next p,
  .gallery-thumbs .swiper-slide-prev p,
  .gallery-thumbs .swiper-slide-next .portfolio-item-line,
  .gallery-thumbs .swiper-slide-prev .portfolio-item-line,
  .gallery-thumbs .swiper-slide-next h4,
  .gallery-thumbs .swiper-slide-prev h4,
  .gallery-thumbs .swiper-slide-next h5,
  .gallery-thumbs .swiper-slide-prev h5 {
    opacity: 0;
  }
}

@media screen and (max-width: 1075px) {
  .price-block-item-block {
    justify-content: flex-start;
    padding-top: 10px;
  }

  .price-block-item-block h4,
  .section-price-m-title-recommend-additional-3-block-item
    .recommend-additional-symbol
    h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  body,
  .animsition-overlay,
  .animsition {
    height: auto !important;
    min-height: 100vh !important;
    overflow-y: auto;
    padding-bottom: 80px;
  }

  body {
    position: relative;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 700px;
  }

  .section-logo-smelo {
    width: 700px;
    left: calc(50% - 350px);
  }

  .gallery-top {
    width: 700px !important;
  }

  .section-about-bottom-3,
  .description-price-item-bottom-3 {
    margin-bottom: 40px;
  }

  .section-clients {
    width: 90%;
  }

  .filter-gray {
    width: 100% !important;
    height: 80px !important;
  }

  .preloader,
  .animsition-overlay-slide {
    height: 100vh;
    position: absolute;
    top: 0;
  }

  .title-block,
  .price-block-items {
    display: none;
  }

  .price-block-item-block h4,
  .section-price-m-title-recommend-additional-3-block-item
    .recommend-additional-symbol
    h2
    .price-for-mobile-container
    dl
    dt
    a,
  .price-for-mobile-container dl dt p {
    font-size: 48px;
  }

  .price-for-mobile-container dl dt a,
  .price-for-mobile-container dl dt p {
    text-transform: uppercase;
    text-align: center;
  }

  .price-block-item-block {
    display: -webkit-flex;
    display: -ms-flexbox;
  }

  .line-vertical {
    width: 1px;
    height: 19px;
    margin-bottom: 9px;
  }

  .price-for-mobile-container dl dt {
    border: 1px solid rgb(232, 232, 232);
  }

  .accordion-price-for-mobile dl:after,
  .accordion-list:after {
    content: "";
    display: block;
    height: 1em;
    width: 100%;
  }

  .accordion-price-for-mobile {
    position: relative;
  }

  .price-for-mobile-container {
    display: block;
    width: 100%;
    padding: 30px 20px 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .accordionTitle,
  .accordion__Heading {
    text-align: center;
    font-weight: 700;
    padding: 1em;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
  }

  .price-for-mobile-container dl dt {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .price-for-mobile-container dl dt a {
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    margin: auto 0;
    outline: 2px solid rgb(232, 232, 232);
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .price-for-mobile-container dl dt a.is-collapsed {
    outline: none;
  }

  .price-for-mobile-container dl dt p {
    padding: 1em;
    text-align: center;
    font-size: 48px;
    line-height: 0.8em;
    font-weight: 700;
    text-decoration: none;
  }

  .accordionTitleActive.price-title-before,
  .accordionTitle.price-title-before.is-expanded {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transform-origin: center center;
    transform-origin: center center;
  }

  .price-title-before {
    width: 10%;
    height: auto;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transform-origin: center center;
    transform-origin: center center;
  }

  .accordionItem {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .accordionItem .price-block-item-block {
    border-left: 1px solid rgb(232, 232, 232);
    width: 50%;
  }

  .accordionItem.is-collapsed {
    max-height: 0;
  }

  .animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
  }

  .animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
  }

  @-webkit-keyframes accordionIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.9) rotateX(-60deg);
      transform: scale(0.9) rotateX(-60deg);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @keyframes accordionIn {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.9) rotateX(-60deg);
      transform: scale(0.9) rotateX(-60deg);
      -webkit-transform-origin: 50% 0;
      transform-origin: 50% 0;
    }

    100% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }

  @-webkit-keyframes accordionOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.9) rotateX(-60deg);
      transform: scale(0.9) rotateX(-60deg);
    }
  }

  @keyframes accordionOut {
    0% {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }

    100% {
      opacity: 0;
      -webkit-transform: scale(0.9) rotateX(-60deg);
      transform: scale(0.9) rotateX(-60deg);
    }
  }

  #header-nav-menu,
  .header-hamburger-title,
  .section-nav-menu {
    display: none !important;
  }

  #myBtn-desktop {
    display: none;
  }

  #myBtn-mobile {
    display: flex;
  }

  .h-button-mobile:before {
    content: attr(data-text2);
  }

  #my-mobile-nav-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    min-height: 100vh;
  }

  #header-mobile-button-open {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 31px;
    margin-top: -1px;
  }

  #my-mobile-nav-menu.header-mobile-block-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgb(59, 59, 59);
    overflow-x: hidden;
    transition: 0.5s;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content {
    position: relative;
    width: 95%;
    text-align: center;
    margin: 24px auto 0 auto;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content nav,
  #my-mobile-nav-menu .header-mobile-block-overlay-content nav ul li {
    width: 100%;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content nav ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content nav ul li a span,
  #my-mobile-nav-menu .header-mobile-block-overlay-content .h-button:before,
  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    .h-button-mobile:before {
    font-size: 36px;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content nav ul li a span,
  #my-mobile-nav-menu .header-mobile-block-overlay-content .h-button:before,
  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    .h-button-mobile:before,
  #header-language .dropmenu li a,
  #header-language .dropmenu .drop-link i {
    color: white;
  }

  #header-language .sub-menu {
    background-color: rgb(59, 59, 59);
  }

  #header-language {
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 10;
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    .h-button-mobile:before,
  .h-button:before {
    left: 7px;
    right: auto;
  }

  .header-mobile-block-overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
    position: relative;
  }

  .link-aboutus {
    width: auto;
  }

  .header-mobile-block-overlay .closebtn-mobile-nav-menu {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 44px;
    color: white;
    z-index: 999;
  }

  .header-mobile-block-overlay-content img {
    filter: invert(1);
  }

  .link-for-mobile-index {
    margin-bottom: 60px;
  }

  .contact-animation-letter,
  .contact-mail-animation-letter {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }

  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    vertical-align: bottom;
  }

  .section-contact-left,
  .section-contact-right,
  .section-contact-mail-left,
  .section-contact-mail-right {
    width: 100%;
    margin: 0 auto;
  }

  .contact-animation-letter,
  .contact-mail-animation-letter {
    margin-bottom: 20px;
  }

  .section-contact-left__container,
  .section-contact-mail-left__container {
    margin-bottom: 50px;
  }

  .section-contact-right,
  .section-contact-mail-right {
    padding-left: 0;
    padding-top: 0;
  }

  .section-contact,
  .section-contact-mail {
    margin-bottom: 60px;
    margin-top: 50px;
  }

  .section-tab-p-item-1 {
    margin-bottom: 40px;
  }

  .section-contact-tab-right,
  .section-contact-mail-tab-right {
    width: 100%;
  }

  .section-contact-right-h-tab_tab-head li {
    word-break: break-word;
  }

  .section-contact-right-h-tab_tab-head li {
    padding-right: 10px;
  }

  .swiper-slide {
    width: 100% !important;
  }

  .section-slider-portfolio .gallery-top {
    height: 550px !important;
  }

  .swiper-wrapper {
    height: 100% !important;
  }

  .section-contact-mail-right__container .section-contact-right-h-tab_content {
    height: auto;
    padding: 10px;
    margin-left: -10px;
  }

  .section-contact-mail-right__container .section-contact-tab__container {
    width: 100%;
  }

  .header-mobile-block-overlay .header-mobile-logo-nav-menu {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content nav ul li {
    margin-left: 30px;
    position: relative;
    margin-bottom: 10px;
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li:last-of-type {
    margin-bottom: 0;
  }

  #my-mobile-nav-menu .header-mobile-block-overlay-content nav ul li:before {
    transform: rotate(-90deg);
    content: "01";
    font-family: "Jura regular";
    font-size: 12px;
    color: white;
    position: absolute;
    left: -20px;
    bottom: calc(50% - 9px);
  }

  #my-mobile-nav-menu #anim4 .sub-menu li:first-of-type {
    padding-top: 0;
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li.number-for-link-blog:before {
    content: "02";
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li.number-for-link-about:before {
    content: "03";
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li.number-for-link-portfolio:before {
    content: "04";
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li.number-for-link-clients:before {
    content: "05";
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li.number-for-link-contact:before {
    content: "06";
  }

  #my-mobile-nav-menu
    .header-mobile-block-overlay-content
    nav
    ul
    li.active-mobile-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: white;
    bottom: 0;
    left: 0;
  }

  .header-mobile-block-overlay-content nav {
    margin-bottom: 100px;
  }

  .section-social-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-left: 36px;
  }

  .section-social-mobile__left,
  .section-social-mobile__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section-social-mobile__right {
    margin-right: 36px;
  }

  .header-mobile-block-overlay-content .section-social-mobile__right a {
    filter: invert(0) !important;
  }

  .section-social-mobile__right img:first-of-type {
    margin-right: 15px;
  }

  .section-social-mobile a .fa {
    color: white;
    font-size: 20px;
  }

  .section-social-mobile__left a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .description-price-item-top-item-all:nth-of-type(1),
  .description-price-item-top-item-all:nth-of-type(2n),
  .description-price-item-top-item-all:last-of-type {
    width: 100% !important;
  }

  .description-price-item-top-item-all {
    margin-bottom: 20px;
  }

  .description-price-item-top-item-all:last-of-type {
    margin-bottom: 0;
  }

  .description-price-item-top-description {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .description-price-item-bottom .br-for-description-price-item-mobile {
    display: block;
  }

  .description-price-item-bottom h1 span {
    line-height: 1.8;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 81px;
  }

  .section-about-top-1-block,
  .section-price-item-m-title__my-block {
    top: 0;
    width: 184px;
  }

  .section-about-top-1-block-bottom {
    width: 223px;
    top: 0;
  }

  .description-price-item-top-1-block-bottom {
    width: 367px;
    top: 79px;
    left: 0;
  }

  .description-price-item-top-1-block {
    width: 228px;
    top: 0;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 32px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 32px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-about-bottom-1 h3,
  .section-contact-tab-left h4,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 18px;
  }

  .description-price-item-top-item-all ul li,
  .section-about-top-2 ul li,
  .section-price-item-m-description__container ul li,
  .section-about-top-right-bottom p,
  .section-about-top-left-bottom p,
  .section-tab-p p,
  .section-tab-p a,
  .section-aboup-p p,
  .section-price-item-m-tab-right .swiper-slide p {
    font-size: 14px;
    line-height: 2;
  }

  .description-price-item-top-item-all p,
  .section-aboup-p p {
    font-size: 14px;
  }

  .form-group input,
  .form-price-my-checkbox label span {
    font-size: 14px;
  }

  .description-price-item-bottom h2 span {
    line-height: 2;
  }

  .description-price-item-top-item-all ul li::after,
  .section-about-top-2 ul li::after,
  .section-price-item-m-description__container ul li::after {
    top: 15px;
  }

  .description-price-item-top-1,
  .description-price-item-bottom-1,
  .description-price-item-top,
  .section-about-top-1,
  .section-about-bottom-2 {
    margin-bottom: 20px;
  }

  .section-about-top-description {
    width: 85%;
  }

  .section-contact__container,
  .section-contact-mail__container {
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }

  .section-contact-left,
  .section-contact-right {
    width: 100%;
  }

  .contact-animation-letter,
  .contact-mail-animation-letter {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-contact-left__container .contact-animation-letter h2,
  .section-contact-left__container .contact-animation-letter h1 {
    margin-bottom: 0;
  }

  .contact-animation-letter {
    margin-bottom: 40px;
  }

  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    vertical-align: super;
  }

  .section-contact-left-block {
    width: 425px;
    top: -22px;
  }

  .section-contact-tab__container,
  .section-contact-mail-tab__container {
    flex-direction: column;
  }

  .section-contact-tab-left {
    margin-bottom: 40px;
  }

  .section-contact-tab-left {
    width: 100%;
  }

  .section-contact-mail-left-block {
    width: 645px;
    top: -25px;
  }

  .contact-mail-animation-letter,
  .section-contact-mail-left__container .contact-mail-animation-letter h1,
  .section-contact-mail-left__container .contact-mail-animation-letter h2 {
    margin-bottom: 0;
  }

  .irs-slider {
    width: 23px !important;
    height: 23px !important;
    top: 15px !important;
  }

  .irs-grid {
    height: 40px !important;
  }

  .form-price-my-checkbox label {
    margin-bottom: 10px;
  }

  .section-contact-right-h-tab_tab-head,
  .section-contact-mail-right-h-tab_tab-head {
    margin-bottom: 10px;
  }

  .form-price-my-checkbox label span {
    width: 100%;
  }

  .page-clients-item {
    margin-top: 200px;
  }

  .description-price-item-bottom-1 h2 span:nth-of-type(23) {
    display: block;
    width: 0;
    height: 0;
    word-break: break-word;
  }

  .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(23),
  .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(23) {
    display: inline;
    width: auto;
    height: auto;
    word-break: normal;
  }

  .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(22),
  .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(22) {
    display: block;
    width: 0;
    height: 0;
    word-break: break-word;
  }

  .description-price-item,
  .section-about {
    height: auto;
  }

  #section-clients-for-descktop {
    height: auto;
  }

  .section-aboup-p {
    width: 75%;
  }

  .section-aboup-p p:last-of-type {
    width: 100% !important;
  }

  .postid-132 .section-aboup-p p:last-of-type,
  .postid-132 .section-aboup-p p:nth-last-of-type(2) {
    width: auto !important;
    display: inline;
  }

  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 362px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 357px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 358px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 360px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 349px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 382px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 380px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 406px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 399px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 368px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 415px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 407px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 411px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 456px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 449px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 385px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 439px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 453px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 425px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 416px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 478px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 503px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 374px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 353px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 443px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 441px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 495px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 460px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 389px;
  }

  .price-block-item-block a {
    font-size: 14px;
  }

  .price-block-item-block a:first-of-type {
    margin-bottom: 8px;
  }

  body.page-id-13,
  body.page-id-11 {
    max-height: 100vh;
    min-height: 450px !important;
    height: calc(100vh - 65px) !important;
    overflow: hidden;
  }

  .page-template-tpl-about #innerTXT-smelo,
  .single-post #innerTXT-smelo {
    bottom: 65px !important;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 249px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 380px;
  }

  .page-id-1103 .section-contact-mail-left-block,
  .page-id-63 .section-contact-mail-left-block,
  .page-id-60 .section-contact-mail-left-block {
    right: 0;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 438px;
  }

  .section-price-item-m-title__right-link > div {
    display: none;
  }

  .slide-my-link-item-n > a {
    transform: translate(0, 0);
  }

  .slide-my-link-item-n-mobile {
    display: block;
  }

  .section-price-item-m-title__right-link a div p:first-of-type {
    display: none;
  }

  .section-price-item-n__container,
  .section-price-item-buy__container {
    width: 100%;
  }

  .section-price-item-n-right,
  .section-price-item-buy-right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-price-item-n__left {
    margin-bottom: 40px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 269px;
  }

  #section-price-item-buy__descktop {
    display: none;
  }

  #section-price-item-buy__mobile {
    display: flex;
    width: 100%;
    padding-top: 30px;
  }

  .section-price-item-buy__mobile__title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-price-item-m-title__left {
    width: 100%;
  }

  .section-price-item-buy__mobile__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
  }

  .section-price-item-buy__mobile__wrapper
    .section-price-item-m-title__my-block {
    left: auto;
    right: 0;
    width: 54% !important;
  }

  .section-price-item-buy__mobile__wrapper
    .section-price-item-m-title__left
    h1 {
    margin-left: 0;
    text-align: center;
  }

  .s-price-i-buy__slider-price,
  .s-price-i-buy__slider-price__wrapper {
    width: 100%;
  }

  #s-price-i-buy__slider-price .swiper-container {
    width: 100%;
    height: 100%;
  }

  #s-price-i-buy__slider-price .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 90% !important;
    margin: 0 5px;
    border: 1px solid #c6c6c6;
    height: auto !important;
    background-color: #ebe9e9;
    margin-top: 10px;
    margin-bottom: 10px;
    /* transform: scale(0.98); */
  }

  #s-price-i-buy__slider-price .swiper-slide.swiper-slide-active {
    /* transform: scale(1); */
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
  }

  #s-price-i-buy__slider-price .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  #s-price-i-buy__slider-price .swiper-slide__container {
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  #s-price-i-buy__slider-price .slider-price__mobile__description {
    flex-grow: 1;
  }

  #s-price-i-buy__slider-price .swiper-pagination,
  #s-mobile-tab__item__slider-examples .swiper-pagination {
    position: relative;
    padding: 20px 20px;
    box-sizing: border-box;
  }

  #s-price-i-buy__slider-price .swiper-pagination-bullet,
  #s-mobile-tab__item__slider-examples .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-right: 20px;
    background-color: #ebe9e9;
    opacity: 1;
  }

  #s-price-i-buy__slider-price .swiper-pagination-bullet:last-of-type,
  #s-mobile-tab__item__slider-examples .swiper-pagination-bullet:last-of-type {
    margin-right: 0;
  }

  #s-price-i-buy__slider-price .swiper-pagination-bullet-active,
  #s-mobile-tab__item__slider-examples .swiper-pagination-bullet-active {
    background-color: #f34e4e;
    opacity: 1;
  }

  .slider-price__mobile__title__count {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .s-price-item__consultation-checkbox__mobile {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  #s-price-i-buy__slider-price .s-price-item-buy__price__summ {
    margin-right: 0;
  }

  .slider-price__mobile__description {
    width: 100%;
    padding: 20px 0;
  }

  .slider-price__mobile__description li {
    font-size: 12px;
    font-family: "Jura regular";
    color: rgb(59, 59, 59);
    text-align: left;
    line-height: 1.5;
    position: relative;
    padding-left: 7px;
  }

  .slider-price__mobile__description li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: rgb(59, 59, 59);
  }

  .slider-price__mobile__btn {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  .slider-price__mobile__btn .s-price-item-buy__price__right__day,
  .slider-price__mobile__btn .s-price-item-buy__price__btn__submit {
    width: 50%;
  }

  .slider-price__mobile__btn .s-price-item-buy__price__btn__submit form,
  .slider-price__mobile__btn .s-price-item-buy__price__btn__submit button,
  .s-price-item-buy__price__btn__submit a {
    width: 100%;
  }

  #section-price-item-buy__mobile
    .s-price-item-buy__additional-service
    label
    p {
    flex-wrap: wrap;
    line-height: 1.8;
  }

  #section-price-item-buy__mobile
    span.additional-service__span-menedger::after {
    bottom: 0;
  }

  .s-price-item-buy__attention-info__mobile,
  .s-price-item__consultation-checkbox__mobile {
    width: 90%;
    margin: 0 auto 20px auto;
  }

  .s-price-item-buy__additional-service {
    margin-bottom: 0;
  }

  #section-price-item-buy__mobile .s-price-item-buy__attention-info__top,
  #section-price-item-buy__mobile .s-price-item-buy__attention-info__bottom {
    padding: 15px 15px 15px 28px;
    box-sizing: border-box;
  }

  #section-price-item-buy__mobile .s-price-item-buy__attention-info__top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .s-price-item-buy__attention-info__wrapper {
    padding: 0;
  }

  #section-price-item-buy__mobile .s-price-item-buy__attention-info__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    display: none;
    transition: all 0.5s ease-in;
  }

  #s-mobile__price-no-add__toggle.s-mobile__price-no-add__toggle__show__close {
    display: flex;
    transition: all 0.5s ease-in;
  }

  .s-mobile-tab {
    width: 100%;
  }

  .s-mobile-tab__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .s-mobile-tab__item {
    border-top: 1px solid #ebe9e9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .s-mobile-tab__item__title {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }

  .s-mobile-tab__item__title__left {
    display: flex;
    flex-grow: 1;
  }

  .s-mobile-tab__item__title__left p {
    font-size: 12px;
    font-family: "Jura bold";
    color: rgb(59, 59, 59);
    text-transform: uppercase;
  }

  .s-mobile-tab__item__title__right {
    width: 8px;
    height: 8px;
    position: relative;
    box-sizing: border-box;
  }

  .s-mobile-tab__wrapper .s-mobile-tab__item__title__left p {
    line-height: 0.9;
  }

  .s-mobile-tab__item__title__right::after,
  .s-mobile-tab__item__title__right::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 1px;
    background-color: rgb(59, 59, 59);
  }

  .s-mobile-tab__item__title__right::after {
    left: 0;
    top: calc(50%);
  }

  .s-mobile-tab__item__title__right::before {
    transform: rotate(90deg);
    transform-origin: center;
    top: calc(50%);
    transition: all 0.5s ease-in;
  }

  .s-mobile-tab__item__title__btn__active
    .s-mobile-tab__item__title__right::before {
    transform: rotate(0deg);
    transition: all 0.5s ease-in;
  }

  .s-mobile-tab__item__show {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
  }

  .s-mobile-tab__item__title__btn__active .s-mobile-tab__item__show {
    display: flex;
  }

  #s-mobile-tab__item__slider-examples .swiper-container {
    width: 100%;
    height: 100%;
  }

  #s-mobile-tab__item__slider-examples .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100% !important;
    margin: 0 15px;
    height: auto !important;
  }

  #s-mobile-tab__item__slider-examples .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .s-mobile-tab__item__slider-examples__bottom,
  .s-mobile-tab__item__slider-examples__bottom img {
    width: 100%;
  }

  #s-mobile-tab__item__slider-examples .swiper-pagination {
    width: 100%;
  }

  .s-price-item-buy__attention-info__mobile .s-price-item-buy__price__btn-open {
    margin: 0;
  }

  .s-price-item-buy__attention-info__mobile
    .s-price-item-buy__attention-info__top
    p {
    flex-grow: 1;
  }

  .s-price-buy__bottom__attention-info {
    margin: 20px auto;
    width: 90%;
    box-sizing: border-box;
  }

  .s-mobile-tab__item__slider-examples__top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .s-mobile-tab__item__slider-examples__top h4 {
    width: 100%;
    font-size: 12px;
    font-family: "Jura bold";
    color: rgb(59, 59, 59);
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
  }

  .s-mobile-tab__item__slider-examples__top span {
    font-size: 10.751px;
    font-family: "Jura bold";
    color: rgb(59, 59, 59);
    position: absolute;
    left: 0;
    top: 40%;
    transform: rotate(-90deg);
    transform-origin: center;
  }

  .s-mobile-tab__item__show__step .timeline {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin: 40px 0 0 0;
    box-sizing: border-box;
  }

  .s-mobile-tab__item__show__step .container {
    padding: 10px 20px 20px 20px;
    position: relative;
    background-color: inherit;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #f34e4e;
    margin-left: 20px;
  }

  .s-mobile-tab__item__show__step .container:last-of-type {
    border: none;
  }

  .s-mobile-tab__item__show__step .container span {
    position: absolute;
    left: -20px;
    top: -7px;
    transform: rotate(-90deg);
    font-size: 12px;
    font-family: "Jura bold";
    color: rgb(59, 59, 59);
  }

  .s-mobile-tab__item__show__step .container::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -17px;
    background-color: #f34e4e;
    top: -5px;
    border-radius: 50%;
    z-index: 1;
  }

  .s-mobile-tab__item__show__step .right {
    left: 0;
  }

  .s-mobile-tab__item__show__step .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
  }

  .s-mobile-tab__item__show__step .right::after {
    left: -5px;
  }

  .s-mobile-tab__item__show__step .content {
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  #s-mobile-tab__item__benefits .swiper-container {
    width: 100%;
    height: 100%;
  }

  #s-mobile-tab__item__benefits .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 135px !important;
    height: auto !important;
    margin: 0 15px 0 0;
    height: auto !important;
  }

  #s-mobile-tab__item__benefits
    .section-price-item-buy__bottom__description__advantage__item {
    width: 100%;
    height: 100%;
  }

  #s-mobile-tab__item__benefits {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
  }

  .s-price-item-buy__attention-info__mobile
    .s-price-item-buy__attention-info__bottom
    p {
    width: 100%;
    box-sizing: border-box;
  }

  .header-mobile-block-overlay-content .section-social-mobile__right img {
    filter: invert(0) !important;
  }
}

@media screen and (max-width: 950px) {
  .logo-smelo-block-top {
    width: 210px;
  }

  .logo-smelo-block-bottom {
    width: 420px;
  }

  input[type="range"] {
    margin-top: -11px;
  }
}

@media screen and (max-width: 800px) {
  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 600px;
  }

  .section-logo-smelo {
    width: 600px;
    left: calc(50% - 300px);
  }

  .gallery-top {
    width: 600px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 29px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 29px !important;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 78px;
  }

  .section-about-top-1-block {
    width: 151px;
  }

  .section-about-top-1-block-bottom {
    width: 186px;
  }

  .description-price-item-top-1-block {
    width: 190px;
  }

  .description-price-item-top-1-block-bottom {
    width: 317px;
    top: 71px;
  }

  .section-contact-left-block {
    width: 351px;
  }

  .section-contact-mail-left-block {
    width: 550px;
    top: -22px;
  }

  .section-aboup-p {
    width: 100%;
  }

  .section-aboup-p p:last-of-type {
    width: 100%;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 311px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 306px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 307px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 309px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 298px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 330px;
  }

  .postid-108 .description-price-item-top-1-block,
  .postid-98 .description-price-item-top-1-block {
    width: 351px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 355px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 344px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 316px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 359px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 395px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 389px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 332px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 380px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 393px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 367px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 360px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 415px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 438px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 321px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 302px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 326px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 383px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 381px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 430px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 399px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 335px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 210px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 327px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 380px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 246px;
  }
}

@media screen and (max-width: 768px) {
  .section-about-top-description {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 7px;
  }

  .section-about-top-2,
  .section-about-top-description {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-aboup-p {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .text.hidden li,
  .text.hidden a:hover .txt-item10 span,
  .text.hidden a:hover .txt-item17 span,
  .text.hidden a:hover .txt-item1,
  .text.hidden a:hover li.txt-item4,
  .text.hidden li,
  .text.hidden a:active .txt-item10 span,
  .text.hidden a:active .txt-item17 span,
  .text.hidden a:active .txt-item1,
  .text.hidden a:active li.txt-item4,
  .text.hidden li,
  .text.hidden a:focus .txt-item10 span,
  .text.hidden a:focus .txt-item17 span,
  .text.hidden a:focus .txt-item1,
  .text.hidden a:focus li.txt-item4 {
    font-size: 90px;
  }

  .smelo-letters {
    height: 65px;
    width: 49px;
    margin-top: -3px;
    margin-left: 4px;
    margin-right: 7px;
  }

  .logo-smelo-block-top {
    width: 90px;
    height: 30px;
    top: 8px;
  }

  .logo-smelo-block-bottom {
    width: 192px;
    height: 30px;
    bottom: 22px;
  }

  .smelo-letters div.smelo-letter-e-1,
  .smelo-letters div.smelo-letter-e-2,
  .smelo-letters div.smelo-letter-e-3 {
    height: 12px;
  }

  .input-type-range {
    padding-bottom: 50px;
  }

  .slider-range-text,
  .page-id-13 .slider-range-text {
    right: -7px;
    top: 25px;
    width: 40px;
    text-align: center;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 500px;
  }

  .section-logo-smelo {
    width: 500px;
    left: calc(50% - 250px);
    height: 100px;
    top: calc(50% - 50px);
  }

  .gallery-top {
    width: 500px !important;
  }

  .br-for-description-price-item-mobile-order,
  .br-for-about-mobile {
    display: block;
  }

  .section-about-top-1 h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span {
    line-height: 2;
  }

  .section-about-top-1-block-bottom {
    top: 71px;
    width: 253px;
  }

  .section-about-top-1-block {
    width: 277px;
    top: 13px;
  }

  .description-price-item-top-1-block-bottom {
    width: 319px;
  }

  .description-price-item-top-1-block {
    width: 139px;
  }

  .section-contact-left-block {
    width: 251px;
  }

  .section-about-top-description {
    padding-left: 0;
  }

  .section-contact-mail-left-block {
    width: 451px;
  }

  .description-price-item-bottom-1 h2 span:nth-of-type(51) {
    word-break: break-word;
  }

  .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(51),
  .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(51) {
    word-break: normal;
  }

  .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(49),
  .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(49) {
    word-break: break-word;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 262px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block {
    width: 256px;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 257px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 259px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 248px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 279px;
  }

  .postid-108 .description-price-item-top-1-block,
  .postid-98 .description-price-item-top-1-block {
    width: 301px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 305px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 293px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 266px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 309px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 345px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 339px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 282px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 330px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 343px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 317px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 310px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 365px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 388px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 272px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 253px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 275px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 334px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 332px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 381px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 349px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 285px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 267px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 286px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 329px;
  }

  .section-price-item-m-tab {
    margin-left: 0;
  }

  .section-price-item-m-tab-right {
    width: 78%;
  }

  .section-price-item-m-tab-right .swiper-slide p {
    line-height: 1.2;
  }
}

@media screen and (max-width: 650px) {
  .section-price-item-m-title,
  .section-price-item-buy-title,
  .section-price-item-buy-title {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-price-item-m-title__right-link {
    margin: 0 auto;
  }

  .section-price-item-m-title__left {
    width: 100%;
  }

  .page-privacy-main__title h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .pop-up-buy-price__container {
    width: 94%;
  }

  .accordionTitle:before,
  .accordion__Heading:before {
    font-size: 36px;
  }

  .price-block-item-block h4,
  .section-price-m-title-recommend-additional-3-block-item
    .recommend-additional-symbol
    h2
    .price-for-mobile-container
    dl
    dt
    a,
  .price-for-mobile-container dl dt p {
    font-size: 36px;
  }

  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  .page-rivacy-politic__wrapper {
    width: 400px;
  }

  .section-logo-smelo {
    width: 400px;
    left: calc(50% - 200px);
  }

  .gallery-top {
    width: 400px !important;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .contact-mail-animation-letter h1 span {
    font-size: 21px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 21px !important;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 50px;
  }

  .section-about-top-1-block {
    width: 222px;
    top: 19px;
  }

  .section-contact-left-block {
    width: 204px;
    top: -13px;
  }

  .section-about-top-1-block-bottom {
    top: 68px;
    width: 202px;
  }

  .description-price-item-top-1-block {
    width: 109px;
    top: 7px;
  }

  .description-price-item-top-1-block-bottom {
    width: 258px;
    top: 62px;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-about-bottom-1 h3,
  .section-contact-tab-left h4,
  .section-contact-right-h-tab_tab-head li,
  .form-common-style h2 {
    font-size: 16px;
  }

  .description-price-item-top-item-all ul li,
  .description-price-item-top-item-all p,
  .section-about-top-2 ul li,
  .section-price-item-m-description__container ul li,
  .section-about-top-right-bottom p,
  .section-about-top-left-bottom p,
  .section-tab-p p,
  .section-price-item-m-tab-right .swiper-slide p,
  .section-tab-p a,
  .form-group input,
  .form-price-my-checkbox label span,
  .section-aboup-p,
  .section-aboup-p p {
    font-size: 13px;
  }

  .description-price-item-top-item-all ul li::after,
  .section-about-top-2 ul li::after,
  .section-price-item-m-description__container ul li::after {
    top: 12px;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-contact-tab-left h4 {
    margin-bottom: 10px;
  }

  .section-contact-mail-left-block {
    width: 361px;
    top: -14px;
  }

  .form-price-my-checkbox {
    flex-direction: row;
    justify-content: space-between;
  }

  .form-price-my-checkbox-bottom,
  .form-price-my-checkbox-top {
    flex-direction: column;
    width: 30%;
  }

  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 209px;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block,
  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block,
  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block {
    width: 205px;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 207px;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 199px;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-153 .description-price-item-top-1-block {
    width: 220px;
  }

  .postid-108 .description-price-item-top-1-block {
    width: 249px;
  }

  .postid-106 .description-price-item-top-1-block {
    width: 230px;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 211px;
  }

  .postid-100 .description-price-item-top-1-block {
    width: 242px;
  }

  .postid-98 .description-price-item-top-1-block {
    width: 236px;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 237px;
  }

  .postid-84 .description-price-item-top-1-block {
    width: 267px;
  }

  .postid-80 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 263px;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 222px;
  }

  .postid-120 .description-price-item-top-1-block {
    width: 256px;
  }

  .postid-118 .description-price-item-top-1-block {
    width: 266px;
  }

  .postid-116 .description-price-item-top-1-block {
    width: 247px;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 243px;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 281px;
  }

  .postid-112 .description-price-item-top-1-block {
    width: 298px;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 215px;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 202px;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 217px;
  }

  .postid-287 .description-price-item-top-1-block {
    width: 259px;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 257px;
  }

  .postid-290 .description-price-item-top-1-block {
    width: 293px;
  }

  .postid-299 .description-price-item-top-1-block {
    width: 270px;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 225px;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 214px;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 225px;
  }

  .postid-1003 .description-price-item-top-1-block {
    width: 255px;
  }

  .section-price-item-m-title__left {
    padding: 13px 0;
  }

  .section-price-item-m-description__container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .section-price-item-m-description__container div {
    width: 100%;
    max-width: 100%;
  }

  .gallery-thumbs-price-item {
    top: 30px;
  }

  .gallery-thumbs-price-item .swiper-slide h4,
  .gallery-thumbs-price-item-buy .swiper-slide h4 {
    font-size: 12px;
  }

  .gallery-thumbs-price-item .swiper-slide,
  .gallery-thumbs-price-item-buy .swiper-slide {
    width: 170px !important;
    height: 135px !important;
  }

  .gallery-thumbs-price-item .swiper-slide img,
  .gallery-thumbs-price-item-buy .swiper-slide img {
    height: 135px !important;
  }

  .section-price-m-title-recommend-additional-3-block-item {
    width: 100px;
    height: 100px;
  }

  .section-price-m-title-recommend-additional-3-block {
    margin-left: 0;
  }

  .section-price-m-title-recommend-additional-3-block__container {
    justify-content: space-between;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/

  .page-id-1136 .section-price-item-m-title__my-block {
    width: 207px;
  }

  .page-id-1136 .section-price-item-m-title__left h1 span {
    letter-spacing: -3px;
  }
}

@media screen and (max-width: 520px) {
  .accordionItem {
    flex-direction: column;
  }

  .accordionItem .price-block-item-block {
    width: 100%;
  }

  .form-group input {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .description-price-item,
  .section-about,
  .section-contact__container,
  .section-contact-mail__container,
  #section-clients-for-descktop,
  .section-logo-smelo,
  .page-rivacy-politic__wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .section-logo-smelo {
    left: 0;
  }

  .gallery-top {
    width: 100% !important;
  }

  .br-for-description-price-item-mobile-order-500 {
    display: block;
  }

  .br-for-description-price-item-mobile-order,
  .section-left,
  .section-footer .section-social {
    display: none;
  }

  .description-price-item-top-1 h1 {
    text-align: left;
  }

  .section-right-bottom-cell {
    width: 100%;
    justify-content: flex-end;
  }

  .section-right-bottom-cell-line {
    margin-right: 20px;
  }

  .section-contact,
  .section-contact-mail {
    margin-bottom: 20px;
  }

  .section-contact-mail-left-block {
    width: 291px;
  }

  .section-contact-mail-right__container
    .section-contact-right-h-tab_tab-head
    li:first-of-type {
    width: 25%;
  }

  .section-contact-mail-right__container
    .section-contact-right-h-tab_tab-head
    li:nth-of-type(2) {
    width: 44%;
  }

  .section-contact-mail-right__container
    .section-contact-right-h-tab_tab-head
    li:last-of-type {
    width: 26%;
  }

  .page-clients-item {
    margin-top: 80px;
  }

  .text.hidden li,
  .text.hidden a:hover .txt-item10 span,
  .text.hidden a:hover .txt-item17 span,
  .text.hidden a:hover .txt-item1,
  .text.hidden a:hover li.txt-item4,
  .text.hidden li,
  .text.hidden a:active .txt-item10 span,
  .text.hidden a:active .txt-item17 span,
  .text.hidden a:active .txt-item1,
  .text.hidden a:active li.txt-item4,
  .text.hidden li,
  .text.hidden a:focus .txt-item10 span,
  .text.hidden a:focus .txt-item17 span,
  .text.hidden a:focus .txt-item1,
  .text.hidden a:focus li.txt-item4 {
    font-size: 70px;
  }

  .smelo-letters {
    height: 51px;
    width: 38px;
    margin-top: -3px;
    margin-left: 0;
    margin-right: 2px;
  }

  .smelo-letters div.smelo-letter-e-1,
  .smelo-letters div.smelo-letter-e-2,
  .smelo-letters div.smelo-letter-e-3 {
    height: 10px;
  }

  .description-price-item-bottom-1 h2 span:nth-of-type(51) {
    word-break: normal;
  }

  /*
    .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(50),
    .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(50){
        word-break: normal;
    }*/

  .description-price-item-bottom-1 h2 span:nth-of-type(41) {
    word-break: break-word;
    display: block;
    width: 0;
    height: 0;
  }

  /*    .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(40),
    .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(40){
        word-break: break-word;
        display: block;
        width: 0;
        height: 0;
    }*/

  .description-price-item-bottom-1 h2 span:nth-of-type(23) {
    word-break: break-word;
  }

  /*    .postid-1003 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-998 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-995 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-987 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1016 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1013 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1010 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1008 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1029 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1026 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1023 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1020 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1044 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1041 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1038 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1035 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1049 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1046 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1063 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1060 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1057 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1052 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1076 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1072 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1069 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1066 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1087 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1084 .description-price-item-bottom-1 h2 span:nth-of-type(22),
    .postid-1081 .description-price-item-bottom-1 h2 span:nth-of-type(22){
        word-break: break-word;
    }*/
  /*==================================================================================================================
                                                                        Gray block top for price item
    ==================================================================================================================*/
  .postid-96 .description-price-item-top-1-block,
  .postid-987 .description-price-item-top-1-block,
  .postid-94 .description-price-item-top-1-block {
    width: 96%;
  }

  .postid-90 .description-price-item-top-1-block,
  .postid-92 .description-price-item-top-1-block {
    width: 96.5%;
  }

  .postid-88 .description-price-item-top-1-block,
  .postid-155 .description-price-item-top-1-block {
    width: 75.5%;
  }

  .postid-1010 .description-price-item-top-1-block {
    width: 87.8%;
  }

  .postid-86 .description-price-item-top-1-block,
  .postid-151 .description-price-item-top-1-block {
    width: 75%;
  }

  .postid-77 .description-price-item-top-1-block,
  .postid-185 .description-price-item-top-1-block,
  .postid-995 .description-price-item-top-1-block,
  .postid-183 .description-price-item-top-1-block {
    width: 82.5%;
  }

  .postid-108 .description-price-item-top-1-block,
  .postid-106 .description-price-item-top-1-block {
    width: 78.5%;
  }

  .postid-104 .description-price-item-top-1-block,
  .postid-102 .description-price-item-top-1-block {
    width: 86%;
  }

  .postid-100 .description-price-item-top-1-block,
  .postid-98 .description-price-item-top-1-block {
    width: 81%;
  }

  .postid-126 .description-price-item-top-1-block,
  .postid-128 .description-price-item-top-1-block {
    width: 90.8%;
  }

  .postid-84 .description-price-item-top-1-block,
  .postid-80 .description-price-item-top-1-block,
  .postid-169 .description-price-item-top-1-block,
  .postid-167 .description-price-item-top-1-block,
  .postid-177 .description-price-item-top-1-block,
  .postid-1003 .description-price-item-top-1-block {
    width: 94%;
  }

  .postid-124 .description-price-item-top-1-block,
  .postid-122 .description-price-item-top-1-block,
  .postid-130 .description-price-item-top-1-block,
  .postid-132 .description-price-item-top-1-block,
  .postid-143 .description-price-item-top-1-block,
  .postid-145 .description-price-item-top-1-block,
  .postid-295 .description-price-item-top-1-block {
    width: 91.5%;
  }

  .postid-122 .description-price-item-top-1-block,
  .postid-120 .description-price-item-top-1-block {
    width: 86.5%;
  }

  .postid-118 .description-price-item-top-1-block,
  .postid-112 .description-price-item-top-1-block,
  .postid-287 .description-price-item-top-1-block,
  .postid-290 .description-price-item-top-1-block,
  .postid-299 .description-price-item-top-1-block {
    width: 92%;
  }

  .postid-1016 .description-price-item-top-1-block,
  .postid-1013 .description-price-item-top-1-block {
    width: 94%;
  }

  .postid-116 .description-price-item-top-1-block,
  .postid-163 .description-price-item-top-1-block {
    width: 83.5%;
  }

  .postid-114 .description-price-item-top-1-block {
    width: 84%;
  }

  .postid-110 .description-price-item-top-1-block,
  .postid-297 .description-price-item-top-1-block,
  .postid-301 .description-price-item-top-1-block {
    width: 91.8%;
  }

  .postid-141 .description-price-item-top-1-block,
  .postid-139 .description-price-item-top-1-block,
  .postid-179 .description-price-item-top-1-block {
    width: 89%;
  }

  .postid-137 .description-price-item-top-1-block,
  .postid-134 .description-price-item-top-1-block {
    width: 94.4%;
  }

  .postid-72 .description-price-item-top-1-block,
  .postid-147 .description-price-item-top-1-block,
  .postid-149 .description-price-item-top-1-block {
    width: 91%;
  }

  .postid-153 .description-price-item-top-1-block,
  .postid-157 .description-price-item-top-1-block {
    width: 77.5%;
  }

  .postid-165 .description-price-item-top-1-block {
    width: 83%;
  }

  .postid-159 .description-price-item-top-1-block,
  .postid-161 .description-price-item-top-1-block,
  .postid-175 .description-price-item-top-1-block {
    width: 93.7%;
  }

  .postid-181 .description-price-item-top-1-block,
  .postid-998 .description-price-item-top-1-block {
    width: 88.5%;
  }

  .page-id-1091 .section-about-top-1-block {
    width: 54%;
  }

  .page-id-1091 .section-about-top-1-block-bottom {
    width: 55%;
  }
}

@media screen and (max-width: 490px) {
  .section-contact-tab-left,
  .section-contact-mail-tab-left {
    flex-direction: column;
  }

  .section-tab-p-item-1 {
    margin-bottom: 30px;
  }

  .section-tab-p {
    width: 100%;
  }
}

@media screen and (max-width: 470px) {
  .accordionTitle:before,
  .accordion__Heading:before {
    font-size: 26px;
  }

  .price-block-item-block h4,
  .section-price-m-title-recommend-additional-3-block-item
    .recommend-additional-symbol
    h2,
  .price-for-mobile-container dl dt a,
  .price-for-mobile-container dl dt p {
    font-size: 26px;
  }
}

@media screen and (max-height: 450px) {
  body.page-id-13,
  body.page-id-11 {
    overflow: auto;
  }
}

@media screen and (max-width: 430px) {
  .section-contact-mail-right-h-tab_tab-head li,
  .section-contact-mail-tab-left h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 374px) {
  .section-contact-mail-right-h-tab_tab-head li,
  .section-contact-mail-tab-left h4 {
    font-size: 13px;
  }
}

@media screen and (max-width: 370px) {
  #s-price-i-buy__slider-price .swiper-slide__container {
    padding: 15px;
  }

  .section-contact-left-link-mail-middle a,
  .section-contact-mail-left-link-mail-middle a {
    font-size: 12px;
  }

  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 20px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 20px !important;
  }

  .description-price-item-top-item-all h4,
  .section-about-top-item-all h4,
  .section-about-bottom-1 h3,
  .section-contact-tab-left h4,
  .form-common-style h2 {
    font-size: 16px;
  }

  .section-contact-right-h-tab_tab-head li {
    font-size: 14px;
  }

  .description-price-item-top-1-block,
  .description-price-item-top-1-block-bottom,
  .section-about-top-1-block,
  .section-about-top-1-block-bottom,
  .section-contact-left-block,
  .section-contact-tab-right-block,
  .section-contact-mail-left-block,
  .section-price-item-m-title__my-block {
    height: 47px;
  }

  .section-about-top-1-block-bottom {
    top: 65px;
  }

  .description-price-item-top-1-block-bottom {
    width: 188px;
    top: 57px;
  }

  .section-contact-mail-left-block {
    width: 241px;
  }

  .section-contact-right-h-tab_tab-head li {
    font-size: 13px;
  }

  .page-clients-item {
    margin-top: 100px;
  }

  .section-price-m-title-recommend-additional-3-block__container a {
    margin-right: 5px;
  }

  .section-price-m-title-recommend-additional-3-block-item {
    width: 90px;
    height: 90px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/
  .page-id-1136 .section-price-item-m-title__my-block {
    width: 199px;
  }

  .section-right-bottom-cell-line {
    width: 18px;
  }
}

@media screen and (max-width: 340px) {
  .description-price-item-bottom-1 h1 span,
  .description-price-item-bottom-1 h2 span,
  .description-price-item-top-1 h1 span,
  .section-about-top-1 h1 span,
  .section-price-item-m-title__left h1 span,
  .section-price-item-m-title-recommend-additional__left h1 span,
  .section-about-bottom-2 h1 span,
  .section-about-top-1 h2 span,
  .section-about-bottom-2 h2 span,
  .contact-animation-letter h1 span,
  .contact-animation-letter h2 span,
  .contact-mail-animation-letter h2 span,
  .contact-mail-animation-letter h1 span {
    font-size: 18px;
  }

  .tpl-blog_itm-big h1,
  .tpl-blog_itm-big h1 span {
    font-size: 18px !important;
  }

  .description-price-item-top-1-block-bottom {
    top: 54px;
  }

  .section-about-top-1-block-bottom {
    top: 59px;
  }

  /*=====---------------------------------------------------------------------------------------------------==========
    new gray block for price item
    =====---------------------------------------------------------------------------------------------------==========*/
  .page-id-1136 .section-price-item-m-title__my-block {
    width: 184px;
  }
}


.price-tag {
	display: inline-block;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #c5c5c5;
	margin-top: 10px;
}

@media screen and (min-width: 1320px) {
	.s-price-item-buy__price__right__day {
		width: 150px;
	}

}
