* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    overflow-x: hidden;
    opacity: 1
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px
}

body {
    margin: 0
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.recent a {
    text-decoration: none
}

.recent .reviews {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 5rem 0
}

.recent .reviews-item {
    width: 25.9rem;
    color: #0f0f0f
}

.recent .reviews .item-name {
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin-bottom: 1.8rem;
    padding-left: 1.5rem
}

.recent .reviews .item-text {
    width: 100%;
    height: 23.2rem;
    background-color: #fff;
    border: 1px solid #9cb2d2;
    padding: 1.5rem;
    font-size: 15px;
    line-height: 2.2rem;
    position: relative
}

.recent .reviews .item-text:before {
    content: '';
    position: absolute;
    top: 0;
    margin-top: -1.1rem;
    left: 2.5rem;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 1px solid #9cb2d2;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.recent .reviews-btn {
    display: block;
    width: 100%;
    text-align: center
}

.recent .reviews-btn .btn-blue {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24rem;
    height: 4.5rem;
    background-color: #14499f;
    border: .092rem solid #10397b;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin: 2rem auto 0
}

.recent .reviews-btn .btn-blue:hover {
    text-decoration: none;
    background-color: #1753b6
}

.recent .reviews-btn .btn-blue:active {
    background-color: #154da8;
    text-decoration: none;
    color: #fff
}

.recent .reviews-btn .btn-blue:focus {
    text-decoration: none;
    color: #fff
}

@media only screen and (max-width:992px) {
    .recent .reviews {
        width: 100%
    }
    .recent .reviews-item {
        width: 32%
    }
    .recent .reviews .item-text {
        height: auto
    }
}

@media only screen and (max-width:640px) {
    .recent .reviews-item {
        width: 100%;
        margin-top: 2rem
    }
    .recent .reviews-item:first-child {
        margin-top: 0
    }
}

.b7day {
	font-family: Arial;
	border-radius: 10px;
	overflow: hidden;
	height: 115px;
	background: #124593;
	background: -moz-linear-gradient(top, #124593 0%, #194d89 10%, #275c78 24%, #65a227 73%, #75b412 88%, #7fbf06 100%);
	background: -webkit-linear-gradient(top, #124593 0%,#194d89 10%,#275c78 24%,#65a227 73%,#75b412 88%,#7fbf06 100%);
	background: linear-gradient(to bottom, #124593 0%,#194d89 10%,#275c78 24%,#65a227 73%,#75b412 88%,#7fbf06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#124593', endColorstr='#7fbf06',GradientType=0 );
	width: 685px;
	max-width: 100%;
}

.b7day a {
	text-decoration: none;

	&:hover {
		text-decoration: none;
	}
}

.b7day__inner {
	position: relative;
	display: flex;
	height: 100%;
}

.b7day__photo {
	color: #fff;
	height: 100%;
	text-align: center;
	width: 270px;
	background: url(../images/7days.jpg) no-repeat 40% 55%;
	background-size: 400px auto;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 115px;
	text-transform: uppercase;
}

.b7day__text {
	border-radius: 4px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin: 6px 6px 6px 0;
	font-weight: 700;
	font-size: 18px;
	padding-top: 18px;
	text-align: center;
	line-height: 1.3;
	text-transform: uppercase;
	color: #000;
	background: #fbfbfc;
	flex-grow: 1;
	background: -moz-linear-gradient(top, #fbfbfc 0%, #efefee 100%);
	background: -webkit-linear-gradient(top, #fbfbfc 0%,#efefee 100%);
	background: linear-gradient(to bottom, #fbfbfc 0%,#efefee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfc', endColorstr='#efefee',GradientType=0 );
}

.b7day__text span {
	display: block;
	font-size: 34px;
	color: #104395;
}

.b7day__text span small {
	font-size: 23px;
}

@media (max-width: 920px) {
	.b7day {
		width: 545px;
		height: 110px;
	}

	.b7day__photo {
		line-height: 110px;
		width: 210px;
		font-size: 30px;
	}

	.b7day__text {
		font-size: 16px;
		padding-top: 25px;
	}

	.b7day__text span {
		font-size: 30px;
	}

	.b7day__text span small {
		font-size: 20px;
	}
}

@media (max-width: 880px) {
	.b7day {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	.b7day__inner {
		display: block;
	}

	.b7day__photo {
		width: 100%;
		line-height: 120px;
		background-size: 100% auto;
	}

	.b7day__text {
		border-radius: 5px;
		margin: 5px;
		padding: 30px 0;
		font-size: 14px;
	}

	.b7day__text span {
		font-size: 24px;
	}

	.b7day__text span small {
		font-size: 18px;
	}
}

.custom7day {
	height: auto;
}

.b7day-center .b7day {
	margin: 0 auto 15px;
}
