body {
    margin: 0;
    padding: 0;
    font-family: 'Museo Sans Cyrl', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background: #fff !important;
}
.content a{
    text-decoration: underline;
}
.scrollTop {
    width: 70px;
    height: 70px;
    bottom: 135px;
    right: 12px;
    background: url(/bitrix/templates/barkraft/images/clickup.png) no-repeat center center rgba(254, 181, 0, 1);
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, 0.3);
    z-index: 200 !important
}

.scrollTop:hover {
    border: 5px solid rgba(255, 255, 255, 1)
}

.section-video {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 670px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}

.section-video-play {
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: 1s;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-video-play:hover {
    transform: scale(1.1);
}

.section-video iframe {
    width: 100%;
    height: 670px;
}

.b-none {
    display: none;
}

.header-main {
    position: fixed;
    z-index: 50;
    top: 0;
    width: 100%
}

.tabs-content.active {
    display: block;
}

.tabs-content {
    display: none;
}

header {

    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: #fff;
    z-index: 50;
    transition: 0.5s;
}

.header {
    width: 100%;
    max-width: 1800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px;
    box-sizing: border-box;
    position: relative;
}

.header-fixed {
    box-shadow: 0 0 15px #E7E7E7;
}

.header-logo-link {
    display: flex;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

nav a.link,
.nav-two a.link-two {
    text-decoration: none;
    text-align: center;
    font-size: 1.13em;
    line-height: 1.1em;
    color: #000;
    font-weight: 100;
    letter-spacing: 0.05em;
    transition: 0.3s;
    padding: 10px 15px;
    display: flex;
}

nav .nav:hover a.link {
    color: #fff;
    background: #FECC00;
}

nav .nav:hover .nav-two {
    display: flex;
}

.nav {
    position: relative;
}

.nav-two {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.30);
}

.file-list.absolute::before {
    content: 'Скачать';
    display: flex;
    width: 200px;
    height: 40px;
    position: absolute;
    background: #FFB000;
    color: #fff;
    justify-content: center;
    align-items: center;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.file-list.absolute {
    position: relative;
}

.file-list:hover::before {
    background: #fff;
    color: #feb500;
    font-weight: bold;
}

@media(max-width:1250px) {
    .file-list.absolute::before {
        right: 30%;
    }

    .section-video,
    .section-video iframe {
        height: 450px;
    }
}

@media(max-width:650px) {
    .file-list.absolute::before {
        content: '';
        width: 25px;
        height: 25px;
        right: 70px;
        background: url(/bitrix/templates/barkraft/images/download.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .file-list:hover::before {
        background: none;
    }

}

@media(max-width:355px) {
    .file-list.absolute::before {
        width: 20px;
        height: 25px;
        right: 55px;
    }
}

.nav-two .link-two {
    text-align: left !important;
}

.nav-two a.link-two:hover {
    color: #fff;
    background: #FECC00;
}

.nav:nth-child(2) .nav-two .link-two:nth-child(1):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(2):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(3):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(4):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(5):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(6):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(7):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(8):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(9):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(10):hover {
    background: #FECC00
}

.nav:nth-child(2) .nav-two .link-two:nth-child(11):hover {
    background: #FECC00
}

.header-contacts {
    display: flex;
    flex-direction: column;
}

.header-contacts__phone {
    display: flex;
    width: max-content;
    align-items: center;
}

.header-contacts__phone svg {
    margin-right: 10px;
}

.header-contacts__phone p {
    margin: 3px 18px 3px 0;
}

.header-contacts__phone a {
    color: #000;
    font-size: 1.13em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-weight: 700
}

.header-contacts__btn {
    color: #000;
    font-size: 0.93em;
    line-height: 1.2em;
    text-align: center;
    padding: 6px 20px;
    width: 100%;
    border: 3px solid #FFB000;
    background: #fff;
    box-sizing: border-box;
    margin-top: 5px;
    transition: 0.3s;
}

.header-contacts__btn:hover {
    cursor: pointer;
    color: #fff;
    background: #FFB000
}




footer {
    background: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    padding: 70px 0 20px 0;
    box-sizing: border-box;
}

.footer-row {
    display: flex;
    flex-direction: column;
}

a.footer-row__title {
    color: #C4C4C4;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-weight: 700;
    text-decoration: none;
    padding-bottom: 15px;
    transition: 0.3s;
}

a.footer-row__link,
.footer-row__link {
    color: #C4C4C4;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 1.2em;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 10px;
    transition: 0.3s;
}

a.footer-row__title:hover,
a.footer-row__link:hover,
.footer-row__link:hover {
    color: rgba(254, 204, 0, 0.64);
    cursor: pointer;
}

.footer-social {
    display: flex;
    margin: auto;
    align-items: center;
    padding-top: 50px;
}

.footer-social a {
    margin: 0px 10px;
}

.footer-social svg {
    fill: #C4C4C4;
    transition: 0.3s;
}

.footer-social a:hover svg {
    fill: rgba(254, 204, 0, 0.64);
}

.footer-dop {
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    box-sizing: border-box;
}

.footer-dop__developer {
    display: flex;
    align-items: center;
    width: 266px;
    height: 50px
}

.footer-dop__link {
    color: #fff;
    font-size: 1em;
    line-height: 1.2em;
    transition: 0.3s;
}

.footer-dop__link:hover {
    color: rgba(254, 204, 0, 0.64);
}

.block-main {
    margin: 149px auto 0 auto;
    width: 1600px;
}

.breadcrumb-block {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.breadcrumb {
    background: #f3f3f3;
    color: #8b8b8b;
    font-size: 14px;
    position: relative;
    z-index: 10;
    padding: 13px 20px 11px;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
    width: 1600px;

}

.breadcrumb a {
    color: #8b8b8b !important;
    text-decoration: none;
    font-weight: 500;
}

.yalist li a {
    display: flex !important;
}

.pk-h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 15px;
    padding: 25px 0 0;
    border-top: 1px dashed #CCC;
    color: #444;
    font-weight: 400;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

/*---------------------*/
/*КОНТАКТЫ*/
.content {
    padding: 40px 0 !important;
    width: 100% !important;
    margin-bottom: 40px;
}

.tabs {
    width: 100% !important;
}

.tabs ul {
    width: 100% !important;
    display: flex;
    justify-content: center;
}

.contacts .tabs ul {
    margin: 35px 0 !important;
}

.contacts .tabs ul li.active,
.contacts .tabs ul li.active:hover {
    background: #FFB000;
    color: #fff;
    text-shadow: none;
}

.contacts .tabs ul li {
    background: #fefefe;
    color: #000;
    width: 50%;
    border: 1px solid #FFB000;
}

.block-h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 10px 0 15px;
    letter-spacing: -1px;
    color: #444;
    font-weight: 400;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.color-8 .block-h1 {
    color: #c4d9b4;
}

.block-h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 30px 0 15px;
    padding: 25px 0 0;
    border-top: 1px dashed #CCC;
    color: #444;
    font-weight: 400;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.block-h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 15px;
    padding: 20px 0 0;
    border-top: 1px dashed #CCC;
    text-align: justify;
    letter-spacing: -1px;
    color: #444;
    font-weight: 400;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.content p {
    margin: 0 0 15px;
    line-height: 1.6em;
    text-align: justify;
    color: #000;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.8;
}

.rm-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rm-block a {
    width: 49%;
}

.object-name {
    color: #000;
    font-weight: 400;
}

.products-list-depth .page-list-ext-item {
    width: 33%;
    height: 370px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    vertical-align: top;
    text-align: center;
}

.products-list-depth .page-list-ext-item .page-list-ext-image {
    height: 290px;
    width: 300px;
    display: block;
    margin: 0 auto;
}

.products-list-depth .page-list-ext-item .page-list-ext-title {
    font-weight: 400;
}

.row-item-title {
    font-weight: 400;
}

.row-item-content {
    font-weight: 400;
}

.obekty div img {
    -o-object-fit: cover;
    object-fit: cover;
}

.obekty .obekty-img {
    height: 275px;
}

#gallery-1 {
    display: flex;
    flex-wrap: wrap;
}

#gallery-1 img {
    border: 2px solid #cfcfcf !important;
}

#gallery-1 .gallery-caption {
    margin-left: 0 !important;
}

#gallery-1 .gallery-item-docs:nth-of-type(4n) {
    margin: 0 50px 20px 0 !important;
}

.posts a .posts-content {
    width: calc(100% - 351px) !important;
}

.share {
    display: flex;
    justify-content: flex-end;
}

.content .more-posts {
    width: 100% !important;
    padding: 15px 20px 35px !important;
}

.more-posts-item {
    width: 330px !important;
}

.products-list {
    width: 100% !important;
}

.products-list-depth .page-list-ext-item .page-list-ext-image span {
    display: flex !important;
    line-height: 220px !important;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product-card-description h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 15px;
    padding: 20px 0 0;
    border-top: 1px dashed #CCC;
    text-align: justify;
    letter-spacing: -1px;
}

.card-menu a {
    color: #000
}

.product-card-description li a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.share div {
    margin-left: 20px;
}

.block-main .more-posts {
    width: 100% !important;
    box-sizing: border-box;
}

.more-posts .block-h2 {
    border: none;
    padding: 0 0 0 20px;
}

.more-posts-item img {
    height: 240px;
    max-width: 330px;
    object-fit: cover;
}

.more-posts-item div {
    font-weight: 500;
}

.more-posts-block {
    padding: 0 20px;
}

.tovar-info-block {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 900px;
    height: auto;
    box-sizing: border-box;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background: #fff;
    z-index: 1100;
    overflow-y: scroll;
    max-height: 90%;
    overflow-x: hidden;
}

.tovar-info-close {
    background: url(/bitrix/templates/barkraft/images/controls.png)no-repeat;
    background-position: -57px -19px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
}

.tovar-info-close:hover {
    cursor: pointer;
}

.overlay {
    opacity: 0.5;
    cursor: pointer;
    display: none;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.overlay-vacancies,
.overlay-nelikvid {
    opacity: 0.5;
    cursor: pointer;
    display: none;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.card_description ul {
    margin: 0 0 15px 20px !important;
    list-style-type: circle !important;
}

.card_description ul li {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;

}

.products-panel .products-panel__btn {
    margin-top: 35px !important;
    width: 100% !important;
    padding: 10px 20px !important;
    background: #454344 !important;
    border-radius: 4px !important;
    color: #FCDB8C !important;
    font-size: 0.94em !important;
    line-height: 1.2em !important;
    font-weight: 700;
    box-sizing: border-box !important;
    text-align: center !important;
    transition: 0.3s !important;
}

.products-panel .products-panel__btn:hover {
    cursor: pointer !important;
    background: rgba(254, 204, 0, 0.64) !important;
    color: #fff !important;
    border: 2px solid rgba(254, 204, 0, 0.64) !important;
}

.products-panel .products-panel__btn {
    color: #fff !important;
}

.products-panel__yellow .products-panel__btn {
    color: #FCDB8C !important;
}

.products-panel-width-last {
    padding-left: 37% !important;
    padding-right: 37% !important;
}

.products-panel__main-last {
    width: 100% !important
}

.product-card-calc .block-h2 {
    text-align: center;
}

.product-card-calc-description a.description {
    color: #000;
    transition: 0.3s
}

.product-card-calc-description a.description:hover {
    color: #feb500
}

.product-card-calc .calc-form .result {
    width: 100% !important;
}

#ploshadZerro,
#tolshina_tZerro {
    color: red;
}

.products-block {

	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;

}

@media (max-width: 600px){
	.products-block {
	
	}
}
.products a {
    height: 40px;
    width: 179px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding: 140px 10px 0;
    line-height: 1em;
}

.products-h .products_left {
    width: 82%;
}

.products_right {
    color: #fff !important;
}

.more-posts-item {
    margin-bottom: 15px !important;
}

.sh-img {
    width: 176px;
    height: 176px;
    object-fit: cover;
}

.block-main .sh__page-image-bottom {
    padding: 20px !important;
    width: 100% !important;
}

.page-image-bottom a:nth-of-type(5n) {
    margin: 20px 17px 0 0 !important;
}

.block-main .single-post .novosti-block-img {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.fos.technical_support {
	textarea {
		display: block !important;
	}
}

.fos,
.fos-nelikvid {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fff;
    z-index: 1100;
    display: none;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    max-height: 90%;
    min-height: 200px;
}

.fos-title {
    text-align: center;
    color: #feb500;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1em;
    padding: 25px 35px;
    font-weight: 500;
}

.fos-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fos-form input:focus,
.fos-form textarea:focus {
    outline: none
}

.fos-form input,
.fos-form textarea {
    width: 70%;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 1px solid;
    box-sizing: border-box;
    font-family: Arial;
}

.fos-btn {
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 0 solid;
    box-sizing: border-box;
    padding: 10px;
    background: #feb500;
    color: #FFF;
    font-weight: 400;
    font-size: 16pt;
    transition: background .4s;
    cursor: pointer;
    width: 70%;
    text-align: center;
}

.fos-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/bitrix/templates/barkraft/images/controls.png)no-repeat 59%;
    width: 30px;
    height: 30px;
}

.fos-close:hover {
    cursor: pointer;
}

.fos-info {
    padding: 20px 20px 25px 20px;
    box-sizing: border-box;
    width: 90%;
    text-align: center;
}

.fos-select {
    width: 70%;
    margin-bottom: 20px;
    display: none;
}

.fos-select-vibor {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 1px solid;
    box-sizing: border-box;
    width: 100%;
    display: block;
    position: relative;
}

.fos-select-vibor::before {
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url('/bitrix/templates/barkraft/images/arrow-bottom.png');
    width: 10px;
    height: 10px;
    background-size: contain;
}

.fos-select-vibor:hover {
    cursor: pointer;
}

.fos-select-block {
    display: none;
    flex-direction: column;
    text-align: center;
    border: rgba(0, 0, 0, .3) 1px solid;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.fos-select-block-add {
    display: flex;
}

.fos-select-option {
    font-size: 18px;
    padding: 1px 10px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    transition: 0.3s;
    font-family: Museo Sans Cyrl;
}

.fos-select-option:hover {
    cursor: pointer;
    background: #feb500;
}

.content .product-card-description ul li {
    margin: 15px 3% 0 0 !important
}
.partner-neral{
    display: none;
}
.partner-mo,
.partner-neral,
.partner-ap {
    color: #2B2A29;
    opacity: 1;
}

.partner-mo svg,
.partner-neral svg,
.partner-ap svg {
    fill: #2B2A29;
    fill-opacity: 0.69;
    transition: 0.3s;
}

.partner-mo svg:hover {
    fill-opacity: 1;
    fill: #169D9E;
}

.partner-neral svg:hover {
    fill-opacity: 1;
    fill: #940203;
}

.partner-ap svg:hover {
    fill-opacity: 1;
    fill: #5B1716;
}

.accordion .info {
    box-sizing: border-box;
    width: 100%
}

.obekty div:nth-of-type(5n) {
    margin-right: 20px !important;
}

.cboxElement img {
    width: 100%;
}

.vakansii-text {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    padding-top: 20px;
}


.vakansii-form {
    margin: 40px 0 0 0
}

.vakansii-form input {
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 1px solid;
    box-sizing: border-box;
    font-family: Arial;
    margin-right: 20px;
    /*display: none;*/
}

.vakansii-form input:focus {
    border: 1px solid #FFB400;
    outline: none
}

.tab-content span {
    font-weight: bold;
}

.fos-vacancies-close,
.fos-nelikvid-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(/bitrix/templates/barkraft/images/controls.png)no-repeat 59%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.vakansii-form .file-block {
    display: flex;
    flex-direction: column;
}

.nav-tab {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 0;
    border: 1px solid #FFB000;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.tab-text p {
    color: #000;
    font-size: 16px !important;
}

.nav-tab.active {
    background: #FFB000;
    color: #fff !important;
}

.tab-content {
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    font-size: 17px;
    line-height: 152%;
    letter-spacing: 0.04em;
    margin-top: 40px;
    color: #000;
}

.vakansii-info {
    margin-top: 70px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: flex;
    flex-direction: column;
}

.nav-tabs {
    display: grid;
    grid-auto-flow: column;
    margin-top: 40px;
}

.file-block {
    display: flex;
}

.file-upload {
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 24px;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 5px;
    padding: 8px 4px;
    color: #4e4e4e;
    text-align: center;
    transition: 0.3s;
    margin-right: 20px;
    margin-bottom: 20px;
    font-family: Arial;
}

.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.file-upload input[type="file"] {
    display: none;
}

.file-upload span {
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-family: Arial;
}

.filename {
    background: #fff;
    border: none !important;
    width: 43% !important;
    text-align: left !important;
    transition: 0.3s
}

.file-upload:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    color: #fff
}

.vakansii-btn {
    font-size: 20px;
    line-height: 24px;
    color: #4e4e4e;
    text-decoration: none;
    border: 3px solid #FFB400;
    padding: 7px 16px;
    transition: 0.3s;
    border-radius: 5px;
    text-align: center;
    width: 240px;
    box-sizing: border-box;
    font-family: Arial;
}

.vakansii-btn:hover {
    color: #fff;
    background: #FFB400;
    cursor: pointer;
}

.vakansii-message {
    font-size: 26px;
    font-weight: 700;
    color: #FFB400
}

.products-catalog {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1600px;
}

.products-catalog .products-panel:last-child {
    width: 19%
}

.products-catalog .products-panel {
    height: 260px;
}

.mobile-burger {
    display: none
}

.mobile-menu {
    position: fixed;
    top: 71px;
    right: 0;
    width: 300px;
    flex-direction: column;
    display: flex;
    z-index: 100;
    background: #FFB000;
    align-items: center;
    transform: translateX(100%);
    transition: 0.5s;
}

.mobile-menu__link {
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    background: #FFB000;
    border-bottom: 1px solid #eca800;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.mobile-menu__btn {
    display: none
}

.mobile-menu__phone {
    display: none
}

.product-card-price .cena-oneplus p {
    overflow: initial;
}

.news-detail .cboxElement img {
    height: auto;
}

.wp-caption .cboxElement img {
    height: auto;
}

.product-card-v4 .card-right img {
    object-fit: contain;
}

.posts a .posts-title {
    font-size: 22px !important;
}

.posts-title-excerpt .posts-title {
    font-size: 24px;
}

.posts a .posts-content p {
    font-size: 15px !important;
    line-height: 20px !important;
}

.content p {
    font-size: 16px;
}

.page-row .row-item img {
    height: 300px;
    object-fit: cover;
}

.posts a .posts-title {
    font-size: 20px !important;
}

.news-detail {
    margin-top: 20px;
}

.news-date-time {
    font-size: 13px;
    font-style: italic;
}

.news-detail .cboxElement img {
    max-height: 400px;
    object-fit: contain;
}

.product-card-description {
    font-size: 16px;
    line-height: 19px;
}

.content-detain-news {
    display: flex;
    flex-direction: column;
}

.content-detain-news .post-h1 {
    text-align: center;
}

.content .post-h1 {
    font-size: 24px;
}

.content-detain-news__img {
    margin: 0 auto
}

.content {
    font-size: 18px;
}

.single-post .post-h1 {
    font-size: 28px !important;
    line-height: 32px !important;
}

.page-otzivi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.page-otzivi__link {
    width: 19%;
    margin-right: 1.2%;
    border: 1px solid #000;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 25px;
    transition: 0.3s;
    text-decoration: none
}

.page-otzivi__link:hover {
    cursor: pointer;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.page-otzivi__link:nth-child(5n) {
    margin-right: 0
}

.page-otzivi__link img {
    width: 100%;
    object-fit: contain;
    max-height: 340px;
}

.page-otzivi__name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    padding-top: 10px;
}

.products_b1_description_text {
    color: #353535 !important;
    font-size: 18px !important;
    line-height: 1.3em;
    font-weight: 400;
    opacity: 0.8;
}

.products_b1_description_text p {
    margin-bottom: 0;
    line-height: 1.3em;
    opacity: 1;
    text-indent: 25px;
}

@media(max-height:1400px) {
    .header {
        padding: 10px 22px;
    }

    .block-main {
        margin-top: 119px;
    }

    .page-otzivi__name {
        font-size: 16px;
        line-height: 19px;
    }

    .block-h1 {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-height:1100px) {
    .nav-tab {
        padding: 10px 10px;
        font-size: 16px;
        line-height: 18px;
    }

    .tab-content {
        padding: 25px;
        margin-top: 15px;
    }
}

@media(max-height:980px) {
    .gallery-block {
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .gallery-img img {
        height: 280px;
        object-fit: cover;
    }

    .gallery-img {
        height: auto;
    }
}

@media(max-height:900px) {
    .gallery-block {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .gallery-img img {
        height: 250px;
        object-fit: cover;
    }

    /* .news-panel__img{
		height: 150px;
	} */
    .news-panel-name {
        font-size: 1em;
    }

    .info-block {
        padding-top: 0
    }

    .block-title {
        padding-bottom: 30px;
    }

    .sertificat-slider {
        margin-top: 30px;
    }

    .news__main {
        padding-top: 30px;
    }

    .products-panel {
        height: 170px;
    }

    .products-catalog .products-panel {
        height: 220px;
    }
}

@media(max-height:800px) {
    .products-panel {
        height: 190px;
    }

    .gallery-block {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .gallery-img img {
        height: 226px;
        object-fit: cover;
    }

    .news__main {
        padding-top: 30px;
    }

    .info-panel-main span {
        padding: 20px 0;
    }

    .info-panel-main {
        padding: 20px 45px;
    }

    .products-catalog .products-panel {
        height: 200px;
    }

    .section-video,
    .section-video iframe {
        height: 350px;
    }

    .section-video {
        margin-top: 30px;
    }
}

@media(max-height:800px) and (min-width:1200px) {

    .block-title span,
    .info-title,
    .gallery-title,
    .sertificat-title,
    .news__title,
    .partner__title {
        font-size: 26px;
    }

    .block-title {
        font-size: 22px;
    }

    .news-panel__img {
        height: 145px;
        min-width: 205px;
    }

    .info-panel-main {
        padding: 10px 30px;
    }

    .my-panel-main svg {
        width: 60px;
        height: 60px;
    }

    .gallery-img img {
        height: 190px;
    }

    .info-panel-main svg {
        width: 80px;
        height: 60px;
    }

    .products-index .products-panel {
        height: 120px;
    }

    .products-index .products-panel__down span {
        font-size: 20px;
    }

    .products-index .products-panel__up svg {
        height: 55px;
        bottom: 44px;
    }

    .products-index .products-panel__text {
        font-size: 1.2em;
        top: 61%
    }

    .scrollTop {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 1630px) {
    .block-main {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media(max-width: 1610px) {
    body {
        font-size: 15px;
    }

    .slider-header {
        margin-top: 80px
    }
}

@media(max-width: 1500px) {
    body {
        font-size: 14px;
    }

    .info-panel-main {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media(max-width: 1400px) {
    .header-logo {
        width: 200px;
    }

    .slider-header {
        margin-top: 76px
    }
}

@media(max-width: 1300px) {
    body {
        font-size: 12px;
    }

    .header-contacts__phone a {
        font-size: 1em;
    }

    nav a.link,
    .nav-two a.link-two {
        padding: 10px 12px;
    }

    .footer,
    .footer-dop {
        padding-left: 25px;
        padding-right: 25px
    }

    .products,
    .info-fon,
    .sertificat,
    .news,
    .partner {
        padding-right: 25px;
        padding-left: 25px;
        box-sizing: border-box;
    }
}

@media(max-width: 1199px) {
    body {
        font-size: 10px;
    }

    .header {
        padding: 5px 20px
    }

    .slider-header {
        margin-top: 67px;
    }

    .header-contacts svg {
        width: 18px;
        height: 18px;
    }

    .products {
        margin: 55px auto;
        z-index: 5;
        position: relative
       
    }

    .news {
        margin-bottom: 55px
    }

    .news-date,
    .news__all-link {
        font-size: 1.5em;
    }

    .info {
        padding: 75px 0 55px 0;
    }

    .info-panel-main {
        padding: 30px 25px 30px 35px
    }

    .partner {
        margin-bottom: 0
    }

    .footer {
        padding-top: 80px;
    }

    .footer-dop {
        padding-bottom: 80px;
    }

    .products-panel .products-panel__btn {
        height: auto;
    }

    .header-logo {
        width: 100%
    }

    .products-h .products_left {
        width: 78%;
    }

    .products-block {
        padding: 0;
        margin-top: 0;
    }

    .share {
        padding-left: 15px !important;
    }

    .sertificat-slider {
        max-width: 800px;
    }

    .products-panel {
        height: 165px;
    }

    .gallery-block .gallery-img:nth-child(1) {
        width: 29%
    }

    .gallery-block .gallery-img:nth-child(2) {
        width: 20%
    }

    .gallery-block .gallery-img:nth-child(3) {
        width: 50%
    }

    .gallery-block .gallery-img:nth-child(4) {
        width: 50%
    }

    .gallery-block .gallery-img:nth-child(5) {
        width: 29%
    }

    .gallery-block .gallery-img:nth-child(6) {
        width: 20%
    }

    .header-contacts__phone {
        align-items: center;
    }

    .partner-mo svg,
    .partner-neral svg,
    .partner-ap svg {
        width: 200px;
    }

    .news-panel__img {
        min-width: 200px;
    }

    .block-main {
        margin-top: 105px;
    }

    .products-catalog {
        margin: 0
    }

    .product-card-v4 .card-right a {
        height: auto !important;
    }

    .product-card-v4 .card-right {
        height: auto !important;
    }

    .product-card-v4 .card-left {
        line-height: 0 !important;
        height: auto !important;
    }

    .page-otzivi__link {
        padding: 10px;
    }
}

@media(max-width: 991px) {
    .content.contacts {
        width: 100%;
        max-width: 100%;
    }

    .block-main {
        margin-top: 130px;
    }

    nav {
        display: none
    }

    .header-contacts__phone a {
        font-size: 1.68em;
    }

    .header-contacts__phone span {
        font-size: 1.5em;
    }

    .header-contacts svg {
        width: 20px;
        height: 20px;
    }

    .block-title {
        font-size: 2.2em
    }

    .products {
        margin: 40px auto
    }

    .block-title {
        padding-bottom: 25px;
    }

    .products-panel {
        margin-bottom: 25px;
        width: 24%;
    }

    .products-panel__main svg {
        width: 40px;
        height: 38px;
    }

    .products-panel__text {
        padding-left: 10px;
    }

    .products-panel .products-panel__btn {
        margin-top: 20px !important;
    }

    .slider-header__text {
        padding-bottom: 20px !important;
    }

    .btn-yellow {
        font-size: 2em;
    }

    .slider-header__text span {
        font-size: 140px !important;
    }

    .news__title {
        font-size: 3.2em;
        margin-bottom: 20px;
    }

    .news-name {
        font-size: 2.3em;
    }

    .news-preview {
        font-size: 1.2em;
    }

    .products-h .products_left {
        width: 71%;
    }

    .products-block a,
    .products a.item-1 {
        border-right: 1px dotted #e7e7e7;
        border-bottom: 1px dotted #e7e7e7;
    }

    .products-block {
        padding: 0;
        margin-top: 0;
    }

    .more-posts-item {
        margin-right: 10px !important;
        width: 47% !important;
    }

    .more-posts-item img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .products-list-depth .page-list-ext-item {
        width: 32% !important;

    }

    .products-list-depth .page-list-ext-item .page-list-ext-image {
        width: 100% !important;
    }

    .products-list-depth .page-list-ext-item .page-list-ext-title {
        width: 100% !important
    }

    .product-card-v4 .card-right a {
        height: 340px !important;
    }

    .product-card-description {
        padding-left: 150px !important;
    }

    .tovar-info-block {
        width: 95%;
        overflow: scroll;
    }

    .page-list-ext-title {
        width: 100% !important;
    }

    .products-list .page-list-ext-item .page-list-ext-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    .products-list .page-list-ext-item .page-list-ext-image {
        width: 100% !important;
        height: 100% !important;
    }

    .header-logo {
        width: 200px;
    }

    .products-panel__up svg {
        bottom: 40%
    }

    .products-panel__text {
        padding: 10px 20px;
        top: 60%
    }

    .products-panel:last-child {
        width: 50%
    }

    .info-block {
        padding-top: 0
    }

    .info-panel-main svg {
        height: 80px;
    }

    .info-panel-main {
        padding: 30px 15px 30px 15px
    }

    .gallery-block {
        margin-top: 30px;
    }

    .gallery {
        margin-bottom: 70px;
    }

    .gallery-btn {
        font-size: 1.5em;
    }

    .info-panel-main span {
        padding-bottom: 20px;
    }

    .sertificat-slider {
        margin-top: 30px
    }

    .news-panel__img {
        min-width: 170px;
        height: 150px;
    }

    .news__main {
        padding-top: 20px;
    }

    .sertificat-slider {
        max-width: 600px;
    }

    .mobile-burger {
        display: block
    }

    .header-contacts__btn {
        font-size: 1.5em
    }

    .products-catalog {
        margin: 0;
    }

    .products-catalog .products-panel:nth-child(9),
    .products-catalog .products-panel:nth-child(10) {
        width: 49%
    }

    .content {
        padding-top: 0 !important
    }

    .products-list-depth .page-list-ext-item .page-list-ext-image img {
        max-height: 170px !important;
        max-width: 170px !important;
    }

    .products-list-depth .page-list-ext-item .page-list-ext-image {
        height: 200px !important;
    }

    .products-list-depth .page-list-ext-item {
        height: 230px !important;
    }

    .product-card-description {
        background: none !important;
        padding: 40px 20px !important;
        font-size: 16px;
        line-height: 19px;
    }

    .product-card-calc {
        padding: 20px !important;
    }

    .product-card-v4 .card-right a {
        height: 290px !important;
    }

    .card-left {
        padding-top: 30px !important;
    }

    .product-card-v4 {
        margin-bottom: 0 !important;
    }

    .product-card-description ul li {
        width: 100% !important;
        margin-right: 0 !important
    }

    .product-card-calc .product-card-calc-description,
    .product-card-calc .calc-form .calc-center {
        width: 100% !important
    }

    .product-card-calc .calc-form .result {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .products-list-depth .page-list-ext-item-content .hide-content {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .cboxElement img {
        height: auto !important;
    }

    .page-otzivi__link {
        width: 24%;
        margin-right: 1.3%
    }

    .page-otzivi__link:nth-child(5n) {
        margin-right: 1.3%
    }

    .page-otzivi__link:nth-child(4n) {
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .content-detain-news__img {
        margin-top: 15px;
    }

    .header-contacts__phone p {
        display: none;
    }

    .single-post .post-h1 {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    .content-detain-news img {
        width: 100%;
        max-height: 200px;
        object-fit: contain;
    }

    .rm-block a {
        width: 100%
    }

    .products-h .products_left {
        width: 47%;
    }

    .posts a .thumbnail {
        width: 50% !important;
        height: 100% !important;
    }

    .posts a .thumbnail img {
        width: 100% !important;
        height: 200px !important;
    }

    .posts a .posts-content {
        width: 45% !important
    }

    .posts a .posts-title {
        font-size: 18px;
        line-height: 22px;
    }

    .posts a .posts-content p {
        line-height: 16px;
    }

    .posts a .posts-title-excerpt {
        height: auto !important;
    }

    .posts a {
        position: relative;
    }

    .posts a .posts-data-link {
        overflow: hidden;
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .posts a .posts-data {
        margin-right: 35px;
    }

    .products-list-depth {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products-list-depth .page-list-ext-item {
        width: 100% !important
    }

    .product-card-price .cena-oneplus {
        margin-left: 20px !important;
    }

    .product-card-description {
        padding: 30px 15px !important;
        background: none !important
    }

    .product-card-description p {
        font-size: 16px;
        line-height: 20px;
    }

    .product-card-v4 .card-left-h1 {
        font-size: 30px !important;
        ;
        line-height: 34px !important;
        ;
    }

    .products-list .page-list-ext-item {
        width: 49% !important
    }

    .header-contacts__btn {
        display: none
    }

    .header-contacts svg {
        display: none
    }

    .block-title {
        font-size: 1.7em;
    }

    .block-title span {
        /*font-size: 1.3em*/
        font-size: 24px;
    }

    .products-panel {
        height: 155px;
    }

    .info {
        padding: 40px 0
    }

    .video-com {
        margin: 40px 0 60px 0
    }

    .gallery {
        margin: 40px 0
    }

    .info-title,
    .gallery-title,
    .sertificat-title,
    .news__title,
    .partner__title,
    .video-com__title {
        font-size: 2em;
    }

    .info-panel {
        width: 48%
    }

    .sertificat {
        margin: 40px 0
    }

    .sertificat-slider__panel {
        padding: 10px;
    }

    .news {
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .news__main {
        padding-top: 0
    }

    .news-panel {
        width: 100%
    }

    .partner {
        margin-top: 40px;
    }

    .partner__main {
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .partner-mo svg,
    .partner-neral svg,
    .partner-ap svg {
        width: 125px;
        height: 145px;
    }

    .footer {
        padding-top: 40px;
        flex-direction: column;
    }

    .footer-dop {
        padding-bottom: 40px;
    }

    /* .footer-row__link {
        display: none
    } */

    .footer-row__title {
        text-align: center;
    }

    .footer-dop {
        flex-direction: column;
    }

    .footer-dop__developer {
        margin-bottom: 15px;
    }

    .footer-social {
        padding-top: 10px;
    }

    .mobile-menu {
        top: 65px;
    }

    .mobile-menu__btn {
        display: block
    }

    .block-main {
        margin-top: 125px;
    }

    .products-catalog {
        margin: 0;
        padding-right: 0;
        padding-left: 0
    }

    .product-card-description .card_description {
        width: 100%
    }

    .product-card-description .card_description h2 {
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        padding: 0 15px 20px 15px
    }

    .page-otzivi__link {
        width: 32%;
        margin-right: 1.3%
    }

    .page-otzivi__link:nth-child(5n) {
        margin-right: 1.3%
    }

    .page-otzivi__link:nth-child(4n) {
        margin-right: 1.3%
    }

    .page-otzivi__link:nth-child(3n) {
        margin-right: 0
    }

    .page-otzivi__name {
        font-size: 14px;
        line-height: 17px;
    }

    .vakansii-info {
        margin-top: 50px;
    }

    .nav-tabs {
        margin-top: 25px;
        grid-auto-flow: dense;
    }

    .tab-content {
        padding: 15px;
        margin-top: 0;
    }

    .tab-text p {
        font-size: 14px !important;
    }

    .tab-content {
        font-size: 14px;
    }

    .tab-content li {
        font-size: 14px !important;
    }
}

@media(max-width:500px) {

    .section-video,
    .section-video iframe {
        height: 300px;
    }

    .products-panel:hover .products-panel__down {
        opacity: 0 !important;
    }

    .header svg {
        margin: 0 auto;
    }

    .content p {
        margin: 0 0 15px;
        line-height: 1.6em;
        text-align: justify;
        color: #000;
        overflow: hidden;
        font-size: 14px;
        opacity: 1;
        font-weight: 300
    }

    .block-main {
        padding: 0 2%;
    }

    .block-h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .page-contact {
        padding-left: 0 !important
    }

    .page-row {
        display: flex !important;
        flex-wrap: wrap;
    }

    .block-main .content .row-item {
        width: 100% !important;
        border-bottom: 1px dashed #e8e8e8;
    }

    #gallery-1 .gallery-item {
        max-width: 350px;
        width: 100% !important;
        margin-right: 0 !important;
    }

    #gallery-1 .gallery-item-docs:nth-of-type(4n) {
        margin-right: 0 !important;
    }

    #gallery-1 {
        justify-content: center;
    }

    #gallery-1 img {
        width: 100% !important;
        height: auto;
    }

    .products-h {
        display: flex;
        flex-direction: column;
    }

    .products-h .products_left {
        width: 100%;
    }

    .products-block {
        padding: 0;
        margin-top: 0;
    }

    .products-block a,
    .products a.item-1 {
        /* width: 43% !important; */
        border-right: 1px dotted #e7e7e7;
        border-bottom: 1px dotted #e7e7e7;
        height: 263px;

    }

    .products_left p {
        font-size: 16px;
    }

    .posts a .thumbnail {
        width: 100% !important;
    }

    .posts a .posts-content {
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 15px 15px 0 15px !important;
    }

    .posts a .posts-title-excerpt {
        padding: 0 40px 30px 0 !important;
    }

    .posts a .posts-data-link {
        width: 95%;
        justify-content: space-between;
    }

    .share {
        display: flex;
        padding: 20px 10px 20px 10px !important;
        flex-direction: column;
    }

    .share div {
        margin-top: 10px;
        margin-left: 0;
        display: flex;
    }

    .share ul {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .more-posts-item {
        width: 100% !important
    }

    .more-posts-item div {
        font-size: 16px;
    }

    .obekty {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .obekty .obekty-img {
        height: auto;
    }

    .obekty div:nth-of-type(5n) {
        margin-right: 0 !important;
    }

    .obekty-img {
        margin: 20px 0 0 0 !important;
        width: 100% !important;
        max-width: 345px !important;
    }

    .obekty div img {
        height: auto !important;
    }

    .obekty div span {
        font-size: 18px;
    }

    .content ul {
        margin: 0 0 20px 0 !important;
        padding-left: 15px;
    }

    .content ul li {
        font-size: 16px;
        line-height: 19px;
    }

    .product-card-description__info li {
        width: 100% !important;
        margin-right: 0 !important
    }

    .content-meh .content {
        display: flex !important;
        flex-direction: column;
    }

    .content-meh .content .card-left {
        width: 100% !important;
    }

    .content-meh .content .card-right {
        width: 100% !important;
    }

    .card-menu li a {
        font-size: 16px !important;
        margin-left: 0 !important
    }

    .card_description {
        font-size: 16px !important;
        padding: 10px !important;
        padding-right: 20px !important;
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }

    .card_description ul {
        margin-left: 0 !important
    }

    .products-list .page-list-ext-item {
        width: 100% !important
    }

    .header-contacts__phone {
        display: none
    }

    .mobile-menu__phone {
        display: block
    }

    .block-title {
        font-size: 1.2em;
    }

    .products {
        margin: 30px auto;
    }

    .products,
    .info-fon,
    .sertificat,
    .news,
    .partner,
    .header {
        padding-right: 10px;
        padding-left: 10px;
    }

    .products-panel {
        margin-bottom: 10px;
        width: 32%;
        height: 105px
    }

    .products-catalog .products-panel {
        height: 105px;
    }

    .products-catalog .products-panel:nth-child(9) {
        width: 32%
    }

    .products-catalog .products-panel:nth-child(10) {
        width: 100%
    }

    .products-panel svg {
        width: 35px;
        height: 35px
    }

    .products-panel__text {
        top: 56%;
    }

    .products-panel:last-child {
        width: 66%;
    }

    .products .products-panel__down span {
        font-size: 0.8em
    }

    .products-panel__text {
        font-size: 1.4em;
    }

    .block-title span {
        padding-bottom: 6px;
    }

    .info-title,
    .gallery-title,
    .sertificat-title,
    .news__title,
    .partner__title {
        /*font-size: 1.6em;*/
        font-size: 2.4em;
    }

    .info {
        padding: 30px 0;
    }

    .info-panel-main svg {
        height: 45px;
    }

    .info-panel-main span {
        flex-grow: 2
    }

    .info-panel-main__link {
        text-align: center;
    }

    .gallery-img {
        width: 49% !important
    }

    .gallery-img__hover {
        text-align: center;
        opacity: 1
    }

    .gallery-img__hover svg {
        display: none
    }

    .info-panel {
        padding-top: 15px;
    }

    .info-title {
        padding-bottom: 10px;
    }

    .info-panel-main {
        padding: 15px;
    }

    .my-panel-main span {
        padding-bottom: 0
    }

    .info-panel-main svg {
        margin-top: 0;
    }

    .sertificat-slider__panel {
        height: auto;
        padding: 15px;
    }

    .sertificat {
        margin: 30px 0;
    }

    .news {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .news-panel__top {
        flex-direction: column;
    }

    .news-panel__img {
        min-width: 100%
    }

    .news-panel__info {
        padding-left: 0
    }

    .news-panel-date {
        padding: 10px 0 5px 0;
        font-size: 11px;
    }

    .news-panel-name {
        padding-bottom: 5px;
    }

    .partner-mo svg,
    .partner-neral svg,
    .partner-ap svg {
        width: 85px;
        height: 105px;
    }

    .partner__main {
        padding-bottom: 30px;
    }

    .footer-dop div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-social svg {
        fill: #C4C4C4;
        transition: 0.3s;
        width: 30px;
        height: 20px;
    }

    .scrollTop {
        width: 40px !important;
        height: 40px !important;
    }

    .mobile-menu__link {
        font-size: 16px;
        line-height: 20px;
    }

    .mobile-menu {
        width: 100%
    }

    .news-panel__img {
        height: 250px;
    }

    .fos,
    .fos-nelikvid {
        width: 95%
    }

    .fos-title {
        font-size: 20px;
        padding: 25px 15px;
    }

    .fos-form input,
    .fos-form textarea {
        width: 92%;
    }

    .fos-select {
        width: 92%
    }

    .fos-btn {
        width: 92%;
        font-size: 16px;
    }

    .fos-info {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }

    .products-catalog {
        margin: 0
    }

    .product-card-calc .calc-form .input-text {
        margin-right: 0 !important;
    }

    .product-card-v4 .card-left-h1 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .product-card-calc .calc-form .result {
        margin-left: 0 !important;
    }

    .product-card-v4 {
        display: flex !important;
        flex-direction: column-reverse;
    }

    .product-card-v4 .card-left {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .product-card-v4 .card-left {
        width: 100% !important;
        padding-top: 0 !important;
    }

    .product-card-v4 .card-right {
        width: 100% !important;
    }

    .product-card-description p {
        margin-right: 0 !important;
    }

    .product-card-v4 .card-left-h1 {
        font-size: 24px !important;
        line-height: 28px !important;
        text-align: center !important;
    }

    .more-posts-item {
        margin-right: 0 !important;
    }

    .products-panel:nth-child(1) .products-panel__up,
    .products-panel:nth-child(4) .products-panel__up,
    .products-panel:nth-child(5) .products-panel__up,
    .products-panel:nth-child(8) .products-panel__up,
    .products-panel:nth-child(9) .products-panel__up {
        background: #FFCF5B;
        border: 1px solid #FFCF5B;
    }

    .products-panel:nth-child(2) .products-panel__up,
    .products-panel:nth-child(3) .products-panel__up,
    .products-panel:nth-child(6) .products-panel__up,
    .products-panel:nth-child(7) .products-panel__up {
        background: #FFF;
        border: 1px solid #DADADA;
    }

    .slider-header {
        margin-top: 65px
    }

    .page-otzivi__link {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
    }

    .page-otzivi__link:nth-child(5n) {
        margin-right: 0
    }

    .page-otzivi__link:nth-child(4n) {
        margin-right: 0
    }

    .page-otzivi__link:nth-child(3n) {
        margin-right: 0
    }

    .page-otzivi ul {
        margin: 0 !important;
        padding: 0 !important
    }

    .page-otzivi ul li:nth-child(1) {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .video-com {
        margin: 30px 0 40px 0
    }

    .video-com__title {
        /*font-size: 1.6em*/
        font-size: 24px;
    }

    .video {
        margin-top: 20px
    }

    .fos-vacancies {
        width: 300px;
    }
}

@media(max-width:400px) {
    .news-panel__img {
        height: 200px;
    }

    .section-video,
    .section-video iframe {
        height: 210px;
    }

}

.color-0 .block-h1,
.color-1 .block-h1,
.color-2 .block-h1,
.color-3 .block-h1,
.color-4 .block-h1,
.color-5 .block-h1,
.color-6 .block-h1,
.color-8 .block-h1,
.color-14 .block-h1 {
    color: #000;
    font-weight: 600;
    padding-left: 8px;
    font-family: 'Museo Sans Cyrl', 'Arial', sans-serif
}

.cookie {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 65px 10px 30px;
    background: #6D6C6B;
    display: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 10
}

.block-cookie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}

.block-cookie b {
    margin-right: 5px
}

.block-cookie__link {
    color: #fff;
    margin-left: 5px;
    text-decoration: underline;
}

.block-cookie__link:hover {
    cursor: pointer;
    text-decoration: underline;
}

.block-cookie__close {
    position: absolute;
    right: 15px;
    top: 44%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    width: 40px;
    font-size: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.block-cookie__close:hover {
    cursor: pointer;
}

.rm-block-text {
    margin-top: 40px
}

@media(max-width: 576px) {
    .rm-block-text {
        margin-top: 20px
    }
}

@media(max-width:1015px) {
    .cookie {
        width: 100%;
        box-sizing: border-box;
        flex-wrap: wrap;
    }

    .block-cookie {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

.video-com-ucheb-center {
    max-width: 1200px;
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

@media(max-width:1200px) {
    .video-com-ucheb-center {
        max-width: none;
        height: 300px
    }
}

.header-ny {
    background: url(/bitrix/templates/barkraft/images/header-fon-new-year.jpg)no-repeat 50%;
    background-size: cover;
}

.header-ny nav a.link {
    color: #fff
}

.header-ny .header-contacts__phone a {
    color: #fff
}

.custom-prev,
.custom-next {
    z-index: 10 !important
}

.recommen,
.catal {
    margin-top: 60px
}

.recommen-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.recommen-panel {
    width: 20%;
    background: #fff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
}

.recommen-panel-img {
    width: 100%;
    height: 200px;
    background-size: contain !important;
}

.recommen-panel-name {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.recommen-panel:hover {
    text-decoration: none
}

.recommen-panel:hover .recommen-panel-name {
    color: #FFCF5B
}

.recommen-panel-kod {
    font-size: 16px;
    text-transform: lowercase;
    line-height: 18px;
    padding-top: 10px;
    text-align: center;
}

.recommen-panel-kod span {
    text-transform: uppercase;
}

.recommen-panel:hover .recommen-panel-kod {
    color: initial;
    text-decoration: none;
}

.catal-preview {
    color: #000;
    font-weight: 400;
    padding-bottom: 15px;
    opacity: 0.7
}

.catal .file-list div:first-of-type {
    font-weight: 400
}

.file-list[href$='.docx'] {
    background: url(/bitrix/templates/barkraft/images/doc.png) no-repeat 10px center;
}

.banner-dilers-setion {

    position: fixed;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
}

.banner-dilers-btn-js.active {
    background: none;
    margin-bottom: -30px;
    color: #C4C4C4;
}

.banner-dilers-text-wrapp {
    padding-top: 386px;
}

.banner-dilers.see-text {
    display: block;
}

.banner-dilers {
    display: none;
    background-image: url(/bitrix/templates/barkraft/images/diler/banner.jpg);
    background-size: cover;
    width: 100%;
    max-width: 290px;
    padding: 10px 22px 42px;
}

.banner-dilers-title {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background: #000;
    padding: 7px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #fc0;
    left: 0;
}

.banner-dilers-btn-js {
    margin-left: -86px;
    text-align: right;
    cursor: pointer;
}

.banner-dilers-text {
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.banner-dilers-text.arrow {
    margin-top: 13px;
    display: flex;
    flex-direction: column;
}

.banner-dilers-text.arrow img {
    margin-top: 12px;
    max-height: 21px;
}

.banner-dilers-text span {
    color: #FFB400;
}

.banner-dilers-title.hidden {
    display: none;
}

.diler-btn-root {
    background: #FFB400;
    border: 2px solid #FFB400;
    font-size: 20px;
    line-height: 24px;
    color: #2B2A29;
    padding: 10px 43px;
    text-align: center;
    display: block;
    margin: 42px auto 0;
}

.diler-btn-root:hover {
    background-image: url(/bitrix/templates/barkraft/images/diler/Arrow2.svg);
    background-repeat: no-repeat;
    background-position: center right 13%;
    color: #fff;
}

@media(max-width:1500px) {
    .recommen-panel-img {
        height: 160px
    }


    .banner-dilers {
        background-position: center;
        max-width: 200px;
        padding: 10px;
    }

    .banner-dilers-text-wrapp {
        padding-top: 200px;
    }

    .diler-btn-root {
        font-size: 16px;
        line-height: 13px;
        padding: 10px;
        margin: 10px auto 0;
    }

    .diler-btn-root:hover {
        background-position: center right 3%;
    }
}

@media(max-width:1199px) {
    .products {
        padding-right: 0;
        padding-left: 0
    }

}

@media(max-width:1350px) {
    .recommen-panel-img {
        height: 130px
    }

    .recommen-panel {
        padding: 20px
    }
}

@media(max-width:991px) {
    .recommen-panel {
        width: 32%
    }

    .recommen-panel:nth-child(4) {
        display: none
    }

    .banner-dilers-text-wrapp {
        padding-top: 130px;
    }

    .banner-dilers-text {
        font-size: 14px;
        line-height: 13px;
    }

    .banner-dilers-text.arrow {
        margin-top: 7px;
    }

    .banner-dilers-text.arrow img {
        margin-top: 7px;
    }

    .diler-btn-root {
        font-size: 14px;
        line-height: 10px;
    }
}

@media(max-width:767px) {
    .recommen-panel-name {
        font-size: 15px;
        line-height: 18px
    }

    .recommen-panel {
        padding: 10px;
        width: 49%
    }

    .recommen-panel:nth-child(3) {
        display: none
    }
}

@media(max-width:600px) {
    .products.products-index.products-block-new {
        margin-top: 95px;
    }
}

@media(max-width:575px) {
    .recommen-block {
        position: relative;
        z-index: 5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .recommen-panel {
        width: 100%;
        margin-bottom: 15px
    }

    .recommen,
    .catal {
        margin-top: 30px
    }

    .recommen-panel:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer-dop__developer {
        width: 190px;
        height: 35px;
        background-size: contain !important;
    }

    .banner-dilers-btn-js.active {
        width: 90%;
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    .banner-dilers-setion {
        position: fixed;
        top: 70%;
        z-index: 11;
        left: 0;
    }

    .banner-dilers {
        max-width: 150px;
    }

    .banner-dilers-title {
        font-size: 14px;
        line-height: 12px;
        padding: 11px;
        width: max-content;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        margin-left: -85px;
    }

    .diler-btn-root:hover {
        background-image: none;
    }
}


.block-sv {
    margin: 30px 0;
}

.block-sv-text {
    font-size: 15px;
}

/* .block-sv-text {
    max-height: 0;
    overflow-y: hidden;
} */

.block-sv-click {
    text-align: right;
    color: #000
}

.block-sv-click:hover {
    cursor: pointer;
    color: #feb500
}

.block-sv-active {
    max-height: 300px;
    overflow-y: auto;
}

.slick-slide img.slider-header__slide-mob {
    display: none;
}


.block-h1-link {
    color: #feb500 !important;
    text-decoration: underline;
    transition: 0.3s
}

.block-h1-link:hover {
    opacity: 0.7
}

.products_b1_img_block a:hover {
    cursor: default;
}

.nelikvid-img img {
    margin-left: 0;
    margin-bottom: 15px;
}

.nelikvid-img-nav img {
    max-height: 50px;
    margin-right: 5px;
}

.nelikvid.section-name.title {
    text-align: left;
    padding-top: 30px;
}

.nelikvid-mt30 {
    margin-top: 30px;
}

.nelikvid-text {
    font-size: 16px;
}

.nelikvid-text span {
    font-weight: bold;
}

.nelikvid-m30 {
    margin: 30px 0;
}

.slider-nav .slick-track {
    margin-left: 0 !important;
}

@media(max-width: 576px) {
    .slider-header__slide {
        display: none !important
    }

    .slider-header__slide-mob {
        display: block !important;
        width: 100%;
        height: auto;
    }
}

.vacancies__item {
    margin-bottom: 10px;
}

.vacancies__text {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.vacancies-back {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.vakansii-info-title {
    margin-top: 50px;
}

.fos-vacancies {
    position: fixed;
    padding: 15px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fff;
    z-index: 1100;
    display: none;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    max-height: 90%;
    min-height: 200px;
}

.fos-form.fos-form-nelikvid {
    width: 100%;
    margin-bottom: 25px;
}

.fos-form-nelikvid input {
    width: 80%;
}

@media(max-width: 576px) {
    .vacancies__item {
        margin-bottom: 10px;
    }

    .vacancies__text {
        color: #000;
        font-weight: 400;
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        text-align: center;
    }

    .vacancies-back {
        display: block;
        margin-top: 10px;
        text-align: right;
    }

    .nelikvid-img img {
        width: 100%;
    }
}


/* FOOTER NEW */

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.footer-dropdown {
    display: flex;
    flex-direction: column;
}

.showing {
    display: flex !important;
}

.footer-arrow {
    position: relative;
    height: 10px;
    margin-left: 5px;
    transform: translateY(1px);
}

.footer-arrow_active,
.footer-arrow_active1,
.footer-arrow_active2,
.footer-arrow_active3,
.footer-arrow_active4 {
    transform: rotate(90deg);
    margin-left: 10px;
    bottom: 2px;
}

.footer-arrow__top,
.footer-arrow__bot {
    width: 7px;
    height: 1px;
    position: absolute;
    background: #c4c4c4;
}

.footer-arrow__top {
    top: 7px;
    transform: rotate(135deg);
}

.footer-arrow__bot {
    bottom: 7px;
    transform: rotate(-135deg);
}

@media(max-width: 767px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .footer-dropdown {
        display: none;
    }

    .footer-row__link {
        text-align: center;
        font-size: 1.2em !important;
    }

    .footer-row__link:last-child {
        padding-bottom: 15px;
    }

    a.footer-row__title:hover {
        color: #c4c4c4;
    }

    .footer-row__title.mobile-only {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media(max-width: 500px) {
    .header-logo-link {
        width: 50%;
        margin: 0 auto
    }
    .header-logo-link svg{
        width: 70%;
    }
}

.footer-social a:hover svg path {
    fill: rgba(254, 204, 0, 0.64);
}

/* basket */
.new-basket-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    box-sizing: border-box;
}

.new-basket-left {
    display: flex;
    gap: 60px;
    width: 50%;
}

.basket-column {
    display: flex;
    flex-direction: column;
}

.basket-column p {
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    color: #444444;
    font-family: "Geneva", Arial, Helvetica, sans-serif;
    opacity: 1;
}

.basket-column span {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #000000;
    gap: 5px;
}

.basket-column span b {
    font-weight: 400;
}

.new-basket-price {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 5px;
}

.new-basket-btn {
    max-width: 240px;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: flex;
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}



.new-basket-right {
    display: flex;
    gap: 60px;
    width: 50%;
    justify-content: end;
    align-items: end;
}

.new-basket-btn.active {
    background: #FFB000;
    border-radius: 3px;
    border: 2px solid #FFB000;
}

.new-basket-btn.active:hover {
    background-color: #DDA21D;
    transition: 0.3s;
    border: 2px solid #DDA21D;
}

.new-basket-clear:hover {
    background-color: #F4F4F4;
    transition: 0.3s;
}

.bsk-success-check-dost-btn:hover {
    background-color: #F4F4F4;
    transition: 0.3s;
}

.bsk-succes-check-btn.active:hover {
    background-color: #DDA21D;
    transition: 0.3s;
    border: 2px solid #DDA21D;
}

.bsk-succes-check-btn:hover {
    background-color: #F4F4F4;
    transition: 0.3s;
}

.new-basket__info {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 20px;

}

.new-basket-item {
    display: flex;
    padding-bottom: 20px;
    padding-top: 40px;
    align-items: center;
    justify-content: space-between;
}

.new-basket-item-img img {
    max-width: 115px;
    width: 100%;
}

.new-basket-item-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    width: 100%;
}

.new-basket-count-input {
    display: flex;
    gap: 10px;
    width: 100%;
}

.new-basket-count-input-element {
    display: flex;
    gap: 10px;
    width: 100%;
}


.btn-item-count {
    background: #FFB000;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-item-count:hover {
    background-color: #fff;
    transition: background-color 0.3s;
    border: 2px solid #FFB000;
    width: 36px;
    height: 36px;
}

.new-basket-item-count {
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    max-width: 69px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 250;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.new-basket-item__count-wrapper p {
    margin: unset;
    font-weight: 400;
    opacity: 1;
}

.new-basket-item__count-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.new-basket-item-final-price {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    padding-left: 40px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    box-sizing: border-box;
    width: 300px;
    gap: 5px;
}

.new-basket-item-final-price p {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-basket-item-img {
    padding-left: 39px;
}

/* new catalog section */
.item_selection_one_new {
    position: relative;
    margin: 10px;
    max-width: 370px;
    border: 1px solid #ECECEC;
    width: 100%;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.09);
    display: flex;
    flex-direction: column;
}

.item_selection_img_block-new {
    width: 100%;
    height: 290px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.item-selection-slider .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;

}

.item-selection-slider .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
    border-radius: unset !important;
}

.item-selection-slider .swiper-pagination-bullet-active {
    background: #FFB000 !important;
}

.item-selection__text-block-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.item-selection__text-block-price {
    gap: 10px;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    opacity: unset !important;
    margin: unset !important;
    display: flex;
    align-items: baseline;
}

.item-selection__text-block-price p {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    opacity: unset !important;
    margin: unset !important;
    display: flex;
    align-items: baseline;
}

.item-selection__text-block-price span {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    display: flex;
    align-items: end;
}

.item_selection_text_block_new {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 45px;
    padding-right: 35px;
    padding-bottom: 30px;
    position: relative;
    height: 100%;
    justify-content: space-between;
}

.item-selection__text-block-btn-confirm {
    background: #FFB000;
    max-width: 40px;
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFB000;

    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}
.item-selection__text-block-btn-new{
    background: #FFF;
    max-width: 40px;
    width: 100%;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 2px solid red;

    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}


.item-selection__text-block-btns {
    display: flex;
    gap: 10px;
    position: relative;
}

.item-selection__text-block-btn-info {
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    max-width: 240px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 36px;
    gap: 10px;
    transition: .4s;
    cursor: pointer;  
}

.item-selection__text-block-abs-wrapper {
    position: absolute;
    top: 55px;
    width: calc(100% + 65px);
    left: -39px;
    padding-left: 35px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 35px;
    box-sizing: border-box;
    background: white;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: 999;
}

.item-selection__text-block-abs {
    position: relative;
}

.item-selection__text-block-abs p {
    font-weight: 500;
    margin-top: 20px;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-align: unset;
    opacity: unset;
}

.item-selection__text-block-abs ul {
    margin: unset !important;
    padding-inline-start: unset;

}

.item-selection__text-block-abs ul li {
    list-style: none;
    margin: unset !important;
    display: flex;
    gap: 10px;
}

.item-selection__text-block-abs ul li:before {
    content: '';
    border: solid black;
    border-width: 0px 0px 0.5px 0.5px;
    height: 5px;
    top: 8px;
    left: 5px;
    margin-top: 5px;
    transform: rotate(-45deg);
    width: 10px;
}

.abs-triangle {
    position: absolute;
    top: -43px;
    right: 10px;
}

.item-selection__text-block-btn-info:hover .item-selection__text-block-abs-wrapper {
    opacity: 1;
    visibility: visible;
}

.item-selection__text-block-btn-info:hover {
    background: #F3F3F3;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.item-selection-slider .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.item-selection__price-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-selection__text-block-btn-confirm:hover {
    background: #DDA21D;
    border-color: #DDA21D;
}

.item-selection__text-block-btn-confirm.active {
    background-color: white;
    border: 2px solid #DDA21D;
    height: 36px;
}

/* basket */
.basket-count {
    width: 19px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    height: 19px;
    border: 1px solid #E7E7E7;
    background-color: white;
    position: absolute;
    border-radius: 50%;
    top: 30px;
    justify-content: center;
}

.basket-img {
    display: flex;
    justify-content: end;
    position: relative;
}

/* new element.detail */
.new-products__description_block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 35px;
}

.new-products-description_block__container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    box-sizing: border-box;
}

.new-products__btns-calc {
    display: flex;
    gap: 15px;
}

.new-products__btns-calc div {
    cursor: pointer;
}

.new-products__btn-item div {
    display: flex;
    gap: 5px;
    font-size: 16px;
    align-items: center;
}

.new-products__btn-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-products-description-price__per-one {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.new-products-description-price__per-one span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.new-products-description-price__poddon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.new-products-description-price__poddon span {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}

.new-products-description__count p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    opacity: 1;
}

.new-products-description__count-childtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
}

.new-products-description__btn-info {
    background: white;
    border-radius: 3px;
    max-width: 240px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 36px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    gap: 10px;
    transition: .4s;
    cursor: pointer;
}

.new-products-description__min-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.new-basket-item-price {
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
}

.new-basket-item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.new-basket-item-size {
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
}

.modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);

    position: fixed;
    top: 0px;
    z-index: 9999;
}

.modal-basket-wrapper {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    z-index: 99999;
}

.modal-basket__tovar {
    max-width: 1200px;
    width: 100%;
    background-color: white;
    display: flex;
    height: 550px;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.modal-basket__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #444444;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.modal-basket__container {
    display: flex;
    gap: 30px;

    flex-direction: column;
}

.modal-basket__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.modal-basket__right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%;
}

.item-bask {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

.modal-basket__count {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-top: 25px;
}

.modal-basket-footer__final-price {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
}

.modal-basket-footer__btns {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.modal-basket-footer-btn {
    border: 2px solid #FFB000;
    border-radius: 3px;
    max-width: 240px;
    width: 100%;
    height: 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.bsk-end {
    background-color: #FFB000;
}

.modal-basket__footer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-basket__left {
    max-width: 255px;
    width: 100%;
}

.modal-basket__left img {
    width: 100%;
}

.modal-basket-item {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.bsk-success-form {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 10px;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.bsk-success-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    width: 95%;
    background-color: white;
    padding: 40px;
    box-sizing: border-box;
}

.bsk-success-wrapper {
    display: flex;
    margin-top: 40px;
}

.bsk-succes-check-btns {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.bsk-succes-check-btn {
    max-width: 240px;
    width: 100%;
    height: 36px;
    border: 2px solid #FFB000;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}

.bsk-succes-check-btn.active {
    background-color: #FFB000;
}

.bsk-success-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    color: #444444;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.bsk-success__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 40px;
    box-sizing: border-box;
}

.bsk-success__right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.bsk-success__left {
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
    margin-top: 20px;
}

.bsk-inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bsk-inputs input {
    max-width: 300px;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 18px;

}

.bsk-inputs input::placeholder {
    font-size: 18px
}

.bsk-inputs input.active {
    border: 1px solid #FFB000;
}

.bsk-success__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


/* file */
.input-file {
    position: relative;
    display: flex;
    gap: 5px;
    margin-top: 10px;
}

.input-file span {
    cursor: pointer;
    outline: none;
    text-decoration: none;
    max-width: 240px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: black;
    text-align: center;
    border-radius: 4px;
    background-color: #FFB000;
    height: 40px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus+span {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.input-file:hover span {}

.input-file:active span {}

/* Disabled */
.input-file input[type=file]:disabled+span {
    background-color: #eee;
}

.bsk-success-checkbox {
    display: flex;
    gap: 16px;
    font-size: 14px;
    align-items: center;
    margin-top: 30px;
}

.bsk-checkbox-wrapper {
    width: 20px;
    height: 20px;
    background: #FFB000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsk-success-ok {
    background: #FFB000;
    border-radius: 3px;
    max-width: 240px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    cursor: pointer;
    margin-top: 30px;
}

.bsk-success-ok:hover {
    background-color: #DDA21D;
}

.modal-basket-footer-btn:hover {
    background-color: #DDA21D;
    border-color: #DDA21D;
    transition: 0.3s;
}

.bsk-success___right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    padding-left: 40px;
    box-sizing: border-box;
}

.bsk-success-check-dost {
    display: flex;
    gap: 20px;
}

.bsk-success-check-dost-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    max-width: 150px;
    height: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}

.bsk-success-check-dost-btn.active {
    border: 2px solid #FFC440;
}

.bsk-adress {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
}

.bsk-map {
    margin-top: 5px;
    text-decoration-line: underline;
    color: #FFC440;
    font-size: 14px;
    line-height: 16px;
}

.bsk-checkbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsk-info-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
}

.bsk-dostavka-childtitle {
    font-weight: 350;
    font-size: 14px;
    line-height: 14px;
    color: #000000;

}

.bsk-dostavka {
    display: none;
    flex-direction: column;
    gap: 15px;
}

.bsk-success-header svg {
    cursor: pointer;
}

.bsk-inputs input.active {
    border: 2px solid #FFB000;
}




.new-basket-item-final-price--mobile {
    width: unset;
    padding: 0;
    border-left: unset;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    display: none;
}

.new-basket-item-name--mobile {
    display: none;
}

.new-basket-item-final-price--mobile p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.new-basket-item-del--mobile {
    display: none;
}

.new-basket-item-body {
    display: flex;
    justify-content: space-between;
}



/* HEADER POPUP SUCCES RESULT */
.bsk-success-result-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
    display: block;
    padding: 38px;
    box-sizing: border-box;
    display: none;
}

.bsk-success-result {
    padding: 40px;
    background-color: #fff;
    box-sizing: border-box;
}

.bsk-success-result__wrap {
    max-width: 700px;
}

/* TEXT */
.bsk-success-result__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    align-items: center;
    letter-spacing: 2px;
    color: #444444;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
}

.bsk-success-result__title span {
    color: #FFB000;
    display: none;
}

.bsk-success-result__velicolepen {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #FFB000;
    margin-bottom: 15px;
}

.bsk-success-result__text p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.bsk-success-result__number {
    color: #FFB000;
    display: none;
}

.bsk-success-result__descr {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin: 40px 0;
}

.bsk-success-result__mail {
    color: #000000;
}

.bsk-success-result__buttons {
    display: flex;
}

.bsk-success-result__close {
    border-radius: 3px;
}

.bsk-success-result__back {
    border-radius: 3px;
    margin-left: 20px;
}

.bsk-success-result__close,
.bsk-success-result__back {
    width: 240px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.bsk-success-result__close:hover,
.bsk-success-result__back:hover {
    border: 2px solid #FFB000;
}

.bsk-success-result__closepopup {
    position: absolute;
    top: 60px;
    right: 60px;
    cursor: pointer;
}

@media(max-width: 625px) {
    .bsk-success-result-wrapper {
        padding: 9px;
    }

    .bsk-success-result {
        padding: 30px;
    }

    .bsk-success-result__buttons {
        flex-direction: column;
        align-items: center;
    }

    .bsk-success-result__close,
    .bsk-success-result__back {
        max-width: unset;
        width: 100%;
    }

    .bsk-success-result__back {
        margin-left: 0;
        margin-top: 10px;
    }

    .bsk-success-result__closepopup {
        right: 40px;
        top: 35px;
    }

    /* TEXT */
    .bsk-success-result__title {
        font-size: 18px;
        line-height: 140%;
    }

    .bsk-success-result__velicolepen {
        font-size: 18px;
        line-height: 22px;
    }

    .bsk-success-result__text p {
        font-size: 16px;
        line-height: 19px;
    }
}

/* /// HEADER POPUP SUCCES RESULT */


@media(max-width: 1615px) {
    .item_selection_block {
        justify-content: unset;
        margin: 0 auto;
        max-width: 1176px;
    }
}

@media(max-width: 1450px) {
    .new-basket-left {
        width: unset;
        gap: 30px;
    }

    .new-basket-right {
        width: unset;
        gap: 20px;
    }

    .new-basket-btn {
        width: 240px;
    }
}

@media(max-width: 1250px) {
    .new-basket-left {
        flex-direction: column;
        gap: 10px
    }
}

@media(max-width: 1200px) {
    .new-basket-item-final-price {
        display: none;
    }

    .new-basket-item-final-price--mobile {
        display: flex;
    }

    .new-basket-item {
        align-items: flex-start;
    }

    .new-basket-item-info {
        max-width: 250px;
    }

    .new-basket-item {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
    }

    .new-basket-header {
        border: unset;
    }

    .new-basket__info {
        display: none;
    }
}

@media(max-width: 1215px) {
    .item_selection_block {
        max-width: 786px;
    }
}

@media(max-width: 980px) {
    .new-basket-right {
        flex-direction: column;
    }
}

@media(max-width: 825px) {
    .content .item_selection_one_new {
        max-width: 290px;
    }

    .item-selection__text-block-title {
        font-size: 14px;
        line-height: 17px;
    }

    .item-selection__text-block-price {
        font-size: 24px;
        line-height: 29px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }

    .item_selection_block {
        max-width: 625px;
    }

    /* .item-selection__text-block-btns {
        flex-direction: column;
        gap: 8px;
    } */

    .item-selection__text-block-btn-info {
        max-width: unset;
    }

    .item-selection__price-container {
        gap: 15px;
    }
}

@media(max-width: 760px) {
    .bsk-success-wrapper {
        flex-direction: column;
    }

    .bsk-success___right {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-left: unset;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        width: 100%;

    }

    .bsk-success__left {
        width: 100%;
    }

    .bsk-inputs input {
        max-width: unset;
    }

    .bsk-success__left {
        padding-right: 0;
    }

    .bsk-success-header {
        margin-top: 100px;
    }
}

@media(max-width: 720px) {
    .basket-column p {
        font-size: 20px;
        line-height: 22px
    }

    .basket-column span {
        font-size: 16px;
        line-height: 18px;
    }

    .new-basket-price {
        font-size: 20px;
        line-height: 22px
    }

    .new-basket-left {
        gap: 20px;
    }

    .basket-column {
        margin-top: 10px;
    }

    .new-basket-right {
        gap: 15px;
    }
}

@media(max-width: 700px) {
    .new-basket-item {
        flex-direction: column;
        align-items: unset;
    }

    .new-basket-item-info {
        max-width: unset;
    }

    .new-basket-item-img img {
        max-width: 200px;
        text-align: center;
    }

    .new-basket-item-img {
        text-align: center;
        margin: 9px 0 24px 0;
    }

    .new-basket-item__count-wrapper {
        width: 100%;
    }

    .new-basket-item-count {
        max-width: unset;
    }

    .btn-item-count {
        min-width: 40px;
    }

    .new-basket-item-name {
        display: none;
    }

    .new-basket-item-name--mobile {
        display: block;
    }

    .new-basket-item__count-wrapper {
        align-items: flex-start;
    }

    .new-basket-item__count-wrapper {
        gap: 5px;
    }

    .new-basket-item-del {
        display: none;
    }

    .new-basket-item-del--mobile {
        display: block;
    }

    .new-basket-item-final-price {
        display: flex;
        padding: 0;
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
        border: none;
        margin-top: 10px;
    }

    .new-basket-item-final-price p {
        font-weight: 300;
        font-size: 20px;
        line-height: 22px;
    }

    .new-basket-item-final-price--mobile {
        display: none;
    }

    .new-basket-item-price {
        margin-bottom: 10px;
    }

    .new-basket-item-size,
    .new-basket-item-price {
        display: flex;
        justify-content: space-between;
    }

}

@media(max-width: 665px) {
    .item_selection_block {
        flex-direction: column;
        align-items: center;
        max-width: unset;
    }

}

@media(max-width: 630px) {
    .modal-basket__right {
        width: 90%;
    }

    .modal-basket-item {
        flex-direction: column;
        align-items: center;
    }

    .modal-basket-footer__btns {
        justify-content: center;
        margin-top: 30px;

    }

    .modal-basket-footer-btn {
        max-width: unset;
    }

    .modal-basket__count {
        margin-top: 0;
    }

    .modal-basket-footer__final-price {
        margin-top: 20px;
    }

    .modal-basket__weight,
    .modal-basket__price-podon,
    .modal-basket__count-podon {
        display: flex;
        justify-content: space-between;
    }

    .modal-basket__price-podon span {
        margin-left: auto;
    }
}

@media(max-width: 580px) {
    .new-basket-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .new-basket-right {
        margin-top: 15px;
        width: 100%;
    }

    .new-basket-btn {
        width: 100%;
        max-width: unset;
    }
}

@media(max-width: 550px) {
    .bsk-succes-check-btns {
        flex-direction: column;
    }

    .bsk-succes-check-btn {
        max-width: unset;
    }

    .bsk-success-header {
        margin-top: 150px;
        font-size: 20px;
        line-height: 25px;
    }
}

@media(max-width: 400px) {
    .modal-basket__tovar {
        padding: 20px;
    }

    .modal-basket-footer__final-price {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .modal-basket__right {
        gap: 12px;
    }

    .modal-basket__count {
        margin-top: 0;
    }

    .modal-basket__header {
        font-size: 20px;
        line-height: 25px;
    }

    .bsk-success-check-dost {
        flex-direction: column;
    }

    .bsk-success-check-dost-btn {
        max-width: unset;
    }

    .bsk-success-header {
        margin-top: 290px;
    }

    .bsk-success-container {
        padding: 30px;
    }
}

@media(max-width: 360px) {
    .bsk-success-header {
        margin-top: 320px;
    }
}

@media(max-width: 344px) {
    .bsk-success-header {
        margin-top: 370px;
    }
}

.mobile-basket-img{
    display: none;
}
@media(max-width:1000px){
    .mobile-basket-img{
        display: flex;
        position: fixed;
        top: 100px;
        right: 20px;
    }
}