html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

ul {
	list-style: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

html {
	overflow-x: hidden;
}


body {
	font-family: 'PT Serif', sans-serif;
	background: rgba(246, 235, 228, 1);
	font-size: 16px;
	line-height: 21px;
	color: #000;
	min-width: 320px;
	font-weight: normal;
	overflow-x: hidden;
}

.container {
	width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0
}





.cart__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 888;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.cart {
	position: fixed;
	top: 55px;
	left: calc(50% + 506px);
	z-index: 999
}

.cart a.cart__total {
	display: block;
	filter: drop-shadow(0px 3px 5px #23675C);
	background: #fff url("../image/cart.svg") 15px 50% no-repeat;
	padding: 16px 16px 16px 44px;
	box-sizing: border-box;
	color: #000;
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	position: relative;
}

.cart a.cart__total span {
	position: absolute;
	top: -18px;
	left: 9px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background: rgba(66, 105, 94, 1);
	color: #fff;
}

.cart.cart__clear a.cart__total span {
	left: -11px
}

.cart .cart__data {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 4px;
	filter: none;
	width: 350px;
	box-sizing: border-box;
	padding: 8px;
	background: #fff;
	border-radius: 16px;
}

.cart .flex {
	align-items: center;
}

.cart .cart__data.open {
	display: block;
}

.cart.cart__clear .cart__data {
	width: 232px;
	right: -20px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 32px;
	padding: 0
}

.cart .cart__data .product-layout {
	margin-bottom: 8px;
	padding: 0 70px 0 0;
	position: relative;
	font-weight: 700;
	font-size: 12px;
}

.cart .cart__data .product-layout .image {
	width: 60px;
}

.cart .cart__data .product-layout .image img {
	width: 100%;
}

.cart .cart__data .product-layout .title {
	width: calc(100% - 70px);
	line-height: 16px;
}

.cart .cart__data .product-layout .title span {
	display: block;
}

.cart .cart__data .product-layout .price {
	position: absolute;
	top: calc(50% - 21px);
	right: 0;
	text-align: center;
}

.cart .cart__data .product-layout .price span {
	display: block;
}

.cart .cart__data .product-layout .price a {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("../image/remove.svg") 50% 50% no-repeat;
}

.cart .cart__total__price {
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	border-top: 1px solid #000;
	line-height: 50px
}

.cart .cart__total__price span {
	font-size: 16px;
}

.cart .cart__total__price:nth-child(2n) {
	display: none;
}





header {
	padding: 40px 0 65px;
	position: relative;
}

header .flex {
	align-items: center;
	padding-right: 180px
}

header .logo img{
	width: 100%;
	height: 61px;
}

header .goback a {
	display: block;
	color: #000;
	padding: 0 0 0 17px;
	background: url("../image/arrl.svg") 0 50% no-repeat;
}

header .menu a {
	color: #000;
}

header .contacts {
	text-align: right;
}

header .contacts span {
	display: block;
}

header .contacts a {
	display: block;
	padding: 0 0 0 30px;
	background: url("../image/phone.svg") 0 50% no-repeat;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000;
}
.lang-text {
	margin-left: 8px;
	font-size: 14px;
line-height: 19px;
}
.lang-upgrade {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
}

.lang-item {
	text-transform: uppercase;
	margin: 0 8px;
	font-size: 20px;
	line-height: 26px;
}

.lang-item:first-child {
	order: 1
}

.lang-item:nth-child(2n) {
	order: 3
}

.lang-sec {
	display: flex;
	align-items: center;
 
	background: #42695E;
	border-radius: 24px;
	height: 20px;
	padding: 2px;
	width: 36px;
	cursor: pointer;
	order: 2;
}

.left-circle {
	justify-content: start;
}

.right-circle {
	justify-content: end;
}

.lang-sec .circle {
	background: #FFFFFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: relative;
	transition: left 0.3s ease-in-out;
}

header nav {
	padding: 65px 0 0;
}

header nav li {
	display: inline-block;
	margin-right: 32px;
}

header nav li a {
	color: #000;
	display: block;
	padding: 0 0 8px;
	border-bottom: 1px solid transparent;
	position: relative;
}

header nav li a svg {
	display: none;
}

header nav li a:hover,
header nav li.active a {
	color: #000;
	border-color: rgba(66, 105, 94, 1);
}

header nav li.active a {
	font-weight: 700;
}

header nav li:nth-child(2) a {
	padding: 0 0 8px 25px;
	background: url("../image/favorites.svg") 0 calc(50% - 4px) no-repeat;
}

header .search {
	display: none;
}

header.page__main nav {
	display: none;
}

header.page__main:after {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 312px);
	height: 1px;
	width: 624px;
	content: '';
	background: #42695E
}



#navigation {
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	display: none;
}

