@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic');

/*
font-family: 'Anonymous Pro', monospace;
font-family: 'Roboto', sans-serif;
*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered{padding-left:0 !important;}

.select2-results li:hover{background:#229ac8; color:#fff;}
.select2-results    {height: 300px;overflow-x: hidden;    overflow-y: scroll;}
.select2-selection{    height: 40px !important;    margin-top: 30px !important; margin-bottom:0 !important;}

.navbar-toggler i{color:#000 !important;-webkit-appearance: none;    -moz-appearance:    none;    appearance:         none;}
.navbar-toggler {color: #000 !important; -webkit-appearance: none;    -moz-appearance:    none;    appearance:         none;}

.container img{max-width:100%;}
textarea:focus,
input:focus {
    outline: none;
}

:active,
 :hover,
 :focus {
    outline: 0;
    outline-offset: 0;
}

::selection {
    background: #35C5DE;
}

::-moz-selection {
    background: #35C5DE;
}

.form-control:focus {
    color: #495057;
    background-color: #c0f1fa;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.acordmob{display:none;}
.acordpc{display:block;}

a:hover {
    text-decoration: none;
    color: #000;
}

.navbar-white {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);
    margin-top: 40px;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}

.incart button{width:25px;height:23px; padding:0;}
.incart button:hover svg{fill:#35c5de;}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #c0f1fa;
}

.navbar-toggler {
    font-size: 35px;
}



.nav-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}

.nav-item {
    padding: 0px 20px;
}

.navbar .nav-item .active .nav-link {
    display: block;
}

ul.navbar-nav>li.active a.nav-link {
    padding-bottom: 8px;
    border-bottom: 2px solid #35C5DE;
    transition: .2s linear;
}

ul.navbar-nav>li a.nav-link:hover {
    border-bottom: 2px solid #35C5DE;
}

.navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    background: #C0F1FA;
    border: 0px !important;
    border-radius: 0px !important;
    min-width: 40px;
    padding: 10px 10px 5px 10px;
    text-align: center;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:active,
.dropup .dropdown-menu .dropdown-item:hover,
.dropup .dropdown-menu .dropdown-item:active,
.dropleft .dropdown-menu .dropdown-item:hover,
.dropleft .dropdown-menu .dropdown-item:active,
.dropright .dropdown-menu .dropdown-item:hover,
.dropright .dropdown-menu .dropdown-item:active {
    box-shadow: none !important;
    background-color: rgb(255, 255, 255, 0);
    border-radius: 0rem;
    transition: all 0.2s linear;
    color: #000;
    text-decoration: underline;
}

.dropdown .dropdown-menu .dropdown-item,
.dropup .dropdown-menu .dropdown-item,
.dropleft .dropdown-menu .dropdown-item,
.dropright .dropdown-menu .dropdown-item {
    padding: 5px 15px;
    margin-left: 0;
    font-size: 0.9rem;
}

.dropdown-item:hover {
    color: #35C5DE;
}

.responsive {
    margin: 15px;
}

.topvid {
    margin-top: 100px;
    height: 350px;
    width: 100%;
    position: relative;
}

.top-title-page {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 75px;
    color: #000000;
}

.lira-btn {
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #000;
    padding: 15px 35px;
    font-size: 20px;
    display: inline-block;
    transition: .2s linear;
}

.lira-btn:hover {
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
    background: #35C5DE;
    padding: 15px 35px;
    font-size: 20px;
    display: inline-block;
}

.btn-more {
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #000;
    padding: 15px 35px;
    font-size: 20px;
    display: inline-block;
    transition: .2s linear;
    width: auto !important;
}

.btn-more:hover {
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
    background: #35C5DE;
    padding: 15px 35px;
    font-size: 20px;
    display: inline-block;
    width: auto !important;
}

.lira-btn-sm {
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    transition: .5s linear;
    background: #fff;
    padding: 15px 25px;
}

.lira-btn-sm:disabled:hover {
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 100px;
    color: #cecece;
    font-size: 16px;
    display: inline-block;
    background: #fff;
    padding: 15px 25px;
    background: #fff;
}

.lira-btn-sm:disabled {
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 100px;
    color: #cecece;
    font-size: 16px;
    display: inline-block;
    background: #fff;
    padding: 15px 25px;
    background: #fff;
}

.lira-btn-sm:hover {
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    background: #35C5DE;
    display: inline-block;
}

.slide-text {
    padding: 16px 0px 10px 0px;
}

.title_block {
    font-size: 25px;
    padding-left: 80px;
    position: relative;
    margin-bottom: 50px;
}

.title_block::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #000;
    top: 18px;
    left: 0;
}

.title-slide {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: .2s linear;
}

.title-slide:hover {
    font-size: 16px;
    font-weight: 500;
    color: #35C5DE;
}

.autor-slider {
    font-size: 14px;
}

.prise-slider {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.rgba-red-strong,
.rgba-red-strong:after {
    background-color: rgba(192, 241, 250, 0.8);
}

.white-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.section-page {
    margin: 100px 0px;
}

.tab-content {
    padding: 0px 1rem !important;
}

.list-group .list-group-item:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.list-group .list-group-item {
    border-radius: 60px 0px 0px 60px;
}

.list-group .list-group-item:last-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 2px 40px 2px 20px;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
    margin: 0px;
    color: #000;
}

.list-group-item:hover {
    position: relative;
    display: block;
    padding: 2px 40px 2px 20px;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.125);
    margin: 0px;
    color: #000;
    background: none !important;
}

.list-group-item span {
    font-size: 50px;
    font-family: Anonymous Pro;
    background-color: #fff;
    display: inline-block;
    width: 70px;
    height: auto;
    padding: 10px 10px 10px 14px;
    text-align: center;
    border-radius: 60px 0px 0px 60px;
    color: #35C5DE;
}

.list-group-item.active span {
    font-size: 50px;
    font-family: Anonymous Pro;
    color: #fff;
    background-color: #35C5DE;
    display: inline-block;
    width: 70px;
    height: auto;
    padding: 10px 10px 10px 14px;
    text-align: center;
    border-radius: 60px 0px 0px 60px;
}

.list-group-item+.list-group-item {
    margin-top: 0px;
    border-top-width: 0px;
}

.list-group-item+.list-group-item.active {
    margin-top: 0px;
    border-top-width: 0px;
}

.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #fff;
}

.list-group-item p {
    display: inline-block;
    padding-bottom: 10px;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 114%;
    margin-left: 40px;
}

.list-group-item.active p {
    display: inline-block;
    padding-bottom: 10px;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 114%;
    margin-left: 40px;
    color: #33c5de;
}

.list-group-item p:hover {
    display: inline-block;
    padding-bottom: 10px;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 114%;
    margin-left: 40px;
    color: #33c5de;
}

.tab-pane p {
    font-size: 18px;
    padding: 0px 65px;
    margin-bottom: 25px;
}

@media (max-width: 808px) {
#acleft{
    width: 100% !important;
    float:none;
    margin-bottom: 40px;
}
.but-acc a{display:block;}
.not_empty .full .col-sm-7{text-align:center !important;margin-top:20px;}

}

@media (max-width: 576px) {
    .top-container {
        margin-top: 100px;
    }
    .tab-pane p {
        font-size: 18px;
        padding: 0px 15px;
    }
    .text-footer {
        padding-left: 15px;
    }

    .acordmob{display:block;}
.acordpc{display:none;}
#mse2_mfilter .text-right{text-align:left !important;}

}

.text-footer {
    padding-left: 80px;
}

.title_block_footer {
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 14px;
}

.footer_content {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    margin-left: 16px;
}

a.footer_content {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    color: #000;
}

a.footer_content:hover {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 60px;
    border-bottom: 2px solid #35C5DE;
    padding-bottom: 10px;
}

.section-page-footer {
    margin: 80px 0px;
}

.section-page-druk {
    margin: 100px 0px;
}

.foo_soc {
    padding: 0px;
    margin: 0px;
}

.foo_soc li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.copy {
    font-size: 11px;
    color: #f5f5f5;
}

.copy a {
    font-size: 11px;
    color: #f5f5f5;
}

.production {
    position: relative;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.production:hover::after {
    margin-bottom: 10px;
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #35C5DE;
}

.production p {
    margin-top: 30px;
}

.production p a {
    color: #000;
    font-size: 20px;
}

.production img {
    height: 120px;
    width: auto;
}

.content {
    padding: 15px;
}

.content ul {
    list-style-image: url(../img/mark.png);
}

.content a {
    text-decoration: underline;
    color: #000;
}

.form-lira {
    padding: 15px;
    border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 40px;
    width: 42%;
}

.input-lira {
    border: 0px;
}

input[type="search"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

input[type="search"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

input[type="search"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

input[type="search"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}

.catalog-filtr {
    list-style-type: none;
    display: inline;
}

.catalog-filtr li {
    display: inline;
    margin-right: 15px;
}

.catalog-filtr li a {
    color: #000;
    padding-bottom: 10px;
}

.catalog-filtr li a:hover {
    color: #000;
    border-bottom: 2px solid #35C5DE;
    padding-bottom: 10px;
}

.product-title {
    font-size: 36px;
    font-weight: 500;
}

.autor-page {
    font-size: 26px;
    margin-bottom: 30px;
}

.prise-book {
    color: #000000;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

.otions-product {
    font-family: Anonymous Pro;
    font-size: 20px;
    font-weight: 700;
}

.option-name {
    margin-bottom: 5px;
}

.str-pdf {
    color: #000;
    display: block;
    margin-bottom: 25px;
}

.str-pdf .las {
    color: #35C5DE;
    font-size: 46px;
}

.shop-qty {
    border: 2px solid #35C5DE;
    width: 80px;
    height: auto;
    color: #ffffff;
    background-color: #34c5de;
    border-radius: 45px 0px 0px 45px;
    padding: 0px 0px 0px 25px;
    font-size: 22px;
    font-family: Anonymous Pro;
}

.btn-shop {
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    border: 2px solid #35C5DE;
    font-size: 22px;
    text-transform: none;
    margin: 0px;
    box-shadow: none;
    transition: .2s linear;
}

.btn-shop:hover {
    width: 100%;
    color: #fff;
    background: #35C5DE;
    padding: 15px 20px;
    border: 2px solid #35C5DE;
    font-size: 22px;
    text-transform: none;
    margin: 0px;
    box-shadow: none;
}

.quantity {
    position: relative;
    margin-top: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 22px;
    line-height: 1.7;
    color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 7px;
    left: -8px;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -7px;
    height: 50%;
    left: -8px;
}

.reviews {
    position: relative;
}

.reviews::before {
    content: '”';
    position: absolute;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 130%;
    color: #C0F1FA;
    left: -25px;
    top: -30px;
}

.reviews::after {
    content: '“';
    position: absolute;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 130%;
    color: #C0F1FA;
    right: 20px;
    bottom: 0px;
}

.text-review {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.autor-review {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 5px;
}

.autor-position {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.number {
    font-size: 20px;
}

.num {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 70px;
    color: #35C5DE;
}

.title-faq {
    background: rgba(53, 197, 222, 0.35);
    width: 100%;
}

.title-faq h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #20221D;
    padding: 20px 35px;
}

.md-accordion .card .fa-angle-down {
    float: left;
    padding: 2px 10px;
}

.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    transform: rotate(90deg);
    float: left;
    padding: 2px 0px 2px 10px;
    margin-left: -5px;
}

.faq-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.md-accordion .card:first-of-type,
.md-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0px solid #e0e0e0;
}

.md-accordion .card {
    overflow: visible;
    box-shadow: none;
    border-bottom: 0px solid #e0e0e0;
    border-radius: 0;
}

.md-accordion .card .card-body {
    border-left: 2px solid #35C5DE;
    margin: 25px 0px 25px 38px;
    font-size: 18px;
    padding: 0px 0px 0px 40px;
}

.md-accordion .card .card-header {
    border-bottom: 0;
    padding: 5px 1.5rem;
    background: transparent;
}

.section-page-text {
    margin: 50px 0px;
}

.nohover {
    text-decoration: none;
}

.nohover:hover {
    text-decoration: none;
}

ul.navbar-nav>li a.nodecorate:hover {
    border-bottom: 0px solid #35C5DE !important;
}

#msMiniCart {
    position: relative;
    display: inline-block;
    width: 25px;
}

#msMiniCart>div.ms2_total_count {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #35C5DE;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 4px;
    top: -1px;
    left: 18px;
    text-align: center;
}

.tab-pane ol {
    font-size: 18px;
    padding: 0px 85px 0px 83px;
}

.tab-pane ul {
    font-size: 18px;
    padding: 0px 65px;
}

.tab-pane a {
    cursor: pointer;
    text-decoration: underline;
    color: #000;
}

input {
    outline: none;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}

input[type=search] {
    background: #ffffff url(../image/icon_set-07.svg) no-repeat 18px center;
    border: solid 2px #33c5de;
    padding: 17px 10px 17px 72px;
    width: 250px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-size: 30px;
    font-size: 18px;
}

input[type=search]:focus {
    width: 75%;
    background-color: #fff;
}

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.text-primary {
    color: #4285f4 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1266f1 !important;
}

.text-danger {
    color: #ff3547 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ff0219 !important;
}

.text-warning {
    color: #ffbb33 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ffaa00 !important;
}

.text-success {
    color: #00c851 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #00953c !important;
}

.text-info {
    color: #33b5e5 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #1a9bcb !important;
}
.prise-slider .price-old{
font-size: 16px;
text-decoration: line-through;
}

.prise-slider{float:left;}

.incart button{    border: none;
    background: none;
    outline: none;}

.incart{font-size: 30px;
    width: 30px;
    float: right;
    position: relative;
    top: -10px;
    right: 20px;}

.text-default {
    color: #2bbbad !important;
}

a.text-default:hover,
a.text-default:focus {
    color: #219287 !important;
}

.text-secondary {
    color: #aa66cc !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #9540bf !important;
}

.text-dark {
    color: #212121 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #080808 !important;
}

.text-light {
    color: #e0e0e0 !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #c7c7c7 !important;
}

.font-small {
    font-size: 0.9rem;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.view img,
.view video {
    position: relative;
    display: block;
}

.view video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.overlay .mask {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.overlay .mask:hover {
    opacity: 1;
}

.zoom img,
.zoom video {
    transition: all 0.2s linear;
}

.zoom:hover img,
.zoom:hover video {
    transform: scale(1.1);
}

.pattern-1 {
    background: url("../img/overlays/01.png");
    background-attachment: fixed;
}

.pattern-2 {
    background: url("../img/overlays/02.png");
    background-attachment: fixed;
}

.pattern-3 {
    background: url("../img/overlays/03.png");
    background-attachment: fixed;
}

.pattern-4 {
    background: url("../img/overlays/04.png");
    background-attachment: fixed;
}

.pattern-5 {
    background: url("../img/overlays/05.png");
    background-attachment: fixed;
}

.pattern-6 {
    background: url("../img/overlays/06.png");
    background-attachment: fixed;
}

.pattern-7 {
    background: url("../img/overlays/07.png");
    background-attachment: fixed;
}

.pattern-8 {
    background: url("../img/overlays/08.png");
    background-attachment: fixed;
}

.pattern-9 {
    background: url("../img/overlays/09.png");
    background-attachment: fixed;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.text-footer a {
    color: #000;
    text-decoration: underline;
}

.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.faq-title .fas {
    color: #35C5DE;
    margin-right: 10px;
}

.card-body a {
    color: #000;
    text-decoration: underline;
}

.shop-qty:focus {
    border: 2px solid #35C5DE;
    width: 80px;
    height: auto;
    color: #ffffff;
    background-color: #34c5de;
    border-radius: 45px 0px 0px 45px;
    padding: 0px 0px 0px 25px;
    font-size: 22px;
    font-family: Anonymous Pro;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #C0F1FA;
    ;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 1;
    outline: 0;
    outline-offset: 0;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #33c5de !important;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
}

.multiselect {
    width: 80px;
}

.selectBox {
    position: relative;
}

.selectBox select {
    width: 100%;
    border: 0px;
    background: #fff;
}

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    position: absolute;
    z-index: 999;
    background: #C0F1FA;
    padding: 15px 37px 0px 37px;
    width: 250px;
}

#checkboxes label {
    display: block;
    margin-bottom: 15px;
}

#checkboxes label:hover {}

.select {
    position: relative;
    display: inline-block;
}

.select:after {
    content: url(../img/icons/icon_set-09.svg);
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 3px;
    z-index: 1;
    text-align: center;
    width: 12px;
    height: 10px;
    pointer-events: none;
    box-sizing: border-box;
    color: #33c5de;
    display: block;
}

select {
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.checkbox__text:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 0px;
    background: #fff;
}

.checkbox__text:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 0px;
    background: #FFF;
}

.checkbox input:checked+.checkbox__text:before {
    content: '';
    background-color: #fff;
    background-image: url(../image/galka.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.checkbox input:checked+.checkbox__text:after {
    left: 26px;
}

.checkbox input:focus+.checkbox__text:before {
    /* box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7); */
}

