@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe-UI/Segoe-UI.eot');
    src: url('../fonts/Segoe-UI/Segoe-UI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Segoe-UI/Segoe-UI.woff2') format('woff2'),
    url('../fonts/Segoe-UI/Segoe-UI.woff') format('woff'),
    url('../fonts/Segoe-UI/Segoe-UI.ttf')  format('truetype'),
    url('../fonts/Segoe-UI/Segoe-UI.svg#Segoe UI') format('svg');
}
@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/Segoe-UI-Bold/Segoe-UI-Bold.eot');
    src: url('../fonts/Segoe-UI-Bold/Segoe-UI-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Segoe-UI-Bold/Segoe-UI-Bold.woff2') format('woff2'),
    url('../fonts/Segoe-UI-Bold/Segoe-UI-Bold.woff') format('woff'),
    url('../fonts/Segoe-UI-Bold/Segoe-UI-Bold.ttf')  format('truetype'),
    url('../fonts/Segoe-UI-Bold/Segoe-UI-Bold.svg#Segoe UI') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat Arm';
    src: url('../fonts/Montserrat/Montserrat_am3-Regular.woff');
}

@font-face {
    font-family: 'Montserrat Arm Bold';
    src: url('../fonts/Montserrat/Montserrat_am3-Bold.woff');
}

/*@font-face {
    font-family: 'FreeSans';
    src: url('../fonts/FreeSans/FreeSans-Regular-8979.ttf');
}

@font-face {
    font-family: 'FreeSans Bold';
    src: url('../fonts/FreeSans/FreeSans-SemiBold-8997.otf');
}*/

/*html{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/
* {
    margin: 0;
    padding: 0;
}
body{
    height: 100%;
    width: 100%;
    font-family: Segoe UI;
    overflow-y: scroll;
    padding: 0!important;
}

body.ru {
    font-family: 'Montserrat';
}

body.hy {
    font-family: 'Montserrat Arm';
}

.modal-open {
    overflow: scroll;
}
a:hover{
    text-decoration: none;
}
a{
    color:#707070;
}
ul, li{
    list-style-type: none;
}
header{
    /*background-image: url("../images/home-bg.png");*/
    background-color: #ffffff;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*filter: brightness(0.30);*/
}
header .header_title {
    font-size: 90px;
    width: 60%;
    margin: 0;
    line-height: 85px;
    word-break: break-word;
    display: flex;
    flex-flow: column;
    color: #ffffff;
    font-family: Segoe UI Bold;
    text-align: left;
    margin-top: 15%;
}

body.hy header .header_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru header .header_title {
    font-family: 'Montserrat Bold';
}

.mobile_menu_btn{
    display: none;
}
.header-menu ul.dropdown_menu li > a{
    color: #707070;
}
.header-menu ul{
    margin-bottom: 0;
}
header .top-header{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.cart_button {
    position: absolute;
    right: 32px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    width: 78px;
}

.call_button{
    position: absolute;
    right: 120px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    width: 40px;
}

.profile_button {
    position: absolute;
    right: 170px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    width: 40px;
}


.logo-dark, .logo-white{
    width: 200px;
}

.logo-dark{
    display: none;
}

.main2 header{
    background-image: none;
    background-color: transparent;
    height: initial;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
.main2 nav.header-menu ul > li a{
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    padding: 27px 20px;
    font-family: 'Segoe UI Bold';
}

body.hy .main2 nav.header-menu ul > li a {
    font-family: 'Montserrat Arm Bold';
}

body.ru .main2 nav.header-menu ul > li a {
    font-family: 'Montserrat SemiBold';
}

.just_header header{
    background-color: #ffffffbf;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    animation: header_menu_out 0.5s;
}

.just_header header:hover{
    animation: header_menu_in 0.5s;
    background-color: #ffffff;
}

.just_header header nav.header-menu ul > li a {
    color: #707070;
}

.just_header header .logo-dark{
    display: inline-block;
}

.just_header header .logo-white{
    display: none!important;
}

.header_plus header{
    animation: menu_out 0.5s;
}

.header_plus header:hover{
    background-color: #ffffff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    animation: menu_in 0.5s;
}

.header_plus header:hover nav.header-menu ul > li a {
    color: #707070;
}

.header_plus header nav.header-menu ul > li a.dropdown-item {
    color: #707070;
}

.header_plus header:hover .logo-dark{
    display: inline-block;
}

.header_plus header:hover .logo-white{
    display: none!important;
}

@keyframes header_menu_in {
  from {
    background-color: #FFFFFFBF;
  }
  to {
    background-color: #FFFFFF;
  }
}

@keyframes header_menu_out {
  from {
    background-color: #FFFFFF;
  }
  to {
    background-color: #FFFFFFBF;
  }
}


@keyframes menu_in {
  from {
    background-color: transparent;
  }
  to {
    background-color: #FFFFFF;
  }
}

@keyframes menu_out {
  from {
    background-color: #FFFFFF;
  }
  to {
    background-color: transparent;
  }
}

.dropdown-menu a.dropdown-item{
    /*color: #707070!important;  */
}

#about_content, #order{
    margin-top: 162px;
}
.about_us_title{
    font-size: 90px;
    font-family: 'Segoe UI Bold';
    color: #C52E2E;
    margin-bottom: 45px;
}

body.hy .about_us_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru .about_us_title {
    font-family: 'Montserrat SemiBold';
}

.about_us_small_title{
    font-size: 24px;
    font-family: 'Segoe UI Bold';
    color: #707070;
}

body.hy .about_us_small_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru .about_us_small_title {
    font-family: 'Montserrat SemiBold';
}

.about_us_desc {
    font-size: 18px;
    font-family: 'Segoe UI';
    font-style: italic;
    color: #707070;
}

body.hy .about_us_desc {
    font-family: 'Montserrat Arm';
}

body.ru .about_us_desc {
    font-family: 'Montserrat';
}

.our_mission h1{
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 18px;
    color: #C52E2E;
    font-family: Segoe UI Bold;
}

body.hy .our_mission h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .our_mission h1 {
    font-family: 'Montserrat SemiBold';
}

.our_mission p{
    font-family: Segoe UI;
    font-style: italic;
    font-size: 16px;
    color: #707070;
}

body.hy .our_mission p {
    font-family: 'Montserrat Arm';
}

body.ru .our_mission p {
    font-family: 'Montserrat';
}

.about_us {
    margin-top: 106px;
    margin-bottom: 72px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.our_mission:first-child {
    padding-left: 0;
}
.our_mission:last-child{
    padding-right: 0;
}
.our_team h1{
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 18px;
    color: #C52E2E;
    font-family:Segoe UI Bold ;
}

body.hy .our_team h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .our_team h1 {
    font-family: 'Montserrat SemiBold';
}

.team_member img{
    filter: #707070;
    -webkit-filter: grayscale(1);
    -webkit-transform: scale(1.01);
}
.team_member img:hover {
    cursor: pointer;
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transition: all .8s ease-in-out;
}
.name {
    font-size: 24px;
    font-family:Segoe UI Bold ;
    padding: 0 17px;
}

body.hy .name {
    font-family: 'Montserrat Arm';
}

body.ru .name {
    font-family: 'Montserrat';
}

.team_desc {
    font-size: 16px;
    font-style: italic;
    padding: 0 17px;
}
/*.team_member{*/
    /*padding: 0;*/
/*}*/
/*.team_member:first-child {*/
    /*margin-left: 0;*/
/*}*/
/*.team_member:last-child{*/
    /*margin-right: 0;*/
/*}*/
nav > ul > li{
    list-style-type: none;
    float: left;
}
nav.header-menu ul > li a{
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    padding: 27px 20px;
    font-family: 'Segoe UI Bold';
}

body.hy nav.header-menu ul > li a {
    font-family: 'Montserrat Arm Bold';
}

body.ru nav.header-menu ul > li a {
    font-family: 'Montserrat SemiBold';
}

nav.header-menu ul > li.dropdown a{
    padding: 0;
}
.header-menu{
    padding-right: 140px;
}
/*Tabs*/
.nav-tabs {
    border-bottom: 1px solid #F44336;
    display: flex;
    justify-content: center;
}

.main2 .home .nav-tabs {
    margin-top: 60px;
}

.main2 .nav-tabs {
    margin-top: 120px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #F44336 #F44336 #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #F44336 #F44336 #ffffff #F44336;
}
.nav-tabs .nav-link:focus {
    border-color: #F44336 #F44336 #ffffff #F44336;
}
.nav-tabs .nav-link {
    border-radius: 0;
}
#myTabContent ul.cat > li > a:hover{
    color: #F44336;
}
#myTabContent ul.cat > li > a.active {
    color: #F44336;
}
#myTabContent ul.cat > li > a{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Segoe UI Bold';
    text-align: center;
    padding: 5px;
}

