#contacts-page {
    display: flex;
    flex-wrap: wrap;
}
.contacts-main-body {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.contacts-main-body .contacts-main-col {
    flex: 0 0 50%;
    max-width: 50%;
}
.contacts-left,
.contacts-right {
    flex: 0 0 50%;
    max-width: 50%;
}
.contacts-left {
    padding-right: 15px;
}

.contacts-title {
	color: #404040;
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
}
.contacts-main-col .contacts-title {
    margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.contacts-schedule span::after {
	content: "00";
	display: inline-block;
	font-size: 0.6em;
	vertical-align: top;
	line-height: 1.5em;
}
.contacts-value-row {
    display: flex;
    margin-bottom: 10px;
    line-height: 1.25em;
}
.contacts-name {
    margin-right: 10px;
    min-width: 20px;
    font-weight: 600;
    color: #404040;
}
.contacts-name svg {
    width: 18px;
    height: 20px;
}
.contacts-name svg path {
    fill: #000;
}
.contacts-value span {
    background: #0C00D3;
    display: inline-block;
    padding: 0 3px;
    border-radius: 4px;
    color: #FFF;
    font-weight: 600;
}
.contacts-value a {
    color: #404040;
}
.contacts-where-we-wrp {
    line-height: 1.6em;
}
.contacts-where-we-important,
.contacts-where-we-wrp .contacts-subtitle:last-child {
    background: #f2f2f2;
    color: #404040;
    font-size: 0.9em;
    line-height: 1.4em;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
}
.contacts-where-we-wrp .contacts-schedule,
.contacts-where-we-wrp .contacts-hint {
    
}
.contacts-where-we-wrp .contacts-where-we-wrp {
    margin-top: 15px;
}
.contacts-where-we-wrp .contacts-subtitle {
    color: #404040;
	font-size: 1.4rem;
	font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}
.contacts-where-we-wrp .contacts-value {
    margin-left: 30px;
	font-size: 1.4rem;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.contacts-where-we-wrp .contacts-subtitle:last-child {
    margin-left: 0;
    text-transform: none;
}
#contacts-map-wrp {
    height: 665px;
    padding-right: 15px;
}
.contacts-where-we-wrp {
    margin-bottom: 25px;
}
@media screen and (max-width:768px) {
    .contacts-main-body {
        flex-wrap: wrap;
    }
    .contacts-main-body .contacts-main-col + .contacts-main-col {
        margin-top: 15px;
    }
    .contacts-main-body .contacts-main-col, .contacts-left, .contacts-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    #contacts-map-wrp {
        height: 350px;
        padding: 0;
        margin-bottom: 25px;
    }
    .contacts-where-we-important {
        display: block;
        margin-bottom: 15px;
    }
    .contacts-main-body {
        padding-bottom: 10px;
    }
}

#homepage-reviews-wrp {
    margin-bottom: 50px;
}
.reviews-wrp > .review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
}
/* #homepage-reviews .review,
#news .posts .post {
    flex-basis: 19%;
    -webkit-flex: 0 0 19%;
    -moz-flex: 0 0 19%;
    -ms-flex: 0 0 19%;
    -o-flex: 0 0 19%;
    flex: 0 0 19%;
    margin: 0 15px 0 0;
    margin-bottom: 7px;
    border-radius: 2px;
    overflow: hidden;
    border: 2px solid #eee;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
} */
.review-item {
    margin-bottom: 7px;
    border-radius: 2px;
    overflow: hidden;
    border: 2px solid #eee;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    border-radius: 10px;
}
.review-top {
    /* background: rgba(0,0,0,0.5); */
    /* color: #FFF; */
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
}
.review-name {
    font-weight: 600;
}
.review-body > div {
    display: flex;
    /* align-items: start; */
    margin-bottom: 15px;
}
.review-name,
.review-field-value {
    /* width: 65%; */
    margin-right: 10px;
    /* display: inline-block; */
    /* vertical-align: middle; */
}
.review-rate,
.review-field-name {
    margin-right: 15px;
    /* width: 34%; */
    /* display: inline-block; */
    /* vertical-align: top; */
}
.review-rate svg {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-left: 3px;
}
.review-body {
    padding: 15px 15px 35px;
}
.market a {
    background: #F44336;
    position: absolute;
    display: block;
    color: #FFF;
    right: 10px;
    padding: 5px 15px;
    border-radius: 2px;
    top: 10px;
}
.rev-t {
    font-size: 16px;
    /* color: #2B2A29; */
    font-weight: 500;
    display: block;
    line-height: 34px;
    box-sizing: border-box;
    padding: 0 0 4px;
}
.review-field-name {
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
}
.review-item .review-date {
    color: #555;
    margin-left: auto;
}
.review-item .review-body {
    padding: 15px;
}
.shop_text > .review-field-value {
    border: 2px solid #2979FF;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 10px;
}
#show-all-reviews,
.view-all-news,
.view-all-brands {
    display: block;
    width: 180px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 auto;
    background: rgb(41,121,255);
    background: -moz-linear-gradient(15deg, rgba(41,121,255,1) 35%, rgba(28,81,172,1) 75%);
    background: -webkit-linear-gradient(15deg, rgba(41,121,255,1) 35%, rgba(28,81,172,1) 75%);
    background: linear-gradient(15deg, rgba(41,121,255,1) 35%, rgba(28,81,172,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2979ff",endColorstr="#1c51ac",GradientType=1);
    box-shadow: 0 2px 2px -1px rgba(0,0,0,0.5);
    color: #FFF;
    padding: 10px 0;
    margin: 20px auto 10px;
}
#sendreview .block-title {
    font-weight: 600;
    margin-top: 25px;
    font-size: 1.1em;
    margin-bottom: 15px;
}
#sendreview .wa-name {
    font-weight: 600;
}
#sendreview .wa-submit .wa-value {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 15px;
}
#sendreview .wa-submit button {
    max-width: 150px;
}
#sendreview .wa-field {
    display: flex;
}
#sendreview .wa-recaptcha {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.Product__Box--Actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.find-cheaper {
    height: 18px;
}
.find-cheaper-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    font-size: 12px;
    transition: all .25s ease-in-out;
}
.find-cheaper-btn svg {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    transition: all .25s ease-in-out;
}
.find-cheaper-btn:hover {
    color: #ed1c24;
}
.find-cheaper-btn:hover svg {
    color: inherit;
}

