@charset "UTF-8";
/* CSS Document */

header .searchBlock {
    flex-direction: row
}

header .searchBlock {
    margin-left: 0;
}

.buyBlock__price .price span:after, .buyBlock__price .oldPrice span:after {
    content: '\a0';
}

.preloader {
    background-image: none;
}

.goodSliderContainer .smallSlider__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preloader:not(.hide) .logo {
    animation: none;
}

.grid .goodCard, .popularCategories .goodCard {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e3e6f1;
}

.popularCategories .goodCard {
    margin: 0 -1px -1px 0;
}

.grid .goodCard:hover {
/ / box-shadow: none;
/ / border-color: #9199ab;
}

.contactBlock .partners a img {
    width: 114px;
}

.contactBlock .partners {
    padding: 0;
    margin: 0;
}

#np_address-button {
    display: none;
}

.np.hide {
    display: none !important;
}

.mfsWidget-content {
    max-width: 100%;
}

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

/* Для Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mfsWidget-control-label.-inline {
    padding-left: 0;
}

.mfsWidget-profile-col.-col-1, .mfsWidget-profile-col.-col-4 {
    margin-left: 0;
}

.mfsWidget-center {
    text-align: right;
}

.mfsWidget-overlay {
    width: calc(100% + 20px);
}

.videoBlock .video {
    position: relative;
    padding-bottom: 56.25%;
}

.videoBlock {
    margin-bottom: 35px;
}

.videoBlock .video iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.moreButton span {
    text-align: center;
}

.moreButton > img {
    width: 75px;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
}

.videoGrid {
    margin-bottom: 35px;
}

.modal_note {
    text-align: center;
    max-width: 416px;
    margin: 0 auto 20px;
}

.modal_note p:last-of-type {
    font-size: 12px;
}

.modal_note p:first-of-type {
    font-size: 14px;
    margin-bottom: 10px;
}

.select2 {
    width: 100% !important;
}

.goodCard {
    overflow: hidden;
}
.goodCard .label_container {
    display: flex;
    flex-direction: column;
    top: 3px;
    left: 3px;
    position: absolute;
    z-index: 2;
}

.goodCard .label {
    min-width: 61px;
    width: auto;
    font-size: 9px;
    line-height: 1 !important;
    padding: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(227, 230, 241, 0.8);
    border-radius: 4px;
    text-align: center;
    color: #ff4f37;
    margin-bottom: 5px;
}
.goodCard .label:last-of-type {
    margin-bottom: 0;
}

.goodCard .label i {
    font-size: 20px;
}

.goodCard .label img {
    height: auto;
    width: 20px;
}

.goodCard .ribbon {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    background-color: #9199ab;
    padding: 0 24px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    position: absolute;
    top: 38px;
    right: -31px;
    z-index: 2;
}

.bigSlider__item {
    position: relative;
}

.bigSlider__item .label {
    height: 90px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(227, 230, 241, 0.8);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    text-align: center;
    color: #ff4f37;
    line-height: 1.1;
}

.bigSlider__item .label img {
    width: auto !important;
    height: auto !important;
}

@media (max-width: 909px) {
    .goodNavigationContainer {
        margin-bottom: 20px;
    }

    .bigSlider__item .label {
        transform: scale(0.8);
    }

}

.mainSlider .slide .slideText {
    width: 355px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff4f37 ;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 22px;
    color: #1c2840;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainSlider .slide .slideText:before, .mainSlider .slide .slideText:after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #ff4f37 ;
    position: absolute;
    right: 0;
}

.mainSlider .slide .slideText:before {
    top: 0;
}

.mainSlider .slide .slideText:after {
    bottom: 0;
}

.mainSlider .slide{
    position: relative;
}
@media (max-width: 420px) {
    .mainSlider .slide .slideText{
        font-size: 20px;
        width: calc(60% - 40px);
        height: calc(100% - 40px);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    }
}
@media (max-width: 380px) {
    .mainSlider .slide .slideText{
        font-size: 18px;
        width: calc(60% - 40px);
        height: calc(100% - 40px);
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    }
}
input::-webkit-input-placeholder {
    opacity: .5; }
input:-moz-placeholder           {
    opacity: .5; }
input::-moz-placeholder          {
    opacity: .5; }
input:-ms-input-placeholder      {
    opacity: .5; }
input:hover::-webkit-input-placeholder {
    opacity: 1; }
input:hover:-moz-placeholder           {
    opacity: 1; }
input:hover::-moz-placeholder          {
    opacity: 1; }
input:hover:-ms-input-placeholder      {
    opacity: 1; }

html.ovh{
    height: 100%;
    overflow: hidden;
}

.catalogMenu:after, .photoPrintMenu:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 150px;
    background-color: #fff;
}

.smallerPhoto, .smallerSmallerPhoto{
    margin-bottom: 5px;
    margin-right: 10px;
}

.smallerPhoto img{
    max-width: 150px;
    max-height: 170px;
    object-fit: contain;
}

.smallerSmallerPhoto img{
    max-width: 75px;
    max-height: 85px;
    object-fit: contain;
}

.bigSlider__item .label i{
    font-size: 24px;
}

.bigSlider__item .second_label{
    top: 100px;
}

.bigSlider__item .second_label svg, .bigSlider__item .second_label svg path{
    stroke: #ff4f37;
    fill: #ff4f37;
}

.cashback .slideText{
    width: 100%;
    height: 195px;
    display: flex;
    align-items: start;
    justify-content: center;
    border: 2px solid #ff4f37;
    color: #1c2840;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
    position: relative;
    /*border-right: none;*/
}
/*.cashback .slideText::before,
.cashback .slideText::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 10px;
    background-color: #ff4f37;
}

.cashback .slideText::before {
    top: 0;
}
.cashback .slideText::after {
    bottom: 0;
}*/

