

/* Start:/local/templates/belkorm/css/sections/komikorm-is.css?17373904743254*/
.komikormIs__title span {
  color: rgba(192, 13, 13, 1);
}
.komikormIs__title {
  margin-top: 50px !important;
  margin-bottom: 40px !important;
}
.komikormIs__container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.komikormIs__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.komikormIs__wrapper-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
}
.komikormIs__wrapper-image {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.komikormIs__wrapper-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.komikormIs__wrapper-title {
  font-weight: 600;
  font-size: 19px;
  line-height: 118.01%;
  color: #434343;
  max-width: 215px;
  margin-bottom: 16px;
}
.komikormIs__wrapper-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #858585;
  max-width: 314px;
}
.komikormIs__info-title {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.komikormIs__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 101px;
}
.komikormIs__info-hozaystvam {
  padding-top: 60px;
  padding-bottom: 70px;
}
.komikormIs__info-description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #606060;
  max-width: 759px;
}

.komikormIs__year-of-quality {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #606060;
}

.komikormIs__info-description a {
    color: rgba(192, 13, 14, 1) !important;
}
.komikormIs__info-description--hozaystvam {
  margin-bottom: 25px;
}
.komikormIs__info-description--hozaystvam:last-child {
  margin-bottom: 0;
}

.komikormIs__year-of-quality a {
    color: rgba(192, 13, 14, 1) !important;
}
.komikormIs__year-of-quality--hozaystvam {
  margin-bottom: 25px;
}
.komikormIs__year-of-quality--hozaystvam:last-child {
  margin-bottom: 0;
}

