* {
    font-family: 'Montserrat', sans-serif;
    outline: none;
}
*:focus {
    outline: none !important;
    box-shadow: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.acc-cart-icon:before {
        content: "";
    position: relative;
    display: block;
    left: 0;
    top: -2px;
    background-image: url(../images/small_cart.png);
    width: 31px;
    height: 29px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
}
.form-control:focus {
    outline: none !important;
    box-shadow: none;
    background-color: inherit;
    color: inherit;    
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
h1 {
    font-size: 37px;
}
.form-group {
    align-items: center;
}

header .row {
    align-items: center;
}
header .acc-link {
    text-align: right;
}
header .logo {
    padding: 20px 0px;
}
header .work-time {
    font-size: 14px;
}
header .work-time span {
    font-weight: 500;
}
header .phone {
    font-weight: 600;
    font-size: 30px;
}
header .phone span{
    font-size: 25px;
    color: #ff9600;
}
header .acc-link a[data-toggle=modal]:before {
    content: "";
    display: inline-block;
    background: url('../images/user.png') no-repeat center;
    width: 31px;
    height: 27px;
    position: relative;
    left: -10px;
    top: 7px;
}
header .acc-link a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}
header .acc-link a:hover {
    text-decoration: none;
}
.navbar {
    padding: 0 0;
}
.navbar-light .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.navbar-light .navbar-nav .nav-item {
    text-align: center;
} 
.navbar-light .navbar-collapse {
    align-items: stretch;
}
.navbar-light .navbar-nav .nav-item .icon {
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    text-decoration: none;
}
.navbar-nav .nav-link.active:before{
    content: "";
    border: 7px solid transparent;
    border-bottom: 8px solid #fda932;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 6px;
    display: block;
}


.navigation {
    position: -webkit-sticky;  
    position: sticky;
    z-index: 100;
    top: 0;
    background: #ffffff;
    
    -webkit-box-shadow: inset 0px 6px 27px 0px rgba(75,171,159,0.34);
    -moz-box-shadow: inset 0px 6px 27px 0px rgba(75,171,159,0.34);
    box-shadow: inset 0px 6px 27px 0px rgba(75,171,159,0.34);
}
.cart-info {
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    
    padding: 0px;
    background: #fff;
    
    -webkit-box-shadow: 0px 30px 39px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 30px 39px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 30px 39px 0px rgba(0,0,0,0.4);
    
    min-width: 520px;
    max-height: calc( 100vh - 90px);
    
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-info .cart-info-header {
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    padding-bottom: 0;
    
}
.cart-info .item .cart-info-header {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    
}
.cart-info .item .cart-info-desc {
    font-weight: 500;
    font-size: 12px;
    color: #434343;
}
.cart-info .item .cart-bottom-info {
    display: flex;
    align-items: center;
}
.cart-info .item .cart-bottom-info .price{
    color: #ff1800;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.price s {
        font-size: 16px;
    font-weight: 100;
    color: #000;
}
.order-info-block .price s {
    font-size: 12px;
}
.cart-info .item .img-cart {
    max-width: 150px;
}
.cart-info .item .cart-bottom-info .price span{
    font-size: 15px;
}
.cart-info .item, .modal-cart .item {
    border-bottom: 1px solid #d9e9e8;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    margin: 0px 0px;
    justify-content: space-between;
}
.modal {
        z-index: 9999;
}
.modal-cart .item {
    padding: 10px 40px;
    border: 1px solid #d9e9e8;
    margin-bottom: 10px;
}
.modal-cart .item .cart-info-detail {
    margin-left: 20px;
    min-width: 50%;
}

.cart-info .go-to-cart {
    text-transform: lowercase;
    color: #44a498;
    text-decoration: underline;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.btn.remove {
    text-align: center;
    font-size: 25px;
    color: #808080;
}
.cart-info .itog {
    margin-top: 20px;
    color: #000000;
    font-size: 16px;
    font-style: italic;
}
.cart-info .itog strong{
    font-weight: 400;
}
.cart-info .cart-info-detail {
    width: 360px;
    padding-left: 20px;
}
.cart-info .promo-product {
    background: #fff;
}

.cart-info .cart-event {
    min-width: 20px;
}
.cart:hover .cart-info {
    display: block;
}
.cart-info:hover{
    display: block;
}
.cart-info .cart-bottom-info .btn.cart-minus, .cart-info .cart-bottom-info .btn.cart-plus {
    font-size: 12px;
    color: #414746;
    background: #e8f4f3;
    border-radius: 30px;
}
.card .btn.cart-minus, .card .btn.cart-plus {
    font-size: 12px;
    color: #414746;
    background: #e8f4f3;
    border-radius: 30px;
}
.card-item .row {
    height: 100%;
    align-items: flex-end;
}
.cart-info .cart-bottom-info .amount{
    margin-top: 10px;
    margin-right: 20px;
}
.cart-info span.num {
    text-align: center;
    font-size: 17px;
    width: 29px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
}
.card span.num {
    text-align: center;
    font-size: 17px;
    width: 29px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
}
.cart-info em{
    display: block;
    margin-top: 7px;
}
.cart {
    cursor: pointer;
    min-width: 170px;
    background: #e8f4f3;
    -webkit-box-shadow: inset 0px 6px 27px 0px rgba(75,171,159,0.34);
    -moz-box-shadow: inset 0px 6px 27px 0px rgba(75,171,159,0.34);
    box-shadow: inset 0px 6px 27px 0px rgba(75,171,159,0.34);
    justify-content: center;
}
.cart .cart-price {
    font-size: 15px;
    font-weight: 500;
}
.cart .cart-price>div {
    color: #ff1800;
    font-weight: 400;
    min-width: 80px;
}
.cart .cart-price>div span {
    font-weight: 500;
}

.card {
    height: 100%;
    border: none;
    border-radius: 0;
    transition: box-shadow 0.3s ease-in-out;
}
.card:hover {
    -webkit-box-shadow: -49px 0px 59px 0px rgba(46,67,55,0.22);
    -moz-box-shadow: -49px 0px 59px 0px rgba(46,67,55,0.22);
    box-shadow: -49px 0px 59px 0px rgba(46,67,55,0.22);
    z-index: 98;
}
.btn.add, .btn.complexBtn {
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: lowercase;
    border-radius: 30px;
    border: 2px solid #fcb519;
}
.card:hover .btn.add, .card:hover .btn.complexBtn {
    background: #fcb519;
}



.card-item {
    margin-bottom: 20px;
}
.card-item .price {
    color: #ff1800;
    font-size: 18px;
    font-weight: 600;
}
.card-item .price span {
    font-size: 24px;
}
.card-body{
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
}
.card .order {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
}

.card-text {
    font-size: 12px;
    font-style: italic;
    color: #787878;
    
}
.card-body .card-text{
    width: 100%;
    min-height: 70px;
}
.num-items {
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    border: 1px solid #f37021;
    max-width: 37px;
}
.btn.plus, .btn.minus {
    font-size: 12px;
    color: #f37021;
}

h2 {
    text-align: center;
}
h2, h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}
.cart-icon {
    font-size: 30px;
    margin-right: 14px;
    color: #f37021;
}
.cart .info {
    font-size: 12px;
}
.modal .info {
    font-size: 12px;
    color: #f00;
}
.hide {
    display: none;
}

.close {
    font-size: 50px;
    font-weight: 400;
    color: #b4b4b4;
    opacity: 1;
}
.modal .form-control {
    background-color: #e8f4f3;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 0 15px;
}
.modal .form-control.is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.modal .form-control:focus {
    box-shadow: none;
}
.modal .form-group label{
    font-size: 15px;
    font-weight: 500;
    
}
.modal .modal-body {
    padding: 0 30px;
}
.modal .modal-header{
    border-bottom: none;
}
.modal .modal-title {
    font-size: 37px;
    padding-left: 10px;
    padding-top: 10px;
}
.modal .recovery-link {
    color: #44a498;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
}
.modal .registration-link{
    color: #ff9600;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.modal .auth-link{
    color: #ff9600;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.modal .btn {
    background: #fe9601;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 40px;
    text-transform: lowercase;
        margin: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 2px;
}
.bonus-header {
    background-image: url('../images/bonus-bg.jpg');
    background-position: center;
    background-size: cover;
    padding: 60px 0px;
    margin-bottom: 45px;
}
.bonus-header .h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}
.bonus-header .h2 strong {
    font-weight: 700;
}
.bonus-header p{
    font-size: 18px;
    color: #ffffff;
}
.bonus-header p strong {
    font-weight: 700;
}
.bonus-header p span{
    font-size: 20px;
    font-weight: 500;
}
.bonus-header .f-right {
    float: right;
}
.bonus-header .bonus-header-info{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.icons-wrapper {
    display: flex;
    padding: 70px 0;
}
.icon-wrapper {
    text-align: center;
}
.icon-wrapper img{
    margin-bottom: 20px;
}
.icon-wrapper p {
    font-weight: 600;
    font-size: 18px;
}
.bonus-text-wrapper p strong {
    font-size: 20px;
    font-weight: 700;
}
.bonus-text-wrapper small{
    color: #434343;
    font-size: 13px;
}
.bonus-info-wrapper {
    width: 280px;
    -webkit-box-shadow: -30px 20px 40px -4px rgba(46,67,55,0.22);
    -moz-box-shadow: -30px 20px 40px -4px rgba(46,67,55,0.22);
    box-shadow: -30px 20px 40px -4px rgba(46,67,55,0.22);
    padding: 20px;
    display: flex;
    float: right;
}
.bonus-info-wrapper .info-wrapper {
    font-size: 20px;
    font-weight: 700;
}
.bonus-info {
    font-size: 15px;
    color: #ff1800;
    font-weight: 400;
    margin-top: 5px;
}
.bonus-info span{
    font-size: 18px;
    color: #ff1800;
    font-weight: 600;
}
.bonus-info-wrapper .icon img {
    margin-right: 20px;
}
.promo-wrapper {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
        flex-wrap: wrap;
}
.promo-wrapper label{
    font-size: 15px;
    font-weight: 500;
    margin: 5px 5px;
}
.promo-wrapper .input-wrapper {
    margin: 5px 5px;
}
.promo-wrapper input {
    background-color: #e8f4f3;
    border: 1px solid #e8f4f3;
    border-radius: 30px;
    font-size: 16px;
    padding: 0 20px;
    
}
.promo-wrapper input:focus {
    background-color: #e8f4f3;
}
.promo-wrapper .btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #fe9601;
    margin: 5px 5px;
    border-radius: 30px;
}
.promo-wrapper .valid-coupon {
    color: #00a71c;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 15px;
}
.modal-cart .btn.cart-minus, .modal-cart .btn.cart-plus{
    font-size: 12px;
    color: #414746;
    background: #e8f4f3;
    border-radius: 30px;
}
.modal-cart span.num {
    text-align: center;
    font-size: 17px;
    width: 29px;
    display: inline-block;
    padding: 5px 10px;
    font-weight: 500;
}

.modal-cart .item .price {
    color: #ff1800;
    font-size: 24px;
    font-weight: 500;
    margin-left: 20px;
}
.promo-wrapper .modal-cart .item .price {
    margin-left: 0;
}
.modal-cart .item .price span {
    font-size: 15px;
}
.modal-cart .item .cart-info-header {
    font-size: 16px;
    font-weight: 500;
}
.modal-cart .item {
    font-size: 13px;
    color: #434343;
}
.address_wrapper small {
    line-height: 16px;
    display: inline-block;
    margin-top: 2px;
}
.order-form .form-control {
    background-color: #e8f4f3;
    border: 1px solid #e8f4f3;
    border-radius: 25px;
    font-size: 16px;
    padding: 0 20px;
}
.order-form .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei…circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.order-form label {
    font-size: 15px;
    font-weight: 500;
}
.page-2 h1 {
    margin-bottom: 30px;
}

.order-user-auth p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 2px;
    margin-top: 0;
    margin-bottom: 0;
}
.address_info input {
    text-align: center;
}


