@font-face {
            font-family: "GR";
            src: url("../fonts/GothamProRegular.eot");
            src: url("../fonts/GothamProRegular.eot#iefix")format("embedded-opentype"),
            url("../fonts/GothamProRegular.woff") format("woff"),
            url("../fonts/GothamProRegular.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
}
@font-face {
            font-family: "GB";
            src: url("../fonts/GothamProBold.eot");
            src: url("../fonts/GothamProBold.eot#iefix")format("embedded-opentype"),
            url("../fonts/GothamProBold.woff") format("woff"),
            url("../fonts/GothamProBold.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
}
@font-face {
            font-family: "GBL";
            src: url("../fonts/GothamProBlack.eot");
            src: url("../fonts/GothamProBlack.eot#iefix")format("embedded-opentype"),
            url("../fonts/GothamProBlack.woff") format("woff"),
            url("../fonts/GothamProBlack.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
}
@font-face {
            font-family: "GL";
            src: url("../fonts/GothamProLight.eot");
            src: url("../fonts/GothamProLight.eot#iefix")format("embedded-opentype"),
            url("../fonts/GothamProLight.woff") format("woff"),
            url("../fonts/GothamProLight.ttf") format("truetype");
            font-style: normal;
            font-weight: normal;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
  transition: 1s;
}
.preloader__loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ff4412;
  animation: spin 2s linear infinite;
}
.preloader__loader::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #de2f00;
  animation: spin 3s linear infinite;
}
.preloader__loader::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: rgba(255, 68, 18, 0.2);
  animation: spin 1.5s linear infinite;
}
.preloader.close {
  opacity: 0;
  visibility: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*{
    background-repeat: no-repeat;
    box-sizing: border-box;
}
button{
    border: none;
    cursor: pointer;
}
a, svg, path, button{
    transition: all 0.2s;
}
b, strong{
    font-weight: normal;
    font-family: "GB";
}
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "GR";
    font-weight: normal;
    color: #333;
}

