body{
    font-size: 16px;
    color: var(--light-black);
    line-height: 20px;
}
.social-btn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.social-btn a img{
    width: 25px;
    height: auto;
}
.social-btn a{
    margin-right: 15px;
}
a:hover{
     color: #2da6d6;
}
.contacts-widget-footer .text-widget a:after,
.footer-links li a:after{
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.2s ease-in-out;
    content: "";
    left: 0;
}
.contacts-widget-footer .text-widget a:hover,
.footer-links li a:hover{
    font-weight: 700;
    color: var(--branded-blue);
}
.contacts-widget-footer .text-widget a:hover:after,
.footer-links li a:hover:after{
    width: 100%;
}
.flexed-items-copy{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sprava-link.copyrights{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sprava-link.copyrights img{
    height: 25px;
    margin-left: 10px;
}
#navigation .menu .with-btn a{
    margin-top: 8px;
    background: #2DA6D6;
    color: #fff;
    font-weight: 400;
}
#navigation .menu .with-btn a:hover{
    color: #2DA6D6;
    background-color: #fff;
}
#navigation .menu .with-btn a:hover:before{
    color: #2DA6D6;
    background-color: #fff;
}
.header-widget li.social-btn{
    display: flex;
    column-gap: 5px;
}
.header-widget li.social-btn a{
    margin-right: 0;
}
.lang{
    cursor: pointer;
}
.lang span,
.lang a{
    text-transform: uppercase;
}
.lang span {
    color:#000;
    font-family: var(--font-helvetica);
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 3px;
    line-height: 19px;
}
.lang a:after{
    display: none;
}

.header-widget .lang li:after{
    display: none;
}

.header-widget .lang .langs-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.header-widget .lang .langs-container:hover ul{
    display: flex;
}
.header-widget .lang ul{
    display: none;
    padding: 0;
    padding-top: 25px;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 0
}

.header-widget .lang ul li{
    padding-right: 0;
    margin-right: 10px;
    font-size: 14px;
    line-height: 19px;
    font-family: var(--font-helvetica);
}

.lang span:after{
    content: url("/storage/icons/caret.svg");
    margin-top: -3px;
}



.header-widget li.logo-item:after{
    display: none;
}
.header-widget li.header-address-custom,
.header-widget .header-address-custom{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-widget li.header-address-custom .widget-content,
.header-widget .header-address-custom .widget-content{
    color: #000;
    font-weight: 500;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 19px;
}
.header-widget li.header-email .widget-content,
.header-widget li.header-phone .widget-content {
    display: flex;
    gap: 5px;
}
.header-widget li.header-email .widget-content a,
.header-widget li.header-phone .widget-content a{
    color: #000;
    font-weight: 500;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 19px;
}
.header-widget .header-email .widget-content,
.header-widget .header-phone .widget-content {
    display: flex;
    gap: 5px;
}
.header-widget .header-email .widget-content a,
.header-widget .header-phone .widget-content a{
    color: #000;
    font-weight: 500;
    font-family: var(--font-helvetica);
    font-size: 16px;
    line-height: 19px;
}
.flexed-header > ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 30px;
}



.hide-container{
    transition: all 0.2s;
}
.fixed-header .content-block{
    padding-top: 173.8px;
}
.fixed-header .hide-container{
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.fixed-header .fixed-container{
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 100;
}
.fixed-header .menu{
    border: none;
}
.menu li.header-buttons{
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.btn.header-btn{
    height: 55px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 19px;
    font-weight: 700;
    color:var(--branded-blue);
    font-family: var(--font-helvetica);
}
.btn.rounded{
    border-radius: 10px;
}
.btn.bordered{
    border: 1px solid var(--branded-blue);
    transition: all .2s ease-in-out;
}
.btn.bordered:hover{
    color: #fff;
    border-color:var(--branded-blue);
    background:var(--branded-blue);
}
.main-slider-home .tp-caption{
    position: unset;
}
.padding-140{
    padding: 140px 0;
}
.owl-carousel.owl-main-slider{
    padding: 0;
}
.custom-caption {
    padding: 45px 30px;
    z-index: 5;
    background-color: #ecf1f4;
    border: 2px solid rgba(18, 74, 112, 0.5);
    border-radius: 10px;
}

.tp-caption .caption-title {
    white-space: normal;
    font-size: 41px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 19px;
    z-index: 7;
    text-transform: none;
    color: var(--branded-blue);
}

.tp-caption .caption-text {
    z-index: 7;
    white-space: normal;
    font-size: 20px;
    line-height: 24px;
    color:var(--branded-blue);
}

.tp-caption .btn{
    color: #fff;
    background: var(--branded-blue);
    font-weight: 400;
    display: inline-flex;
    margin-top: 19px;
    padding: 18px 90px;
}
.tp-caption .btn:hover{
    background: none;
    color: var(--branded-blue);
}
.background-image .padding-140{
    padding: 124px 0px;
}
.flexed-row-center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.main-slider-home .tp-caption.custom-caption{
    min-height: 311px;
}

.flexed-row-services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.flexed-row-services:before,
.flexed-row-services:after{
    display: none;
}

.flexed-subcategory-catalog{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 0px;
}
#modal-info{
    max-width: 50%;
    position: relative;
    left: 25%;
}
.the-team .the-team-content h5{
    min-height: 0px;
}
.form-custom .has-error input,
.form-custom .has-error textarea{
    border: 1px solid #dc3545;
}
.form-custom .has-error.form-group{
    position: relative;
}
.form-custom .has-error .help-block{
    color: #dc3545;
    position: absolute;
    bottom: -25px;
    white-space: nowrap;
}
#modal-info{
    display: none;
}
.mfp-container #modal-info{
    display: block;
}
.flexed-header-row{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#breadcrumbs{
    margin-top: 11px;
    position: unset;
    text-transform: none;
}
#breadcrumbs ul li:first-of-type{
    margin-left: 0;
}
#titlebar h1{
    font-size: 40px;
    line-height: 44px;
    margin: 0;
    color: #fff;
}
#breadcrumbs ul{
    padding-left: 0;
}
.flexed-header-row{
    line-height: 15px;
}
.padding-bottom-15{
    padding-bottom: 15px;
}
.modal-padding-fields input{
    margin: 0px 0 22px 0;
}
.stars.stars-review i:hover{
    cursor: pointer;
}
#navigation li.with-btn{
  padding: 0;
}
#navigation li.cart-icon{
    position: unset;
    float: right;
    margin-right: 35px;
    padding: 0;
}

