@font-face {
    font-family: 'Muller';
    src:  url('../fonts/mullerultralight.woff') format('woff');
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: 'Muller';
    src:  url('../fonts/mullerregular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Muller';
    src:  url('../fonts/mullerbold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

* {
    box-sizing: border-box;
}
@media (min-width: 1350px) {
    .container {
        max-width: 1300px;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 990px) {
    header nav .nav-item .nav-link.active:after {
        content: "";
        border-bottom: 2px solid #2269A2;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 9px;
    }
    .htop{
        padding: 0 20px;
    }

}
@media (max-width: 990px) {
    .mobh-80 {
        height: 86vh !important;
    }

}
html,
body {
    margin: 0px;
    font-family: 'Muller', serif !important;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
}
.h-80 {
    height: 80vh !important;
}
.logo {
    text-align: center;
}
.logo img {
    width:118px;
}

nav .nav-item {
    padding: 0 0.5rem;
}
header nav .nav-item .nav-link{
    color: #383838 !important;
    position: relative;
}
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding-bottom: 5px;
}
header .tel.dropdown-menu {
    border:none;
    border-radius: 0;
    left:-150px;
    width: 360px;
}
header .search-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
header .search-form .searchinput {
    width: 100%;
}
.navbar {
    padding: 0;
}
.navbar-collapse{
    flex-basis: content !important;
}
header .navbar-collapse{
    background: #fff;
    overflow-y: auto;
    /*height: 100%;*/
}
header .logo-mobile{
    display: none;
}
.headpic {
    height: 65vh;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 20px;
}
nav .nav-link i {
    display: none;
}
@media (min-width: 992px) {
    .phonesnav {
        display: none !important;
    }
    .ph {
        flex-basis: 0 !important;
    }
}

.cart .badge {
    position: absolute;
    border-radius: 10px;
    right: -1px;
    top: 4px;
    font-size: 0.6rem;
}

footer {
    background-color: #1C292F;
    flex: 0 0 auto;
}
.basecontent {
    flex: 1 0 auto;
    margin-top: 97px;
}
footer nav .nav-item .nav-link{
    color: #FFF !important;
}
footer .navbar {
    padding-bottom: 0;
}

footer .navbar-text {
    height: 68px;
    display: flex;
}

footer .navbar-text ul {
    margin: 0px 25px;
    padding: 0px;
    display: inline-block;
    height: 50px;
    min-width: 215px;
}
footer .navbar-text li {
    display: inline-block;

}
footer .navbar-text svg {
    height: 50px;
    fill: #FFF;
}
footer .navbar-nav .nav-item {
    padding: 0 0.9rem;
    white-space: nowrap;
}
.footer nav .dropdown-menu {
    top: auto;
    bottom: 71px;
    background-color: #1C292F;
    border: none;
    border-radius: 0;
    padding: 0;
    left: -12px;
}
.footer nav .wrap {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
    height: 87px;
    white-space: normal;
}
.footer nav .dropdown-item {
     color: #fff;
     text-align: center;
     height: 87px;
 }
.footer nav .dropdown-item:hover, .footer nav .dropdown-item:focus{
    background-color: initial;
}

.footer nav .dropdown-item:not(:last-child) {
    border-bottom: #fff 1px solid;
}

nav .noarrow.dropdown-toggle::after {
    display: none;
}

footer .copyright {
    background-color: #191F22;
    text-align: center;
    color: #fff;
}
.search-form {
    color: #727272;
    padding-top: 40px;
    padding-bottom: 20px;
}
.search-form .searchinput {
    border: 2px solid #236c9d;
    border-radius: 5px;
    width:97%;
    padding-left: 30px;
    height: 34px;
}
.search-form .searchinput::placeholder {
    font-size: 0.7rem;
    padding-left: 13px;
    color: #BCBCBC;
}
.search-form .findit {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #236c9d;
    cursor: pointer;
}

.imagebg {
    height: 25vw;
    background-size: cover;
    background-position: 50% 0%;
}
.t-head {
    font-size: 1.8rem;
    font-weight: 700;
}
.text-light .t-head {
    text-shadow: #000 0px 0px 6px;
}
.text-dark .t-head {
    text-shadow: #fff 0px 0px 6px;
}

a>.t-head {
     display: block;
     height: 100%;
     text-decoration: none;
     color: #fff;
}
.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-outline-black {
    color: #000;
    text-shadow: #fff 0px 0px 6px;
    background-color: transparent;
    background-image: none;
    border-color: #000;
}
.btn-outline-black:hover, .btn-outline-black:focus {
    color: #fff;
    background-color: #000;
}
#tableSearch input {
    min-width: 35px;
}
.basecontent h1{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.9rem;
    letter-spacing: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cart-info {
    border: 3px solid #EDEBEB;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 25px;
}

.cart-row {
    padding: 20px;
}
.cart-row:not(:last-child) {
    border-bottom:  2px solid #E8E7E7;
}

.cart-row .plus, .cart-row .minus {
    height:20px;
    width: 20px;
    border-radius: 10px;
    border: 2px solid #E1E1E1;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 18px;
    margin-left:6px;
    margin-right:6px;
}
.cart-row input {
    text-align: center;
    border: 2px solid #E1E1E1;
    border-radius: 9px;
    width: 60px;
    padding: 2px 10px;
}
.cart-row .linetotal {
    font-weight: 700;
    font-size: 1.5rem;
}

.cart-row .cart-name {
    font-size:1.3rem;
    margin-bottom: 7px;
}
.cart-comment {
    font-size:0.8rem;
}
.cart-row .cart-avail {
    font-size:0.6rem;
    margin-top: 7px;
    color: #1DE290;
}
.cart-total {
    font-weight: 700;
}
.btn-wide {
    font-size: 0.8rem;
    padding: 13px 70px;
}

.btn-primary{
    background-color: #2269A2;
    border-color: #2269A2;
}

.btn-outline-primary{
    border-color: #2269A2;
    color: #2269A2;
}
.cart-row .cart-remove, .cart-row .cart-remove:hover{
    font-size:1rem;
    margin-top: 50px;
    color: #656565;
    display: block;
    text-align: right;
    color:darkred;
}
.cart-line-summ {
    text-align: right;
}
.cart-line-summ .htext {
    display: none;
}
.nav-tabs {
    border-bottom: #EFEFEF 2px solid;
}
.nav-tabs .nav-item {
    width: 50%;
    text-align: center;
}
.nav-tabs .nav-link {
    color: #383838 !important;
    border: none !important;
    background-color: #EFEFEF;
    border-radius: 0 !important;
}
.nav-tabs .nav-link.active {
    background-color: #fff;
}
.card {
    border: none;
    color: #8B8B8B;
}
.card-header .shortdesc {
    display: none;
}
.card-header.collapsed .shortdesc {
    display: block !important;
}
.contsmall {
    max-width: 750px;
    font-size: 0.8rem;
}
.comment {
    font-size: 0.6rem;
    color: #999;
}
#quest .card:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#quest .card-header {
    background-color: #fff;
    border: none;
}
#quest h5 {
    font-weight: 700;
    color: #000;
    display: inline-block;
}
.icon-visa {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 12'%3E%3Cpath fill='%232b3894' d='M13.74 11.826L15.713.202h3.157l-1.975 11.624H13.74M28.348.488A8.191 8.191 0 0 0 25.518 0c-3.12 0-5.317 1.578-5.337 3.837-.019 1.67 1.569 2.603 2.766 3.157 1.228.569 1.642.934 1.638 1.443-.01.78-.982 1.135-1.89 1.135-1.264 0-1.936-.175-2.974-.61l-.406-.185-.442 2.602c.736.324 2.101.606 3.517.621 3.318 0 5.472-1.559 5.498-3.97.012-1.327-.83-2.33-2.651-3.16-1.104-.538-1.782-.896-1.774-1.442.001-.482.573-1 1.809-1a5.787 5.787 0 0 1 2.363.446l.283.134.43-2.52M32.55 7.705c.262-.668 1.258-3.248 1.258-3.248-.019.031.26-.673.42-1.108l.213 1.002s.606 2.773.73 3.355h-2.62zm3.895-7.49h-2.44c-.756 0-1.324.205-1.654.963l-4.69 10.652h3.316s.54-1.432.664-1.746l4.043.005c.095.407.385 1.74.385 1.74h2.93L36.445.213M11.091.212l-3.09 7.924-.33-1.611c-.576-1.856-2.369-3.867-4.374-4.876l2.827 10.167 3.341-.002L14.437.211H11.09'/%3E%3Cpath fill='%23f79510' d='M5.133.204H.042L0 .445c3.962.963 6.582 3.287 7.67 6.08l-1.107-5.34C6.373.449 5.82.23 5.133.205'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 39px;
    height: 12px;
}
.icon-mastercard {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Cpath fill='%23f90' d='M29 10a8.38 8.38 0 0 1-8.379 8.382 8.378 8.378 0 0 1-8.38-8.377V10A8.38 8.38 0 0 1 29 9.996V10z'/%3E%3Cpath fill='%23c00' d='M9.326 1.621C4.726 1.65 1 5.393 1 10c0 4.626 3.754 8.381 8.379 8.381 2.171 0 4.15-.828 5.639-2.186h.002a8.19 8.19 0 0 0 .85-.896h-1.716a8.258 8.258 0 0 1-.625-.861h2.961c.18-.289.342-.59.488-.897H13.04a8.407 8.407 0 0 1-.35-.881h4.638a8.396 8.396 0 0 0 .239-4.455h-5.123c.063-.297.143-.591.239-.879h4.64a8.808 8.808 0 0 0-.361-.898H13.04c.142-.302.302-.596.481-.879h2.958a8.33 8.33 0 0 0-.649-.898h-1.65c.254-.3.536-.582.841-.847A8.355 8.355 0 0 0 9.38 1.621h-.054z'/%3E%3Cg%3E%3Cpath fill='%23fff' d='M12.394 12.134l.111-.758c-.061 0-.15.026-.23.026-.31 0-.344-.166-.325-.289l.251-1.546h.472l.114-.84h-.445l.091-.521h-.893c-.02.021-.526 2.935-.526 3.289 0 .524.294.761.711.757.325-.004.578-.094.669-.118zM12.676 10.688c0 1.262.832 1.562 1.541 1.562.654 0 .942-.147.942-.147l.158-.858s-.499.22-.948.22c-.958 0-.79-.715-.79-.715h1.813s.118-.578.118-.814c0-.588-.293-1.305-1.272-1.305-.899-.002-1.562.966-1.562 2.057zm1.565-1.259c.503 0 .411.565.411.611h-.991c0-.059.093-.611.58-.611zM19.889 12.134l.16-.972s-.438.219-.738.219c-.633 0-.885-.484-.885-1.004 0-1.053.543-1.632 1.15-1.632.453 0 .819.255.819.255l.146-.945s-.539-.219-1.004-.219c-1.029 0-2.033.894-2.033 2.572 0 1.111.543 1.848 1.606 1.848.3 0 .779-.122.779-.122zM7.486 8.643c-.613 0-1.081.196-1.081.196l-.13.77s.388-.158.973-.158c.333 0 .575.037.575.309 0 .164-.03.225-.03.225s-.262-.025-.383-.025c-.771 0-1.582.33-1.582 1.322 0 .782.532.963.862.963.629 0 .9-.409.915-.41l-.03.34h.786l.35-2.456c0-1.043-.909-1.076-1.225-1.076zm.191 2c.017.15-.094.854-.631.854-.277 0-.35-.211-.35-.335 0-.245.133-.539.787-.539.152-.001.168.018.194.02zM9.546 12.229c.201 0 1.349.051 1.349-1.137 0-1.107-1.063-.889-1.063-1.334 0-.222.173-.292.49-.292.126 0 .61.04.61.04l.112-.787s-.313-.07-.823-.07c-.66 0-1.33.264-1.33 1.165 0 1.021 1.117.918 1.117 1.349 0 .288-.312.312-.553.312-.416 0-.791-.145-.792-.137l-.119.781c.023.004.254.11 1.002.11zM27.281 7.936l-.193 1.194s-.336-.464-.863-.464c-.815 0-1.498.985-1.498 2.117 0 .732.365 1.447 1.107 1.447.533 0 .83-.373.83-.373l-.039.318h.867l.682-4.243-.893.004zm-.416 2.328c0 .472-.232 1.101-.717 1.101-.32 0-.472-.27-.472-.692 0-.69.312-1.147.703-1.147.322-.002.486.219.486.738zM2.655 12.182l.543-3.204.08 3.204h.615L5.04 8.978l-.508 3.204h.913l.703-4.25H4.736l-.88 2.607-.046-2.607H2.509l-.714 4.25h.86zM16.4 12.188c.26-1.478.309-2.676.93-2.457.107-.571.211-.793.33-1.035 0 0-.055-.012-.172-.012-.398 0-.697.546-.697.546l.082-.501h-.832l-.557 3.458h.916zM21.95 8.643c-.614 0-1.083.196-1.083.196l-.129.77s.387-.158.973-.158c.332 0 .576.037.576.309 0 .164-.029.225-.029.225s-.264-.023-.385-.023c-.77 0-1.582.33-1.582 1.322 0 .782.531.963.861.963.63 0 .9-.409.916-.41l-.029.341h.785l.35-2.457c0-1.045-.91-1.078-1.225-1.078zm.19 2c.016.15-.097.854-.633.854-.277 0-.349-.211-.349-.335 0-.245.133-.539.785-.539.154-.001.172.018.197.02zM23.893 12.188c.258-1.478.309-2.676.928-2.457.107-.571.213-.793.332-1.035 0 0-.057-.012-.174-.012-.398 0-.695.546-.695.546l.08-.501h-.83l-.56 3.458h.919zM28.156 11.654c.045 0 .09.01.133.033a.235.235 0 0 1 .1.102.262.262 0 0 1 .037.136.276.276 0 0 1-.135.236.277.277 0 0 1-.373-.1.284.284 0 0 1 0-.272.253.253 0 0 1 .103-.102.275.275 0 0 1 .135-.033m0 .043a.262.262 0 0 0-.111.029.2.2 0 0 0-.086.084.224.224 0 0 0-.029.113c0 .038.01.076.029.112.02.034.047.063.084.082a.226.226 0 0 0 .224 0 .253.253 0 0 0 .084-.082.23.23 0 0 0 .03-.112.247.247 0 0 0-.03-.113.217.217 0 0 0-.086-.084.253.253 0 0 0-.109-.029m-.119.375v-.29h.102c.031 0 .057.003.072.009.016.004.027.016.037.027a.07.07 0 0 1 .014.043.086.086 0 0 1-.022.056.098.098 0 0 1-.062.026c.012.004.018.011.025.015.012.013.025.03.045.06l.033.057h-.057l-.027-.045c-.021-.037-.035-.061-.049-.069a.072.072 0 0 0-.037-.009h-.027v.123h-.047m.047-.166h.057c.027 0 .047-.005.055-.011.013-.01.019-.021.019-.033a.032.032 0 0 0-.008-.022.068.068 0 0 0-.021-.017.13.13 0 0 0-.047-.006h-.055v.089'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 30px;
    height: 20px;
}
.icon-mir {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 285.17 80.437'%3E%3Cpath fill='%2320aa4d' d='M158.772 8.498l-18.014 39.031h-1.832V.002h-25.593v80.432h21.725a14.622 14.622 0 0 0 13.275-8.495l18.019-39.032h1.827v47.527h25.593V.002h-21.719a14.621 14.621 0 0 0-13.281 8.496M62.757 10.573l-10.661 36.96H50.27l-10.661-36.96A14.631 14.631 0 0 0 25.558 0H0v80.437h25.587V32.904h1.833l14.623 47.533h18.282l14.623-47.533h1.826v47.533h25.593V0H76.808a14.631 14.631 0 0 0-14.051 10.573M204.738 36.563v43.875h25.541V54.845h27.472c11.933 0 22.057-7.639 25.826-18.282h-78.839z'/%3E%3Cpath fill='%230096d6' d='M257.751.002H201.08c3.442 18.719 19.822 32.905 39.533 32.905h44.008a27.84 27.84 0 0 0 .549-5.485c0-15.143-12.277-27.42-27.419-27.42'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 48px;
    height: 13.53921px;
}
.icon-ya-money {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffce01' d='M2 9.922c0-1.108.093-1.81 2.386-3.522C6.285 4.983 12.372.139 12.372.139v8.085H17v11.637H3.446A1.45 1.45 0 0 1 2 18.416V9.922z'/%3E%3Cpath fill='%23d2aa07' d='M12.372 8.224v4.685l-8.506 5.794 10.753-3.498V8.224z'/%3E%3Cpath fill='%23231f20' d='M8.485 7.982c.497-.592 1.223-.802 1.622-.467.399.334.319 1.086-.178 1.679s-1.223.802-1.622.467-.319-1.086.178-1.679'/%3E%3C/svg%3E") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}
.icon-maestro {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' version='1.0' width='1133.8583' height='706.88977' id='svg3966'%3E%3Cdefs id='defs3968' /%3E%3Cg transform='translate%28112.2687,-199.5575%29' id='layer1'%3E%3Cg transform='translate%2835.433071,35.434149%29' id='g4014'%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,419.26126,753.24683%29' id='g2903'%3E%3Cpath d='M 0,0 C 2.83,2.564 4.608,6.27 4.608,10.392 C 4.608,14.513 2.83,18.218 0,20.783 C -2.49,23.039 -5.791,24.412 -9.414,24.412 C -17.156,24.412 -23.435,18.135 -23.435,10.392 C -23.435,2.648 -17.156,-3.63 -9.414,-3.63 C -5.791,-3.63 -2.49,-2.256 0,0' id='path2905' style='fill:%23009cdc;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,419.26126,753.24683%29' id='g2907'%3E%3Cpath d='M 0,0 C 2.83,2.564 4.608,6.27 4.608,10.392 C 4.608,14.513 2.83,18.218 0,20.783' id='path2909' style='fill:%23009cdc;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,419.26126,753.24683%29' id='g2911'%3E%3Cpath d='M 0,0 C 2.83,2.564 4.608,6.27 4.608,10.392 C 4.608,14.513 2.83,18.218 0,20.783' id='path2913' style='fill:none;stroke:%23009cdc;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,632.7127,199.5575%29' id='g2915'%3E%3Cpath d='M 0,0 C -3.622,0 -6.924,-1.373 -9.411,-3.629 C -9.919,-4.088 -10.392,-4.585 -10.828,-5.114 L -7.997,-5.114 C -7.61,-5.584 -7.252,-6.079 -6.928,-6.597 L -11.897,-6.597 C -12.194,-7.074 -12.465,-7.57 -12.705,-8.082 L -6.121,-8.082 C -5.895,-8.563 -5.696,-9.058 -5.526,-9.568 L -13.299,-9.568 C -13.46,-10.051 -13.596,-10.546 -13.706,-11.052 L -5.119,-11.052 C -4.912,-12.009 -4.803,-13.002 -4.803,-14.02 C -4.803,-15.577 -5.057,-17.075 -5.526,-18.474 L -13.299,-18.474 C -13.128,-18.983 -12.93,-19.479 -12.705,-19.959 L -6.121,-19.959 C -6.36,-20.472 -6.63,-20.967 -6.928,-21.445 L -11.897,-21.445 C -11.573,-21.963 -11.215,-22.458 -10.828,-22.928 L -7.997,-22.928 C -8.432,-23.457 -8.906,-23.954 -9.411,-24.412 C -6.924,-26.668 -3.622,-28.042 0,-28.042 C 7.744,-28.042 14.021,-21.764 14.021,-14.02 C 14.021,-6.277 7.744,0 0,0' id='path2917' style='fill:%23ed2233;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,917.2686,694.23106%29' id='g2919'%3E%3Cpath d='M 0,0 L 0.051,0 C 0.069,0 0.091,-0.001 0.108,0.008 C 0.123,0.018 0.131,0.036 0.131,0.053 C 0.131,0.069 0.122,0.086 0.108,0.094 C 0.092,0.104 0.066,0.101 0.048,0.101 L 0,0.101 L 0,0 z M 0,-0.225 L -0.093,-0.225 L -0.093,0.173 L 0.074,0.173 C 0.109,0.173 0.146,0.172 0.176,0.152 C 0.209,0.131 0.227,0.092 0.227,0.053 C 0.227,0.008 0.201,-0.034 0.158,-0.05 L 0.232,-0.225 L 0.129,-0.225 L 0.068,-0.068 L 0,-0.068 L 0,-0.225 z M 0.061,-0.371 C 0.251,-0.371 0.406,-0.217 0.406,-0.027 C 0.406,0.163 0.251,0.317 0.061,0.317 C -0.128,0.317 -0.284,0.163 -0.284,-0.027 C -0.284,-0.217 -0.128,-0.371 0.061,-0.371 z M -0.392,-0.027 C -0.392,0.224 -0.19,0.426 0.061,0.426 C 0.312,0.426 0.513,0.224 0.513,-0.027 C 0.513,-0.276 0.312,-0.48 0.061,-0.48 C -0.19,-0.48 -0.392,-0.276 -0.392,-0.027' id='path2921' style='fill:%23ed2233;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,156.11618,606.0472%29' id='g2923'%3E%3Cpath d='M 0,0 L -1.762,0 L -0.726,5.465 L -3.114,0 L -4.588,0 L -4.878,5.435 L -6.033,0 L -7.636,0 L -6.283,7.109 L -3.512,7.109 L -3.481,2.709 L -1.561,7.109 L 1.375,7.109 L 0,0' id='path2925' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,598.3509,604.41417%29' id='g2927'%3E%3Cpath d='M 0,0 C -0.478,-0.131 -0.851,-0.188 -1.254,-0.188 C -2.147,-0.188 -2.634,0.26 -2.634,1.082 C -2.634,1.244 -2.617,1.418 -2.582,1.6 L -2.477,2.166 L -2.395,2.624 L -1.586,7.037 L 0.15,7.037 L -0.102,5.71 L 0.788,5.71 L 0.549,4.304 L -0.345,4.304 L -0.805,1.892 C -0.825,1.787 -0.835,1.708 -0.835,1.654 C -0.835,1.355 -0.655,1.225 -0.24,1.225 C -0.041,1.225 0.113,1.243 0.231,1.28 L 0,0' id='path2929' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,441.21649,516.34372%29' id='g2931'%3E%3Cpath d='M 0,0 C 0,-0.73 0.411,-1.233 1.344,-1.61 C 2.059,-1.901 2.17,-1.986 2.17,-2.25 C 2.17,-2.61 1.855,-2.772 1.157,-2.772 C 0.629,-2.772 0.14,-2.699 -0.425,-2.542 L -0.669,-3.876 L -0.589,-3.888 L -0.266,-3.948 C -0.163,-3.967 -0.009,-3.983 0.195,-3.998 C 0.615,-4.031 0.939,-4.047 1.168,-4.047 C 3.031,-4.047 3.892,-3.435 3.892,-2.118 C 3.892,-1.325 3.533,-0.859 2.647,-0.509 C 1.907,-0.215 1.822,-0.151 1.822,0.119 C 1.822,0.43 2.115,0.59 2.686,0.59 C 3.032,0.59 3.505,0.558 3.954,0.504 L 4.206,1.842 C 3.749,1.905 3.055,1.956 2.652,1.956 C 0.678,1.956 -0.006,1.067 0,0' id='path2933' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,257.47746,547.62087%29' id='g2935'%3E%3Cpath d='M 0,0 C -0.183,0.02 -0.263,0.025 -0.39,0.025 C -1.379,0.025 -1.88,-0.272 -1.88,-0.855 C -1.88,-1.215 -1.636,-1.445 -1.254,-1.445 C -0.542,-1.445 -0.03,-0.854 0,0 z M 1.178,-2.576 L -0.273,-2.576 L -0.238,-1.977 C -0.681,-2.45 -1.269,-2.674 -2.07,-2.674 C -3.014,-2.674 -3.664,-2.031 -3.664,-1.096 C -3.664,0.312 -2.536,1.133 -0.599,1.133 C -0.399,1.133 -0.148,1.117 0.113,1.088 C 0.167,1.278 0.181,1.361 0.181,1.464 C 0.181,1.847 -0.123,1.989 -0.938,1.989 C -1.436,1.989 -1.999,1.928 -2.388,1.828 L -2.63,1.768 L -2.786,1.73 L -2.545,3.03 C -1.674,3.252 -1.1,3.337 -0.455,3.337 C 1.044,3.337 1.838,2.75 1.838,1.641 C 1.838,1.356 1.81,1.138 1.695,0.495 C 1.546,-0.511 1.298,-1.552 1.178,-2.576' id='path2937' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,395.08327,525.18932%29' id='g2939'%3E%3Cpath d='M 0,0 C 0.01,0.121 0.014,0.221 0.014,0.296 C 0.014,0.764 -0.291,1.042 -0.811,1.042 C -1.367,1.042 -1.763,0.671 -1.924,0.005 L 0,0 z M 0.847,-3.439 C 0.249,-3.598 -0.329,-3.675 -0.941,-3.674 C -2.892,-3.673 -3.908,-2.784 -3.908,-1.085 C -3.908,0.901 -2.615,2.361 -0.859,2.361 C 0.578,2.361 1.495,1.543 1.495,0.26 C 1.495,-0.166 1.432,-0.581 1.281,-1.166 L -2.188,-1.166 C -2.202,-1.256 -2.206,-1.296 -2.206,-1.349 C -2.206,-2.02 -1.689,-2.36 -0.675,-2.36 C -0.052,-2.36 0.512,-2.247 1.137,-1.994 L 0.847,-3.439' id='path2941' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,796.5604,530.90493%29' id='g2943'%3E%3Cpath d='M 0,0 C 0,0.604 -0.245,1.175 -0.961,1.175 C -1.851,1.175 -2.403,0.124 -2.403,-0.806 C -2.403,-1.59 -2.025,-2.116 -1.401,-2.104 C -1.023,-2.104 -0.217,-1.59 -0.057,-0.69 C -0.02,-0.481 0,-0.249 0,0 z M 1.772,-0.691 C 1.512,-2.614 0.169,-3.468 -1.617,-3.468 C -3.591,-3.468 -4.389,-2.269 -4.389,-0.803 C -4.389,1.247 -3.039,2.635 -0.953,2.635 C 0.857,2.635 1.819,1.492 1.819,0.026 C 1.819,-0.33 1.818,-0.355 1.772,-0.691' id='path2945' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,849.9969,585.86108%29' id='g2947'%3E%3Cpath d='M 0,0 L 0.052,0 C 0.071,0 0.092,-0.002 0.108,0.007 C 0.123,0.016 0.132,0.035 0.132,0.053 C 0.132,0.068 0.121,0.085 0.109,0.092 C 0.093,0.103 0.067,0.101 0.05,0.101 L 0,0.101 L 0,0 z M 0,-0.226 L -0.092,-0.226 L -0.092,0.171 L 0.076,0.171 C 0.11,0.171 0.146,0.171 0.178,0.152 C 0.21,0.13 0.229,0.091 0.229,0.052 C 0.229,0.007 0.202,-0.035 0.159,-0.051 L 0.232,-0.226 L 0.129,-0.226 L 0.068,-0.07 L 0,-0.07 L 0,-0.226 z M 0.062,-0.37 C 0.252,-0.37 0.405,-0.218 0.405,-0.028 C 0.405,0.162 0.252,0.316 0.062,0.316 C -0.128,0.316 -0.282,0.162 -0.282,-0.028 C -0.282,-0.218 -0.128,-0.37 0.062,-0.37 z M -0.391,-0.028 C -0.391,0.223 -0.189,0.425 0.062,0.425 C 0.311,0.425 0.515,0.223 0.515,-0.028 C 0.515,-0.278 0.311,-0.481 0.062,-0.481 C -0.189,-0.481 -0.391,-0.278 -0.391,-0.028' id='path2949' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,166.02754,596.77041%29' id='g2951'%3E%3Cpath d='M 0,0 L -1.745,0 L -0.707,5.465 L -3.096,0 L -4.687,0 L -4.978,5.435 L -6.019,0 L -7.602,0 L -6.249,7.109 L -3.526,7.109 L -3.382,2.708 L -1.461,7.109 L 1.376,7.109 L 0,0' id='path2953' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,608.353,595.13763%29' id='g2955'%3E%3Cpath d='M 0,0 C -0.477,-0.132 -0.851,-0.188 -1.253,-0.188 C -2.147,-0.188 -2.634,0.26 -2.634,1.082 C -2.634,1.245 -2.616,1.417 -2.583,1.601 L -2.477,2.166 L -2.394,2.624 L -1.586,7.038 L 0.15,7.038 L -0.102,5.709 L 0.789,5.709 L 0.55,4.305 L -0.346,4.305 L -0.805,1.893 C -0.825,1.786 -0.834,1.707 -0.834,1.654 C -0.834,1.355 -0.655,1.224 -0.239,1.224 C -0.041,1.224 0.114,1.243 0.231,1.28 L 0,0' id='path2957' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,710.0774,503.27941%29' id='g2959'%3E%3Cpath d='M 0,0 L -0.041,0.184 L 0.308,1.089 C 0.226,1.098 0.192,1.099 0.175,1.105 C 0.082,1.125 0.033,1.136 0.025,1.137 C -0.028,1.147 -0.086,1.152 -0.151,1.152 C -0.724,1.152 -1.137,0.898 -1.67,0.214 L -1.487,1.242 L -3.295,1.242 L -4.37,-4.531 L -2.636,-4.531 C -2.397,-3.205 -2.292,-2.45 -2.151,-1.826 C -1.919,-0.784 -1.144,-0.312 -0.591,-0.417 C -0.53,-0.429 -0.476,-0.431 -0.396,-0.462 L -0.29,-0.502 L 0,0' id='path2961' style='fill:%23003873;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,723.9582,466.71761%29' id='g2963'%3E%3Cpath d='M 0,0 C -0.147,0.057 -0.18,0.057 -0.198,0.063 C -0.291,0.083 -0.339,0.095 -0.348,0.096 C -0.401,0.106 -0.459,0.112 -0.524,0.112 C -1.097,0.112 -1.51,-0.144 -2.043,-0.828 L -1.889,0.047 L -3.47,0.047 L -4.534,-5.734 L -2.788,-5.734 C -2.163,-2.198 -1.895,-1.578 -1.057,-1.578 C -0.995,-1.578 -0.922,-1.583 -0.836,-1.592 L -0.633,-1.635 L 0,0' id='path2965' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,451.44562,507.06743%29' id='g2967'%3E%3Cpath d='M 0,0 C 0,-0.73 0.412,-1.234 1.346,-1.611 C 2.06,-1.901 2.17,-1.987 2.17,-2.25 C 2.17,-2.609 1.855,-2.771 1.157,-2.771 C 0.63,-2.771 0.14,-2.7 -0.425,-2.543 L -0.667,-3.876 L -0.589,-3.889 L -0.265,-3.949 C -0.162,-3.967 -0.007,-3.982 0.196,-3.998 C 0.615,-4.031 0.94,-4.047 1.169,-4.047 C 3.032,-4.047 3.892,-3.438 3.892,-2.118 C 3.892,-1.324 3.533,-0.859 2.649,-0.508 C 1.908,-0.216 1.823,-0.151 1.823,0.118 C 1.823,0.43 2.116,0.59 2.687,0.59 C 3.033,0.59 3.507,0.557 3.956,0.504 L 4.207,1.842 C 3.75,1.904 3.057,1.955 2.654,1.955 C 0.678,1.955 -0.005,1.067 0,0' id='path2969' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,265.82407,538.34433%29' id='g2971'%3E%3Cpath d='M 0,0 C -0.183,0.019 -0.264,0.024 -0.39,0.024 C -1.379,0.024 -1.88,-0.272 -1.88,-0.855 C -1.88,-1.215 -1.636,-1.446 -1.254,-1.446 C -0.543,-1.446 -0.029,-0.854 0,0 z M 1.274,-2.576 L -0.177,-2.576 L -0.144,-1.976 C -0.585,-2.45 -1.173,-2.676 -1.974,-2.676 C -2.92,-2.676 -3.568,-2.032 -3.568,-1.096 C -3.568,0.311 -2.44,1.132 -0.503,1.132 C -0.305,1.132 -0.052,1.117 0.209,1.087 C 0.262,1.278 0.276,1.361 0.276,1.464 C 0.276,1.847 -0.027,1.99 -0.843,1.99 C -1.34,1.99 -1.905,1.928 -2.293,1.829 L -2.534,1.767 L -2.69,1.729 L -2.449,3.03 C -1.578,3.251 -1.004,3.336 -0.359,3.336 C 1.14,3.336 1.933,2.749 1.933,1.641 C 1.933,1.355 1.906,1.138 1.791,0.495 C 1.649,-0.515 1.389,-1.55 1.274,-2.576' id='path2973' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,403.47525,515.91278%29' id='g2975'%3E%3Cpath d='M 0,0 C 0.01,0.121 0.014,0.22 0.014,0.295 C 0.014,0.765 -0.292,1.041 -0.811,1.041 C -1.365,1.041 -1.764,0.67 -1.925,0.004 L 0,0 z M 0.93,-3.439 C 0.33,-3.597 -0.248,-3.675 -0.86,-3.675 C -2.81,-3.672 -3.827,-2.785 -3.827,-1.085 C -3.827,0.901 -2.533,2.362 -0.776,2.362 C 0.659,2.362 1.577,1.543 1.577,0.26 C 1.577,-0.165 1.515,-0.581 1.362,-1.167 L -2.107,-1.167 C -2.121,-1.256 -2.125,-1.297 -2.125,-1.35 C -2.125,-2.019 -1.606,-2.361 -0.593,-2.361 C 0.031,-2.361 0.594,-2.247 1.22,-1.995 L 0.93,-3.439' id='path2977' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3Cg transform='matrix%2822.681031,0,0,-22.681031,806.2452,520.53972%29' id='g2979'%3E%3Cpath d='M 0,0 C 0,0.605 -0.246,1.176 -0.962,1.176 C -1.852,1.176 -2.405,0.123 -2.405,-0.805 C -2.405,-1.589 -2.025,-2.117 -1.401,-2.105 C -1.024,-2.105 -0.217,-1.589 -0.057,-0.689 C -0.02,-0.48 0,-0.248 0,0 z M 1.797,-0.739 C 1.535,-2.662 0.193,-3.516 -1.593,-3.516 C -3.568,-3.516 -4.365,-2.317 -4.365,-0.85 C -4.365,1.199 -3.015,2.586 -0.929,2.586 C 0.881,2.586 1.842,1.444 1.842,-0.022 C 1.842,-0.379 1.842,-0.402 1.797,-0.739' id='path2981' style='fill:%23ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none' /%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 30px;
    height: 20px;
    position: relative;
}

.icon-wm {
    background: url("data:image/svg+xml, %3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='139.99998' height='32.86599' viewBox='0 0 37.041664 8.6957929' version='1.1' id='svg5586' inkscape:version='0.92.0 r15299' sodipodi:docname='web money.svg'%3E%3Cdefs id='defs5580' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='5.7697842' inkscape:cx='69.499984' inkscape:cy='15.203994' inkscape:document-units='mm' inkscape:current-layer='layer1' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' units='px' inkscape:window-width='1280' inkscape:window-height='744' inkscape:window-x='-4' inkscape:window-y='-4' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata5583'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate%28-74.593605,-322.56503%29'%3E%3Cpath style='fill:%23006cb4;fill-rule:nonzero;stroke-width:0.26458332' inkscape:connector-curvature='0' d='m 107.20191,322.69785 c 0.66807,0 1.3036,0.15293 1.87378,0.42651 0.0894,0.0402 0.17938,0.0886 0.26855,0.13705 l -0.39079,0.3466 -0.58632,-0.6043 -1.00991,0.88582 -0.59479,-0.63606 -1.85737,1.651 1.1893,1.29646 -0.46434,0.40217 1.17316,1.29646 -0.46434,0.40269 1.67851,1.84415 0.99325,-0.90223 0.86386,0.96679 c -0.17118,0.12885 -0.35851,0.25797 -0.56197,0.37041 -0.61913,0.34661 -1.33615,0.54716 -2.10212,0.54716 -2.35426,0 -4.26852,-1.89177 -4.26852,-4.21904 -0.008,-2.31114 1.90632,-4.21217 4.26032,-4.21217 z m -0.78211,3.95367 1.01864,-0.90223 0.91229,1.007 -1.01865,0.9017 -0.91228,-1.00674 z m 0.72496,1.73963 1.01071,-0.91016 0.92022,1.00674 -1.01865,0.90222 -0.91202,-0.9988 z m -1.44939,-3.45493 1.01785,-0.9017 0.91281,1.00648 -1.01864,0.90223 z m 1.86531,-0.48286 0.75724,-0.67654 0.68448,0.74877 -0.75803,0.68448 -0.68422,-0.75671 z m 1.35202,3.10012 0.75724,-0.67627 0.68448,0.7567 -0.75777,0.67681 -0.68421,-0.75724 z m 0.66781,1.52215 0.75777,-0.67654 0.68395,0.74877 -0.75751,0.68448 z m 0.30956,-3.47927 0.50536,-0.45059 0.45588,0.49927 -0.50483,0.45085 -0.45667,-0.49953 z m -0.65166,-1.48961 0.50535,-0.45878 0.45641,0.50747 -0.50536,0.45111 -0.45614,-0.49953 z m 1.29566,2.98001 0.50482,-0.45112 0.46408,0.49927 -0.51329,0.45085 -0.45587,-0.499 z m -2.27277,-1.11972 0.7575,-0.67628 0.68421,0.74878 -0.75723,0.67654 -0.68448,-0.74878 z m -31.300999,-0.36513 h -0.03836 l -0.721519,2.74003 H 75.61093 l -0.885031,-3.89255 h 0.611981 l 0.611717,2.90433 h 0.0381 l 0.709877,-2.90433 h 0.486304 l 0.759354,2.90433 h 0.03863 l 0.557213,-2.90433 h 0.639233 l -0.885296,3.89255 h -0.59002 m 2.251604,-1.65735 h 1.250685 c -0.02725,-0.57626 -0.306123,-0.80698 -0.601133,-0.80698 -0.333375,0 -0.590021,0.2585 -0.649817,0.80698 m 1.688042,1.0324 v 0.41752 c -0.246063,0.14287 -0.573617,0.25267 -0.967317,0.25267 -0.918104,0 -1.294341,-0.57123 -1.294341,-1.43854 0,-0.83476 0.420687,-1.43854 1.239837,-1.43854 0.682625,0 1.103312,0.4445 1.103312,1.33933 v 0.2032 h -1.78065 c 0,0.65881 0.267229,0.94985 0.830262,0.94985 0.295275,0 0.568325,-0.10478 0.868627,-0.28575 m 1.353079,0.23045 c 0.174625,0.0767 0.366184,0.0878 0.502709,0.0878 0.404812,0 0.709877,-0.25267 0.709877,-1.1422 0,-0.69718 -0.251354,-0.92208 -0.617009,-0.92208 -0.218545,0 -0.377031,0.0603 -0.595312,0.18098 v 1.7952 z m 0.0053,-2.20133 c 0.164042,-0.0878 0.442383,-0.20373 0.737658,-0.20373 0.677334,0 1.043517,0.47228 1.043517,1.3507 0,1.02658 -0.492125,1.52664 -1.283758,1.52664 -0.289719,0 -0.737659,-0.0937 -1.065477,-0.26987 v -3.8309 l 0.568325,-0.13759 v 1.56475 z m 4.240213,1.77006 h 0.02699 l 1.168665,-3.06917 h 0.677333 v 3.89282 h -0.590021 v -2.82205 h -0.04895 l -1.114425,2.82205 h -0.34925 l -1.114425,-2.7559 h -0.04948 v 2.7559 h -0.491596 v -3.89282 h 0.661459 m 5.507302,2.5019 c 0,-0.74083 -0.300038,-1.05383 -0.671248,-1.05383 -0.360363,0 -0.672042,0.31274 -0.672042,1.05383 0,0.75221 0.284163,1.05384 0.672042,1.05384 0.387614,0 0.671512,-0.30163 0.671512,-1.0541 m -1.916641,0 c 0,-0.96097 0.524404,-1.43854 1.245393,-1.43854 0.721519,0 1.245659,0.47731 1.245659,1.43827 0,0.93848 -0.496888,1.43854 -1.245394,1.43854 -0.748771,0 -1.245394,-0.50006 -1.245394,-1.43854 m 2.922588,-1.03161 c 0.246062,-0.14816 0.765175,-0.4064 1.392766,-0.4064 0.655638,0 0.901171,0.25771 0.901171,0.82286 v 1.98808 h -0.567796 v -1.86082 c 0,-0.43391 -0.21246,-0.51064 -0.491596,-0.51064 -0.218281,0 -0.497416,0.099 -0.66675,0.19764 v 2.17408 h -0.567795 v -2.40506 z m 3.496733,0.76809 h 1.250421 c -0.02646,-0.57626 -0.305594,-0.80698 -0.600604,-0.80698 -0.333375,0 -0.590021,0.2585 -0.650082,0.80698 m 1.687513,1.0324 v 0.41752 c -0.245534,0.14287 -0.573352,0.25267 -0.967052,0.25267 -0.916782,0 -1.293813,-0.57123 -1.293813,-1.43854 0,-0.83476 0.420159,-1.43854 1.239573,-1.43854 0.682625,0 1.103842,0.4445 1.103842,1.33933 v 0.2032 h -1.780646 c 0,0.65881 0.267229,0.94985 0.829733,0.94985 0.295011,0 0.568854,-0.10478 0.868363,-0.28575 m 2.351877,-2.20636 h 0.58473 l -0.989009,2.74373 c -0.273315,0.75776 -0.605896,1.15305 -1.234282,1.15305 v -0.44926 c 0.371475,0 0.600605,-0.29633 0.732103,-0.70326 l -1.048809,-2.74426 h 0.600604 l 0.699559,2.01983 h 0.03281 l 0.622304,-2.0201 z' id='path5590' /%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 80px;
    height: 20px;
    position: relative;
}
.icon-qiwi {
    background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='111.774' height='50.77314' viewBox='0 0 29.573537 13.433727' version='1.1' id='svg5487' inkscape:version='0.92.0 r15299' sodipodi:docname='qiwi.svg'%3E%3Cdefs id='defs5481' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='7.2399661' inkscape:cx='55.386999' inkscape:cy='24.886572' inkscape:document-units='mm' inkscape:current-layer='layer1' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' units='px' inkscape:window-width='1280' inkscape:window-height='744' inkscape:window-x='-4' inkscape:window-y='-4' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata5484'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate%28-48.845523,-338.5318%29'%3E%3Cg id='g5493' transform='matrix%280.26458333,0,0,0.26458333,48.943684,337.05093%29' style='fill:none'%3E%3Cpath id='path5489' d='m 54.406,34.313 h 1.737 v 3.893 h 1.255 l 2.252,-3.893 h 1.899 l -2.703,4.569 v 0.032 L 61.71,43.9 H 59.747 L 57.43,39.717 H 56.176 V 43.9 h -1.738 v -9.588 h -0.032 z m 11.197,2.542 c 2.09,0 3.796,1.512 3.796,3.603 0,2.124 -1.673,3.604 -3.764,3.604 -2.092,0 -3.765,-1.48 -3.765,-3.604 -0.032,-2.123 1.641,-3.603 3.733,-3.603 z m 5.147,0.16 h 1.641 v 5.406 h 2.156 v -5.405 h 1.64 v 5.405 h 2.156 v -5.405 h 1.641 V 43.9 h -9.17 v -6.885 z m 14.093,-0.16 c 1.962,0 3.056,1.448 3.056,3.25 a 4.8,4.8 0 0 1 -0.064,0.675 h -4.73 c 0.097,1.19 1.03,1.834 2.06,1.834 0.707,0 1.415,-0.322 1.962,-0.74 l 0.676,1.223 c -0.708,0.61 -1.77,0.997 -2.767,0.997 -2.285,0 -3.7,-1.641 -3.7,-3.604 0,-2.155 1.447,-3.635 3.507,-3.635 z m 3.86,5.598 c 0.837,-0.129 1.448,-0.836 1.448,-3.282 v -2.155 h 5.02 V 43.9 h -1.706 v -5.502 h -1.673 v 0.772 c 0,2.992 -0.804,4.73 -3.089,4.794 v -1.512 z m 11.358,-5.598 c 1.962,0 3.056,1.448 3.056,3.25 a 4.8,4.8 0 0 1 -0.064,0.675 h -4.73 c 0.097,1.19 1.03,1.834 2.06,1.834 0.707,0 1.415,-0.322 1.962,-0.74 l 0.676,1.223 c -0.708,0.61 -1.77,0.997 -2.767,0.997 -2.284,0 -3.7,-1.641 -3.7,-3.604 0,-2.155 1.448,-3.635 3.507,-3.635 z m 4.472,0.16 h 1.705 v 2.639 h 0.837 l 1.673,-2.638 h 1.898 l -2.188,3.281 v 0.033 l 2.445,3.57 h -1.994 l -1.802,-2.798 h -0.9 V 43.9 H 104.5 v -6.885 h 0.032 z m -38.93,5.567 c 1.126,0 2.059,-0.869 2.059,-2.156 0,-1.255 -0.933,-2.156 -2.06,-2.156 -1.125,0 -2.026,0.87 -2.026,2.156 0,1.287 0.9,2.156 2.027,2.156 z M 86.162,39.59 c 0,-0.901 -0.612,-1.448 -1.384,-1.448 -0.868,0 -1.512,0.579 -1.673,1.448 z m 15.218,0 c 0,-0.901 -0.611,-1.448 -1.383,-1.448 -0.87,0 -1.513,0.579 -1.674,1.448 z' inkscape:connector-curvature='0' style='fill:%232d3540' /%3E%3Cpath id='path5491' d='M 78.44,13.432 V 29.68 a 0.44,0.44 0 0 1 -0.45,0.45 h -3.314 a 0.44,0.44 0 0 1 -0.45,-0.45 V 13.432 a 0.44,0.44 0 0 1 0.45,-0.45 h 3.314 a 0.44,0.44 0 0 1 0.45,0.45 z m 25.868,-0.45 c 0.129,0 0.29,0.064 0.45,0.193 0.097,0.096 0.097,0.257 0.065,0.386 l -5.47,16.28 a 0.458,0.458 0 0 1 -0.418,0.29 h -2.96 c -0.193,0 -0.354,-0.097 -0.418,-0.29 L 92.37,20.35 89.185,29.84 a 0.458,0.458 0 0 1 -0.418,0.29 h -2.96 c -0.193,0 -0.354,-0.096 -0.418,-0.29 l -5.47,-16.28 c -0.032,-0.128 -0.032,-0.257 0.064,-0.385 0.065,-0.129 0.226,-0.193 0.354,-0.193 h 3.7 c 0.193,0 0.354,0.128 0.419,0.321 l 2.927,9.62 3.218,-9.62 a 0.458,0.458 0 0 1 0.418,-0.29 h 2.606 c 0.193,0 0.354,0.097 0.418,0.29 l 3.218,9.62 2.928,-9.62 a 0.444,0.444 0 0 1 0.418,-0.321 h 3.7 z m 5.598,0 c 0.225,0 0.418,0.193 0.45,0.45 V 29.68 a 0.44,0.44 0 0 1 -0.45,0.45 h -3.314 a 0.44,0.44 0 0 1 -0.45,-0.45 V 13.432 a 0.44,0.44 0 0 1 0.45,-0.45 z m -37.611,16.57 c 0.193,0.225 0.032,0.546 -0.258,0.546 H 67.983 A 0.519,0.519 0 0 1 67.565,29.905 L 66.89,29.069 c -1.416,0.9 -3.09,1.448 -4.859,1.448 -4.954,0 -8.976,-4.022 -8.976,-8.977 0,-4.955 4.022,-8.977 8.976,-8.977 4.955,0 8.977,4.022 8.977,8.977 0,1.77 -0.515,3.443 -1.416,4.858 l 2.703,3.153 z m -33.88,7.882 c 0.837,0.322 1.159,1.576 1.223,2.123 0.129,0.998 -0.16,1.384 -0.482,1.384 -0.322,0 -0.773,-0.386 -1.255,-1.158 -0.483,-0.773 -0.676,-1.641 -0.418,-2.092 0.16,-0.29 0.514,-0.418 0.933,-0.257 z m -4.89,3.636 c 0.515,0 1.094,0.225 1.609,0.675 0.997,0.837 1.287,1.802 0.772,2.51 -0.29,0.354 -0.772,0.579 -1.319,0.579 -0.547,0 -1.126,-0.193 -1.512,-0.547 -0.901,-0.772 -1.158,-2.06 -0.58,-2.767 0.226,-0.29 0.58,-0.45 1.03,-0.45 z m -11.26,9.298 c -12.227,0 -22.136,-9.91 -22.136,-22.136 0,-12.226 9.91,-22.135 22.135,-22.135 12.226,0 22.136,9.91 22.136,22.135 0,4.15 -1.158,8.044 -3.12,11.358 -0.065,0.096 -0.226,0.064 -0.258,-0.065 -0.772,-5.437 -4.086,-8.43 -8.912,-9.33 -0.419,-0.065 -0.483,-0.322 0.064,-0.386 1.48,-0.129 3.571,-0.097 4.665,0.096 0.064,-0.547 0.097,-1.126 0.097,-1.705 0,-8.076 -6.564,-14.64 -14.64,-14.64 -8.075,0 -14.639,6.564 -14.639,14.64 0,8.076 6.564,14.64 14.64,14.64 h 0.675 a 19.749,19.749 0 0 1 -0.29,-3.958 c 0.033,-0.901 0.226,-1.03 0.612,-0.322 2.027,3.507 4.923,6.66 10.585,7.915 4.633,1.03 9.266,2.22 14.253,8.558 0.45,0.547 -0.225,1.126 -0.74,0.676 -5.083,-4.505 -9.716,-5.985 -13.931,-5.985 -4.73,0.033 -7.947,0.644 -11.197,0.644 z m 41.986,-24.42 -1.77,-2.156 c -0.192,-0.225 -0.031,-0.579 0.258,-0.579 h 3.732 c 0.193,-0.515 0.29,-1.094 0.29,-1.673 0,-2.67 -1.995,-4.987 -4.73,-4.987 -2.734,0 -4.73,2.317 -4.73,4.987 0,2.67 1.996,4.955 4.73,4.955 0.772,0.032 1.545,-0.193 2.22,-0.547 z' inkscape:connector-curvature='0' style='fill:%23ff8c00' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
    background-size: 100%;
    background-position: 50%;
    width: 45px;
    height: 20px;
    position: relative;
}
.icon-mastercard, .icon-mir, .icon-visa, .icon-ya-money, .icon-maestro, .icon-wm, .icon-qiwi {
    display: inline-block;
    vertical-align: middle;
}
.breadc {
    padding-left: 20px;
}
.breadc {
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.1rem;
}
.breadc li {
    list-style: none;
    display: inline-block;
}
.breadc li:not(:last-child)::after{
    content: " > ";
}

.checking {
    text-align: center;
    margin: 30px;
}
.text-small {
    font-size:0.8rem
}
.mark-item__image{
    max-width:240px;
    max-height:200px;
}
.model-item__image{
    max-width:240px;
    max-height:200px;
    margin-top: 17px;
    margin-bottom: 17px;
}
.cont-950{
    max-width:950px;
    margin:auto;
}
.mark-name {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
    padding-right: 37px;
}
.techbox {
    border: 2px solid #E4E4E4;
    width: 100%;
    height: 104%;
    min-height: 154px;
    cursor: pointer;
}
#quest h5:after{
    width: 5px;
    height: 5px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: none;
    float: right;
    color: #fff;
    border-color: #000;
    transform: rotate(-45deg);
    top: 7px;
    position: relative;
    left: 4px;
}
#quest .collapsed h5:after{
    transform: rotate(135deg);
}
li[data-toggle=collapse]:before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 0.8rem;
    width: 20px;
    height: 20px;
    padding-left: 5px;
    content: "\f077";
    color: #fff;
    background-color: #2269A2;
    border-radius: 10px;
    transform: rotate(0deg);
    top: 6px;
    position: relative;
    float: right;
    right: 13px;
    left: unset;
}
li[data-toggle=collapse].collapsed:before{
    transform: rotate(180deg);
    padding-left: 4px;
}
ol li[data-toggle=collapse] {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    padding: 21px;
    list-style-position: inside;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}