body.hy #myTabContent ul.cat > li > a {
    font-family: 'Montserrat Arm Bold';
}

body.ru #myTabContent ul.cat > li > a {
    font-family: 'Montserrat SemiBold';
}

#myTab .nav-item{
    width: auto;
}
#myTabContent ul.cat {
    display: flex;
    /*justify-content: space-between;*/
    flex-flow: row;
    margin-top: 15px;
}
.filter_line {
    display: flex;
    flex-flow: row;
    /*justify-content: space-between;*/
    margin-top: 20px;
    margin-bottom: 40px;
}
.filter_line .clear a{
    text-decoration: underline;
}
.filter_line a:hover{
    color: #F44336;
}
.product_title {
    font-size: 20px;
    font-family: 'Segoe UI Bold';
    padding-right: 20px;
    color: #e51b2a;
}

body.hy .product_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru .product_title {
    font-family: 'Montserrat SemiBold';
}

.product_short_desc {
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 18px;
    padding-right: 20px;
    margin: 10px 0px;
}

body.hy .product_short_desc {
    font-family: 'Montserrat Arm';
}

body.ru .product_short_desc {
    font-family: 'Montserrat';
}

.product_bottom .price{
    font-size: 20px;
    font-family: 'Segoe UI Bold';
    color: #E51B2A;
}

body.hy .product_bottom .price {
    font-family: 'Montserrat Arm Bold';
}

body.ru .product_bottom .price {
    font-family: 'Montserrat SemiBold';
}

.product_bottom {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    margin-top: 25px;
    padding-right: 20px;
    align-items: center;
}
.product_bottom .add_to_cart_button {
    border: 1px solid #E51B2A;
    color: #E51B2A;
    font-size: 16px;
    font-family: 'Segoe UI Bold';
    padding: 5px 18px;
    cursor: pointer;
}

body.hy .product_bottom .add_to_cart_button {
    font-family: 'Montserrat Arm Bold';
}

body.ru .product_bottom .add_to_cart_button {
    font-family: 'Montserrat SemiBold';
}

.product_bottom .add_to_cart_button i{
    display: none;
}
.product {
    margin-bottom: 36px;
}

.logo{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: auto 0;
}
.logo .logo-dark{
    display: none;
}
nav.header-menu ul li a:hover{
    text-decoration: none;
}
.cont{
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
}

#section02.cont{
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

#section02.cont.home{
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px 5% 20px 5%;
    min-height: 200px;
}

#section02.cont.home .nav-tabs{
    border-bottom: 0px solid #F44336;
}

#section02.cont.home .nav-tabs.start{
    border-bottom: 1px solid #F44336;
}

/*menu dropdown*/
.menu {
    display: flex;
    justify-content: center;
}
.main .dropdown {
    padding: 27px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Segoe UI Bold';
    font-size: 20px;
    line-height: 27px;
    perspective: 1000px;
    z-index: 100;
}

