@charset "UTF-8";
@font-face {
    font-family: FuturaPT-Heavy;
    src: url(../fonts/futurapt-heavy.woff) format("opentype");
	font-display: swap;
}
@font-face {
    font-family: FuturaPT-Book;
    src: url(../fonts/futurapt-book.woff) format("opentype");
	font-display: swap;
}
@font-face {
    font-family: FuturaPT-Light;
    src: url(../fonts/futurapt-light.woff) format("opentype");
	font-display: swap;
}
@font-face {
    font-family: FuturaPT-Medium;
    src: url(../fonts/futurapt-medium.woff) format("opentype");
	font-display: swap;
}
@font-face {
    font-family: FuturaPT-Demi;
    src: url(../fonts/futurapt-demi.woff) format("opentype");
	font-display: swap;
}
html {
    font-family: FuturaPT-Book;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: FuturaPT-Book;
    font-size: 17px;
    margin: 0;
    line-height: 1.25;
    background-color: #fff;
	overflow-x: hidden;
}
header {
    color: #2B2B2B;
}
header h1 b {
    color: #2B2B2B;
}
header .wrapper {
	background-color:#e2e2e2;
    background-image: url(../img/header_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
}
@media screen and (max-width: 1024px) {
#buy .wrapper, #about .wrapper, #advantages .wrapper, #advantages-new .wrapper, #results .wrapper, #faq .wrapper, #reasons .wrapper, header .wrapper {
    background-position: center!important;
    background-size: cover!important;
    background-attachment: unset!important;
}
}
@media screen and (max-width: 967px) {
#buy .wrapper, #advantages .wrapper, #results .wrapper, #faq .wrapper, header .wrapper {
    background-position: right!important;
}
}
@media screen and (max-width: 967px) {
 #about .wrapper, #faq .wrapper {
    background-position: left!important;
}
}
/*FSA* MOB VIEW*/
.fsa-featuress {
    display: table;
    margin: 0 auto;
    list-style: none;
	color:#2B2B2B;
	max-width: 450px;
}
@media screen and (max-width: 960px) {
.fsa-featuress {
max-width: unset;
padding-right: 15px;
padding-left: 15px;
}
}
.fsa-features {
    position: relative;
    padding: 0 0 0 50px;
    font-size: 20px;
    float: left;
    margin-right: 25px;
    font-family: FuturaPT-Medium;
    width: 100%;
	min-height:75px;
}
.fsa-features:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.fsa-features--first:before {
    background: url(../img/fsa1.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}
.fsa-features--second:before {
    background: url(../img/fsa2.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}
.fsa-features--third:before {
    background: url(../img/fsa3.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}
.fsa-features--fouth:before {
    background: url(../img/fsa0.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}
.fsa-features--fifth:before {
    background: url(../img/fsa4.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}
.fsa-features--sixth:before {
    background: url(../img/fsa5.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}
.fsa-features--seventh:before {
    background: url(../img/fsa6.png) no-repeat left;
    width: 64px;
    height: 64px;
     margin-top: 2px;
	 background-size: 40px 40px;
}

/*FSA PC VIEW*/
@media (min-width: 960px) {
.fsa {
        margin-bottom: 25px;
    }
    .fsa-featuress {
        display: table;
        margin: 0 auto;
        list-style: none;
    }
    .fsa-features {
        position: relative;
        margin: 0 0 -18px !important;
        font-size: 18px;
        float: left;
        margin-right: 25px;
        font-family: 'FuturaPT-Medium';
		min-height:75px;
		letter-spacing: -0.25px;
    }
    .fsa-features:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
		
    }
    .fsa-features--first:before {
        background: url(../img/fsa1.png) no-repeat left;
        width: 64px;
        height: 64px;
        margin-top: -3px;
		background-size: 40px 40px;

    }
    .fsa-features--second:before {
        background: url(../img/fsa2.png) no-repeat left;
        width: 64px;
        height: 64px;
         margin-top: -3px;
		 background-size: 40px 40px;

    }
    .fsa-features--third:before {
        background: url(../img/fsa3.png) no-repeat left;
        width: 64px;
        height: 64px;
        margin-top: -3px;
		background-size: 40px 40px;

    }
    .fsa-features--fouth:before {
        background: url(../img/fsa0.png) no-repeat left;
        width: 64px;
        height: 64px;
        margin-top: -3px;
		background-size: 40px 40px;

    }
    .fsa-features--fifth:before {
        background: url(../img/fsa4.png) no-repeat left;
        width: 64px;
        height: 64px;
         margin-top: -3px;
		 background-size: 40px 40px;

    }
    .fsa-features--sixth:before {
        background: url(../img/fsa5.png) no-repeat left;
        width: 64px;
        height: 64px;
         margin-top: -3px;
		 background-size: 40px 40px;

    }
	.fsa-features--seventh:before {
        background: url(../img/fsa6.png) no-repeat left;
        width: 64px;
        height: 64px;
         margin-top: -3px;
		 background-size: 40px 40px;

    }
	.fsa-features--first {
       margin-left:-75px!important;
    }
    .fsa-features--second {
      margin-left:-45px!important;
    }
    .fsa-features--third {
     margin-left:-30px!important;
    }
    .fsa-features--fouth {
    margin-left:-25px!important;
    }
    .fsa-features--fifth {
      margin-left:-30px!important;
    }
    .fsa-features--sixth {
      margin-left:-45px!important;
    }
	.fsa-features--seventh {
      margin-left:-75px!important;
    }
  }


#buy .wrapper {
	background-color: #e2e2e2;
    background-image: url(../img/header_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
}
#order_form {
	background-color: #2B2B2B;
    background-image: url(../img/header_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	background-position: center;
}
#contagion .wrapper {
    background-image: url(../img/s3_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#results {
    background: url(../img/before_afterbg.webp) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#results p .s7_brek_right {
    top: 260px;
}
#results p .s7_brek_left {
    left: -55px;
    top: -15px;
}
#results .prim {
    width: 547px;
    margin: 0 auto;
    background: rgba(255,255,255,.1);
    padding: 8px;
	border-radius: 5px;
}
#results .prim img {
   max-width: 100%;
   height: auto;
}
#results .prim .pcont {
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
#results  .prim {
    width: 547px;
    margin: 0 auto;
}
}
@media (min-width: 960px) {
.sheader_elipse {
    position: absolute;
    margin-left: -230px;
    margin-top: -180px;
}
}
@media screen and (max-width: 1050px) and (min-width: 250px) {
.sheader_elipse {
    display: none;
}
}
#order_header {
    width: 100%;
    background: #2B2B2B;
    margin-top: -55px;
    padding: 4px;
	}
