@font-face {
    font-family: 'Century-Gothic-Bold';
    src: url('../fonts/Century-Gothic-Bold.eot');
    src: url('../fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Century-Gothic-Bold.woff2') format('woff2'),
        url('../fonts/Century-Gothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century-Gothic-Regular';
    src: url('../fonts/Century-Gothic-Regular.eot');
    src: url('../fonts/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Century-Gothic-Regular.woff2') format('woff2'),
        url('../fonts/Century-Gothic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#page * {
	box-sizing: border-box;
}
.container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
#contact-intro {
	background: url(../images/team-bg-1.png) right top no-repeat;
	height: 480px;
	padding-top: 100px;
}
#contact-intro p:first-child {
	font-size: 42px;
	text-transform: uppercase;
	color: #0E70B5;
	font-family: 'Century-Gothic-Bold';
	margin-bottom: 10px;
}
#contact-intro p:last-child span {
	display: block;
	width: 180px;
	height: 64px;
	background: url(../images/team-btn.png) left top no-repeat;
	background-size: contain;
	color: #fff;
	font-family: 'Century-Gothic-Bold';
	font-size: 22px;
	text-decoration: none;
	padding: 7px 0px 0px 15px;
	margin-top: 30px;
}
.director-line {
	width: 100%;
	background: #0E70B5;
	color: #fff;
	font-family: 'Century-Gothic-Bold';
	font-size: 42px;
	padding: 15px 0px;
	line-height: 1;
}
.director-line span {
	font-family: 'Century-Gothic-Regular';
	display: block;
	font-size: 22px;
	padding-top: 7px;
}
.director-line:nth-child(2) {
	background: #008bc5;
	position: relative;
}
.director-line:nth-child(2) .container {
	position: relative;
}
.director-line a {
	font-family: 'Century-Gothic-Regular';
	display: flex;
	align-items: center;
	height: 60px;
	background: url(../images/team-mail-1.png) left center no-repeat;
	background-size: contain;
	padding-left: 70px;
	font-size: 22px;
	color: #fff !important;
	text-decoration: none !important;
}
.director-line a:hover {
	text-decoration: underline !important;
}
.director-line:nth-child(2) .container:after {
	display: block;
	content: '';
	background: url(../images/zolina.png) center bottom no-repeat;
	background-size: contain;
	width: 450px;
	height: 616px;
	position: absolute;
	bottom: -15px;
	right: 50px;
}
.team-row {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.team-row:nth-child(2n) .team-pic {
	order: 2;
}
.team-pic {
	width: 40%;
}
.team-pic img {
	max-width: 100%;
	height: auto;
}
.team-desc {
	width: 60%;
	padding-left: 40px;
}
.team-row:nth-child(2n) .team-desc {
	padding-left: 0px;
	padding-right: 40px;
}
.cteam-name {
	color: #0E70B5;
	font-family: 'Century-Gothic-Bold';
	font-size: 42px;
	line-height: 1;
	padding-bottom: 5px;
}
.cteam-dolg {
	font-family: 'Century-Gothic-Regular';
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #0E70B5;
	line-height: 1.2;
}
.cteam-mail a {
	font-family: 'Century-Gothic-Regular';
	display: flex;
	align-items: center;
	height: 50px;
	background: url(../images/team-mail-2.png) left center no-repeat;
	background-size: contain;
	padding-left: 60px;
	font-size: 20px;
	color: #333 !important;
	text-decoration: none !important;
}
@media all and (max-width: 420px) {
	.cteam-dolg {
		border-bottom: 0px solid #0E70B5;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.cteam-mail {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #0E70B5;
	}
}

.cteam-mail a:hover {
	text-decoration: underline !important;
}
#contact-team {
	padding: 40px 0px 30px 0px;
}
@media all and (max-width: 960px) {
.container {
	padding: 0px 15px;
}
.director-line:nth-child(2) .container::after {
	width: 300px;
	height: 400px;
}
#contact-intro {
	height: 300px;
}
.cteam-name {
	font-size: 32px;
}

}

@media all and (max-width: 767px) {
#contact-intro {
  background: url(../images/team-bg-1.png) right 70px no-repeat;
    background-size: auto;
  height: 200px;
  padding-top: 20px;
  line-height: 1;
  background-size: cover;
}
#contact-intro p:first-child {
	font-size: 32px;
}
.director-line {
	font-size: 32px;
}
.director-line:nth-child(2) .container::after {
	position: relative;
	right: 0px;
	margin: 0 auto;
	width: 300px;
	height: 400px;
}
.team-row {
	display: block;
	text-align: center;
}
.team-pic {
	width: 100%;
}
.team-desc {
	width: 100%;
	padding: 20px 0px 0px 0px !important;
}
.cteam-mail {
	display: flex;
	justify-content: center;
}
.cteam-mail a {
	height: 40px;
	padding-left: 50px;
	font-size: 16px;
}
.cteam-dolg {
	font-size: 20px;
}
.cteam-name {
	font-size: 28px;
}

}