@charset "utf-8";

@font-face {
	font-family: "FiraSans-Regular";
	src: local("FiraSans-Regular.ttf"),
	url("../fonts/FiraSans-Regular.ttf"); 
}

@font-face {
	font-family: "FiraSans-Bold";
	src: local("FiraSans-Bold.ttf"),
	url("../fonts/FiraSans-Bold.ttf"); 
}

@font-face {
	font-family: "FiraSans-SemiBold";
	src: local("FiraSans-SemiBold.ttf"),
	url("../fonts/FiraSans-SemiBold.ttf"); 
}

@font-face {
	font-family: "FiraSans-Medium";
	src: local("FiraSans-Medium.ttf"),
	url("../fonts/FiraSans-Medium.ttf"); 
}

@font-face {
	font-family: "FiraSans-Light";
	src: local("FiraSans-Light.ttf"),
	url("../fonts/FiraSans-Light.ttf"); 
}

/* <reset> */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0 }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
/* GLOBAL */
input,
textarea,
select {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	resize: none;
	font-family: "FiraSans-Regular";
}

input[type="text"],
textarea {
	width: 245px;
	height: 35px;
	color: #7c7c7c;
	font-size: 17px; 
	border: 2px solid #fff;
	border-radius: 5px;
	padding-left: 10px;
}

input[type="radio"] {
	display: none;
}

label.radio span {
	color: #fff;
	line-height: 16px;
}

label.radio i {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background: url(../images/radio.png) 0 0 no-repeat;
	background-size: 100% 200%;
	margin-top: -2px;
	cursor: pointer;
}

label.radio.active i {
	background-position: 0 100%;
}

body ::-webkit-input-placeholder { color: #7c7c7c; }
body :-moz-placeholder { color: #7c7c7c; }
body ::-moz-placeholder { color: #7c7c7c; }
body :-ms-input-placeholder { color: #7c7c7c; }

body {
	font-family: "FiraSans-Regular";
}

a {
	text-decoration: none;
	cursor: pointer
}

b {
	font-weight: normal;
	font-family: "FiraSans-Bold";
}

h1, h2, h3 {
	font-weight: normal;
}

iframe {
	display: block;
}

.clear {
	clear: both;
}

.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.btn {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	color: #000;
	font-size: 17px;
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #c19f00;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
	background: #f3c802;
	cursor: pointer;
	
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn:hover {
	background: #ffde45;
}

/* scroll top btn */

.to_top {	
	position: fixed;
	bottom: 10px;
	right: 5px;
	z-index: 100;
	display: none;
}

.to_top img {
	display: block;
}

/* scroll top btn END */

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	transform-style: preserve-3d;
	transform: translate(-50.25%,-50.4%);
	-webkit-transform-style: preserve-3d;
	-webkit-transform: translate(-50.25%,-50.15%);
}

#shadow {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	z-index: 90;
	position:fixed;
	top: 0;	
	display: none;
}

#results {
	width: 440px;
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0;
	border: 1px solid #d4d4d4;
	border-bottom: 3px solid #d4d4d4;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -220px;
	z-index: 100;
	display: none;
}

#popup_form {
	width: 390px;
	padding: 25px 5px;
	text-align: center;
	background-color: #fff;
}

#popup_form h3 {
	width: 85%;
	margin: 0 auto 20px;
	font-size: 19px;
}

#popup_form input {
	border: 2px solid #7c7c7c;
	margin-bottom: 15px;
}

#popup_form .btn {
	text-align: center;
	width: 246px;
	font-family: "FiraSans-Bold";
}

.close_button {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: -35px;
	right: -35px;
}

.needsfilled {
	border-color: red !important;
}

.hidden_field {
	display: none !important;
}

.full_width {
	width: 100%;
	min-width: 1000px;
}

.px_block {
	width: 990px;
	margin: 0 auto;
	padding: 0 5px;
	position: relative;
}

.text_popup {
	width: 70%;
	height: 80%;
	position: fixed;
	background: #fff;
	z-index: 91;
	display: none;
}

