/*
	Author: Nemets Yury
	Site: www.sitehere.ru
	Источник изображений: https://www.iconfinder.com/icons/984102/avatar_casual_male_man_person_user_icon
*/

/*Таблица сброса Eric Mayer*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


footer p {
	font-size: 25px;
}

footer ul {
	width: 50%;
	max-width: 300px;
	margin:0 auto;
}

footer ul li {
	margin-top: 20px;
}

footer a {
	text-decoration: none;
	color:#5C5C5C;
}



/*Основные стили*/


.inner-testimonial {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
  max-width: 1200px;

}

.inner-testimonial > img{
	max-width: 128px;
	margin:0 auto 15px;
	opacity: 0;
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img{
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
	opacity:1;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

h3.city-name {
	padding:10px 0;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 900;
}

p.text-testimonial {
	align-self: center;
  max-width: 512px;
	padding:10px 0;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	line-height: 25px;
}

.text-testimonial{

}


.block-items {
	cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 15px;
	height: 15px;
}




@media screen and (max-width: 414px) {
	

	p.text-testimonial {
		max-width: 325px;
	padding:10px 0;
	font-size: 15px;
	line-height: 23px;

    }	
}

