.mobil {
    display: none !important;
}
.top {
    display: flex;
    height: 100px;
    position: relative;
    margin: 0px;
    margin: 0 auto;
    padding: 0px;
    width: calc(100% - 20px) !important;
    max-width: 1000px;
}
.full {
    display: flex;
    position: relative;
    height: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    align-items: center;
}
.full a {
    display: block;
    width: 100%;
    height: 100%;
}
.full img {
    display: block;
    position: relative;
    width: 124px;
    height: 62px;
    margin: 16px 10px 0px 10px;
}
.center {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 960px;
    height: 100%;
    font-family: Roboto Condensed, myriadpro, Arial;
    padding: 0px 20px 0px 20px;
}
.logo {
    display: inline-flex;
    width: 165px;
    height: 98px;
    margin: 0px;
    padding: 0px;
}
.logo img {
    display: block;
    width: 128px;
    height: 76px;
    border: 0px;
    margin: 10px 10px 10px 15px;
}
.menu_line {
    display: inline-block;
    width: 100%;
    height: 60px;
    text-align: left;
}
.menu_mobile {
    display: none;
}
.soc_block {
    display: block;
    position: absolute;
    height: 100px;
    /* float: right; */
    right: 0px;
    width: 200px;
    text-align: right;
}
.menu_line,.soc_block {
    /* border: 1px solid red; */
}
.menu_line span {
    display: inline-block;
    width: 100%;
    margin: 0px auto;
}
.menu_line a {
    display: flex;
    height: 60px;
    float: left;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    font-family: Roboto Condensed, myriadpro, Arial;
font-weight: 400;
    font-size: 0.9rem;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

.bg_top,.bg_top2 {
    display: block;
    position: relative;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px;
    padding: 0px;
}
.bg_top:before,.bg_top2:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 300px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(1px);
}
.bg_top2 {
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -78px;
}
.slogan {
    display: block;
    padding: 80px 0px 0px 0px;
}
.bg_top2 .slogan {
    display: block;
    padding: 28px 0px 0px 0px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Roboto Condensed, myriadpro, Arial;
    width: auto;
    text-align: left;
}
.slogan h1 {
    margin: 0px 0px 0px 0px;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    text-shadow: 0px 0px 5px rgb(255 255 255 / 50%);
    width: 50%;
}
.slogan h2 {
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    font-family: Roboto Condensed, myriadpro, Arial;
    width: 100%;
    text-align: justify;
}
.soc_icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
-webkit-mask-size: 20px !important;
    right: 15px;
    margin-top: 38px;
    margin-right: 10px;
}
.icon_vk {
    -webkit-mask: url(/img/vk.svg);
    -webkit-mask-position-y: 2px;
    -webkit-mask-repeat: no-repeat;
}
.icon_tel {
    -webkit-mask: url(/img/telegram.svg);
    -webkit-mask-position-y: -1px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.icon_youtube {
    -webkit-mask: url(/img/youtube.svg);
    -webkit-mask-position-y: 0px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: 3px;
}
.icon_viber {
    -webkit-mask: url(/img/viber.svg);
    -webkit-mask-position-y: 1px;
    -webkit-mask-repeat: no-repeat;
    margin-left: 3px;
}
.icon_whatsapp {
    -webkit-mask: url(/img/whatsapp.svg);
    -webkit-mask-position-y: 0px;
    -webkit-mask-repeat: no-repeat;
    margin-left: 3px;
    -webkit-mask-size: 17px !important;
}
.icon_twitter {
    -webkit-mask: url(/img/twitter.svg);
    -webkit-mask-position-y: 1px;
    -webkit-mask-repeat: no-repeat;
    margin-left: 3px;
}

#news {
    padding-bottom: 60px !important;
    display: block;
}
#services, #courses-faq, #price, #news {
    padding: 30px 0 50px 0;
}
#courses-faq {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#courses-faq:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 300px;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(1px);
}
div#price {
    position: relative;
    min-height: 300px;
}
div#price:before {
    content: '';
    display: block;
    position: absolute;
    background-size: cover;
    background-position-x: calc(100% - 400px);
    background-position-y: top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.60;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
}
.title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
.left_block, .right_block {
    max-width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    grid-template-rows: 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    margin: 90px 20px 30px 0px;
}
.left_block img, .right_block img {
    display: block;
    position: absolute;
    border: 0px;
    width: 250px;
    border-radius: 50%;
    margin: auto;
    top: 0;
    bottom: 0;
}
.oblogka:before {
    content: '';
    display: block;
    position: absolute;
    width: 262px;
    height: 262px;
    box-shadow: 0px 3px 0px #a3a3a3;
    border-radius: 50%;
    margin: auto 0px auto -3px;
    top: 0;
    bottom: 0;
}
.left_block h3, .right_block h3 {
    line-height: 35px;
    font-size: 30px;
    font-family: Roboto Condensed, myriadpro, Arial;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
}
.left_block p, .right_block p {
    display: block;
    line-height: 1.8rem;
    font-size: 20px;
    width: auto;
    width: 640px;
    margin: 8px 0px 20px 0px;
    text-align: justify;
}
.left_block ul, .right_block ul {
    list-style-type: disc;
    margin-bottom: 24px;
    margin-left: -20px;
}
.left_block ul li, .right_block ul li {
    max-width: 640px;
    font-size: 19px;
    display: list-item;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: justify;
}
.oblogka {
    position: relative;
    display: block;
    height: 100%;
    width: 250px;
}
.faq-item {
    padding: 30px 0 30px 0;
}
.faq-item .faq-title {
    font-weight: normal;
    font-size: 23px;
    line-height: 120%;
    padding-right: 150px;
    position: relative;
    cursor: pointer;
}
.faq-item .faq-title:after {
    background-image: url(/img/plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 18px;
    top: calc(50% - 16px);
    content: '';
}
.faq-item .faq-text {
    font-weight: normal;
    font-size: 17px;
    padding: 20px 150px 0px 0;
    line-height: 1.6;
    display: none;
}
.active:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
a.phone {
    display: inline-block;
    font-weight: 900;
    font-size: 2rem;
    line-height: 2.5rem;
    text-decoration: none;
}
#contact span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
}
#contact info {
    display: inline-block;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 3.0rem;
    vertical-align: top;
    margin: 0px 0px 0px 5px;
}
#map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}
#map a, #map a:visited {
    text-decoration: none !important;
}
#map .description {
    display: block;
    font-size: 11px;
    line-height: 17px;
}
.price-list-section {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.price-item {
    width: 280px;
    min-height: 240px;
    box-shadow: 0px 10px 20px 0 rgb(6 58 69 / 10%);
    border-radius: 18px;
    /* grid-template-rows: max-content 150px 17px 1fr; */
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    justify-content: space-around;
    padding: 20px 10px 20px 10px;
}
.price-item h3, .price-item .title {
    display: block;
    position: revert;
    font-weight: 900;
    font-size: 1.2rem;
    height: 1.2rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-family: 'Roboto';
    overflow: hidden;
}
p.title a {
    text-decoration: none;
}

.price-item .time {
    display: block;
    font-size: 16px;
    width: max-content;
    margin: 0 auto;
    height: 24px;
    padding-left: 29px;
    align-items: center;
    line-height: 1.6;
}
.price-dual-grid {
    justify-content: center;
    grid-template-columns: 1fr;
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 14px;
}
.price-dual-grid .offline {
    display: grid;
}

.price-item .price {
    font-size: 36px;
    font-size: 2rem;
}
.price-item .price {
    display: block;
    font-weight: 900;
    text-align: center;
    font-family: 'Roboto';
}
.price-item .price-za {
    font-size: 15px;
}
.price-item .price-za {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-align: center;
    text-decoration: line-through;
}
.price-item .vigoda {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
}
.key {
    display: inline-flex;
    justify-content: left;
    position: relative;
    align-items: center;
    text-decoration: none;
    width: 152px;
    height: 50px;
    border-radius: 50px;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 60px;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all .5s ease-out 0.1s;
    -moz-transition: all .5s ease-out 0.1s;
    -o-transition: all .5s ease-out 0.1s;
    transition: all .5s ease-out 0.1s;
    cursor: pointer;
}



.viber_key span {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    -webkit-mask-size: 26px !important;
    left: 20px;
    -webkit-mask: url(/img/viber.svg);
    -webkit-mask-position-y: 2px;
    -webkit-mask-repeat: no-repeat;
    margin-left: 0px;
}
.telegram_key span {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    -webkit-mask-size: 26px !important;
    left: 20px;
    -webkit-mask: url(/img/telegram.svg);
    -webkit-mask-position-y: 0px;
    -webkit-mask-repeat: no-repeat;
    margin-left: 0px;
}
.whatsapp_key span {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "";
    -webkit-mask-size: 26px !important;
    left: 20px;
    -webkit-mask: url(/img/whatsapp.svg);
    -webkit-mask-position-y: 0px;
    -webkit-mask-repeat: no-repeat;
    margin-left: 0px;
}
.contact-tabs span {
    font-family: 'ROBOTO CONDENSED';
    font-weight: 400 !important;
    font-size: 20px !important;
}
.snoska {
    display: block;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}
.news {
    padding: 30px 0 20px 0;
}
.news h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    padding: 0px;
    margin: 20px 0px 30px 0px;
}
.news h2 {
    margin: 20px 0px 30px 0px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Roboto Condensed, myriadpro, Arial;
    width: auto;
    text-align: left;
}
.news h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
    font-family: Roboto Condensed, myriadpro, Arial;
    padding: 0px;
    margin: 1rem 0px 1.2rem 0px;
}
.news p {
    display: block;
    line-height: 2rem;
    font-size: 1.22rem;
    width: auto;
    margin: 1rem 0px 1rem 0px;
    text-align: left;
}
.news ul {
    list-style-type: disc;
    margin-bottom: 24px;
    margin-left: -10px;
}
.news ul li {
    max-width: 640px;
    font-size: 19px;
    display: list-item;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: justify;
}
.news table td {
    font-size: 1rem;
    line-height: 1.5rem;
}
.carusel {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(calc(30% - 50px), 1fr));
}
.news_block {
    grid-template-rows: max-content 200px 90px 0fr;
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    justify-content: space-around;
    padding: 20px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 3px rgb(0 0 0 / 10%);
}
.dateblock {
    display: grid;
    font-size: 0.9rem;
}
.dateblock span {
    display: block;
    width: 34px;
    text-align: left;
    position: relative;
    float: left;
}
.dateblock span:first-child {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 2.0rem;
}
.cover {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.cover a img {
    display: block;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.news_block p {
    display: inline-flex;
    margin: 0px;
    position: relative;
    font-size: 1.0rem;
    line-height: 1.5rem;
    width: 100%;
    height: 70px;
    padding: 15px 0px 0px 0px;
    overflow: hidden;
}
.jump {
    display: inline-flex;
    justify-content: center;
    position: relative;
    align-items: center;
    text-decoration: none;
    width: 152px;
    height: 50px;
    border-radius: 50px;
    margin: 0px 0px 0px 0px;
    /* padding: 0px 0px 0px 0px; */
    font-weight: 500;
    font-size: 1.2rem;
    -webkit-transition: all .5s ease-out 0.1s;
    -moz-transition: all .5s ease-out 0.1s;
    -o-transition: all .5s ease-out 0.1s;
    transition: all .5s ease-out 0.1s;
    cursor: pointer;
}

.cover_box {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto 0px auto;
}
.categor {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    vertical-align: top;
    font-size: 1.0rem;
    overflow: hidden;
    height: 1.0rem;
}
span.thumb-item {
    display: block;
    position: relative;
    z-index: 10;
    height: 180px;
}
.thumb-item img {
    max-height: 160px;
}
.opener {
    position: absolute;
    width: 63px;
    left: -63px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    top: 120px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 40%);
    z-index: 1000;
}
.blockkey {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.basket div {
    display: block;
    width: 100%;
    height: 63px;
    -webkit-mask-size: 21px !important;
    -webkit-mask: url(/img/basket.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: 23px;
}
.basket span {
    text-align: center;
    opacity: 1;
    font-size: 0.84rem;
    line-height: 1.1rem;
    height: 1.1rem;
    position: absolute;
    top: 11px;
    right: 11px;
    background-color: #589051;
    padding: 0 0.35rem;
    border-radius: 50%;
    z-index: 10;
    font-family: Roboto Condensed, myriadpro, Arial;
}
.search div {
    display: block;
    width: 100%;
    height: 63px;
    -webkit-mask-size: 21px !important;
    -webkit-mask: url(/img/search.svg) no-repeat;
    -webkit-mask-position-x: 22px;
    -webkit-mask-position-y: 21px;
}
.callback div {
    display: block;
    width: 100%;
    height: 63px;
    -webkit-mask-size: 21px !important;
    -webkit-mask: url(/img/callback.svg) no-repeat;
    -webkit-mask-position-x: 22px;
    -webkit-mask-position-y: 21px;
}
.callback a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.search-block {
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 1055;
    visibility: visible;
    top: 0 !important;
    align-items: center;
    transition: all .2s ease-in-out;
    bottom: 0;
    right: 0;
    width: 100%;
}
.search-block form {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 0 50px 0 50px;
    margin: auto;
}
.search-input-div {
    position: relative;
    display: block;
    padding-right: 0px;
    width: 100%;
}
.search-input {
    padding: 0 0px 0 15px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    font-family: Roboto, myriadpro, Arial !important;
    margin: 0 !important;
    transition: background .2s ease-in-out;
    background-color: #fafafa;
    border-radius: 3px;
    display: block;
    width: 100%;
    outline: 0;
}
.search-button-div {
    position: absolute;
    top: 0;
    right: 30px;
    width: 12%;
}
.btn {
    background-color: #607ab9;
    font-size: 0.8rem;
    font-weight: bold;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0;
    border: 1px solid;
    letter-spacing: .8px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    outline: 0;
}
.close-block {
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    min-width: 34px;
    display: block;
}
.close-block i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin: -8px 0 0 -8px;
}
a.catalog {
    position: relative;
    padding-left: 45px !important;
}
a.catalog:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    margin-left: -30px;
    margin-top: 23px;
    -webkit-mask-size: 14px !important;
    -webkit-mask: url(/img/catalog.svg) no-repeat;
    -webkit-mask-position-x: 0px;
    -webkit-mask-position-y: center;
}
.catalog_box {
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 1055;
    visibility: visible;
    top: 0px !important;
    align-items: start;
    transition: all .2s ease-in-out;
    bottom: 0;
    right: 0;
    width: 100%;
    overflow-y: auto;
    padding: 0;
}
.wrapper {
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 16px;
}
aside {
    align-self: start;
}
.ml {
    display: block;
    position: relative;
    line-height: 40px;
    background-color: #3c3c3c;
    background-image: url(/img/bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -17px;
    width: 100%;
    height: 60px;
}
.ml:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(3px);
}
.slog {
    display: inline-flex;
    line-height: 16px;
    height: 98px;
    width: 178px;
    margin: 2px 0px 0px 15px;
    padding: 0px;
    align-items: center;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.01rem;
}
.top_contact {
    display: inline-flex;
    align-items: center;
    font-family: Roboto, myriadpro, Arial;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.05rem;
    margin: 0px 30px 0px 0px;
}
ul.wall {
    position: absolute;
    display: block;
    width: calc(100% - 100px);
    max-width: 1000px;
    list-style-type: none;
    top: 50px;
    bottom: 50px;
    height: calc(100% - 120px);
    padding-bottom: 50px;
}
.left_mblock ul {list-style-type: none;margin: 0;padding: 0;}
.slide_b ul {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(280px, auto));
    margin-top: 10px;
}
ul.bc {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 30px;
}
.slide_b div:first-child {
    display: block;
    position: absolute;
}
.slide_b {
    display: none;
    position: absolute;
    left: 260px;
    margin-top: -36px;
    width: calc(100% - 260px);
    font-size: 1.0rem;
    line-height: 1.3rem;
    font-family: Roboto Condensed, myriadpro, Arial;
}
.left_mblock li {
    display: block;
    position: relative;
    min-width: 240px;
    max-width: calc(100% - 10px);
}
.left_mblock i {
    display: block;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 30px;
    text-align: right;
    font-style: normal;
}
.left_mblock a {
    display: block;
    position: relative;
    width: calc(100% - 40px);
}
.catalog_box razdel {
    display: block;
    font-size: 1.0rem;
    line-height: 2rem;
    font-family: Roboto Condensed, myriadpro, Arial;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
}
.catalog_box razdel {
    cursor: pointer;
    position: relative;
}
.catalog_box razdel:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 22px;
    right: 9px;
    -webkit-mask-size: 9px !important;
    -webkit-mask: url(/img/galka.svg) no-repeat;
    -webkit-mask-position-x: 0px;
    -webkit-mask-position-y: 0px;
    transform: rotate(90deg);
}