ol li[data-toggle=collapse] ul{
    margin-top: 15px;
    font-weight: normal;
    font-size: 1rem;
}
ul.officemenu li{
    list-style: none;
    background: #F0F0F0;
}
ul.officemenu li.active{
    background: #0091CA;
}
ul.officemenu li.active a{
    color: #fff;
}
ul.officemenu li a{
    color: #000;
}
ul.officemenu  {
    padding-left:0;
}
.table-responsive tfoot {
    display: none;
}
.table-responsive {
    display: table !important;
}
.dataTables_length select {
    display: inline-block;
    width: 58px;
}
.container .container-fluid {
    padding: 0;
}
.fontplus{
    font-size: 140%;
}
.shopcard {
    box-shadow: #ddd 0px 0px 8px;
    min-height: 230px;
    border-radius: 10px;
    margin: 10px -5px;
    padding: 15px 25px;
    color: #696969;
    font-size: 0.9rem;
}
.shopcard a {
    display: block;
    color: #696969;
    font-size: 0.9rem;
}
.shopcard img {
    float: right;
    border-radius: 10px;
    margin-left: 10px;
}
.shopcard h3 {
    font-size: 1.3rem;
    color: #2B2B2B;
}
.shopcardnew {
    box-shadow: #ddd 0px 0px 8px;
    border-radius: 10px;
    color: #696969;
    font-size: 0.9rem;
    padding: 0;
    margin: 0.25rem;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.shopcardnew  .comment{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: white;
    font-weight: bold;
}
.shopcardnew .imgcont{
    position: relative;
    background-size: cover;
    border-radius: 10px;
    height: 250px;
}
.shopcardnew .imgcont h3 {
    position: absolute;
    color: white;
    text-shadow: 0 0 8px black;
    left: 0;
    top: 0;
    font-size: 27px;
    width: 100%;
    height: 100%;
    padding: 1rem;
    margin: 0;
    z-index: 1;
    line-height: 110%;
}
.shopcardnew .imgcont h3:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0.2;
    z-index: -1;
}
.shopcardnew .imgcont h3 a {
    color: white;
    font-size: 14px;
    display: block;
    line-height: 1.4;
}
.shopcardnew .imgcont h3 a:first-child{
    margin-top: 0.5rem;
}
.shopcardnew img{
    width: 100%;
    border-radius: 10px;
}


