@font-face {
font-family: 'Myriad Pro';
src: local('Myriad Pro Regular'), local('Myriad-Pro-Regular'),
    url('/fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('/fonts/MyriadPro-Regular.woff') format('woff'),
    url('/fonts/MyriadPro-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Myriad Pro';
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	background: #FFFEF2;
}

.main_mobi {
	display: none;
}

.container {
	display: flex;
}

.main {
	background: url(/images/top-woman.jpg) no-repeat center; 
	background-size: cover;
	min-height: 100vh;
	width: 100%;
}

.sidebar {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 37px 40px 18px 40px;
	max-width: 350px;
}

.link_to_instagram {
	margin-top: 20px;
	display: block;
	border: 1px solid #333333;
	text-decoration: none;
	padding: 20px 36px 20px 35%;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #FFFEF7;
	background: url(images/insta-logo_white.svg) no-repeat 20% center #333333;
}
.link_to_instagram:hover {
	color: #333333;
	background: url(images/insta-logo_black.svg) no-repeat 20% center #FFFEF2;
}

.title {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 10px; 
}
.copyright a {
	color: #333333;
	text-decoration: none;
}


@media (max-width: 500px) {
	.sidebar {
		padding: 13px 0 0 0;
		max-width: 100%;
	}
	.main {
		display: none;
	}
	.main_mobi {
		display: block;
		margin-top: 6px; 
	}
	.main_mobi img {
		max-width: 100%;
		    height: auto;
	}
	.general_info {
		padding: 0 20px 0px 20px;
		margin-top: 28px; 
	}
	 
	.copyright {
		margin-top: 37px;
	}
	.logo a svg {
		height: 49px;
		width: 88px;
	}
}