/* personal-links */

button:disabled {
  opacity: 0.5;
  cursor: default;
}

.personal-links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.personal-links label {
  margin-bottom: 5px !important;
  text-align: left;
  font-size: 14px;
  user-select: none;
  line-height: 1.4;
}

.personal-links input[type="checkbox"] {
  margin-right: 5px;
  flex: none;
}

.personal-links a {
  color: #000;
  text-align: left;
}

.personal-links.white label {
  color: #fff;
}

.personal-links.white label a {
  color: #fff;
}

.pl3 {
  margin-bottom: 20px;
  margin-top: 0;
}

/* personal-links */


/* warning_cookie */
.cmsl_warning_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(216, 216, 216, 0.85);
}

.cmsl_warning_cookie_inner {
  max-width: 1135px;
  margin: 0 auto;
  padding: 20px 15px 20px 20px;
  min-height: 65px;
}

.cmsl_warning_cookie_section1 {
  display: flex;
  flex-wrap: nowrap;
}

.cmsl_warning_cookie_section1_box1 {
  flex: 1;
}

.cmsl_warning_cookie_section1_box2 {
  width: 29px;
  margin-left: 30px;
  align-self: center;
}

.cmsl_warning_cookie_tx {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  padding-top: 5px;
}

.cmsl_warning_cookie_close {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url(/themes/images/warning_cookie_close.png);
  background-repeat: no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.cmsl_warning_cookie_close:hover {
  opacity: 1;
}

/* warning_cookie */


body {
  line-height: 1.5;
  font-family: "rwregular";
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 1900px) {
  .container {
    max-width: 1550px;
  }
}

@media (max-width: 1599px) {
  .container {
    max-width: 1486px;
  }
}

@media (max-width: 1535px) {
  .container {
    max-width: 1390px;
  }
}

@media (max-width: 1439px) {
  .container {
    max-width: 1316px;
  }
}

@media (max-width: 1365px) {
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1279px) {
  .container {
    max-width: 974px;
  }
}

.responsive-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.responsive-menu {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  user-select: none;
  cursor: pointer;
}

.responsive-menu_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .3s linear;
  user-select: none;
}

.responsive-menu_inner span {
  width: 30px;
  height: 3px;
  background: #000;
  transition: .15s;
}

.responsive-menu_inner span:nth-child(1) {
  margin-bottom: 7px;
}

.responsive-menu_inner span:nth-child(3) {
  margin-top: -3px;
}

.responsive-menu_inner span:nth-child(4) {
  margin-top: 7px;
}

body.open-menu .responsive-menu span {
  display: none;
}

body.open-menu .responsive-menu span:nth-child(2) {
  display: block;
  transform: rotate(-45deg);
}

body.open-menu .responsive-menu span:nth-child(3) {
  display: block;
  transform: rotate(45deg);
}

body.open-menu .responsive-wrap {
  opacity: 1;
  visibility: visible;
}

.sheader {
  position: relative;
  display: flex;
  align-items: center;
  height: 114px;
  padding-left: 410px;
  padding-right: 60px;
  z-index: 2;
}

.sheader__logo {
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 155px;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0.22);
}

.sheader__logo_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-right: 35px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.sheader__logo_inner a {
  display: flex;
  align-items: center;
}

.sheader__logo_inner img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sheader__descr {
  flex: none;
  font-size: 16px;
  font-family: "rwsemibold";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1.375;
}

.sheader__nav {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: 30px;
}

.sheader__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sheader__nav ul li {
  margin-left: 15px;
  margin-right: 15px;
}

.sheader__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  color: black;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.sheader__nav ul li a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #5c882d;
}

.sheader__nav_info {
  display: none;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.sheader__nav_info_feedback {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.sheader__nav_info_feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 40px;
  padding: 5px;
  background: #000;
  border-radius: 30px;
  text-align: center;
  font-size: 13px;
  font-family: "rwsemibold";
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.sheader__nav_info_feedback a:hover {
  background: #5c882d;
}

.sheader__nav_info_phones {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.sheader__nav_info_phones_phone {
  font-size: 21px;
  font-family: "comregular";
  color: #000;
  line-height: 1.3;
}

.sheader__nav_info_phones_phone a {
  text-decoration: none;
  color: #000;
}

.sheader__nav_info_phones_phone a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.sheader__nav_info_phones_phone span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.502);
}

.sheader__nav_info_phones_mail {
  margin-top: 15px;
  font-size: 15px;
  font-family: "comregular";
  color: #000;
  line-height: 1.3;
}

.sheader__nav_info_phones_mail a {
  text-decoration: none;
  color: #000;
}

.sheader__nav_info_phones_mail a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.sheader__nav_info_phones_adress {
  margin-top: 15px;
  font-size: 15px;
  font-family: "comregular";
  color: #000;
  line-height: 1.3;
}

.sheader__nav_info_phones_adress a {
  text-decoration: none;
  color: #000;
}

.sheader__nav_info_phones_adress a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.sheader__info {
  display: flex;
  flex: none;
  padding-right: 40px;
}

.sheader__info_feedback {
  margin-right: 30px;
}

.sheader__info_feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 170px;
  height: 55px;
  background: #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-family: "rwsemibold";
  color: #fff;
  transition: 0.3s;
}

.sheader__info_feedback a:hover {
  color: #fff;
  text-decoration: none;
  background: #5c882d;
}

.sheader__info_contact {
  display: flex;
  flex-direction: column;
}

.sheader__info_contact_phone {
  font-size: 25px;
  font-family: "comregular";
  color: #000;
  line-height: 1.316;
}

.sheader__info_contact_phone a {
  color: #000;
  text-decoration: none;
}

.sheader__info_contact_phone a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.sheader__info_contact_mail {
  font-size: 14px;
  font-family: "comlight";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.64;
}

.sheader__info_contact_mail a {
  color: rgba(0, 0, 0, 0.502);
  text-decoration: none;
}

.sheader__info_contact_mail a:hover {
  color: rgba(0, 0, 0, 0.402);
  text-decoration: none;
}

