/* Настройки (шрифта, медиа запросов) */

@charset "utf-8";
@import url(reset.css);

@font-face {
	font-family: 'TeXGyreHeros';
	src: url(../fonts/texgyreheroscn-regular.otf);
}

@font-face {
	font-family: 'coliseumcregular';
	src: url(../fonts/ColiseumC.woff2) format('woff2'),
		url(../fonts/ColiseumC.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}


/* Общие настройки */
h1,
h3,
h4 {
	text-decoration: none;
	font-family: 'coliseumcregular';
	color: #222222;
	text-align: center;
}


h2 {
	text-decoration: none;
	font-family: 'coliseumcregular';
	color: #2c3e50;
	font-size: 28px;
	margin: 20px 0 20px 0;
}

h3 {
	text-decoration: none;
	font-size: 22px;
}

a {
	color: #2c3e50;
	text-decoration: none;
}

#content a
{
font-family: 'coliseumcregular';
}

p,
li {
	font-size: 17px;
	font-family: 'TeXGyreHeros';
	margin: 0;
}



.remont:hover {
	color: #674172;
}

.itemtext img,
.banner img {
	max-width: 100%;
}

.noteimage {
	margin: 0px 10px;
	float: right;
}

/* Экран больше 767рх */
@media (min-width: 1440px) {
	.wrapper {
		min-width: 1200px;
	}

	#container {
		min-width: 1200px;
	}

	.itemtext img,
	.banner img {
		width: 1200px;
	}
}

/* body */
body {
	background-color: #eeeeee;
	margin: 0 auto;
}

.wrapper {
	max-width: 940px;
	margin: 0px auto;
}

.header {
	background-color: #e4f1fe;
}

.content {
	background-color: #ecf0f1;
}


/* header */
.fixed-nav-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 26px;
	line-height: 1.6;
	border-top: 1px solid #ff8b55;
	border-bottom: 1px solid #ff8b55;
	background: linear-gradient(45deg, #e4f1fe, #e25c33);
}

.tp,
.sz {
	margin: 0 auto;
}

.tp a,
.sz a {
	font-size: 20px;
	font-family: 'TeXGyreHeros';
	font-weight: normal;
	line-height: 1;
}

.nav-bar-tel {
	max-width: 400px;
	align-self: center;
}


.logo img {
	max-width: 205px;
	max-height: 205px;
	background-color: #e4f1fe;
}

.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 26px;

}

.menu1 {
	background-color: #eeeeee;
	flex-grow: 1;
	text-align: right;
	font-family: 'coliseumcregular';
	font-size: 33px;
}

.menu2,
.menu3 {
	background-color: #eeeeee;
	flex-grow: 1;
	text-align: center;
	font-family: 'coliseumcregular';
	font-size: 33px;
}

.menu4 {
	background-color: #eeeeee;
	flex-grow: 1;
	text-align: left;
	font-family: 'coliseumcregular';
	font-size: 33px;
}

.menu1 a:hover,
.menu2 a:hover,
.menu3 a:hover,
.menu4 a:hover {
	color: #e74c3c;
}


.textindex {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'coliseumcregular';
	color: #2c3e50;
}

.title p {
	font-family: 'coliseumcregular';
	color: #2c3e50;
	margin: 0;
	font-size: 78px;
	line-height: 0.5;
}

.title2 p {
	font-family: 'coliseumcregular';
	color: #2c3e50;
	margin: 20px 0 13px 0;
	font-size: 24px;
	line-height: 0;
}

.title3 {
	font-family: 'coliseumcregular';
	color: #2c3e50;
}



/* Услуги */

#Uslugi {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	text-align: center;
	background-color: #ecf0f1;
	margin-bottom: 20px;
}

.glavimg {
	margin: 40px 0 0 0;
}

.glavimg3 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
	min-height: 40px;
}
img.remonttel {
    max-width: 100%;
}

#Photoapp,
#Pristavki,
#PSP,
#EBook,
#Comp,
#Navigator,
#Monitor,
#Notebook {
	flex-basis: 33%;
	flex-grow: 1;
	order: 3;

}

