/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.2;
}
ol {
    padding-left: 1.4em;
    list-style: decimal;
}
ul {
    padding-left: 1.4em;
    list-style: square;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end reset browser styles */
.clearfix {
    clear: both;
}
.wrapper {
    width: 1280px;

    margin: 0 auto;
}
/* начало стилей хедера */
.project-header {
    width: 1280px;
    height: 550px;
    background: url("images/raduga/raduga-header.jpg") no-repeat;
    position: relative;
}
.project-logo {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 115px;
    top: 40px;
    background: url("images/logo_white_small.png");
    background-size: 60px 60px;
}
/* конец стилей хедера */
.project-main-wrapper {
	width: 1050px;
	height: 600px;
    margin: 0 auto;
    background-color: #ffffff;
}
.project-main-intro {
	padding-top: 50px;
}
.project-title {
	font-size: 50px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    display: block;
    margin-bottom: 50px;
}
.project-text {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.7em;	
}
.project-feature {
	margin-top: 50px;
	margin-bottom: 50px;
}

.project-feature-title {
	width: 270px;
	float: left;
	margin-right: 30px;
	padding-top: 10px;
}
.project-feature-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
}
.project-feature-text {
	width: 750px;
	float: left;
}
.pft1 {
	margin-bottom: 50px;
}
.project-feature-text p {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    line-height: 1.7em;		
}
.project-main-activities-wrapper {
	background-color: #f2f2f2;
}
.project-main-activities {
	width: 1050px;
	height: 950px;
    margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 80px;
}
.project-feature-images {
	padding-top: 50px;
	margin-top: 50px;
}
.pfi {
	width: 515px;
	height: 515px;
	float: left;
}
.pfi1 {
	background: url("images/raduga/Raduga-pic1.jpg") no-repeat;
	background-size: 515px 515px;
	margin-right: 20px;
}
.pfi2 {
	background: url("images/raduga/Raduga-pic2.jpg") no-repeat;
}

.main-cases-button {
    width: 360px;
    height: 60px;
    margin: 0 auto;
    background-color: #768e92;
	margin-top: 700px;
}
.main-cases-button a {
    color: #f5ffff;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    line-height: 60px;
    display:block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.main-cases-button:hover {
    background-color: #647477;
}

/* начало стилей футера */
.main-footer {
    width: 1280px;
    height: 370px;
    position: relative;
    background-color: #363636;
}
.main-footer-logo {
    position: absolute;
    top: 40px;
    left: 115px;
}
.main-footer-contacts {
    position: absolute;
    left: 450px;
    top: 40px;
    color: #fcfcfc;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.main-footer-contacts p {
    display: block;
}
.main-footer-contacts p:first-child {
    margin-bottom: 30px;
}
.main-footer-social {
    position: absolute;
    right: 115px;
    top: 40px;
    box-sizing: border-box;
}
.main-footer-social .contact-us {
    color: #fcfcfc;
    font-size: 35px;
    border: 3px solid #fcfcfc;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin-bottom: 90px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.contact-us:hover {
    color: #424242;
    border: 3px solid #424242;
}

.main-footer-social .mfs-slogan {
    display: block;
    color: #fcfcfc;
    font-size: 20px;
    float: left;
    margin-right: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 20px;
}
.social-icon {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    box-sizing: content-box;
    border: 1px solid #fcfcfc;
}
.social-icon:hover {
    border: 1px solid white;
}
.social-icon:first-child {
    margin-right: 10px;
}
.vk {
    background: url("images/vk.png");
    background-size: 60px 60px;
}
.fb {
    background: url("images/fb.jpg");
    background-size: 60px 60px;
}
/* конец стилей футера */