.sale_background {
	height:55px;
	width:100%;
	background: #0b2730;
	border-bottom: 3px solid;
	border-color: #0174b5;
	}
.header_title {
	text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    max-width: 75%;
	font-size: 35px;
    padding: 5px;
	}
@media (max-width: 950px) and (min-width: 599px) {
.header_title {
    max-width: 90%;
	font-size:150%!important;
}
}
@media (max-width: 600px) and (min-width: 320px) {
.header_title {
    max-width: 100%;
	font-size:110%!important;
}
}
@media (max-width: 319px) and (min-width: 200px) {
  .header_title {
    max-width: 100%;
	font-size:85%!important;
}
}	
.sale_desc {
	text-align: center;
    font-weight: bold;
    margin: 0 auto;
    color: #fff;
    max-width: 85%;
    font-size: 115%;
	}
.sale_desc_span {
    font-weight: bold;
	color:#4f6585;
	}
@media (max-width: 950px) and (min-width: 599px) {
.sale_desc {
    max-width: 80%;
	font-size:80%!important;
}
}
@media (max-width: 600px) and (min-width: 320px) {
.sale_desc {
    max-width: 100%;
	font-size:60%!important;
}
}
@media (max-width: 319px) and (min-width: 200px) {
  .sale_desc {
    max-width: 100%;
	font-size:50%!important;
}
}
.choice_desc_span {
    font-weight: bold;
	color:#4f6585;
	font-size:35px;
    }
@media (max-width: 760px) and (min-width: 250px) {
.choice_desc_span {
    font-size:125%;
}
}	
	
@media screen and (max-width: 659px){
#results  .prim {
    width: 300px;
	}
}

@media screen and (max-width: 960px){
.pface {
	width:100%;
}
}
.br_type1 {
display:none;
}
@media (min-width: 960px) {
.br_type1 {
display:block!important;
}
}
@media (max-width: 900px) {
.br_type2 {
    width: 100%;
}
}
@media (min-width: 960px) {
.br_type2 {
    display: none!important;
}
}
@media (min-width: 960px) {
.mob-width {
display:none!important;
}
}
@media (max-width: 967px) {
.pc-width {
display:none!important;
}
.price-box {
display:none!important;
}
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 42%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url('../img/sprite.png') no-repeat -91px -51px;
    z-index: 3;
}
.prim .slick-prev,
.prim .slick-next {
    background-position: -145px -51px;
}
.prim .slick-prev {
    left: -60px;
}
.prim .slick-next {
    right: -60px;
}
.slick-prev{
    left: 10px;
}
.slick-next{
    right: 10px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 30px;
}
.slick-dots{
    position: absolute;
    bottom: -36px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
    color: transparent;
    border: 2px solid #fff;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button {
    background: #fff;
}
@media screen and (max-width: 976px) {
    .slick-prev{
        left: -35px;
}
    .slick-next{
        right: -35px;
}
    .slick-prev,
    .slick-next{
        top: 23%;
}
    .prim .slick-prev {
        left: -13px;
        top: 43%;
}
    .prim .slick-next {
        right: -13px;
        top: 43%;
}
}
@media screen and (max-width: 659px) {
    .slick-prev{
        left: 1px;
}
    .slick-next{
        right: 1px;
}
    .slick-prev,
    .slick-next{
        top: 18%;
}
    .prim .slick-prev {
        left: -10px;
        top: 39%;
}
    .prim .slick-next {
        right: -10px;
        top: 39%;
}
}
#howitworks {
    background: #fff;
}

@media (max-width: 600px) and (min-width: 250px) {
#howitworks .col-sm-2  {
    width:80%;
	margin: 0 auto;
}
}