body.hy .main .dropdown {
    font-family: 'Montserrat Arm Bold';
}

body.ru .main .dropdown {
    font-family: 'Montserrat SemiBold';
}

.main2 .dropdown{
    padding: 27px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #707070;
    font-family: 'Segoe UI Bold';
    font-size: 20px;
    line-height: 27px;
    perspective: 1000px;
    z-index: 100;
}

body.hy .main2 .dropdown {
    font-family: 'Montserrat Arm Bold';
}

body.ru .main2 .dropdown {
    font-family: 'Montserrat SemiBold';
}

.dropdown:hover {
    color: #707070;
    cursor: pointer;
}
.dropdown:hover .dropdown_menu.dropdown_menu-1 li {
    display: block;
    width: 235px;
}
.dropdown:hover .dropdown_menu.dropdown_menu-1.language li {
    display: block;
    width: 100%;
}
.dropdown:hover .dropdown_menu li a{
    width: 100%;
    font-size: 16px;
}
.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: -1;
    padding: 0;
}
.dropdown_menu li {
    display: none;
    color: #000;
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    opacity: 0;
}
.dropdown_menu li a:hover {
    color: #707070;
}
.dropdown_menu li:hover {
    background: #e8e8e8;
}
.dropdown:hover .dropdown_menu--animated {
    display: block;
}
.dropdown_menu--animated {
    display: none;
}
.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}
.dropdown_menu-1 .dropdown_item-1 {
    transform-origin: top center;
    animation: slideDown 300ms 60ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-2 {
    transform-origin: top center;
    animation: slideDown 300ms 120ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-3 {
    transform-origin: top center;
    animation: slideDown 300ms 180ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-4 {
    transform-origin: top center;
    animation: slideDown 300ms 240ms ease-in-out forwards;
}
.dropdown_menu-1 .dropdown_item-5 {
    transform-origin: top center;
    animation: slideDown 300ms 300ms ease-in-out forwards;
}
@-moz-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@-o-keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*Scroll down button*/
section {
    position: relative;
    /*width: 100%;*/
    height: 100%;
}
section::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    /*width: 100%;*/
    /*height: 80%;*/
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}


#section01 {
    /*background: url(https://www.nxworld.net/example/css-scroll-down-button/bg04.jpg) center center / cover no-repeat;*/
}
.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.demo a:hover {
    opacity: .5;
}
#section01 a {
    padding-top: 60px;
}
#section01 a span {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb01 2s infinite;
    animation: sdb01 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb01 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}
@keyframes sdb01 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}
/*Our Story*/
.our_story h1{
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 18px;
    color: #C52E2E;
    font-family:Segoe UI Bold ;
}

body.hy .our_story h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .our_story h1 {
    font-family: 'Montserrat SemiBold';
}


.our_story {
    padding-top: 62px;
}
/*Products Line*/
.products_line {
    padding-top: 94px;
}
.products_line h1 {
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 18px;
    color: #C52E2E;
    font-family: Segoe UI Bold;
}

body.hy .products_line h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .products_line h1 {
    font-family: 'Montserrat SemiBold';
}

.single_product_title {
    font-size: 20px;
    font-family: Segoe UI Bold;
    margin-top: 10px;
}

body.hy .single_product_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru .single_product_title {
    font-family: 'Montserrat SemiBold';
}

.single_product_short_desc {
    font-size: 16px;
    font-family: Segoe UI;
}

body.hy .single_product_short_desc {
    font-family: 'Montserrat Arm';
}

body.ru .single_product_short_desc {
    font-family: 'Montserrat';
}

.single_product_price {
    font-size: 20px;
    color: #C52E2E;
    font-family: Segoe UI Bold;
}

body.hy .single_product_price {
    font-family: 'Montserrat Arm Bold';
}

body.ru .single_product_price {
    font-family: 'Montserrat SemiBold';
}

.our_partners h1{
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 18px;
    color: #C52E2E;
    font-family: Segoe UI Bold;
}

body.hy .our_partners h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .our_partners h1 {
    font-family: 'Montserrat SemiBold';
}

.partner_logo {
    width: 144px;
    height: 144px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 6px;
    display: flex;
    margin-right: 19px;
}
.partner_logo img{
    margin: auto 12px;
}
.partners_content {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}
.partner_text h3{
    font-size: 20px;
    font-family: Segoe UI Bold;
}

body.hy .partner_text h3 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .partner_text h3 {
    font-family: 'Montserrat SemiBold';
}

.partner_text {
    font-size: 18px;
    font-style: italic;
    font-family: Segoe UI;
}

body.hy .partner_text {
    font-family: 'Montserrat Arm';
}

body.ru .partner_text {
    font-family: 'Montserrat';
}


.our_partners {
    padding-top: 78px;
    margin-bottom: 120px;
}
.photo_gallery h1{
    font-size: 40px;
    line-height: 65px;
    margin-bottom: 18px;
    color: #C52E2E;
    font-family: Segoe UI Bold;
}

body.hy .photo_gallery h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .photo_gallery h1 {
    font-family: 'Montserrat SemiBold';
}

.photo_gallery{
    margin-top: 74px;

}
.jQueryMosaic{
    float: initial!important;
}
/*footer*/
footer{
    background-color: #000000;
    /*margin-top: 333px;*/
}
.footer .footer-top{
    padding-top: 36px;
    box-sizing: border-box;
}
.footer .footer-top{
    padding-bottom: 29px;
}
.footer .app_title{
    margin-top: 16px;
    color: #ffffff;
    font-size: 11px;
    line-height: 17px;
    font-family: Segoe UI;
}

body.hy .footer .app_title {
    font-family: 'Montserrat Arm';
}

