/*   
Theme Name: your-clean-template-3 (uncommented)
Theme URI: hhttps://unit-cosmetix.ru/
Version: 3.0
*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.grecaptcha-badge {
  visibility: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.6;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong,
b {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.shops h2,
.actions h2,
.news h2,
.preim h2,
.logos h2,
h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 20px;
}

.shops h2,
.actions h2,
.news h2,
.preim h2,
.logos h2 {
  margin-bottom: 0px;
}

.header {
  background-color: rgb(255 255 255 / 50%);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header .logo {
  max-width: 150px;
}

.header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 25px;
}

.header .header-top .header-top_left .header-descr {
  font-size: 14px;
  font-weight: 300;
  color: #000;
}


.header .header-top .header-top_right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header-top .header-top_right .header-email {
  margin-right: 33px;
  font-size: 14px;
}

.header .header-top .header-top_right .header-email a {
  color: #000;
}

.header .header-top .header-top_right .header-tel {
  font-size: 18px;
  font-weight: bold;
}

.header .header-top .header-top_right .header-tel a {
  color: #000;
}

.header .header-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header-menu a {
  color: #000;
  font-size: 16px;
}

/* 
.header .header-menu>ul>li.menu-item-has-children {
	position: relative;
}

.header .header-menu>ul>li.menu-item-has-children ul {
	position: absolute;
	text-align: left;
	top: 100%;
	left: -20px;
	width: auto;
	-webkit-transition: .0s;
	-o-transition: .0s;
	transition: .0s;
	background: #fff;
	border: 0;
	z-index: 10;
	display: none;
	padding: 20px 20px;
	border-bottom: 2px solid #fff;
}

.header .header-menu>ul>li.menu-item-has-children:hover ul {
	display: block;
} */

.main {
  position: relative;
}

.main .main-slider_item {
  position: relative;
}

.main .main-slider_item .container {
  position: absolute;
  left: 50%;
  top: calc(50% - 133px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main .main-slider_item h1,
.main .main-slider_item .h1 {
  color: #363636;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.main .main-slider_item .main-block_subtitle {
  font-size: 20px;
  color: #000;
  max-width: 530px;
  margin-bottom: 45px;
}

.main .main-slider_item .btn-primary {
  margin-right: 30px;
}

.btnm {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  background: #009D28;
  color: #fff;
  border-radius: 40px;
  padding: 15px 50px;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  text-align: center;
}

.btnm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  background: #016f1c;
  border-radius: 100px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.btnm:hover::after {
  left: 0;
  right: 0;
  opacity: 1;
}

.btnm:hover {
  background: transparent;
  color: #fff;
}

input.btnm:hover {
  background: #016f1c;
}

.btnm.btn-secondary {
  background-color: #FEA64D;
  color: #000;
}

.btnm.btn-secondary::after {
  background-color: #f78d23;
}

.btnm.btn-secondary:hover {
  background: transparent;
}

.btn-more::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #E9E9E9;
  background-image: url(img/arrow-primary.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-more:hover::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.btn-trans {
  background: transparent;
  color: #000;
  border: 1px solid #009D28;
}

.btn-box {
  text-align: right;
}

.about {
  padding: 110px 0;
  background: url(img/about-bg.jpg) center no-repeat;
  background-size: cover;
}

.about .about-img {
  position: relative;
}

.about .about-img .about-img_text {
  background: rgba(255, 255, 255, .9);
  width: 190px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 20px;
  padding: 20px 10px;
  text-align: center;
}

.about .about-img .about-img_text .about-img_text-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  margin: 5px 0 20px;
}

.about .about-img .about-img_text p {
  font-size: 15px;
}

.about h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}

.about h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #009D28;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.about .about-text {
  margin-bottom: 40px;
}

.about .about-text_title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 35px;
}

.about .about-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.shops {
  padding: 110px 0 50px;
  background: url(img/section-bg.svg) left 20% no-repeat;
}



.shops .shops-box {
  margin: 55px 0 0;
  position: relative;
}

.shop-item {
  max-width: 324px;
  padding: 0 9px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}

.shop-item .shop-item_img {
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
}

.shop-item .shop-item_img img {
  border-radius: 20px;
  min-width: 100%;
  min-height: 100%;
}