#howitworks .col-sm-2 p {
    text-align:center;
    font-size:16px;
}
#howitworks .col-sm-2 span {
    display: table;
    margin: 0 auto;
	font-family: FuturaPT-Demi;
	font-size: 18px;
}

#about .desc_im1 {
    width: 100%;
	font-size: 19px;
	text-align:justify;
    margin-top: -20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: FuturaPT-Book;
	color:#fff;	
}
#about2 .desc_im1 {
    width: 100%;
	font-size: 18px;
	text-align:justify;
    margin-top: -20px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: FuturaPT-Book;
	color:#2B2B2B;	
}
.desc_subheader {
    font-size:20px;
}
.img_face_white {
    width: 90%;
    margin: 0 auto;
    display: block;
	/*border: 5px #4f6585 solid;*/
	border-radius: 10px;
}
.img_face_black {
    width: 300px;
    margin: 0 auto;
    display: block;
	border: 5px #2B2B2B solid;
	border-radius: 10px;
}
@media (max-width: 960px) {
.face2_pc {
	display:none;
	}
/*.img_face_white, .img_face_black {
	margin-top:30px;
	margin-bottom: 5px
	}*/
}
@media (min-width: 960px) {
.face2_pc {
	display:block;
	}
.face2_mob {
display:none;
}
}
#howitworks .desc_im1 {
    width: 100%;
	font-size: 18px;
    margin-top: -20px;
	margin-bottom: 30px;
	text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
    font-family: FuturaPT-Book;
	color:#2B2B2B;
}
#howitworks .desc_im1 p:before {
   content:url('../img/postbullets.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
#additional_advantages {
    width: 100%;
	font-size: 18px;
    margin-top: -20px;
	margin-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: FuturaPT-Book;
	color:#2B2B2B;
}
#additional_advantages .desc_im1 p:before {
   content:url('../img/ico-check.png');
   margin-right:6px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   font-size:0;
   line-height:0;
}
#additional_advantages .wrapper {
    background-color: #e2e2e2;
	background: url(../img/advantages1.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
	/*height: 1560px;
    background: url(../img/tenth_bg.jpg) top center no-repeat;*/
}
#additional_advantages p {
    color:#fff;
    font-size: 18px;
    text-align: justify;
    font-family: FuturaPT-Book;
}
#additional_advantages h3 {
   color:#fff;
}
#additional_advantages span {
    text-align: center;
    font-size: 19px;
    color: #f3bc48;
	font-weight:bold;
	text-transform: uppercase;
    letter-spacing: 0.5px;
}
}
#wheretouse {
    background: #f8f8f8;
}
#wheretouse .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
}
#wheretouse .item p {
    width: 100%;
    max-width: 430px;
    font-family: FuturaPT-Light;
    font-size: 21px;
    line-height: 1em;
    margin-top: 15px;
    padding-left: 40px;
    background: url(../img/s1_plus.png) 0 no-repeat;
    background-size: 23px 23px;
}


#about, #about2 {
    color: #2B2B2B;
}
#about, #about2 c b {
    color: inherit;
}
#about2 h2 {
    color: #2B2B2B;
}
#about .wrapper {
    background-color: #2B2B2B;
	background: url(../img/b4.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
	/*height: 1560px;
    background: url(../img/tenth_bg.jpg) top center no-repeat;*/
}
#about2 .wrapper {
    background-color: #e2e2e2;
	background: url(../img/b5.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#advantages .wrapper {
	background-color: #2B2B2B;
	background: url(../img/advantages.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#advantages {
    color: #2B2B2B;
}
#advantages h2 b {
    color: inherit;
}
#reasons .wrapper {
	background-color: #fff;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#reasons .item {
    text-align: center;
}
#reasons .item p {
    width: 210px;
    text-align: center;
    margin: 0 auto;
	font-size:16px;
	margin-bottom: 10px;
}
#reasons .advantage_title {
    font-family: FuturaPT-Demi;
    font-size: 18px!important;
    text-align: center;
	padding: 5px;
    background-color: #306b40;
    border-radius: 5px;
	color:#fff!important;
}
/*#reasons .col-sm-4 p {
color:#fff;
}*/

