/*** 3. Basic Default ***/
body {
    font-family: var(--primary-font);
    font-size: 15px;
    line-height: 22px;
    height: 100%;
    color: var(--black-color);
    background: #fff; }
a,
button,
.hover{
    cursor:pointer;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
a:hover,
a:focus{
    text-decoration: none; }
ul{
    margin: 0;
    padding: 0;
    list-style-type: none; }
button:focus,
input:focus,
a:focus{
    outline: 0;
    background: transparent; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type=number] { -moz-appearance:textfield; }
.compensate-for-scrollbar { margin-right: 15px !important; }

/* Buttons */
.nc-btn,
.nc-btn-product,
.banners-html .action a{
    position: relative;
    padding: 12px 30px;
    font-weight: var(--primary-font-medium);
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: var(--fourth-color) !important;
    border-radius: 30px;
    border: none;
    overflow: hidden; }
.nc-btn.buy,
.nc-btn.detail,
.nc-btn-product.detail{
    background-color: var(--second-color) !important; }
.nc-btn.detail,
.nc-btn-product.detail{ 
    padding: 8px 25px; }
.nc-btn:before,
.nc-btn-product:before,
.banners-html .action a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--third-color);
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    z-index: 1; }
.nc-btn.buy:before,
.nc-btn.detail:before,
.nc-btn-product.detail:before { 
    background-color: var(--primary-color); }
.nc-btn:hover:before,
a:hover .nc-btn-product:before,
.banners-html .action a:hover:before { 
    width: 100%; }
.nc-btn span,
.nc-btn-product span,
.banners-html .action a span{
    position: relative;
    z-index: 2; }
.quote{
    font-weight: var(--primary-font-medium);
    color: var(--gray-color) !important; 
    text-decoration: underline !important; }
.quote:hover{ color: var(--black-color) !important; }

/* Forms */
::-webkit-input-placeholder { color: #00000070 !important; }
::-moz-placeholder { color: #00000070 !important; }
:-ms-input-placeholder { color: #00000070 !important; }
input:-moz-placeholder { color: #00000070 !important; }
.spinner {
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid var(--third-color);
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .95s linear infinite;
    animation: spinner-border .95s linear infinite; }
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.form-group.alice { display: none; }
.contactform .form-group { width: 100%; }
.contactform .form-flex {
    display: flex;
    align-items: center;
    gap: 10px; }
.contactform .form-flex .short {
    flex: none;
    width: 180px; }
.contactform .form-flex .short.plus { width: 160px; }
.contactform .form-control {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 42px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #00000020;
    background-color: #fff;
    color: var(--black-color);
    font-size: 15px;
    line-height: 22px; }
.contactform .form-control:focus { border-color: var(--fourth-color); }
.contactform textarea.form-control {
    min-height: 120px;
    padding: 15px 20px; }
.contactform .form-group .selector {
    width: 100% !important;
    background-image: none;
    padding: 0;
    height: 42px;
    background-color: #fff;
    border-radius: 0;
    position: relative; }
.contactform .form-group .selector span {
    display: flex;
    align-items: center;
    color: var(--black-color);
    text-shadow: none;
    background-image: none;
    width: 100% !important;
    padding: 0 20px;
    height: 42px;
    border: 1px solid #00000020;
    line-height: 20px; }
.contactform .form-group .selector span:after { display: none; }
.contactform .form-group.ptd,
.contactform .form-group.submit {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0; }
.contactform .form-group.ptd label {
    color: var(--gray-color);
    font-weight: var(--primary-font-normal);
    margin: 0; }
.contactform .form-group.ptd label a {
    font-weight: var(--primary-font-medium);
    color: var(--black-color); }
.contactform .form-group.ptd label a:hover { text-decoration: underline; }
.contactform .form-group.submit { height: 46px; }


/* Header */
#header_fixed {
    background: var(--primary-color);
    width: 100%;
    height: 44px;
    z-index: 8000;
    position: fixed;
    top: -100px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease; }
#header_fixed.fixed {
    visibility: visible;
    opacity: 1;
    top: 0; }
#header_fixed #header_logo img { max-height: 30px; }
#header_fixed #header_menu,
#header_fixed #header_menu .widget-html ul,
#header_fixed #header_menu .widget{
    display: flex;
    align-items: center;
    justify-content: flex-end; }
#header_fixed #header_menu .widget-html li.mail,
#header_fixed #header_menu .widget-html li.address,
#header_fixed #header_menu .social-block,
#header_fixed .navbar-content li.first-item,
#header_fixed .navbar-content li.no-fixed{
    display: none; }
#header_fixed .navbar-content li a { color: #fff !important; }
#header_fixed .navbar-content .dropdown-menu{ padding-top: 0; }
#header_fixed #header_menu .widget-html li{
    position: relative;
    margin-right: 60px;
    padding-left: 20px; }
#header_fixed #header_menu .widget-html li a { 
    color: #fff;
    margin-left: 5px; }
#header_fixed #header_menu .widget-html li a:hover,
#header_fixed .navbar-content li a:hover{ 
    color: var(--fourth-color) !important; }
#header_fixed .navbar-content li.buy a:hover{ color: #fff !important; }

#header { padding: 10px 0 18px 0; }
#header .header-top{
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #00000099; }
#header .header-top .widget,
#header .header-bottom,
#header_fixed .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between; }
#header .header-top .widget{ 
    font-size: 14px;
    line-height: 20px; }
#header .header-top .social-block{ 
    position: relative;
    display: flex;
    align-items: center; }
#header .header-top .widget-html ul,
#header .header-top .social-block ul{
    display: flex;
    align-items: center; }
#header .header-top .widget-html li{ 
    position: relative;
    margin-right: 18px;
    padding-left: 20px; }
#header .header-top .widget-html li:before,
#header_fixed #header_menu .widget-html li:before {
    font-family: "FontAwesome7";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--black-color); }
#header_fixed #header_menu .widget-html li:before { color: #fff; }
#header .header-top .widget-html li.mobile:before,
#header_fixed #header_menu .widget-html li.mobile:before {
    font-family: "FontAwesome7B";
    content: "\f232";
    font-size: 15px; }
#header .header-top .widget-html li.mail:before{ content: "\f0e0"; }
#header .header-top .widget-html li:after{
    content: '|';
    margin-left: 18px;
    font-size: 15px; }
#header .header-top .widget-html li:last-child{ 
    margin-right: 0;
    padding-left: 0; }
#header .header-top .widget-html li:last-child:after { display: none; }
#header .header-top .widget-html li a{ 
    color: var(--black-color);
    margin-left: 5px; }
#header .header-top .widget-html li a:hover{ color: var(--fourth-color); }
#header .header-top .social-block li.network { margin: 0 6px; }
#header .header-top .social-block li.network a{ font-size: 15px; }
#header .header-top .social-block li a{ color: var(--black-color); }
#header .header-top .social-block li a:hover{ color: var(--fourth-color); }
#header #header_logo { flex: none; }
#header #header_logo img {
    display: block;
    max-height: 80px;
    width: auto; }
#header #header_menu {
    display: flex;
    align-items: center;
    padding-top: 5px; }

/*** Menu style ***/
.navbar-default {
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin: 0;
    min-height: 40px; }
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
    background-color: transparent; }

.caret{
    border: none;
    position: relative;
    margin-left: 8px;
    width: 11px;
    height: 15px;
    top: -2px;
    line-height: 15px; }
.caret:before{
    font-family: "FontAwesome7";
    content: "\f078";
    font-size: 10px; }

.navbar-content{
    position: relative;
    padding: 0;
    font-family: var(--primary-font);
    font-weight: var(--primary-font-medium);
    font-size: 12px;
    text-transform: uppercase; }
.navbar-content>ul {
    display: flex;
    align-items: center; }
.navbar-content li {
    margin: 0 15px;
    position: relative; }
.navbar-content li.first-item { margin-left: 0; }
.navbar-content li.sell { margin-left: 40px; }
.navbar-content li.buy { margin-right: 0; }
.navbar-content li a {
    padding: 10px 0;
    color: var(--black-color) !important; }
.navbar-content li a:hover,
.navbar-content li.active a {
    color: var(--fourth-color) !important; }

.navbar-content li.sell a { text-decoration: underline; }
.navbar-content li.buy a{
    color: #fff !important;
    position: relative;
    padding: 12px 30px; 
    background-color: var(--second-color) !important;
    border-radius: 30px;
    overflow: hidden; }
.navbar-content li.buy a .menu-title{
    position: relative;
    z-index: 2; }
.navbar-content li.buy a .menu-title:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -13px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: notify-pulse 1s infinite; }
@-webkit-keyframes notify-pulse {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7); }
    100% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
}
@keyframes notify-pulse {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7); }
    100% { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
}
.navbar-content li.buy a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0; 
    width: 0;
    height: 100%;
    background-color: var(--primary-color);
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    z-index: 1; }
.navbar-content li.buy a:hover:before{ width: 100%; }

.navbar-content .dropdown-menu {
    display: block;
    opacity: 0;
    top: 150%;
    left: -40px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 10px 0 0 0;
    width: 360px;
    visibility: hidden;
    z-index: 25000 !important;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
.navbar-content .dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9999; }
.navbar-content .dropdown-menu ul {
    padding: 25px 40px 30px 40px; 
    background-color: var(--primary-color);
    box-shadow: 0px 8px 15px rgba(0,0,0,0.1); }