p,h1,h2,h3,h4,h5,h6,ul{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
*{
    font-weight: normal;
    font-style: normal;
}
*:focus{
    outline: none;
}
li{
    display: block;
}
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.main:before{
    content: "";
    display: block; 
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: rgba(0,0,0, 0.5);
}
.main{
    background-image: url(../images/main_bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: center bottom;
}
.main > * {
    position: relative;
    z-index: 2;
}
.logo{
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    font-family: "GB";
}
.logo strong{
    color: #f29a4a;
}
.main-menu li a:hover{
    color: #f29a4a;
}
.head-phone a{
    display: block;
}
.head-phone a.call-btn{
    display: inline-block;
}
.top .container{
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.main-menu{
    margin-right: 70px;
}
.main-menu li{
    margin-right: 20px;
}
.main-menu a{
    color: #fff;
    font: normal 14px "GR";
}
.main-menu li:last-child{
    margin-right: 0;
}
.phone-number {
    color: #fff;
    font: normal 20px/33px "GB";
    text-align: right;
}
.head-phone{
    text-align: right;
}
.call-btn{
    letter-spacing: 0.7px;
    color: #ccc;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px dashed #999;
}
.top{
    padding-top: 20px;
}
.right-menu{
    -ms-align-items: center;
    align-items: center;
}
.main-info{
    max-width: 670px;
    color: #fff;
}
.main-title{
    font: normal 48px/58px "GR";
}
.main-title:after{
    content: "";
    width: 120px;
    height: 2px;
    background: #f29a4a;
    display: block;
    margin: 30px 0 30px 0;
}
.main-desc{
    font: normal 18px/34px "GR";
}
.main-container{
    min-height: 588px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}
header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.main-btn{
    color: #333;
    font: normal 14px "GB";
    width: auto;
    height: auto;
    text-transform: uppercase;
    background: #fff;
    padding: 24px 47px 22px 47px;
    border-radius: 31.5px;
    margin-top: 35px;
    letter-spacing: .7px;
    display: inline-block;
}

.maps {
    height: 534px;
    background: #FAF4E3;
}
.container-maps {
    position: relative;
}
.contact {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    background: #fff;
    height: 534px;
    width: 401px;
    padding-top: 45px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.contact-logo {
    margin-bottom: 30px;
}
.contact-address {
    font-size: 16px;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
.contact-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contact-address img {
    margin-right: 15px;
}
.contact-address span {
    color: #555;
    font-size: 14px;
}
.contact-phone {
    -ms-align-items: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.contact-phone img {
    margin-right: 15px;
}
.contact-phone a, .contact-phone p {
    font-size: 14px;
    color: #555;
}
.webkitt {
    text-align: center;
    margin-top: 40px;
}
.webkitt span {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #555;
}
.contact-logo.logo a{
  color: #333;
}
.contact-address span{
  flex: 1em;
  line-height: 22px;
}
.contact-logo.logo{
  text-align: center;
}
.contact-flex {
    justify-content: space-between;
    margin-top: 32px;
}
.contact-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.contact-text {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}
.footer-list {
    justify-content: center;
}
.footer-list a:first-child {
    margin-right: 15px;
}
.section {
    padding: 55px 0;
}
.reviews-slider {
    position: relative;
    min-height: 302px;
    margin-top: 30px;
}
.reviews-slider .item {
    text-align: center;
    min-height: 287px;
    transform: scale(0.75);
    transition: 0.5s ease-in;
    margin-right: 100px;
    margin-top: 20px;
}
.reviews-slider .item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fbfafb;
    opacity: 0.47;
    position: absolute;
    left: 0;
    top: 0;
}
.slick-slide img {
    display: block;
}
.reviews-slider .item img {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.reviews-info {
    margin-top: 10px;
    display: none;
    position: absolute;
    left: -325px;
    width: 770px;
}
.reviews-name {
    font-size: 18px;
    line-height: 29px;
    font-family: "GB";
    color: #666;
}
.reviews-desc {
  font-size: 14px;
  line-height: 20px;
  color: #555;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}
.reviews-slider .slick-current {
    transform: scale(1);
    margin-top: 20px;
    position: relative;
    z-index: 100;
    padding-bottom: 157px;
}
.slick-current .reviews-info {
    display: block;
}
.section-title{
  text-align: center;
  font: normal 36px/46px "GB";
}
.reviews-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.slick-prev, .slick-next {
    font-size: 0;
    background-image: url(../images/big_arrow_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    top: 27%;
    box-shadow: 0px 0px 24px 0px rgba(133, 133, 133, 0.3);
}
.slick-prev {
    left: 32.5%;
}
.reviews-nav button {
    position: static;
    font-size: 12px;
    color: #999;
    font-family: "GB";
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.reviews-nav .slick-prev {
    background-position: left center;
    transform: unset;
    background-image: none;
    border-right: 1px solid #eaeaea;
    height: 47px;
    padding-right: 19px;
    margin-right: 12px;
}
.reviews-nav .slick-prev i {
    width: 23px;
    height: 7px;
    display: inline-block;
    background-image: url(../images/big_arrow_right_grey.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    margin-right: 28px;
}
.slick-next {
    right: 32%;
}
.reviews-nav .slick-next {
    padding-right: 55px;
    background-position: right center;
    background-image: url(../images/big_arrow_right_grey.png);
}
.slick-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-right: 0;
    width: 100%;
}
.reviews-dots .slick-dots {
    position: static;
    margin-top: 20px;
}
.reviews-dots .slick-dots li {
    display: block;
}

.slick-dots li button {
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #eaeaea;
    padding: 0;
    margin-right: 10px;
}
.slick-dots li button {
    font-size: 0;
}
.slick-dots li.slick-active button {
    background: #f29a4a;
}
.info-list {
    margin-top: 60px;
    justify-content: center;
}
.info-item {
    width: 220px;
    margin: 0px 28px 70px 0px;
    text-align: center;
    position: relative;
}
.info-image {
    min-height: 85px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.info-title {
    font: normal 16px/26px "GR";
    color: #333;
    margin-top: 20px;
}
.adv-list {
    margin-top: 35px;
    justify-content: center;
}
.adv-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    width: auto;
    margin-right: 150px;
    align-items: flex-end;
}
.adv-number {
    font: normal 39px "GB";
    color: #2b2b2b;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 20px;
}
.adv-number b, .adv-number strong {
    color: #bd2b46;
    font-size: 50px;
}
.adv-text {
    color: #2b2b2b;
    font: normal 12px/17px "GB";
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    flex: 1em;
    top: 25px;
    margin-left: 20px;
}
.adv-list li:last-child {
    margin-right: 0;
}
.about-content {
    margin-top: 60px;
}
.about-video a {
    position: relative;
    display: block;
}
.about-video a:before {
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -webkit-background-size: 99px;
    background-size: 99px;
    background-position: center;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, 0.3);
    background-image: url(../images/video_icon_red.png);
}
.about-info {
    flex: 1em;
    margin-left: 70px;
}
.about-title {
    color: #2b2b2b;
    font: normal 36px "GB";
    margin-top: -7px;
    margin-bottom: 30px;
}
.about-text {
    color: #666;
    font: normal 14px/23px "GR";
}
.about-big-text {
    color: #2b2b2b;
    font: normal 21px/30px "GR";
    margin-bottom: 20px;
}
.about-text p {
    margin-bottom: 23px;
}   
.tab-style{
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}
.tab-style p{
    margin-bottom: 20px;
    font: normal 14px/20px "GR";
}
.section.del{
    padding-top: 0;
}
.tac{
    text-align: center;
}
.type-nav {
    justify-content: center;
    background-color: #fff;
    border-radius: 25.5px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-top: 50px;
}   
.type-nav a {
    font: normal 16px "GR";
    color: #333;
    display: block;
    padding: 15px 30px;
    border-radius: 25.5px;
}
.type-nav a.active {
    background: #fadb7d;
    color: #333;
    box-shadow: 0px 0 16px 0px rgba(248, 188, 7, 0.25);
}
.type-nav a:hover {
    color: #febb52;
}
.type-nav a.active:hover {
    color: #333;
}
.tab{
    display: none;
}
.tab:first-child{
    display: block;
}
.tab-style ul li, .tab-style ol li{
    color: #666;
    font-size: 13px;
    line-height: 19px;
    display: list-item;
    margin-bottom: 15px;
}
.tab-style ul, .tab-style ol{
    padding-left: 30px;
    list-style: inherit;
}
.tab-style ol{
    list-style-type: decimal;
}
.text{
    padding-top: 0;
}
.section-title + .section-desc{
    margin-top: 15px;
}
.section-desc{
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #666;
    font: normal 14px/20px "GR";
    text-align: center;
}
.section-title.border:after{
    content: "";
    display: block; 
    width: 70px;
    height: 4px;
    background: #f29a4a;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 25px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-family: "GB";
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

table [class*=span],
.row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
th {
    background-color: #656565;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px;
    color: #fff;
    text-shadow: #414141 0 1px 0px;
    line-height: 40px;
}
tbody tr {
    font-weight: normal;
    text-shadow: #fff 0 1px 0px;
    background-color: #f4f4f4;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
tr td:first-child {
    border-left: 0;
}
tbody tr:nth-child(even) {
    background-color: #eaeaea;
}
.table-title{
    font: normal 20px/30px "GB";
    margin-bottom: 15px;    
}
.tables{
    margin-top: 50px;
}
.price{
    padding-top: 20px;
}
.table-item{
    margin-bottom: 30px;
}
.table-item:last-child{
    margin-bottom: 0;
}
.section.info{
    padding-top: 20px;
}
.section.info{
    padding-bottom: 0;
}
.mobile-menu{
    display: none;
}
.menu-btn{
    display: none;
}
.close-btn{
    display: none;
}
.about-text p:last-child{
    margin-bottom: 0;
}
.product-list img{
    max-width: 100%;
}
.product-list{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
}
.product-item{
    text-align: center;
}
.product-image{
    margin-bottom: 20px;
}
.product-title{
    font: normal 18px/28px "GB";
}
.product-desc{
    color: #666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font: normal 14px/20px "GR";
}
.product-lists .slick-dots{
    margin-top: 15px;
    position: static;
}
.product-lists .slick-arrow{
    width: 50px;
    height: 50px;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: transparent;
    -webkit-background-size: 25px;
    background-size: 25px;
    position: absolute;
    top: 36%;
    left: unset;
    background-color: #fff;
    right: unset;
    z-index: 40;
}
.product-lists .slick-arrow:hover{
    background-color: #f1f1f1;
}
.product-lists .slick-prev{
    left: 15px;
}
.product-lists .slick-next{
    right: 15px;
    transform: rotate(180deg);
}
header.sticky{
    position: fixed;
    width: 100%;
    z-index: 88;    
    background: rgba(0,0,0, 0.7);
    padding-bottom: 15px;
}
.footer-list a {
    margin-right: 15px;
}
.footer-list a svg {
    width: 32px;
    height: auto;
}
.contact-flex{
    flex-direction: column;
}
.contact-flex > *{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-list a:last-child{
    margin-right: 0;
}
.tab a{
    color: #2196f3;
}
.contact-phone svg{
    width: 32px;
    vertical-align: middle;
    margin-right: 12px;
}
.contact-address a{
    color: #555;
    font-size: 14px;
}
.view-3d{
    margin: 0 auto;
    margin-top: 36px;
    border-radius: 29px;
    background-image: -moz-linear-gradient(-73deg,#fdba54 0,#fed08d 33%,#fde4c8 49%,#fed08d 71%,#fdba54 100%);
    background-image: -ms-linear-gradient(-73deg,#fdba54 0,#fed08d 33%,#fde4c8 49%,#fed08d 71%,#fdba54 100%);
    width: 335px;
    line-height: 58px;
    text-align: center;
    display: block;
    background: #FF9800;
    font-size: 18px;
    color: #000;
    box-shadow: 0 0 38px 0 rgba(253,186,84,.75);
}
.view-3d:hover{
    background: #d88407;
}
.view-3d svg{
    width: 26px;
    height: auto;
}
.view-3d path, .view-3d circle{
    fill: #fff;
}