body.ru .footer .app_title {
    font-family: 'Montserrat';
}

.footer .widget_title{
    color: #ffffff;
    font-size: 14px;
    font-family: Segoe UI Bold;
}

body.hy .footer .widget_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru .footer .widget_title {
    font-family: 'Montserrat SemiBold';
}

.footer .widgets ul{
    padding: 0;
}
.footer .widgets ul>li{
    list-style-type: none;
}

.footer .widgets ul>li a{
    color: #ffffff;
    font-size: 11px;
    font-family: Segoe UI;
}

body.hy .footer .widgets ul>li a {
    font-family: 'Montserrat Arm';
}

body.ru .footer .widgets ul>li a {
    font-family: 'Montserrat';
}

.social{
    margin-bottom: 14px;
}
.social span{
    color: #ffffff;
    font-size: 14px;
    line-height: 19px;
    margin-right: 14px;
    font-family: Segoe UI Bold;
    align-items: center;
    display: flex;
}

body.hy .social span {
    font-family: 'Montserrat Arm Bold';
}

body.ru .social span {
    font-family: 'Montserrat SemiBold';
}

.footer .copy{
    font-size: 10px;
    color: #ffffff;
    line-height: 22px;
    padding-bottom: 14px;
}

.branch_address {
    width: 279px;
    height: 125px;
    background: #fff;
    position: absolute;
    font-size: 16px;
    top: 88%;
    right: 20px;
    padding: 17px;
    display: flex;
    flex-flow: column;
    justify-content: end;
    text-align: right;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px;
}
.branch_address div i{
    font-size: 14px;
}
.branch_address div span{
    padding-right: 9px;
}
/*qty*/
.quantity-form {
    display: inline-block;
    position: relative;
}
.quantity-form input[type="number"] {
    width: 57px;
    line-height: 30px;
    text-indent: 10px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #e51b2a;
    color: #e51b2a;
}
.quantity-form .qty-plus {
    position: absolute;
    right: 6px;
    top: 3px;
    color: #e51b2a;
    cursor: pointer;
}
.quantity-form .qty-minus {
    position: absolute;
    right: 6px;
    bottom: 3px;
    color: #e51b2a;
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 0;
}
/*cart popup styles*/

 .cart_popup_close .close{
    color: #C52E2E;
    position: absolute;
    top: 2px;
    right: 13px;
    font-weight: 100;
    opacity: 0.8;
    z-index: 10;
}

.cart_popup_line{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
}
.cart_popup_line_right .quantity-form .qty-plus{
    color: #000000;
}
.cart_popup_line_right .quantity-form .qty-minus{

    color: #000000;
}
.cart_popup_price {
    font-size: 20px;
    font-family: 'Segoe UI Bold';
    min-width: 100px;
}

body.hy .cart_popup_price {
    font-family: 'Montserrat Arm Bold';
}

body.ru .cart_popup_price {
    font-family: 'Montserrat SemiBold';
}

.cart_popup_line_right .quantity-form input[type="number"] {
    color: #000;
    border: 2px solid #000;
}
.cart_popup_product_name {
    font-size: 20px;
    font-family: 'SEGOE UI BOLD';
}

body.hy .cart_popup_product_name {
    font-family: 'Montserrat Arm Bold';
}

body.ru .cart_popup_product_name {
    font-family: 'Montserrat SemiBold';
}

.cart_popup_prdouct_desc {
    font-size: 16px;
    font-family: 'SEGOE UI';
    line-height: 18px;
}

body.hy .cart_popup_prdouct_desc {
    font-family: 'Montserrat Arm';
}

body.ru .cart_popup_prdouct_desc {
    font-family: 'Montserrat';
}

.cart_popup_line_right .quantity-form input[type="number"] {
    color: #000;
    border: 2px solid #000;
}
.cart_popup_line_right {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 10%;
}
.line {
    width: 100%;
    height: 1px;
    background: #707070;
    margin: 0 auto;
    max-width: 90%;
}
.cart_popup_line_right .remove a:hover{
    color: #C52E2E;
}
.modal-header{
    border: 0;
    padding: 20px 50px;
}
.product-modal-header{
    padding: 0px;
}

.group_name {
    font-size: 20px;
    padding-top: 15px;
}
.product_details_modal_content{
    padding: 0px;
}
.product_details_modal_content .product_image{
    padding: 0px;
}
.product_details_modal_content .product_image img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.product_details{
    margin: 30px 0px;
}
.modal_clear_selection {
    border: 1px solid #e51b2a;
    margin: 10px 0px;
    padding: 6px 18px;
    color: #e51b2a;
    font-family: Segoe UI Bold;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}

body.hy .modal_clear_selection {
    font-family: 'Montserrat Arm Bold';
}

body.ru .modal_clear_selection {
    font-family: 'Montserrat SemiBold';
}

.subgroupitems label {
    font-size: 14px;
}

.continue_btn {
     display: inline-block;
     color: #fff;
     background: #e51b2a;
     padding: 10px 29px;
     font-size: 16px;
     font-family: Segoe UI Bold;
     cursor: pointer;
 }

body.hy .continue_btn {
    font-family: 'Montserrat Arm Bold';
}

body.ru .continue_btn {
    font-family: 'Montserrat SemiBold';
}

.clear_btn {
    border: 1px solid #e51b2a;
    padding: 10px 29px;
    color: #e51b2a;
    font-family: Segoe UI Bold;
    font-size: 16px;
    margin-right: 40px;
    margin-left: 33px;
}

body.hy .clear_btn {
    font-family: 'Montserrat Arm Bold';
}

body.ru .clear_btn {
    font-family: 'Montserrat SemiBold';
}