.navbar-content .dropdown-menu li { 
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 7px; }
.navbar-content .dropdown-menu li:last-child { 
    margin: 0;
    border: none;
    padding-bottom: 0; }
.navbar-content .dropdown-menu li a {
    padding: 5px 0;
    color: #fff !important;
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-family: var(--primary-font);
    font-weight: var(--primary-font-normal);
    text-transform: none;
    height: inherit; }
.navbar-content .dropdown-menu li a:hover { 
    padding-left: 10px;
    color: var(--fourth-color) !important; }

/* Breadcrumb */
#breadcrumb{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    position: relative;
    background-image: url(../img/bg-breadcrumb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
#breadcrumb h1{
    margin: 10px 0 20px 0;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: var(--primary-font-bold);
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    position: relative; }
#breadcrumb .path{ 
    text-align: center;
    color: var(--fourth-color);
    font-size: 14px; }
#breadcrumb .path a{ color: #fff; }
#breadcrumb .path a:hover{ color: var(--fourth-color); }
#breadcrumb .path .pipe{
    color: #ffffff40;
    margin: 0 14px;
    font-size: 13px; }


/* Banners */
#banners_block{
    display: block;
    width: 100%;
    height: 670px; }
@media (max-width: 1499px) {
    #banners_block{ height: 470px; }
}
@media (min-width: 1500px) and (max-width: 1799px) {
    #banners_block{ height: 570px; }
}
#banners_block .banners-box{
    position: relative;
    height: 100%; }

.seq {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden; }
.seq .seq-pagination,
.seq .seq-screen,
.seq .seq-canvas,
.seq .seq-canvas > * {
    margin: 0;
    padding: 0;
    list-style: none; }
.seq .seq-preloader { background: var(--primary-color) url(../img/loader.gif) no-repeat center; }
.seq .seq-pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    border: none;
    text-align: center;
    height: 12px; }
.seq .seq-pagination li{
    display: inline-block;
    margin: 0 4px; }
.seq .seq-pagination a {
    display: block;
    width: 12px;
    height: 12px;
    background: var(--fourth-color);
    border-radius: 50%; }
.seq .seq-pagination a:hover,
.seq .seq-pagination .seq-current a{ background: rgba(255,255,255,0.7); }
.seq .seq-canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    white-space: nowrap; }
.seq .seq-canvas > * {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    color: white;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
.seq .seq-canvas > *:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
.seq.seq-active { overflow: hidden; }
.seq.seq-active .seq-preloader,
.seq.seq-active .seq-pagination {
    visibility: visible; }
.seq.seq-active .seq-preloader.seq-preloaded { visibility: hidden; }
.seq .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00000080;
    background-image: url(../img/overlay.png);
    background-position: left top;
    background-repeat: repeat-y;
    z-index: 1; }
.seq .seq-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
.seq .seq-content {
    position: absolute;
    top: 0;
    left: 13%;
    width: 770px;
    height: 100%;
    padding-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;  }
.seq button{
    position: absolute;
    top: 46%;
    width: 60px;
    height: 60px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(../img/arrows.png);
    visibility: hidden;
    opacity: 0; }
.seq:hover button{
    visibility: visible;
    opacity: 0.4; }
.seq button:hover{ opacity: 1; }
.seq button.seq-prev{
    left: 0px;
    background-position: 0 0; }
.seq button.seq-next{
    right: 0px;
    background-position: 60px 0; }

/* Custom */
.banners-html h2{
    margin: 0 0 30px 0;
    color: var(--silver-color);
    text-transform: uppercase;
    font-weight: var(--primary-font-medium);
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding-left: 15px; }
.banners-html h2:before{
    content: "/";
    position: absolute;
    left: 2px;
    top: -2px;
    color: #ffffff90;
    font-weight: var(--primary-font-bold);
    font-size: 17px; }
.banners-html h1{
    position: relative;
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    margin: 0 0 20px 0;
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 1px;
    color: #fff; }
.banners-html h1 strong{ 
    color: var(--fourth-color);
    font-weight: var(--second-font-bold); }
.banners-html h1:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 175px;
    background-image: url(../img/point.png);
    top: -80px;
    left: -70px;
    z-index: -1; }
.banners-html p{
    margin: 0 0 40px 0;
    font-size: 16px;
    font-weight: var(--primary-font-normal);
    color: var(--silver-color);
    line-height: 26px; }
.banners-html .action{ 
    margin: 0;
    display: flex; }

/*Transitions*/
.banners-html h1{
    opacity: 0;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0); }
.banners-html p{
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate3d(-700px, 0, 0);
    -ms-transform: translate3d(-700px, 0, 0);
    transform: translate3d(-700px, 0, 0); }
.banners-html a{
    opacity: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translate3d(-900px, 0, 0);
    -ms-transform: translate3d(-900px, 0, 0);
    transform: translate3d(-900px, 0, 0); }
.seq-in .banners-html h1,
.seq-out .banners-html h1,
.seq-in .banners-html p,
.seq-out .banners-html p,
.seq-in .banners-html a,
.seq-out .banners-html a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }


/* Home */
#home_featured,
#home_reviews,
#home_feedblog{ 
    padding: 80px 0; }

#home_about{ padding-bottom: 90px; }
#home_about .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 85px; }
#home_about .about-img{
    flex: none;
    width: 500px; }
#home_about .about-img p{ margin: 0; }
#home_about .about-txt h1{
    margin: 0 0 30px 0;
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    color: var(--black-color);
    font-size: 38px;
    line-height: 48px; }
#home_about .about-txt h1 strong{
    font-weight: var(--second-font-bold);
    color: var(--fourth-color); }
#home_about .about-txt h3{
    margin: 0 0 15px 0;
    color: var(--black-color);
    font-weight: var(--primary-font-medium);
    font-size: 16px;
    line-height: 26px; }
#home_about .about-txt p{
    margin: 0;
    color: var(--gray-color);
    line-height: 26px; }
#home_about .about-txt .action{
    margin-top: 30px;
    display: flex; }

#home_economy .grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 30px; }
#home_economy .animation{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 390px;
    padding: 65px 30px 20px 30px;
    background-color: var(--second-color);
    background-image: url(../img/world.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 200px;
    border-radius: 20px; }
#home_economy .animation img{
    transform: rotate(0deg);
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite; }
@-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#home_economy .grid .left,
#home_economy .grid .right{
    display: flex;
    background-color: var(--silver-color);
    border-radius: 20px;
    padding: 70px 0;
    background-color: transparent;
    background-image: linear-gradient(116deg, #d5f2c3 38%, #faf3e0 69%); }
#home_economy .grid .left{
    background-color: var(--primary-color);
    background-image: none; }
#home_economy .grid .left{ 
    padding-right: 220px;
    justify-content: flex-end; }
#home_economy .grid .right{ 
    padding-left: 220px;
    justify-content: flex-start; }
#home_economy .grid .box{ width: 540px; }
#home_economy .box .widget-html h2,
#inner .circular-middle .widget-html h2{
    display: flex;
    margin: 0 0 25px 0; }
#home_economy .box .widget-html h2 strong,
#inner .circular-middle .widget-html h2 strong{
    color: #000000aa;
    text-transform: uppercase;
    font-weight: var(--primary-font-medium);
    font-size: 13px;
    line-height: 30px;
    background-color: var(--silver-color);
    padding: 0 15px;
    border-radius: 7px; }
#home_economy .box .widget-html h1,
#inner .circular-middle .widget-html h1{
    margin: 0 0 20px 0;
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 34px;
    color: var(--black-color); }
#home_economy .left .box .widget-html h1{ color: #fff; }
#home_economy .box .widget-html p,
#inner .circular-middle .widget-html p{ 
    color: var(--gray-color); }
#home_economy .left .box .widget-html p{ color: var(--silver-color); }
#home_economy .box .widget-html ul{ margin: 40px 0 50px 0; }
#home_economy .box .widget-html li{
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: var(--primary-font-medium);
    color: var(--black-color); }
#home_economy .left .box .widget-html li{ color: #fff; }
#home_economy .box .widget-html li:last-child{ margin-bottom: 0; }
#home_economy .box .widget-html li:before,
#home_economy .box .widget-html li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background-color: #fff; }
#home_economy .box .widget-html li:after{ 
    background-color: var(--second-color);
    width: 10%;}
#home_economy .left .box .widget-html li:after{ background-color: var(--fourth-color); }
@media (max-width: 1499px) {
    #home_economy .grid{ margin: 0 20px; }
    #home_economy .animation {
        width: 260px;
        height: 340px;
        padding: 55px 20px 20px 20px;
        background-size: 180px; }
    #home_economy .grid .left,
    #home_economy .grid .right{ 
        padding: 50px 0; }
    #home_economy .grid .left{ padding-right: 160px; }
    #home_economy .grid .right{ padding-left: 160px; }
    #home_economy .grid .box{ width: 420px; }
    #home_economy .box .widget-html h2 strong{ font-size: 12px; }
    #home_economy .box .widget-html h1{
        font-size: 22px;
        line-height: 28px; }
}
@media (min-width: 1500px) and (max-width: 1799px) {
    #home_economy .grid{ margin: 0 20px; }
    #home_economy .animation {
        width: 300px;
        height: 370px;
        padding: 65px 30px 20px 30px;
        background-size: 190px; }
    #home_economy .grid .left{ padding-right: 200px; }
    #home_economy .grid .right{ padding-left: 200px; }
    #home_economy .grid .box{ width: 500px; }
    #home_economy .box .widget-html h1{
        font-size: 26px;
        line-height: 32px; }
}
#home_economy .box .action{ display: flex; }