.form-check-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.form-check-input + label {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.form-check-input + label:before {
	content: '';
    position: absolute;
    left: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e8f4f3;
}
.form-check-input + label:after {
    content: '';
    position: absolute;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fe9601;
    opacity: 0;
    transition: .2s;
}
.form-check-input:checked + label:after {
	opacity: 1;
}


.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox__text {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}
.checkbox__text:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
	transition: .2s;
}
.checkbox__text:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.checkbox input:checked + .checkbox__text:before {
	background: #fe9601;
}
.checkbox input:checked + .checkbox__text:after {
	left: 26px;
}
.fa-info-circle {
    color: #ccc;
    font-size: 19px;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: .5s;
}
.fa-info-circle:hover {
    color: #929292;
}
.popover {
    background: #e8f4f3;
}
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after {
    border-top-color: #e8f4f3;
}
.alert-danger {
    background-color: #e61f36;
    border-color: #dcdcdc;
    border-radius: 0;
}
.alert-danger .wrapper {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.fa-exclamation-triangle{
    font-size: 28px;
    margin-right: 20px;
}
.info-policy {
    display: none;
}



.addresses_wrapper strong {
    font-size: 16px;
    font-weight: 500;
}
.addresses_wrapper .form-group {
    margin-bottom: .4rem;
}

.addresses_wrapper .form-group label{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.addresses_wrapper .form-group label strong, .addresses_wrapper .form-group label small {
    display: block;
    width: 100%;
}
.page-1 .itog-info {
    font-size: 18px;
    font-weight: 600;
}
.page-1 .itog-info strong {
    color: #ff1800;
    font-size: 24px;
    font-weight: 600;
}
.page-1 .button-wrapper .modal-open {
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    margin: 5px 5px;
    border-radius: 30px;
    padding: 6px 43px;
    display: inline-block;
    text-decoration: none;
} 
.page-1 .itog span {
    color: #ff1800;
    font-size: 18px;
    font-weight: 600;
}
.page-1 .itog-info-wrapper {
    padding: 10px 50px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page-1 .next-step{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #fe9601;
    margin: 5px 5px;
    border-radius: 30px;
    padding: 6px 43px;
}
.recommend {
    border: 1px solid #d9e9e8;
    
}
 
a.modal-open, .modal a.modal-open {
    font-size: 12px;
    text-decoration: underline;
    color: #44a498;
    font-weight: 400;
}

.empty-cart a {
    color: #44a498;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
}
.order-status {
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: flex-start;
    justify-content: center;
}
.order-status li {
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    color: #f17d00;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 50px;
    text-align: center;
    padding-top: 90px;
    position: relative;
    width: 155px;
    line-height: 18px;
}
.order-status li:nth-child(1) {
    background-image: url('../images/order-1-active.png');
    color: #fff;
}
.order-status li:nth-child(2) {
    background-image: url('../images/order-2.png');
}
.order-status li:nth-child(2):before {
    content: "";
    display: block;
    width: 111px;
    height: 6px;
    background-image: url(../images/order-line-orange.png);
    position: absolute;
    left: -105px;
    top: 38px;
}
.order-status li:nth-child(2).active {
    background-image: url('../images/order-2-active.png');
    color: #fff;
}
.order-status li:nth-child(2).active:before {
    background-image: url(../images/order-line-white.png);
}
.order-status li:nth-child(3) {
    background-image: url('../images/order-3.png');
}
.order-status li:nth-child(3):before {
    content: "";
    display: block;
    width: 111px;
    height: 6px;
    background-image: url(../images/order-line-orange.png);
    position: absolute;
    left: -105px;
    top: 38px;
}
.order-status li:nth-child(3).active {
    background-image: url('../images/order-3-active.png');
    color: #fff;
}
.order-status li:nth-child(3).active:before {
    background-image: url(../images/order-line-white.png);
}
.page.order-info a {
    color: #44a498;
    text-decoration: underline;
    font-weight: 500;
}
.page.order-info .order-number {
    color: #f17d00;
    font-weight: 500;
}

.stages {
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
}
.stages li {
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    color: #f17d00;
    font-size: 18px;
    font-weight: 500;
    margin: 0px 50px;
    text-align: center;
    padding-top: 90px;
    position: relative;
    width: 155px;
}
.stages li:nth-child(1) {
    background-image: url('../images/stage-1-active.png');
    color: #000;
}
.stages li:nth-child(2) {
    background-image: url('../images/stage-2.png');
}
.stages li:nth-child(2):before {
    content: "";
    display: block;
    width: 111px;
    height: 6px;
    background-image: url(../images/stage-line.png);
    position: absolute;
    left: -105px;
    top: 38px;
}
.stages li:nth-child(2).active {
    background-image: url('../images/stage-2-active.png');
    color: #000;
}
.stages li:nth-child(2).active:before {
    background-image: url(../images/stage-line-active.png);
}
.stages li:nth-child(3) {
    background-image: url('../images/stage-3.png');
}
.stages li:nth-child(3):before {
    content: "";
    display: block;
    width: 111px;
    height: 6px;
    background-image: url(../images/stage-line.png);
    position: absolute;
    left: -105px;
    top: 38px;
}
.stages li:nth-child(3).active {
    background-image: url('../images/stage-3-active.png');
    color: #000;
}
.stages li:nth-child(3).active:before {
    background-image: url(../images/stage-line-active.png);
}

.stages li:nth-child(4) {
    background-image: url('../images/stage-4.png');
}
.stages li:nth-child(4):before {
    content: "";
    display: block;
    width: 111px;
    height: 6px;
    background-image: url(../images/stage-line.png);
    position: absolute;
    left: -105px;
    top: 38px;
}
.stages li:nth-child(4).active {
    background-image: url('../images/stage-4-active.png');
    color: #000;
}
.stages li:nth-child(4).active:before {
    background-image: url(../images/stage-line-active.png);
}

.stages li:nth-child(5) {
    background-image: url('../images/stage-5.png');
}
.stages li:nth-child(5):before {
    content: "";
    display: block;
    width: 111px;
    height: 6px;
    background-image: url(../images/stage-line.png);
    position: absolute;
    left: -105px;
    top: 38px;
}
.stages li:nth-child(5).active {
    background-image: url('../images/stage-5-active.png');
    color: #000;
}
.stages li:nth-child(5).active:before {
    background-image: url(../images/stage-line-active.png);
}



.stages.acc {
    margin-top: 10px;
}
.stages.acc li {
    font-size: 13px;
    margin: 0px 35px;
    width: 65px;
    background-size: 50px;
    padding-top: 56px;
}

.stages.acc li:nth-child(2):before {
    left: -68px;
    top: 24px;
    background-size: 70px;
    background-repeat: no-repeat;
}

.stages.acc li:nth-child(3):before {
    left: -68px;
    top: 24px;
    background-size: 70px;
    background-repeat: no-repeat;
}

.stages.acc li:nth-child(4):before {
    left: -68px;
    top: 24px;
    background-size: 70px;
    background-repeat: no-repeat;
}

.stages.acc li:nth-child(5):before {
    left: -68px;
    top: 24px;
    background-size: 70px;
    background-repeat: no-repeat;
}
.date-save {
    height: 38px;
}

footer {
    margin-top: 70px;
}
footer .line-1 {
    background: #f1f8f7;
    padding: 40px 0px;
}
footer .line-1 .nav-main {
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
footer .line-1 .nav-main a{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}
footer .line-1 .nav-main a:hover {
    color: #f17d00;
}

footer .line-1 .nav-second {
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
    justify-content: center;
}
footer .line-1 .nav-second a{
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 400;
}
footer .line-1 .nav-second a:hover {
    text-decoration: underline;
}
footer .social {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social a {
    color: #a2aaa9;
    font-size: 30px;
}
footer .line-2 {
    background: #e5eceb;
    padding: 40px 0px;
    margin-bottom: 0;
}
footer .line-2 .copy{
    font-size: 12px;
    color: #7f7f7f;
    font-weight: 400;
    text-align: center;
}
.btn[name=order] {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #fe9601;
    margin: 5px 5px;
    border-radius: 30px;
    padding: 6px 43px;
}
.order-info-block {
    background: #f2f8f8;
    padding: 20px 30px;
} 
.order-info-block .header {
    font-size: 18px;
    font-weight: 600;
}
.page-2-order-info .item {
    border-bottom: 1px solid #d9e9e8;
    padding: 15px 0;
}
.page-2-order-info .item-header  {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.page-2-order-info .info {
    font-size: 12px;
    font-weight: 500;
    color: #434343;
}
.page-2-order-info .price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.page-2-order-info .item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-2-order-info .itog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.page-2-order-info .itog .itog-left {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}
.page-2-order-info .itog .itog-right {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.ui-widget.ui-widget-content {
    height: 1px;
    border-top: 4px solid #e8f4f3;
    border-bottom: none;
}
.ui-state-default, .ui-state-hover, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #fe9600;
    border-radius: 10px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
}
.nav-pills .nav-link.active {
    background-color: #fff;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    border-top: 1px solid #44a498;
    border-left: 1px solid #44a498;
    border-right: 1px solid #44a498;
    border-radius: 0;
}
.nav-pills {
    border-bottom: 1px solid #44a498;
}
.nav-pills li {
    position: relative;
    bottom: -1px;
}
.nav-pills .nav-link {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
}
.personal-info input::placeholder {
    color: #999;
}
.btn-outline-secondary {
    border-radius: 40px;
    background: #e8f4f3;
    color: #000;
    border-color: #fdbb34;
}
.personal-info .form-control {
    border-radius: 40px;
    background: #e8f4f3;
    border-color: #fdbb34;
}
.personal-info .col-form-label {
    font-size: 15px;
    font-weight: 500;
}
.account-nav-wrapper {
    background: #e5eceb;
    width: 280px;
    border-radius: 10px;
    margin-bottom: 40px;
    float: right;
}
.account-nav-wrapper ul {
    list-style: none;
    padding-left: 0;
}
.account-nav-wrapper>ul{
    max-width: 140px;
    margin: auto;
    padding-top: 35px;
    padding-bottom: 35px;
}
.account-nav-wrapper>ul>li>a, .account-nav-wrapper>ul>li>span {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.account-nav-wrapper>ul>li>ul>li>a, .account-nav-wrapper>ul>li>ul>li>span{
    padding-left: 15px;
    font-size: 13px;
    color: #626262;
    font-weight: 400;
}
.account-nav-wrapper>ul>li>ul>li>span, .account-nav-wrapper>ul>li.active>span {
    color: #fe9601;
    text-decoration: underline;
}
.item-finished {
    padding: 20px 10px;
    border-bottom: 1px solid #d9e9e8;
}
.item-finished a.order-info{
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
}

.order-finished-info {
    color: #434343;
    font-size: 13px;
    font-weight: 700;
}
.order-finished-info span {
    font-weight: 500;
}
.order-info.modal .modal-title {
    font-size: 18px;
} 
.order-info.modal .modal-title p{
    font-size: 12px;
    color: #434343;
    font-weight: 500;
}
.order-info.modal .modal-header {
    padding-bottom: 0;
}
.order-info.modal .order-itog {
    margin-top: 20px;
    margin-bottom: 20px;
}
.order-modal-item {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #d9e9e8;
}
.order-modal-name {
    font-size: 15px;
    font-weight: 600;
}
.order-modal-info {
    color: #434343;
    font-size: 12px;
    font-weight: 500;
}
.modal .add-order {
    background: #fe9601;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    padding: 8px 40px;
    text-transform: lowercase;
    margin-bottom: 20px;
    margin-top: -8px;
    border: none;
}
.modal .repeat-order {
    color: #44a498;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
    border: none;
    background: transparent;
    margin-bottom: 40px;
}
.order-active-date{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}
.order-active-info {
    font-size: 13px;
    color: #434343;
    font-weight: 500;
    margin-bottom: 10px;
}
.logout {
    color: #44a498;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 500;
    border: none;
    background: transparent;
    margin-bottom: 40px;
}
.like-header:before {
        content: "";
    position: absolute;
    left: 0;
    top: -6px;
    background-image: url(../images/like-icon.png);
    background-size: cover;
    width: 35px;
    height: 35px;
    
}
.acc-link .like-header {
    font-size: 15px;
    position: relative;
    color: #ff9600;
    font-weight: 600;
    margin-right: 10px;
    padding-left: 35px;
    width: 115px;
    display: inline-block;
    text-decoration: none;
}

.like-header span {
    font-size: 15px;
    font-weight: 600;
    color: #ff9600;
}
.acc-header:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    background-image: url(../images/acc-icon.png);
    background-size: cover;
    width: 31px;
    height: 27px;
    
}

.acc-header {
    font-size: 15px;
    position: relative;
    color: #000;
    font-weight: 600;
    margin-right: 20px;
    padding-left: 40px;
    width: 100px;
    display: inline-block;
    text-decoration: none;
}
.acc-header-auth {
    width: 250px;
}
.acc-link em {
    font-style: normal;
}
.header-mobile {
    display: none;
}
.mobile-navigation {
    display: none;
}

.like-icon{    
    background-image: url(../images/like-icon.png);
    background-size: cover;
    width: 35px;
    height: 35px;
    margin: auto;
    margin-bottom: 15px;
}
.address-icon {
    font-size: 40px;
    color: #fe9600;
    margin-top: -11px;
    text-align: center;
    margin-bottom: 0px;
}
.icons-auth span{
    display: block;
    text-align: center;
    font-size: 12px;
    margin-bottom: 15px;
}
.icons-auth {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: #fdfdfd;
    margin-top: 25px;
}
.pass-wrapper {
    display: none;
}
.modal .auth-btn {
    display: none;
}
.modal .auth-btn-call {
    display: none;
}
.auth-call .get-code-btn {
    display: none;
}
.call_input_wrapper {
    display: flex;
}
.modal .call_input_wrapper input {
    max-width: 50px;
    border-radius: 13px;
    border: 1px solid #b7b7b7;
    margin: 0 5px;
    text-align: center;
}
.modal .call_input_wrapper input.invalid{
    border: 1px solid #dc3545;
}
.money-wrap {
    display: flex;
}
.money-wrap .form-control {
    max-width: 190px;
    margin-right: 15px;
}
.money-wrap .text-mutted{
    color: #5a5a5a;
    font-size: 12px;
}

section {
    position: relative;
}
.lanch-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.lanch-wrapper h4 {
    padding: 15px;
    background: #e9f5f3;
}
.card-img, .card-img-bottom, .card-img-top {
    max-height: 150px;
    width: auto;
}
.wide-img {
    max-height: none;
}
.card .img-wrapper {
    text-align: center;
}
.mob-wrapper {
    display: none;
}
.input-coupon  {
    position: relative;
}
.danger {
    font-size: 12px;
    color: #da0000;
}
.promo-error {
        display: block;
    width: 100%;
    margin-top: 6px;
}
.items-dost {
    margin-top: 40px;
}
.items-dost .item {
    display: flex;
        margin-top: 10px;
}
.items-dost .item .polygon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-style: solid;
    border-width: 3px;
}
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    color: #ffffff;
    border: 1px solid #fcb519;
    padding: 0px 10px;
    font-size: 30px;
    background: #ff9600;
    cursor: pointer;
    display: none;
}
.mobile-nav-icon, .acc-cart-icon {
    display: none;
}


.images-normal .card-item .row {
    align-content: space-between;
}

.images-normal .card-body .card-text {
    min-height: auto;
}
.address_wrapper.is-invalid{
    background: #fdd;
}
textarea[name=address_comment] {
    min-height: 70px;
    border-radius: 7px !important;
    padding-top: 5px !important;
    max-width: 80%;
}
.address_comment_wrapper .comment_wrapper{
    display: flex;
    display: -webkit-flex;
}
.clear_address_comment {
    background-position: 0 -840px;
    margin: 0;
    background-image: url(/frontpad/assets/images/icons2.png);
    padding: 1px 0 2px 18px;
    vertical-align: 0px;
        display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    margin-top: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.promo-wrapper-danger {
    background: #ffebeb;
    border: 1px solid #f00 !important;
}
.promo-wrapper-danger .cart-info-desc, .promo-product-danger .cart-info-desc, .error_products {
    color: #d00000;
}
.promo-product-danger {
    background: #ffe0e0 !important;
}
.promo-product-danger .cart-info-desc {
    color: #d00000 !important;
}
.street-list-menu {
    width: 100%;
}
.complex-product .close, .ing-product .close {
    position: absolute;
    right: 5px;
    top: -6px;
}
.choice-ing .items {
    
    display: none;
}
.choice-ing .items.active {
    display: flex;
    visibility: none;
    flex-wrap: wrap;
}
.choice {
    border-radius: 8px;
    background-color: rgb(243, 243, 247);
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 8px 0px;
    padding: 3px 3px;
}
.choice .item .info {
    display: none;
}
.choice .item {
    display: block;
    flex: 1 1 0%;
    position: relative;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    color: rgb(0, 0, 0);
    font-size: 12px;
    line-height: 27px;
    font-weight: normal;
    text-align: center;
    height: 27px;
    transition: color 150ms ease 0s;
}
.choice .item.active{
    background: #fff;
    box-shadow: rgba(6, 5, 50, 0.19) 0px 6px 20px;
}
.btn.add-ing {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px 0px;
    font-weight: 100;
    width: 25px;
    height: 24px;
}
.choice-ing .item.active .btn.add-ing {
    display: none;
} 
.btn.added {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px 0px;
    font-weight: 100;
    width: 25px;
    height: 24px;
    background: #4fde67;
    display: none;
}
.choice-ing .item.active .btn.added {
    display: block;
}
.choice-ing .item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    cursor: pointer;
    padding: 5px 10px 10px;
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(6, 5, 50, 0.1) 2px 3px 5px;
    text-align: left;
    transition: box-shadow 0.05s ease-out 0s;
    margin: 5px 4px 20px 2px;
    flex-basis: auto;
    overflow: hidden;
        width: 120px;
}
.choice-ing .img {
    max-width: 100px;
    margin: auto;
    text-align: center;
}
.choice-ing .name {
    font-size: 12px;
    line-height: 15px;
    margin-top: 0px;
    margin-bottom: 7px
}
.choice-ing .btns {
    display: flex;
    align-items: baseline;
    width: 100%;
}
.choice-ing span.price-ing {
    font-size: 13px;
}
.complex-product .item-desc, .ing-product .item-desc {
    color: rgb(158 158 158);
    font-size: 12px;
    text-transform: lowercase;
}
.complex-product .card-title, .ing-product .card-title{
    margin-bottom: 5px;
}
.complex-product .dop-title, .ing-product .dop-title {
    font-size: 1.25rem;
}
.complex-product .add-complex, .ing-product .add-ing-prod {
    background: #fe9601;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px;
    padding: 7px 20px;
    text-transform: lowercase;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 2px;
    border: 2px solid #fcb519;
    margin-top: 10px;
}
.modal-main-img {
    margin-bottom: 30px;
}
.slick-prev:before, .slick-next:before {
        color: #fe9601;
}
.slick-track {
    display: flex;
}
.slick-slide {
    height: inherit;
}
.change-number {
    position: absolute;
    top: 8px;
    right: 30px;
    font-size: 14px;
    text-transform: lowercase;
}
.change-number a {
    color: #757575;
    border-bottom: 1px #757575 dashed;
}
.change-number a:hover {
    border-bottom: 1px #757575 dashed;
    text-decoration: none;
}
.timer {
    margin-top: 10px;
}
.timer small {
    display: block;
}
.timer a {
    font-size: 13px;
    color: #1f1f1f;
    border-bottom: 1px dashed #1f1f1f;
}
.timer a:hover {
    text-decoration: none;
}
.card-mobile {
    display: flex;
    flex-direction: row; 
    align-items: center;  
}
.col-mobile-item {

}
.call_input.is-invalid {
    background-image: none !important;
} 
.send_success {
    font-size: 14px;
    line-height: 19px;
    display: block;
    color: #1d9302;
}
.modalF {
    height: 100%;
    padding: 15px;
}
.modalF .card-title {
    font-size: 24px;
    line-height: 28px;
}
.modalF .card-text {
    font-style: normal;
    color: #000;
    font-size: 13px;
}
.modalF .btn-fixed-wrapper {
    padding-top: 60px;
}
.modalF .card-text span {
    display: block;
    width: 100%;
        color: #787878;
}
.modalF .btn.add, .modalF .btn.add-complex, .modalF .btn.add-ing-prod {
    width: 90%;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 30px;
    padding: 10px 20px;
    background-color: rgb(255, 105, 0);
    color: rgb(255, 255, 255);
    margin-bottom: 0;
}
.fancybox-container .fancybox-content {
    padding: 16px;
}
.city-change {
    padding: 7px 0px;
    text-align: center;
    border-radius: 10px;
    margin: 0 18px;
    text-transform: lowercase;
    border: 1px solid #fe9601;
    cursor: pointer;
} 
.city-change.active {
    background: #fe9601;
    color: #fff;
}
.suggestions-promo {
    display: none !important;
}
.suggestions-suggestions {
        border: 1px solid #e8f4f3;
}
.map_error {
    display: none;
    font-size: 13px;
    color: #f00;
    
    margin-top: -30px;
    margin-bottom: 15px;
} 
.pc-wrapper-slick {
    margin-bottom: 60px !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.pc-wrapper-slick.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.pc-wrapper-slick .slick-slide img {
    margin: auto;
}
.pc-wrapper-slick .slick-arrow {
    display: none !important;
}
.pc-wrapper-slick .slick-dots li.slick-active button:before {
    background: #ff9600;
    border-radius: 43px;
    color: transparent;
    width: 20px;
    height: 20px;
    top: 0px;
        left: 0px;

}
.pc-wrapper-slick .slick-dots li button:before {
    background: #ff9600;
    border-radius: 43px;
    color: transparent;
    width: 10px;
    height: 10px;
    top: 5px;
        left: 5px;
}
.pc-wrapper-slick .slick-dots {
    bottom: -45px;
    z-index: 0;
}



.mob-wrapper-slick  {
    margin-bottom: 40px !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.mob-wrapper-slick.slick-initialized {
    visibility: visible;
    opacity: 1;    
}
.mob-wrapper-slick .slick-slide img {
    margin: auto;
}
.mob-wrapper-slick .slick-arrow {
    display: none !important;
}
.mob-wrapper-slick .slick-dots li.slick-active button:before {
    background: #ff9600;
    border-radius: 43px;
    color: transparent;
    width: 15px;
    height: 15px;
    top: 0px;
        left: 0px;

}
.mob-wrapper-slick .slick-dots li button:before {
    background: #ff9600;
    border-radius: 43px;
    color: transparent;
    width: 10px;
    height: 10px;
    top: 2px;
        left: 5px;
}
.mob-wrapper-slick .slick-dots {
    bottom: -45px;
    z-index: 9999;
}
.mob-wrapper-slick .slick-dots li {
    width: 15px;
    height: 15px;
}
.toast {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    color: #fff;
        background-color: rgb(255 105 0);
    display: none;
    opacity: 1;
    z-index: 99999;
}
.toast .d-flex {
    justify-content: center;
}

.pointer {
    cursor: pointer;
}
.modal-wrapper-flex {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.modal-wrapper-flex>div {
    width: 100%;
}
.modal-wrapper-flex>div.modal-wrapper-flex-bot {
    padding-top: 20px;
    padding-bottom: 20px;
}
.modalFPc .btn.add, .modalFPc .btn.add-complex, .modalFPc .btn.add-ing-prod {
    /*position: absolute;*/
    position: static;
}
.tags-wrapper .tag-item.active {
    color: #ff5800;
    border-bottom: 1px dashed #ff5800;
}
.tags-wrapper .tag-item.active:after {
    content: "\f057";
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        margin-left: 7px;
    font-size: 17px;
}

.tags-wrapper .tag-item {
    display: inline-block;
    margin: 0 20px 10px 0;
    padding: 0px;
    color: #373737;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
    border-bottom: 1px dashed #373737;
    border-radius: 0;
}

.like {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    color: #bcbcbc;
    z-index: 99;
    cursor: pointer;
}
.like:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f004";
}
.like.active, .like:hover {
    font-weight: 900;
    
    color: #ff9600;
}
.like.active:hover {
    font-weight: 400;
}

.tippy-box[data-theme~='like'] {
  background-color: #ff9600;
  color: #fff;
}
.tippy-box[data-theme~='like'][data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #ff9600;
}
.tippy-box[data-theme~='like'][data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #ff9600;
}
.tippy-box[data-theme~='like'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #ff9600;
}
.tippy-box[data-theme~='like'][data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #ff9600;
}



.btn.prev-question {
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    margin: 5px 5px;
    border-radius: 30px;
    padding: 6px 43px;
    text-decoration: none;
    border: 1px solid #d9e9e8;
}
.btn.finish-question {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #66c726;
    margin: 5px 5px;
    border-radius: 30px;
    padding: 6px 43px;
}
textarea.form-control.custom_answer {
    width: 100%;
    height: 200px;
    resize: none;
    margin-bottom: 10px;
    border-radius: 3px;
}
.question-info {
    font-size: 13px;
    text-align: center;
    color: #000;
}
h5.question {
    margin-bottom: 20px;
}
.progress {
    margin-top: 20px;
}
.customAnswer .modal-title {
    font-size: 20px;
}
.modal.customAnswer .modal-body {
    padding: 0 20px;
}

.file_drop {
    
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #444444;
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px #ff9600 dashed;
    height: 200px;
    cursor: pointer;
    padding: 20px;
    text-align: center;
}
.review-success {
    font-size: 25px;
    text-align: center;
    font-weight: 900;
    color: #3faf17;
}

@media (max-width: 1200px){
    header .phone {
        font-size: 22px;
    }
    .acc-link em {
        display: none;
    }
    .acc-header.acc-header-auth em {
        display: inline;
    }
    header .acc-link a{
        padding-left: 0 !important;
        margin-left: 0;
        width: auto !important;
        margin-right: 0;
    }
    header .acc-link{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .like-header:before {
        position: relative;
        display: block;
    }
    .acc-header:before {
        position: relative;
        display: block;
    }
    .card-item .price {
        width: 100%;
    }
    .order-form .page-2 label {
        font-size: 14px;
        font-weight: 500;
        padding-left: 10px;
        padding-right: 10px;
    }
    .form-check-input + label:before {
        left: -25px;
    }
    .form-check-input + label:after {
        left: -18px;
    }
    .page-2 #bonus {
        padding: 0 5px;
        text-align: center;
    }
    .order-info-block {
        max-height: 520px;
        overflow-y: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
    }
    .card-mobile {
        flex-wrap: wrap;
    }
}
@media (max-width: 991px){
    .navigation .navbar {
        display: block;
    }
    
    /*.slick-next:before {
        background-image: url(../images/back-arr.png);
        display: inline-block;
        width: 20px;
        height: 58px;
        background-repeat: no-repeat;
        content: "";
        background-size: contain;
        background-position: center;
        margin-top: -20px;
        transform: rotate(180deg);
    }
    .slick-next:hover:before {
        background-image: url(../images/back-arr-active.png);
    }
    
    .slick-prev:before {
        background-image: url(../images/back-arr.png);
        display: inline-block;
        width: 20px;
        height: 58px;
        background-repeat: no-repeat;
        content: "";
        background-size: contain;
        background-position: center;
        margin-top: -20px;
    }
    .slick-prev:hover:before {
        background-image: url(../images/back-arr-active.png);
    }*/
    .work-time span {
        display: block;
    }
    .acc-header.acc-header-auth em {
        display: none;
    }
    .form-inline.cart {
        height: 70px;
    }
    .stages.acc li:before {
        display: none;
    }
    .stages.acc li {
        font-size: 11px;
        margin: 0px 5px;
    }
    .stages.acc {
        justify-content: flex-start;
    }
    .account-nav-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    .bonus-info-wrapper {
        width: 100%;
    }
    .bonus-info {
        font-size: 12px;
    }
    
    .navigation {
        background: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .navbar-light .navbar-nav {
        display: flex;
        width: 100%;
        flex-direction: row;
    }
    footer .nav-second .nav-item {
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }
    
}
@media (max-width: 767px){
    body {
        margin-top: 170px;
    }
    header {
        display:none;
    }
    .header-mobile {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
        
        position: fixed;
        top: 0;
        z-index: 129;
        width: 100%;
        background: #fff;
    }
    .navigation {
        position: fixed;
        top: 104px;
        z-index: 128;
        width: 100%;
        background: #fff;
        
        border-bottom: 1px solid #e3e3e3;
    }
    .navigation .cart {
        display: none;
    }
    .acc-link {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        height: 60px;
        text-align: center;
    }
    .acc-link.hide {
        display: none;
    }
    .acc-cart-icon, .acc-header-auth {
        display: block;
    }
    .acc-header-auth {
        width: auto;
    }
    .order-status li:nth-child(2):before, .order-status li:nth-child(3):before {
        background-size: 80px;
        background-repeat: no-repeat;
        left: -87px;
    }
    .acc-link a {
        width: 100%;
        background: #fff;
        border-radius: 60px;
        padding: 15px;
        border: 2px solid #ffb53b;
    }
    .order-status li {
        background-size: 66px;
        padding-top: 80px;
    }
    .mobile-nav-icon {
        position: absolute;
        top: 18px;
        width: 26px;
        right: 20px;
        z-index: 9999;
        color: #ff9600;
        display: block;

    }
    .navbar-light .navbar-nav {
        overflow-x: scroll;
    }
    .navbar-light .navbar-nav .nav-item .icon {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        margin-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
    .mobile-navigation .background{
        position: fixed;
        z-index: 130;
        background: #000000bf;
        width: 100%;
        height: 100vh;
        top: 0;
        display: none;
    }
    .mobile-navigation .wrapper{
        position: fixed;
        z-index: 99999;
        background: #fff;
        width: 90%;
        height: 100vh;
        top: 0;
        left: -100%;
        overflow-y: auto;
    }
    .mobile-navigation .item{
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #e3e3e3;
        padding: 20px;
        position: relative;
    }
    .mobile-navigation a .item:after {
        content: "";
        background-image: url(../images/back-arr-active.png);
        width: 20px;
        height: 100%;
        position: absolute;
        right: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
        top: 0;
        background-position: center;
        font-size: 14px;
    }
    .mobile-navigation .header{
        font-weight: 500;
    }
    .mobile-navigation a {
        color: #000;
    }
    .mobile-navigation .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
        border-bottom: 1px solid #e3e3e3;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .mobile-navigation .navbar-nav .icon {
        height: 30px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .mobile-navigation .navbar-nav li {
        font-size: 15px;
        font-weight: 500;
        width: 95px;
        text-align: center;
        margin-bottom: 10px;
    }
    .card-title {
        font-size: 14px;
    }
    .mobile-navigation {
        display: block;
    }
    .mob-wrapper {
        display: block;
    }
    .pc-wrapper {
        display: none;
    }
    .order-header {
        display: none;
    }
    .order-page h1 {
        margin-top: 20px;
    }
    .btn[name=order] {
        margin-bottom: 20px;
    }
    .scroll-top {
        display: none !important;
    }
    footer .nav-second:last-child .nav-item {
        display: block;
        width: 100%;
    }
    footer .nav-second:last-child {
        display: block;
    }
    .cart-num-items {
        font-size: 11px;
        font-weight: bold;
        position: absolute;
        top: 0;
        right: 0;
        background: #ff9600;
        width: 25px;
        height: 20px;
        border-radius: 10px;
        border: 1px solid #ffb53b;
        text-align: center;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .recommend {
        border: none;
        
    } 
    .choice {
            margin-bottom: 100px;
    }
    .reviews_wrapper .buttons-wrapper {
        margin-top: 20px;
    }
}
@media (max-width: 576px){
    .bonus-header {
        padding: 0px 0px;
        padding-top: 40px;
    }
    
    .order-status li {
        width: 100%;
        margin-bottom: 30px;
        margin-bottom: 20px;
        padding-top: 64px;
        background-size: 60px;
    }
    .order-status {
        flex-wrap: wrap;
    }
    .order-status li:nth-child(2):before, .order-status li:nth-child(3):before {
        display: none;
    }
    /*.slick-next {
        right: -5px;
    }
    .slick-prev {
        left: -5px;
    }*/
    
    
    .text-mob-right {
        text-align: right;
    }
    
    .modal-cart .item {
        padding: 0px 0px;
    }
    
    .stages.acc li {
        background-size: 40px;
    }
    /*.money-wrap {
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }*/
    .money-wrap .checkbox {
        margin-bottom: 15px;
    }
    .ui-widget.ui-widget-content {
           max-width: 80%;
        margin: auto;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .ch-policy {
        display: flex;
        align-items: start;
        padding: 0 20px;
        margin-bottom: -40px;
    }
    .ch-policy .checkbox__text {
        font-size: 12px;
    }
    .ch-policy .checkbox__text:before {
        top: 0;
    }
    .ch-policy .checkbox__text:after {
        top: 2px;
    }
    .modal-cart .item .price {
        font-size: 16px;
    }
    
    .navigation .navbar {
        margin: 0 0px;
    }
    .mobile-nav-icon {
        position: absolute;
        top: 3px;
        width: 26px;
            z-index: 9999;
    }
    
    .header-mobile .logo {
        max-width: 100px;
    }
    .header-mobile {
        padding: 10px 0;
        position: absolute;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .navigation {
        top: 0;
        position: -webkit-sticky;
        position: sticky;
    }
    body {
        margin-top: 61px;
    }
    .acc-cart-icon:before {
            height: 25px;
    }
    h2, h3 {
        font-size: 22px;
    }
    
    h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .card-item .price span {
        font-size: 16px;
    }
    .card-item .price {
        font-size: 15px
    }
    .card-item .price {
        width: auto;
    }
    .btn.add {
        font-size: 14px;
        padding: 4px 17px;
    }
    .card-item .row {
    align-items: center;
    }
    .card-title {
        font-size: 14px;
        padding-top: 20px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .navbar-light .navbar-nav .nav-item:last-child {
        padding-right: 40px;
    }
    .catalog-wrapper .card-item:after {
        content: "";
        width: 100%;
        height: 1px;
        background: rgb(243, 243, 247);
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .card-mobile .col-mobile-item:first-child {
        min-width: 135px;
        margin-right: 8px;
        max-width: 135px;
    } 
    .card-mobile .col-mobile-item:last-child {
        width: 100%;
        padding-bottom: 15px;
    } 

    .catalog-wrapper .card-item {
        margin-bottom: 15px;
    }
    .catalog-wrapper .card-title {
        padding-top: 15px;
    }
    .modalF .card-title {
        font-size: 24px;
        line-height: 28px;
    }
    .card-mobile {
        flex-wrap: nowrap;
    }
    .modal .call_input_wrapper input {
        margin: 0 3px;
        text-align: center;
        padding: 0 0;
    }
}
@media (max-width: 450px){
    .order-page h1 {
        font-size: 28px
    }
    .ch-policy .checkbox__text {
        font-size: 11px;
    }
    .ch-policy label {
        max-width: 200px;
    }
}



@media #{$small-and-down} {
  // styles for small screens and down
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
   font-size: 16px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }
}