.bottom_line .right{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
}
#bottom_modal .cart_popup_line_right {
    width: 100%;
    max-width: 13%;
}
.bottom_line{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 10px;
    padding-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px;
}
.cart_btn {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 1090;
    left: 0;
}
.bottom_line .left i {
    width: 40px;
    height: 40px;
    background: #E51B2A;
    color: #fff;
    padding: 10px 13px;
    font-size: 21px;
}
.bottom_line .left span {
    font-size: 30px;
    margin-left: 13px;
    font-family: Segoe UI Bold;
}

body.hy .bottom_line .left span {
    font-family: 'Montserrat Arm Bold';
    font-size: 24px;
}

body.ru .bottom_line .left span {
    font-family: 'Montserrat SemiBold';
    font-size: 24px;
}


.bottom_line .left i:before {
/*    content: "\f106";
    margin-left: 5px;*/
}

#bottom_modal > i.arrow_custom {
    text-align: center;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog,
.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

/* Left & Right */

.modal.left .modal-dialog{
    position: fixed;
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: 100%;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 700px;
    max-width: 100%;
    height: auto;
    top: 80px;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.left.fade .modal-dialog {
    left: -500px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.modal.right.fade .modal-dialog {
    right: -500px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 40px;
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.top .modal-content,
.modal.bottom .modal-content,
.modal.full .modal-content {
    border-radius: 0;
    border: none;
}

.modal.left .modal-dialog.modal-sm,
.modal.right .modal-dialog.modal-sm {
    width: 300px;
}

.modal.left .modal-dialog.modal-lg,
.modal.right .modal-dialog.modal-lg {
    width: 800px;
}

.modal.left .modal-dialog.modal-xl,
.modal.right .modal-dialog.modal-xl {
    width: 1140px;
}
.mobile_menu_bg{
    background: #C52E2E;
}
i.fa.fa-bars {
    font-size: 25px;
    color: #fff;
}

/* Top and Bottom */

.modal.top .modal-dialog,
.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modal.top .modal-content,
.modal.bottom .modal-content {
    height: auto;
    overflow-y: auto;
}

.modal.top .modal-body{
    padding: 15px 15px;
}
.modal.bottom .modal-body {
    padding: 0 15px 15px!important;
}
/* Top */

.modal.top.fade .modal-dialog {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.top.fade.show .modal-dialog {
    top: 0;
}

/* Bottom */

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.show .modal-dialog {
    bottom: 55px;
}

.modal.bottom.fade .modal-dialog {
    bottom: -100%;
}

/* Full Screen */

.modal.full .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.modal.full .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.full .close-modal {
    position: fixed;
    top: 0;
    right: 1.5rem;
    font-size: 3.5rem;
}

/* Footer */

.modal-footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
}

/* XS */

.modal.left.xs .modal-body,
.modal.right.xs .modal-body {
    padding: 15px;
}

/* Full screen modal menu indicators */

a.has-sub:after { font-family: "FontAwesome"; }
a.has-sub:after { content: "\f107"; margin-left: 1rem; }
a.has-sub[aria-expanded="true"]:after { content: "\f106"; }
.modal-footer{
    border: 0;
}
/*login/reg popup*/
.login_form{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.reg_form{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-bottom: 32px;
}
.modal-footer.reg_modal_btns{
    justify-content: center;
}
.modal-header .close:hover{
    color: #e51b2a;
}
.modal-header .close:focus{
    outline: 0;
}
.l_m_text {
    margin: 0 50px;
}
.l_m_text_marg {
    margin-bottom: 20px;
}
div#loginModal .modal-content,
div#regModal .modal-content{
    border-radius: 0;
}
div#loginModal .form-control,
div#regModal .form-control {
    border: 1px solid #707070;
    outline: none;
    border-radius: 0;
}
#loginModal .login_modal,
#regModal .reg_modal {
    padding: 0 50px;
}
button.login_btn {
    display: block;
    padding: 7px 16px;
    border: 1px solid #E51B2A;
    color: #fff;
    font-family: 'Segoe UI Bold';
    background: #E51B2A;
}

body.hy button.login_btn {
    font-family: 'Montserrat Arm Bold';
}

body.ru button.login_btn {
    font-family: 'Montserrat SemiBold';
}

.login_modal_btns {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 0 50px;
}
.guest_checkout_btn a,
.create_acc_btn a{
    display: block;
    padding: 7px 16px;
    border: 1px solid #E51B2A;
    color: #E51B2A;
    font-family: 'Segoe UI Bold';
}

body.hy .guest_checkout_btn a, body.hy .create_acc_btn a{
    font-family: 'Montserrat Arm Bold';
}

body.ru .guest_checkout_btn a, body.ru .create_acc_btn a {
    font-family: 'Montserrat SemiBold';
}

/*reg popup*/
body.modal-open {
    padding-right: initial!important;
}
/*Right cart modal*/
.left_cart_modal{

}
#right_modal .modal-header{
    padding: 20px;
    border-bottom: 1px solid #707070!important;
}
#alert_modal .modal-header{
    padding: 1rem 1rem;
}
.right_modal h5{
    font-family: 'Segoe UI Bold';
    font-size: 30px;
    padding-bottom: 15px;
}

body.hy .right_modal h5 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .right_modal h5 {
    font-family: 'Montserrat SemiBold';
}

.modal-body.right_popup .cart_popup_line_right{
    width: initial;
}
.modal-body.right_popup {
    padding: 0!important;
}
.modal-body.right_popup .cart_popup_line {
    border-bottom: 1px solid #a6a1a1;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: 4px 1px 2px 0 #827d7d6e;
}
.modal-content.right-cart-popup-content {
    box-shadow: 0 2px 4px #777;
}
#right_modal .modal.right .modal-dialog{
    width: 700px!important;
}
#right_modal .quantity-form {
    margin: 0 45px!important;
}
#right_modal .right_cart_popup_footer{
    padding: 10px 20px;
    background: #E51B2A;
    color: #ffffff;
}
#right_modal .cart_popup_line_footer{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}
/*shopping address page*/
.main2 section#shopping_address {
    margin-top: 155px;
    margin-bottom: 47px;

}
.payment_method .grid-row .grid-labels{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.delivery_time h3{
    font-size: 20px;
}

/*input[type="radio"] {
    display: none;
}*/

#shopping_address .form-control{
    border: 1px solid #707070;
    border-radius: 0;
}
.delivery_time, .payment_method, .shopping_address {
    margin-bottom: 60px;
}
.payment_img{
    position: absolute;
    right: 7px;
}


