@charset "UTF-8";
@font-face {
    font-family: FuturaPT-Heavy;
    src: url(../fonts/futurapt-heavy.woff) format("opentype");
}
@font-face {
    
    src: url(../fonts/futurapt-book.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Light;
    src: url(../fonts/futurapt-light.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Medium;
    src: url(../fonts/futurapt-medium.woff) format("opentype");
}
@font-face {
    font-family: FuturaPT-Demi;
    src: url(../fonts/futurapt-demi.woff) format("opentype");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


a {
   text-decoration:none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    line-height: 1.42857143;
}
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none;
	margin-top: 15px;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body img {
    max-width: 100%
}

button,
div,
section {
    font-family: FuturaPT-Light;
}

.header_top {
    padding: 10px 0;
    background: #07899c;
}
.header_top p {
    color: #fff;
    margin: 0 auto;
    font-family: FuturaPT-Medium, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.5px;
    text-align: center;
}
.header_top span {
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.header .btn-order {
    padding: 17px 44px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
    font-size: 17px;
	font-weight: bold;
}
.nav .order {
    font-weight: 700;
    border: unset;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    background: #117c84!important;
    color: #fff!important;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 1px 1px #117c84;
    text-decoration: unset;
    text-align: center;
    font-family: 'FuturaPT-Heavy';
    margin-top: 5px;
	margin-left: 15px;
	max-width:150px;
}
.nav .order:hover {
    background-color: #606060!important;
    box-shadow: 0 1px 1px #606060;
	transform: scale(1.1);
    transition: all .5s;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li > a > img {
    max-width: none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 960px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 960px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 960px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 360px;
}
@media (max-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        min-height: 200px;
    }
}
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 960px) {
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 960px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 960px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 36px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-family: FuturaPT-Demi;
    letter-spacing: 1px;
    width: 156px;
    margin-top: 6px;
	margin-left: 15px;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
@media (min-width: 960px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 960px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 0px -15px;
	/*background-color: #f3f6f9;*/
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (min-width: 960px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}
@media (min-width: 960px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 960px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}
@media (min-width: 960px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 960px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #3c3d41;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #fff;
	background-image: url(../img/logo_nav.png);
	background-size: 150px 36px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #3c3d41;
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.logo {
    text-align: center;
    position: absolute;
}
.logo img {
    width: 122px;
    height: auto;
}
@media only screen and (max-width: 1239px) {
.logo {
    position: relative;
    text-align: left;
    width: auto;
}
}
@media only screen and (max-width: 991px) {
     .header_panel ul li {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1200px) {
   .header_panel ul li a {
        font-size: 16px;
    }
	 }
	 @media only screen and (max-width: 900px) {
   .header_panel ul li a {
        font-size: 14px;
    }
	 } 
#video h4  { 
    font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom:25px;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 auto;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100%;
} 
@media (min-width: 960px) {
.iframe-container iframe {
	width: 810px;
    height: 445px;
	top: 35px!important;
    left: 110px!important;
    }
#video {
	background: url(../img/video_background.png) no-repeat center top;
	height:740px;
}
}
@media screen and (min-width: 961px) and (max-width: 1199px) {
.iframe-container iframe {
	top: 35px!important;
    left: 80px!important;
    }
}
#catalog {
    color: #000;
	margin-top:-105px;
}
#catalog h2 b {
    color: inherit;
}
#catalog .wrapper {
    background-color: #effbf7;
}
#product_cart {
    color: #000;
	margin-top:50px;
	margin-bottom: 50px;
}
#product_cart h2 b {
    color: inherit;
}
#product_cart .wrapper {
    background: #fff;
}
#product_cart_catalog {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#similar_products .col-sm-4 p {
width: 250px;
    text-align: center;
    margin: 0 auto;
    min-height: 50px;
    font-family: 'FuturaPT-Medium';
    font-size: 18px;
}
/*@media (max-width: 781px) {*/
	@media (max-width: 781px) and (min-width: 639px){
#similar_products .col-sm-4 p {
width: 210px;
    min-height: 76px;
}
}
@media (min-width: 761px) {
#similar_products .col-sm-4  {
width: 33.33333333%;
float:left;
}
#similar_products .col-sm-12 {
width: 100%;
}
}
/*@media screen and (max-width: 600px) {
#similar_products {
display:none;
}
}*/
#customer_feedbacks .wrapper {
    background: #fff;
}
@media (min-width: 761px) {
#customer_feedbacks .col-sm-6  {
width: 50%;
float:left;
}
#customer_feedbacks .col-sm-12 {
width: 100%;
}
}
#similar_products .item {
    text-align: center;
}
#customer_feedbacks {
    color: inherit;
}
#customer_feedbacks h2 b {
    color: inherit;
}
#customer_feedbacks .wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#customer_feedbacks .text_n_2 {
	    color: #999999;
	    text-align: left;
		border: 1px solid #117c84;
        padding: 10px;
		margin-bottom: 50px;
		border-radius:5px;
		font-size:18px;
		font-family: FuturaPT-Light;
	}

