* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
li {
	list-style: none;
}
body {
	font-family: 'Open Sans', sans-serif;
}
header {
	width: 100%;
	background: #222222;
	display: flex;
}
.btn {
    display: inline-block; /* Строчно-блочный элемент */
    background: #0080FF; /* Серый цвет фона */
    color: #fff; /* Белый цвет текста */
    padding: 1rem 2.5rem; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    border-radius: 25px; /* Скругляем уголки */
    margin-top: 50px;
    border: 2px solid #000;

}
.btn1 {
    display: inline-block; /* Строчно-блочный элемент */
    background: #222222; /* Серый цвет фона */
    color: #fff; /* Белый цвет текста */
    padding: 1rem 2.5rem; /* Поля вокруг текста */
    text-decoration: none; /* Убираем подчёркивание */
    border-radius: 25px; /* Скругляем уголки */
    margin-top: 30px;
}
.btn:hover {
	opacity: 0.8;
}
.btn1:hover {
	opacity: 0.8;
}
.header__logo {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 24px;
	cursor: pointer;
	margin-top: 56px;
	margin-left: 12%;
}
.header__logo a {
	color: #0080FF;
}
nav {
	margin-top: 56px;
	margin-left: 30%;
}
.topnav a {
	color: #fff;
	text-align: center;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: bold;
}
.topnav a:hover {
	border-bottom: 3px solid #0080FF;
}
.topnav .icon {
	display: none;
}
main {
	display: flex;
	flex-direction: column;
	width: 100%;
}
main .main__welcome h1:after {
	display: none;
}
main .main__welcome {
	background-image: url(background3.jpg);
	background-size: cover;
	text-align: center;
	padding: 200px 0 350px 0;
}
main .main__welcome p {
	color: #000;
	font-size: 20px;
	width: 80%;
	margin: 0 auto;
}
main .main__welcome h1 {
	color: #000;
	font-size: 44px;
}
.mycompany {
	color: #0080FF;
	text-shadow: 2px 2px 3px black, 0 0 1em black; /* Параметры тени */
    font-size: 1em; /* Размер надписи */
}
.wrapper {
	width: 80%;
	margin: 0 auto;
}
main .main__about {
	display: flex;
	padding: 100px 0 100px 0;
}
.about__right {
	margin-left: 80px;
}
.about__right h1 {
	display: inline-block;
	border-bottom: 3px solid #0080FF;
	padding-bottom: 20px;
}
.about__right h1:after {
	display: none;
}
.about__right p {
	margin: 30px 0 50px 0;
	color: #6c6c6c;
}
.about__right li {
	margin-top: 10px;
	color: #5c5c5c;
}
.litext {
	font-style: italic;
}
.aboutus {
	font-weight: lighter;
	color: #5c5c5c;
}
.about__right li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #0080FF;
}
.about__right li a:hover {
	opacity: 0.8;
}
.mv-100 {
	min-width: 100%;
}
.about__right a {
	text-transform: uppercase;
	font-weight: bold;
	color: #0080FF;
}
.about__right a:hover {
	opacity: 0.8;
}





.main__team {
	background: #2772b2;
	text-align: center;
	padding: 40px 0 60px 0;
	color: #fff;
}
.main__team h1 {
	font-size: 44px;
	padding-bottom: 30px;
}
.photo {
	background: #fff;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: 20px auto;
}
.team__cards {
	display: flex;
}
.team__cards img {
	margin-top: 20px;
}
.name {
	font-size: 20px;
	margin-bottom: 7px;
}
.position {
	font-size: 16px;
	margin-bottom: 35px;
}
.about-_position {
	font-size: 14px;
}
.card {
	margin:0 20px;
}





.services__cards {
	text-align: center;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-column-gap: 20px;
}
.main__services h1 {
	text-align: center;
	padding: 100px 0 30px 0;
}
.main__services p {
	color: #6c6c6c;
	margin-bottom: 100px;
}
.services__card h4 {
	margin-top: 20px;
	margin-bottom: 15px;
}
.services__card a {
	color: #0080FF;
}
.services__card a:hover {
	opacity: 0.8;
}
.services__card h4:hover {
	opacity: 0.8;
}





.main__links {
	background: #000;
	padding: 50px 0 120px 0;
	color: #fff;
	text-align: center;
}
.main__links h1 {
	margin-bottom: 30px;
	margin-top: 50px;
	text-shadow: 1px 1px 1px blue, 0 0 1em blue; /* Параметры тени */
    font-size: 2.5em; /* Размер надписи */
}
.main__links a {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 30px;
	color: #0080FF;
}
.main__links a:hover {
	opacity: 0.8;
}




.main__shops {
	text-align: center;
	padding: 100px 0 100px 0;
}
.main__shops h1 {
	margin-bottom: 20px;
}
.main__shops p {
	margin-bottom: 105px;
	color: #6c6c6c;
}
.main__shops img:hover {
	opacity: 0.9;
}
.mix {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #0080FF;
	padding: 0 20px 0 20px;
}
.mix:hover {
	opacity: 0.8;
}





.main__testimonials {
	background: #2772b2;
	text-align: center;
	color: #fff;
	padding-bottom: 100px;
}
.main__testimonials h1 {
	text-transform: uppercase;
	margin-top: 80px;
}
.main__testimonials .testimonial {
	text-transform: uppercase;
}
.main__testimonials img {
	margin-top: 50px;
}





footer {
	width: 100%;
	height: auto;
	background: #222222;
	padding: 15px 0 15px 0;
}
.social p {
	text-align: center;
	color: #fff;
}
.social a {
	text-transform: uppercase;
	font-weight: bold;
	color: #0080FF;
}
.social a:hover {
	opacity: 0.8;
}











h1:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 100px;
	padding-top: 30px;
	border-bottom: 3px solid #0080FF;
}

@media screen and (max-width: 1200px) {
	nav {
		margin-left: 20%;
	}
}
@media screen and (max-width: 1105px) {
	nav {
		margin-left: 10%;
	}
}
@media screen and (max-width: 1010px) {
	.topnav a {
		display: none;
	}
	.topnav a.icon {
		float: right;
		margin-top: -17px;
		display: block;
		color: #fff;
		font-size: 25px;
	}
	nav {
		width: 100%;
	}
	.topnav.responsive {
		position: relative;
		top: 50px;
		left: -200px;
	}
	header .topnav.responsive {
		height: 340px;
	}
	.topnav.responsive a.icon {
		position: absolute;
		top: -50px;
		right: -200px;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}









	main .main__welcome {
		padding: 50px 0 50px 0;
	}
	main .main__welcome p {
		font-size: 14px;
	}
	main .main__welcome h1 {
		font-size: 25px;
	}
	.mv-100 {
	max-width: 100%;
	}
	.main__about {
		flex-direction: column;
	}
	.about__right {
		text-align: center;
		margin-left: 0;
	}
	.about__right li {
		text-align: left;
	}
	.about__right h1 {
		font-size: 20px;
	}





	.team__cards {
		flex-direction: column;
	}




	.services__cards {
		grid-template-columns: auto;
	}
	.line1 a:not(:first-child) {
		display: none;
	}
	.line2 a:not(:first-child) {
		display: none;
	}
	.line3 a:not(:first-child) {
		display: none;
	}
}
