*,
*:before,
*:after {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: Lora, sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

a {
	text-decoration: none;
}

::-webkit-scrollbar-button {
	background-image: url('');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px
}

::-webkit-scrollbar-track {
	background-color: #edf3f5;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #CAAC79;
	cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #CAAC79;
}

::-webkit-resizer {
	background-image: url('');
	background-repeat: no-repeat;
	width: 6px;
	height: 6px
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.top_line {
	border-top: 3px solid #CAAC79;
}

.wrapper {
	width: 1600px;
	margin: auto;
}

header {
	padding: 30px 45px;
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.top_menu {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 108.5%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #404558;
}

header .address {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 137.5%;
	letter-spacing: 0.02em;
	color: #404558;
	padding: 0px 0px 0px 35px;
	background: url('/images/address.svg') top 4px left no-repeat;
}

header .address span {
	font-weight: bold;
	display: block;
}

header .phones {
	text-align: right;
	padding: 0px 0px 0px 35px;
	background: url('/images/phone.svg') top 4px left no-repeat;
}

header .phones a {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 108.5%;
	letter-spacing: 0.03em;
	color: #404558;
}

header .phones span {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
	text-decoration-line: underline;
	color: #CAAC79;
}

.dialog {
	cursor: pointer;
}

.banner {
	height: calc(100vh - 116px);
	background: url('/images/banner.jpg') center no-repeat;
	background-size: cover;
}

.banner .wrapper {
	height: 100%;
}

.banner .content {
	width: calc(100% - 400px);
	margin: auto;
	padding: 0px calc(50% - 180px) 0px 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-flow: column wrap;
}

.banner .content .title {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 99.5%;
	letter-spacing: -0.01em;
	color: #404558;
}

.banner .content .title:first-child {
	margin-bottom: 20px;
}

.banner .content .text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 144.5%;
	letter-spacing: 0.02em;
	color: #404558;
	opacity: 0.9;
	margin: 20px 100px 0px 0px;
}

.banner .content .buttons {
	margin: 30px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.banner .content .buttons .button {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #CAAC79;
	height: 60px;
	width: fit-content;
	padding: 0px 30px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}

.banner .content .buttons .button_fill {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #CAAC79;
	border: 2px solid #CAAC79;
	height: 60px;
	width: fit-content;
	padding: 0px 30px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.titles {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 103.5%;
	text-align: center;
	color: #404558;
}

.titles:after {
	content: '';
	width: 56px;
	height: 1px;
	background: #CAAC79;
	display: block;
	margin: 25px auto 40px;
}

.dela {
	padding: 75px 0px;
	background: #f0f0f0;
}

.dela .block {
	background: #fff;
	padding: 60px 75px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: calc(100% - 150px);
	margin: auto;
}

.dela .block .item {
	width: 21%;
}

.dela .block .item .title {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: bold;
	font-size: 55px;
	line-height: 103.5%;
	letter-spacing: -0.02em;
	color: #404558;
}

.dela .block .item .text {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 149.5%;
	color: #404558;
	opacity: 0.9;
	margin: 20px 0px 0px;
	text-align: center;
}

.dela .block .item:after {
	content: '';
	width: 56px;
	height: 1px;
	background: #CAAC79;
	display: block;
	margin: 35px auto 0px;
}

.dela .block .line {
	width: 1px;
	height: 165px;
	background: #646464;
	opacity: 0.15;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}

.services {
	background: #f6f6f6;
	padding: 75px 0px;
}

.services .block {
	width: calc(100% - 400px);
	margin: auto;
}

.services .block .item {
	background: #fff;
	padding: 18px 35px;
	/*display: flex;*/
	/*flex-flow: row wrap;*/
	/*justify-content: space-between;*/
	/*align-items: center;*/
}

.item-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.item-open-btn {
	width: 25px;
	margin-right: 25px;
	height: 25px;
	border: 1px solid #CAAC79;
	border-radius: 50%;
	background: url("/images/+.svg") no-repeat top 6px left 6px;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.toggle-item.open .item-open-btn {
	background: url("/images/Rectangle150.svg") no-repeat center;
}

.item-row-title {
	display: flex;
	align-items: center;
}

.item:not(.toggle-item) .title {
	/*padding-left: 50px !important;*/
	text-align: center;
}

.item-text {
	display: none;
	margin-top: 25px;
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #000000;
	opacity: 0.7;
}

.item-text ul:not(:first-child),
.item-text p:not(:first-child) {
	margin-top: 20px;
}

.item-text ul {
	list-style: none;
}

.item-text ul li {
	position: relative;
	padding-left: 38px;
}

.item-text ul li::before {
	content: '';
	position: absolute;
	width: 23px;
	height: 1px;
	background: #CAAC79;
	left: 0;
	top: 8px;
}

.services .block .item:nth-child(2n) {
	background: #f6f6f6;
}

.services .block .item .title {
	width: calc(100% - 400px);
	padding: 0px 25px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #000000;
	opacity: 0.7;
}

.services .block .item .price {
	width: 200px;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #404558;
	opacity: 0.9;
}

.services .block .item .send {
	width: 145px;
}

.services .block .item .send span {
	font-family: Optima Cyr, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #CEAC73;
	opacity: 0.9;
}

.services .block .case {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #BC9C65;
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 152%;
	letter-spacing: 0.03em;
	color: #000000;
	padding: 0px 30px 0px 0px;
	margin-top: 35px;
}

.services .block .case:before {
	content: '';
	width: 90px;
	height: 90px;
	background: url('/images/case.svg') center no-repeat #CAAC79;
}

.services .block .case span {
	width: calc(100% - 120px);
	display: block;
}

.consult {
	text-align: center;
	margin-top: 55px;
	height: 340px;
	background: #fff;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.consult:before {
	content: '';
	display: block;
	width: 340px;
	height: 100%;
	background: url('/images/img1.jpg') center no-repeat;
	background-size: cover;
}

.consult:after {
	content: '';
	display: block;
	width: 340px;
	height: 100%;
	background: url('/images/img2.jpg') center no-repeat;
	background-size: cover;
}

.consult .text {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 148%;
	color: #404558;
	margin-bottom: 25px;
}

.consult .phone {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 103.5%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #404558;
}

.consult .button {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #CAAC79;
	height: 60px;
	width: fit-content;
	padding: 0px 30px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0px;
}

.advantages {
	padding: 75px 0px;
	background: #f0f0f0;
}

.advantages .block {
	/*width: calc(100% - 400px);*/
	width: 900px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.advantages .block .item {
	/*width: calc(25% - 10.5px);*/
	width: calc((100% / 3) - 10px);
	padding: 50px 40px;
	background: #fff;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 132%;
	letter-spacing: 0.02em;
	color: #404558;
}

.advantages .block .item.hidden-item {
	background: transparent;
}

.advantages .block .item:not(:nth-child(3n+1)) {
	margin-left: 15px;
}

.advantages .block .item:not(:nth-child(-n+3)) {
	margin-top: 15px;
}

.advantages .block .item img {
	vertical-align: bottom;
	height: 59px;
	margin: 0px 0px 20px;
}

.cons {
	background: url('/images/img3.jpg') center no-repeat;
	background-size: cover;
}

.cons .block {
	width: calc(100% - 400px);
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.cons .block .forma {
	width: 580px;
	height: 790px;
	background: #fff;
	padding: 0px 90px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cons .block .forma .title {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 96%;
	text-align: center;
	color: #404558;
}

.cons .block .forma .text {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 141.5%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #404558;
	opacity: 0.8;
	margin-top: 20px;
}

.cons .block .forma .input {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 213.5%;
	border: 0px;
	background: #fff;
	outline: unset;
	border-bottom: 1px solid #404558;
	width: 100%;
	margin-top: 20px;
}

.cons .block .forma .input::-webkit-input-placeholder {
	color: rgba(64, 69, 88, 0.5);
}

.cons .block .forma .input:-moz-placeholder {
	color: rgba(64, 69, 88, 0.5);
}

.cons .block .forma textarea.input {
	resize: none;
	font-size: 18px;
}

.cons .block .forma .button {
	font-family: Lora, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #CAAC79;
	height: 60px;
	width: 100%;
	padding: 0px 30px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0px;
	border: 0px;
	outline: none;
}

.cons .block .forma .txt {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 139.5%;
	text-align: center;
	color: #404558;
	margin-top: 40px;
}

.cons .block .forma .txt a {
	font-size: 20px;
	color: #BB9B64;
}

.checkbox_block {
	margin: 30px 0px 0px;
	width: 100%;
}

.checkbox {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #404558;
	opacity: 0.5;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	cursor: pointer;
	width: fit-content;
	position: relative;
}

.checkbox:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #404558;
	margin: 0px 12px 0px 0px;
}

.checkbox.set:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url('/images/checked.png') center no-repeat;
	background-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.err {
	color: #f00 !important;
	border-color: #f00 !important;
}

.clients {
	padding: 75px 0px;
}

.clients .slider {
	width: calc(100% - 384px);
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

.clients .item {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: calc(100% - 16px);
	margin: 0px 8px;
	height: 100%;
	padding: 45px 45px;
	background: url('/images/quote.svg') top 20px right 20px no-repeat #F4F4F5;
}

.clients .item img {
	width: 165px !important;
	align-self: baseline;
}

.clients .item .block {
	width: calc(100% - 0px);
}

.clients .item .block .title {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	line-height: 103.5%;
	letter-spacing: 0.02em;
	color: #404558;
}

.clients .item .block .text {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #404558;
	margin-top: 15px;
}

.owl-carousel .owl-stage {
	display: flex;
	flex-flow: row wrap;
}

.owl-theme .owl-dots .owl-dot {
	outline: none;
}

.owl-theme .owl-dots .owl-dot span {
	opacity: 0.3;
	border: 1px solid #404558;
	background: #fff !important;
	outline: none;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background: #B0905A !important;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #B0905A !important;
	opacity: 1;
	border: none;
}

.owl-prev {
	background: url('/images/arr_left.svg') center no-repeat !important;
	outline: none;
	width: 33px;
	height: 33px;
}

.owl-next {
	background: url('/images/arr_right.svg') center no-repeat !important;
	outline: none;
	width: 33px;
	height: 33px;
}

.owl-theme .owl-nav {
	margin: 0px !important;
	position: absolute;
	top: calc(50% - 45px);
	z-index: 2;
	left: -63px;
	width: calc(100% + 126px);
	display: flex;
	justify-content: space-between;
}

.owl-carousel .owl-stage-outer {
	z-index: 3;
}

.owl-theme .owl-dots {
	height: 20px;
	margin-top: 25px;
}

.certificates {
	padding: 75px 0px;
	background: #f6f6f6;
}

.certificates .slider2 {
	width: calc(100% - 376px);
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.certificates .slider2 .item {
	width: calc(100% - 24px);
	margin: 0px 12px;
	display: block;
}

.certificates .slider2 .item img {
	width: 100%;
}

.certificates .slider2.owl-theme .owl-nav {
	top: calc(50% - 22px);
}

footer {
	display: flex;
	flex-flow: row wrap;
}

footer .left,
footer .right {
	width: 50%;
	height: 680px;
}

footer .left {
	padding-left: calc(50% - 600px);
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}

footer .left .title {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 103.5%;
	color: #404558;
	margin: 0px 0px 15px 0px;
}

footer .left .phone {
	margin: 0px 0px;
}

footer .left .phone a {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 225.5%;
	letter-spacing: 0.06em;
	color: #404558;
	opacity: 0.9;
	padding: 0px 0px 0px 40px;
	background: url('/images/phone.svg') left center no-repeat;
}

footer .left .mail {
	margin: 0px 0px;
}

footer .left .mail a {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 197%;
	letter-spacing: 0.005em;
	color: #BC9C65;
	padding: 0px 0px 0px 40px;
	background: url('/images/mail.svg') left center no-repeat;
}

footer .left .address {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 151%;
	letter-spacing: 0.02em;
	color: #404558;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 40px;
	background: url('/images/address.svg') top 4px left no-repeat;
}

footer .left .address span {
	font-weight: bold;
	display: block;
}

footer .left .txt {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 125%;
	color: #404558;
	opacity: 0.9;
	padding: 10px 0px 0px 40px;
}

footer .left .button {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #CAAC79;
	height: 60px;
	width: fit-content;
	padding: 0px 30px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 45px 0px 0px;
}

footer .left .logo {
	margin: 30px 0px 0px;
	align-self: baseline;
}

.black {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	background: rgba(0, 0, 0, 0.3);
}

.mod {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
}

.close {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('/images/close.svg');
	background-size: cover;
	position: absolute;
	right: 15px;
	top: 25px;
	width: 34px;
	height: 34px;
	border: 0px;
	cursor: pointer;
	z-index: 99;
}

.dialog {
	cursor: pointer
}

.modbox {
	padding: 32px 50px 35px;
	background: #fff;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	font-size: 1.125rem;
	line-height: 1;
	max-width: 800px;
}

.modbox .texts {
	padding: 0px 30px 0px 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #404558;
}

.modbox .block .forma {
	width: 520px;
	background: #fff;
	padding: 15px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.modbox .block .forma .title {
	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 96%;
	text-align: center;
	color: #404558;
}

.modbox .block .forma .text {
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 141.5%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #404558;
	opacity: 0.8;
	margin-top: 20px;
}

.modbox .block .forma .input {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 213.5%;
	border: 0px;
	background: #fff;
	outline: unset;
	border-bottom: 1px solid #404558;
	width: 100%;
	margin-top: 20px;
}

.modbox .block .forma .input::-webkit-input-placeholder {
	color: rgba(64, 69, 88, 0.5);
}

.modbox .block .forma .input:-moz-placeholder {
	color: rgba(64, 69, 88, 0.5);
}

.modbox .block .forma textarea.input {
	resize: none;
	font-size: 18px;
}

.modbox .block .forma .button {
	font-family: Lora, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #CAAC79;
	height: 60px;
	width: 100%;
	padding: 0px 30px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0px;
	border: 0px;
	outline: none;
}

.modbox .block .forma .txt {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 139.5%;
	text-align: center;
	color: #404558;
	margin-top: 40px;
}

.modbox .block .forma .txt a {
	font-size: 20px;
	color: #BB9B64;
}

.dela .block.bn-2 {
	border: 1px solid #CAAC79;
	padding: 82px 20px 71px;
	background: url("/images/Rectangle132.png");
	flex-direction: column;
	align-items: center;
}

.bn-2-title {
	/*font-family: 'Optima';*/
	/*font-style: normal;*/
	/*font-weight: bold;*/
	/*font-size: 50px;*/
	/*line-height: 103.5%;*/
	text-align: center;
	/*letter-spacing: 0.02em;*/
	/*text-transform: uppercase;*/
	/*color: #404558;*/

	font-family: Optima Cyr;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 99.5%;
	letter-spacing: -0.01em;
	color: #404558;
}

.bn-2-fast {
	display: flex;
	font-family: Optima Cyr;
	justify-content: center;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	line-height: 148%;
	text-align: center;
	letter-spacing: 0.03em;
	color: #404558;
	margin-top: 5px;
	flex-wrap: wrap;
}

.bn-2-fast span {
	display: flex;
	align-items: center;
}

.bn-2-fast span:not(:first-child)::before {
	content: '';
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #CAAC79;
	margin: 0 20px;
	flex-shrink: 0;
}

.bn-sm-text {
	font-family: Lora, sans-serif;

	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 148%;
	text-align: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #404558;
	margin-top: 38px;
}

.logo {
	width: 350px;
}

.error_label {
	width: 100%;
	font-size: 12px;
	color: #f00;
	margin-top: 3px;
	text-align: left;
	font-family: sans-serif;
}

.yandex-reviews {
	padding: 0 0 75px 0;
}

.yandex-reviews-img {
	display: flex;
	justify-content: center;
}

.yandex-reviews-img img {
	max-width: 100%;
}