@import url('https://fonts.googleapis.com/css2?family=Roboto');
body{
    height: auto;
    margin: 0px;
    background-color: #e5e5e5;
}
header{
    /*height: 6.5vh; */
    height: 65px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 253, 253, 0.9);
}
.logo{
    width: fit-content;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.logo svg{
    width: auto;
}
.links{
    display: flex;
    justify-content: space-between;
    width: 25%;
    min-width: 400px;
    max-width: 500px;
    align-items: center;
    margin: 0 20px 0 auto;;
}
.links a{
    text-decoration: none;
    color: #000000;
}
.links span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1.3125em;
    color: #000000;
    line-height: 25px;
    cursor: pointer;
}
.separate{
    border: 1px solid #208149;
    height: 44px;
    display: flex;
    align-self: center;
}
.switcher{
    display: flex;
    align-items: center;
    margin: 0 20px 0 20px;
}
.switcher select{
    cursor: pointer;
    border: 0px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    font-family: Roboto;
    font-size: 23px;
    line-height: 27px;
    color: #000000;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #d1d1d1;
}

.slogan{
    color: #FFFDFD;
    font-family: Arial;
    font-size: 70px;
    line-height: 90px;
    font-weight: bold;
    font-family: Arial;
    width: 70%;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content{
    position: relative;
}
.menu{
    display: none;
    position: relative;
    margin: 0 20px 0;
    flex-direction: column;
    align-items: center;
}
.menu div{
    position: absolute;
    content: '';
    height: 2px;
    top: 30%;
    width: 23px;
    background-color: #434443;
}
.menu div::before{
   content: '';
    transform: translateY(10px);
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #434443;
}

.free_try{
    width: 50%;
    max-width: 300px;
    height: 75px;
    background-color: rgba(47, 177, 102, 0.86);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    outline-width: 2px;
    outline-offset: -10px;
    outline-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    outline-color: #fffdff;
    transform: translateY(100%);
    cursor: pointer;
}
.free_try span{
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
    line-height: 35px;
    color: #FFFDFD;
}

.wrap{
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 18%;
    width: 100%;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.whiteblock{
    background-color: #e5e5e5;
    height: 200px;
    width: 100%;
}
.greenblock{
    min-height: 200px;
    width: 100%;
    background-color: rgba(47, 177, 102, 0.85);
}
.infcrdwrap{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}
.infocard{
    position: absolute;
    background-image: url('src/linesback.jpg');
    width: 80%;
    height: 530px;
    object-fit: cover;
    transform: translateY(-30%);
}
.infocard .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    background:rgba(255, 255, 255, 0.91);
    z-index: 100;
    width: 100%;
    height: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.infocard .info .logo{
    margin: 0px;
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
}
.infocard .info .logo svg{
    height: 100%;
    min-width: 100px;
    width: 15%;
}
.infocard .info .description{
    width: 80%;
    height: 200px;
    background: #FFFEFE;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 20px;
}
.infocard .info .description div{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}
.infocard .info .description .text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    /*width: calc(100% - 80px); */
    width: auto;
}
#desc2{
    margin: 0 22px 0 22px;
}
#desc1 .icon{
    height: 100px;
    width: 120px;
    background-position: center;
    background-image: url("src/calendar.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#desc2 .icon{
    height: 100px;
    width: 140px;
    background-position: center;
    background-image: url("src/Hands.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#desc3 .icon{
    background-image: url("src/stonks.png");
    background-repeat: no-repeat;
    height: 100px;
    width: 120px;
    background-position: center;
    background-size: contain;
}
.asktext{
    width: 80%;
    padding-top: 30px;
    height: 190px;
}
.asktext div{
    width: fit-content;
    width: -moz-fit-content;
    height: 70px;
    position: relative;
    display: flex;
    text-align: center;
    vertical-align: middle;
}
#why::before{
    content: "";
    position: absolute;
    width: 50%;
    bottom: 10px;
    left: 25%;
    border: 2px solid #2FB166;
}
#wecan{
    float: right;
}
#wecan::before{
    content: "";
    position: absolute;
    width: 50%;
    bottom: 10px;
    right: 0;
    border: 2px solid #2FB166;
}
.asktext span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    color: #090808;
    text-transform: uppercase;
}
.green{
    color: #155E34 !important;
}
.monitorblock{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url("src/Monitorback.png");
}
.monitorwrap{
    background-color: rgba(255, 255, 255, 0.92);
    width: 100%;
    height: 100%;
    justify-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.monitor{
    height: 700px;
    width: 1000px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("src/hotpng 2.png");
}
.display{
    z-index: 0;
    background-image: url("src/display.png");
    background-repeat: no-repeat;
    width: 82.5%;
    height: 67%;
    background-size: contain;
    transform: translate(109px, 35px);
}
.grayblock{
    background-color: #f2f2f2;
    width: 82.5%;
    height: 6.4%;
    transform: translate(109px, -10px);
}
.arrow{
    background-image: url("src/arrow.png");
    height: 130px;
    width: 80px;
    z-index: 100;
    background-repeat: no-repeat;
    background-position: center;
}
.arrow1{
    transform: rotate(-110deg) translate(-10px, 10px);
    height: 90px;
    position: absolute;
}
#jobarrow{
    transform: rotate(70deg) scale(-1, 1) translate(-70px, 150px);

}
#jobarrow + div{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    transform: translate(-10px, -30px);
}
.searcharrowblock{
    z-index: 1;
    transform: translate(-580px, -500px);
    width: 200px;
    text-align: center;
}
#searcharrow{
    transform: scale(-1, -1) translate(-200px, 30px) rotate(25deg);
}
#searcharrow + div{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    position: absolute;
    bottom: 0px;
    right: -60px;
}
.contactsarrow{
    position: absolute;
    transform: translate(540px, -75px);
}
.contactsarrow .arrow{
    transform: scale(1, -1) translate(-40px, -25px) rotate(25deg);
}
.contactsarrow div{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
}
.tags{
    background-image: url("src/tags.png");
    background-repeat: no-repeat;
    width: 230px;
    height: 223px;
    z-index: 2;
    position: absolute;
    right: 160px;
    bottom: 50px;
}
.tagsarrow{
    position: absolute;
    z-index: 1;
    transform: translate(150px, 200px);
}
.tagsarrow .arrow{
    transform: scale(-1, -1) rotate(-60deg);
}
.tagsarrow div{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    transform: translate(90px, -30px);
}
.fucntions_green_block .backgroud_color .searchplace .text span{
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    display: flex;
    align-items: start;
    text-transform: uppercase;
    color: #155E34;
    padding-left: 5%;
    padding-right: 5%;

}
.fucntions_green_block .backgroud_color .searchplace .text{
    display: flex;
    height: 80px;
    justify-content: start;


}

.fucntions_green_block .backgroud_color, .prelast_block .background_color{
    background-color: rgba(255, 255, 255, 0.92);
    height: 100%;
    width: calc(100% - 200px);
    padding: 40px 100px;
}
.fucntions_green_block{
    background-image: url("src/greenback.png") ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.inner_wrapper {
    /*max-width: 1280px; */
    max-width: 1350px;
}
.textlist img, .not_text img, .tagtext img{
    transform: translateY(5px);
}

.pictures div{
    margin: 10px;
}
.coninfo{
    display: none;
}
.img {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    position: relative;
    margin-right: 30px
}
#clients{
    height: 250px;
    margin-right: 30px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.2)
}
#projects {
    height: 350px;
    margin-right: 30px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.2)
}
#clients1, #projects1{
    height: 250px;
}
.textsearch {
    display: flex;
    flex-direction: row;
}
.textsearch1 {
    margin-top: 40px;
    margin-right: 50px;
}
.desc{
    width: 100%;
    display: flex;
    justify-content: center;
}
.desc .about{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 32px;
    color: #434443;
    text-align: start;
    margin-left: 5%;

}
.desc .arrow{
    transform: rotate(-110deg) translate(30px, -80px);
}
.about_ClientsProjects{
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    color: #434443;  
}
.about_ClientsProjects div{
    width: 500px;
}
.flex_desc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sales .text{
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1C7140;
    transform: translate(5px, -20px);
    margin-left: 4%;
}
.imgstages {
    width: 600px;
    margin: 30px 20px 0 60px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.2)}