.shop-item .shop-item_block {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-item .shop-item_block .shop-item_text-city {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}

.shop-item .shop-item_block .shop-item_text-adress {
  font-size: 14px;
}

.shop-item_btn {
  content: '';
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #009D28;
  background-image: url(img/arrow-primary.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-item_btn:hover {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-slider-nav__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 20px;
  background-color: rgba(56, 171, 76, 0.9);
  border: 1px solid #38AB4C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 20;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-slider-nav__arrow:hover {
  background-color: rgba(56, 171, 76, 1);
}


/* .custom-slider-nav__arrow:hover svg {
  stroke: #98AE6E;
} */

.custom-slider-nav__arrow svg {
  position: relative;
  display: block;
  width: 17px;
  height: 14px;
  stroke: #ffffff;
  stroke-width: 1.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1681px) {
  .custom-slider-nav__arrow_prev {
    left: calc(50% - 718px);
  }

  .custom-slider-nav__arrow_next {
    right: calc(50% - 718px);
  }
}

.shops .custom-slider-nav__arrow {
  top: 38%;
}

.partner-box {
  border: 11px solid #F9EBDC;
  padding: 50px 40px 50px 380px;
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0;
}

.partner-box>img {
  position: absolute;
  left: -200px;
  top: -120px;
}

.partner-box .partner-box_text {
  width: calc(100% - 180px);
}

.partner-box .partner-box_text .subtitle {
  color: #38AB4C;
  font-size: 24px;
  margin-bottom: 5px;
}

.partner-box .partner-box_text .title {
  font-weight: 300;
  font-size: 32px;
}

.actions {
  background: url(img/action-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.actions .actions-img {
  margin-top: 50px;
  border-radius: 20px;
}

.news {
  padding: 110px 0;
}

.news .news-item {
  margin-top: 50px;
  border-radius: 20px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
}

.news .news-item .news-item_img {
  height: 263px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.news .news-item .news-item_title {
  margin: 18px;
  height: 65px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news .news-item .news-item_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px 26px;
}

.news .news-item .news-item_more .news-item_date {
  font-size: 14px;
  padding-left: 35px;
  position: relative;
}

.news .news-item .news-item_more .news-item_date::before {
  content: '';
  background: url(img/calendar.svg) center no-repeat;
  width: 24px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: 0;
}

.news .news-item .news-item_more .news-item_btnmore {
  text-align: right;


}

.news .news-item .news-item_more .news-item_btnmore a {
  color: #000;
  padding-right: 48px;
  font-size: 14px;
  position: relative;
}

.news .news-item .news-item_more .news-item_btnmore a::after {
  content: '';
  background: url(img/news-arrow.svg) center no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.news .news-item .news-item_more .news-item_btnmore a:hover {
  color: #38AB4C;
}

.news .news-item .news-item_more .news-item_btnmore a:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.preim {
  padding: 110px 0;
  background: url(img/section-bg-r.svg) right 80% no-repeat #FAF6F0;
}

.preim .preim-img {
  margin-top: 50px;
  border-radius: 20px;
}

.preim .preim-img img {
  border-radius: 20px;
}

.preim .preim-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 44px;
}

.preim .preim-items .preim-item {
  margin: 6px;
  width: calc(50% - 12px);
  border-radius: 20px;
  text-align: center;
  padding: 24px 12px;
}

.preim .preim-items .preim-item:first-child,
.preim .preim-items .preim-item:last-child {
  background-color: #fff;
  border: 1px solid #EAEAEA;
}

.preim .preim-items .preim-item img {
  height: 72px;
  display: block;
  margin: 0 auto 20px;
}

.preim .preim-items .preim-item .preim-item_title {
  font-size: 18px;
  font-weight: 600;
  height: 52px;
  margin-bottom: 20px;
}

.preim .preim-items .preim-item p {
  font-size: 16px;
}

.logos {
  padding: 110px 0;
}

.logos .logos-block {
  position: relative;
  margin-top: 50px;
}

.logos .logos-block .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  padding: 0 10px;
}

.logos .logos-block .item img {
  margin: 0 auto;
  display: block;
  max-height: 70px;
  max-width: 100%;
  height: auto;
}

.footer .footer-top {
  background-color: #F8F8F8;
  padding: 25px 50px;
}

.footer .footer-top .footer-logo img {
  margin-bottom: 40px;
}

.footer .footer-top .footer-logo p {
  font-size: 14px;
}

.footer .footer-top .footer-logo p.siense {
  font-size: 16px;
  margin-bottom: 20px;
}

.footer .footer-menu ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.footer .footer-menu ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

.footer .footer-menu ul li a {
  color: #000;
}

.footer .footer-top h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
  margin-top: 25px;
}

.footer .footer-top .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

.footer .footer-top .social a {
  width: 48px;
  margin-right: 15px;
}

.footer .footer-top .footer-pay span {
  font-size: 14px;
  margin-bottom: 7px;
}

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

.footer .footer-top .footer-pay .footer-pay_imgs img {
  margin-right: 15px;
}

.footer .footer-top .footer-tel {
  margin-bottom: 15px;
}

.footer .footer-top .footer-tel a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.footer .footer-top .footer-email a {
  font-size: 14px;
  color: #000;
}

.footer .footer-top a:hover {
  color: #009D28;
}

.footer .footer-bottom {
  background-color: #38AB4C;
  padding: 28px 0;
  color: #fff;
  font-size: 14px;
}

.footer .footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

.footer .footer-bottom a:hover {
  text-decoration: none;
}

.main-page {
  background: url(img/main-page.jpg) right center no-repeat;
  background-size: cover;
  padding: 200px 0 100px;
}

.main-page.arendodateljam-bg {
  background: url(img/arendodateljam.jpg) right center no-repeat;
  background-size: cover;
}

.main-page.postavshhikam-bg {
  background: url(img/postavshhikam.jpg) right center no-repeat;
  background-size: cover;
}

.main-page .page-title h1 {
  color: #363636;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
}

.main-page #breadcrumbs {
  font-size: 13px;
  line-height: 19px;
  color: #000000;
}

.main-page #breadcrumbs a {
  color: #000000;
}

.main-page #breadcrumbs a:hover {
  color: #009D28;
}

.contact-box {
  padding: 75px 0;
}

.contact-box_item {
  background: url(img/section-bg-r.svg) 101% 0 no-repeat #F9EBDC;
  background-size: 50%;
  height: 220px;
  padding: 22px;
  position: relative;
  border-radius: 20px;
}

.contact-box_item .contact-box_item-cont {
  position: absolute;
  bottom: 22px;
  left: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-box_item .contact-box_item-cont .contact-box_item-cont_img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFC17E;
}

.contact-box_item .contact-box_item-cont .contact-box_item-cont_text p {
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-box_item .contact-box_item-cont .contact-box_item-cont_text a,
.contact-box_item .contact-box_item-cont .contact-box_item-cont_text strong {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.contact-box_item .contact-box_item-cont .contact-box_item-cont_text a.tel {
  font-size: 18px;
}

.contact-box_item .contact-box_item-cont .contact-box_item-cont_text a:hover {
  color: #009D28;
}

.form-block__field.soglasie {
  margin-bottom: 20px;
  margin-top: 20px;
}

.form-block__field.soglasie .checkbox__choice {
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px
}

.form-block__field.soglasie .wpcf7-list-item {
  margin: 0
}

.form-block__field.soglasie .wpcf7-list-item-label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 37px;
  line-height: 20px;
  color: #808080;
  font-size: 14px;
  opacity: 1
}

.form-block__field.soglasie .checkbox__choice {
  position: absolute;
  opacity: 0
}

.form-block__field.soglasie .wpcf7-list-item-label a {
  color: #009D28;
}

.form-block__field.soglasie .wpcf7-list-item-label a:hover {
  text-decoration: underline;
}

.form-block__field.soglasie .wpcf7-list-item-label::before {
  border: 2px solid #dc3232;
  border-radius: 3px;
  background: #FAFAFA;
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 18px;
  height: 18px
}

.form-block__field.soglasie .checkbox__choice:checked+.wpcf7-list-item-label::before {
  border-color: #009D28;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/checkbox.svg)
}

.form-block__field.soglasie .checkbox__choice:checked+.wpcf7-list-item-label {
  opacity: 1
}

.wpcf7-spinner {
  position: absolute
}

#cookie-notice {
  min-width: unset;
  max-width: 360px
}

#cookie-notice .cn-close-icon {
  top: 15%
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  color: #fff
}

