@font-face {
    font-family: 'textbook';
    src: url('../fonts/textbook.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../fonts/textbook.woff') format('woff'), url('../fonts/textbook.ttf') format('truetype'), url('../fonts/textbook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    outline: none
}

body {
    font-family: textbook, arial;
}

input[type="submit"] {
    cursor: pointer;
}

.clearfix {
    zoom: 1;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 70px
}

#header .logo {
    padding-top: 11px;
    padding-left: 28px;
    float: left;
}

#header .address {
    float: right;
    background: url(../images/icon_partner.png) no-repeat;
    width: 168px;
    height: 59px;
    margin-top: 6px;
    padding-left: 96px;
    font-size: 14px;
    padding-top: 3px;
    line-height: 17px;
}

#header .phone {
    float: right;
    margin-right: 12px;
    width: 132px;
    margin-top: 8px;
}

#header .phone span {
    font-size: 16px;
    letter-spacing: -0.5px;
}

#header .phone a {
    display: block;
    width: 118px;
    background: #fee133;
    color: black;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    letter-spacing: inherit;
    margin-top: 4px;
    height: 23px;
    padding-top: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#slider {
    background: url(../images/bg_slider.jpg) no-repeat;
    height: 550px;
}

#slider .t {
    color: white;
    text-align: center;
    font-size: 40px;
    padding-top: 150px;
    margin-bottom: 26px;
}
#slider .t2 {
    color: white;
    text-align: center;
    font-size: 29px;
    padding-top: 0px;
    margin-bottom: 44px;
}
#slider a {
    margin: 0 auto;
    width: 220px;
    height: 39px;
    display: block;
    background: #fee133;
    color: black;
    text-decoration: none;
    font-size: 26px;
    text-align: center;
    padding-top: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #d9b727;
}



#slider2 a {
    margin: 0 auto;
    width: 220px;
    height: 39px;
    display: block;
    background: #fee133;
    color: black;
    text-decoration: none;
    font-size: 26px;
    text-align: center;
    padding-top: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 3px solid #d9b727;
}


#working {
    padding-bottom: 23px;
}

#working .t {
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 85px;
}

#working .items {
    text-align: center;
}

#working .item {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 35px 70px;
    font-size: 24px;
}

#need {
    background: #f6f5f3;
    height: 500px;
}

#need .t {
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 85px;
}

#need .items {
    text-align: center;
}

#need .item {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin: 0 35px 70px;
    font-size: 24px;
}

#need .item_pic {
    margin-bottom: 10px;
}

#park {
    /* height: 500px; */
}

#park .t {
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 85px;
}

#park .items {
    text-align: center;
}

#park .item {
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin: 0px 5px 70px;
    font-size: 30px;
}

#park .item_text {
    margin-bottom: 20px
}

#join {
    background: #f6f5f3;
    height: 720px;
}

#join .t {
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 46px;
}

#join .buttons {
    margin-bottom: 25px;
}

#join .block1 {
    float: left;
    width: 465px;
    margin-right: 45px;
}

#join .block2 {
    float: left;
    width: 450px;
}

#join .buttons .block1 {
    text-align: right;
}

#join .buttons a {
    font-size: 24px;
    color: #86847e;
    text-decoration: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #cfd6e0;
    display: inline-block;
}

#join .buttons a.active {
    border-bottom: 1px solid #ffdc3c;
    color: black;
}

#join .wrap2 {
    width: 760px;
    margin: 0 auto;
}

#join label {
    font-size: 16px;
    display: block;
    height: 20px;
    margin-bottom: 16px;
}

#join input[type="text"] {
    width: 340px;
    border: none;
    padding: 12px 10px;
    font-size: 20px;
    font-family: textbook;
    margin-bottom: 27px;
}

#join input[type="submit"] {
    margin: 20px auto 0;
    width: 255px;
    height: 52px;
    display: block;
    background: #fee133;
    color: black;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #d9b727;
}

#join .wrap2 .block1, #join .wrap2 .block2 {
    width: 360px;
}