#navigation .logo {
	margin-bottom: 40px;
}

#navigation .close__nav {
	position: absolute;
	top: 44px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url('../image/closew.svg') 50% 50% no-repeat;
}

#navigation .menu__list a {
	display: flex;
	box-sizing: border-box;
	height: 40px;
	align-items: center;
	border-bottom: 0.5px solid #FFFFFF;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0;
	background: url("../image/arrrw.svg") calc(100% - 5px) 50% no-repeat;
	width: 100%;
}

#navigation a svg {
	width: 18px;
	margin-right: 7px;
}

#navigation a svg path {
	fill: #fff;
}

#navigation p {
	margin-top: 30px;
}

#navigation strong {
	display: block;
	margin-bottom: 8px;
}

#navigation p a {
	color: #fff
}





#promo {
	text-align: center;
	padding: 0 0 85px;
	position: relative;
}

.mobile__contacts {
	display: none;
}

#promo .container {
	max-width: 950px;
}

#promo .search form {
	position: relative;
	position: relative;
}

.search-input-header {
	width: 100%;
	background: #fff;
	text-transform: uppercase;
	padding: 0 45px 0 60px;
	height: 40px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.65);
	border-radius: 16px;
	border: none;
	font-size: 16px;
}

#promo .btn-search {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 40px;
	background: url("../image/search.svg") 50% 50% no-repeat;
}

#promo .clear__form {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 40px;
	background: url("../image/close.svg") 50% 50% no-repeat;
}

#promo .section__description {
	text-align: center;
	max-width: 860px;
	margin: -40px auto 0;
}

#promo .section__description strong {
	font-weight: 700;
	font-size: 18px;
}





#menu__type {
	padding: 0 0 55px;
}

#menu__type .flex {
	justify-content: center
}

#menu__type a {
	display: flex;
	margin: 0 8px 40px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 30px;
	align-items: center;
	line-height: 94px;
	justify-content: center;
	color: #42695E;
	font-size: 20px;
	text-transform: uppercase;
	border: 1px solid #23675C;
	border-radius: 16px;
}

/*#menu__type a:hover{background: #42695E; color: #fff;}
        #menu__type a:hover svg path{fill: #fff;}*/
#menu__type a:hover {
	filter: drop-shadow(0px 3px 5px #23675C);
}

#menu__type svg,
#menu__type img {
	margin-right: 8px;
	width: 30px;
	fill: #42695E;
}





#delivery {
	padding: 0 0 30px;
	text-align: center;
}

#delivery .container {
	max-width: 860px;
}

#delivery .bt__small {
	margin-bottom: 25px;
}

#delivery p {
	margin-bottom: 25px;
}

#delivery strong {
	font-size: 18px;
}

#delivery a {
	padding: 0 0 0 30px;
	background: url("../image/phone.svg") 0 50% no-repeat;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	display: inline-block;
}




#search {
	position: relative;
}

#search__result {
	padding: 25px 0 0;
	display: none;
	text-align: left;
	z-index: 80;
}

#search__result .container {
	max-width: 952px;
	padding: 16px 0;
	background: #FFF6F0;
}

.cat-search {
	padding-bottom: 0 !important;
}

.cat-search #search {
	display: none;
}

.view-all-results {
	text-align: center;
	padding: 10px;
	display: block;
	margin-top: 10px;
	color: #000;
	font-weight: bold;

}


#favourites,
#breakfast {
	padding-bottom: 55px
}

#favourites .list__products .product-layout .favorites a {
	background: #42695E;
	border-color: #42695E
}

#favourites .list__products .product-layout .favorites a svg path {
	fill: #fff;
}