.dataTables_empty {

}
.dataTable {
    width: 100% !important;
}
.modal-open .modal {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: cross-slide-y;
}
@media (max-width: 350px) {
    .personaltop{
        display: none;
    }
}
@media (max-width: 991px) {
    .cart .badge {
        top:10px;
    }
    .shopcard img {
        float: left;
        margin-right: 10px;
        margin-left: 0;
    }
    .shopcard .cardcont {
        width: 0%;
    }
    header.phoneshide::before {
        display: none;
    }
    header.phoneshide .htop {
        display: none;
    }
    .headpic {
        display: none;
    }
    .htop {
        height:113px;
    }
    .mobphones {
        background-color: #fff;
    }
    .mobphones .row {
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .mobphones a {
        color: #000;
        font-size: 0.9rem;
    }
    .hidemobile {
        display: none !important;
    }
    .table-responsive tr {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive thead {
        display: none;
    }
    .table-responsive tbody {
        width: 100% !important;
        display: block;
    }
    .table-responsive td {
        display: block;
        width:100%;
        padding: 2px 10px !important;
    }
    li[data-toggle=collapse]:before {
        float: right;
        left: -6px;
        right: unset;
    }
    #quest h5 {
        font-size: 1rem;
        display: block;
    }
    .phonesnav {
        font-size: 0.9rem;
    }
    button:active, button:focus {
        outline: none;
    }
    button::-moz-focus-inner {
        border: 0;
    }
    a:active, a:focus {
        outline: none;
    }
    a::-moz-focus-inner {
        border: 0;
    }
    header {
        position: fixed;
        width: 100%;
        background-color: unset;
    }
    header::before{
        position: fixed;
        content: " ";
        height: 113px;
        background-color: #192A34;
        width:100%;
        z-index: -1;
    }

    .logo {
        display: none;
    }
    .logo-mobile {
        display: inline-block !important;
        position: relative;
    }
    .logo-mobile img {
        width: 139px;
        margin-left: -14px;
    }
    .navbar{
        padding: 0 !important;
    }
    .navbar-toggler {
        border:none;
        z-index: 2;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(238, 238, 238, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .dropdown-toggle::after {
        width: 5px;
        height: 5px;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: 1px solid;
        border-right: 1px solid;
        border-left: none;
        float: right;
        color: #fff;
        border-color: #000;
        transform: rotate(135deg);
        top: 5px;
        position: relative;
    }
    .dropdown.show .dropdown-toggle::after {
        transform: rotate(-45deg);
    }
    header .nav-item {
        padding-right: 30px;
        padding-left: 30px;
    }
    header .nav-link {
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    header .nav-link i {
        color: #2269A2;
        margin-right: 26px;
        display: inline-block !important;
        width: 15px;
    }
    header a.nav-link {
        color: #2269A2;
    }
    .navbar-nav {
        min-height: 100vh;
    }
    .dropdown-menu {
        border: none;
        border-radius: 0;
        padding:0;
    }
    .dropdown-item {
        padding: 0.9rem 2.25rem;
        background-color: #F0F0F0;
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
    }
    .full-width {
        width: 103vw;
        position: relative !important;
        left: 45%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .dropdown-item .container {
        padding-left: 60px;
    }
    footer {
        background-color: #FBFBFB !important;
    }
    .copyright {
        background-color: #62717A !important;
    }
    .social{
        display: inline-block !important;
    }
    footer .navbar-text svg {
        fill: #62717A !important;
    }
    footer .navbar {
        justify-content: center !important;
    }

    .carousel h2 {
        font-size: 2rem !important;
        transition-duration: 0.5s;
    }
    .carousel h3 {
        font-size: 1rem !important;
        transition-duration: 0.5s;
    }
    .carousel-item {
        transition-duration: 0.5s;
    }
    .personal {
        background-color: #F0F0F0;
    }
    .personal .roudmask {
        border-radius: 25px;
        height: 37px;
        width: 37px;
        background-color: #999;
        display: inline-block;
        margin-left: 6px;
        margin-right: 15px;
        padding: 6px;
    }
    .loggedin span{
        display: block;
        font-size: 0.7rem;
    }
    .loggedin .nav-link {
        padding-top:0.3rem;
        padding-bottom:0.4rem;
    }
    .loggedin .roudmask {
        padding: 16px;
        margin-left: -10px !important;
        margin-right: 10px !important;
    }
    .imagebg {
        height: 100px;
        margin: 6px 38px;
        max-width: 42vw;
        border-radius: 5px;
        line-height: 80px;
    }
    .t-head {
        font-size: 1rem;
        color: #000 !important;
        padding-left: 42vw;
        text-shadow: none !important;
        line-height: normal;
        display: inline-block !important;
        vertical-align: middle;
        top: -13px;
        position: relative;
    }
    a>.t-head {
        height: auto !important;
    }
    .catalog .btn {
        display: none;
    }
    .cart-line-summ {
        text-align: left !important;
    }
    .cart-line-summ .htext {
        display: inline !important;
    }
    .cart-row .cart-remove{
        margin-top: 0 !important;
    }
    .cart-info {
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }
    .basecontent>h1{
        text-align: left;
        font-weight: 700;
        text-transform: none;
        font-size: 1.1rem;
        letter-spacing: initial;
        background: #F0F0F0;
        margin: 0;
        padding: 17px;
    }
    .basecontent {
        margin-top: 113px;
    }
    .act-block {
        max-width: 120px;
        display: block;
        font-size: 0.8rem;
        width: 120px;
        margin-right: 10px;
    }
    .act-block img {
        border-radius: 3px;
    }
    a.act-block{
        color: #000;
    }
    #actions {
        width: 89vw;
    }
    #quest .nav-tabs .nav-item {
        font-size: 0.8rem;
    }
    #quest .card {
        font-size: 0.9rem;
    }
    h1.search-form {
        text-align: center;
        padding-right: 5px;

    }
    h1.search-form .searchinput {
        width: 96%;
    }
    .search-form .searchinput::placeholder {
        padding-top:7px;
    }
    .catalog {
        margin-left: 15px;
        margin-right: 15px;
    }
    .chat-icon {
        background: url(../img/chat.svg) 14px 50% no-repeat;
        background-color: #3991D8;
        background-size: 54% !important;
        width: 60px !important;
        height: 60px !important;
    }

}
.mobfull .modal-dialog {
    max-width: 80vw;
}
.mobfull .modal-body {
    font-size: 0.72rem;
}
.mobfull .modal-header .mart {
    font-size: 0.8rem;
    color: #555;
}
._model-price-table {
    font-size: 1rem;
    width:100%;
}
._model-price-table tr:first-child td{
    text-align:center;
    font-weight: bold;
    background-color: #eee;
}
._model-price-table tr:not(:first-child) td:nth-child(2){
    text-align:right;
    padding-right:10px;
}
._model-price-table tr:not(:first-child) td{
    border-bottom: 1px solid #999;
}
._model-price-table td:nth-child(3){
    text-align:center;
    max-width:85px !important;
}
@media (max-width: 991px) {
    ._model-price-table {
        font-size: 0.7rem;
    }
    .mobfull .modal-dialog {
        max-width: 100vw;
    }
    .mobfull .modal-body img {
        max-width: 150px;
    }
    .mobfull {
        top: 94px;
        padding-bottom: 100px;
    }
    .mobfull .modal-content {
        border-radius: 0;
    }
    .mobfull .modal-header {
        text-align: left;
        font-weight: 700;
        text-transform: none;
        font-size: 1.1rem;
        letter-spacing: initial;
        background: #F0F0F0;
        margin: 0;
        padding: 17px;
    }
    .mobfull .modal-title {
        text-align: left;
        font-weight: 700;
        text-transform: none;
        font-size: 1.1rem;
        letter-spacing: initial;
        margin: 0;
    }
    .mobfull .modal-header .close {
        order: -1;
        margin: -1rem auto -1rem -1rem;
    }
    .mobfull .modal-dialog {
        margin: 0;
    }
    .mobfull .modal-header .mart {
        display: none;
    }
    #tableSearch td {
        display: block;
        border: none !important;
    }
    #tableSearch tr {
        border-bottom: 1px solid #555;
    }
}
.mobfull .modal-footer {
    display: none;
}
.clickable {
    cursor: pointer;

}
.text-dark {
    color: #000!important;
    text-shadow: #fff 0px 0px 11px;
}
.text-primary {
    color: #256BA3 !important;
}
@media (max-width: 1200px) {
    .shopcard {
        min-height: 200px;
        /*display: flex;*/
        align-items: center;
    }
    .shopcard img {
        width: 180px;
    }
    .shopcard h3 {
        font-size: 1.1rem;
    }
    .shopcard a {
        font-size: 0.8rem;
    }
    .preim {
        font-size: 0.8rem;
    }

}
@media (max-width: 991px) {
    .shopcard {
        min-height: 150px;
    }
    .preim {
        font-size: 0.6rem;
    }
}
.logofut {
    width:118px;
    margin: 20px 30px;
}
@media (max-width: 350px) {
    .mobphones a{
        font-size: 0.8rem;
    }
}
.shopcard-sm {
    box-shadow: #ddd 0px 0px 8px;
    border-radius: 10px;
    margin: 5px -5px;
    padding: 5px 18px;
    color: #696969;
    font-size: 0.9rem;
    line-height: 1.2rem;
}
.shopcard-sm a {
    color: #001793;
}