#consisty .wrapper {
	background-color: #174985;
	background: url(../img/results_bg.webp);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#consisty {
    color: #2B2B2B;
}
#consisty h2 b {
    color: inherit;
}
#consisty .col-sm-12 h2 {
	/*margin-bottom: 200px;*/
}
#consisty h4 {
    padding: 5px;
    text-align: center!important;
    background: #306b40;
	border-radius: 5px;
    font-size: 18px;
    font-family: FuturaPT-Demi;
    color: #fff;
	 /*min-height: 62px;*/
}
#consisty p {
    font-size: 18px;
	color:#fff;
}
#consisty .padtop {
   /*padding-top:10px;*/
}
.advantages {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 75px;
    margin-top: 30px;
}
#advantages h4 {
    padding: 7px;
    text-align: center;
    background: #306b40;
	border-radius: 5px;
    font-size: 19px;
    font-family: FuturaPT-Demi;
    color: #2B2B2B;
	min-height: 62px;
}
#advantages p {
    font-size: 16px;
	color:#fff;
}
#advantages .item {
    text-align:center;
}
#advantages .item span {
    text-align:center;
	font-size:19px;
	color: #f3bc48;
}
#advantages .padtop {
   padding-top:20px;
}
@media (max-width: 600px) {
#advantages .result1_img {
margin-bottom: 120px;
margin-top: -108px;
margin-left: -170px;
}
#advantages .result2_img {
margin-top: -60px;
margin-left: -55px;
}
#advantages .result3_img {
margin-top: -5px;
margin-left: -170px;
}
#advantages p {
    font-size: 22px;
	color:#fff;
}
#advantages .item {
    text-align:center;
}
#advantages .item span {
    text-align:center;
	font-size:25px;
	color: #f3bc48;
}
}
.order_deadline {
    text-align: justify;
}
#feedbacks {
    color: inherit;
}
#feedbacks h2 b {
    color: inherit;
}
#feedbacks .wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#feedbacks .text_n_2 {
		font-size: 16px;
		font-weight: 400;
		color: #999999;
		line-height: 20px;
	    text-align: left;
		border: 3.5px solid #306b40;
        padding: 10px;
		margin-bottom: 50px;
		border-radius:5px;
	}
#feedbacks .comment_header {
		font-size: 18px;
		font-weight: bold;
		color: #306b40;
		font-style: italic;
	}
#feedbacks .attachment_n_3 img {
width:100%;
}
#feedbacks .name_n_3 {
    height: 50px;
    display: block;
	font-family: FuturaPT-Demi;
    padding-top: 20px;
    padding-left: 56px;
	margin-left: -4px;
    background: url(../img/ava1.png) no-repeat 0 10px;
	}
	
#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;
	}
#feedbacks .show_all_comments {
font-family: 'FuturaPT-Demi';
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
#faq {
	color: inherit;
    background-image: url(../img/bg_faq.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
#faq .faq_header{
 color:#f3bc48;
 font-size:125%;
 font-weight:bold;
 font-family:FuturaPT-Demi;
}
#faq h2 b {
    color: inherit;
}

#buy h2 b {
    color: inherit;
}
.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 screen and (max-width:991px) and (min-width:300px){.iframe-container iframe{width:100%!important;height:100%!important}}*/
a.btn-decorate {
    color: #fff!important;
    text-decoration: none !important;
}
.btn-decorate {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00c000;
    background-image: linear-gradient(to right, #448443 0, #306b40 100%);
    border-bottom: 4px solid transparent;
    display: inline-block;
    padding: 15px 20px !important;
    color: #fff;
    font-family: FuturaPT-Demi;
    font-size: 21px;
    font-weight: 700;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    width: 315px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    line-height: inherit !important;
}
.btn-decorate:hover {
    background-image: linear-gradient(to right, #306b40 0, #448443 100%);
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.btn-decorate:active {
    padding: 18px 57px 15px 57px;
    border-bottom: 1px solid;
}
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;
}
.technology {
    width: 100%;
    text-align: center;
    padding: 0 10px 20px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid;
    -webkit-border-image: -webkit-linear-gradient(left, #4582ca 20%, #68bb66 100%);
    border-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #4582ca), to(#68bb66));
    border-image: linear-gradient(to right, #4582ca 20%, #68bb66 100%);
    border-image-slice: 1;
    font-family: FuturaPT-Book;
}
.technology p {
    margin: 0;
}

img.iair {
    margin-top: -27px;
    background-color: #effbf7;
}
@media (max-width: 480px) and (min-width: 250px) {
.zopim {
	display:none!important;
}
.accordion-section-header {
    font-size: 18px!important;
	font-weight:bold;
}
.accordion-section-content p {
    font-size: 15px!important;
}
.accordion-section-content ul {
    font-size: 15px!important;
}
.accordion-section-content li {
    font-size: 15px!important;
}
.s_offer {
	display:none;
	}
}
@media (max-width: 349px) and (min-width: 250px) {
.zopim {
	display:none!important;
}
.navbar-nav .btn-decorate {
	margin-left: -13px;
}
.form-horizontal {
    width: 250px!important;
	margin-top: -30px!important;
}
#buy {
	display:none!important;
}
#buy .btn-decorate {
	margin-left: 0px;
}
.btn-decorate {
font-size: 14px;	
}
.wholeorder {
    display:none;
}
#reasons .item p {
	width:250px!important;
}
#advantages h4 {
	min-width:250px!important;
	font-size:18px!important;
}
#advantages p {
	min-width:250px!important;
}
.choice_desc {
	display:none;
}
.btn-decorate {
	width:100%!important;
}
.fsa-features {
font-size: 16px!important;
}	
}
@media screen and (min-width: 350px) {
#offers_mob .offer_pic_s {
    display: none!important;
}
#buy h2.text-center.small
{
   display:none;
}
}
@media (max-width: 760px) and (min-width: 250px) {
.checkbox label, .radio label.terms_agree {
	font-size:11px!important;
}
.form-horizontal .radio a {
	font-size:11px!important;
}
.terms_agree {
	font-size:11px!important;
}
}



