html {
    overflow: scroll;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.container {
    width: 1684px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.firsrtForm-step3-img img {
    max-width: 300px;
    margin-top: 30px;
}

#secForm-step3 img {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#secForm-step34roof img {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inplast-back-call {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #63b4ff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 2px 6px #63b4ff;
    cursor: pointer;
}

.header-row {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-row-item {
    display: flex;
    align-items: center;
}

.header_logo {
    text-decoration: none;
    padding-right: 20px;
    border-right: 1px solid #e3e5ed;
}

.header_logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    min-width: 180px;
}

.header_logo-description {
    margin-left: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #344475;
    max-width: 120px;
}

.header_menu {
    margin: 0 30px;
    display: flex;
    align-items: center;
}

.header_menu-main {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.header_menu a {
    margin: 0 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #344475;
    white-space: nowrap;
}

.header_menu a:first-child {
    color: #ff0000;
}

.header_menu-more {
    display: none;
    position: relative;
    margin: 0 5px;
    width: 100%;
}

.header_menu-more-visible {
    display: block;
    z-index: 2;
}

.header_menu-more img {
    width: 20px;
    vertical-align: middle;
}

.header_menu-list {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
}

.header_menu-list a {
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
    padding: 10px;
    margin: 0;
}

.header_menu-list a:first-child {
    color: #344475;
}

.header_menu-list a:hover {
    color: #fff;
    background: #344475;
}

.header_city {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header_city img {
    margin-right: 5px;
}

.header_city span {
    color: #8a8a8a;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.header_city a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.header_phone {
    margin-left: 25px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header_phone img {
    margin-right: 5px;
}

.header_phone-number {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
}

.header_phone-callback {
    text-decoration: underline;
    text-decoration-style: dashed;
    color: #344475;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.header_lang {
    position: relative;
}

.header_lang-cur {
    padding: 5px;
    font-size: 15px;
    color: #344475;
    display: flex;
    align-items: center;
}

.header_lang-cur img {
    margin-left: 5px;
}

.header_lang-list {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease-in-out;
    background: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.header_lang-list a {
    padding: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #344475;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out;
}

.header_lang-list a:hover {
    color: #fff;
    background: #344475;
}

.header_lang:hover .header_lang-list {
    opacity: 1;
    z-index: 1;
}

.slider-poduct .slick-dots {
    display: none;
}

.headerMobile-logo > a > img {
    height: 40px;
}

.header-menu-logo > img {
    height: 40px;
}

.header_bottom {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #344475;
}

.header_bottom-row {
    height: 80px;
    padding: 10px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_catalog {
    background: #fff;
    margin-right: 20px;
    border-radius: 25px;
    position: relative;
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    height: 50px;
}

.header_catalog-title {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #344475;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.header_catalog-title img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.header_catalog-dropdown {
    background: #fff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    left: 0;
    top: calc(100% + 15px);
    width: 200%;
    z-index: 999;
}

.header_catalog-list {
    box-sizing: border-box;
    padding: 10px 5px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    list-style: none;
}

.header_catalog-list li {
    transition: background-color 0.5s ease-in-out;
    border-radius: 6px;
    flex: 1 1 50%;
}

.header_catalog-list li a {
    transition: color 0.5s ease-in-out;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #858585;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
}

.header_catalog-list li:hover {
    background: #eaeffe;
}

.header_catalog-list li:hover a {
    color: #303841;
}

.header_catalog-list li:hover .header_catalog-arr {
    background-image: url("../img/header_catalog-arr-active.png");
}

.header_catalog-list li:hover ul {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header_catalog-list li:nth-child(1) {
    left: 100%;
}

.header_catalog-list li:nth-child(1) a {
    color: #2fbc6c;
}

.header_catalog-list li:nth-child(2) a {
    color: #b82500;
}

.header_catalog-list li ul {
    padding: 10px 5px;
    box-sizing: border-box;
    width: 50%;
    list-style: none;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: #fff;
    position: absolute;
    top: 0;
    left: calc(100% - 10px);
    height: fit-content;
}

.header_catalog-list li ul li:nth-child(1) a {
    color: #858585;
}

.header_catalog-list li ul li:nth-child(2) a {
    color: #858585;
}

.header_catalog-list li ul li:hover a {
    color: #303841;
}

.header_catalog-arr {
    transition: background-image 0.5s ease-in-out;
    width: 15px;
    height: 15px;
    background-image: url("../img/header_catalog-arr.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header_search {
    border-radius: 25px;
    height: 50px;
    width: calc(100% - 1010px);
    background-color: rgba(255, 255, 255, 0.06);
    position: relative;
}

.header_search input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    outline: none;
    background: none;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
}

.header_search input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.header_search button {
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    outline: none;
    background: none;
}

.header_search button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header_btns {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.header_btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}

.header_btn img {
    margin-right: 10px;
}

.header_cart {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.06);
    position: relative;
}

.section-header-desctop {
    position: fixed;
    width: 100%;
    z-index: 999999;
    background-color: #f8f8f8;
    top: 0;
    left: 0px;
}

.header_cart-img {
    margin-right: 10px;
}

.header_cart-text {
    font-size: 13px;
    color: #fff;
}

.header_cart-text span {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.header_cart:hover .bin-wrapper-onhover {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.bin-wrapper-onhover {
    position: absolute;
    right: 0px;
    top: 65px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    width: 430px;
}

.bin-wrapper-onhover-header {
    height: 70px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    border-radius: 3px;
    background-color: #f8f8f8;
}

.headerMobile .bin-wrapper-onhover-header {
    width: 100%;
    margin-bottom: 20px;
}

.bin-header-bin {
    color: #303841;
    font-family: "Muller";
    font-size: 24px;
    font-weight: 700;
}

.bin-header-clear {
    text-decoration: underline;
    font-family: "Open Sans";
    font-size: 14px;
    color: #5b5e6b;
}

.in-bin-wrapper-onhover {
    margin-top: 0px;
    background-color: #ffffff;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

.top-slider-wrapper {
    margin-left: 320px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.bin-mobile-bin-buttons {
    background-color: #ffffff;
    width: 100%;
}

.top-slider-rightArea-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 96%;
}

#forescatImg4 {
    margin: 0 auto;
}

.codecolor {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font: 11.67px robotoregular;
}

.codecolorwhite {
    color: #000;
}

#my-struct-vibe1, #my-struct-vibe2, #my-struct-vibe3, #my-struct-vibe4 {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    align-items: center;
    margin: 0 auto;
}

.top-slider-rightArea-item img {
    width: 100%;
    height: auto;
}

.top-slider-slick {
    opacity: 0;
}

.slick-initialized {
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
    -webkit-transition: all 0,3s ease-in-out;
    -moz-transition: all 0,3s ease-in-out;
    -o-transition: all 0,3s ease-in-out;
    -ms-transition: all 0,3s ease-in-out;
    transition: all 0,3s ease-in-out;
}

.top-slider-slick-item {
    position: relative;
}

.top-slider-slick-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    width: 74%;
}

.top-slider-slick-title {
    font-weight: 800;
    font-size: 50px;
    color: #fff;
}

.top-slider-slick-textunder {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    color: #fff;
}

.top-slider-button {
    /* position: absolute;left: 0px;bottom: -60px;border: 1px solid #ffffff;border-radius: 27px;color: #fff; */
    font-size: 0px;
    /* font-weight: 700;height: 50px;display: flex;justify-content: center;align-items: center; */
    padding: 220px 300px;
}

.top-slider-leftArea {
    width: 68%;
    position: relative;
    height: 100%;
}

.news-main-buttons-wrapper {
    position: absolute;
}

.productRewies-left-buttons-all2 {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: calc(56% - 56px);
}

.modalPortfolio-left-buttons-all2 {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: calc(56% - 56px);
}

.productRewies-main-buttons-left2 {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 0px;
}

.productRewies-main-buttons-right2 {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
}

.modalPortfolio-left {
    width: 33px;
    height: 50px;
    border-radius: 25px;
    background-color: #344475;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    left: 50px;
}

.modalPortfolio-right {
    width: 33px;
    height: 50px;
    border-radius: 25px;
    background-color: #344475;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 50px;
}

.modalFeedbac-slider .slick-dots li.slick-active button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 33px;
    width: 100%;
    height: 9px;
    background-color: #63b4ff;
    border-radius: 5px;
    content: "";
    text-align: center;
    color: black;
    opacity: 1;
}

.modalFeedbac-slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 9px;
    width: 100px;
    height: 9px;
    border-radius: 50%;
    background-color: #a2a2a2;
    content: "";
    text-align: center;
    opacity: 1;
}

.modalFeedbac-slider .slick-dots li.slick-active {
    max-width: 33px;
    width: 100%;
    height: 9px;
}

.modalFeedbac-slider .slick-dots {
    bottom: 7px;
}

.modalFeedbac-slider .slick-dots li {
    width: 9px;
}

.productRewies-main-buttons-left2:hover svg g {
    stroke: #ffffff;
    opacity: 0.4;
}

.productRewies-main-buttons-right2:hover svg g {
    stroke: #ffffff;
    opacity: 0.4;
}

.sertifblock-slider {
    background-color: #fff;
}

.sertifblock-slider-item {
    display: flex;
    height: 163px;
    align-items: center;
    max-width: 360px;
    width: 100%;
    margin-left: 46px;
}

.sertifblock-slider-textwrapper {
    display: flex;
    flex-direction: column;
}

.prmn-cmngr__city {
    display: flex;
    align-items: center;
}

.sertifblock-slider-title {
    color: #344475;
    font-weight: 700;
    font-size: 22px;
}

.modal-dialog {
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
}

.sertifblock-slider-text {
    font-family: "Open Sans";
    font-size: 15px;
    color: #303841;
    line-height: 24px;
}

.in-bin-wrapper-onhover {
    list-style: none;
}

.sertifblock {
    position: relative;
    margin: 30px 0px;
}

.sertifblock:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    pointer-events: none;
    top: -1px;
    bottom: -1px;
    left: 90%;
    opacity: 0.6;
    right: -1px;
}

.sertifblock-wrapper {
    display: flex;
}

.sertifblock-arrows {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 100%;
}

.sertifblock-slider-buttons-right {
    width: 33px;
    height: 100%;
    background-color: #344475;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    transform: rotate(180deg);
    right: 0;
}

.sertifblock-slider-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.slick-active .sertifblock-slider-item {
    position: relative;
}

.slick-active .sertifblock-slider-item:after {
    content: "";
    width: 1px;
    height: 70%;
    background-color: #e8e8e8;
    display: block;
    position: absolute;
    margin-top: -3px;
    right: -11px;
}

.cardprod-item {
    max-width: 320px;
    background-color: #ffffff;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.cardprod-item-newone {
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    display: flex;
    justify-content: center;
    z-index: 99;
}

.cardprod-item-newone-text {
    display: none !important;
    background-color: #344475;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    border-top-left-radius: 6px;
}

.cardprod-item-newone-number {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    background-color: #b82500;
}

.cardprod-item .image__colors-item {
    background-size: cover;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.cardprod-item .image__colors-item.active {
    border-radius: 50%;
    border-color: #fed112;
}

.cardprod-item .image__colors-item label input {
    visibility: hidden;
}

.cardprod-item .image__colors-item label {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cardprod-item-color {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cardprod-item-stars {
    display: flex;
}

.cardprod-item-stars img {
    margin-right: 3px;
    width: 100%;
    object-fit: contain;
}

.simplecheckout-button-right.right {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #344475;
    height: 50px;
    border-radius: 27px;
    padding: 0px 47px;
}

.simplecheckout-button-right.right a {
    background: none;
    border: 0px;
    background: none;
    border: 0px;
    color: #fff;
    outline: none;
    box-shadow: 0 0 black;
    text-decoration: none;
}

.simplecheckout-button-right.right a span {
    background: none;
    border: 0px;
    color: #fff;
}

.cardprod-item-stars-ets {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}

.cardprod-item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px;
}

.cardprod-item-articul {
    font-size: 14px;
    color: #9e9e9e;
    font-family: "Open Sans";
    margin-bottom: 18px;
}

.cardprod-item-price-ets {
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px;
    margin: 0px -10px;
}

.photo-item-sofit img {
    max-width: 200px;
    margin-bottom: 20px;
}

.cardprod-item-price-cross {
    font-size: 16px;
    font-weight: 700;
    color: rgba(52, 62, 75, 0.7);
    text-decoration: line-through;
}

.cardprod-item-price-now {
    font-size: 22px;
    color: #b82500;
    font-weight: 700;
}

.cardprod-item-buy {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #344475;
    height: 50px;
    border-radius: 27px;
    padding: 0px 47px;
}

.cardprod-item-img {
    margin-bottom: 25px;
    max-width: 278px;
    width: 100%;
    height: 239px;
    display: block;
}

.cardprod-item-rewies {
    display: flex;
    align-items: center;
}

.cardprod-item-rewies-calc {
    font-size: 14px;
    font-family: "Roboto";
    color: #c5c5c5;
    padding-left: 3px;
}

.cardprod-item-rewies {
    color: #38b465;
    font-size: 14px;
    font-family: "Open Sans";
}

.newprod-title-beforeblock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.newprod-title-beforeblock-new {
    color: #303841;
    font-size: 46px;
    font-weight: 700;
}

.actionprod-title-beforeblock-new {
    color: #b82500;
    font-size: 46px;
    font-weight: 700;
}

.newprod-title-beforeblock-allnew {
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #344475;
    box-shadow: 0px 3px 6px rgba(52, 68, 117, 0.36);
    height: 50px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    color: #344475;
    text-transform: uppercase;
    text-decoration: none;
}

.useful-textblock .newprod-title-beforeblock-allnew {
    max-width: 214px;
    box-sizing: border-box;
}

.rewiesmain .newprod-title-beforeblock {
    margin-top: 80px;
}

.newprod-buttons-up {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.newprod-buttons-up-wrapper {
    display: flex;
    align-items: center;
}

.recomendet-otvod {
    font-size: 11px;
    color: #63b4ff;
    margin-top: -14px;
}

.tooAddclass {
    display: flex !important;
}

.newprod-buttons-up-left {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
}

.newprod-buttons-up-center {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    background-color: #344475;
    margin-right: 10px;
    cursor: pointer;
}

.newprod-buttons-up-right {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.19);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.cardprod-item-img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cardprod-item:hover {
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    transition: all 0.5s ease-in-out;
}

.cardprod-item:hover .cardprod-item-img img {
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}

.cardprod-item:hover .newprod-buttons-up {
    top: 45%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.newprod-visible {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.newprod-hidden {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.actionprod-visible {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.actionprod-hidden {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.load-more {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    cursor: pointer;
    margin-bottom: 50px;
}

.load-more-ac {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    cursor: pointer;
    margin-bottom: 50px;
}

.load-more-plus {
    margin: 0px 10px;
}

.load-more-text {
    color: #344475;
    font-size: 16px;
    font-weight: 700;
}

.useful-textblock-text {
    color: #303841;
    font-size: 15px;
    line-height: 26px;
    height: 130px;
    overflow: hidden;
}

.news-item {
    width: 400px;
    height: 400px;
    position: relative;
}

.news-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
    width: 400px;
    height: 400px;
}

.text-wrapper-slide-news {
    padding: 50px 30px 30px 30px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide-news-news {
    position: absolute;
    left: 30px;
    top: 30px;
    background-color: #63b4ff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #ffffff;
    display: block;
}

.text-wrapper-slide-news-title {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-top: 60px;
    text-decoration: none;
}

.text-wrapper-slide-news-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    height: 92px;
    overflow: hidden;
    margin-bottom: 22px;
}

.text-wrapper-slide-news-text p {
    font-size: 15px;
    line-height: 23px;
    color: #ffffff;
}

.text-wrapper-slide-news-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-wrapper-slide-news-more {
    display: flex;
    align-items: center;
    color: #41aa83;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.text-wrapper-slide-news-more svg {
    padding-bottom: 2px;
}

.text-wrapper-slide-news-more-link {
    color: #41aa83;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
}

.text-wrapper-slide-news-date-item2 {
    color: #ffffff;
    margin-left: 10px;
    font-size: 15px;
}

.news-item img {
    width: 100%;
    height: 100%;
}

.useful-artickelsblock {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.useful-textblock {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 370px;
    margin-right: 60px;
    width: 100%;
}

.useful-wrapper {
    display: flex;
}

.rewies-slider-topblock-img {
    margin-right: 20px;
}

.rewies-slider-topblock-img img {
    border-radius: 100px;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(48, 56, 65, 0.3);
}

.rewies-slider-topblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.rewies-slider-topblock-imgCitywrapper {
    display: flex;
    align-items: center;
}

.rewies-slider-bottomblock p {
    font-size: 15px;
    color: #303841;
    line-height: 26px;
}

.rewies-slider-item {
    margin: 30px 20px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.16);
}

.rewies-slider-item-wrapper {
    outline: none;
}

.rewies-slider .slick-dots {
    bottom: -40px;
}

.rewies-slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: rgba(119, 119, 119, 0.5);
    border-radius: 50%;
    content: "";
    text-align: center;
}

.rewies-slider .slick-dots li.slick-active {
    width: 33px;
    height: 9px;
}

.rewies-slider .slick-dots li.slick-active button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 9px;
    background-color: #344475;
    border-radius: 5px;
    content: "";
    text-align: center;
    color: black;
    opacity: 1;
}

.rewies-slider-wrapper {
    margin-bottom: 102px;
}

.ourpartner-title-block-text {
    max-width: 900px;
}

.ourpartner-title-block-text p {
    font-size: 15px;
    line-height: 26px;
    color: #303841;
    text-align: center;
}

.ourpartner-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desctop-logout {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}

.mobile-logout {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
}

.ourpartner .newprod-title-beforeblock-new {
    margin-bottom: 30px;
}

.ourpartner-slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: rgba(119, 119, 119, 0.5);
    border-radius: 50%;
    content: "";
    text-align: center;
}

.ourpartner-slider .slick-dots li.slick-active {
    width: 33px;
    height: 9px;
}

.ourpartner-slider .slick-dots li.slick-active button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 9px;
    background-color: #344475;
    border-radius: 5px;
    content: "";
    text-align: center;
    color: black;
    opacity: 1;
}

.ourpartner-slider-item-wrapper {
    outline: none;
}

.ourpartner-slider-item img {
    width: 100%;
    height: 100%;
}

.ourpartner-slider-item {
    margin: 20px;
    outline: none;
    max-height: 324px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.bottomseoblock-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottomseoblock-left h2 {
    font-size: 27px;
}

.bottomseoblock-left-text-see {
    position: relative;
}

.bottomseoblock-left-text p {
    font-size: 15px;
    color: #303841;
    padding-bottom: 30px;
}

.bottomseoblock li {
    font-size: 15px;
}

.bottomseoblock-wrapper li {
    font-size: 15px;
}

.bottomseoblock-left {
    font-size: 15px;
}

.for-after p:nth-child(2):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
    background: linear-gradient(rgba(248, 248, 248, 0), #f8f8f8);
    bottom: 0;
    left: 0;
    z-index: 5;
}

.more-hidden-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 6px;
    border: 2px solid rgba(52, 68, 117, 0.2);
    cursor: pointer;
    color: #344475;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.bottomseoblock-left-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.bottomseoblock-left-title img {
    max-width: 83px;
    max-height: 83px;
    box-shadow: 0 3px 6px rgba(0, 12, 25, 0.16);
}

.bottomseoblock-left-title h2 {
    margin-left: 30px;
}

.bottomseoblock-wrapper {
    display: flex;
    max-width: 1460px;
    margin: 86px auto;
    margin-top: 20px;
}

.bottomseoblock-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 85px;
}

.bottomseoblock-left-title h2 {
    font-size: 21px;
    margin-left: 0;
    margin-right: 20px;
}

.bottomseoblock-right-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottomseoblock-right-title {
    font-size: 20px;
    color: #303841;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}

.bottomseoblock-right-social {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 26px;
}

.d6 form {
    position: relative;
    margin: 0px auto;
    width: 276px;
    height: 50px;
    display: flex;
    align-items: center;
}

.d6 input {
    width: 100%;
    height: 46px;
    border: 3px solid #f9f0da;
    border: none;
}

.d6 .footer-button-mail {
    background-color: #344475;
    border-radius: 21px;
    margin-top: 4px;
    margin-right: 2px;
}

.d6 button {
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d6 input {
    outline: none;
    background: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

.beforefooter {
    background-color: #344475;
}

.d6 input {
    border-radius: 25px;
}

.beforefooter-mail-text {
    font-size: 16px;
    color: #fff;
}

.beforefooter-mail-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 48%;
    width: 100%;
}

.razdel {
    width: 1px;
    height: 51px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2);
}

.d7 form {
    position: relative;
    margin: 0px auto;
    width: 276px;
    height: 50px;
    display: flex;
    align-items: center;
}

.d7 input {
    width: 100%;
    height: 46px;
    border: 3px solid #f9f0da;
    border: none;
}

.d7 .footer-button-phone {
    background-color: #344475;
    border-radius: 21px;
    margin-top: 4px;
    margin-right: 2px;
}

.d7 button {
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d7 input {
    outline: none;
    background: #ffffff;
    padding-left: 10px;
    box-sizing: border-box;
}

.beforefooter {
    background-color: #344475;
}

.d7 input {
    border-radius: 25px;
}

.d8 form {
    position: relative;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.d8 input {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    margin-bottom: 20px;
    padding: 8px 16px;
    outline: none;
    position: relative;
}

.d8 input::placeholder {
    position: absolute;
    right: 0px;
    color: red;
}

.d8 .footer-button-phone {
    background-color: #344475;
    border-radius: 21px;
    margin-top: 4px;
    margin-right: 2px;
}

.d8 button {
    border: none;
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.d9 form {
    position: relative;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1258px;
    justify-content: space-between;
}

.d9 input {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
}

.d9 input::placeholder {
    position: absolute;
    right: 0px;
    color: red;
}

.d9 .footer-button-phone {
    background-color: #344475;
    border-radius: 21px;
    margin-top: 4px;
    margin-right: 2px;
}

.d9 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d9-button button {
    height: 55px;
    background-color: #344475;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
}

.d9-button {
    max-width: 406px;
    margin-bottom: 10px;
    width: 100%;
}

.d9 .form-item {
    max-width: 406px;
}

.d10-button {
    height: 55px;
    background-color: #344475;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
}

.d11-button {
    height: 55px;
    background-color: #d9d9d9;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
}

.d9-button {
    max-width: 372px;
    margin-bottom: 10px;
    width: 100%;
}

.d9 .form-item {
    max-width: 406px;
}

.d10 form {
    position: relative;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1258px;
    flex-direction: column;
    justify-content: space-between;
}

.d10 input {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
}

.d10 input::placeholder {
    position: absolute;
    right: 0px;
    color: red;
}

.d10 .footer-button-phone {
    background-color: #344475;
    border-radius: 21px;
    margin-top: 4px;
    margin-right: 2px;
}

.d10 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d10-button button {
    height: 55px;
    background-color: #344475;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(52, 68, 117, 0.36);
}

.d10-button {
    max-width: 372px;
    margin-bottom: 10px;
    width: 100%;
}

.d10 .form-item {
    max-width: 372px;
    align-self: center;
    justify-self: center;
    margin-bottom: 20px;
}

.d10-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #d6d8da;
    padding-top: 40px;
}

.shipping-item-wrapper {
    border-top: 1px solid #d6d8da;
    padding-top: 40px;
}

.d10 .custom-select {
    max-width: 372px;
    align-self: center;
    justify-self: center;
}

.d11-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #d6d8da;
    padding-top: 40px;
}

.d11-title {
    color: #303841;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.d11-undertitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #303841;
    margin-bottom: 30px;
}

.d10-title {
    color: #303841;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.d10-undertitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #303841;
    margin-bottom: 30px;
}

.d11 form {
    position: relative;
    margin: 0px auto;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1258px;
    flex-direction: column;
    justify-content: space-between;
}

.d11 input {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
}

.d11 input::placeholder {
    position: absolute;
    right: 0px;
    color: red;
}

.d11 .footer-button-phone {
    background-color: #344475;
    border-radius: 21px;
    margin-top: 4px;
    margin-right: 2px;
}

.d11 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d11-button button {
    height: 55px;
    background-color: #d9d9d9;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
}

.d11-button {
    max-width: 406px;
    margin-bottom: 10px;
    width: 100%;
}

.d11 .form-item {
    max-width: 372px;
    align-self: center;
    justify-self: center;
    margin-bottom: 20px;
}

.d11-button {
    height: 55px;
    background-color: #d9d9d9;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    border: none;
    width: 100%;
    cursor: pointer;
}

.d11-button {
    max-width: 372px;
    margin-bottom: 10px;
    width: 100%;
}

.beforefooter {
    background-color: #344475;
}

.wishlist-left-item {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #ffffff;
}

.wishlist-left-item-list {
    list-style: none;
}

.wishlist-left-item-list li {
    width: 96%;
    margin: 0 auto;
}

.wishlist-left-item-list li:last-child {
    border-top: 1px solid #e8e8e8;
}

.wishlist-left-item-list li a {
    text-decoration: none;
    color: #596067;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 50px;
}

.wishlist-left-item-active {
    background-color: #344475;
    border-radius: 6px;
    color: #ffffff !important;
    padding-left: 35px;
}

.wishlist-left-item .wishlist-left-item-active-list {
    margin-left: 10px;
    margin-right: -10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 100%;
}

.beforefooter-mail-text {
    font-size: 16px;
    color: #fff;
}

.beforefooter-phone-text {
    font-size: 16px;
    color: #fff;
}

.beforefooter-phone-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 48%;
    width: 100%;
}

.beforefooter-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0px;
    align-items: center;
}

.beforefooter-mail-img {
    display: flex;
    align-items: center;
}

.beforefooter-phone-img {
    display: flex;
    align-items: center;
}

.footer-wrapper {
    display: flex;
}

.footer-wrapper-left {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.footer-wrapper-right {
    display: flex;
    width: 70%;
    justify-content: space-between;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
}

.footer-contacts-phone {
    display: flex;
    flex-direction: column;
}

.footer-information-menu {
    list-style: none;
    text-decoration: none;
}

.footer-information-menu li a {
    text-decoration: none;
    font-size: 14px;
    color: #1c2126;
    opacity: 0.9;
    line-height: 35px;
    font-weight: 500;
}

.footer-block-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 27px;
    padding-top: 48px;
}

.footer-contacts-phone a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    line-height: 36px;
}

.backcall-footer {
    padding-bottom: 22px;
}

.backcall-footer-item {
    position: relative;
    color: #344475;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    line-height: 36px;
}

.backcall-footer-item:after {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    border-bottom: 1px dashed #344475;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
    bottom: -2px;
}

.adress-footer {
    font-size: 14px;
    color: #1c2126;
    font-weight: 500;
    padding-bottom: 22px;
}

.email-footer {
    padding-bottom: 30px;
}

.email-footer a {
    font-size: 14px;
    color: #1c2126;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
}

.social-footer {
    max-width: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.visa {
    max-width: 85px;
    height: auto;
}

.social-footer-item {
    text-decoration: none;
}

.footer-block-logo-footer {
    padding-top: 34px;
}

.footer .container {
    max-width: 1400px;
    margin: 0 auto;
}

.top-slider-slick .slick-dots li.slick-active button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
    width: 100%;
    height: 5px;
    background-color: #63b4ff;
    border-radius: 5px;
    content: "";
    text-align: center;
    color: black;
    opacity: 1;
}

.top-slider-slick .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
    width: 100%;
    height: 5px;
    background-color: rgba(119, 119, 119, 0.5);
    border-radius: 3px;
    content: "";
    text-align: center;
}

.top-slider-slick .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100px;
    width: 100px;
    height: 5px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    content: "";
    text-align: center;
    border: 1px solid #707070;
}

.top-slider-slick .slick-dots li {
    width: 100px;
}

.top-slider-slick .slick-dots li.slick-active {
    max-width: 100px;
    width: 100%;
    height: 5px;
}

.top-slider-slick .slick-dots {
    bottom: 7px;
}

.footer-line-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0px;
}

.footer-line-right {
    display: flex;
    align-items: center;
}

.footer-line .container {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-line-left {
    font-size: 13px;
    color: #9f9f9f;
}

.footer-line-right-text {
    font-size: 13px;
    color: #9f9f9f;
    margin-right: 13px;
}

.breadcrump-list li:nth-child(1) {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.breadcrump-list li:nth-child(1)::before {
    position: absolute;
    content: "";
    background-image: url("/img/sydney-opera-house.png");
    width: 17px;
    height: 17px;
    left: -20px;
    top: 0px;
}

.breadcrump-list {
    position: relative;
    display: flex;
    list-style: none;
    padding: 15px 0px;
}

.breadcrump-list li a {
    text-decoration: none;
    opacity: 0.66;
    color: #707070;
}

.num5 {
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

#Form2-item-title-fore-steps {
    font-size: 11px;
    flex-direction: column;
    margin-top: -7px;
}

#Form2-item-title-five-steps {
    font-size: 11px;
    flex-direction: column;
    margin-top: -7px;
}

.big-sh {
    font-size: 18px;
}

.big-sh1 {
    margin-bottom: 10px;
}

.Form2-item-title .smaller {
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrump-list li {
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
}

.breadcrump-list span {
    font-size: 16px;
    color: #303841;
}

.breadcrump-active {
    color: #303841 !important;
    opacity: 1 !important;
}

.breadcrump {
    border: 1px solid #e8e8e8;
}

.blog .slider-news-item {
    margin: 9px;
}

.blog .useful-artickelsblock {
    justify-content: flex-start;
}

.imageContainer:empty {
    height: 0;
    border: none;
}

.pagination-numbers {
    display: flex;
    justify-content: space-between;
}

.pagination-numbers-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.pagination-numbers-list li {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    color: #344475;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
}

.pagination-numbers-list .pagination-numbers-list-active {
    background-color: #344475;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    border-radius: 3px;
}

.pagination-left {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 3px;
    margin: 0px 20px;
    cursor: pointer;
}

.pagination-right {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e8e8;
    border-radius: 3px;
    cursor: pointer;
    margin: 0px 20px;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.blog-text-wrapper p {
    font-size: 16px;
    line-height: 27px;
}

.blog-text h1 {
    font-size: 46px;
    font-weight: 700;
    color: #303841;
    padding-bottom: 20px;
    padding-top: 10px;
}

.blog-text p {
    padding-bottom: 20px;
}

.article .container {
    max-width: 1400px;
    margin: 0 auto;
}

.article-header-block {
    width: 100%;
    height: 400px;
    background-repeat: round;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-header-block {
    position: relative;
}

.article-header-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.article-header-dateblock {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 20%;
    margin: 0 auto;
    width: 83%;
    background-color: #f8f8f8;
    z-index: 1;
}

.article-header-date {
    color: #303841;
    font-size: 15px;
    margin-left: 8px;
}

.article-header-date-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-header-dateblock {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-header-articleblock {
    background-color: #63b4ff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
    color: #ffffff;
    display: block;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-right: 30px;
}

.article-main h1 {
    color: #303841;
    font-size: 42px;
    font-weight: 700;
    line-height: 56px;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.article-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.article-social-text {
    margin-bottom: 20px;
    margin-top: 30px;
}

.article-social-socialblock a {
    margin-right: 10px;
}

.article-main-alltext {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1110px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
}

.article-main-alltext img {
    object-fit: contain;
    height: auto !important;
}

.article-main-alltext img {
    padding: 50px 0px;
}

.article-main-alltext h2 {
    font-size: 24px;
    color: #303841;
    font-weight: 700;
    padding-bottom: 40px;
}

.article-main-alltext p {
    font-size: 16px;
    line-height: 29px;
    color: #303841;
    padding-bottom: 20px;
}

.article-main-alltext img {
    width: 100%;
}

.back-to-block {
    background-color: #e8e8e8;
    border-radius: 34px;
    width: 100%;
    text-decoration: none;
    max-width: 360px;
    max-height: 50px;
}

.before-to-block {
    background-color: #e8e8e8;
    border-radius: 34px;
    width: 100%;
    text-decoration: none;
    max-width: 360px;
    max-height: 50px;
    margin-bottom: 20px;
}

.next-to-block {
    background-color: #e8e8e8;
    border-radius: 34px;
    width: 100%;
    text-decoration: none;
    max-width: 360px;
    max-height: 50px;
    margin-bottom: 20px;
}

.back-to-block-item {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.back-to-block-item-round {
    border-radius: 50%;
    background-color: #344475;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    position: absolute;
    left: 5px;
}

.back-to-block-item-text {
    font-size: 13px;
    font-weight: 700;
    color: #1c2126;
    text-transform: uppercase;
}

.blog-list-wrapper {
    display: flex;
    justify-content: space-between;
}

.blog-list {
    padding-top: 40px;
}

.blog-list .container {
    max-width: 1116px;
    margin: 0 auto;
}

.before-to-block-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.next-to-block-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.blog-list .news-item {
    width: 358px;
    height: 358px;
}

.blog-list .news-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
    width: 358px;
    height: 358px;
}

.blog-list .text-wrapper-slide-news-text {
    margin-bottom: 17px;
}

.for-width {
    width: 100%;
    max-width: 330px;
}

.filters {
    background-color: #fff;
    padding: 25px 30px 15px 30px;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.filters .caption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    padding-bottom: 17px;
}

.filters .caption button {
    display: none;
    background-color: transparent;
    border: none;
    outline: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.filters .filter-options {
    margin-top: 17px;
}

.filters .filter-options .filter-category {
    border-bottom: 1px solid rgba(112, 112, 112, 0.15);
    padding: 10px 0;
}

.filters .filter-options button {
    color: #303841;
    padding-right: 25px;
    line-height: 22px;
    background-color: transparent;
    border: none;
    outline: 0;
    position: relative;
    font-family: RobotoBold, sans-serif;
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    text-align: left;
    font-weight: 700;
}

.filters .filter-options button::after {
    content: "";
    position: absolute;
    top: 33%;
    right: 0;
    width: 15px;
    height: 12px;
    background-image: url("/img/anchor.svg");
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
}

.filters .filter-options .collapse-block .filter-nav ul {
    padding: 0 0 0 7px;
    margin: 0;
    list-style-type: none;
}

.filters .filter-options .collapse-block .filter-nav ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters .filter-options .collapse-block .filter-nav ul li label {
    margin: 0;
}

.filters .filter-options .collapse-block .filter-nav ul li .badge {
    background-color: transparent;
    font-family: RobotoMedium, sans-serif;
    font-size: 13px;
    color: #777;
}

.filters .filter-options .collapse-block .collapse-in {
    display: none;
}

.filters .filter-options .collapse-block .collapse-more {
    margin-top: 5px;
    margin-left: 5px;
}

.filters .filter-options .collapse-block .collapse-more a {
    font-family: RobotoMedium, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
    color: #232323;
}

.d-none {
    display: none !important;
}

.ocf-offcanvas .ocf-offcanvas-body {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.checkbox {
    position: relative;
    display: block;
    font-family: RobotoMedium, sans-serif;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.filters .filter-options button.closed::after {
    content: "";
    position: absolute;
    top: 33%;
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.checkbox input {
    position: absolute;
    display: none;
    z-index: -1;
}

.checkbox input:checked + .checkbox__text {
    color: #344475;
}

.checkbox input:checked + .checkbox__text::before {
    border-color: #344475;
}

.checkbox input:checked + .checkbox__text::after {
    opacity: 1;
}

.checkbox__text {
    position: relative;
    font-family: RobotoMedium, sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding-left: 25px;
    color: #303841;
}

.checkbox__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #bebebe;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.checkbox__text::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 9px;
    height: 9px;
    background-color: #344475;
    opacity: 0;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}

.image__colors-item.active {
    border-radius: 50%;
    border-color: #344475;
}

.test1 .image__colors-item {
    background-size: cover;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
}

.test1 .image__colors-item label {
    position: absolute;
    top: 1px;
    z-index: 1;
    width: 100%;
}

.test1 .image__colors-item label input {
    visibility: hidden;
}

.products-slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    margin: 10px;
    outline: none;
}

.block-products-slider-wrapper {
    padding: 10px 0px;
    outline: none;
}

.block-products-slider {
    margin: 0px -10px;
}

.products-slider-item-wrapper {
    margin: 20px 0px;
    outline: none;
}

.products-slider-item-title {
    color: #303841;
    font-size: 18px;
    font-weight: 700;
    padding: 20px;
}

.products-slider-item-img {
    padding: 10px;
}

.sort {
    margin-bottom: 20px;
}

.sort-topblock {
    display: flex;
}

.catalog-wrapper {
    display: flex;
}

.sort-topblock-title {
    color: #303841;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 700;
    margin-right: 20px;
}

.sort-topblock-item {
    opacity: 0.5;
    color: #303841;
    font-family: Open Sans;
    font-size: 14px;
    margin-right: 20px;
    cursor: pointer;
}

.sort-topblock-item-active {
    opacity: 1;
    color: #303841;
    text-decoration: underline;
}

.catalog-wrapper aside {
    width: 25%;
}

.choise-filter-cross {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d2d2d2;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    cursor: pointer;
}

.choise-filter-number {
    color: #1c2126;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    margin-right: 8px;
}

.choise-filter-item-number {
    display: flex;
}

.choise-filter-item {
    display: flex;
    background-color: #f8f8f8;
    border-radius: 19px;
    align-items: center;
    padding: 9px 19px;
    margin-right: 18px;
}

.choise-filter {
    display: flex;
    background-color: #ffffff;
    padding: 29px 20px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.catalog-content {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.choise-filter-wrapper {
    display: flex;
}

.choise-filter-title {
    color: #343e48;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choise-filter-item-title {
    color: #343e48;
    opacity: 0.6;
    font-size: 14px;
    font-family: "Open Sans";
    margin-right: 11px;
}

.choise-filter-number-cross {
    display: flex;
    margin-right: 15px;
}

.clear-choise-filter {
    color: #63b4ff;
    text-decoration: underline;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
    cursor: pointer;
}

.catalog-content .cardprod-item {
    max-width: 300px;
    margin-bottom: 20px;
}

.catalog-content .cardprod-item-img {
    width: 256px;
}

.catalog-content .newprod .container {
    width: 100%;
}

.catalog-content .pagination .container {
    width: 100%;
}

.catalog-content .pagination-wrapper {
    padding: 20px 0px;
}

.blog-text-wrapper {
    padding: 29px 0px;
}

.mainTabs-tabs {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background-color: #f3f3f3;
}

.mainTabs-tabs-sofit {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    background-color: #f3f3f3;
}

.tabme {
    cursor: pointer;
    color: #242433;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f3f3f3;
    max-width: 274px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-left: 0.5px solid #e8e8e8;
    border-right: 0.5px solid #e8e8e8;
    outline: none;
}

.tabme-sofit {
    cursor: pointer;
    color: #242433;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f3f3f3;
    max-width: 274px;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-left: 0.5px solid #e8e8e8;
    border-right: 0.5px solid #e8e8e8;
    outline: none;
    pointer-events: none;
}

.mainTabs {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.mainTabs-tabContent {
    height: 0px;
    overflow: hidden;
    outline: none;
    background-color: #ffffff;
}

.mainTabs-tabContent.show {
    height: auto;
    overflow: visible;
    outline: none;
}

.mainTabs-tabContent-sofit {
    height: 0px;
    overflow: hidden;
    outline: none;
    background-color: #ffffff;
}

.mainTabs-tabContent-sofit.show {
    height: auto;
    overflow: visible;
    outline: none;
}

.mainTabs-tabContent-sofit-odnoskat {
    height: 0px;
    overflow: hidden;
    outline: none;
    background-color: #ffffff;
}

.mainTabs-tabContent-sofit-odnoskat.show {
    height: auto;
    overflow: visible;
    outline: none;
}

.pop-prod-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.activeTab {
    background-color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    padding: 10px 40px;
    box-sizing: border-box;
    border: none;
}

.cardprod {
    background-color: #f6f6f6;
    padding-top: 40px;
}

.mainTabs-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    align-items: center;
}

.pop-prod-about {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.pop-prod-about-left {
    max-width: 622px;
    width: 100%;
}

.pop-prod-about-right {
    width: 52%;
}

.my-slider-wrapper {
    display: block;
}

.slider-poduct {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-poduct {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-poduct {
    max-width: 400px;
    width: 100%;
    max-height: 404px;
    margin: 0 auto !important;
}

.slider-poduct-nav {
    display: flex;
    max-width: 400px;
    margin-right: 10px;
}

.pop-prod-about-right .image__colors-item.active {
    border-radius: 50%;
    border-color: #fed112;
}

.pop-prod-about-right .image__colors-item {
    background-size: cover;
    position: relative;
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    margin-right: 8px;
    box-shadow: 0px 12px 25px rgba(0, 12, 25, 0.16);
    box-sizing: border-box;
}

.pop-prod-about-right .image__colors-item label input {
    visibility: hidden;
}

.pop-prod-about-right .image__colors-item label {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%;
}

.number-item {
    display: flex;
    align-items: self-start;
    flex-direction: column;
}

.number-count {
    color: #5c6875;
    font-size: 15px;
    font-weight: 500;
    color: #303841;
    opacity: 0.6;
}

.number {
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 28px;
    background-color: #f6f7f9;
    height: 45px;
}

.number span {
    cursor: pointer;
}

.number input {
    height: 34px;
    width: 40px;
    text-align: center;
    font-size: 26px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    user-select: none;
}

.minus, .plus {
    width: 35px;
    height: 35px;
    padding: 8px 5px 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    user-select: none;
}

.group input, .group textarea {
    -webkit-appearance: none;
    font-family: RobotoRegular, sans-serif;
    font-size: 16px;
    padding: 6px 0px 5px 0px;
    color: #232323;
    background-color: #f6f7f9;
}

.pop-prod-about-colorhowmuch {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.pop-prod-about-colorhowmuch .cardprod-item-color {
    margin-bottom: 0px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.pop-prod-about-h1 {
    color: #303841;
    font-size: 36px;
    font-weight: 700;
}

.pop-prod-about-right .cardprod-item-stars-ets {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0px;
}

.pop-prod-about-priceSale {
    color: #303841;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 24px;
    opacity: 0.75;
    margin-right: 20px;
}

.pop-prod-about-priceSal-line {
    color: #ff0000;
    text-decoration: line-through;
}

.pop-prod-about-priceSale-wrapper {
    display: flex;
    align-items: center;
}

.pop-prod-about-priceSale-proc {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background-color: #b82500;
    padding: 7px;
}

.forVidDvascat-radio-item-img-glad img {
    display: none;
}

#my-color-productsofit2, #my-color-productsofit, #my-color-productsofit3, #my-color-productsofit4, #panesl-count-odno, #panesl-count-odno-j {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    align-items: center;
    margin: 0 auto;
}

#secForm-step3Dvascat label {
    text-align: center;
}

.with-color {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 24px;
}

#oformitzakaz1 {
}

.forVidDvascat-radio-item-img-twoImg {
    display: flex;
    flex-wrap: wrap;
}

.forVidDvascat-radio-item-img-perf img {
    display: none;
}

.activetoo {
    display: block !important;
}

.pop-prod-about-priceSale-hrn {
    font-family: "Open Sans";
    font-size: 14px;
    color: #303841;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
}

.pop-prod-about-priceSale-hrn span {
    color: #b82500;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

.pop-prod-about-priceSale-proc-wrapper {
    display: flex;
    height: 32px;
    border: 1px solid #e8e8e8;
}

.pop-prod-about-mainPrice-wrapper {
    color: #303841;
    font-size: 30px;
    font-weight: 700;
    padding-top: 10px;
}

.pop-prod-about-color-text {
    font-size: 15px;
    font-weight: 500;
    color: #303841;
    opacity: 0.6;
    padding-right: 20px
}

.pop-prod-about-buttons-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}

.pop-prod-about-addtobin {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #344475;
    border-radius: 28px;
    display: flex;
    padding: 0px 38px;
    cursor: pointer;
}

.pop-prod-about-onecklickbuy {
    text-transform: uppercase;
    color: #344475;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 28px;
    display: flex;
    padding: 0px 38px;
    cursor: pointer;
    border: 2px solid #344475;
}

.number-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.number-wrapper .socials {
    text-align: right;
    margin-top: 15px;
    display: flex;
}

.number-wrapper .socials span {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    vertical-align: middle;
    margin-right: 15px;
    max-width: 185px;
}

.number-wrapper .socials ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
    vertical-align: middle;
}

.number-wrapper .socials ul li {
    margin-right: 15px;
    justify-content: space-around;
}

.delivery-wrapper {
    margin: 30px 0px 0px 0px;
}

.var-dost {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto";
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto";
    font-size: 14px;
    margin-bottom: 10px;
}

.wrapper-deliw2 {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 0;
}

.wrapper-deliw2-item {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    margin-bottom: 5px;
}

.wrapper-deliw2-name {
    font-family: "Open Sans";
    font-size: 15px;
    color: #303841;
}

.wrapper-deliw2-price {
    font-family: "Open Sans";
    font-size: 15px;
    color: #303841;
}

.var-gar {
    font-weight: 700;
    font-family: "Roboto";
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.var-gar a {
    color: #63b4ff;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 15px;
}

.wrapper-deliw2-ico {
    display: grid;
    justify-content: end;
}

.slider-poduct-nav .slick-active {
    position: relative;
}

.slider-poduct-nav .slick-active:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    pointer-events: none;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0%;
    opacity: 0.6;
    right: -1px;
}

.slider-poduct-nav .slick-current {
    position: relative;
}

.slider-poduct-nav .slick-current:after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    z-index: 10;
    pointer-events: none;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0%;
    opacity: 0;
    right: -1px;
}

.chipper-item {
    max-width: 220px;
    width: 100%;
}

.chipper-item-all {
    max-width: 220px;
    width: 100%;
    position: relative;
}

.chipper-item-img {
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.chipper-item-img-result {
    width: 285px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.chipper-item-artic {
    color: #9e9e9e;
    font-size: 14px;
    font-family: "Open Sans";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.chipper-item-title {
    font-weight: 700;
    font-size: 18px;
    color: #303841;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
}

.chipper-item-price {
    color: #344475;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chipper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    margin: 50px 0px;
}

.chipper-wrapper-title {
    color: #303841;
    font-size: 36px;
    font-weight: 700;
    padding: 45px 0px;
}

.chipper-wrapper-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px 30px 0px;
    border-top: 1px solid #e8e8e8;
    width: 90%;
}

.chipper-ravno {
    padding: 0px 40px;
}

.chipper-plus {
    padding: 0px 30px;
}

.chipper-item-all-addtobin {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background-color: #344475;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    z-index: 4;
    cursor: pointer;
}

.chipper-item-price-all {
    color: #b82500;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chipper-item-title-all {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chipper-item-title-all-text {
    opacity: 0.6;
    color: #303841;
    font-weight: 700;
    font-size: 20px;
}

.chipper-item-title-all-price {
    opacity: 0.6;
    color: #303841;
    font-weight: 700;
    font-size: 20px;
    text-decoration: line-through;
}

.chipper-item-img-result img {
    position: absolute;
}

.chipper-item-all .chipper-item-img {
    position: absolute;
}

.chipper-item-all .chipper-item-img-first {
    left: -22px;
    z-index: 3;
}

.chipper-item-all .chipper-item-img-second {
    left: 40px;
    z-index: 2;
}

.chipper-item-all .chipper-item-img-third {
    left: 97px;
    z-index: 1;
}

.sameprod-slider {
    margin: 0px -10px;
}

.sameprod-slider .cardprod-item {
    max-width: inherit;
    margin: 0px 10px;
}

.sameprod-wrapper-title {
    color: #303841;
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 22px;
}

.compare-item-title-buttons-item .newprod-buttons-up-center {
    width: 40px;
    height: 40px;
}

.compare-item-title-buttons-item .newprod-buttons-up-right {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.compare-item-title-buttons-item .choise-filter-cross {
    width: 40px;
    height: 40px;
}

.compare-item-title-buttons-item {
    display: flex;
}

.compare-item-title-price-item {
    color: #b82500;
    font-size: 18px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.compare-item-title-name-item {
    color: #303841;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.compare-item-title {
    display: flex;
    padding: 20px;
    height: 156px;
    box-sizing: border-box;
}

.compare-item-title-img {
    width: 90px;
    height: 90px;
}

.compare-item-title-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.compare-item {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #d6d8da;
    border-bottom: 1px solid #d6d8da;
    border-top: 1px solid #d6d8da;
}

.compare-item-start {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #d6d8da;
    padding-top: 157px;
}

.compare-item-start .compare-item-value:last-child {
    border-bottom: 1px solid #d6d8da;
}

.compare-item-start .compare-item-value {
    border-left: 1px solid #d6d8da;
}

.compare {
    background-color: #ffffff;
}

.compare-item-value {
    color: #303841;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px 10px 20px;
    border-top: 1px solid #d6d8da;
}

.compare-item-button {
    background-color: #344475;
    border-radius: 27px;
    box-shadow: 0px 3px 6px rgba(52, 68, 117, 0.36);
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    cursor: pointer;
}

.compare-item-button-wrapper {
    border-top: 1px solid #d6d8da;
}

.compare-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 0px;
}

.compare-main-title {
    padding: 30px 0px 50px 0px;
}

.compare-item-start .compare-item-value:nth-child(2) {
    background-color: rgba(52, 68, 117, 0.05);
}

.compare-item .compare-item-value:nth-child(3) {
    background-color: rgba(52, 68, 117, 0.05);
}

.checkout-item-title {
    height: 70px;
    width: 100%;
    background-color: #f6f6f6;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.checkout-item-number {
    position: absolute;
    left: 20px;
    z-index: 0;
    color: rgba(52, 68, 117, 0.15);
    font-size: 50px;
    font-weight: 700;
}

.checkout-item-arrow {
    position: absolute;
    right: 25px;
}

.checkout-item-title-text {
    color: #303841;
    font-size: 24px;
    font-family: "Muller";
    font-weight: 700;
    padding-left: 40px;
}

.checkout-item {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    max-width: 548px;
    width: 100%;
    box-sizing: border-box;
}

.form_radio_group-wrapper {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 30px 10px;
    border-bottom: 1px solid #d6d8da;
    margin-bottom: 30px;
}

.form_radio_group {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
}

.form_radio_group input[type="radio"] {
    display: none;
}

.form_radio_group label {
    display: flex;
    cursor: pointer;
    padding: 14px;
    user-select: none;
    filter: grayscale(100%);
    align-items: center;
    height: 102px;
    box-sizing: border-box;
}

.form_radio_group label:hover {
    color: #666;
}

.form_radio_group .form_radio_group-item:first-child label {
    border-radius: 6px 0 0 6px;
}

.form_radio_group .form_radio_group-item:last-child label {
    border-radius: 0 6px 6px 0;
}

.form_radio_group input[type="radio"]:checked + label {
    background: #ffffff;
    filter: grayscale(0%);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
}

.form_radio_group input[type="radio"]:disabled + label {
    background: #efefef;
    color: #666;
}

.form_radio_group-item {
    display: inline-block;
    max-width: 238px;
}

.custom-select {
    position: relative;
    width: 100%;
}

.custom-select select {
    display: none;
}

.select-selected {
    width: 100%;
    height: 50px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    margin-bottom: 20px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    background-image: url(/img/arrowmini.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
}

.select-items div:not(:last-child), .select-selected {
    color: #828482;
    padding: 8px 16px;
    border-bottom: 1px solid #e8e8e8;
    cursor: pointer;
    font-size: 14px;
    font-family: "Muller";
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-items div:last-child, .select-selected {
    color: #828482;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Muller";
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 26px;
    margin-bottom: 20px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.form_radio_group-item-name {
    font-size: 16px;
    font-weight: 700;
    color: #343e48;
}

.form_radio_group-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #343e48;
    opacity: 0.6;
}

.form_radio_group-item-name-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.form_radio_group-item-img {
    display: flex;
    align-items: center;
}

.checkout-item-form {
    padding: 0px 30px;
}

.infoWrapper__right-yourname {
    border: none;
    outline: none;
    display: block;
    width: 94%;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.5);
    background: transparent;
    transition: all 0.5s ease-in-out;
    padding-right: 100px;
    box-sizing: border-box;
    padding-left: 20px;
}

.infoWrapper__right-yourname:focus {
    border-bottom: 1px solid #000000;
}

.infoWrapper__right-yourname:focus::-webkit-input-placeholder {
    text-indent: 85%;
    transition: text-indent 0.3s ease;
}

.infoWrapper__right-yourphone {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.5);
    background: transparent;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
    padding-right: 100px;
    box-sizing: border-box;
}

.infoWrapper__right-yourphone:focus {
    border-bottom: 1px solid #000000;
}

.infoWrapper__right-yourtext {
    border: none;
    outline: none;
    display: block;
    resize: none !important;
    width: 100%;
    font-size: 13px;
    padding: 6px 0 4px 10px;
    border: 1px solid rgba(183, 183, 183, 0.5);
    border-radius: 6px;
    background: transparent;
    max-height: 140px;
    transition: all 0.5s ease-in-out;
    padding-right: 100px;
    box-sizing: border-box;
    background-color: #f7f8fa;
}

.infoWrapper__right-yourtext:focus {
    border-bottom: 1px solid #000000;
}

.infoWrapper__right-yoursend {
    border: none;
    outline: none;
    max-width: 235px;
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
}

.phoneBad {
    color: #ff5a29;
    border-bottom: 1px solid #ff5a29 !important;
    position: relative;
    background-image: url("../img/danger.png");
    background-repeat: no-repeat;
    background-position: left;
}

.ipat-item {
    position: relative;
}

.ipat-item-likeplace {
    color: #818181;
    font-size: 13px;
    position: absolute;
    z-index: 0;
}

.neon_border {
    width: 90%;
    height: 100%;
    padding: 20px;
    margin: auto;
    border: 2px #000 solid;
}

.form-title {
    text-align: center;
}

.form-item {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    margin-bottom: 26px;
}

.d8 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d8 textarea {
    resize: vertical;
    min-height: 100px;
}

.d8 button {
    display: block;
    width: 100%;
    padding: 5px;
    margin: auto;
    background: #ccc;
    border: none;
}

.d8 input:focus, .d8 textarea:focus {
    outline: none;
    transition-duration: 0.3s;
    box-shadow: none;
}

.d8 input:focus + label, .d8 input:not(:placeholder-shown) + label, .d8 textarea:focus + label, .d8 textarea:not(:placeholder-shown) + label {
    left: 80%;
}

.d8 input:focus::-webkit-input-placeholder, .d8 textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}

.d9 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d9 textarea {
    resize: vertical;
    min-height: 100px;
}

.d9 input:focus, .d9 textarea:focus {
    outline: none;
    transition-duration: 0.3s;
    box-shadow: none;
}

.d9 input:focus + label, .d9 input:not(:placeholder-shown) + label, .d9 textarea:focus + label, .d9 textarea:not(:placeholder-shown) + label {
    left: 80%;
}

.d9 input:focus::-webkit-input-placeholder, .d9 textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}

.d10 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d10 textarea {
    resize: vertical;
    min-height: 100px;
}

.d10 input:focus, .d10 textarea:focus {
    outline: none;
    transition-duration: 0.3s;
    box-shadow: none;
}

.d10 input:focus + label, .d10 input:not(:placeholder-shown) + label, .d10 textarea:focus + label, .d10 textarea:not(:placeholder-shown) + label {
    left: 80%;
}

.d10 input:focus::-webkit-input-placeholder, .d10 textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}

.d11 label {
    position: absolute;
    left: 10px;
    top: 17px;
    transition: left 0.5s;
}

.d11 textarea {
    resize: vertical;
    min-height: 100px;
}

.d11 input:focus, .d11 textarea:focus {
    outline: none;
    transition-duration: 0.3s;
    box-shadow: none;
}

.d11 input:focus + label, .d11 input:not(:placeholder-shown) + label, .d11 textarea:focus + label, .d11 textarea:not(:placeholder-shown) + label {
    left: 65%;
}

.d11 input:focus::-webkit-input-placeholder, .d11 textarea:focus::-webkit-input-placeholder {
    opacity: 1;
}

.myclass {
    right: 0px;
    left: auto;
    transition: all 0.5s ease-in-out;
}

.form_radio_group-title {
    opacity: 0.75;
    color: #343e48;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.checkout-item-form-title {
    opacity: 0.75;
    color: #343e48;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 20px;
}

.checkout-item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.form_radio_group-sec .form_radio_group-item-name {
    max-width: 113px;
}

.checkout-product-block-item-left {
    display: flex;
}

.checkout-product-img {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.checkout-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkout-product-title {
    color: #303841;
    font-size: 18px;
    font-family: "Muller";
    font-weight: 700;
}

.checkout-product-price {
    color: #344475;
    font-size: 24px;
    font-family: "Muller";
    font-weight: 700;
}

.checkout-product-block-item {
    display: flex;
    padding: 15px 0px;
    border-bottom: 1px solid #e8e8e8;
    margin-right: 30px;
}

.checkout-product-bin-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.checkout-product-howmuch .minus, .checkout-product-howmuch .plus {
    width: 25px;
    height: 25px;
    padding: 8px 5px 8px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    user-select: none;
    background-color: #344475;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 3px;
}

.checkout-product-howmuch .number {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 15px;
    background-color: #f8f8f8;
    height: 29px;
    box-sizing: border-box;
    margin-top: 10px;
}

.checkout-product-howmuch .number input {
    height: 29px;
    width: 40px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    user-select: none;
    background-color: #f8f8f8;
}

.checkout-product-title-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    max-width: 240px;
}

.checkout-product-block {
    height: 450px;
    overflow-y: scroll;
}

.checkout-product-block::-webkit-scrollbar {
    width: 4px;
    background: #344475;
}

.checkout-product-block::-webkit-scrollbar-track {
    background-color: #344475;
}

.checkout-product-block::-webkit-scrollbar-track-piece {
    background-color: #e5e5e5;
}

.checkout-product-block::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #344475;
    border-radius: 5px;
}

.checkout-product-block::-webkit-scrollbar-corner {
    background-color: #999;
}

.checkout-product-block::-webkit-resizer {
    background-color: #666;
}

.checkout-product-amount {
    display: flex;
    justify-content: space-between;
    margin: 0px 35px;
    padding: 24px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.checkout-product-amount-right-item-blockone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: end;
    grid-gap: 46px;
}

.checkout-product-amount-right-item-blocktwo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: end;
    grid-gap: 46px;
}

.checkout-product-amount-left-item {
    opacity: 0.75;
    color: #344475;
    font-size: 14px;
    font-weight: 500;
}

.checkout-product-amount-right-item-blockone-text, .checkout-product-amount-right-item-blocktwo-text {
    color: #303841;
    font-family: "Muller";
    font-size: 16px;
    text-transform: uppercase;
}

.checkout-product-amount-right-item-blockone-price, .checkout-product-amount-right-item-blocktwo-price {
    font-size: 20px;
    font-weight: 700;
    color: #303841;
}

.btnNext-second{ color: #fff;}

.checkout-product-total {
    display: flex;
    justify-content: space-between;
    margin: 0px 35px;
    padding: 24px 0px;
}

.checkout-product-total-right-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: end;
    grid-gap: 46px;
}

.checkout-product-total-right-item-text {
    font-family: "Muller";
    font-weight: 700;
    font-size: 18px;
    color: #344475;
}

.checkout-product-total-right-item-price {
    font-family: "Muller";
    font-weight: 700;
    font-size: 23px;
    color: #344475;
}

.checkout-product-total-button {
    width: 100%;
    height: 50px;
    background-color: #344475;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    cursor: pointer;
}

.checkout-product-total-button-wrapper {
    margin: 23px 35px;
}

.checkout-product-total-button-text {
    color: #ffffff;
    font-family: "Muller";
    text-transform: uppercase;
    margin-right: 18px;
}

.checkout-product-total-button-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-product-total-bonus {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.checkout-product-total-bonus span {
    color: #ff4646;
}

.akcii h1 {
    font-size: 46px;
    font-weight: 700;
    color: #303841;
    padding-bottom: 20px;
    padding-top: 10px;
}

.akcii-main-item-wrapper {
    width: 47%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    margin: 10px;
}

.akcii-main-img {
    margin-bottom: 20px;
    position: relative;
}

.akcii-main-img img {
    width: 100%;
    height: 100%;
}

.akcii-main-img-button {
    text-transform: uppercase;
    font-family: "Muller";
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 40px;
    background-color: #344475;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
}

.akcii-main-alltext-title {
    font-size: 24px;
    font-weight: 700;
    color: #303841;
    position: relative;
}

.akcii-main-alltext-title::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 80px;
    height: 3px;
    background-color: #344475;
}

.akcii-main-alltext {
    padding: 0px 30px 20px 30px;
}

.akcii-main-alltext-text {
    margin-top: 25px;
    margin-bottom: 20px;
    height: 111px;
    overflow: hidden;
}

.akcii-main-alltext-text p {
    font-size: 16px;
    font-weight: 500;
    color: #303841;
    line-height: 29px;
}

.akcii-main-alltext-text-date {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    color: #d63635;
}

.akcii-main-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.akcii-single-wrapper .akcii-main-item-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.akcii-single-newprod .newprod-visible {
    justify-content: space-between;
}

.Vidssoeden4roofstepflex {
    display: flex;
    flex-wrap: wrap;
}

#simplecheckout_payment_form {
    padding: 38px !important;
}

#simplecheckout_payment_form h2 {
    padding-bottom: 10px;
}

#simplecheckout_payment_form p {
    padding-bottom: 10px;
}

.content-success-h1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-success-h1 ~ p {
    padding-bottom: 4px;
}

.akcii-single-newprod .cardprod-item {
    margin-bottom: 20px;
}

.akcii-single-newprod .sort {
    margin-top: 40px;
    margin-bottom: 30px;
}

.contacts-left-item-worktime-wrapper {
    border-top: 1px solid #d6d8da;
    color: #303841;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans";
    line-height: 32px;
    padding-top: 20px;
}

.contacts-left-item-adress {
    color: #343e48;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px;
}

.contacts-left-item-mail {
    margin-bottom: 20px;
}

.contacts-left-item-mail a {
    color: #343e48;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.contacts-left-item-phones-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    justify-content: space-between;
}

.contacts-left-item-phones-name {
    color: #343e48;
    font-size: 14px;
    font-weight: 500;
}

.contacts-left-item-phones-phone a {
    color: #303841;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.contacts-left-item-phones {
    width: 80%;
}

.contacts-left-wrapper {
    background-color: #ffffff;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    padding: 30px;
    border-radius: 6px;
}

.contacts-left-item .social-footer {
    margin-bottom: 30px;
}

.contacts-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.contacts-right-map {
    height: 100%;
}

.contacts-right-wrapper {
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}

.contacts-left-item-logo {
    margin-bottom: 30px;
}

.backcall-block-contacts-wrapper {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding-top: 56px;
    padding-bottom: 86px;
    margin-top: 60px;
    margin-bottom: 82px;
}

.backcall-block-contacts-item {
    max-width: 1258px;
    margin: 0 auto;
}

.backcall-block-contacts-item-title {
    text-align: center;
    color: #303841;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.backcall-block-contacts-item-text {
    text-align: center;
    margin-bottom: 50px;
    color: #303841;
    font-size: 15px;
}

.wishlist-wrapper {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 20px;
}

.wishlist-right-item {
    background-color: #ffffff;
    margin-bottom: 40px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    padding: 40px 50px;
}

.wishlist-right .newprod-visible {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    grid-gap: 20px;
}

.wishlist-right-ordre-table-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.wishlist-right-ordre-table-item-title {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.ordre-table-item-one-title {
    align-self: center;
    justify-self: center;
    padding: 26px 0px;
    color: #acafb3;
    font-size: 14px;
    font-weight: 600;
}

.ordre-table-item-one {
    align-self: center;
    justify-self: center;
    padding: 26px 0px;
    color: #5d656e;
    font-family: "Open Sans";
    font-size: 14px;
}

.ordre-table-item-one:nth-child(1) {
    font-weight: 600;
}

.ordre-table-item-one:nth-child(2) {
    font-weight: 400;
}

.ordre-table-item-one:nth-child(4) {
    font-weight: 700;
}

.ordre-table-item-one:nth-child(5) {
    font-weight: 600;
}

.ordre-table-item-one a {
    color: #4f94d5;
    font-size: 14px;
    font-weight: 600;
}

.wishlist-right-ordre-table-item:nth-child(even) {
    background-color: #f8f9fb;
}

.wishlist-right-ordre-item {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.wishlist-right-bonus-item {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 50px;
}

.wishlist-right-bonus-title {
    color: #303841;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}

.wishlist-right-bonus-title span {
    color: #ff4b4b;
    font-size: 42px;
    font-weight: 700;
    padding: 0px 15px;
}

.wishlist-right-bonus-text {
    color: #303841;
    font-size: 16px;
    line-height: 27px;
}

.wishlist-right-bonus-text-button a {
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 15px;
    height: 50px;
    max-width: 372px;
    font-weight: 700;
    border-radius: 27px;
    background-color: #344475;
    box-shadow: 0px 3px 6px rgba(52, 68, 117, 0.36);
    margin-top: 30px;
}

.ourgarant-firsr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.ourgarant-firsr-item {
    width: 28%;
}

.ourgarant-firsr-img {
    margin-bottom: 20px;
}

.ourgarant-firsr-title {
    font-size: 22px;
    color: #344475;
    font-weight: 700;
    margin-bottom: 20px;
}

.ourgarant-firsr-text {
    font-size: 15px;
    color: #394a54;
    font-weight: 500;
    margin-bottom: 20px;
}

.howwedo {
    display: flex;
    flex-direction: column;
}

.howwedo-pinc {
    color: #113a53;
    font-size: 14px;
    font-weight: 600;
}

.howwedo-how {
    color: #113a53;
    font-size: 40px;
    font-weight: 800;
    margin-top: 10px;
}

.nums {
    margin-bottom: 70px;
    margin-top: 40px;
}

.nums-wrapper {
    display: flex;
    justify-content: space-between;
}

.nums-item {
    width: 30%;
}

.nums-item-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 240px;
}

.nums-item-title {
    color: #344475;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 30px;
    padding-top: 30px;
}

.nums-item-text {
    font-size: 14px;
    font-weight: 500;
    color: #394a54;
    line-height: 27px;
    padding-bottom: 30px;
}

.about-right-item-text p {
    color: #303841;
    line-height: 29px;
    font-size: 16px;
    padding-bottom: 70px;
    padding-top: 40px;
    font-weight: 500;
}

.about-right-item-img {
    margin-top: 35px;
}

.about-right-item-imgsec {
    margin-bottom: 90px;
}

.about-right-bonus-item .d9 .form-item {
    max-width: 340px;
}

.about-right-bonus-item .d9 form {
    max-width: 1118px;
}

.reviews-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.reviews .installation-intro {
    width: 100%;
}

.installation-intro p {
    font-size: 16px;
    color: #303841;
    line-height: 27px;
    text-align: center;
}

.reviews-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.reviews-button-link {
    height: 50px;
    padding-left: 55px;
    padding-right: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #344475;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 27px;
}

.reviews-item {
    background-color: #ffffff;
    padding: 4% 10%;
    margin-bottom: 50px;
    max-width: 1260px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.reviews-item-top {
    display: flex;
    align-items: center;
    position: relative;
}

.reviews-item-top-ava {
    margin-right: 20px;
}

.reviews-item-top-name {
    color: #232323;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.reviews-item-top-from-cavickki {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.reviews-item-top-from {
    color: #343e48;
    opacity: 0.65;
    font-size: 15px;
    font-weight: 500;
}

.reviews-item-cener {
    font-size: 32px;
    font-weight: 700;
    color: #232323;
    line-height: 46px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.reviews-item-bottom p {
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    line-height: 30px;
}

.reviews-item-bottom-images img {
    margin: 10px;
    height: 150px;
    width: 184px;
    object-fit: cover;
}

.reviews-item-bottom-images {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.reviews .container {
    max-width: 1402px;
}

.reviews-wrapper h1 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 30px;
}

.howto-shipping {
    color: #344475;
    font-size: 16px;
    font-weight: 700;
    font-family: "Open Sans";
    text-transform: uppercase;
    padding-bottom: 28px;
}

.shipping-item-list {
    padding-bottom: 20px;
    margin-left: 20px;
}

.shipping-item-list li {
    list-style: none;
    position: relative;
    color: #343e48;
    font-family: "Open Sans";
    line-height: 25px;
    font-size: 15px;
}

.shipping-item-list li:before {
    position: absolute;
    content: url(../img/elipse.png);
    left: -20px;
    top: -2px;
}

.shipping-item-text {
    padding-bottom: 30px;
}

.shipping-item-text p {
    color: #343e48;
    line-height: 28px;
    font-family: "Open Sans";
    font-size: 15px;
}

.shipping-attention {
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 6px;
    width: fit-content;
}

.shipping-attention-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 700;
    background-color: #344475;
    border-radius: 26px;
    height: 40px;
    font-size: 14px;
}

.shipping-attention-text {
    padding: 0px 18px;
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 600;
}

.newpost-title-text p {
    font-size: 14px;
    font-family: "Open Sans";
    color: #303841;
    line-height: 23px;
    text-align: center;
}

.newpost-title {
    color: #262c48;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.newpost-item {
    width: 20%;
}

.newpost-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.newpost-img img {
    padding: 20px 0px;
}

.shipping-newpost {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.shipping {
    margin-top: 40px;
}

.shipping-h1 {
    margin-bottom: 40px;
}

.guarantee p {
    font-size: 16px;
    color: #303841;
    line-height: 29px;
    padding-bottom: 40px;
}

.guarantee a {
    font-weight: 700;
    text-decoration: none;
}

.сertificates-item {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    justify-content: space-between;
    margin-bottom: 40px;
}

.сertificates-item img {
    max-width: 290px;
    width: 100%;
    height: 416px;
    margin: 10px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px rgba(10, 48, 41, 0.2);
}

.about-right-bonus-item h1 {
    margin-bottom: 40px;
}

.сertificates-item-text {
    font-size: 16px;
    font-weight: 500;
    color: #303841;
    line-height: 29px;
    text-align: center;
}

.installation-steps-img {
    position: relative;
    height: 314px;
    max-width: 404px;
    width: 100%;
}

.installation-steps-number {
    width: 60px;
    height: 60px;
    background-color: #f8f8f8;
    position: absolute;
    border-radius: 50%;
    top: -30px;
    left: 30px;
}

.installation-steps-number-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background-color: #63b4ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
}

.installation-steps-text {
    width: 100%;
    padding: 20px;
    display: flex;
    position: absolute;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    z-index: 1;
    background-color: #ffffff;
    top: 100%;
    color: #303841;
    font-weight: 500;
    line-height: 27px;
    font-size: 15px;
}

.installation-steps-img {
    cursor: pointer;
}

.installation-steps-img:hover .installation-steps-text {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out;
}

.installation-steps-wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.installation-steps-item {
    margin-top: 70px;
}

.installation-wrapper-title {
    color: #303841;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 20px;
    max-width: 1116px;
    margin: 0 auto;
}

.installation-wrapper-undertitle {
    color: #303841;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.installation-wrapper {
    padding-top: 80px;
}

.installation-info-title {
    color: #303841;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 40px;
}

.installation-info-wrapper-item {
    display: flex;
}

.installation-info-wrapper {
    padding: 40px 0px;
}

.installation-info-item-sec {
    padding-left: 50px;
    padding-top: 80px;
    width: 50%;
}

.installation-info-item {
    width: 50%;
}

.installation {
    background-color: #ffffff;
}

.installation-error {
    background-color: #ffffff;
    padding: 80px 0px;
}

.installation-info-text p {
    color: #303841;
    line-height: 16px;
    font-weight: 500;
    line-height: 29px;
    font-size: 16px;
}

.installation-error-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
}

.installation-error-img-wrapper img {
    margin: 10px;
    max-width: 500px;
    width: 100%;
}

.instalation-save-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
}

.instalation-social .socials {
    text-align: right;
    display: flex;
    margin-left: 20px;
}

.instalation-social .socials ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 0;
    vertical-align: middle;
}

.instalation-social .socials ul li {
    margin-right: 15px;
    justify-content: space-around;
}

.instalation-save {
    display: flex;
    align-items: center;
    margin-right: 80px;
}

.instalation-save a {
    color: #344475;
    font-size: 16px;
    font-weight: 500;
    padding-left: 15px;
}

.instalation-social .socials span {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    margin-right: 15px;
}

.grid-item-absol {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 0px;
}

.grid-item img {
    width: 100%;
    height: 100%;
}

.grid-item {
    margin: 12px;
    width: 23%;
    cursor: pointer;
}

.grid-item:hover .grid-item-absol {
    opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out;
    left: 20px;
    bottom: 35px;
    right: 20px;
}

.grid-item-absol-year {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 20px;
    display: none;
}

.grid-item-absol-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 20px;
    line-height: 36px;
}

.grid-item-absol-text {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
}

.portfolio-text-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px;
}

.portfolio-text-bottom p {
    font-size: 16px;
    color: #303841;
    line-height: 29px;
}

.fof-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1136px;
    margin: 80px auto;
}

.fof-left {
    width: 470px;
    height: 470px;
    background-color: #e8e8e8;
    position: relative;
}

.fof-left-img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.fof-right {
    max-width: 556px;
}

.fof-right-notf {
    font-size: 46px;
    color: #303841;
    font-weight: 700;
    padding-bottom: 30px;
}

.fof-right-nottext {
    font-size: 16px;
    color: #303841;
    line-height: 27px;
    font-weight: 500;
    padding-bottom: 30px;
}

.fof-right-tomain {
    display: flex;
}

.fof-right-tomain a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #344475;
    text-decoration: none;
    height: 55px;
    padding-right: 50px;
    padding-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
}

.param-calc {
    display: flex;
}

.param-calc-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.first-radio-item {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 174px;
    height: 150px;
    position: relative;
    z-index: 5;
}

.first-radio-item input[type="radio"]:checked + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #63b4ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.first-radio-item input[type="radio"] + label {
    cursor: pointer;
}

.first-radio-item input[type="radio"] + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.first-radio-item input[type="radio"] {
    display: none;
}

.first-radio-item-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.first-radio-item-title {
    position: absolute;
    bottom: -35px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.first-radio-item input[type="radio"]:checked + label .first-radio-item-title:before {
    width: 44px;
    height: 2px;
    content: "";
    background-color: #63b4ff;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.first-tab {
    display: flex;
    max-width: 1014px;
    width: 100%;
    justify-content: space-between;
}

.calculator .tabme {
    text-shadow: 1px 1px 2px #000;
    color: #ffffff;
    border: none;
    justify-content: flex-start;
    width: initial;
    font-size: 38px;
    font-weight: 700;
    background-color: transparent;
    pointer-events: none;
}

.calculator .tabme-sofit {
    text-shadow: 1px 1px 2px #000;
    color: #ffffff;
    border: none;
    justify-content: flex-start;
    width: initial;
    font-size: 38px;
    font-weight: 700;
    background-color: transparent;
    pointer-events: none;
}

.calculator .activeTab {
    background-color: #f8f8f8 !important;
    padding: 0px 0px;
    color: #63b4ff !important;
}

.calculator .mainTabs-tabs {
    max-width: 584px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    padding-left: 12px;
    background-color: transparent;
}

.calculator .mainTabs-tabs-sofit {
    max-width: 584px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    padding-left: 12px;
    background-color: transparent;
}

.calculator .mainTabs-tabContent {
    background-color: transparent;
}

.calculator .mainTabs-tabContent-sofit {
    background-color: transparent;
}

.calculator .mainTabs {
    border: none;
}

.svgtab {
    margin: 0 auto;
    display: flex;
}

.svgtab2 {
    margin: 0 auto;
    display: flex;
}

.bluebackbeforcolor {
    color: #d3e7fa !important;
}

#blueclass1 {
    position: relative;
    color: #d3e7fa;
}

#blueclass1:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 14px;
    background-color: #63b4ff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

#weblueclass1 {
    position: relative;
    color: #d3e7fa;
}