.slide_b a, .slide_b u {
    text-decoration: none;
    font-weight: 300;
}
.slide_b u a {
    font-weight: 400 !important;
}

div.catalog_box li:hover > a {
    text-decoration: none;
}
/* div.catalog_box li:hover div {
    display:block;
} */
.basket_fly {
    z-index: 1000;
    position: fixed;
    width: 760px;
    top: 0;
    height: 100%;
    right: -760px;
    transition: right .5s ease-in-out;
    box-shadow: rgb(44 44 44 / 40%) 0 6px 18px;
    -moz-box-shadow: rgba(44,44,44,.4) 0 6px 18px;
    -webkit-box-shadow: rgb(44 44 44 / 40%) 0 6px 18px;
    min-height: 283px;
}
.basket_sort {
    padding: 38px 47px 0 47px;
    text-align: left;
    height: 80px;
}
.basket_title {
    margin-right: 43px;
    display: inline-block;
    position: relative;
    font-size: 2em;
    vertical-align: top;
    font-family: Roboto, myriadpro, Arial;
}
.basket-close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
}
.basket-close svg {
    fill: #b9b9b9;
}
.basket-close:hover > svg {
    fill: #8a8a8a;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.clearfix {
    padding: 28px 90px 50px 50px;
}
.pull-left {
    float: left !important;
}
.cur {
    position: relative;
    margin: 0;
    float: right;
    display: block;
    padding: 6px 0 6px;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    cursor: pointer;
    font-family: Roboto, myriadpro, Arial;
}