#mse2_selected_wrapper {
    min-height: 2em;
    margin: 0px !important;
}

.nav-item {height:60px;}
select option {

    background-color: #fff;

  }

#mse2_selected {
    display: none;
    background: #fff !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

a{color:#35C5DE;}
.autor-slider a{color:#000;}
.autor-slider a:hover{color:#35C5DE;}
.pagination{margin:0 auto; display:block; text-align:center;}
      .pagination li {  
        display: inline-block;  
    }
    .pagination li span{
        border: 2px solid #35C5DE;
    box-sizing: border-box;
    border-radius: 100px;
    color: #000;
    padding: 5px 15px;
    font-size: 20px;
    display: inline-block;
    transition: .2s linear;
    width: auto !important;
        margin-left: 5px;
    margin-right: 5px;
        color:#000;}

        .pagination li a{
            border: 2px solid #35C5DE;
        box-sizing: border-box;
        border-radius: 100px;
        color: #000;
        padding: 5px 15px;
        font-size: 20px;
        display: inline-block;
        transition: .2s linear;
        width: auto !important;
            margin-left: 5px;
        margin-right: 5px;
            color:#000;}
.pagination li.active span{background:#35C5DE;color:#fff;}
.pagination li:hover a{background:#35C5DE;color:#fff;}

#mse2_selected strong {
    display: none;
}

.autor-page a{color:#000;}
.autor-page a:hover{color:#35C5DE;}


#mse2_sort a.active,
#mse2_tpl a.active {
    color: #000;
    border-bottom: 2px solid #35C5DE;
    padding-bottom: 10px;
}

.log-link a{color:#000}
.log-link a:hover{text-decoration: underline;}
.cart-row {
    position: relative;
}

.cart-row::after {
    content: '';
    position: absolute;
    width: 390px;
    height: 1px;
    background: #fff;
    bottom: 0px;
    right: 0px;
}

.cart-y {
    max-height: 310px;
    overflow-x: scroll;
    overflow-x: hidden;
}

.total-cart {
    padding-top: 16px;
    border-top: 2px solid #fff;
    margin: 0px 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #797979;
    background-color: #C0F1FA;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid rgba(32, 34, 29, 0.2);
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0px 0px 20px 0px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #797979;
}

input[type="text"]:-ms-input-placeholder {
    color: #797979;
}

input[type="text"]::-ms-input-placeholder {
    color: #797979;
}

input[type="text"]::placeholder {
    color: #797979;
}

input[type="email"]::-webkit-input-placeholder {
    color: #797979;
}

input[type="email"]:-ms-input-placeholder {
    color: #797979;
}

input[type="email"]::-ms-input-placeholder {
    color: #797979;
}

input[type="email"]::placeholder {
    color: #797979;
}

textarea::-webkit-input-placeholder {
    color: #797979;
}

textarea:-ms-input-placeholder {
    color: #797979;
}

textarea::-ms-input-placeholder {
    color: #797979;
}

textarea::placeholder {
    color: #797979;
}

textarea:-moz-placeholder {
    color: #797979;
}

::placeholder {
    color: #797979;
}

textarea.form-control::placeholder {
    color: #797979;
}

#jGrowl {
    font-family: Anonymous Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    margin: 0px 12px 0;
}

.jGrowl.top-right {
    top: 40% !important;
    width: 30% !important;
    left: 40% !important;
}

#jGrowl .jGrowl-notification {
    position: relative;
    width: 320px;
    padding: 25px;
    text-align: left;
    background: #C0F1FA !important;
    box-shadow: 0 0 0 0px #8ab933 !important;
    border: 0px solid rgba(255, 255, 255, 0.49) !important;
}

#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #c4dce2 !important;
    font-size: 32px;
}

#jGrowl .jGrowl-notification .jGrowl-message {
    color: #000 !important;
}

input:-internal-autofill-selected {
    background-color: #C0F1FA !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

.mobpanel {
    height: 60px;
    width: 100%;
    background: #35C5DE;
}

.ms2_total_count_mob {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #C0F1F8 !important;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    padding: 2px 7px 3px 7px !important;
    top: -2px !important;
    left: 65px !important;
    color: #000 !important;
}

.btn-link {
    font-family: Anonymous Pro;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    margin-left: 60px;
}

.btn-link:hover span {
    font-size: 35px;
    font-family: Anonymous Pro;
    color: #fff;
    background-color: #35C5DE;
    display: inline-block;
    width: 40px;
    height: auto;
    padding: 0px 5px 0px 13px;
    text-align: center;
    border-radius: 60px 0px 0px 60px;
    margin-right: 20px;
    position: absolute;
    left: 30px;
    top: 8px;
}

.btn-link span {
    font-size: 35px;
    font-family: Anonymous Pro;
    color: #33c5de;
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: auto;
    padding: 0px 5px 0px 13px;
    text-align: center;
    border-radius: 60px 0px 0px 60px;
    margin-right: 20px;
    position: absolute;
    left: 30px;
    top: 8px;
}

.btn-link:hover {
    font-family: Anonymous Pro;
    font-size: 20px;
    font-weight: 600;
    color: #35C5DE;
    text-decoration: none;
    margin-left: 60px;
}

.review {
    padding: 0px 30px 60px 80px;
}

@media (max-width: 576px) {
    .review {
        padding: 0px;
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    #msMiniCart .nav-link{display:none;}
    #msMiniCart .ms2_total_count{display:none;}
    #loger {    position: absolute;        right: 50px;        top: 25px;}

}

.mse2_selected_link {
    margin-right: 15px;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.container-fluid:hover .image {
    opacity: 0.3;
    background-color: #000;
}

.container-fluid:hover .overlay {
    opacity: 0.8;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    height: auto;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #c0f1fa;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.fotorama__stage {
    margin-bottom: 15px;
}

.fotorama__nav--thumbs {
    padding: 15px !important;
}

.overSelect {
    cursor: pointer;
}

.cart-y::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.cart-y::-webkit-scrollbar-thumb {
    width: 4px;
    background: #33c5de;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.cart-y::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset 4px 0 0 #fff, inset -4px 0 0 #fff;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link {
    color: #000;
    background-color: #ffffff;
    border-color: #3ec7df;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 25px;
    margin-bottom: 15px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    color: #fff;
    background-color: #3ec7df;
    border-color: #3ec7df;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 25px;
    font-size: 16px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #3ec7df;
    border-color: #3ec7df;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 25px;
    font-size: 16px;
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}


/* для элемента label связанного с .custom-radio */

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}


/* создание в label псевдоэлемента  before со следующими стилями */

.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #c0f1fa;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: relative;
    top: 5px;
}


/* стили при наведении курсора на радио */

.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}


/* стили для активной радиокнопки (при нажатии на неё) */

.custom-radio:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}


/* стили для радиокнопки, находящейся в фокусе */

.custom-radio:focus+label::before {
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}


/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */

.custom-radio:focus:not(:checked)+label::before {
    border-color: #80bdff;
}


/* стили для радиокнопки, находящейся в состоянии checked */

.custom-radio:checked+label::before {
    border-color: #c0f1fa;
    background-color: #fff;
    background-image: url("../image/cheak.png");
}


/* стили для радиокнопки, находящейся в состоянии disabled */

.custom-radio:disabled+label::before {
    background-color: #e9ecef;
}

.radio {
    margin-bottom: 0.4em;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

 :focus {
    outline: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler::-moz-focus-inner {
    border: 0;
}

.bootom-btn {
    margin-left: 80px;
    margin-top: 30px;
    margin-bottom: 60px;
}

.dostavka-cart {
    color: #000;
    font-size: 11px;
}

.dostavka-cart:hover {
    color: #35C5DE;
    font-size: 11px;
}

.goshop {
    color: #000;
    padding-top: 30px;
    display: block;
    text-decoration: none;
    font-size: 15px;
}

.goshop:hover {
    text-decoration: underline;
    color: #000;
    padding-top: 30px;
    display: block;
    font-size: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .goshop:hover {
        text-decoration: underline;
        color: #000;
        padding-top: 30px;
        display: block;
        font-size: 15px;
        text-align: center;
    }
    .goshop {
        color: #000;
        padding-top: 30px;
        display: block;
        font-size: 15px;
        text-align: center;
    }
    #jGrowl {
        font-family: Anonymous Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 20px;
        margin: 0px 12px 0;
    }
    .jGrowl.top-right {
        top: 40% !important;
        width: 30% !important;
        left: 3% !important;
    }
    #jGrowl .jGrowl-notification {
        position: relative;
        width: 320px;
        padding: 25px;
        text-align: left;
        background: #C0F1FA !important;
        box-shadow: 0 0 0 0px #8ab933 !important;
        border: 0px solid rgba(255, 255, 255, 0.49) !important;
    }
    #jGrowl .jGrowl-notification .jGrowl-close {
        position: absolute;
        right: 4px;
        top: 4px;
        color: #c4dce2 !important;
        font-size: 32px;
    }
    #jGrowl .jGrowl-notification .jGrowl-message {
        color: #000 !important;
    }
    .table-responsive::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }
    .table-responsive::-webkit-scrollbar-thumb {
        width: 4px;
        background: #33c5de;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }
    .table-responsive::-webkit-scrollbar-track {
        background: #ffffff;
        box-shadow: inset 4px 0 0 #fff, inset -4px 0 0 #fff;
    }
    .bootom-btn {
        margin-left: 15px;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .nav-item {
        padding: 6px 20px;
    }
    ul.navbar-nav>li.active a.nav-link {
        padding-bottom: 8px;
        border-bottom: 0px solid #35C5DE;
        transition: .2s linear;
    }
    .slick-initialized .slick-slide {
        display: block;
        padding: 20px;
    }
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -5px;
    }
    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 0px solid rgba(0, 0, 0, 0.125);
    }
    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.25rem;
        text-align: justify;
    }
    .text-footer {
        padding-left: 10px;
    }
    .multiselect {
        width: 80px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    #mse2_selected {
        display: none;
        background: #fff !important;
        padding: 0px !important;
        border-radius: 0px !important;
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .num {
        font-family: Anonymous Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 70px;
        color: #35C5DE;
        text-align: center;
        margin: 0px;
    }
    .number p {
        text-align: center;
        margin: 0px;
    }
    .number {
        margin-bottom: 45px;
    }
    .reviews::before {
        display: none;
        content: '”';
        position: absolute;
        font-family: Anonymous Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 130%;
        color: #C0F1FA;
        left: -25px;
        top: -30px;
    }
    .reviews::after {
        display: none;
        content: '“';
        position: absolute;
        font-family: Anonymous Pro;
        font-style: normal;
        font-weight: bold;
        font-size: 100px;
        line-height: 130%;
        color: #C0F1FA;
        right: 20px;
        bottom: 0px;
    }
    .nav-tabs .nav-link {
        color: #000;
        background-color: #ffffff;
        border-color: #3ec7df;
        border-radius: 50px;
        text-decoration: none;
        font-size: 13px;
        padding: 13px 15px;
        margin-bottom: 15px;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #3ec7df;
        border-color: #3ec7df;
        border-radius: 50px;
        text-decoration: none;
        padding: 13px 15px;
        font-size: 13px;
    }
    .dos {
        padding: 4px 15px;
        font-size: 13px;
    }
    .dos.active {
        padding: 4px 15px;
        font-size: 13px;
    }
    .dos-btn {
        padding: 6px 10px;
    }
    .dos-btn.active {
        padding: 6px 10px;
    }
    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        color: #fff;
        background-color: #3ec7df;
        border-color: #3ec7df;
        border-radius: 50px;
        text-decoration: none;
        font-size: 13px;
        padding: 13px 15px;
    }
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

.shop-qty {
    -webkit-appearance: none;
}

.mess {
    padding: 25px;
    background: #C0F1FA;
}

.fotorama__thumb {
    background-color: #fff !important;
    background-color: rgba(255, 255, 255) !important;
}

select.form-control::before {
    content: url(../img/icons/icon_set-09.svg);
    font-size: 12px;
    position: absolute;
    right: 8px;
    top: 3px;
    z-index: 1;
    text-align: center;
    width: 12px;
    height: 10px;
    pointer-events: none;
    box-sizing: border-box;
    color: #33c5de;
    display: block;
}