.text_popup>div {
	width: 100%;
	height: 100%;
	outline: 5px solid grey;
	background: #fff;
	overflow-y: scroll;
	outline: 5px solid grey;
}

.text_popup>div>div {
	padding: 15px;
}

.text_popup h3 {
	font-size: 24px;
	font-family: "OpenSans-Semibold";
	text-align: center;
	margin-bottom: 20px;
}

.text_popup p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

#header_bg {
	background: url(../images/header_bg.jpg) top center no-repeat fixed;
	background-size: cover;
	position: relative;
	padding-bottom: 195px;
	margin-bottom: 195px;
}

#header_top,
#footer_block {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#header_top>div,
#footer_block>div {
	display: table-cell;
	vertical-align: top;
}

#header_top {
	margin-bottom: 70px;
}

.logo {
	display: block;
}

.logo>* {
	display: inline-block;
	vertical-align: middle;
}

.logo img {
	margin-right: 15px;
}

.logo p {
	color: #fff;
	font-family: "FiraSans-Light";	
	font-size: 26px;
	position: relative;
	top: -5px;
}

.contacts {
	color: #fff;
	text-align: right;
	font-family: "FiraSans-SemiBold";
	font-size: 28px;
	padding-top: 5px;
}

.contacts p {
	margin-bottom: 5px;
}

.contacts .btn {
	margin: 5px 0 10px;
}

.contacts p.email {
	font-family: "FiraSans-Regular";
	font-size: 17px;
	text-transform: uppercase;
}

#header_title {
	color: #fff;
	font-family: "FiraSans-Bold";
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	line-height: 60px;
}

#header_title span {
	display: inline-block;
	vertical-align: top;
	font-family: "FiraSans-Light";
	background: green;
	padding: 5px 30px;
	border-bottom: 2px solid #2f56d8;
	
	background: rgb(47,86,216);
	background: -moz-linear-gradient(-45deg,  rgba(47,86,216,1) 0%, rgba(66,145,252,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(47,86,216,1) 0%,rgba(66,145,252,1) 100%);
	background: linear-gradient(135deg,  rgba(47,86,216,1) 0%,rgba(66,145,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f56d8', endColorstr='#4291fc',GradientType=1 );
}

#header_form {
	width: 977px;
	min-height: 200px;
	padding: 27px 0;
	background: url(../images/header_form.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -488.5px;
	margin-top: -125px;
}

#header_form h3 {
	color: #fff;
	font-family: "FiraSans-Light";
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

#header_form>div {
	width: 805px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
}

#header_form input[type="text"],
#header_form .btn {
	margin: 0 20px 0 0;
}

#header_form .btn {
	width: 247px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#header_form:after {
	content: '';
	display: block;
	clear: both;
}

#header_form label.radio {
	margin-right: 40px;
}

#items_bg {
	padding-bottom: 35px;
}

.several {
	display: block;
	margin-bottom: 2px;
}

.several:not(.main) {
	display: none;
}

.several.visible {
	display: block;
}

.several .short {
	width: 100px;
}

.show_more {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url(../images/plus.png) no-repeat;
	cursor: pointer;
	visibility: hidden;
}

.title {
	color: #2f4163;
	font-family: "FiraSans-Light";
	font-size: 46px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.item {
	display: inline-block;
	vertical-align: top;
	width: 216px;
	height: 220px;
	padding-top: 45px;
	border: 2px solid #b1bedf;
	position: relative;
	margin-right: 32px;
	margin: 0 32px 50px 0;
}

.item:nth-child(4n) {
	margin-right: 0;
}

.item:after {
	content: '';
	display: block;
	width: 230px;
	height: 11px;
	background: url(../images/item_after.png) no-repeat;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -115px;
	z-index: 2;
}

.item_name {
	width: 230px;
	padding: 17px 0;
	line-height: 20px;
	color: #fff;
	font-family: "FiraSans-Bold";
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/item_name.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -115px;
	z-index: 2;
}

.item_img {
	display: table;
	width: 100%;
	text-align: center;
	height: inherit;
}

.item_img span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.item_get {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 195px;
	text-align: center;
	background: rgba(66, 145, 252, 0.5);
	position: absolute;
	top: 0;
	opacity: 0;
		
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.item:hover .item_get {
	opacity: 1;
}

.item_get .btn {
	width: 200px;
	margin: 0 auto;
}

#benefits_bg {
	padding: 75px 0 60px 0;
	background: url(../images/benefits_bg.jpg) top center no-repeat fixed;
	background-size: cover;
}

#benefits_bg .title {
	color: #f3c802;
}