.cur svg {
    fill: #bdbdbd;
    transform: scale(1.2);
}
.cur:hover > i svg {
    fill: #f39166;
}
.basket_clear svg {
    display: inline;
    width: 10px;
    height: 10px;
}
i.basket_clear {
    display: inline-block;
    padding: 1px 7px 0px 0px;
    float: left;
}
.total {
    text-align: right;
    margin: 3px 0 0;
    float: right!important;
    font-family: Roboto, myriadpro, Arial;
}
.item_title {
    float: left;
}
.wrap_prices {
    padding-left: 69px;
    text-align: left;
}
.wrap_prices .price {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1rem;
}
.scrollblock {
    display: block;
    position: relative;
    min-height: 200px;
    max-height: calc(100vh - 400px);
}
span.warnbasket {
    display: block;
    position: absolute;
    font-size: 2em;
    font-family: Roboto, myriadpro, Arial;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-shadow: 0px 0px 3px rgb(126 126 126 / 30%);
}
.items_basket {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0;
}
.basket-block-item {
    display: flex;
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
    transition: transform ease .2s,box-shadow ease .2s;
}
.basket-block-img {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: nowrap;
    align-items: center;
    width: 80px;
    height: 80px;
    line-height: 78px;
    flex-shrink: 0;
    align-self: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.basket-item-info {
    display: grid;
    line-height: 1.0rem;
    font-weight: 400;
    font-family: Roboto, myriadpro, Arial;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-size: 0.9rem;
    width: 100%;
    vertical-align: top;
    align-items: start;
    align-content: start;
    padding: 0 0 0 20px;
}
.basket-item-info a {
    text-decoration: none;
}

.basket-item-info span {
    display: flex;
    width: 100%;
    font-weight: 300;
    margin: 6px 0px 0px 0px;
    padding: 0;
    align-items: center;
}
.item_line img {
    display: block;
    cursor: pointer;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.basket-item-price {
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 600;
}

.item_line {
    padding: 14px 40px 14px;
    position: relative;
}
.scrollblock {
	/* margin-left: 30px; */
	overflow-y: scroll;
	overflow-x: hidden;
}
.scrollblock::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
}
.scrollblock::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}
.scrollblock::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 3px
}
.bottom {
    margin: 12px -16px 0;
    position: relative;
}
.prices.notes {
    margin: 0 0 0;
    width: 250px;
}
.bottom>div {
    display: inline-block;
    vertical-align: top;
    padding: 0 16px;
}

