:root {
    /* services-colors */
    --slc-1-color:#1D8F1D;
    --slc-2-color:#CE8D00;
    --slc-3-color:#831D8F;
    --slc-4-color:#00BAFF;
}

html, body {
    height: 100%;
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    color: #000830;
    line-height:1.5;
    background-color:#fff;
}

body.active {
    overflow:hidden;
}

* {
    margin:0;
    padding:0;
    text-shadow:1px 1px 1px rgba(0,0,0,0.005);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

.fader-wrap {
    position: fixed;
    height:100vh;
    width:100%;
    left:0;
    top:0;
    z-index: 100;
    background-color:rgba(0,0,0,0.7);
    display:none;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

a {
    color:inherit;
}

a:hover {
    text-decoration: none;
}

.page-wrapper {
    width:100%;
    max-width: 1460px;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0 100px;
    position: relative;
}

.header {
    transform:translateY(-400px);
    transition-delay: 2s;
    transition: 1s;
    
}

.header.animate {
    transform: translateY(0);

}


.header-phone-link, .header-top-add-list-menu {
    transform:translateX(80px);
    transition: 1s;
    opacity: 0;
}

.header-contact-block {
    transform:translateX(-80px);
    transition: 1s;
    opacity: 0;
}

.header-top-row {
    opacity: 0;
    transition: 1s;
}

.header.animate .header-top-row {
 opacity: 1;
}

.header-logo-menu-block {
    transform:translateX(-80px);
    transition: 1s;
    opacity: 0;
}

.header.animate .header-phone-link, .header.animate .header-logo-menu-block  {
    transform:translateX(0);
    opacity: 1;
    transition-delay: 1s;
}

.header.animate .header-top-add-list-menu, .header.animate .header-contact-block {
    transform:translateX(0);
    opacity: 1;
    transition-delay: 0.8s;
}



@media screen and (max-width:1100px) {
    .header-phone-link, .header-top-add-list-menu, .header-logo-menu-block, .header-contact-block, .header-top-row {
        transform:translateX(0);
        transition: 0;
        opacity: 1;
    }
}



.header {
    position: fixed;
    left:0;
    right:0;
    top:0;
    margin:auto;
    padding-top:20px;
    padding-bottom: 0;
    box-sizing: border-box;
    z-index: 100;
    color:#fff;
    background:rgba(22, 20, 36, 0.4);
    transition: 0.4s;
}

.header.color {
    background:#21243A;
    transform: translateY(-66px);
    padding-bottom: 0;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);

}

.header-top-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding-bottom: 18px;
    box-sizing: border-box;
}


