.img.mob ,
.justmobile {display:none;}

.tgbtn.left {
    right: auto;
    left: 24px;
}

@media only screen and (max-width: 1180px) {
.about .duo {
    gap: 20px;
    grid-template-columns: 270px 1fr;
}
.about .duo .videob {
    height: 470px;
}
.about .duo .texts p {
    font-size: 14px;
}
.plastika .inner h2 {
    font-size: 55px;
}
.plastika .inner .bot blockquote b {
    font-size: 16px;
}
.plastika .inner {
    width: calc(100% - 95px);
    left: 95px;
}
header .wrap {
    grid-template-columns: 1fr 145px;
}
.advantages .t1 .txt .h3 {
    font-size: 20px;
}
.advantages .t1 .txt p {
    font-size: 12px;
}
.advantages .t1 {
    grid-template-columns: 300px 1fr;
    gap: 20px;
}
.advantages .t1 div.second .sub2 p {
    font-size: 12px;
}
.advantages .t1 > div.second > .sub2 {
    padding: 20px 0;
    padding-right: 20px;
}
.advantages .t1 > div.second {
    grid-template-columns: 300px 1fr;
    gap: 20px;
}
.advantages .t1 > div.second > div {
    width: 100%;
}
.advantages .t1 img {
    width: 100%;
}
.advantages .t1 > div.second > div > div {
    max-width: 320px;
    width: 100%;
}
.advantages .t1 > div.second > div {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.advantages .t2 > div.imaged b {
    font-size: 22px;
}
.advantages .t2 > div {
    font-size: 12px;
}
.advantages .t2 {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1.5fr;
}
.about h2, section .h2 {
    max-width: 340px;
}
.results .slider {
    margin-top: 48px;
}
.results .slider > span {
    left: 12%;
}
.results .slider > span.next { 
    right: 12%; 
}
.results {
    margin: 48px 0;
}
.process {
    padding: 48px 0;
}
section#faq {
    min-height: 1034px;
}
section#faq .wrap {
    display: flex;
    flex-direction: column;
    gap: 44px;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 72px;
}
section#faq .wrap .items_container {
    max-width: 589px;
}
section#faq .wrap .items_container:after {
    width: calc(100% + 0px);
    left: 20px;
}
section#faq .wrap h2 {
    align-self: flex-start;
    padding-left: 48px;
}
section#contatcs .wrap {
    grid-template-columns: 1fr 320px;
}
.process .duo {
    grid-template-columns: 340px 1fr;
}






}
@media only screen and (max-width: 990px) {

header nav .logo {
    display: none;
}
header nav {
    display: none;
}
header {
    position: fixed;
    top: 38px;
    height: 38px;
    padding: 0 20px;
    z-index: 1000;
}
header .wrap .btns {
    display: none;
}
.justmobile {
    display: initial;
}
.opennav {
    backdrop-filter: blur(35px);
    background: #12142FE3;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H18.5' stroke='%23FCFAFA' stroke-linecap='round'/%3E%3Cpath d='M1 5H18.5' stroke='%23FCFAFA' stroke-linecap='round'/%3E%3Cpath d='M1 9H18.5' stroke='%23FCFAFA' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: CENTER;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 0.6s ease;
}
header .wrap {
    height: 100%;
    grid-template-columns: 40px 1fr;
    gap: 20px;
}
.justmobile.mobnav {
    display: flex;
    height: 40px;
    justify-content: flex-end;
    border-radius: 7px;
    background: #FFFFFF30;
    backdrop-filter: blur(10px);
}
.justmobile.mobnav img {
    height: 40px;
}
.plastika {
    height: auto;
    min-height: 696px;
}
.plastika > img {
    min-height: unset;
}
.plastika .inner {
    width: calc(100% - 100px);
    left: 100px;
    height: auto;
    object-fit: cover;
    min-height: 696px;
    display: flex;
    align-items: center;
}
.plastika .inner .wrap {
    padding: 0 35px;
    gap: 40px;
}
.plastika .inner h2 {
    font-size: 35px;
}
.plastika .inner .bot {
    flex-direction: column-reverse;
    gap: 40px;
}
.plastika .inner .btn {
    right: 0;
}
.bluescreen {
    max-width: 590px;
    padding: 60px 45px;
}
.bluescreen .h3 {
    font-size: 16px;
}
.bluescreen .vidyb > div b {
    font-size: 12px;
}
.bluescreen .vidyb > div img {
    height: 62px;
    max-width: 105px;
    object-fit: contain;
}
.about h2, section .h2 {
    max-width: 500px;
}
.about .duo {
    grid-template-columns: 1fr;
    gap: 40px;
}
.about .duo .videob {
    height: 730px;
}
.about .duo .texts h3 i {
    font-size: 14px;
    display: inline;
    margin-left: 10px;
}
.about .duo .texts p {
    font-size: 16px;
}
.block_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 335px;
	margin: 40px 0;
    max-width: 90%;
}
.block_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    width: 100%;
}
.block_img .txt {
    padding: 40px 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: #00000038;
    max-width: 320px;
    width: 100%;
}
.block_img .txt .h3 {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.block_img .txt p {
    font-weight: 300;
    color: #FCFAFA;
    line-height: 1.3;
    font-size: 12px;
}
.justdesktop {
    display: none !important;
}
.block_txt {
    margin: 40px 0;
    font-size: 14px;
}
.block_txt p {
    padding-left: 35px;
    margin-top: 8px;
    max-width: 300px;
}
.block_txt b {
    text-transform: uppercase;
    padding-left: 35px;
}
.block_txt b:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 100px;
}
.slide.prev {
    left: -100vw;
}
.slide.next {
    right: -100vw;
}
.slide.active {
    width: calc(100% - 160px);
}
.results .slider > span {
    left: 15px;
}
.results .slider > span.next {
    right: 15px;
}
.process {
    padding: 0;
}
.process .photos {
    display: none;
}
.process .duo {
    grid-template-columns: 1fr;
}
.process .steps   div.mob {
    display: block;
    aspect-ratio: 286 / 177;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    padding-left: 0;
    border-radius: 10px;
    margin-top: 20px;
}
.process .steps   div.mob img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.price {
    margin: 48px 0;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    height: auto;
    padding: 0 20px;
}
section.price .bgitem {
    width: 100%;
    min-width: unset;
    position: sticky;
    left: 0;
}
section.price .items .item {
    min-height: 530px;
}
section.price .bgitem h2 {
    display: none;
}
.bgitem:before {
    top: auto;
    bottom: 60px;
}
section#faq .wrap .items_container {
    width: calc(100% - 100px);
    left: 0;
    right: auto;
    margin: 0 auto;
}
section#contatcs .wrap {
    grid-template-columns: 1fr;
}
.justdesktop {
    display: none !important;
}
footer {
    min-height: 463px;
    background-size: auto 80px;
}
footer .left > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
}
footer .btns .conts.justmobile {
    display: flex;
    font-size: 12px;
    gap: 35px;
    justify-content: flex-end;
    text-align: right;
}
.forma .duos {
    gap: 20px;
}
.forma h2 { 
    font-size: 20px; 
}
.modal .forma {
    max-width: 780px;
    max-width: 90%;
    padding: 40px 40px;
}
.forma .duos .fitem input {
    min-width: 100px;
}
.navopened .opennav {
    opacity: 0;
}
.modalmenu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s ease;
    z-index: 100;
    background: #00000030;
    backdrop-filter: blur(10px);
    transform: translateX(-100vw);
    opacity: 0;pointer-events: none;
}
.navopened  .modalmenu { 
    transform: translateX(0);
    opacity: 1;pointer-events: all;
}
.modalmenu nav {
    width: calc(100% - 20px);
    max-width: 382px;
    background: #191C3C;
    height: calc(100% - 80px);
    top: 40px;
    padding: 60px 40px;
    color: #fcfafa;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.modalmenu .close {
    position: absolute;
    width: 45px;
    height: 164px;
    top: calc(50% - 82px);
    right: -10px;
    background: #1e2147;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15.625 15.625' stroke='%23FCFAFA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15.625 1.375L1 16' stroke='%23FCFAFA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
}
.modalmenu nav .links {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.modalmenu nav .links a {
    color: #fcfafa;
    text-transform: uppercase;
    font-weight: 700;
    min-height: 30px;
    display: flex;
    align-items: center;
}
.modalmenu nav .socials.btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
	    width: 100%;
}
.modalmenu nav .socials.btns a {
    color: #fff;
    height: 35px;
    border: 1px solid #FCFAFA80;
    width: 100%;
    align-items: center;
    display: flex;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    justify-content: center;
    width: 100%;
}








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

