.tooltipster-sidetip .tooltipster-box {
	border: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: #565656;
}

.tooltipster-sidetip .tooltipster-box {
	width: 340px;
}


header .top-head .top-menu ul>li {
	margin: 0 13px;
}
header .top-head .top-menu ul>li>a {
	font-size: 14px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
header .top-head .top-menu ul>li>a:hover {
	color: #fa9926;
	text-decoration: none;
}

header .login-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 15px;
}

header .top-head .user {
	width: auto;
	height: auto;
	background: none;
}


header .login-wrapper .auth-link,
header .login-wrapper .reg-link, 
header .login-wrapper .login-link {
	display: inline-block;
	position: relative;
	color: #202020;
	font-size: 14px;
	font-weight: 400;
	height: 14px;
	line-height: 1em;
	letter-spacing: 0.01px;
	text-decoration: none;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

header .login-wrapper .auth-link:hover,
header .login-wrapper .reg-link:hover,
header .login-wrapper .login-link:hover{
	color: #fa9926;
}

header .login-wrapper .reg-link,
header .login-wrapper .login-link{
	margin-right: 3px;
}

header .login-wrapper .auth-link {
	margin-left: 3px;
	padding-right: 15px;
	border-right: solid 1px #bababa;
}

header .login-wrapper .login-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	padding-left: 30px;
} 

header .login-wrapper .login-block:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 15px;
	height: 14px;
	background: url('/assets/images/img/user-orange.png') 0 0 no-repeat;
	margin-top: -7px;
}

header .top-head .mail {
	position: relative;
	width: 18px;
	top: 2px;
	padding-left: 16px;
	padding-right: 26px;
	margin-left: 0;
}