#weblueclass1:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 14px;
    background-color: #63b4ff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.bluebackbefor {
    position: absolute;
    content: "";
    top: -20px;
    left: 18px;
    background-color: #63b4ff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

#divblueclass1 {
    width: 162px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 31px;
}

#wedivblueclass1 {
    width: 162px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 31px;
}

#divblueclass2 {
    width: 167px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 35px;
}

#wedivblueclass2 {
    width: 167px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 35px;
}

#divblueclass3 {
    width: 170px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 31px;
}

#divblueclass4 {
    width: 160px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 37px;
}

#wedivblueclass3 {
    width: 170px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 31px;
}

#wedivblueclass4 {
    width: 160px;
    height: 13px;
    position: absolute;
    top: -16px;
    left: 37px;
}

.blueback {
    background-color: #63b4ff;
}

.calculator .pop-prod-wrapper {
    align-items: center;
    padding-top: 52px;
}

.btnPrevious {
    text-decoration: none;
    height: 52px;
    color: #344475;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin: 0px 15px;
}

.btnPrevious-sofit {
    text-decoration: none;
    height: 52px;
    color: #344475;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin: 0px 15px;
    display: none;
}

.newPrevious {
    text-decoration: none;
    height: 52px;
    color: #344475;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin: 0px 15px;
}