.tgbtn.left {
    display: none;
}
.tgbtn.left {
    display: flex;
}
.scrolledw .tgbtn, .tgbtn {
    max-width: calc(50% - 40px);
    font-size: 12px;
    padding-right: 10px;
}

.tgbtn i {
    min-width: 28px;
}
}


.nextprice,
.pricebefore:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 300px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='-19.04 0 75.804 75.804' xmlns='http://www.w3.org/2000/svg' fill='%23000000'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg id='Group_65' data-name='Group 65' transform='translate(-831.568 -384.448)'%3E%3Cpath id='Path_57' data-name='Path 57' d='M833.068,460.252a1.5,1.5,0,0,1-1.061-2.561l33.557-33.56a2.53,2.53,0,0,0,0-3.564l-33.557-33.558a1.5,1.5,0,0,1,2.122-2.121l33.556,33.558a5.53,5.53,0,0,1,0,7.807l-33.557,33.56A1.5,1.5,0,0,1,833.068,460.252Z' fill='%23ffffff'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 30px;
    width: 30px;
    z-index: 1;
    background-size: contain;
    opacity: 0.6;
    pointer-events: none;
}
.nextprice {}
.pricebefore:after {
    height: 950px;
    top: 160px;
    width: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center 32%;
    pointer-events: all;
    pointer-events: none;
    opacity: 0;
}
.nextprice {
    top: 450px;
    pointer-events: all;
    cursor: pointer;
}