.list__products {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

.list__products .product-layout {
	position: relative;
	background: #fff;
	border-radius: 16px;
	padding: 0 180px 0 0;
	min-height: 165px;
	box-sizing: border-box;
	margin-bottom: 16px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.list__products .product-layout:hover {
	box-shadow: 4px 6px 10px #23675C;
}

.list__products .product-layout:last-child {
	margin-bottom: 0;
}

.list__products .product-layout .image {
	border-radius: 16px 0 0 16px;
	background-size: cover;
	width: 100px;
	overflow: hidden;
	height: 100%;
	top: 0;
	position: absolute;
	width: 194px;
	border-radius: 16px 0 0 16px;
}

.list__products .product-layout .image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-image: url(/catalog/view/theme/default/image/plus-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0px;
  z-index: 1;
  transition: .2s;
  border-radius: 10px;
  transition: background-color .25s;
}

.list__products .product-layout a:hover .image::before {
  background-color: rgba(0,0,0,.22);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.list__products .product-layout .data {
	margin-left: 194px;
	width: calc(100% - 198px);
	box-sizing: border-box;
	padding: 10px 0 10px 24px;
}

.list__products .product-layout.product__no-image .data {
	margin-left: 0;
}


.list__products .product-layout .title {
	text-transform: uppercase;
	font-weight: 700;
	color: #42695E;
	margin-bottom: 8px;
}

.list__products .product-layout .recommend {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 8px;
}

.list__products .product-layout .weight {
	padding: 2px 0 2px 25px;
	background: url("../image/weight.svg") 0 50% no-repeat;
}

.input-group .form-control[name^="quantity"] {
	box-shadow: none;
}

.list__products .product-layout .price {
	padding: 13px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #42695E
}

.list__products .product-layout .favorites button {
	display: flex;
	border: none;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid #DADADA;
	border-radius: 50%;
	box-shadow: 0px 2px 6px #929292;
	background-image: url(../image/favorities.png);
	background-repeat: no-repeat;
	background-position: center;
}

.list__products .product-layout .favorites button:hover,
.list__products .product-layout .favorites button.in_favourites {
	background-color: #42695E;
	border-color: #42695E;
	background-image: url(../image/in_favorities.png);
}

.list__products .product-layout .favorites button svg path, .list__products .product-layout .favorites button svg {
	fill: #DADADA;
}

.list__products .product-layout .favorites button:hover svg path,
.list__products .product-layout .favorites button.in_favourites svg path {
	fill: #fff;
}

#text-page {
	margin-bottom: 59px;
}
#text-page ul {
margin-left: 20px;
list-style-type: circle;
padding: 10px 0;
}
#text-page ol {
	margin-left: 20px;
	list-style-type: auto;
	padding: 10px 0;
	}
#text-page strong {
	font-weight: 700;
}
#text-page a {
	display: inline-block;
	color: #1f675c;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid #1f675c;
}
#text-page a:hover{
	border-bottom: 1px solid transparent;
	color: #1f675c;
}
.list__products .product-layout .actions {
	width: 190px;
	padding: 0 18px;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: calc(50% - 66px);
}

.list__products .product-layout.product__false {
	filter: grayscale(100%);
}

.list__products .product-layout.product__false .actions {
	color: #787878;
	top: calc(50% - 10px)
}

.product-layout .form-group {
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 16px;
	border: 1px solid #DADADA;
	box-shadow: 0px 4px 8px #DADADA;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-layout .form-group button {
	position: absolute;
	top: 14px;
	z-index: 2;
	margin: 0;
	background: transparent;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: block;
	width: 100%;
}

.input-group-btn button {
	margin: 0 !important;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.product-layout .form-group button[data-type="minus"] {
	left: -30px;
	top: 10px;
}

.product-layout .form-group button[data-type="plus"] {
	right: -30px;
}

.product-layout .form-group input {
	width: 100%;
	text-align: center;
	border: none;
	color: #42695E;
	font-size: 18px;
	height: 56px;
}

.product-layout .form-group:last-child {
	margin-bottom: 0
}

.product-layout .to__cart {
	width: 100%;
}

.product-layout .to__cart button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 16px;
	height: 100%;
	color: #42695E;
	cursor: pointer;
	line-height: 58px;
	border: none;
	position: relative;
	top: 0;
}

.product-layout .to__cart button.in_cart {
	background: #42695E url("../image/checkw.svg") 20px 50% no-repeat !important;
	color: #fff;
	padding-left: 28px
}

.product-layout .to__cart button.in_cart svg {
	opacity: 0;
}

.product-layout .to__cart button svg {
	margin-right: 9px;
}

.product-layout .to__cart button:hover {
	color: #fff;
	background: rgba(35, 103, 92, 0.5);
}

.product-layout .to__cart button:hover svg path {
	fill: #fff;
}

.in_cart svg {
	display: none;
}

.fixed {
	position: fixed;
	top: 0;
}

.sidebar {
	background: #fff;
	width: 300px;
	box-sizing: border-box;
	padding: 12px 0;
	border-radius: 16px;
}