.buy_block>span {
    margin: 0px!important;
}
.buy_block span.minus, .buy_block span.minuss {
    margin-top: 0px;
    height: 30px;
    width: 30px;
}
.buy_block span.plus, .buy_block span.pluss {
    margin-top: 0px;
    height: 30px;
    width: 30px;
}
.notes {
    width: 30%;
}
.summ {
    width: 25%;
    text-align: right;
}
.counter_block_item {
    display: flex;
}
.counter_block_item span, .counter_block_item input[type=text] {
    position: relative;
    width: 48px;
    height: 30px;
}
.counter_block_item input[type=text] {
    text-align: center;
    border: none;
}
.counter_block_item span {
    cursor: pointer;
}
a.remove {
    right: 15px;
    top: 13px;
    position: absolute;
}
.remove-cell svg {
    fill: #999999;
}
.remove-cell:hover > a i svg {
    fill: #525252;
}
span.load_basket {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
    transition: all .5s ease-in-out;
}
span.load_basket:before {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-mask-size: 40px !important;
    -webkit-mask: url(/img/load.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}
div.searchload {
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: 3px;
    z-index: 100;
    transition: all .5s ease-in-out;
}
div.searchload:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-mask-size: 30px !important;
    -webkit-mask: url(/img/load.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}
.basket_wrap {
    position: relative;
    z-index: 1001;
    background: #fff;
}
.buttons {
    padding: 50px 50px;
    margin: -10px;
}
.buttons>div {
    padding: 0 10px;
    width: max-content;
}
.basket_fast_order a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    /* background-color: #607ab9; */
    border-radius: 3px;
    cursor: pointer;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.0rem;
}
.basket_fast_order a:hover {
    background-color: #526dad;
}
.description {
    font-size: .8rem;
    line-height: 1.2rem;
    margin: 11px 0;
    font-family: Roboto, myriadpro, Arial;
    font-weight: 300;
}
.basket_full_order a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 160px;
    height: 44px;
    line-height: 44px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #3e3e3e;
    border-radius: 3px;
    cursor: pointer;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.0rem;
    text-decoration: none;
}
.basket_fast_order {
    float: right;
}
.basket_full_order {
    float: right;
}
span.minus:before, span.minuss:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 11px !important;
    -webkit-mask: url(/img/key_minus.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}