#customer_feedbacks .text_n_3 {
    height: 50px;
    display: block;
    padding-top: 20px;
    padding-left: 50px;
	margin-left: -4px;
    background: no-repeat 0 10px;
	font-family: 'FuturaPT-Medium';
	color:#000;
	}
	
#customer_feedbacks .border_n_3 {
    width: 30px;
    height: 39px;
    display: block;
    margin: 10px 0 -62px 30px;
    background: url(../img/bg_border_n_3.png) no-repeat;
	position:absolute;
	}
#product_cart h4 {
    font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom: 25px;
}
#similar_products h4 {
    font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom: 25px;
}
.show_all_comments {
    text-align: center;
    font-weight: bold;
    font-size: 22px!important;
    cursor: pointer;
    margin-top: 50px;
	}
#faq {
    margin-bottom:50px;
}
#faq h2 b {
    color: inherit;
}
#faq h4 {
    font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom: 25px;
	margin-top:50px;
}
.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.accordion {
    overflow: hidden;
    width: 100%;
}
.accordion .accordion-section:first-child .accordion-section-header {
    border-top: none;
}
.accordion-section-header {
	font-family: 'FUTURAPT-Medium';
    cursor: pointer;
    background: url(../img/accordion_close.png) top 25px right 0 no-repeat;
    color: #000;
    width: 100%;
    display: inline-block;
    transition: all linear 0.15s;
    font-size: 18px;
    padding: 30px 45px 30px 0;
    border-top: #117c84 solid 1px;
}
.accordion-section-header.active {
    cursor: pointer;
    background: url(../img/accordion_open.png) top 25px right 0 no-repeat;
}
.accordion-section:last-child .accordion-section-header {
    border-bottom: none;
}
.accordion-section-content {
    display: none;
    padding-bottom: 30px;
	font-size: 18px;
}
.accordion-section-content p {
   font-size:18px;
}
.accordion-section-content a {
   color: #428bca;
   font-weight:bold;
}
.accordion a:hover {
    color: #117c84;
    text-decoration: underline!important;
}
#product_cart .desc {
    margin-left:25px;
	font-size:18px;
}
#product_cart .desc p {
	margin: 0;
}
#product_cart .desc .price > span.campaign_sale {
	color: #117c84;
    font-weight: bold;
    font-size: 30px;
    margin-right: 20px;
    vertical-align: middle;
	font-family: FuturaPT-Heavy;
}
#product_cart .desc .price > span.default {
	color: #000;
    font-size: 22px;
    margin-right: 30px;
    vertical-align: middle;
    text-decoration: line-through;
}
#product_cart_catalog .col-sm-7 .prod_description {
	margin-left: 15px; 
}
#product_cart_catalog h2 b{
	font-size:25px;
}
#product_cart .col-sm-12 .breadcrumb {
color: #CCCCCC;
margin: 28px 0px 40px
}
	
#product_cart .col-sm-12 .breadcrumb a{
	color: #999;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}
#product_cart .col-sm-12 .breadcrumb a:hover {
    text-decoration: none;
    color: #117c84;
	}
.prod_description {
	margin-left: 15px;
    margin-right: 15px;
    background-color: #f3f6f9;
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 3px 3px 5px #ccc;
    margin-bottom: 50px;
    margin-top: 50px;
	font-size: 18px;
	}
.prod_description p{
	font-size:18px;
	}
	
@media (min-width: 761px){
#product_cart .col-sm-4 {
width: 33.33333333%;
float:left;
}
#product_cart .col-sm-8 {
width: 60%;
float:right;
margin-right: 15px;
}
}
@media (max-width: 1200px) and (min-width: 961px){
#product_cart_catalog .col-sm-7 {
width: 58.33333333%;
float:left;
}
#product_cart_catalog .col-sm-5 {
width: 41.66666667%;
float:right;
}
}
@media (max-width: 960px) and (min-width: 760px){
#product_cart_catalog .col-sm-7 {
width: 50%;
float:left;
}
#product_cart_catalog .col-sm-5 {
float:right;
margin-right:15px;
}
}
@media (max-width: 760px) and (min-width: 250px){
#product_cart_catalog .col-sm-7 .prod_description{
margin-bottom:50px;
margin-right: 15px;
}
}
@media (max-width: 760px) and (min-width: 250px) {
figure.zoom {
  margin:0 auto;
}
}
.prod_description p{
	margin:0px;
}
.prod-order-btn {
	margin-left:25px;
}
@media (max-width: 761px) and (min-width: 250px) {
.prod-order-btn {
	text-align:center;
	margin-left:0px;
}

}
.positive-gallery-slider{
    width: 100%;
    display: flex;
}
.positive-gallery-slider .side-img{
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
}
.positive-gallery-slider .side-img img.small-preview{
    margin: 5px;
    width: 100%;
    cursor: pointer;
}
.zoom-image{
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px;  
}


@media (min-width: 250px) and (max-width: 761px){
.desc .price {
  margin-top:25px;
}
}

.order_deadline {
    text-align: justify;
}