.header-buttons .cart-icon a{
    height: 55px;
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background:var(--branded-blue);
    font-family: var(--font-helvetica);
    border-radius: 10px;
    border: 1px solidvar(--branded-blue);
    position: relative;
}
.header-buttons .cart-icon a svg{
    margin-top: -1px;
}
.header-buttons .cart-icon a:hover{
    border-color:var(--branded-blue);
    background: #fff;
    color:var(--branded-blue);
    cursor: pointer;
}
.header-buttons .cart-icon a:hover svg path{
    fill:var(--branded-blue);
}
.container-width-100 .container{
    width: 100%;
}
.category-widget{
    margin-bottom: 35px;
}
.category-widget ul{
    list-style: none;
    padding-left: 0;
}
.category-widget ul li li{
    padding-left: 20px;
}
.category-widget ul li li li{
    padding-left: 15px;
}
.category-widget ul li a{
    color:var(--branded-blue);
}
.category-widget ul li .sidebar-menu-toggler{
    display: inline-block;
    padding: 0;
    min-width: 15px;
    margin-top: -8px;
    position: relative;
    top: -2px;
}
.sidebar-item-with-submenu ul{
    display: none;
}
.category-widget ul li .sidebar-menu-toggler.open img{
    transform: rotate(180deg);
}
.category-widget ul li{
    line-height: 22px;
    font-size: 14px;
}
.category-widget ul li .sidebar-menu-toggler:hover{
    cursor: pointer;
}
.category-widget>ul>li>a{
    font-weight: 700;
}

.header-sidebar-category a{
    color: #000;
}
.item-flexed-buttons{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 3px;
}

table.cart-table th.text-right{
    text-align: right;
}
input.submit-order-button{
    width: 100%;
}
.padding-bottom-55{
    padding-bottom: 55px;
}
.price mark,
.sale mark{
    background: none;
    color: #888;
}

.product-widget__list{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding: 0;
}


.checkbox {
    display: inline-block;
    margin-bottom: 0
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    line-height: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color:var(--branded-blue)
}

.checkbox label span.checkbox-icon {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solidvar(--branded-blue);
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 14px;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 1px
}

.checkbox input:checked + label{
    font-weight: 700;
}
.checkbox input:checked + label span.checkbox-icon {
    background-color:var(--branded-blue);
}
.button.border.filter-button-style{
    padding: 8px 18px;
}
.checkbox input:checked + label span.checkbox-icon:after {
    display: none;
}
.flexed-row-order-form{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexed-row-order-form .items-order-container{
    order: 1;
}
.flexed-row-order-form .button-order-container{
    order: 3;
}
.flexed-row-order-form .form-order-container{
    order: 2;
}
.font-size-30{
    font-size: 30px;
}
#order-form.form-custom .has-error .help-block {
bottom: -20px;
}
.shop-item .item-description span.sale{
    font-weight: 700;
}
.shop-item .item-description span.sale del,
.shop-item .item-description span.sale mark{
    font-weight: 400;
}


.toolbar{
    padding: 10px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.toolbar .display-product-option .product-option-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.limiter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.pager .limiter label, .toolbar label, .display-product-option .pages label {
    display: inline;
    margin-right: 10px;
    padding: 8px 0;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    color: var(--light-black);
    font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pager .limiter{
    display: flex;
}
.limiter ul ul{
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 33px;
    background: none repeat scroll 0 0 #fff;
    z-index: 10000;
    color: #000;
    border: 1px #ddd solid;
}
.sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.sort-by li li:hover,
.sort-by li li:hover a{
    background-color: #eee;
}
.limiter ul ul li:hover,
.limiter ul ul li:hover a{
    background-color: #eee;
}
.limiter li:hover > ul {
    visibility: visible;
}
.limiter li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0px 0 0px 10px;
    position: relative;
    width: 50px;
    float: left;
    color: #333;
    text-align: left;
    line-height: 35px;
    border-radius: 8px;
}
.limiter li li {
    width: 48px;
    border: none;
    border-bottom: 1px #eaeaea solid;
    border-radius: 0;
}
.limiter a:link, .limiter a:visited {
    text-decoration: none;
    background-color: #fff;
    border-radius: 0px;
    display: inline-block;
    padding: 0px;
    color: var(--light-black);
}
.right-arrow:after {
    content: "";
    display: inline-block;
    background: url("/storage/icons/caret.svg");
    width: 9px;
    height: 8px;
}


.limiter .right-arrow {
    float: right;
    margin-left: 6px;
}

.sort-by > ul > li >a{
    display: flex;
    justify-content: space-between;
}
.sort-by > ul > li {
    min-width: 200px;
}
.sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0px 15px;
    position: relative;
    float: left;
    color: var(--light-black);
    line-height: 35px;
    border-radius: 8px;
}
.sort-by a:link, .sort-by a:visited {
    color: var(--light-black);
    text-decoration: none;
}
.sort-by ul ul {
    position: absolute;
    visibility: hidden;
    left: -1px;
    top: 30px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border: 1px #ddd solid;
}
.sort-by{
    display: flex;
    margin-left: 15px;
}
.sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sort-by li:hover > ul {
    visibility: visible;
}


/* Search form */
.responsive-search{
    display: flex;
    position: relative;
}

.responsive-search input,
.responsive-search button{
    margin-bottom: 0;
}

.responsive-search button,
.header-widget li .responsive-search button{
    border: none;
    text-align: center;
    z-index: 8;
    position: absolute;
    right: 25px;
    padding: 0;
    background: none;
    height: 100%;
    color:var(--branded-blue);
}
.header-widget li .responsive-search button i{
    margin: 0;
    font-size: 20px;
}
.responsive-search input{
    border-radius: 30px;
    height: 52px;
    width: 100%;
    border: none;
    box-shadow: 0 3px 7.1px rgba(0,0,0,.25);
}
.search-widget-container .responsive-search input,
.header .responsive-search input{
    color: #000;
}
.flexed-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.flexed-row:before,
.flexed-row:after{
    display: none;
}
.responsive-search .form-group{
    position: relative;
}
.responsive-search  .form-group .help-block{
    color: #dc3545;
    position: absolute;
    bottom: -22px;
    font-size: 12px;
    left: 20px;
    white-space: nowrap;
}
.search-widget-container{
    margin-bottom: 15px;
}
.responsive-search .form-group,
.search-widget-container .responsive-search input{
    width: 100%;
}
.search-widget-container .responsive-search input{
   border: 1px solid #e0e0e0
}
.search-widget-container .responsive-search button i{
    color: #000;
    font-size: 25px;
}
.search-widget-container .responsive-search button{
    padding: 0 27px;
}
.widget.control-mobile-buttons{
    display: none;
}
.mt-30{
    margin-top: 30px;
}

#logo a,
#logo > span{
    display: flex;
    flex-direction: column;
}
#logo a span,
#logo span span{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.contacts-widget-footer a{
    color: #fff;
}
/*.contacts-widget-footer a:hover{*/
/*    color: #2DA6D6;*/
/*}*/
.category-details-button{
    margin-top: 20px;
}

