@media screen and (min-width:1400px) {
.wrapper-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
    footer {
    position: static;
    width: 100%;
}
    .main {
        position: relative;
        top: -10%;
    }
}

@media screen and (max-width:768px) {
body {
    font-size: 16px;
/*    height: auto*/
}
.wrapper {
    background: url(../img/bg-mobile.jpg) center/cover no-repeat;
    height: 100%;
    min-height: 100vh
}
    .block {
    padding: 30px 0
}
    .block.container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-mod {
    padding: 30px 5px;
}
    .flex-b {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
        flex-wrap: wrap
}
.headline {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: normal
}
.subtitle {
    font-size: 22px;
    margin-bottom: 10px;
}
    .subtitle_mod {
    font-size: 20px
}
    .subtitle_mod1 {
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px
}
.head {
    padding: 0;
    height: 55px
}
.head>div {
    width: 100%;
}
.logo {
    margin-left: 0px
}
.top-head-nav {
    flex-direction: row-reverse
}
.nav-control {
    width: 40px;
    height: 27px;
}

.head .soc {
    justify-content: flex-end;
    flex-direction: column;
    display: none
}
.soc a {
    margin-left: 25px;
}
.soc p {
    margin: 7px 0 0;
    text-align: right;
    font-size: 16px;
    width: 100%;
}

.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.main>div {
    width: 100%;
}
.title {
    position: relative;
    height: 100%;
    padding-top: 7%
}
.title>img {
    display: none
}
.title h1 {
    font-size: 22px;
}
h2 {
    font-size: 62px;
    margin: 8% 0;
    line-height: 80px;
    position: relative;
    z-index: 2
}
h2 span {
    font-size: 36px;
}
.but {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}
.pazle {
    display: none
}
    .pazle-visible-mob {
        display: block
    }
    .pazl-mod {
    width: 320px;
    height: 320px;
}
.pazl-mod.pazl1 {
    width: 320px
}
.pazl-mod p {
    font-size: 24px
}
.pazl-mod.pazl1 p {
    transform: translate(20px, -20px) rotate(-15deg)
}
    .head-content {
    padding: 40px 0 40px;
        flex-wrap: wrap
}
.head-content_mod {
    justify-content: flex-start
}
.head-content .pazle {
    100%;
}
.head-content-text {
    width: 100%;
}
.head-content-text_mod {
    width: auto;
    margin-left: 0px
}
.head-content-text h1 {
    font-size: 28px;
    margin: 25px 0;
}
.head-content-text h1+p {
    font-size: 22px;
}
#scroll {
    margin: 0 auto 40px;
}
footer {
    bottom: 2%;
    width: 100%;
    left: 0%;
    position: static;
    margin-top: 10%
}
.footer-info {
    display: none
}
footer .soc {
    text-align: center;
    margin-bottom: 10px
}
footer .soc a {
    margin: 10px 15px 0;
    display: inline-block
}
footer a, footer p {
    color: #fff;
    text-align: center !important;
}
    
