*::placeholder {
	opacity: .7;
	color: #000;
}
*::-webkit-input-placeholder {
	opacity: .7;
	color: #000;
}
*:-moz-placeholder {
	opacity: .7;
	color: #000;
}
*::-moz-placeholder {
	opacity: .7;
	color: #000;
}
*:-ms-input-placeholder {
	opacity: .7;
	color: #000;
}
input[type="number"] { 
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button { 
  display: none;
}
body {
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	font-family: 'PNR', sans-serif;
	color: #272727;
	font-size: 16px;
	line-height: 1.4;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
	font-family: "MRB", sans-serif;
}
p {
	margin-bottom: 10px;
}
strong,b {
	font-family: "MRB", sans-serif;
	font-weight: normal;
}
.mark, mark {
	padding: 0;
	background: none;
}
.small, small {
    font-size: 90%;
}
a,a:hover,a:focus {
	color: #E6357B;
}
.btn_main,a.btn_main,button.btn_main,input.btn_main {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);;
	border-radius: 15px;
	padding: 16px 48px;
	font-size: 18px;
	text-align: center;
	box-shadow: 0px 4px 5px rgba(255, 113, 154, 0.2);
	cursor: pointer;
	border: none;
}
.btn_white,a.btn_white,button.btn_white {
	text-decoration: none;
	color: #000;
	display: inline-block;
	line-height: 1;
	background: #fff;
	border-radius: 15px;
	padding: 17px 48px;
	font-size: 16px;
	font-family: "MRB", sans-serif;
	text-align: center;
	box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
	cursor: pointer;
	border: none;
}
.section {
	margin-bottom: 70px;
}
.main_title {
	font-family: "MRB", sans-serif;
	font-size: 32px;
	line-height: 1.4;
	color: #000;
	margin-bottom: 30px;
}

/* INDEX */