/*radio + checjbox styles*/
/*[type="radio"], [type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}*/

/* One radio button per line */
label {
    /*display: block;*/
    cursor: pointer;
}

/* the basic, unchecked style */

[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius:.25em;
    border: 0.125em solid #fff;
    box-shadow: 0 0 0 0.15em #555;
    transition: 0.5s ease all;
}
[type="radio"] + span:before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.25em;
    border-radius:50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 0.15em #555;
    transition: 0.5s ease all;
    margin-right: 15px;

}
.delivery_time label.flex-item,
.payment_method label.flex-item {
    box-sizing: border-box;
    padding: 5px 10px 7px 10px;
    border: 1px solid #707070;
    width: 125px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 10px;
}
.payment_method label.flex-item{
    width: 270px;
    position: relative;
    margin-right: 0;
}
.payment_method .grid-row, .shopping_address .grid-row{
    max-width: 557px;
}

[type="checkbox"] + span:before {
    margin-right: 0.75em;
}

/* the checked style using the :checked pseudo class */
[type="radio"]:checked + span:before,
[type="checkbox"]:checked + span:before {
    background: #e51b2a;
    box-shadow: 0 0 0 0.15em #707070;
}

/* never forget focus styling */
[type="radio"]:focus span:after {
    content: '\0020\2190';
    font-size: 1.5em;
    line-height: 1;
    vertical-align: -0.125em;
}
/*calendar*/
input[type="date"],
input[type="time"] {
    display: block;
    position: relative;
    padding: 7px 0.75rem 7px 1.7rem;
    border: 1px solid #707070;
    background: url(/images/arrow_down.svg) no-repeat left 10px top 12px;
    cursor: pointer;
}

::-webkit-clear-button,
::-webkit-inner-spin-button {
    display:none;
}
::-webkit-calendar-picker-indicator {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-15px;
    bottom:0;
    opacity:0;
    cursor:pointer;
    color: #e51b2a;
    background: white;
    outline: 0;
}
.delivery_time .grid-row{
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    width: 557px;
}
.form-group.notes {
    width: 100%;
}
.delivery_time .form-group{
    margin-bottom: 0;
    display: none;
}
.delivery_time .form-group.notes{
    display: block;
}
.pay_methods {
    width: 100%;
    display: none;
    transition: 2s;
}
.form-control:focus{
    outline: 0;
    box-shadow: 0 0 black;
}
.add_btn:focus{
    outline: 0;
}
.add_btn{
    border: 1px solid #E51B2A;
    color: #E51B2A;
    background: #ffffff;
    padding: 10px 30px;
    text-align: center;
}
/*Order*/
.order_top{
    display: flex;
    flex-flow: column;
    text-align: center;
}
.order_top img{
    text-align: center;
}
.order_top h1{
    font-size: 40px;
    font-family: "SEGOE UI BOLD";
}

body.hy .order_top h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .order_top h1 {
    font-family: 'Montserrat SemiBold';
}

.order_top h3{
    font-size: 20px;
    font-family: "SEGOE UI BOLD";
    color: #E51B2A;
}

body.hy .order_top h3 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .order_top h3 {
    font-family: 'Montserrat SemiBold';
}

.order_middle{
    margin-top: 57px;
    border: 1px solid #707070;
}
.order_middle h2{
    font-size: 30px;
    font-family: "SEGOE UI BOLD";
    padding: 15px 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
}

body.hy .order_middle h2 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .order_middle h2 {
    font-family: 'Montserrat SemiBold';
}

.order{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    border-bottom: 1px solid #707070;
}
.order .product_name,
.order .product_price{
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}
.total_order{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.total_order .product_name,
.total_order .product_price{
    font-family: "SEGOE UI BOLD";
    font-size: 20px;
    padding: 10px 20px;
}

body.hy .total_order .product_name, body.hy .total_order .product_price {
    font-family: 'Montserrat Arm Bold';
}

body.ru .total_order .product_name, body.ru .total_order .product_price {
    font-family: 'Montserrat SemiBold';
}

.order_info_address{
    margin-top: 26px;
    margin-left: 20px;
}
.order_info_address h1 {
    font-family: 'Segoe UI Bold';
    font-size: 40px;
}

body.hy .order_info_address h1 {
    font-family: 'Montserrat Arm Bold';
}

body.ru .order_info_address h1 {
    font-family: 'Montserrat SemiBold';
}

.about_figaro a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding: 9px 18px;
    background: #E51B2A;
    border: 1px solid #E51B2A;
}
.order_history a{
    display: block;
    font-size: 16px;
    color: #E51B2A;
    padding: 9px 18px;
    background: #ffffff;
    border: 1px solid #E51B2A;
}
.order_btns{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin-top: 115px;
}
.categories_filter{
    display: none;
}
.select2.select2-container {
    display: none;
}

.registration_submit, .field-apiusers-otp {
    display: none;
}

.field-apiusers-otp.show {
    display: block;
}

.registration_submit.show{
    display: inline-block;
}
button.processing{
    pointer-events: none;
}

.sms_form{
    text-align: right;
}