@media (max-width: 1700px) and (min-width: 1200px) {
    .s6_right_img {
        right: 33px;
        top: -75px;
    }
}
footer,
header,
nav,
section {
    display: block;
}
[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: #2B2B2B !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 #2B2B2B;
    }
    .table {
        border-collapse: collapse !important;
    }
}
button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:focus,
a:hover {
    /*color: #2a6496;*/
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 5px;
}
.img-circle {
    border-radius: 50%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
,
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h1,
.h2,
.h3,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
,
.h4,
.h5,
h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h1,
h1 {
    font-size: 36px;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 22px;
}
.h4,
h4 {
    font-size: 18px;
}
.h5,
h5 {
    font-size: 14px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
@media (min-width: 960px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
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;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 5px;
}
.img-circle {
    border-radius: 50%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.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: 90%;
        margin-top: 60px;
		margin-left:-45px;
    }
    .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;
    }
    .title_up {
        font-weight: 700;
    }
    .alignment {
        text-align: center;
    }
    .s5_elipse {
        position: absolute;
        margin-left: -740px;
        margin-top: -140px;
		display:none;
    } 
    .s6_right_img {
        position: absolute;
        right: 100px;
        z-index: 999;
        width: 300px;
    }
    .s4_glist {
        position: absolute;
        right: 0;
        max-width: 300px;
    } 
	/*CONSISTY BLOCK*/
	.txt-consist-left {
    left:120px;
    }
	.img-consist-left {
    max-width:175%;
	left:-20px;
    }
    .img-consist-right {
    max-width:175%;
	left:-47px;
    }
	.consisty-txt-align-r {
    text-align:right;
    }
	.col-sm-4 .consisty-leftpad {
    margin-left: 120px;
    text-align:left;
    }
	.col-sm-4 .consisty-rightpad {
    margin-left: -120px;
    text-align:right;
    }
	
    .col-sm-4 .pface_consisty {
    margin-top: 45%;
    }
	/*CONSISTY BLOCK*/
    .col-sm-2 {
        width: 20%;
    }
    .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;
}
#howitworks .col-sm-4 p {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    padding-bottom: 30px;
}

table {
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-hover > tbody > tr:hover > td {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr > td.active {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.info > td,
.table > tbody > tr > td.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.danger > td,
.table > tbody > tr > td.danger {
    background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover {
    background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td {
        white-space: nowrap;
    }
}
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: 12px;
}
.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;
}


/*-----UPPER ORDER BUTTON MOBILE+PC VIEW----------*/
.center_order_btn {
    position: absolute;
    top: 25px;
    left: 49%;
    transform: translate(-50%,-50%);
}
@media (min-width: 960px) {
.center_order_btn {
    display: none;
}
}
@media (min-width: 250px) and (max-width: 350px){
.center_order_btn {
 	display:none;  
}
}
.c_order_btn {
	font-family: FuturaPT-Demi;
	cursor: pointer;
    padding: 10px;
    color: #2B2B2B!important;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    background: #f3bc48;
    letter-spacing: 0.5px;
	font-weight: bold;
	font-size: 88%;
}
@media (max-width: 600px) {
.c_order_btn {
   left: 25px;
   font-size:75%;
}
}	
.c_order_btn:hover {
    box-shadow: 0 1px 1px #306b40;
	transform: scale(1.1);
    transition: all .5s;
}
.nav_order_btn {
	display:none!important;
}
@media (min-width: 960px) {
.nav_order_btn {
	font-family: FuturaPT-Demi;
	cursor: pointer!important;
    padding: 10px!important;
    display: inline-block!important;
    text-align: center!important;
    color: #2B2B2B!important;
    text-transform: uppercase!important;
    border-radius: 5px!important;
    text-decoration: none!important;
    background: #f3bc48!important;
    margin-top: 5px!important;
    letter-spacing: 0.5px!important;
	margin-left:10px;
	font-size: 115%;
}
}
@media (min-width: 960px) {
.nav_order_btn:hover {
    box-shadow: 0 1px 1px #306b40;
	transform: scale(1.1);
    transition: all .5s;
}	
}	
/*-----UPPER ORDER BUTTON MOBILE VIEW----------*/




.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: bold;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
.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: 340px;
}
@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: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-family: Atures500;
    letter-spacing: 1px;
}
.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: 7.5px -15px;
}
.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;
    }
}
@media (min-width: 960px) {
.iframe-container iframe {
	width: 810px;
    height: 445px;
	top: 36px!important;
    left: 110px!important;
    }
	#video {
	background: url(../img/b3.png) no-repeat center top 50px;
	/*height:800px;*/
}
.desc_vid {
	margin-top:100px;
}
}
@media screen and (min-width: 961px) and (max-width: 1199px) {
.iframe-container iframe {
	top: 37px!important;
    left: 80px!important;
    }
}

	
.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: #306b40;
    border-bottom: 1px solid #fff;
}
.navbar-default .navbar-brand img {
	width:110px;
	margin-top: -5px;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #4f6585;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #4f6585;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    background-color: #fff;
	color:#2B2B2B;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	color:#2B2B2B;
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #f3bc48;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #306b40;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f3bc48;
}

.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;
}

.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: 13px;
}
.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;
    font-size: 16px;
}
.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;
}
.cta {
    position: relative;
	}
	
	
	
