body {
	font: 18px "OpenSans-Regular", sans-serif;
	min-width: 320px;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
a, a:focus, a:hover {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.relative {
	position: relative;
}
button {
	text-transform: uppercase;
	border: none;
	background: none;
}
button, input, textarea, textarea:focus .thumbnail, .slick-slide, img, ul, li, a, a:focus, div, div:focus {
	outline: none;
}
.politics {
	background-color: #fff;
}
.politics p {
	color: #000;
}
.politics_text {
	padding: 20px 40px;
}
.politics h3 {
	background: #1782ab;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
	margin: 0;
}
@media only screen and (max-width : 767px) {
	.politics h3 {
		font-size: 23px;
	}
}
section {
	padding: 80px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
section h3 {
	font-size: 36px;
	color: #0f4a7d;
	text-align: center;
	margin-bottom: 120px;
}
ul {
	list-style-type: none;
	padding: 0;
}
.thanks_body {
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position-x: center;
	margin: 0;
	height: 100%;
	color: #fff;
}

footer {
	padding: 20px 0;
}
footer .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.footer_logo {
    max-width: 100%;
}
footer p {
	color: #919191;
}
footer span {
	text-decoration: underline;
	color: #2897e5;
	display: block;
}
@media only screen and (max-width : 991px) {
	footer .row div  {
		text-align: center;
	}
}
.made_by p {
	margin-bottom: 10px;
}
.copyright p {
	margin-top: 10px;
}
.copyright {
	text-align: center;
	padding-top: 20px;
}
.made_by {
	text-align: right;
	padding-top: 20px;
}
.form_wrapper {
	padding: 37px 40px 40px 40px;
	background-color: #ffc600;
	color: #000;
	max-width: 370px;
	margin: auto;
	position: relative;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
}
.bottom_clear {
	height: 0!important;
}
.form_wrapper ul li {
	margin-bottom: 5px;
}
/*.form_wrapper {
	padding: 50px;
	background-color: #ffc600;
	color: #000;
	max-width: 370px;
	margin: auto;
	position: relative;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
}*/
.form_wrapper ul {
	list-style-type: disc;
	font-size: 12px;
	line-height: 22px;
	margin-left: 16px;
	text-indent: -5px;

}
.form_wrapper .form {
	margin-top: 34px;
}
.form_wrapper ul span {
	font-size: 16px;
}
.form textarea {
	width: 100%;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-top: 20px;
	color: #01458e;
	padding: 13px 30px;
}
.form_wrapper h6 {
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 10px;
	text-align: center;
}
.form_wrapper p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	text-align: center;
}
label.error {
	color: red;
}
.form input {
	width: 100%;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	padding: 16px 0;
	margin-top: 8px;
	text-indent: 22px;
	color: #000;
	border: 1px solid #aa6d03;
}
.form textarea {
	width: 100%;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	padding: 16px 0;
	margin-top: 8px;
	text-indent: 22px;
	color: #000;
	border: 1px solid #aa6d03;
	resize: none;
}
.form input::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
}
.form input::-moz-placeholder {
	color: #000;
	font-size: 16px;
}
.form input:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
}
.form input:-moz-placeholder {
	color: #000;
	font-size: 16px;
}
.form textarea::-webkit-input-placeholder {
	color: #000;
	font-size: 16px;
}
.form textarea::-moz-placeholder {
	color: #000;
	font-size: 16px;
}
.form textarea:-ms-input-placeholder {
	color: #000;
	font-size: 16px;
}
.form textarea:-moz-placeholder {
	color: #000;
	font-size: 16px;
}
.form button {
	margin-top: 8px;
	width: 100%;
}
footer p {
	color: #919191;
}
footer span {
	text-decoration: underline;
	color: #2897e5;
	display: block;
}
h1 {
	font: /*60px*/ 38px "PT_Serif-Web-Regular", sans-serif;
	color: #0f4a7d;
	text-transform: uppercase;
	line-height: /*70px*/ 55px;
	letter-spacing: .022em;
	margin: 38px 0 0 0;
}
h2 {
	font: /*42px*/ 26px "PT_Serif-Web-Regular", sans-serif;
	letter-spacing: .022em;
	color: #0f4a7d;
	line-height: /*50px*/ 40px;
	text-transform: none;
	margin: 0 0 40px;
}
h2 em {
	color: #e68200;
	font-style: initial;
}
.top_back {
	background-image: url(../img/123.png);
	background-position: center 0;
	margin-bottom: 80px;
	background-repeat: no-repeat;
}
.top_head {
	padding-top: 16px;
}
.desc {
	line-height: 24px;
	font-size: 16px;
	padding: 12px 0 0 13px;
}
.phone_number {
	color: #0f4a7d;
	line-height: 24px;
	text-align: right;
	padding-top: 11px;
	right: -2px;
}
.top_button {
	padding-top: 8px;
}
.top_button button, .contact button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	border: solid 1px #d1d1d1;
	color: #565656;
	font-size: 12px;
	letter-spacing: .05em;
	width: 100%;
	padding: 18px 0;
	-webkit-transition: .5s background-color ease;
	-o-transition: .5s background-color ease;
	-ms-transition: .5s background-color ease;
	-moz-transition: .5s background-color ease;
	transition: .5s background-color ease;
}
.top_button button:hover, .contact button:hover {
	background-color: #fff;
	-webkit-transition: .5s background-color ease;
	-o-transition: .5s background-color ease;
	-ms-transition: .5s background-color ease;
	-moz-transition: .5s background-color ease;
	transition: .5s background-color ease;
}
.trigger {
	color: #25aae1;
	list-style-type: disc;
	margin: 0 0 37px 20px;
	line-height: 35px;
	font-size: 12px;
}
.trigger span {
	color: #454545;
	font-size: 18px;
}
.bttn_yellow {
	color: #6a2000;
	font: 14px "OpenSans-Bold", sans-serif;
	letter-spacing: .05em;
	text-shadow: 0 1px #ffe691;
	background: -webkit-linear-gradient(to top, #e58300, #ffc90b);
	background: -o-linear-gradient(to top, #e58300, #ffc90b);
	background: -moz-linear-gradient(to top, #e58300, #ffc90b);
	background: -ms-linear-gradient(to top, #e58300, #ffc90b);
	background: linear-gradient(to top, #e58300, #ffc90b);
	padding: 20px 0;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bttn_yellow:hover {
	background: -webkit-linear-gradient(to bottom, #e58300, #ffc90b);
	background: -o-linear-gradient(to bottom, #e58300, #ffc90b);
	background: -moz-linear-gradient(to bottom, #e58300, #ffc90b);
	background: -ms-linear-gradient(to bottom, #e58300, #ffc90b);
	background: linear-gradient(to bottom, #e58300, #ffc90b);
}
.bttn_blue {
	color: #fff;
	font: 12px "OpenSans-Bold", sans-serif;
	letter-spacing: .05em;
	/*text-shadow: 0 1px #ffe691;*/
	background: -webkit-linear-gradient(to top, #082b47, #2795d9);
	background: -o-linear-gradient(to top, #082b47, #2795d9);
	background: -moz-linear-gradient(to top, #082b47, #2795d9);
	background: -ms-linear-gradient(to top, #082b47, #2795d9);
	background: linear-gradient(to top, #082b47, #2795d9);
	padding: 21px 0;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-o-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 0 rgba(0,0,0,.1);
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
	-webkit-border-radius: 5px;
}
.bttn_blue:hover {
	background: -webkit-linear-gradient(to bottom, #082b47, #2795d9);
	background: -o-linear-gradient(to bottom, #082b47, #2795d9);
	background: -moz-linear-gradient(to bottom, #082b47, #2795d9);
	background: -ms-linear-gradient(to bottom, #082b47, #2795d9);
	background: linear-gradient(to bottom, #082b47, #2795d9);
}
header {
	margin-bottom: 14px;
}
header .bttn_yellow, header .bttn_blue {
	width: 100%;
	margin-bottom: 18px;
}
.buttons {
	padding-left: 0;
	padding-right: 20px;
}
.top_form {
	background-image: url(../img/top_form_bg.png);
	background-position: center 209px;
	padding-bottom: 75px;
}
.top_form .form_wrapper ul li {
	text-align: center;
	list-style-type: none;
}
.top_form .form_wrapper ul {
	margin-left: 0;
}
.top_form .popup {
	display: none!important;
}
.top_form h3 span {
	color: #e68200;
}
.top_form em {
	color: #e68200;
	font-style: initial;
}
.top_form button {
	display: block;
}
.top_form .left_form h4 {
	font: 38px "OpenSans-Bold", sans-serif;
	margin: 0;
}
#mainFormWrapper2 form button {
	font-size: 10px;
}
.top_form .left_form p {
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 20px;
}
.top_form .left_form ul {
	line-height: 40px;
	margin: 0 0 23px 28px;
	text-indent: 4px;
}
.top_form .left_form ul li {
	list-style-image: url(../img/li_marker.png);
	font-size: 16px;
}
.top_form .left_form {
	padding-right: 0;
}
.top_form .left_form span.precount_span {
	font-family:"OpenSans-Bold", sans-serif;
	font-size: 15px;
	position: relative;
	top: 15px;
}
.top_form .form_wrapper {
	top: -6px;
}
.order h3 {
	margin-bottom: 109px;
}
.order h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 37px;
	margin-top: 0;
}
.order p {
	color: #fff;
	line-height: 26px;
}
.order {
	padding-top: 0;
}
.order_item {
	min-height: 395px;
	background-position: left top;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 84px 40px 0 100px;
	margin-bottom: 30px;
}
.order .col-md-6:first-of-type .order_item {
	background-image: url(../img/order_1.jpg);
}
.order .col-md-6:nth-of-type(2) .order_item {
	background-image: url(../img/order_2.jpg);
}
.order .col-md-6:nth-of-type(3) .order_item {
	background-image: url(../img/order_3.jpg);
}
.order .col-md-6:last-of-type .order_item {
	background-image: url(../img/order_4.jpg);
}
#tabs li {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #000;
}
.domestic_item {
	overflow: hidden;
}
.tab .col-md-4 h4, .tab .col-md-5 h4 {
	display: none;
	margin-top: 30px;
	border-top: 2px solid #0f497b;
	padding-top: 10px;
}
/*#tabs li div {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f3fbff;
	border: solid 1px #25aae1;
	padding: 28px 0;
}*/
.filter_next {
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -55px;

}
.filter_prev {
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -55px;
}
.next {
	width: 36px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	background-image: url(../img/next.png);
	transition: .5s all ease;
}
.next:hover {
	background-image: url(../img/next_hover.png);
	transition: .5s all ease;
}
.prev {
	width: 36px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	background-image: url(../img/prev.png);
	transition: .5s all ease;
}
.prev:hover {
	background-image: url(../img/prev_hover.png);
	transition: .5s all ease;
}
.filters {
	padding: 0;
}
.filters h3 {
	margin-bottom: 80px;
}
#tabs ul {
	margin-bottom: 74px;
}
#tabs li button {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f3fbff;
	border: solid 1px #25aae1;
	padding: 28px 0;
	text-transform: none;
	box-shadow: 4px 4px 0 rgba(0,0,0,.1);
}
#tabs li.ui-tabs-active button {
	background-color: #25aae1;
	border: solid 1px #f3fbff;
	box-shadow: none;
}
#tabs a {
	text-decoration: none;
}
#tab_4 ul {
	line-height: 26px;
	list-style-type: disc;
	margin: 30px 0 0 20px;
	float: left;
	width: 42%;
}
#tab_4 .filter_buttons {
	margin-top: 17px;
	left: -8px;
}
#tab_4 button {
	max-width: 300px;
}
#tab_4 ul li {
	text-align: left;
}
.tab {
	margin-bottom: 100px;
}
.tab h4 {
	font: 22px "OpenSans-Bold", sans-serif;
	line-height: 22px;
	margin: 0 0 18px 0;
	position: relative;
	top: -8px;
}
.tab h4 span {
	color: #e68200;
	font-size: 22px;
}
.tab p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
	width: 120%;
}
.tab span {
	font: 18px "OpenSans-Bold", sans-serif;
}
.filter_slider_wrapper {
	position: relative;
	left: -10px;
	top: 23px;
}
.filter_item {
	height: 100px!important;
	margin: 0 10px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #e7e7e7;
	position: relative;
}
.filter_item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
.filter_item img.jpg_logo {
	width: auto;
}
.filter_buttons {
	padding: 0 10px;
	margin-top: 80px;
	max-width: 370px;
	left: -10px;
}
#tab_3 .filter_buttons {
	margin-top: 52px;
}
.filter_buttons button {
	width: 100%;
}
.filter_desc_popup {
	background-color: #fff;
	padding: 40px;
	max-width: 700px;
	max-height: 700px;
	margin: auto;
	position: relative;
}
.filter_desc_popup ul {
	list-style-type: disc!important;
	font-size: 15px;
	margin-left: 18px;
}
.filter_desc_text {
	max-height: 530px;
	padding: 20px;
	border: 1px solid #ddd;
	overflow-y: scroll;
}
.filter_desc_popup .bttn_yellow {
	max-width: 270px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.filter_desc_popup h5 {
	font-size: 18px;
	margin: 20px 0;
}
.filter_desc_popup p {
	font-size: 15px;
	max-height: 600px;
	margin-bottom: 20px;
}
.filter_desc_popup p span {
	font-weight: bold;
	
}
.drink_slider .col-md-4:first-of-type {
	padding-left: 0;
}
.after {
	padding-top: 30px;
}
.after h4 {
	font: 22px "OpenSans-Bold", sans-serif;
	line-height: 22px;
	margin-bottom: 60px;
}
.after p {
	line-height: 26px;
}
.after li {
	line-height: 26px;
}
.after li:before {
	content: '•';
	margin-right: 5px;
}
.after img {
	margin-bottom: 60px;
}
.call {
	padding: 0;
	top: -30px;
}
.call .call_wrapper {
	background-image: url(../img/call_bg.png);
	padding-top: 140px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
}
.call h3 {
	font: 38px "OpenSans-Bold", sans-serif;
	color: #fff;
	line-height: 40px;
	text-align: left;
	margin-bottom: 30px;
}
.call p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 40px;
}
.call button {
	max-width: 270px;
}
.example {
	margin-bottom: 80px;
}
.example img {
	width: 100%;
}
.example h4 {
	font: 22px "OpenSans-Bold", sans-serif;
	line-height: 30px;
	margin-bottom: 16px;
	margin-top: 0;
	position: relative;
	top: -8px;
}
.example p {
	line-height: 26px;
	margin-bottom: 25px;
}
.example .row_1 p {
	margin-bottom: 10px;
}
.example .row_1 ol {
	margin-bottom: 20px;
}
.example .row_1 ol li {
	margin-bottom: 10px;
}
.example ol li {
	margin-bottom: 23px;
}
.example ol {
	padding-left: 20px;
	margin-bottom: 30px;
}
.example_prev {
	bottom: 50px;
	right: 52%;
}
.example_next {
	bottom: 50px;
	left: 52%;
}
.receive {
	background-image: url(../img/receive_bg.jpg);
	overflow: hidden;
}
.receive h3 {
	color: #fff;
}
.receive p {
	color: #fff;
	font: 18px "OpenSans-Bold", sans-serif;
	margin: 46px 0 36px;
	width: 110%;
}
.receive .bottom_row .col-md-offset-1 {

}
.receive .bottom_row .col-md-offset-1 p {
	width: 130%;
}
.receive button {
	max-width: 270px;
}
.middle_receive {
	right: -60px;
}
.receive .row {
	margin-bottom: 85px;
}
.receive .dash {
	position: absolute;
	top: 55px;
	left: 155px;
}
.receive .col-sm-4 img {
	max-width: 270px;
}
.tab .main_img {
	max-width: 395px;
	width: 100%;
}
#tab_4 img {
	max-width: 600px;
}
.cert img {
	max-width: 370px;
}
.cert h5 {
	font-size: 24px;
	line-height: 32px;
}
.cert p {
	line-height: 26px;
	margin: 40px 0 80px;
}
.cert_slider_small img {
	padding: 10px;
}
.cert_slider_big_wrapper, .cert_slider_small_wrapper {
	position: relative;
}
.cert_slider_small_wrapper {
	top: -254px;
	left: -10px;
}
.cert_prev {
	left: -40px;
	top: 48%;
}
.cert_next {
	right: -40px;
	top: 48%;
}
.bottom_form {
	background-image: url(../img/bottom_form_bg.png);
	padding-top: 200px;
	background-position: center top;
	top: -325px;
	z-index: 2;
	min-height: 1074px;
}
.contact {
	top: -420px;
}
.contact img {
	float: left;
	margin-right: 20px;
}
.contact p {
	margin: 0;
}
.contact .mail img {
	position: relative;
	top: 8px;
}
.contact button {
	position: relative;
	top: -6px;
}
.map {
	background-image: url(../img/map.jpg);
	min-height: 600px;
	top: -420px;
}
footer {
	position: relative;
	/*top: -420px;*/
	margin-top: -420px;
}
.logo_footer {
	padding-top: 10px;
}
.timer-element {
	background-color: #d6e5ec!important;
	border-radius: 5px;
	border: 2px solid #0f4a7d;
}
.timer-element#timer-element-9dc55a22f762a18acf18c0dafcb3bc00-secundes, #timer-element-9dc55a22f762a18acf18c0dafcb3bc000-secundes {
	background-color: #0f4a7d!important;
	border-radius: 5px;
	border: 2px solid #d6e5ec;
}
#timer-element-9dc55a22f762a18acf18c0dafcb3bc00-secundes span, #timer-element-9dc55a22f762a18acf18c0dafcb3bc000-secundes span {
	color: #d6e5ec!important;
}
.timer-separator {
	padding: 0 10px!important;
}
canvas {
	display: none;
}
#timer9dc55a22f762a18acf18c0dafcb3bc00, #timer9dc55a22f762a18acf18c0dafcb3bc000 {
	margin-top: 30px!important;
	margin-left: 0!important;
}
.mobile_br {
	display: none;
}