.sales .content{
    display: flex;
}
.sales .content .picture{
    background-image: url("src/Stages.png");
    background-repeat: no-repeat;
    width: 620px;
    height: 440px;
}
.sales .content .desc{
    width: 50%;
    max-width: 90%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #434443;
    flex-direction: column;
    justify-content: space-around;
}
.try_for_free{
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    width: 100%;
}
.try_for_free .text{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #155E34;
    width: fit-content;
    transform: none;
 
}
/* .try_for_free .vector{
    position: relative;
    
} */
.imgarrow {
    margin-left: 20px;
}
.try_for_free .vector, .try_for_free .vector::after, .try_for_free .vector::before{
    content: '';
    background-color: #155E34;
    height: 3px;
    width: 35px;
    margin: 0 0 0 20px;
}
.try_for_free .vector::after{
    position: absolute;
    transform: rotate(45deg);
    transform-origin: 100% 50%;
    right: 1px;
    width: 15px;
    top: 0px;
}
.try_for_free .vector::before{
    position: absolute;
    transform-origin: 100% 50%;
    transform: rotate(-45deg);
    width: 15px;
    right: 1px;
    bottom: 0px;
}
.functions_white_block{
    background-image: url("src/work1back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.functions_white_block .background_color{
    background-color: rgba(255, 255, 255, 0.92);
    height: 100%;
    width: 100%;
    /* padding: 40px 5%; */
}

.work {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 8%;
    margin-right: 5%;

}
.worktitle {
    font-family: Roboto;
    display: flex;
    align-items: flex-start;
    text-align: end;
    text-transform: uppercase;
    color: #155E34;
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.03em;
    margin-left: 20px;
    margin-right: 5%;
    justify-content: flex-end;
    
}
.workcontent {
    font-family: Roboto;
    display: flex;
    flex-direction: column;
    margin-right: 5%;

}
.worktext {
    width: 500px;
    font-family: Roboto;
    font-size: 19px;
    line-height: 30px;
    margin: 20px 0 0px 30px;
    color: #434443;
}
.list {
    display: flex;
    flex-direction: column;
    align-self: center;
    width: 70%;
    margin-top: -50px;
}
.textlist {
    font-family: Roboto;
    font-size: 19px;
    line-height: 26px;
    color: #434443;
    margin-top: 20px;
}

.projecttitle {
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    color: #155E34;
    display: flex;
    font-size: 35px;
    line-height: 55px;
    margin-bottom: 30px;
}


.projects{
    transform: translate(0, 50px);
    margin: 0 8%;
    
}
.projimg {
    display: flex;
    margin-left: 70px;
    margin-top: -30px;
}
.desc1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.notarea {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    margin-left: 8%;
    margin-right: 5%;
    margin-top: 2%;

}
.notarea .text-wrap{
    display: flex;
    flex-direction: column; 
    align-items: flex-end;
    margin-top: -30px;
}
.nottitle {
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    color: #155E34;
    display: flex;
    align-self: flex-end;
    font-size: 35px;
    line-height: 55px;
    padding: 0 3% 0 5%;
    text-align: end;
   
}
.workcontent .flex{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-top: -75px;
}
.workcontent .flex .list{
    width: 100%;
    margin-top: 0px;
}
.notcontent {
    display: flex;
    flex-direction: column;
}
.nottext {
    font-family: Roboto;
    font-size: 19px;
    line-height: 30px;
    margin: 20px 0 0px 30px;
    color: #434443;
}
.not_text {
    font-family: Roboto;
    font-size: 19px;
    line-height: 30px;
    color: #434443;
    width: 80%;
    margin-bottom: 20px;
}
.contitle {
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    color: #155E34;
    font-size: 35px;
    line-height: 55px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;     
}
.concontent{
    font-family: Roboto;
    font-size: 19px;
    line-height: 30px;
    color: #434443;
    padding-right: 8%;
    padding-left: 8%;
    

}
.context {
    font-family:  Roboto;
    font-size: 19px;
    line-height: 30px;
    color: #434443;
    width: 300px;
    margin: 30px 10px 0 30px;
}
.context-area{
    font-family: Roboto;
    font-size: 19px;
    line-height: 30px;
    color: #434443;
    display: flex;
    flex-direction: column;

}
.conicon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px ;
}
.conarrow {
    height: 70px;
    width: 40px;
    transform: scale(1, -1) rotate(20deg);
    
}
.m{
    display: none;
}
.arrow2 {
    height: 70px;
    width: 40px;
    transform: scale(-1, 1)
}
.arrow3 {
    height: 70px;
    width: 40px;
    transform: scale(1, -1)
    
}
.tagtitle {
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    color: #155E34;
    font-size: 35px;
    line-height: 55px;
}
.tagtext {
    font-family: Roboto;
    font-size: 17px;
    line-height: 26px;
    color: #434443;
    
}
.contact_wrap{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.greentext {
    color: #155E34  !important;
    font-weight: 600 !important;
}
.proj_area .desc{
    justify-content: end;
}
.projects .text, .notifications_area .text_area .green{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #155E34;
}
.projects .text_area{
    display: flex;
    padding: 0 5% 0 5%;
    flex-direction: column;
}
.text_area .clock, .text_area .succses, .text_area .notifications{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: left;
    
}
.text_area .clock span, .text_area .succses span, .text_area .notifications span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    color: #434443;
    width: 500px;
}
.text_area .clock .icon, .text_area .succses .icon, .text_area .notifications .icon{
    margin-right: 5%;
}
.desc .text_area{
    width: 80%;
    display: flex;
    justify-self: start;
}
.proj_area{
    display: flex;
    width: 100%;
    align-self: center;
}
.proj_area .desc .text_area{
    justify-content: space-around;
}
.proj_area .picture{
    background-image: url("src/works.png");
    background-position: center;
    background-repeat: no-repeat;
    min-width: 345px;
    height: 570px;
}
.notifications_area{
    padding-top: 5%;
    display: flex;
    justify-content: space-between;
}
.notifications_area .text_area{
    display: flex;
    flex-direction: column;
    /*max-width: 1000px; */
    width: calc(100% - 560px);
    align-items: center;
}
.notifications_area .picture{
    background-image: url("src/notifs.png");
    background-repeat: no-repeat;
    width: 560px;
    height: 565px;
}
.notifications_area .picture_desc{
    margin-top: 20px;
}
.notifications_area .picture_desc .arrow{
    transform: translateX(-90%);
}
.notifications_area .picture_desc span{
    padding: 50px 0 0 0 ;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: #434443;
}
.notifications_area .text_area .text_icon{
    max-width: 900px;
    width: fit-content;
}
.half_back{
    width: 100%;
    height: 50px;
    display: flex;
}
.half_back div{
    width: 50%;
}
.gray_back{
    height: 100%;
    min-height: 50px;
    background-color: rgba(73, 108, 72, 0.4);
}
.green_back{
    height: 100%;
    background-color: rgba(47, 177, 102, 0.8);
}
.functions_contacts_area{
    background-image: url("src/contacts_back.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.conwrap{
    display: flex;
    flex-direction: row;
}
.functions_contacts_area .background_color{
    height: 100%;
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 10px 5% 5% 5%;
    background-color: rgba(255, 255, 255, 0.92);
}
.h1{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #155E34;
}
.functions_contacts_area .content{
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.functions_contacts_area .content .picture{
    background-image: url("src/contacts.png");
    background-repeat: no-repeat;
    min-width: 262px;
    height: 530px;
    margin: 10px;
}
.functions_contacts_area .content .picture_desc{
    display: flex;
    flex-direction: column;
    margin: 10px;
}
.functions_contacts_area .content .picture_desc .picture{
    background-image: url("src/contacts_search.png");
    background-repeat: no-repeat;
    min-width: 275px;
    height: 205px;
    margin: 0px;
}
.functions_contacts_area .content .picture_desc .arrow{
    transform: scale(1, -1) rotate(-45deg) scaleY(0.5) scaleX(0.7);
    position: absolute;
    top: -65px;
    right: -50px;
}
.functions_contacts_area .content .picture_desc .text{
    position: relative;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #434443;
    max-width: 275px;
    flex-grow: 1;
}
.left_arrow_text{
    display: flex;
    position: relative;
    width: 100%;
    height: 25%;
}
.functions_contacts_area .content .picture_desc .left_arrow_text .arrow{
    transform: scale(1, -1) rotate(20deg) scaleY(0.5) scaleX(0.7) !important;
    top: -30;
    left: 0;
}
.functions_contacts_area .content .picture_desc .left_arrow_text .text{
    transform: translate(0px, 30px);
}
.functions_contacts_area .content .text_area{
    display: flex;
    width: 50%;
    max-width: 800px;
    flex-direction: column;
    margin: 0 auto;
}
.functions_contacts_area .content .firms, .functions_contacts_area .content .click, .functions_contacts_area .content .stars{
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #434443;
}
.functions_tags_area{
    position: relative;
    height: 700px; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
.functions_tags_area .tags_card{
    top: 5%;
    position: absolute;
    width: auto;
    height: auto;
    background-image: url("src/work1back.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25), -1px -1px 8px rgba(0, 0, 0, 0.25);
}
.functions_tags_area .tags_card .background_color{
    height: 100%;
    width: 100%;
    /*padding: 2%; */
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.92);
}
.functions_tags_area .tags_card .background_color .picture{
    background-image: url("src/tags_search.png");
    background-repeat: no-repeat;
    background-position: center;
    min-width: 218px;
    height: 527px;  
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tags_card .background_color .green{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #155E34;
}
.tags_card .background_color .picture_desc .text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    display: flex;
    width: 50%;
    text-align: center;
    padding: 0 0 0 30px;
    line-height: 26px;
    color: #434443;
}
.tags_card .background_color .pd .text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #494A49;
    position: absolute;
    right: 150px;
}
.tags_card .background_color .picture_desc .arrow{
    transform: scale(1, -1) rotate(20deg) scaleY(0.7) scaleX(0.7) !important;
}
.tags_card .background_color .pd .arrow{
    transform: scale(-1, 1) scaleY(0.7) scaleX(0.7) translate(200px, 30px)!important
}
.tags_card .background_color .pd .picture{
    background-image: url("src/tags_opened.png");
    background-repeat: no-repeat;
    min-width: 290px;
    height: 290px;
}
.tags_card .text_block .text_icon{
    width: 80%;
    margin: 40px auto;
} 
.tags_card .text_block .text_icon span{
    font-size: 20px;
}
.functions_tags_area .white_back{
    background-color: #FFFDFD;
    height: 100%;
    width: 100%;
}
.prelast_block{
    background-image: url("src/contacts_back.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.prelast_block .background_color{
    display: flex;
    height: calc(100% - 80px);
    justify-content: center;
}
.prelast_block .left, .prelast_block .right{
    display: flex;
    flex-direction: column;
    width: 35%;
    padding: 0 3%;
}
.prelast_block .left .pigbank, .prelast_block .left .call, .prelast_block .right .like, .prelast_block .right .reports{
    display: flex;
    align-items: center;
}
.prelast_block object{
    padding: 30px;
}
.prelast_block span{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 24px;
    text-align: right;
    color: #000000;
}
.form_block{
    background: url("src/form_back.png");
    height: 640px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat; 
    display: flex;
    align-items: flex-end;
    position: relative;
}
.content_form{
    min-width: 1000px;
    height: 93%;
    width: 50%;
    display: flex;
    margin: 0 auto;
}
.contacts_block{
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.form{
    width: 50%;
    background-color: #FBF6F6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.form .input_area{
    border: 1px solid #2FB166;
    border-bottom: 0px;
    height: 95%;
    width: 90%;
}
.form_block .info{
    width: 70%;
    height: 60%;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 10px;
    justify-content: start;
}
.phone, .mail{
    display: flex;
    align-items: center;
    min-width: 300px;
    justify-content: space-around;
    margin: 20px;
}
.contact_us{
    position: absolute;
    width: 460px;
    height: 80px;
    background: #2FB166;
    bottom: 15%;
    left: 0;
    outline: 1px solid white;
    outline-offset: -15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 29px;
    line-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  
}
.form_block .info{
    border-top: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
}
.form_block .info .text{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 29px;
    color: #FFFBFB;
}
.inn{
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    width: fit-content;
    position: absolute;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    font-size: 17px;
    line-height: 20px;
    padding: 18px;
    color: #FFF9F9;
}
 li {
    display: inline-block;
    position: relative;
}
 li > .down {
    position: relative;
    font-family: 'Kaushan Script', cursive;
}
 li > .down:before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    border: 25px solid transparent;
    border-bottom: 25px solid rgba(255, 253, 253, 0.9);
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: .3s;
}
li:hover .down:before {
    transform: translate(-50%, 0);
    opacity: 1;
}
.submenu {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 4;
    left: 50%;
    justify-content: space-around;
    top: 180%;
    padding: 15px;
    margin-top: 5px;
    background:rgba(255, 253, 253, 0.9);
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 20px);
    transition: .3s;
    height: 150px;
    width: 350px;
}
li:hover .submenu {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
}
.submenu li{
    /*margin: 10px 0; */
}
.submenu li a{
    color:#000000 ;
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    transition: .3s linear;
}
.input_area{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.input_area .head{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    width: 80%;
    display: flex;
    text-align: center;
    margin: 20px 0 5px 0;
}
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
form input{
    width: 100%;
    border: 0px;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #2FB166 ;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 13px;
}
form input[type=submit]{
    width: 304px;
    border: 0px;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #2FB166 ;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding: 18px;
    background-color: #2FB166;
    color: #FFFFFF;
    transform: translate(0px, 150px);
    cursor: pointer;
    
}
#rhbs{
    opacity: 0;
    transition: 1s all;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:rgba(196, 196, 196, 0.7);
    z-index: 10;
}
.sent{
    background-color: rgba(255, 253, 253, 0.9);
    width: 700px;
    height: 300px;
    outline: 1px solid #155E34;
    outline-offset: -15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sent h1, .sent span{ 
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #434443;
    text-transform: uppercase;
}
.sent div span{
    font-size: 21px;
    line-height: 24px;
}
a{
    color: inherit;
    text-decoration: none;
}
.blur_area{
    height: 92.6%;
    width: 100%;
    position: absolute;
    background-image: url("src/display.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#area0{
    top: 0px;
    width: 100%;
    height: 24px;
}
#area1{
    width: 165px;
    background-position-y: -24px;
    top: 24px;
}

#area2{
    width: 165px;
    left: 165px;
    background-position-x: -165px;
    background-position-y: -24px;
    top: 24px;
}

#area3{
    width: 335px;
    left: 330px;
    background-position-x: -330px;
    background-position-y: -24px;
    top: 24px;
}

#area4{
    width: 160px;
    right: 0px;
    background-position-x: -665px;
    background-position-y: -24px;
    top: 24px;
}
.slider_mobile{
    display: none;
}
.search_img{
    height: 550px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.2);
}
.r1{
    display: flex;
    flex-direction: column;
    margin-top: -20px; margin-left: 30px;
}
.inn_wrap{
    width: 220px;
    display: flex;
    height: 100%;
}
.mobile_switcher{
    display: none;
}
.tablet{
    display: none;
}
.vi{
    display: none !important;
}
.mobile{
    display: none;
}
.tabletscreen_not_img{
    display: none;
}
.tablet_landscape{
    display: none;
}
@media screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation: portrait) {
    .menu{
        display: flex;
    }
    header{
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        height: 35px;
        z-index: 1200;
    }
    .logo svg{
        height: 18px;
    }
    header .logo{
        margin: 0 0 0 17px;
    }
    .slogan{
       font-size: 29px;
       line-height: 45px;
       width: 90%;
       left: 0;
    }
    .links, .switcher, .separate{
        display: none;
    }
    video{
       object-fit: cover;
       width: 100%;
       height: 60vh;
    }
    .content{
        overflow-y: hidden;
        padding: 0 0 50px 0;
    }
    .content .wrap{
        top: 14%;
    }
    .free_try{
        min-width: 200px;
        height: 40px;
        outline-width: 1px;
        transform: translateY(50%);
        outline-offset: -5px;
    }
    .free_try span{
        font-weight: 600 !important;
        font-size:  .8em;
        line-height: normal;
        font-weight: 100;
    }
    .infocard{
        transform: translateY(-20%);
        height: 330px;
        min-width: 290px;
    }
    #desc1 .icon, #desc2 .icon, #desc3 .icon{
        height: 30px;
        width: 30px;
        transform: translateX(10px);
    }
    .infocard .info .description .text{
        font-size: 12px;
        line-height: 14px;
        width: 180px;     
    }
    .infocard .logo{
        display: none !important;
    }
    #desc1, #desc2, #desc3{
        width: 100%;
        margin: 0px;
        justify-content: space-around;
    }
    .infocard .info .description div{
        height: fit-content;
    }
    .infocard .info .description{
        padding: 10px;
        margin: 20px 20px 10px 20px;
    }
    .asktext{
        padding: 10px;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .asktext div{
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0;
    }
    .asktext span{
        font-size: 14px;
        line-height: 18px;
    }
    #why::before{
        border: 0.9px solid #2FB166;
        transform: translate(0px, 20px);
    }
    #wecan::before{
        display: none;
    }
    .greenblock{
        height: 110px;
        min-height: auto;
    }
    .monitorblock{
        display: none;
    }
    .fucntions_green_block .backgroud_color, .prelast_block .background_color{
        width: auto;
        padding: 0px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text span{
        padding-left: 5%;
        font-size: 22px;
        line-height: 30px;
    }
    .searchplace{
        margin: 0px;
        width: 100%;
    } 
    .fucntions_green_block .backgroud_color{
        width: 100%;
    }
    .searchplace .desc{ 
        flex-direction: column;
    }
    .searchplace .desc .about{
        margin: 0px;
    }
    .searchplace .desc .about .textsearch, .searchplace .desc .textsearch1{
        padding: 0px 15px 10px 5%;
        margin: 0px;
    }
    .searchplace .arrow1{
        display: none;
    }
    .searchplace .desc .about {
        font-size: 13px;
        line-height: 20px;
    }
    .fucntions_green_block .img{
        margin: 0px;
        display: none;
    }
    .fucntions_green_block .slider_mobile{
        display: flex;
        overflow: hidden;
        position: relative;
        height: 300px;
    }
    .fucntions_green_block .slider_mobile .slider_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        transition: .3s all;
        align-self: center
    }
    .fucntions_green_block .slider_mobile .slider_wrap img{
        /*margin: 0 50px; */
    }
    .sales{
        width: 100%;
        margin: 10% 5% 0 5% !important;
    }
    .sales .text, .contitle{
        font-size: 22px;
        line-height: 30px;
        margin: 0px;
        text-indent: 0px;
        transform: translate(0px, 0px);
        padding: 0 5%;
    }
    .sales .content{
        flex-direction: column-reverse;
        position: relative;
    }
    .sales .content .desc{
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }
    .sales .content .desc .try_for_free{
        position: absolute;
        bottom: 14px;
        width: 310px;

    }
    .sales .content .desc .try_for_free .text, .projects .try_for_free .text{
        font-size: 16px;
        line-height: 33px;
        text-decoration: none;
        padding-right: 0px;
        padding-left: 0%;
    }
    .sales .content .desc .try_for_free .text a{
        text-decoration: underline !important;
    }
    .sales .content .desc .try_for_free .imgarrow, .projects .try_for_free .imgarrow{
        width: 16px;
        margin: 0 0 0 10px;
    }
    .sales .content .image_wrap{
        display: flex;
        padding: 10px 0;
        justify-content: center;
    }
    .sales .content .imgstages{
        width: 310px;
        margin: 10px 0;
    }
    .functions_white_block .work{
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .workcontent{
        margin: 0px;
    }
    .functions_white_block .work .worktitle{
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        margin: 0 5%;
    }
    .worktext{
        font-size: 14px;
        line-height: 18px;
        width: 90%;
        margin: 20px 5% 0 5%;
    }
    .workspace{
        width: 280px;
        margin-top: 20px;
    }
    .workarrow{
        display: none;
    }
    .work{
        margin-left: 0%;
        margin-right: 0%;
    }
    .work .list{
        width: 90%;
        margin: 0px;
    }
    .work .textlist{
        padding: 0 10px 0 0;
        width: calc(100% - 23px);
    }
    .work .list .textlist span{
        font-size: 14px;
        line-height: 18px;
    }
    .work .list .textlist img, .w100 .text_block .tagtext img{
        width: 16px;;
        height: 16px;
        transform: translate(0, 3px);
    }
    .functions_contacts_area .background_color .projects{
        margin: 0px;
    }
    .functions_contacts_area .background_color{
        padding: 0 0 50px 0;
        width: 100%;
    }
    .functions_contacts_area .background_color .desc1{
        flex-direction: column;
    }
    .functions_contacts_area .background_color .projecttitle{
        font-size: 21px;
        line-height: 30px;
        padding: 0 5%;
    }
    .functions_contacts_area object{
        width: 55px;
        height: 55px;
    }
    .proj_area .desc1 .text_area span{
        font-size: 14px;
        line-height: 18px;
        text-indent: 0px;
    }
    .clock, .succses, .notifications{
        align-items: flex-start !important;
    }
    .clock .icon, .succses .icon, .notifications .icon{
        transform: translateY(-5px);
    }
    .proj_img_wrap{
        height: 400px;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
    .proj_img_wrap img{
        height: 100%;
        margin: 0px;
    }
    .notarea{
        margin: 5% 5% 0 5%;
        display: flex;
        flex-direction: column-reverse;
    }
    .notarea .nottitle{
        width: 100%;
        font-size: 21px;
        padding: 0px;
        text-align: left;
    }
    .notarea .notArrow{
        display: none;
    }
    .notarea .notimg{
        width: 100%;
        height: initial !important;
    }
    .notarea .nottext, .not_text{
        font-size: 14px;
        text-align: start;
        margin: 0px;
        width: 100%;
    }
    .notarea .text-wrap{
        margin: 0px;
        align-items: flex-start;
    }
    .notarea .tabletscreen_not_img{
        display: block;
        margin: 20px 0;
    }
    .notarea .fullscreen_not_img{
        display: none;
    }
    .notarea .try_for_free .text{
        font-size: 16px;
    }
    .notarea .try_for_free .imgarrow{
        height: 16px;
        margin-left: 10px;
    }
    .projects ,.try_for_free{
        margin-left: 0px;
    }
    .contitle{
        font-size: 21px !important;
        margin: 20px 0 15px 0;
        text-align: left;
    }
    .concontent .arrow3, .conarrow  {
        display: none;
    }
    .conwrap{
        display: flex;
        flex-direction: column;
    }
    .conimg_wrap{
        display: none;
        justify-content: center;
    }
    .conimg_wrap img{
        height: 400px !important;
    }
    .conwrap .slider{
        display: flex;
        overflow: hidden;
        padding: 40px 0;
        position: relative;
    }
    .conwrap .slider .slider_wrap{
        display: flex;
        transition: .3s all;
        align-items: center;
    }
    .conwrap .slider .slider_wrap img{
        margin: 0 72px;;
    }
    .concontent{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .conwrap .slider .triggers{
        bottom: 15px;
    }
    .contact_wrap{
        display: none;
    }
    .conwrap .context div{
        margin-left: 0px !important; 
    }
    .conwrap .context{
        font-size: 14px;
        line-height: 18px;
        margin: 5px 5%;
    }
    .context-area .conicon{
        margin: 10px 5%;
        place-items: flex-start;
    }
    .align-items{
        align-items: center !important;
    }
    .context-area .conicon .text{
        font-size: 14px;
        line-height: 18px;
    }
    .slider_mobile, .slider_mobile .slider_wrap{
        display: flex;
        transition: .3s all;
        position: relative;
        align-items: center;
    }
    .triggers{
        bottom: 5px;
    }
    #slider_2{
        padding: 15px 0;
    }
    .functions_tags_area{
        height: 750px;
    }
    .functions_tags_area .background_color .search_img{
        display: none;
    }
    .functions_tags_area .tags_card{
        width: 96%;
    }
    .inner_tags{
        margin: 20px 5% !important;
    }
    .inner_tags .tagtitle{
        font-size: 21px;
        line-height: 30px;
    }
    .tagtext{
        font-size: 14px;
        line-height: 18px;
        text-align: left !important;
    }
    .r1{
        margin: 0px;
    }
    .conarrow{
        display: none;
    }
    .inner_tags .arrow2{
        display: none;
    }
    .img_tags{
        height: 300px !important;
        object-fit: contain;
        margin-bottom: 20px;
        margin-left: 0px !important;
    }
    .column-reverse{
        flex-direction: column-reverse !important;
    }
    .w100, .w100 .text_block{
        width: 100% !important;
    }
    .prelast_block .backgroud_color{
        width: 100%;
    }
    .prelast_block object{
        width: 40px;
        height: 40px;
        padding: 0px;
        margin: 0 20px 0 0;
    }
    .prelast_block .inner_wrapper{
        display: flex;
        flex-direction: column-reverse;
        padding: 10px 0;
    }
    .prelast_block .left, .prelast_block .right{
        width: 90%;
    }
    .prelast_block .text span{
        font-size: 13px;
        line-height: 18px;
    }
    .prelast_block .left .pigbank, .prelast_block .left .call, .prelast_block .right .like, .prelast_block .right .reports{
        margin: 10px 0;
    }
    .contacts_block{
        display: none;
    }
    .content_form{
        width: 100%;
        min-width: auto;
    }
    .form{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .g-recaptcha{
        transform: scale(0.82236);
    }
    .inn{
        position: absolute;
    }
    .content_form{
        width: 340px;
        height: 75%;
        min-height: 400px;
        transform: translate(0, -20px);
    }
    .form_block{
        flex-direction: column;
        justify-content: center;
    }
    .feedback_form{
        width: 90%;
    }
    .feedback_form input{
        padding: 7px 0;
    }
    .feedback_form input, .input_area span{
        font-size: 14px;
    }
    form{
        min-height: 200px;
    }
    form input[type=submit]{
        width: 250px;
        padding: 0px;
        height: 40px;
        transform: translate(0px, 110px);
        font-size: 14px;
    }
    .inn_wrap{
        width: 130px;
        height: 60px;
        position: absolute;
        bottom: 0px;
    }
    .inn{
        font-size: 10px;
        line-height: 14px;
        text-indent: 0px;
        padding: 10px;
    }
    .g-recaptcha{
        bottom: 100px !important;
    }
    .form .input_area{
        height: 90%;
        border-bottom: 1px solid #2FB166;
    }
    .coninfo{
        display: block;
        width: 100%;
        align-items: center;
    }
    .coninfo .phone, .coninfo .mail{
        margin: 0px;
        min-width: 100px;
        width: 60%;
        margin-left: 30px;
    }
    .coninfo .phone .text span, .coninfo .mail .text span{
        font-size: 16px;
        color: #ffffff;
        font-family: Roboto;
    }
    .coninfo .phone .icon svg, .coninfo .mail .icon svg{
        width: 25px;
        height: 25px;
    }
    #clients1{
       transform:translateX(calc(50vw - 50%));
    }
    #projects1{
        transform:translateX(calc(50vw - 50%));
    }
    #contacts1{
        transform:translateX(calc(50vw - 50%));
    }
    #contacts2{
        transform:translateX(calc(50vw - 50%));
    }
    .workspace{
        margin-left: 0px !important;
        margin-bottom: 0px;
        align-self: center;
    }
    #close{
        width: 100vw;
        height: 100vh;
        display: none;
        z-index: -10;
        position: fixed;
    }
    .mobile_switcher{
        display: block;
        align-self: center;
        margin-left: auto;
    }
    #m_selecter{
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 50px;
        outline: 0px;
        border: 0px;
        background-color: transparent;
        font-size: 11px;
        display: block;
        color: #000000;
    }
    #m_selecter option{
        width: 35px;
        background-color: transparent;
    }
    .half_back{
        height: 25px;
    }
    .projecttitle{
        margin-bottom: 10px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text{
        height: 70px;
    }
    .m{
        display: block;
    }
    .workspace{
        height: unset !important;
        display: none;
    }
    .mobile{
        display: block;
    }
    .img_wrap{
        width: 100vw;
    }
    .workcontent .flex{
        width: 90%;
        margin-top: 0px;
    }
}

