@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_15{
  margin-bottom: 15px;
}
.mb_25{
  margin-bottom: 25px;
}
.mb_35{
  margin-bottom: 35px;
}
.mb_55{
  margin-bottom: 55px;
}
.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;
}
.color_gold{
  color: #BBA583;
}
.container{
  overflow: hidden;
  max-width: 1186px;
  padding: 0 46px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.section-slider{
  padding: 0 0 48px 0;
}
.block-title-h4{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}
.block-title__link{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0.48px;
  color: #3E414F;
  border-bottom: 2px dotted #BBA583;
}


/*--- Стили меню ---*/
.main_top_menu {
	display: flex;
	position: relative;
	padding: 0 !important;
	margin-right: 10px;
}
.main_top_menu li {
	display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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: 55px;
	border-bottom: 2px solid transparent;
	border-top: 4px solid transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.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: 100%;
	width: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	flex-wrap: wrap;
}
.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;
	display: none;
}
#auth_block:hover {
	color: rgba(255,255,255, 1.0);
}
/*--- END ---*/
/*--- Стили хедера ---*/
.header {
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.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: 100%;
  max-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-title_wr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 0 0 0;
  height: 100%;
}
.header__title {
  max-width: 570px;
}
/*--- END ---*/
/*--- Стили контента ---*/

.block-duet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 88px;
}
.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;
  background-color: #ffffff;
}
.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);
}
.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-duet .btn-new_default {
  width: 248px;
}
.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-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;
  color: #BBA583;
  margin: 0 auto 25px;
}
.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;
}
.swiper-slider{
  overflow: hidden;
}
.slider-3{
  position: relative;
}
.slide-item{
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-bottom: 106px;
  background: #ffffff;
  height: auto;
}
.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{
  margin-bottom: 16px;
  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{
  font-family: Montserrat,sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  color: #BBA583;
}
.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;
}
.slider-btn__prev,
.slider-btn__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
.slider-btn__prev {
  left: -45px;
}
.slider-btn__next {
  right: -45px;
}
.slider-btn__prev:hover,
.slider-btn__next:hover {
  background: #bca583;
}
.slider-btn__prev:before,
.slider-btn__next:before {
  position: absolute;
  content: '';
  top: 13px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #3E414F;
  border-bottom: 2px solid #3E414F;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slider-btn__prev:before {
  transform: rotate(135deg);
  left: 15px;
}
.slider-btn__next:before {
  transform: rotate(-45deg);
  right: 15px;
}
.slider-btn__prev:hover.slider-btn__prev:before,
.slider-btn__next:hover.slider-btn__next:before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
/*--- 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 ---*/

@media screen and (max-width:1205px) {
	li.item_10 {
		display: none;
	}
	li.sub_item_10 {
		display: block !important;
	}
  .slider-btn__prev {
    left: -34px;
  }
  .slider-btn__next {
    right: -34px;
}
}
@media screen and (max-width:1150px) {
	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:910px) {
	li.more_menu {
		display: block;
	}
	li.item_4 {
		display: none;
	}
	li.sub_item_4 {
		display: block !important;
	}
}

@media screen and (max-width:800px) {
	li.item_3 {
		display: none;
	}
	li.sub_item_3 {
		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;
  }
}

@media screen and (max-width:670px) {
	li.item_2 {
		display: none;
	}
	li.sub_item_2 {
		display: block !important;
	}
}

@media screen and (max-width:570px) {
	li.item_1 {
		display: none;
	}
	li.sub_item_1 {
		display: block !important;
	}
}
@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:530px) {
	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:480px){
  .container {
    padding: 0 20px;
  }
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .header {
    height: 435px;
  }
  .footer__item {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
  }
  .slider-btn__prev {
    left: 0;
    top: 177px;
    background: #F7F7F7;
    transform: none;
  }
  .slider-btn__next {
    right: 0;
    top: 177px;
    background: #F7F7F7;
    transform: none;
  }
}
@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;
  }
  .slide-item {
    padding-bottom: 160px;
  }
}