#home_reviews{ padding-top: 90px; }
#owl_reviews .item{ padding: 0 100px; }
#owl_reviews .item p{
    color: var(--gray-color);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0; }
#owl_reviews .item .stars{
    color: var(--fourth-color);
    text-align: center;
    margin: 20px 0 10px; }
#owl_reviews .item h2{
    margin: 0;
    color: var(--black-color);
    font-size: 16px;
    line-height: 20px;
    font-weight: var(--primary-font-bold);
    text-align: center; }

#home_trusted,
#inner .circular-trusted{ 
    background-color: var(--silver-color); }
.trusted h1{
    margin: 0 0 40px 0;
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 34px;
    color: var(--black-color);
    text-align: center; }
.trusted .grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
.trusted .item{
    padding: 30px;
    border-radius: 20px;
    background-color: #faf3e0; }
.trusted .item h2{
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--primary-font-medium);
    line-height: 22px;
    text-align: center;
    margin: 0 30px;
    color: var(--gray-color); }
.trusted .item.item-1 h2{ margin: 0 50px; }
.trusted .item .qty{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-top: 100px; }
.trusted .item .qty:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px; }
.trusted .item.item-1 .qty:before{ background-image: url(../img/trusted-1.svg); }
.trusted .item.item-2 .qty:before{ background-image: url(../img/trusted-2.svg); }
.trusted .item.item-3 .qty:before{ background-image: url(../img/trusted-3.svg); }
.trusted .item .qty .counter{ margin-right: 8px; }
.trusted .item .qty span{
    font-size: 42px;
    line-height: 40px;
    font-weight: var(--primary-font-medium);
    color: var(--primary-color);
    padding-bottom: 5px; } 
.trusted .item .qty span.counter{ padding-bottom: 0; }


/* Inner */
#inner{ padding: 40px 0 70px 0; }
#sell #inner,
#buy #inner{ 
    padding: 0; }
#contact #inner,
#confirmation #inner{ 
    padding: 60px 0 80px 0; }
#inner .wrapper{
    display: flex;
    justify-content: space-between; }
#inner .sidebar{
    flex: none;
    width: 340px; }
#inner .content{ width: calc(100% - 400px); }
#product #inner .content{ width: calc(100% - 380px); }

/* Sidebar */
#inner .sidebar .box{
    position: relative;
    padding: 30px;
    background-color: var(--silver-color);
    border-radius: 20px;
    margin-bottom: 30px; }
#inner .sidebar .box:last-of-type{ margin-bottom: 0; }

#inner .sidebar .box h2 {
    margin: 0 0 25px 0;
    color: var(--gray-color);
    text-transform: uppercase;
    font-weight: var(--primary-font-medium);
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 15px; }
#inner .sidebar .box h2:before {
    content: "/";
    position: absolute;
    left: 2px;
    top: -2px;
    color: var(--primary-color);
    font-weight: var(--primary-font-bold);
    font-size: 17px; }
#inner .sidebar .categories li{ margin-bottom: 10px; }
#inner .sidebar .categories li:last-child{ margin-bottom: 0; }
#inner .sidebar .categories li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 58px 0 38px;
    background-color: #fff;
    line-height: 20px;
    color: var(--black-color);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    font-weight: var(--primary-font-medium);
    font-size: 12px;
    text-transform: uppercase; }
#inner .sidebar .categories li a:before{
    content: "";
    position: absolute;
    left: 20px;
    top: 26px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black-color);
    transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-transition: 0.4s ease; }
#inner .sidebar .categories li a:after{
    position: absolute;
    right: 20px;
    top: 15px;
    font-family: "FontAwesome7R";
    content: "\e09f";
    font-size: 14px; 
    color: var(--black-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 5px;
    background-color: #fff; }
#inner .sidebar .categories li a:hover{
    background-color: var(--second-color);
    color: #fff; }
#inner .sidebar .categories li a:hover:before{ background-color: #fff; }
#inner .sidebar .categories li a .badge {
    padding: 3px 5px;
    font-weight: var(--primary-font-medium); }

#inner .sidebar .cta a{
    border-radius: 20px;
    overflow: hidden;
    background-color: #faf3e0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px;
    text-align: center;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#inner .sidebar .cta a:hover{ background-color: #e2e2f7; }
#inner .sidebar .cta span{
    display: block;
    width: 100px;
    height: 100px;
    background-image: url('../img/circle.png');
    background-repeat: no-repeat;
    background-position: center; }
#inner .sidebar .cta a h4{
    margin: 0 0 20px 0;
    text-transform: uppercase;
    color: var(--second-color);
    font-weight: var(--primary-font-bold);
    font-size: 30px; }
#inner .sidebar .cta a h3{
    margin: 0 0 20px 0;
    color: var(--black-color);
    font-weight: var(--primary-font-medium);
    font-size: 16px;
    line-height: 22px; }
#inner .sidebar .cta a p{
    margin: 20px 0 0 0;
    color: #337ab7;
    font-weight: var(--primary-font-medium);
    font-size: 15px;
    text-decoration: underline;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#inner .sidebar .cta a:hover p{ color: #23527c; }

#inner .sidebar .tags div{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px; }
#inner .sidebar .tags div a {
    display: block;
    line-height: 26px;
    color: var(--gray-color);
    font-size: 14px;
    text-decoration: underline; }
#inner .sidebar .tags div a i {
    font-size: 11px;
    margin-right: 3px; }
#inner .sidebar .tags div a:hover{ color: var(--fourth-color); }

#inner .sidebar .recents li {
    position: relative;
    padding-bottom: 22px; }
#inner .sidebar .recents li:last-child { padding-bottom: 0; }
#inner .sidebar .recents li a{
    display: flex;
    align-items: center;
    justify-content: space-between; }
#inner .sidebar .recent-img {
    display: block;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
#inner .sidebar .recent-info {
    flex: none;
    width: calc(100% - 85px); }
#inner .sidebar .recent-info .date { 
    margin-bottom: 3px;
    font-size: 13px;
    color: var(--gray-color); }
#inner .sidebar .recent-info h3 {
    margin: 0;
    line-height: 20px;
    font-weight: var(--primary-font-medium);
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: var(--gray-color); }
#inner .sidebar a:hover .recent-info h3{ color: var(--black-color); }


/* Catalog */
#home_featured .product-list,
#inner .product-list,
#inner .list-blog{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
#home_featured .product-list,
#inner #Related .product-list,
#inner #buy_middle .product-list{ 
    display: inherit; }
#home_featured .product-list,
#home_reviews #owl_reviews,
#home_feedblog .feedblog,
#inner #buy_middle .product-list{ 
    margin-top: 40px; }
#home_featured .product-list .item-container,
#inner .product-list .item-container {
    position: relative;
    padding: 30px;
    border: 1px solid #00000015;
    background-color: #fff;
    border-radius: 20px; }
#home_featured .product-list .verified,
#inner .product-list .verified,
#inner .product-detail .verified{
    position: absolute;
    left: 30px;
    top: 30px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px;
    height: 24px;
    color: #fff;
    background-color: #25d366;
    font-size: 14px;
    z-index: 2; }
#home_featured .product-list .verified i,
#inner .product-list .verified i,
#inner .product-detail .verified i{ 
    margin-right: 5px; }
#home_featured .product-list .img-box,
#inner .product-list .img-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px; }
#home_featured .product-list .info-box,
#inner .product-list .info-box { 
    margin-top: 20px; }
#home_featured .product-list .info-box .category,
#inner .product-list .info-box .category{
    display: flex;
    align-items: center;
    height: 26px; }
#home_featured .product-list .info-box .category span,
#inner .product-list .info-box .category span {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: var(--gray-color);
    background-color: var(--silver-color);
    border-radius: 4px;
    line-height: 26px; }
#home_featured .product-list .info-box h2,
#inner .product-list .info-box h2{
    display: flex;
    align-items: center;
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    margin: 15px 0 10px 0;
    font-weight: var(--primary-font-bold);
    color: var(--black-color);
    overflow: hidden; }
#home_featured .product-list .info-box .description,
#inner .product-list .info-box .description{
    color: var(--gray-color);
    height: 66px;
    overflow: hidden; }
#home_featured .product-list .info-box .more,
#inner .product-list .info-box .more{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }

#inner .pagination-box{ 
    display: flex;
    align-items: center;
    margin-top: 30px; }
#inner .pagination-box .pagination{ 
    display: flex;
    align-items: center;
    margin: 0 0 0 15px;
    gap: 1px; }
#inner .pagination-box .pagination>li>a,
#inner .pagination-box .pagination>li>span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0 2px;
    border-radius: 50% !important;
    font-size: 14px;
    height: 28px;
    width: 28px;
    color: var(--gray-color);
    padding: 0; }
#inner .pagination-box .pagination>li>a i,
#inner .pagination-box .pagination>li>span i {
    font-size: 12px;
    position: relative;
    top: 0; }
#inner .pagination-box .pagination>li>a:focus,
#inner .pagination-box .pagination>li>a:hover{
    color: var(--black-color) !important;
    background-color: var(--silver-color) !important; }
#inner .pagination-box .pagination>.active>a,
#inner .pagination-box .pagination>.active>a:focus,
#inner .pagination-box .pagination>.active>a:hover,
#inner .pagination-box .pagination>.active>span,
#inner .pagination-box .pagination>.active>span:focus,
#inner .pagination-box .pagination>.active>span:hover {
    color: #fff !important;
    background-color: var(--fourth-color); }
