@import 'fonts.css';

:root {
  --primary: #26303D;
  --secondary: #FF6D1D;
  --emphasis: #FFA518;
  --default: #333;
  --primary-gradient: linear-gradient(0deg, #26303D 0%, #151E2A 100%);

}

/* UIKIT */
.uk-button {
  padding: 10px 30px;
}

.uk-overlay-primary {
  background: linear-gradient(0deg, #26303D 0%, rgba(38, 48, 61, 0.00) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

.s-bg {
  background: linear-gradient(100deg, #fff calc(50% + 200px) , #FF6D1D calc(50% + 201px) calc(50% + 640px),#FFA518 calc(50% + 641px) calc(50% + 880px), #E1DEDE calc(50% + 881px) 100%)
}

.c-box-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.c-box-shadow-large,
.c-video-box-shadow-large iframe {
  box-shadow: 30px 20px 30px 0px rgba(0, 0, 0, 0.50);
}


/* SERVICE */
.c-service-grid .el-item,
.c-service-grid .el-item>a,
.c-service-grid .el-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-section-primary {
  background: linear-gradient(0deg, #26303D 0%, #151E2A 100%);
}
@media(min-width: 960px) {
  .c-service-grid>.uk-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  
  .c-service-grid>.uk-grid>div:nth-child(1) {
    grid-column: 1/3;
  }
}

/* ABOUT */
.s-bg-1-2>.uk-section {
  background-size: 0 !important;
  position: relative;
}
.s-bg-1-2>.uk-section::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: inherit;
  background-size: cover;
}

/* WORKSCHEME */
.s-workscheme>div {
  background-position: calc(50% + 600px) 50%;
}
.c-workscheme .el-item {
  background: var(--primary);
  overflow: visible;
}
.c-workscheme .el-image {
  opacity: .2;
}
.c-workscheme>.uk-grid>div:not(:last-child) .el-item::before {
  content: "";
  width: 50px;
  height: 75px;
  background: url('/images/icons/Vector.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 70px;
  right: -25px;
  z-index: 1;
}

.c-workscheme>.uk-grid {
  justify-content: center;
}

.c-vector-link .el-item {
  position: relative;
}
.c-vector-link .el-item::before {
  content: "";
  width: 140px;
  height: 200px;
  background: url('/images/icons/Vector.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 100px);
  right: -70px;
  z-index: 1;
  transition: all ease-out .3s;
}

.c-vector-link .el-item:hover::before {
  right: -100px;
}

@media(max-width: 640px){
  .c-vector-link .el-image {
    min-height: 400px;
    object-fit: cover;
  }
  .c-vector-link .uk-overlay {
    padding: 20px 15px;
  }
  .c-vector-link .el-item::before {
    display: none;
  }
}

/* TABLE */
.old-table {
  background: #FFF;
}

.old-table tr:first-child td {
  background: var(--emphasis);
  color: var(--default);
}

.old-table tr:first-child * {
  font-family: BebasNeue;
}

/*Main page*/
@media(max-width: 960px) {
.s-description {
  padding-left:40px;
}
}

/* TABLE-2 */
.new-table {
  background: #FFF;
}

.new-table  tr td:first-child {
  background: var(--emphasis);
  color: var(--default);
}

.new-table td:first-child * {
  font-family: BebasNeue;
}

.new-table { border-collapse: collapse; }
.new-table tr { border: none; }
.new-table td {
  border-right: solid 1px #e5e5e5; 
  border-left: solid 1px #e5e5e5;
}

/*Color table*/

#colorTable table.color-catalog-table tr:first-child td {
    background: #999;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

#colorTable table.color-catalog-table td.color-catalog-table-header {
  text-align: center;
    padding: 5px 0;
}


#colorTable table.color-catalog-table td .color-catalog-radius {
  width: 206px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

#colorTable table.color-catalog-table td .color-catalog-subtext {
    font-size: 11px;
}
/*shortcode*/
.order-list li div{
  display: inline;
}


.uk-navbar-sticky {
  box-shadow: 0 1px 2px 0 rgba(48, 48, 48, .30), 0 1px 3px 1px rgba(48, 48, 48, .15);
}