/* 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;
  text-align: left;
  font-size: 14px;
  user-select: none;
}

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

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

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

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

/* 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 */




/* core */
html,
body {
  max-height: 999999px;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-family: pnr, robotolight, tahoma;
}

body {
  overflow-y: scroll;
  background: #fff;
}

/*a,span{
    text-decoration-skip-ink:none;
}*/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**{min-height:0;min-width:0;}*/

* {
  outline: 0;
}

img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time {
  display: block;
}

textarea,
input {
  font-family: inherit;
  font-size: inherit;
}

/*for FF*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}

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

.cmsl_clearfix2:before,
.cmsl_clearfix2:after {
  display: table;
  content: '';
}

.cmsl_clearfix2:after {
  clear: both;
}

.cmsl_clearfix3 {
  display: table;
  width: 100%;
}

.cmsl_clearfix3:after {
  content: '. .';
  display: block;
  word-spacing: 9999px;
  height: 0;
  overflow: hidden;
}

.cmsl_clearfix4 {
  zoom: 1;
  display: block;
}

.cmsl_clearfix4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  clear: both;
}

.cmsl_content {
  min-height: 300px;
}

.posmo {
  display: none;
}

a.posmo_link {
  text-decoration: none !important;
  border-bottom: 1px dashed;
  padding-bottom: 1px;
  margin-bottom: 5px;
}

a.posmo_link:hover {
  text-decoration: none !important;
  border-bottom: 1px dashed;
}

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

.cmsl_wrapper1 {
  max-width: 1280px;
  margin: 0 auto;
}

.cmsl_wrapper2 {
  max-width: 1135px;
  margin: 0 auto;
}

.cmsl_wrapper3 {
  max-width: 990px;
  margin: 0 auto;
}

.cmsl_wrapper1_custom1 {
  max-width: 1505px;
  margin: 0 auto;
}

.cmsl_osntext ul,
.cmsl_osntext ol {
  padding-left: 25px;
}

.cmsl_osntext ul li {
  list-style-image: url(/file/i_pic/cmsl/4x4.png);
  margin-top: 10px;
}

.cmsl_osntext p:nth-of-type(1) {
  margin-top: 0;
}

.cmsl_osntext p:nth-last-of-type(1) {
  margin-bottom: 0;
}

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

.pagedis {
  padding-top: 15px;
}

.pagedis a {
  color: #8d8d8d;
  background: #e3e4e5;
  padding: 5px 9px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 3px;
  margin-right: 3px;
}

.pagedis a#act {
  background: #7f9abf;
  color: #fff;
}

.bread_crumb {
  font-size: 17px;
  line-height: 1.4;
  font-family: pnl;
  margin: 15px 0 25px 0;
}

.bread_crumb .img {
  margin: 0 4px 0 4px;
  width: 7px;
  height: 11px;
  vertical-align: middle;
}

.bread_crumb_arrow {
  margin: 0 5px;
  display: inline-block;
  background-image: url('../images/breadcrumb_arrow2_white.svg');
  background-repeat: no-repeat;
  width: 15px;
  text-align: center;
  background-size: 15px 15px;
}

.bread_crumb[data-template="white"] .bread_crumb_arrow {
  background-image: url(/file/i_pic/cmsl/breadcrumb_arrow2_white.svg);
}


.cmsl_razdsite {
  margin: 25px 0 35px 0;
}

.cmsl_razdsite .push {
  height: 1px;
  line-height: 1px;
}

.cmsl_razdsite h1 {
  font-size: 36px;
  line-height: 1;
  font-family: pnr;
  font-weight: normal;
  margin: 0;
}

.cmsl_theme_breadrazd_wrap {
  background: #f5f5f5;
  position: relative;
  z-index: 100;
}

.cmsl_theme_breadrazd_wrap a {
  color: #21747a;
  text-decoration: underline;
}

.cmsl_theme_breadrazd_wrap a:hover {
  color: #21747a;
  text-decoration: none;
}

.cmsl_theme_breadrazd_wrap_inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}

.cmsl_theme_breadrazd_wrap_cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite {
  margin: 0;
  order: 2;
  margin-top: 35px;
}

.cmsl_theme_breadrazd_wrap .cmsl_razdsite.razdsite_no {
  margin-top: 25px;
}

.cmsl_theme_breadrazd_wrap .bread_crumb {
  order: 1;
  margin: 0;
  font-family: pnr;
}

.cmsl_theme_breadrazd_wrap_abs {
  display: none;
  position: absolute;
  top: 20px;
  right: 340px;
}

.cmsl_theme2_content {
  display: flex;
}

.cmsl_theme2_content_col1 {
  flex: 1;
}

.cmsl_theme2_content_col2 {
  width: 300px;
  flex: 0 1 300px;
  margin-left: 30px;
}

.cmsl_theme3_content {
  display: flex;
  width: 100%;
}

.cmsl_theme3_content_col1 {
  flex: 0 0 275px;
}

.cmsl_theme3_content_col2 {
  flex: 1;
  padding-left: 37px;
}

.leli {
  display: inline-flex;
  align-items: center;
}

.leli-links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 4px;
  font-family: pnr;
  font-size: 12px;
  text-align: right;
  line-height: 1.4;
}

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

.leli-links a:hover {
  color: #5d5856;
  text-decoration: none;
}

.leli-img {
  width: 30px;
  height: 30px;
}

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

.leli_derevotop {
  padding: 5px 15px;
}

.leli_derevotop ul,
.leli_derevotop ul li {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.leli_derevotop>ul>li {
  padding: 8px 0;
  border-top: 1px #E2E0E0 solid;
  line-height: 1.3;
}

.leli_derevotop>ul>li:first-child {
  border: 0;
}

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

.leli_derevotop>ul>li>ul {
  margin-left: 20px;
}

.leli_derevotop>ul>li>ul>li {
  padding: 5px 0;
  border-top: 1px #E2E0E0 solid;
}

.leli_derevotop>ul>li>ul>li:first-child {
  border: 0;
}

.leli_derevotop>ul>li>ul>li:last-child {
  padding: 0;
}

.leli_derevotop>ul>li>ul>li a {
  font-size: 13px;
  line-height: 1.2;
  color: #000;
}

.leli_derevotop li.act>a {
  color: #06579F;
  font-weight: bold;
}

.cmsl_pagenav {
  margin: 35px 0 35px 0;
  line-height: 1;
  font-family: pnl;
}

.cmsl_pagenav_title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding-top: 4px;
  font-size: 16px;
  line-height: 1;
  color: #606060;
}

.cmsl_pagenav_content {
  display: inline-block;
  vertical-align: middle;
}

.cmsl_pagenav ul,
.cmsl_pagenav ul li {
  list-style-type: none !important;
  list-style-image: none !important;
  margin: 0;
  padding: 0;
}

.cmsl_pagenav ul {
  padding-left: 0 !important;
}

.cmsl_pagenav ul li {
  display: inline-block;
  margin: 5px 4px 0 0 !important;
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.cmsl_pagenav_insider {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 3px 7px 3px 7px;
  min-width: 25px;
  text-align: center;
  border: 1px transparent solid;
}

a.cmsl_pagenav_insider:hover {
  color: #000;
  text-decoration: none;
  border: 1px #85c3cc solid;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider {
  /*font-weight:bold;*/
  background: #85c3cc;
  color: #fff;
}

.cmsl_pagenav ul li.act .cmsl_pagenav_insider:hover {
  color: #fff;
}

.cmsl_pagenav_move {
  display: inline-block;
  vertical-align: middle;
  font-family: tahoma;
}

.cmsl_pagenav_move._next {
  margin-left: 15px;
}