#Telephone {
	flex-basis: 49.5%;
	flex-grow: 1;
	order: 2;
	background-image: url(../images/menubg.png);
	background-position: center;
	background-size: cover;
	border-left: 1px solid #e67e22;
	border-bottom: 2px solid #bdc3c7;
}

#Tabletpc {
	flex-basis: 49.5%;
	flex-grow: 1;
	order: 1;
	background-image: url(../images/menubg.png);
	background-position: center;
	background-size: cover;
	border-right: 1px solid #e67e22;
	border-bottom: 2px solid #bdc3c7;
}



#Usluginotebook {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	background: #ecf0f1;
}

.flex-notebook {
	flex-basis: 25%;
	margin-top: 20px;
}

.logom {
	height: 40px;
}

/* Blog */
.newsimage img {
	width: 100%;
	height: 100%;
	margin: 0;
}

.p-description {
	opacity: 0;
	margin-bottom: -22px;
}


.post {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	background: #E4F1FE;
	border: 1px solid white;
	border-bottom: 25px solid #eeeeee;
}

.visual {
	flex-basis: 45%;
}

.description {
	display: flex;
	flex-direction: column;
	flex-basis: 55%;
	justify-content: space-around;
	margin: 0 10px;
}

.list-post-title {
	margin: 0;
	font-size: 40px;
	line-height: 1;
	text-align: start;
}

.postertext {
	font-family: "TeXGyreHeros";
	font-size: 17px;
}

.btn-more {
	background: #EEEEEE;
	font-size: 20px;
	padding: 3px 15px;
}



/* footer */

#footer {
	background-color: #c5eff7;
	color: #2c3e50;
}

.footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer li,
.footer a {
	font-family: "TeXGyreHeros";
	font-size: 17px;
	list-style: none;
}

.uslhead {
	padding: 15px 0 0 20px;
	font-size: 30px;
	margin: 0 auto;
}

.uslugi_foot p,
.contact_foot p {
	font-family: 'coliseumcregular';
}

.footli {
	margin-left: -20px;
	margin-top: 0;
	font-family: 'TeXGyreHeros';
}

.footli a:hover {
	color: #E74C3C;
}

.footer__text {
	margin: auto;
	padding: 5px;
	font-family: 'TeXGyreHeros';
	font-size: 17px;
	color: #ffffff;
}

.footer__text p:hover {
	color: #e25c33;
}

.uslugi_foot {
	flex-basis: auto;
}

.contact_foot {
	flex-basis: auto;
	float: left;
	list-style-type: none;
	color: #2c3e50;
}


a svg:hover #facebook,
a svg:hover #twitterlol,
a svg:hover #goglefoot,
a svg:hover #instagram {
	fill: #E74C3C;
}

a svg #facebook,
a svg #twitterlol,
a svg #goglefoot,
a svg #instagram {
	transition: 200ms;
	transition-timing-function: ease-in-out;
	-webkit-transition: 200ms;
	-webkit-transition-timing-function: ease-in-out;
}

/* footer banner */

.photobanner {
	width: 3550px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.photobanner img {
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	margin-left: 15px;
}

.photobanner img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

#container {
	max-width: 940px;
	overflow: hidden;
	margin: 0 auto;
	background: #eeeeee;

}

.first {
	-webkit-animation: bannermove 60s linear infinite;
	-moz-animation: bannermove 60s linear infinite;
	-ms-animation: bannermove 60s linear infinite;
	-o-animation: bannermove 60s linear infinite;
	animation: bannermove 60s linear infinite;
}

.first:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;

}

@keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: -2125px;
	}

}

@-moz-keyframes bannermove {
	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: -2125px;
	}

}

@-webkit-keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: -2125px;
	}

}

@-ms-keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: -2125px;
	}

}

@-o-keyframes "bannermove" {
	0% {
		margin-left: 0px;
	}

	100% {
		margin-left: -2125px;
	}

}





/* Content */

