@font-face {
    font-family: 'SF UI Display Semibold';
    src: url('../font/SFUIDisplay-Semibold.eot');
    src: url('../font/SFUIDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Semibold.woff2') format('woff2'),
    url('../font/SFUIDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display Thin';
    src: url('../font/SFUIDisplay-Thin.eot');
    src: url('../font/SFUIDisplay-Thin.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Thin.woff2') format('woff2'),
    url('../font/SFUIDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display Regular';
    src: url('../font/SFUIDisplay-Regular.eot');
    src: url('../font/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Regular.woff2') format('woff2'),
    url('../font/SFUIDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display Bold';
    src: url('../font/SFUIDisplay-Bold.eot');
    src: url('../font/SFUIDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Bold.woff2') format('woff2'),
    url('../font/SFUIDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display Medium';
    src: url('../font/SFUIDisplay-Medium.eot');
    src: url('SFUIDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Medium.woff2') format('woff2'),
    url('../font/SFUIDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF UI Display Heavy';
    src: url('../font/SFUIDisplay-Heavy.eot');
    src: url('../font/SFUIDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../font/SFUIDisplay-Heavy.woff2') format('woff2'),
    url('../font/SFUIDisplay-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr';
    src: url('../font/avenirnext-medium.woff2') format('woff2'),
    url('../font/avenirnext-medium.woff') format('woff'),
    url('../font/avenirnext-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next Cyr Bold';
    src: url('../font/avenirnext-bold.woff2') format('woff2'),
    url('../font/avenirnext-bold.woff') format('woff'),
    url('../font/avenirnext-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Web';
    src: url('../font/graphik-medium.woff2') format('woff2'),
    url('../font/graphik-medium.woff') format('woff'),
    url('../font/graphik-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Web Bold';
    src: url('../font/graphik-bold.woff2') format('woff2'),
    url('../font/graphik-bold.woff') format('woff'),
    url('../font/graphik-boldttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik LC Web Regular';
    src: url('../font/graphik-regular.woff2') format('woff2'),
    url('../font/graphik-regular.woff') format('woff'),
    url('../font/graphik-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'SF Pro Text';
    src: url('../font/sfprotext-semibold.woff2') format('woff2'),
    url('../font/sfprotext-semibold.woff') format('woff'),
    url('../font/sfprotext-semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text Bold';
    src: url('../font/sfprotext-bold.woff2') format('woff2'),
    url('../font/sfprotext-bold.woff') format('woff'),
    url('../font/sfprotext-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text Medium';
    src: url('../font/sfprotext-medium.woff2') format('woff2'),
    url('../font/sfprotext-medium.woff') format('woff'),
    url('../font/sfprotext-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}









body{
    font-family: 'SF UI Display Medium';
    color: #111;
    background: url("../img/back-order.jpg") top center no-repeat;
    background-color: #f9f9f9;
}

.top{
    z-index: 100;
    height: 67px;
    line-height: 66px;
    color: #111;
    font-size: 14px;
    border-bottom: 1px solid hsla(0,0%,94.1%,.2);
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.3px;
    background: #060606;
}

.border-left{
    border-left:1px solid #f0f0f0;
}

.text-right{
    text-align: right;
}

.global-phone{
    text-align: right;
    font-weight: 500;
}

.global-phone:before {
    display: inline-block;
    content: '\f0e0';
    font-size: 13px;
    color: #111;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    width: 25px;
    text-align: left;
}

.global-mail{
    width: 100%;
    display: inline-block;
    text-align: right;
}

.global-mail:before {
    display: inline-block;
    content: '\f0e0';
    font-size: 13px;
    color: #111;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    width: 22px;
    text-align: left;
}

.global-address{
    width: 100%;
    display: inline-block;
    font-weight: 500;
}

.global-time{
    color: #fff;
    font-weight: 500;
    font-family: 'Gotham Pro';
    background-color: #0dc152;
    padding: 12px 20px 14px 20px;
    border-radius: 4px;
    border: 2px solid #40e880;
}

.global-time:before {
    display: inline-block;
    content: '\f1c3';
    font-size: 17px;
    color: #fff;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    width: 22px;
    text-align: left;
}

.top a:hover{
    text-decoration: none;
}

a span.global-time:hover{
    color: #fff;
    background-color: #07ab46;
}

.sub-phone{
font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #fff;
    font-size: 16px;
    text-align: right;
}
/*
.sub-phone:before {
    display: inline-block;
    content: '\f879';
    font-size: 16px;
    color: #fff;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
    font-weight: 900;
    width: 22px;
    text-align: left;
}
*/

.header{
    padding: 90px 0 20px 0;
}

.menu-m{
    display: none;
}

.menu-d{
    height: 67px;
    line-height: 67px;
    border-radius: 3px;
}

.menu-d ul{

}

.menu-d ul li{
    font-size: 14px;
    color: #111;
    display: inline-block;
}

.menu-d ul li:nth-child(1){
}

.menu-d ul li img{
    width: 125px;
    margin-right: 70px;
}

.menu-d ul li a{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 0 30px 0 0;
    text-decoration: none;
    height: 52px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu-d ul li a:hover{
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.main-phone{
    display: block;
    width: 300px;
    height: 52px;
    border-radius: 26px;
    line-height: 52px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: #ef3d3d;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Gotham Pro';
    font-size: 20px;
    letter-spacing: -1px;
}

.global-address{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Gotham Pro';
    font-size: 17px;
    letter-spacing: -1px;
}


.menu-d ul li:nth-child(8){
    float: right;
}

.breadcrumb{
    background: none;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 64px;
}

.breadcrumb ul{
}

.breadcrumb ul li:first-child{
    padding: 0 12px 0 0;
}

.breadcrumb ul li{
    display: inline-block;
    font-size: 15px;
    color: #d8d8d8;
    padding: 0 6px 0 6px;
    font-family: 'SF UI Display Thin';
}

.breadcrumb ul li a{
    font-size: 13px;
    color: #fff;
    font-family: 'Gotham Pro Narrow';
    letter-spacing: -0.5px;
}


h1{
    font-weight: 700;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    color: #fff;
    font-size: 26px;
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
}

.select-sub{
    line-height: 94px;
    text-align: right;
}

select{
    width: 255px;
    height: 40px;
    background: none;
    font-size: 13px;
    outline: none;
    color: #fff;
    padding: 0 0 0 7px;
    border: 1px solid hsla(0,0%,94.1%,.9);
}

.main{
    padding-top: 30px;
}


.border-box{
    background: #fff;
    max-height: 2610px;
    border-radius: 6px;
}

.module-items{
    margin: 0 0 5px 0;
}

.module-items h2{
    font-size: 15px;
    color: #525252;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    padding: 15px 0 0 5px;
    margin: 0;
}

.module-items ul{
    padding: 10px 5px 5px 5px;
}

.module-items ul li{
    line-height: 21px;
}

.module-items ul li a{
    font-size: 13px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -0.2px;
}

.module-items ul li a:hover{
    text-decoration: none;
    color: #cf3f3f;
    border-bottom: 1px solid #111;
}

.module-items ul li.sub-items{
    padding-left: 15px;
}

.box-item{
    width: 100%;
    height: 390px;
    border: 1px solid #efeeee;
    margin: 0 0 30px 0;
    padding: 10px;
}

.box-category{
    margin-bottom: 30px;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.box-category h2{
    font-size: 16px;
    font-weight: 800;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    padding: 20px 0 10px 20px;
}

.box-category ul{
    padding: 0 0 20px 20px;
}

.box-category ul li{
    font-size: 13px;
    line-height: 32px;
}

.box-category ul li a{
    color:#111;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    font-weight: 500;
}

.box-category img{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.nav-categ{
    font-weight: 700;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    font-size: 16px;
    color: #b5b5b5;
    display: inline-block;
    padding: 10px 0 20px 0;
}


.box-item img, .box-item-min img{
}

.box-item a, .box-item-min a {
    color: #111;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.box-item a:hover, .box-item-min a:hover {
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.box-item p.name-item{
    line-height: 24px;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 15px;
    padding: 10px 0 0 0;
    margin: 0;
}

.box-item p.price-item{
    font-size: 14px;
    line-height: 24px;
    font-family: 'SF UI Display Heavy';
    padding: 0;
    margin: 0;
}

.box-item-min p.name-item-alt{
    line-height: 24px;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 15px;
    padding: 10px 0 10px 0;
    margin: 0;
}

.box-item p.sub-name-item{
    font-size: 13px;
    line-height: 24px;
    font-family: 'SF UI Display Medium';
    padding: 0;
    margin: 0;
}

.box-item-min{
    width: 100%;
    height: 240px;
    margin: 0 0 30px 0;
    border: 1px solid #efeeee;
    padding: 10px;
}

.box-content{
    padding: 20px 20px 20px 20px;
    background: #fff;
    border-radius: 6px;
}

.box-content p{
    font-family: 'Gotham Pro Narrow';
    font-size: 14px;
    font-weight: 300;
}

.box-content h2{
    font-weight: 800;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.box-content h3{
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.box-content p.vendor-c{
    color: #969595;
}

.box-content p.price-item{
    font-size: 16px;
    font-weight: 800;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
}
.box-content p.price-item span{
    font-size: 24px;
    font-weight: 800;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    color: #ef3d3d
}

.box-content .image-item{
    width: 100%;
    min-height: 240px;
    background: #fff;
}

.box-content p.consult{
    padding: 30px 0 0 0;
    font-size: 15px;
    line-height: 22px;
}

.box-content p.consult span{
    font-size: 20px;
    font-family: 'Gotham Pro Narrow';
    font-weight: 600;
    letter-spacing: -0.5px;
}


.box-content button{
    margin:10px 0 0 0;
    height: 48px;
    line-height: 40px;
    width: 224px;
    color: #fff;
    border-radius: 3px;
    background-color: #2796FF;
    box-shadow: 0 2px 8px 0 rgba(39,150,255,.6);
    font-family: 'Gotham Pro Narrow';
    font-size: 15px;
    border: 0;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.box-content button:hover{
    background: #0060D2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.box-content .description-item{
    
}

.box-content .description-item p{
    font-size: 18px;
    color: #111;
    font-weight: 800;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    padding: 25px 0 10px 0;
    margin: 0;
}

.box-content .description-item ul{
    
}

.box-content .description-item ul li{
    font-size: 14px;
    font-family: 'Gotham Pro Narrow';
    line-height: 24px;
    list-style-type: square;
    margin: 0 0 0 20px;
}

.box-content h4{
    font-size: 18px;
    color: #111;
font-weight: 800;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    padding: 25px 0 10px 0;
    margin: 0;
}

.horizont-list{
    
}

.horizont-list ul{
    
}

.horizont-list ul li{
    display: inline-block;
    font-size: 15px;
    text-align: center;
    padding-right: 10px;
    padding-bottom: 10px;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
}

.horizont-list ul li img{
    
}



.horizont-list-alt{
    
}

.horizont-list-alt h5{
    font-size: 18px;
    color: #111;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-top:15px;
}

.horizont-list-alt p{
    padding: 0;
    margin: 0;
    line-height: 24px;
}

.horizont-list-alt p.price{
    font-size: 16px;
    font-family: 'Gotham Pro';
    font-weight: 800;
    color: #ef3d3d;
    padding-top:10px;
}

.horizont-list-alt ul{
    
}
/*
.horizont-list-alt ul li{
    display: inline-block;
    width: 600px;
    font-size: 15px;
    text-align: left;
    padding-right: 10px;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    border: 1px solid #efeeee;
    padding: 25px;
}
*/
.horizont-list-alt ul li{
    display: inline-block;
    width: 380px;
    height: 530px;
    margin-right: 10px;
    vertical-align: top;
    font-size: 15px;
    text-align: left;
    padding-right: 10px;
    font-family: 'Gotham Pro Narrow';
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    border: 1px solid #efeeee;
    padding: 18px;
}

.horizont-list-alt ul li img{
    width: 700px;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* height: 0; */
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

a.linkdnk{
  padding-top: 15px;
  line-height: 20px;
  display: inline-block;  
}

.view-items{
    
}

.view-items ul{
    vertical-align: top;
}

.view-items ul li{
   position: relative;
   width: 250px;
   height: 370px;
   display: inline-block;
   vertical-align: top;
   padding: 20px;
   border: 1px solid #efeeee;
   margin: 0 10px 10px 0;
}

.view-items ul li .fill-img{
    height: 140px;
}

.view-items ul li h3{
    line-height: 18px;
    padding: 30px 0 0 0;
}

.view-items ul li h3 a{
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.view-items ul li p{
    font-size: 16px;
    font-weight: 800;
    font-family: 'Gotham Pro';
    position: absolute;
    bottom: 55px;
    left: 20px;
    letter-spacing: -0.5px;
}

.view-items ul li .more-btn a{
    display: inline-block;
    height: 36px;
    width: 85%;
    line-height: 36px;
    background: #2796FF;
    color:#fff;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.view-items ul li .more-btn a:hover{
    background: #0060D2;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

table.table-content{
    width: 100%;
    border: 1px solid #efeeee;
    font-size: 13px;
    font-family: 'SF UI Display Medium';
}

table.table-content tr{
    border-bottom: 1px solid #efeeee;
}

table.table-content tr td{
    padding: 10px 10px 10px 20px;
}

table.table-content tr:nth-child(2n){
    background: #f7f7f7;
}

table.table-content tr td p{
    font-size: 13px;
    font-family: 'SF UI Display Medium';
}


.view-items-inpage{
    
}

.view-items-inpage ul{
    vertical-align: top;
}

.view-items-inpage ul li{
   position: relative;
   width: 250px;
   height: 380px;
   display: inline-block;
   vertical-align: top;
   padding: 20px;
   border: 1px solid #efeeee;
   margin: 0 10px 10px 0;
}

.view-items-inpage ul li .fill-img{
    height: 140px;
    text-align: center;
}

.view-items-inpage ul li h5{
    font-family: 'Gotham Pro Narrow';
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 30px 0 0 0;
}

.view-items-inpage ul li h3 a{
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.view-items-inpage ul li p{
    font-size: 13px;
    line-height: 18px;
}

.view-items-inpage ul li p.price-v{
   font-family: 'Gotham Pro Narrow';
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #ef3d3d;
    padding-top: 15px;
}


.gallery{
    
}

.gallery div{
    margin-bottom:20px;
}



.footer{
    padding: 50px 0 50px 0;
    line-height: 24px;
    font-size: 13px;
    color: #111;
    border-top: 1px solid #efeeee;
    margin: 50px 0 0 0;
    font-family: 'Gotham Pro';
    letter-spacing: -0.5px;
    font-weight: 500;
}