@media only screen and (max-width: 576px) {
.pricebefore {display:none;}
body {
    min-width: 340px;
}
.plastika .inner h2 {
            font-size: 22px;
}
.plastika .inner {
    width: calc(100% - 40px);
    left: 40px;
}
.plastika > img {
    min-height: 675px;
}
.plastika .inner .bot blockquote b {
    font-size: 15px;
}
.plastika .inner .bot blockquote i {
    font-size: 14px;
}
.plastika .inner .btn {
    height: 80px;
}
.plastika .inner .btn span {
    right: -10px;
    padding: 0 24px;
}
.plastika .inner .btn {
    height: 80px;
    width: 100%;
}
.bluescreen .h3 {
    font-size: 14px;
}
.bluescreen .vidyb {
    grid-template-columns: 1fr;
}
.bluescreen .vidyb > div {
    padding-left: 115px;
}
.bluescreen .vidyb > div img {
    position: absolute;
    left: 0;
    top: calc(50% - 31px);
}
.bluescreen .vidyb > div ins span {
    opacity: 0.7;
}
.about .duo .videob {
    height: 498px;
}
.about .duo {
    margin-top: 48px; 
}
.block_img {
    height: 235px;
}
.slide,
.slides {
    height: 420px;
}
.results .slider > span {
    width: 24px;
    height: 24px;
    background-size: contain;
}
.results .slider > span {
    left: 10px;
}
.results .slider > span.next {
    right: 10px;
}
.slide {
    width: 75%;
}
.slide.active {
    width: calc(100% - 90px);
}
.slide .content p {
    display: none;
}
.about h2, section .h2 {
    padding: 0 20px;
    font-size: 12px;
}
.reviews h2, .process h2 {
    font-size: 16px;
    padding: 0 40px;
}
section.price .bgitem {
    height: 400px; 
}
section#faq .wrap h2 {
    font-size: 24px;
    padding: 0;
}
section#faq .wrap .items_container {
    width: calc(100% - 20px);
    left: -13px;
    padding: 40px;
    height: 500px;
}
section#faq .wrap .items_container .items > div {
    margin-bottom: 50px;
    font-size: 13px;
    font-weight: 300;
}
section#faq .wrap .items_container .items {
    width: calc(100% - 50px);
}
section#faq {
    min-height: unset;
}
.forma h2 {
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.forma .duos {
    gap: 20px;
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
}
.forma .btns {
    padding: 0 20px;
}
.forma .btns button {
    padding: 0 5px;
    cursor: pointer;
    width: 100%;
}

.about .duo .texts {
    padding: 0;
    font-size: 14px;
}
.about .duo .texts p {
    font-size: 14px;
}
.about .duo .dlinks { 
    justify-content: space-between;
    gap: 10px; 
}
.about .duo .dlinks img {
    width: 100%;
    height: auto;
    max-width: 235px;
}
.about .duo .dlinks {
    display: grid;
    grid-auto-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about .duo .dlinks .btn {
    padding: 0;
    width: 100%;
    max-width: 350px;
}
.about .duo .dlinks > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.plastika .inner {
    width: calc(100% - 40px);
    left: 40px;
    min-height: calc(100vh + 40px);
    min-height: calc(100svh + 40px);
    display: block;
    padding-top: 85px;
    padding-bottom: 40px;
}
.plastika .inner .wrap {
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
    min-height: calc(100svh - 130px);
    padding-top: 80px;
    padding-bottom: 24px;
}

.plastika .inner .btn {
    width: 90%;
}
.plastika .inner .btn span {
    right: 0;
    padding: 0 24px;
    width: calc(100% - 40px);
}
.bluescreen {
    max-width: 325px; 
}
.bluescreen {
    max-width: 325px;
    padding: 36px 34px;
}
.bluescreen .vidyb > div b {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 7px;
}
.bluescreen .vidyb > div ins {
    font-size: 11px;
    justify-content: flex-start;
    margin-left: 10px;
}
.bluescreen .vidyb > div ins i {
    width: 16px;
    height: 16px;
    object-fit: contain;
    background-size: contain;
}
/*
.about .wrap {
    background: #EFEFEF80;
    padding: 20px 15px;
    max-width: calc(100% - 20px);
    border-radius: 10px;
}
*/
.about .duo .dlinks {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
}
.about .duo .dlinks .btn {
    min-width: 158px;
}
.block_txt p,
.block_img .txt p { 
    font-size: 13px;
}
.block_txt p {
    font-size: 13px;
    padding-left: 20px;
}
.block_txt b {
    padding-left: 20px;
    color: #191C3C;
    margin-bottom: 17px;
    display: block;
}
.block_txt b:before {display:none;}
.block_img, .block_txt {
    margin: 60px 0;
}
.results .h2 {
    max-width: 244px;
    font-size: 10px;
    padding: 0;
    line-height: 1.2;
}
.process .steps > div {
    padding-left: 60px;
    margin-bottom: 70px;
}
.process .steps div.mob {
    margin-top: 60px;
}
.process .steps > div div b {
    margin-bottom: 26px;
}
.process .steps {
    background-repeat: no-repeat;
    background-position: 17px top;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='1185' viewBox='0 0 2 1185' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L0.999948 1184' stroke='black' stroke-linecap='round' stroke-dasharray='2 10'/%3E%3C/svg%3E%0A");
}
.process .steps div.mob {
    max-width: 241px;
}
section#faq .wrap .items_container .items > div { 
    font-size: 14px; 
    padding-right: 10px;
}
section#faq .wrap .items_container .items > div b {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
}
.forma h2 {
    max-width: 326px;
    font-size: 16px;
    padding: 0;
}
.forma .duos { 
    width: calc(100% - 80px);
}
.forma .btns {
    width: 90%;
}
.plastika .inner .btn span {
    text-align: center;
    display: flex;
    justify-content: center;
}
html, body {overscroll-behavior: none;}
section.price {

}
section.price .items {
    min-width: unset;
    flex-wrap: wrap;
}
section.price .items .item {
    min-height: 530px;
    min-width: 290px;
    width: 100%;
}
.fitem.single {
    width: calc(100% - 80px);
}

