

/* Start:/local/templates/price/css/main.css?166374189814621*/
@font-face {
	font-family: 'Inter';
    src: url('/local/templates/price/css/../fonts/Inter-Regular.woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
	font-family: 'Inter';
    src: url('/local/templates/price/css/../fonts/Inter-Medium.woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
	font-family: 'Inter';
    src: url('/local/templates/price/css/../fonts/Inter-SemiBold.woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
	font-family: 'Inter';
    src: url('/local/templates/price/css/../fonts/Inter-Bold.woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
	font-family: 'Inter';
    src: url('/local/templates/price/css/../fonts/Inter-Black.woff2');
    font-weight: 900;
    font-display: swap;
}

html {
	box-sizing: border-box
}
    
*, *::before, *::after {
	box-sizing: inherit 
}
    
* {
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
    color: inherit;
}
    
a {
	color: inherit;
    text-decoration: none;
}
    
ul, ol {
	list-style: none;
}
    

img {
	max-width: 100%;
}
    
p, b, span, time, ul, li, figure, blockquote {
	margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}
    
button {
	background-color: transparent;
    border: none;
    cursor: pointer;
}
    
address {
	font-style: normal;
}

label {
	cursor: pointer;
}

.container {
	margin: 0 auto;
	max-width: 1700px;
    width: 100%;
}

.sr-only {
	position: absolute;
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);  
}

.section {
	padding: 50px 0;
}

.section__title {
	font-weight: 900;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #228BED;
}
    
.main {
	background-color: #f2f2f2;
}

/* ХЕДЕР */
.header {
	padding: 10px 0;
	background-color: #ffffff;
	box-shadow: 1px 4px 20px rgba(30, 30, 30, 0.1);
}

.header__container {
	display: flex;
	align-items: center;
}

.header__logo-img {
	max-width: 77px;
	width: 100%;
	max-height: 90.5px;
	object-fit: cover;
}

.modal__container--2 {
	position: relative;
	transform: translateY(0);
	padding: 60px 110px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: 0.4s;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

/* header-logo: hover */
.header__logo-link {
	transition: .3s ease-in-out;
}
.header__logo-link:hover {
	transform: scale(1.03);
	animation-name: a1;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
}

@keyframes a1 {
	0% {
		transform: rotate(0);
	}
	25% {
		transform: rotate(10deg);
	}
	75% {
		transform: rotate(-10deg);
	}
	100% {
		transform: rotate(0);
	}
}

.header__logo-link > * > * {
	transition: 0.3s ease-in-out;
}
.header__logo-link:hover > * > * {
	fill: #228BED;
}

/* scroll-down-block */
.scroll-down-block {
	display: flex;
	justify-content: center;
}
.scroll-down-icon {
	width: 50px;
	height: 50px;
}

html {
  scroll-behavior: smooth;
}

.steps__box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.steps__text {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 700;
	color: #A0A0A0;
}
.steps__img-box {
}

.modal__title-question {
	font-size: 36px;
	font-weight: 800;
	color: #212121;
	line-height: 1.3;
	text-align: center;
	max-width: 600px;
}

.modal__question-box {
	/* margin-top: 50px; */
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.modal__title-question-wrapper {
	flex-basis: 100%;
	display: flex;
	justify-content: center;
}

.modal__title-start {
	display: block;
	font-weight: 900;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
}

.modal__all-label-start {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-top: 110px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
}
.modal__all-label-start--2 {
	margin-top: 30px !important;
}
.modal__all-label-start--3 {
	margin-top: 50px !important;
}

.modal__container--2 {
	position: relative;
	transform: translateY(-500px);
	padding: 40px 110px;
	width: 100%;
	height: 100%;	
	opacity: 0;
	transition-duration: 0.4s;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.header__buttons {
	display: flex;
	column-gap: 20px;
	margin-left: 68px;
}

.header__buttons-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 45px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #A0A0A0;
	border: 1px solid #A0A0A0;
	border-radius: 40px;
	transition: border 0.2s;
}

@media (min-width: 992px) {
	.header__buttons-button:hover {
		border: 1px solid #228BED;
	}
}

.header__accuracy {
	margin-left: 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.03em;
	text-decoration-line: underline;
	color: #A0A0A0;
	transition: color 0.2s;
}

@media (min-width: 992px) {
	.header__accuracy:hover {
		color: #212121;
	}
}

.header__order {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 30px;
	width: 450px;
	height: 55px;
	font-weight: 600;
	line-height: 17px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #228BED;
	border-radius: 40px;
	border: 1px solid #228BED;
	transition: color 0.2s, background-color 0.2s;
}

@media (min-width: 992px) {
	.header__order:hover {
		color: #228BED;
		background-color: #ffffff;
	}
}

.header__lk-img {
	margin-left: 30px;
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.header__lk-img circle {
	fill: #ffffff;
	transition: fill 0.2s;
}

.header__lk-img path  {
	fill: #212121;
	transition: fill 0.2s;
}

@media (min-width: 992px) {
	.header__lk-img:hover circle {
		fill: #212121;
	}

	.header__lk-img:hover path {
		fill: #ffffff;
	}
}
/* //ХЕДЕР */

/* МОДАЛЬНОЕ ОКНО, ОБЩИЕ СТИЛИ */
.modal {
		display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
		background-color: #ffffff;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    transition-duration: 0.4s;
    pointer-events: none;
}

.modal_active {
	opacity: 1;
	pointer-events: unset;
}

.modal_active .modal__container {
	transform: translateY(0px);
	opacity: 1;
}

.modal__container {
	position: relative;
	transform: translateY(-500px);
	padding: 60px 110px;
	width: 100%;
	height: 100%;	
	opacity: 0;
	transition-duration: 0.4s;
}

.modal__close {
	display: flex;
	align-items: center;
	column-gap: 5px;
	margin-left: auto;
}

@media (min-width: 992px) {
	.modal__close:hover .modal__close-icon {
		color: #228BED;
	}
}

.modal__close-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.03em;
}

.modal__close-icon {
	font-size: 24px;
	line-height: 24px;
}

.modal__title {
	display: block;
	margin-top: 70px;
	font-weight: 900;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-align: center;
}

.modal__form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.products__list {
	display: grid;
	justify-content: center;
	grid-template-columns: 340px 370px 270px;
	grid-template-rows: 55px;
	grid-auto-rows: 55px;
	gap: 40px;
	margin-top: 50px;
}

.products__btn {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 50px 0 60px;
	width: 100%;
	height: 100%;
	background-color: #228BED;
	border-radius: 5px;
}

.products__btn::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.products__btn::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
	width: 40px;
	height: 51px;
	background-color: #ffffff;
	background-size: 18px 13px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/local/templates/price/css/../img/header/arrow.svg');
	border-radius: 5px;
}

.products__btn_active::after {
	transform: translateY(-50%) rotate(180deg);
}

.products__btn_fruits-and-vegetables::before {
	background-image: url('/local/templates/price/css/../img/header/products/fruits-and-vegetables.svg');
}

.products__btn-text, .products__btn-count, .products__btn-total {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #ffffff;
}

.products__btn-count, .products__btn-total {
	font-weight: 500;
}

.products__btn-count {
	margin-left: auto;
}

.products__dropdown {
	position: relative;
	display: none;
	margin-top: 20px;
	width: 100%;
	max-height: 300px;
	background-color: #ffffff;
	box-shadow: 3px 4px 10px rgba(30, 30, 30, 0.15);
	overflow-y: auto;
	z-index: 1;
}

.products__dropdown_active {
	display: block;
}

.products__dropdown::-webkit-scrollbar {
	width: 7px;
	background-color: #ffffff;
}

.products__dropdown::-webkit-scrollbar-track {
	border: 0.5px solid #A0A0A0;
	border-radius: 10px;
}

.products__dropdown::-webkit-scrollbar-thumb {
	background-color: #A0A0A0;
	border-radius: 10px;
}

.products__dropdown-item:nth-child(odd) .products__label {
	background-color: #F2F2F2;
}

.products__checkbox-real:checked + .products__checkbox-fake {
	background: #228BED url('/local/templates/price/css/../img/header/checkbox-white.svg') center center/13px 18px no-repeat;
}

.products__checkbox-fake {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #228BED;
	border-radius: 3px;
}

.products__label {
	display: flex;
	align-items: center;
	column-gap: 15px;
	padding: 9px 7px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
	background-color: #ffffff;
}

.district__search {
	display: flex;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 40px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.03em;
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
	border-radius: 30px;
}

.district__search::-webkit-search-decoration,
.district__search::-webkit-search-cancel-button,
.district__search::-webkit-search-results-button,
.district__search::-webkit-search-results-decoration {
	display: none
}

.district__search::placeholder {
	color: #A0A0A0;
}

.district__search-wrapper {
	position: relative;
	margin: 30px auto 0 auto;
	max-width: 460px;
	width: 100%;
}

.district__search-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 15px;
	height: 15px;
	background: url('/local/templates/price/css/../img/header/search.svg') center center/cover no-repeat;
}

.district__list {
	display: grid;
	flex-direction: column;
	grid-template-columns: repeat(4, minmax(auto, 300px));
	justify-content: center;
	column-gap: 50px;
	row-gap: 10px;
	margin-top: 50px;
}

.district__item_inactive {
	display: none;
}

.district__label {
	display: flex;
	align-items: center;
	column-gap: 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #212121;
}

.district__checkbox-real:checked + .district__checkbox-fake {
	background: #228BED url('/local/templates/price/css/../img/header/checkbox-white.svg') center center/13px 18px no-repeat;
}

.district__checkbox-fake {
	width: 26px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #228BED;
	border-radius: 3px;
}

.citizens__list {
	display: grid;
	grid-template-columns: repeat(3, 250px);
	grid-template-rows: 55px;
	grid-auto-rows: 55px;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
}

.citizens__label {
	display: flex;
	align-items: center;
	column-gap: 20px;
	padding: 0 20px;
	height: 100%;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	background-color: #228BED;
	border-radius: 5px;
}

.citizens__checkbox-real:checked + .citizens__checkbox-fake {
	background: #ffffff url('/local/templates/price/css/../img/header/checkbox-blue.svg') center center/13px 18px no-repeat;
}

.citizens__checkbox-fake {
	width: 26px;
	height: 26px;
	background-color: #ffffff;
	border-radius: 3px;
}

.modal__all-label {
	display: flex;
	align-items: center;
	column-gap: 20px;
	margin-top: 150px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
}

.modal__all-checkbox-real:checked + .modal__all-checkbox-fake {
	background: #ffffff url('/local/templates/price/css/../img/header/checkbox-black.svg') center center/13px 18px no-repeat;
}

.modal__all-checkbox-fake {
	width: 26px;
	height: 26px;
	background-color: #ffffff;
	border: 1px solid #212121;
	border-radius: 3px;
}

.modal__submit {
	display: block;
	margin: 45px auto 0 auto;
	width: 300px;
	height: 55px;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #212121;
	border-radius: 40px;
	transition: background-color 0.2s;
}

@media (min-width: 992px) {
	.modal__submit:hover {
		background-color: #228BED;
	}
} 
/* //МОДАЛЬНОЕ ОКНО, ОБЩИЕ СТИЛИ */


/* ФУТЕР */
.footer {
	padding: 25px 0;
	background-color: #f2f2f2;
}

.footer__container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 20px;
}

.footer__text {
	font-weight: 500;
	letter-spacing: 0.03em;
	color: #A0A0A0;
}

.footer__logo-img {
	max-width: 111px;
	width: 100%;
	max-height: 35px;
	object-fit: cover;
}
/* //ФУТЕР */
/* End */


/* Start:/local/templates/price/template_styles.css?1663586060100*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* End */
/* /local/templates/price/css/main.css?166374189814621 */
/* /local/templates/price/template_styles.css?1663586060100 */