@media (max-width: 480px){

}
@media screen and (min-device-width : 1921px){
    .inner_wrapper{
        min-width: 1500px;
    }
    .inner_tags{
        min-width: unset;
    }
}
.workarrow{
    width: 50px;
     margin-left: 10px;
}
.workspace{
    height: 550px;
    margin-bottom: 10px;
    box-shadow: -4px 4px 6px rgba(0, 0, 0, 0.2);
    margin-left: 5%;
}
.trigger{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
}
.triggers{
    position: absolute;
    left: calc(50% - 25px);
    display: flex;
    width: 50px;
    justify-content: space-around;
}
.out_active {
    border: 3px solid #868686;
}
.in_active {
    border: 3px solid #155E34;
}
.mobile_menu{
    transition: .3s all;
    width: 176px;
    height: 225px;
    background-color: rgba(255, 253, 253, 0.9);
    position: fixed;
    z-index: 1000;
    right: 0;
    transform: translateY(-300px);
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2)
}
.mobile_menu span{
    font-size: 18px;
    font-family: Roboto;
    margin: 5px 0;
}
.mobile_menu ul{
    padding-inline-start: 20px;
    display: flex;
    flex-direction: column;
    margin-inline-start: 0px;
    margin-block-end: 0px;
    margin-block-start: 0px;
}
.mobile_menu ul li{
    font-family: Roboto;
    line-height: 18px;
    color: #000000;
    margin: 5px 0;
}
.mobile_menu ul li span{
    font-size: 14px;
}
.hidden{
    display: none;
}
.en{
    display: none !important;
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .menu{
        display: flex;
    }
    header{
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        height: 35px;
        z-index: 1200;
        height: 50px;
    }
    .mobile_switcher {
        display: block;
        align-self: center;
        margin-left: auto;
    }   
    .logo svg{
        height: 18px;
    }
    header .logo{
        margin: 0 0 0 17px;
    }
    .slogan{
       font-size: 35px;
       line-height: 45px;
       width: 90%;
       left: 0;
    }
    .links, .switcher, .separate{
        display: none;
    }
    video{
       object-fit: cover;
       width: 100%;
       height: 100%;
    }
    .content{
        overflow-y: hidden;
        padding: 0 0 50px 0;
    }
    .content .wrap{
       
    }
    .free_try{
        min-width: 200px;
        height: 50px;
        outline-width: 1px;
        transform: translateY(50%);
        outline-offset: -8px;
    }
    .free_try span{
        font-weight: 600 !important;
        font-size:  1em;
        line-height: normal;
        font-weight: 100;
    }
    .infocard{
        transform: translateY(-20%);
        height: 330px;
        min-width: 290px;
    }
    #desc1 .icon, #desc2 .icon, #desc3 .icon{
        height: 50px;
        width: 50px;
        transform: translateX(10px);
    }
    .infocard .info .description .text{
        font-size: 0.9em;
        line-height: 25px;
        width: 180px;     
    }
    .infocard .logo{
        display: none !important;
    }
    #desc1, #desc2, #desc3{
        width: 100%;
        margin: 0px;
        justify-content: space-around;
    }
    .infocard .info .description div{
        height: fit-content;
    }
    .infocard .info .description{
        padding: 10px;
        max-width: 400px;
        margin: 20px 20px 10px 20px;
    }
    .asktext{
        padding: 10px;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .asktext div{
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0;
    }
    .asktext span{
        font-size: 14px;
        line-height: 25px;
    }
    #why::before{
        border: 0.9px solid #2FB166;
        transform: translate(0px, 20px);
    }
    #wecan::before{
        display: none;
    }
    .greenblock{
        height: 110px;
        min-height: auto;
    }
    .monitorblock{
        display: none;
    }
    .fucntions_green_block .backgroud_color, .prelast_block .background_color{
        width: 100%;
        padding: 0px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text span{
        padding-left: 5%;
        font-size: 1.7em;
        line-height: 33px;
    }
    .searchplace{
        margin: 0px;
        width: 100%;
    } 
    .fucntions_green_block .backgroud_color{
        width: 100%;
    }
    .searchplace .desc{ 
        flex-direction: column;
    }
    .searchplace .desc .about{
        margin: 0px;
    }
    .searchplace .desc .about .textsearch, .searchplace .desc .textsearch1{
        padding: 0px 15px 10px 5%;
        margin: 0px;
    }
    .searchplace .arrow1{
        display: none;
    }
    .searchplace .desc .about {
        font-size: 18px;
        line-height: 25px;
    }
    .fucntions_green_block .img{
        margin: 0px;
        display: none;
    }
    .fucntions_green_block .slider_mobile{
        display: flex;
        overflow: hidden;
        position: relative;
        height: 420px;
        width: 50%;
    }
    .fucntions_green_block .slider_mobile .slider_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        transition: .3s all;
        align-self: center
    }
    .fucntions_green_block .slider_mobile .slider_wrap img{
        /*margin: 0 50px; */
    }
    .sales{
        width: 100%;
        /*margin: 10% 5% 0 5% !important; */
    }
    .sales .text, .contitle{
        font-size: 1.7em;
        line-height: 33px;
        margin: 0px;
        transform: translate(0px, 0px);
        padding: 0 5%;
    }
    .sales .content{
        flex-direction: column-reverse;
        position: relative;
    }
    .sales .content .desc{
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        margin: 20px 20px 0 5%;
    }
    .sales .content .desc div{
        margin: 0px !important;
    }
    .sales .content .desc .try_for_free{
        position: absolute;
        bottom: 18px;
        width: 310px;
        left: 5%;
    }
    .sales .content .desc .try_for_free .text, .projects .try_for_free .text{
        font-size: 20px;
        line-height: 33px;
        text-decoration: none;
        padding-right: 0px;
        padding-left: 0%;
    }
    .sales .content .desc .try_for_free .text a{
        text-decoration: underline !important;
    }
    .sales .content .desc .try_for_free .imgarrow, .projects .try_for_free .imgarrow{
        width: 16px;
        margin: 0 0 0 10px;
    }
    .sales .content .image_wrap{
        display: flex;
        padding: 10px 0;
        justify-content: center;
    }
    .sales .content .imgstages{
        width: 90%;
        max-width: 700px;
        margin: 10px 0;
    }
    .functions_white_block .work{
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .workcontent{
        margin: 0px;
    }
    .functions_white_block .work .worktitle{
        font-size: 1.7em;
        line-height: 33px;
        align-self: end;
        text-align: start;
        margin: 0 5%;
    }
    .worktext{
        font-size: 1em;
        line-height: 25px;
        width: 90%;
        margin: 20px 5% 0 5%;
    }
    .workspace{
        width: 280px;
        margin-top: 20px;
    }
    .workarrow{
        display: none;
    }
    .work{
        margin-left: 0%;
        margin-right: 0%;
    }
    .work .list{
        width: 90%;
        margin: 0px;
    }
    .work .textlist{
        padding: 0 10px 0 0;
        width: calc(100% - 23px);
    }
    .work .list .textlist span{
        font-size: 1em;
        line-height: 25px;
    }
    .work .list .textlist img, .w100 .text_block .tagtext img{
        width: 16px;;
        height: 16px;
        transform: translate(0, 3px);
    }
    .functions_contacts_area .background_color .projects{
        margin: 0px;
    }
    .functions_contacts_area .background_color{
        padding: 0 0 50px 0;
        width: 100%;
    }
    .functions_contacts_area .background_color .desc1{
       justify-content: initial !important;
    }
    .functions_contacts_area .background_color .projecttitle{
        font-size: 1.7em;
        line-height: 33px;
        padding: 0 5%;
    }
    .functions_contacts_area object{
        width: 55px;
        height: 55px;
    }
    .proj_area .desc1 .text_area span{
        font-size: 1em;
        line-height: 25px;
    }
    .clock, .succses, .notifications{
        align-items: flex-start !important;
    }
    .clock .icon, .succses .icon, .notifications .icon{
        transform: translateY(-5px);
    }
    .proj_img_wrap{
        height: 400px;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
    .proj_img_wrap img{
        height: 100%;
        margin: 0px;
    }
    .notarea{
        margin: 5% 5% 0 5%;
        display: flex;
        flex-direction: column-reverse;
    }
    .notarea .nottitle{
        width: 100%;
        font-size: 21px;
        padding: 0px;
        text-align: left;
    }
    .notarea .notArrow{
        display: none;
    }
    .notarea .notimg{
        width: 100%;
        height: initial !important;
    }
    .notarea .nottext, .not_text{
        font-size: 14px;
        text-align: start;
        margin: 0px;
        width: 100%;
    }
    .notarea .text-wrap{
        margin: 0px;
        align-items: flex-start;
    }
    .notarea .tabletscreen_not_img{
        display: block;
        margin: 20px 0;
    }
    .notarea .fullscreen_not_img{
        display: none;
    }
    .notarea .try_for_free .text{
        font-size: 16px;
    }
    .notarea .try_for_free .imgarrow{
        height: 16px;
        margin-left: 10px;
    }
    .projects ,.try_for_free{
        margin-left: 0px;
    }
    .contitle{
        font-size: 1.7em;
        margin: 20px 0 15px 0;
        text-align: left;
    }
    .concontent .arrow3, .conarrow  {
        display: none;
    }
    .conwrap{
        display: flex;
        flex-direction: column;
    }
    .conimg_wrap{
        display: none;
        justify-content: center;
    }
    .conimg_wrap img{
        height: 400px !important;
    }
    .conwrap .slider{
        display: flex;
        overflow: hidden;
        padding: 40px 0;
        position: relative;
    }
    .conwrap .slider .slider_wrap{
        display: flex;
        transition: .3s all;
        align-items: center;
    }
    .conwrap .slider .slider_wrap img{
        margin: 0 72px;;
    }
    .concontent{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .conwrap .slider .triggers{
        bottom: 15px;
    }
    .contact_wrap{
        display: none;
    }
    .conwrap .context div{
        margin-left: 0px !important; 
    }
    .conwrap .context{
        font-size: 1em;
        line-height: 25px;
        margin: 5px 5%;
        width: 90%;
    }
    .context-area .conicon{
        margin: 10px 5% 10px 0;
        place-items: flex-start;
    }
    .align-items{
        align-items: center !important;
    }
    .context-area .conicon .text{
        font-size: 1em;
        line-height: 25px;
    }
    .slider_mobile, .slider_mobile .slider_wrap{
        display: flex;
        transition: .3s all;
        position: relative;
        align-items: center;
    }
    .triggers{
        bottom: 5px;
    }
    #slider_2{
        padding: 15px 0 25px 0;
    }
    .functions_tags_area{
        height: 800px;
    }
    .functions_tags_area .background_color .search_img{
        display: none;
    }
    .functions_tags_area .tags_card{
        width: 96%;
    }
    .inner_tags{
        margin: 20px 5% !important;
    }
    .inner_tags .tagtitle{
        align-self: end;
        font-size: 1.7em;
        line-height: 33px;
    }
    .tagtext{
        font-size: 1em;
        line-height: 25px;
        align-self: end;
    }
    .r1{
        margin: 0px;
    }
    .conarrow{
        display: none;
    }
    .inner_tags .arrow2{
        display: none;
    }
    .img_tags{
        height: inherit !important;
        object-fit: contain;
        margin-bottom: 20px;
        margin-left: 0px !important;
        width: fit-content;
        align-self: center;
    }
    .column-reverse{
        flex-direction: column-reverse !important;
    }
    .w100, .w100 .text_block{
        width: 100% !important;
    }
    .prelast_block .backgroud_color{
        width: 100%;
    }
    .prelast_block object{
        width: 60px;
        height: 60px;
        padding: 0px;
        margin: 0 20px 0 0;
    }
    .prelast_block .inner_wrapper{
        display: flex;
        padding: 10px 0;
    }
    .prelast_block .left, .prelast_block .right{
        width: 90%;
    }
    .prelast_block .text span{
        font-size: 1em;
        line-height: 18px;
    }
    .prelast_block .left .pigbank, .prelast_block .left .call, .prelast_block .right .like, .prelast_block .right .reports{
        margin: 10px 0;
    }
    .contacts_block{
        display: none;
    }
    .content_form{
        width: 100%;
        min-width: auto;
    }
    .form{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .g-recaptcha{
        transform: scale(0.82236);
    }
    .inn{
        position: absolute;
    }
    .content_form{
        width: 340px;
        height: 75%;
        min-height: 400px;
        transform: translate(0, -20px);
    }
    .form_block{
        flex-direction: column;
        justify-content: center;
    }
    .feedback_form{
        width: 90%;
    }
    .feedback_form input{
        padding: 7px 0;
    }
    .feedback_form input, .input_area span{
        font-size: 14px;
    }
    form{
        min-height: 200px;
    }
    form input[type=submit]{
        width: 250px;
        padding: 0px;
        height: 40px;
        transform: translate(0px, 110px);
        font-size: 14px;
    }
    .inn_wrap{
        width: 170px;
        height: 80px;
        position: absolute;
        bottom: 0px;
    }
    .inn{
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
    }
    .g-recaptcha{
        bottom: 100px !important;
    }
    .form .input_area{
        height: 90%;
        border-bottom: 1px solid #2FB166;
    }
    .coninfo{
        display: block;
        width: 100%;
        align-items: center;
    }
    .coninfo .phone, .coninfo .mail{
        margin: 0px;
        min-width: 100px;
        max-width: 200px;
        width: 60%;
        margin-left: 30px;
    }
    .coninfo .phone .text span, .coninfo .mail .text span{
        font-size: 1em;
        color: #ffffff;
        font-family: Roboto;
    }
    .coninfo .phone .icon svg, .coninfo .mail .icon svg{
        width: 25px;
        height: 25px;
    }
    #clients1{
       
    }
    #projects1{

    }
    #contacts1{
        
    }
    #contacts2{
        
    }
    .workspace{
        margin-left: 0px !important;
        margin-bottom: 0px;
        align-self: center;
    }
    #close{
        width: 100vw;
        height: 100vh;
        display: none;
        z-index: -10;
        position: fixed;
    }
    .mobile_switcher{
        display: block;
        align-self: center;
        margin-left: auto;
    }
    #m_selecter{
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 50px;
        outline: 0px;
        border: 0px;
        background-color: transparent;
        font-size: 11px;
        display: block;
        color: #000000;
    }
    #m_selecter option{
        width: 35px;
        background-color: transparent;
    }
    .half_back{
        height: 25px;
    }
    .projecttitle{
        margin-bottom: 10px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text{
        height: fit-content;
        margin: 0 0 20px;
    }
    .m{
        display: block;
    }
    .workspace{
        height: unset !important;
        display: none;
    }
    .mobile{
        display: block;
    }
    #clients1, #projects1{
        height: 350px;
    }
    .projects .text_area, .proj_img_wrap{
        width: 50%;
    }
    .no_tablet{
        display: none;
    }
    .tablet{
        display: block;
    }
    .tablet_text{
        width: 50%;
        padding-top: 35px;
    }
    .flex{
        display: flex;
    }
    .tablet_slider{
        width: 40%;
    }
    .context-area{
        width: 60%;
    }
    .img_wrap{
        width: 50vw;
        display: flex;
        justify-content: center;
    }
    .concontent .img_wrap{
        width: 40vw;
    }
    .conwrap .flex{
        align-items: center;
    }
    .workcontent .flex{
        width: 95%;
        flex-direction: row;
        margin-left: 5%;
        margin-top: 0px;
    }
    .list{
        padding-left: 5%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .inn{
        display: none;
    }
}
 #m_selecter{
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 50px;
        outline: 0px;
        border: 0px;
        background-color: transparent;
        font-size: 12px;
        color: #000000;
}
@media screen and (min-device-width : 650px) and (max-device-width : 860px) and (orientation: landscape) {
    
    .menu{
        display: flex;
    }
    header{
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        height: 35px;
        z-index: 1200;
        height: 50px;
    }
    .mobile_switcher {
        display: block;
        align-self: center;
        margin-left: auto;
    }   
    .logo svg{
        height: 18px;
    }
    header .logo{
        margin: 0 0 0 17px;
    }
    .slogan{
       font-size: 35px;
       line-height: 45px;
       width: 90%;
       left: 0;
    }
    .links, .switcher, .separate{
        display: none;
    }
    video{
       object-fit: cover;
       width: 100%;
       height: 100%;
    }
    .content{
        overflow-y: hidden;
        padding: 0 0 50px 0;
    }
    .content .wrap{
       
    }
    .free_try{
        min-width: 200px;
        height: 50px;
        outline-width: 1px;
        transform: translateY(50%);
        outline-offset: -8px;
    }
    .free_try span{
        font-weight: 600 !important;
        font-size:  1em;
        line-height: normal;
        font-weight: 100;
    }
    .infocard{
        transform: translateY(-20%);
        height: 330px;
        min-width: 290px;
    }
    #desc1 .icon, #desc2 .icon, #desc3 .icon{
        height: 50px;
        width: 50px;
        transform: translateX(10px);
    }
    .infocard .info .description .text{
        font-size: 0.9em;
        line-height: 25px;
        width: 180px;     
    }
    .infocard .logo{
        display: none !important;
    }
    #desc1, #desc2, #desc3{
        width: 100%;
        margin: 0px;
        justify-content: space-around;
    }
    .infocard .info .description div{
        height: fit-content;
    }
    .infocard .info .description{
        padding: 10px;
        max-width: 400px;
        margin: 20px 20px 10px 20px;
    }
    .asktext{
        padding: 10px;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .asktext div{
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0;
    }
    .asktext span{
        font-size: 14px;
        line-height: 25px;
    }
    #why::before{
        border: 0.9px solid #2FB166;
        transform: translate(0px, 20px);
    }
    #wecan::before{
        display: none;
    }
    .greenblock{
        height: 110px;
        min-height: auto;
    }
    .monitorblock{
        display: none;
    }
    .fucntions_green_block .backgroud_color, .prelast_block .background_color{
        width: 100%;
        padding: 0px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text span{
        padding-left: 5%;
        font-size: 1.7em;
        line-height: 33px;
    }
    .searchplace{
        margin: 0px;
        width: 100%;
    } 
    .fucntions_green_block .backgroud_color{
        width: 100%;
    }
    .searchplace .desc{ 
        flex-direction: column;
    }
    .searchplace .desc .about{
        margin: 0px;
    }
    .searchplace .desc .about .textsearch, .searchplace .desc .textsearch1{
        padding: 0px 15px 10px 5%;
        margin: 0px;
    }
    .searchplace .arrow1{
        display: none;
    }
    .searchplace .desc .about {
        font-size: 18px;
        line-height: 25px;
    }
    .fucntions_green_block .img{
        margin: 0px;
        display: none;
    }
    .fucntions_green_block .slider_mobile{
        display: flex;
        overflow: hidden;
        position: relative;
        height: 420px;
        width: 50%;
    }
    .fucntions_green_block .slider_mobile .slider_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: flex-start;
        transition: .3s all;
        align-self: center
    }
    .fucntions_green_block .slider_mobile .slider_wrap img{
        /*margin: 0 50px; */
    }
    .sales{
        width: 100%;
        /*margin: 10% 5% 0 5% !important; */
    }
    .sales .text, .contitle{
        font-size: 1.7em;
        line-height: 33px;
        margin: 0px;
        transform: translate(0px, 0px);
        padding: 0 5%;
    }
    .sales .content{
        flex-direction: column-reverse;
        position: relative;
    }
    .sales .content .desc{
        font-size: 18px;
        line-height: 25px;
        width: 100%;
        margin: 20px 20px 0 5%;
    }
    .sales .content .desc div{
        margin: 0px !important;
    }
    .sales .content .desc .try_for_free{
        position: absolute;
        bottom: 18px;
        width: 310px;
        left: 5%;
    }
    .sales .content .desc .try_for_free .text, .projects .try_for_free .text{
        font-size: 20px;
        line-height: 33px;
        text-decoration: none;
        padding-right: 0px;
        padding-left: 0%;
    }
    .sales .content .desc .try_for_free .text a{
        text-decoration: underline !important;
    }
    .sales .content .desc .try_for_free .imgarrow, .projects .try_for_free .imgarrow{
        width: 16px;
        margin: 0 0 0 10px;
    }
    .sales .content .image_wrap{
        display: flex;
        padding: 10px 0;
        justify-content: center;
    }
    .sales .content .imgstages{
        width: 90%;
        max-width: 700px;
        margin: 10px 0;
    }
    .functions_white_block .work{
        height: fit-content;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }
    .workcontent{
        margin: 0px;
    }
    .functions_white_block .work .worktitle{
        font-size: 1.7em;
        line-height: 33px;
        align-self: end;
        text-align: start;
        margin: 0 5%;
    }
    .worktext{
        font-size: 1em;
        line-height: 25px;
        width: 90%;
        margin: 20px 5% 0 5%;
    }
    .workspace{
        width: 280px;
        margin-top: 20px;
    }
    .workarrow{
        display: none;
    }
    .work{
        margin-left: 0%;
        margin-right: 0%;
    }
    .work .list{
        width: 90%;
        margin: 0px;
    }
    .work .textlist{
        padding: 0 10px 0 0;
        width: calc(100% - 23px);
    }
    .work .list .textlist span{
        font-size: 1em;
        line-height: 25px;
    }
    .work .list .textlist img, .w100 .text_block .tagtext img{
        width: 16px;;
        height: 16px;
        transform: translate(0, 3px);
    }
    .functions_contacts_area .background_color .projects{
        margin: 0px;
    }
    .functions_contacts_area .background_color{
        padding: 0 0 50px 0;
        width: 100%;
    }
    .functions_contacts_area .background_color .desc1{
       justify-content: initial !important;
    }
    .functions_contacts_area .background_color .projecttitle{
        font-size: 1.7em;
        line-height: 33px;
        padding: 0 5%;
    }
    .functions_contacts_area object{
        width: 55px;
        height: 55px;
    }
    .proj_area .desc1 .text_area span{
        font-size: 1em;
        line-height: 25px;
    }
    .clock, .succses, .notifications{
        align-items: flex-start !important;
    }
    .clock .icon, .succses .icon, .notifications .icon{
        transform: translateY(-5px);
    }
    .proj_img_wrap{
        height: 400px;
        object-fit: cover;
        display: flex;
        justify-content: center;
    }
    .proj_img_wrap img{
        height: 100%;
        margin: 0px;
    }
    .notarea{
        display: block;
        margin: 5% 5% 0 5%;
    }
    .notarea{
        margin: 5% 5% 0 5%;
        display: flex;
        flex-direction: column-reverse;
    }
    .notarea .nottitle{
        width: 100%;
        font-size: 21px;
        padding: 0px;
        text-align: left;
    }
    .notarea .notArrow{
        display: none;
    }
    .notarea .notimg{
        width: 100%;
        height: initial !important;
    }
    .notarea .nottext, .not_text{
        font-size: 14px;
        text-align: start;
        margin: 0px;
        width: 100%;
    }
    .notarea .text-wrap{
        margin: 0px;
        align-items: flex-start;
    }
    .notarea .tabletscreen_not_img{
        display: block;
        margin: 20px 0;
    }
    .notarea .fullscreen_not_img{
        display: none;
    }
    .notarea .try_for_free .text{
        font-size: 16px;
    }
    .notarea .try_for_free .imgarrow{
        height: 16px;
        margin-left: 10px;
    }
    .projects ,.try_for_free{
        margin-left: 0px;
    }
    .contitle{
        font-size: 1.7em;
        margin: 20px 0 15px 0;
        text-align: left;
    }
    .concontent .arrow3, .conarrow  {
        display: none;
    }
    .conwrap{
        display: flex;
        flex-direction: column;
    }
    .conimg_wrap{
        display: none;
        justify-content: center;
    }
    .conimg_wrap img{
        height: 400px !important;
    }
    .conwrap .slider{
        display: flex;
        overflow: hidden;
        padding: 40px 0;
        position: relative;
    }
    .conwrap .slider .slider_wrap{
        display: flex;
        transition: .3s all;
        align-items: center;
    }
    .conwrap .slider .slider_wrap img{
        margin: 0 72px;;
    }
    .concontent{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .conwrap .slider .triggers{
        bottom: 15px;
    }
    .contact_wrap{
        display: none;
    }
    .conwrap .context div{
        margin-left: 0px !important; 
    }
    .conwrap .context{
        font-size: 1em;
        line-height: 25px;
        margin: 5px 5%;
        width: 90%;
    }
    .context-area .conicon{
        margin: 10px 5% 10px 0;
        place-items: flex-start;
    }
    .align-items{
        align-items: center !important;
    }
    .context-area .conicon .text{
        font-size: 1em;
        line-height: 25px;
    }
    .slider_mobile, .slider_mobile .slider_wrap{
        display: flex;
        transition: .3s all;
        position: relative;
        align-items: center;
    }
    .triggers{
        bottom: 5px;
    }
    #slider_2{
        padding: 15px 0 25px 0;
    }
    .functions_tags_area{
        height: 800px;
    }
    .functions_tags_area .background_color .search_img{
        display: none;
    }
    .functions_tags_area .tags_card{
        width: 96%;
    }
    .inner_tags{
        margin: 20px 5% !important;
    }
    .inner_tags .tagtitle{
        align-self: end;
        font-size: 1.7em;
        line-height: 33px;
    }
    .tagtext{
        font-size: 1em;
        line-height: 25px;
        align-self: end;
    }
    .r1{
        margin: 0px;
    }
    .conarrow{
        display: none;
    }
    .inner_tags .arrow2{
        display: none;
    }
    .img_tags{
        height: inherit !important;
        object-fit: contain;
        margin-bottom: 20px;
        margin-left: 0px !important;
        width: fit-content;
        align-self: center;
    }
    .column-reverse{
        flex-direction: column-reverse !important;
    }
    .w100, .w100 .text_block{
        width: 100% !important;
    }
    .prelast_block .backgroud_color{
        width: 100%;
    }
    .prelast_block object{
        width: 60px;
        height: 60px;
        padding: 0px;
        margin: 0 20px 0 0;
    }
    .prelast_block .inner_wrapper{
        display: flex;
        padding: 10px 0;
    }
    .prelast_block .left, .prelast_block .right{
        width: 90%;
    }
    .prelast_block .text span{
        font-size: 1em;
        line-height: 18px;
    }
    .prelast_block .left .pigbank, .prelast_block .left .call, .prelast_block .right .like, .prelast_block .right .reports{
        margin: 10px 0;
    }
    .contacts_block{
        display: none;
    }
    .content_form{
        width: 100%;
        min-width: auto;
    }
    .form{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .g-recaptcha{
        transform: scale(0.82236);
    }
    .inn{
        position: absolute;
    }
    .content_form{
        width: 340px;
        height: 75%;
        min-height: 400px;
        transform: translate(0, -20px);
    }
    .form_block{
        flex-direction: column;
        justify-content: center;
    }
    .feedback_form{
        width: 90%;
    }
    .feedback_form input{
        padding: 7px 0;
    }
    .feedback_form input, .input_area span{
        font-size: 14px;
    }
    form{
        min-height: 200px;
    }
    form input[type=submit]{
        width: 250px;
        padding: 0px;
        height: 40px;
        transform: translate(0px, 110px);
        font-size: 14px;
    }
    .inn_wrap{
        width: 170px;
        height: 80px;
        position: absolute;
        bottom: 0px;
    }
    .inn{
        font-size: 14px;
        line-height: 16px;
        padding: 10px;
    }
    .g-recaptcha{
        bottom: 100px !important;
    }
    .form .input_area{
        height: 90%;
        border-bottom: 1px solid #2FB166;
    }
    .coninfo{
        display: block;
        width: 100%;
        align-items: center;
    }
    .coninfo .phone, .coninfo .mail{
        margin: 0px;
        min-width: 100px;
        max-width: 200px;
        width: 60%;
        margin-left: 30px;
    }
    .coninfo .phone .text span, .coninfo .mail .text span{
        font-size: 1em;
        color: #ffffff;
        font-family: Roboto;
    }
    .coninfo .phone .icon svg, .coninfo .mail .icon svg{
        width: 25px;
        height: 25px;
    }
    #clients1{
       
    }
    #projects1{

    }
    #contacts1{
        
    }
    #contacts2{
        
    }
    .workspace{
        margin-left: 0px !important;
        margin-bottom: 0px;
        align-self: center;
    }
    #close{
        width: 100vw;
        height: 100vh;
        display: none;
        z-index: -10;
        position: fixed;
    }
    .mobile_switcher{
        display: block;
        align-self: center;
        margin-left: auto;
    }
    #m_selecter{
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 50px;
        outline: 0px;
        border: 0px;
        background-color: transparent;
        font-size: 11px;
        display: block;
        color: #000000;
    }
    #m_selecter option{
        width: 35px;
        background-color: transparent;
    }
    .half_back{
        height: 25px;
    }
    .projecttitle{
        margin-bottom: 10px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text{
        height: fit-content;
        margin: 0 0 20px;
    }
    .m{
        display: block;
    }
    .workspace{
        height: unset !important;
        display: none;
    }
    .mobile{
        display: block;
    }
    #clients1, #projects1{
        height: 350px;
    }
    .projects .text_area, .proj_img_wrap{
        width: 50%;
    }
    .no_tablet{
        display: none;
    }
    .tablet{
        display: block;
    }
    .tablet_text{
        width: 50%;
        padding-top: 35px;
    }
    .flex{
        display: flex;
    }
    .tablet_slider{
        width: 40%;
    }
    .context-area{
        width: 60%;
    }
    .img_wrap{
        width: 50vw;
        display: flex;
        justify-content: center;
    }
    .concontent .img_wrap{
        width: 40vw;
    }
    .conwrap .flex{
        align-items: center;
    }
    .workcontent .flex{
        width: 95%;
        flex-direction: row;
        margin-left: 5%;
        margin-top: 0px;
    }
    .list{
        padding-left: 5%;
    }
}
@media screen and (min-device-width : 861px) and (max-device-width : 1024px) and (orientation: landscape) {
    .slogan{
        font-size: 50px;
    }
    .wrap{
        top: 15%;
    }
    .free_try{
        height: 65px;
        transform: translateY(50%);
    }
    .infocard .info .logo svg{
        width: 20%;
    }
    .infocard .info .description .text{
        padding-left: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .infocard .info .description{
        width: 85%;
    }
    .asktext span{
        font-size: 20px;
    }
    .asktext div{
        height: 60px;
    }
    .infocard{
        width: 90%;
        height: 430px;
        transform: translateY(-15%);
    }
    .monitorblock{
        display: none;
    }
    .concontent{
        padding: 0px;
    }
    .conimg_wrap img{
        height: 580px;
    }
    .conicon{
        margin: 20px 0;
    }
    .projects{
        margin: 0px;
    }
    .proj_area .text_area{
        padding: 0px;
    }
    .projimg{
        margin-left: 0px;
    }
    .img_tags{
        height: 320px !important;
    }
    .search_img{
        height: 520px !important;
    }
    .inner_tags{
        margin: 40px 20px !important;
    }
    .tagtitle, .fucntions_green_block .backgroud_color .searchplace .text {
        font-size: 1.8em !important;
        line-height: 30px !important;
        height: 60px;
    }
    .r1{
        margin-left: 20px;
    }
    .fucntions_green_block .backgroud_color .searchplace .text span, .worktitle{
        font-size: 30px;
        text-align: start;
    }
    .sales .title{
        font-size: 30px;
    }
    .fucntions_green_block .backgroud_color, .prelast_block .background_color{
        width: 100%;
        padding: 0px;
    }
    .desc .about, .sales .text, .imgstages{
        margin-left: 0px;
    }
    .sales .text{
        transform: translate(0, 0);
    }
    .fucntions_green_block .backgroud_color .searchplace .text span{
        padding: 0px;
    }
    .sales .content .desc{
        font-size: 17px;
        justify-content: space-evenly;
    }
    .sales .desc div{
        margin: 0px !important;
    }
    .imgstages{
        width: 580px;
        margin: 0px;
    }
    .work{
        margin: 0px;
    }
    .worktext{
        margin-top: 15px;
    }
    .work .textlist{
        font-size: 16px;
        margin-top: 10px;
    }
    .workspace{
        margin-top: 10px;
    }
    .sales .content .image_wrap{
        margin: 30px 20px 30px 0;
    }
    .projecttitle{
        font-size: 30px;
    }
    .text_area .clock span, .text_area .succses span, .text_area .notifications span{
        font-size: 17px;
        line-height: 27px;
    }
    .notarea{
        margin:2% 0 0 0;
    }
    .nottitle{
        font-size: 30px;
        text-align: left;
    }
    .notimg{
        margin-top: 15px;
    }
    .desc .about, .not_text{
        font-size: 17px;
    }
    .notcontent{
        justify-content: space-evenly;
    }
    .not_text{
        margin-bottom: 10px;
    }
    .notcontent .imgarrow{
        height: 20px;
        margin-left: 15px;
    }
    .notcontent .try_for_free {
        margin-top: 0px !important;
    }
    .contitle{
        font-size: 30px;
        text-align: left;
        align-self: flex-start;
    }
    .context, .conicon{
        font-size: 17px;
    }
    .prelast_block .left, .prelast_block .right{
        width: 45%;
        font-size: 19px;
    }
    .form_block .info {
        width: 85%;
    }
    .tablet_landscape{
        display: flex;
    }
    .tablet_landscape .inn{
        display: flex;
    }
    .tablet_portrait{
        display: none;
    }
    .contacts_block{
        width: 40%;
    }
    .form{
        width: 45%;
    }
    .contact_us{
        width: 350px;
        height: 70px;
    }
}