.mainTabs-tabContent .select__head::after, .mainTabs-tabContent-sofit .select__head::after {
	position: absolute;
}

#tabs-sofit .mainTabs-tabContent-sofit--sofit1 .btnNextPrev-wparpper {
	margin-top: 0;
}

.mainTabs-tabContent-sofit--sofit2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mainTabs-tabContent-sofit--sofit1 .firsrtForm-wrapper {
	justify-content: center;
}
.mainTabs-tabContent-sofit--sofit3 {
	margin-top: 20px;
}
.mainTabs-tabContent-sofit--sofit3 .formSofitWrap, .mainTabs-tabContent-sofit--sofit3 .formSofitWrap form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0;
}
.formSofitWrap__item {
	display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 20px;
}
.formSofitWrap__item label {
	margin-bottom: 15px;
}
.btnWrapper {
	width: 100%;
}
.btnWrapper .btnNext {
	max-width: 200px;
	margin: 25px auto;
}
.mainTabs-tabContent-sofit--sofit4 .param-calc-table-all-one {
	grid-template-columns: repeat(2,1fr);
}
.mainTabs-tabContent-sofit--sofit4 input {
	border: 0;
	background: 0;
	font-size: 16px;
	text-align: center;
}
.firsrtFormStep2-radio-item-title {
	font-weight: normal;
    font-size: 16px;
    line-height: 19px;
}
#modalLogin2 {
	z-index: 10501111;
}
#tabs-sofit .mainTabs-tabContent-sofit:last-child .Form2-item {
	margin: 15px 0;
}