#inner .pagination-box .pagination>.disabled>a,
#inner .pagination-box .pagination>.disabled>a:focus,
#inner .pagination-box .pagination>.disabled>a:hover,
#inner .pagination-box .pagination>.disabled>span,
#inner .pagination-box .pagination>.disabled>span:focus,
#inner .pagination-box .pagination>.disabled>span:hover {
    cursor: default;
    color: #999 !important; }

#inner .content h1.name {
    margin: 0 0 40px 0;
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 34px;
    color: var(--black-color); }
#inner .product-detail{
    display: flex;
    align-items: flex-start;
    gap: 60px; }

#inner .product-img{
    position: relative;
    flex: none;
    width: 300px; }
#inner .product-img .image-block{ 
    cursor: pointer;
    border: 2px solid #f5f5ff;
    padding: 10px;
    border-radius: 20px; }
#inner .product-img .image-block img{
    overflow: hidden;
    border-radius: 15px; } 
#inner #views_block{ margin-top: 15px; }
#inner #views_block li a {
    display: block;
    border: 2px solid #f5f5ff;
    border-radius: 10px;
    padding: 5px;
    margin-right: 0; }
#inner #views_block li a img{
    border-radius: 8px;
    overflow: hidden; }
#views_block .bx-wrapper .bx-controls{
    position: absolute;
    top: 37%;
    width: 100%; }
#views_block .bx-wrapper .bx-controls-direction a {
    bottom: inherit;
    width: 20px;
    align-items: center; }
#views_block .bx-prev { left: -25px; }
#views_block .bx-next { right: -25px; }
#inner .product-img .share {
    margin-top: 30px;
    display: flex;
    align-items: center; }
#inner .product-img .share h2{
    margin: 0 15px 0 0;
    font-size: 15px;
    font-weight: var(--primary-font-medium);
    color: var(--black-color); }
#inner .product-img .share ul,
#inner .product-img .share .share-product{
    display: flex;
    align-items: center; }
#inner .product-img .share li{ margin-right: 10px; }
#inner .product-img .share li .share-product{
    justify-content: center;
    margin: 0;
    padding: 0;
    background-color: var(--silver-color);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    fill: var(--gray-color);
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#inner .product-img .share li .share-product:hover{ 
    background-color: var(--primary-color);
    fill: #fff; }
#inner .product-img .share li .share-product svg{ 
    width: 14px; 
    height: 14px; }
#inner .product-img .share li .btn-whatsapp svg{
    width: 16px;
    height: 16px; }

#inner .product-info .verified{
    display: inline-block;
    position: relative;
    left: inherit;
    top: inherit;
    margin-bottom: 15px;
    line-height: 24px; }
#inner .product-info .reference{
    margin-bottom: 15px;
    color: var(--gray-color); }
#inner .product-info .reference strong{
    font-weight: var(--primary-font-medium);
    color: var(--black-color);
    margin-right: 5px; }
#inner .product-info .description p,
#inner .product-info .description li,
#inner .product-tabs #More p,
#inner .product-tabs #More li{
    color: var(--gray-color); }
#inner .product-info .description p strong,
#inner .product-info .description li strong,
#inner .product-tabs #More p strong,
#inner .product-tabs #More li strong{
    font-weight: var(--primary-font-medium);
    color: var(--black-color); }
#inner .product-info .description ul,
#inner .product-tabs #More ul{ 
    margin-bottom: 15px; }
#inner .product-info .description li,
#inner .product-tabs #More li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px; }
#inner .product-info .description li:last-child,
#inner .product-tabs #More li:last-child{ 
    margin-bottom: 0; }
#inner .product-info .description li:before,
#inner .product-tabs #More li:before{
    position: absolute;
    content: "";
    left: 2px;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--fourth-color); }
#inner .product-info .actions{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap; }  
#inner .product-info .more{ margin-top: 30px; }
#inner .product-info .more a{
    color: #337ab7;
    font-weight: var(--primary-font-medium);
    font-size: 15px;
    text-decoration: underline; }  
#inner .product-info .more a:hover { color: #23527c; }

#inner .product-tabs{ margin-top: 70px; }
#inner .product-tabs .tab-head{
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: relative;
    z-index: 1; }
#inner .tab-head li a{
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: var(--gray-color);
    font-weight: var(--primary-font-medium);
    background-color: var(--silver-color);
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--silver-color);
    border-bottom: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1); }
#inner .tab-head li.active a{ 
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff; }
#inner .product-tabs .tab-content{
    padding: 40px;
    border: 2px solid var(--silver-color);
    border-radius: 20px;
    position: relative;
    z-index: 2; }
#inner .product-tabs .tab-content #Quote p{ margin-bottom: 20px; }


/* Quiero Vender/Comprar */
#sell_top .wrapper,
#sell_middle .wrapper,
#sell_bottom .wrapper,
#sell_auxiliar .wrapper,
#buy_top .wrapper,
#buy_bottom .wrapper,
#training_top .wrapper,
#training_bottom .wrapper,
#contact #inner .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between; }
#sell_top .wrapper .image,
#sell_bottom .wrapper .image,
#buy_top .wrapper .image,
#buy_bottom .wrapper .image,
#training_top .wrapper .image,
#training_bottom .wrapper .image{
    position: relative;
    flex: none;
    width: 410px;
    min-height: 820px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
#buy_top .wrapper .image{ min-height: 890px; }
#sell_top .wrapper .content,
#sell_bottom .wrapper .content,
#buy_top .wrapper .content,
#buy_bottom .wrapper .content,
#training_top .wrapper .content,
#training_bottom .wrapper .content{ 
    width: calc(100% - 470px); }
#home_featured .widget-html h1,
#home_reviews .widget-html h1,
#home_feedblog .widget-html h1,
#sell_top .widget-html h1,
#sell_bottom .widget-html h1,
#buy_top .widget-html h1,
#buy_middle .widget-html h1,
#buy_bottom .widget-html h1,
#training_top .widget-html h1,
#training_bottom .widget-html h1 {
    margin: 0 0 20px 0;
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 34px;
    color: var(--black-color); }
#home_featured .widget-html p,
#home_reviews .widget-html p,
#home_feedblog .widget-html p,
#sell_top .widget-html p,
#sell_top .widget-html li,
#sell_bottom .widget-html p,
#sell_bottom .widget-html li,
#buy_top .widget-html p,
#buy_top .widget-html li,
#buy_bottom .widget-html p,
#buy_bottom .widget-html li,
#training_top .widget-html p,
#training_top .widget-html li,
#training_bottom .widget-html p,
#training_bottom .widget-html li {
    line-height: 24px;
    color: var(--gray-color);
    margin-bottom: 15px; }
#sell_top .widget-html h2,
#buy_top .widget-html h2,
#training_top .widget-html h2,
#training_bottom .widget-html h2 {
    margin: 0 0 20px 0;
    font-weight: var(--primary-font-bold);
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color); }
#sell_top .widget-html p+h2,
#buy_top .widget-html p+h2,
#training_top .widget-html p+h2,
#training_bottom .widget-html p+h2 { 
    margin-top: 25px; }
#sell_top .widget-html strong,
#sell_bottom .widget-html strong,
#buy_top .widget-html strong,
#buy_bottom .widget-html strong,
#training_top .widget-html strong,
#training_bottom .widget-html strong {
    font-weight: var(--primary-font-medium);
    color: var(--black-color); }
#sell_top .widget-html li,
#buy_top .widget-html li,
#training_top .widget-html li,
#training_bottom .widget-html li {
    position: relative;
    padding-left: 30px; }
#sell_top .widget-html li:last-child,
#buy_top .widget-html li:last-child,
#training_top .widget-html li:last-child,
#training_bottom .widget-html li:last-child { 
    margin-bottom: 0; }
#sell_top .widget-html li:before,
#buy_top .widget-html li:before,
#training_top .widget-html li:before,
#training_bottom .widget-html li:before {
    font-family: "FontAwesome7";
    content: "\f00c";
    position: absolute;
    left: 2px;
    top: 1px;
    color: var(--fourth-color);
    font-size: 13px; }
#sell_top .action,
#sell_bottom .action,
#buy_top .action,
#buy_bottom .action,
#training_top .action,
#training_bottom .action {
    margin-top: 30px;
    display: flex; }

#sell_middle,
#buy_middle,
#training_middle{
    padding: 80px 0;
    background-color: var(--silver-color); }
#sell_middle .contact-left,
#training_middle .contact-left{
    flex: none;
    width: 390px; }
#home_about .widget-html h2,
#sell_middle .contact-left h2,
#training_middle .contact-left h2,
#company .process-left h2,
#contact #inner .contact-left h2{
    margin: 0 0 20px 0;
    color: var(--gray-color);
    text-transform: uppercase;
    font-weight: var(--primary-font-medium);
    font-size: 14px;
    line-height: 1;
    position: relative;
    padding-left: 15px; }
#home_about .widget-html h2:before,
#sell_middle .contact-left h2:before,
#training_middle .contact-left h2:before,
#company .process-left h2:before,
#contact #inner .contact-left h2:before{
    content: "/";
    position: absolute;
    left: 2px;
    top: -2px;
    color: var(--primary-color);
    font-weight: var(--primary-font-bold);
    font-size: 17px; }