#cookie-notice .cookie-notice-container {
  padding: 10px 15px
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
.input-txt {
  background-color: #FAF6F0;
  border: 1px solid #DFDFDF;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
}

.p-contacts-form__row.first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-contacts-form__row.first .p-contacts-form__field {
  width: 49%;
  margin-bottom: 30px;
}

.p-contacts-form__row .form-block__field-file {
  margin-top: 20px;
}

.contact-form>p {
  margin-bottom: 40px;
  font-size: 16px;
}

.contact-formsec {
  padding-bottom: 110px;
}

.contact-formsec .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}

.contact-formsec .social a {
  width: 48px;
  margin-right: 15px;
}

.shops_map {
  margin-top: 110px;
}

.sh-page-box {
  padding: 110px 0;
}

.sh-page-box .sh-page-box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-img {
  width: calc(50% - 22px);
  margin-right: 22px;
  height: 177px;
  overflow: hidden;
  border-radius: 10px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-img img {
  border-radius: 10px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text {
  width: 50%;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-title a {
  color: #000;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-title a:hover {
  color: #009D28;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-time {
  font-size: 14px;
  margin-bottom: 12px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-tel {
  margin-bottom: 20px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-tel a {
  color: #000;
  font-size: 20px;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-tel a:hover {
  color: #009D28;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-btn a {
  color: #009D28;
  font-size: 16px;
  position: relative;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-btn a::after {
  content: '';
  background: url(img/arrow-primary-1.svg) center no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 7px;
  right: -18px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-btn a:hover {
  color: #000;
}

.sh-page-box .sh-page-box_item .sh-page-box_item-text .sh-page-box_item-btn a:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.news-page {
  background: url(img/news-page_bg.jpg) right center no-repeat;
  background-size: cover;
}

.news.nw-page-box,
.actions-page-box,
.sh-page-box {
  background: url(img/section-bg-r.svg) right 80% no-repeat;
}

.news.nw-page-box .news-item {
  margin-top: 0px;
  margin-bottom: 50px;
}

.actions-page {
  background: url(img/action-page_bg.jpg) right center no-repeat;
  background-size: cover;

}

.actions-page-box {
  margin: 110px 0;
}

.actions-page-box_item {
 padding: 6px;
 border-radius: 10px;
 display: block;
 border: 1px solid #38AB4C;
}



.action-slider_it {
  padding: 0 6px;
}

.actions-page-box_item img {
   border-radius: 10px;
   -webkit-transition: .2s;
   -o-transition: .2s;
   transition: .2s;
}

.actions-page-box_item:hover img {
  opacity: .8;
}

.cariera-page {
  background: url(img/vakansii-bg.jpg) right center no-repeat;
  background-size: cover;
}

.main-cariera {
  padding: 30px 0 110px;
  line-height: 1.6;
}

.main-cariera .main-cariera_text h2 {
  margin-bottom: 40px;
}

.main-cariera .main-cariera_text p {
  font-size: 20px;
  margin-bottom: 20px;
}

.vacans {
  padding: 110px 0;
  background: url(img/about-bg.jpg) center no-repeat;
  background-size: cover;
}

.vacans h2 {
  margin-bottom: 50px;
}

.vacans .vacans-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vacans .vacans-items li {
  background: #fff;
  font-size: 20px;
  text-align: center;
  color: #000;

  border-radius: 10px;
  margin-right: 24px;
  margin-bottom: 40px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vacans .vacans-items li a {
  padding: 9px 35px;
  color: #000;
  display: block;
}

.vacans .vacans-items li:hover {
  background: #009D28;
}

.vacans .vacans-items li:hover a {
  color: #fff;
}

.mission {
  padding: 110px 0 0;
}

.mission .mission-box {
  border: 10px solid #F9EBDC;
  padding: 70px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mission .mission-box .mission-box_img {
  width: calc(20% - 55px);
  margin-right: 55px;
}

.mission .mission-box .mission-box_text {
  width: 80%;
  line-height: 1.6;
}


.mission .mission-box .mission-box_text h2 {
  margin-bottom: 40px;
}

.mission .mission-box .mission-box_text p {
  font-size: 22px;
}

.vacans-text {
  padding-top: 110px;
  margin-bottom: 110px;
  line-height: 1.6;
}

.vacans-text p {
  font-size: 20px;
  margin-bottom: 20px;
}

.vacans-text p strong {
  font-weight: 600;
}

.vacans-text p.contact-hr {
  font-size: 18px;
}

.vacans-text p.contact-hr span {
  font-weight: 300;
  font-size: 24px;
}

.vacans-preim {
  padding: 0px 0 85px;
}

.vacans-preim .container {
  border-top: 1px solid #FFC17E;
  padding-top: 60px;
}

.vacans-preim .vacans-preim_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  line-height: 1.6;
  border-right: 1px solid #FFC17E;
}

.vacans-preim .vacans-preim_item img {
  height: 51px;
  margin-right: 35px;
}

.vacans-preim .vacans-preim_item.last {
  border: 0;
}

.vacans-form {
  background: url(img/action-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.vacans-form .subtitle {
  font-size: 20px;
  margin-bottom: 40px;
}

@media (min-width: 979px) {
  ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
    display: block;
  }

  .comment-list .children {
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }

  .comment-list .media {
    margin-top: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


.menu-btn {
  position: relative;
  display: none;
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 23px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-btn span {
  position: relative;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #2C2C2C;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-btn span::before,
.menu-btn span::after {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 4px;
  background-color: #2C2C2C;
  border-radius: 3px;
  left: 0;
}

.menu-btn span::before {
  top: -10px;
}

.menu-btn span::after {
  bottom: -10px;
}



.header__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.custom-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-nav.show {
  right: 0;
}

.custom-nav-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-nav-list__icon {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-nav-list__icon svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  fill: #000000;
}

.custom-nav-list__icon.close {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-nav-list.hovered>li:hover {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.custom-nav-list.hovered>li:hover>ul {
  opacity: 1;
  visibility: visible;
}

.custom-nav-list.hovered>li:hover svg {
  opacity: 0;
}

.custom-nav-list>li {
  font-weight: 600;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 14px;
}

.custom-nav-list>li>a,
.custom-nav-list>li>span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 120%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}

.custom-nav-list>li>span {
  padding-right: 10px;
}

.custom-nav-list li:hover>span,
.custom-nav-list li:hover>a {
  color: #009D28;
}

.custom-nav-list li:hover>span {
  cursor: default;
}

.custom-nav-list li.visible {
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.custom-nav-list li.visible>a,
.custom-nav-list li.visible>span {
  color: #009D28;
}

.custom-nav-list li.visible>ul {
  opacity: 1;
  visibility: visible;
}

.custom-nav-list li.visible svg {
  stroke: #009D28;
}

.custom-nav-list li>ul {
  position: absolute;
  display: block;
  width: 100%;
}

.custom-nav-list li>ul>li {
  font-size: 15px;
  margin: 5px 0;
}

.custom-nav-list li>ul>li>a {
  padding: 5px 0;
  color: #000000;
}

.custom-nav-list li a,
.custom-nav-list li span {
  position: relative;
  display: inline-block;
  width: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-nav__close {
  position: absolute;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #2c2c2c;
  display: none;
  top: 10px;
  right: 10px;
}

.custom-nav__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.custom-nav__close::after,
.custom-nav__close::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 3px;
  background-color: #2C2C2C;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-nav__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom-nav__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav {
  position: relative;
  display: none;
  width: 100%;
  margin-top: 5px;
}

.mobile-nav__item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #2C2C2C;
}

.mobile-nav__item:not(:last-child) {
  margin-bottom: 16px;
}

.mobile-nav__item_location {
  padding-left: 28px;
}

.mobile-nav__item_location::before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 27px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/header-contacts__item_location_ic.svg);
}

.mobile-nav__item_tel {
  font-weight: bold;
}

.mobile-nav__item_catalog a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #E30000;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  border: 1px solid #009D28;
  padding: 8px 22px;
}

@media (min-width: 768px) {
  .custom-nav-list li>ul {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: 40px;
    left: 0;
    padding: 0 14px 8px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 20px 20px;
  }

  .custom-nav-list li>ul::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 15px;
    top: -12px;
    left: 0;
    background-color: #ffffff;
    z-index: 1;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media (max-width: 767px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .custom-nav-list li>ul>li {
    font-weight: normal;
  }

  .custom-nav {
    position: fixed;
    top: 0;
    right: -200%;
    z-index: 150;
    display: block;
    padding: 50px 25px;
    background-color: rgba(241, 237, 219, 0.9);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-left: 4px solid #009D28;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    max-width: 700px;
    width: calc(100% - 20px);
    margin-top: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/i-about-bg.svg);
    background-position: right bottom;
  }

  .custom-nav-list {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .custom-nav-list>li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: bold;
  }

  .custom-nav-list>li>a,
  .custom-nav-list>li>span {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .custom-nav-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .custom-nav-list li>ul {
    display: block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .custom-nav-list li a,
  .custom-nav-list li span {
    display: inline-block;
    width: auto;
    white-space: normal;
  }

  .custom-nav__close {
    display: block;
  }

  .mobile-nav {
    display: block;
  }
}

.text-block {
  padding: 110px 0;
}

.text-block h2 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 160%;
  font-weight: 300;
  color: #2C2C2C;
}

.text-block h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  font-weight: 300;
  color: #2C2C2C;
}

.text-block h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 300;
  text-transform: uppercase;
  color: #2C2C2C;
}

.text-block h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text-block p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
}

.text-block p:has(+ h2) {
  margin-bottom: 40px;
}

.text-block p:has(+ h3) {
  margin-bottom: 40px;
}

.text-block p:has(+ h4) {
  margin-bottom: 40px;
}

.text-block p:has(+ h5) {
  margin-bottom: 40px;
}

.text-block p:has(+ ul) {
  margin-bottom: 40px;
}

.text-block p:has(+ ol) {
  margin-bottom: 40px;
}

.text-block p:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block ul {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.text-block ul:has(+ h2) {
  margin-bottom: 40px;
}

.text-block ul:has(+ h3) {
  margin-bottom: 40px;
}

.text-block ul:has(+ h4) {
  margin-bottom: 40px;
}

.text-block ul:has(+ h5) {
  margin-bottom: 40px;
}

.text-block ul:has(+ ul) {
  margin-bottom: 40px;
}

.text-block ul:has(+ ol) {
  margin-bottom: 40px;
}

.text-block ul:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block ul>li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
}

.text-block ul>li::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #009D28;
  top: 14px;
  left: 0;
}

.text-block ol {
  position: relative;
  display: block;
  width: 100%;
  counter-reset: textList;
}

.text-block ol:has(+ h2) {
  margin-bottom: 40px;
}

.text-block ol:has(+ h3) {
  margin-bottom: 40px;
}

.text-block ol:has(+ h4) {
  margin-bottom: 40px;
}

.text-block ol:has(+ h5) {
  margin-bottom: 40px;
}

.text-block ol:has(+ ul) {
  margin-bottom: 40px;
}

.text-block ol:has(+ ol) {
  margin-bottom: 40px;
}

.text-block ol:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block ol>li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 160%;
}

.text-block ol>li::before {
  content: counter(textList);
  counter-increment: textList;
  position: absolute;
  display: inline-block;
  width: auto;
  font-size: 18px;
  line-height: 160%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: #009D28;
  top: 0;
  left: 0;
}

.text-block q {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1206px;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 160%;
}

.text-block q:has(+ h2) {
  margin-bottom: 40px;
}

.text-block q:has(+ h3) {
  margin-bottom: 40px;
}

.text-block q:has(+ h4) {
  margin-bottom: 40px;
}

.text-block q:has(+ h5) {
  margin-bottom: 40px;
}

.text-block q:has(+ ul) {
  margin-bottom: 40px;
}

.text-block q:has(+ ol) {
  margin-bottom: 40px;
}

.text-block q:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block q::before {
  content: "«";
  position: absolute;
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 80px;
  line-height: 120px;
  color: #009D28;
  top: -26px;
  left: 18px;
  z-index: 1;
}

.text-block q::after {
  content: "«";
  position: absolute;
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 80px;
  line-height: 120px;
  color: #009D28;
  bottom: -26px;
  right: 18px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-block img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}

.text-block a {
  color: #009D28;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.text-block a:hover {
  color: #009D28;
  text-decoration: underline;
}

.colums-text {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.table-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1206px;
  margin: 0 auto;
  overflow: auto;
}

.table-wrap:has(+ h2) {
  margin-bottom: 40px;
}

.table-wrap:has(+ h3) {
  margin-bottom: 40px;
}

.table-wrap:has(+ h4) {
  margin-bottom: 40px;
}

.table-wrap:has(+ h5) {
  margin-bottom: 40px;
}

.table-wrap:has(+ ul) {
  margin-bottom: 40px;
}

.table-wrap:has(+ ol) {
  margin-bottom: 40px;
}

.table-wrap:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.table-wrap table {
  width: 100%;
  min-width: 1200px;
  border-collapse: inherit;
  border-spacing: 0px;
  table-layout: fixed;
}

.table-wrap table tr:hover td {
  background-color: rgba(214, 37, 22, 0.2);
}

.table-wrap table th,
.table-wrap table td {
  border: 1.5px solid #fff;
  padding: 9px 2px 9px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 46px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 7px;
}

.table-wrap table th {
  background-color: #F1EDDB;
  text-align: center;
  font-weight: bold;
}

.table-wrap table td {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  background-color: rgba(241, 237, 219, 0.5);
}

@media (max-width: 991px) {
  .text-block h2 {
    font-size: 28px;
  }

  .text-block p {
    font-size: 16px;
  }

  .text-block ul>li {
    font-size: 16px;
  }

  .text-block ol>li {
    font-size: 16px;
  }

  .text-block q {
    font-size: 16px;
  }

  .text-block q {
    font-size: 16px;
    line-height: 24px;
    padding: 40px 70px;
  }

  .table-wrap table th,
  .table-wrap table td {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {

  .text-block h2 {
    font-size: 24px;
  }

  .text-block p {
    font-size: 14px;
  }

  .text-block ul>li {
    font-size: 14px;
  }

  .text-block ol>li {
    font-size: 14px;
  }

  .text-block q {
    font-size: 14px;
  }

  .text-block q {
    padding: 20px 30px;
  }

  .text-block q::before {
    font-size: 50px;
    line-height: 60px;
    top: 0;
    left: 7px;
  }

  .text-block q::after {
    font-size: 50px;
    line-height: 60px;
    bottom: 0;
    right: 7px;
  }
}

@media (max-width: 450px) {

  .text-block h2 {
    font-size: 20px;
  }

  .text-block h3 {
    font-size: 18px;
  }

  .text-block h4 {
    font-size: 16px;
  }

  .text-block p:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block p:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block p:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block ul:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block ul:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block ol:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block ol:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block q:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block q:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block img {
    margin-bottom: 30px;
  }

  .table-wrap:has(+ h2) {
    margin-bottom: 25px;
  }

  .table-wrap:has(+ h3) {
    margin-bottom: 25px;
  }

  .table-wrap:has(+ h4) {
    margin-bottom: 15px;
  }

  .table-wrap:has(+ h5) {
    margin-bottom: 15px;
  }

  .table-wrap:has(+ ul) {
    margin-bottom: 15px;
  }

  .table-wrap:has(+ ol) {
    margin-bottom: 15px;
  }

  .table-wrap:has(+ .table-wrap) {
    margin-bottom: 15px;
  }
}

.form-block__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

select.input-txt {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 54px;
  background: #FAF6F0 url('img/down_icon.svg') no-repeat right 10px center
}

select.input-txt::-ms-expand {
  display: none
}

.input-txt {
  position: relative;
  display: block;
  width: 100%;

}

.form-block__field.form-block__field-3 {
  width: calc(33% - 8px)
}

.form-block__field.form-block__field-file>span {
  display: inline
}

.form-block__field.form-block__field-file>span:first-child {
  margin-right: 10px
}

.form-block__row.form-block__row-3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start
}

.form-block__field.vak-form_last {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-block__field.vak-form_last .custom-btn {
  max-width: 300px;
  margin-right: 25px;
}

.vak-form_text {
  font-size: 16px;
  font-weight: 500;
}

.vak-form_text a {
  color: #009D28;
}

.vak-form_text a:hover {
  text-decoration: underline;
}

@media (max-width: 1680px) {
  .custom-slider-nav__arrow_prev {
    left: calc(50% - 718px);
  }

  .custom-slider-nav__arrow_next {
    right: calc(50% - 718px);
  }
}

@media (max-width: 1440px) {
  .custom-slider-nav__arrow_prev {
    left: 12px;
  }

  .custom-slider-nav__arrow_next {
    right: 12px;
  }

  .arrows-logos .custom-slider-nav__arrow_prev,
  .shops-arrows .custom-slider-nav__arrow_prev {
    left: -30px;
  }

  .arrows-logos .custom-slider-nav__arrow_next,
  .shops-arrows .custom-slider-nav__arrow_next {
    right: -30px;
  }

  .logos-slider {
    padding: 0 30px;
  }

}

@media(max-width: 1399px) {
  .main .main-slider_item .container {
    top: 30%;
  }

  .vacans-preim .vacans-preim_item {
    font-size: 20px;
  }
}

@media (max-width: 1260px) {
  .main-block {
    padding-left: 40px;
  }

  .main .main-slider_item .btn-primary {
    margin-right: 0px;
  }
}

@media(max-width: 1199px) {

  .actions-page,
  .main-page,
  .news-page {
    background-position-x: center;
  }

  .main-page.arendodateljam-bg {
    background-position-x: 70%;
  }

  .main-page.postavshhikam-bg {
    background-position-x: 70%;
  }

  .custom-nav-list>li {
    padding: 13px 10px;
  }

  .main .main-slider_item h1,
  .main .main-slider_item .h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .main .main-slider_item .main-block_subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .btnm {
    padding: 15px 20px;
  }

  .shop-item_text {
    width: calc(100% - 58px);
  }

  .news .news-item .news-item_img {
    height: 186px;
  }

  .arrows-logos .custom-slider-nav__arrow_prev,
  .shops-arrows .custom-slider-nav__arrow_prev {
    left: -24px;
  }

  .arrows-logos .custom-slider-nav__arrow_next,
  .shops-arrows .custom-slider-nav__arrow_next {
    right: -24px;
  }
}

@media(max-width: 991px) {
  .header {
    position: static;
  }

  .header .header-menu a {
    font-size: 13px;
  }

  .header .header-top .header-top_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 440px;
  }

  .header .header-top .header-top_left .header-descr {
    max-width: 220px;
  }

  .custom-nav-list>li {
    padding: 10px 5px;
  }

  .main .main-slider_item .container {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .main .slick-slide img {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0;
  }

  .main-block {
    padding: 50px 0 50px 40px;
  }

  .about {
    padding: 60px 0;
  }

  .about .about-img {
    margin-bottom: 40px;
  }

  .shops {
    padding: 60px 0 50px;
  }

  .partner-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px 0;
  }

  .partner-box .partner-box_text {
    width: 100%;
    margin-bottom: 20px;
  }

  .partner-box>img {
    position: absolute;
    left: -230px;
    top: -10px;
  }

  .partner-box {
    padding: 50px 20px 50px 370px;
  }

  .actions {
    padding: 60px 0;
  }

  .shops h2,
  .actions h2,
  .news h2,
  .preim h2,
  .logos h2,
  h2 {
    font-size: 28px;
  }

  .news {
    padding: 60px 0;
  }

  .preim {
    padding: 60px 0;
  }

  .logos {
    padding: 60px 0;
  }

  .main-cariera {
    padding: 30px 0 60px;
  }

  .contact-box_item {
    margin-bottom: 24px;
  }

  .contact-social {
    margin-top: 40px;
  }

  .main-cariera .main-cariera_text p {
    font-size: 18px;
  }

  .vacans .vacans-items li {
    margin-bottom: 20px;
  }

  .vacans {
    padding: 60px 0;
  }

  .mission {
    padding: 60px 0 0;
  }

  .vacans-text {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .vacans-preim .vacans-preim_item {

    margin-bottom: 25px;
    border-right: 0px solid #FFC17E;
  }

  .vacans-form {
    padding: 60px 0;
  }

}

@media(max-width: 767px) {
  .btnm {
    font-size: 16px;
  }

  .header {
    position: fixed;
    z-index: 999;
    padding: 5px 0;

  }

  .header .header-top {
    padding: 10px 0 0px;
  }

  .header .header-top .header-top_left .header-descr {
    display: none;
  }

  .header .header-top .header-top_right .header-tel {
    margin-right: 10px;
  }

  .header .header-top .header-top_right .header-email {
    margin-right: 20px;
  }

  .header .header-menu a {
    font-size: 16px;
  }

  .main-block {
    padding: 110px 30px 30px 40px;
  }

  .main .slick-slide img {

    height: 100%;
    max-width: none;
  }

  .partner-box {
    padding: 30px 20px 30px 190px;
  }

  .partner-box>img {
    left: -270px;
  }

  .news .news-item .news-item_img {
    height: 236px;
  }

  .news .news-item .news-item_img img {
    width: 100%;
    max-width: none;
  }

  .news .news-item .news-item_img {
    height: auto;
  }

  .form-block__row {
    display: block;
  }

  .form-block__field.form-block__field-3,
  .form-block__field {
    margin: 10px 0;
    width: 100%;
  }

  .form-block__field.vak-form_last {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .vak-form_text {
    margin-top: 20px;
  }

  .mission .mission-box .mission-box_text p {
    font-size: 20px;
  }

  .mission .mission-box {
    display: block;
  }

  .mission .mission-box .mission-box_text {
    width: 100%;
  }

  .mission .mission-box .mission-box_img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .vacans .vacans-items li {
    font-size: 16px;
    padding: 9px 20px;
    margin-right: 12px;
  }
}

@media(max-width: 575px) {
  .wpcf7 input[type="file"] {
    width: 100%;
  }

  .form-block__field.form-block__field-file>span:first-child {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .header .header-top .header-top_right .header-email {
    display: none;
  }

  .main .main-slider_item h1,
  .main .main-slider_item .h1 {
    font-size: 24px;
  }

  .main .main-slider_item .main-block_subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .btnm {
    padding: 7px 15px;
    font-size: 16px;
  }

  .main-block_btns a:first-child {
    margin-bottom: 10px;
  }

  .custom-slider-nav__arrow {
    width: 30px;
  }

  .about .about-text_title {
    font-size: 22px;
  }

  .btn-more::before {
    right: -42px;
    width: 42px;
    height: 42px;
  }

  .btn-box {
    margin-top: 15px;
    text-align: left;
  }

  .arrows-logos .custom-slider-nav__arrow_prev,
  .shops-arrows .custom-slider-nav__arrow_prev {
    left: -6px;
  }

  .arrows-logos .custom-slider-nav__arrow_next,
  .shops-arrows .custom-slider-nav__arrow_next {
    right: -6px;
  }

  .partner-box {
    padding: 30px 20px 170px 20px;
  }

  .partner-box .partner-box_text .title {
    font-size: 27px;
  }

  .partner-box>img {
    left: -80px;
    bottom: -50px;
    top: auto;
    width: 340px;
    max-width: none;
  }

  .footer .footer-top {
    padding: 25px 0px;
  }

}

@media(max-width: 475px) {
  .preim .preim-items .preim-item {
    margin: 6px 0;
    width: 100%;
  }

  .preim .preim-items .preim-item .preim-item_title {
    height: auto;
  }

  .preim .preim-items .preim-item:first-child,
  .preim .preim-items .preim-item:nth-child(3) {
    background-color: #fff;
    border: 1px solid #EAEAEA;
  }

  .preim .preim-items .preim-item:last-child {
    background-color: transparent;
    border: 0;
  }

  .sh-page-box .sh-page-box_item .sh-page-box_item-img {
    width: 100%;
    margin-right: 0px;
    height: auto;
  }

  .sh-page-box .sh-page-box_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sh-page-box .sh-page-box_item .sh-page-box_item-text {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .sh-page-box .sh-page-box_item .sh-page-box_item-img img {
    width: 100%;
  }
}

.img_single img {
  border-radius: 20px;
}

.meta p {
  font-size: 14px;
}


.pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px
}

.pagination li {
  margin: 0 5px 7px
}

.pagination li:first-child a,
.pagination li:last-child a {
  width: 60px;
  height: 60px
}

.pagination li a,
.pagination li span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 18px;
  line-height: 25px
}

.pagination li span {
  background-color: #009D28;
  border-color: #009D28;
  color: #1c1f24
}

.pagination li span.current {
  color: #fff;
}

.pagination li a {
  color: #2C2C2C;
  border-color: #d9d9d9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.pagination li a:hover {
  border-color: #009D28;
  color: #009D28
}

.pagination li a:hover svg {
  stroke: #009D28
}

.pagination li svg {
  width: 22px;
  height: 22px;
  stroke: #2C2C2C;
  fill: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.action-slider_bx {
  position: relative;
}