:root {
    --main-color: #D9162C;
}
header {
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    width: 100%;
    transition: 0.3s;
    background: #ffffff;
}

@media (max-width: 800px) {
    header {
        height: 50px;
        background: #fff
    }
}

header .logo {
    display: inline-block;
    height: inherit;
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px
}

header .right-sec {
    display: inline-block;
    vertical-align: top;
    height: inherit
}

@media (max-width: 800px) {
    header .right-sec {
        margin-right: 60px
    }
}

header .cart-sec {
    display: inline-flex;
    vertical-align: top;
    height: inherit;
    margin-right: 20px;
    display: none !important;
}

header .cart-sec a {
    height: 25px;
    width: 25px;
    margin: auto;
    background-size: contain;
    position: relative;
    color: #333
}

header .cart-sec .var-cart {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    display: flex;
    right: -10px;
    top: -5px
}

header .cart-sec .var-cart span {
    margin: auto;
    color: #fff;
    font-size: 11px
}

header .phone {
    display: inline-flex;
    vertical-align: top;
    height: inherit;
    margin-right: 25px
}

@media (max-width: 950px) {
    header .phone {
        margin-right: 0
    }
}

@media (max-width: 500px) {
    header .phone {
        display: none
    }
}

header .phone a {
    margin: auto;
    color: #333;
    text-decoration: none
}

header .btn-head {
    display: inline-flex;
    vertical-align: top;
    height: inherit
}

@media (max-width: 950px) {
    header .btn-head {
        display: none
    }
}

header .btn-head .btn-call {
    margin: auto;
    padding: 12px 18px;
    background: var(--main-color);
    color: #fff;
    display: inline-block;
    border-radius: 50px
}

header .btn-head .btn-call:hover {
    background: #333;
    box-shadow: 0 0 15px rgba(71, 74, 80, 0.5)
}

.phone-mobile {
    display: none
}

@media (max-width: 500px) {
    .phone-mobile {
        display: block;
        margin-top: 30px
    }
    .phone-mobile a {
        font-size: 20px
    }
}

.mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    width: 40px
}

.mobile-menu:before {
    content: "";
    position: absolute;
    top: 10px;
    background: #333;
    width: 100%;
    height: 2px;
    right: 0
}

.mobile-menu:after {
    content: "";
    position: absolute;
    bottom: 10px;
    background: #333;
    width: 100%;
    height: 2px;
    transition: 0.3s;
    right: 0
}

.mobile-menu span {
    position: absolute;
    top: calc(50% - 1px);
    background: #333;
    width: 100%;
    height: 2px;
    transition: 0.3s;
    right: 0
}

@media (max-width: 800px) {
    .mobile-menu {
        display: block
    }
}
.active-btn span {
    width: 30px
}

.active-btn:after {
    width: 20px
}

.active-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #fefefe
}

.main-menu {
    height: inherit;
    display: inline-block;
    vertical-align: top;
	position: absolute;
	   left: 20%;
	    top: 22%;
}
 .mobyle {
       display: grid;
       grid-template-columns: 1fr 1fr 1fr;
	   position: absolute;
	   left: 20%;
	   top: 0;
    }

	@media (max-width: 600px) {
    .mobyle {
        display: none
    }
}

@media (max-width: 800px) {
    .main-menu {
        position: fixed;
        top: 50px;
        background: #fff;
        left: 0;
        width: 100%;
        height: calc(100% - 50px);
        padding: 20px;
        transition: 0.3s;
        left: -100%
    }
}
.main-menu li {
    display: inline-flex;
    height: inherit;
    margin-right: 10px
}

@media (max-width: 800px) {
    .main-menu li {
        width: 100%;
        display: block;
        height: auto;
        border-bottom: 1px solid #e21d25
    }
}

.main-menu a {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin: auto;
    padding-bottom: 2px;
    font-size: 20px;
}

.main-menu a:hover {
    border-bottom: 2px solid var(--graphit);
}

@media (max-width: 800px) {
    .main-menu a {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid transparent;
        display: block
    }
    .main-menu a:hover {
        border-bottom: 1px solid transparent
    }
}

.active-menu-sec {
    left: 0
}

.first-sec {
    height: 100vh;
    position: relative
}

@media (max-height: 670px) {
    .first-sec {
        height: auto;
        padding-top: 90px;
        padding-bottom: 30px
    }
}

.first-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.first-sec .adress-sec {
    position: absolute;
    bottom: 80px;
    font-size: 17px;
    color: #333;
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px
}

@media (max-height: 670px) {
    .first-sec .adress-sec {
        position: relative;
        bottom: 0;
        margin-top: 50px
    }
}

@media (max-width: 450px) {
    .first-sec .adress-sec {
        font-size: 15px;
        padding-left: 25px
    }
}

.first-sec .wrapper {
    position: relative
}

.first-sec .img {
    height: 60vh;
    width: 60vh;
    position: absolute;
    right: 10%;
    top: 20vh;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

@media (max-height: 670px) {
    .first-sec .img {
        top: 0
    }
}

@media (max-width: 750px) {
    .first-sec .img {
        opacity: 0.2
    }
}

.first-sec img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: -10%;
    top: 10%
}

.first-sec .scroll {
    position: absolute;
    right: 20px;
    top: 30%;
    height: 50px;
    height: 40%;
    width: 30px
}

.first-sec .scroll:after {
    content: "";
    left: calc(50% - 0.5px);
    height: calc(100% - 60px);
    top: 0;
    background: #e21d25;
    position: absolute;
    width: 1px
}

.first-sec .scroll .mouses {
    height: 40px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: pulse 2s infinite
}