#sell_middle .contact-left h1,
#training_middle .contact-left h1,
#company .process-left h3,
#company .company-bottom .title h1,
#contact #inner .contact-left h1{
    margin: 0 0 30px 0;
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    color: var(--black-color);
    font-size: 34px;
    line-height: 44px; }
#sell_middle .contact-left h1 strong,
#training_middle .contact-left h1 strong,
#company .process-left h3 strong,
#company .company-bottom .title h1 strong,
#contact #inner .contact-left h1 strong{
    font-weight: var(--second-font-bold);
    color: var(--fourth-color); }
#sell_middle .contact-left p,
#training_middle .contact-left p,
#contact #inner .contact-left p{
    line-height: 26px;
    color: var(--gray-color);
    margin-bottom: 0; }
#sell_middle .contact-right,
#training_middle .contact-right{ 
    width: calc(100% - 470px); }
#home_featured .widget-html h1,
#home_reviews .widget-html h1,
#home_feedblog .widget-html h1,
#buy_middle .widget-html h1{ 
    text-align: center;
    margin-bottom: 15px; }
#home_featured .widget-html h1 a,
#home_feedblog .widget-html h1 a,
#buy_middle .widget-html h1 a{ 
    color: var(--black-color); }
#home_featured .widget-html h1 a:hover,
#home_feedblog .widget-html h1 a:hover,
#buy_middle .widget-html h1 a:hover{ 
    color: var(--gray-color); }
#home_featured .widget-html p,
#home_reviews .widget-html p,
#home_feedblog .widget-html p,
#buy_middle .widget-html p{
    margin: 0;
    color: var(--gray-color);
    font-size: 16px;
    text-align: center; }

#sell_bottom .wrapper .image{ min-height: 670px; }
#buy_bottom .wrapper .image{ min-height: 740px; }
#sell_bottom .process a,
#buy_bottom .process a {
    color: #337ab7;
    font-weight: var(--primary-font-medium);
    font-size: 15px;
    text-decoration: underline; }
#sell_bottom .process a:hover,
#buy_bottom .process a:hover { 
    color: #23527c; }

#sell_auxiliar{ 
    padding: 70px 0 90px 0;
    border-top: 1px solid #00000015; }
#sell_auxiliar .gallery {
    position: relative;
    flex: none;
    width: 430px; }
#sell_auxiliar .gallery .grid {
	max-width: 100em;
	list-style: none;
	margin: 0 auto;
	padding: 0; }
#sell_auxiliar .gallery .grid li {
	display: block;
    width: 50%;
	float: left;
	padding: 0 1px 2px 1px;
	opacity: 0; }
#sell_auxiliar .gallery .grid li.shown,
#sell_auxiliar .gallery .no-js .grid li,
#sell_auxiliar .gallery .no-cssanimations .grid li {
	opacity: 1; }
#sell_auxiliar .gallery .grid li a,
#sell_auxiliar .gallery .grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
	position: relative; }
#sell_auxiliar .gallery .grid li a:after{
	content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
 	visibility: hidden;
 	transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#sell_auxiliar .gallery .grid li a:hover:after{
    opacity: 0.2;
 	visibility: visible; }
#sell_auxiliar .gallery .grid.effect li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards; }
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
#sell_auxiliar .content { width: 640px; }
#sell_auxiliar .content h2,
.nc-modal .widget-html h2{
    margin: 0 0 20px 0;
    font-weight: var(--primary-font-bold);
    font-size: 18px;
    line-height: 30px;
    color: var(--black-color); }
#sell_auxiliar .content .panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0; }
#sell_auxiliar .content .panel a {
    display: flex;
    align-items: center;
    height: 55px;
    background: #fff;
    border-bottom: 1px solid #00000020;
    padding: 0 50px 0 30px;
    color: var(--black-color);
    font-weight: var(--primary-font-medium);
    position: relative;
    font-size: 15px; }
#sell_auxiliar .content .panel a:after {
    font-family: "FontAwesome7";
    content: "\f078";
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 16px; }
#sell_auxiliar .content .panel a[aria-expanded="true"]:after{ content: "\f077"; }
#sell_auxiliar .content .panel a:hover,
#sell_auxiliar .content .panel a[aria-expanded="true"]{
    background: var(--silver-color); }
#sell_auxiliar .content .panel-body { padding: 15px 20px; }
#sell_auxiliar .content .panel-body p,
#sell_auxiliar .content .panel-body li,
.nc-modal .widget-html p,
.nc-modal .widget-html li {
    line-height: 24px;
    color: var(--gray-color);
    margin-bottom: 10px; }
#buy .nc-modal .widget-html li {
    position: relative;
    padding-left: 18px; }
#buy .nc-modal .widget-html li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: var(--fourth-color);
    border-radius: 50%; }
#sell_auxiliar .content .panel-body p strong,
#sell_auxiliar .content .panel-body li strong,
.nc-modal .widget-html p strong,
.nc-modal .widget-html li strong {
    font-weight: var(--primary-font-medium);
    color: var(--black-color); }
#sell_auxiliar .content .panel-body li{
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px; }
#sell_auxiliar .content .panel-body li:last-child{ margin-bottom: 0; }
#sell_auxiliar .content .panel-body li:before{
    font-family: "FontAwesome7";
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    left: 2px;
    top: -1px;
    color: var(--fourth-color); }
#sell_auxiliar .content .panel-body ul+p{ margin: 15px 0 10px 0; }
#sell_auxiliar .content .action a{ color: var(--black-color); }
#sell_auxiliar .content .action a strong{ font-weight: var(--primary-font-medium); }
#sell_auxiliar .content .action a:hover{ text-decoration: underline; }

.nc-modal{
    display: none;
    width: 640px; }
.nc-modal .widget-html ul { margin-bottom: 10px; }
.nc-modal .widget-html li { margin-bottom: 5px; }
.nc-modal .widget-html p:last-of-type { margin-bottom: 0; }


/* About Us */
#company #inner{ padding: 0; }
#company #inner .company-top .wrapper{ 
    align-items: center;
    gap: 60px; }
#company .company-top .image{
    flex: none;
    width: 350px;
    min-height: 880px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
#company .company-top .reverse .image{ min-height: 470px; }
#company .company-top .reverse .content{ padding-right: 10px; }
#company .company-top .content h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 15px 0; }
#company .company-top .content h1 strong{
    font-weight: var(--second-font-bold);
    color: var(--fourth-color); }
#company .company-top .content p+h1{ margin-top: 30px; }
#company .company-top .content p,
#company .company-bottom .content p,
#company .company-bottom .content li{
    margin-bottom: 15px;
    line-height: 26px;
    color: var(--gray-color); }
#company .company-top .content p:last-of-type{ margin-bottom: 0; }

#company .company-middle{
    padding: 80px 0;
    background-color: var(--silver-color); }
#company #inner .company-middle .wrapper,
#company #inner .company-bottom .wrapper{ 
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
#company .process-left,
#company .process-right{
    padding: 0; } 
#company .process-left{
    flex: none;
    width: 260px; }
#company .process-left h3,
#company .company-bottom .title h1 {
    font-size: 26px;
    line-height: 34px;
    margin: 0; }
#company .process-right ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; }
#company .process-right li {
    position: relative;
    background-color: #faf3e0;
    padding: 20px 30px 30px 30px;
    border-radius: 20px; }
#company .process-right li h1 {
    margin: 0;
    color: #00000040;
    font-weight: var(--primary-font-bold);
    font-size: 74px;
    line-height: 80px; }
#company .process-right li h2 {
    margin: 25px 0 15px 0;
    font-weight: var(--primary-font-bold);
    font-size: 16px; }
#company .process-right li p{
    margin: 0;
    color: var(--gray-color);
    font-size: 14px; }

#company .company-bottom{ padding: 80px 0; }
#company .company-bottom .wrapper{ 
    position: relative;
    gap: 0; } 
#company .company-bottom .title{
    flex: none;
    width: 160px;
    text-align: right; }
#company .company-bottom .divider{
    position: absolute;
    left: 160px;
    width: 140px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
#company .company-bottom .divider:before { background-color: #dadada !important; }
#company .company-bottom .divider:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #dadada;
    border: 4px solid #fff;
    z-index: 2; }
#company .company-bottom .content{ width: calc(100% - 300px); }
#company .company-bottom .content li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px; }
#company .company-bottom .content li:last-child{ margin-bottom: 0; }
#company .company-bottom .content li:before{ top: 4px !important; }


/* Circular Economy */
#inner .circular-top{ padding: 30px 0 70px 0; }
#inner .circular-top .widget-html h2,
#inner .circular-top .widget-html h3,
#inner .circular-top .widget-html h4{
    display: none; }
#inner .circular-top .widget-html h1{
    margin: 0 0 20px 0;
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 38px;
    line-height: 48px;
    text-align: center; }
#inner .circular-top .widget-html h1 strong{
    font-weight: var(--second-font-bold);
    color: var(--fourth-color); }
#inner .circular-top .widget-html p{
    margin: 0;
    color: var(--gray-color);
    font-size: 16px;
    line-height: 26px;
    text-align: center; }

#inner .circular-middle{ position: relative; }
#inner .circular-middle .divider{
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center; }
#inner .circular-middle .divider:before,
#company .company-bottom .divider:before{
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    z-index: 1; }
#inner .circular-middle .divider img{
    padding: 18px 0;
    background-color: #fff;
    position: relative;
    z-index: 2; }
