
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/ptsans/v18/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw0aXpsog.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    margin: 0;
	height: 100%;
    width: 100%;
    background-image: url(img/fon1.jpg);
    background-size: cover;
	color: #fff;
	}
@media (max-width: 780px) {
body {
    background-image: url(img/fon2.jpg);
	}
}	

header h2 {
    max-width: 780px;
    margin: 20px auto 30px;
}

main {
    height: 100%;
    width: 100%;
/*    background: radial-gradient(rgba(5, 30, 49, 0.7), rgba(5, 30, 49, 0.8)); */
    padding: 1% 0;
}
	
h1	{
    text-shadow: #000 1px 0 10px;
    margin: 60px 0 70px;
    font-weight: 500;
    font-size: 70px;
    line-height: 1.17;
	}

	
h2, h3, p	{
    text-shadow: #000 1px 0 10px;
    margin: 10px 0 10px;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.17;
	}
	
@media (max-width: 780px) {
h1	{
    font-size: 25px;
	}
h2, h3, p  {
    font-size: 18px;
	}
}

ul { list-style-type: none; }
	
	.obr a {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.obr a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
    color: #fff;
}


section {
display: flex;
    justify-content: space-around;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.0rem;
}

figure, figure img {
    width: 400px;
}

figure {background-color: #c5a890;
    height: 600px;
	color: #000;
}
figure  p {
	text-shadow: #d9c7b2 1px 0 1px;
}

figure img {
    height: 400px;
}
@media screen and (max-width: 400px) {
figure, figure img {
    width: 300px;
}
figure {
    height: 500px;
}
figure img {
    height: 300px;
}
}
article {padding: 25px;
    margin: 20px auto 30px;
    max-width: 780px;
    background: radial-gradient(rgba(5, 30, 49, 0.7), rgba(5, 30, 49, 0.8)); 
}
@media screen and (max-width: 780px) {
article {
    width: 90%;
}
}

.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		margin: 20px auto 30px;
		max-width: 560px;
	}
.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}