a.btn-decorate {
    color: #fff !important;
    text-decoration: none !important;
}
.btn-decorate {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #00c000;
    background-image: -webkit-gradient(linear, left top, right top, from(#5799cd), to(#77c181));
    background-image: -webkit-linear-gradient(left, #5799cd 0, #77c181 100%);
    background-image: linear-gradient(to right, #5799cd 0, #77c181 100%);
    border-bottom: 4px solid transparent;
    display: inline-block;
    padding: 15px 60px !important;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 300px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    letter-spacing: 1px;
    line-height: inherit !important;
	text-align:center;
}

@media (max-width: 320px) and (min-width: 250px) {
.btn-decorate {
	width:250px;
}
.btn-decorate {
font-size: 16px;	
}
}
.btn-catalog {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #117c84;
    border-bottom: 4px solid transparent;
    display: inline-block;
    padding: 15px 60px !important;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    letter-spacing: 1px;
    line-height: inherit !important;
	text-align:center;
	font-family: 'FuturaPT-Heavy';
	margin: 15px auto 0 auto;
	border:1px solid #fff;
}
.btn-catalog:hover {
    background-color: #f2f2f2;
	color: #000;
	margin: 15px auto 0 auto;
	border:1px solid #000;

}

.btn-decorate:active {
    padding: 18px 57px 15px 57px;
    border-bottom: 1px solid;
}

.similar_product {text-align:center;}
.similar_product a.btn-catalog {
margin-bottom:40px;
width:200px;
}

.catalog-order-btn a.btn-catalog {
	width:250px;
}


#product_cart_catalog h4 {margin-left: -15px;}
	
.wrapper {
    max-width: 1250px;
    margin: 0 auto
}
.first_screen {
    margin-top: 75px;
}
.first_screen_wrapper {
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
}


.first_screen_block {
  background: #fff url(../img/checkout_bg-2.webp) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0 90px 30px;
  border-radius: 25px;
  position: relative;
  display: flex;
  justify-content: center;
}
.first_screen_info {
  max-width: 746px;
}
.first_screen_info h1 {
  color: #0c4b88;
  font-family: "FuturaPT-Medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 38.5px;
  text-align: left;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  margin-bottom: 47px;
  max-width: 650px;
}
.first_screen_info ul li {
  padding-left: 34px;
  margin-bottom: 30px;
  position: relative;
  color: #0c4b88;
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: left;
}
.first_screen_info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 19px;
  background-image: url(../img/s-9_check.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 2px;
}
.wrapper_containers img {
    max-width: 450px;
    height: auto;
}

@media only screen and (max-width: 1439px) {
  .section-2_heading {
    padding: 0 40px;
  }
  .section-2_order-form {
    padding: 0 40px;
  }
  .first_screen_info h1 {
    font-size: 28px;
  }
  .first_screen_info ul li {
    line-height: 24.5px;
  }
  .first_screen_block {
    padding: 70px 0px 30px 40px;
  }
  .first_screen_info {
    max-width: 445px;
  }
  .wrapper_containers img {
    max-width: 435px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
    .first_screen_block {
        padding: 30px 0 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .wrapper_containers img {
        margin-top: 40px;
    }
	  }
@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
  .first_screen_info {
    max-width: 100%;
    position: relative;
    left: -5px;
  }
  .first_screen_info h1 {
    max-width: 495px;
    font-size: 33px;
  }
  .first_screen_info ul li {
    font-size: 17px;
  }
  }
@media only screen and (max-width: 679px) {
  .first_screen_info {
    position: unset;
    padding: 0 25px;
  }
  .first_screen_info h1 {
    font-size: 30px;
    margin-bottom: 25px;
		text-align:center;
  }
 }
@media only screen and (max-width: 479px) {
  .wrapper_containers img {
    max-width: 260px;
  }
  .first_screen_info h1 {
    font-size: 25px;
    line-height: 22.5px;
    margin-bottom: 20px;
	text-align:center;
  }
  .first_screen_info ul li {
    font-size: 14px;
  }
  .first_screen_info {
    padding: 0 15px;
  }
  .first_screen_info ul li::before {
    width: 14px;
    height: 14px;
    padding-left: 24px;
    background-size: contain;
    margin-bottom: 15px;
  }
  .wrapper_containers img {
    margin-top: 10px;
  }
}


.top_sec {
    background: url(../img/top_bg.jpg) no-repeat;
    background-size: cover
}

.header_desk_logo,
.top_sec .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center
}

.header_desk_logo {
    margin: 30px 0
}

.header_desk_logo p {
    font-size: 28.5px;
    line-height: 34.5px;
    font-weight: 700;
    color: #000
}

.top_sec .row {
    display: flex;
    align-items: center;
	margin: 0;
}

.top_sec .wrapper>img {
    margin-left: 85px
}

.top_sec .wrapper>h2 {
    font-weight: 600;
    font-size: 34px;
    color: #0c4b88;
    margin: 10px auto
}

.top_sec .wrapper>.logo {
    margin: 10px auto
}

.top_sec .quote_block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.top_sec .quote {
    position: relative;
    display: flex;
    flex-direction: column;
   /* max-width: 663px;*/
    padding: 50px 60px 80px 80px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3215686274509804);
    margin: 10px 0 10px 50px;
    background: #fff;
	line-height: 1;
}

.top_sec .quote.last {
    margin-right: unset;
    margin-left: -50px
}

.top_sec .row>img {
    max-width: 650px;
    margin-left: -240px
}

.top_sec .quote .text {
    font-size: 22px;
    line-height: 44px;
    color: #000
}

.quote .author {
    font-weight: 700;
    margin-top: 15px;
    font-size: 22px;
    line-height: 44px
}

.top_sec .abs_mark_top {
    left: 10px;
    top: 0
}

.top_sec .abs_mark_bot,
.top_sec .abs_mark_top {
    position: absolute;
    font-weight: 600;
    font-family: Dosis, sans-serif;
    font-size: 160px;
    color: #48ccc2
}

.top_sec .abs_mark_bot {
    right: 10px;
    bottom: 10px;
    height: 80px
}

.special_offer.wrapper {
    max-width: 1160px
}

.special_offer .block {
    margin: 30px 15px;
    background-color: #e1f2e5;
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 3px 3px 5px #ccc
}

.special_offer h2 {
    color: #0c4b88;
    font-size: 24px;
    text-align: center;
    font-family: Open Sans, sans-serif;
    letter-spacing: 1px
}

.special_offer h2 strong {
    font-weight: 700
}

.special_offer .colorful {
    color: #117c84;
    font-weight: 700
}

.special_offer .line {
    text-decoration: line-through
}

.special_offer p {
    font-size: 19px;
    color: #5ab3ee;
    text-align: center;
    margin-top: 10px;
    font-family: Open Sans, sans-serif
}
@media (max-width:1740px) {
    .top_sec .row>img {
        max-width: 350px;
        margin-left: 20px
    }
}
@media (max-width:1440px) {
    .top_sec .wrapper>img {
        margin-left: 115px;
        max-width: 590px
    }
}

@media (max-width:1439px) {
    .top_sec .quote .text {
        line-height: 34px
    }
    .top_sec .quote {
        padding: 30px 40px 40px 80px
    }
}
@media (max-width:1023px) {
    .first_step {
        height: unset
    }
    .second_step {
        margin-top: 30px
    }
    .top_sec .row {
        flex-direction: column
    }
    .top_sec .quote {
        margin-left: unset
    }
    .top_sec {
        background: unset;
        background-color: #f0f0f0;
        display: flex;
        flex-direction: column
    }
    .top_sec .wrapper>img {
        max-width: 92%;
        margin: 10px auto
    }
    .top_sec .mobile {
        display: flex;
        max-width: 67%;
        align-self: flex-end
    }
}

@media (max-width:767px) {
    .top_sec .quote .text {
        font-size: 22px;
        line-height: 44px
    }
    .top_sec .quote {
        padding: 60px 30px
    }
    .top_sec .row>img {
        max-width: 300px
    }
    .header_desk_logo p {
        text-align: center
    }
}



@media (max-width:639px) {
    .top_sec .quote .text {
        font-size: 18px;
        line-height: 34px
    }
    .top_sec .quote {
        margin: 0 5px
    }
    .special_offer h2 {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: unset
    }
    .special_offer p {
        font-size: 13px
    }
    .top_sec .row {
        padding-bottom: 30px;
		margin: 0;
    }
}

@media (max-width:424px) {
    .header_desk_logo {
        max-width: 90%
    }
    .top_sec {
    /*display:none;*/
    }
    .special_offer h2 {
        font-size: 15px;
        line-height: 22px
    }
}

@media (min-width: 250px) and (max-width: 319px){
.top_sec {
   display:none!important;
}
.shop_advantages {
	display:none;
}
}

#product_description h4 {
   font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom: -25px;
	margin-top: 50px;
}
#key_advantages h4 {
   font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom: -25px;
	margin-top: 50px;
}
.key_advantages {
    min-height: 100%;
}

.key_advantages{
	/* background: url(../img/bl4-bg.jpg) no-repeat center; */
	background-size: cover;
}
.key_advantages h2{
	padding: 70px 0px 0px 0px;
}
.cline:after{
	content: '';
	display: block;
	width: 160px;
	margin: 0 auto;
	height:2px;
	background: #117c84;
	margin: 15px auto 0px auto;
}
.advan-item{
	width: 302px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 60px 0px 0px 0px;
}
.advan-item span{
	width: 133px;
	height: 133px;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .5s;
}
.advan-box {
    width: 920px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 960px){
.advan-box {
    width: 610px;
    margin: 0 auto;
    padding: 0px 0px 50px;
}
}
@media screen and (max-width: 639px) {
.advan-box {
    width: 100%;
}
}
@media screen and (max-width: 639px) {
.advan-item {
    width: 100%;
}
}
.advan-item span:hover
{
	transform: scale(1.2)rotate(-3deg);
}

.advan-title{
	padding: 30px 0px 0px 0px;
	text-transform: uppercase;
	color: #000;
	font-family: 'FuturaPT-Medium';
	font-size: 18px;
}
.advan-title:after{
	content: '';
	background: #117c84;
    height: 1px;
    width: 60px;
    margin:15px auto;
    display: block;
}
.advan-item p:last-child{
    font-size:18px;
    margin: 0 auto;
}



#customer_feedbacks .item  {
    text-align: center;
}
#customer_feedbacks .item p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	padding-top: 10px;
    padding-bottom: 20px;
}
#customer_feedbacks .item .client_name {
    width: 100%;
    text-align: center;
    margin: 0 auto;
	font-weight: bold;
    margin-top: -5px;
    margin-bottom: 15px;
}
#customer_feedbacks h4 {
   font-size: 22px;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    color: #0c4b88;
    text-align: left;
	margin-bottom: 30px;
	margin-top: 50px;
}