#calc-def .btnNext,  #tabs-sofit .btnNext{
    text-decoration: none;
    height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #344475;
    cursor: pointer;
    margin: 0px 15px;
}

.btnPreviousnotActive {
    text-decoration: none;
    height: 52px;
    color: #777777;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #f8f8f8;
    cursor: pointer;
    margin: 0px 15px;
    display: none!important;
}

.undervidugolsod {
    display: flex;
    flex-wrap: wrap;
}

.vidsoedsofits {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.btnNextPrev-wparpper {
    display: flex;
    margin-top: 115px;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
    position: relative;
}

.qty1 {
    width: 100%;
    height: 55px;
    border: 1px solid #8a8a8a;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
}

#notRightCalc {
    display: none;
    text-align: center;
    top: -67%;
    color: #e45844;
    position: absolute;
    font-size: 11px;
}

.qty1 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

#calc-def #calculator{margin-top:20px;}

.cardprod-item-color {
    justify-content: flex-start;
}

.Form2 {
    display: flex;
}

.Form2-item {
    position: relative;
    margin: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.calculator .cardprod-item-color {
    width: 170px;
    height: 170px;
    display: flex;
    flex-wrap: wrap;
}

.select-item {
    position: relative;
    margin: 0px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 296px;
    width: 100%;
}

.lengthRoof-item {
    position: relative;
    max-width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Form2-item-label {
    position: absolute;
    right: 10px;
    top: 16px;
    color: #9e9e9e;
    font-size: 12px;
    font-family: "Open Sans";
}

.Form2-item-iputWrapper {
    position: relative;
}

.total {
    display: none;
}

.lengthRoof-item-wrapper {
    display: flex;
}

.Form2-item-title {
    margin: 20px 0px;
    text-align: center;
}

.calculator .cardprod-item-color {
    width: 170px;
    height: 170px;
    display: flex;
    flex-wrap: wrap;
}

.calculator .cardprod-item .image__colors-item {
    width: 50px;
    height: 50px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.calculator .cardprod-item .image__colors-item.active {
    border: 3px solid #63b4ff;
    border-radius: inherit;
    box-sizing: border-box;
}

.calculator .cardprod-item .image__colors-item label {
    height: 100%;
    top: 0px;
    cursor: pointer;
}

.calculator .cardprod-item {
    background-color: transparent;
    border: none;
    margin-right: 66px;
}

.wishlist .cardprod-item-stars-ets {
    display: flex;
}

.wishlist .cardprod-item-articul {
    display: flex;
}

.wishlist .cardprod-item-buy {
    display: flex;
}

.wishlist .cardprod-item {
    max-width: 100%;
}

.wishlist .cardprod-item-img {
    margin: 0 auto;
}

.Formlast-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 264px;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    flex-direction: row-reverse;
    margin-right: 20px;
}

.qty2 {
    width: 16px;
    height: 16px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
}

.Formlast-item-label {
    right: 10px;
    top: 16px;
    color: #9e9e9e;
    font-size: 12px;
    font-family: "Open Sans";
    cursor: pointer;
    padding: 18px 0px;
    width: 100%;
    text-align: right;
}

.Formlast {
    display: flex;
    margin-bottom: 24px;
}

.Formlast-wrapper-left {
    display: flex;
    flex-direction: column;
}

.underFormlast-right-item {
    position: relative;
    max-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.item-color-title {
    color: #303841;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
}

.Formlast-right-title {
    color: #303841;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.Formlast-right-undertitle {
    color: #1c2126;
    opacity: 0.5;
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 15px;
}

.calculator .pop-prod-wrapper-totop {
    align-items: baseline;
}

.param-calc-item-leftcell {
    color: #5d656e;
    font-size: 15px;
    font-family: "Open Sans";
    padding-right: 40px;
}

.param-calc-item-rightcell {
    color: #5d656e;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
}

.param-calc-title {
    color: #344475;
    font-size: 18px;
    font-weight: 700;
    font-family: "Open Sans";
    text-align: center;
    margin-bottom: 30px;
}

.param-calc {
    border-top: 1px solid #e8e8e8;
    padding-top: 40px;
}

.param-calc-table-all-title {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    border-bottom: 1px solid #d6d8da;
}

.param-calc-wrapper-table-all {
    max-width: 1116px;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.param-calc-wrapper {
    width: 100%;
}

.param-calc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 1116px;
    margin: 0 auto;
}

.param-calc-table-all-one {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.param-calc-table-all-title-item {
    text-transform: uppercase;
    font-size: 14px;
    color: #303841;
    font-weight: 600;
    opacity: 0.4;
    align-self: center;
    justify-self: center;
    padding: 26px 0px;
}

.param-calc-table-all-title {
    background-color: #ffffff;
}

.param-calc-table-all-one-item {
    align-self: center;
    justify-self: center;
    padding: 26px 0px;
    color: #5d656e;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 500;
    text-align: center;
}

.param-calc-table-all-one-item-price {
    align-self: center;
    justify-self: center;
    padding: 26px 0px;
    color: #5d656e;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 700;
}

.param-calc-table-all-one:nth-child(even) {
    background-color: #ffffff;
}

.print-download-wrapper {
    max-width: 1116px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    padding: 22px 0px;
}

#forms{margin: 20px 0;}

.print-download-wrapper {
    display: flex;
	width: 100%;
    justify-content: space-between;
    align-items: center;
}

.print-download-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.total-print-download-wrapper {
    display: flex;
}

.print-download-buttons-round {
    width: 45px;
    height: 45px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 16px;
}

.print-download-buttons-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #344475;
    font-size: 14px;
    font-weight: 600;
    font-weight: 600;
}

.print-download-buttons-link-wrapper1 {
    margin-right: 40px;
}

.total-print-download-text {
    color: #344475;
    font-size: 18px;
    font-weight: 700;
    font-family: "Muller";
    margin-right: 25px;
}

.total-print-download-price {
    color: #344475;
    font-size: 18px;
    font-weight: 700;
    font-family: "Muller";
}

.tab-top {
    height: 0px;
    overflow: hidden;
    outline: none;
    /*background-color: #f8f8f8;*/
}

.tab-top.show {
    height: auto;
    overflow: visible;
    outline: none;
}

.textdnone {
    display: none;
}

.btnNextPrev-wparpper-reset {
    display: flex;
    margin-top: 115px;
    width: 100%;
    justify-content: center;
    padding-top: 40px;
}

.tab-top-step-title {
    color: #c2c2c2;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
}

.tab-top-step-undertitle {
    color: #303841;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#calc-def .takeorder {
    text-decoration: none;
    height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #344475;
    cursor: pointer;
    margin: 0px 15px;
}

.textdinherit {
    display: inherit;
}

.allinputIn {
    display: none;
    text-align: center;
    top: -36%;
    position: absolute;
    color: #e45844;
}

.allinputIn2 {
    display: none;
    text-align: center;
    top: -36%;
    color: #e45844;
    position: absolute;
}

.allinputIn3 {
    display: none;
    text-align: center;
    top: -36%;
    color: #e45844;
    position: absolute;
}

.allinputIn4 {
    display: none;
    text-align: center;
    top: -36%;
    color: #e45844;
    position: absolute;
}

.allinputInnone {
    display: none !important;
}

.modal {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modalS {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal2 {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal3 {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal4 {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal5 {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal6 {
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.bottomForm {
    max-width: 454px;
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.modalS .modal-body {
    padding: 45px 98px;
}

.prmn-cmngr-cities__search {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    outline: none !important;
    background: none !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 100% !important;
    color: #000 !important;
    font-size: 14px !important;
    padding: 16px 0 16px 10px;
}

.bottomForm .consultation-form {
    padding: 0px 30px 50px 30px;
    border: none;
}

.bottomForm3 {
    max-width: 840px;
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.bottomForm3 .consultation-form {
    padding: 0px 30px 50px 30px;
    border: none;
}

.bottomForm3-Portfolio {
    max-width: 1140px;
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
}

.modal_close {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_closeS {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_close2 {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_close3 {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_close4 {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_close5 {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_close6 {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #6d757c;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.5s ease-in-out;
    justify-content: space-between;
    margin: 10px;
    background-color: #f6f6f6;
    height: 80px;
    border-radius: 3px;
}

.modal_close-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_close-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    transition: background 0.5s ease-in-out;
    margin-top: 0px;
    background-color: #344475;
    margin-left: 10px;
}

.modal_close-btn span {
    width: 17px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.modal_close-btn span:nth-child(1) {
    transform: rotate(45deg);
}

.modal_close-btn span:nth-child(2) {
    transform: rotate(-45deg);
}

.Login-form-wrapper {
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.Login-form-wrapper form {
    width: 100%;
}

.Successful-form-wrapper {
    display: flex;
    flex-direction: column;
    padding: 15px 30px 40px 30px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.Successful-form-wrapper form {
    width: 100%;
}

.modal_close-btn-wrapper {
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.modal_close-title {
    color: #303841;
    font-size: 24px;
    font-weight: 700;
    font-family: "Muller";
    text-decoration: none;
}

.form-input-wrapper {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.Fast-buy-item-label {
    position: absolute;
    right: 18px;
    top: 17px;
    color: #b82500;
    font-size: 14px;
    font-family: "Open Sans";
}

#Fast-buy-input1 {
    font-size: 14px;
    font-family: "Open Sans";
}

#Fast-buy-input1::placeholder {
    font-size: 14px;
    font-family: "Open Sans";
}

#Fast-buy-input2 {
    font-size: 14px;
    font-family: "Open Sans";
}

#Fast-buy-input2::placeholder {
    font-size: 14px;
    font-family: "Open Sans";
}

#Fast-buy-input3 {
    font-size: 14px;
    font-family: "Open Sans";
}

#Fast-buy-input3::placeholder {
    font-size: 14px;
    font-family: "Open Sans";
}

#beforefooter-phone {
    font-size: 14px;
    font-family: "Open Sans";
}

#beforefooter-phone::placeholder {
    font-size: 14px;
    font-family: "Open Sans";
}

.form-input-modal {
    width: 100%;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
}

.form-input-modal::placeholder {
    color: #1c2126;
    font-size: 14px;
    opacity: 1;
}

.form-input-modal::-webkit-input-placeholder {
    color: #1c2126;
    font-size: 14px;
    opacity: 1;
}

.form-button-modal {
    text-decoration: none;
    height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #344475;
    cursor: pointer;
    width: 100%;
    outline: none;
    border: none;
    margin: 0 auto;
}

#checkbox-1 {
    transform: scale(1.3);
    opacity: 0.9;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox-custom-label {
    color: #4a4a4a;
    font-size: 16px;
}

.checkbox-custom-label span {
    color: #41aa83;
    font-size: 16px;
    font-weight: 500;
}

.saveme-forgot-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.forgot-password a {
    color: #63b4ff;
    font-size: 14px;
    font-family: "Open Sans";
    white-space: nowrap;
}

.saveme-check {
    display: flex;
    align-items: center;
}

.social-login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 30px 20px;
    margin: 0px 30px;
    border-top: 1px solid #d6d8da;
}

.social-login-likefooter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login-title {
    color: #303841;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

.social-login-images {
    display: none!important;
    margin-bottom: 20px;
}

.social-login-images a {
    text-decoration: none;
    margin: 0 8px;
    bottom: 20px;
}

.ulogin-buttons-container {
    text-align: center;
    margin-bottom: 20px;
    margin: 0 auto;
    width: auto;
}

.ulogin_form {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px 0!important;
}

.social-login-likefooter-haveakk {
    color: #303841;
    font-family: "Open Sans";
    font-size: 14px;
}

.social-login-likefooter-reg a {
    color: #63b4ff;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    padding-left: 7px;
}

.modalFeedback-wrapper {
    display: flex;
}

.modalPortfolio-wrapper {
    display: flex;
    flex-direction: column;
}

.bottomForm-wrapper {
    width: 100%;
}

.modalFeedbac-img {
    margin: 10px;
}

.modalFeedbac-slider-wrapper {
    max-height: 540px;
    height: 100%;
    position: relative;
}

.tick-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.under-ticktext-wrapper {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.Fast-buy-button-noactive {
    color: #ffffff;
    background-color: #d5d7de;
    pointer-events: none;
}

.modal6 .modal_close6 {
    background-color: transparent;
    height: 40px;
    padding: 20px 30px 0px 30px;
    margin: 0px;
}

.modal6 .Login-form-wrapper {
    padding-top: 0px;
}

.modal6 .modal_close-wrapper {
    width: 100%;
}

.modal6 .modal_close-title {
    font-size: 16px;
    font-weight: 600;
}

.modalPortfolio-title {
    font-size: 28px;
    font-weight: 700;
    color: #232323;
    align-self: flex-start;
    margin-bottom: 20px;
}

.nazad-vpered-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
}

.modalPortfolio-button {
    max-width: 246px;
}

.blue-round-modalPortfolio {
    width: 42px;
    height: 42px;
    background-color: #344475;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blue-round-modalPortfolio-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.blue-round-modalPortfolio-wrapper a {
    text-transform: uppercase;
    color: #344475;
    font-size: 13px;
    font-weight: 700;
    margin: 12px;
}

.headerMobile {
    display: none;
}

.mobile-bin-buttons .checkout-product-total-right-item {
    justify-items: center;
}

.mobile-bin-buttons {
    width: 90%;
    margin: 0 auto;
}

.mobile-bin-buttons #Fast-buy-button-id1 {
    margin-bottom: 20px;
}

.mobile-bin-buttons .checkout-product-total-right-item {
    margin-bottom: 20px;
}

.back-to-block-item-round:last-child {
    transform: rotate(180deg);
}

.select {
    position: relative;
    max-width: 296px;
    width: 100%;
}

.select__head {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66, 67, 72, 0.8);
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
}

.select__head::after {
    width: 10px;
    height: 5px;
    background: #fff url("../img/my-arrow-bot.png") no-repeat center/cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: "";
    display: block;
    transition: 0.2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #f8f9fa;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d9d9d9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

.about-right-item-imgsec img {
    width: 100%;
    height: 100%;
}

.fancybox-container {
    z-index: 9999999999999999999 !important;
}

#forescatImg4none {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#lengthRoof-item-lengthRoofThree {
    display: none;
}

#lengthRoof-item-lengthRoofFore {
    display: none;
}

#forescatImg4shest04Gscat {
    margin: 0 auto;
}

#forescatImg4shest05Tscat {
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 11991px) {
    .sort-topblock .select__list {
        display: flex !important;
        top: inherit !important;
        position: inherit !important;
        background: transparent !important;
        box-shadow: none;
        border: none;
    }

    .sort-topblock .select {
        width: 100%;
        display: flex !important;
        max-width: 100% !important;
    }

    .sort-topblock .select__head {
        display: none;
    }

    .sort-topblock .select__list .select__item {
        border: none;
    }

    .sort-topblock .select__item.active {
        text-decoration: underline;
    }

    .sort-topblock .sort-topblock-title {
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
}

.installation-steps-img img {
    max-width: 404px;
    max-height: 314px;
    width: 100%;
    height: auto;
}

#divblueclass44 {
    left: 7px;
}

.catalog-content .cardprod-item-img {
    margin: 0 auto;
}

.instalation-save-social {
    padding-bottom: 30px;
}

.menu-open-desctop {
    opacity: 1;
    visibility: visible;
    display: block !important;
}

.header_catalog-title-span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 22px;
    height: 17px;
    margin-right: 36px;
}

.header_catalog-title-span span {
    width: 100%;
    height: 3px;
    background-color: #344475;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.header_catalog-title-span.activete span {
    position: absolute;
    top: 5px;
}

.header_catalog-title-span.activete span:nth-child(1) {
    transform: rotate(45deg);
}

.header_catalog-title-span.activete span:nth-child(2) {
    display: none;
}

.header_catalog-title-span.activete span:nth-child(3) {
    transform: rotate(-45deg);
}

.beforefooter-mail-wrapper-fblock {
    display: contents;
}

.beforefooter-phone-wrapper-fblock {
    display: contents;
}

#firsrtForm-step2 {
    display: none;
}

#firsrtForm-step3 {
    display: none;
    flex-direction: column;
    align-items: center;
    margin-top: 39px !important;
}

#firsrtFormTwo-step3 {
    display: none;
}

#secForm-step3 {
    display: none;
    flex-direction: column;
    align-items: center;
}

#forAllcolor {
    display: none;
}

#forVid {
    display: flex;
}

#forVidkarniz {
    display: none;
}

#forAllcolorkarniz {
    display: none;
}