#inner .circular-middle .grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 140px; }
#inner .circular-middle .grid .left,
#inner .circular-middle .grid .right{
    padding: 40px;
    border: 1px solid #00000020;
    border-radius: 20px; }
#inner .circular-middle .widget-html h2 strong{ font-size: 12px; }
#inner .circular-middle .widget-html h1{
    font-size: 22px;
    line-height: 28px; }
#inner .circular-middle .widget-html ul{ margin: 30px 0 40px 0; }
#inner .circular-middle .widget-html li{
    position: relative;
    padding-left: 40px;
    color: var(--gray-color);
    margin-bottom: 15px; }
#inner .circular-middle .widget-html li:last-child{ margin-bottom: 0; }
#inner .circular-middle .widget-html li:before,
#company .company-bottom .content li:before{
    font-family: "FontAwesome7R";
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--fourth-color);
    color: #fff; 
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center; }
#inner .circular-middle .right .widget-html li:before{ background-color: var(--second-color); }
#inner .circular-middle .action{ display: flex; }

#home_trusted,
#inner .circular-trusted{ 
    padding: 70px 0; }
#inner .circular-trusted{ margin: 80px 0; }

#inner .circular-faqs{ padding-bottom: 20px; }
#inner .circular-faqs h1{
    margin: 0 0 40px 0;
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 34px;
    color: var(--black-color);
    text-align: center; }
#inner .circular-faqs .panel-group{
    margin: 0 auto;
    max-width: 900px; }
#inner .circular-faqs .panel{
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin: 0; }
#inner .circular-faqs .panel-heading{
    background-color: transparent;
    padding: 0; }
#inner .circular-faqs .panel-heading a{
    position: relative;
    display: flex ;
    height: 60px;
    width: 100%;
    align-items: center;
    color: var(--black-color);
    font-weight: var(--primary-font-medium);
    font-size: 15px;
    padding: 0 50px 0 30px;
    border-bottom: 1px solid #00000020; }
#inner .circular-faqs .panel-heading a:hover, 
#inner .circular-faqs .panel-heading a[aria-expanded="true"] {
    background: var(--silver-color); }
#inner .circular-faqs .panel-heading a:after{
    font-family: "FontAwesome7";
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 20px; }
#inner .circular-faqs .panel-heading a[aria-expanded="true"]:after{ content: "\f077"; }
#inner .circular-faqs .panel-heading a[aria-expanded="false"]:after{ content: "\f078"; }
#inner .circular-faqs .panel-body{
    padding: 15px 20px;
    border: none; }
#inner .circular-faqs .panel-body p,
#inner .circular-faqs .panel-body li{
    color: var(--gray-color); }
#inner .circular-faqs .panel-body ul{ margin-bottom: 10px; }
#inner .circular-faqs .panel-body li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px; }
#inner .circular-faqs .panel-body li:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 5px;
    top: 10px;
    border-radius: 50%;
    background-color: var(--fourth-color); }


/* Training */
#auxone #inner{ padding: 0; }
#auxone .fancybox-content{ padding: 0; }
#training_infos{ 
    padding: 70px 0;
    border-bottom: 1px solid #00000025; }
#training_infos h1.title,
#training_top .content h1,
#training_bottom .content h1{
    margin: 0 0 40px 0;
    font-weight: var(--primary-font-bold);
    font-size: 28px;
    line-height: 34px;
    color: var(--black-color);
    text-align: center; }
#training_top .content h1,
#training_bottom .content h1{ 
    text-align: left;
    margin-bottom: 20px; }

#training_infos .item a.main{
    display: block;
    position: relative;
    height: 260px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
#training_infos .item a.main:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
#training_infos .item a.main:hover:before{ opacity: 0.2; }
#training_infos .action{
    display: flex;
    justify-content: center;
    margin-top: 20px; }
#training_infos .action a{
    line-height: 36px;
    padding: 0 25px;
    background-color: var(--primary-color) !important; }
#training_infos .action a:before{ background-color: var(--second-color) !important; }

#training_top .wrapper .image{ min-height: 940px; }
#training_bottom .wrapper .image{ min-height: 760px; }


/* Blog */
.list-blog {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
.list-blog a.head-link,
.feedblog a.head-link { 
    display: block;
    position: relative;
    padding: 25px;
    border: 1px solid #00000015;
    border-radius: 20px; }
.list-blog .element-img,
.feedblog .element-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px; }
.list-blog .element-img:after,
.feedblog .element-img:after,
#home_featured .product-list .img-box:after, 
#inner .product-list .img-box:after  {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #020407;
    opacity: 0;
    z-index: 1;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease; }
.list-blog a.head-link:hover .element-img:after,
.feedblog a.head-link:hover .element-img:after,
#home_featured .product-list a:hover .img-box:after, 
#inner .product-list a:hover .img-box:after  { 
    opacity: 0.2; }
.list-blog .video,
.article-blog .video,
.feedblog .video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
.list-blog .ripple,
.feedblog .ripple {
    height:50px;
    width: 50px;
    padding: 0 8px 0 12px; }

.list-blog .element-info,
.feedblog .element-info {
    margin-top: 20px; }
.list-blog .element-info .cat,
.feedblog .element-info .cat {
    display: flex;
    align-items: center;
    height: 26px; }
.list-blog .element-info .cat span,
.feedblog .element-info .cat span {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 4px;
    line-height: 26px; }
.list-blog .element-info h2,
.feedblog .element-info h2 {
    display: flex;
    align-items: center;
    height: 48px;
    line-height: 24px;
    font-size: 15px;
    margin: 15px 0;
    font-weight: var(--primary-font-bold);
    color: var(--black-color);
    overflow: hidden; }
.list-blog .element-info p,
.feedblog .element-info p {
    margin-bottom: 20px;
    color: var(--gray-color);
    max-height: 66px;
    line-height: 22px;
    overflow: hidden; }
.list-blog .element-info .more span,
.feedblog .element-info .more span {
    font-weight: var(--primary-font-medium);
    color: var(--gray-color);
    text-decoration: underline; }
.list-blog a:hover .element-info .more span,
.feedblog a:hover .element-info .more span {
    color: var(--fourth-color); }

.article-blog { width: 100%; }
.article-blog .article-img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px; }
.article-blog .article-img a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%; }
.article-blog .article-img a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #020407;
    opacity: 0;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.article-blog .article-img a:hover:after { opacity: 0.2; }
.article-blog .article-info .share-head, 
.article-blog .article-info .share ul, 
.article-blog .article-info .share li .share-blog, 
.article-blog .article-info .tags {
    display: flex;
    align-items: center; }
.article-blog .article-info .date span {
    color: var(--gray-color);
    text-transform: capitalize;
    font-weight: var(--primary-font-medium); }
.article-blog .article-info .share{ margin-left: 30px; }
.article-blog .article-info .share li{ margin-right: 8px; }
.article-blog .article-info .share li .share-blog{
    justify-content: center;
    background-color: var(--silver-color);
    border: none;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    fill: var(--gray-color); }
.article-blog .article-info .share li .share-blog:hover{ 
    background-color: var(--fourth-color);
    fill: #fff; }
.article-blog .article-info .share li .share-blog svg{ 
    width: 15px; 
    height: 15px; }
.article-blog .article-info .share li .btn-whatsapp svg{
    width: 18px;
    height: 18px; }
.article-blog .article-info h1.title {
    margin: 20px 0 20px 0;
    font-size: 26px;
    line-height: 36px;
    font-weight: var(--primary-font-bold);
    font-size: 24px;
    line-height: 32px;
    color: var(--black-color); }
.article-blog .article-info .description{ padding-right: 10px; }
.article-blog .article-info .description h1{
    line-height: 30px;
    font-size: 20px;
    font-weight: var(--primary-font-bold); 
    line-height: 34px;
    margin: 0 0 15px 0; }
.article-blog .article-info .description p+h1,
.article-blog .article-info .description ul+h1{ 
    margin-top: 20px; }
.article-blog .article-info .description h2{
    line-height: 26px;
    font-size: 18px;
    font-weight: var(--primary-font-bold);
    margin: 0 0 10px 0; }
.article-blog .article-info .description p+h2,
.article-blog .article-info .description ul+h2{ 
    margin-top: 15px; }
.article-blog .article-info .description h3{
    line-height: 26px;
    font-size: 16px;
    font-weight: var(--primary-font-medium);
    margin: 0 0 10px 0; }
.article-blog .article-info .description p{
    color: var(--gray-color);
    line-height: 26px; }
.article-blog .article-info .description p strong,
.article-blog .article-info .description p b{
    font-weight: var(--primary-font-bold);
    color: var(--black-color); }
.article-blog .article-info .description p img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
.article-blog .article-info .description ul{ margin: 0 0 15px 0; }
.article-blog .article-info .description li{
    position: relative;
    color: var(--gray-color);
    line-height: 26px;
    padding-left: 20px;
    margin-bottom: 5px; }
.article-blog .article-info .description li:last-child{ margin-bottom: 0; }
.article-blog .article-info .description li:before{
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--third-color); }
.article-blog .article-info .description p a,
.article-blog .article-info .description li a{
    font-weight: var(--primary-font-bold);
    color: #337ab7 !important;
    text-decoration: underline; }