.cmsl_pagenav_move a {
  display: inline-block;
  color: #000 !important;
  text-decoration: none !important;
}

.cmsl_pagenav_move a:nth-child(1) {
  margin-left: 0;
}

.site_dialog_theme {
  padding: 40px 75px 50px 75px;
}

.site_dialog_theme_title {
  font-size: 33px;
  line-height: 1.1;
}

.site_dialog_theme_content {
  margin-top: 30px;
}

.custom_toggle_header {
  font-size: 20px;
  line-height: 1;
  color: #000;
  padding: 6px 10px 5px 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
  background: #ece8dc;
}

.custom_toggle_header:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -4px;
  width: 21px;
  height: 11px;
  background-image: url(/file/i_pic/cmsl/custom_toggle_icon.png);
  background-repeat: no-repeat;
  transition: all 0.1s ease-out 0s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.custom_toggle_header:hover {
  color: #000;
}

.custom_toggle_header:hover:after {
  opacity: 0.6;
}

.custom_toggle_content {
  display: none;
  margin: 10px 0 0 0;
  padding-bottom: 15px;
}

.custom_toggle.active .custom_toggle_header:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cmsl_currency_rub {
  font-family: PTSansRegular;
}

.cmsl_currency_rub_bold {
  font-family: PTSansBold;
}

/* core */



body {
  line-height: 1.5;
  font-family: "pnr";
  font-size: 18px;
  /* overflow-x: hidden; */
}

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


.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.container-p {
  max-width: 1280px;
  margin: 0 auto;
}

.menu-open-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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.cmsl_wrapper0 {
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.header {
  position: absolute;
  top: 0;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
}

.header-container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 10px;
}

.header-wrap {
  display: flex;
  min-height: 140px;
  padding: 0 45px;
}

.header-logo {
  position: relative;
  flex: none;
  width: 190px;
  height: auto;
  align-self: center;
  padding-left: 5px;
  padding-right: 10px;
  margin-right: 15px;
}

.header-logo::before {
  content: '';
  position: absolute;
  top: 60%;
  right: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.25);
  width: 200%;
  height: 1px;
}

.header-logo::after {
  content: '';
  position: absolute;
  top: 60%;
  left: calc(100% + 20px);
  background: rgba(255, 255, 255, 0.25);
  width: 5000%;
  height: 1px;
}

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

.header-logo-min {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 190px;
  height: auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 30px;
}

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

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

.header-content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.header-content-top-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  margin-right: 60px;
}

.header-content-top-name__text {
  font-family: "pnb";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
}

.header-content-top-name__text_rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}

.header-content-top-name__text_rating_star {
  width: 23px;
  height: 21px;
  margin-left: 2px;
  background: url("../images/header-content-name-star.svg") no-repeat;
  background-size: contain;
}

.header-content-top-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 210px;
  margin-right: 35px;
}

.header-content-top-contacts__phone {
  font-family: "pnsb";
  font-size: 25px;
  line-height: 1;
  color: #fff;
}

.header-content-top-contacts__phone a {
  color: #fff;
  text-decoration: none;
}

.header-content-top-contacts__phone a:hover {
  color: #fff;
  text-decoration: none;
}

.header-content-top-contacts__link {
  font-family: "pnr";
  font-size: 16px;
  line-height: 1.56;
  color: #fff;
}