.with-border-after{
    position: relative;
}
.with-border-after:after{
    position: absolute;
    width: 90px;
    height: 3px;
    display: block;
    left: calc(50% - 45px);
    content: "";
    background: #2DA6D6;
    bottom: -2px;
}
.with-border-after-left{
    position: relative;
}
.with-border-after-left:after{
    position: absolute;
    width: 90px;
    height: 3px;
    display: block;
    left: 0;
    content: "";
    background: #2DA6D6;
    bottom: -2px;
}
.about-section h3.headline{
    margin-top: 0;
}
.featured-service{
    display: flex;
    flex-direction: column;
}
.featured-service .advantages-item-header{
    display: flex;
    margin-bottom: 15px;
}
.position-relative{
    position: relative;
}
.badges-container{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-left: 0px;
    z-index: 99;
}
.badges-container .badge{
    background: #DE0000;
    color: #fff;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.product-details .price del,
.product-details .price mark,
.shop-item .item-description span.sale del,
.shop-item .item-description span.sale mark{
    font-size: 20px;
    font-weight: 700;
}
.product-details .price mark,
.shop-item .item-description span.sale mark{
    color: #000;
}

.shop-item figure > a{
    display: flex;
    justify-content: center;
    width: 100%;
}
.shop-item img{
    height: 240px;
    width: auto;
    max-width: 100%;
    border: none;
}
.catalog-item-view .simple-slider.shop ul.noslides,
.catalog-item-view .simple-slider.shop ul.slides {
    list-style: none;
    padding: 0;
}
.catalog-item-view .simple-slider.shop ul.noslides li,
.catalog-item-view .simple-slider.shop ul.slides li{
    list-style: none;
    padding: 0;
}
.catalog-item-view .simple-slider.shop ul.noslides li a,
.catalog-item-view .simple-slider.shop ul.slides li a{
    display: flex;
    justify-content: center;
    height: 540px;
}
.catalog-item-view .simple-slider.shop ul.noslides li a img,
.catalog-item-view .simple-slider.shop ul.slides li a img{
    height: 100%;
    width: auto;
    max-width: 100%;
}
.catalog-object-carousel .owl-next,
.catalog-object-carousel .owl-prev{
    background: none;
}
.header-widget li.search-block{
    flex-grow: 1;
}
.map-section{
    line-height: 0;
}
.section-catalog-categories-block .row {
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
.section-production .content-block{
    margin-top: 50px;
}
.section-header{
    text-transform: none;
    text-align: center;
    margin-bottom: 47px;
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
    color: var(--branded-blue);
    font-weight: 700;
}
.section-mb{
    margin-bottom: 120px;
}
.section-partners-carousel .logo-carousel{
    padding: 0;
    margin: 0;
}
.section-reviews-block{
    background: var(--dark-blue-opacity);
    padding: 47px 0;
}
.section-reviews-block .section-header{
    padding-bottom: 21px;
}
.section-reviews-block .section-reviews-block-carousel-item{
    background: #fff;
    border-radius: 10px;
    padding: 25px 30px;
}
.section-reviews-block .owl-carousel .owl-item,
.section-reviews-block .owl-carousel .owl-stage{
    display: flex;
}
.section-reviews-block .reviews-carousel-item-header{
    margin-bottom: 10px;
}
.section-reviews-block-carousel-item .review-name{
    color: var(--light-black);
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}
.section-reviews-block-carousel-item .review-date{
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}
.reviews-carousel-item-text{
    font-size: 14px;
    color: #454545;
    line-height: 17px;
}
.custom-dots .owl-controls .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    margin-top: 35px;
}
.custom-dots .owl-dot span{
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #D9D9D9;
    display: block;
}
.custom-dots .owl-dot.active span{
    background:var(--branded-blue);
}
.custom-nav .owl-prev,
.custom-nav .owl-next{
    padding: 0;
}
.custom-nav .owl-prev img,
.custom-nav .owl-next img{
    transition: all .2s ease-in-out;
}
.custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover{
    background: none;
}
.custom-nav .owl-prev:hover img,
.custom-nav .owl-next:hover img{
    transform: scale(1.1);
}
.section-advantages-block .flexed-row > div{
   display: flex;
}
.section-advantages-block .advantages-item{
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solidvar(--branded-blue);
    row-gap: 12px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.section-advantages-block .advantages-item:hover{
    background: var(--dark-blue-opacity);
    border-color: var(--dark-blue-opacity);
}
.advantages-item .advantages-item-header{
    display: inline-block;
    width: 100%;
    text-align: center;
    color:var(--branded-blue);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
}
.advantages-item .advantages-item-text{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: var(--light-black);
}
.section-about-block-text p:last-of-type,
.advantages-item .advantages-item-text p:last-of-type{
    margin: 0;
}

.section-about-block{
    padding: 45px 0;
    background: var(--dark-blue-opacity);
}
.section-about-block .flexed-row{
    align-items: center;
}
.section-about-block img{
    border-radius: 10px;
}
.section-small-header{
    margin-bottom: 10px;
    color: var(--branded-blue);
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
.section-about-block-text{
    font-size: 16px;
    line-height: 20px;
    color: var(--light-black);
}
.shop-item {
    padding: 29px 10px 15px;
    border: none;
    /*background:  #FFFFFF;*/
    border-radius: 10px;
}
.shop-item img {
    border-radius: 10px;
}
.shop-item .badges-container{
    padding: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.shop-item .item-description{
    margin-top: 25px;
}
.shop-item .shop-item-header{
    text-align: left;
    font-weight: 700;
    color:var(--branded-blue);
    font-size: 20px;
    line-height: 24px;
    display: block;
    height: 48px;
    width: 100%;
}
.shop-item .item-description span.sale {
    margin: 14px 0 22px;
    color: var(--light-black);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    column-gap: 3px;
}
.shop-item .item-description span.sale mark{
    padding: 0;
    font-size: 20px;
    line-height: 20px;
    color:var(--branded-blue);
}
.shop-item .item-description span.sale del{
    color: #878787;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
}
.shop-item{
    transition: all .2s ease-in-out;
}
.shop-item:hover{
    transform: scale(1.03);
    box-shadow: 0 4px 26.6px rgba(0,0,0,.42);
}
.item-flexed-buttons .btn{
    display: flex;
    width: calc(50% - 1.5px);
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 13px;
    font-size: 13px;
    text-transform: uppercase;
}

.item-flexed-buttons .btn.add-to-cart{
    background:var(--branded-blue);
    color: #fff;
    display: flex;
    column-gap: 2px;
}
.item-flexed-buttons .btn.add-to-cart:hover{
    color:var(--branded-blue);
    background: #fff;
}
.item-flexed-buttons .btn.add-to-cart:hover svg{
    transition: all .2s ease-in-out;
}
.item-flexed-buttons .btn.add-to-cart:hover svg path{
    fill:var(--branded-blue);
}
.section-header-underlined{
    position: relative;
    padding-bottom: 34px;
    margin-bottom: 52px;
}
.section-header-underlined:after{
    content: "";
    width: 90px;
    background: var(--branded-blue);
    height: 5px;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 45px)
}
.home-text-logo-block{
    background: var(--dark-blue-opacity);
    padding: 63px 0;
}
.home-text-logo-block .flexed-row{
    align-items: center;
}
.home-text-logo-block .home-text-logo-block-text{
    font-size: 16px;
    color: var(--light-black);
    line-height: 20px;
}
.home-text-logo-block .home-text-logo-block-text p:last-of-type{
    margin: 0;
}
.section-contact-block {
    padding: 54px 0;
    background: var(--dark-blue-opacity);
}
.align-center{
    align-items: center;
}
.section-contact-block{
    font-size: 16px;
    color: var(--light-black);
    line-height: 20px;
}
.form-custom .form-control::placeholder{
    color: rgba(18, 74, 112, 0.6);
    font-weight: 400;
}

.form-custom textarea.form-control,
.form-custom input.form-control{
    border-radius: 10px;
    border-color: #DBDBDB;
    color:var(--branded-blue);
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding: 19px;
    margin: 0;
    width: 100%;
}
.form-custom .has-error textarea.form-control,
.form-custom .has-error input.form-control{
    border-color: #FF0000;
}
.form-custom .help-block{
    display: none;
}
.form-custom .has-error input.form-control::placeholder,
.form-custom .has-error input.form-control{
    color: #FF0000;
    font-weight: 400;
}
.form-custom input[type="submit"]{
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--branded-blue);
    padding: 19px;
    letter-spacing: 0px;
    background-color: var(--branded-blue);
}
.form-custom input[type="submit"]:hover{
    background: #fff;
    color:var(--branded-blue);
}
.section-contact-block #contact textarea{
    margin: 0;
    height: 130px;
}

.mb-12{
    margin-bottom: 12px !important;
}
.section-contact-block .contact-form .col-md-6:first-of-type{
    padding-right: 12px;
}
.section-contact-block .contact-form .col-md-6:nth-of-type(2){
    padding-left: 0;
}
.section-contact-block .contact-form .flexed-row{
    row-gap: 12px;
}
.section-contact-block .contact-form input[type="submit"]{
    width: 100%;
}

.category-item{
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.category-item .category-item-image{
    display: block;
    position: relative;
}
.category-item .category-item-image:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgb(14 169 168 / 83%) 20%, rgb(110 193 228 / 0%) 100%);
    transition: background .25s ease-in-out;
}
.category-item:hover .category-item-image:before{
    background: linear-gradient(
            0deg,
            rgba(110, 193, 228, 0.75) 0%,
            rgba(110, 193, 228, 0.55) 100%
    );
}


