@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*, *:before, *:after {
	-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 {
	font-style: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
}

html {
	font-size: 18px;
}

body {
	background: rgb(81, 74, 157);
	background: -webkit-gradient(linear, left top, right top, from(rgb(81, 74, 157)), to(rgb(36, 198, 220)));
	background: linear-gradient(90deg, rgb(81, 74, 157) 0%, rgb(36, 198, 220) 100%);
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wrapper {
	text-align: center;
	padding: 47px 0 0 0;
}
.wrapper .header__image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.wrapper .header__title {
	font-size: 36px;
	line-height: 110%;
	color: rgba(0, 0, 0, 0.87);
	margin: 40px 0 33px 0;
	font-weight: 500;
}
.wrapper .header__text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}
.wrapper .header__phone {
	display: inline-block;
	width: 80px;
	height: 80px;
	background: url("../img/call.svg");
	margin: 20px 0 0 0;
}
.wrapper .main {
	padding: 50px 0 100px 0;
	width: 50%;
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.wrapper .main__button {
	margin: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #fff;
	width: 100%;
	padding: 18px;
	border-radius: 10px;
}
.wrapper .main__button:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .main__button img {
	width: 50px;
	height: 50px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 50%;
}
.wrapper .main__button p {
	font-size: 22px;
	line-height: 110%;
	margin: 0 10px;
	color: #000;
	font-weight: 700;
}

@media (max-width: 991px) {
	.wrapper .header__image {
		width: 170px;
		height: 170px;
	}
	.wrapper .header__title {
		font-size: 24px;
		margin: 36px 0 30px 0;
	}
	.wrapper .header__text {
		font-size: 18px;
	}
	.wrapper .header__phone {
		width: 70px;
		height: 70px;
		margin: 17px 0 0 0;
	}
	.wrapper .main {
		padding: 45px 0 90px 0;
		width: 70%;
	}
	.wrapper .main__button {
		margin: 12px 0;
		padding: 12.8px;
	}
	.wrapper .main__button img {
		width: 40px;
		height: 40px;
	}
	.wrapper .main__button p {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.wrapper .header__image {
		width: 140px;
		height: 140px;
	}
	.wrapper .header__title {
		font-size: 24px;
		margin: 33px 0 29px 0;
	}
	.wrapper .header__text {
		font-size: 16px;
	}
	.wrapper .header__phone {
		width: 60px;
		height: 60px;
		margin: 12px 0 0 0;
	}
	.wrapper .main {
		padding: 35px 0 70px 0;
		width: 85%;
	}
	.wrapper .main__button {
		margin: 9.6px 0;
		padding: 11.2px;
	}
	.wrapper .main__button img {
		width: 30px;
		height: 30px;
	}
	.wrapper .main__button p {
		font-size: 15px;
	}
}