.first-sec .left-sec {
    display: inline-flex;
    height: 100vh;
    width: 40%;
    position: relative;
    z-index: 2;
    vertical-align: top
}

@media (max-height: 670px) {
    .first-sec .left-sec {
        height: auto
    }
}

@media (max-width: 750px) {
    .first-sec .left-sec {
        width: 100%
    }
}

.first-sec .left-sec .middle {
    margin: auto;
    margin-left: 0
}

.first-sec .left-sec .title {
    Bold";
    font-size: 55px;
    margin-bottom: 50px;
    line-height: 50px;
    color: var(--graphit)
}

@media (max-width: 450px) {
    .first-sec .left-sec .title {
        font-size: 40px;
        line-height: 35px
    }
}

.first-sec .left-sec .desc {
    font-size: 20px;
    Light";
    line-height: 22px;
    padding-right: 50px
}

.first-sec .btn-call {
    padding: 15px 30px;
    background: #753803;
    color: #fff;
    margin-top: 80px;
    display: inline-block;
    border-radius: 50px
}

.first-sec .btn-call:hover {
    background: #333;
    box-shadow: 0 0 15px rgba(71, 74, 80, 0.5)
}

@media (max-width: 900px) {
    .first-sec .btn-call {
        margin-top: 50px
    }
}

@-webkit-keyframes pulse {
    0% {
        bottom: 0
    }
    50% {
        bottom: 7px
    }
    100% {
        bottom: 0
    }
}