span.plus:before, span.pluss:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-mask-size: 11px !important;
    -webkit-mask: url(/img/key_plus.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}
.fullBasket a {
    padding-left: 15px;
    padding-right: 15px;
    transition: all .3s ease-in-out;
}
.fullBasket a:hover {
    background-color: #555555;
}
a.backstep {
    position: relative;
    line-height: 20px;
    margin: 0px 0px 0px 0px;
    display: table;
    padding: 0px 0px 0px 15px;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .2px;
    cursor: pointer;
    font-family: Roboto, myriadpro, Arial;
    transition: all .3s ease-in-out;
}


a.backstep:before, a.backstep:after {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    content: "";
    -webkit-mask-size: 9px !important;
    left: 0px;
    top: 5px;
    margin-right: 0px;
    -webkit-mask: url(/img/galka.svg);
    -webkit-mask-position-y: center;
    -webkit-mask-position-x: center;
    -webkit-mask-repeat: no-repeat;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .3s ease-in-out;
}
a.backstep:after {
    left: 4px;
}
.form_data, .summ_data {
    display: block;
    position: relative;
    min-height: 50px;
    margin: 30px 0px 0px 0px;
    padding: 20px;
}
.form_data {
    width: calc(100% - 410px);
    float: left;
}
.summ_data {
    width: 300px;
    position: absolute;
    right: 0;
}
.summ_data span {
    position: relative;
    display: flex;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
}
span.line-totals {
    font-weight: 700;
    font-size: 1.3rem;
    font-family: Roboto, myriadpro, Arial;
    text-shadow: none;
    margin-bottom: 10px;
}
.summ_data .box {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.box.points {
    position: relative;
    font-size: 1rem;
    font-family: Roboto, myriadpro, Arial;
    font-weight: 300;
}
.box.points:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    height: 1px;
}
.box.points span {
    background-color: #fff;
}
.box.points span:nth-child(1) {
    padding-right: 5px;
}
.box.points span:nth-child(2) {
    padding-left: 5px;
}
.box.warn {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 15px;
    font-family: Roboto, myriadpro, Arial;
    text-align: justify;
}
span.bx-title {
    display: block;
    margin: 0;
    font-family: Roboto, myriadpro, Arial;min-height: 20px;
    vertical-align: middle;
    font-size: 1.3333rem;
    padding-right: 30px;
}
span.form_input {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 0px;
}
span.form_input label {
    display: inline-block;
    font-family: Roboto, myriadpro, Arial;
    font-weight: 100;
    text-align: left;
    font-size: 0.9rem;
    margin-top: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
span.form_input [type=input] {
    border-radius: 3px;
    box-shadow: none;
    font-size: 1rem;
    outline: 0;
    padding: 8px 13px 7px;
    width: calc(100% - 26px);
    max-width: calc(100% - 26px);
    min-width: calc(100% - 26px);
    height: 32px;
    font-family: Roboto, myriadpro, Arial;
    font-weight: 300;
}
span.form_input textarea {
    min-height: 64px;
}
.deliv_check span {
    position: relative;
    display: inline-grid;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(50% - 70px);
    min-height: 100px;
    align-items: start;
    grid-row-gap: 0px;
    cursor: pointer;
}
.deliv_check {
    display: block;
    margin: 20px 0;
}
.deliv_check label {
    position: absolute;
    right: 10px;
    top: 15px;
}
.deliv_check p {
    display: flex;
    line-height: 1.6rem;
    font-size: 1rem;
    align-items: center;
    margin: 0;
    width: 90%;
}
.deliv_check p:nth-child(2) {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.4rem;
}
span.devsel {
    box-shadow: 0px 0px 5px 1px rgb(96 122 185 / 20%);
}
.outerbox {
    display: inline-block;
    position: relative;
    width: 100%;
    /* border: 1px solid red; */
}
.fix_summ {
    position: fixed;
    top: -15px;
}
.basket_order a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    background-color: #607ab9;
    border-radius: 3px;
    cursor: pointer;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.0rem;
}
.basket_order a:hover {
    background-color: #6d87c7;
}
span.errform {
    display: inline-block;
    position: absolute;
    margin: 25px 20px;
    padding: 0px 10px;
    line-height: 25px;
    border-radius: 3px;
}
.order_complate {
    display: none;
    position: fixed;
    width: 320px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    z-index: 1000;
    backdrop-filter: blur(2px);
    box-shadow: 0px 1px 10px rgb(0 0 0 / 30%);
}
.order_complate svg {
    position: absolute;
    height: 70px;
    top: 0;
    bottom: 0;
    margin: auto 20px;
}
.order_complate p {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 26px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.0;
    font-family: Roboto Condensed, myriadpro, Arial;
    text-shadow: 0px 1px 1px rgb(0,0,0);
}
.searchresult {
    position: absolute;
    display: none;
    min-height: 50px;
    max-height: 320px;
    box-shadow: 0px 5px 10px 3px rgb(0 0 0 / 15%);
    left: 50px;
    right: 30px;
    max-width: 1000px;
    padding: 0 20px 0 20px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}