#lastForm-count1 {
    display: none;
}

#lastForm-count1carniz {
    display: none;
}

#forAllcolorDvascat {
    display: none;
}

#forVidDvascat {
    display: flex;
}

#VidssoedenDvascat {
    display: none;
    justify-content: center;
    margin-bottom: 100px !important;
}

#secForm-step3Dvascat {
    display: none;
    flex-direction: column;
    align-items: center;
}

#lastForm-count1carnizDvascat {
    display: none;
}

#forAllcolor4roof {
    display: none;
}

#forVid4roof {
    display: none;
}

#Vidssoeden4roof {
    display: none;
    justify-content: center;
    margin-bottom: 100px !important;
}

#secForm-step34roof {
    display: none;
    flex-direction: column;
    align-items: center;
}

#lastForm-count1carniz4roof {
    display: none;
}

#Vidssoeden {
    display: none;
    justify-content: center;
    margin-bottom: 100px !important;
}

#forms form {
    margin: 10px;
}

.nextbtnver2 {
    background-color: red;
    width: fit-content;
}

.total-count1-soeden1-wrapper {
    display: none;
}

.total-count1-soeden2-wrapper {
    display: none;
    flex-direction: column;
}

.total-count1-soeden1Dvascat-wrapper {
    display: none;
}