.itemtext h1 {
	color: #222222;
	text-decoration: none;
	font-family: 'coliseumcregular';
	text-align: center;
	font-size: 47px;
	margin: 10px 2px;
}

.itemtext h2 {
	color: #222222;
	text-align: center;
	font-size: 26px;
}

.itemtext p {
	font-size: 17px;
	font-family: 'TeXGyreHeros';
	text-align: justify;
}

.itemtext a {
	margin: 0;
	font-size: 17px;
	font-family: 'TeXGyreHeros';
	color: #2c3e50;
}

.itemtext {
	margin: 20px auto;
}

.bannerarticle {
	border: 2px solid white;
	margin: 0 auto 20px;
	background: #F2F1EF;

}

.bannerarticlezagolovok {
	margin: 10px auto;
	text-align: center;
}

.banner-slider {
	display: flex;
	flex-wrap: wrap;
}

.article-slide {
	flex-basis: 33%;
	text-align: center;
}

.listitem1 {
	font-family: 'coliseumcregular';
	margin: 20px auto;
	list-style: upper-roman;
	font-weight: bold;

}

.listitem1 li {
	font-size: 20px;
}

/* Contacts page*/

#map {
	width: 100%;
	height: 400px;
}

.contacts {
	display: flex;
	flex-wrap: wrap;
}

.contact_text {
	display: flex;
	margin: 0px auto 20px;
}

.contact1 {
	flex-basis: 40%;
	margin-right: 15px;
}

.contact2 {
	flex-basis: 60%;
	margin-left: 15px;
}

.flexcontacts,
.flexcontacts2 {
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
}

.contacts-name {
	flex: 0 1 100%;
}

.contacts-element {
	flex: 0 1 30%;
}

.contacts-element2 {
	flex: 0 1 70%;
}

.gm-style .gm-style-iw h1 {
    margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-align: start;

}


.flexcontacts a {
	font-family: 'TeXGyreHeros';
}

/* Contacts page form */


.conatcthead {
	margin: 10px 0;
	border-bottom: 2px solid #FF8B55;
	line-height: 1.2;
}



.contact_form h2,
.contact_form label {
	font-family: 'TeXGyreHeros';
}

.form_hint,
.required_notification {
	font-size: 11px;
}


.contact_form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 5px;
}

.contact_form p {
	display: flex;
	flex-direction: column;
	margin: 5px 0;
}

.contact_form input {
	padding: 5px 8px;
}

.contact_form input,
.contact_form textarea {
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	transition: padding .25s;
}

.contact_form input:focus,
.contact_form textarea:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
}

.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left: 65px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}

.form_hint::before {
	content: "\25C0";
	color: #d45252;
	position: absolute;
	top: 1px;
	left: -6px;
}

.contact_form input:focus+.form_hint {
	display: inline;
}

.contact_form input:required:valid+.form_hint {
	background: #28921f;
}

.contact_form input:required:valid+.form_hint::before {
	color: #28921f;
}

.submit {
	max-width: 250px;
}