.mb {
    margin-bottom: 1.5em;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-rounded:hover {
    transform: scale(1.1)rotate(-3deg);
	transition: all .5s;
}
#order_form {

    background-color: #f3f6f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
}

a.btn-decorate {
    color: #000 !important;
    text-decoration: none !important;
}
.btn-decorate {
	width: 100%;
     font-weight: 700;
    font-size: 20px;
    border: unset;
    padding: 20px 50px;
    border-radius: 7px;
    background: #117c84;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 1px 1px #117c84;
    text-decoration: unset;
    text-align: center;
	font-family: 'FuturaPT-Heavy';
}
.btn-decorate:hover {
    background-color: #606060;
	box-shadow: 0 1px 1px #606060;
}
.btn-decorate:active {
    padding: 18px 57px 15px 57px;
    border-bottom: 1px solid;
}
.afterpay-paragraph {
   margin-top:10px;
   text-align:center;
}
.afterpay-text2 {
    font-size: 15.5px;
	font-family: 'FuturaPT-Heavy';
}
.paylater_indivy {
   vertical-align: middle;
    max-width: 60px;
    margin-left: -5px;
    margin-right: -5px;
}
.paylater_liisi {
   vertical-align: middle;
    max-width: 60px;
    /*margin-right: -5px;*/
}
@media (max-width: 760px) and (min-width: 320px) {
.afterpay-text2 {
    font-size: 14px;
}
}
@media (max-width: 319px) and (min-width: 250px) {
.afterpay-text2 {
    font-size: 9px;
}
}
@media (max-width: 900px) and (min-width: 480px) {
.afterpay-text2 {
    font-size: 14.5px;
}
.afterpay-paragraph {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 5px;
}
}
ol {
    list-style: none;
    padding: 0;
    display: table;
}
ol > li {
    list-style-image: url(../img/galochka.png);
    padding-left: 20px;
    position: relative;
    margin: 10px 35px;
}
ol > li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}