.top_line {
	padding: 15px 0;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	border-bottom: 1px solid rgba(230, 53, 123, 0.4);
}
.top_line .logo {
	display: block;
	max-width: 230px;
}
.top_line .top_nav ul {
	font-family: "MR", sans-serif;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.top_line .top_nav ul li a {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 1;
	margin: 0 10px;
	padding: 5px;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.top_line .top_nav ul li:hover a {
	color: #E6357B;
}
.top_line .phone {
	display: block;
	font-family: "MRB", sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 18px;
}
.header {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding: 20px 0;
	position: relative;
}
.header .catalog_link {
	background: linear-gradient(107.68deg, #FFE29F 17.06%, #FFA99F 83.89%);
	box-shadow: 0px 4px 5px rgba(255, 127, 127, 0.2);
}
.header .account_links_wrapper {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
}
.header .account_links_item {
	border: 1px solid rgba(230, 53, 123, 0.4);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 15px;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	padding: 14px;
	width: 200px;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.header .account_links_item:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
}
.header .favorites_link:after {
	background: url(../img/city_icon.svg) center no-repeat;
}
.header .account_link:after {
	background: url(../img/account_icon.svg) center no-repeat;
}
.header .account_links_item:hover {
	color: #E6357B;
}
.header .account_wrapper {
    position: relative;
}
.header .account_wrapper:first-child {
    margin-right: 30px;
}
.header .city_correction_wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    min-width: 200px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 2px 3px rgb(0,0,0,.3);
    border-radius: 15px;
    text-align: center;
    padding: 20px 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.header .city_correction_wrapper.opened {
    display: block;
    visibility: visible;
    opacity: 1;
}
.header .city_correction_wrapper .text {
    margin-bottom: 10px;
    font-size: 15px;
}
.header .city_correction_wrapper .btns_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .city_correction_wrapper .btns_wrapper .item {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 5px;
    font-family: inherit;
    border: 1px solid #f5aeca;
    box-shadow: none;
}
.header .account {
	position: absolute;
	z-index: 10;
	top: calc(100%);
	right: 0;
	width: 430px;
	max-width: 100%;
	padding: 30px 35px;
	background: #fff;
	border-radius: 0px 0px 25px 25px;
	box-shadow: 0 2px 3px rgb(0,0,0,.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.header .account.opened {
	top: calc(100% + 10px);
	opacity: 1;
	visibility: visible;
}
.header .account .close_btn {
	width: 20px;
	height: 20px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 30px;
}
.header .account .title {
	text-align: center;
	font-size: 20px;
	color: #000;
	line-height: 1;
	margin-bottom: 15px;
}
.account_input {
	border: 1px solid rgb(255,169,159,.5);
	border-radius: 15px;
	background: #FFF;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.header .account .btns_wrap,
.main_form .btns_wrap {
    margin-top: 10px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.header .account .btns_wrap .item,
.main_form .btns_wrap .item {
	width: 50%;
	text-align: center;
}
.header .account .btns_wrap .login,
.main_form .btns_wrap .login {
	width: 100%;
}
.header .account .btns_wrap .forgot_password,
.main_form .btns_wrap .forgot_password {
	font-family: "MRB", sans-serif;
	color: #272727;
	font-size: 14px;
	text-decoration: underline;
	line-height: 1;
}
.header .account .btns_wrap .forgot_password:hover,
.main_form .btns_wrap .forgot_password:hover {
	text-decoration: none;
}
.header .account .btns_wrap .registration,
.main_form .btns_wrap .registration {
	margin-top: 15px;
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	text-decoration: underline;
	color: #FFA99F;
}
.header .account .btns_wrap .registration:hover,
.main_form .btns_wrap .registration:hover {
	text-decoration: none;
}
.header_form {
	background: linear-gradient(135deg, #FFE29F 0%, #FFA99F 35.36%, #FF719A 70.71%);
	box-shadow: 0px 4px 4px rgba(158, 158, 158, 0.25);
	border-radius: 30px 30px 0 0;
	padding: 0;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
}
.header_form_img {
	width: 447px;
	min-width: 447px;
	padding-right: 35px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.header_form_img img {
	width: 100%;
}
.header_form_content {
	-webkit-flex-grow: 1;
	        flex-grow: 1;
	margin-right: 35px;
	padding: 30px 0;
}
.header_form_title {
	color: #FFF;
	font-family: "MRB", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 10px;
}
.header_form_description {
	font-size: 22px;
	text-align: center;
	line-height: 1;
	color: #FFF;
	margin-bottom: 30px;
	font-family: "PNR", sans-serif;
}
.header_form_description .link {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.header_form_container {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.3);
	border-radius: 30px;
	border: 2px solid rgba(255,255,255,.7);
	padding: 25px 50px;
}
.main_form .col-lg-3,
.main_form .col-lg-4,
.main_form .col-lg-8,
.main_form .col-lg-6,
.main_form .col-lg-12,
.main_form .col-md-6,
.main_form .col-sm-6,
.main_form .col-6 {
	padding-left: 5px;
	padding-right: 5px;
}
.select {
	position: relative;
	width: 100%;
	height: 50px;
	cursor: pointer;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	padding: 0 15px;
	border: 1px solid #fff;
	font-family: "PNR", sans-serif;
	color: rgba(0,0,0,.7);
    font-size: 16px;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}
.select:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	background: url(../img/chevron_bottom_icon.svg) center /24px no-repeat;
	opacity: .6;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.select.selected {
	color: #000;
}
.select.open:after {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.select .items {
	position: absolute;
	top: calc(100% - 10px);
	left: 0;
	width: 100%;
	z-index: 10;
	background: #FFF;
    border: 1px solid #ffd4cf;;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
	        box-shadow: 0 2px 3px rgba(0,0,0,.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.select.open .items {
	opacity: 1;
	top: calc(100%);
	visibility: visible;
}
.select .items .var {
	display: block;
	padding: 11px 15px;
	color: #000;
}
.select .items .var:hover {
	background: linear-gradient(107.68deg, #FFE29F 17.06%, #FFA99F 83.89%);
}
.select input {
	width: 1px !important;
	height: 1px !important;
	border: none !important;
	opacity: 0 !important;
	z-index: -1 !important;
}
.header_form_footer {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -2px 0 -1px;
}
.header_form_footer .item_wrap {
	width: calc(20% + 24px);
	margin-right: -30px;
}
.header_form_footer .item_wrap .item {
	height: 70px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	background: linear-gradient(137.99deg, #FFE29F -16.89%, #FFA99F 15.98%, #F0849A 68.87%);
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 0 20px;
	        border-radius: 0 20px;
	padding: 10px 40px 10px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
	font-family: "MRB", sans-serif;
}
.header_form_footer .item_wrap .item:after {
	content: "";
	display: inline-block;
	width: 0; 
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	margin-left: 10px;
}
.catalog_list {
	margin: -10px -10px 0;
}
.catalog_list .item_sizer {
	width: 25%;
}
.catalog_list .item_wrap {
	width: 25%;
	height: 190px;
	padding: 10px;
}
.catalog_list .item_wrap_width2 {
	width: 50%;
}
.catalog_list .item_wrap_height2 {
	height: 380px;
}
.catalog_list .item_wrap_height3 {
	height: 570px;
}
.catalog_list .item {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding: 25px;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	background: #CCC;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.catalog_list .item .img_cont {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.catalog_list .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog_list .item .title {
	font-family: "MRB", sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 1.2;
	display: inline-block;
	z-index: 1;
	position: relative;
}
.catalog_list .item .link {
	color: #000;
	font-family: "MRB", sans-serif;
	font-size: 16px;
	position: relative;
	z-index: 1;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
	line-height: 1.2;
	background: #9FB730;
	padding: 8px 15px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	opacity: 0;
	visibility: hidden;
	margin-left: -5px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.catalog_list .item:hover .link {
	margin-left: 0;
	opacity: 1;
	visibility: visible;
}
.catalog_list .item .link:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/arrow_right.svg) center /16px no-repeat;
	margin-left: 5px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.catalog_list .item:hover .link:after {
	margin-left: 10px;
}
.specials .item {
	padding-bottom: 50px;
}
.specials .item .img_cont {
	width: 100%;
	height: 180px;
	background: #F0F0F0;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
.specials .item .img_cont img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.specials .item .content_wrapper {
	min-height: 120px;
	color: #000;
	line-height: 1.2;
}
.specials .item .title {
    font-family: "MRB", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.specials .item .text {
    font-size: 14px;
    margin-bottom: 5px;
}
.specials .item .old_price {
	font-family: "PNR", sans-serif;
	font-size: 15px;
	text-decoration-line: line-through;
	margin-bottom: 5px;
}
.specials .item .price {
    font-family: "MRB", sans-serif;
	font-size: 17px;
	margin-bottom: 5px;
}
.specials .item .link {
	width: 100%;
}
.owl-carousel .owl-nav {
	text-align: center;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	width: 40px;
	height: 40px;
	margin: 0 15px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: url(../img/arrow_right.svg) center /20px no-repeat;
	border: 1px solid #000;
	opacity: .6;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.owl-carousel .owl-nav button.owl-prev {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.owl-carousel .owl-nav button.disabled {
	opacity: .3;
}
.main_about {
	clear: both;
}
.main_about .img_wrapper {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.main_about .description {
	margin-bottom: 15px;
	font-size: 18px;
}
.main_about .link_wrapper {
	display: inline-block;
	border-bottom: 1px solid #E6357B;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.main_about .link_wrapper:hover {
	border-bottom: 1px solid rgba(0,0,0,0);
}
.main_about .link {
	color: #E6357B;
	font-size: 18px;
	text-decoration: none;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.main_about .link:after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/arrow_right_pink.svg) center /15px no-repeat;
	margin-left: 5px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.main_about .link:hover:after {
	margin-left: 10px;
}
.subscription_wrapper {
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
.subscription_wrapper .description {
	font-size: 18px;
	max-width: 450px;
	margin-bottom: 40px;
}
.subscription {
	padding: 35px;
	background: linear-gradient(92.9deg, #B4CD41 -0.99%, #9FB730 102.34%);
	box-shadow: 0px 4px 4px rgba(141, 141, 141, 0.25);
	border-radius: 30px;
	margin-top: 100px;
	max-width: 380px;
}
.input_wrap {
	margin-bottom: 10px;
	position: relative;
}
.input_wrap .icon {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.main_form input {
	display: block;
	width: 100%;
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	height: 50px;
	padding: 0 15px;
	font-family: "PNR", sans-serif;
	color: #000;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.main_form input[type="file"] {
	padding-top: 10px;
	cursor: pointer;
}
.main_form textarea {
	display: block;
	width: 100%;
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 15px;
	padding: 12px 15px;
	font-family: "PNR", sans-serif;
	color: #000;
	font-size: 16px;
	resize: none;
}
.main_form input.btn_main {
    background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
    color: #fff;
    font-size: 18px;
    border: none;
}
.main_form button {
	display: block;
	width: 100%;
}
form .error {
    color: #f31414;
    font-size: 14px;
    margin-top: 3px;
    display: block;
    padding-left: 10px;
}
.main_form .privacy {
	color: rgba(255,255,255,.75);
	font-size: 12px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.main_form .privacy .link {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid rgba(255,255,255,.5);
	color: inherit;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.main_form .privacy .link:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
}
.faq .item_wrap {
	border: 1px solid rgba(0,0,0,.5);
	border-radius: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.faq .item_wrap .item_link {
	padding: 15px 50px 15px 20px;
	display: block;
	font-size: 18px;
	color: #000;
	position: relative;
	cursor: pointer;
}
.faq .item_wrap .item_link:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../img/chevron_bottom_icon.svg) center no-repeat;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.faq .item_wrap .item_link.collapsed:after {
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}
.faq .item_wrap .text {
	padding: 15px 20px;
	background: #f7f7f7;
}
.faq .hidden_items {
	display: none;
}
.faq .open_all {
	text-align: center;
}
.faq .open_all span {
	font-size: 18px;
	cursor: pointer;
	line-height: 30px;
	opacity: .4;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.faq .open_all span:hover {
	opacity: 1;
}
.faq .open_all span:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/chevron_bottom_icon.svg) center /24px no-repeat;
	vertical-align: middle;
	margin-left: 5px;
	opacity: .7;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.faq .open_all span.opened:after {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.mobile_app_wrapper {
	position: relative;
	padding-bottom: 50px;
	overflow: hidden;
}
.mobile_app_wrapper .waves {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 500px;
	top: 60px;
	left: 0;
	background: url(../img/mobile_app_wave.svg) center top no-repeat;
}
.mobile_app {
	position: relative;
}
.mobile_app .mobile_app_screen {
	right: 50px;
	top: 0;
	position: absolute;
	z-index: 1;
	max-width: 420px;
}
.mobile_app_content {
	max-width: 460px;
	position: relative;
	z-index: 10;
	padding-top: 20px;
}
.mobile_app .description {
	font-size: 18px;
	margin-bottom: 50px;
}
.mobile_app_form {
	position: relative;
	z-index: 10;
	max-width: 550px;
}
footer {
	background: linear-gradient(180deg, #B4CD41 13.75%, #9FB730 100%);
	padding: 50px 0;
}
.footer {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.footer .logo {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	display: block;
}
.footer .planart {
	margin-top: 50px;
	color: #272727;
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0);
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.footer .planart:hover {
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.footer .footer_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.footer .footer_nav ul li a {
	display: inline-block;
	font-size: 16px;
	color: #000;
	margin-top: 10px;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,0,0);
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.footer .footer_nav ul li:first-child a {
	margin-top: 0;
}
.footer .footer_nav ul li a:hover {
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.footer .social ul {
	margin: 0;
	margin-top: 12px;
	padding: 0;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: center;
	        align-items: center;
}
.footer .social ul li a {
	display: block;
	margin-left: 10px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}
.footer .social ul li a:hover {
	opacity: .6;
}
.footer .social ul li:first-child a {
	margin-left: 0;
}
.footer .footer_item {
	margin: 10px 0;
}
.footer .footer_item:last-child {
	text-align: right;
}
.footer .phone {
	display: inline-block;
	font-family: "MRB", sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
.footer .description {
	font-size: 14px;
	color: #000;
}
.footer .feedback {
	margin: 10px 0;
}
.footer .feedback_btn {
	font-family: "PNR", sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.footer .text {
	font-size: 12px;
	color: #000;
}
.proceed {
	position: relative;
}
.proceed:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/preloader.svg) center no-repeat, rgba(255,255,255,.5);
    display: block;
    z-index: 10;
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

/* INDEX END */

/* PAGE */

.breadcrumb {
	background: #f7f7f7;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
}
.breadcrumb-item+.breadcrumb-item {
	color: #888;
}
.delivery_zones {
	border: 3px solid #b4cd41;
	overflow: hidden;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.contacts_map_wrapper {
	width: 100%;
	height: 400px;
	margin-top: 20px;
	border: 3px solid #b4cd41;
	overflow: hidden;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.partners_list {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -5px;
}
.partners_list .item_wrap {
	padding: 5px;
	width: 16.6666%;
}
.partners_list .item_wrap .item {
	display: block;
	height: 175px;
	border: 5px solid #E5E5E5;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgb(0,0,0,.16);
            box-shadow: 0 3px 6px rgb(0,0,0,.16);
    -webkit-transition: all .2s linear;
       -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
         -o-transition: all .2s linear;
            transition: all .2s linear;
}
.partners_list .item_wrap .item:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
	        box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.partners_list .item_wrap .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.partner_wrapper {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-align-items: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.partner_wrapper .left_wrapper {
	width: 60%;
	padding-right: 30px;
}
.partner_wrapper .right_wrapper {
	width: 40%;
}
.partner_wrapper .partner_slider_wrapper {
	background: #FBFBFB;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #E1E1E1;
	padding: 20px;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.lSSlideWrapper {
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}
.lSSlideOuter .lSPager.lSGallery li,
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right : 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
}
.fancybox-thumbs>ul {
	margin: 0 auto;
}
.fancybox-thumbs>ul>li:before {
	border: 3px solid #e6357b;
}
.partner_wrapper .partner_info {
	background: #FBFBFB;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #E1E1E1;
	padding: 20px;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
	line-height: 1.2;
	min-height: 100%;
}
.partner_info .title {
	font-family: "MRB", sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
}
.partner_info .description {
	font-size: 18px;
	margin-bottom: 10px;
}
.partner_info .links_wrapper {
	margin-bottom: 10px;
}
.partner_info .links_wrapper .link {
	width: 100%;
	margin: 5px 0;
}
.partner_info .links_wrapper .phone {
	cursor: initial;
}
.partner_info .links_wrapper .favorite {
	background: #eaeaea;
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
}
.partner_info .links_wrapper .favorite:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/favorites_black_icon.svg) center /20px no-repeat;
	margin-right: 5px;
}
.partner_info .partner_contacts {
	font-size: 16px;
}
.partner_info  .partner_contacts_title {
	font-family: "MRB", sans-serif;
	margin-bottom: 5px;
	font-size: 16px;
}
.account_nav ul {
	margin: 20px -2.5px 30px;
	padding: 0;
	list-style-type: none;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.account_nav ul li a {
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	line-height: 1;
	margin: 2.5px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	padding: 14px;
	border: 1px solid rgba(230, 53, 123, 0.4);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 15px;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	     -o-transition: all .2s linear;
	        transition: all .2s linear;
}
.account_nav ul li a:hover {
	color: #E6357B;
}
.account_nav ul li.active a {
	border: none;
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
	color: #FFF;
	-webkit-box-shadow: 0 4px 5px rgba(255,113,154,.2);
	        box-shadow: 0 4px 5px rgba(255,113,154,.2);
}
.account_courier .header_form_container {
	border: 1px solid rgb(255,169,159,.5);
	padding: 20px 30px;
	max-width: 800px;
	margin: 0 auto;
}
.account_courier .main_form input,
.account_courier .main_form textarea {
	border: 1px solid rgb(255,169,159,.5);
}
.account_courier .main_form .privacy {
	color: rgba(0,0,0,.5);
}
.account_courier .main_form .privacy .link {
	border-color: rgba(0,0,0,.2);
}
.account_courier .main_form .privacy .link:hover {
	border-color: rgba(0,0,0,0);
}
.account_courier .main_form .btn_white {
	font-family: 'PNR', sans-serif;
	color: #FFF;
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
	padding: 16px 48px;
	font-size: 18px;
	box-shadow: 0px 4px 5px rgb(255 113 154 / 20%);
}
.account_courier .main_form .select {
	border: 1px solid rgb(255,169,159,.5);
}
.page table {
	width: 100%;
	line-height: 1.2;
	-ms-overflow-x: auto;
	    overflow-x: auto;
}
.page table th {
	background: linear-gradient(180deg, #B4CD41 13.75%, #9FB730 100%);
	font-weight: normal;
}
.page table th,
.page table td {
	border: 1px solid #b2cb3f;
	padding: 10px;
}
.user_story_date {
	margin-bottom: 20px;
}
.date_range_wrapper {
	display: inline-block;
	margin-bottom: 10px;
}
.date_range_wrapper input {
	display: inline-block;
	border: 1px solid rgb(255,169,159,.5);
	border-radius: 15px;
	height: 50px;
	padding: 0 15px;
	font-family: "PNR", sans-serif;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	background: none;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
}
.btn {
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
}
.btn-primary {
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
	border-color: rgba(0,0,0,0)!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
}
.user_story {
	-ms-overflow-x: auto;
	    overflow-x: auto;
}
.user_story table {
	text-align: center;
}
.user_story table th {
	padding: 15px 10px;
	font-family: "MRB", sans-serif;
	font-size: 14px;
}
.user_story table tr td {
	cursor: pointer;
}
.user_story table tr:hover td {
	background: #f1f1f1;
}
.account_form_wrapper {
	border: 1px solid rgb(255,169,159,.5);
	padding: 20px 30px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	max-width: 500px;
	margin: 0 auto;
}
.account_form_wrapper input,
.account_form_wrapper textarea {
	border: 1px solid rgb(255,169,159,.5);
}
.account_form_wrapper .privacy {
	color: rgba(0,0,0,.5);
}
.account_form_wrapper .privacy .link {
	border-color: rgba(0,0,0,.2);
}
.account_form_wrapper .privacy .link:hover {
	border-color: rgba(0,0,0,0);
}
.account_form_wrapper .select {
	border: 1px solid rgb(255,169,159,.5);
}
.form_fiz_ur_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.form_fiz_ur_wrap .item {
    text-decoration: none;
    color: #272727;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.form_fiz_ur_wrap .item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #bfbfbf;
    margin-right: 5px;
}
.form_fiz_ur_wrap .item.active span:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e6357b;
}
body .suggestions-wrapper {
    position: absolute;
    width: 100%;
    top: 100%;
}
body .suggestions-suggestions {
    z-index: 998;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 16px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-color: rgb(255,169,159,.5) !important;
    border-radius: 15px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
body .suggestions-suggestion:hover {
    color: #e6357b;
    background: none;
}
body .suggestions-value {
    padding-left: 10px;
    margin: 0;
    font-size: 16px;
}
body .suggestions-value strong {
    color: #6AA4DE !important;
}

/* PAGE END */

/* POPUPS */

.popup {
	width: auto;
	position: relative;
	max-width: 400px;
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	padding: 40px;
	color: #000;
}
.popup_big {
	max-width: 680px;
}
.popup_title {
	font-family: 'PNR', sans-serif;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.popup .text_wrapper {
	margin-bottom: 20px;
}
.mfp-close-btn-in .popup .mfp-close {
	color: #ffa99f;
	right: 10px;
	top: 10px;
	opacity: 1;
}
.popup .header_form_container {
	border: 1px solid rgb(255,169,159,.5);
	padding: 20px 30px;
}
.popup .main_form input,
.popup .main_form textarea {
	border: 1px solid rgb(255,169,159,.5);
}
.popup .main_form .privacy {
	color: rgba(0,0,0,.5);
}
.popup .main_form .privacy .link {
	border-color: rgba(0,0,0,.2);
}
.popup .main_form .privacy .link:hover {
	border-color: rgba(0,0,0,0);
}
.popup .main_form .btn_white {
	font-family: 'PNR', sans-serif;
	color: #FFF;
	background: linear-gradient(107.68deg, #FFA99F 17.06%, #FF719A 83.89%);
	padding: 16px 48px;
	font-size: 18px;
	box-shadow: 0px 4px 5px rgb(255 113 154 / 20%);
}
.popup .main_form .select {
	border: 1px solid rgb(255,169,159,.5);
}
.popup .text {
	text-align: center;
}
.popup .btns_wrapper {
	margin-top: 20px;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.popup .btns_wrapper .item {
	width: 50%;
	text-align: center;
}
.popup .btns_wrapper .registration {
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	text-decoration: underline;
	color: #FFA99F;
}
.popup .btns_wrapper .registration:hover {
	text-decoration: none;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(.85);
	-moz-transform: scale(.85);
	-ms-transform: scale(.85);
	-o-transform: scale(.85);
	transform: scale(.85);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(1.15); 
	-moz-transform: scale(1.15); 
	-ms-transform: scale(1.15); 
	-o-transform: scale(1.15); 
	transform: scale(1.15); 
	opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out; 
	-moz-transition: opacity 0.2s ease-out; 
	-o-transition: opacity 0.2s ease-out; 
	transition: opacity 0.2s ease-out;
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.my-mfp-zoom-in .mfp-figure {
	opacity: 0;
	-webkit-transition: all 0.1s ease-in-out; 
	-moz-transition: all 0.1s ease-in-out; 
	-o-transition: all 0.1s ease-in-out; 
	transition: all 0.1s ease-in-out; 
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7); 
}
.my-mfp-zoom-in.mfp-ready .mfp-figure {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .mfp-figure {
	opacity: 0;
	-webkit-transform: scale(.7); 
	-moz-transform: scale(.7); 
	-ms-transform: scale(.7); 
	-o-transform: scale(.7); 
	transform: scale(.7); 
}

/* POPUPS END */