@media screen and (min-width: 960px) {
 .pface_downed {
 margin-top:100px;
}
}		
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
.carousel-inner > .active {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.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;
    }
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0);
        -ms-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        -ms-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0) skewX(-15deg);
        -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0) skewX(0);
        -ms-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
.comment .comment-body,
.ul-up {
    list-style-type: none;
    /*margin: 1em 0;*/
    padding-left: 15px;
}
.ul-up li {
    font-size: 1.05em;
    position: relative;
    padding-left: 30px;
    line-height: 1.5;
}
.ul-up li:before {
    position: absolute;
    left: 0;
    top: 0;
}
.ul-up li:before {
    color: #c00;
}
input::-webkit-input-placeholder {
    color: #666 !important;
}
input::-moz-placeholder {
    color: #666 !important;
}
input.placeholder {
    color: #666 !important;
}
body {
    padding-top: 50px;
}
header,
section {
    padding: 2em 0;
    position: relative;
}
.grey {
    background-color: #f5f5f5;
}
.red {
    background-color: #c00;
    color: #fff;
}
.red h2 {
    color: #fff;
}
.comment .comment-body {
    background: #fff;
    padding: 0px 20px;
	margin-top: -15px;
    display: inline-block;
}
.mb {
    margin-bottom: 1.5em;
}
.rounds1 {
    margin-top: 30px;
    overflow: hidden;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
}
.rounds2 {
    overflow: hidden;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    border: 5px solid #306b40;
}
.consisty-round {
    overflow: hidden;
    /*width: 180px;
    height: 180px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    border:5px solid #fff;
}
@media (max-width: 960px) {
.rounds2 {
    width: 200px;
    height: 200px;
}
.consisty-round {
    width: 200px;
    height: 200px;
}
#advantages h4 {
   padding:15px!important;
   font-size:21px;
}
#advantages .col-sm-12 h2 {
  margin-bottom: 2em;
}
#consisty h4 {
   padding:15px!important;
   font-size:21px;
}
#consisty p {
   font-size:18px;
}
#consisty .col-sm-12 h2 {
  margin-bottom: 2em;
}
.efficiency1 {
  width: 300px;
}
#reasons .advantage_title {
    font-size: 22px!important;
}
#reasons .item p {
   width:300px;
}
#reasons p {
    font-size: 18px!important;
}
}
@media screen and (max-width: 1000px) and (min-width: 961px) {
.img-consist-left {
left: -25px!important;
}
.img-consist-right {
left: -15px!important;
}
.col-sm-4 .pface_consisty {
margin-top: 130%;
}
}
.advantages {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 130px;
    margin-top: 30px;
}
.efficiency1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    width: 200px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    border: 5px solid transparent;
    background-color: #2d5e4d;
    -webkit-mask-composite: destination-out;
}
.howitworks1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mt {
    margin-top: 2em;
    margin-bottom: 0.5em;
}

@media (min-width: 960px) {
.video_btn {
    margin-top: 6.5em!important;
}
#video_border {
box-shadow: none!important;	
}
}
.video_btn {
    margin-top: 2em;
    margin-bottom: 0.5em;
}
#video_border {
box-shadow: 0px 0px 10px 5px #2B2B2B;
}

.end {
    margin-bottom: 0;
}
.text-danger {
    color: #c00;
}
.ul-up li:before {
    content: "\e125";
}
.table {
    text-align: center;
}
.table tbody tr td {
    vertical-align: middle !important;
}
.table tbody tr td:first-child {
    text-align: left;
}
*,
::before,
:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
header form {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 30px 20px 35px;
    border-radius: 5px;
}
.main_title_mob {
width:100%;
}
@media (max-width: 900px) {
.main_title_mob {
width:100%;
}
}
@media (max-width: 600px) {
.main_title_mob {
width:100%;
}
}
h1 {
    font-size: 2.1em;
    margin-bottom: 2em;
    font-family: FuturaPT-Demi;
    color: #306b40;
}
header h1 {
   width:100%;
   margin:0 auto;
   margin-bottom: 1em;
   text-align: center;
   line-height: 1.42;
}

.main_title_pc {
   margin-bottom:5px;
}

.subheadline {
  background-color: #306b40; 
  color: #ffffff; 
  padding: 0.5rem 0.5rem; 
  font-size: 21px;
  font-family: 'FuturaPT-Light';
  letter-spacing: 0.25px;
  border-radius: 5px; 
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 72%;
}
/* Адаптивность */
@media (max-width: 600px) {
  .subheadline {
   font-size: 21px;
   padding: 0.50rem 0.50rem;
   max-width: 90%!important;
  }
}
@media (max-width: 1200px) {
header h1 {
   width:100%;
   font-size: 1.6em;
}
header h1 span {
    font-size: 18px;
}
}
@media (max-width: 900px) {
header h1 {
   width:100%;
   font-size:1.5em;
}
header h1 span {
    font-size: 29px;
	background-color: #306b40!important;
    border-radius: 0px;
    background-image: none;
	padding: 1px 5px 1px 5px;
}
}
@media (max-width: 600px) {
header h1 {
   width:100%;
   font-size:1.25em!important;
   
}
header h1 span {
    font-size: 23px;
	line-height:1.3;
    background-color: #306b40!important;
    border-radius: 0px;
    background-image: none;
	padding: 1px 5px 1px 5px;
}
}
@media (max-width: 350px) {
header h1 {
   width:100%;
   font-size:0.8em!important;
}
header h1 span {
    font-size: 17px;
}
}
h2 {
    font-size: 1.5em;
    margin-bottom: 2em;
    font-family: FuturaPT-Demi;
    color: #2B2B2B;
}
@media (max-width: 600px) {
h2 {
 margin-bottom: 1.25em!important;
}
}
h1 b,
h2 b {
    font-size: 30px;
}
h2 b {
    display: block;
}
@media screen and (max-width: 1080px) {
    h2 b {
        font-size: 28px;
    }
}
.wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 640px) {
    h2 b {
        font-size: 1.1em;
    }
	   header h1 {
        font-size: 1.2em;
		line-height: 1.1;
    }
}
@media screen and (max-width: 320px) {
	h1 b,
    h2 b {
        font-size: 1.7em;
    }
	
    h2 b {
        font-size: 1.1em;
    }
	h1 {
        font-size: 0.8em;
    }
	h1 span {
        font-size: 12px;
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

#footer {
    background-color: #3c3d41;
    color: #fff;
    padding-top: 30px;
    margin-bottom: -50px;
}
#footer .footer_logo {
  width: 225px;
  }
  @media (min-width: 960px) {
   #footer .footer_logo {
  margin-top:64px; 
}
   #footer .footer_logo_padded {
  margin-top:60px; 
}
.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-family: FuturaPT-Light;
    font-size: 18px;
}
.advantage_img {
    margin:15px;
}
.shop_advantages {
    padding: 15px 0 15px;
    text-align: center;
    background: #fff;
    list-style-type: none;
}
.shop_advantages ul {
padding-inline-start: 0px!important;
}


