@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "sans-serif";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "sans-serif";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #000;
  font-size: 16px;
  font-family: "sans-serif";
  background-color: #fff;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 768pxpx) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 768pxpx) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 768pxpx) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/
.page {
  flex: 1 1 auto;
}

.header {
  width: 100%;
  padding: 5px 20px 20px;
  position: relative;
}

@media (max-width: 1170px) {
  .header {
    padding: 16px 20px;
  }
}
.header .header__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
  z-index: 2;
  align-items: center;
}
@media(min-width: 930px) {
  .header .header__container {
    position: relative;
  }
  .header::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #F9F9F9;
  }
}
.header .header__container .header__left {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 410px;
}
@media (max-width: 1170px) {
  .header .header__container .header__left {
    max-width: 300px;
  }
  .header::before {
    height: 48px;
  }
}
.header .header__container .header__left .logo {
  width: 100%;
  display: block;
  max-width: 112px;
  margin-right: 10px;
}
@media (max-width: 1170px) {
  .header .header__container .header__left .logo {
    max-width: 80px;
  }
}
@media (max-width: 768px) {
  .header .header__container .header__left .logo {
    max-width: 60px;
  }
}
.header .header__container .header__left .logo img {
  width: 100%;
}
.header .header__container .header__left h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  color: #841F1E;
}
.header .header__container .header__left h1 span {
  font-weight: 700;
  color: #841F1E;
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1170px) {
  .header .header__container .header__left h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
.header .header__container .openburgerbtn {
  display: none;
  width: 36px;
}
@media (max-width: 930px) {
  .header .header__container .openburgerbtn {
    display: block;
  }
}
.header .header__container .openburgerbtn span {
  width: 100%;
  height: 4px;
  background-color: #841F1E;
  margin-bottom: 6px;
  display: block;
}
.header .header__container .openburgerbtn span:last-child {
  margin-bottom: 0;
}
.header .header__container .header__right {
  width: 100%;
  max-width: 744px;
}
@media (max-width: 1170px) {
  .header .header__container .header__right {
    max-width: 620px;
  }
}
@media (max-width: 930px) {
  .header .header__container .header__right {
    position: absolute;
    background-color: #FFF;
    right: 0;
    top: 96px;
    z-index: 10;
    max-width: unset;
    padding: 20px;
    display: none;
  }
}
.header .header__container .header__right .header__contacts {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__contacts {
    flex-direction: column;
  }
}
.header .header__container .header__right .header__contacts ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 498px;
}
@media (max-width: 1170px) {
  .header .header__container .header__right .header__contacts ul {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__contacts ul {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__contacts ul li {
    margin-bottom: 6px;
  }
  .header .header__container .header__right .header__contacts ul li:last-child {
    margin-bottom: 0;
  }
}
.header .header__container .header__right .header__contacts ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #841F1E;
}
@media (max-width: 1170px) {
  .header .header__container .header__right .header__contacts ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__contacts ul li a {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}
.header .header__container .header__right .header__contacts .opencallbackbtn {
  width: 100%;
  max-width: 144px;
  height: 30px;
  background: linear-gradient(90deg, #841F1E 0%, #D41C1A 100%);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-left: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__contacts .opencallbackbtn {
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__contacts .soc {
    display: none;
  }
}
.header .header__container .header__right .header__nav {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1170px) {
  .header .header__container .header__right .header__nav {
    margin-top: 16px;
  }
}
.header .header__container .header__right .header__nav .menu {
  width: 100%;
  max-width: 724px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__nav .menu {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .header .header__container .header__right .header__nav .menu li {
    margin-bottom: 6px;
    text-align: center;
  }
  .header .header__container .header__right .header__nav .menu li:last-child {
    margin-bottom: 0;
  }
}
.header .header__container .header__right .header__nav .menu li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #1E3036;
}
.header .header__container .header__right .header__nav .menu li a:hover {
  color: #730B0B;
}
@media (max-width: 1170px) {
  .header .header__container .header__right .header__nav .menu li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.header .header__container .header__right .header__nav .menu li.active a {
  color: #730B0B;
}

.main {
  width: 100%;
  background-image: url("../img/Group 13.png");
  background-size: cover;
  background-position: center -180px;
  background-repeat: no-repeat;
  padding: 20px 20px 64px;
}
.main__type {
  padding: 20px 20px 10px;
}
@media(max-width: 1440px) {
  .main {
    background-position: center -50px;
  }
}
.main .main__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main__type .main__type__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main .main__container h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
}
.main .main__container h2:hover {
  color: #1E3036;
}
.main__type .main__type__container h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #841F1E;
  margin-bottom: 30px;
  width: 100%;
  text-align: right;
}
@media (max-width: 768px) {
  .main .main__container h2 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main__type .main__type__container h2 {
    font-size: 18px;
    text-align: center;
  }
}
.main .main__container .main__swiper {
  width: 100%;
}
.main .main__container .main__swiper .swiper-wrapper {
  width: 100%;
}
.main .main__container .main__swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item {
  width: 100%;
}
.main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item img {
  width: 100%;
  height: 638px;
  object-fit: cover;
}
@media (max-width: 1170px) {
  .main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item img {
    height: 400px;
  }
}
.main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 620px;
  width: 100%;
  text-align: center;
  z-index: 2;
  bottom: 110px;
  padding: 0 16px;
}
.main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item .text h3 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item .text h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item .text button {
  width: 100%;
  max-width: 240px;
  height: 48px;
  background: linear-gradient(90deg, #841F1E -0.08%, #D41C1A 99.78%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .main__container .main__swiper .swiper-wrapper .swiper-slide .main__item .text button {
    font-size: 16px;
    line-height: 22px;
  }
}
.main .main__container .main__swiper .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 42px;
}
.main .main__container .main__swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  opacity: 1;
  background: unset;
  margin: 0 16px;
  border-radius: 0;
}
.main .main__container .main__swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: url("../img/paginacionIcon.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.main .main__container .main__swiper .swiper-pagination .swiper-pagination-bullet-active::before  {
  content: url("../img/paginacionIconActive.svg");
}
.main .main__container .main__bottom {
  width: 100%;
  margin-top: 24px;
  padding: 16px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  background: #FFFFFF;
  border: 2px solid #841F1E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1170px) {
  .main .main__container .main__bottom {
    grid-gap: 16px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .main .main__container .main__bottom {
    grid-template-columns: 1fr;
  }
}
.main .main__container .main__bottom .main__bottom-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main .main__container .main__bottom .main__bottom-item .icon {
  width: 76px;
  min-width: 76px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1170px) {
  .main .main__container .main__bottom .main__bottom-item .icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .main .main__container .main__bottom .main__bottom-item .icon svg {
    width: 100%;
    height: 100%;
  }
}
.main .main__container .main__bottom .main__bottom-item .text {
  width: 100%;
  padding-left: 10px;
}
.main .main__container .main__bottom .main__bottom-item .text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #1E3036;
}
@media (max-width: 1170px) {
  .main .main__container .main__bottom .main__bottom-item .text p {
    font-size: 12px;
    line-height: 14px;
  }
}