.cashback {
    margin-bottom: 30px;
}

.mainSlider .slide .slideText{
    align-items: start;
}

.goodCard .rev{
    width: 100%;
    text-align: left;
    display: flex;
    margin-top: auto;
    color: #52adf2;
    align-items: center;
}

.rating {
    margin-right: 10px;
    font-size: 14px;
    color: #ccc;
}

.rating .color {
    color: #fad008;
}

.contactSection {
  grid-template-columns: 1fr 2fr;
}

.contactSection {
    grid-template-columns: 1fr 2fr;
}

@media (max-width: 1050px) {
    .contactBlock:last-child {
        grid-column-end: none;
    }
    .contactSection {
        grid-template-columns: 1fr 2fr;
    }
    .partners > :nth-child(4) {
        grid-column-end: inherit;
    }
    .partners > :nth-child(5) {
        grid-column-end: inherit;
    }
}

@media (max-width: 768px) {
    .contactSection {
        display: block;
    }
}

@media (max-width: 700px) {
    .partners {
        grid-template-columns: repeat(3, 1fr);
    }
    .partners a:last-of-type {
        grid-column-end: inherit;
    }
}

@media (max-width: 570px) {
    .partners {
        display: grid;
    }

    .contactBlock .phoneUl {
        display: block;
    }

}

@media (max-width: 480px) {
    .partners {
        grid-template-columns: repeat(2, 1fr);
    }
}

.product_bn {
    margin-bottom: 20px;
}



.material-table {
    max-width: 775px;
    display: flex;
}

.material-block {
    display: flex;
    flex-direction: column;
    width: calc(20% - 10px);
    margin: 0 5px;
}
.material-block .heading {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 7px;
}

.material-block.wide-block {
    width: auto;
    flex: 1;
}

.material-block.wide-block > .heading {
    padding-left: 7px;
}

.material-block .main {
    border: 1px solid #E3E6F1;
    padding: 13px 0;
    flex: 1;
    display: flex;
    flex-direction: column;

}

.material-block.wide-block .main {
    display: grid;
    grid-template-columns: repeat(3 , 1fr);
    grid-gap: 10px 22px;
}

.material-block .main > figure {
    object-fit: contain;
    width: 100%;

}
.material-block .main img {
    width: 100%;
}

.material-block.wide-block .secondary {
    grid-column: 1 / span 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.material-block .secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    flex: 1;
}

.material-block .secondary .heading{
    font-size: 12px;
    margin-bottom: 5px;
    width: 100%;
}

.material-block .secondary  figure{
    width: 42px;
    height: 42px;
    overflow: hidden;
}

.material-block .secondary img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.material-block .secondary a{
    color: #707070;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: underline;
    display: inline-block;

    font-size: 12px;
}
.material-block .secondary a:hover{
    text-decoration: none;
}


@media (max-width: 650px) {

    .material-table {
        flex-wrap: wrap;
    }

    .material-block {
        width: calc(33.333% - 5px);
    }

    .material-block.wide-block {

        width: 100%;
        flex: none;
        margin-bottom: 20px;
    }

}


@media (max-width: 480px) {
    .material-table {
        flex-wrap: wrap;
    }

    .material-block {
        width: calc(50% - 10px);
    }


    .material-block .secondary figure {
        margin: 0 20px 20px 0;
    }

    .material-block:nth-child(1) .secondary {
        justify-content: flex-start;
    }
}

@media (max-width: 380px) {
    .material-block.wide-block .main {
        grid-template-columns: repeat(2 , 1fr);
    }

    .material-block:nth-child(1) .secondary {
        grid-column: 1 / span 2;
    }
}

.material-table {
    flex-wrap: wrap;
}

.material-block.wide-block {
    width: calc(60% - 10px);
    flex: none;
}

.material-block {
    margin-bottom: 15px;
}