section.reviews .itemswrap {
 
  overflow-x: auto;
  overflow-y: visible;              /* не запрещаем вертикаль */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;   /* не пробрасываем горизонталь наружу */
  overscroll-behavior-y: auto;      /* позволяем вертикаль родителю */
  touch-action: pan-x pan-y;        /* разрешаем оба направления */
}
section.reviews .items {
    justify-content: space-around;
}
section.reviews .items:after {
    content: '';
    width: 100px;
    height: 200px;
    display: block;
    min-width:40px;
}
.pricebefore {
    display: none;
}

html, body {
  height: 100%;
  overflow: hidden;
}

.scroll-wrap {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

section.price .items .item {
    padding: 0 32px;
}
section.price .items .item {
    justify-content: flex-start;
    padding-top: 32px;
    min-height: unset;
    padding-bottom: 20px;
}
.slide .content p {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    font-weight: normal;
}
.slide .content {
    padding-bottom: 24px;
}

section#faq .wrap .items_container {
    min-height: 550px;
}
section#faq {
    min-height: 844px;
}
section#faq .wrap .items_container {
    left: 0;
}

.scrolledw .tgbtn {
    opacity: 1;
    pointer-events: all;
    max-width: calc(100% - 40px);
    text-align: center;
}
.tgbtn i {
    background-size: contain;
    background-position: center;
}
footer { 
    z-index: 1001;
}
.modal .forma .duos {
    width: 100%;
}
.modal .fitem.single {
    width: 100%;
}
.modal .fitem.single {
    width: 100%;
    margin-bottom: 10px;
}
.modal .forma {
    padding: 40px 24px;
}
.modal .forma .btns {
    width: 100%;
    padding: 0;
}
.results .h2 {
    font-size: 14px;
    line-height: 1.3;
}

