@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap');

:root {
    --color-main: #17725E;
    --color-blue: #083F82;
    --color-sky: #2F80ED;
    --color-main-hover: #72a59a;
    --bg-top-menu: #fff;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #000;
}
h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6{
  font-weight: 500;
}
.homepage-products a img,
.homepage-blog-block .description .text {
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -webkit-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.bg-main {
    background-color: var(--color-main);
}
header {
    position: inherit;
}
.btn {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 45px;
    border-radius: 0;
}
.form-control {
    border-radius: 0;
    height: 51px;
}

@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
      font-size: 34px;
    }
    h3, .h3 {
      font-size: 18px;
    }
    h4, .h4 {
      font-size: 16px;
    }
    h5, .h5 {
      font-size: 16px;
    }
    h6, .h6 {
      font-size: 14px;
    }
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 26px;
    }
    h2, .h2 {
      font-size: 22px;
    }
    h3, .h3 {
      font-size: 16px;
    }
    h4, .h4 {
      font-size: 14px;
    }
    h5, .h5 {
      font-size: 12px;
    }
    h6, .h6 {
      font-size: 12px;
    }
    body {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    h1, .h1 {
        font-size: 24px;
    }
    .btn {
        font-size: 16px;
        padding: 8px 30px;
    }
}




header .header-logo img {
    display: block;
    margin-top: 10px;
    width: 100%;
    max-width: 320px;
}
header .top-menu {
    padding: 30px 0;
    font-size: 14px;
    color: #000;
    border-top: 5px solid var(--color-main);
}
header .top-menu a {
    margin-left: 0;
    color: var(--color-sky);
    text-decoration: underline;
}
header .top-menu a:hover {
    text-decoration: none;
}
header .header-address,
header .header-email {
    float: left;
}
header .header-address .h6,
header .header-email .h6 {
    color: var(--color-blue);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
header .header-address:before,
header .header-email:before {
    position: absolute;
    top: 0;
    left: -5px;
}
header .header-address:before {
    content: url('/assets/frontend/images/location.svg');
    left: -10px;
}
header .header-email:before {
    content: url('/assets/frontend/images/envelope.svg');
}
header .header-address {
    padding-left: 20px;
    position: relative;
}
header .header-email {
    padding-left: 35px;
    margin-left: 50px;
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
    header .header-email {
        margin-left: 0;
    }
}
header .btn-comercial .block-comercial {
    background-color: var(--color-blue);
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 130px;
    height: 63px;
    color: #fff;
    padding-left: 50px;

}
header .btn-comercial .block-comercial:before {
    content: "";
    position: absolute;
    left: -5px;
    right: 5px;
    top: 10px;
    border: 1px solid var(--color-main);
    background-color: transparent;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 130px;
    height: 63px;
    color: #fff;
    text-align: center;   
}
header .btn-comercial .block-comercial .euro {
    position: absolute;
    left: 18px;
    top: 20px;
}
header .btn-comercial {
    display: block;
    width: 100%;
    position: relative;
    float: right;
    text-decoration: none!important;
}
header .btn-comercial > .block-comercial {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    header .btn-comercial > .block-comercial {
        font-size: 15px;
        padding-top: 14px;
    }
}
@media (max-width: 520px) {
    .block-comercial .text {
        /*display: none*/
        font-size: 11px;
    }
    .col-comercial {
        width: 190px !important;
        float: right;
    }
    .col-logo {
        width: 130px;
    }
    header .btn-comercial .block-comercial {
        height: 40px;
        padding-left: 40px;
        padding-top: 7px;
    }
    header .btn-comercial .block-comercial:before {
        height: 40px;
        top: 5px;
    }
    header .btn-comercial .block-comercial .euro {
        left: 12px;
        top: 8px
    }
    header .top-menu {
        padding: 5px 0 10px;
    }
    header .header-logo img {
        margin-top: 14px;
    }
}
header .btn-comercial:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 8px;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: var(--color-main-hover);
}
.navbar-default {
    position: relative;
}
@media (max-width: 1199px) {
    .navbar-default {
        background-color: var(--color-main);
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-collapse {
        position: relative;
        z-index: 10;
    }
    .navbar-default .nav.navbar-nav {
        background-color: var(--color-main);
        position: relative;
        z-index: 10;
    }
    .navbar-default .navbar-collapse:before {
        content: "";
        position: absolute;
        z-index: 1;
        left: -60px;
        width: 75px;
        height: 100%;
        display: block;
        background-color: var(--color-main);
        border-top-left-radius: 70px;
    }
    .navbar-default:after {
        content: "";
        width: 50%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1;
        background-color: var(--color-main);
        position: absolute;
    }
}

.container {
    position: relative;
}
.language-switcher a {
    display: inline-block;
    background-color: #fff;
    color: rgba(0,0,0,0.26);
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 700;
    margin-right: -3px;
}
.language-switcher a.active {
    color: #000;
}
.container  .language-switcher {
    position: absolute;
    z-index: 14;
    display: none;
}
@media (min-width: 1200px) {
    .container  .language-switcher { 
        right: 0;
        top: 19px;
    }
}
@media (max-width: 1199px) {
    .container  .language-switcher { 
        left: 120px;
        top: 9px;
    }
}
.navbar-search .btn {
    background-color: var(--color-main);
    padding: 5px 12px 7px;
    border: 0;
    font-size: 14px;
}
.container .navbar-search {
    position: absolute;
    
    display: none;
    box-shadow: 0px 3px 11px 0 rgba(32, 47, 57, 0.2);
    padding: 0;
    z-index: 11;
    
    box-shadow: none;
    
}
@media (min-width: 1200px) {
    .container .navbar-search {
        right: 48px;
        margin-top: 15px;
    }
}
@media (max-width: 1199px) {
    .container .navbar-search {
        margin-top: 5px;
        left: 65px;
        z-index: 15;
    }
    .container .navbar-search .input-group-btn {
        display: none;
    };
}
.container .navbar-search input {
    height: 40px;
}

.navbar-default .dropdown-menu {
    background-color: var(--color-main);
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-default .dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid var(--color-main-hover);;
}
.navbar-default .dropdown-menu>li>a:hover {
    background-color: var(--color-main-hover);
}
.navbar-search.navbar-form {
    border: 0;
}
@media (max-width: 1199px) {
    .navbar-default .navbar-collapse {
        position: fixed;
        background: var(--color-main);
        top: -2px;
        bottom: 0;
        right: 0;
        width: 400px;
        z-index: 9999;
        transition: .3s all;
        margin-right: -300px;
        padding-top: 50px;
        padding-left: 45px;
    }
    .navbar-default .navbar-collapse .navbar-search {
      border: 0;
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0 !important;
    }
    .navbar-search.navbar-form .input-group {
      margin-right: 0 !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
      border: 0;
      padding-top: 6px;
      padding-bottom: 6px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }
    .navbar-default .navbar-collapse {
      overflow-y: scroll !important;
    }
    .navbar-default .navbar-collapse .close-menu {
        display: block;
        position: fixed;
        top: 15px;
        right: -25px;
        color: #fff;
    }
    .navbar-default .navbar-collapse .close-menu a {
        color: #fff;
        font-size: 26px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 9px;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        border: 0;
        background: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: var(--color-main);
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:after {
        border-bottom-color: #fff;
        bottom: 0;
    }
    .navbar-default .navbar-collapse .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #333;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

}
@media (max-width: 480px) {
    .navbar-default .navbar-collapse {
        width: 320px;
    }
}
@media (max-width: 320px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .dropdown-menu>li>a {
        font-size: 13px;
    }
}

.search-toggle {
    width: auto;
    margin-right: 0;
    display: block;
    background: none;
}
.btn-language {
    background: transparent;
    float: right;
    margin-right: -15px ;
}
.btn-language.active, .btn-language:active {
    box-shadow: none;
}
.search-toggle,
.btn-language {
    color: #fff;
    margin-top: 16px;
    padding: 6px 7px;
    font-size: 14px;
    position: relative;
    z-index: 12;
}
@media(max-width: 1199px) {
    .search-toggle,
    .btn-language {
        float: left;
        margin-top: 6px;
    }
    .btn-language {
        left: 45px;
    }
    .search-toggle {
        right: 25px;
    }
    .navbar-header {
        float: right;
    }
}

.footer {
    background-color: #0E1C26;
}
.footer, .footer .h3, .footer a {
    font-size: 14px;
    color: #fff;
}
.footer .h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.t1{
width: 100%;overflow: hidden; display: flex; flex-grow: 1; min-width: 25%; box-sizing: border-box;
}
.tt{display: -webkit-flex;}

.t2{width: 50%; display: flex; flex-wrap: wrap; flex-grow: 1;}

@media (min-width: 768px) {
    .footer .col {
        float: left;
        width: 20%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .col:nth-child(3) {
        width: 15%;
    }
    .footer .col:nth-child(5) {
        width: 25%;
    }
 
}
@media (max-width: 767px) {
    .footer .col {
        padding: 0 15px;
    }
    .footer .col .h3 {
        margin-top: 25px;
    }
    .footer .footer-address {
        margin-bottom: 15px;
    }
    .footer {
        padding-top: 0;
    }
    .tt{display: block;}
    .t2{width: 100%;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer .col:nth-child(1),
    .footer .col:nth-child(2),
    .footer .col:nth-child(3),
    .footer .col:nth-child(4) {
        width: 25%;
    }
    .footer .col:nth-child(5) {
        clear: left;
        width: 100%;
        float: none;
    }
    .footer #subscribe .form-control {
        width: 50%;
    }
}

.footer .footer-address:before,
.footer .footer-email:before {
    position: absolute;
    top: 0;
    left: -5px;
}
.footer .footer-address:before {
    content: url('/assets/frontend/images/location_white.svg');
    left: 0;
}
.footer .footer-email:before {
    content: url('/assets/frontend/images/envelope_white.svg');
}
.footer .footer-address,
.footer .footer-email {
    padding-left: 35px;
    position: relative;
}
@media (min-width: 768px) {
    .footer .footer-address {
        margin-bottom: 40px;
    }
}
.footer .footer-address a,
.footer .footer-email a {
    text-decoration: underline;
}
.footer .footer-address a:hover,
.footer .footer-email a:hover {
    text-decoration: none;
}
.footer #subscribe {
    margin-top: 25px;
}
.footer #subscribe .form-control {
    margin-bottom: 20px;
}
#landing-carousel .carousel-control,
#landing-carousel .carousel-indicators {
    display: none;
}
#landing-carousel .carousel-inner,
#landing-carousel .item {
    overflow: visible;
}
@media (min-width: 1200px) {
    #landing-carousel .item img {
        margin-top: -25px;
        display: initial;
    }
}