.article-blog .article-info .description p a:hover,
.article-blog .article-info .description li a:hover{ 
    color: #23527c !important; }
.article-blog .article-info .tags {
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 9px; }
.article-blog .article-info .tags a {
    line-height: 24px;
    color: var(--gray-color);
    font-weight: var(--primary-font-medium);
    text-decoration: underline;
    font-size: 14px;
    margin-right: 10px; }
.article-blog .article-info .tags a:hover { color: var(--third-color); }
.article-blog .article-info .tags a i {
    margin-right: 3px;
    font-size: 12px; }
.article-blog .article-info .back { margin-top: 30px; }
.article-blog .article-info .back a {
    display: flex;
    line-height: 24px;
    color: var(--gray-color);
    text-decoration: underline;
    font-weight: var(--primary-font-medium); }
.article-blog .article-info .back a:hover { color: var(--fourth-color); }

.ripple {
    position:relative;
    background-color: var(--fourth-color);
    border:none;
    border-radius:50%;
    fill:#fff;
    height:66px;
    width: 66px;
    box-sizing:border-box;
    padding: 0 12px 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
a:hover .ripple{ background-color: var(--third-color); }
.ripple:before {
    animation:ripple 2s ease-out infinite;
    border:solid 2px var(--fourth-color);
    border-radius:50%;
    bottom:0;
    box-sizing:border-box;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0; }
.ripple:after {
    animation:ripple 2s 1s ease-out infinite;
    border:solid 2px var(--fourth-color);
    border-radius:50%;
    bottom:0;
    box-sizing:border-box;
    content:"";
    left:0;
    position:absolute;
    right:0;
    top:0; }
@keyframes ripple {
    0% {
        opacity:.25;
    }
    100% {
        border-radius:50%;
        opacity:0;
        transform:scale(2.5);
    }
}


/* Contact */
#contact #inner .contact-left{
    flex: none;
    width: 475px; }
#contact #inner .contact-left h3 {
    color: var(--black-color);
    font-weight: var(--primary-font-medium);
    font-size: 16px;
    line-height: 26px;
    margin: 0px 0px 15px; }
#contact #inner .contact-right{ width: calc(100% - 540px); }


/* Confirmation */
#confirmation .confirmation {
    padding: 50px 40px;
    width: 640px;
    margin: 0 auto;
    border-radius: 16px;
    position: relative;
    z-index: 2;
    border: 2px solid var(--silver-color); }
#confirmation .confirmation h1{
    margin: 0 0 30px 0;
    font-weight: var(--primary-font-bold);
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: var(--gray-color); }
#confirmation .confirmation p{
    margin: 0;
    padding: 0 40px;
    line-height: 28px;
    font-size: 16px;
    color: var(--gray-color);
    text-align: center; }


/* Privacy */
#privacy_box h1,
#privacy_box h2,
#privacy_box h3{
    font-weight: var(--primary-font-bold); }
#privacy_box h1{
    margin: 0 0 30px 0;
    font-size: 22px;
    text-align: center; }
#privacy_box h2{
    margin: 20px 0 15px 0;
    font-size: 16px; }
#privacy_box h3{
    margin: 20px 0 15px 0;
    font-size: 14px; }
#privacy_box p{
    text-align: justify;
    line-height: 22px;
    color: var(--gray-color); }
#privacy_box ol,
#privacy_box ul{
    padding-left: 30px;
    margin-bottom: 10px; }
#privacy_box ul{ list-style-type: disc; }
#privacy_box ol li,
#privacy_box ul li{
    margin-bottom: 5px;
    line-height: 22px;
    color: var(--gray-color); }


/* Footer */
footer{
    padding-bottom: 20px;
    background-color: var(--primary-color);
    background-image: url(../img/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
footer .logo{
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
footer .logo .wrapper{
    position: relative; 
    padding: 0 8px 8px 8px;
    background-color: #fff;
    border-radius: 0 0 16px 16px; }
footer .logo .wrapper:before,
footer .logo .wrapper:after{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    background-repeat: no-repeat; }
footer .logo .wrapper:before{
    background-image: url(../img/radius-left.png);
    left: -32px; }
footer .logo .wrapper:after{
    background-image: url(../img/radius-right.png);
    right: -32px; }
footer .logo .box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 120px;
    margin-top: -16px;
    border-radius: 8px;
    background-color: #f9f6ef; }
footer .logo .box img{
    display: block;
    max-height: 80px;
    width: auto; }
footer .links ul{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ffffff40;
    margin-bottom: 20px;
    padding-bottom: 20px; } 
footer .links li{ margin: 0 20px; }
footer .links li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--primary-font-medium); }
footer .links li a:hover{ color: var(--fourth-color); }
footer .info,
footer .info .widget-html ul,
footer .info .social-block,
footer .info .social-block ul{
    display: flex;
    align-items: center;
    justify-content: center; } 
footer .info .widget-html li{ 
    margin-left: 35px;
    padding-left: 20px;
    position: relative; }
footer .info .widget-html li:before{
    font-family: "FontAwesome7";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #ffffffaa; } 
footer .info .widget-html li.mobile:before{
    font-family: "FontAwesome7B";
    content: "\f232";
    font-size: 15px; }
footer .info .widget-html li.mail:before{ content: "\f0e0"; }
footer .info .widget-html li.address:before{ content: "\f3c5"; }
footer .info .widget-html li:first-child{ margin-left: 0; } 
footer .info .widget-html li a{ margin-left: 5px; }
footer .info .widget-html li,
footer .info .widget-html li a{
    color: var(--silver-color); }
footer .info .widget-html li a:hover{ color: var(--fourth-color); }
footer .info .social-block{ margin-left: 50px; }
footer .info .social-block h2{
    margin: 0 8px 0 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: var(--primary-font-medium);
    color: var(--silver-color); }
footer .info .social-block li{ margin-left: 7px; }
footer .info .social-block li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--silver-color);
    color: var(--primary-color);
    font-size: 14px; }
footer .info .social-block li a:hover{
    background-color: var(--fourth-color);
    color: #fff; }
footer .copyright{ 
    color: var(--silver-color);
    text-align: center;
    margin-top: 60px; }

.wa-mobile {
    position: fixed;
    width: 56px;
    height: 56px;
    right: 25px;
    bottom: 25px;
    z-index: 9000; }
.compensate-for-scrollbar .wa-mobile { right: 40px; }
.wa-mobile a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    line-height: 56px;
    text-align: center;
    font-size: 34px;
    background: #25d366; }
.wa-mobile a:hover { background: #128c7e; }

.content_only #privacy_box { padding: 40px 0; }



/*** 4. Responsive ***/
@media (min-width: 992px) and (max-width: 1200px) {
    #header_fixed #header_menu .widget-html li { margin-right: 35px; }

    .navbar-content li.first-item { display: none; }
    .navbar-content li { margin: 0 15px; }
    .navbar-content li.first-tablet { margin-left: 0; }
    .navbar-content .dropdown-menu li { margin: 0 0 10px 0; }
    .navbar-content li.sell a, 
    .navbar-content li.buy a {
        padding: 0 20px; }

    .seq .seq-content { width: 55% !important; }

    .home-top { padding: 70px 0; }
    .home-top .about-txt { padding-top: 20px; }
    .home-top .about-img p img{
        display: block;
        max-width: 100%;
        height: auto; }
    .home-top .about-txt h1 {
        margin: 0 0 25px 0;
        font-size: 34px;
        line-height: 42px; }
    .home-middle { padding: 60px 0; }
    .home-middle .item-container,
    #category .product-list li .item-container { 
        min-height: 160px;
        padding-top: 15px; }
    .home-bottom { padding: 60px 0 70px 0; }
    .list-blog .element-info, 
    .feedblog li .element-info {
        padding: 30px 25px; }

    #company .about-top .widget-html {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        background-image: none; }
    #company .about-bottom { margin-top: 40px; }
    #company .about-bottom .widget-html {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 45%;
        background-image: url(../img/about-top-top.jpg); }
    #company .process-left{ margin-bottom: 40px; }
    #company .process-left .widget-html h3 {
        margin: 0 0 10px 0;
        text-align: center; }
    #company .process-left .widget-html h1 {
        margin: 0 0 15px 0;
        text-align: center; }
    #company .process-left .widget-html p {
        text-align: center;
        padding: 0 190px; }




    #contact .contact-right { padding-left: 15px; }
    #contact .contact-left .widget-html h1 {
        font-size: 24px;
        line-height: 38px; }

    #confirmation_box { width: 86%; }

    footer .footer-left { display: none; }
    footer .footer-right {
        padding-top: 220px;
        background-position: center 60px; }

    .fancybox-slide--iframe .fancybox-content { max-width: 90% !important; }
}