@media (max-width: 1900px) {
  .sheader {
    padding-right: 0;
    padding-left: 350px;
  }

  .sheader__logo {
    width: 305px;
  }

  .sheader__logo_inner {
    padding-left: 20px;
  }

  .sheader__info {
    padding-right: 20px;
  }

  .sheader__nav {
    margin-right: 0;
  }

  .sheader__nav ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sheader__nav ul li a {
    font-size: 15px;
  }

  .sheader__info_contact_phone {
    font-size: 21px;
  }
}

@media (max-width: 1599px) {
  .sheader {
    padding-right: 0;
    padding-left: 260px;
  }

  .sheader__logo {
    width: 230px;
  }

  .sheader__descr {
    font-size: 15px;
  }
}

@media (max-width: 1365px) {
  .sheader__descr {
    font-size: 14px;
  }

  .sheader__nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1279px) {
  .sheader__descr {
    display: none;
  }
}

@media (max-width: 1023px) {
  .responsive-menu {
    display: flex;
  }

  .header-space {
    height: 60px;
  }

  body.open-menu .sheader__nav {
    right: 0;
  }

  .sheader {
    height: 60px;
    z-index: 999;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sheader__logo {
    width: 115px;
    position: static;
    height: 60px;
    box-shadow: inherit;
    margin-right: 20px;
  }

  .sheader__logo_inner {
    padding: 0;
  }

  .sheader__nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -320px;
    bottom: 0;
    align-items: flex-start;
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    padding-top: 70px;
    padding-left: 50px;
    padding-right: 50px;
    background: #fff;
    z-index: 100;
    overflow-y: auto;
    transition: 0.3s;
  }

  .sheader__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .sheader__nav ul li {
    width: 100%;
    margin-bottom: 10px;
    color: #000;
  }

  .sheader__nav ul li a {
    font-size: 16px;
    color: #000;
  }

  .sheader__nav_info {
    display: flex;
    flex-direction: column;
  }

  .sheader__info {
    margin-left: auto;
  }

  .sheader__info_feedback {
    display: flex;
    align-items: center;
  }

  .sheader__info_feedback a {
    height: 40px;
  }

  .sheader__info_contact {
    margin-left: 20px;
  }

  .sheader__info_contact_phone {
    font-size: 18px;
  }

  .sheader__info_feedback {
    margin-right: 0;
  }

  .sheader__info_feedback a {
    font-size: 12px;
    width: 125px;
  }
}

@media (max-width: 767px) {
  .sheader__info_contact {
    display: none;
  }
}

.sheader-fixed {
  position: fixed;
  top: -200px;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding-left: 250px;
  padding-right: 60px;
  background: #fff;
  z-index: 9999;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
}

.sheader-fixed__logo {
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 215px;
  margin-right: 30px;
}

.sheader-fixed__logo_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.sheader-fixed__logo_inner a {
  display: flex;
  align-items: center;
}

.sheader-fixed__logo_inner a img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sheader-fixed__descr {
  flex: none;
  font-size: 16px;
  font-family: "rwsemibold";
  color: rgba(0, 0, 0, 0.502);
  text-transform: uppercase;
  line-height: 1.375;
}

.sheader-fixed__nav {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: 30px;
}

.sheader-fixed__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sheader-fixed__nav ul li {
  margin-left: 15px;
  margin-right: 15px;
}

.sheader-fixed__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  color: black;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}

.sheader-fixed__nav ul li a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #5c882d;
}

.sheader-fixed__info {
  display: flex;
  flex: none;
  padding-right: 40px;
}

.sheader-fixed__info_feedback {
  margin-right: 30px;
}

.sheader-fixed__info_feedback a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 170px;
  height: 55px;
  background: #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-family: "rwsemibold";
  color: #fff;
  transition: 0.3s;
}

.sheader-fixed__info_feedback a:hover {
  color: #fff;
  text-decoration: none;
  background: #5c882d;
}

.sheader-fixed__info_contact {
  display: flex;
  flex-direction: column;
}

.sheader-fixed__info_contact_phone {
  font-size: 25px;
  font-family: "comregular";
  color: #000;
  line-height: 1.316;
}

.sheader-fixed__info_contact_phone a {
  color: #000;
  text-decoration: none;
}

.sheader-fixed__info_contact_phone a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.sheader-fixed__info_contact_mail {
  font-size: 14px;
  font-family: "comlight";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.64;
}

.sheader-fixed__info_contact_mail a {
  color: rgba(0, 0, 0, 0.502);
  text-decoration: none;
}

.sheader-fixed__info_contact_mail a:hover {
  color: rgba(0, 0, 0, 0.402);
  text-decoration: none;
}

body.fixed-menu .sheader-fixed {
  top: 0;
}

@media (max-width: 1900px) {
  .sheader-fixed__info {
    padding-right: 20px;
  }

  .sheader-fixed__nav {
    margin-right: 0;
  }

  .sheader-fixed__nav ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .sheader-fixed__nav ul li a {
    font-size: 15px;
  }

  .sheader-fixed__info_contact_phone {
    font-size: 21px;
  }
}

@media (max-width: 1599px) {
  .sheader-fixed {
    padding-right: 0;
    padding-left: 220px;
  }

  .sheader-fixed__logo {
    width: 200px;
  }

  .sheader-fixed__descr {
    font-size: 14px;
  }
}

