.mobil {
    display: block;
}
.pc {
    display: none !important;
}
.top {
    display: block;
    height: 120px;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.full {
    display: flex;
    position: relative;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
.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-block;
    width: 100%;
    height: 100px;
    margin: 0px;
    padding: 20px 0px 0px 0px;
}
.logo img {
    display: block;
    width: 135px;
    height: 80px;
    border: 0px;
    margin: auto;
}
.menu_mobile {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    right: 26px;
    top: 32px;
    -webkit-mask-size: 50px !important;
    -webkit-mask: url(/img/burger.svg);
    -webkit-mask-position-y: 1px;
    -webkit-mask-repeat: no-repeat;
    cursor: pointer;
    z-index: 1001;
}
.menu_line2 {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    padding: 50px 0px 0px 0px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.menu_line2::before {
    content: 'Меню';
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-family: 'Roboto Condensed';
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 30px;
}
.menu_line2 span {
    display: grid;
    gap: 10px;
    padding: 25px 25px 35px 25px;
    margin-top: 20px;
}
.menu_line2 a {
    display: flex;
    line-height: 2.4rem;
    font-size: 1.4rem;
    font-family: 'Roboto Condensed';
    text-decoration: none;
    padding: 10px 0px 0px 5px;
}
.menu_line.pc {
    display: none;
}
.soc_block.pc {
    display: none;
}
.bg_top,.bg_top2 {
    display: block;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg_top:before,.bg_top2:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(3px);
}
.bg_top2 {
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slogan {
    display: block;
    padding: 40px 0px 20px 0px;
}
.bg_top2 .slogan {
    display: block;
    padding: 40px 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: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    text-shadow: 0px 1px 2px rgb(118 14 1 / 80%);
    width: auto;
}
.slogan h2 {
    margin: 20px 0px 0px 0px;
    font-size: 1.4rem;
    font-weight: 300;
    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;
}
a.soc_icon:hover {
}
#news {
    padding-bottom: 60px !important;
    display: block;
}
#services, #courses-faq, #price, #news {
    padding: 30px 0 50px 0;
}
#courses-faq {
    position: relative;
}
#courses-faq:before {
    content: "";
    display: block;
    position: absolute;
    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;
    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%;
    height: 340px;
    display: flex;
    justify-content: space-between;
    grid-template-rows: 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 45px;
    grid-row-gap: 0px;
    margin: 0px 0px 0px 0px;
    align-items: center;
}
.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 rgb(229 148 82);
    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;
    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;
    /* vertical-align: top; */
    /* align-items: center; */
}
.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 {
    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 .price-list-section {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
#price .price-item {
    width: calc(50% - 35px);
    min-height: 240px;
    box-shadow: 0px 10px 20px 0 rgb(6 58 69 / 10%);
    border-radius: 18px;
    /* grid-template-rows: max-content 26px 13px 1fr; */
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    justify-content: space-around;
    padding: 44px 10px 20px 10px;
    align-items: center;
}
.price-item h3, .price-item .title {
    display: block;
    font-weight: 900;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-family: 'Roboto';
}
p.title a {
    text-decoration: none;
}
p.title a:hover {
}
.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 .offline .price {
}
.price-item .price {
    font-size: 36px;
}
.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.6rem;
    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 {
}
.telegram_key {
}
.whatsapp_key {
}
.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: 22px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
.news p {
    display: block;
    line-height: 1.8rem;
    font-size: 20px;
    width: auto;
    margin: 8px 0px 0px 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 img {
    display: block;
    max-width: 100%;
    height: auto !important;
}
.news table td {
    font-size: 1rem;
    line-height: 1.5rem;
}
.carusel {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 50px), 1fr));
}
.news_block {
    grid-template-rows: max-content auto 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;
    min-height: 200px;
}
.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.2rem;
    line-height: 1.6rem;
    width: 100%;
    /* height: 90px; */
    padding: 10px 0px 0px 0px;
}
.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;
}
p.date_news {
}
.cover_box {
    display: block;
    width: calc(100% - 20px);
    margin: 0px auto;
}
.categor {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    vertical-align: top;
    font-size: 1.1rem;
}
.thumb-item img {
    max-height: 200px;
}
span.thumb-item {
    display: block;
    position: relative;
    z-index: 10;
    height: 220px;
}
.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: 140px;
    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;
    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;
}
.blockkey:hover > div {
}
.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: 40px;
    width: calc(100% - 32px);
}
.search-input {
    padding: 0 15px 0 15px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    margin: 0 !important;
    transition: background .2s ease-in-out;
    border-radius: 3px;
    display: block;
    width: 100%;
    outline: 0;
}
.search-button-div {
    position: absolute;
    top: 0;
    right: 50px;
    width: 15%;
}
.btn {
    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;
}
.search-input-div input::-webkit-input-placeholder {
    font-size: 0.8rem;
    font-family: Roboto Condensed, myriadpro, Arial;
}
.search-input-div input:-moz-placeholder {
   opacity:  1;
   font-size: 0.8rem;
   font-family: Roboto Condensed, myriadpro, Arial;
}
.search-input-div input::-moz-placeholder {
   opacity:  1;
   font-size: 0.8rem;
   font-family: Roboto Condensed, myriadpro, Arial;
}
.search-input-div input:-ms-input-placeholder {
   font-size: 0.8rem;
   font-family: Roboto Condensed, myriadpro, Arial;
}
.search-input-div input::-ms-input-placeholder {
   font-size: 0.8rem;
   font-family: Roboto Condensed, myriadpro, Arial;
}
.search-input-div input::placeholder {
   font-size: 0.8rem;
   font-family: Roboto Condensed, myriadpro, Arial;
}
.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;
}
.catalog_box {
    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%;
    height: 100%;
    overflow-y: overlay;
}
.top_contact.mobil {
    display: grid;
    grid-template-rows: 38px 38px;
    grid-template-columns: 1fr;
    gap: 0px;
    /* height: 100%; */
    align-items: center;
    font-family: Roboto, myriadpro, Arial;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
    margin: 20px 0px 0px 20px;
    padding: 0px;
}
.full a {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}
.full img {
    display: block;
    margin: 13px auto 10px auto;
    height: 80px;
}
ul.wall {
    position: absolute;
    display: block;
    width: calc(100% - 100px);
    list-style-type: none;
    top: 50px;
    height: 100%;
    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;
}
.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;
}
.catalog_box razdel:hover {
}
.slide_b a, .slide_b u {
    text-decoration: none;
    font-weight: 300;
}
.slide_b u a {
    font-weight: 400 !important;
}
div.slide_b li:hover u > a {
}
div.catalog_box li:hover > a {
text-decoration: none;
}
/* div.catalog_box li:hover div {
    display:block;
} */
.basket_fly {
    z-index: 2000;
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    right: -100%;
    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 {
    position: relative;
    padding: 38px 47px 0 47px;
    text-align: left;
    height: 80px;
    z-index: 1001;
}
.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:hover {
}
.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 / 40%);
}
.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 a:hover {
}
.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;
}
.pricegray {
}
.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);
}
.scrollblock::-webkit-scrollbar {
	width: 4px;
}
.scrollblock::-webkit-scrollbar-thumb {
    border-radius: 3px
}
.bottom {
    margin: 12px -16px 0;
    position: relative;
    display: flex;
    width: 100%;
}
.prices.notes {
    margin: 0 0 0;
    width: 250px;
}
.bottom>div {
    display: inline-flex;
    vertical-align: top;
    padding: 0 16px;
    width: 30%;
}
.buy_block > .counter_block_item {
}
.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: 30% !important;
    text-align: right;
    align-items: center;
    margin-right: 20px;
    justify-content: 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;
}
.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;
    border-radius: 3px;
    cursor: pointer;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.0rem;
}
.basket_fast_order a:hover {
}
.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;
    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 {
}
.bg_top2:after {
    content: "";
    display: block;
    position: absolute;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    width: 100%;
    height: 7px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(3px);
}
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:hover {
}
a.backstep:hover:before, a.backstep:hover:after {
}
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;
}
.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 {
}
.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;
    padding: 0px 20px 0px 0px;
    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(193 135 47 / 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;
    border-radius: 3px;
    cursor: pointer;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.0rem;
}
.basket_order a:hover {
}
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: 50px;
    /* max-width: 1000px; */
    padding: 0 20px 0 20px;
    margin: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}