@media (max-width: 480px) and (min-width: 250px) {
.zopim {
	display:none!important;
}
}

@media (max-width: 319px) and (min-width: 250px) {
.zopim {
	display:none!important;
}
.form-horizontal {
    width: 250px!important;
}

.btn-decorate {
	width:250px;
}
.btn-decorate {
font-size: 14px;	
}
.wholeorder {
    display:none;
}
}


[hidden] {
    display: none;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: 700;
}
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
img {
    border: 0;
}
code {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td {
        background-color: #fff !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
}
button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
   text-decoration: none!important;
}
a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 960px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.checkbox label, .radio label.terms_agree {
	vertical-align: top;
	font-size: 15.5px;
	font-weight: bold;
	text-align: right;
	margin-right: 15px;
	float:right;
	font-family: 'FuturaPT-Heavy';
}
.checkbox label, .radio label.warranty {
line-height: 25px;
}

@media (max-width: 760px) and (min-width: 320px) {
.checkbox label, .radio label.terms_agree {
	font-size:14px!important;
}
.form-horizontal .radio a {
	font-size:14px!important;
}
.terms_agree {
	font-size:14px!important;
}
}
@media (max-width: 319px) and (min-width: 250px) {
.checkbox label, .radio label.terms_agree {
	font-size:9px!important;
}
.form-horizontal .radio a {
	font-size:9px!important;
}
.terms_agree {
	font-size:9px!important;
}
#kuulubtasumisele {
	font-size:18px!important;
}
}
button,
input,
select {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid silver;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}




.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 960px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media screen and (max-width: 991px) and (min-width: 500px) {
    .howitwork_arrow,
    .s5_elipse
	{
        display: none;
    }
    #results {
        margin-bottom: 0;
    }
	 .s_offer {
	display:none;
	}
}

