@charset "UTF-8";
.delivery-info a:not(.btn) {
	text-decoration: none;
	color: var(--blue);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (pointer:fine) {
.delivery-info a:not(.btn):hover {
	color: var(--orange);
}
}
.delivery-info .top {
	font-weight: normal;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.02em;
	color: var(--grey800);
}
.delivery-contacts {
	display: flex;
	flex-direction: column;
	gap: 25px 0;
	margin: 25px 0 32px 0;
	padding: 0 0 25px 0;
	border-bottom: 0.5px dashed var(--sec-dark);
	font-weight: normal;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: var(--grey800);
}
.delivery-contacts .el {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 0 15px;
}
.delivery-contacts .pic {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: var(--yellow);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.delivery-contacts .pic.bg-map {
	background-image: url(../img/icons/info/map.svg);
}
.delivery-contacts .pic.bg-time {
	background-image: url(../img/icons/info/time.svg);
}
.delivery-contacts .in {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 8px;
}
.delivery-contacts a {
	font-weight: 500;
}
.delivery-calc-title {
	font: 800 24px/24px var(--fontg);
	letter-spacing: -0.02em;
	color: var(--grey700);
	margin: 0 0 21px 0;
	text-align: center;
}
.delivery-calc-form {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.delivery-calc-form input {
	background: none;
	border-width: 1px;
	padding-left: 29px;
	color: var(--grey800);
	letter-spacing: -0.01em;
}

@media only screen and (max-width: 767px) {
.delivery-calc-form input:not(:focus) {
	border-color: var(--darker);
}
}
.delivery-calc-form input:placeholder-shown ~ .btn {
 color: var(--sec-dark);
 background: linear-gradient(178.71deg, #FBFBFC 17.86%, #F3F7FC 112.69%);
 border: 1px solid rgba(0, 0, 0, 0.07);
 box-shadow: inset 0px -0.5px 0px #BDCCE1;
 cursor: default;
 pointer-events: none;
border-color: rgba(0, 0, 0, 0.07)!important;
}
.delivery-calc-result {
	text-align: center;
	margin: 30px 0 0 0;
	background: #F5FAFF;
	border-radius: 15px;
	font-weight: normal;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.01em;
	color: var(--grey600);
	padding: 20px;
}
.delivery-calc-result .big {
	font: bold 18px/20px var(--fontg);
	color: var(--grey800);
	margin: 0 0 16px 0;
}
.delivery-map {
		font-weight: 300;
		color: var(--grey600);
		line-height: 21px;
		letter-spacing: -0.01em;
}
.delivery-map-wrap {
		background: rgba(237, 242, 247, 0.5);
		height: 420px;
		max-height: 50vh;
		margin: 25px 0 0 0;
		position: relative;
		z-index: 2;
}
.delivery-map + .delivery-calc-title2 {
		border-color: transparent;
}
@media only screen and (max-width: 767px) {
		.delivery-map {
				margin-top: 25px;
				text-align: center;
				font-size: 14px;
		}
}
@media only screen and (min-width: 768px) {
		.delivery-map {
				font-size: 18px;
				margin-top: 30px;
				margin-bottom: -41px;
		}
}

.delivery-calc-title2 {
	font: 800 24px/24px var(--fontg);
	letter-spacing: -0.01em;
	color: var(--grey700);
	text-align: center;
	margin: 34px 0 20px 0;
}
.delivery-calc-title2:after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background: var(--yellow);
	margin: 21px auto 0 auto;
}
.delivery-details {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: var(--grey800);
}
.delivery-details .line {
	display: none;
}
.delivery-details .main {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
.delivery-details .main.accent {
	font-weight: 500;
}
.delivery-details .main li:before {
	display: none;
}
.delivery-details .main li {
	margin: 0;
	padding: 0;
}
.delivery-details .main strong {
	color: var(--grey600);
	font-weight: inherit;
}
.delivery-details .info ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: var(--grey600);
	display: flex;
	flex-direction: column;
}
.delivery-details .info li:before {
	display: none;
}
.delivery-details .info li {
	margin: 0;
	padding: 0;
}
.delivery-details2 {
	margin: 20px 0 0 0;
	padding: 25px 20px;
	background: #F5FAFF;
	border-radius: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.01em;
	color: var(--grey800);
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
.delivery-details2 li:before {
	display: none;
}
.delivery-details2 li {
	margin: 0;
	padding: 0;
}
.delivery-details2 strong {
	font-weight: inherit;
	color: var(--grey600);
}
.delivery-rules {
	position: relative;
	border-top: 1px solid #deeaf3;
	padding: 40px 0 64px 0;
	margin: 33px 0 -60px 0;
	background: url(../img/delivery-rules-bg/mobile.png) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: var(--grey700);
}
.delivery-rules:before, .delivery-rules:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	transform: translateZ(0);
}
.delivery-rules:before {
	background: rgba(248, 252, 255, 0.8);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
}
.delivery-rules:after {
	background: url(../img/noise.png) 50% 50%;
	mix-blend-mode: soft-light;
	opacity: 0.5;
}
.delivery-rules .container {
	position: relative;
	z-index: 2;
	transform: translateZ(0);
	padding-left: 15px;
	padding-right: 15px;
}
.delivery-rules-title {
	font: 900 24px/40px var(--fontg);
	margin: 0 0 20px 0;
}
.delivery-rules p, .delivery-rules ol, .delivery-rules ul {
	margin: 0 0 20px 0;
}
.delivery-rules ol, .delivery-rules ul {
	text-align: left;
	padding: 0;
	font-weight: 300;
	line-height: 28px;
	letter-spacing: -0.01em;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.delivery-rules ol {
	padding: 0;
	counter-reset: d;
}
.delivery-rules li {
	position: relative;
	margin: 0;
	padding: 0 0 0 25px;
}
.delivery-rules ol > li:before {
	content: counter(d);
	counter-increment: d;
	font: 600 20px/30px var(--fontg);
	color: #6B7FA0;
	position: absolute;
	top: 4px;
	left: -15px;
	min-width: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.delivery-rules .info {
	margin: 20px 0 0 0;
	line-height: 28px;
	color: var(--grey800);
	background: var(--white) url(../img/attention.svg) no-repeat 50% 24px;
	background-size: auto 40px;
	box-shadow: 0px 15px 35px rgba(14, 81, 184, 0.1);
	border-radius: 15px;
	padding: 79px 15px 24px 15px;
}

/*mobile end*/

/*tablet start*/

@media only screen and (min-width: 768px) {
.delivery-info .top {
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}
.delivery-contacts {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	gap: 25px 40px;
	border-bottom-width: 0;
	margin: 40px 0 51px 0;
	padding: 0;
	flex-direction: row;
	align-items: center;
}
.delivery-contacts .el {
	width: auto;
	flex: 1 1 auto;
	gap: 0 30px;
}
.delivery-contacts .pic {
	width: 64px;
	height: 64px;
}
.delivery-calc-form input {
	font-size: 15px;
}
.delivery-calc-title {
	font-weight: bold;
	letter-spacing: -0.01em;
	margin-bottom: 25px;
	text-align: left;
}
.delivery-calc-form {
	display: block;
	position: relative;
	padding-right: 159px;
	max-width: 800px;
}
.delivery-calc-form input {
	border-radius: 4px 0 0 4px;
}
.delivery-calc-form input:focus ~ .btn {
	border-top-color: var(--yellow)!important;
	border-bottom-color: var(--yellow)!important;
	border-right-color: var(--yellow)!important;
}
.delivery-calc-form .btn {
	padding-left: 0;
	padding-right: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-radius: 0 4px 4px 0;
	width: 160px;
	border: 1px solid var(--yellow);
	box-shadow: none;
}
.delivery-calc-form .btn .show-mob {
	display: none;
}
.delivery-calc-result {
	border-radius: 5px;
	padding: 20px 35px;
	font-size: 15px;
	letter-spacing: -0.015em;
	text-align: left;
	max-width: 800px;
}
.delivery-calc-result .big {
	font-size: 24px;
	line-height: 24px;
	letter-spacing: -0.01em;
	margin: 0 0 13px 0;
}
.delivery-calc-title2 {
	margin-top: 40px;
	margin-bottom: 32px;
	padding-top: 47px;
	padding-left: 33px;
	border-top: 0.5px dashed var(--sec-dark);
	font-weight: 900;
	font-size: 24px;
	line-height: 40px;
	text-align: left;
	position: relative;
}
.delivery-calc-title2:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3px;
	height: auto;
	background: var(--yellow);
	margin: 38px 0 -12px 0;
}
.delivery-details {
	flex-direction: row;
	align-items: flex-start;
	gap: 0 40px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	margin: 0 35px;
}
.delivery-details .line {
	display: block;
	flex: 0 0 auto;
	width: 1px;
	background: #D9D9D9;
	align-self: stretch;
}
.delivery-details .main {
	padding: 6px 0;
	line-height: 25px;
	gap: 15px 80px;
	flex: 0 0 auto;
	max-width: 50%;
}
.delivery-details .main:only-child {
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 16px;
	width: 100%;
	max-width: none;
}
.delivery-details .main strong {
	color: var(--grey600);
	font-weight: inherit;
}
.delivery-details .main.accent {
	font-weight: bold;
	letter-spacing: -0.01em;
}
.delivery-details .info {
	align-self: center;
	padding: 6px 0;
}
.delivery-details .info ul {
	line-height: 25px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--grey800);
	gap: 15px 0;
}
.delivery-details .info li {
	padding-left: 25px;
}
.delivery-details .info li:before {
	display: block;
	width: 25px;
}
.delivery-details2 {
	margin: 30px 35px 0 35px;
	padding: 31px 35px;
	border-radius: 5px;
	font-size: 16px;
	gap: 12px 0;
	text-align: left;
}
.delivery-details.view2 .main {
	gap: 20px 80px;
}
.delivery-details.view2 + .delivery-details2 {
	display: inline-flex;
	vertical-align: top;
}
.delivery-rules {
	margin-top: 46px;
	margin-bottom: -80px;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: left;
	font-size: 16px;
	letter-spacing: -0.01em;
	background-image: url(../img/delivery-rules-bg/tablet.png);
}
.delivery-rules-title {
	font-weight: bold;
}
.delivery-rules .container {
	padding-left: 52px;
	padding-right: 52px;
	max-width: 1188px;
}
.delivery-rules p, .delivery-rules ol, .delivery-rules ul {
	margin-bottom: 42px;
}
.delivery-rules ol, .delivery-rules ul {
	font-size: 15px;
	line-height: 28px;
	gap: 32px 0;
}
.delivery-rules li {
	padding-left: 100px;
}
.delivery-rules ol > li:before {
	top: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background: #EFF4FC;
	margin: -30px 0;
}
.delivery-rules .info {
	margin-top: 50px;
	padding: 23px 40px 23px 110px;
	border-radius: 8px;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	background-position: 30px 50%;
	background-size: 50px auto;
}
}

/*tablet end*/

/*tablet-big start*/

@media only screen and (min-width: 1024px) {
.delivery-details:not(.view2) {
	gap: 0 80px;
}
}

/*tablet-big end*/

/*desktop start*/

@media only screen and (min-width: 1280px) {
.delivery-info {
	margin-top: 45px;
}
.delivery-info .top {
	font-size: 18px;
}
.delivery-contacts {
	border-bottom-width: 0.5px;
	padding-bottom: 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}
.delivery-calc-title2 {
	margin-top: 40px;
	padding-top: 70px;
	margin-bottom: 40px;
	font-size: 30px;
}
.delivery-calc-title2:after {
	margin-top: 58px;
	margin-bottom: -10px;
}
.delivery-details, .delivery-details:not(.view2) {
	font-size: 18px;
	gap: 0 40px;
}
.delivery-details .main:only-child {
	padding-bottom: 16px;
}
.delivery-details2 {
	font-size: 18px;
	margin-top: 40px;
}
.delivery-details.view2 .main {
	gap: 20px 80px;
	max-width: 55%;
	padding-bottom: 60px;
}
.delivery-details.view2 .main br {
	display: none;
}
.delivery-details.view2 + .delivery-details2 {
	max-width: 50%;
	margin-top: -45px;
}
.delivery-rules {
	margin-top: 90px;
	margin-bottom: -120px;
	background-image: url(../img/delivery-rules-bg/desktop.png);
}
.delivery-rules ol, .delivery-rules ul {
	font-size: 16px;
	gap: 44px 0;
}
.delivery-rules .info {
	padding-left: 100px;
	padding-right: 30px;
	font-size: 16px;
	background-size: 40px auto;
}
}

/*desktop end*/

/*desktop-big start*/

@media only screen and (min-width: 1680px) {
.delivery-details, .delivery-details:not(.view2) {
	gap: 0 80px;
}
}
