body {
    background:#fff8eb;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding-top: 147px;
}

#autosearch_search_results .asr{
    display: none!important;
}

.fa {
    font-size: 14px;
}

a {
    color: #31316f;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
input[type=phone].form-control,select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    margin: 0px !important;
    border: 1px solid rgba(204, 204, 204, 0.7);
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
}
.checkbox{cursor:pointer;display:block;vertical-align:middle}
.checkbox input{display:none}
.checkbox__text{position:relative;padding-left:10px;vertical-align:middle;width:calc(100% - 15px - 1em);font-size:14px;display:inline-block}
.checkbox__text:after{content:attr(data-count);margin-left:auto;color:#919293}
.checkbox__text a{color: currentColor;/* color: #F9A038; */}
.checkbox__text a:hover{text-decoration:none}
.checkbox__text a:hover {
    text-decoration: undeline;
    color: #f78807;
}
.checkbox__indicator{position:relative;display:inline-block;width: 24px;height: 24px;-webkit-transition:.3s;transition:.3s;background-size:10px;border: 1px solid rgba(204, 204, 204, 0.7);border-radius: 6px;}
input:checked~.checkbox__indicator{border-color:7D9DA2}
.checkbox__indicator::after{position:absolute;left: 5px;top: 5px;margin:auto;content:'';display:block;width: 12px;height: 12px;background:0 0;-webkit-transition:.3s;transition:.3s;background: #F9A038;border-radius: 4px;opacity:0;}
input:checked~.checkbox__indicator::after{opacity:1}

input::-webkit-input-placeholder{color: #333333;opacity: 0.5;}
input::-moz-placeholder{color: #333333;opacity: 0.5;}
input:-ms-input-placeholder{color: #333333;opacity: 0.5;}
input::-ms-input-placeholder{color: #333333;opacity: 0.5;}
input::placeholder{color: #333333;opacity: 0.5;}
textarea::-webkit-input-placeholder{color: #333333;opacity: 0.5;}
textarea::-moz-placeholder{color: #333333;opacity: 0.5;}
textarea:-ms-input-placeholder{color: #333333;opacity: 0.5;}
textarea::-ms-input-placeholder{color: #333333;opacity: 0.5;}
textarea::placeholder{color: #333333;opacity: 0.5;}


.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background-color: #F9A038;
    border-color: #F9A038;
    background-image: none;
    color: #333;
    transition:0.3s
}
.input-group .input-group-addon:hover {
    background: #f78807;
    border-color: #f78807;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #31316f;
    background-image: linear-gradient(to bottom, #31316f, #31316f);
    background-repeat: repeat-x;
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #31316f;
    background-image: linear-gradient(to bottom, #31316f, #31316f);
    background-repeat: repeat-x;
    border-color: #31316f #31316f #31316f;
    min-height: 40px;
}
#menu .nav > li > a {
    color: #fff;

    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#supermenu li.tlli:nth-child(1) a
{
    font-weight: bold;
}
#supermenu li.tlli:nth-child(5) a {
    font-weight: bold;
}
#supermenu li.tlli:nth-child(3) a {
    font-weight: bold;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #31316f;
    background-image: linear-gradient(to bottom, #31316f, #31316f);
    background-repeat: repeat-x;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;

}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #31316f, #31316f);
    background-repeat: repeat-x;
    border-color: #31316f #31316f #31316f;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
header 
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid hwb(0deg 100% 0% / 20%);
}
.phone {
    display:inline-flex;
}
.header__top a {
    color: #fff;
    gap: 10px;
}
.header__top a:hover {
    color: #F9A038;
}

.header__top {
    background: rgb(0 0 0 / 20%);
    font-size: 16px;
}
.header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding: 10px 0; */
    gap: 20px;
}
.header__top-nav {
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: FLEX;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    margin-right: auto;
}



.header__top-link {
    display: flex;
    gap: 10px;
    align-items: center;
}


.social {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social a {

}
.pdf_mob
{
    display: none;
}
.pdf_dek
{
    display: block;
}


.header__middle {padding: 25px 0;position: static;border-bottom: 1px solid rgb(255 255 255 / 20%);background: #31316f;}
.header__middle-inner {display: flex;align-items: center;justify-content: flex-end;color: #fff;gap: 20px;}
.header__logo {display: flex;font-weight: 500;font-size: 14px;align-items: center;gap: 10px;line-height: 1.2;max-width: 190px;margin-right: auto;color: #fff;}
.header__logo-img {
    width:60px;
}

header .header__logo-name {  display: none;  }
.header__controlls {display: flex;align-items: center;gap: 30px;}
.header__controll {color: #fff;text-align: center;}
.header__controll-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: auto;
}
.header__controll-label {
    display:none;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}

.search {

}

.search__form-input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 20px 20px 20px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 16px;
    line-height: 20px;
    border: 0;
    outline: none;
    color: #333;
}
.search__form-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: rgb(51 51 51 / 0.5);
}

.search__form-button {
    position: relative;
    z-index: 2;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #333;
    outline: none;
}

.search__mob-btn {
    color: #fff;
}
.search__form {
    display: flex;
}
.search__close {
    display: block;
    position: relative;
    z-index: 10;
    width: 40px;
}

.search__close::before, .search__close:after {
    width: 20px;
    height: 1px;
    background: #333;
    content:'';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transform: rotate(45deg);
}
.search__close:after {
    transform: rotate(-45deg);	 
}

.search .close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.search .close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.search__container {
    display:none;
}
.header__bottom {display: flex;align-items: center;gap: 20px;/* padding: 15px 0; */}
.catalog {}
.catalog__button:hover {
    color: #333;
    background: #f78807;
    text-decoration: none;
}
.header__menu {flex: 1;align-items: center;justify-content: space-between;display: none;}
.header__menu-list {list-style: none;display: flex;padding: 0;margin: 0;gap: 10px;}

.header__menu-link {font-weight: 400;font-size: 15px;color: #fff;transition: 0.3s;line-height: 1;}

.header__menu-link:hover, .header__menu-li:hover .header__menu-link {
    color: #F9A038;
}
.header__menu-sub {display: none;position: absolute;top: 100%;left: 0;width: 243px;background: #FFFFFF;-webkit-box-shadow: 2px 10px 20px rgb(0 0 0 / 20%);box-shadow: 2px 10px 20px rgb(0 0 0 / 20%);list-style: none;padding: 0;margin: 0;z-index: 65;}
.header__menu-li {
    position:relative;
    padding: 30px 0;
}
.header__menu-li:hover>.header__menu-sub {
    display:block;
}
.header__menu-li:last-child >  .header__menu-sub {
    right:0;
    left: AUTO;
}

.header__menu-sublink {font-weight: 400;font-size: 16px;padding: 17px 20px;display: block;line-height: 1;color: #333333;}
.header__menu-sublink:hover,  .header__menu-sublink--active {
    background: #F5F5F5;
    color: #31316F;
}
.catalog__button {
    display:none;
}
.mob-menu-button {
    display:block;
}
.mob-menu-button svg {
    display:block;
}



.catalog__popup {padding: 30px 0px 0px;position: absolute;left: 0;right: 0;background: #fff;z-index: 22;background: #31316F;height: calc(100vh - 145px);overflow: hidden auto;display: none;top: 100%;}
.open-catalog .catalog__popup {
    display:block;
}

.catalog__left {padding: 0 0px 15px;}
.catalog__left-link {
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}
.catalog__left-link:hover, .catalog__left-link:focus {
    color: #F9A038;
}
.catalog__right {padding: 30px 20px;margin: 0 -15px;position: relative;}
.catalog__right:before {
    content:'';
    display:block;
    background:#fff;
    position: absolute;
    left: -150px;
    right: -150px;
    bottom: 0;
    top: 0;
}
.catalog__right-col {margin-bottom: 20px;z-index: 2;position: relative;}
.catalog__right-title {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.catalog__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: BLOCK;
    margin-bottom: 15px;
}
.catalog__menu a {
    color:#333;
    display: block;
    padding: 5px 0;
}
.catalog__more {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: auto;
}
.catalog__more:hover {
    text-decoration: none;
}

.footer__inner {display: grid;grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));gap: 20px;margin-bottom: 20px;}
.footer__col {/* margin-bottom: 20px; */}
.footer .header__logo {
    margin:0 auto 20px;;
}
.header__logo-img {
}
.header__logo-name {text-align: left;}
.social-wrapper {
}
.social {
}

.footer__title {font-size: 18px;line-height: 20px;margin-bottom: 20px;color: #fff;font-weight: 700;}
.footer__menu {list-style: none;padding: 0;margin: 0;font-size: 16px;line-height: 1.6;}
.footer__menu a {
    padding:4px 0;
    display:block;
}
.contact-item {
}
.tel-num {
}
.footer__bottom {padding: 30px 0 0;border-top: 1px solid rgba(255, 255, 255, 0.2);font-size: 16px;}

.copy {
}
.requisites {display: -webkit-box;display: -ms-flexbox;display: flex;color: #fff;justify-content: center;margin: 15px 0;gap: 30px;}
.politick {
}

.footer {
    background: #31316F;
    padding: 50px 0 30px;
    text-align: center;
    color: #fff;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    color: #F9A038;
}

.ftr-top {
    padding: 50px 0 13px;
}
.ftr-top .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.ftr-top .logo {
    margin-bottom: 30px;
}

.social-wrapper {
    margin-bottom: 20px;
}
.social-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.social-wrapper .social {
    padding: 0;
    /* margin: 0 -8px; */
    justify-content: center;
}
.social-wrapper .social li {
    /* padding: 0 8px; */
    margin: 0;
}
.social-wrapper .social li a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #11263A;
    border-radius: 100px;
    transition: 0.3s;
}
.social-wrapper .social li a:hover {
    background: #F9A038;
}
.social-wrapper .social li a svg {
    fill: #fff;
}


.contact-item {
    margin-bottom: 30px;
    color: #fff;
}
.contact-item p {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
    color: #fff;
}
.contact-item strong {
    font-weight: 700;
}
.contact-item .tel-num a {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FED84C;
}
.contact-item .tel-num a:hover {
    color: #F9A038;
}






@media (min-width: 360px ) {
    header .header__logo-name {
        display:block;
        line-height: 1;
    }
    .social {
        gap:20px;
    }
    .footer {
        text-align: left;
    }
    .requisites {
        justify-content: flex-start;
    }
    .social-wrapper .social {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    body {
        padding-top: 0;
    }
    .header__controll-label {
        display:block;
    }
    .header__controll:hover {

        color:#F9A038;
    }

    .header__controll-icon {
        width:30px;
        height:30px;
    }
    .mob-menu-button, .search__mob-btn {
        display:none;
    }
    .search__form {
        position: relative;
        background: #fff;
        border-radius: 6px;
    }
    .footer__inner {
        gap:30px;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    }
    .header__logo {
        font-size: 18px;
        line-height: 20px;
        max-width: 250px;
    }
    .header__logo-img {
        width:80px;
    }
    .search__container {
        display:block;
        position: relative;
        flex: 1;
        width:100%;
    }
    .search__close {
        display:none;
    }
    .search {
        flex: 1;
    }
    .header__middle-inner {
        gap: 50px;
    }
    .header__controlls {
        padding-right: 0px;
        gap: 30px;
        padding-left: 0px;
    }
    .header__menu {
        display:flex;
    }
    .catalog__button {width: 180px;line-height: 52px;color: #333333;background: #F9A038;border-radius: 6px;text-align: center;display: flex;align-items: center;justify-content: center;gap: 10px;font-size: 16px;cursor: pointer;transition: 0.3s;}

    .catalog__popup {
        height: calc(100vh - 225px);
        border-top: 1px solid hwb(0deg 100% 0% / 20%);
        padding: 0;
    }
    .catalog__popup .container {
        height: 100%;
    }
    .catalog__left-link {
        margin-bottom: 40px;
        font-size: 20px;
    }
    .catalog__content {
        display:flex;
        min-height: 100%;
        gap: 20px;
    }
    .catalog__left {
        width: 290px;
        padding: 30px 0px;
    }
    .catalog__right {
        display:grid;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
        flex: 1;
        padding: 30px 40px;
        gap: 40px;
        background: #fff;
        margin: 0;
    }
    .catalog__right:before {
        left:0;
        right:-100vw;
    }
    .catalog__right-col {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    .catalog__right-title {
        font-weight: 500;
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .catalog__menu a {
        font-size: 16px;
        padding: 4px 0;
    }
    .catalog__menu a:hover  {
        color:#31316F;
        text-decoration:underline;
    }
    .footer__bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .requisites {
        padding:0;
        margin: 0;
    }
    .footer__title {
        font-size: 22px;
        margin-bottom: 40px;
    }
    .footer__menu a {
        margin-bottom: 7px;
    }
    .contact-item p {
        padding: 3px 0 0 0;
    }
    .footer .header__logo {
        margin: 0 0 30px;
    }
    .footer__bottom {
        font-size:18px;
    }
    header {
        position:relative;
    }
    .header__middle {
        transition: 0.3s;
        top: -120px;
    }
    .header--fixed .header__middle {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }
    .header--fixed {
        padding-bottom: 111px;
    }
}
@media (min-width: 1300px) {

    .header__menu-list {
        gap:30px

    }
    .header__menu-list--center {
        gap:60px;
    }
    .header__menu-link {
        font-size:16px;
    }

    .header__bottom {
        gap:65px;
    }
    .catalog__button {
        width: 235px;
    }
    .header__controlls {
        gap: 40px;
        padding-left: 60px;
        padding-right: 20px;
    }
}

@media (max-width: 960px) {
    .open-search .search__container {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 60px;
        margin: auto;
        background: #fff;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    header
    {
        /* position: static !important; */
        /* height: 170px !important; */
    }
    .fon_menu {
        margin-top: 0px !important;
    }
    .pdf_mob {
        display: block !important;
        width: 245px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .pdf_mob i 
    {
        color:#ff0000;
        font-size: 26px;
        padding-right: 10px;
    }
    .pdf_mob a
    {	
        font-size: 22px;

        margin-top: 15px;
        margin-bottom: 50px;
        text-align: center;
        font-weight: bold;
    }
    .pdf_dek {
        display: none;
    }
    .ya-share2 {
        margin-bottom: 20px !important;
    }
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

}
@media (min-width: 1200px) {
    .header__top-nav {
        gap:30px
    }
    .header__inner {
        gap:30px
    }
}
/* content */
#content {
    min-height: 600px;
}
/* footer */

.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 0px 0;
    padding: 8px 0;
    border: 0px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    background:none;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 0px 0 #FFF;
    padding: 0 0px;

}
.breadcrumb > li + li:before {
    content: '/';
    padding: 10px;
}
.breadcrumb > li:after {
    content: '';

}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
    background-repeat: repeat-x;
    background: #F9A038;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    border-radius: 6px;
    line-height: 46px;
    padding: 0 30px;
    transition: 0.3s;
    box-shadow: none;
}
.btn-primary--big {
    line-height: 56px;
}
.btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #333 !important;
    background: #f78807 !important;
    text-decoration: none;
    border-color: #f78807 !important;
    box-shadow: none;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button 
{
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
    right: -1px;
}
/*******************rtsasuk*********************/
@media (min-width: 1200px) 
{
    .container 
    {
        max-width: 1470px !important;
        width: 100% !important;
    }
}
header
{
    background:#31316f;
}
.left_h i.fa-home
{
    float: left;
    font-size: 35px;
    color:#fff;
    line-height: 80px;
    display: block;
    margin-right: 20px;
}

button, img, a 
{
    outline-style: none !important;
}
.menulist
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.menulist li 
{
    float: left;
}
.menulist li a 
{
    font-size: 18px;
    color:#fff;
    line-height: 80px;
    font-weight: 400 !important;
    margin-left: 10px;
    margin-right: 10px;
}
.menulist li a:hover 
{
    color: #e49f44;
}
#cart-total
{
    height: 37px;
    line-height: 37px;
    text-align: center;
    color:#2e336d;
    background:#e39e41;
    display: block;
    float: left;
    font-size: 18px;
    padding-left: 6px;
    padding-right: 6px;
    display: none;
}
#cart button 
{
    padding: 0px;
    background:none;
    border:0px solid #333;
}
#cart button img
{
    margin-left: 5px;
}

.loglog a 
{
    font-size: 18px;
    font-weight: 400;
    line-height:80px;
    color:#fff;
}


.fon_menu
{
    background: #31316F;
    padding-bottom: 50px;
    /* border-top: 3px solid #f9a038; */
}
.fon_tov 
{
    border: 1px solid #fff8eb;
}
.fon_tov:hover {
    background: #c8d0fe;
    border: 1px solid #c8d0fe;
}
.language-select
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0px;

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border:0px solid #000;
    font-size: 16px;
    background:transparent;
    color:#fff;
}

.language-select.active, .language-select:hover  {
    background:#f9a038 !important;
    color: #333333;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.col-xs-five {
    width: 20% !important;
    float: left !important;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20% !important;
        float: left !important;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20% !important;
        float: left !important;
    }

}
@media (min-width: 1200px) {
    .col-lg-five {
        width: 20% !important;
        float: left !important;
    }
}

.zag_mod
{
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    color:#31316f;
    width: 100%;
    text-align: center;
}
.desc_prod
{
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color:#000;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 90px;
}
.price 
{
    font-size: 24px;
    color:#000;
    font-weight: 400;
    /* text-transform: uppercase; */
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
}
.price__old {
    text-decoration: line-through;
    color: #333333;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0;
}
.f_menu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.f_menu a 
{
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    line-height: 26px;
}
.f_menu a:hover {
    color: #f9a038;
}
.open5
{
    font-size: 16px;
    font-weight: 400;
    color:#fff;
    line-height: 20px;
}
.open5 a
{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.open5 a:hover 
{
    color:#f9a038;
}
.tel_f,
.tel_f a
{
    font-size: 26px;
    color:#fff;
}
.list_par
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#product-product h1 
{
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color:#30326b;
    display: block;
    margin-bottom: 20px;
}
.manuf_det 
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color:#586da6;
}
.manuf_det a:hover 
{
    color: #ff0000;
}

#fastbuy-button{
    margin-bottom: 30px;
}

#fastbuy-button,
#button-cart
{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    background:#31316f;
    color:#fff;
    border:0px solid #333;
    height: 40px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}
.cp-gift-heading
{
    display: none;
}
.form-horizontal .control-label {
    text-align: left !important;
}
#product-product .nav-tabs > li > a
{
    font-size: 18px;
    color:#312f70;
}
#product-product .nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover
{
    border: 0px solid #ddd;
    background:none;
    color:#337ab7 !important;
}
.pagination>li>a,
.pagination>li>span
{

    color:#31316f !important;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover
{
    color: #fff !important;
}
.text_pr_det
{
    font-size: 18px;
    color: #00276d;
    text-align: center;
}
.price_bumaga
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.pr_electro
{
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.price_bumaga {
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.newsletter_module {
    display: block;
    margin-bottom: 20px;
    padding: 20px 0;
}
.newsletter_module__title {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.newsletter_module__html {
    display:none;
}
a, button, a 
{
    outline-style: none !important;
}
.swiper-slide
{
    margin-left: 30px;
    margin-right: 30px;
}
.swiper-pager
{
    display: none !important;
}
@media (max-width: 767px) 
{ 
    .logo_mob img
    {
        width: 180px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .slogan {
        font-size: 14px !important;
        color: #fff;
        margin-top: 15px;
        margin-bottom: 25px;
        text-transform: uppercase;
    }
    .swiper-slide {
        margin-left: 0px;
        margin-right: 0px;
    }
    .left_h i.fa-home {
        float: left;
        font-size: 20px;
        color: #fff;
        line-height: 80px;
        display: block;
        margin-right: 5px;
    }

    .newsletter_module {
    }

    .menulist
    {
        margin-top: 10px;
    }
    .menulist li a {
        font-size: 11px;
        color: #fff;
        line-height: 20px;
        font-weight: 400 !important;
        margin-left: 0px;
        margin-right: 5px;

    }
    #cart button img {
        margin-left: 5px;
        width: 30px;
    }
    .loglog a
    {
        font-size: 16px;
    }
    #logo img {
        width: 70px;

    }
    .fa-home
    {
        display: none !important;
    }
    .sloganmob
    {
        font-size: 14px;
        color:#31316f;
        padding-bottom: 15px;
        text-align: center;
        font-weight: 500;
    }
    .fon_menu {
        background: #31316f;
        padding-bottom: 0px;
    }

    #supermenu.respsmall a.mobile-trigger
    {
        font-size: 24px !important;
        line-height: 26px !important;
        width: 100%;
        text-align: center;
    }
    #supermenu.respsmall a.mobile-trigger .mt-bars
    {
        display: none !important;
    }
    #supermenu.respsmall .superdropper span
    {
        margin-top: 5px !important;
        padding: 0px !important;
    }
    .fon_tov
    {
        margin-bottom: 30px;
    }
    .f_menu
    {
        text-align: center;
    }
    .open5
    {
        text-align: center;
    }
    #content h1 
    {
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .desc_prod
    {
        min-height: 145px;
    }
    .manuf_det
    {
        text-align: center;
    }
    .nav-tabs>li {
        float: none;
        margin-bottom: -1px;
        text-align: center;
    }

    .mobile-trigger i 
    {
        margin-right: 10px;
        font-size: 22px;
    }

}
@media (min-width: 1366px) and (max-width: 1439px)
{
    .menulist li a {
        font-size: 18px;
        color: #fff;
        line-height: 80px;
        font-weight: 400 !important;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) 
{
    .menulist
    {
        margin-top: 20px;
    }
    .menulist li a {
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        font-weight: 400 !important;
        margin-left: 0px;
        margin-right: 10px;
    }
    .fon_menu {
        background: #31316f;
        padding-bottom: 0px;
    }
    #supermenu.respsmall a.mobile-trigger {
        font-size: 24px !important;
        line-height: 26px !important;
        width: 100%;
        text-align: center;
    }
    #supermenu.respsmall a.mobile-trigger .mt-bars
    {
        display: none !important;
    }
    #supermenu.respsmall .superdropper span {
        margin-top: 5px !important;
        padding: 0px !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .menulist li a {
        font-size: 14px;
        color: #fff;
        line-height: 80px;
        font-weight: 400 !important;
        margin-left: 0px;
        margin-right: 10px;
    }
}

p.stat,
p.not_available{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.not_available::before,
p.stat::before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 5px;
    background: #00d400;
}

p.not_available::before{
    background: #ff4061;
}
.copy
{
}
 
.checkout-heading-button a 
{
    /* font-size: 18px; */
    color: #F9A038;
}
.price-old,
.price_bumaga span
{
    text-decoration: line-through;
    font-size: 18px;
    color:#666;
}
/*******************rtsasuk*********************/


@media (max-width: 991px) {
    .mobile-hidden {
        display:none;
    }
}

.more-categories {margin-bottom: 30px;}
.more-categories__title {color: #31316F;font-size: 36px;margin-bottom: 20px;}
.more-categories__list.swiper-container {margin: 0 -15px;}

.more-categories__item {margin-bottom: 60px;margin: 0 0 60px;padding: 0 15px;}
.more-categories__item-inner {
    border: 1px solid rgba(204, 204, 204, 0.7);
    border-radius: 6px;
}
.more-categories__item-descr {padding: 20px 30px;}
.more-categories__item-img {}
.more-categories__item-img img {display: block;width: 100%;border-radius: 6px;}
.more-categories__item-name {color: #31316F;font-weight: 500;font-size: 18px;display: block;margin-bottom: 5px;}
.more-categories__item-count {opacity: 0.5;}
.swiper-pagination {
}
.more-categories-pager{ 
}
.module {
}
.page-title {
    color: #31316F;
    font-weight: 500;
    font-size: 30px;
}
.page-title  span {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}
.spiner {
    display: flex;
    width: 110px;
    border: 1px solid rgba(204, 204, 204, 0.7);
    border-radius: 6px;
}
.spiner__input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none !important;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
}
.spiner__plus {
    display: block;
    width: 33px;
    cursor: pointer;
    position: relative;
}
.spiner__plus:after {
    content: '';
    display: block;
    background: #31316F;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spiner__plus:before {
    content: '';
    display: block;
    background: #31316F;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spiner__minus {
    display: block;
    width: 33px;
    cursor: pointer;
    position: relative;
}
.spiner__minus:after {
    content: '';
    display: block;
    background: #31316F;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.radio{cursor:pointer;display:block;vertical-align:middle;margin-bottom: 10px;display: inline-flex;gap: 10px;}
.radio input{display:none}
.radio__text{display: inline-block;position:relative;vertical-align: text-top;font-size: 16px;font-weight:400;color:#333;padding-top: 2px;flex: 1;}
.radio__text:after{content:attr(data-count);margin-left:auto;color:#989898}
.radio__text a{color:#384d87;text-decoration:underline}
.radio__text a:hover{text-decoration:none}
.radio__indicator{position:relative;border:1px solid rgba(204, 204, 204, 0.7);display: block;width: 24px;height: 24px;-webkit-transition:.3s;transition:.3s;border-radius:50%;background:#fff;}
input:checked~.radio__indicator{border-color: #F9A038;}
.radio__indicator::after{position:absolute;left: 5px;top: 5px;margin:auto;content:'';display:block;width: 12px;height: 12px;background: #F9A038;border-radius:50%;-webkit-transition:.3s;transition:.3s;opacity:0}
input:checked~.radio__indicator::after{opacity:1}

.helpblock {
    background: url(../image/help.png) center/cover;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 60px 40px 50px;
}
.helpblock:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    background: #31316F;
    pointer-events: none;
    opacity: 0.85;
    z-index: 0;
}
.helpblock:after {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top:20px;
    right: 20px;
    bottom: 20px;
    opacity: 0.3;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    pointer-events: none;
}

.helpblock__title {
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}
.helpblock__content {
    position: relative;
    font-size: 16px;
}
.helpblock__social {
    position: relative;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 20px 0 0;
    gap: 10px;
}
.helpblock .tel-num a {
    color:#F9A038;
    font-weight: 700;
    font-size: 22px;
    display: block;
}
.helpblock .tel-num a:hover {
    color: #f78807;
}
.helpblock__social-link {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    width:58px;
    height:58px;
    display: flex;
    justify-content: center;
    transition:0.3s;
    align-items: center;
}
.helpblock__social-link:hover {
    background: #F9A038;
    border-color: #F9A038;
}