button.submit {
	background-color: #E74C3C;
	background: -webkit-gradient(linear, left top, left bottom, from(#E74C3C), to(#F9690E));
	background: -webkit-linear-gradient(top, #E74C3C, #F9690E);
	background: -moz-linear-gradient(top, #E74C3C, #F9690E);
	background: -ms-linear-gradient(top, #E74C3C, #F9690E);
	background: -o-linear-gradient(top, #E74C3C, #F9690E);
	background: linear-gradient(top, #E74C3C, #F9690E);
	border: 1px solid #FFA631;
	border-bottom: 1px solid #FFB94E;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #FFB94E;
	-webkit-box-shadow: 0 1px 0 0 #FFB94E inset;
	-moz-box-shadow: 0 1px 0 0 #FFB94E inset;
	color: white;
	font-weight: bold;
	padding: 6px 20px;
	text-align: center;

}

button.submit:hover {
	opacity: .85;
	cursor: pointer;
}

button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset;
	-webkit-box-shadow: 0 0 10px 5px #356b0b inset;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
}


/* Таблицы */

.table-cenp,
.table-cen,
.table-cen2 {
	empty-cells: hide;
	font-family: 'TeXGyreHeros';
	margin: 15px auto;
	min-width: 600px;
	text-align: center;
}

th,
td {
	border: 1px solid #e25c33;
	border-collapse: collapse;
}

tr,
td {
	padding: 15px;
}

/* Кнопки */
a.button7 {
	margin-top: 20px;
	text-align: center;
	display: block;
	font-weight: 700;
	color: white;
	text-decoration: none;
	padding: 0.8em 1em calc(0.8em + 3px);
	border-radius: 3px;
	background: rgb(64, 199, 129);
	box-shadow: 0 -3px rgb(53 167 110) inset;
	transition: 0.2s;
}

/* Ремонт телефонов */

#Uslugimobile,
#Uslugimobile2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	background: #ecf0f1;

}

.flexmobile,
.flexmobile2,
.flexmobile3 {
	flex-basis: 25%;
	margin-top: 10px;
}

.flexmobile4 {
	flex-basis: 33%;
}

.flexmobile:hover,
.flexmobile2:hover,
.flexmobile3:hover,
.flexmobile4:hover {
	outline: 3px solid #00af64;
}

.remont2 {
	text-align: center;
	margin-bottom: 10px;
}


/* Экран больше 767рх */
@media (min-width: 767px) {

	.socialiconfooter {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 15px 15px 0 0;
		text-align: right;
	}


	.mobile-logo,
	.title3 {
		display: none;
	}
}

@media (max-width: 1439px) {
	.footer {
		justify-content: flex-start;
	}
	.socialiconfooter {
		margin-top: -100px;
		flex-basis: 100%;
	}
}
@media (max-width: 980px) {

	/* content */
	.itemtext,
	#Uslugimobile,
	#Uslugimobile2,
	#Usluginotebook {
		margin: 0px 15px 20px;
	}

	.itemtext h1 {
		font-size: 35px;
	}

	.itemtext h2 {
		font-size: 26px;
	}

	.list-post-title {
		font-size: 32px;
	}

	/* Contact page */
	.contact_text {
		display: flex;
		flex-wrap: wrap;
		margin: 0px 15px 20px;
	}

	.contact1,
	.contact2 {
		flex-basis: 100%;
		margin: 0;
	}

	.flex-notebook,
	.flexmobile3 {
		flex-grow: 1;
	}

	.banner img {
		width: 100%;
		height: 100%;
	}



	p,li,td, tr,caption,
	.textindex,
	.itemtext p,
    .itemtext a
	.title3 p,
	.description p,
	.postertext,
	.footer__text,
	.footer li,
    .footer a {
		font-size: 18px;
	}
}



/* Экран меньше 767рх  */
@media (max-width: 767px) {

	/* header */
	.fixed-nav-bar {
		justify-content: space-between;
		padding: 0 10px;
		height: 30px;
	}

	.tp,
	.sz {
		line-height: 1.8;
	}

	
	.logo,
	.menu1,
	.title2 {
		display: none;
	}

	.mobile-header {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 32px;
	}

	.mobile-logo {
		margin: 0;
		order: 1;
	}

	.mobile-logo img {
		flex: 0 1 100%;
		width: 150px;
	}

	.textindex {
		display: flex;
		justify-content: center;
		flex: 0 1 100%;
		order: 2;
		align-items: center;
		font-family: 'coliseumcregular';
	}


	.textindex .title p {
		font-size: 48px;
		line-height: 0.4;
		text-align: center;

	}

	.textindex .title3 p {
		margin: 0;
		font-size: 22px;
		line-height: 1.8;
		text-align: center;
		font-family: 'coliseumcregular';

	}


	.tp a {
		font-size: 22px;
		line-height: 1;
	}

	.menu {
		flex: 0 1 100%;
		margin: 0;
		order: 3;
	}

	.menu a {
		font-size: 28px;
	}

	.menu2,
	.menu3 {
		padding-bottom: 5px;
	}

	.menu4 {
		text-align: center;
		padding-bottom: 5px;
	}

	/* Услуги */

	#Uslugi {
		margin-bottom: 40px;
	}

	.flexmobile,
	.flexmobile2 {
		flex-basis: 33%;
	}

	.flex-notebook {
		flex-basis: 50%;
		flex-grow: 1;
	}

	h2 {
		font-size: 24px;
		margin: 15px 0 0 0;
	}

	/* blog */

	.post {
		display: flex;
		flex-wrap: wrap;
	}

	.visual,
	.description {
		flex-basis: 100%;
	}

	.visual {
		flex-shrink: 0;
	}

	.description {
		margin: 15px;
	}

	.list-post-title,
	.postertext,
	.foot-box {
		margin: 8px 0;
		text-align: center;
	}



	/* footer */

	.socialiconfooter {
		align-items: center;
		margin-top: 10px;
	}

	.noteimage {
		margin-top: 10px;
	}

	.table-cenp,
	.table-cen,
	.table-cen2 {
		min-width: 290px;
	}
}


/* Экран от 471px до 560px */
@media (max-width: 560px) {

	/* header */
	.mobile-header {
		padding-top: 36px;
	}

	.mobile-logo {
		margin: 5px 0;
	}

	.mobile-logo {
		flex: 0 1 35%;
		max-width: 120px;
	}

	.textindex {
		flex: 0 1 65%;
	}

	.textindex .title p {
		font-size: 42px;
		line-height: 0.75;
	}

	.textindex .title3 p {
		line-height: 1;
	}

	.tp a {
		font-size: 22px;
	}

	.menu a {
		font-size: 28px;
	}

	/* Услуги */

	#Uslugi {
		margin-bottom: 40px;
	}

	#Photoapp,
	#Pristavki,
	#PSP,
	#EBook,
	#Comp,
	#Navigator,
	#Monitor,
	#Notebook {
		flex-basis: 50%;
		flex-grow: 1;
	}

	#Telephone {
		flex-basis: 100%;
		flex-grow: 1;
		order: 1;
		height: 260px;
		border-left: none;
		border-bottom: 2px solid #e67e22;
	}

	#Tabletpc {
		flex-basis: 100%;
		flex-grow: 1;
		order: 2;
		height: 260px;
		border-right: none;
		border-bottom: 2px solid #bdc3c7;
	}

	/* Content */
	.itemtext h1 {
		font-size: 30px;
	}

	.flexmobile,
	.flexmobile2,
	.flexmobile4 {
		flex-basis: 49%;
	}

	.flexmobile3 {
		flex-basis: 100%;
	}

	.table-huawei {
		overflow: auto;
	}

	.article-slide {
		flex-basis: 50%;
	}
}