.about {
  width: 100%;
  padding: 0 20px 34px;
}
.content__type {
  width: 100%;
  padding: 0 20px 34px;
  background: #FFFFFF;
}
.about .about__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content__type .content__type__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
}
@media (max-width: 768px) {
  .about .about__container {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .content__type .content__type__container {
    flex-direction: column;
  }
}
.content__type .content__type__container .content__type__side__left {
  width: 100%;
  max-width: 320px;
}
.content__type .content__type__container .content__type__side__left .content__type__side__left__item {
  list-style-type: none;
  background: #F9F9F9;
  border-bottom: 2px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content__type .content__type__container .content__type__side__left .content__type__side__left__item a {
  width: 100%;
  display: block;
  padding: 17px 12px;
  color: #841F1E;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
.content__type .content__type__container .content__type__side__left .content__type__side__left__item:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}
.content__type .content__type__container .content__type__side__left .content__type__side__left__item__active {
  display: block; 
  padding: 17px 12px;
  color: #1E3036;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}
@media (max-width: 1170px) {
  .about .about__container .about__img {
    max-width: 220px;
  }
}
.about .about__container .about__img img {
  width: 100%;
}
.about .about__container .about__text {
  width: 100%;
  max-width: 812px;
}
.content__type .content__type__container .content__type__text {
  width: 100%;
  max-width: 827px;
}
.content__type .content__type__container .content__type__text p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #1E3036;
  margin-bottom: 15px;
}
.content__type .content__type__container .content__type__text ul {
  margin-left: 30px;  
}
.content__type .content__type__container .content__type__text ul li {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #1E3036;
  list-style-type: none;
  margin-bottom: 5px;
  list-style-image: url("../img/marker-red.png");
}
.content__type .content__type__container .content__type__text h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #841F1E;
  margin-bottom: 20px;
}
.content__type .content__type__container .content__type__text h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  color: #1E3036;
  margin-bottom: 15px;
}
.content__type .content__type__container .content__type__text h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #1E3036;
  margin-bottom: 15px;
}
.content__type .content__type__container .content__type__text a:hover {
  color: #841F1E;
}
@media (max-width: 768px) {
  .about .about__container .about__text {
    max-width: unset;
  }
}
.about .about__container .about__text .about__text-box {
  padding: 32px 36px;
  background: linear-gradient(83.27deg, #841F1E 0%, #D51C1A 100%);
  box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 1170px) {
  .about .about__container .about__text .about__text-box {
    padding: 20px;
  }
}
.about .about__container .about__text .about__text-box h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 26px;
  color: #FFFFFF;
}
@media (max-width: 1170px) {
  .about .about__container .about__text .about__text-box h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .about .about__container .about__text .about__text-box h2 {
    font-size: 18px;
  }
}
.about .about__container .about__text .about__text-box p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  width: 100%;
  padding: 12px 20px;
  background: #1E3036;
}
@media (max-width: 1170px) {
  .about .about__container .about__text .about__text-box p {
    padding: 12px;
    font-size: 12px;
    line-height: 14px;
  }
}
.about .about__container .about__text .coorsebtn {
  width: 100%;
  max-width: 236px;
  height: 44px;
  margin: 0 auto;
  background: linear-gradient(93.13deg, #841F1E 22.87%, #D51C1A 77.16%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}

.news {
  width: 100%;
  padding: 0 20px 94px;
}
@media (max-width: 768px) {
  .news {
    padding-bottom: 60px;
  }
}
.news .news__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 34px 22px 28px;
  background: linear-gradient(102.08deg, #841F1E -2.03%, #D41C1A 97.9%);
  box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.25);
}
.news .news__container h2 {
  background: #1E3036;
  width: 100%;
  max-width: 326px;
  padding: 4px 0;
  text-align: center;
  margin-bottom: 22px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.news .news__container .news__grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1170px) {
  .news .news__container .news__grid {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}
@media (max-width: 768px) {
  .news .news__container .news__grid {
    grid-template-columns: 1fr;
  }
}
.news .news__container .news__grid .news__item {
  width: 100%;
  position: relative;
}
@media (min-width: 1170px) {
  .news .news__container .news__grid .news__item {
    max-width: 262px;
  }
}
.news .news__container .news__grid .news__item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.news .news__container .news__grid .news__item .text {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 14px 40px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.news .news__container .news__grid .news__item .text span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: block;
  margin-bottom: 10px;
}
.news .news__container .news__grid .news__item .text h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
@media (min-width: 1170px) {
  .news .news__container .news__grid .news__item:first-child {
    max-width: 592px;
  }
  .news .news__container .news__grid .news__item:first-child img {
    height: 390px;
  }
  .news .news__container .news__grid .news__item:first-child .text {
    max-width: 450px;
  }
  .news .news__container .news__grid .news__item:first-child .text span {
    font-size: 18px;
    line-height: 22px;
  }
  .news .news__container .news__grid .news__item:first-child .text h4 {
    font-size: 25px;
    line-height: 30px;
    max-width: 320px;
  }
}
.news .news__container .more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.schedule {
  width: 100%;
  padding: 0 20px 88px;
}
.schedule .schedule__container {
  width: 100%;
  max-width: 980px;
  background: linear-gradient(180deg, #D9D3D3 0%, rgba(255, 255, 255, 0) 81.76%);
  margin: 0 auto;
  box-shadow: 0px 0px 25px -7px rgba(0, 0, 0, 0.25);
  padding: 40px 20px 64px;
}
.schedule .schedule__container .schedule__title {
  width: 100%;
  max-width: 572px;
  margin: 0 auto 64px;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__title {
    margin-bottom: 30px;
  }
}
.schedule .schedule__container .schedule__title h2 {
  margin-bottom: 28px;
  background: #1E3036;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 16px 30px;
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__title h2 {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.schedule .schedule__container .schedule__title p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #393939;
  text-align: center;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__title p {
    font-size: 16px;
    line-height: 22px;
  }
}
.schedule .schedule__container .schedule__title p span {
  display: block;
  font-weight: 900;
  color: #841F1E;
}
.schedule .schedule__container .schedule__title p a {
  font-weight: 500;
  color: #393939;
}
.schedule .schedule__container .schedule__table {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table {
    overflow: auto;
  }
}
.schedule .schedule__container .schedule__table table {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table {
    min-width: 550px;
    max-width: 550px;
  }
}
.schedule .schedule__container .schedule__table table tbody {
  width: 100%;
}
.schedule .schedule__container .schedule__table table tbody tr {
  width: 100%;
}
.schedule .schedule__container .schedule__table table tbody tr td:first-child {
  width: 270px;
  padding: 10px 40px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #841F1E;
  padding-right: 0;
  min-height: 84px;
  height: 84px;
  padding-left: 30px;
  min-width: 276px;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table tbody tr td:first-child {
    font-size: 14px;
    line-height: 18px;
    min-height: unset;
    height: unset;
    padding: 10px 0;
  }
}
.schedule .schedule__container .schedule__table table tbody tr td:first-child span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  position: relative;
  color: #841F1E;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 170px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table tbody tr td:first-child span {
    font-size: 12px;
    line-height: 14px;
  }
}
.schedule .schedule__container .schedule__table table tbody tr td:first-child span::before {
  content: "";
  min-width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  margin-right: 6px;
  position: relative;
  top: 6px;
  background-color: #841F1E;
}
.schedule .schedule__container .schedule__table table tbody tr td:nth-child(2) {
  width: 190px;
  padding: 10px 40px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #393939;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table tbody tr td:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
  }
}
.schedule .schedule__container .schedule__table table tbody tr td:last-child {
  width: 232px;
  padding: 10px 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #393939;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table tbody tr td:last-child {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
    min-width: 200px;
  }
}
.schedule .schedule__container .schedule__table table tbody tr:first-child td:first-child,
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(2),
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(3) {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 40px;
  text-align: center;
  color: #841F1E;
  min-height: auto;
}
@media (max-width: 1170px) {
  .schedule .schedule__container .schedule__table table tbody tr:first-child td:first-child,
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(2),
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(3) {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table tbody tr:first-child td:first-child,
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(2),
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(3) {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.schedule .schedule__container .schedule__table table tbody tr:first-child td:nth-child(3) {
  padding: 10px 0;
}
.schedule .schedule__container .schedule__table table tbody tr:first-child td:first-child {
  padding: 10px 40px;
}
@media (max-width: 768px) {
  .schedule .schedule__container .schedule__table table tbody tr:first-child td:first-child {
    padding: 10px 20px;
    padding-right: 60px;
  }
}
.schedule .schedule__container .schedule__bottom {
  width: 100%;
  margin: 0 auto;
  max-width: 406px;
}
.schedule .schedule__container .schedule__bottom a,
.schedule .schedule__container .schedule__bottom p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #393939;
  display: block;
  text-align: center;
}
.schedule .schedule__container .schedule__bottom button {
  width: 100%;
  max-width: 236px;
  margin: 40px auto 0;
  height: 44px;
  background: linear-gradient(93.13deg, #841F1E 22.87%, #D51C1A 77.16%);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}

.footer {
  width: 100%;
  padding: 108px 20px 52px;
  background: #841F1E;
}
@media (max-width: 1170px) {
  .footer {
    padding: 60px 20px 20px;
  }
}
.footer .footer__container {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
}
.footer .footer__container .footer__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 520px) {
  .footer .footer__container .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
}
.footer .footer__container .footer__top .footer__item {
  width: 100%;
  max-width: 264px;
}
.footer .footer__container .footer__top .footer__item h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 18px;
  color: #FFFFFF;
}
@media (max-width: 1170px) {
  .footer .footer__container .footer__top .footer__item h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
.footer .footer__container .footer__top .footer__item ul li {
  margin-bottom: 10px;
}
.footer .footer__container .footer__top .footer__item ul li:last-child {
  margin-bottom: 0;
}
.footer .footer__container .footer__top .footer__item ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 1170px) {
  .footer .footer__container .footer__top .footer__item ul li a {
    font-size: 16px;
    line-height: 22px;
  }
}
.footer .footer__container .footer__bottom {
  width: 100%;
  margin-top: 74px;
}
@media (max-width: 1170px) {
  .footer .footer__container .footer__bottom {
    margin-top: 60px;
  }
}
.footer .footer__container .footer__bottom p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1170px) {
  .footer .footer__container .footer__bottom p {
    font-size: 16px;
    line-height: 22px;
  }
}
._asterisk::after {
  display: inline;
  content: '*';
  color: #841F1E;
}
.field-d__name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #1E3036;
  margin-bottom: 5px;  
}
.content__type .content__type__container .content__type__text input[type="text"] {
  border: 1px solid #841F1E;
  margin-bottom: 15px;
  width: 300px;
  height: 25px;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E3036;
  padding: 10px;
}
.content__type .content__type__container .content__type__text input[name="captcha"] {
  border: 1px solid #841F1E;
  margin-bottom: 15px;
  width: 100px;
  height: 25px;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E3036;
  padding: 10px;
}
.content__type .content__type__container .content__type__text input[type="tel"] {
  border: 1px solid #841F1E;
  margin-bottom: 15px;
  width: 150px;
  height: 25px;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E3036;
  padding: 10px;
}
.content__type .content__type__container .content__type__text textarea {
  border: 1px solid #841F1E;
  margin-bottom: 15px;
  width: 400px;
  height: 300px;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E3036;
  padding: 10px;
}
.content__type .content__type__container .content__type__text .inpselect {
  border: 1px solid #841F1E;
  margin-bottom: 15px;
  width: 300px;
  height: 25px;
  border-radius: 10px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E3036;
  padding-left: 10px;
}
.content__type .content__type__container .content__type__text option {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1E3036;
}
.button-d__name {
  display: block;
  background: #841F1E;
  padding: 10px 20px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 15px;
  margin-bottom: 15px;
}
.button-d__name:hover {
  background: #1E3036;
}
.privacy_field, .required_field {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #1E3036;
}
.privacy_field a, ._text a {
  color: #007aff;
}
.errors {
  color: #007aff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.captcha-d__image {
  border: 1px solid #841F1E;
  margin-bottom: 15px;
}
.date-d {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  align-items: center;
  color: #1E3036;
  margin-bottom: 20px;
  display: block;
}
.element-d_news_item {
  margin-bottom: 100px;
}
._text {
  margin-top: 20px;
}
.detail-d a {
  color: #007aff;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}