.content.contacts-page {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
.contacts-page-bg {
    padding: 50px 0;
}
.contacts-page-bg,
.contacts-page-bg a {
    color: #fff;
}

.table-contacts {
    width: 100%;
    margin-left: 25px;
}
.table-contacts td:first-child {
  width: 80px;  
}

.contacts-page-main {
    padding-top: 50px;
    padding-bottom: 50px;
}
.contacts-page-bg .h3 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.contacts-page-bg .h3:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.map-responsive {
    padding-bottom: 68%;
}

.content-title-background {
    position: relative;
    width: 100%;
    height: 210px;
    background-size: cover;
    text-align: center;
}
@media (min-width: 1200px) {
    .content-title-background {
        margin-top: -25px;
    }
}
.content-title-background h1 {
    text-align: center;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding-top: 96px;
}
.content-title-background:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 0;
    height: 35%;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom-left-radius: 75px;
}
.content-title-background:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 15%;
    right: 40%;
    height: 30%;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    border-top-right-radius: 75px;
    border-top-left-radius: 55px;
}

#landing-carousel:before {
    content: "";
    position: absolute;
    left: 40%;
    right: 0;
    height: 10%;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-bottom-left-radius: 75px;
    z-index: 1;
}

#landing-carousel:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 60%;
    height: 20%;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom-right-radius: 75px;
}
@media (min-width: 768px) and (max-width: 991px) {
    #landing-carousel:after {
        border-top: 5px solid #fff;
        border-bottom: 5px solid #fff;
        border-right: 5px solid #fff;  
    }
}