.title {
  color: #3c3d41;
    font-size: 16px;
	letter-spacing: -1px;
	font-family: FuturaPT-Light;
    
}
.title_up {
	 color: #3c3d41;
    font-weight: 700;
	font-family: FuturaPT-Demi;
	font-size: 15px!important;
	letter-spacing: -1px;
}
@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;
    letter-spacing: 0px;
    } 
	.shop_advantages .title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    } 
}
@media screen and (max-width: 960px) {
    #results {
        margin-bottom: 0;
    }
    .howitwork_arrow,
	.s5_elipse {
        display: none;
}  
}
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: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2.5px solid #4f6585;
    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: 300px;margin: 0 auto;color:#fff;}
.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: #4f6585;
    line-height: 1px;
    font-size: 15px;
}
.form-horizontal .radio a:hover {
    text-decoration: none;
    color: #fff;
    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;
    }
}
@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;
    font-family: FuturaPT-Book;
}
.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-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: #2B2B2B;
    margin-bottom: 0;
    margin-top: 0;
    font-family: FuturaPT-Book;
}
.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: #2B2B2B;
    margin-bottom: 0;
    margin-top: 0;
    font-family: FuturaPT-Book;
}
.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;
}
.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-weight: bold;
    font-size: 24px;
    margin-top: -15px;
    margin-bottom: -15px;
    text-align: right;
	}
#responseNotification {
    display:none;
    font-weight:bold;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
	}
.pm_label {
   margin-bottom: 20px; 
   margin-top:20px;
   color:#fff;
   font-size:16px;
	}
.shopping-cart-payment {
padding: 0!important;
	}
	/*SHOPPING CART ----->*/

.order_step h2 {
margin-bottom: 30px;
text-align: center;
font-weight: bold;
font-size: 24px;
}
.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;
}
/*SHOPPING CART ----->*/
#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 {
    font-family: Arial, Tahoma, sans-serif;
    color: #2B2B2B;
    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 {
    color: #c00;
    font-size: 30px;
    text-align: center;
    text-transform: none;
    line-height: 35px;
    padding-bottom: 5px;
    padding-top: 8px;
    margin: 0;
}
#additionalProductWindowContent h2 {
    color: #2B2B2B;
    font-size: 23px;
    margin: 20px;
    text-align: justify;
    text-transform: none;
}
#additionalProductWindowContent h4 {
    color: #2B2B2B;
    font-size: 20px;
    margin: 20px;
    text-align: left;
    text-transform: 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: #2B2B2B;
}
.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: #2B2B2B;
}
.col-md-8 a {
    color: #1076c3;
    font-size: 16px;
}
.col-md-8 a:hover {
    color: #43bfee;
    font-size: 16px;
    text-decoration: underline;
}
#additionalProductCancelButton {
    font-size: 18px;
    font-family: FuturaPT-Book;
}
#additionalProducts {
    margin-top: -22px;
}
#countdown {
    color: #2B2B2B;
    margin: 20px 0 0 10px;
}
.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 {
    cursor: pointer;
    background: url(../img/accordion_close.png) top 25px right 0 no-repeat;
    color: #fff;
    width: 100%;
    display: inline-block;
    transition: all linear 0.15s;
    font-size: 22px;
    padding: 30px 45px 30px 0;
    border-top: #306b40 dotted 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: 10px;
	color:#fff;
	font-size:18px;
}
.empty-border {
  border-top: none;
}

