body {
  color: #797979;
  font: 16px/24px Ubuntu, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}
a {
  color: #000;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
  display: block;
}
input, textarea, select, button {
  font: 100% Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000;
  outline: none;
  border: 0;
  padding: 0;
  display: block;
  background: transparent;
}
button{
  cursor: pointer;
}

video, iframe, object, embed {max-width: 100%;}

textarea {
  overflow: auto;
  resize: vertical;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus{ outline: none; }
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {display: block;}
input:invalid{ box-shadow: none;}
input:-moz-submit-invalid { box-shadow: none;}
input:-moz-ui-invalid { box-shadow:none;}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  background: #fff;
  -webkit-appearance: none;
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]::-ms-clear,
input[type=search]::-ms-clear,
input[type=text]::-ms-reveal,
input[type=search]::-ms-reveal {
    display: none;
}

input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration { display: none;}

input:-moz-placeholder { color: #252222;opacity: 1;}
input::-moz-placeholder {color: #252222;opacity: 1;}
input:-ms-input-placeholder {color: #252222;opacity: 1;}
input::-webkit-input-placeholder {color: #252222;opacity: 1;}
input:focus:-moz-placeholder {opacity: 0;}
input:focus::-moz-placeholder { opacity: 0;}
input:focus:-ms-input-placeholder { opacity: 0;}
input:focus::-webkit-input-placeholder {opacity: 0;}

textarea:-moz-placeholder {color: #252222;opacity: 1;}
textarea::-moz-placeholder {color: #252222;opacity: 1;}
textarea:-ms-input-placeholder {color: #252222;opacity: 1;}
textarea::-webkit-input-placeholder {color: #252222;opacity: 1;}
textarea:focus:-moz-placeholder {opacity: 0;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus:-ms-input-placeholder {opacity: 0;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, legend {
  vertical-align: baseline;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  }

ol, ul {list-style: none;}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {display: block;}
label {
  vertical-align: middle;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.3;}
h1 {font-size: 200%;}
h2 {font: 500 36px/40px Ubuntu, Helvetica, sans-serif; color: #000;}
h3 {font: 700 18px/22px Ubuntu, Helvetica, sans-serif; color: #000;}
h4 {font: 700 24px/28px Ubuntu, Helvetica, sans-serif; color: #000;}
h5 {font-size: 100%;}
h6 {font-size: 90%;}

blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

table, caption, tbody, tfoot, thead, tr, th, td {
  border-collapse: collapse;
  border-spacing: 0;
}
.white{
  color: #fff !important;
}
.blue{
  color: #10979a !important;
}
.white{
  color: #fff !important;
}
.orange{
  color: #f9b61e !important;
}
.def-btn{
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  color: #fff;
}
.def-btn:hover{
  color: #3db28e;
  text-decoration: none;
}
.g-btn{
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #3db28e;
  color: #3db28e;
  font: bold 14px/40px Ubuntu, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  vertical-align: middle;
}
.g-btn:hover{
  background: #3db28e;
  color: #fff;
   text-decoration: none;
}
.g-btn2{
  display: inline-block;
  height: 44px;
  padding: 0 30px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font: bold 16px/44px Ubuntu, Helvetica, sans-serif;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  vertical-align: middle;
  background: #3db28e;
}
.g-btn2 img{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.g-btn2:hover{
  background: #10979a;
  text-decoration: none;
  color: #fff;
}
.g-btn3{
  border: 2px solid #3db28e;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font: 400 16px/34px Ubuntu, Helvetica, sans-serif;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  vertical-align: middle;
  background: #fff;
}
.g-btn3:hover{
  background: #3db28e;
  color: #fff;
}
.header{
  padding: 25px 20px !important;
  margin: 0 auto;
}
.header:after{
  display: block;
  clear: both;
  content: "";
}
.logo{
  float: left;
  margin: 0 40px 0 0;
}
ul.menu{
  float: left;
  margin: 10px 0 0 0;
}
ul.menu li{
  display: inline-block;
  margin: 0 40px 0 0;
}
ul.menu li.mob-link{
  display: none;
}
ul.menu li:last-child{
  margin: 0;
}
ul.menu li a{
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}
ul.menu li a:hover{
  color: #3db28e;
}
.sign-in{
  float: right;
}
.sign-in .def-btn{
  margin: 0 25px 0 0;
}
.slick-main{

}
.slick-main img{
  width: 100%;
}
.slick-main .slick-content{
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  ransform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0 -45% 0 0;
}
.slick-main .slick-content span{
  font: bold 24px/28px Ubuntu, Helvetica, sans-serif;
  color: #7aeac8;
  text-transform: uppercase;
  display: block;
  margin: 0 0 20px;
}
.slick-main .slick-content h1{
  font: 500 86px/90px Ubuntu, Helvetica, sans-serif;
  color: #fff;
  margin: 0 0 20px;
}
.slick-main .slick-content p{
  font: 300 36px/40px Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.fm-block{
  text-align: center;
  max-width: 1170px;
  padding: 80px 20px 110px;
  margin: 0 auto;
}
.fm-block:after{
  display: block;
  content: "";
  clear: both;
}
.fm-block .box{
  padding: 0 20px;
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fm-block .box:first-child{
  border-right: 1px solid #dbdbdb;
}
.fm-block .fm-logo{
  min-height: 100px;
  padding: 0 0 30px;
}
.fm-block .fm-logo img{
  margin: 0 auto;
}
.fm-block h2{
  margin: 0 0 30px;
}
.fm-block p{
  margin: 0 0 30px;
}
.products-block{
  background: #f6f6f6;
  text-align: center;
  padding: 0 20px;
}
.products-block img{
  display: inline-block;
  margin: -40px auto;
}

.why-us-block{
  padding: 100px 20px;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.why-us-block h2{
  margin: 0 0 25px;
}
.why-us-block p{
  font: 400 24px/36px Ubuntu, Helvetica, sans-serif;
  margin: 0 0 50px;
}
.why-us-block ul{
 line-height: 0;
 font-size: 0;
}
.why-us-block ul li{
  display: inline-block;
  width: 33.33%;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.why-us-block ul li .img-box{
  min-height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.why-us-block ul li .img-box img{
  margin: auto;
}
.why-us-block ul li h3{
  margin: 0 0 15px;
}
.why-us-block ul li span{
  font: 400 16px/24px Ubuntu, Helvetica, sans-serif;
}

/*.quotes-carousel{
  background: url("../img/quote-bg.jpg") center bottom no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 410px;
  padding: 40px 20px 120px;
   -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}*/
.quotes-carousel > img{
  margin: 0 auto;
}
.slick-quotes{
  max-width: 920px;
  margin: 30px auto 0;
}
.quotes-carousel p{
  color: #fff;
  font: 400 24px/30px Ubuntu, Helvetica, sans-serif;
  margin: 0 0 20px;
}
.quotes-carousel span{
  color: #fff;
  font: 700 14px/16px Ubuntu, Helvetica, sans-serif;
}
.video-block{
  max-width: 940px;
  margin: -70px auto 90px;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0, 0.3);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0, 0.3);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0, 0.3);
}
.video-block .video-content{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding: 60px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.video-block .video-content .logo{
  margin: 0 auto 25px;
  float: none;
  display: inline-block;
}
.video-block .video-content h2{
  margin: 0 0 25px;
}
.video-block .video-content .play-btn{
  display: inline-block;
}
.video-block .video-content .play-btn:hover{
  opacity: 0.6;
}
.video-block .video-bg{
  position: absolute;
  left: 55px;
  bottom: 0;
}
.featured-block{
  max-width: 1170px;
  padding: 0 20px 70px;
  margin: 0 auto;
  text-align: center;
}
.featured-block h4{
  margin: 0 0 25px;
}
.featured-block > p{
  margin: 0 0 35px;
  font: 24px/28px Ubuntu, Helvetica, sans-serif;
}
.f-list{
  line-height: 0;
  font-size: 0;
  margin: 0 -15px 50px 0;
}
.f-list li{
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 15px 30px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.f-list li .img-box{
  width: 250px;
  height: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 0 0 20px;
  position: relative;
}
.f-list li .img-box:hover .hov-box{
  opacity: 1;
}
.f-list li .img-box .hov-box{
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(61,178,142, 0.9);
  opacity: 0;
  -webkit-transition: 0.3s all 0s;
  -moz-transition: 0.3s all 0s;
  -o-transition: 0.3s all 0s;
  transition: 0.3s all 0s;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.f-list li .img-box .hov-box .top,
.f-list li .img-box .hov-box .bot{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.f-list li .img-box .hov-box .top a:hover,
.f-list li .img-box .hov-box .bot a:hover{
  opacity: 0.6;
}
.f-list li .img-box .hov-box .top{
  position: absolute;
  left: 0;
  top: 0;
}
.f-list li .img-box .hov-box .bot{
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: 0;
}
.f-list li .img-box .hov-box .view-btn{
  display: inline-block;
  height: 36px;
  padding: 0 30px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font: 400 14px/36px Ubuntu, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  vertical-align: middle;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  ransform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.f-list li .img-box img{
  margin: auto;
  max-height: 100%;
}
.f-list li .text-box{
  padding: 0 10px;
}
.f-list li .text-box h3{
  margin: 0 0 10px;
  text-transform: uppercase;
}
.f-list li .text-box span{
  display: inline-block;
  font: 14px/18px Ubuntu, Helvetica, sans-serif;
}
.brands-block{
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background: #f5f5f5;
  vertical-align: middle;
  line-height: 0;
  font-size: 0;
}
.brands-block p{
  display: inline-block;
  font: 500 24px/28px Ubuntu, Helvetica, sans-serif;
  color: #000;
  vertical-align: middle;
}
.brands-block ul{
  display: inline-block;
  vertical-align: middle;
}
.brands-block ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.footer-holder {
    width: 100%;
    background: #191919 url("../img/footer-bg.png") center bottom no-repeat;
    background-size: cover;
    border-bottom: 11px solid #129899;
    overflow: hidden;
}
.footer{
  max-width: 1170px;
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
}
.footer:before{
  display: block;
  position: absolute;
  background: url("../img/fly_man.png") center bottom no-repeat;
  width: 184px;
  height: 128px;
  position: absolute;
  left: 100%;
  top: 45px;
  content: "";
}
.footer:after{
  display: block;
  content: "";
  clear: both;
}
.footer .info{
  width: 35%;
  float: left;
}
.footer .info:after{
  display: block;
  content: "";
  clear: both;
}
.footer .info .logo{
  margin: 0 0 20px;
}
.footer .info .address{
  margin: 0 0 20px;
  float: left;
  width: 100%;
}
.footer .info .address span{
  color: #797979;
  display: block;
  font: 400 14px/18px Ubuntu, Helvetica, sans-serif;
}
.footer .info .contacts{
  float: left;
  width: 100%;
}
    .footer .info .contacts .tel {
        background: url("../img/tel-ico.png") 3px 3px no-repeat;
        padding: 0 0 0 25px;
    }
    .footer .info .contacts .mail {
        background: url("../img/mail-ico.png") left 7px no-repeat;
    }
.footer .info .contacts a{
  display: inline-block;
  font: 400 14px/22px Ubuntu, Helvetica, sans-serif;
  color: #fff;
  padding: 0 0 0 25px;
}
.footer .info .contacts a:hover{
  color: #7aeac8;
}
.footer .links{
  width: 65%;
  float: left;
  line-height: 0;
  font-size: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .links .col{

}
.footer .links p{
  color: #fff;
  font: 700 16px/20px Ubuntu, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.footer .links ul{

}
.footer .links ul li{
  margin: 0 0 10px;
}
.footer .links ul li a{
  display: inline-block;
  color: #919191;
  font: 400 14px/18px Ubuntu, Helvetica, sans-serif;
}
.footer .links ul li a:hover{
  color: #7aeac8;
}
.footer .f-bot{
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.footer .f-bot .social{
  float: left;
}
.footer .f-bot .social li{
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
.footer .f-bot .social li a{
  width: 41px;
  height: 41px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #555555;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .f-bot .social li a:hover{
  background: #3db28e;
}
.footer .f-bot .social li a img{
  margin: auto;
}
.footer .f-bot .copy{
  color: #919191;
  float: right;
  margin: 10px 0 0 0;
}

/* mobile */

.menu-btn{
  display: none;
  float: right;
  width: 44px;
  margin: 10px 0 0;
  font-size: 0;
  line-height: 0;
}
.menu-btn span{
  display: block;
  height: 2px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: #3db28e;
}
.menu-btn.on span{
  margin-left: 4px;
}
.menu-btn:hover span,
.menu-btn.on:hover span{
  background: #3db28e !important;
}
.menu-btn span+span{
  margin-top: 10px;
}
.menu-btn.on span:nth-child(1){
  transform: rotate(45deg) translate(0px, -3px);
  -webkit-transform: rotate(45deg) translate(0px, -3px);
  -ms-transform: rotate(45deg) translate(0px, -3px);
  -o-transform: rotate(45deg) translate(0px, -3px);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  background:#3db28e;
 }
.menu-btn.on span:nth-child(2){opacity: 0;}
.menu-btn.on span:nth-child(3){
  transform: rotate(-45deg) translate(1px, 3px);
  -webkit-transform: rotate(-45deg) translate(1px, 3px);
  -ms-transform: rotate(-45deg) translate(1px, 3px);
  -o-transform: rotate(-45deg) translate(1px, 3px);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
  background: #3db28e;
 }


/* Product page */

.product .g-btn3 {
    float: right;
    background: url("../img/sub.png") 15px center no-repeat;
    padding: 0 30px 0 45px;
}
.header-line {
    margin: 20px 0 0 0;
    float: left;
    min-height: 70px;
    width: 100%;
    background: #191919 url("../img/footer-bg.png") center bottom no-repeat; background-size: cover;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-line h3{
  color: #fff;
  display: inline-block;
  margin: auto;
}
.header-line h3 .blue{
  display: inline-block;
}
.filter-box{
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 20px 30px;
}
.filter-box:after{
  display: block;
  clear: both;
  content: ""''
}
.selectItemAdminPane.mat-select{
  width: auto;
  min-width: 230px;
}
.selectItemAdminPane.mat-select .mat-select-trigger{
  padding: 0 25px 0 0;
}
.buttonAttached{
  position: static !important;
  margin: 0 0 15px !important;
}
.add-video-btn{
  margin: 15px 0 !important;
}
.mat-select{
  margin: 0 4% 0 0;
  width: 16%;
  float: left;
  border: 1px solid #000;
  height: 38px;
  cursor: pointer;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mat-select-trigger{
  height: 38px !important;
  font: 400 14px/18px Ubuntu, Helvetica, sans-serif !important;
  color: #000 !important;
}
.mat-select-underline{
  display: none;
}
.mat-select-placeholder{
  margin: 0 0 0 10px !important;
}
.mat-floating-placeholder{
  display: none;
}
.mat-select-arrow{
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -3px 0 0 0 !important;
  color: #000 !important;
}
.mat-select-value{
  position: static !important;
  padding: 0 25px 0 10px;
}
.search[type='search'] {
    float: right;
    border: 1px solid #efefef;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    height: 38px;
    font: 400 14px/36px Ubuntu, Helvetica, sans-serif;
    padding: 0 20px 0 40px;
    background: url("../img/search.png") 15px center no-repeat;
}
.pagination-wrap{
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 20px;
}
.paginaton-holder{
  border-top: 1px solid #3caaac;
  overflow: hidden;
  padding: 25px 0;
}
.paginaton .results{
  float: left;
  font: 400 14px/18px Ubuntu, Helvetica, sans-serif;
  margin: 8px 0 0 0;
}
ul.pagination{
  float: right;
  text-align: center;
}
ul.pagination li{
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 0 0 10px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.pagination li a{
  float: none !important;
  background: transparent;
  padding: 0 !important;
  color: #000 !important;
  display: block;
  font: 400 14px/34px Ubuntu, Helvetica, sans-serif;
  -webkit-transition: 0.2s all 0s;
  -moz-transition: 0.2s all 0s;
  -o-transition: 0.2s all 0s;
  transition: 0.2s all 0s;
}
ul.pagination li.active a,
ul.pagination li:hover a{
  background: #fff;
}
ul.pagination li.right-arrow a,
ul.pagination li.left-arrow a{
  text-indent: -9999px;
  background: url("../img/arrow.png") center center no-repeat;
}
ul.pagination li.right-arrow a:hover,
ul.pagination li.left-arrow a:hover{
   background: #fff url("../img/arrow.png") center center no-repeat;
}
ul.pagination li.left-arrow a{
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
ul.pagination li.right-arrow a{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}


.footer-b{
  width: 100%;
  box-sizing: border-box;
  padding: 25px 40px;
  background: #191919;
  overflow: hidden;
}
.footer-b .col{
  float: left;
  margin: 0 30px 0 0;
}
.footer-b .col:last-child{
  margin: 0;
  float: right;
}
.footer-b .col span{
  display: block;
}
.footer-b .col span .white{
  margin: 0 0 0 10px;
  display: inline-block;
}
.footer-b .col div a{
  color: #fff;
  text-decoration: underline;
}
.footer-b .col div a:hover{
  text-decoration: none;
}
.footer-b .col ul{

}
.footer-b .col ul li{
  display: inline-block;
  padding: 0 0 0 15px;
  color: #797979;
  position: relative;
}
.footer-b .col ul li:first-child:before{
  display: none;
}
.footer-b .col ul li:before{
  content: "/";
  position: absolute;
  left: 4px;
  top: 0;
}
.footer-b .col ul li a{
  color: #797979;
}
.footer-b .col ul li a:hover{
  color: #fff;
}
.quotes-carousel .carousel-indicators{
  bottom: 80px !important;
}
.quotes-carousel .carousel-indicators li{
    height: 9px !important;
    width: 9px !important;
    border: 2px solid #fff !important;
}
.quotes-carousel .carousel-indicators li.active,
.quotes-carousel .carousel-indicators li:hover{
    border: 2px solid #8ee9fb !important;
    background: #8ee9fb !important;
}

.market-logo {
    float: left;
}


/* Media */
@media only screen and (max-width: 1200px){
  .header .logo { margin: 0; }
  .menu{ display: none; }
  .menu-btn { display: block; }
  .sign-in { display: none; }
  .header { padding: 20px; position: relative;}
  ul.menu { position: absolute; right: 0; top: 100%; margin: 0; z-index: 99; background: #fff; text-align: center; padding: 0 20px 10px; }
  ul.menu li{display: block !important; margin: 10px 0;}
  ul.menu li.mob-link a{ color: #7aeac8; }
  .slick-main .slick-content span { font: 700 18px/20px Ubuntu,Helvetica,sans-serif; margin: 0 0 5px; }
  .slick-main .slick-content h1 { font: 500 50px/54px Ubuntu,Helvetica,sans-serif; margin: 0 0 5px;}
  .slick-main .slick-content p { font: 300 24px/28px Ubuntu,Helvetica,sans-serif; }
  .slick-dots { bottom: 10px; }
  .fm-block p br,
  .why-us-block p br { display: none; }
  .brands-block { padding: 40px 0 20px; }
  .brands-block p { display: block; padding: 0 0 20px; }
  .brands-block ul li { margin: 20px; }
  .search[type="search"] { width: 100%; }
  .mat-select {margin: 0 20px 20px 0;width: 170px;}
}
@media only screen and (max-width: 1000px){
  .fm-block { padding: 40px 20px 60px; }
  .fm-block .box { width: 100%;}
  .fm-block .box:first-child { border-bottom: 1px solid #dbdbdb; border-right: none;  padding: 0 0 30px; margin: 0 0 30px;}
  .why-us-block { padding: 60px 20px 40px;}
  .video-block { max-width: 100%; -webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none; margin: 0 0 40px; background: #f5f5f5;}
  .video-block > img {display: none; }
  .video-block .video-content { position: static; padding: 40px 20px;}
  .f-list li { width: 50%; padding: 0 15px 40px 0;}
  .footer .info { width: 100%; padding: 0 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer .info:after { display: none; }
  .footer .info .logo{ margin: 0;}
  .footer .info > div { width: auto !important; }
  .footer .links { width: 100%; }
  .quote-block { padding: 40px 20px 60px; min-height: 1px; }
}
@media only screen and (max-width: 800px){
  .video-block .video-content .logo { margin: 0 auto 10px; }
  .video-block .video-content h2 {margin: 0 0 10px; font: 500 22px/24px Ubuntu,Helvetica,sans-serif;}
  .video-block .video-content .play-btn { width: 50px; height: 50px; }
  .video-block .video-content .logo { width: 140px; }

}
@media only screen and (max-width: 700px){
  .slick-main .slick-content span { font: 700 14px/16px Ubuntu,Helvetica,sans-serif; }
  .slick-main .slick-content h1 { font: 500 20px/22px Ubuntu,Helvetica,sans-serif; }
  .slick-main .slick-content p { font: 300 16px/18px Ubuntu,Helvetica,sans-serif; }
  .products-block img { margin: -20px auto; }
  .why-us-block ul li { padding: 0 0 30px; width: 100%; }
  .why-us-block ul li:last-child { padding: 0; }
  .footer .info .logo{ float: none; margin: 0 auto 20px; display: inline-block; }
  .footer .info { display: block; text-align: center;}
  .footer .info > div {width: 100% !important; float: none !important; }
  .footer .links { text-align: center; display: block; }
  .footer .links .col { width: 100%; padding: 0 0 30px; }
  .footer .f-bot { text-align: center; }
  .footer .f-bot .social { float: none; width: 100%; }
  .footer .f-bot .social li { margin: 0 5px 20px; }
  .footer .f-bot .copy { float: none; width: 100%; }
}
@media only screen and (max-width: 500px){
  .f-list { margin: 0 0 40px; }
  .f-list li { width: 100%; padding: 0 0 40px 0;}
}

@media only screen and (max-width: 700px) {
    #alert-IE {
        display: none !important;
    }
}



.alert-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.alert-block {
    position: relative;
    padding: 40px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border-radius: 5px;
    max-width: 650px;
    width: 100%;
}

.alert-browser:hover {
    background: #00b898;
    color: white;
}

.handle-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    max-width: 20px;
    max-height: 20px;
}

.handle-close:hover {
    opacity: 0.5;
}

.alert-head {
    margin: 25px;
    font-size: 32px;
    font-weight: 500;
    color: black;
}

.alert-body {
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
}

.alert-browser {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    width: 230px;
    max-width: 100%;
    border: 1px solid silver;
    margin-bottom: 10px;
    border-radius: 100px;
    color: #00b898;
    cursor: pointer;
}

.alert-browser img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.alert-button {
    margin-top: 20px;
}

.alert-button button {
    font-weight: 600;
    width: 175px;
    padding: 10px;
    border: 2px solid #00b898;
    border-radius: 100px;
    cursor: pointer;
}

.alert-button button:hover {
    background: #00b898;
    color: white;
}

.legalMain h3 {
    font: 500 28px/34px Ubuntu, Helvetica, sans-serif;
    min-height: 70px;
    line-height: 35px;
}

.legalMain img {
    max-width: 160px;
    display: block;
    margin: 30px auto;
}

div.legalMain .row p {
    margin: 25px 0;
    min-height: 130px;
    font: 400 18px/26px Ubuntu, Helvetica, sans-serif;
}

div.legalMain p {
    font: 400 22px/32px Ubuntu, Helvetica, sans-serif;
    margin-bottom: 80px;
}

div.legalMain h2 {
    margin-bottom: 10px;
}

.legalMain a {
    color: #3eb28e;
    font: 600 18px/26px Ubuntu, Helvetica, sans-serif;
}
.legalMain .col-md-4 {
    padding: 0 4%;
}
.formatted-text {
    margin-bottom: 150px;
    margin-top: 50px;
}
.formatted-text h3 {
    font: 700 22px/54px Ubuntu, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    line-height: 30px;
}
div.formatted-text p {
    font: 400 16px/24px Ubuntu,Helvetica,sans-serif;
    color: #333;
    margin: 0 0 20px;
    text-align: left;
}
.formatted-text p b {
    color: #333;
}
.formatted-text span {
    font: 400 16px/24px Ubuntu,Helvetica,sans-serif !important;
    color: #333;
}
.formatted-text strong span {
    font-weight: bold !important;
}
.formatted-text strong {
    font-weight: bold;
}
.legal-submenu {
    position: absolute;
    right: -230px;
    text-align: left;
    top: 190px;
}
.legal-submenu.legal-up {
    top: 120px;
}
.legal-submenu.no-header {
    top: 120px;
}
.legal-submenu a, .legal-submenu h3 {
    display: block;
    border-bottom: 1px solid #d2cdcd;
    width: 190px;
    color: #3eb28e;
    font: 400 18px/36px Ubuntu, Helvetica, sans-serif;
}
.legal-submenu h3,
.legal-submenu h3 a {
    color: #000;
    font: 500 20px/36px Ubuntu, Helvetica, sans-serif;
}
.legal-submenu h3 a {
    border-bottom: none;
}
.why-us-block.legal-sub {
    position: relative;
}
@media only screen and (max-width: 992px) {
    .legalMain h3,
    div.legalMain .row p {
        min-height: auto;
        line-height: normal;
    }
}
@media only screen and (max-width: 768px) {
    .why-us-block.legalMain h2,
    .why-us-block.legal-sub h2 {
        font: 500 36px/40px Ubuntu, Helvetica, sans-serif;
    }
}
@media only screen and (max-width: 1700px) {
    .why-us-block.legal-sub {
        max-width: 970px;
    }
    .legal-submenu {
        right: -190px;
    }
}
@media only screen and (max-width: 1400px) {
    .legal-submenu {
        position: static;
        text-align: center;
        margin-bottom: 50px;
    }
    .legal-submenu a, .legal-submenu h3 {
        width: 100%;
    }
}
#exampleModal .modal-dialog {
    width: 100%;
    max-width: 1000px;
}
#exampleModal .modal-dialog .container {
    width: 100%;
}
#exampleModal .modal-dialog .container .col-xs-12 {
    text-align: center;
}
#exampleModal .modal-dialog .container .col-xs-12 img {
    max-height: 120px;
    display: block;
    margin: 0 auto;
}