@media(min-width: 768px) and (max-width: 1199px) {
    .content-title-background {
        height: 170px;
    }
    .content-title-background h1 {
        padding-top: 65px;
    }
    .content-title-background:before {
        height: 23%;
    }
    .content-title-background:after {
        left: 10%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .content-title-background h1 {
        padding-top: 70px;
    }
}
@media (max-width: 767px) {
    #landing-carousel:after,
    #landing-carousel:before {
        display: none;
    }
    .content-title-background {
        height: 190px;
    }
    .content-title-background h1 {
        padding-top: 83px;
    }
    .content-title-background:after {
       left: 0;
       right: 5%;
       border-left: 0;
       border-top-left-radius: 0;
    }

    .content-title-background:before {
        left: 5%;
        height: 20%;
    }
}
.shop .preview-sku,
.machine .preview-sku {
    padding: 10px;
    border-bottom: 1px solid var(--color-main);
    text-transform: uppercase;
    text-align: right;
}
.shop .product-block {
    font-weight: 400;
}
.shop .product-block .title a {
    color: #000;
    display: block;
    min-height: 70px;
}

@media (min-width: 1200px) {
    .shop-border-top {
        border-top: 5px solid var(--color-main);
        margin-top: -5px;
        position: relative;
    }
}
.shop.product h1 {
    color: var(--color-main);
}
.table-product {
    font-size: 16px;
    font-weight: 500;
}
.table-product td {
    vertical-align: middle!important;
}
.table-product-lower {
    font-weight: 400;
}
.table-product>tbody>tr>td, .table-product>tbody>tr>th, .table-product>tfoot>tr>td, .table-product>tfoot>tr>th, .table-product>thead>tr>td, .table-product>thead>tr>th {
    border-color: #000;
}
.table-product>tbody>tr:first-child>td, .table-product>tbody>tr:first-child>th, .table-product>tfoot>tr:first-child>td, .table-product>tfoot>tr:first-child>th, .table-product>thead>tr:first-child>td, .table-product>thead>tr:first-child>th {
    border-top: 0;
}
.table-product td:first-child {
    width: 190px;
    text-align: right;
}
@media (min-width: 768px) and (max-width: 991px) {
    .table-product td:first-child {
        width: 100px;
    }
}
@media (max-width: 767px) {
    .table-product {
        font-size: 14px;
    }
    .table-product td:first-child {
        width: 100px;
    }
}
.product-description .nav-tabs>li {
    margin-bottom: 0;
}
.product-description .nav-tabs>li>a {
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding-left: 25px;
    padding-right: 35px;
}