@media (max-width: 1400px) {
  .komikormIs__info {
    padding-bottom: 79px;
  }
}
@media (max-width: 990px) {
  .komikormIs__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, max-content));
    row-gap: 45px;
  }
  .komikormIs__wrapper-card:last-child {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
@media (max-width: 767px) {
  .komikormIs__title {
    margin-top: 41px !important;
  }
  .komikormIs__wrapper-image {
    width: 60px;
    height: 60px;
  }
  .komikormIs__wrapper-title {
    font-size: 14px;
    line-height: 118.01%;
    max-width: 160px;
  }
  .komikormIs__wrapper-description {
    font-size: 10px;
    line-height: 140%;
    max-width: 250px;
  }
  .komikormIs__info-description {
    font-size: 12px;
    line-height: 140%;
  }
  .komikormIs__year-of-quality {
    font-size: 12px;
    line-height: 140%;
  }
  .komikormIs__wrapper-image {
    margin-bottom: 15px;
  }
  .komikormIs__info {
    padding-bottom: 54px;
  }
  .komikormIs__info-hozaystvam {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
@media (max-width: 600px) {
  .komikormIs__wrapper-description {
    max-width: 140px;
  }
}
/* End */


/* Start:/local/templates/belkorm/components/bitrix/news.detail/chastnym-litsam_price/style.css?16933102093376*/
.price__container {
    margin-top: 66px;
    width: 100%;
    position: relative;
}
.price__image {
    height: 717px;
    width: 100%;
}
.price__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-color: rgba(22, 22, 22, 0.8);
}
.price__wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.price__wrapper-container {
    max-width: 1520px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-family: "Open Sans";
    font-style: normal;
}
.price__wrapper-name {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 88px;
}
.price__wrapper-block {
    display: flex;
    padding-left: 28px;
    height: 360px;
}
.price__wrapper-line {
    position: relative;
    height: 100%;
    width: 1px;
    background-color: #fff;
    margin-right: 27px;
}
.price__wrapper-line::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 90px;
    width: 2px;
    background-color: rgba(192, 13, 13, 1);
}
.price__wrapper-title {
    font-weight: 700;
    font-size: 36.5px;
    line-height: 133.01%;
    color: rgba(255, 255, 255, 0.8);
    max-width: 510px;
}
.price__wrapper-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.price__wrapper-button {
    padding: 14px 36px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff !important;
    transition: 0.5s ease;
}
.price__wrapper-button:hover {
    background-color: #fff;
    transition: 0.5s ease;
    color: #454545 !important;
}
.price__wrapper-button:active {
    background-color: rgba(255, 255, 255, 0.8);
    transition: 0.5s ease;
    color: #454545 !important;
}
@media (max-width: 1400px) {
    .price__wrapper-name {
        margin-bottom: 47px;
    }
    .price__image {
        height: 510px;
    }
    .price__wrapper-container {
        max-width: 1144px;
    }
    .price__wrapper-title {
        font-size: 30px;
        line-height: 118.01%;
        max-width: 420px;
    }
    .price__wrapper-block {
        height: 306px;
    }
}
@media (max-width: 990px) {
    .price__wrapper-name {
        display: none;
    }
    .price__wrapper-title {
        max-width: 500px;
    }
    .price__overlay {
        display: none;
    }
    .price__wrapper {
        position: static;
        background-color: #333333;
    }
    .price__wrapper-block {
        padding-left: 0;
    }
    .price__wrapper-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .price__container {
        height: unset;
    }
    .price__image {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .price__container {
        margin-top: 64px;
    }
    .price__wrapper-title {
        max-width: 330px;
        font-size: 24px;
        line-height: 118.01%;
        max-width: 380px;
    }
    .price__image {
        height: 300px;
    }
}
@media (max-width: 600px) {
    .price__image {
        height: 220px;
    }
}
@media (max-width: 450px) {
    .price__wrapper-title {
        max-width: 234px;
    }
}

/* End */


/* Start:/local/templates/belkorm/components/bitrix/catalog.section.list/chastnym-litsam_address/style.css?16933102094696*/
.where-buy__select--area{
    z-index: 1;
}
.where-buy__map {
    width: 100%;
    height: 720px;
    position: relative;
}
.where-buy__map--filials {
    margin-bottom: 30px;
}
.where-buy__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.where-buy__title--filials {
    margin-top: 0 !important;
}
.where-buy__container {
    max-width: 1520px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px 60px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.where-buy__buttons {
    display: flex;
    flex-direction: column;
}
.where-buy__button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.where-buy__button:last-child {
    margin-bottom: 0;
}
.where-buy__image {
    width: 100%;
    height: 100%;
}
.where-buy__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.where-buy__select-block {
    position: relative;
    width: 460px;
    height: 60px;
    background-color: #c00d0d;
    border-bottom: 1px solid #fff;
}
.where-buy__select-block:last-child {
    background-color: #fff;
    height: unset;
}
.where-buy__select-block--active .where-buy__area {
    opacity: 1;
    z-index: 3;
    top: 100%;
    transition: 0.5s ease;
}
.where-buy__area {
    position: absolute;
    opacity: 0;
    z-index: -3;
    width: 100%;
    top: -200%;
    background: #fff;
    transition: 0.5s ease;
}
.where-buy__area li {
    padding: 14px 20px 14px 30px;
    font-family: "Segoe UI";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #434343;
    transition: 0.5s ease;
    cursor: pointer;
}
.where-buy__area li:hover {
    transition: 0.5s ease;
    color: #c00d0d;
}
.where-buy__select-block:last-of-type {
    border: none;
}
.where-buy__select-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.where-buy__select-name {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 118.01%;
    color: #ffffff;
}
.where-buy__select-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.where-buy__shop-list {
    height: 455px;
    overflow-y: auto;
}

.where-buy__shop-list::-webkit-scrollbar {
    width: 10px;
}
.where-buy__shop-list::-webkit-scrollbar-thumb {
    background: #a7a7a7;
    border-radius: 11px;
}

.where-buy__shop-list li {
    position: relative;
    padding: 26px 30px;
    font-family: "Open Sans";
    font-style: normal;
    border-bottom: 1px solid #f5f6f7;
    cursor: pointer;
}
.where-buy__shop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.where-buy__shop-list li:hover h3 {
    color: rgba(192, 13, 13, 1);
}
.where-buy__shop-list li h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 118.01%;
    color: #4a4a4a;
    margin-bottom: 17px;
}
.where-buy__shop-list li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 118.01%;
    color: #6a6a6a;
}
@media (max-width: 1400px) {
    .where-buy__container {
        max-width: 1144px;
    }
}
@media (max-width: 990px) {
    .where-buy__title--filials {
        margin-top: 161px !important;
    }
    .where-buy__shop-list li {
        padding: 21px 30px;
    }
    .where-buy__map {
        height: unset;
        margin-bottom: 40px;
    }
    .where-buy__buttons {
        display: none;
    }
    .where-buy__wrapper {
        position: static;
        height: unset;
    }
    .where-buy__image {
        height: 536px;
    }
    .where-buy__container {
        max-width: none;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .where-buy__select {
        width: 100%;
    }
    .where-buy__select-block {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .where-buy__title--filials {
        margin-top: 92px !important;
    }
    .where-buy__select-name {
        font-size: 16px;
        line-height: 118.01%;
    }
    .where-buy__shop-list li h3 {
        font-size: 16px;
        line-height: 118.01%;
        margin-bottom: 12px;
    }
    .where-buy__shop-list li p {
        font-size: 14px;
        line-height: 118.01%;
    }
}

/* End */


/* Start:/local/templates/belkorm/components/bitrix/news.list/about_section/style.css?17163404472370*/
.about__container {
	display: flex;
	justify-content: flex-end;
	margin-top: 60px;
	position: relative;
	font-family: "Open Sans";
	font-style: normal;
	margin-bottom: 138px;
}
.about__image {
	width: 63%;
	height: 714px;
}
.about__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about__info {
	position: absolute;
	left: 0;
	bottom: -55px;
	width: 44.2%;
	background-color: #333333;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
}
.about__info-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 432px;
	margin: 0 auto;
	padding-left: 11px;
}
.about__info-type {
	font-weight: 600;
	font-size: 14px;
	line-height: 118.01%;
	text-transform: uppercase;
	color: #adadad;
	margin-bottom: 18px;
}
.about__info-title {
	font-family: "Roboto Slab";
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 12px;
}
.about__info-description {
	font-weight: 400;
	font-size: 13.5px;
	line-height: 146%;
	color: #ffffff;
	margin-bottom: 15px;
}
.about__info-link {
	font-size: 15px;
	line-height: 24px;
	color: #ffffff !important;
	padding: 10px 36px;
	border: 1px solid #fff;
	border-radius: 4px;
}
@media (max-width: 1400px) {
	.about__image {
		height: 550px;
		width: 68.6%;
	}
	.about__info {
		bottom: -82px;
		width: 48.3%;
		padding: 42px 0;
	}
	.about__info-wrapper {
		padding-left: 18px;
	}
}
@media (max-width: 990px) {
	.about__container {
		display: flex;
		margin-top: 0;
	}
	.about__info {
		order: -1;
		position: static;
	}
	.about__info-wrapper {
		padding: 0 20px;
	}
	.about__info-title {
		font-size: 20px;
		line-height: 140%;
		margin-bottom: 16px;
	}
	.about__info-description {
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 50px;
	}
	.about__image {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.about__container {
		flex-direction: column;
	}
	.about__info {
		order: 1;
		position: static;
		width: 100%;
	}
	.about__image {
		width: 100%;
	}
	.about__info-wrapper {
		padding: 0 18px;
	}
	.about__info-type {
		margin-bottom: 15px;
	}
	.about__info-description {
		font-size: 9.5px;
		line-height: 140%;
		margin-bottom: 25px;
	}
}
@media (max-width: 500px) {
	.about__image {
		width: 100%;
		height: 300px;
	}
}
@media (max-width: 400px) {
	.about__image {
		width: 100%;
		height: 243px;
	}
}

/* End */


/* Start:/local/templates/belkorm/components/belkorm/remaining.feedback/remaining_feedback/style.css?16933102092790*/
.feedback .mfeedback{
  margin-top: 10px;
}
.feedback__container {
    padding-top: 48px;
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 118.01%;
    background: #f3f3f3;
}
.feedback__title {
    font-size: 28.5px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 11px !important;
}
.feedback__description {
    color: #9c9c9c;
    margin-bottom: 30px;
}
.feedback__form {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback__input {
    width: 100%;
    padding: 14px 20px 14px 24px;
    background-color: #fff;
    border-radius: 4px;
}
.feedback__input-wrapper {
    position: relative;
    margin-top: 23px;
    margin-bottom: 23px;
    width: 100%;
}
.feedback__country {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
}
.feedback__country-button {
    position: relative;
    display: flex;
    align-items: center;
}
.feedback__country-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.feedback__country-image {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}
.feedback__input-wrapper .feedback__input {
    /*padding-left: 87px;*/
}
.feedback__textarea {
    width: 100%;
    height: 140px;
    padding: 14px 24px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 29px;
}
.feedback__button {
    padding: 10px 66px;
    background-color: #c00d0d !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    transition: 0.5s ease;
    margin-left: 21px;
}
.feedback__button:hover {
    transition: 0.5s ease;
    background-color: #b00d0d;
}
.feedback__button:active {
    background-color: #9b0b0b;
}
@media (max-width: 767px) {
    .feedback__title {
        font-size: 20px !important;
        line-height: 118.01% !important;
        margin-bottom: 17px !important;
    }
    .feedback__container {
        font-size: 14px;
        line-height: 118.01%;
        padding-top: 73px;
    }
    .feedback__description {
        font-size: 11px;
        line-height: 118.01%;
        margin-bottom: 33px;
    }
    .feedback__form {
        width: 320px;
    }
    .feedback__button {
        margin-left: 0;
    }
    .feedback__textarea {
        margin-bottom: 31px;
    }
}
/*  */
.mfeedback{

}
.mf-ok-text{
    padding-top: 10px;
    color: green;
}
.feedback__form .radio{
    text-align: center;
    padding-bottom: 20px;
}
.check__label:hover{
    color:#c00d0d;
}
/* End */
/* /local/templates/belkorm/css/sections/komikorm-is.css?17373904743254 */
/* /local/templates/belkorm/components/bitrix/news.detail/chastnym-litsam_price/style.css?16933102093376 */
/* /local/templates/belkorm/components/bitrix/catalog.section.list/chastnym-litsam_address/style.css?16933102094696 */
/* /local/templates/belkorm/components/bitrix/news.list/about_section/style.css?17163404472370 */
/* /local/templates/belkorm/components/belkorm/remaining.feedback/remaining_feedback/style.css?16933102092790 */
