.price {
	font-size: 1.3rem;
}
.sale-50 .price .old-price, .sale-15 .price .old-price, .text-from {
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.7);
}
.old-price {
	text-decoration: line-through;
}
.sale-50 .guaranty-block-wrap:before, .sale-15 .guaranty-block-wrap:before,
.sale-50.guaranty-block-wrap:before, .sale-15.guaranty-block-wrap:before {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #d82112;
    line-height: 50px;
    color: #fff;
    top: 15px;
    right: 30px;
    border-radius: 50%;
    position: absolute;
}
.sale-50 .guaranty-block-wrap:before, .sale-50.guaranty-block-wrap:before {
    content: "-50%";
}
.sale-15 .guaranty-block-wrap:before, .sale-15.guaranty-block-wrap:before {
    content: "-15%";
}
.sale-50 .guaranty-block-wrap, .sale-15 .guaranty-block-wrap,
.sale-50.guaranty-block-wrap, .sale-15.guaranty-block-wrap {
	position: relative;
}
.bx-livechat-wrapper {
	max-height: 500px;
}
.close-btn {
	width: 50px;
	height: 50px;
	background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3Bfill%3A%20%23eacef7%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20d%3D%22M256%2C0C114.844%2C0%2C0%2C114.844%2C0%2C256s114.844%2C256%2C256%2C256s256-114.844%2C256-256S397.156%2C0%2C256%2C0z%20M256%2C490.667%0A%09%09%09%09C126.604%2C490.667%2C21.333%2C385.396%2C21.333%2C256S126.604%2C21.333%2C256%2C21.333S490.667%2C126.604%2C490.667%2C256S385.396%2C490.667%2C256%2C490.667%0A%09%09%09%09z%22%2F%3E%0A%09%09%09%3Cpath%20d%3D%22M359.542%2C152.458c-4.167-4.167-10.917-4.167-15.083%2C0L256%2C240.917l-88.458-88.458c-4.167-4.167-10.917-4.167-15.083%2C0%0A%09%09%09%09c-4.167%2C4.167-4.167%2C10.917%2C0%2C15.083L240.917%2C256l-88.458%2C88.458c-4.167%2C4.167-4.167%2C10.917%2C0%2C15.083%0A%09%09%09%09c2.083%2C2.083%2C4.813%2C3.125%2C7.542%2C3.125s5.458-1.042%2C7.542-3.125L256%2C271.083l88.458%2C88.458c2.083%2C2.083%2C4.813%2C3.125%2C7.542%2C3.125%0A%09%09%09%09c2.729%2C0%2C5.458-1.042%2C7.542-3.125c4.167-4.167%2C4.167-10.917%2C0-15.083L271.083%2C256l88.458-88.458%0A%09%09%09%09C363.708%2C163.375%2C363.708%2C156.625%2C359.542%2C152.458z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #8b5f9e;
	border-radius: 50%;
	top: -25px;
	right: -25px;
	position: absolute;
}
.close-btn:hover {
	cursor: pointer;
	transform: rotate(360deg);
	transition: all 300ms linear;
}
.banner-text-wrap:after {
	top: 20%;
	right: 15%;
}
.banner-text-wrap:before {
	bottom: 30%;
	left: 15%;
}
.banner-text-wrap:before, .banner-text-wrap:after {
	content: '';
	width: 27px;
	height: 31px;
	background: url(/images/footprint.png) no-repeat center;
	background-size: contain;
	position: absolute;
}
.dog-banner .text2 span:last-child {
    font-size: 44px;
    line-height: 1;
}
.dog-banner .text2 span:first-child {
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
}
.dog-banner .text2 {
	color: #8b5f9e;
}
.dog-banner .text1, .dog-banner .text3 {
	padding: 15px 0;
	font-size: 32px;
	color: #eacef7;
	line-height: 1;
	text-align: center;
}
.dog-banner {
	background: #0a0102;
	width: 100%;
	margin: auto;
}
.banner {
	width: 100%;
	height: auto;
	max-width: 1050px;
	padding: 25px;
	top: 15%;
	bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
    z-index: 101;
    display: none;
}
.overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
	position: fixed;
	display: none;
}
.crm-webform-iframe .crm-webform-bottom-logo-container {
	display: none !important;
}
.crm-webform-iframe .crm-webform-submit-button {
	font: bold 18px "OpenSans-Regular",sans-serif;
	padding: 15px 30px 18px;
	border-radius: 30px;
	text-transform: none;
	line-height: 1;
	height: auto;
}
.crm-webform-iframe .crm-webform-label {
    font: normal 14px "OpenSans-Regular",sans-serif;
}
header .b24-web-form-popup-btn-5, header .b24-web-form-popup-btn-5:focus {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.b24-web-form-popup-btn-5, .b24-web-form-popup-btn-5:focus {
	width: 355px;
	background: #d82112;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	border: 0;
	outline: 0;
	padding: 20px 30px;
	border-radius: 30px;
	line-height: 1;
	bottom: 60px;
	transition: all 200ms linear;
	cursor: pointer;
}
.b24-web-form-popup-btn-5:hover {
	background: #8b5f9e;
	color: #fff;
}
.sticky-block:before{
	content: '';
	animation: shine linear 5s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	-webkit-animation: shine linear 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: shine linear 5s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-o-animation: shine linear 5s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-ms-animation: shine linear 5s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	width: 60px;
	height: 100%;
	left: 0;
	top: 0;
	transform: skewX(-45deg);
	transition: all 200ms linear;
	position: absolute;
}
.wave {
	margin-bottom: -30px;
}
.mobile-menu-contact {
	margin-top: 22.5px;
	padding-bottom: 60px;
}
.menu-overlayer {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	z-index: 100;
	position: fixed;
	display: none;
}
.nav-placeholder {
	height: 0;
}
#fixed-block.menu-fixed {
	background: #8b5f9e;
	padding: 5px 5px 5px 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	position: fixed;
}
#fixed-block {
	height: 55px;
	transition: all 200ms linear;
}
.map >ymaps {
	border-radius: 30px;
	overflow: hidden;
}
.map {
	margin-bottom: 30px;
}
.contacts-block >.row {
	-ms-flex-align: center;
    align-items: center;
    margin-bottom: -30px;
}
[class$="-copyrights-pane"], [class$="-controls__toolbar"] {
	display: none !important;
}
footer .logo {
	max-width: 350px;
}
.copyright {
	margin-top: 60px;
}
#footer-container {
	background: #8b5f9e;
	padding: 60px 0;
	color: #fff;
}
.phone-in-text {
	font-size: 1.3em;
}
.cat-page .about {
	margin-left: auto;
}
.home-page #block-6 {
	background-image: url(/images/about_bg.jpg);
	background-position:  right 80%;
	background-repeat: no-repeat;
	background-size: 50%;
}
.guaranty-block a, .guaranty-block a:active {
	color: #000;
}
.guaranty-block a:hover, .guaranty-block a:focus {
	color: #7408a2;
}
.page-description-img >img {
	width: 100%;
}
.guaranty-block >p:first-child {
	font-size: 1.3rem;
}
.guaranty-block {
	background: #f1e1ff;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 15px;
	text-align: center;
}
.guaranty-block-wrap >img {
	width: 100%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	overflow: hidden;
}
.guaranty-block-wrap {
	margin-bottom: 30px;
}
.guarantee-wrap {
	margin-bottom: -30px;
}
.color-bg, .dog-page #block-4, .cat-page #block-4, .home-page #block-4, #block-6 {
	background-color: #f9f2ff;
}
.dog-page__other #main-content {
	max-width: 100%;
	background-image: url(/images/about_bg.png);
	background-position:  right 80%;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