.product-description .nav-tabs>li.active>a, .product-description .nav-tabs>li.active>a:focus, .product-description .nav-tabs>li.active>a:hover,.product-description .nav>li>a:focus, .product-description .nav>li>a:hover {
    background-color: var(--color-main-hover);
    color: #fff;
    border-top-right-radius: 75px;
    border: 0;
}
@media (max-width: 767px) {
    .product-description .nav-tabs>li>a, .product-description .nav-tabs>li.active>a, .product-description .nav-tabs>li.active>a:focus, .product-description .nav-tabs>li.active>a:hover,.product-description .nav>li>a:focus, .product-description .nav>li>a:hover {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        display: block;
        float: none;
    }
    .product-description .nav-tabs>li {
        float: none;
    }
}
.product-description .nav-tabs {
    border: 0;
}
.tab-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.homepage-products {
    display: table;
    width: 100%;
    position: relative;
}
.homepage-products a p {
    position: relative;
    margin-bottom: 0;
}
.homepage-products a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
    box-shadow: 0px 11px 19px rgba(175, 175, 175, 0.27);
    color: var(--color-blue);
    height: 110px;
    position: relative;
}
.homepage-products a:hover {
    text-decoration: none;
}
.homepage-products a img {
    display: block;
    opacity: 0;
    width: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
}
.shop .homepage-products a img {
    top: 0px;
    bottom: inherit;
}
.shop .homepage-products a {
    overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
    .shop-subcategories.col-md-20:nth-child(1),
    .shop-subcategories.col-md-20:nth-child(2),
    .shop-subcategories.col-md-20:nth-child(3) {
        width: 33.3333%;
        margin-bottom: 15px;
    }
    .shop-subcategories.col-md-20:nth-child(4),
    .shop-subcategories.col-md-20:nth-child(5) {
        width: 50%;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .shop .homepage-products a img {
        top: -15px;
    }
}
.homepage-title {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    .homepage-title {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .homepage-products a img {
        display: block;
        opacity: 1;
        position: relative;
        margin-bottom: -65px;
    }
    .homepage-title {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .homepage-products {
        font-size: 14px;
    }
    .homepage-products a img {
        opacity: 1;
        bottom: 25px;
    }
}
.homepage-products a:hover img {
    opacity: 1;
}

.homepage-blog-block {
    position: relative;
    box-shadow: 0px 11px 19px rgba(175, 175, 175, 0.27);
}
@media (max-width: 767px) {
    .homepage-blog-block {
        margin-bottom: 15px;
    }
}
.homepage-blog-block img {
    max-width: 100%;
    width: 100%;
}
.homepage-blog-block .description {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: var(--color-blue);
}
.homepage-blog-block .description .title {
    font-weight: 500;
    font-size: 18px;
    padding: 25px;
    text-transform: uppercase;
}
.homepage-blog-block .description .text {
    overflow: hidden;
    max-height: 0;
    padding: 0 25px;
    
}
.homepage-blog-block:hover .description .text {
    max-height: 500px;
    padding: 0 25px 25px;
}
@media (max-width: 991px) {
    .homepage-blog-block .description .title {
        font-size: 16px;
    }
}

.homepage-service-block {
    box-shadow: 0px 11px 19px rgba(175, 175, 175, 0.27);
    display: table;
    width: 100%;
    min-height: 105px;
}
.homepage-service-block .description {
    display: table-row;
}
.homepage-service-block .description .image,
.homepage-service-block .description .text {
    display: table-cell;
    vertical-align: middle;
}
.homepage-service-block .description .image {
    padding: 25px;
}
.homepage-service-block .description .text {
    padding: 25px 25px 25px 0;
}
.homepage-service-desc {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 75px;
}
@media (max-width: 991px) {
    .homepage-service-block .description .image {
        padding: 15px;
    } 
    .homepage-service-block .description .image img {
        width: 40px;
    }
    .homepage-service-block .description .text {
        padding: 15px 15px 15px 0;
    } 
    .homepage-service-desc {
        padding-left: 25px;
    }
    .homepage-service-block {
        min-height: 75px;
        font-size: 13px;
    }

}
@media (max-width: 767px) {
    .homepage-service-block {
        min-height: 60px;
        font-size: 16px;
    }
    .homepage-service-block .description .image {
        width: 40px;
    }
    .homepage-service-desc {
        margin-bottom: 10px;
    }
}
.i-check .checkmark:after {
    border-color: var(--color-main);
    border-width: 0px 1px 1px 0;
    top: 3px;
}

.blog .inner-block,
.blog .inner-block:hover,
.shop .inner-block,
.shop .inner-block:hover {
    box-shadow: 0px 11px 19px rgba(175, 175, 175, 0.27);
    border: 0;
}

.blog .inner-block .title {
    text-align: center;
    text-transform: uppercase;
}