.total-count1-soeden2Dvascat-wrapper {
    display: none;
    flex-direction: column;
}

.total-count1-soeden14roof-wrapper {
    display: none;
}

.total-count1-soeden24roof-wrapper {
    display: none;
}

#forms-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#firsrtForm {
    display: flex;
}

.firsrtFormStep2-wrapper {
    padding-bottom: 100px;
    box-sizing: border-box;
    display: none;
    justify-content: center;
}

.firsrtForm-radio-item {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 174px;
    height: 150px;
    position: relative;
    z-index: 5;
}

.firsrtFormStep2-radio-item {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    position: relative;
    z-index: 5;
    margin: 12px;
}

.FormfortwoStep3-radio-item {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 174px;
    height: 150px;
    position: relative;
    z-index: 5;
}

.forVidDvascat-radio-item {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 174px;
    height: 150px;
    position: relative;
    z-index: 5;
}

.forVidDvascat-radio-item input[type="radio"] {
    cursor: pointer;
}

.forVidDvascat-radio-item input[type="radio"] + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.forVidDvascat-radio-item input[type="radio"] {
    display: none;
}

.forVidDvascat-radio-item input[type="radio"]:checked + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #63b4ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.FormfortwoStep3-radio-item input[type="radio"] {
    cursor: pointer;
}

.FormfortwoStep3-radio-item input[type="radio"] + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.FormfortwoStep3-radio-item input[type="radio"] {
    display: none;
}

.FormfortwoStep3-radio-item input[type="radio"]:checked + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #63b4ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.firsrtFormStep2-radio-item input[type="radio"] {
    cursor: pointer;
}