#join .wrap2 .block1 {
    margin-right: 40px
}

#join .evented a {
    float: left;
    width: 30px;
    height: 22px;
    background: red;
    text-align: center;
    background: #e3e2e0;
    padding: 12px;
    text-align: center;
    text-decoration: none;
}

#join .evented a.active {
    background: #fee133;
}

#join .evented input[type="text"] {
    float: left;
    width: 232px;
}

#info {
    background: url(../images/bg_slider.jpg) no-repeat 0 -170px;
    height: 300px;
}

#info .wrap {
    padding-top: 105px;
    width: 705px;
}

#info .block1, #info .block2 {
    float: left;
    color: white;
    font-size: 36px;
    text-align: left;
    line-height: 44px;
}

#info .block1 {
    text-align: right;
    border-right: 2px solid white;
    padding-right: 34px;
    margin-right: 34px;
}

#feedbacks {
    height: 500px;
}

#feedbacks .wrap {
    width: 1000px;
}

#feedbacks .t {
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 65px;
}

#feedbacks .item {
    float: left;
    width: 290px;
    margin-right: -7px;
    margin-left: 48px;
}

#feedbacks .item_pic {
    float: left;
    width: 84px;
    height: 84px;
    margin-right: 15px;
    margin-bottom: 30px;
}

#feedbacks .item_title {
    float: left;
    font-size: 24px;
    width: 100px;
    padding-top: 30px;
}

#feedbacks .item_title.longtitle {
    padding-top: 20px;
}

#feedbacks .item_text {
    font-size: 16px;
    letter-spacing: -0.2px;
}

#contacts {
    background: #f6f5f3;
    height: 620px;
}

#store {
    text-align: center;
}

#store .t {
    font-size: 36px;
    padding-top: 60px;
    margin-bottom: 40px;
}

#store a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

#contacts .wrap2 {
    width: 920px;
    margin: 0 auto;
    padding-top: 60px;
}

#contacts .t {
    font-size: 36px;
    margin-bottom: 14px;
}

#contacts .t2 {
    font-size: 20px;
    height: 26px;
    margin-bottom: 20px;
}

#contacts label {
    font-size: 16px;
    display: block;
    height: 20px;
    margin-bottom: 16px;
}

#contacts input[type="text"] {
    width: 340px;
    border: none;
    padding: 12px 10px;
    font-size: 20px;
    font-family: textbook;
    margin-bottom: 27px;
}

#contacts input[type="submit"] {
    margin: 0px auto 0;
    width: 360px;
    height: 50px;
    display: block;
    background: #fee133;
    color: black;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #d9b727;
}

#contacts .wrap2 .block1, #contacts .wrap2 .block2 {
    width: 360px;
    float: left;
}

#contacts .wrap2 .block1 {
    margin-right: 100px
}

#contacts .map {
    width: 460px;
    height: 345px;
    margin-top: 55px;
    display: block;
}

.modal {
    display: none;
    background: #f6f5f3;
    padding: 15px 30px;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/modal_close.png) no-repeat 0 0;
}

