
@media(max-width: 1350px) {
    .wrp {
        width: 900px;
    }
    .popform02newinter-wrpin {
        width: 900px;
    }
    .header-right , .header-links{
        gap:12px;
    }
    .header-logo {
    display: flex;
    width: 120px;
}.headerlinksitem {
    font-size: 14px;
}
.button1 {
    padding: 14px 18px;
}
.abouttricol {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}.abouttricol-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: calc((100% - 22px) / 2);
}
.abouttricol-col:last-child {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap:22px;
}
.abouttricol-item-link {
       width: calc((100% - 22px) / 2);
}
.priemswrap {
    flex-direction: column;
}
.priems-item {
    width: 100%;
}
.scrolisectionparalax {
    background-attachment: inherit!important;
}
.bigmap-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
}
.bigmap .wrp {
    padding-top: 160px;
    padding-bottom: 190px;
    position: relative;
}
.prfessional-desc {
    max-width: 600px;
}.opytimage {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(((100vw - 900px) / 2) + 367px);
    height: 241px;
}
}
@media(max-width: 900px) {
    .popform02newinter-wrpin {
        width: 600px;
    }
    .wrp {
        width: 600px;
    }
    .header-wrapper .header-links {
        display: none;
    }
    .abouttricol-col {
        display: flex;
        flex-direction: column;
        gap: 14px;
        width: 100%;
    }    .abouttricol {
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
    }
.abouttricol-col:last-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }    .abouttricol-item-link {
        width: 100%;
    }.simcol1 {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    flex-direction: column;
}.simtitle , .simtext, .simcol-items, .simcol-image{
    width: 100%;
}
.simcol2 {
      flex-direction: column; 
}
.simcol-image {
    height: 350px;
}
    .opytimage {
        width: 100%;
        position: static;
        top: 0;
        right: 0;
        /* width: calc(((100vw - 900px) / 2) + 367px); */
        height: 241px;
        margin-top: 20px;
    }.callbackform02-left {
    width: 100%;
    padding: 30px 15px;
    box-sizing: border-box;
}.callbackform02-left-items {
    flex-wrap: wrap;
    gap:5px;
    justify-content: flex-start;
}.contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 65px;
}
.contact-item {
    width: calc(50% - 10px);
}
.contact-item:last-child {
    width: 100%;
}
.footer-wrapper .header {
    flex-wrap: wrap;
}
.footer-wrapper .header-logo {
    order: 1;
    margin-bottom: 20px;
}
.footer-wrapper .header-right {
    flex-direction: column;
    order: 2;
    align-items: flex-start;
}
 .burgr-mobile1 {
    display: block;
 }



.burger-menu-button {
    display: flex;
    width: 24px;
    height: 24px;
    position: relative;
}
.burger-menu-button-line1 {
height: 3px;
width: 24px;
border-radius: 2px;
background: #fff;
position: absolute;
top: 2px;
left: 0;    transition: 0.3s;
}
.burger-menu-button-line2 {
height: 3px;
width: 24px;
border-radius: 2px;
position: absolute;
top: 10px;
left: 0;
background: #fff;
}
.burger-menu-button-line3 {
height: 3px;
width: 24px;
border-radius: 2px;
background: #fff;
position: absolute;
top: 18px;
left: 0;    transition: 0.3s;
}

.catalogse-buttonn2 .burger-menu-button-line1 {
    transition: 0.3s;     
        top: 11px;
        transform: rotate(45deg);
}

.catalogse-buttonn2 .burger-menu-button-line2 {
    width: 0;
}

.catalogse-buttonn2 .burger-menu-button-line3 {
        transition: 0.3s;
        top: 11px;
        left: 0;
        transform: rotate(-45deg);
}
.mobimenu  {
    display: block;
    padding-top: 20px;
    box-sizing: border-box;
}
.openmenu {
    left: 0;
    opacity: 1;
         transition: opacity 0.3s;
}
.header-links-col{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
}


@media(max-width: 650px){
    .callbackform02-left {
    width: 100%;
    padding: 33px 20px;
    box-sizing: border-box;
}
    .callbackform02-container {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    background: #232323;
}
    .callbackform02-wrp {
    margin-top: 40px;
    margin-bottom: 40px;
}.callbackform02-left-title {
    margin-bottom: 9px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 120%;
    color: #FFF;
    width: 300px;
}.callbackform02-left-item {
  
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
 
    padding: 8px 12px; 
    }
    .callbackform02-left-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}.formnew02-label {
    margin-top: 10px;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFF;
}
    .formnew02-input input[type=text] {
        font-size: 14px;
    }
    .formnew02-input input[type=text]::placeholder {
        font-size: 14px;
    }
    .formnew02-sub input[type='submit'] {
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
 
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
  
    transition: 0.3s;
}
    

    .popform02newinter-wrpin {
        width: 100%;
    }
      .popform02newinter-wrpin  .callbackform02-container {
     
        border-radius: 0;
        background: #232323;
    }
    .popform02newinter-over {
               background: #232323;
    }
    .popform02newinter-wrpin {
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
}
      .popform02newinter-wrpin .callbackform02-left {
        padding-top: 50px;
    }
        .callbackform02-left-items {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 5px;
    }
    .formnew02-sub {
    font-size: 16px;
        line-height: 18px;
    }
    
    .fixed-video-fix2:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px; 
    }
        .fixed-video-fix2:before {
        width: 37px;
        height: 84px;
    }
        .fixed-video-fix2 {
      
        border: 1px solid #232323;
    }