.firsrtFormStep2-radio-item input[type="radio"] + label:before {
    width: 244px;
    height: 240px;
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.firsrtFormStep2-radio-item input[type="radio"] {
    display: none;
}

.firsrtFormStep2-radio-item input[type="radio"]:checked + label:before {
    width: 240px;
    height: 240px;
    content: "";
    border: 2px solid #63b4ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.firsrtForm-radio-item input[type="radio"] {
    cursor: pointer;
}

.firsrtForm-radio-item input[type="radio"] + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.firsrtForm-radio-item input[type="radio"] {
    display: none;
}

.firsrtForm-radio-item input[type="radio"]:checked + label:before {
    width: 160px;
    height: 160px;
    content: "";
    border: 2px solid #63b4ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
}

.forVidDvascat-radio-item-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.firsrtFormStep2-radio-item-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.firsrtFormStep2-radio-item-img img {
    width: 90%;
}

.firsrtFormStep2-radio-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.firsrtForm-radio-item-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.forVidDvascat-radio-item-title {
    position: absolute;
    bottom: -62px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.firsrtFormStep2-radio-item-title {
    position: absolute;
    bottom: -62px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.firsrtFormStep2-radio-item-title {
    position: absolute;
    bottom: -62px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.firsrtForm-radio-item-title {
    position: absolute;
    bottom: -35px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.firsrtForm-wrapper {
    padding-bottom: 100px;
    box-sizing: border-box;
}

.FormfortwoStep3 {
    padding-bottom: 100px;
    display: none;
    justify-content: center;
}

.forVidDvascat-radio-item input[type="radio"]:checked + label .firsrtFormStep2-radio-item-title:before {
    width: 44px;
    height: 2px;
    content: "";
    background-color: #63b4ff;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.FormfortwoStep3-radio-item input[type="radio"]:checked + label .firsrtFormStep2-radio-item-title:before {
    width: 44px;
    height: 2px;
    content: "";
    background-color: #63b4ff;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.firsrtFormStep2-radio-item input[type="radio"]:checked + label .firsrtFormStep2-radio-item-title:before {
    width: 44px;
    height: 2px;
    content: "";
    background-color: #63b4ff;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.firsrtForm-radio-item input[type="radio"]:checked + label .firsrtForm-radio-item-title:before {
    width: 44px;
    height: 2px;
    content: "";
    background-color: #63b4ff;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.forVidDvascat-radio-item input[type="radio"]:checked + label .forVidDvascat-radio-item-title:before {
    width: 44px;
    height: 2px;
    content: "";
    background-color: #63b4ff;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 3;
}

.Formforone-step3-wrapper {
    order: 4;
}

.lastForm-count1-wrapper {
    order: 5;
}

.Formfordwa-step3Dvascat-wrapper {
    order: 4;
}

.lastForm-count1carnizDvascat-wrapper {
    order: 5;
}

.Formfordwa-step3-wrapper {
    order: 4;
}

.lastForm-count1carniz-wrapper {
    order: 5;
}

.FormfordwaStep34roof-wprapper {
    order: 4;
}

.sort-topblock .select {
	position: relative;
	max-width: 296px;
	width: 100%;
}

.select__head {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	padding: 14px 15px;
	font-size: 14px;
	line-height: 18px;
	color: rgba(66, 67, 72, 0.8);
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
	background-color: #F7F8FA;
	box-sizing: border-box;
	border-radius: 26px;
	align-items: center;
}

.select__head::after {
	width: 10px;
	height: 5px;
	background: #FFF url('/image/catalog/my-arrow-bot.png') no-repeat center / cover;
	position: static;
	right: 20px;
	bottom: 50%;
	transform: none;
	content: '';
	display: block;
	transition: .2s ease-in;
	margin-left: 5px;
}
.mainTabs-tabContent .select__head::after, .mainTabs-tabContent-sofit .select__head::after {
	position: absolute;
}

.select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
	width: 7px;
	background-color: #F8F9FA;
	padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D9D9D9;
}

.select__list .select__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
}

.select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}
.calculator, .product-special_offer .akcii-main, .compare, .blog-list {
	padding-bottom: 50px;
}

.select__head {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
	padding: 14px 15px;
	font-size: 14px;
	line-height: 18px;
	color: rgba(66, 67, 72, 0.8);
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
	background-color: #F7F8FA;
	box-sizing: border-box;
	border-radius: 26px;
	align-items: center;
}

.select__head::after {
	width: 10px;
	height: 5px;
	background: #FFF url('/image/catalog/my-arrow-bot.png') no-repeat center / cover;
	position: static;
	right: 20px;
	bottom: 50%;
	transform: none;
	content: '';
	display: block;
	transition: .2s ease-in;
	margin-left: 5px;
}
.mainTabs-tabContent .select__head::after, .mainTabs-tabContent-sofit .select__head::after {
	position: absolute;
}

.select__head.open::after {
	transform: translateY(50%) rotate(180deg);
}

.select__list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	max-height: 205px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424348;
	scrollbar-color: dark;
	scrollbar-width: thin;
	overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
	width: 7px;
	background-color: #F8F9FA;
	padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #D9D9D9;
}

.select__list .select__item {
	position: relative;
	border-top: 1px solid rgba(224, 229, 231, 0.5);
	padding: 10px 15px;
	cursor: pointer;
	list-style-type: none;
}

.select__list .select__item:hover {
	background-color: rgba(224, 229, 231, 0.5);
}
.calculator, .product-special_offer .akcii-main, .compare, .blog-list {
	padding-bottom: 50px;
}

img.calcImg--Disable, 
.printHeader, 
.printFooter, 
.printFooter__bottom, 
#cart--mob, 
.productArticle {
	display: none;
}

#tabs-sofit .tabme-sofit {
    text-shadow: 1px 1px 2px #000;
    color: #ffffff;
    border: none;
    justify-content: flex-start;
    width: initial;
    font-size: 38px;
    font-weight: 700;
    background-color: transparent;
}

#tabs-sofit {
    width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#tabs-sofit .mainTabs-tabContent-sofit {
    background-color: transparent;
}

#tabs-sofit .mainTabs-tabs-sofit {
    max-width: 584px;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    padding-left: 12px;
    background-color: transparent;
}

#tabs-sofit .activeTab {
    background-color: #f8f8f8 !important;
    padding: 0px 0px;
    color: #63b4ff !important;
}

.blueback-sec {
    color: #d3e7fa !important;
}

.weq3 {
    width: 100%;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
    border: 1px solid #8a8a8a;
}

.weq4 {
    width: 100%;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
    border: 1px solid #8a8a8a;
}

.weq1 {
    width: 100%;
    height: 55px;
    border: 1px solid #8a8a8a;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
    border: 1px solid #8a8a8a;
}

.weq2 {
    width: 100%;
    height: 55px;
    border: 1px solid #8a8a8a;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
    border: 1px solid #8a8a8a;
}

.weq5 {
    width: 100%;
    height: 55px;
    border: 1px solid #e8e8e8;
    background-color: #f7f8fa;
    box-sizing: border-box;
    border-radius: 26px;
    padding: 8px 16px;
    outline: none;
    position: relative;
    max-width: 206px;
    padding-right: 48%;
}

.nextbtnver2 {
    text-decoration: none;
    height: 52px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0px 50px;
    border: 2px solid #344475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #344475;
    cursor: pointer;
    margin: 0px 15px;
}

.form-before-button {
    display: flex;
}

.form-before-button-final {
    display: none !important;
}