#benefits div {
	width: 75%;
	margin-bottom: 50px;
}

#benefits .shift {
	padding-left: 25%;
}

#benefits p {
	display: block;
	color: #fff;
	font-family: "FiraSans-Light";
	font-size: 18px;
	line-height: 22px;
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
}

#benefits p:before {
	content: '';
	display: block;
	width: 30px;
	height: 31px;
	background: url(../images/check.png) left center no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

#benefits p span {
	font-family: "FiraSans-Bold";
}

#program_bg {
	padding: 100px 0 75px;
}

#program {
	text-align: center;
}

.program,
.sp {
	display: inline-block;
	vertical-align: top;
	width: 285px;
	margin-right: 50px;
	margin: 0 50px 75px 0;
}

.program:nth-child(3n),
.program:last-child {
	margin-right: 0;
}

.program_img,
.sp_img {
	height: 85px;
}

.program_text,
.sp_text {
	font-size: 18px;
	line-height: 20px;
}

#ship_pay_bg {
	padding-top: 95px;
	background: url(../images/ship_pay_bg.jpg) top center no-repeat fixed;
	background-size: cover;
}

#ship_pay_bg .title {
	color: #f3c802;
}

#ship_pay {
	color: #fff;
	text-align: center;
}

.sp {
	margin: 0 50px 100px 0;
}

.sp:nth-child(3n) {
	margin-right: 0;
}

#sp_ps {
	color: #818181;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

#our_clients_bg {
	padding: 85px 0 45px;
	text-align: center;
}

.oc {
	display: inline-block;
	vertical-align: middle;
	margin: 0 60px 50px 50px;
	max-width: 250px;
}

.oc img {
    max-width: 250px;
}

.pick_up_form {
	padding: 70px 0;
	color: #fff;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f56d9+0,3f91fd+100 */
	background: #2f56d9; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2f56d9 0%, #3f91fd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #2f56d9 0%,#3f91fd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #2f56d9 0%,#3f91fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f56d9', endColorstr='#3f91fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pick_up_form h3 {
	font-size: 24px;
	font-family: "FiraSans-Bold";
	margin-bottom: 15px;
}

.pick_up_form p {
	margin-bottom: 20px;
}

.pick_up_form .form_block *{
	display: inline-block;
	vertical-align: middle;
	margin: 0 2px;
}

#footer_block {
	padding: 50px 0;
}

#footer_block .logo_wrapper {
	position: absolute;
	top: 0;
	left: 5px;
}

#footer_block .adress {
	text-align: center;
	font-size: 20px;
	line-height: 28px;
}

#footer_block  .contacts {
	color: #000;
	position: absolute;
	right: 0;
	top: 20px;
}

#copyright_bg {
	height: 50px;
	line-height: 49px;
	text-align: center;
	background: #061127;
}

#copyright_bg>* {
	display: inline-block;
	vertical-align: middle;
	color: #5e5f61;
	font-size: 10px;
	text-decoration: none;
	margin: 0 25px;
}

#copyright_bg a:hover {
	text-decoration: underline;
}

#policy {
	width: 80%;
	height: 80%;
	position: fixed;
	background: #fff;
	z-index: 91;
	display: none;
}

#policy>div {
	width: 100%;
	height: 100%;
	outline: 5px solid grey;
	background: #fff;
	padding: 10px;
	overflow-y: scroll;
	outline: 5px solid grey;
}

#policy_close {
	position: absolute;
	right: -35px;
	top: -35px;
	cursor: pointer;
	z-index: 51;
}