@media (min-width: 767px) and (max-width: 991px) {
    #header_fixed #header_menu .widget-html li { margin-right: 20px; }
    #header .header-top .widget-html li.mail,
    #header .navbar-content li.sell,
    #header .navbar-content li.buy { 
        display: none; }
    .navbar-content li { margin: 0 15px; }
    .navbar-content .dropdown-menu li { margin: 0 0 10px 0; }
    .navbar-content li.sell a, 
    .navbar-content li.buy a {
        padding: 0 10px; }
    #header .navbar-content li.last-tablet{ margin-right: 0; }
    #header .navbar-content li.last-tablet .dropdown-menu{
        left: inherit;
        right: 0; }

    .seq .seq-content { width: 75% !important; }

    .home-top { padding: 70px 0; }
    .home-top .about-txt { padding-top: 0; }
    .feedblog li:last-child { display: none; }


    #company .about-top{
        padding-left: 30px;
        padding-right: 30px; }
    #company .about-top .widget-html {
        padding-top: 0;
        padding-bottom: 430px;
        padding-left: 0;
        background-image: url(../img/about-tablet-top.jpg);
        background-position: center bottom; }
    #company .about-bottom { 
        margin-top: 40px;
        padding-left: 30px;
        padding-right: 30px; }
    #company .about-bottom .widget-html {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        background-image: none; }
    #company #company_process {
        margin: 70px 0 50px 0;
        padding: 70px 0; }
    #company .process-left{ margin-bottom: 40px; }
    #company .process-left .widget-html h3 {
        margin: 0 0 10px 0;
        text-align: center; }
    #company .process-left .widget-html h1 {
        margin: 0 0 15px 0;
        text-align: center; }
    #company .process-left .widget-html p {
        text-align: center;
        padding: 0 90px; }
    #company .process-right .widget-html ul {
        margin-left: -10px;
        margin-right: -10px; }
    #company .process-right .widget-html li {
        margin: 0 10px;
        padding: 20px; }
    #company .company-bottom .widget {
        padding-left: 30px;
        padding-right: 30px; }

    #contact .contact-left {
        padding-right: 60px;
        padding-left: 60px;
        margin-bottom: 30px; }
    #contact .contact-left .widget-html h1 { margin: 0 0 15px 0; }
    #contact .contact-left .widget-html h3 { display: none; }
    #contact .contact-right {
        padding-left: 60px;
        padding-right: 60px; }

    #confirmation_box {
        padding: 60px 60px 60px 160px;
        width: 100%; }

    #product_upper .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0 !important; }
    #product_upper .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0 !important; }

    footer .footer-left { display: none; }
    footer .footer-right {
        padding-top: 220px;
        background-position: center 60px; }
    footer .footer-right .links li { margin: 0 15px; }
    footer .footer-right .links li:first-child { margin-left: 0; }
    footer .footer-right .links li:last-child { margin-right: 0; }
    footer .footer-right .info .widget-html li { margin-left: 22px; }
    footer .footer-right .info .social-block { margin-left: 30px; }

    .fancybox-slide--iframe .fancybox-content { max-width: 100% !important; }
    .fancybox-slide { padding: 30px !important; }
    .content_only #privacy_box { padding: 20px !important; }
}

@media (max-width: 767px) {
    #header_fixed {
        top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding-right: 40px; }
    #header_fixed .navbar-default .navbar-content,
    #header_fixed .social-block .contact{ 
        display: none !important; }
    #header_fixed .social-block{ display: block !important; }
    #header_fixed .social-block ul{
        display: flex;
        align-items: center; }
    #header_fixed #header_menu { 
        justify-content: center;
        padding-top: 10px; }
    #header_fixed #header_menu .widget-html li { margin-right: 18px; }
    #header_fixed #header_menu .social-block li { margin-left: 12px; }
    #header_fixed #header_menu .social-block li a {
        font-size: 15px;
        color: #fff; }

    #header { padding: 54px 0 15px 0; }
    #header #header_logo { width: 100%; }
    #header #header_logo img { margin: 0 auto; }

    .navbar-default { min-height: 0; }
    .navbar-default .navbar-toggle {
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 9999;
        margin: 0;
        border: 0;
        border-radius: 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        color: #fff;
        background: var(--primary-color); }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: var(--primary-color); }
    .navbar-default .navbar-content{
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 9998;
        width: 80%;
        height: 100% !important;
        background: rgba(255,255,255,0.95);
        padding-top: 70px;
        border-top: none;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        transition: 0.4s ease;
        -o-transition: 0.4s ease;
        -webkit-transition: 0.4s ease; }
    .navbar-default .collapse{ display: block; }
    .navbar-default .navbar-content.in{ right: 0%; }
    .navbar-default .navbar-content ul {
        margin: 0;
        float: inherit;
        box-shadow: none; }

    .navbar-content li {
        margin: 0 !important;
        padding: 0; }
    .navbar-content li.hidden-large { display: block; }
    .navbar-content li.sell { margin: 10px 0 15px 0 !important; }
    .navbar-content li a {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 15px 30px !important;
        display: block;
        height: inherit;
        line-height: 20px; }
    .navbar-content li a:hover, 
    .navbar-content li.active a {
        background-color: transparent !important;
        color: var(--primary-color) !important;
        padding: 15px 30px !important;
        border-color: transparent !important; }

    .navbar-content .dropdown-menu {
        left: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
        padding: 0 !important; }
    .navbar-content .dropdown-menu ul { padding: 0; }
    .navbar-content .open .dropdown-menu {
        opacity: 1 !important;
        visibility: visible !important; }
    .navbar-content .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .navbar-content .dropdown-menu {
        opacity: 0 !important;
        visibility: hidden !important; }
    .navbar-content .dropdown-menu li {
        border-bottom: none;
        padding-bottom: 0; }
    .navbar-content .dropdown-menu ul li a {
        font-size: 14px;
        padding: 12px 30px !important; }

    .home-top { padding: 60px 0; }
    .home-top .about-img p img{
        display: block;
        max-width: 100%;
        height: auto; }
    .home-top .about-txt { padding-top: 40px; }
    .home-top .about-txt h2 {
        margin: 0 0 15px 0;
        font-size: 13px; }
    .home-top .about-txt h1 {
        margin: 0 0 25px 0;
        font-size: 24px;
        line-height: 34px; }
    .home-middle { padding: 50px 0; }
    .home-middle .widget-html { margin-bottom: 40px; }
    .home-middle .widget-html p { font-size: 14px; }
    .home-bottom { padding: 50px 0 30px 0; }
    .feedblog li { margin-bottom: 30px; }

    #breadcrumb{
        height: 90px;
        padding-top: 10px; }
    #breadcrumb .container{ width: 100%; }
    #breadcrumb h1 {
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 24px;
        padding-left: 40px;
        height: 24px;
        overflow: hidden; }
    #breadcrumb h1:before {
        width: 26px;
        height: 9px;
        top: 8px; }
    #breadcrumb .path { 
        font-size: 12px;
        height: 20px;
        overflow: hidden; }
    #breadcrumb .path .pipe {
        margin: 0 10px;
        font-size: 10px; }

    .columns-container { padding: 30px 0 40px 0; }

    #company .about-top .widget-html {
        padding-top: 0;
        padding-bottom: 330px;
        padding-left: 0;
        background-image: url(../img/about-mobile-top.jpg);
        background-position: center bottom; }
    #company .company-top .widget-html h1,
    #company .company-bottom .widget-html h1{
        font-size: 22px;
        margin: 0 0 15px 0; }
    #company .about-bottom { margin-top: 30px; }
    #company .about-bottom .widget-html {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        background-image: none; }
    #company #company_process {
        margin: 50px 0 40px 0;
        padding: 60px 0 40px 0; }
    #company .process-left{ margin-bottom: 30px; }
    #company .process-left .widget-html h3 { margin: 0px 0 15px 0; }
    #company .process-right .widget-html ul {
        display: block;
        margin-left: 0;
        margin-right: 0; }
    #company .process-right .widget-html li{
        width: 330px;
        margin: 0 auto 20px auto; }

    #category .product-list li .item-container { margin-bottom: 30px; }
    #category .catalog-list .item-container {
        padding: 20px;
        width: 330px;
        margin: 0 auto; }

    #contact .contact-left { 
        padding-right: 15px;
        margin-bottom: 20px; }
    #contact .contact-left .widget-html h1 {
        margin: 0 0 15px 0;
        font-size: 24px;
        line-height: 34px; }
    #contact .contact-left .widget-html h3 { display: none; }
    #contact .contact-right { padding-left: 15px; }
    #contact .form-flex { display: block; }
    #contact .form-flex .col-large {
        margin-left: 0;
        width: 100%; }

    #confirmation_box {
        padding: 0;
        margin: 0;
        width: 100%; }
    #confirmation_box:before { display: none; }
    #confirmation_box .conf-block { padding: 20px 0 10px 0; }
    #confirmation_box .conf-block h1,
    #confirmation_box .conf-block p {
        text-align: center; }
    #confirmation_box .conf-block p { 
        font-size: 15px;
        line-height: 26px; }

    #privacy_box h1 {
        margin: 0 0 20px 0;
        font-size: 18px; }

    

    .owl-theme .owl-controls .owl-buttons div.owl-prev { left: 0 !important; }
    .owl-theme .owl-controls .owl-buttons div.owl-next { right: 0 !important; }

    footer .footer-right .links ul { flex-wrap: wrap; }
    footer .footer-right .info,
    footer .footer-right .info .widget-html ul {
        display: block; }
    footer .footer-right {
        padding-top: 190px;
        background-position: center 50px;
        background-size: 300px; }
    footer .footer-right .links li { margin: 0 20px 8px 20px; }
    footer .footer-right .info .widget-html li {
        margin-left: 0;
        margin-top: 8px; }
    footer .footer-right .info .social-block {
        justify-content: flex-start;
        margin-left: 0;
        margin-top: 20px !important; }
    footer .footer-right .info .widget-html,
    footer .footer-right .info .social-block {
        width: 205px;
        margin: 0 auto; }
    footer .footer-right .copyright { margin-top: 50px; }

    .wa-mobile {
        right: 15px;
        bottom: 15px; }

    .fancybox-slide--iframe .fancybox-content { max-width: 100% !important; }
    .fancybox-slide { padding: 30px !important; }
    .content_only #privacy_box { padding: 20px !important; }
}