.sidebar li {
	margin-bottom: 8px;
}

.sidebar li a {
	display: block;
	text-transform: uppercase;
	color: #000;
	padding: 8px 16px;
	cursor: pointer;
}

.sidebar li a:hover {
	background: radial-gradient(100% 552.89% at 100% 100%, rgba(66, 105, 94, 0) 0%, rgba(66, 105, 94, 0.1125) 64.58%, rgba(66, 105, 94, 0.15) 100%);
}

.sidebar li.active a {
	color: #fff;
	background: radial-gradient(100% 552.89% at 0% 100%, #42695E 0%, rgba(66, 105, 94, 0.301869) 80.33%, rgba(66, 105, 94, 0) 100%);
}





#menu-page {
	padding-bottom: 55px;
}

#menu-page .flex {
	align-items: flex-start;
}

#menu-page .list__products {
	margin: 0;
}




#checkout {
	padding-bottom: 55px;
}

.checkout {
	width: 630px;
}

.checkout .checkout__title {
	border-bottom: 1px solid #42695E;
	margin-bottom: 8px;
	padding: 0 0 8px;
	color: #42695E;
	justify-content: flex-start
}

.checkout .checkout__title div {
	text-align: center;
}

.checkout .checkout__title div:first-child,
.checkout__list .image {
	width: 85px;
}

.checkout .checkout__title div:nth-child(2),
.checkout__list .title {
	width: 210px;
	box-sizing: border-box;
	padding: 0 20px;
	margin-right: 60px;
}

.checkout .checkout__title div:nth-child(3),
.checkout__list .form-group {
	width: 90px;
	margin-right: 55px;
}

.checkout .checkout__title div:nth-child(4),
.checkout__list .price {
	width: 90px;
	text-align: left;
}

.checkout__list .product-layout {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background: #fff;
	padding: 8px 0;
	margin-bottom: 8px;
	border-bottom: 1px solid #42695E;
	box-sizing: border-box;
	min-height: 85px;
}

.checkout__list .remove a {
	display: block;
	width: 13px;
	height: 13px;
	background: url("../image/remove.svg") 50% 50% no-repeat;
}

.checkout__list .title {
	font-size: 14px;
	line-height: 19px;
	font-weight: 700;
	text-transform: none;
}

.checkout__list .price {
	font-size: 14px;
	font-weight: 700;
}

.checkout__list .product-layout .form-group {
	height: 35px;
	border: 1px solid #000000;
	box-shadow: 0px 4px 8px #DADADA;
	border-radius: 8px;
	position: relative;
	margin-bottom: 0
}

.checkout__list .product-layout .form-group input {
	height: 35px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	background: transparent;
}

.checkout__list .product-layout .form-group button {
	top: 2px;
	background: transparent;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.checkout__list .product-layout .form-group button svg {
	width: 10px;
}

.checkout__list .product-layout .form-group button svg path {
	fill: #000;
}

.checkout__list .product-layout .form-group button[data-type="plus"] {
	right: -20px;
}

.checkout__list .product-layout .form-group button[data-type="minus"] {
	left: -20px;
	top: 0px;
}

.checkout__list .product-layout.product-layout_noimage .title {
	width: 295px;
	box-sizing: border-box;
}

.product-layout_total {
	justify-content: flex-end;
	display: flex;
	padding-right: 30px;
	color: #42695E;
	font-weight: 700;
	margin-bottom: 6px;
}
.product-layout_total svg {
	display: none;
}
#custom-total {
	background-color: #fff;
	margin-bottom: 8px;
	border-bottom: 1px solid #42695E;
	padding-top: 10px;
	padding-bottom: 10px;
}

#column_remove {
	display: none;
	
}


#agree-block {
	width: fit-content;
	text-align: left;
	margin-bottom: 20px;
}

#agree-block label a{
	color: #42695E;
	font-weight: 700;
	text-decoration: underline!important;
}
#agree-block label a:hover{
	text-decoration: none!important;
}

#custom-control .clearfix {
	width: 100%;
}
#agree-block input {
	-webkit-appearance: auto;
	width: 16px;
	height: 16px;
	margin: 0;
	opacity: 0;
}
.agree-check {
	display: flex;
	width: auto;
	align-items: center;
	gap: 10px;
	justify-content: end;
	position: relative;
}

#agree-block label {
	padding: 0;
	margin: 0;
}

#agree-block i {
	position: absolute;
	left: 0;
	top: 3px;
	border: 1px solid #42695E;
	width: 16px;
	height: 16px;
	display: block;
	z-index: -1;
}