.accordion a:hover {
    font-weight:bold;
    text-decoration: underline;
}
.order_deadline {
    line-height: 21px;
    display: block;
    position: relative;
    padding: 10px 10px 10px 10px;
    border: 3px dashed #4f6585;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 35px;
    border-radius: 7px;
}
.order_deadline span {
    color: #0084ac;
}
#header {
    height: 107px;
    background: #932513;
    color: #fff;
}
#header h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}
#header h2 {
    font-size: 18px;
    text-align: center;
    padding-top: 4px;
}

.wholeorder {
	text-align:center;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
	color:#2B2B2B;
}
@media (max-width: 760px) {
.wholeorder {
    margin-top:-15px;
}
}
.yellow  {
   color: #306b40;
}

.white  {
   color: #fff;
}

.cta_title {
font-family: FuturaPT-Medium;
font-size:190%;
color:#306b40;
font-weight:bold;
	}
.count-people {
  color:#306b40;
  font-weight:bold;
	}
.note {
	color: #2B2B2B;
    font-size: 20px;
    font-family: 'FuturaPT-Medium';
    letter-spacing: -0.25px;
	}
.note b {
	font-size:30px;
	color: #2B2B2B;
	font-family: 'FuturaPT-Book';
	line-height: 1.6;
	}
.note2 {
	font-family: 'FuturaPT-Book';
	font-size: 120%;
    line-height: 21px;
    display: block;
    position: relative;
    padding-top: 18px;
    padding: 10px 10px 10px 10px;
    width: 200px;
    border: 3px dashed #2B2B2B;
	text-align:center;
	color:#2B2B2B;
	margin-bottom: 12px;
	font-weight: bold;
}
.cta_text {
	line-height: 25px;
    color: #2B2B2B;
    width: 350px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'FuturaPT-Medium';
    letter-spacing: -0.25px;
}
.today-ordered {
	font-family: 'FuturaPT-Book';
    color:#2B2B2B;
	font-size: 18px;
	line-height: 40px;
	}

.timer {
	height: 65px;
	width: 320px;
    background: url(../img/bg_timer.html) no-repeat 0 0;
}

.countdown {
	padding: 0;
	margin: 0 auto;
	display: table;
}

.countdown li, .countdown span, .countdown div {
	height: 51px;
	width: 51px;
}

.countdown li {
	float: left;
	list-style: none outside none;
	/*background: url(flip_3.png) no-repeat center center;*/
	/*background-size: 43px;*/
	margin-left: 52px;
}

.countdown li:nth-child(2n+1) {
	/*margin-left: 5px;*/
}

.countdown li:first-child {
	margin-left: 0;
}

.countdown span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.timer_1 .countdown span {
	font-family: FuturaPT-Demi;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
}

.countdown span {
	font-family: FuturaPT-Demi;
	font-size: 33px;
	font-weight: 400;
	color: #306b40;
}

.countdown div {
	position: absolute;
	margin-top: -74px;
	/*background: url(flip_2_gradient.png) no-repeat center center;*/
}
.timer_1 {
	height: 112px;
	width: 299px;
    background: url(../img/bg_timer_1.png) no-repeat 0 0;
    	padding-top: 25px;
}

.timer_1 .countdown li {
	background-image: none;
    color: #306b40;
}

.timer_1 .countdown span {
	font-family: FuturaPT-Demi;
	font-size: 48px;
	font-weight: 400;
	color: #306b40;
	opacity: 0.9;
}

.price-box {
    margin-left: -150px;
    position: absolute;
    z-index: 9999;
    margin-top: 6px;
	left:0px;
	right:0px;
}

.price-box.price-box_blue {
    background-color: rgba(0, 140, 203, 0.4)
}

.price-box.price-box_blue .price {
    background-color: #008ccb
}

.price-box .price {
    text-align: center;
    padding: 10px 35px;
}

.price-box .new-price {
    font-family: 'FuturaPT-Demi';
    display: block;
	color:#4f6585;
	font-size:25px;
}

.price-box .new-price b {
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase
}

.price-box .old-price {
    display: block;
    font-family: 'FuturaPT-Book';
    color: #fff;
    background: url(../img/bg-old-price01.png) 50% 50% no-repeat;
	font-size: 18px;
}

.price-box .label_desc {
    display: block;
    font-family: 'FuturaPT-Book';
    color: #fff;
	margin-left: -15px;
    font-size: 14px;
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
 .price-box {
    margin-left: -140px;
    position: absolute;
    z-index: 999;
    margin-top: 7px;
	left:0px;
	right:0px;
}  
.price-box .new-price {
	font-size:23px;
}
.price-box .old-price {
font-size:15px;
}
}
@media screen and (max-width: 991px) and (min-width: 850px) {
 .price-box {
    margin-left: 345px;
    position: absolute;
    z-index: 999;
    margin-top: 30px;
	left:0px;
	right:0px;
}  
.price-box .new-price {
	font-size:32px;
}
.price-box .old-price {
font-size:22px;
}
.price-box .label_desc {
    font-size: 20px;
}
}