@media screen and (max-width: 1200px) and (min-width: 500px) {
    .s6_right_img {
        display: none;
    }
    .howitwork_arrow {
       width:940px;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    list-style-type: none;
}
@media (min-width: 960px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
        list-style-type: none;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .ml1 {
        margin-left: -80px;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-6 .pface1 {
        width: 50%;
        margin-top: 15px;
		margin-left:70px;
    }
    .col-sm-6-1 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-4 .ml1 {
        margin-left: -80px;
    }
    .col-sm-4 li {
        list-style-type: none;
    }
    .col-sm-3 li {
        list-style-type: none;
    }
    .col-sm-3 {
        width: 25%;
        list-style-type: none;
    }
    .col-sm-3 p {
        color: #3c3d41;
        font-size: 15px;
    } 
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    line-height: 34px;
}
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
    line-height: 30px;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    padding-left: 18px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
    cursor: not-allowed;
}
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm {
    height: auto;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
    outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > .btn > input[type="radio"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-btn {
    display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-control:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item:focus,
a.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible-md,
.visible-sm {
    display: none !important;
}
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block {
    display: none !important;
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 960px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

input::-webkit-input-placeholder {
    color: #666 !important;
}
input::-moz-placeholder {
    color: #666 !important;
}
input.placeholder {
    color: #666 !important;
}


.text-danger {
    color: #c00;
}
nav a {
    position: relative;
    display: inline-block;
    outline: 0;
    text-transform: uppercase;
}
nav a:focus,
nav a:hover {
    outline: 0;
    text-decoration: none;
    color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
}
.container {
    max-width: 1030px;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-family: FuturaPT-Heavy;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
	width: 20px;
    height: 20px;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #117c84;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
    line-height: 34px;
}
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
    line-height: 30px;
}
.form-horizontal {
	width: 80%;
	margin: 0 auto;
	color:#0c4b88;
	margin-bottom: 5px;
	margin-top: -10px;
}
@media (max-width: 760px) and (min-width: 320px) {
.form-horizontal {
width: 90%;
}
}
.form-horizontal .form-group-sm .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm {
    height: auto;
}
@media (min-width: 960px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .radio a {
    text-decoration: none;
    color: #117c84;
    line-height: 1px;
}
.form-horizontal .radio a:hover {
    text-decoration: none;
    color: #0c4b88;
    line-height: 1px;
}
.col-md-4 h5 a {
    text-decoration: none;
    color: #43bfee;
    font-size: 14px;
}
.col-md-4 h5 a:hover {
    text-decoration: none;
    color: #1076c3;
    font-size: 14px;
}
@media (min-width: 960px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
		font-family: FuturaPT-Heavy;
    }
}
@media (min-width: 960px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 700;
    width: 301px;
    height: 41px;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default.active,
.btn-default:active {
    background-image: none;
}
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info.active,
.btn-info:active {
    background-image: none;
}
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active {
    background-image: none;
}
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
#kuulubtasumisele {
	font-family: 'FuturaPT-Heavy';
    font-size: 28px;
    text-align: right;
	margin-bottom: -10px;
    margin-top: -10px;
	}
#responseNotification {
    display:none;
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
	font-family: 'FuturaPT-Heavy';
	}
#fixed1 {
    padding: 8px;
    background: #efecdc;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #999;
    margin-right: 5px;
}
#fixed2 {
    padding: 8px;
    background: #efecdc;
    font-size: 14px;
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #999;
    margin-right: 5px;
}
#additionalProductWindowContent {
    color: #000;
    font-size: 32px;
    background-color: #fff;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 10px 10px;
    border: 0 solid #ccc;
    border-top: none;
    margin-top: 0;
}
#additionalProductWindowContent h1 {
	font-family: 'FuturaPT-Medium';
    color: #c00;
    font-size: 35px;
    text-align: center;
    text-transform: none;
    line-height: 35px;
    padding-bottom: 5px;
    padding-top: 8px;
    margin: 0;
}
#additionalProductWindowContent h2 {
    color: #000;
    font-size: 25px;
    margin: 20px;
    text-align: justify;
    text-transform: none;
}
#additionalProductWindowContent h4 {
    color: #000;
    font-size: 20px;
    margin: 20px;
    text-align: left;
    text-transform: none;
}
.btn-upsell-agree {
    display: block;
    width: 300px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
	font-family: 'FuturaPT-Light';
    font-weight: 700;
}
.btn-upsell-agree:hover {
    display: block;
    width: 300px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 0.8) 0, rgba(252, 205, 77, 0.8) 50%, rgba(248, 181, 0, 0.8) 51%, rgba(251, 223, 147, 0.8) 100%);
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
	font-family: 'FuturaPT-Light';
    font-weight: 700;
}
.btn-upsell-agree.active,
.btn-upsell-agree:active,
.btn-upsell-agree:focus {
    color: #fff;
    background-color: #43bfee;
    border-color: #f1f1f1;
}
.btn-upsell-agree.active,
.btn-upsell-agree:active {
    background-image: none;
}
.buy2 {
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 720px;
}
.item a {
    display: block;
    width: 350px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    color: #000;
}
.item a:hover {
    display: block;
    width: 350px;
    height: 50px;
    text-decoration: none;
    margin: 10px auto;
    border: 1px solid #666;
    border-radius: 10px;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(top, #fceabb 0, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, rgba(252, 234, 187, 0.8) 0, rgba(252, 205, 77, 0.8) 50%, rgba(248, 181, 0, 0.8) 51%, rgba(251, 223, 147, 0.8) 100%);
    color: #000;
}

.col-md-8 a {
    color: #1076c3;
    font-size: 16px;
}
.col-md-8 a:hover {
    color: #43bfee;
    font-size: 16px;
    text-decoration: underline;
}
.form-group-payments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.form-group-payments input:checked + .payment-control {
    box-shadow: 0 0 0 3px #4a90e2;
}
.form-group-payments .payment-group {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    width: 33.3333%;
}
.form-group-payments .payment-group input[type="checkbox"], input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
appearance: none;
  all: unset
}
#visa-container  {
	width:66.6666%;
	}
	