header .cart {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

header .cart:hover {
	background-image: url('/assets/images/img/cart-top-hover.png');
}

.footer-menu ul li a:hover,
header .mid-menu ul>li:not(:first-child) a:hover {
	color: #fa9926;
}

footer .call-button .phone-btn,
header .call-button .phone-btn {
	display: inline-block;
	width: 37px;
	height: 37px;
	background: url(/assets/images/img/large-pink-phone.png) 0 0 no-repeat;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

footer .call-button .phone-btn:hover,
header .call-button .phone-btn:hover {
	background: url(/assets/images/img/large-orange-phone.png) 0 0 no-repeat;
}

.button-on-top,
.special.banner .order-button a,
.calculator .calc-result .in-cart-button,
.add-to-cart .in-cart-button {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.button-on-top:hover,
.special.banner .order-button a:hover,
.calculator .calc-result .in-cart-button:hover,
.add-to-cart .in-cart-button:hover {
	background-color: #fa9926;
}

.menu-more:hover {
	background-color: #fccb86;
}

header .mid-menu ul>li:hover>a {
	color: #fa9926;
}

header .mid-head {
	position: relative;
}

header .mid-menu ul>li:hover .sub-menu {
	display: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

header .mid-menu ul>li .sub-menu {
	display: none;
	background-color: #fff;
  z-index: 10;
  padding: 0 30px;
  /*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1), inset 0 0 5px rgba(0,0,0,0.1) !important;
  box-shadow: 0 3px 5px rgba(0,0,0,0.1), inset 0 0 5px rgba(0,0,0,0.1) !important;
  position: fixed;
  top: 152px;
  height: 360px;
  left: 0;
  right: 0;
  overflow: visible;
}

header .mid-menu ul>li .sub-menu ul {
	max-width: 1170px;
	margin: 0 auto;
	column-count: 3;
	padding: 30px 0;
}

@media (min-width: 768px) {
	header .mid-menu ul>li .sub-menu ul {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
	header .mid-menu ul>li .sub-menu ul {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
	header .mid-menu ul>li .sub-menu ul {
    max-width: 1170px;
  }
}

header .mid-menu ul>li .sub-menu .mobile-link {
	display: none;
}

header .mid-menu ul>li.show-menu>a {
	color: #fa9926;
}

header .mid-menu ul>li.show-menu .sub-menu {
	display: block;
}

header .mid-menu ul .has-sub-menu .sub-menu li {
	line-height: 1em;
	padding: 8px 0;
}
header .mid-menu ul .has-sub-menu .sub-menu li a {
	display: block;
	position: relative;
	line-height: 1.2em;
	color: #9c9c9c;
	padding-left: 15px;
}

header .mid-menu ul .has-sub-menu .sub-menu li a:before {
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	background: #fa9926;
	border-radius: 10px;
}

header .mid-menu ul .has-sub-menu .sub-menu li a:hover {
	color: #333;
}
header .mid-menu ul .has-sub-menu .sub-menu li a:hover:before {
	background: #202020;
}

/* offer-page */
.tab-content {
  display: none;
  padding: 30px 0;
}
.tab-content.current {
  display: block;
}



.offer-page .main-title {
	display: block;
	color: #ff0344;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.offer-page .tabs-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.offer-page .tabs-menu li {
	flex: 1 25%;
	
}

.offer-page .tabs-menu li a, .offer-page .tabs-menu li span {
	display: block;
	height: 65px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 0 15px;
	background-color: #ebebeb;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	border-left: 1px solid rgba(214, 214, 214, 0.5);
	text-decoration: none;
}

.offer-page .tabs-menu li a:hover, .offer-page .tabs-menu li span:hover {
	background: #c3c3c3;
}

.offer-page .tabs-menu li a b, .offer-page .tabs-menu li span b {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 29px;
	max-width: 29px;
	min-width: 29px;
	max-height: 29px;
	height: 29px;
	border-radius: 30px;
	background-color: #cfcfcf;
	margin-right: 20px;
	color: #202020;
	font-size: 12px;
	font-weight: 400;
	line-height: 24px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .tabs-menu li:first-child a, .offer-page .tabs-menu li:first-child span {
	border-left: 0;
}
.offer-page .tabs-menu li.current a, .offer-page .tabs-menu li.msf-step-active span {
	background: #ff0344;
	color: #fff;
	font-weight: 500;
}

.offer-page .tabs-menu li.current a b, .offer-page .tabs-menu li.msf-step-active span b {
	background-color: #fff;
}



.offer-page .person-tab .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.offer-page .person-tab .wrapper .left-block {
	flex: 0 100%;
	margin-right: 70px;
}

.offer-page .person-tab .wrapper .left-block .form-title {
	color: #1d1d1d;
	font-size: 16px;
	text-transform: uppercase;
}
.offer-page .person-tab .wrapper .left-block .form-title sup {
	color: #ff0344;
}

.offer-page .person-tab .wrapper .left-block .form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #ececec;
  margin-bottom: 15px;
  padding: 0 19px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offer-page .person-tab .wrapper .left-block .form-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -12.5px;
}

.offer-page .person-tab .wrapper .left-block .form-row .form-group {
	flex: 0 calc(50% - 25px);
	margin: 0 12.5px;
}

.offer-page .person-tab .wrapper .left-block .edit-data {
	display: inline-block;
	color: #fa9926;
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .person-tab .wrapper .left-block .edit-data:hover {
	color: #ff0344;
}

.offer-page .person-tab .wrapper .right-block {
	flex: 1 0 460px;
	background: #f6f6f6;
	padding: 25px 28px;
}

.offer-page .person-tab .wrapper .right-block .inner-link {
	display: inline-block;
	position: relative;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	padding-left: 70px;
}

.offer-page .person-tab .wrapper .right-block .inner-link.delivery:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/delivery-track.png') 0 0 no-repeat;
	width: 41px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .person-tab .wrapper .right-block .inner-link.back:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/back-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 37px;
	margin-top: -18.5px;
}

.offer-page .person-tab .wrapper .right-block .inner-link.payment:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/cards-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .person-tab .wrapper .right-block .inner-link:first-child {
	margin-top: 0;
}

.offer-page .person-tab .button-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 43px;
}

.offer-page .person-tab .button-group .next-btn, .msf-navigation .row .button-group .next-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ff0344;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .person-tab .button-group .next-btn:hover, .msf-navigation .row .button-group .next-btn:hover {
	background: #fa9926;
	text-decoration: none;
}

.offer-page .person-tab .button-group .back-btn, .msf-navigation .row .button-group .back-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ebebeb;

	color: rgba(32,32,32,0.42);
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 20px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .person-tab .button-group .back-btn:hover {
	background: #c3c3c3;
	text-decoration: none;
}

.offer-page .person-tab .button-group .back-btn.disabled {
	pointer-events: none;
	opacity: 0.7;
	cursor: default;
}

/* */

.offer-page .address-tab .top-block {
	background: #f6f6f6;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 25px 45px;
}

.offer-page .address-tab .top-block .choose-delivery {
	flex: 0 100%;
}

.offer-page .address-tab .top-block .choose-delivery .inner-title {
	display: inline-block;
	color: #141414;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 18px;
}

.offer-page .address-tab .top-block .choose-delivery .form-group {
	margin-top: 10px;
	margin-bottom: 0;
}

.offer-page .address-tab .top-block .choose-delivery .form-group:nth-child(2) {
	margin-top: 0;
}

.offer-page .address-tab .top-block .choose-delivery .form-group > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.offer-page .address-tab .top-block .choose-delivery .form-group .form-radio {
	-webkit-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
}

.offer-page .address-tab .top-block .choose-delivery .form-group > label span {
	position: relative;
	display: inline-block;
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding-left: 25px;
}

.offer-page .address-tab .top-block .choose-delivery .form-group > label span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 10px;
	background: #b3b3b3;
	margin-top: -4.5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


.offer-page .address-tab .top-block .choose-delivery .form-group > label .form-radio:checked + span:before {
	background-color: #ff0344;
}



.offer-page .address-tab .top-block .right-block {
	flex: 1 0 460px;
	background: #f6f6f6;
}

.offer-page .address-tab .top-block .right-block .inner-link {
	display: inline-block;
	position: relative;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	padding-left: 70px;
}

.offer-page .address-tab .top-block .right-block .inner-link.delivery:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/delivery-track.png') 0 0 no-repeat;
	width: 41px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .address-tab .top-block .right-block .inner-link.back:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/back-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 37px;
	margin-top: -18.5px;
}

.offer-page .address-tab .top-block .right-block .inner-link.payment:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/cards-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .address-tab .top-block .right-block .inner-link:first-child {
	margin-top: 0;
}

.offer-page .address-tab .bottom-block {
	margin-top: 30px;
}

.offer-page .address-tab .bottom-block > .inner-title {
	position: relative;
	display: inline-block;
	color: #131313;
	font-size: 16px;
	font-weight: 400;
	padding-left: 24px;
	margin-bottom: 30px;
}
.offer-page .address-tab .bottom-block > .inner-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 10px;
	background: #ff0344;
	margin-top: -4.5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


.offer-page .address-tab .bottom-block .form-title {
	display: block;
	color: #1d1d1d;
	font-size: 16px;
	text-transform: uppercase;
}
.offer-page .address-tab .bottom-block .form-title sup {
	color: #ff0344;
}

.offer-page .address-tab .bottom-block .form-select,
.offer-page .address-tab .bottom-block .form-control {
	width: 100%;
  height: 48px;
  border-radius: 0;
  border: 1px solid #ececec;
  margin-bottom: 15px;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offer-page .address-tab .bottom-block .form-select {
	background: url('/assets/images/img/select-arrow_less.png') 95% 50% no-repeat;
}

.offer-page .address-tab .bottom-block .form-area {
  height: calc(100% - 40px);
  border: 1px solid #ececec;
  padding: 10px;
  resize: none;
}

.offer-page .address-tab .bottom-block .form-block .row-block,
.offer-page .address-tab .bottom-block .form-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -12.5px;
}

.offer-page .address-tab .bottom-block .form-block .row-block {
	margin-top: 25px;
}

.offer-page .address-tab .bottom-block .form-block .row-block:first-child {
	margin-top: 0;
}

.offer-page .address-tab .bottom-block .form-row .form-group {
	flex: 0 50%;
	margin: 0 12.5px;
}

.offer-page .address-tab .bottom-block .form-row .form-group:nth-child(5) {
	flex: 1 0 66px;
}


.offer-page .address-tab .bottom-block .form-block .inner-title {
	display: block;
	color: #141414;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 25px;
}

.offer-page .address-tab .bottom-block .form-block .form-inner-block {
	flex: 1 0 357px;
	margin-right: 15px;
}

.offer-page .address-tab .bottom-block .form-block .form-inner-block:first-child {
	flex: 0 100%;
	margin-left: 15px;
	margin-right: 30px;
}

.offer-page .address-tab .bottom-block .form-block .form-inner-block > .form-group {
	margin: 0;
	height: 100%;
}

.offer-page .address-tab .bottom-info {
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.offer-page .address-tab .bottom-info .info-title {
	display: inline-block;
	color: #131313;
	font-size: 16px;
	font-weight: 400;
}

.offer-page .address-tab .bottom-info .info-title sup {
	color: #ff0344;
}

.offer-page .address-tab .bottom-info .button-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}

.offer-page .address-tab .bottom-info .button-group .next-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ff0344;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .address-tab .bottom-info .button-group .next-btn:hover {
	background: #fa9926;
	text-decoration: none;
}

.offer-page .address-tab .bottom-info .button-group .back-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ebebeb;

	color: rgba(32,32,32,0.42);
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 20px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .address-tab .bottom-info .button-group .back-btn:hover {
	background: #c3c3c3;
	text-decoration: none;
}

.offer-page .person-tab .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

/* */



.offer-page .delivery-tab .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.offer-page .delivery-tab .wrapper .left-block {
	flex: 0 100%;
	margin-right: 70px;
}

.offer-page .delivery-tab .wrapper .left-block .form-title {
	color: #1d1d1d;
	font-size: 16px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 20px;
}

.offer-page .delivery-tab .wrapper .left-block p {
	color: #5a5a5a;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 45px;
}

.offer-page .delivery-tab .wrapper .right-block {
	flex: 1 0 460px;
	background: #f6f6f6;
	padding: 25px 28px;
}

.offer-page .delivery-tab .wrapper .right-block .inner-link {
	display: inline-block;
	position: relative;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	padding-left: 70px;
}

.offer-page .delivery-tab .wrapper .right-block .inner-link.delivery:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/delivery-track.png') 0 0 no-repeat;
	width: 41px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .delivery-tab .wrapper .right-block .inner-link.back:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/back-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 37px;
	margin-top: -18.5px;
}

.offer-page .delivery-tab .wrapper .right-block .inner-link.payment:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/cards-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .delivery-tab .wrapper .right-block .inner-link:first-child {
	margin-top: 0;
}

.offer-page .delivery-tab .button-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 43px;
}

.offer-page .delivery-tab .button-group .next-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ff0344;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .delivery-tab .button-group .next-btn:hover {
	background: #fa9926;
	text-decoration: none;
}

.offer-page .delivery-tab .button-group .back-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ebebeb;

	color: rgba(32,32,32,0.42);
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 20px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .delivery-tab .button-group .back-btn:hover {
	background: #c3c3c3;
	text-decoration: none;
}

/* */

.offer-page .agree-tab .top-block {
	background: #f6f6f6;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding: 25px 20px;
	margin-bottom: 45px;
}

.offer-page .agree-tab .top-block .top-info {
	flex: 0 100%;
}

.offer-page .agree-tab .top-block .top-info .form-title {
	display: inline-block;
	color: #141414;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 18px;
}


.offer-page .agree-tab .top-block .top-info .inner-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -25px;
}