main section:not(#main-content), #main-content .item-page {
	padding-top: 90px;
	padding-bottom: 90px;
}
.m-top-90 {
	margin-top: 90px;
}
.m-top-60 {
	margin-top: 60px;
}
.m-bottom-60 {
	margin-bottom: -60px;
}
.m-bottom-30 {
	margin-bottom: -30px;
}
.readmore-lnk {
	background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20492.004%20492.004%22%20style%3D%22enable-background%3Anew%200%200%20492.004%20492.004%3Bfill%3A%20%23000000%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M484.14%2C226.886L306.46%2C49.202c-5.072-5.072-11.832-7.856-19.04-7.856c-7.216%2C0-13.972%2C2.788-19.044%2C7.856l-16.132%2C16.136%0A%09%09%09c-5.068%2C5.064-7.86%2C11.828-7.86%2C19.04c0%2C7.208%2C2.792%2C14.2%2C7.86%2C19.264L355.9%2C207.526H26.58C11.732%2C207.526%2C0%2C219.15%2C0%2C234.002%0A%09%09%09v22.812c0%2C14.852%2C11.732%2C27.648%2C26.58%2C27.648h330.496L252.248%2C388.926c-5.068%2C5.072-7.86%2C11.652-7.86%2C18.864%0A%09%09%09c0%2C7.204%2C2.792%2C13.88%2C7.86%2C18.948l16.132%2C16.084c5.072%2C5.072%2C11.828%2C7.836%2C19.044%2C7.836c7.208%2C0%2C13.968-2.8%2C19.04-7.872%0A%09%09%09l177.68-177.68c5.084-5.088%2C7.88-11.88%2C7.86-19.1C492.02%2C238.762%2C489.228%2C231.966%2C484.14%2C226.886z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E) no-repeat right center;
	background-size: 15px;
	padding-right: 25px;
}
.readmore-lnk:hover, .readmore-lnk:active {
	background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20492.004%20492.004%22%20style%3D%22enable-background%3Anew%200%200%20492.004%20492.004%3Bfill%3A%20%237408a2%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cg%3E%0A%09%09%3Cpath%20d%3D%22M484.14%2C226.886L306.46%2C49.202c-5.072-5.072-11.832-7.856-19.04-7.856c-7.216%2C0-13.972%2C2.788-19.044%2C7.856l-16.132%2C16.136%0A%09%09%09c-5.068%2C5.064-7.86%2C11.828-7.86%2C19.04c0%2C7.208%2C2.792%2C14.2%2C7.86%2C19.264L355.9%2C207.526H26.58C11.732%2C207.526%2C0%2C219.15%2C0%2C234.002%0A%09%09%09v22.812c0%2C14.852%2C11.732%2C27.648%2C26.58%2C27.648h330.496L252.248%2C388.926c-5.068%2C5.072-7.86%2C11.652-7.86%2C18.864%0A%09%09%09c0%2C7.204%2C2.792%2C13.88%2C7.86%2C18.948l16.132%2C16.084c5.072%2C5.072%2C11.828%2C7.836%2C19.044%2C7.836c7.208%2C0%2C13.968-2.8%2C19.04-7.872%0A%09%09%09l177.68-177.68c5.084-5.088%2C7.88-11.88%2C7.86-19.1C492.02%2C238.762%2C489.228%2C231.966%2C484.14%2C226.886z%22%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E) no-repeat right center;
	background-size: 15px;
}
.color-block-border a, .color-block-border a:focus {
	font-size: 1.1rem;
	font-weight: bold;
	color: #000;
}
.color-block-border a:hover, .color-block-border a:active {
	color: #7408a2;
	text-decoration: none;
}
.color-blocks-1 .color-block-text p, .color-blocks-2 .color-block-text p {
	margin-bottom: 0;
}
.color-block-text {
	margin-top: 30px;
	margin-bottom: 30px;
}
.color-block-text >* {
    z-index: 1;
	position: relative;	
}
.color-block-border >img {
	width: 60px;
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}
.color-blocks-3 .color-block-border {
	background: #eacef7;
}
.color-blocks-2 .color-block-border {
	background: #BADC80;
}
.color-blocks-1 .color-block-border {
	background: #EEDE8A;
}
.color-block-border:hover:after {
	left: -520px;
}
.color-block-border:after {
	content: "";
	width: 1000px;
	height: 1000px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	top: -870px;
	left: -550px;
	z-index: 0;
	position: absolute;
	transition: all 200ms linear;
}
.color-block-border {
	height: 100%;
	padding: 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	transition: all 200ms linear;
}
[class^="color-blocks-"] {
	margin-bottom: 30px;
}
.content-subtitle {
	font-size: 1.3rem;
	margin-bottom: 60px;
	color: #6f6f6f;
	width: 100%;
}
.content-title, .item-page .page-header h2 {
	width: 100%;
	color: #8b5f9e;
	font-size: 2.5rem;
	text-align: center;
}
.icon-block p.font-weight-bold {
	font-size: 1.3rem;
}
.icon-img >img {
	width: 100%;
	max-height: 100px;
}
.icon-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	padding: 30px;
	background: #f9f2ff;
}
.icon-block {
	margin-bottom: 60px;
}
.service-icons {
	margin-left: -15px;
	margin-right: -15px;
}
.navigation li .nav-child li >a {
	font-size: 1.2em;
	line-height: 1.5;
	color: #333;
}
.navigation li .nav-child li >a:hover, .navigation li .nav-child li.active >a {
	color: #8b5f9e;
}
.navigation .nav-child >li {
	margin: 10px 0;
}
.navigation a, .navigation a:active {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
}
.navigation a:hover, .navigation a:focus, .navigation li.active a {
	color: #f1e1ff;
	text-decoration: none;
}
.navigation >li {
	padding: 0 15px;
}
.navigation >li:first-child {
	display: none;
}
.navigation {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.page-title .sub-title:after {
    content: "";
    width: 0px;
    height: 100%;
    background: #f9f2ff;
    left: 0;
    top: 0;
    z-index: -1;
    animation: bg-animate ease-in-out 5s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	animation-direction: alternate;
    position: absolute;
}
.page-title .sub-title {
	padding: 0 30px;
	z-index: 1;
	display: inline-block;
	position: relative;
}
.sub-title {
	font-size: 2rem;
	animation: color-animate ease-in-out 5s;
	animation-iteration-count: infinite;
	transform-origin: 50% 50%;
	animation-direction: alternate;
	color: #c296b8;
}
.title {
	font-size: 4rem;
	line-height: 1;
	padding-bottom: 60px;
}
.page-title {
	color: #fff;
}
header#header-container {
	background: url(/images/bg1.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
    padding-top: 30px;
}
.about-page header#header-container {
	background-image: url(/images/about_top_bg.jpg);
}
.contacts-page header#header-container {
	background-image: url(/images/cantacts_top_bg.jpg);
}
.dog-page__trimmig header#header-container {
	background-image: url(/images/trimming_top_bg.jpg);
}
.dog-page__shpic header#header-container {
	background-image: url(/images/dog_top_bg.jpg);
}
.dog-page__maltese header#header-container {
	background-image: url(/images/maltese_top_bg.jpg);
}
.dog-page__pekines header#header-container {
	background-image: url(/images/pekines_top_bg.jpg);
}
.dog-page__poodle header#header-container {
	background-image: url(/images/poodle_top_bg.jpg);
}
.dog-page__spaniel header#header-container {
	background-image: url(/images/spaniel_top_bg.jpg);
}
.dog-page__shih-tzu header#header-container {
	background-image: url(/images/shih-tzu_top_bg.jpg);
}
.dog-page__york header#header-container {
	background-image: url(/images/york_top_bg.jpg);
}
.cat-page header#header-container {
	background-image: url(/images/cat_top_bg.jpg);
}
header#header-container {
	min-height: 100vh;
}
.logo {
	width: 100%;
	max-width: 250px;
	padding-left: 15px;
}
a, a:active {
    color: #8742c5;
}
a:hover, a:focus {
    color: #7408a2;
}
header, main, section, footer, aside, nav, article, figure, audio, video, canvas {
	display:block;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-family: 'CoinyCyrillic';
}
html, body {
	overflow-x: hidden;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 16px;
}
* {
	outline: 0;
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: "CoinyCyrillic";
  src: url("../fonts/CoinyCyrillic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/CoinyCyrillic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/CoinyCyrillic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/CoinyCyrillic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/CoinyCyrillic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes color-animate {
  0% {color: #f9f2ff;}
  10% {color: #8b5f9e;}
  100% {color: #8b5f9e;}
}
@keyframes bg-animate {
  0% {width: 0;}
  10% {width: 100%;}
  100% {width: 100%;}
}
@keyframes shine{
  0% {left: -60px;}
  4% {left: 110%;}
  100% {left: 110%;}
}

@-moz-keyframes shine{
  0% {left: -60px;}
  4% {left: 110%;}
  100% {left: 110%;}
}

@-webkit-keyframes shine {
  0% {left: -60px;}
  4% {left: 110%;}
  100% {left: 110%;}
}

@-o-keyframes shine {
  0% {left: -60px;}
  4% {left: 110%;}
  100% {left: 110%;}
}

@-ms-keyframes shine {
  0% {left: -60px;}
  4% {left: 110%;}
  100% {left: 110%;}
}
@media (min-width: 992px) {
	.dog-page .page-description .page-description-img {
		padding-right: 0;
	}
	.cat-page .page-description .page-description-img {
		padding-left: 0;
	}
	.dog-page .page-description .page-description-text {
		padding-top: 90px;
	}
	.dog-page #block-6 {
	    padding-top: 0;
	}
	.home-page .about {
		width: 50%;
	}
	#fixed-block.menu-fixed {
		padding: 10px 5px 10px 0;
	}
	.navigation .nav-child {
		padding: 15px 40px;
		background-color: #fff;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
    	box-shadow: 1px 2px 15px rgb(0 0 0 / 40%);
		top: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 9;
		transition: all 50ms linear;
		position: absolute;
	}
	.navigation li.parent:hover .nav-child {
		opacity: 1;
		visibility: visible;
	}
	.navigation a, .navigation a:active {
		line-height: 55px;
	}
	h2:before, h2:after,
	.h2:before, .h2:after {
		content: '\00B7';
	}
}
@media (min-width: 768px) {
	.dog-page__other .item-page {
		width: 50%;
	}
}
@media (max-width: 1199px) {
	.dog-page__other #main-content {
		background-size: 50%;
	    background-position: 100% 50%;
	}
	.dog-page__other #main-content .item-page {
		padding-bottom: 0;
	}
	.title {
		font-size: 3.3rem;
	}
	.container-fluid >.row, .container >.row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		width: 100%;
		max-width: 100%;
	}	
}
@media (max-width: 991px) {
	.banner {
		top: 25px;
	}
	.page-description-img >img {
		max-width: 450px;
	}
	.dog-page .page-description-img >img {
		margin-left: auto;
		display: block;
	}
	.page-description .page-description-img {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
	}
	.sticky-block a img {
		width: 30px;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.sticky-block a {
		color: #212529;
		line-height: 60px;
		font-weight: bold;
	}
	.sticky-block:after {
		content: "";
		width: 1px;
		height: 40px;
		left: 50%;
		top: 10px;
		background: #ccc;
		position: absolute;
	}
	.sticky-block {
		width: 100%;
		height: 60px;
		background: #f9f2ff;
		border-top: 3px solid #8b5f9e;
		padding-bottom: 3px;
		bottom: 0;
		left: 0;
		justify-content: space-around;
		z-index: 98;
		position: fixed;
		display: flex;
	}
	#block-3 .color-block-text {
		justify-content: space-between;
		display: flex;
	}
	.home-page #block-6 {
		padding-bottom: 350px;
		background-size: 400px;
		background-position: right 90%;
	}
	.contacts-block .color-block-text {
		justify-content: space-between;
		display: flex;
	}
	.nav-collapse.open .navigation >li a {
		color: #212529;
	}
	.nav-collapse.open .navigation >li {
		margin: 7.5px 0;
	}
	.navigation >li {
		width: 100%;
	}
	.nav-collapse.open .navigation {
		margin-top: 7.5px;
	}
	.nav-collapse {
		background: #f9f2ff;
		width: 320px;
		height: 100%;
		left: -325px;
		top: 0;
		transition: all 200ms linear;
		opacity: 0;
		overflow-y: auto;
		z-index: 101;
		position: fixed; 
	}
	.nav-collapse.open {
		left: 0;
		opacity: 1;
	}
	a.nav-close {
		width: 45px;
		height: 45px;
		text-align: center;
		line-height: 1.5;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
		background: #8b5f9e;
		border-radius: 50%;
		padding: 10px;
		top: 3px;
		right: 3px;
		display: block;
		position: absolute;
	}
	a.nav-open >span {
		width: 100%;
		height: 5px;
		border-radius: 2px;
		background: #fff;
		display: block;
	}
	a.nav-open {
		width: 50px;
		height: 50px;
		padding: 10px;
		justify-content: space-between;
		flex-direction: column;
		display: flex;
		position:;
	}
	.menu-title, .mobile-menu-contact-title {
		font-family: 'CoinyCyrillic';
		font-size: 2rem;
		padding-left: 15px;
		line-height: 50px;
		color: #8b5f9e;
		margin-bottom: 7.5px;
	}
	.mobile-menu-contact a {
		font-size: 1.3rem;
		font-weight: bold;
	    color: #212529;
    	border-bottom: 1px dashed;
	}
	.mobile-menu-contact a:hover {
		text-decoration: none;
		border-bottom-color: transparent;
	}
	.mobile-menu-contact {
		padding-left: 15px;
	}
	.mobile-menu-contact-title {
		/*color: #212529;*/
		padding-left: 0;
	}
	.title {
	    font-size: 2.8rem;
	}
	.sub-title {
	    font-size: 1.5rem;
	}
	.navigation >li.parent >.nav-child {
		padding-left: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navigation a, .navigation a:active {
		font-size: 1rem;
	}
	.logo {
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	header#header-container {
		min-height: 80vh;
	}
	.dog-page__other #main-content {
	    padding-bottom: 300px;
	    background-size: 400px;
	    background-position: right 100%;
	}
	.contacts-block .color-block-text {
		justify-content: flex-start;
		flex-direction: column;
		display: flex;
	}
	.b24-web-form-popup-btn-5, .b24-web-form-popup-btn-5:focus {
		bottom: 0;
	}
	.title {
	    font-size: 2.5rem;
	}
}
@media (max-width: 575px) {
	.page-title {
		padding-bottom: 15px;
	}
	.footer-logo {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#block-3 .color-block-text {
		display: block;
	}
	.title {
	    font-size: 2.5rem;
	}
	.sub-title {
		font-size: 1.5rem;
	}
	.sub-title, .content-subtitle {
	    line-height: 1.3;
	}
}
@media (max-width: 420px) {
	.banner-text-wrap:before, .banner-text-wrap:after {
		width: 20px;
	}
	.dog-banner .text1, .dog-banner .text3 {
		font-size: 24px;
	}
	.dog-banner .text2 span:first-child {
		font-size: 52px;
	}
	.dog-banner .text2 span:last-child {
		font-size: 30px;
	}
	.item-page .page-header h2 {
		font-size: 2rem;
	}
	.title, .content-title {
		font-size: 2.3rem;
	}
}
@media (max-width: 350px) {
	.home-page #block-6, .dog-page #block-6, .dog-page__other #main-content {
	    background-position: right 95%;	
	    padding-bottom: 270px;
		background-size: 300px;	
	}
	.b24-web-form-popup-btn-5, .b24-web-form-popup-btn-5:focus {
		width: 90%;
		font-size: 1.2rem;
	}
	.title {
		padding-top: 30px;
	}
}
@media screen and (orientation:portrait) {
    .page-title .sub-title {
    	margin-bottom: 50%;
    	margin-top: 30px;
    }
    /*#header-container, #header-container >header {
    	height: 100vh;
    }*/
}
@media screen and (orientation:landscape) {
	
    .page-title .sub-title {
    	 margin-bottom: 30px; 
    }
}