.form-group-payments .payment-control {
    display: block;
    cursor: pointer;
    transition: box-shadow 0.15s;
    line-height: 1;
}
.form-group-payments .payment-control > img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    position: relative;
}

.form-group-payments .payment-control input {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    position: relative;
}
.form-group-payments .payment-control:hover {
    box-shadow: 0 0 0 1px #4a90e2;
}
#additionalProductCancelButton {
    font-size: 22px;
	font-family: 'FuturaPT-Light';
}
#additionalProducts {
    margin-top: -22px;
}
#countdown {
    color: #000;
    margin: 20px 0 0 10px;
}
.wholeorder {
	text-align:center;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	color:#fff;
}
@media (max-width: 760px) {
.wholeorder {
    margin-top:-15px;
}
}
.black  {
   color: #000;
}
#package_select .col-sm-4 p {
   text-align: center;
    font-size: 18px;
    margin: auto;
}
#package_select .col-sm-4 a:hover {
  text-decoration:none;
}
#package_select .col-sm-4 a {
  text-decoration:none!important;
  color: unset!important;
}
#package_select .item_column {
	position: relative;
    /*background: rgb(0 0 0 / 50%)!important;*/
	background: #fff!important;
}
#package_select .quantity, #package_select .order {	 
    background: #10121e;
    text-align: center;
    font-weight: bold;
    color: #fff;
	height: 40px;
    text-align: center;
	font-family: 'FuturaPT-Heavy';
}
#package_select .arr_pc .item1_title, .item2_title, .item3_title {	 
    line-height: 40px;
	font-size:17px;
	letter-spacing: -1px;
}
@media (min-width: 760px) and (max-width:960px) {
#package_select .arr_pc .item1_title, .item2_title, .item3_title {
  font-size: 28px;
    height: 50px;
    line-height: 40px;
}
}
@media (min-width: 650px) and (max-width:759px) {
#package_select .arr_pc .item1_title, .item2_title, .item3_title {
  font-size: 22px;
}
}
@media (min-width: 320px) and (max-width:420px) {
#package_select .arr_pc .item1_title, .item2_title, .item3_title {
	font-size:18px;
}
#package_select .item2_title p, .item3_title p {
width: 190px;
margin: 0 auto;
line-height: 19px;
}
#package_select .item1_title p {
    line-height: 40px!important;
}
}
@media only screen and (max-width: 479px) {
#package_select .description {	
 font-size:13px;
}
#package_select .subtitle
{	
 font-size:16px;
}
}
@media (min-width: 250px) and (max-width:319px) {
#package_select .arr_pc .item1_title, .item2_title, .item3_title {
	font-size:12px;
}
#package_select .item2_title p, .item3_title p {
    width: 90px;
    margin: 0 auto;
    line-height: 15px;
    padding-top: 5px;
}
#package_select .item1_title p {
    line-height: 35px!important;
}
}

#package_select .order .arr_pc {
    vertical-align: -6px!important;
}
#package_select .bestseller  {	
    position: absolute;
    width: 90px;
    left: -9px;
    top: -10px;
}
#package_select .subtitle {	
 margin-top: 10px;
 margin-bottom: -10px;
 color:#fb222b;
 font-weight:bold;
 font-family: FuturaPT-Heavy;
}
#package_select .description {	
   padding:10px;   
    height: auto;
	color: #575756;
	margin-bottom: -5px;
	font-size: 17px;
}
#package_select .item_column .prod_img {
	width:100%;
	padding-left: 10px;
    padding-right: 10px;
}
#package_select .price_tag_red {
	width: 25%;
    position: absolute;
    right: 0px;
    margin-right: 50%;
	margin-top: -10%;
}
#package_select .oldprice {
	float: left; 
	width: 45%;
	text-decoration: line-through;
	text-align: right;
	font-size: 24px;
	font-weight: bold;
	color: #575756;
	padding: 21px 0 0;
}
#package_select .price {
	width: 50%;
	height: 64px;
	float: right;
	margin-right: -5px;
	background: #e1151a;	
	margin-top: 3px;
	line-height: 64px;
	text-align: center;
	font-size: 26px;
	color: white;
	font-weight:bold;
	position: relative;
	border-radius: 5px;
	font-family: FuturaPT-Heavy;
}
#package_select .price span {
	font-size:25px;
	}
#package_select .price .item2_pcsprice, #package_select .price .item3_pcsprice {
	color:#fff;
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	}
#package_select .lined {
line-height: 25px;
padding-top: 7px;	
}
#package_select .economy {
	text-align: center;
    font-size: 18px;
    color: #575756;
    font-weight: bold;
	padding:5px;
}
#package_select .order a {	
	color: white;
	text-decoration: none;
}
#package_select .order .arr_pc {
	vertical-align: -10px;
	width: 121px;
	height: 29px;
	background: url(../img/arr1.png) no-repeat;
	display: inline-block;
	margin-top: 6px;
}
#package_select .order .arr2_pc {
	background: url(../img/arr2.png) no-repeat;
}
#package_select .order .arr2_pc .selected {
display:none;
}
#package_select .arr_pc {
background-color:#575759;
box-shadow: 0 0 5px 2px #575759;
}
#package_select .arr2_pc {
	background-color:#117c84;
	box-shadow: 0 0 5px 2px #117c84;
	
}
.order_step>h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'FuturaPT-Heavy';
    border-bottom: 1px solid #0c4b88;
    padding-bottom: 15px;
    margin-bottom: 25px;
	text-align: center;
	color:#0c4b88;
}
.shopping-cart-payment table {
margin:0 auto;
}
.order-col  {
width: 80%;
padding-bottom:25px;
float: none;
margin: 0 auto;
}
@media (max-width: 760px) and (min-width: 320px) {
.order-col  {
width: 90%;
}
}