.offer-page .agree-tab .top-block .top-info .inner-row .block {
	flex: 0 auto;
	margin: 0 25px;
}

.offer-page .agree-tab .top-block .top-info .block .info-title {
	display: block;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 14px;
}

.offer-page .agree-tab .top-block .top-info .block .info-title b {
	color: #ff0344;
	font-weight: 600;
}

.offer-page .agree-tab .top-block .top-info .block .info-title i {
	color: #000;
	font-style: normal;
	font-weight: 600;
}


.offer-page .agree-tab .top-block .right-block {
	flex: 1 0 320px;
	background: #f6f6f6;
}

.offer-page .agree-tab .top-block .right-block .inner-link {
	display: inline-block;
	position: relative;
	color: #5a5a5a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 40px;
	padding-left: 70px;
}

.offer-page .agree-tab .top-block .right-block .inner-link.delivery:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/delivery-track.png') 0 0 no-repeat;
	width: 41px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .agree-tab .top-block .right-block .inner-link.back:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/back-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 37px;
	margin-top: -18.5px;
}

.offer-page .agree-tab .top-block .right-block .inner-link.payment:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background: url('/assets/images/img/cards-icon.png') 0 0 no-repeat;
	width: 37px;
	height: 29px;
	margin-top: -14.5px;
}