.header-content-top-contacts__link a {
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(to bottom, #bcbcbc, #bcbcbc);
  background-position: 0 1.2em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.header-content-top-contacts__link a:hover {
  color: #fff;
  text-decoration: none;
  background-image: none;
}

.header-content-top-adress {
  width: 100%;
  max-width: 190px;
  margin-right: 20px;
}

.header-content-top-adress-block {
  font-family: "pnr";
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
}

.header-content-top-search {
  margin-left: auto;
  margin-right: 3px;
}

.header-content-top-search-block {
  padding-top: 5px;
}



.header-content-top-button {
  margin-left: auto;
  margin-right: 15px;
}


.header-content-top-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  width: 228px;
  height: 46px;
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-family: "pnsb";
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0.85px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-content-top-button a:hover {
  text-decoration: none;
  background: #21747a;
  color: #fff;
}

.header-content-nav {
  position: relative;
  padding-left: 20px;
  z-index: 3;
}

.header-block__nav_info_resp {
  display: none;
  margin-bottom: 50px;
}

.header-block__nav_info_resp_phone {
  display: flex;
  justify-content: center;
  font-family: "pnsb";
  font-size: 25px;
  line-height: 1;
  color: #fff;
}

.header-block__nav_info_resp_phone a {
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.header-block__nav_info_resp_phone a:hover {
  color: #000;
  text-decoration: none;
}

.header-block__nav_info_resp_link {
  display: flex;
  justify-content: center;
  font-family: "pnsb";
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.header-block__nav_info_resp_link a {
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  background-image: linear-gradient(to bottom, #bcbcbc, #bcbcbc);
  background-position: 0 1.3em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.header-block__nav_info_resp_link a:hover {
  color: #000;
  text-decoration: none;
}

.header-content-nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -45px;
  margin-right: -45px;
}

.header-content-nav>ul>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 58px;
}

.header-content-nav>ul>li>a,
.header-content-nav>ul>li>span {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-decoration: none;
  font-family: "pnr";
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
}

.header-content-nav>ul>li>a i,
.header-content-nav>ul>li>span i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url("../images/header-menu-submenu-icon.svg");
  background-repeat: no-repeat;
  transition: 0.1s;
  filter: invert(1);
}

.header-content-nav>ul>li:hover .submenu-icon {
  background-image: url("../images/header-menu-submenu-icon-open.svg");
}

.header-content-nav .active>a,
.header-content-nav>.active span {
  color: #21747a;
  font-family: "pnsb";
}


.header-content-nav>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 275px;
  padding: 25px 0;
  margin: 0;
  margin-top: -4px;
  border: solid 1px #e5e5e5;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  /* display: none; */
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 2;
  overflow: hidden;
  will-change: transform;
  opacity: 0;
  visibility: hidden;
}

.header-content-nav>ul>li:hover .submenu {
  /* display: block; */
  text-decoration: none;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.header-content-nav>ul>li>ul>li {
  display: block;
  margin-bottom: 10px;
}

.header-content-nav>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.header-content-nav>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 25px;
  padding-right: 10px;
  text-decoration: none;
  font-family: "pnr";
  font-size: 15px;
  line-height: 1.44;
  color: #000000;
}

.header-content-nav>ul>li>ul>li>a::before {
  content: '';
  position: absolute;
  left: -11px;
  width: 11px;
  height: 17px;
  background: #21747a;
  transition: 0.3s;
}

.header-content-nav>ul>li>ul>li>a:hover::before {
  left: 0;
  text-decoration: none;
}

.header-content-nav>ul>li>ul>li.active a {
  color: #000;
}

.header-content-nav>ul>li>ul>li.active a:hover {
  text-decoration: none;
  color: #000;
}

.header-content-nav>ul>li>ul>li.active a::before {
  left: 0px;
}

.header-content-nav>ul>li>ul>li>a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.header-content-nav>ul>li>a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background: #21747a;
  left: 0%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.header-content-nav>ul>li>a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  background: #fff;
  left: 0%;
}

.header-content-nav-close {
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header-content-nav-close__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-content-nav-close__inner span {
  background: #000;
  width: 30px;
  height: 3px;
}

.header-content-nav-close__inner span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -3px;
}

.header-content-nav-close__inner span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-responsive-menu {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header-responsive-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-responsive-menu__inner span {
  width: 28px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.header-responsive-menu__inner span:nth-child(1) {
  margin-bottom: 4px;
}

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

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

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

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

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


body[data-page="default"] .header {
  position: relative;
}

body[data-page="default"] .header-logo::before {
  background: rgba(0, 0, 0, 0.1);
}

body[data-page="default"] .header-logo::after {
  background: rgba(0, 0, 0, 0.1);
}

body[data-page="default"] .header-content-top-name__text {
  color: #000;
}

body[data-page="default"] .header-content-top-contacts__phone a {
  color: #000;
}

body[data-page="default"] .header-content-top-contacts__phone a:hover {
  color: #000;
}

body[data-page="default"] .header-content-nav>ul>li>a,
body[data-page="default"] .header-content-nav>ul>li>span {
  color: #000;
}

body[data-page="default"] .header-content-nav>ul>li>a:hover::after {
  background: #21747a;
}

body[data-page="default"] .header-content-nav>ul>li>a i,
body[data-page="default"] .header-content-nav>ul>li>span i {
  filter: invert(0);
}

body[data-page="default"] .header-content-top-contacts__link a {
  color: #000;
}

body[data-page="default"] .header-content-top-button a {
  background: #49bfc7;
  color: #fff;
}

body[data-page="default"] .header-content-top-button a:hover {
  background: #21747a;
  color: #fff;
}

body[data-page="default"] .header-content-top-adress-block {
  color: #000;
}

body[data-page="default"] .header-content-top-name__text {
  color: #000;
}

body[data-page="default"] .header-content-top-name__text {
  color: #000;
}


@media (max-width: 1365px) {
  .header-wrap {
    padding: 0;
  }

  .header-content-nav>ul {
    margin-left: -35px;
    margin-right: 0;
  }
}

@media (max-width: 1279px) {
  .header-content-top-adress {
    display: none;
  }

  .header-content-top-name {
    margin-right: 30px;
  }

  .header-content-top-name__text {
    font-size: 17px;
  }

  .header-content-top-contacts__phone {
    font-size: 22px;
  }

  .header-content-top-contacts__link {
    font-size: 14px;
  }

  .header-content-top-button a {
    width: 200px;
    font-size: 16px;
  }

  .header-content-nav>ul {
    margin-left: -25px;
  }

  .header-content-nav>ul>li>a,
  .header-content-nav>ul>li>span {
    font-size: 17px;
  }

  .header-content-nav>ul>li>ul>li>a {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .header {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
    z-index: 4;
  }

  body[data-page="default"] .header {
    position: fixed;
  }

  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 69px;
    min-height: inherit;
    padding-right: 45px;
  }

  .header-logo {
    display: none;
  }

  .header-logo-min {
    display: block;
    padding: 0;
    margin-right: 5px;
  }

  .header-content-top {
    padding: 10px 0;
    border-bottom: 0 solid #000;
  }

  .header-content-top-name {
    display: none;
  }

  .header-content-top-button a {
    width: 200px;
    height: 40px;
    font-size: 14px;
  }

  .header-space {
    height: 70px;
  }

  .header-content-nav {
    position: fixed;
    right: -320px;
    top: 0;
    bottom: 0;
    width: 320px;
    padding: 70px 20px 0 30px;
    background: #fff;
    z-index: 4;
    overflow-x: scroll;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }

  body.open-menu .header-content-nav {
    right: 0;
  }

  .header-content-nav>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #eee;
  }

  .header-content-nav>ul>li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    padding: 0px 0;
    color: #000;
  }

  .header-content-nav>ul>li>a {
    color: #000;
    text-decoration: none;
  }

  .header-content-nav>ul>li>a:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .header-content-nav>ul>li>a:hover::after {
    content: none;
  }

  .header-content-nav>ul>li>a,
  .header-content-nav>ul>li>span {
    justify-content: flex-start;
    min-height: 45px;
    padding: 0px 0;
    font-size: 18px;
    color: #000;
  }

  .header-content-nav>ul>li>a i,
  .header-content-nav>ul>li>span i {
    width: 30px;
    height: 30px;
    margin-left: auto;
    background-color: #eee;
    background-position: 50%;
    color: #000;
  }

  .header-content-nav>ul>li>ul {
    position: static;
    -webkit-transform: scale(1);
    transform: scale(1);
    min-width: inherit;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 0;
    border: 0;
    background: transparent;
    display: none;
    transform: scaleY(0);
  }

  .header-content-nav .submenu.active {
    display: block;
    transform: scaleY(1);
  }

  .header-content-nav>ul>li:hover .submenu-icon {
    background-image: url("../images/header-menu-submenu-icon.svg");
  }

  .header-content__menu_link .submenu-icon.active {
    background-image: url("../images/header-menu-submenu-icon-open.svg") !important;
  }

  .header-content-nav>ul>li>ul>li a {
    padding: 0;
    font-size: 13px;
    color: #000;
  }

  .header-content-nav>ul>li>a i,
  .header-content-nav>ul>li>span i {
    filter: invert(0);
  }

  .header-content-nav>ul>li>ul>li.active a:hover {
    font-weight: bold;
  }

  .header-content-nav>ul>li>ul>li.active a::before {
    content: none;
  }

  .header-content-nav>ul>li>ul>li>a::before {
    content: none;
  }

  .header-content-nav>ul>li>ul>li:last-child {
    margin-bottom: 20px;
  }

  .header-block__nav_info_resp {
    display: block;
    padding-top: 30px;
  }

  .header-content-top-contacts__phone a {
    color: #000;
  }

  .header-content-top-contacts__link a {
    color: #000;
  }

  .header-content-top-button a {
    background: #49bfc7;
    color: #fff;
  }

  .header-block__nav_info_resp_phone a {
    color: #000;
  }

  .header-block__nav_info_resp_link a {
    color: #000;
  }

  .header-block__nav_info_resp_phone {
    margin-bottom: 15px;
  }

  .header-responsive-menu {
    display: block;
  }

  .header-content-nav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}



@media (max-width: 767px) {
  .header-content-top-contacts {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-wrap {
    height: 54px;
  }

  .header-space {
    height: 55px;
  }

  .header-logo-min {
    width: 130px;
  }

  .header-content-top-button a {
    width: 130px;
    height: 35px;
    font-size: 9px;
  }
}


@media (max-width: 359px) {
  .header-logo-min {
    width: 120px;
  }

  .header-content-top-button a {
    width: 120px;
    height: 35px;
    font-size: 10px;
  }
}

.fixed-menu {
  position: fixed;
  top: -700px;
  width: 100%;
  max-width: 1920px;
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  background: #fff;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 10;
}

.fixed-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.fixed-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed-menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.fixed-menu-nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.fixed-menu-nav>ul>li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 58px;
  margin-right: 5px;
}

.fixed-menu-nav>ul>li>a,
.fixed-menu-nav>ul>li>span {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  text-decoration: none;
  font-family: "pnr";
  font-size: 16px;
  line-height: 1.44;
  color: #000000;
}

.fixed-menu-nav>ul>li>a i,
.fixed-menu-nav>ul>li>span i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  background-image: url("../images/header-menu-submenu-icon.svg");
  background-repeat: no-repeat;
  transition: 0.1s;
}

.fixed-menu-nav>ul>li:hover .submenu-icon {
  background-image: url("../images/header-menu-submenu-icon-open.svg");
}

.fixed-menu-nav .active>a,
.fixed-menu-nav>.active span {
  cursor: default;
  color: #21747a;
  font-family: "pnsb";
}


.fixed-menu-nav>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 275px;
  padding: 25px 0;
  margin: 0;
  margin-top: -4px;
  border: solid 1px #e5e5e5;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 2;
  overflow: hidden;
  will-change: transform;
}