@media (max-width: 1365px) {
  .sheader-fixed__descr {
    font-size: 14px;
  }

  .sheader-fixed__nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1279px) {
  .sheader-fixed__descr {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sheader-fixed {
    display: none;
  }
}

.smain {
  display: flex;
  align-items: center;
}

.smain__prev {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 10px;
  cursor: pointer;
}

.smain__next {
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-right: 10px;
  cursor: pointer;
}

.smain .swiper-button-disabled {
  display: flex !important;
  overflow: hidden;
  visibility: hidden;

}

.smain__slider {
  width: 100%;
}

.smain__slider_slide {
  display: flex;
  flex-direction: column;
  min-height: 810px;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 175px;
  padding-bottom: 50px;
  background-position: center;
}

.smain__slider_slide_text {
  margin-bottom: 155px;
  font-size: 19px;
  color: black;
  line-height: 1.579;
}

.smain__slider_slide_title {
  font-size: 140px;
  font-family: "rwblack";
  color: black;
  text-transform: uppercase;
  line-height: 0.857;
}

@media (max-width: 1900px) {
  .smain__slider_slide {
    min-height: 700px;
    background-size: cover;
  }

  .smain__slider_slide_text {
    margin-bottom: 95px;
  }

  .smain__slider_slide_title {
    font-size: 110px;
  }
}

@media (max-width: 1535px) {
  .smain__slider_slide {
    min-height: 600px;
    padding-top: 135px;
  }

  .smain__slider_slide_text {
    margin-bottom: 75px;
  }

  .smain__slider_slide_title {
    font-size: 95px;
  }
}

@media (max-width: 1279px) {
  .smain__slider_slide {
    min-height: 550px;
    padding-top: 135px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .smain__slider_slide_text {
    margin-bottom: 75px;
  }

  .smain__slider_slide_title {
    font-size: 75px;
  }

  .smain__slider_slide_text {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .smain__prev {
    position: absolute;
    left: 0;
    padding-left: 10px;
    width: 25px;
    z-index: 3;
  }

  .smain__prev img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  .smain__next {
    position: absolute;
    right: 0;
    padding-right: 10px;
    width: 25px;
    z-index: 3;
  }

  .smain__next img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  .smain__slider_slide {
    min-height: 400px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
  }

  .smain__slider_slide_text {
    font-size: 13px;
  }

  .smain__slider_slide_title {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .smain__slider_slide {
    min-height: 350px;
    background-position-x: -40px;
  }

  .smain__slider_slide_title {
    font-size: 32px;
    margin-top: auto;
  }
}

.sadvantages {
  margin-top: 50px;
}

.sadvantages-block {
  display: flex;
  flex-direction: column;
}

.sadvantages-items {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}

.sadvantages-items__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 340px;
  padding-left: 10px;
  padding-right: 10px;
}

.sadvantages-items__item_icon {
  display: flex;
  margin-bottom: 10px;
}

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

.sadvantages-items__item_text {
  font-size: 18px;
  color: #1a1c21;
  line-height: 1.111;
}

.sadvantages-items__item .sadv-hover {
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.sadvantages-items__item:hover .sadv-act {
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.sadvantages-items__item:hover .sadv-hover {
  width: auto;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1900px) {
  .sadvantages-items__item {
    width: auto;
    max-width: auto;
    margin-right: 0;
  }
}

@media (max-width: 1279px) {
  .sadvantages-items__item_text br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sadvantages-block {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sadvantages-items {
    flex-wrap: wrap;
  }

  .sadvantages-items__item {
    width: 50%;
    margin-bottom: 40px;
  }

  .sadvantages-items__item_text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .sadvantages-block {
    max-width: 330px;
  }

  .sadvantages-items__item {
    width: 100%;
  }

  .sadvantages-items__item_text {
    font-size: 16px;
  }
}

.sproduction {
  margin-top: 110px;
  overflow: hi;
}

.sproduction-block {
  display: flex;
}

.sproduction-left {
  width: 66%;
  margin-right: 25px;
}

.sproduction-left__title {
  margin-bottom: 55px;
  margin-top: 35px;
  font-size: 50px;
  font-family: "rwebold";
  color: #010000;
  text-transform: uppercase;
  line-height: 1.2;
}

.sproduction-left__text {
  padding-right: 30px;
  font-size: 25px;
  color: #010000;
  line-height: 1.28;
}

.sproduction-left__items {
  display: flex;
  margin-top: 80px;
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.sproduction-left__items_item {
  width: 100%;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.sproduction-left__items_item_inner {
  position: relative;
  width: 100%;
  padding-top: 152.35%;
}

.sproduction-left__items_item_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 80px 45px 20px 45px;
}

.sproduction-left__items_item_title {
  height: 225px;
  margin-bottom: 50px;
  font-size: 40px;
  font-family: "rwbold";
  color: white;
  text-transform: uppercase;
  line-height: 1.25;
}

.sproduction-left__items_item_text {
  font-size: 20px;
  color: white;
  line-height: 1.6;
}

.sproduction-right {
  width: 32.85%;
}

.sproduction-right__items {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sproduction-right__items_item {
  width: 100%;
  margin-bottom: 25px;
}

.sproduction-right__items_item_inner {
  position: relative;
  width: 100%;
  padding-top: 150%;
}

.sproduction-right__items_item_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 80px 45px 20px 45px;
}

.sproduction-right__items_item_title {
  height: 200px;
  margin-bottom: 50px;
  font-size: 40px;
  font-family: "rwbold";
  color: white;
  text-transform: uppercase;
  line-height: 1.25;
}

.sproduction-right__items_item_text {
  font-size: 20px;
  color: white;
  line-height: 1.6;
}

.sproduction-right__items_feedback {
  height: 100%;
  background: #557b2c;
}

.sproduction-right__items_feedback_inner {
  position: relative;
  display: flex;
  padding: 45px;
  height: 100%;
  text-decoration: none;
}

.sproduction-right__items_feedback_title {
  font-size: 25px;
  font-family: "rwmedium";
  color: white;
  line-height: 1.2;
  text-decoration: none;
}

.sproduction-right__items_feedback_icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: 0.2s;
  will-change: transform;
}

.sproduction-right__items_feedback_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sproduction-right__items_feedback:hover .sproduction-right__items_feedback_icon {
  right: 25px;
  bottom: 25px;
}

@media (max-width: 1535px) {
  .sproduction-left__title {
    font-size: 42px;
  }

  .sproduction-left__text {
    font-size: 21px;
  }

  .sproduction-left__items_item_title {
    height: 180px;
    font-size: 30px;
  }

  .sproduction-right__items_item_title {
    height: 180px;
    font-size: 30px;
  }

  .sproduction-right__items_item_text {
    font-size: 16px;
  }

  .sproduction-left__items_item_text {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .sproduction-left__title {
    font-size: 32px;
  }

  .sproduction-left__text {
    font-size: 18px;
  }

  .sproduction-left__items_item_title {
    height: 100px;
    font-size: 24px;
  }

  .sproduction-right__items_item_title {
    height: 100px;
    font-size: 30px;
  }

  .sproduction-right__items_item_text {
    font-size: 15px;
  }

  .sproduction-left__items_item_text {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .sproduction {
    margin-top: 60px;
  }

  .sproduction-block {
    flex-direction: column;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sproduction-left {
    width: 100%;
  }

  .sproduction-right {
    width: 100%;
  }

  .sproduction-left__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px;
  }

  .sproduction-left__text {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }

  .sproduction-left__items {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .sproduction-left__items_item {
    margin-bottom: 25px;
  }

  .sproduction-left__items_item_inner {
    padding-top: 65%;
  }

  .sproduction-left__items_item_info {
    padding-top: 50px;
  }

  .sproduction-left__items_item_title {
    height: auto;
    margin-bottom: 25px;
  }

  .sproduction-right__items_item_inner {
    padding-top: 65%;
  }

  .sproduction-right__items_item_info {
    padding-top: 50px;
  }

  .sproduction-right__items_item_title {
    height: auto;
    margin-bottom: 25px;
  }

  .sproduction-right__items_feedback_inner {
    padding: 30px 45px;
  }

  .sproduction-right__items_feedback_title {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .sproduction-block {
    max-width: 335px;
  }

  .sproduction-left__title {
    font-size: 24px;
  }

  .sproduction-left__text {
    font-size: 15px;
  }

  .sproduction-left__items {
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .sproduction-left__items_item {
    margin-bottom: 25px;
  }

  .sproduction-left__items_item_inner {
    padding-top: 85%;
  }

  .sproduction-left__items_item_info {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }

  .sproduction-left__items_item_title {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .sproduction-left__items_item_text {
    font-size: 14px;
  }

  .sproduction-right__items_item_inner {
    padding-top: 85%;
  }

  .sproduction-right__items_item_info {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }

  .sproduction-right__items_item_title {
    margin-bottom: 25px;
    font-size: 21px;
  }

  .sproduction-right__items_item_text {
    font-size: 14px;
  }

  .sproduction-right__items_feedback_inner {
    padding: 30px;
  }

  .sproduction-right__items_feedback_icon {
    width: 20px;
  }
}

.sabout {
  display: flex;
  margin-top: 160px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 50px;
}

.sabout-left {
  position: relative;
  width: 50%;
  padding-top: 120px;
}

.sabout-left__profit {
  position: absolute;
  top: -10px;
  left: 0;
  width: 65%;
  padding-right: 20px;
}

.sabout-left__profit img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sabout-left__slider_inner {
  position: relative;
  max-width: 805px;
  margin-left: auto;
  margin-right: 0 !important;
  box-shadow: 0px 4px 43px 0px rgba(0, 0, 0, 0.22);
}

.sabout-left__slide {
  padding-top: 83.6025%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: cover; */
}

.sabout-left__slide img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sabout-right {
  width: 50%;
}

.sabout-right__info {
  position: relative;
  min-height: 730px;
  padding-left: 70px;
  padding-top: 120px;
  max-width: 810px;
  padding-right: 65px;
  padding-bottom: 80px;
}

.sabout-right__info::before {
  content: '';
  position: absolute;
  top: 0;
  right: -300%;
  left: -35%;
  bottom: 0;
  background-image: url("../images/about-bg.jpg");
  z-index: -1;
  background-repeat: repeat;
}

.sabout-right__info_title {
  margin-bottom: 70px;
  font-size: 70px;
  font-family: "rwebold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.143;
}

.sabout-right__info_text {
  font-size: 20px;
  color: #1a1c21;
  line-height: 1.3;
}

.sabout-right__nav {
  display: flex;
  align-items: center;
  padding-left: 70px;
  margin-top: 15px;
}

.sabout-right__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 15px;
}

.sabout-right__prev img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sabout-right__next {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 15px;
}

.sabout-right__next img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sabout-right__pag {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sabout-right__pag .swiper-pagination-bullet {
  width: 6px;
  height: 40px;
  margin-left: 7px;
  margin-right: 7px;
  opacity: 1;
  background: #d9d9d9;
  border-radius: 0;
}

.sabout-right__pag .swiper-pagination-bullet-active {
  background: #5c882d;
}

@media (max-width: 1900px) {
  .sabout-right__info {
    padding-right: 20px;
    padding-bottom: 70px;
  }
}

@media (max-width: 1599px) {
  .sabout-right__info {
    padding-bottom: 50px;
  }

  .sabout-right__info_title {
    margin-bottom: 60px;
  }

  .sabout-left__slide {
    background-size: cover;
  }
}

@media (max-width: 1535px) {
  .sabout-right__info {
    min-height: 650px;
  }

  .sabout-right__info_title {
    font-size: 42px;
  }

  .sabout-right__info_text {
    font-size: 18px;
  }
}

@media (max-width: 1439px) {
  .sabout-right__info {
    min-height: 620px;
  }
}

@media (max-width: 1365px) {
  .sabout-right__info {
    min-height: 590px;
  }

  .sabout-right__info_title {
    font-size: 42px;
  }

  .sabout-right__info_text {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .sabout {
    margin-top: 60px;
    flex-direction: column;
    background-image: url(../images/about-bg.jpg);
    background-repeat: repeat;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sabout-left__profit {
    display: none;
  }

  .sabout-left {
    width: 100%;
    order: 2;
    padding-top: 0;
  }

  .sabout-left__slider_inner {
    max-width: 550px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px;
  }

  .sabout-right__info_title {
    margin-bottom: 25px;
    font-size: 27px;
  }

  .sabout-right__info_text {
    font-size: 15px;
    line-height: 1.624;
  }

  .sabout-right {
    width: 100%;
    order: 1;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sabout-right__info {
    height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }

  .sabout-right__info::before {
    content: none;
  }

  .sabout-right__nav {
    position: relative;
    padding-left: 0;
    margin-top: -45px;
    z-index: 3;
  }

  .sabout-right__pag .swiper-pagination-bullet {
    width: 3px;
    height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    background: #fff;
  }

  .sabout-right__pag .swiper-pagination-bullet-active {
    background: #5c882d;
  }

  .sabout-right__prev,
  .sabout-right__next {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .sabout-right {
    max-width: 335px;
  }

  .sabout-left__slider_inner {
    max-width: 335px;
  }

  .sabout-right__info_title {
    font-size: 24px;
  }
}

.ssert {
  margin-top: 100px;
  padding-bottom: 135px;
  border-bottom: 1px solid #dadada;
}

.ssert-container {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ssert-block {
  display: flex;
}

.ssert-left {
  max-width: 450px;
  margin-right: 40px;
  padding-left: 20px;
  flex: none;
}

.ssert-left__photo {
  display: flex;
}

.ssert-left__photo_item {
  margin-right: 25px;
}

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

.ssert-right__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-family: "rwebold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.143;
}

.ssert-right__text {
  font-size: 16px;
  color: #1a1c21;
  line-height: 1.5;
}

.ssert-right__text p {
  margin: 0;
  margin-bottom: 30px;
}

@media (max-width: 1535px) {
  .ssert-right__text {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .ssert {
    margin-top: 60px;
    padding-bottom: 30px;
  }

  .ssert-block {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

  .ssert-left__photo {
    display: flex;
    justify-content: center;
  }

  .ssert-left__photo_item {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ssert-left {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .ssert-right__title {
    font-size: 27px;
  }

  .ssert-right__text {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .ssert-block {
    max-width: 330px;
  }

  .ssert-right__title {
    font-size: 24px;
  }

  .ssert-right__text p {
    margin-bottom: 15px;
  }
}

.scatalog {
  margin-top: 100px;
  padding-bottom: 75px;
  border-bottom: 1px solid #dadada;
}

.scatalog-block {
  display: flex;
  flex-direction: column;
}

.scatalog__title {
  margin-bottom: 35px;
  font-size: 50px;
  font-family: "rwebold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
}

.scatalog__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.scatalog__items_item {
  width: 25%;
  margin-bottom: 25px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.scatalog__items_item_inner {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  border: 1px solid #dadada;
  transition: 0.3s;
}

.scatalog__items_item_inner:hover {
  background: #e7e5df;
  border: 1px solid transparent;
}

.scatalog__items_item_inner:hover .scatalog__items_photo {
  border-bottom: 1px solid #fff;
}

.scatalog__items_item_inner:hover .scatalog__items_photo_inner {
  transform: scale(1.05);
}

.scatalog__items_photo {
  padding: 50px;
  border-bottom: 1px solid #dadada;
}

.scatalog__items_photo_inner {
  padding-top: 104%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
  will-change: transform;
}

.scatalog__items_info {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.scatalog__items_info_name {
  margin-bottom: 25px;
  font-size: 20px;
  color: black;
  line-height: 1.5;
}

.scatalog__items_info_name span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.scatalog__items_info_footer {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.scatalog__items_info_price {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  font-size: 25px;
  font-family: "nsbold";
  color: black;
  line-height: 1;
}

.p_new {
  color: #5c882d;
}

.p_old {
  font-size: 16px;
  font-family: "nsregular";
  color: rgba(0, 0, 0, 0.502);
  text-decoration: line-through;
  line-height: 1.1;
}

.scatalog__items_info_button {
  position: relative;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 170px;
  height: 40px;
  background: #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-family: "rwsemibold";
  color: #fff;
  transition: 0.3s;
}

.scatalog__items_info_button:hover {
  background: #5c882d;
}

@media (max-width: 1900px) {
  .scatalog__items_info_price {
    font-size: 21px;
  }

  .scatalog__items_info_price_old {
    font-size: 15px;
  }
}

@media (max-width: 1599px) {
  .scatalog__items_info_price {
    font-size: 18px;
  }

  .scatalog__items_info_price_old {
    font-size: 14px;
  }
}

@media (max-width: 1535px) {
  .scatalog__items_info_name {
    font-size: 18px;
  }

  .scatalog__items_info_button {
    width: 125px;
    font-size: 13px;
  }
}

@media (max-width: 1365px) {
  .scatalog__items_info_footer {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }

  .scatalog__items_info_price {
    margin-bottom: 15px;
  }

  .scatalog__items_info {
    padding-bottom: 20px;
  }

  .scatalog__items_info_button {
    margin-top: auto;
    width: 140px;
  }
}

@media (max-width: 1279px) {
  .scatalog__items {
    margin-left: -5px;
    margin-right: -5px;
  }

  .scatalog__items_item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .scatalog__items_info_name {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {
  .scatalog {
    margin-top: 60px;
  }

  .scatalog-block {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .scatalog__title {
    font-size: 28px;
  }

  .scatalog__items_item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .scatalog-block {
    max-width: 330px;
  }

  .scatalog__title {
    font-size: 28px;
  }

  .scatalog__items_photo {
    padding: 25px;
  }

  .scatalog__items_info {
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scatalog__items_item {
    margin-bottom: 10px;
  }

  .scatalog__items_info_name {
    font-size: 13px;
  }

  .scatalog__items_info_button {
    width: 100%;
    font-size: 12px;
    height: 35px;
  }

  .scatalog__items_info_price {
    font-size: 15px;
  }

  .scatalog__items_info_price_old {
    font-size: 13px;
  }

  .scatalog__items_info_name span {
    background-position: 0 1.05em;
  }
}

.sdiler {
  margin-top: 95px;
}

.sdiler-container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.sdiler__title {
  margin-bottom: 45px;
  font-size: 35px;
  font-family: "rwebold";
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
}

.sdiler__text {
  font-size: 16px;
  color: #1a1c21;
  line-height: 1.624;
}

.sdiler__accordeon {
  position: relative;
  margin-top: 40px;
}

.sdiler__accordeon::after {
  content: '';
  display: block;
  clear: both;
}

.sdiler__content_item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 16px;
  font-family: "nsregular";
  color: black;
}

.sdiler__content_item a {
  color: #000;
  text-decoration: none;
}

.sdiler__content_icon {
  display: flex;
  align-items: center;
  width: 20px;
  margin-right: 10px;
}

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

@media (max-width: 1279px) {
  .sdiler__box .sdiler__label::after {
    content: none;
  }

  .sdiler__box.active .sdiler__label::after {
    content: none;
  }
}

@media (max-width: 1023px) {
  .sdiler {
    margin-top: 60px;
  }

  .sdiler-block {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sdiler__title {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .sdiler__text {
    font-size: 15px;
  }

  .sdiler__accordeon {
    margin-left: auto;
    margin-right: auto;
  }

  .sdiler__accordeon_block {
    width: 100%;
    float: none;
  }

  .sdiler__box {
    padding-left: 0;
    padding-right: 0;
  }

  .sdiler__box .sdiler__label {
    font-size: 15px;
  }

  .sdiler__content_item {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .sdiler-block {
    max-width: 330px;
  }

  .sdiler__title {
    font-size: 24px;
  }
}

.sfeedback {
  position: relative;
  margin-top: 125px;
  z-index: 2;
}

.sfeedback-container {
  max-width: 1840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.sfeedback-block {
  display: flex;
  min-height: 545px;
  box-shadow: 0px 21px 51px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.sfeedback-left {
  width: 50%;
  height: auto;
  background-image: url("../images/feedback-bg.jpg");
  background-size: cover;
  background-position: center;
}

.sfeedback-left__block {
  height: 100%;
  min-height: 545px;
  max-width: 810px;
  margin-left: auto;
  padding: 120px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.sfeedback-left__title {
  margin-bottom: 60px;
  font-size: 50px;
  font-family: "rwebold";
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}

.sfeedback-left__text {
  font-size: 16px;
  color: #fff;
  line-height: 1.249;
}

.sfeedback-right {
  width: 50%;
}

.sfeedback-right form {
  display: flex;
  flex-direction: column;
  max-width: 810px;
  height: 100%;
  padding-left: 115px;
  padding-top: 115px;
  padding-right: 50px;
  padding-bottom: 25px;
}

.sfeedback-right form label {
  width: 100%;
  margin-bottom: 45px;
}

.sfeedback-right form label input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  font-family: "rwmedium";
  color: black;
}

.sfeedback-right form label input[type="text"]::placeholder {
  color: #000;
}

.sfeedback-right__button {
  margin-top: 10px;
  margin-bottom: 20px;
}

.sfeedback-right__button button {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  width: 170px;
  height: 55px;
  background: #000;
  border-radius: 30px;
  text-decoration: none;
  font-size: 15px;
  font-family: "rwsemibold";
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
}

.sfeedback-right__button button:hover {
  background: #5c882d;
}

.sfeedback-right__button button:disabled:hover {
  background: #000;
  opacity: 0.5;
}

.sfeedback-right__personal {
  margin-top: auto;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.427;
  text-align: center;
}

.sfeedback-right__personal a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}

.sfeedback-right__personal a:hover {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

@media (max-width: 1535px) {
  .sfeedback-right form {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1279px) {
  .sfeedback-left__title {
    font-size: 38px;
  }

  .sfeedback-left__text {
    font-size: 15px;
  }

  .sfeedback-left__text br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sfeedback {
    margin-top: 80px;
  }

  .sfeedback-left__title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  .sfeedback-left__text {
    font-size: 15px;
    line-height: 1.5;
  }

  .sfeedback-block {
    flex-direction: column;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .sfeedback-left {
    width: 100%;
  }

  .sfeedback-left__block {
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sfeedback-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sfeedback-right form {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .sfeedback-right form label {
    margin-bottom: 20px;
  }

  .sfeedback-right form label input[type="text"] {
    font-size: 13px;
  }

  .sfeedback-right form label input[type="text"]::placeholder {
    font-size: 13px;
  }

  .sfeedback-right__button button {
    height: 40px;
    font-size: 12px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .sfeedback-right__personal {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .sfeedback-left__title {
    font-size: 24px;
  }

  .sfeedback-left__block {
    padding-top: 60px;
  }

  .sfeedback-left__block {
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
  }

  .sfeedback-right form {
    max-width: 280px;
  }
}

.smap {
  position: relative;
  z-index: 1;
  margin-top: -130px;
  /* filter: grayscale(1); */
}

.ymaps-2-1-79-ground-pane {
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
}

#smap__map {
  width: 100% !important;
  height: 490px !important;
}

.sfooter {
  background: #eceadf;
}

.sfooter-top {
  border-bottom: 1px solid #c9c7be;
}

.sfooter-top-block {
  display: flex;
  max-width: 1660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.sfooter-top__logo {
  padding-top: 20px;
  max-width: 465px;
  width: 100%;
  padding-left: 70px;
  padding-right: 30px;
  border-right: 1px solid #c9c7be;
}

.sfooter-top__phone {
  max-width: 525px;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  border-right: 1px solid #c9c7be;
}

.sfooter-top__phone_inner {
  font-size: 47px;
  font-family: "pnlight";
  color: black;
  line-height: 1;
}

.sfooter-top__phone_inner a {
  color: #000;
  text-decoration: none;
}

.sfooter-top__phone_inner a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.sfooter-top__contacts {
  display: flex;
  flex-direction: column;
  padding-left: 45px;
  padding-top: 30px;
}

.sfooter-top__contacts_block {
  display: flex;
  margin-bottom: 20px;
}

.sfooter-top__contacts_block:last-child {
  margin-bottom: 0;
}

.sfooter-top__contacts_icon {
  flex: none;
  width: 22px;
  margin-right: 15px;
}

.sfooter-top__contacts_icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.sfooter-top__contacts_text {
  font-size: 19px;
  font-family: "pnregular";
  color: black;
  line-height: 1.474;
}

.sfooter-top__contacts_text a {
  display: flex;
  color: black;
  text-decoration: none;
}

.sfooter-top__contacts_text a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.sfooter-bottom-block {
  display: flex;
  max-width: 1660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 20px;
}

.sfooter-bottom__copy {
  margin-right: 120px;
  font-size: 15px;
  font-family: "pnregular";
  color: black;
}

.sfooter-bottom__personal {
  font-size: 15px;
  font-family: "pnregular";
  color: black;
}

.sfooter-bottom__personal a {
  color: black;
  text-decoration: underline;
}

.sfooter-bottom__personal a:hover {
  color: black;
  text-decoration: none;
}

.sfooter-bottom__leli {
  display: flex;
  margin-left: auto;
}

.feedback-footer {
  margin-top: 10px;
  font-size: 15px;
  font-family: "pnregular";
  color: rgba(0, 0, 0, 0.502) !important;
  text-decoration: underline !important;
}

.feedback-footer:hover {
  color: rgba(0, 0, 0, 0.502) !important;
  text-decoration: none !important;
}

@media (max-width: 1535px) {
  .sfooter-top__logo {
    max-width: 400px;
  }

  .sfooter-top__phone {
    max-width: 400px;
  }

  .sfooter-top__phone_inner {
    font-size: 37px;
  }
}

@media (max-width: 1279px) {
  .sfooter-top__logo {
    max-width: auto;
    padding-left: 0;
  }

  .sfooter-top__phone {
    max-width: auto;
  }

  .sfooter-top__phone_inner {
    font-size: 32px;
  }

  .sfooter-bottom-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sfooter-bottom__copy {
    margin-right: 30px;
  }
}

@media (max-width: 1023px) {
  .sfooter-top-block {
    flex-direction: column;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .sfooter-top__logo {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }

  .sfooter-top__logo img {
    max-width: 170px;
  }

  .sfooter-top__phone {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }

  .sfooter-top__phone_inner {
    font-size: 28px;
  }

  .sfooter-top__contacts {
    padding: 0;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .sfooter-top__contacts_text {
    font-size: 16px;
  }

  .sfooter-bottom-block {
    flex-direction: column;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }

  .sfooter-bottom__copy {
    text-align: center;
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sfooter-bottom__personal {
    text-align: center;
    font-size: 13px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .sfooter-bottom__leli {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */




/* upononlinemat */
.upononlinemat_custom_input1 {
  width: 100%;
  height: 45px;
  background: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-family: pnreg;
  padding: 0 5px 0 20px;
  border: 1px #dadada solid;
  background: #fff;
}

.upononlinemat_custom_input1:focus {
  border-color: #c2c2c2;
}

.upononlinemat_custom_textarea1 {
  width: 100%;
  height: 120px;
  background: #fff;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  font-family: pnreg;
  padding: 10px 5px 0 20px;
  border: 1px #dadada solid;
  vertical-align: top;
}

.upononlinemat {
  position: relative;
}

.upononlinemat_inner {
  position: relative;
  z-index: 20;
  margin: 0 auto;
}

.upononlinemat_man {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: -80px;
}

.upononlinemat_man img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.upononlinemat_result {
  display: none;
  position: absolute;
  top: 25%;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  color: green;
}

.upononlinemat_result_tx2 {
  font-weight: bold;
}

.upononlinemat_label {
  -webkit-transition: all 0.15 ease-out 0s;
  -moz-transition: all 0.15 ease-out 0s;
  -ms-transition: all 0.15 ease-out 0s;
  -o-transition: all 0.15 ease-out 0s;
  transition: all 0.15 ease-out 0s;
}

/*
.upononlinemat input[type="text"]:focus,
.upononlinemat textarea:focus{
  border-color:#1d904c;
}
*/

.upononlinemat_label.err input[type="text"],
.upononlinemat_label.err textarea {
  border-color: #ff0000;
  /* background: #fff9f9; */
}

/*
.upononlinemat_label.shadowred input[type="text"],
.upononlinemat_label.shadowred textarea{
  transition:box-shadow 0.3s ease 0s;
  -webkit-box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
  -moz-box-shadow:4px 5px 8px -9px rgba(255,0,0,0.8);
  box-shadow:2px 4px 8px -9px rgba(255,0,0,0.8);
}
*/

.upononlinemat input[type="text"]::-webkit-input-placeholder,
.upononlinemat textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.upononlinemat input[type="text"]:-moz-placeholder,
.upononlinemat textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.upononlinemat input[type="text"]:-ms-input-placeholder,
.upononlinemat textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.upononlinemat_button_tx {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  font-family: pnreg;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* .upononlinemat_button_tx span { */
/*
  background-image:linear-gradient(to bottom,#dd787b,#dd787b);
  background-position:0 1.13em;
  background-repeat:repeat-x;
  background-size:100% 1px;
  transition:background-size 0.07s ease 0s;
  */
/* } */

.upononlinemat_button:active {
  top: 1px;
}

.upononlinemat_button:disabled {
  /* background: #c7da58; */
  top: 0 !important;
  opacity: 0.5;
  cursor: auto;
}

.upononlinemat_button_loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -21px;
  display: none;
  background-image: url(/plugin/upononlinemat/img/loader2.gif);
  background-repeat: no-repeat;
  width: 43px;
  height: 11px;
}

.upononlinemat.loading .upononlinemat_button_tx {
  visibility: hidden;
}

.upononlinemat.loading .upononlinemat_button_loader {
  display: block;
}

.upononlinemat_error {
  display: none;
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: red;
}

/* .upononlinemat.error .upononlinemat_error { */
/*display:block;*/
/* } */

.upononlinemat.result .upononlinemat_form_wrap_inner {
  visibility: hidden;
}

.upononlinemat.result .upononlinemat_form_wrap_inner,
.upononlinemat.result .upononlinemat_form_wrap_inner * {
  visibility: hidden !important;
  -webkit-transition: all 0s linear 0s !important;
  -moz-transition: all 0s linear 0s !important;
  -ms-transition: all 0s linear 0s !important;
  -o-transition: all 0s linear 0s !important;
  transition: all 0s linear 0s !important;
}

.upononlinemat.result .upononlinemat_result {
  display: block;
}

.upononlinemat.result,
.upononlinemat.result * {
  -webkit-transition: all 0s linear 0s !important;
  -moz-transition: all 0s linear 0s !important;
  -ms-transition: all 0s linear 0s !important;
  -o-transition: all 0s linear 0s !important;
  transition: all 0s linear 0s !important;
}

.upononlinemat_zagol1 {
  font-size: 43px;
  line-height: 1;
  color: #000;
  font-family: pnreg;
  text-transform: uppercase;
  padding-left: 15px;
}

.upononlinemat_zagol2 {
  margin-top: 12px;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  font-family: pnreg;
  opacity: 0.98;
}

.upononlinemat_rules {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.7);
  font-family: pnreg;
}

.upononlinemat_rules a {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.7);
}

.upononlinemat_rules a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.upononlinemat_formblock1 {
  margin-top: 12px;
}

.upononlinemat_formblock1:nth-child(1) {
  margin: 0;
}

.upononlinemat_custom_footer {
  position: relative;
  z-index: 20;
  margin-top: 45px;
  text-align: center;
}

.upononlinemat_custom_content {
  margin-top: 48px;
}

.upononlinemat_itself {
  position: relative;
  z-index: 50;
  top: -72px;
  background: #fff;
  width: 100%;
  max-width: 620px;
  min-height: 500px;
  -webkit-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 21px -1px rgba(0, 0, 0, 0.18);
}

.upononlinemat_itself_fourangl {
  position: absolute;
  z-index: 20;
  top: -25px;
  left: 53px;
}

.upononlinemat_itself_fourangl img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.upononlinemat_itself_inner {
  padding: 73px 35px 65px 35px;
}

.upononlinemat_area_cont {
  display: flex;
  justify-content: space-between;
}

.upononlinemat_area_cont_box1 {
  font-size: 18px;
  line-height: 1;
  font-family: pnreg;
  padding-top: 10px;
}

.upononlinemat_area_cont_box2 {
  font-size: 18px;
  line-height: 1.2;
  font-family: pnreg;
}

.upononlinemat_area_cont2 {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
}

.upononlinemat_area_cont2_box1 {
  margin-right: 10px;
}

.upononlinemat_area_cont2_box3 {
  margin-left: 10px;
}

.upononlinemat_area_to {
  margin-left: 32px;
}

.upononlinemat_area_cont input[type="text"] {
  width: 75px;
}

@media (max-width: 1650px) {
  .upononlinemat_man {
    right: 0px;
    max-width: 650px;
  }
}

@media (max-width: 1365px) {
  .upononlinemat_rules {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.2;
  }

  .upononlinemat_inner {
    padding: 0 15px;
  }

  .upononlinemat_man {
    right: 10px;
    max-width: 500px;
  }

  .upononlinemat_zagol1 {
    font-size: 35px;
  }

  .upononlinemat_itself {
    max-width: 500px;
  }

  .upononlinemat_itself_inner {
    padding: 40px 25px 40px 25px;
  }

  .upononlinemat_itself_fourangl {
    max-width: 60px;
    top: -20px;
  }
}

@media (max-width: 1023px) {
  .upononlinemat_man {
    display: none;
  }

  .upononlinemat_itself {
    margin: 0 auto;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .upononlinemat_itself_fourangl {
    max-width: 40px;
    left: 30px;
    top: -15px;
  }

  .upononlinemat_itself_inner {
    padding: 30px 20px 20px 20px;
  }

  .upononlinemat_zagol1 {
    font-size: 27px;
    text-align: center;
    padding-left: 0;
  }

  .upononlinemat_custom_content {
    margin-top: 30px;
  }

  .upononlinemat_custom_input1 {
    font-size: 16px;
    padding-left: 15px;
    height: 38px;
  }

  .upononlinemat_form_wrap {
    max-width: 310px;
  }

  .upononlinemat_inner {
    min-height: 100%;
  }

  .upononlinemat_button {
    width: 230px;
    height: 44px;
  }

  .upononlinemat_area_cont_box1 {
    font-size: 16px;
  }

  .upononlinemat_area_cont_box2 {
    font-size: 16px;
  }

  .upononlinemat_area_cont input[type="text"] {
    width: 45px;
    padding: 5px 3px 5px 5px;
  }

  .upononlinemat_area_cont2_box1 {
    margin-right: 5px;
  }

  .upononlinemat_area_cont2_box1 {
    margin-right: 5px;
  }

  .upononlinemat_area_cont2_box3 {
    margin-left: 5px;
  }

  .upononlinemat_area_to {
    margin-left: 15px;
  }
}

@media (max-width: 479px) {
  .upononlinemat_zagol1 {
    font-size: 23px;
  }

  .upononlinemat_result {
    font-size: 19px;
  }
}

@media (max-width: 359px) {
  .upononlinemat_zagol1 {
    font-size: 20px;
  }

  .upononlinemat_area_cont_box1 {
    font-size: 15px;
  }

  .upononlinemat_area_cont_box2 {
    font-size: 15px;
  }

  .upononlinemat_area_cont input[type="text"] {
    width: 40px;
    padding: 3px;
    font-size: 15px;
  }

  .upononlinemat_area_to {
    margin-left: 11px;
  }
}


.adaptivetoggle.adaptivetoggle2 {
  margin-top: 0px;
  padding-bottom: 25px;
  display: none;
  text-align: center;
  color: #000;
}

/* upononlinemat */