.offer-page .agree-tab .top-block .right-block .inner-link:first-child {
	margin-top: 0;
}

.offer-page .agree-tab .bottom-block .inner-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -50px;
}

.offer-page .agree-tab .bottom-block .inner-row .block {
	flex: 1 auto;
	margin: 0 50px;
}

.offer-page .agree-tab .bottom-block .inner-row .form-title {
	display: block;
	color: #141414;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.offer-page .agree-tab .bottom-block .inner-row .info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
}

.offer-page .agree-tab .bottom-block .inner-row .inner-title {
	display: inline-block;
	flex: 1 0 120px;
	color: #5a5a5a;
}
.offer-page .agree-tab .bottom-block .inner-row .val-title {
	display: inline-block;
	flex: 0 100%;
	color: #000;
}

.offer-page .agree-tab .button-group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 43px;
}

.offer-page .agree-tab .button-group .get-result-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ff0344;

	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .agree-tab .button-group .get-result-btn:hover {
	background: #fa9926;
	text-decoration: none;
}

.offer-page .agree-tab .button-group .back-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ebebeb;

	color: rgba(32,32,32,0.42);
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 20px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .agree-tab .button-group .back-btn:hover {
	background: #c3c3c3;
	text-decoration: none;
}
/*
.offer-page .inner-content {
	display: none;
}*/

.offer-page .result-block {
	display: none;
}

.offer-page .result-block .top-block {
	height: 65px;
	border-radius: 3px;
	padding: 0 17px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	background-color: #ff0344;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	margin-bottom: 30px;
}

.offer-page .result-block .top-block .inner-title {
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 3px;
}

.offer-page .result-block .top-block .semi-title {
	display: block;
	opacity: 0.6;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1em;
}


.offer-page .result-block .bottom-block .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.offer-page .result-block .bottom-block .wrapper .left-block {
	flex: 1 0 400px;
	background-color: #f6f6f6;
	padding: 35px 30px;
	margin-right: 100px;
}

.offer-page .result-block .bottom-block .wrapper .left-block .info-title {
	display: block;
	font-size: 16px;
	color: #646464;
	line-height: 1em;
	margin-top: 15px;
}
.offer-page .result-block .bottom-block .wrapper .left-block .info-title:first-child {
	margin-top: 0;
}

.offer-page .result-block .bottom-block .wrapper .left-block .info-title b {
	font-weight: 600;
	color: #141414;
}
.offer-page .result-block .bottom-block .wrapper .left-block .info-title i {
	font-style: normal;
	color: #5a5a5a;
}

.offer-page .result-block .bottom-block .wrapper .right-block {
	flex: 0 100%;
}

.offer-page .result-block .bottom-block .wrapper .right-block .info-title {
	display: block;
	font-size: 16px;
	color: #646464;
	line-height: 1em;
	margin-top: 15px;
}
.offer-page .result-block .bottom-block .wrapper .right-block .info-title:first-child {
	margin-top: 0;
}

.offer-page .result-block .bottom-block .wrapper .right-block .info-title b {
	font-weight: 400;
	color: #ff0344;
}
.offer-page .result-block .bottom-block .wrapper .right-block .info-title i {
	font-style: normal;
	color: #000;
}