.fixed-menu-nav>ul>li:hover .submenu {
  text-decoration: none;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.fixed-menu-nav>ul>li>ul>li {
  display: block;
  margin-bottom: 10px;
}

.fixed-menu-nav>ul>li>ul>li:last-child {
  margin-bottom: 0;
}

.fixed-menu-nav>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 25px;
  padding-right: 10px;
  text-decoration: none;
  font-family: "pnr";
  font-size: 15px;
  line-height: 1.44;
  color: #000000;
}

.fixed-menu-nav>ul>li>ul>li>a::before {
  content: '';
  position: absolute;
  left: -11px;
  width: 11px;
  height: 17px;
  background: #21747a;
  transition: 0.3s;
}

.fixed-menu-nav>ul>li>ul>li>a:hover::before {
  left: 0;
  text-decoration: none;
}

.fixed-menu-nav>ul>li>ul>li.active a {
  color: #000;
}

.fixed-menu-nav>ul>li>ul>li.active a:hover {
  text-decoration: none;
  color: #000;
}

.fixed-menu-nav>ul>li>ul>li.active a::before {
  left: 0px;
}

.fixed-menu-nav>ul>li>ul>li>a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.fixed-menu-nav>ul>li>a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background: #21747a;
  left: 0%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.fixed-menu-nav>ul>li>a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  background: #21747a;
  left: 0%;
}

.fixed-menu-btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: 3px;
}

.fixed-menu-btn-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px;
  width: 228px;
  height: 46px;
  background: #49bfc7;
  border-radius: 30px;
  text-decoration: none;
  font-family: "pnsb";
  font-size: 17px;
  line-height: 1.53;
  letter-spacing: 0.85px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed-menu-btn-block a:hover {
  text-decoration: none;
  background: #21747a;
  color: #ffffff;
}

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

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


.zhem-main {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 923px;
}

.zhem-main-slider {
  width: 100%;
}

.zhem-main-slider__slide {
  height: 100%;
  background-position: center;
}

.zhem-main-slider__slide a {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.zhem-main-slider__slide_inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.zhem-main-slider__slide_text {
  margin-top: 310px;
  position: relative;
  font-size: 88px;
  font-family: "pnr";
  color: #414864;
  line-height: 1;
  text-transform: uppercase;
}

.zhem-main-slider__slide_text span {
  font-size: 125px;
  font-family: "gvp";
  color: #414864;
  line-height: 0.684;
  text-transform: lowercase;
}

.zhem-main-slider__slide_text span span {
  text-transform: none;
  font-size: 100px;
}

.zhem-main .swiper-button-next:after,
.zhem-main .swiper-button-prev:after {
  color: #fff;
  opacity: 1 !important;
}

@media (max-width: 1535px) {
  .zhem-main {
    min-height: 850px;
  }

  .zhem-main-slider__slide {
    background-size: cover;
  }

  .zhem-main-slider__slide_text {
    font-size: 70px;
    margin-top: 250px;
  }

  .zhem-main-slider__slide_text span {
    font-size: 85px;
  }
}

@media (max-width: 1279px) {
  .zhem-main {
    min-height: 650px;
  }

  .zhem-main-slider__slide_text {
    font-size: 60px;
    margin-top: 200px;
  }

  .zhem-main-slider__slide_text span {
    font-size: 65px;
  }
}

@media (max-width: 1023px) {
  .zhem-main {
    min-height: auto
  }

  .zhem-main-slider__slide_text {
    font-size: 40px;
    margin-top: 100px;
  }

  .zhem-main-slider__slide_text span {
    font-size: 45px;
  }

  .zhem-main-slider__slide_text span span {
    font-size: 60px;
  }

  .zhem-main-slider__slide {
    padding-top: 47%;
  }
}

@media (max-width: 767px) {
  /* .zhem-main {
    min-height: 240px;
  } */

  .zhem-main-slider__slide_text {
    font-size: 21px;
    margin-top: 70px;
  }

  .zhem-main-slider__slide_text span {
    font-size: 25px;
  }

  .zhem-main-slider__slide_text span span {
    font-size: 35px;
  }
}

.reservem {
  position: relative;
  margin-top: -200px;
  z-index: 2;
}

.reservem-container {
  max-width: 1390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.reservem2 {
  position: relative;
  margin-top: 145px;
}

.reservem2-container {
  max-width: 1390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#block-search,
#block-search2 {
  background: #e6eef5 !important;
  max-width: 1390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.advantages {
  position: relative;
  padding-top: 180px;
}


.advantages::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
  height: 558px;
  background: url('../images/bg-line.png');
  background-size: contain;
  z-index: 1;
}

.advantages-block {
  display: flex;
}

.advantages-container {
  position: relative;
  max-width: 1390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}

.advantages__info {
  flex: none;
  max-width: 315px;
  margin-right: 40px;
}

.advantages__info_big {
  margin-top: 40px;
  font-size: 105px;
  font-family: "gvp";
  color: #e9bca9;
  line-height: 0.8;
}

.advantages__info_small {
  margin-top: 10px;
  font-size: 21px;
  font-family: "pnr";
  color: #000000;
  text-transform: uppercase;
  line-height: 1.19;
}

.advantages__items {
  display: flex;
  margin-left: auto;
  width: 100%;
}

.advantages__items_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 25px;
}

.advantages__items_item:last-child {
  margin-right: 0;
}

.advantages__items_item_inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #e8f0f6;
  border-radius: 50%;
}

.advantages__items_item_info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.advantages__items_item_num {
  margin-bottom: 20px;
  font-size: 40px;
  font-family: "pnl";
  color: #000;
  line-height: 0.818;
  text-align: center;
}

.advantages__items_item_text {
  font-size: 17px;
  font-family: "pnr";
  color: black;
  line-height: 1.294;
  text-align: center;
}

