/*
font-family: 'Lora', serif;
font-family: 'Open Sans', sans-serif;
*/

/* reset padding and margin */

html,
body {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
}
a{
	text-decoration: none;
	color: inherit;
}
/* the whole document */
.text-white {
    color: #fff !important;
}
.text-red {
    color: #CB1400 !important;
}
.document {
	font-family: 'Open Sans', sans-serif;
	color: #383838;
}

.link {
	color: #525252;
	text-decoration: none;
}

.link:hover {
	color: #85CB3F;
}

.vcentered {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.full-flex{
	width: initial !important;
	width: unset !important;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	list-style: none;
	-webkit-justify-content: center;
	        justify-content: center;
}
.pt-45{
	padding-top: 45px !important;
}
.pb-45{
	padding-bottom: 45px !important;
}
.pt-70{
	padding-top: 70px !important;
}
.pb-70{
	padding-bottom: 70px !important;
}
.mt-10{
	margin-top: 10px !important;
}
.mt-20{
	margin-top: 20px !important;
}
.mt-50{
	margin-top: 50px !important;
}
.mb-70{
	margin-bottom: 70px !important;
}
.mt-100{
	margin-top: 100px !important;
}
.mx-15{
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-20{
	margin-bottom: 20px !important;
}
.text-centered {
	text-align: center;
}
.text-gray{

}
.pull-up-40 {
	margin-top: -40px;
}
.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 0;
}
.breadcrumb-item {
    padding-right: 40px;
    color: #9F9F9F;
    position: relative;
}
.breadcrumb-item::after {
    content: '';
    width: 20px;
    height: 100%;
    display: block;
    background-image: url(/assets/img/ba.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 10px;
}
.breadcrumb-item.active{
	color: #000;
}
.breadcrumb-item.active::after{
	content: none;
}
.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
}

.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* header */

.document__header {
	background-color: white;
}

/* contact information row */

.header-row {
	display: flex;
	justify-content: space-between;
	width: 1180px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: solid 1px #ececec;
}

@media (max-width: 1200px) {
	.header-row {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.header-row__item_post-address {
	flex-basis: 320px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.header-row__item {
	padding: 25px 0 10px 0;
}

.header-row__addres-line,
.header-row__phone-line {
	display: flex;
	justify-content: space-between;
}
.header-row__phone-line .tel{
	color: #383838;
}

.header-row__menu-button {
	display: none;
	width: 41px;
	height: 41px;
	background-image: url(/assets/img/menubutton.svg);
	background-repeat: norepeat;
	background-position: center center;
	background-color: #464f50;
	margin-top: 30px;
}

.header-row__logo {
	display: block;
	width: 65px;
	height: 93px;
	background-image: url(/assets/img/logo.svg);
	background-size: contain;
	padding-bottom: 10px;
}

.header-row__item_e-addres {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.header-row__link-line {
	text-align: right;
}

.header-row__instagram-link {
	padding: 2px 0 2px 35px;
	background-image: url(/assets/img/instagram.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}

/* main menu */

.main-menu-row {
	width: 1180px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.main-menu-row {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.main-menu {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-menu__menu-link {
	display: inline-block;
	height: 30px;
	padding: 0 10px;
	color: #383838;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
}

.main-menu__menu-link:hover {
	color: #85CB3F;
}

.main-menu__menu-item:first-child .main-menu__menu-link {
	padding-left: 0;
}

.main-menu__menu-item {
	position: relative;
	padding: 9px 0;
}

.main-menu__menu-item_dropdown.top-menu-parent-element .main-menu__menu-link {
	padding-right: 20px;
	background-image: url(/assets/img/downarrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
}

.last .main-menu__menu-link {
	font-weight: bold;
	color: white;
	background-color: #85cb3f;
	padding-left: 35px;
	background-image: url(/assets/img/discount.svg);
	background-repeat: no-repeat;
	background-position: 8px center;
}

.main-menu__menu-item_action .main-menu__menu-link:hover {
	background-color: #ABDD3A;
}

.main-menu__close-button {
	display: none;
}

.main-menu__submenu {
	display: none;
	position: absolute;
	top: 48px;
	left: 10px;
	min-width: 230px;
	list-style-type: none;
	margin: 0;
	padding: 16px 10px 19px 10px;
	background-color: white;
	border: solid 1px #d3d3d3;
	z-index: 10;
}

.main-menu__submenu-link {
	display: block;
	height: 25px;
	padding: 0 10px;
	color: #383838;
	font-size: 14px;
	line-height: 25px;
	text-decoration: none;
}

.main-menu__submenu-link:hover {
	color: #85CB3F;
}

.main-menu__menu-item:hover .main-menu__submenu {
	display: block;
}

/* переключение меню на мобильный режим */
@media (max-width: 1000px) {

	.header-row {
		padding-left: 14px;
		padding-right: 14px;
	}

	.main-menu {
		display: none;
		position: absolute;
	}

	.main-menu_show {
		position: absolute;
		left: 0;
		display: flex;
		flex-direction: column;
		background-color: white;
		border: 1px solid #B9B9B9;
		width: 308px;
		padding: 50px 15px;
		z-index: 10;
	}

	.main-menu_show .main-menu__menu-link {
		padding-left: 0px;
		font-size: 18px;
	}

	.main-menu__menu-link:hover,
	.main-menu__menu-link:active {
		color: black;
	}


	.main-menu_show .main-menu__submenu {
		position: static;
	}

	.main-menu_show .main-menu__menu-item {
		order: 2;
	}

	.main-menu_show .main-menu__menu-item_action {
		order: 1;
	}



	.main-menu_show .main-menu__menu-item_action .main-menu__menu-link {
		padding-left: 35px;
	}

	.main-menu_show .main-menu__submenu {
		border: none;
		padding: 0;
		font-size: 15px;
		line-height: 30px;
		color: #595959;
	}

	.main-menu_show .main-menu__submenu-link {
		padding: 0;
	}

	.main-menu__close-button {
		display: inline-block;
		position: absolute;
		right: 25px;
		top: 10px;
	}

	.main-menu__close-button a {
		display: block;
		width: 25px;
		height: 25px;
		background-image: url(/assets/img/close.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}

	.header-row__menu-button {
		display: block;
		order: 1;
	}

	.header-row {
		background-color: #464f50;
	}

	.header-row__logo {
		background-image: url(/assets/img/logo-inverted.svg);
		order: 2;
	}

	.header-row__item_post-address {
		order: 3;
		flex-basis: 150px;
		padding: 10px 0;
	}

	.header-row__item_e-addres {
		display: none;
	}

	.header-row__strut {
		display: none;
	}

	.header-row__addres-line {
		display: none;
	}

	.header-row__phone-line {
		flex-direction: column;
		color: white;
		justify-content: space-between;
	}
	.header-row__phone-line div {
	    margin: 10px 0;
	}
	.header-row__phone-line .tel{
		color: #fff;
		font-size: 16px;
	}
	.conditional-break-1000 {
		display: none;
	}
	.contacts-holder .contact-list {
		width: auto;
	}
	.last .main-menu__menu-link{
		background-image: none;
		padding: 0 10px;
	}
}
@media (max-width: 900px) {
	.mobile-header-bg .vcentered {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.mobile-header-bg .vcentered .block__content-h2 {
		margin: 0;
		padding-top: 140px;
		padding-bottom: 300px;
		order: 2;
		font-weight: normal;
		font-size: 28px;
		line-height: 36px;
		text-align: center;
		color: #FFFFFF;
		background-image: url(/assets/img/mobile-header-background.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.mobile-header-bg .vcentered .block__content-motto {
		position: absolute;
		box-sizing: border-box;
		width: 100%;
		order: 3;
		top: 400px;
		color: white;
		text-align: center;
		margin: 0;
	}
	.mobile-header-bg .vcentered .block__content-horizontal-list-items {
		order: 1;
		text-align: center;
		line-height: 19px;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0px;
	}
	.mobile-header-bg .vcentered .block__content-button {
		display: none;
	}
}
/* content blocks */
.block {
	margin-bottom: 65px;
	overflow: hidden;
}

.block_no-bottom-margin {
	margin-bottom: 0;
}

.block_btm-margin-100 {
	margin-bottom: 100px;
}

.block_no-margin {
	margin-bottom: 0;
}

.block_bg_slightly-gray {
	background-color: #F5F5F5;
}

.block_bg_gray {
	background-color: #f5f5f5;
}

.block_bg_semi-darkgray {
	background-color: #697071;
}

.block_bg_darkgray {
	background-color: #464f50;
}

.block_bg_dark-darkgray {
	background-color: #383838;
}

.block_content-width_xs .block__content {
	width: 1040px;
}

.block_content-width_s .block__content {
	width: 1080px;
}

.block_content-width_m .block__content {
	width: 1180px;
}

.block_content-width_l .block__content {
	width: 1440px;
}

@media (max-width: 1450px) {
	.block_content-width_xs .block__content,
	.block_content-width_s .block__content,
	.block_content-width_m .block__content,
	.block_content-width_l .block__content {
		box-sizing: border-box;
		width: 100%;
	/*	margin-left: 20px;
		margin-right: 20px;*/
	}
	.block{
		padding: 0 15px;
	}
}

.block-article a {
    text-decoration: underline;
    color: blue;
}

.block__content {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.block__content-panel {
	position: relative;
	width: 50%;
	padding: 0;
}
.block__content-panel.big-1 {
    width: 60%;
}
.block__content-panel.small-1 {
    width: 40%;
}
.block__content-panel.extrasmall-1{
	width: 20%;
}
@media screen and (max-width: 900px) {
	.block__content {
		flex-direction: column;
	}

	.block__content-panel {
		width: auto !important;
	}

	.vcentered {
		position: static;
		transform: none;
	}
	.block__content-h2.pull-up-40 {
		margin-top: 30px;
	}
}
.image-responcive {
	width: 100%;
	vertical-align: bottom;
}

.block__content-h2 {
	font-family: 'Lora', serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 41px;
	color: #383838;
}
.block__content-h1 {
	font-family: 'Lora', serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 51px;
}

.block__content-motto {
	font-size: 18px;
	line-height: 25px;
	color: #686868;
	margin-bottom: 30px;
}

.block__content-horizontal-list-items {
	font-size: 14px;
	color: #383838;
	margin-bottom: 40px;
}

.block__content-button {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding: 0 32px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #85cb3f;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

@media (max-width: 1450px) {
	.block__content-h2,
	.block__content-motto,
	.block__content-horizontal-list-items,
	.block__content-button {
		margin-left: 20px;
		margin-right: 20px;
	}

}


.block__content-button:hover {
	background-color: #ABDD3A;
}

.why-we-are-left-panel {
	padding-right: 50px;
}

.why-we-are-right-panel {
	padding-left: 50px;
}

@media (max-width: 900px) {
	.why-we-are-right-panel {
		padding-left: 20px;
	}
}

@media (max-width: 1450px) {
	.why-we-are-left-panel,
	.why-we-are-left-panel {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.why-we-are {
	padding: 30px;
	padding-left: 60px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.why-we-are_designer {
	background-image: url(/assets/img/customer-service-agent.svg);
}

.why-we-are_3d {
	background-image: url(/assets/img/modeling.svg);
}

.why-we-are_client {
	background-image: url(/assets/img/credit-card.svg);
}

.why-we-are_credit {
	background-image: url(/assets/img/debit-card.svg);
}

.why-we-are_sizes {
	background-image: url(/assets/img/price-tag.svg);
}

.why-we-are_actions {
	background-image: url(/assets/img/percent.svg);
}

.image-responcive-line-wrapper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}

.image-responcive-50 {
	width: calc(50% - 10px);
}

.elite-furniture-text-block {
	padding: 20px 70px 20px 100px;
	color: white;
}

@media (max-width: 1450px) {
	.elite-furniture-text-block {
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.elite-furniture-text-block .block__content-h2 {
	color: white;
}

.elite-furniture-text-block p {
	margin-bottom: 30px;
}

.italian-sale-2018-text {
	padding-left: 134px;
	padding-right: 130px;
	padding-top: 30px;
}

.italian-sale-2018-text_discaunt-50 {
	font-size: 20px;
	color: #cb1400;
}

@media (max-width: 1450px) {
	.italian-sale-2018-text {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* carousele correction styles */

.owl-carousel .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	width: 100%;
	pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next {
	display: block;
	pointer-events: auto;
	width: 80px;
	height: 40px;
	background-color: rgba(255,255,255,0.5);
	transform: translateX(50%);
	background-image: url(/assets/img/rarr.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.owl-carousel .owl-nav button.owl-prev {
	display: block;
	pointer-events: auto;
	width: 80px;
	height: 40px;
	background-color: rgba(255,255,255,0.5);
	transform: translateX(-50%);
	background-image: url(/assets/img/larr.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

@media (max-width: 1450px) {
	.owl-carousel .owl-nav button.owl-next {
		transform: none;
	}
	.owl-carousel .owl-nav button.owl-prev {
		transform: none;
	}
}

.carousel-item {
	font-size: 16px;
	font-weight: bold;
	color: #383838;
}

.carousel-subheader {
	font-size: 20px;
	color: #85cb3f;
	margin-bottom: 50px;
}

.ergonomic-by-order {
	width: 540px;
	color: white;
	margin: 40px 50px 60px auto;
}

@media (max-width: 1450px) {
	.ergonomic-by-order {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.ergonomic-by-order h2 {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 31px;
}

.features-block {
	width: 540px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media (max-width: 1450px) {
	.features-block {
		width: auto;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.features-block h2 {
	font-size: 32px;
	line-height: 41px;
}

.features-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.features-list__item {
	padding-left:65px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #383838;
	background-repeat: no-repeat;
	background-position: left center;
}

.features-list__item-sofa {
	background-image: url(/assets/img/sofa.svg);
}

.features-list__item-award {
	background-image: url(/assets/img/award.svg);
}

.features-list__item-leaf {
	background-image: url(/assets/img/leaf.svg);
}

.features-list__item-nightstand {
	background-image: url(/assets/img/nightstand.svg);
}

.materials-description {
	color: #383838;
}

@media (max-width: 1450px) {
	.materials-description {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.materials-description p {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

.material-list-group {
	padding-top: 30px;
}

.material-list {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.material-list_pos_left {
	min-width: 200px;
}

.material-list__item {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(/assets/img/tick.svg);
	background-repeat: no-repeat;
	background-position: left center;
	/* font-weight: 600; */
	font-size: 16px;
}


.material-image {
	display: block;
	width: 410px;
	margin: 10px auto 0 160px;
}

@media (max-width: 1450px) {
	.material-image {
		margin: 0;
		width: calc(100% - 80px);
		padding: 40px;
	}
}

.contact-h2-header {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
}

@media (max-width: 1450px) {
	.contact-h2-header {
		padding-left: 20px;
	}
}

.contacts-holder {
	padding: 60px 20px 20px 30px;
}

.contact-list {
	display: inline-block;
	width: 300px;
	list-style: none;
	padding:0;
	margin:0;
	vertical-align: top;
}

.contact-list__item {
	padding-left: 40px;
	paddint-top: 10px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
}

.contact-list__item_address {
	background-image: url(/assets/img/location.svg);
}

.contact-list__item_phone {
	background-image: url(/assets/img/telephone.svg);
}

.contact-list__item_email {
	background-image: url(/assets/img/close-envelope.svg);
}

.contact-list__item_instargamm {
	background-image: url(/assets/img/our-instagram.svg);
}


.secondary-contact-list {
	display: inline-block;
	list-style: none;
	padding:0;
	margin:0;
	vertical-align: top;
}

.secondary-contact-list li {
	paddint-top: 10px;
	padding-bottom: 30px;
	color: white;
}

.kontact-extra-bottom-space {
	padding-bottom: 80px;
}

.footer__left-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 90px;
	font-size: 14px;
	line-height: 136.63%;
	color: white;
}

.footer__right-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 90px;
	font-size: 14px;
	line-height: 136.63%;
	color: white;
	text-align: right;
}

.footer__left-panel p,
.footer__right-panel p {
	margin: 0;
}

.footer__copyright {
	color: #969696;
}

.footer-instagram {
	padding-left:30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	text-decoration: none;
	background-image: url(/assets/img/our-instagram.svg);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer-rocket-business {
	padding-left:30px;
	color: white;
	text-decoration: none;
	background-image: url(/assets/img/rblogo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer-terms {
	padding-left:30px;
	text-decoration: none;
	color: #969696;
}

.footer-instagram:hover,
.footer-rocket-business:hover,
.footer-terms:hover {
	text-decoration: underline;
}

@media (max-width: 1450px) {
	.footer__left-panel {
		padding-left: 20px;
	}

	.footer__right-panel {
		padding-right: 20px;
	}
}
.block_in_contacts {
    padding-top: 45px;
    background-image: url(/assets/img/cont-bg.jpg);
    background-position: center;
    background-size: cover;
    color: #FFF;
}
.block_in_contacts .block_bg_semi-darkgray{
	background-color: rgba(105, 112, 113,.85);
}
/* entry */
.entry-content {
    position: relative;
    min-height: 486px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}
.background-overlay {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    filter: blur(3px) brightness(0.8);
    background-color: #F5F5F5;
}
.entry-bottom-static-text {
    margin: 0;
    font-size: 20px;
    line-height: 27px;
}
.ul{
	list-style: none;
	margin-bottom: 40px;
}
.ul li::before {
  content: "\2022";
  color: #42AE00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.card {
    width: 100%;
    max-width: 370px;
    overflow: hidden;
    margin: 0 10px 60px;
    position: relative;
    z-index: 1;

}
.card-image {
    height: 285px;
    object-fit: cover;
    width: 100%;
}
a.card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
.share {
    text-align: center;
    width: 100%;
    padding: 70px 15px 60px;
}
.gallery-item {
    width: 370px;
    margin: 0 10px 15px;
}
.owl-item .gallery-item {
    width: initial;
    width: unset;
}
.anchor{
	padding-top: 60px;
	margin-top: -60px;
}
.center-small-block {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
}
.girl {
    width: 370px;
    height: 370px;
    background-color: #85CB3F;
    border-radius: 50%;
    position: relative;
    margin: 0 0 21px auto;
}
.girl::before {
    content: '';
    width: 600px;
    height: 436px;
    background-image: url(/assets/img/girl.png);
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -300px;
    margin-top: -230px;
    background-repeat: no-repeat;
    background-position: center;
}
.bloc-width-arrow {
    background-image: url(/assets/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 36px;
    padding-right: 45px;
    margin-right: 170px;
}
.center-btns-container {
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    border: 1px solid ;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.btn.green {
    color: #fff;
    border-color: #85CB3F;
    background-color: #85CB3F;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active {
    background-color: #fff;
    color: #85CB3F;
}
.btn.red {
    color: #fff;
    border-color: #CB3F3F;
    background-color: #CB3F3F;
}
.btn.red:hover,
.btn.red:focus,
.btn.red:active {
    background-color: #fff;
    color: #CB3F3F;
}
.btn.outline {
    background-color: transparent !important;
    color: inherit !important;
}
.btn.wide{
	width: 100%;
}
.btn.small {
    padding: 7px 20px;
}
.block-article__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.block-article__item {
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #7A7A7A;
}

.block-article__img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.article-element {
    width: 375px;
    margin: 0 10px 20px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(89, 88, 89, 0.25);
    border-radius: 3px;
}

.article-element-content {
    padding: 24px 22px 31px;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: space-between;
}

.article-element-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.article-element-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.article-element-link {
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    color: #7A7A7A;
}
.catalog-element {
    width: 375px;
    overflow: hidden;
    margin: 0 10px 20px;
    position: relative;
    font-size: 0;
}
.catalog-element-img {
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.catalog-element-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: linear-gradient(to top, #464F50, transparent);
}
.catalog-element-title {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.catalog-element-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.burger {
    width: 23px;
    display: inline-block;
    background-color: #85CB3F;
    height: 3px;
    margin-bottom: 3px;
    margin-left: 14px;
    position: relative;
}
.burger::before,
.burger::after {
    content: '';
    display: block;
    width: 23px;
    height: 3px;
    position: absolute;
    background-color: #85CB3F;
    left: 0;
}
.burger::before{
	top: -6px;
}
.burger::after{
	bottom: -6px;
}
.dropdown {
    position: absolute;
    padding: 25px;
    list-style: none;
    margin: 0;
    background-color: #F7F7F7;
    box-shadow: 4px 4px 4px rgba(98, 98, 98, 0.25);
    top: 45px;
    z-index: 1;
    width: 295px;
    display: none;
}
.dropdown li {
    margin: 10px 0;
}
.dropdown.open{
	display: block;
}
.dropdown::before {
    content: '';
    display: block;
    border: 20px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #f7f7f7;
    border-top-width: 0;
    border-bottom-width: 10px;
    position: absolute;
    top: -8px;
    left: 30px;
}
.gallery-anchors {
    position: relative;
}
.girl-block-consultation-btn {
    margin-top: 40px;
}
.contacts-outline {
    border: 1px solid #85CB3F;
    padding: 45px 50px 60px;
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.advantages {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-top: 60px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.advantages li {
    min-width: 33%;
    flex-basis: 200px;
    margin-bottom: 80px;
    position: relative;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.advantages li:first-child {
    padding-left: 10px;
}
.advantages li::before {
    border-radius: 50%;
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border: 5px solid #85CB3F;
    position: absolute;
    top: 7px;
    left: 0;
}
.advantages li:first-child::before {
    background-color: #85CB3F;
    border: 0;
    width: 63px;
    height: 63px;
    z-index: 0;
    top: -8px;
}
.advantages h3 {
    line-height: 44px;
    font-size: 32px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.fullwidth-img {
	max-width: 1920px;
    width: 100%;
    object-position: center;
    object-fit: contain;
}
.element-container {
    display: flex;
}
.element-sidebar-wrapper {
    width: 100%;
    max-width: 380px;
    margin-bottom: 30px;
}
.element-content-wrapper {
    flex-grow: 1;
    flex-basis: 320px;
    padding-left: 20px;
}
.element-sidebar {
    background-color: #f5f5f5;
    padding: 20px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.element-sidebar h1 {
    margin: 0;
}
.catalog-element-atribute {
    color: #828282;
    margin-bottom: 0;
}
.catalog-element-atribute-value {
    margin: 5px 0;
}
.element-content-header {
    border-bottom: 1px solid #EBEBEB;
}
.catalog-detail-anchor {
    text-align: center;
    width: 65px;
    display: inline-block;
    margin-right: 50px;
}
.element-content-body .catalog-element-atribute{
	color: #000;
}
.element-content-body .catalog-element-atribute-value{
	color: #7B7B7B;
}
.complete-carousel .owl-nav {
    transform: none;
    position: static;
    width: 100%;
    margin: 0 auto;
    max-width: 428px;
}
.complete-carousel .owl-nav button.owl-prev,
.complete-carousel .owl-nav button.owl-next {
    background-color: rgba(245, 245, 245, 0.7);
}
.catalog-lement-advantages {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0;
    margin-top: 70px;
}
.catalog-element-advantages-item {
    width: 200px;
}
.catalog-element-advantages-item-img {
    margin: 0 auto;
    display: block;
}
#btn-to-top {
    display: flex;
    width: 69px;
    height: 69px;
    background-color: rgba(58, 58, 58, 0.7);
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(/assets/img/ta.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.bg-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 100;
    display: none;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
.bg-modal.open{
	display: flex;
}
.modal {
    width: 100%;
    max-width: 400px;
    background-color: #fff;
    padding: 10px 20px 0;
    position: relative;
}
.close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: transparent;
    border: 0;
    width: 20px;
    height: 20px;
    background-image: url(/assets/img/close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    cursor: pointer;
}
.form-group{
	margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
    box-sizing: border-box;
    padding: 7px 5px;
}

/* advantages */

.advantages-circular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0px;
}

.advantages-circular__item,
.advantages-circular__header {
    display: flex;
    align-items: center;
    width: 390px;
    height: 100px;
}

.advantages-circular__header {
    position: relative;
    font-family: Lora;
    font-size: 32px;
    color: #383838;
}

.advantages-circular__header::before {
    content: "";
    display: block;
    position: absolute;
    width: 63px;
    height: 63px;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #85CB3F;
    z-index: -1;
}

.advantages-circular__item {
    position: relative;
    box-sizing: border-box;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    color: #383838;
    padding-left: 50px;
    padding-right: 20px;
}

.advantages-circular__item::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 33px;
    height: 33px;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: solid 5px #85CB3F;
}

@media screen and (max-width: 500px) {
    .advantages-circular__item,
    .advantages-circular__header {
        box-sizing: border-box;
        display: block;
        width: 100%;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* banner-round */

.banner-round {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 516px;
    width: 100%;
    background-image: url(/assets/images/banner-round.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}

.banner-round__text-block {
    padding: 30px;
    margin-right: 100px;
}

.banner-round__h {
    font-family: Lora;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
}

.banner-round__sh {
    font-family: Lora;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #85CB3F;
}

.banner-round__arr {
    font-size: 50px;
    text-align: center;
    color: white;
    padding-bottom: 20px;
}

.banner-round__btnblk {
    text-align: center;
}

.banner-round__btn {
    display: inline-block;
    background-color: #85CB3F;
    color: white;
    padding: 13px 35px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}
.banner-round__add-txt {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 1400px) {
    .banner-round__text-block {
    padding: 30px;
    margin-right: 0px;
    }
}

@media screen and (max-width: 1300px) {
    .banner-round__text-block {
        background-color: rgba(0,0,0,0.5);
        margin-right: 20px;
    }
}

@media screen and (max-width: 600px) {
    .banner-round__text-block {
        margin-right: 0px;
        box-sizing: border-box;
        width: 100%;
    }

    .banner-round__h {
        font-size: 30px;
    }
}


/* price-table */

.block__content_vertical {
    flex-direction: column;
}

.price-h {
    font-family: Lora;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
}


.price-block {
    display: flex;
    width: 100%;
}

.price-block .table {
    flex-grow: 1;
    margin-right: 20px;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
}

.price-block img {

}

.price-block .table td {
    border-bottom: 1px solid #EBEBEB;
    padding: 12px;
}

.price-block .table tr:first-child {
    background-color: #F5F5F5;
    font-weight: bold;
}

.price-block .table tr:first-child td:last-child {
    color: red;
}

.price-block .table td:last-child {
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .price-block {
        flex-direction: column;
    }
    .price-block img {
        width: 100%;
        margin-top: 20px;
    }
    .price-block .table {
        margin-right: 0;
    }
}

/* fedback carousel */

.feedback__item {
    position: relative;
    margin-top: 50px;
}

.feedback__item::before {
    content: "";
    position: absolute;
    width: 81px;
    height: 81px;
    left:50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #CB1400;
    background-image: url(/assets/images/svg/left-quotes-sign-x2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.feedback__text {
    position: relative;
    box-sizing: border-box;
	width: 100%;
	min-height: 400px;
    padding: 74px 60px 50px 60px;
    background: #F5F5F5;
    border: 1px solid #E4E4E4;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #383838;
}

.feedback__text::before {
    display: block;
    position: absolute;
    content: '';
    width: 30px;
    height: 17px;
    background-color: #F5F5F5;
    border-left:  1px solid #E4E4E4;
    border-bottom:   1px solid #E4E4E4;
    left: 30px;
    bottom: -9px;
    transform: skew(-20deg) rotate(-30deg);
}

.feedback__author {
    margin-top: 20px;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #383838;
}

.feedback__date {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 25px;
    color: #969696;
}

.feedback-owl-carousel.owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    transform: translateY(-150%);
    width: 100%;
    pointer-events: none;
    top: auto;
}

.feedback-owl-carousel.owl-carousel .owl-nav button.owl-prev {
    display: block;
    pointer-events: auto;
    width: 37px;
    height: 37px;
    margin-right: 20px;
    background-color: #F5F5F5;
    background-image: url(/assets/img/larr-small.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: none;
    color: transparent;
}

.feedback-owl-carousel.owl-carousel .owl-nav button.owl-next {
    display: block;
    pointer-events: auto;
    width: 37px;
    height: 37px;
    background-color: #F5F5F5;
    background-image: url(/assets/img/rarr-small.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: none;
    color: transparent;
}

#comment-form {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

#comment-form-placeholder {
	display: none;
}

#comment-form-placeholder.show {
	display: block;
}

#comment-new-link {
	display: none;
}