.searchresult > .stat {
    display: block;
}
.searchresult > .stat > .dopan {
    display: flex;
    width: 100% !important;
    margin-top: 20px;
}
.buttom_box {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 40px 0 64px;
}
.buttom_box a {
    text-decoration: none;
    display: block;
    line-height: 2.6rem;
    font-size: 1.2rem;
}
.buttom_box a:hover {
}
.innerinfo {
    width: 48%;
    display: inline-grid;
    position: relative;
    padding: 0px;
    margin: 25px 0px 0px 0px;
    font-weight: 100;
}
div.innerinfo h3 {
    line-height: 2.8rem;
    font-size: 1.6rem;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.innerinfo span {
    font-family: Roboto Condensed, myriadpro, Arial;
    display: block;
    line-height: 2.6rem;
    font-size: 1.2rem;
    position: relative;
    white-space: nowrap;
}
span.bphone, span.bmail, span.bpoint {
    padding-left: 28px;
}
span.bphone:before, span.bmail:before, span.bpoint:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 22px;
    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: 9px !important;
    -webkit-mask: url(/img/phone.svg) no-repeat;
}
span.bmail:before {
    -webkit-mask-position-x: 0px !important;
    -webkit-mask-position-y: 6px !important;
    -webkit-mask-size: 15px !important;
    -webkit-mask: url(/img/post.svg) no-repeat;
}
span.bpoint:before {
    margin-top: 12px;
    -webkit-mask-position-x: 0px !important;
    -webkit-mask-position-y: 0px !important;
    -webkit-mask-size: 14px !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;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.3rem;
    padding: 1px 6px 0px 8px;
    text-align: center;
    top: 3px;
    right: -9px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgb(139 66 0 / 50%);
}
.dopan img {
    display: block;
    cursor: pointer;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 100px;
    max-height: 100px;
    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: 100px;
    height: 100px;
    line-height: 88px;
    flex-shrink: 0;
    align-self: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dopan-item-info {
    display: grid;
    line-height: 1.2rem;
    color: #777;
    font-weight: 400;
    font-family: Roboto, myriadpro, Arial;
    margin: 0px 15px 0px 15px;
    padding: 0px;
    font-size: 1.1rem;
    width: 80%;
    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: #e59452;
}
.dopan-item-price {
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #3e3e3e;
}
.dopan {
    display: flex;
    width: 50%;
    margin-top: 20px;
}