@media (max-width: 1279px) {
  .advantages__items_item {
    margin-right: 10px;
  }

  .advantages__items_item_info {
    padding: 10px;
  }

  .advantages__items_item_num {
    margin-bottom: 10px;
    font-size: 32px;
  }

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

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

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

  .advantages__info {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
  }

  .advantages__info_big {
    margin-top: 0;
    text-align: center;
  }

  .advantages__info_small {
    text-align: center;
  }
}

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

  .advantages__info_small {
    font-size: 17px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__items {
    flex-wrap: wrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__items_item {
    width: 50%;
    margin: 0;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}

.stockm {
  margin-top: 130px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 24px;
}

.stockm-container {
  max-width: 1390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.stockm-block__title a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.stockm-block__nav {
  position: absolute;
  bottom: -10px;
  flex: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 10px;
  z-index: 1;
}

.stockm-block__nav .swiper-button-next,
.stockm-block__nav .swiper-button-prev {
  position: static;
  top: inherit;
  margin-top: 0;
  height: auto;
  width: auto;
}

.stockm-block__nav .swiper-button-next::after,
.stockm-block__nav .swiper-button-prev::after {
  font-size: 20px;
  color: #000;
}

.stockm-block__nav .swiper-button-next {
  margin-left: 18px;
}

.stockm-block__nav .swiper-button-prev {
  margin-right: 18px;
}

.stockm-block__nav .swiper-pagination-clickable {
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stockm-block__nav .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  margin: 5px 10px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.stockm-block__nav .swiper-pagination-bullet-active {
  background: #000000;
}

.stockm-block-slider-wrap.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
  transform: translate3d(0px, 0, 0) !important;
}

.stockm-block__nav_prev.disabled,
.stockm-block__nav_next.disabled {
  display: none;
}

.stockm-block-slider {
  width: 100%;
  margin-top: 20px;
}

.stockm-block-slider-item {
  display: flex;
  width: 100%;
}

.stockm-block-slider-item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.stockm-block-slider-item__left {
  flex: none;
  width: 490px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.stockm-block-slider-item__left_info {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.stockm-block-slider-item__left_info_title {
  font-family: "pnl";
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.14;
  text-align: left;
  color: #000000;
}

.stockm-block-slider-item__left_info_text {
  margin-top: 28px;
  font-family: "pnr";
  font-size: 17px;
  line-height: 1.588;
  text-align: left;
  color: #000000;
  padding-right: 60px;
}

.stockm-block-slider-item__left_button {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}

.stockm-block-slider-item__left_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 43px;
  padding: 5px;
  background-color: #49bfc7;
  border-radius: 25px;
  transition: 0.3s;
  font-family: "pnsb";
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.8px;
  color: #fff;
  text-decoration: none;
}

.stockm-block-slider-item__left_button a:hover {
  text-decoration: none;
  color: #fff;
  background: #21747a;
}

.stockm-block-slider-item__right {
  position: relative;
  max-width: 852px;
  margin-left: auto;
}

.stockm-block-slider-item__right_photo {
  display: flex;
  border-radius: 25px;
  overflow: hidden;
}

.stockm-block-slider-item__right_photo img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.stockm-block-all-link {
  display: flex;
  justify-content: end;
  margin-top: 25px;
  margin-left: auto;
}

.stockm-block-all-link a {
  display: flex;
  align-items: center;
  text-decoration: underline;
  font-family: "pnr";
  font-size: 16px;
  line-height: 1.28;
  color: #49bfc7;
}

.stockm-block-all-link a i {
  display: flex;
  align-items: center;
  width: 8px;
  height: 14px;
  margin-left: 10px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/stockm-icon.png");
}

.stockm-block-all-link a:hover {
  text-decoration: none;
}

@media (max-width: 1436px) {
  .stockm-block-slider-item__left_info_title {
    font-size: 30px;
  }
}

@media (max-width: 1365px) {
  .stockm-block-slider-item__left_info {
    margin-top: 20px;
  }

  .stockm-block-slider-item__left_info_text {
    margin-top: 20px;
    font-size: 16px;
  }

  .stockm-block-slider-item__left_button {
    margin-top: 20px;
  }
}

@media (max-width: 1280px) {
  .stockm-block-slider-item__left_info_title {
    font-size: 27px;
  }

  .stockm-block-slider-item__left_info {
    margin-top: 20px;
  }

  .stockm-block-slider-item__left_info_text {
    margin-top: 20px;
    font-size: 15px;
  }

  .stockm-block-slider-item__left_button {
    margin-top: 20px;
  }

  .stockm-block-all-link {
    margin-top: 30px;
  }
}

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

  .stockm-block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .stockm-block-slider-item {
    flex-direction: column;
  }

  .stockm-block-slider-item__left {
    margin-top: 30px;
    max-width: 100%;
    width: 100%;
    order: 2;
    padding: 0;
  }

  .stockm-block-slider-item__left_info_title {
    font-size: 24px;
  }

  .stockm-block-slider-item__left_info_text {
    padding: 0;
  }

  .stockm-block-slider-item__left_button a {
    width: 180px;
    height: 40px;
    font-size: 13px;
  }

  .stockm-block__nav {
    display: flex;
    justify-content: center;
    position: static;
    margin-top: -60px;

  }

  .stockm-block-all-link {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .stockm-block-all-link a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
  }

  .stockm-block__nav .swiper-button-next::after,
  .stockm-block__nav .swiper-button-prev::after {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .stockm-block-slider-item__left_info_title {
    font-size: 21px;
  }

  .stockm-block-slider-item__left_info_text {
    font-size: 14px;
  }
}

.trend {
  margin-top: 130px;
  background: #e6eef5;
  padding-top: 110px;
  padding-bottom: 115px;
}

.trend-container {
  max-width: 1430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.trend-header {
  display: flex;
  margin-left: 60px;
  margin-bottom: 70px;
}

.trend-header__title {
  margin-right: 30px;
  font-size: 65px;
  font-family: "gvp";
  color: #000;
  line-height: 0.923;
}

.trend-header__text {
  max-width: 465px;
  margin-left: auto;
  margin-right: 20px;
  padding-top: 15px;
  font-size: 17px;
  font-family: "pnr";
  color: #000;
  line-height: 1.588;
}

.trend-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.trend-items__item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.trend-items__item_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 113%;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}

.trend-items__item_inner:hover .trend-items__item_photo {
  opacity: 1;
  visibility: visible;
}

.trend-items__item_inner:hover .trend-items__item_title {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.trend-items__item_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.trend-items__item_photo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  transition: 0.3s;
}

.trend-items__item_icon {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

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

.trend-items__item_title {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-family: "pnr";
  color: #000000;
  line-height: 1.1;
  text-align: center;
  border-bottom: 1px solid transparent;
  transition: 0.1s;
}

@media (max-width: 1279px) {
  .trend-header {
    margin-left: 0;
  }

  .trend-header__title {
    font-size: 50px;
  }

  .trend-header__text {
    max-width: 405px;
    margin-right: 0;
    font-size: 15px;
  }

  .trend-items {
    margin-left: -10px;
    margin-right: -10px;
  }

  .trend-items__item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .trend-items__item_title {
    font-size: 17px;
  }
}

@media (max-width: 1023px) {
  .trend-container {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .trend-header {
    flex-direction: column;
  }

  .trend-header__title {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .trend-header__text {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .trend-items {
    justify-content: flex-start;
  }

  .trend-items__item {
    width: 33.333%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .trend {
    margin-top: 36px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .trend-header__title {
    font-size: 40px;
  }

  .trend-header {
    margin-bottom: 30px;
  }

  .trend-items {
    margin-left: auto;
    margin-right: auto;
  }

  .trend-items__item {
    width: 50%;
  }

  .trend-items__item_icon {
    margin-bottom: 20px;
  }

  .trend-items__item_title {
    font-size: 14px;
  }

  .trend-items__item_icon img {
    width: 70%;
  }
}

.types {
  display: flex;
}

.types-left {
  position: relative;
  width: 50%;
  z-index: 1;
}

.types-left__content {
  max-width: 690px;
  width: 100%;
  margin-left: auto;
  padding-top: 115px;
  margin-right: -50px;
}

.types-left__content_link {
  margin-bottom: 25px;
  font-size: 17px;
  font-family: "pnr";
  line-height: 1.5;
}

.types-left__content_link a {
  color: #49bfc7;
  text-decoration: underline;
}

.types-left__content_link a:hover {
  color: #49bfc7;
  text-decoration: none;
}

.types-left__content_title {
  font-size: 50px;
  font-family: "pnl";
  color: #000000;
  text-transform: uppercase;
  line-height: 1.1;
}

.types-left__content_items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 45px;
  background: #f4ede9;
  padding-right: 20px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.types-left__content_items::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 300%;
  background: #f4ede9;
  z-index: -1;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.types-left__content_items_item {
  display: flex;
  justify-content: center;
  width: 33.3333%;
  margin-bottom: 25px;
}

.types-left__content_items_item_inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}

.types-left__content_items_item_inner:hover .types-left__content_items_item_icon {
  background: #49bfc7;
}

.types-left__content_items_item_inner:hover .types-left__content_items_item_icon img {
  filter: invert(1);
}

.types-left__content_items_item_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: 0.3s;
}

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

.types-left__content_items_item_title {
  min-height: 45px;
  padding: 0 15px;
  font-size: 18px;
  font-family: "pnr";
  color: #000;
  line-height: 1.213;
  text-align: center;
}

.types-left__content_items_item_title span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  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;
}

.types-right {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.types-right__photo {
  height: 732px;
  background-repeat: no-repeat;
  background-position: top left;
}

.types-right__text {
  max-width: 695px;
  padding-left: 100px;
  padding-top: 60px;
  padding-right: 15px;
  padding-bottom: 30px;
  font-size: 17px;
  font-family: "pnr";
  color: #000000;
  line-height: 1.471;
}

@media (max-width: 1439px) {
  .types-left__content_title {
    font-size: 45px;
  }

  .types-left__content_items_item_title {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .types-left__content_title {
    font-size: 35px;
  }

  .types-left__content_items_item_title {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .types {
    flex-direction: column;
    overflow: hidden;
  }

  .types-left {
    max-width: 630px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    order: 2;
  }

  .types-left__content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .types-left__content_items::before {
    left: -200px;
    right: -200px;
    width: 500%;
  }

  .types-left__content_items {
    border-radius: 25px;
    padding-right: 0;
  }

  .types-right {
    order: 1;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }

  .types-right__text {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .types-right__photo {
    height: 480px;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .types-left__content_title {
    font-size: 28px;
  }

  .types-right__photo {
    height: 400px;
  }

  .types-right__text {
    font-size: 15px;
  }

  .types-left__content_items_item {
    margin-bottom: 10px;
  }

  .types-left__content_items_item_title {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .types-left__content_title {
    font-size: 24px;
  }

  .types-left__content_link {
    font-size: 15px;
  }

  .types-left__content_items {
    padding-bottom: 40px;
  }

  .types-left__content_items_item_title {
    font-size: 11px;
    padding: 0 10px;
  }

  .types-left__content_items_item_icon {
    width: 70px;
    height: 70px;
  }

  .types-left__content_items_item_icon img {
    max-width: 60%;
  }

  .types-right {
    margin-bottom: 20px;
  }

  .types-right__photo {
    height: 250px;
  }
}

.about {
  position: relative;
  margin-top: 140px;
}

.about-container {
  display: flex;
  max-width: 1390px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.about__left {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-top: 95px;
}

.about__left_title {
  margin-bottom: 45px;
  font-size: 50px;
  font-family: "pnl";
  color: black;
  text-transform: uppercase;
  line-height: 1.1;
}

.about__left_text {
  max-width: 500px;
  margin-bottom: 10px;
  font-size: 17px;
  font-family: "pnr";
  color: black;
  line-height: 1.471;
}

.about__left_link a {
  font-size: 17px;
  font-family: "pnsb";
  color: #49bfc7;
  text-decoration: underline;
  line-height: 1.471;
}

.about__left_link a:hover {
  text-decoration: none;
}

.about__right {
  position: relative;
  display: flex;
  width: 50%;
  padding-left: 30px;
}

.about__right_photo {
  margin-left: auto;
}

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

.about__right_circle {
  position: absolute;
  right: -110px;
  top: 150px;
}

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

.about-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: -1;
}

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

@media (max-width: 1439px) {
  .about__left_title {
    font-size: 45px;
  }
}

@media (max-width: 1279px) {
  .about {
    overflow: hidden;
  }

  .about__left {
    padding-top: 40px;
  }

  .about__left_title {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  .about {
    padding-bottom: 80px;
  }

  .about-container {
    max-width: 600px;
    flex-direction: column;
  }

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

  .about__right {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .about__right_circle {
    display: none;
  }
}

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

  .about__left_title {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .about__left_text {
    font-size: 15px;
  }

  .about__left_text br {
    display: none;
  }
}

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

.roomsm {
  margin-top: 150px;
  overflow-x: hidden;
  background: #3e898e;
}

.roomsm-container {
  display: flex;
  max-width: 1450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.roomsm-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.roomsm-block-items {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}

.roomsm-block-items__items-wrap {
  /*width: 33.333%;*/
  width: 25%;
  min-height: 922px;
}

.roomsm-block-items__item {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  padding-bottom: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: -1px;
}

.roomsm-block-items__item_photo {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background-size: cover;
}

.roomsm-block-items__item_top {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.roomsm-block-items__item_top_info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.roomsm-block-items__item_top_info_category {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.roomsm-block-items__item_top_info_category_room {
  position: relative;
  display: block;
  font-family: "pnr";
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
  padding: 0 5px;
  text-transform: uppercase;
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.roomsm-block-items__item_top_info_category_room::before,
.roomsm-block-items__item_top_info_category_room::after {
  content: '';
  position: absolute;
  bottom: 50%;
  width: 37%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.roomsm-block-items__item_top_info_category_room::before {
  left: 0;
}

.roomsm-block-items__item_top_info_category_room::after {
  right: 0;
}

.roomsm-block-items__item_top_info_category_value {
  min-height: 180px;
  margin-top: 95px;
  padding: 0 15px;
  font-family: "pnl";
  font-size: 35px;
  line-height: 1.286;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.roomsm-block-items__item_top_info_icons {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
}

.roomsm-block-items__item_top_info_icons_quantity {
  display: flex;
  flex-direction: column;
  width: 90px;
  align-items: center;
  padding: 10px 10px;
}

.roomsm-block-items__item_top_info_icons_quantity_icon {
  width: 27px;
  height: 15px;
  margin-bottom: 10px;
}

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

.roomsm-block-items__item_top_info_icons_quantity_text {
  font-family: "pnr";
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
}

.roomsm-block-items__item_top_info_icons_square {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  padding: 10px 10px;
}

.roomsm-block-items__item_top_info_icons_square_icon {
  width: 13px;
  height: 15px;
  margin-bottom: 10px;
}

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

.roomsm-block-items__item_top_info_icons_square_text {
  font-family: "pnr";
  font-size: 16px;
  line-height: 1.38;
  text-align: center;
  color: #ffffff;
}

.roomsm-block-items__item_info {
  position: relative;
  display: flex;
  padding: 30px 25px 25px 55px;
  margin-bottom: 15px;
}

.roomsm-block-items__item_info_list {
  display: flex;
  flex-direction: column;
}

.roomsm-block-items__item_info_list_item {
  display: flex;
  align-items: center;
  font-family: "pnr";
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
}

.roomsm-block-items__item_info_list_item i {
  flex: none;
  display: flex;
  width: 11px;
  height: 8px;
  margin-right: 7px;
  background: url("../images/rooms-info-list-icon.svg") no-repeat;
  background-size: contain;
}

.roomsm-block-items__item:hover .roomsm-block-items__item_top_inner {
  background: transparent;
}

.roomsm-block-items__item_button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

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

.roomsm-block-items__item:hover {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.roomsm-block-items__item:hover .roomsm-block-items__item_photo {
  opacity: 1;
  visibility: visible;
}

.roomsm-block-items__item:hover .roomsm-block-items__item_button {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1535px) {
  .roomsm-block-items__item_photo {
    background-size: cover;
  }
}

@media (max-width: 1365px) {
  .roomsm-block-items__items-wrap {
    min-height: auto;
  }

  .roomsm-block-items__item_info {
    padding-left: 30px;
    padding-right: 30px;
  }

  .roomsm-block-items__item_top_info_category_value {
    font-size: 30px;
  }
}

@media (max-width: 1279px) {
  .roomsm-block-items__item {
    padding-bottom: 30px;
  }

  .roomsm-block-items__item_top_info_category_value {
    min-height: 130px;
    font-size: 24px;
  }

  .roomsm-block-items__item_info_list_item {
    font-size: 14px;
  }

  .roomsm-block-items__item_button {
    width: 50px;
    height: 50px;
  }

  .roomsm-block-items__item_button img {
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .roomsm-block-items {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .roomsm-block-items__items-wrap {
    width: 100%;
  }

  .roomsm-block-items__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .roomsm-block-items__item:hover {
    border-bottom: 1px solid transparent;
  }

  .roomsm-block-items__item_top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .roomsm-block-items__item_info {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .roomsm-block-items__item_top_info_category_value {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .roomsm-block-items__item_top_info_icons {
    margin-top: 10px;
  }

  .roomsm-block-items__item_button {
    display: none;
  }
}

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

  .roomsm-block-items__item_top_info {
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .roomsm-block-items__item_top_info_category_value {
    font-size: 18px;
  }
}

.news {
  position: relative;
  padding-top: 160px;
}

.news::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 558px;
  background: url('../images/bg-line.png');
  background-size: contain;
  z-index: 1;
}

.news-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.news-title {
  padding-left: 40px;
  font-size: 65px;
  font-family: "gvp";
  color: #000;
  line-height: 0.923;
}

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

.news-title a:hover {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.news-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px;
}

.news-items__item {
  display: flex;
  flex-direction: column;
  width: 33.3333%;
  min-height: 640px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.news-items__item_inner {
  position: relative;
  background: #e9f1f7;
  border-radius: 25px;
  height: 100%;
  padding-bottom: 30px;
  text-decoration: none;
}

.news-items__item_inner:hover .news-items__item_title span {
  background-image: none;
}

.news-items__item_photo {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}

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

.news-items__item_title {
  padding-top: 40px;
  font-size: 25px;
  font-family: "pnr";
  color: black;
  line-height: 1.28;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.news-items__item_title 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;
}

.news-items__item_text {
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 30px;
  font-size: 17px;
  font-family: "pnr";
  color: rgba(0, 0, 0, 0.639);
  line-height: 1.471;
}

.news-items__item_date {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 70px;
  font-family: "gvp";
  color: #d1d8de;
  line-height: 1;
  text-align: center;
}

.news-items__item.no-photo .news-items__item_inner {
  padding-top: 20px;
}

@media(max-width: 1535px) {
  .news-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-items {
    margin-left: -15px;
    margin-right: -15px;
  }

  .news-items__item {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width: 1279px) {
  .news-items__item_title {
    font-size: 24px;
  }
}

@media(max-width: 1023px) {
  .news {
    padding-top: 100px;
  }

  .news::before {
    top: 0;
  }

  .news-container {
    max-width: 630px;
  }

  .news-title {
    padding-left: 0;
    font-size: 50px;
  }

  .news-items {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .news-items__item {
    margin-bottom: 60px;
    min-height: auto;
    width: 100%;
    max-width: 433px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .news-items__item:last-child {
    margin-bottom: 0;
  }

  .news-items__item_title {
    font-size: 21px;
  }

  .news-items__item_text {
    font-size: 15px;
  }

  .news-items__item_date {
    font-size: 50px;
    bottom: -20px
  }
}


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

  .news-title {
    padding-left: 0;
    font-size: 40px;
  }

  .news-items__item_title {
    font-size: 18px;
  }
}

.footer {
  margin-top: 80px;
  background: #edeae9;
}

.footer__top {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #c9c7be;
}

.footer__top_block {
  display: flex;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__top_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 395px;
  width: 100%;
  padding-top: 30px;
  padding-right: 40px;
  border-right: 1px solid #c9c7be;
}

.footer__top_info_logo {
  margin-bottom: 20px;
}

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

.footer__top_info_feedback a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 210px;
  height: 45px;
  background: #49bfc7;
  border-radius: 25px;
  font-size: 14px;
  font-family: "pnsb";
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  letter-spacing: 0.85px;
  text-align: center;
}

.footer__top_info_feedback a:hover {
  background: #21747a;
  text-decoration: none;
}

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

.footer__top_info_social_title {
  font-size: 17px;
  font-family: "pnr";
  color: rgb(0, 0, 0);
  line-height: 1.941;
  text-align: center;
}

.footer__top_info_social_items {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.footer__top_info_social_items a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  width: 42px;
  height: 42px;
  background: #bfb7b2;
  border-radius: 50%;
  transition: 0.3s;
}

.footer__top_info_social_items a:hover {
  background: #b4a9a2;
}

.footer__top_nav {
  display: flex;
  width: 100%;
  max-width: 580px;
  padding-left: 55px;
  padding-top: 30px;
  padding-right: 30px;
  border-right: 1px solid #c9c7be;
}

.footer__top_nav_menu {
  max-width: 220px;
  width: 100%;
  margin-right: 20px;
}

.footer__top_nav_menu ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer__top_nav_menu ul li {
  margin-bottom: 23px;
  font-size: 18px;
  font-family: "pnr";
  color: #000000;
}

.footer__top_nav_menu ul li a {
  text-decoration: none;
  color: #000;
}

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

.footer__top_nav_links {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  width: 100%;
  font-size: 14px;
  font-family: "pnr";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.786;
}

.footer__top_nav_links p {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 25px;
}

.footer__top_nav_links p:last-child {
  margin-bottom: 0;
}

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

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

.footer__top_contacts {
  display: flex;
  flex-direction: column;
  max-width: 370px;
  padding-left: 25px;
  padding-top: 25px;
}

.footer__top_contacts_phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}

.footer__top_contacts_phone_phone {
  font-size: 40px;
  font-family: "pnsb";
  color: rgb(0, 0, 0);
  line-height: 1;
}

.footer__top_contacts_phone_phone a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

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

.footer__top_contacts_phone_feedback {
  margin-top: 5px;
  font-size: 16px;
  font-family: "pnr";
  color: rgba(0, 0, 0, 0.722);
  line-height: 1.563;
}

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

.footer__top_contacts_phone_feedback a:hover {
  text-decoration: none;
}

.footer__top_contacts_adress {
  display: flex;
  margin-bottom: 30px;
}

.footer__top_contacts_adress_icon {
  width: 22px;
  margin-right: 10px;
  margin-top: 2px;
}

.footer__top_contacts_adress_block {
  font-size: 17px;
  font-family: "pnr";
  color: #000000;
  line-height: 1.217;
}

.footer__top_contacts_adress_block a {
  color: #000000;
}

.footer__top_contacts_mail {
  display: flex;
  margin-bottom: 35px;
}

.footer__top_contacts_mail_icon {
  width: 22px;
  margin-right: 10px;
  margin-top: 2px;
}

.footer__top_contacts_mail_block_mail {
  font-size: 17px;
  font-family: "pnr";
  color: #000000;
  line-height: 1.217;
}

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

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

.footer__top_contacts_mail_block_link {
  font-size: 15px;
  font-family: "pnr";
  color: rgba(0, 0, 0, 0.502);
  line-height: 1.667;
}

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

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

.footer__top_contacts_block {
  margin-bottom: 25px;
}

.footer__top_contacts_block_title {
  font-size: 17px;
  font-family: "pnb";
  color: rgb(0, 0, 0);
  line-height: 1.412;
}

.footer__top_contacts_block_phone {
  font-size: 17px;
  font-family: "pnr";
  color: rgb(0, 0, 0);
  line-height: 1.412;
}

.footer__top_contacts_block_phone a {
  color: rgb(0, 0, 0);
}

.footer__bottom {
  padding-top: 25px;
  padding-bottom: 50px;
}

.footer__bottom_block {
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer__bottom_info {
  display: flex;
  margin-right: 30px;
  font-size: 15px;
  font-family: "pnr";
  color: rgb(0, 0, 0);
  line-height: 1.4;
  text-align: left;
}

.footer__bottom_info_copy {
  margin-right: 110px;
}

.footer__bottom_info a {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.footer__bottom_info a:hover {
  text-decoration: none;
}

.footer__bottom_leli {
  margin-left: auto;
  width: 330px;
}


@media(max-width: 1535px) {
  .footer__top_info {
    max-width: 370px;
  }

  .footer__top_info_phone {
    font-size: 40px;
  }
}

@media(max-width: 1365px) {
  .footer__top_info {
    padding-right: 30px;
  }

  .footer__top_nav {
    max-width: 500px;
    padding-left: 30px;
  }

  .footer__top_nav_menu {
    max-width: 180px;
  }

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

  .footer__top_contacts_social a {
    width: 50px;
    height: 50px;
    padding: 5px;
  }

  .footer__top_contacts {
    padding-left: 30px;
  }
}

@media(max-width: 1279px) {

  .footer__top_info {
    max-width: 320px;
  }

  .footer__top_nav {
    max-width: 320px;
  }

  .footer__top_nav_menu {
    display: none;
  }

  .footer__bottom_info_copy {
    margin-right: 30px;
  }

  .footer__top_contacts_phone_phone {
    font-size: 30px;
  }
}



@media(max-width: 1023px) {

  .footer {
    margin-top: 50px;
  }

  .footer__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__top_block {
    max-width: 540px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__top_info {
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
  }

  .footer__top_info_logo {
    display: flex;
    max-width: 180px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer__top_info_feedback {
    display: flex;
    justify-content: center;
  }

  .footer__top_info_feedback a {
    height: 40px;
    font-size: 13px;
    line-height: 1.2;
  }

  .footer__top_info_social {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer__top_info_social_items {
    margin-top: 5px;
  }

  .footer__top_nav {
    max-width: 600px;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
  }

  .footer__top_nav_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    max-width: 100%;
    font-size: 12px;
  }

  .footer__top_nav_links a {
    padding: 0 3px;
  }

  .footer__top_contacts {
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .footer__top_contacts_phone_phone {
    text-align: center;
    font-size: 24px;
  }

  .footer__top_contacts_phone_feedback {
    font-size: 15px;
    text-align: center;
  }

  .footer__top_contacts_adress {
    margin-bottom: 15px;
  }

  .footer__top_contacts_adress_block {
    font-size: 15px;
  }

  .footer__top_contacts_mail {
    margin-bottom: 30px;
  }

  .footer__top_contacts_mail_block_mail {
    font-size: 15px;
  }

  .footer__top_contacts_block {
    margin-bottom: 15px;
  }

  .footer__top_contacts_block_title {
    font-size: 15px;
  }

  .footer__top_contacts_block_phone {
    font-size: 15px;
  }

  .footer__top_contacts_social {
    justify-content: center;
  }

  .footer__top_contacts_social a {
    width: 35px;
    height: 35px;
    padding: 8px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer__bottom_block {
    flex-direction: column;
  }

  .footer__bottom_info {
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    margin: 0;
  }

  .footer__bottom_info_copy {
    margin: 0;
  }

  .footer__bottom_leli {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}





.programsm {
  margin-top: 140px;
}

.programsm-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.programsm-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.programsm-block-title__text {
  font-family: "proximanovalight";
  font-size: 40px;
  line-height: 0.94;
  color: #000000;
  text-transform: uppercase;
}

.programsm-block-title__text a {
  text-decoration: none;
  color: #000;
}

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

.programsm-block-title__link {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: "proximanovareg";
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.programsm-block-title__link a {
  color: #000;
  text-decoration: none;
}

.programsm-block-title__link a:hover {
  color: #000;
  text-decoration: none;
}

.programsm-block-title__link a span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.programsm-block-title__link a:hover {
  text-decoration: none;
}

.programsm-block-title__link a:hover span {
  background-image: none;
}

.programsm-block-title__link a i {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  background-image: url("../images/programsm-link.svg");
  background-repeat: no-repeat;
}

.programsm-block-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 30px;
  /* height:515px; */
}

body[data-page="default"] .programsm-block-items {
  margin-top: 0;
}

.programsm-block-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.programsm-block-items__item_inner {
  position: relative;
  width: 100%;
  border: solid 1px #dbdbdb;
  overflow: hidden;
  text-decoration: none;
}

.programsm-block-items__item_inner_photo {
  position: relative;
  padding-top: 78%;
}

.programsm-block-items__item_inner_photo_block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.programsm-block-items__item_inner_info {
  padding: 35px 35px 45px;
}

.programsm-block-items__item_inner_info_title {
  margin-bottom: 30px;
  font-family: "proximanovareg";
  font-size: 22px;
  line-height: 1.36;
  color: #000000;
}

.programsm-block-items__item_inner_info_title span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: 0 1.1em;
  background-repeat: repeat-x;
  background-size: 1px 1px;
}

.programsm-block-items__item_inner_info_about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 175px;
  height: 48px;
  margin-top: auto;
  padding: 5px;
  background-color: #e8f5f7;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "pnsb";
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  color: #000000;
}

.programsm-block-items__item_inner_info_about-btn:hover {
  background: #d0f3f9;
}

.programsm-block-items__item:hover .programsm-block-items__item_inner_info_title span {
  background-image: none;
}

.programsm-block-items__item-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding: 0 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.programsm-block-items__item-big_inner {
  position: relative;
  width: 100%;
  border: solid 1px #dbdbdb;
  overflow: hidden;
  text-decoration: none;
  background-size: cover;
}

.programsm-block-items__item-big_inner_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 35px 35px 45px;
}

.programsm-block-items__item-big_inner_info_title {
  font-family: "pnl";
  font-size: 35px;
  font-weight: 300;
  line-height: 1;
  color: #fffefe;
}

.programsm-block-items__item-big_inner_info_about-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 175px;
  height: 48px;
  margin-top: auto;
  padding: 5px;
  background-color: #e8f5f7;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "pnsb";
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.8px;
  color: #000000;
}

.programsm-block-items__item-big_inner_info_about-btn:hover {
  text-decoration: none;
  background: #d0f3f9;
  color: #000000;
}


@media(max-width: 1279px) {

  .programsm {
    margin-top: 80px;
  }

  .programsm-block-items__item_inner_info {
    padding: 35px 20px 30px;
  }

  .programsm-block-items__item_inner_info_title {
    font-size: 18px;
  }

  .programsm-block-items__item-big_inner_info {
    padding: 35px 20px 30px;
  }

  .programsm-block-items__item-big_inner_info_title {
    font-size: 28px;
  }
}


@media(max-width: 1023px) {

  .programsm-block-title__text {
    font-size: 30px;
  }

  .programsm-block-title__link {
    font-size: 14px;
  }

  .programsm-block-items__item-big_inner_info_title {
    font-size: 22px;
  }

  .programsm-block-items__item-big_inner_info {
    padding: 20px 15px 15px;
  }

  .programsm-block-items__item_inner_info {
    padding: 20px 15px 15px;
  }

  .programsm-block-items__item_inner_info_title {
    font-size: 14px;
  }

  .programsm-block-items__item_inner_info_about-btn {
    width: 150px;
    height: 35px;
    font-size: 12px;
  }

  .programsm-block-items__item-big_inner_info_about-btn {
    width: 150px;
    height: 35px;
    font-size: 12px;
  }
}


@media(max-width: 767px) {

  .programsm {
    margin-top: 40px;
  }

  .programsm-block-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .programsm-block-title__text {
    margin-bottom: 10px;
  }

  .programsm-block-title__link {
    margin-left: inherit;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .programsm-block-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 360px;
    margin: 0 auto;
    margin-top: 30px;
  }

  .programsm-block-items__item-big {
    width: 100%;
    min-height: 350px;
    margin-bottom: 15px;
    padding: 0;
  }

  .programsm-block-items__item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  .programsm-block-items__item_inner_photo {
    padding-top: 70%;
  }
}




@media(max-width: 479px) {

  .programsm-block-title__text {
    font-size: 28px;
  }

}