.colum-24 {
    width: 23%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.two-sec {
    padding-top: 90px;
    padding-bottom: 90px;
    color: #fff;
    background: #5cba56;
    position: relative
}

@media (max-width: 1000px) {
    .two-sec {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.two-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.two-sec .title {
    font-family: "Bold";
    font-size: 35px;
    line-height: 40px;
    text-align: left;
    color: #ffffff;
    position: relative
}

@media (max-width: 450px) {
    .two-sec .title {
        font-size: 30px;
        line-height: 30px
    }
}

.two-sec .title-small {
    font-family: "Bold";
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px
}

@media (max-width: 700px) {
    .two-sec .title-small {
        margin-bottom: 5px
    }
}

@media (max-width: 1000px) {
    .two-sec .colum-24 {
        width: 30%
    }
    .two-sec .colum-24:first-child {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 700px) {
    .two-sec .colum-24 {
        width: 100%;
        margin-bottom: 50px
    }
    .two-sec .colum-24:last-child {
        margin-bottom: 0px
    }
}

.thrid-sec {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative
}

@media (max-width: 1000px) {
    .thrid-sec {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.thrid-sec .wrapper {
    z-index: 2;
    position: relative
}

.thrid-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.thrid-sec .content {
    padding-left: 50px
}

@media (max-width: 900px) {
    .thrid-sec .content {
        padding-left: 0
    }
}

.thrid-sec h2 {
    margin-bottom: 30px
}

.thrid-sec .left-sec {
    display: inline-block;
    vertical-align: top;
    min-height: 500px;
    border: 2px solid #afb6c0;
    width: 52%;
    position: relative
}

@media (max-width: 900px) {
    .thrid-sec .left-sec {
        width: 100%;
        height: 300px;
        min-height: auto;
        border: 1px solid #afb6c0
    }
}

.thrid-sec .left-sec .pic:first-child {
    height: 320px;
    position: absolute;
    left: -50px;
    width: 60%;
    top: 20px;
    background-size: cover;
    background-position: center
}

@media (max-width: 900px) {
    .thrid-sec .left-sec .pic:first-child {
        height: 100%;
        top: 0;
        left: 0;
        width: 100%
    }
}

.thrid-sec .left-sec .pic:nth-child(2) {
    height: 250px;
    position: absolute;
    right: -20px;
    width: 250px;
    top: 20px;
    background-size: cover;
    background-position: center
}

@media (max-width: 900px) {
    .thrid-sec .left-sec .pic:nth-child(2) {
        display: none
    }
}

.thrid-sec .left-sec .pic:nth-child(3) {
    height: 230px;
    position: absolute;
    right: 10%;
    width: 80%;
    bottom: -30px;
    background-size: cover;
    background-position: center
}

@media (max-width: 900px) {
    .thrid-sec .left-sec .pic:nth-child(3) {
        display: none
    }
}

.thrid-sec .right-sec {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    min-height: 500px;
    width: 40%;
    line-height: 30px
}

@media (max-width: 900px) {
    .thrid-sec .right-sec {
        width: 100%;
        min-height: auto;
        margin-top: 50px
    }
}

.thrid-sec .right-sec .btn-call {
    padding: 10px 20px;
    background: var(--graphit);
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px
}

.thrid-sec .right-sec .btn-call:hover {
    background: #333;
    box-shadow: 0 0 15px rgba(71, 74, 80, 0.5)
}

.photo {
    display: flow-root;
    position: relative
}

.photo .route-sec {
    height: 30px;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    top: -35px;
    text-align: right
}

.photo .prev-route {
    height: 25px;
    width: 25px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
    cursor: pointer
}

.photo .next-route {
    height: 25px;
    width: 25px;
    display: inline-block;
    position: relative;
    background-position: center;
    background-size: contain;
    transform: rotate(180deg);
    cursor: pointer
}

.photo .owl-carousel .pic {
    height: 25vw;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 0.3s;
    cursor: url(/site/img/ico/search.png) 20 20, not-allowed;
    z-index: 1
}

.photo .owl-carousel .pic:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 2
}

@media (max-width: 450px) {
    .photo .owl-carousel .pic {
        height: 150px
    }
}

.photo .owl-carousel:hover .pic:not(:hover) {
    opacity: 0.7
}

.advantage-sec {
    background: #5cba56;
    padding-top: 90px;
    color: #fff;
    padding-bottom: 90px;
    position: relative
}

@media (max-width: 1000px) {
    .advantage-sec {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.advantage-sec .wrapper {
    z-index: 2;
    position: relative
}

.advantage-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.advantage-sec .left-sec {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 39%;
    color: #ffffff;
    font-family: "Bold";
    font-size: 35px;
    text-align: left;
    position: relative
}

@media (max-width: 700px) {
    .advantage-sec .left-sec {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 450px) {
    .advantage-sec .left-sec {
        font-size: 30px
    }
}

.advantage-sec .right-sec {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 60%;
    margin-bottom: 30px
}

@media (max-width: 700px) {
    .advantage-sec .right-sec {
        width: 100%
    }
}

.advantage-sec .colum-24 {
    margin-top: 20px;
    padding-right: 50px
}

@media (max-width: 970px) {
    .advantage-sec .colum-24 {
        padding-right: 0
    }
}

@media (max-width: 700px) {
    .advantage-sec .colum-24 {
        width: 48%
    }
}

@media (max-width: 450px) {
    .advantage-sec .colum-24 {
        width: 100%
    }
}

.advantage-sec .number {
    font-size: 30px;
    margin-bottom: 5px;
    font-family: "bold";
    color: #ffffff
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgb(204, 204, 204);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(204, 204, 204);
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(204, 204, 204);
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(204, 204, 204);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(204, 204, 204);
}

::placeholder {
    /* Most modern browsers support this now. */
    color: rgb(204, 204, 204);
}

.sertificate-sec {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative
}

.sertificate-sec>.wrapper>.justify-content {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .sertificate-sec {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.sertificate-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.sertificate-sec h2 {
    margin-bottom: 30px
}

.sertificate-sec .left-sec {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

@media (max-width: 700px) {
    .sertificate-sec .left-sec {
        width: 100%
    }
}

.sertificate-sec .pic {
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #afb6c0;
}

.sertificate-sec .picq {
    height: 200px;
    background-size: contain;
    background:#fff;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #afb6c0;
    padding:20px;
    display:flex;
}

.sertificate-sec .picq img{
    object-fit:contain;
    object-position:center;
    margin:auto;
    display:block;
    width:100%;
    height:100%;
}

@media (max-width: 700px) {
    .sertificate-sec .pic {
        height: 200px
    }
}

.sertificate-sec .right-sec {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: left
}

@media (max-width: 700px) {
    .sertificate-sec .right-sec {
        width: 100%
    }
}

.contact-sec {
    padding-top: 90px;
    background: var(--graphit);
    color: #fff;
    padding-bottom: 90px;
    position: relative
}

@media (max-width: 1000px) {
    .contact-sec {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.contact-sec .wrapper {
    z-index: 2;
    position: relative
}

.contact-sec h2 {
    margin-bottom: 50px
}

@media (max-width: 400px) {
    .contact-sec h2 {
        margin-bottom: 30px
    }
}

.contact-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.contact-sec .btn-call {
    padding: 15px 30px;
    background: #fff;
    color: #333;
    display: inline-block;
    border-radius: 50px
}

.contact-sec .btn-call:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5)
}

.contact-sec .left-sec {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 48%;
    text-align: left;
    position: relative
}

@media (max-width: 750px) {
    .contact-sec .left-sec {
        width: 100%
    }
}

@media (max-width: 750px) {
    .contact-sec .left-sec .btn-call {
        display: none
    }
}

.contact-sec .phone {
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px
}

@media (max-width: 750px) {
    .contact-sec .phone {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        width: 48%
    }
}

@media (max-width: 750px) {
    .contact-sec .phone {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 450px) {
    .contact-sec .phone {
        margin-bottom: 10px
    }
}

.contact-sec .phone a {
    font-size: 20px;
    color: #fff;
    font-family: "Light";
    text-decoration: none
}

.contact-sec .mail {
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 30px
}

@media (max-width: 750px) {
    .contact-sec .mail {
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        width: 48%
    }
}

@media (max-width: 750px) {
    .contact-sec .mail {
        width: 100%
    }
}

.contact-sec .mail a {
    font-size: 20px;
    color: #fff;
    font-family: "Light";
    text-decoration: none
}

.contact-sec .delivery {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 350px
}

@media (max-width: 750px) {
    .contact-sec .delivery {
        display: none
    }
}

.contact-sec .right-sec {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 48%
}

@media (max-width: 750px) {
    .contact-sec .right-sec {
        width: 100%
    }
}

.contact-sec input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px
}

.contact-sec textarea {
    width: 100%;
    min-height: 90px;
    resize: vertical;
    max-height: 200px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    letter-spacing: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px
}

.contact-sec .submit {
    width: 180px;
    height: 50px;
    background: #fff;
    border-bottom: none;
    transition: 0.3s;
    cursor: pointer;
    color: #333;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: top;
    border-radius: 50px
}

.contact-sec .submit:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5)
}

.contact-sec .warning {
    display: inline-flex;
    vertical-align: top;
    height: 50px;
    width: calc(100% - 200px)
}

@media (max-width: 450px) {
    .contact-sec .warning {
        width: 100%
    }
}

.contact-sec .warning span {
    margin: auto;
    margin-left: 0;
    text-align: left;
    font-size: 13px
}

.contact-sec .warning span a {
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: inherit;
    text-decoration: none
}

footer {
    background: #111;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative
}

footer .wrapper {
    z-index: 2;
    position: relative
}

footer:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

footer .copyright {
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

footer .developed {
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

footer .developed a {
    font-size: inherit;
    color: #afb6c0;
    text-decoration: none
}

.name-page,
.breadcrums {
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative
}

@media (max-width: 800px) {
    .name-page,
    .breadcrums {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.name-page:before,
.breadcrums:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.name-page a,
.breadcrums a {
    text-decoration: none;
    color: inherit;
    font-size: 20px;
    color: var(--graphit)
}

.name-page span,
.breadcrums span {
    font-size: 20px
}

.card {
    width: 24%;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 20px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px
}

@media (max-width: 870px) {
    .card {
        width: 49%;
        margin-bottom: 15px
    }
}

@media (max-width: 500px) {
    .card {
        padding: 10px
    }
}

@media (max-width: 400px) {
    .card {
        width: 100%
    }
}

.card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.card .pic {
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

@media (max-width: 870px) {
    .card .pic {
        height: 250px
    }
}

@media (max-width: 600px) {
    .card .pic {
        height: 200px
    }
}

@media (max-width: 450px) {
    .card .pic {
        height: 150px
    }
}

.card .pic .hit {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background: var(--graphit);
    padding: 5px 15px;
    border-radius: 50px
}

@media (max-width: 500px) {
    .card .pic .hit {
        font-size: 10px
    }
}

.card .desc {
    padding-top: 20px;
    display: flow-root
}

.card .desc .name {
    float: left;
    text-align: left;
}

@media (max-width: 500px) {
    .card .desc .name {
        width: 100%;
        margin-bottom: 10px
    }
}

.card .desc .price {
    float: right
}

@media (max-width: 500px) {
    .card .desc .price {
        width: 100%;
        float: left
    }
}

.card-clear {
    width: 24%;
    display: inline-block
}

.category {
    position: relative
}

.category:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.category a {
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: var(--graphit);
    padding: 7px 20px;
    border-radius: 50px
}

.category a:hover {
    background: var(--gray)
}

@media (max-width: 600px) {
    .category a {
        margin-bottom: 5px
    }
}

.category .active_menu {
    background: var(--gray)
}

.catalog-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.catalog-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.description {
    margin-top: 50px
}

.description h2 {
    font-family: "Light";
    margin-bottom: 20px
}

.description ul {
    padding: 0;
    margin-top: 20px
}

.description ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px
}

.description ul li:before {
    content: "";
    top: 11px;
    position: absolute;
    height: 7px;
    width: 7px;
    left: 0px;
    background: var(--graphit)
}

.item-info-sec {
    padding-bottom: 50px;
    position: relative
}

.item-info-sec:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.item-info-sec .left-sec {
    margin-right: 30px;
    width: 30%;
    display: inline-block;
    vertical-align: top
}

.full_desc {
    margin-top: 30px;
}

@media (max-width: 950px) {
    .item-info-sec .left-sec {
        width: 39%
    }
}

@media (max-width: 700px) {
    .item-info-sec .left-sec {
        width: 57%
    }
}

@media (max-width: 600px) {
    .item-info-sec .left-sec {
        width: 100%
    }
}

.item-info-sec h2 {
    font-family: "Light";
    margin-bottom: 20px;
    text-align: left;
}

.item-info-sec .item-s-photo {
    padding-right: 25px;
    padding-left: 25px;
    margin-top: 10px;
    position: relative
}

.item-info-sec .item-s-photo .prev {
    height: 40px;
    width: 25px;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer
}

.item-info-sec .item-s-photo .next {
    height: 40px;
    width: 25px;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    transform: rotate(180deg)
}

.item-info-sec .photo {
    height: 450px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #ccc;
}

@media (max-width: 600px) {
    .item-info-sec .photo {
        height: 250px;
        margin-bottom: 20px
    }
}

.item-info-sec .photo .hit {
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background: var(--graphit);
    padding: 5px 15px;
    border-radius: 8px
}

.item-info-sec .photo-s {
    height: 100px;
    background-position: center;
    background-size: contain;
    border: 1px solid #ccc;
    background-repeat: no-repeat
}

.item-info-sec .right-sec {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

@media (max-width: 950px) {
    .item-info-sec .right-sec {
        width: 59%
    }
}

@media (max-width: 700px) {
    .item-info-sec .right-sec {
        width: 40%
    }
}

@media (max-width: 600px) {
    .item-info-sec .right-sec {
        width: 100%;
        margin-top: 50px
    }
}

.item-info-sec .right-sec h1 {
    font-family: "Light";
    margin-bottom: 20px
}

.item-info-sec .specifications {
    margin-top: 20px
}

.item-info-sec .specifications .line {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: "Light"
}

.item-info-sec .specifications span {
    font-family: "Regular";
    border-bottom: 1px solid var(--graphit)
}

@media (max-width: 700px) {
    .item-info-sec .specifications span {
        display: block
    }
}

.item-info-sec .buy-sec {
    height: 50px;
    margin-top: 50px
}

.item-info-sec .only {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px
}

.item-info-sec .only .title {
    height: 25px
}

.item-info-sec .only .value {
    font-family: "Bold";
    height: 25px
}

.item-info-sec .plus-minus {
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
    padding-top: 5px
}

.item-info-sec .plus-minus .minus,
.item-info-sec .plus-minus .plus {
    height: 40px;
    width: 30px;
    background: var(--graphit);
    display: inline-flex;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    cursor: pointer
}

.item-info-sec .plus-minus input {
    width: 30px;
    height: 40px;
    text-align: center;
    border: none;
    font-size: 20px;
    display: inline-block;
    vertical-align: top
}

.item-info-sec .in-cart {
    padding: 10px 20px;
    background: var(--graphit);
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    margin-top: 50px
}

.item-info-sec .in-cart:hover {
    background: #333;
    box-shadow: 0 0 15px rgba(71, 74, 80, 0.5)
}

.other-sec {
    margin-top: 100px
}

.buy-shadow {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
    z-index: 5
}

@media (max-width: 540px) {
    .buy-shadow {
        padding: 20px
    }
}

.buy-shadow .buy-window {
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    margin: auto;
    max-width: 320px;
    text-align: center;
    border-radius: 5px;
    position: relative
}

.buy-shadow .close {
    position: absolute;
    right: 20px;
    top: 20px;
    height: 15px;
    background-size: contain;
    opacity: 0.5;
    width: 15px;
    cursor: pointer;
    transition: 0.3s
}

.buy-shadow .close:hover {
    opacity: 1
}

.buy-shadow .picture {
    height: 80px;
    display: inline-block;
    width: 80px;
    background-position: center;
    background-size: contain
}

.buy-shadow .title {
    font-family: "Bold";
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px
}

.buy-shadow .desc {
    padding-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px
}

.buy-shadow .sub-title {
    font-size: 13px
}

.buy-shadow .social-net {
    font-size: 25px;
    margin-top: 20px
}

.buy-shadow .social-net a {
    margin-left: 10px;
    margin-right: 10px;
    color: #cdcdcd
}

.buy-shadow .social-net a:hover {
    color: var(--gray)
}

.photo-gallery-block {
    height: 200px;
    width: 24%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px
}

@media (max-width: 700px) {
    .photo-gallery-block {
        width: 31%
    }
}

@media (max-width: 550px) {
    .photo-gallery-block {
        height: 150px
    }
}

@media (max-width: 500px) {
    .photo-gallery-block {
        height: 100px
    }
}

@media (max-width: 450px) {
    .photo-gallery-block {
        width: 49%;
        margin-bottom: 10px
    }
}

.no-height {
    height: 0
}

.cart-section {
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative
}

.cart-section:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.cart-section .sub-all-price {
    margin-bottom: 50px;
    font-family: "Light";
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px
}

.cart-section .sub-all-price span {
    font-size: inherit;
    font-weight: bold;
    font-size: 20px
}

.cart-empty {
    height: calc(100vh - 37px);
    position: relative
}

.cart-empty:before {
    background-image: url("/site/img/bg-line.webp");
    background-size: 1600px;
    background-repeat-x: no-repeat;
    background-position: center;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.cart-empty .middle {
    padding-top: 120px
}

.sub-table {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 50px
}

.table-cart .line {
    display: flow-root;
    border-bottom: 1px solid var(--gray);
    position: relative
}

.table-cart .pic {
    width: 15%;
    height: 150px;
    float: left;
    display: flex
}

@media (max-width: 900px) {
    .table-cart .pic {
        height: 100px
    }
}

@media (max-width: 500px) {
    .table-cart .pic {
        height: 120px;
        width: 25%
    }
}

.table-cart .pic img {
    margin: auto;
    max-height: 80%;
    max-width: 80%
}

@media (max-width: 500px) {
    .table-cart .pic img {
        margin-left: 0;
        max-width: 100%;
        max-height: 100%
    }
}

.table-cart .name {
    width: 25%;
    height: 150px;
    float: left;
    display: flex
}

@media (max-width: 900px) {
    .table-cart .name {
        height: 100px
    }
}

@media (max-width: 750px) {
    .table-cart .name {
        width: 30%
    }
}

@media (max-width: 500px) {
    .table-cart .name {
        width: 75%;
        height: 60px;
        padding-right: 35px
    }
}

.table-cart .name span {
    margin: auto;
    margin-left: 20px;
    font-size: 20px;
    font-family: "Bold"
}

@media (max-width: 900px) {
    .table-cart .name span {
        font-size: 16px
    }
}

@media (max-width: 500px) {
    .table-cart .name span {
        font-size: 14px
    }
}

.table-cart .only-count {
    width: 15%;
    height: 150px;
    float: left;
    display: flex
}

@media (max-width: 900px) {
    .table-cart .only-count {
        height: 100px
    }
}

@media (max-width: 750px) {
    .table-cart .only-count {
        width: 20%
    }
}

@media (max-width: 500px) {
    .table-cart .only-count {
        height: 60px;
        width: 35%
    }
}

.table-cart .only-count span {
    margin: auto;
    margin-left: 20px;
    font-size: 20px;
    font-family: "Bold"
}

@media (max-width: 900px) {
    .table-cart .only-count span {
        font-size: 16px
    }
}

@media (max-width: 750px) {
    .table-cart .only-count span {
        margin-left: auto
    }
}

@media (max-width: 500px) {
    .table-cart .only-count span {
        font-size: 18px
    }
}

@media (max-width: 400px) {
    .table-cart .only-count span {
        font-size: 16px
    }
}

@media (max-width: 750px) {
    .table-cart .onlys {
        display: none
    }
}

.table-cart .drop-item {
    width: 10%;
    height: 150px;
    float: left;
    display: flex
}

@media (max-width: 900px) {
    .table-cart .drop-item {
        height: 100px
    }
}

@media (max-width: 500px) {
    .table-cart .drop-item {
        position: absolute;
        right: 5px;
        top: 15px;
        height: 30px;
        width: 30px
    }
}

.table-cart .drop-item .btn-drop {
    height: 35px;
    width: 35px;
    background-color: var(--gray);
    border-radius: 5px;
    margin: auto;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.3s;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 900px) {
    .table-cart .drop-item .btn-drop {
        height: 30px;
        width: 30px
    }
}

@media (max-width: 750px) {
    .table-cart .drop-item .btn-drop {
        margin-right: 10px
    }
}

@media (max-width: 500px) {
    .table-cart .drop-item .btn-drop {
        margin-right: 0px
    }
}

.table-cart .drop-item .btn-drop:hover {
    background-color: #333
}

.table-cart .check-count {
    width: 20%;
    height: 150px;
    float: left;
    display: flex
}

@media (max-width: 900px) {
    .table-cart .check-count {
        height: 100px
    }
}

@media (max-width: 750px) {
    .table-cart .check-count {
        width: 25%
    }
}

@media (max-width: 500px) {
    .table-cart .check-count {
        width: 40%;
        height: 60px
    }
}

.table-cart .check-count .middle {
    margin: auto;
    margin-left: 20px
}

@media (max-width: 750px) {
    .table-cart .check-count .middle {
        margin-left: auto
    }
}

@media (max-width: 500px) {
    .table-cart .check-count .middle {
        margin-left: 20px
    }
}

.table-cart .check-count .minus {
    height: 40px;
    width: 40px;
    background-color: var(--gray);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    display: inline-flex;
    vertical-align: top;
    cursor: pointer;
    transition: 0.3s
}

@media (max-width: 900px) {
    .table-cart .check-count .minus {
        height: 25px;
        width: 25px
    }
}

.table-cart .check-count .minus:hover {
    background-color: #ccc
}

.table-cart .check-count .plus {
    height: 40px;
    width: 40px;
    background-color: var(--gray);
    border-radius: 5px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-flex;
    vertical-align: top;
    cursor: pointer;
    transition: 0.3s
}

@media (max-width: 900px) {
    .table-cart .check-count .plus {
        height: 25px;
        width: 25px
    }
}

.table-cart .check-count .plus:hover {
    background-color: #ccc
}

.table-cart .check-count input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 20px;
    height: 40px;
    font-family: "Bold";
    display: inline-block;
    vertical-align: top
}

@media (max-width: 900px) {
    .table-cart .check-count input {
        height: 25px;
        width: 25px;
        font-size: 16px
    }
}

.form-name {
    font-family: "Bold";
    font-size: 35px;
    margin: 0;
    margin-top: 50px;
    font-weight: normal;
    text-align: center
}

.form-name-adress {
    font-family: "Bold";
    font-size: 35px;
    margin: 0;
    margin-top: 30px;
    font-weight: normal;
    text-align: center
}

.forms {
    max-width: 700px;
    margin: auto;
    margin-top: 40px
}

.forms .half-sec {
    display: inline-block;
    vertical-align: top;
    width: 48%
}

@media (max-width: 720px) {
    .forms .half-sec {
        width: 100%
    }
}

.forms .full-sec {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.forms span {
    display: block;
    font-size: 17px;
    margin-bottom: 5px;
    padding-left: 5px
}

@media (max-width: 450px) {
    .forms span {
        font-size: 14px
    }
}

.forms input {
    border-radius: 5px;
    background: #f1f1f1;
    height: 45px;
    font-size: 17px;
    width: 100%;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px
}

.forms #phone-mask-cart {
    letter-spacing: 2px
}

.forms .dostavka input {
    display: none
}

.forms .dostavka .half {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

@media (max-width: 600px) {
    .forms .dostavka .half {
        width: 100%
    }
}

.forms .dostavka .halfs {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}

.forms .dostavka label {
    padding-left: 20px;
    height: 45px;
    display: inline-flex;
    position: relative;
    cursor: pointer
}

.forms .dostavka label:before {
    height: 15px;
    width: 15px;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    border: 1px solid var(--gray);
    left: 0;
    top: calc(50% - 8px);
    content: ""
}

.forms .dostavka label:after {
    height: 11px;
    width: 11px;
    border-radius: 3px;
    background: #333;
    position: absolute;
    left: 3px;
    transition: 0.3s;
    top: calc(50% - 5px);
    content: ""
}

.forms .dostavka label span {
    margin: auto;
    margin-right: 0
}

.forms .dostavka [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.forms .dostavka [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.all-price {
    margin: 0 auto;
    margin-top: 50px;
    max-width: 700px;
    margin-bottom: 50px
}

.all-price .left-sec {
    display: inline-block;
    vertical-align: top;
    width: 48%
}

@media (max-width: 700px) {
    .all-price .left-sec {
        width: 100%
    }
}

.all-price .right-sec {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    font-size: 20px;
    text-align: right
}

@media (max-width: 700px) {
    .all-price .right-sec {
        width: 100%;
        text-align: left;
        margin-top: 20px
    }
}

.all-price .right-sec span {
    font-family: "Bold";
    font-size: inherit
}

.btn-submit {
    padding: 10px 20px;
    background: var(--gray);
    margin: auto;
    color: inherit;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s
}

.btn-submit:hover {
    background: #333
}

.article-content {
    min-height: calc(100vh - 37px)
}

a[href="/product/none"] {
    display: none !important;
}

.pager-grid {
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 100px;
}

@media (max-width: 900px) {
    .pager-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

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

.news-card {
    border:1px solid #ccc;
    background:#fff;
    padding:10px;
    display:block;
    text-decoration:none;
    color: inherit;
}

.news-card:hover {
    border:1px solid var(--graphit);
}

.pictus{
    width:100%;
    display:block;
    height:250px;
    object-fit:cover;
    object-position:center;
}

.name-article {
    font-weight:bold;
    font-size:18px;
}

.data-article {
    font-size:12px;
    margin-top:10px;
}

.data-article *{
    font-size:12px;
    margin-top:10px;
}

.txt-setion{
    margin-top:15px;
}

.slider-sec {
    display: block;
    height: max-content;
    padding-bottom: 36px; }
    .slider-sec .slide {
      height: 100%;
      background-size: cover;
      position: relative;
      background-position: center; }
      .slider-sec .slide:before {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ""; }
    .slider-sec .middle-height {
      display: flex;
      padding-bottom: 150px;
      padding-top: 200px;
      position: relative;
      z-index: 3; }
      @media (max-width: 450px) {
        .slider-sec .middle-height {
          padding-top: 150px;
          padding-bottom: 100px; } }
    .slider-sec .content-slide {
      margin: auto;
      margin-left: 0;
      font-family: "Light";
      color: #fff;
      max-width: 600px; }
      .slider-sec .content-slide .title-slide {
        font-size: 50px;
        line-height: 45px;
        "Black";
        margin-bottom: 20px; }
        @media (max-width: 700px) {
          .slider-sec .content-slide .title-slide {
            font-size: 60px;
            line-height: 55px; } }
        @media (max-width: 500px) {
          .slider-sec .content-slide .title-slide {
            font-size: 50px;
            line-height: 45px; } }
        @media (max-width: 430px) {
          .slider-sec .content-slide .title-slide {
            font-size: 40px;
            line-height: 35px; } }
        @media (max-width: 370px) {
          .slider-sec .content-slide .title-slide {
            font-size: 35px;
            line-height: 30px; } }
      .slider-sec .content-slide .desc-slide {
        font-size: 28px;
        font-family: "Bold";
        /*Light"; */}
        @media (max-width: 700px) {
          .slider-sec .content-slide .desc-slide {
            font-size: 16px; } }
      .slider-sec .content-slide .href-proj {
        outline: none;
        transition: 0.3s;
        padding: 15px 30px;
        background: var(--main-color);
        margin-top: 30px;
        cursor: pointer;
        Bold";
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        display: inline-block;
        color: #fff;
        border-radius: 5px; }
        .slider-sec .content-slide .href-proj i {
          margin-left: 10px; }
        .slider-sec .content-slide .href-proj:hover {
          background: #333333; }
    .slider-sec .owl-dots {
      margin: auto;
      max-width: 1200px;
      margin-top: -70px;
      position: relative;
      text-align: left;
      padding-left: 20px;
    padding-right: 20px;
      z-index: 3; }
      .slider-sec .owl-dots .owl-dot {
        margin-right: 7px;
        display: inline-block;
        vertical-align: top;
        opacity: 0.4;
        transition: 0.5s; }
        .slider-sec .owl-dots .owl-dot button {
          background: transparent;
          border: 2px solid #fff;
          border-radius: 5px;
          padding: 8px 10px;
          cursor: pointer;
          font-size: 12px;
          text-transform: uppercase;
          color: #fff; }
        .slider-sec .owl-dots .owl-dot:hover {
          opacity: 1; }
      .slider-sec .owl-dots .active {
        opacity: 1; }

.okomp-wrap {
  padding: 50px 0 30px;
}
.okomp {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.okomp-item.okomp-item-txt,
.okomp-item.okomp-item-img {
  flex: 0 0 48%;
}
.okomp-item-img img{
    width: 100%;
}
.works {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.works-item{
  flex: 0 0 32%;
  border: 1px solid #ddd;

  position: relative;
  transition: .4s;
  filter: brightness(.7);
}
.works-item a {
  position: relative;
  /*z-index: -1;*/
  z-index: 20;
}
.works-item a span {
  bottom: 20px;
  position: absolute;
  left: 0;
  display: flex;
  width: 100%;
  color: #000;
  justify-content: center;
  padding: 10px;
  background: #fff;
  text-align: center;
  line-height: 1;
  height: 74px;
  align-items: center;
  font-size: 20px;
  box-shadow: none;
  transition: .4s;
  z-index: 50;
}
.works-item:hover{
    filter: brightness(1);
}
.works-item:hover span{
    box-shadow: 0px 0px 15px 2px #ccc;
    filter: brightness(1);
}
.tilebox,.tilebox2,.floorsbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tilebox p,.tilebox2 p{
    padding-bottom: 0;
}
p.tilebox-item__name, p.tilebox2-item__name,
p.advan-tile__title,p.floorsbox-item__name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.tilebox-item{
    padding: 30px;
}
.tilebox-item,.tilebox2-item,.floorsbox-item {
    flex: 0 0 49%;
}
.tilebox2-right.tilebox2-item {
    padding-right: 40px;
}
.tilebox-left.tilebox-item,
.tilebox2-left.tilebox2-item,
.floorsbox-item{
    background: #F8F8F8;
    -webkit-box-shadow: 1px 1px 5px rgb(124 124 124 / 25%);
    box-shadow: 1px 1px 5px rgb(124 124 124 / 25%);
}
.tilebox2-left.tilebox2-item{
    padding: 30px;
}
.tilebox-right.tilebox-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.tilebox-right-desc {
    flex: 0 0 44%;
}
.tilebox-right-img {
    flex: 0 0 55%;
}
.tilebox-right-img img{
    width: 100%;
}

p.tilebox-right-desc__txt-name{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
p.tilebox-right-desc__txt-box{
    font-size: 13px;
}
.tilebox-right-desc-wrap{
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}
.tilebox2-right.tilebox2-item ul {
    padding-left: 20px;
    list-style-position: inside;
    line-height: 1.5;
}
p.tilebox2-left-par__name {
    font-size: 18px;
    font-weight: 600;
    flex: 0 0 30%;
}
.tilebox2-left-par {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
p.tilebox2-left-par__value {
    flex: 0 0 60%;
}
.color-box {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.color-item__img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.color-item {
    flex: 0 0 18%;
    margin-bottom: 20px;
    margin-right: 20px;
}
.color-item__img {
    height: 180px;
}
p.color-item__name {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #fff;
    height: 30px;
    align-items: center;
    background: var(--main-color);
    padding-bottom: 0;
}
.floorsbox p{
    padding-bottom: 0;
}
.floorsbox-img img{
    width: 100%;
}
.floorsbox-item {
    padding: 20px;
}
.floorsbox-item {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.floorsbox-left {
    flex: 0 0 58%;
}
.floorsbox-right {
    flex: 0 0 40%;
}
.tilebox2-item__call {
    padding: 15px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    background: #eee;
    border: 1px solid #ccc;
    line-height: 1.5;
    text-align: center;
}

.iconblock-7 {
	margin: 0;
	width:100%;
	padding: 2px;
	display: table;
}
.iconblock-7 a {
	font-size:14px;
	color: #000;
	text-decoration:none;
}
.iconblock-7 p {
	font-size:14px;
	color: #000;
}
.iconblock-7 .icon {
	display: table-cell;
	vertical-align: top;
	width: 30px;
	padding: 4px 2px 0 0;
	text-align:center;
}
.iconblock-7 .icon img {
	width: 20px;
	height: 20px;
}
.info-block {
    margin: 40px 0;
}
.info-block p {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.info-block-list {
    font-size: 20px;
    line-height: 1.5;
    list-style-type: none;
}
.info-block-list li {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 20px;
  color: #555;
  padding-left: 20px;
}
.flex-info-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.flex-info-block__img {
  flex: 0 0 50%;
  height: auto;
  max-height: 650px;
}
.flex-info-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.flex-info-block__text {
    flex: 0 0 48%;
}
.flex-info-block p {
    font-size: 20px;
    line-height: 1.5;
}
.info-block-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.info-block-flex-image {
    flex: 0 0 32%;
}
.info-block-flex-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.info-block-list li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--main-color);
  margin-right: 8px;
  position: absolute;
  top: 10px;
  left: 0;
}
.info-block-list li span {
  font-weight: 700;
  font-size: 20px;
}
table {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  border-collapse: collapse;
}
table tr {
  height: 60px;
  border-bottom: 1px solid #ddd;
  transition: .6s;
}
table thead tr th, table tr th {
  background: var(--main-color);
  color: #fff;
}
table tr td, table tr th {
  border-right: 1px solid #ddd;
}
table tr:first-child td, table tr th {
  text-align: center;
  font-size: 20px;
}
table tr td {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.flex-info-box{
    margin-top: 40px;
}
/***************************************************************************************************/
/*****************************************MEDIA*****************************************************/
/***************************************************************************************************/


@media screen and (max-width: 576px) {
    header {
      height: 50px;
      background: #fff;
      padding: 25px 0;
    }
    header {
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    header .wrapper{
        width: 100%;
    }
    .okomp{
        flex-wrap: wrap;
    }
    .okomp-item.okomp-item-txt, .okomp-item.okomp-item-img {
      flex: 0 0 100%;
    }
    .works{
        justify-content: center;
    }
    .works-item {
      flex: 0 0 80%;
      margin-bottom: 30px;
    }
    .tilebox, .tilebox2, .floorsbox{
        flex-direction: column;
    }
    p.tilebox2-left-par__name{
        flex: 0 0 25%;
    }
    p.tilebox2-left-par__value {
      flex: 0 0 75%;
    }
    .color-box{
        justify-content: space-between;
    }
    .color-item {
      flex: 0 0 48%;
      margin-right: 0;
    }
    .tilebox2-right.tilebox2-item {
      padding-right: 0;
      margin-bottom: 30px;
    }
    .tilebox, .tilebox2, .floorsbox{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 515px) {
    .floorsbox-item{
        flex-direction: column;
    }
    .floorsbox-left {
      margin-bottom: 20px;
    }
}
@media screen and (max-width: 479px) {
    .tilebox-item {
      padding: 30px 15px;
    }
    .tilebox-right.tilebox-item{
        align-items: center;
        flex-direction: column;
    }
    .tilebox-right-img {
      flex: 0 0 100%;
    }

}
@media screen and (max-width: 440px) {
    .works-item {
      flex: 0 0 100%;
      height: 305px;
    }

}
@media screen and (max-width: 414px) {
    .tilebox2-left-par{
        flex-direction: column;
    }
}
@media screen and (max-width: 390px) {
    .owl-dot {
      margin-bottom: 10px;
    }
    .slider-sec .owl-dots{
        display: flex;
        flex-wrap: wrap;
    }
    .tilebox2-left-par{
        flex-direction: column;
    }
    .color-item__img img,.color-item__img{
        height: 120px;
    }
    .color-item__img img{
        height: 100%;
    }
    .slider-sec .owl-dots{
        position: absolute;
        bottom: 10px;
    }
    .owl-carousel .owl-stage-outer{
        height: 550px !important;
        overflow: visible;
    }
    .slider-sec .slide {
      height: 550px;
    }
}
@media screen and (max-width: 375px) {

    .slider-sec .middle-height {
      padding-top: 150px;
      padding-bottom: 0;
    }
    .slider-sec .content-slide {
        margin: 0;
    }
    .floorsbox-item {
        padding: 20px;
    }
    .owl-carousel .owl-stage-outer,
    .slider-sec .slide{
        height: 500px !important;
    }

}
@media screen and (max-width: 360px) {
    .sertificate-sec {
      padding-top: 20px;
    }
    .sertificate-sec h1 {
      font-size: 30px;
    }
    .okomp-wrap {
      padding: 30px 0 30px;
    }
}
@media screen and (max-width: 335px) {
    .works-item{
        height: 260px;
    }
    .works-item a span{
        height: 70px;
    }
    .color-item {
      flex: 0 0 70%;
    }
    .color-box {
      justify-content: center;
    }
}

.h2-main-to-item {
    margin-bottom: 30px;
}