input:checked+i {
	background-image: url(../image/check-coupon.svg);
	background-repeat: no-repeat;
	background-position: center;
}


.checkout__data {
	width: 520px;
}

.checkout__data .box {
	margin-bottom: 45px;
}
.checkout__data #custom-shipping .box {
	margin-bottom: 15px;
}

.checkout__data .box__title {
	padding: 0 0 8px;
	font-size: 20px;
	line-height: 26px;
	color: #42695E;
	border-bottom: 1px solid #42695E;
	margin-bottom: 8px;
}

.checkout__data .box__title svg {
	position: relative;
	top: 3px;
	right: -3px;
}

.checkout__data .tab {
	display: none;
}

.checkout__data .tab.tab1 {
	display: block;
}

.tabs__title .flex {
	width: 48%;
	height: 48px;
	cursor: pointer;
	background: #fff;
	justify-content: center;
	align-items: center;
	color: #42695E;
	border-radius: 8px;
	position: relative;
}

.tabs__title .flex.active,
.tabs__title .flex:hover {
	background: #42695E;
	color: #fff;
}

.tabs__title .flex.active svg path,
.tabs__title .flex:hover svg path {
	fill: #fff;
}

.tabs__title .flex svg {
	margin-right: 10px;
}

.tabs__title .flex svg path {
	fill: #42695E
}

.tabs__in .form input {
	margin-top: 20px;
	font-size: 16px !important;
	height: 37px !important;
	border: none !important;
}

.tabs .flex input{
	cursor: pointer;
}


.flatflat::before {
  content: url(../image/flatflat.svg);
	margin-right: 10px;
}
.pickuppickup::before {
  content: url(../image/pickuppickup.svg);
	margin-right: 5px;
}

.flatflat.active::before, .flatflat:hover::before {
  content: url(../image/flatflat-white.svg);
}
.pickuppickup.active::before, .pickuppickup:hover::before {
  content: url(../image/pickuppickup-white.svg);
}
.list__payments {
	display: grid!important;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 16px;
	row-gap: 16px;
}
.list__payments .flex {
	width: 100%;
	text-align: center;
	padding: 8px 10px;
	height: auto;
}
.list__payments a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 8px;
	height: 58px;
	width: 31%;
	color: #42695E;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15px;
}

.tabs__title .flex:hover,
.tabs__title .flex.active {
	color: #fff;
	background: #42695E;
	box-shadow: 0px 3px 5px #23675C;
}

.flex.flex__start {
	justify-content: flex-start
}

.checkout__data .flex label {
	display: inline;
	margin: 15px 20px 0 0;
}

.checkout__data p {
	max-width: 450px
}

.process__checkout {
	float: right;
	width: 520px;
	max-width: 100%;
}

.process__checkout .btn-green {
	width: 330px;
	height: 40px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
	display: flex;
align-items: center;
justify-content: center;
}

.process__checkout .btn-green svg {
	position: absolute;
	top: 13px;
right: 45px;
}
.process__checkout .btn-green input{
	background: transparent;
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}





#promo__thanks {
	text-align: center;
	background: url("../image/check.svg") 50% 20px no-repeat;
	padding: 130px 0 250px;
	font-size: 32px;
	line-height: 42px;
	color: #42695E;
}










footer {
	color: #fff;
	padding: 35px;
	text-align: center;
	background: #23675C;
}

footer img {
	margin: 0 auto;
}

footer .address {
	padding: 40px 0
}

footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

footer a:hover {
	border-color: transparent;
	color: #fff;
}

footer .social {
	display: none;
}



#contacts__mobile,
#navigation {
	display: none;
}

.category__title {
	opacity: 0;
	padding: 0;
	margin: 0;
	font-size: 0px;
	height: 0px;
}







a.go {
	color: #fff;
	display: block;
	padding: 10px 28px 10px 10px;
	background: url("../image/link.svg") calc(100% - 10px) 50% no-repeat;
	font-size: 13px;
	line-height: 18px;
	font-weight: 300;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 20px;
}

a.go:hover {
	border: 1px solid rgba(255, 255, 255, 0.45)
}





.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.bt {
	font-size: 40px;
	line-height: 53px;
	color: #42695E;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 65px;
}

.bt__small {
	font-size: 32px;
	line-height: 42px;
	color: #42695E;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 55px;
}