.title_up {
    font-weight: 700;
	font-family: FuturaPT-Demi;
}
.advantage_img {
    margin:15px;
}
.shop_advantages {
    padding: 15px 0 15px;
    text-align: center;
    background: #fff;
    list-style-type: none;
}
@media screen and (max-width: 960px) {
    .shop_advantages {
       background-color: #eeba4e;
    } 
	.shop_advantages .first,.second,.third,.fourth {
    background-color: #fff;
    padding: 20px;
    margin: 25px 20px;
    border-radius: 20px;
    text-align: center;
    }
	.shop_advantages .title_up {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #3c3d41;
    letter-spacing: 0.5px;
    } 
	.shop_advantages .title {
    font-size: 18px;
    line-height: 22px;
    color: #3c3d41;
    letter-spacing: 0.5px;
    margin-top: 10px;
    } 
}
#footer {
    background-color: #3c3d41;
    color: #fff;
    padding-top: 30px;
    margin-bottom: -50px;
}
#footer .footer_logo {
  width:150px;
  }
@media (min-width: 960px) {
   #footer .footer_logo {
  margin-top:19px; 
}
.alignment {
    text-align: center;
}
}
#footer .footer-copyright {
    background-color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#footer .row {
    margin-bottom: 20px;
}
#footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}
#footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
}
#footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#footer h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    text-transform: uppercase;
	font-family: FuturaPT-Demi;
}
#footer h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}
#footer a {
    color: #d2d1d1;
    text-decoration: none;
}
#footer a:focus,
#footer a:hover {
    text-decoration: none;
    color: #fff;
}
#footer .btn {
    color: #fff;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}
@media screen and (max-width: 960px) {
    #footer {
        text-align: center;
    }
}
.content {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    min-height: 200px;
}
#footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
	font-size: 18px;
}
.header {
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 30px #00000014;
}
.header_panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
}
.header_panel nav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-right: 29px;
    z-index: 2;
}
.header_panel ul {
    display: flex;
}
.header_panel ul li {
    margin-right: 30px;
}
.header_panel ul li:last-child {
    margin-right: -20px;
}
.header_panel ul li a {
    color: #585858;
    font-family: FuturaPT-Medium, sans-serif;
    font-size: 18px;
    line-height: 48.5px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
}
.header_panel .btn {
    font-size: 15px;
    line-height: 16.76px;
    padding: 15px 38px;
}
.header_wrapper {
    padding: 0 25px;
    margin: 0 auto;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.header_wrapper {
    padding: 0 15px;
}
}
#mobileBar {
    display: none;
}
@media (max-width: 679px) {
	.dots_s-11 li {
	margin: 0 1px!important;
	 }
	
    .section-5_info .dendtis_label {
        max-width: 90px;
        top: 120px;
        right: -200px;
    }
    .new_rel_c {
        left: 50%;
        position: absolute;
    }
    .header_panel nav {
        max-width: 170px;
    }
    .header_panel {
        justify-content: space-around;
        /*padding: 15px 0;*/
    }
    #mobileBar {
        display: flex;
        color: #88b9b8;
        font-size: 19px;
        cursor: pointer;
    }
    #mobileMenu {
        display: flex;
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        /*height: 350px;*/
        box-shadow: 0 0 20px #00000070;
        left: 0;
        padding-top: 65px;
        padding-left: 20px;
        z-index: 3;
    }
    #mobileMenu ul a {
        color: #585858;
        font-family: FuturaPT-Medium, sans-serif;
        font-size: 16px;
        line-height: 48.5px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-transform: uppercase;
    }
    #mobileMenu ul {
        display: flex;
        flex-direction: column;
    }
	.footer {
        padding: 20px 0 40px;
    }

	.footer li {
    display: block;
	margin-right: 0px;
	line-height: 35px;
     }

    .footer p {
        font-size: 15px;
    }
    .footer .logo {
        margin-bottom: 20px;
		    margin-top: -40px;
    }
}

.fa-bars:before {
    content: "\f0c9";
}
.fa-bars:before {
    color: #117c84;
}
.fa, .fas {
    font-weight: 900;
}
@media only screen and (max-width: 900px) {
.header_panel ul li a {
    font-size: 12px;
}
}
@media only screen and (max-width: 991px) {
.header_panel ul li {
    margin-right: 10px;
}
}
@media only screen and (max-width: 679px) {
.header_panel ul {
    display: none;
}
}
