@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

/* ------- normalize ------- */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

* {
  text-decoration: none;
}

*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

*:hover {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: block;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  height: 100%;
  transform: translate3d(0px, 0px, .001px);
  border-style: none;
  vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  overflow: visible;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

button,
select {
  text-transform: none;
  cursor: pointer;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: transparent;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
  -webkit-tap-highlight-color: transparent;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-tap-highlight-color: transparent;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  -webkit-tap-highlight-color: transparent;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ------- end normalize ------- */

/* ------- common css ------- */

body {
  background-color: #F7F7F7;
  font-family: Merriweather, sans-serif;
  font-weight: 400;
  color: #11141F;
}
h1 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 1.26px;
  color: #ffffff;
}
h2 {
  font-size: 34px;
  line-height: 42px;
  letter-spacing: 1.02px;
}
h3 {
  font-size: 26px;
  line-height: 33px;
  letter-spacing: 0.78px;
}
h4 {
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.72px;
}
.footer{
  border-top: 1px solid #D7DAE2;
}
.mt_65{
  margin-top: 65px;
}
.mb_10{
  margin-bottom: 10px;
}
.mb_15{
  margin-bottom: 15px;
}
.mb_25{
  margin-bottom: 25px;
}
.mb_35{
  margin-bottom: 35px;
}
.mb_45{
  margin-bottom: 45px;
}
.mb_55{
  margin-bottom: 55px;
}
.mb_65{
  margin-bottom: 65px;
}
.mw-720 {
  max-width: 720px;
}
.block__title{
  margin-bottom: 38px;
}
.block__subtitle{
  margin-bottom: 47px;
}
.block__txt {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}
.block-title-h4 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}
.color_gold{
  color: #BBA583;
}
.color_white{
  color: #ffffff;
}
.container{
  overflow: hidden;
  max-width: 1186px;
  padding: 0 46px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.bread-crumbs{
  display: flex;
  align-items: center;
  margin: 35px 0 45px;
}
.bread-crumbs a{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  color: #A5ABB9;
  font-weight: 500;
  -webkit-transition: all 0.23s ease-out;
  -moz-transition: all 0.23s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.23s ease-out;
}
.bread-crumbs_arrow{
  width: 12px;
  height: 12px;
  border-left: 2px solid #A5ABB9;
  border-bottom: 2px solid #A5ABB9;
  transform: rotate(45deg);
  margin: 0 10px 0 5px;
  -webkit-transition: all 0.23s ease-out;
  -moz-transition: all 0.23s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.23s ease-out;
}
.bread-crumbs a:hover{
  color: #3E414F;
}
/*--- Стили хедера ---*/
.header {
  height: 56px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.top_menu_wr {
  height: 56px;
  width: 100%;
  background-color: #11141F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.top_menu_wr_1 {
  position: relative;
  width: 1200px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.logo_wr {
  height: 56px;
  width: 310px;
  display: flex;
  align-items: center;
}
.logo_rura {
  display: block;
  padding: 0;
  margin: 0;
  height: 56px;
  width: 170px;
  background-image: url("../img/rura-white.svg");
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center;
}
.logo_askdr {
  display: block;
  padding: 0;
  margin: 0;
  height: 56px;
  width: 120px;
  background-image: url("../img/askdr-white.svg");
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: center;
}
.header_text_wr {
  border: 1px solid transparent;
  max-width: 1200px;
  position: relative;
  height: 498px;
  margin: 100px auto;
}
.header_text_inner_wr {
  position: absolute;
  left: -3px;
  bottom: 120px;
  padding: 20px 40px;
  margin-top: 100px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  max-width: 600px;
  width: 500px;
  min-width: 300px;
}
.slogan {
  font-family: Merriweather, sans-serif;
  font-size: 20px;
}
.splitter2 {
  background-color: #BBA583;
  height: 2px;
  width: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slogan_desc {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin-top: 10px;
  color: #A5ABB9;
  display: flex;
  align-items: center;
}
.slogan_desc_txt {
  margin-right: 10px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.slogan_desc_stars {
  display: flex;
  align-items: center;
}
/*--- END ---*/
/*--- Стили меню ---*/
.top_menu_bg {
	position: absolute;
	width: 100%;
	height: 56px;
	background-color: #11141F;
	top: 0;
	left: 0;
	z-index: 1;
}
.top_menu_wr {
	position: fixed;
	width: 100%;
	height: 56px;
	background-color: #11141F;
	top: 0;
	left: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.back_to_catalog_btn {
	width: 160px;
	height: 56px;	
	display: flex;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
}
.back_to_catalog_btn_ico {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background-image: url("../img/icon-pane.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.back_to_catalog_btn_txt {
	color: rgba(255,255,255, 0.8);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	margin-left: 10px;
}
.main_top_menu {
	display: flex;
	position: relative;
	padding: 0 !important;
	margin-right: 10px;
  height: 100%;
}
.main_top_menu li {
	display: block;
}
.main_top_menu li.more_menu {
	padding: 10px;
}
.main_top_menu li a {
	display: flex;
	align-items: center;
	color: rgba(255,255,255, 0.6);
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	height: 100%;
	border-bottom: 2px solid transparent;
	border-top: 4px solid transparent;
}
.main_top_menu li:hover>a {
	color: rgba(255,255,255, 1.0);
	border-bottom: 2px solid #BBA583;
}
ul.main_top_menu li.active a {
	color: rgba(255,255,255, 1.0);
	border-bottom: 2px solid #BBA583;
}
li.more_menu:hover .more_menu_wr .more_menu_dot {
	background-color: rgba(255,255,255, 1.0);
}
.main_top_menu li.more_menu .more_menu_wr {
	height: 40px;
	width: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.more_menu_dot {
	background-color: rgba(255,255,255, 0.6);
	width: 4px;
	height: 4px;
	border-radius: 2px;
}
li.more_menu {
	position: relative;
	display: none;
}
li.more_menu ul {
	display: none;
}
li.more_menu ul {
	background-color: rgba(17,20,31, 0.9);
	position: absolute;
	right: 0;
	top: 57px;
	z-index: 2;
	margin: 0;
	padding: 0;
}
li.more_menu ul li {
	display: none;
}
li.more_menu ul li a {
	border: none !important;
	height: 40px;
	padding-left: 20px;
	padding-right: 30px;	
}
#auth_block {
	border: 1px solid #fff;
	border-radius: 4px;
	height: 30px;
	color: rgba(255,255,255, 0.6);
	cursor: pointer;
	font-size: 13px;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 20px;
}
#auth_block:hover {
	color: rgba(255,255,255, 1.0);
}
/*--- END ---*/
/*--- Стили футера ---*/
.footer_offset{
  padding: 40px 0 30px;
}
.footer__wr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer__item {
  width: calc(100% / 3);
  padding: 0 10px;
  margin: 10px 0 30px;
  position: relative;
}
.footer__item h4 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #11141F;;
  margin: 3px 0 20px;
}
.footer__item a {
  display: block;
  color: #A5ABB9;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.36px;
  margin-bottom: 17px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__item a:hover {
  color: #000000;
}
.footer__logo {
  display: block;
  width: 220px;
  height: 55px;
  background-image: url("../img/rura-black.svg");
  background-repeat: no-repeat;
  background-size: 215px;
  background-position: center;
}
.footer__phone {
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../img/icon-phone-black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  color: #000000;
}
.footer__mail {
  padding-left: 35px;
  font-family: Montserrat, sans-serif;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  background-image: url("../img/icon-email-black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 0 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #000000;
}
.footer__mail:hover,
.footer__phone:hover{
  text-decoration: none;
  color: #aaaaaa;
}
.copyright {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #11141F;
}
/*--- END ---*/
/*--- Стили контента ---*/
.block-donates {
  padding: 50px 38px 150px;
  border-radius: 4px;
  position: relative;
  text-align: center;
  border: 3px solid #BBA583;
}
.block-donates .btn-new__wr {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 76%;
  text-align: center;
  transform: translate(-50%, 0);
}
.btn-new_default {
  display: inline-block;
  background-color: #BBA583;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 5px;
  border-radius: 4px;
  border: 1px solid #BBA583;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.block-donates .btn-new_default {
  width: 100%;
}
.btn-new_default:hover {
  background-color: #C1A57C;
  box-shadow: 2px 3px 10px 0 #00000047;
  border: 1px solid #C1A57C;
}
.btn-new_default:active {
  background-color: #B39972;
  box-shadow: none;
  border: 1px solid #B39972;
}
.svg-color_gray{
  fill: #3e414f;
}
.svg-color_white{
  fill: #ffffff;
}
.block-donates .icon-rura{
  width: 232px;
  height: 47px;
  max-width: 100%;
}
.block-donates .icon-qr-code{
  width: 168px;
  height: 168px;
}
.block-duet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 65px;
}
.block-duet__left,
.block-duet__right {
  padding: 50px 38px 150px;
  border-radius: 4px;
  width: 48%;
  position: relative;
  text-align: center;
}
.block-duet__right{
  padding: 50px 38px 50px;
  border: 3px solid #BBA583;
}
.block-duet__left {
  border: 3px solid #BBA583;
  background-color: #BBA583;
}
.block-duet .btn-new__wr {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, 0);
}
.block-duet__left .icon-rura{
  width: 232px;
  height: 47px;
}
.block-duet__left .icon-qr-code{
  width: 168px;
  height: 168px;
}
.block-duet__right-title{
  max-width: 380px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  margin: 0 auto 54px;
}
.block-duet__right .block__txt{
  max-width: 380px;
  text-align: center;
  margin: 0 auto 35px;
}
.social-links{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-tech__icon{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-links .block-duet__link{
  margin: 0 7px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.social-links .btn-tech__icon,
.social-links .block-duet__link{
  width: 32px;
  height: 32px;
}
.icon-rura:hover{
  fill: #3e414f;
}
.social-links .block-duet__link:hover{
  transform: rotateY(180deg);
}
.block-duet .btn-new_default {
  width: 248px;
  background-color: #3E414F;
}
.block-duet .btn-new_default:hover {
  background-color: #3E414F;
  border: 1px solid #3E414F;
}
.block-duet .btn-new_default:active {
  background-color: #3E414F;
  box-shadow: none;
  border: 1px solid #3E414F;
}

.pane-items__wr{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.pane__item{
  padding: 0 20px;
  margin-bottom: 40px;
  width: calc(100% / 3);
}
.pane__item-wr{
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  background: #ffffff;
  height: 100%;
}
.slide-item__img {
  width: 100%;
  height: 216px;
  margin-bottom: 16px;
}
.slider-item__wr {
  padding: 0 24px;
}
.slider-item__title{
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
}
.slider-line {
  width: 50%;
  height: 1px;
  background-color: #BBA583;
  margin: 16px 0;
}
.slider-item__buttons{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-item__buttons .btn-new__wr{
  width: 48%;
}
.slider-item__buttons .btn-new_default {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  padding: 8px;
  width: 100%;
}
.btn-new_default.black-white {
  border: 1px solid #A5ABB9;
  color: #11141F;
  background: #ffffff;
}
.slider-item__date{
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #A5ABB9;
}
.slider-item__txt{
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #A5ABB9;
  margin-bottom: 5px;
}
.slider-item__subtitle{
  font-family: Montserrat,sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #A5ABB9;
  margin-bottom: 17px;
}
.slider-item__sum,
.block-title__right-sum{
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #BBA583;
}
.block-title__right-sum{
  font-size: 24px;
}
.slider-item__footer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 21px;
  padding: 0 24px;
}
.slider-item__village{
  font-family: Montserrat,sans-serif;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
  color: #11141F;
  margin-bottom: 5px;
}
.slider-item__footer .btn-new_default{
  text-transform: none;
}
.black-trs{
  padding: 15px 40px;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  font-family: Montserrat, sans-serif;
  color: #3E414F;
  text-transform: uppercase;
  border: 1px solid #A5ABB9;
  border-radius: 4px;
  background-color: transparent;
}
.black-trs:hover{
  color: #ffffff;
}
.txt-list{
  padding: 25px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 55px;
}
.txt-list__item{
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  font-family: Montserrat, sans-serif;
  margin-bottom: 10px;
}
.txt-list__item:last-child{
  margin: 0;
}
.block-title__wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.block-title__right{
  width: 30%;
}
.block-title__subtitle{
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  font-family: Montserrat, sans-serif;
  opacity: 0.5;
}
.block-title .btn-new_default.black-white{
  background: transparent;
  border: 1px solid #BBA583;
  text-transform: none;
  padding: 7px 11px;
  font-size: 13px;
}
.pane-2__wr{
  display: flex;
  margin: 0 -20px;
}
.pane-2__item{
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.pane-item__inner{
  background: #ffffff;
  border-radius: 4px;
  font-family: Montserrat, sans-serif;
  padding: 16px 16px 55px 16px;
  position: relative;
  height: 100%;
}
.pane-item__footer{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  width: 100%;
  border-top: 1px solid rgba(62, 65, 79, 0.1);
  display: flex;
  align-items: center;
}
.leader__link{
  font-size: 13px;
  line-height: 18px;
  font-family: Montserrat, sans-serif;
  color: #3E414F;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.leader__link:before{
  position: absolute;
  content: '';
  top: -3px;
  left: 0;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.leader__link-phone:before{
  background: url(../img/icon-phone-gold.svg) center / cover no-repeat;
}
.leader__link-email:before{
  background: url(../img/icon-email-gold.svg) center / cover no-repeat;
}
.pane-item__img-wr {
  width: 152px;
  height: 152px;
  border-radius: 50%;
  overflow: hidden;
}
.pane-item__img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.leader__name{
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 2px;
}
.leader__village{
  font-size: 13px;
  line-height: 16px;
  opacity: 0.5;
  margin-bottom: 16px;
}
.leader__status{
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 24px;
}
.leader__contact{
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 16px;
  font-weight: 600;
}
.pane-item__right{
  padding-left: 16px;
}
.pane-item__top{
  display: flex;
}
.pane-item__right .leader__link:last-child{
  margin-bottom: 32px;
}
.leader-btn{
  border: 1px solid #BBA583;
  border-radius: 4px;
  padding: 9px 12px 8px 32px;
  color: #3E414F;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  font-family: Montserrat, sans-serif;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.leader-btn:before{
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 32px;
  height: 32px;
  z-index: 5;
}
.leader-btn__play:before{
  background: url(../img/icon-play2-gold.svg) center / cover no-repeat;
}
.leader-btn__note:before{
  background: url(../img/icon-note2-gold.svg) center / cover no-repeat;
}
.leader-btn:hover {
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.28);
}
.leader-btn:active{
  box-shadow: none;
}
/*--- END ---*/

@media screen and (max-width:1150px) {
	li.more_menu {
		display: block;
	}
	li.item_10 {
		display: none;
	}
	li.sub_item_10 {
		display: block !important;
	}
}

@media screen and (max-width:1024px) {
  li.item_9 {
    display: none;
  }
  li.sub_item_9 {
    display: block !important;
  }
}
@media screen and (max-width:1000px){
  .pane__item {
    padding: 0 15px;
    width: calc(100% / 2);
  }
  .pane-items__wr {
    margin: 0 -15px;
  }
  .block-title__right {
    width: auto;
    text-align: right;
  }
  .pane-2__item {
    padding: 0 10px;
  }
  .pane-2__wr {
    margin: 0 -10px;
  }
}

@media screen and (max-width:910px) {
	li.item_8 {
		display: none;
	}
	li.sub_item_8 {
		display: block !important;
	}
  .pane-item__top {
    flex-direction: column;
  }
  .pane-item__left{
    margin-bottom: 15px;
  }
  .pane-item__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .pane-item__right {
    padding-left: 0;
  }
  .pane-item__inner {
    padding: 16px 16px 104px 16px;
  }
  .leader-btn:first-child{
    margin-bottom: 8px;
  }
  .pane-item__right .leader__link:last-child {
    margin-bottom: 16px;
  }
  .leader-btn{
    margin-right: 0;
    width: 151px;
  }
}

@media screen and (max-width:800px) {
	li.item_7 {
		display: none;
	}
	li.sub_item_7 {
		display: block !important;
	}
  .footer__item {
    width: 50%;
  }
  .footer__item:nth-child(1){
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__item:nth-child(1) a{
    margin-left: auto;
    margin-right: auto;
  }
  .footer__item .footer__mail{
    margin-top: 12px;
    margin-bottom: 0;
  }
  .footer__item .footer__phone{
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px){
  .block-duet__left, .block-duet__right {
    width: 100%;
  }
  .block-duet {
    margin-bottom: 10px;
  }
  .block-duet__left {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .block-title-h4 {
    align-items: flex-start;
    flex-direction: column;
  }
  .block-title-h4 h4 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }
  .block-title__wrap {
    flex-direction: column;
  }
  .block-title__right {
    text-align: left;
  }
  .block-title__left{
    margin-bottom: 20px;
  }
  .pane-items__footer {
    flex-direction: column-reverse;
  }
  .pagination__wrapper {
    margin-bottom: 40px;
  }
}

@media screen and (max-width:660px) {
	li.item_6 {
		display: none;
	}
	li.sub_item_6 {
		display: block !important;
	}
  .pane__item {
    padding: 0 5px;
    width: 100%;
  }
  .pane-items__wr {
    margin: 0 -5px;
  }
  .pane-2__item {
    width: 100%;
  }
  .pane-2__wr {
    flex-wrap: wrap;
  }
}

@media screen and (max-width:570px) {
	li.item_5 {
		display: none;
	}
	li.sub_item_5 {
		display: block !important;
	}
}

@media screen and (max-width:533px) {
	li.item_4,
	li.item_3,
	li.item_2,
	li.item_1 {
		display: none;
	}
	li.sub_item_4,
	li.sub_item_3,
	li.sub_item_2,
	li.sub_item_1 {
		display: block !important;
	}
	.main_top_menu {		
		margin-right: 0;
	}
	.main_top_menu li.more_menu .more_menu_wr {
		margin-right: 10px;
	}	
	.mob_description {
		display: block;
		font-family: Montserrat, sans-serif;
		font-size: 14px;
		line-height: 1.5em;
		margin-top: 10px;
	}
	.mob_read_more1 {
		display: flex;
		align-items: center;
		height: 48px;
		width: 100%;
		margin-top: 40px;
		cursor: pointer;
		text-decoration: none;
	}
	.mob_read_more1_bg {
		width: 48px;
		height: 48px;
		margin-left: 10px;
		background-image: url("../img/back-to-katalog.svg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		transform: rotate(180deg);
	}
	.mob_read_more1_txt {
		display: flex;
		align-items: center;
		margin-left: 10px;
		color: #fff;
		text-decoration: none;		
	}
}
@media screen and (max-width:532px){
  .block-duet__left {
    padding: 43px 10px 125px;
  }
  .block-duet__right {
    padding: 43px 10px 50px;
  }
  .block-duet .btn-new_default {
    width: 185px;
  }
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .block__txt {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
@media screen and (max-width:480px){
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .footer__item {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
  }
  .txt-list__item {
    font-size: 14px;
    line-height: 22px;
  }
  .pagination__wrapper {
    flex-direction: column;
  }
  .pagination__points {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:320px) {
  .block-duet__left .icon-rura {
    width: 170px;
    height: 36px;
  }
  .slider-item__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-item__buttons .btn-new__wr {
    width: 85%;
  }
  .slider-item__buttons .btn-new__wr:first-child {
    margin-bottom: 15px;
  }
  .pane__item-wr {
    padding-bottom: 90px;
  }
  .block-duet__right-title {
    font-size: 23px;
    line-height: 30px;
  }
  .txt-list {
    padding: 15px;
  }
  .block__txt {
    font-size: 14px;
    line-height: 22px;
  }
}