.offer-page .result-block .bottom-block .bottom-info {
	margin-top: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.offer-page .result-block .bottom-block .bottom-info .inner-title {
	display: block;
	color: #5a5a5a;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
}

.offer-page .result-block .bottom-block .bottom-info .inner-link {
	display: inline-block;
	color: #fa9926;
	font-size: 16px;
	font-weight: 700;
	margin-top: 18px;
	float: left;
	clear: left;
	text-decoration: underline;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .result-block .bottom-block .bottom-info .inner-link:hover {
	color: #ff0344;
}

.offer-page .result-block .bottom-block .bottom-info .next-btn {
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 45px;
	-webkit-box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	box-shadow: -1px 1px 0 rgba(141, 141, 141, 0.41);
	border-radius: 3px;
	background-color: #ebebeb;

	color: rgba(32,32,32,0.42);
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 20px;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.offer-page .result-block .bottom-block .bottom-info .next-btn:hover {
	background: #c3c3c3;
	text-decoration: none;
}

.products .product .product-price {
	text-align: center;
}

@media (max-width: 1200px) {
	header .top-head .top-menu ul>li {
		margin: 0 4px;
	}
	header .top-head .top-menu ul>li> a {
		font-size: 11px;
	}

	.offer-page .address-tab .bottom-block .form-block .form-inner-block {
		flex: 1 0 300px;
	}

	.offer-page .agree-tab .top-block .top-info {
		margin-right: 30px;
	}

	.offer-page .agree-tab .top-block .top-info .inner-row {
		margin: 0;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.offer-page .agree-tab .top-block .top-info .inner-row .block {
		margin: 10px 0;
	}
}


@media only screen and (max-width: 1024px) {
	header .login-wrapper {
		margin-left: 0;
	}
	header .login-wrapper .auth-link {
		display: none;
	}


	header .login-wrapper .login-block {
		padding-left: 0;
		color: #ebebeb;
	}
	header .login-wrapper .login-block * {
		display: none;
	}

	header .login-wrapper .login-block:before {
		display: none;
	}

	header .login-wrapper .reg-link, header .login-wrapper .login-link {
		display: block;
		width: 43px;
		margin-left: 0;
		padding-left: 15px;
		overflow: hidden;
		color: #ebebeb !important;
    margin-left: 3px;
    padding-right: 15px;
    border-right: solid 1px #bababa
	}
	header .login-wrapper .reg-link:before, header .login-wrapper .login-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 15px;
    height: 14px;
    background: url(/assets/images/img/user-orange.png) 0 0 no-repeat;
    margin-top: -7px;
    margin-left: -7.5px;
	}

	header .mid-menu ul>li .sub-menu {
		height: 460px;
	}
	header .mid-menu ul>li .sub-menu ul {
		column-count: 2;
	}

	.offer-page .tabs-menu {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.offer-page .tabs-menu li {
		flex: 0 50%;
		margin-top: -1px;
		margin-left: -1px;
	}
	.offer-page .tabs-menu li a, .offer-page .tabs-menu li span {
		border: 1px solid rgba(214, 214, 214, 0.5);
	}
	
	.offer-page .delivery-tab .wrapper .right-block,
	.offer-page .address-tab .top-block .right-block,
	.offer-page .person-tab .wrapper .right-block {
		flex: 1 0 300px;
	}

	.offer-page .agree-tab .bottom-block .inner-row {
		margin: 0 -15px;
	}

	.offer-page .agree-tab .bottom-block .inner-row .block {
		margin: 0 15px;
	}

	.offer-page .person-tab .wrapper .left-block {
		margin-right: 30px;
	}

	.offer-page .person-tab .wrapper .left-block .form-row {
		display: block;
	}

	.offer-page .address-tab .bottom-block .form-block .row-block {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.offer-page .address-tab .bottom-block .form-block .row-block .form-group {
		flex: 0 calc(50% - 25px);
	}

	.offer-page .address-tab .bottom-block .form-block .row-block:not(:first-child) .form-group {
		flex: 0 calc(100% - 25px);
	}

	.offer-page .result-block .bottom-block .wrapper .left-block {
		margin-right: 15px;
	}

	.offer-page .result-block .bottom-block .bottom-info .next-btn {
		flex: 1 0 260px;
	}
}

@media (max-width: 768px) {
	header .mid-menu.mid-menu-mobile .sub-menu {
		top: 75px;
		width: 100vw;
		height: calc(100vh - 75px);
		left: 0;
		overflow: hidden;
		overflow-y: auto;
		padding-right: 15px !important;
		margin-right: 15px;
		text-align: center;
	}

	header .mid-menu.mid-menu-mobile .sub-menu::-webkit-scrollbar-track {
		border-radius: 10px;
		background-color: #ccc;
	}

	header .mid-menu.mid-menu-mobile .sub-menu::-webkit-scrollbar {
		width: 3px;
		background-color: #ccc;
	}

	header .mid-menu.mid-menu-mobile .sub-menu::-webkit-scrollbar-thumb {
		border-radius: 10px;
		background-color: #fa9926;
	}

	header .mid-menu ul>li .sub-menu ul {
		column-count: 1;
		text-align: left;
	}

	header .mid-menu .has-sub-menu>a {
		position: relative;
		pointer-events: none;
	}

	header .mid-menu .has-sub-menu>a:before {
		position: absolute;
		top: -27px;
    left: -55px;
    right: -20px;
    bottom: -29px;
		content: "";
		background: #fff;
		opacity: 0;
		z-index: -1;
		-webkit-transition: all .3s;
		   -moz-transition: all .3s;
		    -ms-transition: all .3s;
		     -o-transition: all .3s;
		        transition: all .3s;
	}

	header .mid-menu ul>li.show-menu>a:before {
		opacity: 1;
	}

	header .mid-menu ul>li .sub-menu .mobile-link, .mobile-link-category {
		position: relative;
		display: inline-block;
		font-weight: 700;
		font-size: 16px;
		text-align: center;
		text-transform: none;
		margin: 0 0 30px;
		padding-right: 50px;
	}

	header .mid-menu ul>li .sub-menu .mobile-link:before, .mobile-link-category:before {
		position: absolute;
		top: 3px;
		right: 0;
		content: "";
		width: 30px;
		height: 30px;
		background: url('/assets/images/img/arrow-border.png') 0 0 no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

	.offer-page .tabs-menu li {
		flex: 0 100%;
		margin-top: -1px;
	}

	.offer-page .person-tab .wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.offer-page .person-tab .wrapper .left-block {
		order: 2;
		margin: 0;
		margin-top: 30px;
		flex: 0 100%;
		width: 100%;
	}

	.offer-page .person-tab .wrapper .right-block {
		order: 1;
		padding: 15px;
		flex: 0 100%;
		width: 100%;
		/*text-align: center;*/
	}
	
	.offer-page .agree-tab .top-block .right-block .inner-block,
	.offer-page .address-tab .top-block .right-block .inner-block,
	.offer-page .delivery-tab .wrapper .right-block .inner-block,
	.offer-page .person-tab .wrapper .right-block .inner-block {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		/*-ms-align-items: center;
		align-items: center;*/
	}

	.offer-page .agree-tab .top-block,
	.offer-page .address-tab .top-block {
		padding: 15px;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	
	.offer-page .agree-tab .top-block .right-block,
	.offer-page .delivery-tab .wrapper .right-block, 
	.offer-page .address-tab .top-block .right-block,
	.offer-page .person-tab .wrapper .right-block {
		flex: 0 auto;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.offer-page .address-tab .top-block .choose-delivery {
		margin-bottom: 30px;
	}

	.offer-page .address-tab .bottom-block .form-block .row-block, .offer-page .address-tab .bottom-block .form-row {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}

	.offer-page .address-tab .bottom-block .form-row .form-group {
		flex: 0 100%;
		margin: 4px 0;
	}

	.offer-page .address-tab .bottom-block .form-block .form-inner-block {
		margin: 0 !important;
	}

	.offer-page .address-tab .bottom-block .form-block .form-inner-block {
		flex: 0 100%;
	}

	.offer-page .address-tab .bottom-block .form-area {
		height: auto;
		min-height: 100px;
	}

	.offer-page .address-tab .bottom-info {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.offer-page .address-tab .bottom-info .info-title {
		margin-bottom: 30px;
	}

	.offer-page .delivery-tab .wrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.offer-page .delivery-tab .wrapper .left-block {
		order: 2;
		margin: 30px 0 0;
	}

	.offer-page .delivery-tab .button-group {
		margin-top: 0;
	}

	.offer-page .agree-tab .top-block .top-info {
		margin: 0;
		margin-bottom: 30px;
	}

	.offer-page .agree-tab .bottom-block .inner-row {
		margin: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.offer-page .agree-tab .bottom-block .inner-row .block {
		flex: 0 100%;
		margin: 10px 0;
	}

	.offer-page .result-block .top-block {
		height: auto;
		padding: 15px;
		margin-bottom: 15px;
	}

	.offer-page .result-block .bottom-block .wrapper .left-block {
		flex: 0 100%;
		padding: 15px;
		margin: 0;
	}

	.offer-page .result-block .bottom-block .wrapper {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.offer-page .result-block .bottom-block .wrapper .right-block {
		margin-top: 30px;
	}

	.offer-page .result-block .bottom-block .bottom-info {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.offer-page .result-block .bottom-block .bottom-info .next-btn {
		flex: 0 100%;
		max-width: 260px;
		margin: 30px auto 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	header .mid-menu ul>li .arrow-down {
		padding-left: 4px;
	}

}

/* smart search */

.smart-block {
	position: relative;
	margin-top: 10px;
}

.smart-block .form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.smart-block .form {
	margin: 0 -15px;
}

.smart-block .form .form-group {
	margin: 0;
}
.smart-block .form .search-group {
	flex: 0 100%;
}
.smart-block .form .search-group .form-control {
	height: 42px;
	border-radius: 3px 0 0 3px;
	border: 2px solid #ff0344;
	padding: 0 25px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.smart-block .form .select-group {
	flex: 1 0 290px;
}
.smart-block .form .select-group .form-select {
	width: 100%;
  height: 42px;
  border-radius: 0;
  border: 2px solid #ff0344;
  border-left: 0;
  padding: 0 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.smart-block .form .select-group .form-select {
	background: url('/assets/images/img/select-arrow_less-red.png') 95% 50% no-repeat;
}

.smart-block .form .btn-group {
	flex: 1 0 165px;
}
.smart-block .form .btn-group .form-btn {
	position: relative;
	width: 100%;
	height: 42px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	border-radius: 0 3px 3px 0;
	background-color: #ff0344;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	border: 0;
	padding-left: 15px
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.smart-block .form .btn-group .form-btn:hover {
	background: #fa9926;
}

.smart-block .form .btn-group .form-btn:before {
	position: absolute;
	top: 50%;
	left: 40px;
	content: "";
	width: 11px;
	height: 11px;
	background: url('/assets/images/img/search-icon.png') 0 0 no-repeat;
	margin-top: -5.5px;
}

@media (max-width: 1024px) {
	.smart-block .form .select-group {
		flex: 1 0 190px;
	}

	.single-popup.user-registration.active {
		position: fixed;
		margin-top: 0;
		margin-left: 0;
		top: 50vh;
		left: 50vw;
		-webkit-transform: translate(-50%, -50%);
		   -moz-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		     -o-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media (max-width: 768px) {
	.smart-block .form {
		margin: 0;
	}
	.smart-block .form .select-group {
		display: none;
	}

	.smart-block .form .btn-group {
		flex: 1 0 42px;
	}

	.smart-block .form .btn-group .form-btn {
		overflow: hidden;
		color: #ff0344;
	}

	.smart-block .form .btn-group .form-btn:hover {
		color: #fa9926;
	}

	.smart-block .form .btn-group .form-btn:before {
		left: 50%;
		margin-left: -5.5px;
	}
}

.site-search-results { 
	margin-top: 4px;
	display:none; 
	position:inherit; 
	text-align:left; 
	padding:15px; 
	background:#F7F7F7; 
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	box-shadow: 2px 3px 9px -2px rgba(50, 50, 50, 0.55); 
	-webkit-box-shadow: 2px 3px 9px -2px rgba(50, 50, 50, 0.55); 
	-moz-box-shadow: 2px 3px 9px -2px rgba(50, 50, 50, 0.55); 
	/*width: 100%;*/ 
	z-index: 9999;
	/*margin-right: 165px;*/ 

	/* new */
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
}


header .mid-menu .has-sub-menu .hamburger-menu .hamburger-button {
	display: none;
}


.hamburger-menu .hamburger-button {
	display: none;
}

@media (max-width: 768px) {
	header .mid-menu .has-sub-menu .hamburger-button {
		position: absolute;
    left: -25px;
    top: 50%;
    display: block;
    margin-top: -9px;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
	}

	header .mid-menu .has-sub-menu .hamburger-button.active {
		margin-top: -5px;
	}

	.top-menu, .col-sm-4.mid-menu {
		display: none;
	}

	.col-sm-3.footer-menu>ul>li {
		width: 45%;
	}

	header {
		padding-bottom: 30px;
	}

	.smart-block {
		margin-top: 20px;
	}

	footer .call-button {
		transform: translate(-120px,2px);
	}
}

select#MethodDelivery {
	overflow: hidden;
    background: transparent;
    width: 200px;
    height: 57px;
    border: 0px;
}

select#MethodDelivery:focus {
	box-shadow: none!important;
}

select#MethodDelivery > option:before {
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 10px;
	background: #b3b3b3;
	margin-top: -4.5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	position: relative;
    display: inline-block;
    margin-right: 14px;
}

select#MethodDelivery > option {
	border-color: #f6f6f600;
	position: relative;
    color: #141414;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
}
select#MethodDelivery > option:hover{
    box-shadow: 0 0 10px 100px #f6f6f6 inset;
    transition: all .2s ease-in-out;
}
select#MethodDelivery > option:hover::before{
    box-shadow: 0 0 10px 100px #ff0344 inset;
}

      .msf-view {
            display: none;
            padding: 30px 0;
        }
        
        .msf-navigation {
            text-align: center;
        }
        
        .msf-nav-button {
            display: none;
        }
        
        .msf-header {
            padding-top: 10px;
            margin-bottom: 40px;
            color: #777;
        }
        
        .msf-header .msf-step {
            font-size: 20px;
            /*display : inline-block;
       vertical-align : middle;*/
        }
        .msf-header .msf-step:hover {
            cursor: pointer;
        }
        
        .msf-header .msf-step i.fa {
            height: 60px;
            width: 60px;
            line-height: 55px;
            text-align: center;
            border: 3px solid #777;
            border-radius: 100%;
            font-size: 30px;
            margin-left: 10px;
            margin-right: 10px;
        }
        
        .msf-header .msf-step.msf-step-complete {
            /*color: #ef4035;*/
            color: green;
        }
        
        .msf-header .msf-step.msf-step-complete i.fa {
            /*border-color : #ef4035;*/
            border-color: green;
        }

        .msf-header .msf-step.msf-step-incomplete {
            /*color: #ef4035;*/
            color:red;
        }
        
        .msf-header .msf-step.msf-step-incomplete i.fa {
            /*border-color : #ef4035;*/
            border-color: red;
        }
        
        .msf-header .msf-step.msf-step-active,
        .msf-header .msf-step.msf-step-active.msf-step-complete,
        .msf-header .msf-step.msf-step-active.msf-step-incomplete {
            color: blue;
            /*color:#3c763d;*/
        }
        
        .msf-header .msf-step.msf-step-active i.fa,
        .msf-header .msf-step.msf-step-active.msf-step-complete i.fa,
        .msf-header .msf-step.msf-step-active.msf-step-incomplete i.fa  {
            border-color: blue;
            /*border-color : #3c763d;*/
        }

        


.input-validation-error {
    border-color: red!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
}

    .input-validation-error:focus {
        border-color: red;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(255, 0,0,0.6);
    }
	
.progress-bar-success {
    background-color: #de4b71;
}

button.ms2_link.bye-all {
	display: block;
	width: 170px;
    height: 45px;
    box-shadow: -1px 1px 0 rgba(141,141,141,0.41);
    border-radius: 3px;
    background-color: #ff0344;
    color: #fff;
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
    border: 0;
}

.progress_bar {
    height: 20px;
    margin-top: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

#msOrder { margin-top: 0px!important; }


.complects .show-price .bye-button,
.complects .show-price .bye-button span,
.products .product .bye-button span,
.products .product .bye-button {
	cursor: pointer;
	line-height: 30px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.complects .show-price .bye-button:hover,
.products .product .bye-button:hover {
	border-color: #fa9926;
	color: #fa9926;
}

.complects .show-price .bye-button:hover span,
.products .product .bye-button:hover span {
	background-color: #fa9926;
}

.bye-in-one-click,
.bye-in-one-click a {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.bye-in-one-click:hover {
	border-color: #ff0344;
}

.bye-in-one-click:hover a {
	color: #ff0344;
}

.form-group > label.error {
	border: none!important;
	color: #fa9926;
	font-weight: 500;
}

.product-grid-home .single-product:hover {
	border: 3px solid #fccb86;
}

.tooltip.bottom .tooltip-inner {
	background-color: #ff0344;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #ff0344;
}  

.tooltip-arrow, .tooltip-inner {
    margin-top: -10px;
}

@media screen and ( max-height: 700px ) {
	.crear-mobile-custom {
		display:none;
	}
}

header .login-wrapper .login-link {
	display:none!important;
}

@media only screen and (max-width: 1024px) {
	header .login-wrapper .login-link {
		display:block!important;
	}
	header .login-wrapper .reg-link {
		display: none!important;
	}
}

.user-registration label.error {
    font-size: 10px;
}


.offer-page .person-tab .left-block .choose-delivery {
	flex: 0 100%;
	display: flex;
}

.offer-page .person-tab .left-block .choose-delivery .inner-title {
	display: inline-block;
	color: #141414;
	font-size: 16px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 18px;
}

.offer-page .person-tab .left-block .choose-delivery .form-group {
	margin-bottom: 0;
	margin-right: 0;
    margin-left: 0; 
}

.offer-page .person-tab .left-block .choose-delivery .form-group:nth-child(2) {
	margin-top: 0;
}

.offer-page .person-tab .left-block .choose-delivery .form-group > label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.offer-page .person-tab .left-block .choose-delivery .form-group .form-radio {
	-webkit-appearance: none;
	appearance: none;
	width: 0;
	height: 0;
}

.offer-page .person-tab .left-block .choose-delivery .form-group > label span {
	position: relative;
	display: inline-block;
	color: #141414;
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	padding-left: 25px;
}

.offer-page .person-tab .left-block .choose-delivery .form-group > label span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 10px;
	background: #b3b3b3;
	margin-top: -4.5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}


.offer-page .person-tab .left-block .choose-delivery .form-group > label .form-radio:checked + span:before {
	background-color: #ff0344;
} 

.text_whatsapp {
    background-image: url(/assets/images/img/phone-whatsapp.png);
	background-position: -4px -6px;
    padding-left: 25px;
    margin-left: 20px;
	margin-top: 10px;
}

.text_whatsapp > a {
	color: #0a0a0a;
}
.text_whatsapp > span.phone{
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
    color: #8b8b8b;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
	.text_whatsapp {
		margin-left: 0;
	}
}

header .call-button .phone-btn-vip {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url(/assets/images/img/vip-call.png) -1px 10px no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.single-prajs .complects {
	background-color: unset;
}

.prajs-table-body .table-row > div.col-sm-2 > span {
	cursor: pointer;
    background-image: url(/assets/images/img/cart-top.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.sberbank {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.link_bank {
	display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    background-color: #ff0344;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    border: 0;
	padding: 10px;
	margin: 10px;
	text-decoration: unset;
}

.link_bank:hover {
	background: #fa9926;
    color: #ffffff;
	text-decoration: unset;
}

img.qr_img {
	width: 30%;
}