.send_sms_button, .registration_submit{
    background-color: #E51B2A;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 25px;
}
.send_sms_button:hover, .send_sms_button:focus, .send_sms_button:active {
    background-color: #E51B2A!important;
}
.registration_submit:hover, .registration_submit:focus, .registration_submit:active {
    background-color: #E51B2A;
}
.send_sms_button.hide{
    display: none!important;
}
.fix_container{
    width: 100%!important;
}
.custom-logo{
    height: 60px;
    padding: 2px;
}
.custom-logo-small{
    height: 70px;
    padding: 7px;
}
#product_modal{
    z-index: 1095;
}
.category_filter, .sub_category_filter{
    background: transparent!important;
    color: #000000!important;
    border: 0px!important;
}
.category_filter.active, .sub_category_filter.active{
    background: transparent!important;
    color: #E51B2A!important;
    border: 0px!important;
}

.product .product_groups_main{
    display: none!important;
}

.card_block{
    width: 100%;
    height: 50px;
    /*padding: 12px 10px 12px 10px;*/
    border: 1px solid #707070;
    margin: 16px 0px;
    align-items: center!important;
}

.card_block > div {
    /*font-family: Segoe UI Bold;*/
    text-align: right;
}
.card_block .remove {
    text-align: right;
}

.card_block .fa-trash {
    font-size: 22px;
}

.card_block > .line{
    position: relative;
    max-width: 3%;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.card_block.selected > .line{
    position: relative;
    max-width: 3%;
    height: 100%;
    background-color: #E51B2A;
    padding: 0px;
    margin: 0px;
}


.address_block{
    width: 100%;
    height: 50px;
    /*padding: 12px 10px 12px 10px;*/
    border: 1px solid #707070;
    margin: 16px 0px;
    align-items: center!important;
}

.address_block > div {
    /*font-family: Segoe UI Bold;*/
    text-align: right;
}
.address_block .remove {
    text-align: right;
}

.address_block .fa-trash {
    font-size: 22px;
}

.address_block > .line{
    position: relative;
    max-width: 3%;
    height: 100%;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

.address_block.selected > .line{
    position: relative;
    max-width: 3%;
    height: 100%;
    background-color: #E51B2A;
    padding: 0px;
    margin: 0px;
}



.continue_btn a {
    text-decoration: none;
    color: #ffffff;
}
.add_new_card_arca.show_always{
    display: inline-block!important;
}

#map {
  height: 400px;
  width: 100%;
}

#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
}

.pay_methods.show_always{
    display: block!important;
}

.sublevels{
    display: none!important;
    margin-top: 0px!important;
}



.mainlevel, .sublevels.show{
    overflow-x: auto;
    display: -webkit-inline-box!important;
    width: 100%;
    padding-bottom: 20px;
}

.checkout_new_card{
    display: none;
}

.main_content{
    margin-top: 100px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.mainlevel button.category_filter, .sublevels button.category_filter, .sublevels button.sub_category_filter {
    font-weight: 600!important;
}

.mainlevel button.category_filter:active:focused, .sublevels button.category_filter:active:focused, .sublevels button.sub_category_filter:active:focused {
    box-shadow: none!important;
}

.mainlevel button.category_filter:hover, .sublevels button.category_filter:hover, .sublevels button.sub_category_filter:hover {
    color: #E51B2A!important;
}

.mainlevel button.category_filter.active, .sublevels button.category_filter.active, .sublevels button.sub_category_filter.active {
    background-color: #E51B2A!important;
    border-radius: 7px;
    color: #ffffff!important;

}

.mainlevel button.category_filter.active:hover, .sublevels button.category_filter.active:hover, .sublevels button.sub_category_filter.active:hover {
    color: #ffffff!important;
}


.btn-primary:focus, .btn-primary.focus, .btn:focus, .btn.focus {
    box-shadow: 0 0 0 0!important;
}

.product_search{
    font-family: Segoe UI, FontAwesome;
    margin-bottom: 25px;
    border-radius: 7px;
    width: 200px;
    outline: 0px;
    padding: 0px 10px;
}

body.hy .product_search{
    font-family: Montserrat Arm, FontAwesome;
}

body.ru .product_search{
    font-family: Montserrat, FontAwesome;
}

.product_img{
/*    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 250px;*/
}

.product_img{
    cursor: pointer;
}

.product_img img{
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.figaro_title{
    font-size: 65px;
    line-height: 65px;
}

.values_block{
    margin-top: 30px;
}

.cart_popup_prdouct_additions{
    font-size: 12px;
}

.pay_for_order{
    font-size: 16px;
    font-weight: 500;
    width: 200px;
    text-align: center;
    color: #ffffff;
    align-self: center;
}

.pay_for_order_orders{
    font-size: 16px;
    font-weight: 500;
    width: auto;
    text-align: left;
    color: #E51B2A;
    align-self: left;
    cursor: pointer;
}
.order_details_link a{
    color: #000000;
    text-decoration: none;
}

.order_details_link a:hover{
    color: #E51B2A;
}

#credit_modal .pay_methods{
    width: 100%!important;
}
.remove i:hover, .remove i:focus, .remove i:active{
    cursor: pointer!important;
}

.card_block, .address_block{
    cursor: pointer;
    /*border: 1px solid #949494;*/
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.fixed_right_cart{
    position: fixed;
    right: 7%;
    width: 35%;
    top: 120px;
    z-index: -1;
    border: 1px #000000 solid;
}

.close > span{
    font-size: 40px;
}

.hidden{
    display: none;
}

.checkout_summary{
    margin-top: 0px;
    display: block!important;
}

.make_order{
    margin-top: 16px;
}

.tns-item img { 
    display:block;
    width:100%; 
    cursor: pointer;
}

.banner_overlay{
    position: absolute;
    top: 40%;
    margin-left: 60px;
    max-width: 500px; 
}

.banner_overlay_title{
    color: #ffffff;
    font-size: 50px;
    font-family: 'Segoe UI Bold';
}

body.hy .banner_overlay_title {
    font-family: 'Montserrat Arm Bold';
}

body.ru .banner_overlay_title {
    font-family: 'Montserrat SemiBold';
}

.banner_overlay_description{
    color: #ffffff;
}

.tns-controls, .tns-nav, .tns-liveregion, .tns-visually-hidden, .tns-outer > button{
    display: none!important;
}

.custom-logo_home{
    height: 150px;
    padding: 10px;
    filter: grayscale(1);
    animation: gray_out 0.5s;
}

.custom-logo_home:hover, .active > .custom-logo_home {
    filter: grayscale(0);
    animation: gray_in 0.5s;
}

@keyframes gray_in {
  from {
    filter: grayscale(1);
  }
  to {
    filter: grayscale(0);
  }
}

@keyframes gray_out {
  from {
    filter: grayscale(0);
  }
  to {
    filter: grayscale(1);
  }
}

.category_filter_home{
    background: transparent!important;
    color: #000000;
    border: 0px!important;
}

.category_filter_home > a{
    color: #000000!important;
    text-decoration: none;
}

.category_filter_home:hover, .category_filter_home:focus, .category_filter_home:active {
    color: #E51B2A!important;
    text-decoration: none;
}

.dropdown-toggle::after{
    margin-top: 13px;
}

.modal-title, .send_sms_button, .registration_submit{
    font-family: 'Segoe UI Bold';
}

body.hy .modal-title, body.hy .send_sms_button, body.hy .registration_submit {
    font-family: 'Montserrat Arm Bold';
}

body.ru .banner_overlay_title, body.ru .banner_overlay_title, body.ru .banner_overlay_title {
    font-family: 'Montserrat SemiBold';
}

.alert-dismissible .close{
    padding: 0rem 1.25rem;
}

.menu_items.active > a{
    color: #E51B2A!important;
}

.remove{
    opacity: 0.8;
}
.orders_info{
    display: flex;
    flex-direction: row;
    /* border: 1px solid; */
    /* height: 50px; */
    /* justify-content: center; */
    margin: 14px 0px;
    border: 1px solid #000000;
}
.orders_info > div{
    justify-content: center;
}
.bonus.not_loyal{
    color: #d4d4d4;
}

.not_loyal > .payment_img {
    opacity: 0.3;
}

.payment_img{
    width: 27px;
}
.apps{
    display: flex;
    flex-direction: column;
}
.apps img{
    width: 135px;
}

#address_modal{
    z-index: 1096;
}
.add_new_address{
    margin: 20px 0px;
}

#alert_modal{
    z-index: 1100;
}