.header-attention {
    display: flex;
    justify-content: center;
    max-width: 1230px;
    margin: 0 auto;
    padding: 3px 0;
    background-color: #ff4f37;
    position: relative;
    z-index: 10;
    color: #fff;
}

.phoneUl li {
	padding: 0 40px;
}



@media (max-width: 540px) {
    .mobMenu .phoneUl {
        display: flex;
        max-width: inherit;
        justify-content: center;
    }
}


table.size_table th,
table.size_table th:last-of-type {
    background-color: #1C2840;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    position: relative;
}
table.size_table th:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #9199AB;
}

table.size_table {
    border-spacing: 0 4px;
    border-collapse: initial;
}

table.size_table th:last-of-type:after {
    display: none;
}

table.size_table td {
    background-color: #F3F6FF;
    font-size: 14px;
    font-weight: bold;
}
table.size_table td:nth-child(even) {
    background-color: #ebeef9;
}
table.size_table td:after {
    display: none;
}

table.size_table td:nth-child(4) {
    color: #ff4f37;
    font-weight: bold;
    line-height: 1.1;
}

table.size_table td s {
    font-weight: 400;
    font-size: 12px;
    color: rgba(28, 40, 64, 0.4);
}

table.size_table th, table.size_table td {
    font-size: 14px;
    font-weight: bold;
}


table.size_table td:after {
    display: none;
}
table.size_table td a i {
    color: #fff !important;
}

table.size_table td a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #ff4f37;
    border-radius: 4px;
}

.pnd-item {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.pnd-item:last-of-type {
    margin-bottom: 0;
}

.pnd-item .ico {
    width: 67px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #404b63;
}
.pnd-item span {
    background-color: #E3E6F1;
    font-size: 16px;
    font-weight: bold;
    color: #403e44;
    padding: 10px 18px;
    flex: 1;
}

.fa-boltt:before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.064' height='15.562' viewBox='0 0 30.064 15.562'%3E%3Cpath id='Path_326' data-name='Path 326' d='M5.991.21C3.465.437,1.262,1.031.676,1.645L.5,1.83V2.79c0,.879.01.975.121,1.123.261.35.394.4,1.074.424.476.015.659.043.754.117C2.6,4.574,4.856,8.6,5,9.015a5,5,0,0,1,.107,1.556c0,1.381.04,1.652.249,1.861.309.309.344.3,2.98-.855,1.334-.584,2.488-1.1,2.565-1.153a1.36,1.36,0,0,0,.521-.867,3.076,3.076,0,0,1,.152-.588c.122-.31,2.364-4.359,2.5-4.515.068-.078.221-.1.752-.117.721-.021.847-.069,1.112-.424.111-.148.121-.244.121-1.123V1.83l-.176-.185A8.592,8.592,0,0,0,12.032.381,29.233,29.233,0,0,0,5.991.21ZM8.218,12.79c-1.31.576-2.466,1.107-2.569,1.18a1.571,1.571,0,0,0-.348.408c-.154.262-.162.311-.162,1.039a3.468,3.468,0,0,0,.076.943.62.62,0,0,0,.65.362c.292-.041,4.855-2.047,5.1-2.241a1.4,1.4,0,0,0,.471-1.144c.069-1.06-.1-1.507-.6-1.566C10.629,11.746,10.307,11.871,8.218,12.79Zm2.118,3.2c-.178.075-1.287.558-2.464,1.073-2.764,1.21-2.733,1.181-2.733,2.523,0,.978.145,1.263.643,1.263a51.854,51.854,0,0,0,5.141-2.226,1.4,1.4,0,0,0,.511-1.168c.048-.741-.015-1.155-.207-1.368C11.011,15.846,10.745,15.818,10.336,15.99ZM10.6,20.01c-.1.026-4.212,1.816-4.711,2.052a1.434,1.434,0,0,0-.624.635c-.109.206-.125.334-.126,1.028,0,.732.009.807.132.98a.577.577,0,0,0,.558.265c.248-.007,4.9-2.06,5.138-2.265.382-.336.452-.557.453-1.447s-.057-1.06-.42-1.212A.437.437,0,0,0,10.6,20.01Zm-.06,4.155c-.213.065-4.337,1.858-4.756,2.068a2.09,2.09,0,0,0-.4.3.507.507,0,0,0-.22.452c0,.36.2.62,1.507,1.95,1.007,1.026,1.2,1.193,1.385,1.225.52.089.568.057,1.826-1.225,1.5-1.533,1.516-1.554,1.554-2.865a12.321,12.321,0,0,0-.013-1.24C11.358,24.275,11.018,24.021,10.541,24.166Z' transform='translate(-0.126 16.062) rotate(-90)' fill='%23ff4f37' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat;
    width: 31px;
    height: 31px;
    display: block;
}