.wrapper-menu {
    z-index: 8;
}
.wrapper-menu .container {
    height: 100vh;
}
.menu-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0%;
    height: 100%;
    padding-top: 15%
}
.menu-container>div {
    width: 100%;
    display: none
}
.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.menu a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0px !important;
    position: relative;
    background: url(../img/pazle/1-1.jpg);
    border-radius: 10px;
    padding: 0px 0;
    height: 14% !important;
}
.menu a img {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none
}
.menu a:hover img {
    filter: drop-shadow(0px 0px 10px #17aae8);
    transition: all linear .1s
}
.menu a:nth-of-type(2) {
    background: url(../img/pazle/2-1.jpg);
}
.menu a:nth-of-type(3) {
    background: url(../img/pazle/3-1.jpg);
}
.menu a:nth-of-type(4) {
    background: url(../img/pazle/4-1.jpg);
}
.menu a:nth-of-type(5) {
    background: url(../img/pazle/5-1.jpg);
}
.menu a:nth-of-type(6) {
    background: url(../img/pazle/6-1.jpg);
}
.menu a span {
    font-size: 20px;
    margin-top: 0%;
}
.menu .menu-link-last {
    height: auto
}
a.menu-link-bot {
    margin-top: 0px
}
a.menu-link-last span {
    margin-top: 0%;
}

.form {
    padding-left: 2%;
}
.form a {
    text-decoration: underline
}
.form h4 {
    font-size: 30px;
    margin: 0 0 10%
}
.form .input {
    width: 100%;
    margin-bottom: 7%;
}
.form textarea.input {
    resize: none;
    border-bottom: none;
    height: auto;
    margin: 0;
    outline: none
}
.file {
    display: flex;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: center;
    margin: 10% 0 10px
}
.file+span {
    margin-bottom: 40px;
    display: block;
    font-family: 'FuturaNewDemi-Reg';
}
.add_file {
    display: none;
}
.add_file+label {
    padding: 10px;
    cursor: pointer;
}
.but-cont {
    margin-bottom: 10%;
    flex-wrap: wrap;
}
.but-cont .but {
    padding: 0;
    width: 100%;
}
.but-cont p {
    margin: 0;
    font-size: 15px;
}
.but-cont+p {
    margin-bottom: 5%
}
    

.portfolio-bl {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0
}
.portfolio-it {
    width: 100%;
    margin-bottom: 20px
}
/*
.portfolio-it:nth-of-type(4n+2) {
    margin-top: 0px;
}
.portfolio-it:nth-of-type(4n+3) {
    margin-top: 0px;
}
*/
    .portfolio-it:nth-of-type(2n+1) {
    margin-top: 0px;
}
.portfolio-it:nth-of-type(2n) {
    margin-top: 0px;
}
.portfolio-it>div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.portfolio-it h3 {
    font-size: 30px;
    margin: 0 0 10px;
}
.portfolio-it p {
    font-size: 16px;
    margin: 0 0 10px;
}
.portfolio-it a {
    font-size: 18px;
}
.portfolio-it a span {
    border-bottom: 1px solid;
    margin-right: 10px
}
.portfolio-it>div {
    padding-left: 0px;
    padding-right: 0px;
}
.portfolio-it img {
    margin-bottom: 20px;
    width: 100%
}
.portfolio-it_mod {
    margin: 0 0 30px
}
.portfolio-it_mod>div {
    width: 100%;
    box-shadow: 0px 0px 10px 0px #d1d1d1;
    height: 390px;
    padding: 0;
}
.portfolio-it_mod img {
    width: 100%;
    height: 100%;
}
.portfolio-it_mod h3, .portfolio-it_mod p, .portfolio-it_mod a {
    padding: 0 10px
}
.portfolio-it_mod a {
    padding-bottom: 15px
}

.main-form {
    color: #000;
    font-size: 16px;
}
.main-form a {
    color: #000
}
.main-form .form {
    width: 100%;
    margin: 0 auto;
}
.footer {
    padding: 30px 0 30px;
}
.footer-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.footer-nav a {
    font-size: 17px;
    width: auto;
    text-align: center;
    margin: 0 15px 15px
}
.footer-call {
    width: 100%;
    text-align: center
}
.footer-call p {
    margin-bottom: 10px;
    font-size: 20px
}
    .footer-call .but {
        height: 50px;
    }
.bot-fot {
    padding-top: 10px
}
    .bot-fot p {
        margin-top: 7px
    }
    .head-main-container {
    background-attachment: scroll !important;
}


.icons {
    align-items: flex-start;
    margin-top: 30px;
}
.icons>div {
    width: 100%;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 30px
}
.icons>div>div {
    height: auto;
}
.icons h4 {
    font-size: 20px;
    margin: 10px 0
}

.block-img {
    margin-top: 30px;
}
.link-site {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px
}

.project-slider {
    margin-top: 30px;
    padding-bottom: 50px;
}
.project-slider + p {
    text-align: center;
    font-size: 22px
}
.project-slide {
    position: relative;
    height: 360px !important;
/*    width: 360px !important;*/
    margin: 0 15px;
    display: flex !important;
    padding: 0;
    overflow: hidden
}

.project-slide h4 {
    font-size: 30px;
    padding: 0 25px
}
.project-slide p {
    font-size: 18px;
    margin: 0 0 20px;
} 
    
    .site1 {
    width: 100%;
    margin: 0 auto;
}
.site1 p {
    margin-bottom: 15px;
    font-size: 16px;
    display: flex;
    align-items: center
}
.site1 p img {
    margin-right: 10px
}
    .img-mob {
        width: 100%;
    }
.img-block {
    margin-bottom: 20px;
    flex-wrap: wrap
}
.img-block img {
    width: 100%;
    margin-bottom: 10px
}
.img-block img:nth-of-type(2) {
    margin-left: 0px
}
.site-block2 {
    padding-left: 0px;
}
    .site-block2 img {
        width: 100% !important;
    }
.site-block2 p {
    text-align: left;
}
.site-block3 {
    width: 100%;
    margin-bottom: 0%;
    position: relative;
    z-index: 2
}
.site-block3 p {
    text-align: left
}
.mod-img {
    margin-left: -10%;
    width: 100%
}
.site-block4 {
    width: 100%;
    position: relative;
    z-index: 2
}
.site-block4 + img {
    margin: 20px auto;
    width: 100%
}
.site-block4 p {
    text-align: left
}
.img {
    width: 100%;
    margin: 20px auto 0;
/*    display: block;*/
}
    .reverse-mod {
        display: flex;
        flex-direction: column-reverse;
    }
.icons-mod>div {
    width: 50%;
    margin-bottom: 20px
}
.target-block1 p {
    font-size: 17px;
    margin-bottom: 20px;
}
.target-block1 p img {
    margin-right: 10px
}
.target-block2 {
    padding-right: 0px
}
.target-block3 {
    justify-content: space-around;
    flex-wrap: wrap
}
    .target-block3 img {
        width: 100%;
        margin: 10px 0
    }
.video1 {
    width: 320px;
    height: 210px;
    background: url(../img/ekran1.png) center/cover no-repeat;
    position: relative;
}
.video1 video {
    position: absolute;
    left: 35px;
    top: 20px;
    width: 250px;
    height: auto
}
.video2 {
    width: 174px;
    height: 351px;
    background: url(../img/ekran2.png) center/cover no-repeat;
    position: relative;
}
.video2 video {
    position: absolute;
    left: 11px;
    top: 40px;
    height: auto;
    width: 151px
}
.rekl {
    flex-wrap: wrap;
}
.rekl>div {
    text-align: center;
    font-size: 18px;
}

.steps {
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start
}
.steps>div {
    width: 100%;
    margin-bottom: 10px
}
.steps p span {
    font-size: 42px;
    margin-right: 20px
}
.steps p {
    font-size: 20px;
}
    .steps_mod {
    justify-content: flex-start;
        
}
.steps_mod>div {
    width: 50%;
    position: relative;
    padding-right: 0px;
    text-align: center;
}
.steps_mod p b {
    margin: 0;
    display: inline
}
.steps_mod>div:not(:last-child):after {
    display: none
}
.steps_mod>div:last-child {
    width: 50%
}
    .steps_mod span {
        margin: 0 auto;
        display: block;
    }
.step-target {
    margin-bottom: 0px;
}
.step-target:nth-of-type(2) div {
    padding-left: 0px;
}
.step-target .subtitle {
    text-align: left;
    font-size: 24px
}
.step-target p:not(.subtitle) {
    font-size: 18px;
    margin-bottom: 10px;
}
    .step-target:nth-of-type(2n+1) {
        display: flex;
        flex-direction: column-reverse
    }
    .tag {
    line-height: 16px;
}
.modal-content {
    width: 100%;
}
.modal h6 {
    font-size: 24px;
    margin: 20px 0;
}
.modal h6+p {
    font-size: 18px;
}
.modal-dialog .close {
    top: 0px;
    right: 0px;
}
    
    
    
    /************
for LP
************/
    .lp .head-content {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
    }
    .lp .head-content img {
        margin-bottom: 20px;
    }
.but_lp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.lp .head-content-text h1 {
    font-size: 32px;
    margin: 25px 0;
}
.lp .head-content-text h1+p {
    font-size: 26px;
}
.icons_lp {
    flex-wrap: wrap;
    justify-content: space-around
}
.icons_lp>div {
    width: 48%;
}

.icons-flip {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 50px;
}
.ico-item {
    width: 48.5%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px 0px
}
.ico-item>div {
    height: auto;
    margin: 10px auto 10px;
}
    .ico-item img {
        width: 60%;
    }
.steps_lp {
    justify-content: flex-start;
    
}
.steps_lp>div:not(:nth-of-type(3n)) {
    margin-right: 0%
}

.faq-it {
    margin-bottom: 20px;
    padding: 0px 0 15px;
    border-bottom: 1px solid rgba(108, 108, 108, 0.1);
}
.faq-it>div {
    justify-content: space-between;
    flex-wrap: nowrap
}
.faq-it>div p {
    margin-left: 0px;
    font-size: 22px;
}
.faq-it .answer {
    padding-top: 10px;
    font-size: 18px;
    line-height: normal;
    display: none;
}
    .big-slider {
        margin-bottom: 30px;
    }
.footer_lp .footer-call {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
}
.footer-call p {
    margin: 20px 0
}
    .big-slider {
        margin: 0;
    }
.big-slider .slick-prev,
.big-slider .slick-next
{
    width: 35px;
    height: 35px;
    background: #fff url(../../../img/icon/arr.png) center/40% 70% no-repeat;
    bottom: -2%;
    z-index: 4;
    border-radius: 50%;
    border: 1px solid #d08b21
}
.big-slider .slick-prev
{
    left: -10px;
}

.big-slider .slick-next
{
    right: -10px;
}
}