section.price .items .item.action {
    justify-content: space-between;
    padding: 20px;
    height: 400px;
}
section.price .items .item.action h3 {
    font-size: 16px;
    text-align: center;
}
section.price .items .item.action > p {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
}
section.price .items .item.action .btns p {
    font-size: 12px;
}
section.price .items .item.action .btns .btn {
    text-align: center;
}
section.price .items .item.action {
    justify-content: space-between;
    padding: 20px;
}
section.price .items .item.action h3 {
    font-size: 16px;
    text-align: center;
    margin: 0;
}
.scrolledw .tgbtn, .tgbtn {
    max-width: calc(50% - 40px);
    font-size: 12px;
    padding-right: 10px;
}


}


.forma .close {display:none;}
.modal .forma .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background: #1e2147;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15.625 15.625' stroke='%23FCFAFA' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15.625 1.375L1 16' stroke='%23FCFAFA' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}
.modal .forma h2 {
    padding-right: 24px;
    margin-bottom: 0;
    font-size: 14px;
}
.modal .forma {
    padding: 40px 24px;
    gap: 10px;
    top: 40px;
}
.modal .forma .fitem label {
    font-size: 14px;
    margin-bottom: 4px;
}
.iti.iti--allow-dropdown {
    width: 100%;
}


.modalmenu {
    z-index: 1000;
}

@media only screen and (min-width: 576px) {
    
    
    
    
}    
@media only screen and (max-width: 400px) {




}



section#faq .wrap .items_container:after {
    width: calc(100% + 40px);
    left: -20px;
    height: calc(100% + 40px);
    top: -20px;
}