@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}
nav,footer,header,aside{display: block;}
html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}
input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
p{margin-bottom: 0px;}

.topslider {
	background: #F7F1E5;
}

.header-left-block {
	width: 100px;
}

.header-central-block {
	width: 300px;
}

.header-right-block {
	min-width: 300px;
	margin-right: 35px;
}

header {
	height: 150px;
	background: #F7F1E5;
}

.header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.header-left-block span {
    font-weight: 900;
    color: #CA1A1A;
    margin-right: 3px;
}

.header-left-block {
	margin-left: 35px;
}

.header-left-block svg {
	position: absolute;
	animation: bigger 5s ease-in-out infinite;
}

.owl-carousel .owl-item img {
    height: 100%;
}

@keyframes bigger {
	0% { transform: none; }   
	50% { transform: scale(0.6); }
	100% { transform: none; }   
}

@keyframes quotemove {
	0% {
		opacity: 1;
		transform: translateX(0px)translateY(0px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	20% {
		opacity: 1;
		transform: translateX(-164px)translateY(141px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	40% {
		opacity: 1;
		transform: translateX(-376px)translateY(71px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	60% {
		opacity: 1;
		transform: translateX(-275px)translateY(-32px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	80% {
		opacity: 1;
		transform: translateX(-180px)translateY(105px)rotate(0deg)scale(1,1);
		animation-timing-function: linear;
	}
	100% {
		opacity: 1;
		transform: translateX(-3px)translateY(4px)rotate(0deg)scale(1,1); 
	} 
}

@keyframes catboy {
	0% { transform: none; }   
	50% { transform: scale(1.5); }
	100% { transform: none; }   
}

.header-left-block p{
	position: relative;
	z-index: 1;
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 24px;
	color: #b71d1d;
	max-width: 180px;
	margin-top: 15px;
	margin-left: 20px;
}

.header-right-block p {
	margin-bottom: 0px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #434343;
	align-items: center;
	display: flex;
	margin-bottom: 9px;
}

.header-right-block svg {
	width: 27px;
	margin-right: 24px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background: unset !important;
}

.owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.quote-section {
	background: #F7F1E5;
	height: 390px;
	position: relative;
}

.quote {
	background: url('/images/Vector 19.png') no-repeat;
	width: 590px;
	height: 140px;	
	padding-left: 28px;
	padding-top: 10px;
	position: absolute;
	top: 30%;
	left: 30%;
}

.quote p {
	font-family: Roboto;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	color: #b71d1d;
	font-weight: 600;
}

.catboy {
	position: absolute;
	top: 30%;
	right: 20%;
	animation: catboy 5s ease-in-out infinite;
}

.topslider .owl-prev {
	margin-right: 308px !important;
}

.topslider .owl-next {
	margin-left: 308px !important;
}

.services {
	background: #F7F1E5;
}

.services h2 {
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: 48px;
	color: #8DC7AE;
	margin-bottom: 58px;
}

.service-title {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #434343;
	position: relative;
	z-index: 1;
	display: block;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.service-title-block {
	margin-top: 30px;
}

.service-title-block img {
	position: absolute;
	z-index: -1;
	top: -15px;
	left: -15px;
	animation: bigger 5s ease-in-out infinite;
}

.services-row {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.service-text {
	text-align: center;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #434343;
	margin-top: 22px;
}

.backwaves {
	background: white;
}

.backwaves img {
	width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
	background: url('/images/dot.png') no-repeat !important;
	width: 13px !important;
	height: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: url('/images/activedot.png') no-repeat !important;
	width: 13px !important;
	height: 15px !important;
}

.locations__text-block ul {
    margin-bottom: 15px;
}

.owl-dots {
	margin-top: 32px;
}

.green {
	color: #8DC7AE;
}

.black {
	color: #434343;
}

.orange {
	color: #F07745;
}

.header-right-block p>a {
    display: flex;
    align-items: center;
}

#map-section{
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
}


@media(min-width: 1024px) {
	.quote {	
		animation: quotemove 15s ease-in-out infinite;
	}
	
	.customvideo {
	    width: 550px;
	    height: 400px;
	}
}

@media(max-width: 768px) {
	.header-row {
		flex-direction: column;
	}
	header {
		height: unset;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.header-left-block {
		width: unset;
	}
	.header-central-block {
		width: unset;
	}
	.header-right-block {
		width: unset;
	}
	.owl-nav {
		display: none;
	}
	
	.quote {
		background: unset;
		position: relative !important;
		top: 0;
		left: 0;
		width: unset;
		
		padding-left: 20px;
		padding-right: 20px;	
	}
	.services-row {
		justify-content: center;
	}
	.service {
		margin-bottom: 40px;
	}
}