.header-contact-block {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.hc-links {
    opacity: 0.6;
    font-weight: 600;
    font-size:16px;
    line-height: 1.6;
    margin-right: 60px;
    text-decoration: none;
    transition:0.2s;
    display: flex;
    align-items: center;
}

.hc-links:hover {
    opacity: 1;
}

.hc-links img {
    margin-right: 12px;
}

.hc-links:last-child {
    margin-right: 0;
}

.header-top-add-list-menu {
    display:flex;
    justify-content: flex-end;
    align-items: center;
}

.header-top-add-list-menu a {
    text-decoration: none;
    font-size:18px;
    font-weight: 600;
    opacity: 0.6;
    transition:0.2s;
}

.header-top-add-list-menu a:hover {
    opacity: 1;
}









.header-logo-menu-block {
    display:flex;
    justify-content: flex-start;
    align-items: center;

}

.logo-block {
    margin-right: 84px;
    min-width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-block img {
    max-width: 100%;
}

.main-nav {
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    display:flex;
}

.main-nav li {
    margin-right: 34px;
    position: relative;
}


.main-nav li:last-child {
    margin-right: 0;
}

.main-nav li a {
    font-weight: 600;
    font-size:20px;
    text-decoration: none;
    transition: 0.2s;
}

.main-nav li.active a {
    color:#F26F2B;
}


.main-nav li a:hover {
    color:#F26F2B;
}

.main-nav li::after {
    content:'';
    position: absolute;
    left:-16px;
    width:4px;
    height:4px;
    background-color:#fff;
    border-radius: 10px;
    top:0px;
    left:-18px;
    bottom:0;
    margin:auto;
}

.main-nav li:first-child::after {
    display:none;
}

.header-bot-row {
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.header-phone-link a {
    display:flex;
    justify-content: flex-start;
    align-items:center;
    font-size:24px;
    font-weight:800;
    text-decoration: none;
}

.header-phone-link a img {
    margin-right:16px;
}

.mbc-btn-block {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    cursor:pointer;
}


.video-wrap {
    max-width:1000px;
    width:100%;
}

.video-wrap video {
    width:100%;
}

video::-webkit-media-controls-enclosure {
    display:none !important;
}
video::-webkit-media-controls {
    display:none !important;
}


.main-b-cont-section {
    /* background:  url(../img/cells.png)no-repeat, linear-gradient(-90deg, #393748 0%, #151323 100%); */
    background: linear-gradient(-90deg, #393748 0%, #151323 100%);
    height:100vh;
    background-size:cover;
    background-position: center;
    width:100%;
    position: relative;
    transition: 2s;
    overflow: hidden;
}

.simpleParallax{
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin:auto;
    width:100%;
    transform:scale(0.95);
    transition: 1s;
    z-index: 1;
    pointer-events:none;
}

.main-b-cont-section.active .simpleParallax {
    transform: scale(1);
}




/* .main-b-cont-section.active {
    background-size:106%;
} */

.main-b-cont-panel {
    transform:translateX(-50px);
    opacity: 0;
    transition: 2s;
}

.main-b-cont-section.active .main-b-cont-panel {
    transform:translateX(0);
    opacity: 1;
}

.main-b-cont-section .main-b-cont-panel .mbc-btn-block {
    transform:translateX(-50px);
    opacity: 0;
    transition: 2s;
    transition-delay:0.3s;
}

.main-b-cont-section.active .main-b-cont-panel .mbc-btn-block {
    transform:translateX(0);
    opacity: 1;
}

.main-b-cont-section::after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../img/diamond-bg3.svg)no-repeat;
    background-size:100%;
    background-position: 100%;
    pointer-events: none;
    transform:scale(1.08 ) rotate(5deg);
    transition: 2s;
}

.main-b-cont-section.active::after {
    transform:scale(1) rotate(0);
}

.main-b-cont-panel {
    display:flex;
    justify-content: center;
    align-items: flex-start;
    height:100%;
    flex-direction: column;
    z-index:2;
}

.mbc-title {
    margin:0;
    font-weight: 800;
    font-size: 64px;
    line-height: 1.3;
    color:#fff;
    max-width:830px;
    margin-bottom: 52px;
}



.mbc-btn {
    width:67px;
    height:67px;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    position: relative;
    cursor:pointer;
    box-sizing: border-box;
}

.mbc-btn img {
    max-width:100%;
    z-index: 1;
}

.mbc-round {
    border:1px solid #646372;
    position: absolute;
    width:0;
    height:0;
    top:-500%;
    left:-500%;
    right:-500%;
    bottom:-500%;
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    margin:auto;
    box-sizing: border-box;
    border-radius: 100%;
    z-index: 0;
    animation: mbc-round-animation 4.5s linear infinite;
}

.mbc-btn-block span {
    color:#fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    z-index:1;
}

.mbc-round.mbcr-2 {
    animation-delay: 1.5s;
}

.mbc-round.mbcr-3{
    animation-delay: 3s;
}


.section-title  {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
}


@keyframes mbc-round-animation{
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}



.production-steps-section {
    background-color:#E1E2E8;
    display:flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.production-steps-col.ps-left {
    width:50%;
    padding-left: calc(50% - 650px);
    box-sizing: border-box;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 50%;
}

.production-steps-col.ps-right {
    width:50%;
    padding-right: calc(50% - 650px);
    background:linear-gradient(90deg, #CCCCD6 0%, rgba(212, 212, 226, 0) 22.06%);
}

.psc-title {
    margin-bottom:26px;
}

.psc-text{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 95px;
    max-width: 540px;
}

.btn-row {
    display:flex;
    justify-content: flex-start;
    align-items: center;
}

.shwrl{
	margin-top: 100px !important;
	justify-content: center !important;
    width: 100% !important;
}

.btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding:16px 40px;
    box-sizing: border-box;
    background-color:gray;
    border:none;
    text-decoration: none;
    outline:none;
    cursor:pointer;
    color:#fff;
    transition:0.2s;
}

.btn.btn-red {
    background-color:#F26F2B;
}

.btn.btn-red:hover {
    background-color:#FB4B11;
}


.psc-unit-list {
    display:flex;
    flex-direction: column;
    align-items: center;

}

.psc-text-slider-carousel {
    width:100%;
}


.psc-unit {
    width:100%;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    padding:36px;
    box-sizing: border-box;
    position: relative;
}

.psc-text-slider {
    padding-right: 50px;
    box-sizing: border-box;
}

.psc-text-slide {
    display:none;
}

.psc-text-slide.active {
    display:block;
}

.psc-unit::before {
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:100%;
    margin:auto;
    background: linear-gradient(90deg, #EEEEF5 0%, rgba(238, 238, 245, 0) 100%);
    opacity: 0;
    transition: 0.2s;
    z-index:0;
}

.psc-unit:hover::before, .psc-unit.active::before {
    opacity: 1;
    transform:translateX(-42px);
}


.psc-unit::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    height:100%;
    width:9px;
    background-color:#F26F2B;
    opacity: 0;
    bottom:0;
    margin:auto;
    transition: 0.2s;
}

.psc-unit:hover::after, .psc-unit.active::after {
    opacity:1;
    transform:translateX(-42px);
}

.psc-unit * {
    z-index: 1;
}

.psc-pic-wrap {
    width:118px;
    height:118px;
    min-width: 118px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border:7px solid rgba(176, 176, 196, 0.28);
    box-sizing: border-box;
    background-color:#EDEDF5;
    border-radius: 200px;
    transition: 0.2s;
    margin-right: 58px;
}

.psc-pic-wrap img {
    max-height:58px;
}

.psc-unit:hover .psc-pic-wrap {
    border:7px solid rgba(204, 204, 214, 0.3)
}

.pscr-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 330px;
}







.services-section{
    background: linear-gradient(0, #312F40 0%, #151323 100%);
}

.services-list-row{
    border-bottom:1px solid rgba(134, 132, 147, 0.6);
    color:#fff;
}
/* 
.services-section .sl-unit {
    transform:translateY(40px);
    transition: 0.5s;
    opacity: 0;
}

.services-section.active .sl-unit {
    transform:translateY(0);
    opacity: 1;
}

.production-steps-section .psc-unit {
    transform:translateX(80px);
    transition:0.3s;
    opacity: 0;
}

.production-steps-section.active .psc-unit {
    transform:translateX(0);
    opacity: 1;
}

.production-steps-section .psc-unit.psc-2 {
    transition-delay: 0.1s;
}

.production-steps-section .psc-unit.psc-3 {
    transition-delay: 0.2s;
}

.production-steps-section .psc-unit.psc-4 {
    transition-delay: 0.3s;
}


.services-section .sl-unit.slc-2 {
    transition-delay: 0.1s;
}

.services-section .sl-unit.slc-3 {
    transition-delay: 0.2s;
}

.services-section .sl-unit.slc-4 {
    transition-delay: 0.3s;
} */


.service-list-row-wrap {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

.sl-unit {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:25%;
    border-left: 1px solid rgba(134, 132, 147, 0.6);
    min-height:660px;
    transition: 0.4s;
    position: relative;
    overflow:hidden;
    --slc-1-color:#1D8F1D;
    --slc-2-color:#CE8D00;
    --slc-3-color:#831D8F;
    --slc-4-color:#00BAFF;
}

.sl-unit::before {
    content:'';
    position: absolute;
    top:0;
    bottom:auto;
    left:0;
    right:0;
    margin:auto;
    width:100%;
    height:45%;
    z-index:0;
    opacity: 0;
    transform:translateY(-100%);
    transition: 0.3s;
}

.sl-unit:hover::before {
    opacity:0.5;
    transform:translateY(0);
}


.sl-unit.slc-1::before {
    background:linear-gradient(to bottom, var(--slc-1-color), transparent);
} 

.sl-unit.slc-2::before {
    background:linear-gradient(to bottom, var(--slc-2-color), transparent);
} 

.sl-unit.slc-3::before {
    background:linear-gradient(to bottom, var(--slc-3-color), transparent);
} 

.sl-unit.slc-4::before {
    background-color:var(--slc-4-color);
    background:linear-gradient(to bottom, var(--slc-4-color), transparent);
} 



.sl-unit.slc-1::after {
    background-color:var(--slc-1-color);
} 

.sl-unit.slc-2::after {
    background-color:var(--slc-2-color);
} 

.sl-unit.slc-3::after {
    background-color:var(--slc-3-color);
} 

.sl-unit.slc-4::after {
    background-color:var(--slc-4-color);
} 



.sl-unit.slc-1 .sl-unit-hov-text ul li::after {
    background-color:var(--slc-1-color);
}

.sl-unit.slc-2 .sl-unit-hov-text ul li::after {
    background-color:var(--slc-2-color);
}

.sl-unit.slc-3 .sl-unit-hov-text ul li::after {
    background-color:var(--slc-3-color);
}

.sl-unit.slc-4 .sl-unit-hov-text ul li::after {
    background-color:var(--slc-4-color);
}


.sl-unit::after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    width:100%;
    height:9px;
    background-color:#fff;
}



.sl-unit:last-child {
    border-right: 1px solid rgba(134, 132, 147, 0.6);
}

.sl-unit-hov-text-panel {
    position: absolute;
    left:0;
    bottom:0;
    right:0;
    opacity:0;
    pointer-events: none;
    transition: 0.4s;
    transform: translateY(100px);
    height: 100%;
    padding-top: 148px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.sl-unit-title-pic {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.4s;
    height: 90px;
}

.sl-unit-title-pic img {
    max-width: 100%;
    margin-bottom: 24px;
}

.sl-unit-title-pic span {
    margin-top: auto;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.sl-unit-pic{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 230px;
    transition:0.4s;
    width: 100%;
}

.sl-unit-pic img {
    max-width: 246px;
    width:100%;
}

.sl-unit-hov-text-pic-wrap {
    width:100%;
    margin-top:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

.sl-unit-hov-text-pic-wrap img {
    max-width: 100%;
    width: 100%;
    transform: scale(1.4) translateX(0px) translateY(86px);
}

.sl-unit-hov-text  {
    padding:0 24px;
    box-sizing: border-box;
    transform:translateY(120px);
    transition: 0.4s;
}

.sl-unit-hov-text ul {
    padding-left:0;
    list-style:none;
}

.sl-unit-hov-text ul li {
    position: relative;
    font-size: 18px;
    line-height: 27px;
    padding-left:28px;
    box-sizing: border-box;
}

.sl-unit-hov-text ul li::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 13px;
    top: 6px;
    left: 0;
}

.sl-unit:hover .sl-unit-pic{
    opacity: 0;
    transform:translateY(-100%);
}

.sl-unit:hover .sl-unit-title-pic {
    transform:translateY(-372px);
}

.sl-unit:hover .sl-unit-hov-text-panel {
    transform: translateY(0);
    opacity: 1;
}

.sl-unit:hover .sl-unit-hov-text {
    transform:translateY(0);
}


.service-text-panel {
    padding:110px 0 160px;
    box-sizing: border-box;
    color:#fff;
}

.service-text-panel-wrap {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.stp-pic-wrap{
    margin-right:164px;
    min-width: 388px;
}

.services-section.active.stp-pic-wrap {

}

.stp-pic-wrap img {
    max-width: 100%;
    /*transform: scale(4) translateX(5%) translateY(5%);*/
    position: absolute;
    pointer-events:none;
}

.stp-text-col {
    width:100%;
}

.stp-title {
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.stp-text-col p  {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.stp-text-col .btn-row {
    margin-top: 58px;
}




.design-matters-section {
    padding-top:96px;
    padding-bottom: 96px;
    box-sizing: border-box;
    background: #E1E2E8;
}

.design-matters-section .section-title{
    margin-bottom: 48px;
}

.dm-text-cont-block {
    background-color:#3E4E5C;
    color:#fff;
    padding:40px 56px;
    position: relative;
    max-width: 538px;
    box-sizing: border-box;
}

.dm-text-cont-block::after {
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    width:8px;
    height:100%;
}

.dmc-before::after {
    background-color:#C8102E;
}

.dmc-after::after {
    background-color:#1D8F1D;
}

.dm-text-cont-block p  {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
}

.dm-text-cont-block p span {
    font-weight: 600;
}

.dm-exemple-panel {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.dm-example-panel-cont {
    border:1px solid #3E4E5C;
    padding:20px;
    box-sizing: border-box;
}

.dm-example {
    width:100%;
}

.dm-example img {
    max-width:100%;
    box-shadow: 0px 0px 86px rgba(62, 78, 92, 0.25);
}

.dmc-before {
    margin-bottom: -90px;
}

.dmc-after {
    margin-top: -90px;
}

.dm-text-cont-block {
    z-index: 1;
}


.dm-exemple-panel {
    z-index: 2;
}

.dm-text-panel {
    padding-top: 70px;
    padding-bottom: 30px;
}

.dm-text-panel p{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
}








.diffrent-seciton {
    background: linear-gradient(0deg, #312F40 0%, #151323 100%);
    color:#fff;
    padding-top:95px;
    padding-bottom: 115px;
    box-sizing: border-box;
    position: relative;
}

.diffrent-seciton .simpleParallax {
    transform: none;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    z-index: 0;

}

.diffrent-seciton .simpleParallax img {
    max-width:60%;
}

.diffrent-seciton::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    height: 70%;
    background: url(../img/diamond-bg3.svg)no-repeat;
    background-size: 100%;
    background-position: 100% 0%;
    display:none;
}

.diffrent-text-panel {
    margin-top:20px;
    margin-bottom: 20px;
}

.diffrent-text-panel p{
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
}

.diffrence-example-panel {
    border-top:1px solid #5A5968;
    padding:67px 132px;
    box-sizing: border-box;
    position: relative;
    border-bottom:1px solid #5A5968;
}

.de-before, .de-after{
    position: absolute;
    display:flex;
    justify-content: center;
    align-items: center;
    top:0;
    bottom:0;
    margin:auto;
    height:100%;
    width: 105px;
    height:auto;
    padding:30px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.de-before {
    left: -52px;
}

.de-before::after {
    content:'';
    position: top
}

.de-after {
    right: -52px;
}


.de-cont-panel {
    display:flex;
    justify-content: center;
    align-items: center;
    
    box-sizing: border-box;
}

.de-cont-panel img {
    width:100%;
    /* height:100%; */
}

.de-pic-wrap {
    padding-top:40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.de-pic-wrap::after {
    content:'';
    position: absolute;
    left:0;
    top:-100%;
    bottom:auto;
    right:0;
    width:1px;
    height:100%;
    margin:auto;
    background-color:#5A5968;
}

.de-pic-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: -100%;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #5A5968;
}



.de-selector-row {
    position: absolute;
    left:0;
    right:0;
    bottom:-34px;
    margin:auto;
    z-index:2;
}

.de-selector {
    display:flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.des-unit {
    display:flex;
    justify-content: center;
    align-items: center;
    width:68px;
    height:68px;
    background-color:#4B4A58;
    transition: 0.2s;
    border-radius: 100px;
    margin:0 20px;
    cursor:pointer;
}

.des-unit img {
    max-width: 70%;
    max-height: 70%;
    transition: 0.2s;
}

.des-unit:hover {
    background-color:#807f87;
}

.des-unit.active {
    background-color:#ffffff;
}

.des-unit.active img {
    filter: brightness(0.2);
}











 
.de-cont-panel {
    max-height: 595px;
    max-width: 1060px;
    width: 100%;
    height: 595px;
    overflow:hidden;
    position: relative;
}

.de-cont-unit {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

.twentytwenty-wrapper {
    width:100%;
    height:auto;
    position: relative;
    display: block;
}

.de-cont-unit {
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
    z-index: -1;
}

.de-cont-unit.active {
    pointer-events: unset;
    opacity: 1;
    z-index: 1;
}







.beforeAfterSlidebar {
    position: relative;
    width: 1056px;
    height:595px;
    background-color:lightblue;
  }
  .beforeAfterSlidebar img {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
  }
  .topImg {
    border-right: solid 2px copper;
  }


  





.beforeafter{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -ms-touch-action: none;
}
.beforeafter .beforeafter-item{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.beforeafter img{
    width: 100%;
    height: 100%;
}

.beforeafter-cursor {
    overflow:visible !important;
    background-color:#fff !important;
    width:3px !important;
}


.beforeafter-cursor::before { 
    position: absolute;
    top: 0;
    bottom: 0;
    width: 76px;
    height: 76px;
    content: '';
    box-sizing: border-box;
    background: #F26F2B url(../img/grab-slider2.svg)no-repeat;
    background-position: center;
    border: 4px solid #ffffff;
    border-radius: 100px;
    transition: all 0.2s ease;
    left: -70px;
    right: -70px;
    margin: auto;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 76px;
    height: 76px;
    content: '';
    box-sizing: border-box;
    background: #F26F2B url(../img/grab-slider2.svg)no-repeat;
    background-position: center;
    background-size: 60%;
    border: 4px solid #ffffff;
    border-radius: 100px;
    transition: all 0.2s ease;
    left: -70px;
    right: -70px;
    margin: auto;
    box-shadow: none;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1000px;
}

.twentytwenty-handle > *{
    visibility: hidden;
}









.cocoen-drag {
    cursor:pointer;
    background:transparent;
    width: 100px;
    margin-left: -51px;
}

.cocoen-drag::after {
    content:'';
    width:4px;
    height:100%;
    left:auto;
    top:0;
    right:auto;
    bottom:0;
    background-color:#fff;
    margin:auto;
    position: absolute;
}




.cocoen-drag::before { 
    position: absolute;
    top: 0;
    bottom: 0;
    width: 76px;
    height: 76px;
    content: '';
    box-sizing: border-box;
    background: #F26F2B url(../img/grab-slider2.svg)no-repeat;
    background-position: center;
    border: 4px solid #ffffff;
    border-radius: 100px;
    transition: all 0.2s ease;
    left: -70px;
    right: -70px;
    margin: auto;
}

.difference-text-panel {
    display:block;
    margin-top:90px;
    padding-left:30px;
    position: relative;
    color:#fff;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 160px;
}

.difference-text-panel::after {
    content:'';
    position: absolute;
    width:8px;
    height:100%;
    background-color:#F26F2B;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}



.dlt-title {
    font-weight: 600;
    font-size: 100px;
    line-height: 121px;
    max-width:700px;
    margin-bottom: 74px;
}

.dtl-links-list {
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
}

.dtl-links-list a {
    display:flex;
    align-items: center;
    justify-content:flex-start;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    margin-bottom: 26px;
}

.dtl-links-list a:last-child {
    margin-bottom:0;
}

.dtl-link-pic-wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    margin-right: 15px;
}






.project-section {
    padding:100px 0;
    box-sizing: border-box;
    background-color:#E1E2E8;
    --project-bg-color:#131213;
}

.project-section .section-title {
    margin-bottom: 24px;
}

.text-panel {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 80px;
}

.project-list {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow:row wrap;
}





.project-unit {
    width:25%;
    border-right: 1px solid #C6C7CF;
    border-top: 1px solid #C6C7CF;
    display:flex;
    justify-content: center;
    align-items: stretch;
    box-sizing: border-box;
    min-height:540px;
    background-color:#EEEEF5;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    /* transform: scale(0.9); */
    /* opacity: 0; */
    cursor: pointer;
}

.project-unit:nth-child(4n-3) {
    border-left:1px solid #C6C7CF;
}

/* .project-section.active .project-unit {
    transform: scale(1);
    opacity: 1;
} */

/* .project-section.active .project-unit.plu-2 {
    transition-delay: 0.15s;
}

.project-section.active .project-unit.plu-3 {
    transition-delay: 0.3s;
}

.project-section.active .project-unit.plu-4{
    transition-delay: 0.45s;
}

.project-section.active .project-unit.plu-5 {
    transition-delay: 0.6s;
}

.project-section.active .project-unit.plu-6 {
    transition-delay: 0.75s;
}

.project-section.active .project-unit.plu-7 {
    transition-delay: 0.9s;
}

.project-section.active .project-unit.plu-8 {
    transition-delay: 1.05s;
} */



/* .project-section.active .project-unit:hover {
    transition: 0.2s ease-out !important;
    transition-delay: 0s !important;
} */





.plu-1.project-unit {
    --project-bg-color:#740042
}

.plu-2.project-unit {
    --project-bg-color:#D22032;
}

.plu-3.project-unit {
    --project-bg-color:#21B0AD;
}

.plu-4.project-unit {
    /* --project-bg-color:#131213; */
}

.plu-5.project-unit {
    --project-bg-color:#3CACC1;
}

.plu-6.project-unit {
    --project-bg-color:#14153D;
}

.plu-7.project-unit {
    --project-bg-color:#3366FF;
}

.plu-8.project-unit {
    --project-bg-color:#C8102E;
}



.project-unit::before {
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height:9px;
    width:100%;
    margin:auto;
    transition: 0.2s;
    background-color:var(--project-bg-color);
}

.project-unit.plu-4:hover {
    background-color:#131213;
}

.project-unit:hover {
    background-color:var(--project-bg-color);
}

.project-unit.plu-4::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    height: 70%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: 0.2s;
}

.project-unit::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: 0.2s;
}

.project-unit:hover::after{
    opacity: 1;
}

.project-unit:hover::before {
    opacity: 0;
}

.project-unit-wrap {
    display:flex;
    justify-content: center;
    align-items: center;
    max-width:100%;
    position: relative;
    width:100%;
    z-index:1;
}

.pu-client-logo {
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    transition: 0.2s;
}

.pu-client-logo img {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    transition: 0.2s;
}

.pu-client-logo img.pu-hover-pic {
    opacity: 0;
}




.project-unit:hover .pu-client-logo{
    transform:translateY(-142px) scale(0.8);
} 

.project-unit:hover .pu-client-logo img {
    opacity: 0;
}

.project-unit:hover .pu-client-logo img.pu-hover-pic {
    opacity: 1;
}




.pu-cont-pic{
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    opacity: 0;
    transition: 0.2s;
    transform:translateX(80%);
    transition-delay: 0 !important;
}

.pu-cont-pic img {
    max-width: 100%;
    margin-left: auto;
}

.project-unit:hover .pu-cont-pic {
    opacity: 1;
    transform:translateX(0);
}



.prices-section {
    padding-top:100px;
    background: linear-gradient(0deg, #312F40 0%, #151323 100%);
    color:#fff;
    position: relative;
}

.prices-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: url(../img/diamond-bg3.svg)no-repeat;
    background-size: auto;
    background-position: 100% 0%;
}

.prices-section .section-title {
    margin-bottom: 30px;
}

.prices-section .text-panel {
    margin-bottom: 60px;
    line-height:1.6;
    
}

.prices-panel {
    padding-bottom:120px;
}

.price-table {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: stretch;
    border-top: 1px solid #5A5968;
    border-left: 1px solid #5A5968;
    margin-bottom: 54px;
}

.price-table-unit {
    width:33.333%;
    border-right: 1px solid #5A5968;
    border-bottom: 1px solid #5A5968;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:28px;
    box-sizing: border-box;
    cursor:pointer;
    text-decoration: none;
    transition:0.2s;
    position: relative;
}

.price-table-unit:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    opacity: 0;
    transition:0.2s;
    background: linear-gradient(180deg, #F26F2B 0%, #FB4B11 100%);
    z-index: 2;
    user-select: none;
}

.price-table-unit:hover::before {
    opacity: 1;
}

.pt-title-hov {
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.05em;
    z-index:2;
    opacity: 0;
    transition: 0.2s;
    transform:translateY(30px);
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.pt-title-hov::after {
    position: relative;
    content:'Расчитать стоимость';
    font-size: 18px;
    line-height: 22px;
    padding-top:12px;
    box-sizing: border-box;
    color:#fff;
    text-align: center;

}

.price-table-unit:hover .pt-title-hov {
    transform:translateY(0);
    opacity: 1;
}

.price-table-unit .pt-title, .price-table-unit .pt-price, .price-table-unit .pt-pic-wrap {
    transition:0.2s;
    z-index: 0;
}

.price-table-unit:hover .pt-title, .price-table-unit:hover .pt-price, .price-table-unit:hover .pt-pic-wrap {
    transform:scale(0.8);
}

.pt-pic-wrap {
    width:118px;
    height:118px;
    min-width:118px;
    display:flex;
    justify-content: center;
    align-items: center;
    border:2px solid #fff;
    border-radius: 120px;
    background-color:#5A5968;
    box-shadow:inset 0px 0px 20px 0px rgba(0,0,0,0.25);
    margin-bottom: 15px;
}

.pt-pic-wrap img {
    min-width: 66px;
    max-width: 50%;
}

.pt-title {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
    text-align: center;
}

.pt-price {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.6;
}



.about-company-subsetion {
    position: relative;
    overflow-y: hidden;
    padding-top: 10%;
    margin-top: -10%;
}


.about-company-decor-block {
    background: linear-gradient(180deg, #494757 0%, #29263A 97.61%);
    box-shadow: 0px 0px 49px rgba(0, 0, 0, 0.25);
    border-top:4px solid #5A5968;
    position: absolute;
    height: 100%;
    width: 100%;
    transform: skew(0deg, -8deg);
}

.about-company-panel {
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 30px;
}

.about-text-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
}

.about-text-panel span {
    font-size:24px;
    font-weight: 600;
    text-transform: uppercase;
}


.about-text-panel.text-panel {
    padding-left: 64px;
    box-sizing: border-box;
}






.contacts-section {
    padding:100px 0;
    box-sizing: border-box;
    background: url(../img/cells.svg)no-repeat, linear-gradient(-90deg, #393748 0%, #151323 100%);
    background-size: cover;
    width: 100%;
    position: relative;
    color:#fff;
}

.contacts-section .simpleParallax {
    transform: none;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;

}

.contacts-section .simpleParallax img {
    max-width:60%;
}

.contacts-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/diamond-bg.svg)no-repeat;
    background-size: 100%;
    background-position: 100%;
    display:none;
}




.contacts-panel {
    z-index:1;
}

.contact-form-wrapper {
    display:block;
}

.contact-cols-row {
    display:flex;
    justify-content: space-between;
    align-items: stretch;
}

.contacts-section .section-title {
    margin-bottom:26px;
}

.input-row {
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
    margin-bottom: 24px;
}

.input-row:last-child {
    margin-bottom: 0;
}

.input-row label {
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 8px;
}

.input-row input {
    width:100%;
    background: #343243;
    border: 1px solid #C6C7CF;
    box-sizing: border-box;
    color:#fff;
    height:58px;
    padding-left:20px;
    box-sizing: border-box;
    line-height: 58px;
    font-size:18px;
    outline:none;
    transition: 0.2s;
}

.input-row input:focus {
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
    background: #343243 !important;
    border: 1px solid #C6C7CF;
    color: #fff;
    font-size: 18px;
    outline: none;
}

.input-row textarea {
    width:100%;
    background: #343243;
    border: 1px solid #C6C7CF;
    box-sizing: border-box;
    color:#fff;
    height:58px;
    padding-left:20px;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 1.6;
    min-height: 222px;
    font-size:18px;
    padding-top:14px;
    padding-bottom: 14px;
    resize: vertical;
    outline:none;
}

.input-row textarea:focus {
    box-shadow: 0px 0px 0px 2px rgb(255, 255, 255);
}

.cc-left {
    width:40%;
}

.cc-right {
    width:60%;
    padding-left:28px;
    box-sizing: border-box;
}

.cc-right .input-row {
    height:100%;
}

.cc-right .input-row textarea {
    height:222px;
}

.agreement-row {
    display:block;
    margin:40px 0;
    font-size:24px;
}

.agreement-row a {
    color:#F26F2B;
    margin-left:10px;
}


.contact-additional-block {
    margin-top:120px;
    display:flex;
    justify-content: space-between;
    align-items: center;

}



.lets-disucss-block{
    font-weight: 600;
    font-size: 48px;
    line-height: 58px; 
    width:50%;
    padding-right:40px;
    box-sizing: border-box;
}

.contact-additional-links {
    width:30%;
}

.contact-additional-links .dtl-links-list {
    margin-bottom: 0;
}









.clients-section {
    padding-top:80px;
    padding-bottom: 40px;
}

.clients-section .section-title {
    margin-bottom: 32px;
}

.cl-item-row-cont {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
}

.cl-unit {
    display:flex;
    width:16.666%;
    padding: 40px 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}

.cl-unit img {
    width:auto;
    max-width:100%;
    filter:brightness(1.1) grayscale(1);
    transition: 0.2s;
    opacity: 0.7;

}

.cl-unit:hover img {
    filter:brightness(1) grayscale(0);
    opacity: 1;
}

.cl-item-row-cont-wrap {
    width:100%;
    padding: 20px 0 30px;
}

.cs-row-cont {
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items:flex-start;
}

.cs-row-unit {
    display:inline-flex;
    align-items:center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    border: 1px solid #C6C7CF;
    box-sizing: border-box;
    padding:20px 50px;
    user-select: none;
    font-weight: 600;
    color:#1B192A;
    text-transform: uppercase;
    margin-right: 14px;
    margin-bottom: 14px;
    cursor:pointer;
    text-decoration: none;
    transition: 0.2s;
    padding: 20px 48px;
}

.cs-row-unit:hover {
    background: #f0f0f0;
}

.cs-row-unit.active {
    background: #4B4A58;
    border-color:#4B4A58;
    color:#fff;
}







.footer {
    background-color:#000000;
    color:#fff;
    padding-top:70px;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.footer-top-panel {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    padding-bottom: 32px;
}

.footer-logo a {
    margin-right: 84px;
    min-width: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    max-width:100%;
}

.footer-menu {
    list-style: none;
    justify-content: flex-start;
    align-items: center;
    display:flex;
}

.footer-menu li {
    margin-right: 32px;
    position: relative;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    font-weight: 600;
    font-size:20px;
    text-decoration: none;
    transition: 0.2s;
}

.footer-menu li a:hover {
    opacity: 0.6;
}

.footer-phone-link {
    margin-left:auto;
}

.footer-phone-link a {
    display:flex;
    justify-content: flex-start;
    align-items:center;
    font-size:24px;
    font-weight:800;
    text-decoration: none;
    transition: 0.2s;
}

.footer-phone-link a:hover {
    opacity: 0.6;
}

.footer-bot-row-wrap {
    padding-top:26px;
}

.footer-copyright {
    opacity: 0.8;
    line-height: 1.8;
}







.modal-fader-wrap {
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:100%;
    height:100%;
    display:none;
    z-index: 121;
    background-color: rgba(0,0,0,0.7);
}

.modal-wrap {
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}

.modal-wrap-form {
    width:100%;
    max-width:1100px;
    background: linear-gradient(180deg, #312F40 0%, #151323 100%);
    color:#fff;
    padding:46px 100px;
    box-sizing: border-box;
    position: relative;
    overflow: auto;
    max-height:100%;
}

.modal-wrap-form .form-title {
    margin-bottom:24px;
}

.close-modal  {
    position: absolute;
    top: 40px;
    right: 40px;
    display: flex;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.2s;
}

.close-modal:hover {
    opacity: 1;
}

.modal-wrap .input-row textarea {
    height: 120px;
    min-height: 130px;
}


.mobile-header {
    display:none;
    position: fixed;
    left:0;
    right:0;
    top:0;
    justify-content: space-between;
    align-items:center;
    z-index:101;
    padding: 47px 100px;
    box-sizing:border-box;

}


.modal-ty .modal-wrap-form  {
    max-width:650px;
    background:#E4E5EB;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#151323;
    flex-direction: column;
    padding:100px 120px;
}

.modal-ty .modal-wrap-form::after {
    content:'';
    bottom:0;
    height:11px;
    position: absolute;
    width:100%;
    left:0;
    right:0;
    margin:auto;
    background-color:#F26F2B;
    z-index: 1;
}

.modal-ty .modal-wrap-form::before{
    content: '';
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../img/ty-crystal.svg) no-repeat;
    background-size: contain;
    z-index: 0;
    background-position: right center;
}

.modal-ty-title{
    font-weight: 800;
    font-size: 72px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
}

.modal-ty .close-modal {
    top:30px;
    right:30px;
}

.modal-ty .modal-wrap-form p {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    position: relative;
}











.design-matters-section {
    display:none;
}

.for-mobile-tel {
    display:none;
}

.hc-pic-holder {
    display:flex;
    justify-content: center;
    align-items: center;
    width:40px;
}

.close-mobile-header {
    display:none;
    z-index: 2;
}


.cii-js-wrap {
    display:none;
}

.cii-js-wrap.active {
    display:block;
}

.sl-mobile-pic {
    display:none;
}

.diffrent-example-for-mobile {
    display:none;
}


.twentytwenty-overlay {
    display:none;
}

.ac-pic-wrap {
    display:flex;
}

.only-for-mobile {
    display:none;
}

@media screen and (max-width:1460px) {

    .page-wrapper {
        padding-left:40px;
        padding-right: 40px;
    }

    .diffrent-panel {
        padding-left:80px;
        padding-right:80px;
    }

    .production-steps-col.ps-left {
        min-width: unset;
        padding-left: 40px;
        padding-right:20px;
    }

}


@media screen and (max-width:1200px) {

    .contacts-section::after {
        background-position: top;
    }

    .des-unit {
        min-width: 68px;
        margin:0 16px;
    }

    .footer-logo a {
        margin-right: 45px;
    }

    .footer-menu li {
        margin-right: 24px;
    }

    .prices-section::before {
        width: 80%;
        height: 70%;
        background-size: 100%;
    }

    .project-list {
        padding-left:0;
        padding-right: 0;
    }

    .service-text-panel {
        padding: 110px 0 100px;
    }
    

    /* .page-wrapper {
        padding-left:10px;
        padding-right: 10px;
    } */

    .production-steps-col.ps-left {
        padding-left: 40px;
        padding-right: 40px;
    }

    .hc-links {
        margin-right: 30px;
    }

    .logo-block {
        margin-right: 53px;
    }

    .main-nav li {
        margin-right: 28px;
    }

    .main-nav li::after {
         left:-16px; 
    }

    .diffrent-panel {
        padding-left: 80px;
        padding-right: 80px;
    }

    .de-before, .de-after {
        width: 95px;
    }

    .de-after {
        right: -47px;
    }

    .de-before {
        left:-47px;
    }

    .service-list-row-wrap {
        padding-left:0;
        padding-right: 0;
    }

    .header-phone-link a {
        font-size:18px;
    }

    .diffrence-example-panel {
        padding: 10px 70px;
    }
}

@media screen and (max-width:1100px) {
	
	.stp-pic-wrap img {
    	/*transform: scale(3) translateX(0%) translateY(12%);*/
    }


    .psc-text-slider {
        padding-right: 0;
    }

    .cl-unit {
        width:25%;
    }

    .footer {
        padding-top: 40px;
    }

    .contact-cols-row {
        flex-direction: column;
    }

    .contact-col  {
        width:100%;
        padding-left:0;
        margin-bottom: 24px;
    }

    .cc-right .input-row textarea {
        height: 130px;
        min-height:130px;
    }

    .diffrent-seciton::before {
        width:100%;
    }

    .close-mobile-header {
        display:flex;
        justify-content: center;
        align-items: center;
        width:24px;
        height:24px;
        position: absolute;
        left:20px;
        top: 48px;
        opacity: 0.5;
    }

    .close-mobile-header:hover {
        opacity: 1;
    }

    .close-mobile-header img {
        max-width: 100%;
    }

    .main-nav li a {
        opacity: 0.7;
        transition: 0.2s;
    }

    .main-nav li a:hover {
        opacity: 1;
    }

    .text-panel {
        font-size:20px;
        line-height: 1.7;
    }

    .about-text-title {
        font-size:40px;
    }

    .stp-pic-wrap {
        margin-right: 64px;
    }

    .de-before, .de-after {
        width:85px;
    }

    .de-after {
        right: -42px;
    }

    .de-before {
        left:-42px;
    }

    .footer-menu {
        display:none;
    }

    .sl-unit-hov-text-pic-wrap {
        display:none;
    }

    .sl-unit {
        min-height:448px;
    }

    .sl-unit-pic {
        max-width:80%;
    }

    .sl-unit-title-pic {
        height:75px;
    }

    .sl-unit-title-pic img {
        transform: scale(0.7);
        margin-bottom: 10px;
    }

    .sl-unit-title-pic span {
        font-size:16px;
    }

    .production-steps-section {
        flex-direction: column;
        align-items: center;
      
    }

    .psc-title {
        margin-bottom: 26px;
    }

    .psc-text {
        max-width:100%;
        margin-bottom: 58px;
    }

    .production-steps-section .production-steps-col {
        width:100%;
        padding-top:80px;
        background: linear-gradient(180deg, #CCCCD6 0%, rgba(212, 212, 226, 0) 22.06%);
        padding-left: 100px;
        padding-right: 100px;
       
    }

    .production-steps-col.ps-right {
        padding-top:0;
        padding-left:0;
        padding-right: 0;
    }

    .psc-text-panel {
        padding-bottom: 70px;
        box-sizing: border-box;
    }

    .psc-unit-list {
        flex-flow:row nowrap;
        align-items: stretch;
    }

    .psc-unit {
        flex-direction: column;
        align-items: center;
    }

    .psc-pic-wrap {
        margin-right: 0;
        margin-bottom: 34px;
    }

    .pscr-title {
        font-size:18px;
        text-align: center;
    }

    .psc-unit::before {
        background: linear-gradient(180deg, #EEEEF5 0%, rgba(238, 238, 245, 0) 100%);
    }

    .psc-unit::after {
        bottom:auto;
        right:0;
        width:100%;
        height:9px;
    }

    .psc-unit:hover::after {
        opacity: 1;
        transform: translateY(-42px);
    }

    .psc-unit:hover::before {
        opacity: 1;
        transform: translateY(-42px);
    }

    .main-b-cont-panel {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        flex-direction: column;
        padding-left:100px;
        padding-right: 100px;
    }

    .mobile-header{
        display:flex;
        transition: 0.2s;
    }

    .mobile-header.color{
        background: #21243A;
        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
        padding-top:20px;
        padding-bottom: 20px;
    }

    .mobile-header .header-phone-link {
        color:#fff;
    }

    .burger-btn {
        width:48px;
        height:40px;
        display:flex;
        justify-content: space-between;
        align-items: center;
        display:flex;
        flex-direction: column;
        margin-right: 60px;
        cursor:pointer;
    }

    .burger-btn span {
        background-color:#fff;
        width:100%;
    }

    .header, .header.color {
        height: 100%;
        width: 100%;
        max-width: 400px;
        background: linear-gradient(180deg, #393748 0%, #151323 100%);
        transform: translateX(100%);
        left: auto;
        z-index: 101;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        overflow: auto;
        box-shadow: none;
    }

    .logo-panel {
        display:flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo-panel .logo-block {
        display:flex;
        justify-content: center;
        align-items: center;
    }

    .logo-panel .logo-block img {
        transform:translateY(2px);
    }

   
    
    .header-top-row-wrap {
        order:2;
    }

    .header-top-row {
        border-bottom: none;
    }

    .header-bot-row  {
        order:1;
        display:flex;
        flex-direction: column;
    }

    .header-logo-menu-block {
        display:flex;
        flex-direction: column;
        align-items: center;
        width:100%;
        margin-top: 3px;
    }

    .logo-block {
        margin-right: 0;
    }

    .header-contact-block {
        flex-direction: column;
        align-items: center;
        width: 100%;
        align-items: flex-start;
        padding: 0 40px;
        box-sizing: border-box;
        margin-bottom: 20px;
    } 



    .header-contact-block a {
        margin-right:0;
        margin-top:13px;
    }

    .header-top-add-list-menu {
        display:none;
    }

    .main-nav {
        flex-direction: column;
        align-items: center;
    }

    .main-nav li {
        margin-right: 0;
        margin-bottom: 13px;
    }

    .main-nav li::after {
        display:none;
    }

    .header-top-row-wrap::after {
        content:'';
        position: absolute;
        left:0;
        right:0;
        bottom:0;
        height:5px;
        background-color:#F26F2B;
    }

    .header-logo-menu-block .logo-block{
        margin-bottom: 30px;
        display:none;
    }

    .header-bot-row .header-phone-link {
        display:none;
    }

    .hc-links {
        font-size:24px;
        opacity: 1;
    }

    .for-mobile-tel  {
        display:flex;
    }

    .ac-pic-wrap {
        max-width: 38%;
        min-width: 38%;
    }

    .ac-pic-wrap img {
        max-width:100%;
    }

    .page-wrapper {
        padding-left:100px;
        padding-right: 100px;
    }

    .service-list-row-wrap {
        padding-left:0;
        padding-right: 0;
    }

    .sl-unit:hover .sl-unit-title-pic {
        transform: translateY(-282px);
    }

    .sl-unit:hover .sl-unit-hov-text {
        transform: translateY(-19px);
    }

    .sl-unit-hov-text ul li {
        font-size:16px;
    }

    .pu-client-logo img {
        max-width:80%;
    }

    .project-list {
        padding-left:0;
        padding-right: 0;
    }

    .header-top-row-wrap {
        padding-left:20px;
        padding-right: 20px;
    }

    .header.animate {
        transform: translateX(100%);
    }

    .header.active {
        transform:translateX(0)
    }

    
}

@media screen and (max-width:991px) {

    .pt-title-hov {
        font-size:22px;
    }

    .pt-title-hov::after {
        font-size:14px;
    }

    .modal-ty .modal-wrap-form {
        max-width: 510px;

        padding: 60px 100px;
    }

    .modal-ty-title {
        font-size: 52px;
    }

    .modal-ty .modal-wrap-form p {
        font-size: 18px;
        line-height: 1.3;
    }

    .prices-section::before {
        width:100%;
    }

    .service-text-panel {
        padding: 80px 0 80px;
    }

    .cs-row-unit {
        font-size:14px;
    }

    .pu-client-logo img {
        max-width: 60%;
        max-height: 110px;
    }


    .project-unit:hover .pu-client-logo {
        transform: translateY(-92px) scale(0.8);
    }

    .project-unit {
        min-height: 310px;
    }

    .contact-additional-links {
        width: 40%;
    }

    .pu-cont-pic {
        height:60%;
        margin-bottom: 0;

    }
    .pu-cont-pic img {
        max-height:100%;
        margin: auto;
        margin-bottom: 0;
    }

    .about-company-decor-block {
        transform: skew(0deg, -6deg);
    }

    .about-text-panel.text-panel {
        padding-left: 0;
    }

    .about-company-panel  {
        flex-direction: column;
        align-items: center;
        padding-top:100px;
    }

    .ac-pic-wrap {
        order:2;
        min-width: 310px;
        align-items: center;
        justify-content: center;
    }

    .ac-pic-wrap {
        height:auto;
    }

    .diffrent-seciton::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 630px;
        background: url(../img/diamond-bg3.svg)no-repeat;
        background-size: cover;
        background-position: 30% 0%;
    }

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

    .stp-pic-wrap {
        display:none !important;
    }

    .stp-title {
        font-size:40px;
    }

    .dlt-title {
        font-size:80px;
        line-height: 1.3;
    }

    /* .diffrence-example-panel {
        display:none;
    } */

    .sl-unit-title-pic span {
        font-size: 14px;
    }

    .main-b-cont-section::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -20%;
        right: -20%;
        bottom: -50%;
        margin: auto;
        width: 100%;
        height: 100%;
        background-size: 140%;
        background-position: 0%;
    }

    .production-steps-col.ps-right {
        display:none;
    }

    .sl-unit:hover .sl-unit-pic {
        opacity: 0.2;
        transform: translateY(-44%);
    }

    .sl-unit:hover .sl-unit-title-pic {
        transform: translateY(-269px);
    }

    .sl-unit-hov-text ul li {
        font-size: 14px;
        line-height: 1.8;
    }

    .page-wrapper {
        padding-left:40px;
        padding-right: 40px;
    }

    .mobile-header {
        padding-left:40px;
        padding-right: 40px;
    }

    .production-steps-section .production-steps-col {
        padding-left:40px;
        padding-right: 40px;
    }

    .service-list-row-wrap {
        padding-left:0;
        padding-right: 0;
    }

    .diffrence-example-panel {
        padding: 10px 20px;
    }


    .de-before, .de-after {
        width: 20px;
    }

    .de-pic-wrap {
        width:100%;
    }

    .de-pic-wrap img {
        width:100%;
    }

    .de-after {
        right: -9px;
    }

    .de-before {
       left: -10px;
    }

    .de-pic-wrap::before {
        bottom: -200%;
        height: 200%;
    }

    .de-pic-wrap::after {
        top: -200%;
        height: 200%;
    }

    .des-unit {
        width:50px;
        height:50px;
        min-width: 50px;
        margin: 0 10px;
    }

    .des-unit img {
        max-width: 50%;
        max-height: 50%;
    }

    .de-cont-panel {
        height:550px;
    }

    .project-list {
        padding-left:0 !important;
        padding-right:0 !important;
    }

    .project-panel .text-panel{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:768px) {

    .contacts-section .simpleParallax img {
        max-width: 100%;
    }

    .diffrent-seciton .simpleParallax img {
        max-width: 100%;
    }

    .preloader img {
        width: 100%;
        max-width: 100%;
    }

    .pu-cont-pic img {
        width:auto;
    }

    .plu-8 .pu-cont-pic img {
        margin-right: 0;
    }

    .project-unit {
        min-height: 490px;
    }

    .price-table-unit.only-for-mobile {
        display:flex;
    }

    .project-unit:nth-child(4n-3) {
        border-left:none;
    }

    .project-unit {
        border-right:none;
    }

    .project-unit:nth-child(2n-1) {
        border-right:1px solid #C6C7CF;
    }

    .close-modal {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .modal-ty-title {
        font-size: 32px;
    }

    .modal-ty .close-modal {
        top: 20px;
        right: 20px;
        width: 24px;
        height: 24px;
    }

    .modal-ty .close-modal img {
        width:100%;
    }

    .modal-ty .modal-wrap-form {
        max-width: 360px;
        padding: 70px 30px;
    }

    .production-steps-col-wrap .btn-row{
        display:none;
    }

    .production-steps-col-wrap .psc-text {
        margin-bottom: 0;
    }

    .service-list-row-wrap {
        overflow:visible;
    }

    .price-table {
        margin-left:-20px;
        margin-right: -20px;
    }

    .sl-unit-pic img {
        max-width: 60%;
        width: 100%;
    }

    .de-cont-panel {
        height: 460px;
    }

    /* .sl-unit-pic img {
        display:none;
    } */

    .sl-unit-pic img.sl-mobile-pic {
        display:none;
    }


    .sl-unit::before {
        display:none;
    }

    .cs-row-unit {
        font-size: 12px;
        padding: 10px 24px;
    }

    .cl-unit {
        width:33.333%;
    }

    .pt-pic-wrap {
        display:none;
    }

    .difference-text-panel::after {
       display:none; 
    }

    .difference-text-panel {
        padding-left:0;
    }

    .pt-title {
        font-size: 16px;
    }

    .price-table-unit {
        width:50%;
        padding: 60px 28px;
        overflow: hidden;
    }

    .pt-title-hov {
        padding:20px;
        box-sizing: border-box;
        font-size:18px;
        line-height: 1.3;
    }

    .pt-title-hov::after {
        font-size: 14px;
        line-height: 1.4;
    }

    .pu-cont-pic {
        justify-content: flex-start;
        height: 50%;
    }

    .pt-price {
        font-size:18px;
    }


    .pu-cont-pic img {
        width:100%;
        max-height: unset;
    }

    .project-list {
        align-items: stretch;
    }

    .project-unit {
        width: 50%;
    }

    .contact-additional-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .lets-disucss-block, .contact-additional-links {
        width:100%;
    }

    .lets-disucss-block {
        margin-bottom: 42px;
    }

    .service-list-row-wrap .slick-track {
        display:flex;
    }

    .sl-unit::after {
        display:none;
    }
    
    .sl-unit, .services-list-row {
        border:none;
    }

    .sl-unit:hover .sl-unit-pic {
        opacity: 1;
        transform: unset;
    }

    .sl-unit:hover .sl-unit-title-pic {
        transform: unset;
    }

    .header-logo-menu-block {
        margin-top:0;
    }
    .close-mobile-header {
        top:38px;
    }

    .header-bot-row {
        padding-top:20px;
    }

    .stp-title {
        font-size:30px;
    }

    .stp-text-col p {
        font-size:18px;
    }

    .diffrent-text-panel p {
        font-size: 18px;
    }

    .difference-text-panel {
        font-size: 18px;
    }

    .text-panel {
        font-size: 18px;
    }
    
    .dlt-title {
        font-size:48px;
        margin-bottom: 40px;
    }

    .sl-unit-pic {
        max-width: 100%;
        margin: auto;
    }

    .sl-unit {
        min-height:unset;
        display:flex !important;
    }

    .service-list-row-wrap .slick-dots, .df-mobile-carousel .slick-dots{
        position: absolute;
        left:0;
        bottom: -50px;
        right:0;
        width:auto;
        display:flex;
        justify-content: center;
        align-items: center;
        list-style:none;    
    }

    .sl-unit-hov-text-panel {
        display:none;
    } 

    .sl-unit:last-child {
        border:none;
    }

    .sl-unit {
        max-width: 350px;
        outline: none;
    }

    .service-list-row-wrap .slick-dots button, .df-mobile-carousel .slick-dots button{
        font-size:0;
        border:none;
        width:10px;
        height:10px;
        border-radius: 10px;
        margin:0 8px;
        background: rgba(149, 149, 163, 0.25);
        outline: none;
    }

    .service-list-row-wrap .slick-dots .slick-active button, .df-mobile-carousel .slick-active button {
        background-color:#F26F2B;
    }


    .mbc-title {
        font-size:54px;
    }

    .burger-btn {
        width:38px;
        height:30px;
    }

    .burger-btn img {
        max-width:100%;
    }
    

    .mobile-header {
        height: 100px;
        padding: 20px 20px;
   
    }

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

    .page-wrapper {
        padding-left:20px;
        padding-right:20px;
    }

    .service-list-row-wrap {
        padding-left:0;
        padding-right: 0;
    }

    .diffrent-text-panel p {
        font-size:16px;
        line-height: 1.8;

    }

    .difference-text-panel {
        font-size:16px;
        margin-bottom: 70px;
        line-height: 1.8;
    }

    .text-panel {
        font-size:18px;
        line-height: 1.8;
        margin-bottom: 50px;
    }

    .prices-section {
        padding-top: 40px;
    }

    .clients-section {
        padding-top:40px;
    }
    .clients-section .section-title {
        margin-bottom: 10px;
    }


    .production-steps-section .production-steps-col {
        padding-left:20px;
        padding-right: 20px;
    }

    .agreement-row {
        font-size: 18px;
    }

    .about-text-title {
        font-size: 34px;
    }
}


@media screen and (max-width:600px) {

    .project-section {
        padding-top:40px;
        padding-bottom: 60px;
    }

    .diffrent-seciton {
        padding-top:35px;
    }

    .diffrence-example-panel {
        display:none;
    }

    .diffrent-example-for-mobile{
        display:block;
    }

    .df-ex-btns-wrap {
        display:flex;
        justify-content: center;
        align-items: center;
        flex-flow:row nowrap;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .df-ex-btn {
        width:calc(100% - 6px);
        display:flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 600;
        padding:12px;
        box-sizing: border-box;
        text-align: center;
        text-transform: uppercase;
        background-color:#fff;
        color:#1B192A;
        transition: 0.2s;
    }

    .df-ex-btn.active {
        background-color:#4B4A58;
        color:#fff;
    }

    .df-before {
        margin-right: 12px;
    }


    .df-mobile-carousel .slick-dots{
        position: absolute;
        left:0;
        bottom: -50px;
        right:0;
        width:auto;
        display:flex;
        justify-content: center;
        align-items: center;
        list-style:none;    
    }

    
    .df-mobile-carousel .slick-dots button{
        font-size:0;
        border:none;
        width:10px;
        height:10px;
        border-radius: 10px;
        margin:0 8px;
        background: rgba(149, 149, 163, 0.25);
        outline: none;
    }

    .df-mobile-carousel .slick-dots .slick-active button {
        background-color:#F26F2B;
    }

    .diffrent-example-for-mobile {
        margin-left:-20px;
        margin-right: -20px;
    }


    .df-ex-unit {
        display:flex;
        position: relative;
    }

    .df-ex-unit img{
        max-width: 100%;
        width:100%;
    }

    .after-pic-holder {
        width:100%;
        position: absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        margin:auto;
        display:flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: 0.2s;
    }

    .after-pic-holder.active {
        opacity: 1;
    }

    .after-pic-holder img {
        width:100%;
    }

    .after-pic-holder 


    .sl-unit {
        max-width: 300px;
    }

    .header-contact-block {
        padding:0 35px;
    }

    .header-phone-link {
        display:none;
    }

    .logo-panel {
        width:100%;
        justify-content: space-between;
    }

    .logo-block {
        margin-right: 0;
    }

    .burger-btn {
        min-width: 38px;
    }

    .mbc-title {
        font-size:34px;
    }

    .mobile-header.color {
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }

    .mbc-btn {
        min-width: 67px;
    }

    .main-b-cont-section::after {
        background-size: cover;
        background-position: 50% 0%;
    }

    .psc-text {
        font-size:18px;
        line-height:1.6;
    }

    .psc-title {
        font-size:30px;
        margin-bottom:26px;
    }

    .production-steps-section .production-steps-col {
        padding-top:40px;
    }

    .btn {
        text-align: center;
        padding-left:20px;
        padding-right: 20px;
        width:100%;
        padding-top:18px;
        padding-bottom: 18px;
    }
    
    .shwrl-btn{
	    width:auto !important;
    }
    
    .shwrl{
	    margin-top:60px !important;
    }

    .section-title {
        font-size:34px;
        line-height: 1.3;
    }

    
}

@media screen and (max-width:480px) {

    .cs-row-cont {
        display:none;
    }

    .cl-item-row-cont-wrap {
        padding-top: 0;
    }

    .cl-item-row-cont-wrap .cii-js-wrap {
        display:none;
    }

    .cl-item-row-cont-wrap .cii-js-wrap[data-cli-cont="1"] {
        display:block !important;
    }

    .about-text-title {
        font-size: 30px;
    }

    .modal-wrap-form {
        padding: 22px 40px;
    }

    .modal-wrap-form .input-row label {
        font-size:14px;
    }

    .modal-wrap-form .input-row input {
        height: 45px;
        line-height: 45px;
        font-size:16px;
    }

    .modal-wrap .input-row textarea {
        font-size:16px;
    } 

    .modal-wrap-form .form-title {
        line-height:1.3;
    }

    .modal-wrap-form  .input-row {
        margin-bottom:9px;
    }

    .service-text-panel {
        padding-bottom: 50px;
    }

    .footer-top-panel {
        flex-direction: column;
        align-items: center;
        padding-bottom: 10px;
    }

    .agreement-row {
        font-size:16px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .footer-phone-link {
        margin-left:0;
        display:none;
    } 

    .footer-logo {
        margin-bottom: 24px;
    }

    .footer-logo a {
        text-align: center;
        margin-right: 0;
    }

    .cl-unit {
        padding: 20px 6px;
    }

    .contacts-section {
        background:  linear-gradient(-90deg, #393748 0%, #151323 100%);
    }

    .contacts-section::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: auto;
        width: 100%;
        height: 720px;
        background: url(../img/diamond-bg.svg)no-repeat;
        background-size: cover;
        margin: auto;
    }

    .project-section {
        padding-bottom: 0;
        padding-top: 40px;
    }

    .text-panel {
        font-size:18px;
        line-height: 1.6;
    }

    .diffrent-text-panel p, .difference-text-panel p {
        font-size: 18px;
        line-height: 1.6;
    }

    .project-panel {
        padding-left:0;
        padding-right: 0;
    }

    .prices-panel {
        padding-bottom: 30px;
    }

    .project-section .section-title, .project-section .text-panel {
        padding-left:20px;
        padding-right: 20px;
    }

    .project-panel .text-panel{
        margin-bottom:30px;
    }

    .project-unit {
        min-height: 320px;
    }

    .sl-unit {
        max-width: 250px;
        max-width:unset;
        opacity: 0.6;
    }

    .sl-unit.slick-current {
        opacity: 1;
    }

    .section-title {
        font-size:30px;
    }


    .diffrent-seciton {
        padding-top:55px;
        padding-bottom: 64px;
    }

    .sl-unit {
        max-width: 250px;
    }


}


@media screen and (max-width:400px) {
    .close-mobile-header {
        left:46px;
    }

    .sl-unit-pic img {
        max-width: 246px;
        width: auto;
    }

    
    .sl-unit {
        max-width: 240px;
    }

    .prices-section {
        padding-top: 40px;
    }

    .prices-section .section-title {
        margin-bottom: 10px;
    }

    .lets-disucss-block, .dlt-title {
        font-size:40px;
        line-height: 1.6;
    }
}

@media screen and (max-width:375px) {


    .header-contact-block {
        padding: 0 26px;
    }

    .sl-unit {
        max-width: 220px;
    }
    
}

@media screen and (max-width:350px) {
    .page-wrapper, .production-steps-section .production-steps-col, .mobile-header, .project-section .section-title, .project-section .text-panel {
        padding-left:10px;
        padding-right: 10px;
    }

    .project-panel.page-wrapper {
        padding-left:0;
        padding-right: 0;
    }

    .price-table {
        margin-left:-10px;
        margin-right: -10px;
    }

    .diffrent-example-for-mobile {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pt-title, .pt-title-hov {
        font-size: 14px;
    }
}



@media screen and (max-height:650px) and (min-width:1100px) {
    .mbc-title {
        padding-top:120px;
        box-sizing: border-box;
    }
}

@media screen and (max-height:650px) and (min-width:768px) {
    .mbc-title {
        padding-top:90px;
        box-sizing: border-box;
        font-size:64px;
    }
}