.category-item .category-item-content{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all .2s ease-in-out;
    transform: translate(0px, 32%);
}
.category-item-header{
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.category-more-link{
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;

}
.category-item:hover .category-item-content{
    transform: translate(0,0);
}
.catalog-categories-wrapper .category-item-header{
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}
.catalog-categories-wrapper  .category-more-link{
    bottom: 15px;
    font-size: 13px;
}
.catalog-categories-wrapper{
    margin-bottom: 50px;
    justify-content: flex-start;
}
.top-sorting-widget{
    margin-bottom: 42px;
}
.pagination-container .pagination{
    margin: 0;
}
.pagination-container .pagination ul{
    padding: 9px 22px;
    border-radius: 10px;
    background: rgba(18, 74, 112, 0.06);
    margin-bottom: 0;
    margin-top: 30px;
}
.sidebar-catalog-link{
    margin-bottom: 3px;
}
.category-widget>ul>li.sidebar-catalog-link>a{
    font-weight: 400;
    text-transform: uppercase;
}
.filters_form_catalog .widget{
    padding: 15px 0;
    border-bottom: 1px solid #ECF1F4 ;
}
.filters_form_catalog .widget:first-of-type{
    border-top: 1px solid #ECF1F4 ;
}
.product-widget__list:not(.prouduct-categories){
    display: none;
}

.widget.price-widget .headline{
    margin-bottom: 15px;
}
.toggle-filters-js{
    cursor: pointer;
}
.open-widget .product-widget__list{
    display: flex;
}
.open-widget.widget .headline{
    margin-bottom: 15px;
}
.open-widget .toggle-filters img{
    transform: rotate(180deg);
}
.widget.widget-filter-buttons{
    border: none;
}
.filter-buttons{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.submit-button.btn{
    background:var(--branded-blue);
    color: #fff;
    padding: 13px 0;
    border: 1px solidvar(--branded-blue);
    font-size: 13px;
    line-height: 13px;
}
.reset-button.btn{
    background: #fff;
    color:var(--branded-blue);
    padding: 13px 0;
    border: 1px solidvar(--branded-blue);
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
}
.submit-button.btn:hover{
    background: #fff;
    color:var(--branded-blue);
}
.section-new-products-block{
    margin-top: 55px;
}

.section-new-products-block .owl-carousel{
    padding: 0;
}
.custom-nav-caret.custom-nav .owl-prev img{
    transform: rotate(90deg);
    height: 10px;
}
.custom-nav-caret.custom-nav .owl-next img{
    transform: rotate(-90deg);
    height: 10px;
}
.custom-nav.custom-nav-caret .owl-prev,
.custom-nav.custom-nav-caret .owl-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    background: rgba(18, 74, 112, 0.08);
    left: -50px;
}
.custom-nav.custom-nav-caret .owl-next{
    left: auto;
    right: -50px;
}
.item-short-content p:last-of-type{
    margin: 0;
}
.item-short-content{
    color: #898989;
}
.product-details .item-header{
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color:var(--branded-blue);
    margin-bottom: 6px;
    padding-right: 155px;
}
.product-details .price{
    font-size: 20px;
    line-height: 20px;
    color:var(--branded-blue);
    text-transform: uppercase;
}
.product-details .price del{
    font-size: 16px;
    line-height: 20px;
    color: #878787;
    font-weight: 400;
}
.product-details .price mark{
    color:var(--branded-blue);
    font-size: 24px;
    line-height: 24px;
}
.product-details .buttons-wrapper{
    width: 100%;
    margin-top: 39px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.product-details .buttons-wrapper a{
    padding: 19px 0px;
    font-size: 13px;
    line-height: 14px;
    text-transform: uppercase;
    width: calc(50% - 7.5px);
    text-align: center;
}
.product-details .buttons-wrapper a{
    color: #fff;
    background: var(--branded-blue);
}
.product-details .buttons-wrapper a:hover{
    color: var(--branded-blue);
    background:#fff;
}
.product-details .buttons-wrapper a.add-to-cart{
    background:var(--branded-blue);
    color: #fff;
}
.product-details .buttons-wrapper a.add-to-cart:hover{
    color:var(--branded-blue);
    background: #fff;
}
.product-details form{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #F1F4F7;
    width: fit-content;
    border-radius: 10px;
    overflow: hidden;
}
.product-details form input.qty{
    background: #F1F4F7;
    color:var(--branded-blue);
    font-weight: 700;
}
.product-details form .qtyplus,
.product-details form .qtyminus{
    border-radius: 10px;
    background: #D2E2F1;
    color:var(--branded-blue);
}
.product-details form .qtyplus:hover,
.product-details form .qtyminus:hover{
    background:var(--branded-blue);
    color: #fff;
}
.product-details form .qtyplus,
.product-details form input.qty,
.product-details form .qtyminus{
    float: none;
    margin: 0;
    border: none;
}
.product-details{
    position: relative;
    margin-left: 30px;
}
.item-stock-badge{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 29px;
}
.item-stock-badge.in-stock{
    background: #02C827;
}
.item-stock-badge.out-of-stock{
    background: #BABABA;
}
.item-stock-badge.on-order{
    background: #46A8E9;
}
.items-options-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 30px;
}
.items-options-wrapper .item-option-wrapper{
    display: flex;
    column-gap: 5px;
}
.item-option-wrapper .item-option-header{
    color:var(--branded-blue);
    font-size: 16px;
    line-height: 20px;
}
.item-option-wrapper .item-option-values{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.item-option-wrapper .item-option-values span{
    color:var(--branded-blue);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.tabs-container{
    margin-top: 30px;
}
.tab-content{
    padding: 0;
    border: none;
}
.tabs-nav{
    display: flex;
    column-gap: 70px;
    border-bottom: 1px solid #ECF1F4;
}
.tabs-nav li{
    float: none;
    line-height: 20px;
    padding-bottom: 12px;
    margin: 0;
}
.tabs-nav li a{
    border: none;
    font-size: 16px;
    line-height: 20px;
    color: #898989;
}
.tabs-nav li:after{
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background:var(--branded-blue);
    content: "";
    display: block;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.tabs-nav li:hover:after,
.tabs-nav li.active:after{
    opacity: 1;
}
.item-tabs-content{
    color: #898989;
}
.item-owl-slider .item-slider-item img{
   max-height: 592px;
    width: auto;
}

.item-slider-wrapper{
    border-radius: 10px;
    background: rgba(18, 74, 112, 0.06);
    position: relative;
}
.item-slider-wrapper img{
    border-radius: 10px;
}

.item-owl-slider{
    padding: 0;
}
/*.item-owl-slider.custom-nav.custom-nav-caret .owl-prev{*/
/*    left: 18px;*/
/*}*/
/*.item-owl-slider.custom-nav.custom-nav-caret .owl-next{*/
/*    right: 18px;*/
/*}*/
.item-slider-wrapper .badges-container{
    left: auto;
    top: 0;
    padding: 0;
    right: 0;
}
.item-slider-wrapper .badges-container .badge{
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section-product-content{
    margin-top: 60px;
}
.section-header.text-uppercase{
    text-transform: uppercase;
}
.flexed-row.justify-center{
    justify-content: center;
}
.question-form .col-sm-6{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
#contact .question-form textarea{
    margin: 0;
    min-height: 130px;
}
.mt-12{
    margin-top: 12px;
}
.question-form.form-custom input[type="submit"]{
    width: 100%;
}
.cart-table-wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
.cart-table-wrapper .cart-table-item{
    padding: 25px;
    border-radius: 10px;
    background: rgba(18, 74, 112, 0.06);
    display: flex;
    justify-content: space-between;
    position: relative;
}
.cart-table-item input.qty{
    margin: 0;
}
.cart-table-item .product-thumbnail{
    width: 206px;
    height: 206px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-table-item .product-thumbnail img{
    max-height: 150px;
}
.cart-table-wrapper .cart-table-item > div{
    position: relative;
    display: flex;
    align-items: center;
}
.cart-table-wrapper .cart-table-item .cart-table-item-header{
    position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    text-transform: uppercase;
    color: #A2BBD2;
}
.cart-table-wrapper .cart-table-item > div.product-total-price{
    min-width: 160px;
}
.cart-table-wrapper .cart-table-item > div.product-total-price .product-price-wrapper{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.cart-table-wrapper .cart-table-item .product-name a{
    text-decoration: underline;
    color:var(--branded-blue);
    font-weight: 600;
    text-transform: uppercase;
}
.cart-table-wrapper .cart-table-item .product-price .product-price-wrapper{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.cart-table-wrapper .cart-table-item .product-total-price .money strong,
.cart-table-wrapper .cart-table-item .product-price .product-price-wrapper mark{
    padding: 0;
    font-weight: 700;
    color:var(--branded-blue);
    font-size: 20px;
    background: none;
}
.cart-table-wrapper .cart-table-item .product-price .product-price-wrapper del{
    padding: 0;
    font-weight: 400;
    color: #878787;
    font-size: 16px;
    background: none;
}
.cart-table-wrapper .cart-table-item  .product-remove{
    position: absolute;
    top: 6px;
    right: 6px;
}
.cart-table-wrapper .cart-table-item .product-remove a.cart-remove{
    background: #fff;
    border-radius: 10px;
    color:var(--branded-blue);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.cart-table-wrapper .cart-table-item .product-remove a.cart-remove:hover{
    color: #fff;
    background:var(--branded-blue);
}
.cart-table-wrapper .cart-table-item .product-remove .cart-remove:before{
    position: unset;
}
.cart-table-wrapper .cart-table-item .product-quantity .quantity{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    width: fit-content;
    border-radius: 10px;
    overflow: hidden;
}
.cart-table-wrapper .cart-table-item .product-quantity .quantity .qtyplus,
.cart-table-wrapper .cart-table-item .product-quantity .quantity  .qtyminus{
    border-radius: 10px;
    background: #D2E2F1;
    color:var(--branded-blue);
    float: none;
    margin: 0;
    border: none;
}
.cart-table-wrapper .cart-table-item .product-quantity .quantity .qtyplus:hover,
.cart-table-wrapper .cart-table-item .product-quantity .quantity  .qtyminus:hover{
    background:var(--branded-blue);
    color: #fff;
}
.cart-table-wrapper .cart-table-item .product-quantity .quantity input.qty{
    background: #fff;
    color:var(--branded-blue);
    font-weight: 700;
    float: none;
    margin: 0;
    border: none;
}
.cart-table-wrapper .cart-table-item > div.product-thumbnail .badges-container{
    right: 0;
    left: auto;
    padding: 0;
}
.cart-table-wrapper .cart-table-item > div.product-thumbnail .badges-container .badge{
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.order-divider{
    background: #ECF1F4;
    height: 1px;
    width: 100%;
    margin: 46px 0 19px;
    display: block;
}
.order-divider-wrapper{
    order: 2;
}
.section-small-header.section-small-header-alt{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.form--checkout .col-xs-12{
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}
.form-custom.form--checkout textarea.form-control {
    min-height: 0;
    height: 58.8px;
}
.cart-total-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}
.cart-total-description{
    color: #898989;
}
.cart-total-price{
    padding: 0;
    font-weight: 700;
    color:var(--branded-blue);
    font-size: 20px;
    background: none;
}
.btn.bordered.submit-order-button{
    font-weight: 400;
    padding: 18px;
    margin-bottom: 0;
}
.btn.bordered.submit-order-button:hover{
    color:var(--branded-blue);
    background: #fff;
}
.item-reviews-wrapper .pagination-container .pagination ul{
    margin-top: 15px;
}
.payment_fields_widget,
.delivery_fields_widget{
    margin-top: 30px;
}
.custom-checkboxes-wrapper label,
.delivery-set-field label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    margin: 0;
    background: rgba(18, 74, 112, 0.06);
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
}
.custom-checkboxes-wrapper label span.custom-checkboxes-label,
.delivery-set-field label span.delivery-label{
    display: flex;
    flex-direction: column;
    font-weight: 700;
    color:var(--branded-blue);
    width: calc(100% - 31px);
}
.custom-checkboxes-wrapper label input,
.delivery-set-field label input{
    width: 16px;
    height: 16px;
    margin: 0;
}
.custom-checkboxes-wrapper .form-group > div,
.delivery-set-field #orderform-delivery_type{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.custom-checkboxes-wrapper label span.custom-checkboxes-label .custom-checkboxes-label-content  ,
.delivery-set-field label span.delivery-label .delivery-label-content{
    /*transition: all .2s ease-in-out;*/
    max-height: 0;
    overflow: hidden;
}
.custom-checkboxes-wrapper label input:checked + span.custom-checkboxes-label .custom-checkboxes-label-content,
.delivery-set-field label input:checked + span.delivery-label .delivery-label-content{
    max-height: 500px;
}
.delivery_fields_widget-hiding-fields{
    margin-top: 30px;
}
.form--checkout .col-xs-12.field-js-hide{
    display: none;
}
.form--checkout .col-xs-12.field-js-hide.show{
    display: flex;
}
.same-data-switcher{
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.same-data-switcher #checkbox-same-data{
    width: 16px;
    height: 16px;
    margin: 0;
}
.same-data-switcher .same-data-switcher-text{
    width: calc(100% - 31px);
}
.delivery_fields_widget-hiding-fields .form-group{
    position: relative;
}

.delivery_fields_widget-hiding-fields .form-group .delivery-select-container{
    position: absolute;
    top: 100%;
    padding: 15px;
    border-radius: 10px;
    display: none;
    flex-direction: column;
    width: 100%;
    background: #A2BBD2;
    max-height: 250px;
    overflow-y: auto;
    z-index: 99;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container .select-item-element{
    padding: 7px 5px;
    color:var(--branded-blue);
    transition: all .2s ease-in-out;
    font-size: 14px;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container .select-item-element:hover{
    cursor: pointer;
    background:var(--branded-blue);
    color: #fff;
}
.delivery_fields_widget-hiding-fields .form-group .delivery-select-container.show-select{
    display: flex;
}


@media only screen and (max-width:1240px){
    .product-details .buttons-wrapper a{
        padding: 12px 20px;
    }
}
@media only screen and (max-width:992px){

    .toggled-catalog-menu{
        visibility: hidden;
        height: 0;
        position: absolute;
    }
    .toggled-catalog-menu.show-menu{
        visibility: visible;
        height: auto;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .widget .catalog-menu-toggler{
        border: none;
        padding: 15px 10px;
        margin: 0;
    }
    .catalog-menu-toggler a{
        color: #fff;
        font-size: 16px;
    }
    .widget.control-mobile-buttons div{
        padding: 8px 18px;
        border: 2px solidvar(--branded-blue);
        background:var(--branded-blue);
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 48.5%;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .widget{
        margin-bottom: 10px;
    }
    .top-sorting-widget,
    .bottom-sorting-widget,
    .filters-hidden-mobile{
        display: none;
    }
    .widget.control-mobile-buttons{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .menu-responsive a.button.medium{
        padding: 4px 22px;
    }
    #titlebar h1{
        font-size: 30px;
        line-height: 34px;
    }
    .menu-responsive i{
        padding: 11px 20px;
    }
    .pagination ul li.next,
    .pagination ul li.prev{
        display: none;
    }
    .menu-responsive .cart-icon{
        display: block;
        position: relative;
    }
    .menu-responsive .cart-icon i{
        color: #fff;
    }

    .menu-responsive .cart-icon .cart-counter{
        top: -10px;
        right: -17px;
        width: 18px;
        height: 18px;
        line-height: 15px;
    }
    .mobile-header-buttons{
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    #titlebar #breadcrumbs ul{
        position: unset;
    }

    #modal-info{
        max-width: 100%;
        left: 0;
    }
    .flexed-subcategory-catalog a{
        width: 100%;
    }
    .main-slider-home .padding-140{
        padding: 0;

    }
    .main-slider-home .container{
        width: 100%;
    }
    .main-slider-home .caption-title{
        font-size: 24px;
        line-height: 23px;
    }
    .main-slider-home  .caption-text{
        font-size: 15px;
        line-height: 26px;
    }
    .main-slider-home a.button.medium {
        font-size: 12px;
        line-height: 23px;
        margin: 24px 0px 0px;
        padding: 10px 19px;
    }

    .main-slider-home .background-image{
        background-size: cover;
        background-position: center;
    }
    .jPanelMenu-panel{
        transform: none !important;
    }

    .fixed-header .content-block{
        padding-top: 219px;
    }
    .fixed-header .fixed-container{
        position: fixed;
        width: 100%;
        top: 0;
        background: none;
        z-index: 100;
    }
    .fixed-header .fixed-container .menu-responsive{
        margin-bottom: 0;
    }
    .flexed-header > ul{
        flex-wrap: wrap;
    }
    .header-widget li.logo-item{
        margin: 0px;
        padding-right: 0;
    }
    .header-widget li.logo-item #logo{
        padding: 0;
        margin-top: 0;
        border: none;
        position: relative;
    }
    .header-widget li.logo-item #logo:after{
        display: block;
        content: "";
        height: 1px;
        width: calc(100vw - 30px);
        left: 0;
        background: #e0e0e0;
        position: absolute;
        bottom: -10px;
    }
    .cart-icon .cart-name{
        display: none;
    }
    .header{
        margin: 0;
    }
    .header-widget li.social-btn{
        display: none;
    }

    .flexed-header > ul li.logo-item{
        order: 1;
    }

    .flexed-header > ul li.lang {
        order: 2;
        margin-right: 0;
    }
    .flexed-header > ul li.header-address {
        order: 2;
        margin-right: 0;
        width: 32%;
        font-size: 14px;
    }
    .header-widget li.logo-item #logo:after{
        width: 720px;
        display: none;
    }
    .responsive-search input{
        height: 40px;
    }

    .flexed-header > ul li.header-address.search-block{
        order: 3;
        margin-right: 0px;
        width: 100%;
        margin: 10px 0;
    }
    .flexed-header > ul li.header-address:after,
    .flexed-header > ul li.header-address.search-block:after{
        display: none;
    }

    .flexed-header > ul li.lang {
        order: 2;
    }
    #jPanelMenu-menu .with-btn{
        display: none;
    }


    .menu-responsive{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background:var(--branded-blue);
        padding: 5px 0;
        border-radius: 10px;
    }
    .menu-responsive .with-btn a{
        color: #fff;
    }
    .menu-responsive i.menu-trigger{
        width: auto;
    }
    .menu-responsive i.menu-trigger:after{
        display: none;
    }


    body[data-menu-position='open'] .fixed-container .menu-responsive{
        flex-direction: row;
    }
    body[data-menu-position='open'] #jPanelMenu-menu{
        z-index: 105 !important;
    }
    input.qty{
        width: 40px ;
    }
    .qtyplus,
    .qtyminus,
    a.cart-remove {

        width: 40px;
        height: 40px;
    }

    .menu-responsive a.button.medium{
        border: none;
    }
    .tabs-nav{
        column-gap: 10px;
    }
}
.mobile-button-container{
    display: none;
}
@media only screen and (max-width:  767px){

    .flexed-header > ul li.header-address {
        order: 2;
        margin-right: 0;
        width: 31%;
        font-size: 14px;
    }
    .flexed-header > ul li.header-address.search-block{
        order: 3;
    }
    .header-widget li{
        margin: 0;
    }
    .header-widget li.header-address-custom{
        display: flex;
        align-items: center;
    }
    .header-widget li.header-address-custom .title{
        margin-right: 10px;
    }
    .header-widget li{

    }
    .header-address .widget-content{
        display: flex;
    }
    .header-widget li i{
        font-size: 20px;
    }
    .header-widget li.logo-item #logo:after{
        width: calc(100vw - 30px);
        display: none;
    }
    .header .header-widget li .responsive-search button{
        padding: 0 9px;
    }
    .flexed-header > ul li.header-address.search-block{
        margin-right: 0;
    }
    .header-address .widget-content{
        display: block;

    }
    .header-widget li.header-address-custom{
        margin-top: 0;
    }
    .mobile-button-container{
        display: block;
    }
    .mobile-info-container .submit-order-button{
        display: none;
    }
    .button-order-container.mobile-info-container{
        order: 1;
    }
    #titlebar{
        padding: 15px 0;
        margin-bottom: 25px;
    }
    #breadcrumbs{
        font-size: 13px;
        margin-top: 20px;
    }
    .product-widget.category-widget{
        position: relative;
    }
    .catalog-menu-toggler {
        padding: 8px 18px;
        border: 2px solidvar(--branded-blue);
        background:var(--branded-blue);
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .catalog-menu-toggler:after{
        content: "\f0c9";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        position: absolute;
        right: 0;
    }
    .content-sorting-popup .toolbar .display-product-option .product-option-right{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .content-sorting-popup .toolbar .display-product-option .product-option-right .sort-by {
        flex-direction: column;
    }
    .content-sorting-popup .toolbar .display-product-option .product-option-right .sort-by label{
        text-align: center;
    }

    .content-filters-popup #filters_form_catalog{
        padding: 14px 15px 10px 15px;
        display: block;
        width: 100%;
        background-color: #f5f5f5;
        border-radius: 10px;
        max-height: 98vh;
        margin: 1vh 0;
        overflow-y: scroll;
    }

    .section-mb{
        margin-bottom: 60px;
    }
    .section-contact-block .contact-form .col-md-6:first-of-type{
        padding-right: 15px;
    }
    .section-contact-block .contact-form .col-md-6:nth-of-type(2){
        padding-left: 15px;
    }
    .section-new-products-block{
        margin-top: 30px
    }
    #contact .question-form textarea{
        margin-top: 12px;
    }
    .cart-table-wrapper .cart-table-item{
        flex-wrap: wrap;
        row-gap: 25px;
    }
    .cart-table-wrapper .cart-table-item .product-remove{
        width: auto;
    }
    .cart-table-wrapper .cart-table-item > div.product-name,
    .cart-table-wrapper .cart-table-item > div.product-thumbnail{
        width: 48%;
    }
    .cart-table-wrapper .cart-table-item > div{
        width: 33%;
        justify-content: center;
    }
    .cart-table-wrapper .cart-table-item .cart-table-item-header{
        display: none;
    }

    .cart-table-item .product-thumbnail img {
        max-height: 170px;
    }
}
@media only screen and (max-width:  639px){
    #logo{
        width: 150px;
        height: 50px;
    }
    #logo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .tp-caption .btn{
        justify-content: center;
        width: 100%;
    }
    .flexed-header > ul li.header-address {
        width: auto;
        font-size: 14px;
    }
    .flexed-header > ul li.header-address.search-block{
        order: 3;
        width: 100%;
    }

    .header-address .widget-content{
        display: flex;
    }
    .flexed-header > ul li.header-address.search-block{
        margin-top: 15px;
    }
    .items-order-container .item-cart{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 5px;
        border-bottom: 1px solid #dddddd;
        background-color: #f6f6f6;
    }
    .item-cart tr{
        background-color: #f6f6f6;
    }
    .items-order-container .item-cart:last-of-type{
        border: none;
    }
    .header .responsive-search input{
        width: 100%;
    }
    .item-cart .st-space{
        display: none;
    }
    .item-cart tr td:last-of-type{
        display: flex;
        align-items: center;
        height: 100%
    }
    .item-cart tr td:first-of-type{
        display: none;
    }
    .item-cart tr.st-new-item{
        order: 0;
        width: 25%;
    }
    .item-cart tr:nth-of-type(3){
        order: 1;
        width: 50%;
    }
    .item-cart tr:nth-of-type(3) a{
        font-weight: 400;
        color: #2DA6D6;
    }
    .item-cart tr:nth-of-type(7){
        order: 2;
        width: 25%;
    }
    .item-cart tr:nth-of-type(7) td:last-of-type{
        justify-content: flex-end;
    }
    .item-cart tr:nth-of-type(4){
        order: 3;
    }
     .item-cart tr:nth-of-type(4) .money{
        position: relative;
     }
    .item-cart tr:nth-of-type(4) .money del{
        font-size: 14px;
        position: absolute;
        top: -100%;
    }
    .item-cart .cart-remove:before{
        color: #333;
    }

    .item-cart tr:nth-of-type(5){
        order: 4;
    }

    .item-cart tr:nth-of-type(5) input.qty{
        line-height: 38px;
        margin-bottom: 0;
    }

    .item-cart tr:nth-of-type(6){
        order: 5;
    }
    .item-cart tr{
        display: block;
    }

    table  .item-cart  tr:nth-child(odd){
        background-color: #f6f6f6;
    }
    .stacktable.small-only{
        background: #f6f6f6;
    }
    .item-cart tr td.st-val{
        width: 100%;
        padding: 5px;
        border: none
    }
    .catalog-item-view .simple-slider.shop ul.noslides li a,
    .catalog-item-view .simple-slider.shop ul.slides li a{
        display: flex;
        justify-content: center;
        height: 400px;
    }
    #titlebar h1{
        font-size: 26px;
        line-height: 30px;
    }
    .product-details .item-header{
        font-size: 30px;
        line-height: 36px;
    }
    .item-owl-slider .item-slider-item img{
        max-height: 400px;
    }
    .item-owl-slider.custom-nav.custom-nav-caret .owl-prev{
        left: 0px;
    }
    .item-owl-slider.custom-nav.custom-nav-caret .owl-next{
        right: 0;
    }
}
.categories-flexed-row{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.footer-logo{
    margin-bottom: 25px;
    display: block;
}
.footer-text{
    margin-bottom: 25px;
}
.owl-carousel.item-owl-thumbs-slider{
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.item-owl-thumbs-slider-item{
    border-radius: 10px;
    background: #F1F4F7;
    border: 1px solid #F1F4F7;
    width: 80px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.item-owl-thumbs-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.current .item-owl-thumbs-slider-item{
    border-color:var(--branded-blue);
}
@media only screen and (max-width: 579px){
    h1.headline{
        font-size: 22px;
    }

    .header-widget li.header-address-custom .widget-content,
    .header-widget li.header-email .widget-content,
    .header-widget li.header-phone .widget-content{
        max-width: none;
    }
    .catalog-block-widget .the-team-image{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .catalog-block-widget .the-team-image img{
        width: 70%;
    }
    .tabs-nav{
        border: none;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 10px;
        column-gap: 0;
    }
    .tabs-nav li{
        width: 49%;
        padding-bottom: 3px;
    }
    .tabs-nav li a{
        font-size: 13px;
    }
    .tabs-nav li:after{
        height: 3px;
    }
}
@media only screen and (max-width: 479px){

    #logo{
        width: 132px;
        height: 44px;
    }
    .flexed-header > ul{
        column-gap: 0;
    }
    .header-widget li i{
        font-size: 18px;
    }
    .header-widget li.header-address-custom .widget-content,
    .header-widget li.header-email .widget-content a,
    .header-widget li.header-phone .widget-content a{
        font-size: 12px;
    }
    .section-reviews-block-carousel.owl-carousel{
        padding: 0;
    }
    .product-details .buttons-wrapper{
        flex-direction: column;
        row-gap: 10px;
        margin-top: 15px;
    }
    .product-details .buttons-wrapper a{
        width: 100%;
        text-align: center;
    }
    .item-stock-badge{
        position: unset;
        display: inline-block;
        margin-bottom: 10px;
        padding: 8px 20px;
    }
    .cart-table-wrapper .cart-table-item{
        justify-content: center;
    }
    .cart-table-wrapper .cart-table-item > div.product-name, .cart-table-wrapper .cart-table-item > div.product-thumbnail{
        width: 100%;
    }
    .cart-table-wrapper .cart-table-item > div{
        width: 50%;
    }
    .cart-table-wrapper .cart-table-item{

        padding-top: 50px;
    }
}
@media only screen and (max-width: 370px){

    #logo{
        width: 108px;
        height: 27px;
    }
    .flexed-header > ul li.header-address{
        order: 3;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    .menu-responsive a.button.medium{
        padding: 0;
        padding-left: 15px;
    }
    .tabs-nav li a{
        font-size: 12px;
    }
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../gfonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
    url('../gfonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Heavy.eot');
    src: local('HelveticaNeueCyr-Heavy'),
    url('../gfonts/HelveticaNeueCyr-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Heavy.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-HeavyItalic.eot');
    src: local('HelveticaNeueCyr-HeavyItalic'),
    url('../gfonts/HelveticaNeueCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-HeavyItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Black.eot');
    src: local('HelveticaNeueCyr-Black'),
    url('../gfonts/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Black.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-UltraLightItalic.eot');
    src: local('HelveticaNeueCyr-UltraLightItalic'),
    url('../gfonts/HelveticaNeueCyr-UltraLightItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-UltraLightItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-UltraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-BlackItalic.eot');
    src: local('HelveticaNeueCyr-BlackItalic'),
    url('../gfonts/HelveticaNeueCyr-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-BlackItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-ThinItalic.eot');
    src: local('HelveticaNeueCyr-ThinItalic'),
    url('../gfonts/HelveticaNeueCyr-ThinItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-ThinItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-MediumItalic.eot');
    src: local('HelveticaNeueCyr-MediumItalic'),
    url('../gfonts/HelveticaNeueCyr-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-MediumItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-LightItalic.eot');
    src: local('HelveticaNeueCyr-LightItalic'),
    url('../gfonts/HelveticaNeueCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-LightItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-UltraLight.eot');
    src: local('HelveticaNeueCyr-UltraLight'),
    url('../gfonts/HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-UltraLight.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-BoldItalic.eot');
    src: local('HelveticaNeueCyr-BoldItalic'),
    url('../gfonts/HelveticaNeueCyr-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-BoldItalic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Italic.eot');
    src: local('HelveticaNeueCyr-Italic'),
    url('../gfonts/HelveticaNeueCyr-Italic.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Italic.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Italic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
    url('../gfonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Bold.eot');
    src: local('HelveticaNeueCyr-Bold'),
    url('../gfonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Light.eot');
    src: local('HelveticaNeueCyr-Light'),
    url('../gfonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../gfonts/HelveticaNeueCyr-Thin.eot');
    src: local('HelveticaNeueCyr-Thin'),
    url('../gfonts/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
    url('../gfonts/HelveticaNeueCyr-Thin.woff') format('woff'),
    url('../gfonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