.Single__Box--Stocks .find-cheaper {
    margin-top: 10px;
}
.Single__Box--Stocks .find-cheaper-btn {
    font-size: 14px;
}

.Single__Col--Button .quickorder2-custom-button {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.Single__Col--Button .quickorder2-button {
	cursor: pointer;
	display: inline-flex;
	text-decoration: none;
	transition: .3s all;
	background-color: #f5f5f5;
	border: 0;
	border-radius: .2rem;
	box-shadow: 0 .2rem #dbdbdb;
	font-family: inherit;
	text-align: center;
	line-height: 1;
	padding: .2rem 1.4rem;
	color: #404040;
	height: 2.6rem;
	font-size: 1.3rem;
	top: .1rem;
	user-select: none;
	align-items: center;
}
.Single__Col--Button .quickorder2-button:hover {
    background-color: #e8e8e8;
}

.quickorder2-header {
    box-shadow: none !important;
    background: none !important;
    position: relative;
}

.quickorder2-wrap {
    border-radius: .3rem;
}
.quickorder2-header {
    height: auto;
}
.quickorder2-header span {
    float: none;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: normal;
    padding: .75rem 2rem;
    display: block;
}
.quickorder2-header i.close {
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	transition: .3s all;
	background-color: #ed1c24;
	border: 0;
	border-radius: .2rem;
	box-shadow: 0 .2rem #c61017;
	color: #fff;
	font-family: inherit;
	cursor: pointer;
	padding: .1rem 1rem;
	text-align: center;
	font-size: 2em;
	height: 4rem;
	line-height: 1;
	width: 4.5rem;
	font-size: 1em;
	height: 2rem;
	line-height: 1;
	padding: .2rem 0;
	text-align: center;
	width: 2.5rem;
	background-image: none;
	border-radius: .2rem;
	box-shadow: none;
	border-bottom: .2rem solid #c61017;
	float: none;
	font-size: 1em;
	height: 3rem;
	margin: auto;
	outline: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: 101%;
	top: -1rem;
	width: 3rem;
	position: absolute;
	top: -12.5px;
	right: -1rem;
	display: block;
}
.quickorder2-header i.close::after,
.quickorder2-header i.close::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    display: block;
    transform-origin: center;
    top: 50%;
    left: 7px;
}
.quickorder2-header i.close::after {
    transform: rotateZ(-45deg);
}
.quickorder2-header i.close::before {
    transform: rotateZ(45deg);
}
.quickorder2-item {
    display: flex;
}
.quickorder2-item .quickorder2-order-image {
    border-radius: .3rem;
    overflow: hidden;
}
.quickorder2-item .quickorder2-order-name {
    font-size: 14px;
    padding: .5rem;
}

#cheaper-window #feedback-form > small,
.quickorder2-row .quickorder2-name {
    font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #888;
	white-space: nowrap;
}
#cheaper-window #feedback-form > p {
    margin-bottom: 10px;
}
#cheaper-window input[type="email"],
#cheaper-window input[type="text"],
.quickorder2-row .quickorder2-value input[type="text"] {
	-webkit-appearance: none;
	border: 1px solid #e6e6e6;
	border-radius: .2rem;
	box-shadow: none;
	display: block;
	font-size: 1.4rem;
	font-family: inherit;
	height: auto;
	margin: 0;
	max-width: 100%;
	outline: 0;
	padding: 1rem 1.6rem;
	transition: .3s all;
	width: 100%;
	box-shadow: none;
	font-size: 1.2rem;
	height: auto;
	line-height: 1;
}
#cheaper-window input[type="email"]:focus,
#cheaper-window input[type="text"]:focus,
.quickorder2-row .quickorder2-value input[type="text"]:focus {
	border: 1px solid #003f78;
	box-shadow: 0 .2rem #003f78;
	background-color: #fff;
	border-bottom-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
	outline: 0;
}
#cheaper-window #form-hint {
    font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #888;
    margin-top: 10px;
    display: block;
}
/* .quickorder2-submit-::before {
    font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #888;
    content: 'Мы свяжемся с вами в течении 15 минут после оформлений заказа, и уточним детали';
} */
#success-selector {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	font-weight: 400 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.9);
}
#cheaper-window input[type="submit"],
.quickorder2-submit- .callback-b {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition: .3s all;
	background-color: #ed1c24;
	border: 0;
	border-radius: .2rem;
	box-shadow: 0 .2rem #c61017;
	font-family: inherit;
	padding: 1rem 2rem;
	text-align: center;
	color: #fff;
	margin: 15px auto 0;
}

@media screen and (max-width: 560px) {
    .review-top,
    #sendreview .wa-field {
        flex-wrap: wrap;
    }
    .review-name {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .review-body > div,
    #sendreview .wa-field {
        flex-direction: column;
    }
}