.margintop30{
    margin-top: 30px;
}

.developer{
    color: white;
    text-decoration: none;
}

.developer:hover{
    color: #E51B2A!important;
}
.social_icon{
    width: 25px;
}

.floating_h {
    position: absolute;
    top: 35%;
    font-weight: 600;
    color: #ffffff;
    width: 80%;
}

.main2 .dropdown-menu.show{
    flex-direction: column;
    justify-content: space-around;
    /*min-height: 120px;*/
    padding: 15px;
    border-radius: 0px;
    border: 0px;
}

.main2 .dropdown-menu .dropdown-item{
    font-size: 15px;
    line-height: 30px;
}

.main2 .dropdown-item.active, .main2 .dropdown-item:hover, .main2 .dropdown-item:focus, .main2 .dropdown-item:active{
    background-color: transparent!important;
    color: #E51B2A!important;
}

.nav-link, .nav-item{
    outline: 0px;
}

/*.main2 .dropdown-menu{
    background-color: transparent;
}
*/

#map-canvas {
  width: 100%;
  height: 400px;
}

.map_view:hover{
    color: #E51B2A!important;
    cursor: pointer;
}

.order_icon{
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}

.count_cart{
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}

.count_numbers{
    background-color: #ffffff;
    border-radius: 40px;
    width: 28px;
    border-color: transparent;
    height: 28px;
    color: #E51B2A;
}

.count_cart.hide{
    display: none;
}

/*body.modal-open > :not(.modal) {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}*/

.hide{
    display: none;
}

.order_bonus_amount:after, .bonus_amount:after, .cart.total_placeholder:after, .order_price:after, .price:after, .product_price.cart.total_placeholder:after, .product_price.cart.shipping_placeholder:after, .product_price.cart.totalwithship_placeholder:after, .cart_popup_price:after {
    content: "\058F";
}

.order > .product_price:after, .total_order > .product_price:after{
    /*content: "\058F";*/
}

.cart_img{
    display: inline-block;
    width: 45px;
    margin-right: 10px;
}

.custom-map-control-button{
    border-radius: 0px;
    padding: 10px;
    background-color: rgb(229, 27, 42);
    border: 0px;
    color: rgb(255, 255, 255);
    outline: 0px;
}


#delivery-now, #delivery-later, #paymethod-1, #paymethod-2, #paymethod-3 {
    display: none;
}

.dropdown-item.hy:before, .language_item.hy:before{
    background-size: 20px 10px;
    display: revert;
    content: "";
    background-image: url(/images/flags/hy-hover.jpg);
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.dropdown-item.ru:before, .language_item.ru:before{
    background-size: 20px 10px;
    display: revert;
    content: "";
    background-image: url(/images/flags/ru-hover.jpg);
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.dropdown-item.en:before, .language_item.en:before{
    background-size: 20px 10px;
    display: revert;
    content: "";
    background-image: url(/images/flags/en-hover.jpg);
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 6px;
}

.language_item:before{
    height: 20px;
}

.widgets ul li {
    padding: 3px 0px;
}

/*    input[type='radio']:after {
        width: 20px;
        height: 20px;
        border-radius: 0px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: transparent;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0px solid white;
    }

    input[type='radio']:checked:after {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        top: -2px;
        left: -2px;
        position: relative;
        background-color: #E51B2A;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 0px solid white;
    }*/