.wrp {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}
.scrolisectionparalax-items , .prfessional-infos{
    flex-direction: column;
    gap: 14px;
}
.scrolisectionparalax-item , .prfessional-item{
    width: 100%;
} .header-links {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }.footer-wrapper .header-right {
        flex-direction: column;
        order: 2;
        align-items: flex-start;
        width: 100%;
    }
    .footer-bottom {
        flex-direction: column-reverse;
        gap:14px;
        align-items: flex-start;
    }
    .footerlinks {
         flex-direction: column;
        gap:14px;
        align-items: flex-start;  
    }
    .footerlinks a , .footer-bottom{

    font-size: 12px;
    line-height: 130%;
}
.header {
    height: 45px;
}
.section-onehome {
    padding-top: 240px;
    padding-bottom: 40px;
}
.pagetitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #D8FF8F;
}.pagehomescreenonedesc {
    margin-bottom: 30px;
    max-width: 660px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}.infofirstdcreen {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #FFFFFF;
}.infofirstdcreenrazd {
    width: 1px;
    height: 26px;
    background: #D8FF8F;
}

.mt80 {
    margin-top: 50px;
}
.mb80 {
    margin-bottom: 50px;
}
.section-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #333333;
}
.abouttricol-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #333333;
    padding: 8px;
}.abouttricol-item-link {
        width: 100%;
        height: auto;
        padding: 8px;
    }
    .abouttricol-item-link-text , .simcol-item-desc, .simtext, .priems-text, .scrolisectionparalax-text2, 
    .scrolisectionparalax-text1, .scrolisectionparalax-item-desc, .bigmapleft-text, .prfessional-desc, .prfessional-item-desc,
    .callbackform02-left-desc{
  
    font-size: 14px;
    line-height: 130%;
}.priems-item {
        width: 100%;
        padding: 15px;
    }.priemswrap {
    display: flex;
    gap: 14px;
}.abouttricol-item{
    height: auto;
}
.priems-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
}.scrolisectionparalax {
    padding-top: 50px;
    background-position: 22%!important;
    padding-bottom: 50px;
}.scrolisectionparalax-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #D8FF8F;
    margin-bottom: 15px;
}.scrolisectionparalax-text1{
    margin-bottom: 15px;
}
.scrolisectionparalax-items {
    margin-top: 30px;
}.scrolisectionparalax-razd {
    width: 50px;
    height: 1px;
    background: #D8FF8F;
}.simtitle-desc {
    margin-top: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    background: #84bd3f;
    line-height: 26px;
    border-radius: 10px;
    padding: 7px;
    color: #fff;
    color: #fff;
    width: fit-content;
}    .bigmap .wrp {
        padding-top: 160px;
        padding-bottom: 70px;
        position: relative;
    }    .bigmap-map {
        position: absolute;
        top: 0;
        right: 0;
        width: 120%;
    }
    .prfessional-wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .simcol1 {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        flex-direction: column;
    }.simcol-items {
        gap: 14px;
    }
    .simcol-item {
        padding: 15px;
    }
    .simcol-item-desc {
        margin-top: 5px;
    }
    .prfessional-title {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}
.prfessional-razd {
    width: 50px;
    height: 1px;
    background: #FFFFFF;
}
    .opytimage {
        width: 100%;
        position: absolute;
        top: auto;
        bottom: -160px;
        right: 0;
        /* width: calc(((100vw - 900px) / 2) + 367px); */
        height: 160px;
        margin-top:20px;
    }.prfessional-wrapper {
        margin-bottom: 210px;
    }
    .prfessional-wrapper {
        overflow: visible;
    }    .callbackform02-left-title {
        margin-bottom: 9px;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #FFF;
        width: 300px;
    }
        .callbackform02-container {
        display: flex;
        overflow: hidden;
        border-radius: 10px;
        background: #233808;
    }.contact-itemlabel {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 8px;
    color: #333333;
}.contact-iteminfo {
    transition: 0.3s;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
}    .contacts {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 14px;
        margin-bottom: 30px;
    }    .contact-item {
        width: calc(50% - 7px);
    }.contact-item:last-child {
        width: 264px;
    }.contnumberdop {
    margin-top: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #333333;
}.footer-wrapper .header{
    height: auto;
}.callbackform02-left-item {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        padding: 6px 9px;
    }
}





