.form-before-button-final {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.with-color {
    display: none !important;
}

@media screen and (max-width: 1840px) {
    .container {
        width: 90%;
    }

    .blog .container {
        width: 100%;
    }

    .blog .slider-news-item {
        margin: 7px;
    }
}

@media screen and (max-width: 1680px) {
    .container {
        width: 90%;
    }

    .top-slider-slick-title {
        font-size: 29px;
    }

    .newprod .cardprod-item {
        margin-bottom: 20px;
    }

    .actionprod .cardprod-item {
        margin-bottom: 20px;
    }

    .news-item {
        width: 340px;
    }

    .news-item:before {
        width: 340px;
    }

    .checkout-item {
        margin: 10px;
    }

    .checkout-product-total {
        flex-wrap: wrap;
    }

    .checkbox__text {
        margin-bottom: 10px;
        display: block;
    }

    .checkout-product-total-right {
        margin: 0 auto;
    }

    .d10 .form-item {
        max-width: 310px;
    }

    .d10 .custom-select {
        max-width: 310px;
    }

    .d11 .form-item {
        max-width: 310px;
    }

    .d9 form {
        width: 97%;
    }

    .installation-error-img-wrapper img {
        width: 30%;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        width: 90%;
    }

    .akcii-main-item-wrapper {
        width: 40%;
    }

    .akcii-main-wrapper {
        justify-content: center;
    }

    .news-item {
        width: 320px;
    }

    .news-item:before {
        width: 320px;
    }

    .top-slider-slick-text {
        top: 41%;
    }
}

@media screen and (max-width: 1440px) {
    .container {
        width: 90%;
    }

    .top-slider-slick-textunder {
        font-size: 14px;
    }

    .top-slider-slick-title {
        font-size: 22px;
    }

    .useful-textblock {
        max-width: 213px;
    }

    .header_logo-description {
        display: none;
    }

    .text-wrapper-slide-news-title {
        font-size: 19px;
    }

    .catalog-wrapper {
        justify-content: space-between;
    }

    .catalog-content {
        width: 72%;
    }

    .pop-prod-about-right .cardprod-item-stars-ets {
        padding-right: 20px;
    }

    .wrapper-deliw2 {
        padding-right: 20px;
    }

    .delivery-wrapper {
        padding-right: 20px;
    }

    .chipper-item {
        max-width: 188px;
    }

    .cardprod-item-price-ets {
        flex-direction: column;
    }

    .checkout-product-amount-right-item {
        margin-top: 20px;
    }

    .checkout-product-amount {
        flex-direction: column;
    }

    .contacts-left-item-phones {
        width: 100%;
    }

    .wishlist .cardprod-item-price-ets {
        flex-direction: row;
        margin: 0 auto;
    }

    .d10 .form-item {
        max-width: 260px;
    }

    .d10 .custom-select {
        max-width: 260px;
    }

    .d11 .form-item {
        max-width: 260px;
    }

    .about-right-bonus-item .d9 .form-item {
        max-width: 239px;
    }

    .d9-button {
        max-width: 239px;
    }

    .backcall-block-contacts-item-text {
        padding: 0px 14px;
    }

    .about-right-bonus-item .d9 form {
        width: 90%;
    }
}

@media screen and (max-width: 1360px) {
    .container {
        width: 90%;
    }

    .news-item {
        width: 300px;
    }

    .news-item:before {
        width: 300px;
    }

    .chipper-wrapper-items {
        flex-wrap: wrap;
    }

    .chipper-item-img-result {
        margin-top: 30px;
    }

    .chipper-item {
        max-width: 220px;
    }

    .pop-prod-about-left {
        max-width: 500px;
    }

    .pop-prod-about-right {
        width: 58%;
    }

    .d9 .form-item {
        max-width: 340px;
    }

    .d9 form {
        width: 96%;
    }
}

@media screen and (max-width: 1280px) {
    .header_bottom .container {
        width: 98%;
    }

    .container {
        width: 90%;
    }

    .top-slider-wrapper {
        flex-direction: column;
    }

    .top-slider-rightArea-item {
        flex-direction: row;
        width: 100%;
    }

    .top-slider-slick-title {
        font-size: 31px;
    }

    .top-slider-leftArea {
        width: 100%;
    }

    .useful-textblock {
        max-width: 200px;
    }

    .news-item {
        width: 286px;
    }

    .news-item:before {
        width: 286px;
    }

    .d10 .form-item {
        max-width: 230px;
    }

    .d10 .custom-select {
        max-width: 230px;
    }

    .d11 .form-item {
        max-width: 230px;
    }

    .grid-item {
        width: 30%;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 90%;
    }

    .blog .useful-artickelsblock {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .bottomseoblock-left h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .container {
        width: 90%;
    }

    .section-header-desctop {
        display: none;
    }

    .headerMobile {
        display: flex;
        position: fixed !important;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        z-index: 999;
    }

    .headerMobile-wrapper {
        width: 100%;
        height: 70px;
        box-sizing: border-box;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
    }

    .header_mobile-btn-wrapper-menu {
        display: flex;
        position: relative;
        width: 40px;
        height: 40px;
        background-color: #344475;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }

    .mobile-header_cart-image {
        display: flex;
        position: relative;
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

    .header_mobile-btn-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 56%;
        height: 42%;
    }

    .header_mobile-btn-wrapper span {
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }

    .activete {
        height: 30%;
    }

    .header_mobile-btn-wrapper.activete span {
        position: absolute;
        top: 5px;
    }

    .header_mobile-btn-wrapper.activete span:nth-child(1) {
        transform: rotate(45deg);
    }

    .header_mobile-btn-wrapper.activete span:nth-child(2) {
        display: none;
    }

    .header_mobile-btn-wrapper.activete span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .catalog-mobile-menu-button-span.activete span {
        position: absolute;
        top: 5px;
    }

    .catalog-mobile-menu-button-span.activete span:nth-child(1) {
        transform: rotate(45deg);
    }

    .catalog-mobile-menu-button-span.activete span:nth-child(2) {
        display: none;
    }

    .catalog-mobile-menu-button-span.activete span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .mobile_header_search {
        position: relative;
    }

    .mobile_header_search input {
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        outline: none;
        color: #909090;
        background-color: transparent;
        padding: 10px 40px 10px 75px;
        width: 100%;
        font-size: 13px;
        font-weight: 500;
        box-sizing: border-box;
    }

    .mobile_header_search button {
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        outline: none;
    }

    .mobile_header_search img {
        position: absolute;
        left: 40px;
        top: 7px;
        z-index: 1;
        cursor: pointer;
    }

    .mobile_search {
        display: none;
        height: 50px;
    }

    .top-slider-wrapper {
        margin-left: 0px;
    }

    .top-slider-rightArea-item img {
        width: 100%;
        height: auto;
    }

    .header_mobile-block {
        position: fixed;
        left: -100%;
        top: 0%;
        transition: left 0.5s ease-in-out;
        z-index: 9999;
        background-color: #fff;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease-in-out;
        border-top: 1px solid #c0c0c03d;
    }

    .bin-wrapper {
        position: fixed;
        left: -100%;
        top: 0%;
        transition: left 0.5s ease-in-out;
        z-index: 9999;
        background-color: #fff;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease-in-out;
    }

    .bin-wrapper .checkout-product-block-wrapper {
        width: 100%;
    }

    .opened {
        top: 70px;
        left: 0;
        overflow: scroll;
        height: 90vh;
        display: block;
        overflow-x: hidden;
        transition: all 0.5s ease-in-out;
    }

    .fixedbody {
        position: fixed;
        width: 100%;
    }

    .zindexclass {
        z-index: -1;
    }

    .header_mobile-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .header-menu-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .header-menu-catalog {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 35px;
    }

    .header-menu-catalog ul {
        list-style: none;
    }

    .catalog-mobile-menu-menu {
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #344475;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        display: none;
    }

    .catalog-mobile-menu-menu-flex {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px;
    }

    .catalog-mobile-menu-menu-flex ul {
        list-style: none;
    }

    .catalog-mobile-menu-menu-flex ul li {
        padding: 10px 0px;
    }

    .catalog-mobile-menu-menu-flex ul li a {
        text-decoration: none;
        color: #ffffff;
    }

    .header-menu-catalog ul li {
        text-align: center;
        padding: 14px 0px;
        border-bottom: 1px solid #e8e8e8;
    }

    .header-menu-catalog ul li {
        text-align: center;
        padding: 10px 0px;
        border-bottom: 1px solid #e8e8e8;
    }

    .header-menu-catalog ul li a {
        font-size: 15px;
        color: #303841;
        font-weight: 500;
        text-decoration: none;
    }

    .catalog-mobile-menu-button-wrapper {
        color: #344475;
        border-radius: 25px;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
        width: 90%;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        padding: 16px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #344475;
        margin: 25px auto;
        margin-bottom: 0px;
        transition: all 0.5s ease-in-out;
    }

    .catalog-mobile-menu-button-wrapper-active {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        transition: all 0.5s ease-in-out;
    }

    .catalog-mobile-menu-button-text {
        color: #ffffff;
    }

    .catalog-mobile-menu-button-span {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 22px;
        height: 16px;
        margin-right: 20px;
    }

    .catalog-mobile-menu-button-span span {
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    }

    .mobile_header_cart-count {
        width: 16px;
        height: 16px;
        background-color: #63b4ff;
        position: absolute;
        right: -6px;
        bottom: -1px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        font-family: "Manrope", sans-serif;
    }

    .catalog-mobile-menu-phone-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 22px;
    }

    .catalog-mobile-menu-phone-wrapper a {
        color: #303841;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 9px;
        text-decoration: none;
    }

    .catalog-mobile-menu-backckol {
        color: #344475;
        font-size: 14px;
        font-weight: 600;
        font-family: "Open Sans";
        position: relative;
    }

    .catalog-mobile-menu-backckol::after {
        position: absolute;
        content: "";
        bottom: 0px;
        width: 100%;
        border-bottom: 1px dashed #344475;
        left: 0px;
    }

    .catalog-mobile-menu-adress-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .catalog-mobile-menu-adress {
        color: #343e48;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 22px;
    }

    .catalog-mobile-menu-mail a {
        color: #343e48;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }

    .catalog-mobile-menu-social {
        display: flex;
        max-width: 200px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
        padding-bottom: 100px;
    }

    .top-slider-wrapper {
        display: flex;
        flex-direction: column;
    }

    .top-slider-leftArea {
        width: 100%;
    }

    body {
        margin-top: 52px;
    }

    .top-slider .container {
        width: 100%;
    }

    .top-slider-rightArea-item {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .top-slider-rightArea-item img {
        width: 48%;
        margin: 8px;
    }

    .newprod-title-beforeblock {
        flex-wrap: wrap;
    }

    .newprod-visible {
        justify-content: center;
    }

    .newprod-hidden {
        justify-content: center;
    }

    .actionprod-visible {
        justify-content: center;
    }

    .cardprod-item {
        margin: 6px;
        max-width: 155px;
    }

    .cardprod-item-img {
        height: auto;
    }

    .cardprod-item-color {
        display: none;
    }

    .cardprod-item-stars-ets {
        display: none;
    }

    .cardprod-item-buy {
        display: none;
    }

    .mainTabs-tabContent .cardprod-item-color {
        display: flex;
    }

    .mainTabs-tabContent .cardprod-item-stars-ets {
        display: flex;
    }

    .mainTabs-tabContent .cardprod-item-buy {
        display: flex;
    }

    .catalog .cardprod-item-buy {
        display: flex;
    }

    .catalog .cardprod-item-color {
        display: flex;
    }

    .catalog .cardprod-item-stars-ets {
        display: flex;
    }

    .catalog .cardprod-item-articul {
        display: block;
    }

    .cardprod-item-articul {
        display: none;
    }

    .sameprod .cardprod-item-buy {
        display: flex;
    }

    .sameprod .cardprod-item-color {
        display: flex;
    }

    .sameprod .cardprod-item-stars-ets {
        display: flex;
    }

    .sameprod .cardprod-item-articul {
        display: block;
    }

    .cardprod-item-articul {
        display: none;
    }

    .newprod-visible-forafter {
        position: relative;
    }

    .newprod-visible-forafter:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 80px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
        background: linear-gradient(rgba(255, 255, 255, 0), #fff);
        bottom: 0;
        left: 0;
        z-index: 5;
    }

    .load-more-plus {
        display: none;
    }

    .useful {
        display: none;
    }

    .bottomseoblock-wrapper {
        flex-wrap: wrap;
    }

    .bottomseoblock-right {
        margin: 30px auto;
        margin-bottom: 0px;
    }

    .bottomseoblock-right-img-block {
        display: flex;
        justify-content: center;
    }

    .akcii-main-item-wrapper {
        width: 100%;
    }

    .installation-info-wrapper-item {
        flex-direction: column;
        align-items: center;
    }

    .installation-info-item-sec {
        width: 100%;
        padding-left: initial;
    }

    .installation-info-item {
        width: 100%;
    }

    .installation-info-item iframe {
        width: 100% !important;
    }

    .installation-info-title {
        font-size: 17px;
    }

    .installation-steps-img {
        height: 230px;
    }

    .first-tab {
        flex-wrap: wrap;
    }

    .first-radio-item {
        margin-bottom: 68px;
    }
}

@media screen and (max-width: 1000px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }

    .top-slider-slick-textunder {
        font-size: 9px;
        line-height: 9px;
    }

    .top-slider-slick-title {
        font-size: 18px;
    }

    .top-slider-leftArea {
        margin-bottom: 40px;
    }

    .top-slider-slick .slick-dots {
        bottom: -36px;
    }

    .top-slider-slick .slick-dots li.slick-active {
        max-width: 50px;
    }

    .top-slider-slick .slick-dots li {
        width: 50px;
    }

    .top-slider-slick .slick-dots li button:before {
        max-width: 50px;
        width: 50px;
    }

    .productRewies-left-buttons-all2 {
        top: calc(64% - 56px);
    }

    .top-slider-slick-text {
        top: 37%;
    }

    .top-slider-button {
        padding: 250px 330px;
        font-size: 0px;
        /* height: 22px; */
    }

    .top-slider-slick-text {
        width: 67%;
    }

    .sertifblock {
        display: none;
    }

    .newprod-title-beforeblock-new {
        text-align: center;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .bottomseoblock-left-title {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 20px;
    }

    .bottomseoblock-left-title h2 {
        margin-left: 0;
        margin-top: 20px;
    }

    .beforefooter-wrapper {
        flex-wrap: wrap;
    }

    .beforefooter-mail-wrapper {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .razdel {
        display: none;
    }

    .beforefooter-phone-wrapper {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .beforefooter-mail-wrapper-fblock {
        display: flex;
        margin-bottom: 15px;
    }

    .beforefooter-phone-wrapper-fblock {
        display: flex;
        margin-bottom: 15px;
    }

    .beforefooter-mail-mailinput {
        width: 100%;
    }

    .d6 form {
        width: 100%;
    }

    .d7 form {
        width: 100%;
    }

    .beforefooter-phone-phoneinput {
        width: 100%;
    }

    .beforefooter-mail-text {
        font-size: 15px;
    }

    .beforefooter-phone-text {
        font-size: 15px;
    }

    .beforefooter-mail-img {
        margin-right: 20px;
    }

    .beforefooter-phone-img {
        margin-right: 20px;
    }

    .footer-wrapper-right {
        display: none;
    }

    .footer-wrapper-left {
        width: 100%;
    }

    .footer-block-logo-footer {
        display: flex;
        justify-content: center;
    }

    .footer-contacts-phone {
        align-items: center;
    }

    .backcall-footer {
        display: flex;
        justify-content: center;
    }

    .adress-footer {
        text-align: center;
    }

    .email-footer {
        text-align: center;
    }

    .footer-contacts {
        align-items: center;
    }

    .footer-line-wrapper {
        flex-direction: column;
    }

    .footer-line-left {
        margin-bottom: 20px;
    }

    .actionprod-title-beforeblock-new {
        margin-bottom: 20px;
    }

    .bottomseoblock-wrapper {
        margin: 0px auto;
        margin-top: 40px;
    }

    .news-item {
        width: auto;
    }

    .news-item:before {
        width: auto;
    }

    .blog .useful-artickelsblock {
        margin: 0px auto;
    }

    .pagination-left {
        margin-right: auto;
    }

    .pagination-right {
    }

    .article-main h1 {
        font-size: 20px;
    }

    .blog-list-wrapper {
        flex-wrap: wrap;
    }

    .blog-list-wrapper {
        justify-content: center;
    }

    .before-to-block-visible {
        display: none;
    }

    .next-to-block-visible {
        display: none;
    }

    .back-to-block {
        margin-bottom: 20px;
    }

    .catalog-wrapper aside {
        display: none;
    }

    .catalog-content {
        width: 100%;
    }

    .choise-filter {
        flex-direction: column;
    }

    .choise-filter-wrapper {
        flex-direction: column;
    }

    .choise-filter-item {
        margin-right: inherit;
    }

    .choise-filter-title {
        margin-right: inherit;
        margin-bottom: 20px;
    }

    .choise-filter-item {
        margin-bottom: 20px;
    }

    .sort-topblock .select__head {
        display: block;
    }

    .sort-topblock .select__list {
        position: absolute;
    }

    .select__list {
        display: none;
    }

    .sort-topblock-title {
        display: flex;
        align-items: center;
    }

    .sort-topblock .select__head::after {
        right: 0px;
    }

    .sort-topblock .select {
        max-width: 136px;
    }

    .sort-topblock .select__head {
        border: none;
    }

    .slider-poduct-nav {
        display: none !important;
    }

    .pop-prod-about-left {
        display: none;
    }

    .pop-prod-about-right {
        width: 100%;
    }

    .pop-prod-about-colorhowmuch {
        align-items: baseline;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }

    .slider-poduct {
        margin: 0 auto;
    }

    .pop-prod-about-priceSale-wrapper {
        justify-content: space-between;
    }

    .var-gar {
        flex-direction: column;
    }

    .chipper-wrapper-items {
        flex-direction: column;
    }

    .chipper-item-artic {
        display: none;
    }

    .chipper-item-img-first {
        display: none;
    }

    .chipper-item-img-second {
        display: none;
    }

    .chipper-item-img-third {
        display: none;
    }

    .chipper-item-price {
        display: none;
    }

    .chipper-item-img-result .chipper-item-img-first {
        display: flex;
    }

    .chipper-item-img-result .chipper-item-img-second {
        display: flex;
    }

    .chipper-item-img-result .chipper-item-img-third {
        display: flex;
    }

    .chipper-item-all {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .chipper-item-img-result {
        margin: unset;
    }

    .sameprod-slider .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .slider-tabs-on-phone .slick-list {
        padding: 0 20% 0 0 !important;
    }

    .pop-prod-about-h1 {
        font-size: 20px;
    }

    .pop-prod-wrapper {
        width: 90%;
    }

    .slider-tabs-on-phone .tabme {
        padding: 10px 40px;
        box-sizing: border-box;
        border: none;
        max-width: 200px !important;
        display: flex;
    }

    .slider-poduct .slick-dots {
        bottom: 10px;
    }

    .compare-item-value {
        color: #303841;
        font-size: 14px;
        font-weight: 500;
        padding: 10px 0px 10px 20px;
        border-top: 1px solid #d6d8da;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .checkout-item-wrapper {
        flex-wrap: wrap;
    }

    .checkout-item {
        margin-bottom: 20px;
    }

    .contacts-wrapper {
        display: flex;
        flex-direction: column;
    }

    .d9 form {
        display: flex;
        flex-direction: column;
    }

    .contacts-left-item-phones {
        width: 100%;
    }

    .backcall-block-contacts-item {
        padding: 20px;
    }

    .wishlist-wrapper {
        display: flex;
        flex-direction: column;
    }

    .wishlist-left {
        margin-bottom: 20px;
    }

    .d10-wrapper {
        display: flex;
        flex-direction: column;
    }

    .d11-wrapper {
        display: flex;
        flex-direction: column;
    }

    .wishlist-right-ordre-table-item {
        grid-template-columns: repeat(3, 1fr);
    }

    .wishlist-right-ordre-table-item-title {
        grid-template-columns: repeat(3, 1fr);
    }

    .ourgarant-firsr {
        flex-direction: column;
    }

    .ourgarant-firsr-item {
        width: 100%;
    }

    .nums-wrapper {
        flex-direction: column;
    }

    .nums-item {
        width: 100%;
    }

    .shipping-attention {
        flex-direction: column;
    }

    .shipping-attention-button {
        margin: 20px;
    }

    .shipping-newpost {
        flex-direction: column;
    }

    .newpost-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .shipping-attention-text {
        padding-bottom: 20px;
    }

    .about-right-bonus-item {
        padding: 20px;
    }

    .сertificates-item {
        justify-content: center;
    }

    .installation-steps-wrapper {
        justify-content: center;
    }

    .installation-error-img-wrapper {
        justify-content: center;
    }

    .installation-error-img-wrapper img {
        margin: 10px;
        width: 100%;
        height: 100%;
    }

    .svgtab {
        width: 100%;
    }

    .svgtab2 {
        width: 100%;
    }

    .calculator .mainTabs-tabs {
        padding-left: inherit;
    }

    .Form2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .Form2-item {
        margin-bottom: 30px;
    }

    #divblueclass1 {
        width: 111px;
        left: 11px;
    }

    #divblueclass2 {
        width: 121px;
        left: 11px;
    }

    #divblueclass3 {
        width: 111px;
        left: 11px;
    }

    #divblueclass4 {
        width: 111px;
        left: 11px;
    }

    .bluebackbefor {
        left: 24px;
    }

    .grid-item {
        width: 100%;
        margin: initial;
        margin-bottom: 10px;
    }

    .portfolio-text-bottom {
        padding: 10px;
    }

    .reviews-item-cener {
        font-size: 22px;
        line-height: 39px;
    }

    .reviews-item-top-from-cavickki {
        top: 90%;
    }

    .reviews-item-bottom-images {
        justify-content: center;
    }

    .fof-wrapper {
        flex-direction: column;
    }

    .fof-left {
        width: 90%;
    }

    .fof-right {
        width: 90%;
    }

    .fof-right-notf {
        font-size: 32px;
        margin: 20px auto;
    }

    .padding-bottom {
        padding-bottom: 0px;
    }

    .bottomForm {
        width: 90%;
    }

    #modalRegister .bottomForm {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    #modalLogin2 .bottomForm {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    #modalFeedback .bottomForm3 {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    #modalPortfolio .modalPortfolio-wrapper {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    .modalFeedback-wrapper {
        flex-direction: column;
    }

    .modalFeedbac-img img {
        width: 100%;
    }

    .nazad-vpered-wrapper {
        flex-direction: column;
    }

    .form-button-modal.modalPortfolio-button {
        margin: 20px auto;
    }

    .newprod-title-beforeblock {
        justify-content: center;
    }

    .breadcrump-list {
        padding: 5px 0px;
    }

    .article-header-block {
        height: 200px;
        background-size: cover;
    }

    .instalation-save {
        margin: 0px;
        margin-bottom: 35px;
    }

    .btnNextPrev-wparpper {
        margin-top: 40px;
    }

    .btnNextPrev-wparpper {
        margin-top: 40px;
    }

    .checkout-product-total {
        margin: 0 auto;
    }

    .header_btn img {
        margin-right: 0px;
    }
}

@media screen and (max-width: 425px) {
    .container {
        width: 90%;
    }

    .first-tab {
        justify-content: center;
    }

    #blueclass1:before {
        left: 0px;
    }

    .select-item {
        margin-bottom: 20px;
    }

    .Formlast {
        flex-direction: column;
        align-items: center;
    }

    .Formlast-item {
        margin: 10px auto;
    }

    #divblueclass1 {
        width: 125px;
    }

    #divblueclass2 {
        left: 33px;
    }

    #divblueclass44 {
        left: 33px;
    }

    #divblueclass3 {
        left: 37px;
    }

    .param-calc-table-all-title-item {
        font-size: 10px;
    }

    .param-calc-wrapper-table-all {
        padding: 10px;
    }

    .calculator .cardprod-item {
        margin-right: initial;
        max-width: initial;
    }

    .param-calc-table-all-one-item {
        padding: 26px 8px;
    }

    .print-download-wrapper {
        flex-direction: column;
    }

    .print-download-buttons-wrapper {
        margin-bottom: 10px;
    }

    .calculator .instalation-social {
        margin-bottom: 10px;
    }

    .btnNextPrev-wparpper-reset {
        flex-direction: column;
    }

    #btn-off {
        margin-bottom: 20px;
    }

    .param-calc {
        display: flex;
        flex-direction: column;
    }

    .btnNextPrev-wparpper {
        flex-direction: column;
    }

    .btnPreviousnotActive {
        margin-bottom: 10px;
    }

    .btnPrevious {
        margin-bottom: 10px;
    }

    #notRightCalc {
        top: -13%;
    }

    .allinputIn2 {
        top: -29%;
    }

    .Form2-item {
        max-width: 183px !important;
        margin: 10px !important;
    }

    #wedivblueclass3 {
        left: -21px;
    }

    #weblueclass1:before {
        left: -12px;
    }

    #wedivblueclass1 {
        left: -9px;
    }

    #wedivblueclass2 {
        left: -17px;
    }

    #wedivblueclass4 {
        display: none
    }
}

@media screen and (max-width: 376px) {
    #divblueclass1 {
        width: 113px;
    }

    #divblueclass2 {
        width: 100px;
    }

    #wedivblueclass3 {
        left: -36px;
    }

    #wedivblueclass4 {
        display: none
    }
}

@media screen and (max-width: 325px) {
    .container {
        width: 90%;
    }
}