.searchresult > .stat {
    display: block;
}
.buttom_box {
    position: relative;
    margin: 0;
    padding: 59px 0 64px;
}
.buttom_box a {
    text-decoration: none;
    display: block;
    line-height: 34px;
    font-size: 0.9rem;
}

.innerinfo {
    width: 25%;
    display: inline-grid;
    position: relative;
    padding: 0px;
    margin: 0px;
    font-weight: 100;
}
div.innerinfo h3 {
    line-height: 2.6rem;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.innerinfo span {
    font-family: Roboto Condensed, myriadpro, Arial;
    display: block;
    line-height: 34px;
    font-size: 0.9rem;
    position: relative;
}
span.bphone, span.bmail, span.bpoint {
    padding-left: 24px;
}
span.bphone:before, span.bmail:before, span.bpoint:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
}
span.bphone:before {
    -webkit-mask-position-x: 2px !important;
    -webkit-mask-position-y: 0px !important;
    -webkit-mask-size: 7px !important;
    -webkit-mask: url(/img/phone.svg) no-repeat;
}
span.bmail:before {
    -webkit-mask-position-x: 0px !important;
    -webkit-mask-position-y: 4px !important;
    -webkit-mask-size: 12px !important;
    -webkit-mask: url(/img/post.svg) no-repeat;
}
span.bpoint:before {
    margin-top: 9px;
    -webkit-mask-position-x: 0px !important;
    -webkit-mask-position-y: 0px !important;
    -webkit-mask-size: 11px !important;
    -webkit-mask: url(/img/point_s.svg) no-repeat;
}
.stat h4 {
    font-size: 1.4rem;
    text-shadow: 0px 1px 0px rgb(133 133 133);
    font-family: Roboto Condensed, myriadpro, Arial;
    font-weight: 600;
    letter-spacing: 1.8px;
}
ul.nav-tabs span {
    display: flex;
    position: absolute;
    background-color: #ef7f1a;
    font-size: 0.8rem;
    font-weight: 500;
    width: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    top: 2px;
    right: -5px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgb(139 66 0 / 50%);
    justify-content: center;
    align-items: center;
}
.dopan img {
    display: block;
    cursor: pointer;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dopan-block-item {
    display: flex;
    padding: 13px 0px 13px 0px;
    margin: 0;
    box-sizing: border-box;
    transition: transform ease .2s,box-shadow ease .2s;
}
.dopan-block-img {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: nowrap;
    align-items: center;
    width: 80px;
    height: 80px;
    line-height: 78px;
    flex-shrink: 0;
    align-self: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dopan-item-info {
    display: grid;
    line-height: 1.0rem;
    color: #777;
    font-weight: 400;
    font-family: Roboto, myriadpro, Arial;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-size: 0.9rem;
    width: 100%;
    vertical-align: top;
    align-items: start;
    align-content: start;
}
.dopan-item-info span {
    display: flex;
    width: 100%;
    font-weight: 300;
    margin: 6px 0px 0px 0px;
    padding: 0;
    align-items: center;
}
.dopan-item-info a {
    color: #777;
    text-decoration: none;
}
.dopan-item-info a:hover {
    color: #ff1820;
}
.dopan-item-price {
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 600;
    color: #3e3e3e;
}