.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea,
.form select {
	border: none;
	width: 100%;
	height: 45px;
	border: 1px solid #ECECEC;
	padding: 0 15px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 160%;
	font-family: 'Manrope', sans-serif;
}

.form input[type="text"]::placeholder,
.form input[type="email"]::placeholder,
.form input[type="tel"]::placeholder {
font-size: 16px;
}

.form textarea {
	resize: none;
	height: 105px;
	padding: 12px 15px;
}

.coupon-box input {
	-webkit-appearance: auto;
	width: 18px;
	height: 18px;
	margin: 0;
	opacity: 0;
}

.coupon-list {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: 17.5px;
	row-gap: 15px;
	flex-wrap: wrap;
}

.coupon-box {
	display: flex;
	align-items: center;
	margin-right: 24px;
}



.cost_delivery-box input {
	-webkit-appearance: auto;
	width: 18px;
	height: 18px;
	margin: 0;
	opacity: 0;
}

.cost_delivery-list {
	display: grid;
	grid-template-columns: 1fr;
	row-gap: 17px;
	margin-top: 17.5px;
}

.cost_delivery-box {
	display: flex;
	align-items: center;
	margin-right: 24px;
}

.cost_delivery-box i {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #42695E;
	width: 18px;
	height: 18px;
	display: block;
	z-index: -1;
}

.cost_delivery-box .form-check label {
	margin-bottom: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	margin-left: 8px;
}

.form-check {
	display: flex;
	align-items: center;
	position: relative;
}

.form-check label {
	margin-bottom: 0;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	margin-left: 8px;
}

.coupon-box i {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #42695E;
	width: 18px;
	height: 18px;
	display: block;
	z-index: -1;
}



input:checked+i {
	background-image: url(../image/check-coupon.svg);
	background-repeat: no-repeat;
	background-position: center;
}


#custom-shipping input[type='checkbox'], #custom-shipping input[type='radio'] {
	-webkit-appearance: auto;
	margin: 0;
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
}


#custom-payment input[type='checkbox'], #custom-payment input[type='radio'] {
	-webkit-appearance: auto;
	margin: 0;
width: 100%;
height: 100%;
position: absolute;
opacity: 0;
}
#custom-payment .list__payments .flex {
	text-align: left;
	display: grid;
	align-items: center;
	grid-template-columns: 30px 1fr;
	font-size: 14px;
line-height: 19px;
}
#custom-payment .list__payments .flex img{
	max-width: 28px;
	height: auto;
}
#custom-payment .list__payments .flex span {
	margin-left: 10px;
}
label {
	display: block;
	position: relative;
	padding: 0 0 0 25px;
	cursor: pointer;
	font-size: 16px;
	margin-bottom: 15px;
}

#custom-shipping {
	display: grid;
	grid-template-columns: 1fr;
}
#custom-shipping .box{
	order: 1
}

#custom-shipping #custom-shipping-address {
order: 3
}

#custom-shipping #custom-customer {
	order: 2
	}



button {
	background: transparent;
}



.clearfix {
	clear: both;
}

.center {
	display: inline-block;
	width: 100%;
	text-align: center;
}


a {
	text-decoration: none !important;
	transition: all 0.25s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
	transition: all 0.25s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: 100%;
	height: auto;
	transition: all 0.25s ease-out;
}

div {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: all 0.25s ease-out;
}

.btn,
.btn:after {
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	border: none;
	transition: all 0.25s ease-out;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 'PT Serif', sans-serif !important
}

.btn:hover {
	transition: all 0.25s ease-out;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}





.btn-green {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	background: #42695E;
	border-radius: 16px;
	padding: 0;
}

.btn-green:hover {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.65);
	color: #fff;
}






input,
textarea,
select,
button {
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: 'PT Serif', sans-serif !important;
	transition: all 0.25s ease-out;
}


.alert {
	padding: 8px 14px 8px 14px;
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 9999;
	width: 280px;
	padding: 10px;
	border-radius: 10px;
	transition: opacity 0.5s ease-in-out;
}

.alert a {
	display: inline-block;
	font-weight: bold;
}

.alert-dismissable .close,
.alert-dismissible .close {
	display: none;
}

.alert-success {
	background-color: #dcfce7;
	color: rgb(22, 163, 74);
}

.alert-success a {
	color: rgb(22, 163, 74);
}


.alert-danger {
	background-color: #fee2e2;
	color: rgb(220, 38, 38);
}

.alert-danger a {
	color: rgb(220, 38, 38);
}
#cost-delivery-section {
	display: none;
}