

/* 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/khozyaytsvam_price/style.css?16933102093617*/
.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;
    }
}
.komikormIs__info-description {
    padding-bottom: 10px;
}

.info-block{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.komikormIs__info-description-list .komikormIs__info-description{
    padding-left: 20px;
}


/* End */


/* Start:/local/templates/belkorm/components/belkorm/news.listyear/about_section/style.css?17373904742370*/
.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 */


/* Start:/local/templates/belkorm/components/bitrix/news.detail/contacts_pages/style.css?16933102095019*/
.contacts__container {
    width: 100%;
    display: flex;
    height: 536px;
    position: relative;
}
.contacts__container--about {
    margin-top: 66px;
    margin-bottom: 30px;
}
.contacts__wrapper {
    width: 50%;
    height: 100%;
    background-color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 69px;
}
.contacts__wrapper--bakery {
    width: 0;
}
.contacts__block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.contacts__block__container {
    max-width: 1520px;
    margin: 0 auto;
    height: 100%;
    color: rgba(226, 226, 226, 1);
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.contacts__title {
    margin-top: 0 !important;
    margin-bottom: 38px !important;
    color: rgba(237, 237, 237, 1) !important;
    text-align: left !important;
}
.contacts__map {
    width: 50%;
    height: 100%;
    z-index: 1;
}
.contacts__map--bakery {
    width: 100%;
}
.contacts__map-image {
    position: relative;
    width: 100%;
    height: 100%;
}
.contacts__map-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.contacts__bar-info {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
}
.contacts__bar-info span:first-child {
    font-weight: 700;
    margin-right: 7px;
}
.contacts__info .contacts__bar-info {
    margin-bottom: 17px;
}
.contacts__info .contacts__bar-info--phone {
    margin-bottom: 29px;
}
.contacts__info .contacts__bar-info--link {
    margin-bottom: 25px !important;
}
.contacts__bar-info--time span {
    display: block;
    margin-bottom: 4px;
}
.contacts__bar-info--link a {
    text-decoration: underline !important;
}
.contacts__bar-booking {
    text-align: center;
    font-family: "Roboto Slab";
    font-style: normal;
    max-width: 279px;
    padding: 20px 0;
    border-radius: 4px;
    border: 1px solid #ffffff;
}
.contacts__bar-booking span {
    display: block;
    font-size: 20px;
    line-height: 136%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contacts__bar-booking a {
    font-weight: 400;
    font-size: 23px;
    line-height: 118.01%;
}
.contacts__info {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 136%;
    max-width: 433px;
    margin-right: 89px;
    padding-top: 69px;
}
.contacts__info--bar {
    padding-top: 60px;
}

.contacts__info--about {
    padding-top: 30px;
}
.contacts__name {
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
    margin-bottom: 22px;
}
.contacts__info p {
    margin-bottom: 18px;
}
.contacts__info p:last-of-type {
    margin-bottom: 0;
}
.contacts__map-buttons {
    position: absolute;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-direction: column;
}
.contacts__map-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1400px) {
    .contacts__block__container {
        max-width: 1144px;
    }
    .contacts__info {
        margin-right: -13px;
    }
}
@media (max-width: 990px) {
    .contacts__info--about {
        padding-top: 40px;
    }
    .contacts__name {
        display: none;
    }
    .contacts__block {
        position: static;
    }
    .contacts__block__container {
        padding: 0;
    }
    .contacts__container {
        flex-direction: column;
        height: unset;
    }
    .contacts__wrapper {
        width: 100%;
        padding: 0 30px 40px 30px;
    }
    .contacts__wrapper--bakery {
        width: 0;
        padding: 0;
    }
    .contacts__map {
        width: 100%;
    }
    .contacts__map {
        height: 536px;
    }
    .contacts__map-buttons {
        display: none;
    }
}
@media (max-width: 767px) {
    .contacts__bar-info {
        font-size: 12px;
        line-height: 151.01%;
    }
    .contacts__bar-booking span {
        font-size: 18px;
        line-height: 136%;
    }
    .contacts__bar-booking a {
        font-size: 16px;
        line-height: 118.01%;
    }
    .contacts__container--about {
        margin-top: 64px;
        margin-bottom: 40px;
    }
    .contacts__info {
        font-size: 12px;
        line-height: 136%;
        max-width: none;
        padding-top: 40px;
    }
    .contacts__title {
        margin-bottom: 29px !important;
    }
    .contacts__info p {
        margin-bottom: 17px;
    }
}
@media (max-width: 500px) {
    .contacts__info--bar {
        width: 100%;
    }
    .contacts__bar-booking {
        display: block;
        max-width: none;
        width: 100%;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1693310200666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/belkorm/components/bitrix/news.list/contacts_modal_selkhoz/style.css?16933102094670*/
.modal-price {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f3f3f3;
    z-index: 99;
}
.modal-price__container {
    position: relative;
    padding: 40px 140px 70px 140px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 118.01%;

}
.container-items{
    max-height: 350px;
    overflow-y: auto;
    padding-right: 15px;
    /* scrollbar-width: thin; */
    /* scrollbar-color: #f3f3f3 #f3f3f3; */
}
.container-items::-webkit-scrollbar{
    width: 0;
}
.modal-price__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 37px;
    top: 34px;
    padding: 0;
}
.modal-price__close-overlay {
    width: 100%;
    height: 100%;
    position: relative;
}
.modal-price__close-overlay::before,
.modal-price__close-overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(128, 128, 128, 1);
    right: 0;
    top: 50%;
    border-radius: 5px;
}
.modal-price__close-overlay::before {
    transform: rotate(45deg);
}
.modal-price__close-overlay::after {
    transform: rotate(-45deg);
}
.modal-price__title {
    margin-top: 0 !important;
    margin-bottom: 16px !important;
}
.modal-price__description {
    text-align: center;
    font-size: 14px;
    line-height: 118.01%;
    color: #9c9c9c;
    margin-bottom: 20px;
}
.modal-price__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
}
.modal-price__form input {
    padding: 14px 20px 15px 24px;
    background-color: #fff;
    font-size: 16px;
    line-height: 118.01%;
}
.modal-price__input {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 15px;
}
.modal-price__input:last-of-type {
    margin-bottom: 30px;
}
.modal-price__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.modal-price__wrapper input {
    width: 100%;
    padding-left: 87px;
}
.modal-price__country {
    position: absolute;
    left: 0;
}
.modal-price__country-button {
    position: relative;
    display: flex;
    align-items: center;
    left: 24px;
    top: 50%;
    transform: translateY(15%);
}
.modal-price__country-image {
    margin-right: 8px;
}
.modal-price__country-overlay {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.modal-price__select {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.modal-price__select input {
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
    line-height: 118.01%;
}
.modal-price__select-item {
    font-size: 16px;
    line-height: 118.01%;
}
.modal-price__select svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.modal-price__select-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
}
.modal-price__select-list {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
}
.modal-price__select-list--active {
    display: block;
}
.modal-price__select-item {
    transition: 0.5s ease;
    padding: 14px 20px;
    cursor: pointer;
}
.modal-price__select-item:hover {
    transition: 0.5s ease;
    background-color: rgba(51, 51, 51, 0.4);
}
.price_title {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 140%;
    text-align: center;
    color: #434343;
    margin-bottom: 30px;
    margin-top: 60px;
}
.phone-link:hover{
    color:darkred;
}
.contact-item{
    text-align: center;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .overlay-price {
        display: none;
    }
    .modal-price {
        position: static;
        transform: translate(0%, 0%);
        margin-top: 64px;
    }
    .modal-price__container {
        padding: 50px 0 100px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .modal-price__form {
        width: 320px;
    }
    .modal-price__description {
        font-size: 12px;
        line-height: 118.01%;
    }
    .modal-price__form input {
        font-size: 14px;
        line-height: 118.01%;
    }
    .modal-price__select-item {
        font-size: 14px;
        line-height: 118.01%;
    }
}

/* End */
/* /local/templates/belkorm/css/sections/komikorm-is.css?17373904743254 */
/* /local/templates/belkorm/components/bitrix/news.detail/khozyaytsvam_price/style.css?16933102093617 */
/* /local/templates/belkorm/components/belkorm/news.listyear/about_section/style.css?17373904742370 */
/* /local/templates/belkorm/components/belkorm/remaining.feedback/remaining_feedback/style.css?16933102092790 */
/* /local/templates/belkorm/components/bitrix/news.detail/contacts_pages/style.css?16933102095019 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1693310200666 */
/* /local/templates/belkorm/components/bitrix/news.list/contacts_modal_selkhoz/style.css?16933102094670 */