/* Экран от 425px до 470px */
@media (max-width: 470px) {

	/* header */
	.mobile-logo img {
		max-width: 110px;
	}

	.textindex .title p {
		font-size: 40px;
	}

	.tp a {
		font-size: 20px;
	}

	.menu a {
		font-size: 26px;
	}

	.noteimage {
		margin: auto;
		max-width: 50%;
	}

	.itemtext img {
		width: 100%;
		height: 100%;
	}
}


/* Экран от 375px до 424px */
@media (max-width: 424px) {
	.textindex .title p {
		font-size: 38px;
	}

	.textindex .title3 p {
		font-size: 17px;
	}

	.menu a {
		font-size: 24px;
	}

	h2 {
		font-size: 22px;
	}

	.flex-notebook img {
		max-width: 100%;
	}

}


/* Экран от 320px до 374px */
@media (max-width: 374px) {
	.mobile-logo img {
		width: 100px;
	}

	/* header */
	.textindex .title3 p {
		font-size: 13px;
	}

	.flexcontacts {
		display: flex;
		flex-direction: column;
	}

	.contacts-element {
		flex: 0 1 40%;
	}

	.contacts-element2 {
		flex: 0 1 60%;
	}
	.nav-bar-lang {
		display: none;
	}
	.fixed-nav-bar{
		justify-content: center;
	}
}