.modal-spinner {
    display: none;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -32px;
    margin-top: -32px;
    background: url(../images/modal_spinner.gif) #111 no-repeat center center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}


.modal .t {
    font-size: 36px;
    margin-bottom: 14px;
    text-align: center;
}
.modal .t2{
    font-size: 24px;
    margin-bottom: 14px;
    text-align: center;
}
.modal label {
    font-size: 16px;
    display: block;
    height: 20px;
    margin-bottom: 16px;
}

.modal input[type="text"] {
    width: 340px;
    border: none;
    padding: 12px 10px;
    font-size: 20px;
    font-family: textbook;
    margin-bottom: 27px;
}

.modal input[type="submit"] {
    margin: 0px auto 0;
    width: 360px;
    height: 50px;
    display: block;
    background: #fee133;
    color: black;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #d9b727;
}

@media screen and (max-width: 1020px){
	.wrap {
		width: initial;
	}
	#header {
		height: initial;
	}
	#slider {
		height: initial;
		padding-bottom: 10px;
		background-position-x: center;
	}
	#need {
		height: initial;
	}
	#join {
		height: initial;
		padding: 0 15px;
	}
	#info {
		height: initial;
	}
	#feedbacks {
		height: initial;
	}
	#contacts {
		height: initial;
	}
	#header .wrap {
		text-align: center;
		padding-bottom: 5px;
	}
	#header .logo,
	#header .phone,
	#header .address {
		padding: 0 10px;
		float: none;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	#header .phone {
		margin-top: 12px;
	}
	#header .logo {
		margin-top: 12px;
	}
	#header .address {
		text-align: right;
		padding-left: 96px;
		padding-top: 3px;
	}
	#feedbacks .wrap {
		width: initial;
	}
	#feedbacks .item {
		display: inline-block;
		float: none;
		width: initial;
		margin-right: 20px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	#contacts .wrap2 {
		width: initial;
	}
	#join .block1 {
		float: none;
		width: initial;
		margin-right: 40px;
	}
	#join .block2 {
		float: none;
		width: initial;
	}
	#join .wrap2 {
		width: initial;
		padding-bottom: 20px;
	}
	.item_pic > img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#info .wrap {
		width: initial;
	}
	#contacts .wrap2 .block1 {
		margin-right: 0;
		padding: 0 15px;
	}
	#contacts .wrap2 .block1, #contacts .wrap2 .block2 {
		width: initial;
		float: none;
	}
	.map > ymaps,
	.map > ymaps > ymaps,
	.map > ymaps > ymaps > ymaps {
		width: 100% !important;
	}
	#park .item {
		width: initial;
	}
	#contacts .map {
		width: initial;
		height: initial;
		margin-top: 50px;
	}
	#slider .t {
		font-size: 30px;
		padding: 100px 10px 0;
	}
	#slider .t2 {
		font-size: 24px;
		padding: 0 10px 40px;
		margin: 0;
	}
	#slider a {
		margin-bottom: 20px;
	}
	#working .t {
		font-size: 29px;
		padding-top: 50px;
		margin-bottom: 70px;
	}
	#working .item {
		width: 140px;
		margin: 0 16px 60px;
		font-size: 22px;
	}
	#need .t {
		font-size: 32px;
		padding-top: 46px;
		margin-bottom: 60px;
	}
	#need .item {
		width: 160px;
		margin: 0 10px 60px;
		font-size: 18px;
	}
	#park .t {
		font-size: 32px;
		padding-top: 54px;
		margin-bottom: 60px;
	}
	#join .t {
		font-size: 32px;
		padding-top: 50px;
		margin-bottom: 40px;
	}
	#join input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}
	#join .wrap2 .block1 {
		margin-right: 0;
	}
	.block2 {
		width: initial;
	}
	#join .buttons .block1 {
		text-align: left;
		margin-bottom: 16px;
	}
	#feedbacks .item_pic {
		margin-bottom: 20px;
	}
	#info .wrap {
		    padding: 40px 0;
	}
	#info .block1 {
		text-align: left;
		border-right: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#info .block1, #info .block2 {
		float: none;
		font-size: 32px;
		text-align: left;
		line-height: 42px;
		padding: 0 20px;
	}
	#contacts input[type="submit"] {
		margin: 0px auto 20px;
		width: 300px;
	}
	#contacts .wrap2 .block2 .t,
	#contacts .wrap2 .block2 .t2 {
		padding: 0 20px;
	}
}
@media screen and (max-width: 660px){
	#header .address {
		text-align: right;
		padding-left: 96px;
		padding-top: 3px;
		margin-top: 12px;
	}
	.modal input[type="text"] {
		width: 300px;
	}
	.modal input[type="submit"] {
		width: 290px;
	}
	.modal {
		padding: 15px 15px;
	}
	#join .wrap2 .block1, #join .wrap2 .block2 {
		width: initial;
	}
	#contacts input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}
}