body{
    min-height: 100%;
    height: auto;
    min-width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden !important;
    max-width: 100vw;
}

button,
.to_card{
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 7px 30px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.ui-loader{
    display: none;!important;
}

.body_content section,
.page_wrapper section{
    max-width: 1600px;
    margin: 32px auto;
}

.tell_us_section{
    max-width: 100% !important;
}

.hidden_message,
.hidden_message1{
    grid-column: 1/-1;
    display: none;
}

.hidden_message textarea,
.hidden_message1 textarea{
    resize: none;
}

.slick-slider img {
    cursor: pointer;
    object-fit: cover;
}

.project_card #play img {
    width: 100%;
}

.project_card #play .slick_photo2,
.project_card #play .slick_photo3,
.project_card #play .slick_photo4 {
    animation: 2s disappear forwards !important;
}

@keyframes disappear {
    0%   { opacity: 0; }
    50% {opacity: 0;}
    100% { opacity: 1; }
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.slick-slide img{
    height: 90%;
    object-fit: cover;
}

.slider-wrapper > div{
    height: 100%;
}

.project_card .slider-wrapper > div {
    height: 100%;
}

.project_card .slider3 {
    margin-top: 24px;
}

.project_card .slider3 .slick-dots {
    bottom: -40px !important;
}

.project_card .slider3 .slick-list{
    margin: 0 -12px;
}

.project_card .slider3 img {
    margin: 0 12px;
    object-fit: cover;
}

#play{
    height: 800px;
}

.project_card .slick-dots{
    bottom: -40px !important;
}

.project_card .slider2 {
    margin-top: 50px;
}

.slick-slider > div div{
    height: 100%;
}

.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

.slick-dots{
    bottom: 15px !important;
}

.slick-dots li.slick-active button:before{
    content: url("img/one_dot.svg") !important;
}

.slick-dots li button:before{
    content: url("img/dot.svg") !important;
}

header{
    border-bottom: #00A2D2 2px solid;
    display: grid;
    grid-template-columns: auto auto ;
    padding: 1% 10%;
    box-sizing: border-box;
    z-index: 6;
    position: fixed;
    width: 100%;
    background-color: white;
}

header .logo{
    display: flex;
    justify-self: start;
    z-index: 1;
}

header .text_logo{
    display: grid;
    align-content: center;
    margin-left: 15px;
}

header a{
    display: flex;
    align-content: center;
    margin-left: 15px;
}

header .text_logo span{
    justify-self: start;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
}

header .text_logo span:last-child{
    font-size: 12px;
}

header .navbar{
    display: grid;
    grid-template-columns: auto auto;
}

header nav{
    align-self: center;
    display: grid;
    grid-template-columns: auto auto auto auto;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #A8A8A8;
    z-index: 1;
}

header nav a{
    cursor: pointer;
    text-decoration: none;
    color: #A8A8A8;

}

header .mail_header,
header .mail_header > div:first-child{
    align-self: center;
    justify-self: end;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    z-index: 1;
    text-decoration: none;
    position: relative;
}

header nav a:hover{
    color: #00A2D2;
    transition: 2s;
}

header .mail_header span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #00A2D2;
    font-family: 'Ubuntu', sans-serif;
    align-self: center;
}

#back_video{
    position: fixed;
    top: 0;
    z-index: 5;
    display: none;
    width: 100vw;
    height: 100vh;
    padding: 10%;
    box-sizing: border-box;
}

#back_video video{
    z-index: 500;
    position: relative;
}

#back_video .background{
    background: black;
    opacity: 0.5;
    position: absolute;
    width: 100vw;
    height: 100vh;

}

.first_section .title_page{
    height: 466px;
    display: grid;

    border: none;
}

.first_section .title_page .btn_play{
    justify-self: center;
    align-self: center;
}

.first_section .title_page video{
    justify-self: center;
    height: 100%;
    align-self: center;
}

.all_content_two{
    display: grid;
    grid-template-rows: repeat(3, max-content);
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]::after {
    height: max-content;
    content: attr(data-tooltip);
    position: absolute;
    width: max-content;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(-25%);
    background: white;
    color: #00A2D2;
    padding: 0.5em;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 9999999;
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 16px;
}

[data-tooltip]:hover::after {
    opacity: 1;
    top: 2.5em;
}

.first_section .title_page{
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 90px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
}

.first_section .title_page div{
    align-self: end;
    margin-bottom: 20%;
}

.idea_content {
    padding: 0 128px 24px;

}

.idea_section {
    grid-gap: 0 !important;
}

.idea_mobile_slider {
    display: none !important;
}

.idea_top {
    height: calc(100vh - 114.25px);
    background-image: url("img/main_section_background.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    margin: 0 !important;
}

.idea_bot {
    margin: 24px auto 0 !important;
}

.idea_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 44px;
}

.slick-load1, .slick-load2, .slick-load3 {
    display: none;
}

#small_text {
    margin-top: 6px;
}

.slick-load1, .slick-load2, .slick-load3 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-load1.slick-initialized, .slick-load2.slick-initialized, .slick-load3.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.idea_grid span {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #00A2D3;
}

.idea_bot > div > span, .idea_mobile_top {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #636466;
}

.idea_content > div:first-child {
    margin-top: 100px;
}

.idea_content > div:last-child {
    max-width: 700px;
    margin-top: 80px;
}

/*.our_project_section .description > div > a {*/
/*    display: block !important;*/
/*}*/

.idea_section{
    background-size: cover;
    max-width: 100% !important;
    display: grid;
    padding: 4%;
    grid-gap: 50px;
}

.idea_section > *{
    width: 1600px;
}

.idea_section > div{
    margin: auto;
}

.idea_section .header_idea_sec{
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 69px;
    text-align: center;
    color: rgba(0, 162, 210, 0.85);
    font-family: 'Ubuntu', sans-serif;
    justify-self: center;
}

.idea_section .icons{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.idea_section .icons div{
    display: grid;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #00A2D3;
    font-family: 'Ubuntu', sans-serif;
    grid-gap: 30px;
}

.idea_section .icons div img , .idea_section .icons div span{
    justify-self: center;
    align-self: end;
}

.idea_section .text_idea_sec{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #00A2D2;
    font-family: 'Ubuntu', sans-serif;
    justify-self: center;
    line-height: 150%;
}



.how_it_work_sect{
    padding: 4% 0;
}

.how_it_work_sect .title_how_it_work ,
.how_it_work_sect .title_how_it_work h1,
.how_it_work_sect .title_how_it_work h2,
.services_section .title_services_section{
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    color: #F48777;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px!important;
}

.how_it_work_sect .title_how_it_work span{
    align-self: center;
}

.how_it_work_sect .title_how_it_work .header_how_it{
    display: grid;
    grid-template-rows: auto 1fr;
}

.how_it_work_sect .title_how_it_work .header_how_it span:first-child,
.how_it_work_sect .title_how_it_work .header_how_it h2:first-child{
    align-self: end;
}

.how_it_work_sect .title_how_it_work .header_how_it span:last-child,
.how_it_work_sect .title_how_it_work .header_how_it h2:last-child{
    align-self: start;
}

.about_us_section .about_us_text h1:first-child,
.connect .title,
.how_it_work_sect .title_how_it_work h1,
.how_it_work_sect .title_how_it_work h2,
.our_project_section .title_our_project_section h1,
.our_project_section .block_one .description_block .description .title_block_one,
.services_section .list .list_item h3,
.our_project_section .title_our_project_section h2,
.services_section .title_services_section h2,
.how_it_work_sect .title_how_it_work .header_how_it h2{
    margin: 0 !important;
}

.services_section .title_services_section h2,
.how_it_work_sect .title_how_it_work h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #F48777;
}

.how_it_work_sect img{
    width: 100%;
    margin-top: 4%;
}

img:not([src]) {
    visibility: hidden;
}

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}

.how_it_work_sect .descriptions{
    margin-top: 4%;
    justify-items: center;
}

.how_it_work_sect .descriptions .description .cube{
    align-self: center;
    width: 30px;
    height: 30px;
    background: linear-gradient(90deg, #FFCB4E 0%, #FCC74C 41.46%, #F4BB45 86.5%, #F1B642 100%);
}

.how_it_work_sect .descriptions{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.how_it_work_sect .descriptions .description{
    display: grid;
    grid-template-columns: 30px auto;
    grid-gap: 10px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    color: #B1B3B6;
}

.how_it_work_sect .descriptions .description .cube_blue{
    background: #75C2E3;
}

.how_it_work_sect .descriptions .description .cube_purple{
    background: #8071B4;
}

.how_it_work_sect .descriptions .description .cube_red{
    background: #F2665D;
}

.how_it_work_sect .descriptions .description span{
    justify-self: start;
    align-self: center;
}



.services_section .title_services_section{
    padding: 0 23%;
}

.services_section .list{
    background: #F2F8FC;
    margin-top: 4%;
}

.services_section .list .list_item .lock{
    padding: 1% 10%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    border-top: 2px solid #00A2D3;
    grid-gap: 100px;
    justify-content: center;
    align-items: center;
}

.services_section .list .lock{
    cursor: pointer;
}

.services_section .list .list_item img , .services_section .list .list_item span{
    align-self: center;
}

.services_section .list .list_item h3,
.services_section .list .list_item span{
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Ubuntu', sans-serif;
    color: #00A2D2;
}

.services_section .list .list_item .descriptionService{
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    height: 0;
    overflow: hidden;
}

ul{
    margin: 0;
}

#description1{
}

.open_service{
    margin-top: 20px;
    height: auto!important;
    padding:0 10% 50px 10%!important;
}

.services_section .list .list_item .descriptionService .content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
    margin-top: 5%;
}

.services_section .list .list_item .descriptionService .three_block{
    display: grid;
    margin-top: 5%;
    grid-gap: 35px;
    grid-template-columns: 1fr 1fr;
}

.services_section .list .list_item .descriptionService .content img{
    align-self: start;
    width: 50%;
    height: auto;
    margin: auto;
}

.services_section .list .list_item .descriptionService .content .all_content{
    grid-gap: 35px;
}

.services_section .list .list_item .descriptionService .content .all_content{
    display: grid;
    grid-template-rows: auto auto auto;
    justify-content: center;
    align-content: start;
}

.services_section .list .list_item .descriptionService .content .all_content div{
    display: grid;
    grid-template-columns: 1fr;
    align-content: start;

}

.services_section .list .list_item .descriptionService .content .title , .services_section .list .list_item .descriptionService .three_block .title{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #636466;
    font-family: 'Ubuntu', sans-serif;
    align-self: start;
}

.services_section .list .list_item .descriptionService .content .text , .services_section .list .list_item .descriptionService .three_block .text{
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #B1B3B6;    font-family: 'Ubuntu', sans-serif;
    align-self: start;
}

.services_section .list .list_item .descriptionService .text_descr{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #00A2D2;
    font-family: 'Ubuntu', sans-serif;
}

.icon_small{
    margin-left: 30px!important;
}

.tell_us_section{
    background: #FEF9F8 !important;
    padding: 4% 0;
    display: grid;
    border-top: 2px solid #F48777;
    border-bottom: 2px solid #F48777;
}

.tell_us_section > * {
    max-width: 1600px;
}

.tell_us_section form {
    margin: auto;
}

.tell_us_section span{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    justify-self: center;
    line-height: 78px;
    font-family: 'Ubuntu', sans-serif;
    color: #F48777;
    margin-left: 30px;
}

.tell_us_section form{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5%;
    padding-top: 4%;
}

.tell_us_section form label input,
.tell_us_section form label textarea{
    width: 100%;
    padding: 20px;
    color: rgba(244, 135, 119, 1);
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    border:  none;
    box-sizing: border-box;
}

.tell_us_section form label input::placeholder,
.tell_us_section form label textarea::placeholder{
    color: rgba(244, 135, 119, 0.7);
}

.tell_us_section form .buttons_tell_us{
    justify-self: end;
    display: grid;
    grid-template-columns: auto auto;
    margin-top: 10%;
    grid-gap: 20px;
    grid-column: 3;
}

.tell_us_section form .buttons_tell_us button{
    padding: 10px 30px;
    border: none;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
}

.tell_us_section form .buttons_tell_us button:first-child{
    color: #F48777;
    background: #FBD9E2;
}

.tell_us_section form .buttons_tell_us button:last-child{
    background: #F48777;
    color: white;
}

.our_project_section{
    padding-top: 4%;
    display: grid;
}

.our_project_section .title_our_project_section h2,
.our_project_section .title_our_project_section h1,
.our_project_section .title_our_project_section{
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 78px;
    justify-content: center;
    color: #00A2D2;
    display: grid;
    margin-bottom: 30px;
    grid-template-columns: auto auto;
}

.our_project_section .title_our_project_section div {
    align-self: start;
    justify-self: center;
    line-height: 60px;
}

.our_project_section .title_our_project_section img{
    align-self: end;
    width: 50%;
}

.our_project_section .block_one{
    background: #E4F1F9;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.our_project_section .block_one .slick-slider img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.our_project_section .block_one .description_block{
    padding: 10% 12%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.our_project_section .block_one .description_block .description .timeline{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Ubuntu', sans-serif;
    color: #75C2E3;
}

.our_project_section .block_one .description_block .description{
    display: grid;
    grid-gap: 50px;
    grid-template-rows: 10px 65px;
}

.our_project_section .block_one .description_block .description .title_block_one{
    font-style: normal;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    line-height: 120%;
    color: #00A2D3;
}

.our_project_section .block_one .description_block .description .first{
    font-weight: bold;
}

.our_project_section .block_one .description_block .description .text_description{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #636466;
    font-family: 'Ubuntu', sans-serif;
}

.camera{
    width: 100%;
}


.our_project_section .block_one .description_block .description button,
.our_project_section .block_one .description_block .to_card{
    border: 2px solid #4CB9E1;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    color: #08A9D8;
    background: transparent;
    align-self: end;
    cursor: pointer;
    text-align: center;
    justify-self: start !important;
    padding: 10px 40px;
    height: max-content !important;
    line-height: 16px;
}

.our_project_section .block_one .icon_block .text_services{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
    color: #00A2D3;
    margin-right: 5%;
}

.our_project_section .block_one .icon_block{
    display: grid;
    grid-template-rows: 10px;
    grid-gap: 38px;
}

.our_project_section .block_one .icon_block .icons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, max-content);
    padding: 5%;
    grid-gap: 5%;

}

.our_project_section .block_one .icon_block .icons a,
.our_project_section .block_one .icon_block .icons img{
    justify-self: end;
}

.our_project_section .block_one .icon_block .icons a img {
    margin-left: auto;
    display: grid;
    width: 100%;

}

.slick-main{
    height: 800px;
}

.slick-nav{
    height: 255px !important;
}

.our_project_section .block_two{
    background: #FEF9F8;
}

.our_project_section .block_one .description_block .description .timeline_two{
    color: rgba(244, 135, 119, 0.6);
}

.our_project_section .block_one .description_block .description .title_block_two , .our_project_section .block_one .icon_block .text_services_two{
    color: #F48777;
}

.our_project_section .block_one .button_two{
    color: #F48777 !important;
    border: 2px solid #F48777 !important;
}

.our_project_section .button_portfolio{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: #4CB9E1;
    border: 3px solid #4CB9E1;
    font-style: normal;
    font-weight: 300;
    box-sizing: content-box;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    justify-self: center;
    margin: 30px 0;
    padding: 10px 30px;
    cursor: pointer;
}

.work_with_us_section {
    padding: 4% 10%;
}

.work_with_us_section .title_work_with_us_section{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 68px;
    line-height: 78px;
    color: #00A2D2;
    grid-gap: 5%;
}

.work_with_us_section .title_work_with_us_section div{
    align-self: end;
}

.work_with_us_section .blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin-top: 4%;
}

.work_with_us_section .blocks .block{
    background: rgba(255, 203, 78, 0.05);
    border-bottom: 2px solid #F1B642;
    border-top: 2px solid #F1B642;
    padding: 10%;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap: 30px;
}

.ongoing_production{
    grid-template-rows: 1fr 1fr !important;
    grid-gap: 35px;
}

.work_with_us_section .blocks .block .title{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 78px;
    color: #F1B642;
    font-family: 'Ubuntu', sans-serif;
}

.work_with_us_section .blocks .block .text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    font-family: 'Ubuntu', sans-serif;
    color: #B1B3B6;
}

.work_with_us_section .blocks .block button{
    background: transparent;
    color: #B1B3B6;
    border: 3px solid #B1B3B6;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 28px;
    justify-self: center;
    padding: 10px 10px;
    align-self: end;
    margin-top: 3%;
    cursor: pointer;
}

footer i {
    margin-right: 8px;
}

footer{
    background: #00A2D2;
    display: grid;
    grid-template-columns: auto  auto;
    padding: 1% 10%;
    align-items: center;
}

footer .logo{
    display: flex;
    justify-self: start;
}

footer .text_logo{
    display: grid;
    align-content: center;
    margin-left: 15px;
}

footer .text_logo span{
    justify-self: start;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: white;
}

footer .text_logo span:last-child{
    font-size: 12px;
}

footer > div:last-child {
    text-align: end;
}

footer .footer_text{
    text-align: end;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
    color: white;
    justify-self: end;
    align-self: center;
    margin-top: 8px;
    display: block;
}

footer .footer_text a i {
    color: white;
}

.blocks .block .title_block{
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.blocks .block .title_block img{
    width: 60%;
}

.small_btn_more{
    display: none;
}

.mobi_header{
    display: none;
}


.scroll_header{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: white;
    padding: 1% 8%;
}

#shark{
    position: fixed;
    display: none;
    margin-left: -8%;
    width: 120vw;
    margin-top: -20px;
}

#bands{
    display: none;
}

#bands2{
    position: absolute;
    z-index: 500;
    right: 20px;
    top: 20px;
}

#bandOne{
    transition: 0.5s;
}

#bandTwo{

}

#bandThree{
    transition: 0.5s;
}

.bandOne{
    transform: rotate(45deg);
    z-index: 1;
    transition: 0.5s;
}

.bandThree{
    transform: rotate(-45deg);
    margin-top: -7.55px;
    transition: 0.5s;
}

.bandTwo{
    display: none;
}

.how_it_work_sect .title_how_it_work .header_how_it_text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #F48777 ;
    font-family: 'Ubuntu', sans-serif;
}

.end_sections{
    padding: 0 10% 5% 10%;
    display: grid;
    grid-gap: 5%;
}

.wont_to_work .content .contact a {
    align-self: end;
}

.end_sections img{
    width: 100%;
}

.end_sections .photo_with_text{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: end;
    grid-gap: 5%;
    padding: 5% 0 0 0;
}

.end_sections span{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.wont_to_work{
    padding: 0 10%;
}

.wont_to_work .content{
    border-top: 2px solid #F1B642;
    padding: 5% 0;
    display: grid;
    grid-gap: 50px;
}

.wont_to_work .content span{
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    font-family: 'Ubuntu', sans-serif;
    color: #F1B642;
}

.wont_to_work .content .contact{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wont_to_work .content .contact button{
    color: #F1B642;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 28px;
    border: 3px solid #F1B642;
    justify-self: start;
    padding: 10px;
    cursor: pointer;
    background: white;
    align-self: start;
}

.our_project_page_text{
    justify-content: left;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
    padding: 0 20% 5% 10%;
}

.our_project_page_text span{
    font-style: normal;
    font-weight: normal;
    align-self: center;
    font-size: 20px;
    color: #F48777;
    font-family: 'Ubuntu', sans-serif;
}

.our_project_section .block_three .timeline_three{
    color: rgba(255, 194, 14, 0.5)!important;
}

.our_project_section .block_three{
    background: #FEFBF5;
}

.our_project_section .block_three .title_block_three{
    color: #F1B642!important;
}

.our_project_section .block_three .btn_three{
    color: #F1B642!important;
    border: 2px solid #F1B642!important;
}

.list_two{
    background: transparent!important;
}

.our_project_page{
    border: none;
}

.services_section .list .list_item .lock_two{
    background: #FFF6DC;
    padding: 4% 5% !important;
}

.descriptionService_two{
    background: #FFF6DC;
}

.descriptionService_two form{
    display: grid;
    margin-top: 30px;
    grid-gap: 50px;
}

.descriptionService_two form input{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: white!important;
    font-family: 'Ubuntu', sans-serif;
    padding: 2%;
    box-sizing: border-box;
    background: #FFCB4E;
    border: none;
}

.descriptionService_two button{
    border: 3px solid #F1B642;
    cursor: pointer;
    background: #FFF6DC;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #F1B642;
    font-family: 'Ubuntu', sans-serif;
    justify-self: end;
    align-self: end;
    padding: 10px 40px;
}

.descriptionService_two form input::placeholder{
    color: white;
}

.our_project_section a{
    justify-self: center;
}

.about_us_section .about_us_text{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
}

.about_us_section{
    padding: 7% 10%;
}

.about_us_section .about_us_text h1:first-child{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    font-family: 'Ubuntu', sans-serif;
    color: #08A9D8;
    line-height: 78px;
}

.about_us_section .about_us_text span:last-child{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.about_us_section .about_us_text .text{
    display: grid;
    grid-template-rows: auto 1fr;
    grid-gap: 40px;

}

.about_us_section .about_us_text img{
    width: 100%;
}

.flag .icon_block{
    background: #F2F8FC;
    border-bottom: 2px solid #00A2D3;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 4% 0%;
}

.flag .icon_block div{
    justify-self: center;
    display: grid;
    grid-template-rows: 1fr 63px;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    color: #00A2D3;
    font-family: 'Ubuntu', sans-serif;
}

.flag .icon_block div img{
    justify-self: center;
    width: 60%;
}

.flag{
    padding: 0 10% 0 10%;
    background: #F2F8FC;
    margin-bottom: 5%;
    max-width: 100% !important;
}

.flag > div {
    width: 1600px;
    margin: auto;
}

.our_team{
    padding: 5% 10% 0;
}

.our_team .title_section_our_team span{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    justify-self: end;
    line-height: 120%;
    font-family: 'Ubuntu', sans-serif;
    color: #08A9D8;
}

.our_team .title_section_our_team{
    display: grid;
    grid-gap: 30px;
    justify-content: center;
    grid-template-columns: auto auto;
}

.our_team .title_section_our_team img{
    align-self: center
}

.our_team .team{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 50px;
    padding-bottom: 5%;
    border-bottom: 2px solid #B1B3B6;
    grid-gap: 50px;
}

.our_team .team .name, .our_team .team .position{
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    color: #636466;
    font-family: 'Ubuntu', sans-serif;
}

.our_team .team .position{
    font-weight: 100;
    font-size: 14px;
}

.our_team .team img{
    width: 100%;
}

.location{
    margin: 32px auto 0 !important;
    padding: 5% 10%;
    display: grid;
}

.location .title_location{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 78px;
    justify-self: center;
    color: #08A9D8;
    font-family: 'Ubuntu', sans-serif;
}

.location .map{
    border-bottom: 2px solid #B1B3B6;
}

.location img{
    width: 100%;
    margin: 5% 0;
}

.location .get_in_touch{
    display: grid;
    grid-gap: 50px;
}

.location .get_in_touch span{
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 76px;
    color: #08A9D8;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 5%;
}

.location .get_in_touch button{
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    border: 3px solid #08A9D8;
    box-sizing: border-box;
    color: #08A9D8;
    padding: 20px 30px;
    cursor: pointer;
    justify-self: start;
    background: white;
}

.connect{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5%;
    padding: 5% 5% 0 5%;
}

.connect a{
    margin: auto;
}

.careers a{
    margin: auto;
}

.connect .title{
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 78px;
    justify-self: right;
    font-family: 'Ubuntu', sans-serif;
    color: #F1B642;
}

.connect .photo{
    width: 100%;
    align-self: end;
}

.connect .business span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.connect .business{
    display: grid;
}

.connect .business img{
    grid-row: 1;
    justify-self: end;
}

.connect .text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.connect .header{
    display: grid;
    grid-gap: 12px;
    padding: 0 13%;
    width: 355px;
    justify-self: center;
}

.connect .header button{
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #F1B642;
    background: white;
    border: 3px solid #F1B642;
    justify-self: center;
    padding: 6px 20px;
}

.careers{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px 5% 0 5%;
    grid-gap: 24px;
}

.careers img{
    width: 100%;
}

.careers .title{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.careers .text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.careers .descrip{
    display: grid;
    grid-gap: 24px;
}

.careers .descrip button{
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    color: #F1B642;
    border: 3px solid #F1B642;
    justify-self: center;
    padding: 10px 20px;
    background: white;
    margin-bottom: 10%;
}

.contact_submit span{
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #00A2D3;
}

.contact_submit{
    padding: 0 15%;
    background: #F2F8FC;
}

.landing-video,
#play111 {
    height: calc(100vh - 100px) !important;
}

.contact_submit form{
    display: block;
    margin-top: 30px;
}

.contact_submit textarea {
    box-sizing: border-box;
}

.contact_submit label {
    width: 100%;
}

.contact_submit form input,
.contact_submit form textarea,
.email_popup form input,
.email_popup form textarea {
    background: #B5D7E5;
    border: none;
    font-style: normal;
    font-weight: normal;
    padding: 10px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    color: #FFFFFF;
    width: 100%;
    resize: none;
}

.required_label{
    width: 9px;
    height: 9px;
    background-color: red;
    opacity: 0.5;
    position: absolute;
    z-index: 100000;
    top: 8px;
    left: -4px;
    border-radius: 10px;
    z-index: 0;
}

.email_popup_row {
    display: flex;
    flex-direction: row;
}

.email_popup_row label {
    position: relative;
}
.email_popup_spacer{
    width: 5%;
    height: 0;
}
.email_popup form input,
.email_popup form textarea {
    width: calc(100% - 20px);
}

.email_popup form input {
    margin-top: 12px;
    width: calc(100% - 20px);
}
.email_popup form textarea {
    height: 150px !important;
}

.contact_submit form input::placeholder,
.contact_submit form textarea::placeholder,
.email_popup form input::placeholder,
.email_popup form textarea::placeholder{
    color: white;
}

/*.contact_submit div{*/
/*    background: #F2F8FC;*/
/*    padding: 8% 10%;*/
/*    border-bottom: 2px solid #00A2D3;*/
/*    border-top: 2px solid #00A2D3;*/
/*}*/

.contact_submit form input {
    margin-top: 12px;
    width: 100%;
}

.contact_submit button,
.email_popup button{
    cursor: pointer;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    border: 3px solid #00A2D3;
    padding: 10px 20px;
    color: #00A2D3;
    background: #F2F8FC;
    margin-top: 30px;
}

.connect .duck2 {
    display: none;
}

.small_btn_submit{
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
}

.two_section .description{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding-bottom: 5%;
    border-bottom: 2px solid #B1B3B6;
}

.two_section .description .title_desc{
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 34px;
    color: #00A2D3;
    font-family: 'Ubuntu', sans-serif;
    display: grid;
    grid-template-rows: repeat(2, max-content);
}

.two_section .description .title_desc .bold{
    font-weight: 900;
}

.two_section .description_two{
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-gap: 32px;
}

.two_section .description_two .title_desc{
    display: grid;
    grid-template-columns: 1fr;
}

.two_section .description_two .two_desc span{
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.small_slider{
    grid-template-columns: 1fr 1fr 1fr 1fr!important;
    justify-self: start!important;
}

.slider .dots, .photo_camera .dots, .title_page .dots
{
    position: absolute;
    justify-self: center;
    bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}


.two_section .description_two .text{
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.first_section .description .text{
    align-self: center;
}

.concept{
    display: grid;
    grid-template-columns: 2fr 3fr;
    padding: 5% 0;
    grid-gap: 30px;
}

.concept .title{
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 42px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.concept .description .text{
    display: grid;
    grid-template-columns: 60px 60px 1fr;
    grid-gap: 16px;
    margin-top: 16px;
}

.concept .description .text span{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
    grid-column: 1/-1;
}

.concept .description .text img{
    width: 100%;
}

.concept img{
    width: 100%;
}

.concept .number_slide{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
}

.concept .number_slide span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #4CB9E1;
}

.form_column1{
    grid-column: 1;
}

.body_express .slick-slider > div div {
    width: 100% !important;
}

.concept .buttons{
    justify-self: end;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    cursor: pointer;
}

.idea_section img {
    width: 150px;
    height: 150px;
}

.development .title, .development .description .text{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    color: #F1B642;
}

.development .description{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 5%;
    margin-top: 50px;
}

.development .description .text_one{
    display: grid;
}

.development .description .text_one span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;

}
.text_services_three{
    color: #FFCB4E!important;
}


.development .description .text_one img:last-child{
    margin-left: 20px;
}

.development .slider{
    padding: 5% 0 0 0;
    display: grid;
    justify-content: center;
}

.development .slider img{
    width: 100%;
}

.development .number_slide{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
}

.development .number_slide span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #B1B3B6;
    align-self: center;
}

.development .buttons{
    justify-self: end;
    align-self: start;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    cursor: pointer;
}

.production{
    padding: 5% 10% 0 10%;
}

.production .description{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 50px;
}

.production .title{
    font-style: normal;
    font-weight: normal;
    font-size: 46px;
    line-height: 64px;
    font-family: 'Ubuntu', sans-serif;
    color: #F48777;
}

.production .description .desc_one .icons{
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    margin-top: 50px;
}

.production .description .desc_one , .production .description .desc_two{
    display: grid;
    grid-gap: 50px;
}

.production .description .desc_one span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.production .description .desc_two img{
    width: 100%;
}

.production .description .desc_two span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
    justify-self: end;
    align-self: start;
}

.production .description{
    border-bottom: 2px solid #B1B3B6;
    padding-bottom: 5%;
}

.other_projects{
    display: grid;
    padding: 5% 15%;

}

.other_projects .projects{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 42px;
    padding: 0 2% ;
}

.other_projects .projects .project{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: end;
}


.other_projects .projects .project img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.other_projects .projects .project span{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 50px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
    cursor: pointer;
    justify-self: right;
}

.other_projects .projects .project span:last-child{
    font-weight: 900;
}

.other_projects .wont_to_work span{
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 76px;
    color: #00A2D2;
    font-family: 'Ubuntu', sans-serif;
}

.other_projects .wont_to_work{
    padding: 0;
    display: grid;
    grid-gap: 40px;
    margin-top: 56px;
}

.other_projects .wont_to_work button{
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #00A2D2;
    background: white;
    border: 3px solid #00A2D2;
    justify-self: start;
    padding: 10px;
    cursor: pointer;
}

.timeline_services{
    grid-gap: 32px;
}

a {
    text-decoration: none;
    color: #00A2D2;
}

.project_card .slick-slide img{
    width: 100%;
    height: 100%;
}

.f_section , .f_section .title_page{
    height: auto;!important;
    padding: 2% 0;
}

.many_title{
    display: grid;
    grid-template-columns: auto auto auto;
    margin: 50px 0;
    grid-gap: 64px;
}

.project_card .slider2,
.project_card .slider3{
    display: block !important;
}

.first_section .title_page video{
    width: auto;
}

#footer_text {
    display: block;
    font-size: 14px;
}

.slider_desc{
    font-size: 20px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
}

.slider_desc_title {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Ubuntu', sans-serif;
    color: #636466;
    font-weight: 600;
    display: block;
    margin-top: 32px;
}

.slider_desc.blanc {
    margin-top: 8px;
    display: block;
}

.blue_form {
    border-bottom: 2px solid #00A2D3;
    border-top: 2px solid #00A2D3;
}

#tablet {
    display: none;
}

#desktop {
    height: 81.81px;
}

footer img {
    width: 250px;
}

.body_express {
    background: #E4F1F9;
}

.main_page_wrapper {
    margin-top: 100px;
}

.new_page_footer {
    justify-content: center;
    grid-template-columns: 410px 410px;
}

.new_page_header {
    justify-content: center;
    grid-template-columns: 410px 410px;
}

* {
    outline: 0 !important;
}

.body_express section {
    background: white;
    margin: 0 auto;
    padding: 32px 0;
}

.express_design > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 64px;
    padding: 32px 0 100px !important;
}

.express_design > div > h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 56px;
    line-height: 64px;
    text-transform: capitalize;
    text-align: center;
    color: #00A2D2;
    margin: 0;
}

.express_design > div > span {
    max-width: 600px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #00A1D2;
    margin: auto;
}

.express_design .express_design_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 64px;
    padding: 0 64px;
    align-items: baseline;
}

.express_design .express_design_content h2{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    color: #636466;
}

.express_design .express_design_content span {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #B1B3B6;
}

.express_design .express_design_content div {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.description_new {
    display: flex !important;
    flex-direction: column;
}

.description_new h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    text-transform: capitalize;
    color: #00A2D2;
    margin: 0;
}

.description_new h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #00A2D3;
}

.description_new span {
    font-family: Ubuntu;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.package_deal > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.package_deal > div > img {
    margin: 0 55px;
}

.package_deal > div > div {
    display: flex;
    flex-direction: column;
}

.package_deal > div > div span:nth-child(1) {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 41px;
    display: flex;
    color: #75C2E3;
}

.package_deal > div > div span:nth-child(2) {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #00A2D2;
}

.package_deal > div > div span:nth-child(3) {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #00A2D2;

}

.package_deal > div > span {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    text-align: right;
    color: #00A2D2;
}

.wooden_team {
    display: flex;
    flex-direction: column;
    padding: 90px 0 100px;
}

.wooden_team > div > h1 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    display: flex;
    color: #00A2D2;
    margin-left: 64px;
}

.wooden_team > div > div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-right: 64px;
    grid-gap: 10px;
}

.wooden_team .wooden_map {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wooden_team .wooden_map button {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 75px;
    color: #08A9D8;
    width: max-content;
    margin: auto;
    border: 3px solid #4CB9E1;
    background: white;
}

.wooden_team .wooden_content h2 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #00A2D3;
}

.wooden_team .wooden_content span {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #636466;
}


.mobile_button {
    display: none !important;
}

.body_express .our_project_section .block_one .icon_block .icons {
    grid-template-columns: repeat(3, 1fr);
    padding: 5% 0;
    max-width: 70%;
}

.body_express .our_project_section .block_one .icon_block {
    display: flex;
    flex-direction: column;
}

.body_express .our_project_section .block_one .icon_block .text_services {
    text-align: start;
}

.body_express .our_project_section .block_one .description_block {
    grid-template-columns: 1fr;
}

.body_express .our_project_section .block_one .icon_block .icons a img {
    margin-left: unset;
}

.body_express .our_project_section a {
    justify-self: unset !important;
}

.body_express .our_project_section .block_one .description_block .description a {
    display: block;
}

.email_popup,
.thank_popup{
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(242,248,252, .8);
}

.email_popup > div,
.thank_popup > div{
    right: 0;
    width: 500px;
    padding: 50px 18px 17px;
    background: #F2F8FC;
    border: 2px solid #00A2D2;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_wrapper.show {
    display: block;
}

.email_popup.show{
    display: block;
}

.thank_popup.show {
    display: block;
}

.thank_popup.show > div {
    display: flex;
}

.thank_popup > div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    align-items: center;
    justify-content: center;
}

.popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.thank_popup .thank_text {
    text-transform: uppercase;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

#email {
    cursor: pointer;
}


@media (max-width: 2559px) {
    .our_project_section .block_one .icon_block .icons a img {
        width: 50%;
    }

    .body_express .our_project_section .block_one .icon_block .icons a img{
        width: 75%;
    }

    .services_section .list .list_item .descriptionService .content img{
        width: 100%;
        align-self: start;
        margin: unset;
        height: unset;
    }

    .idea_content > div:last-child{
        max-width: unset;
    }

    #play {
        height: 515px;
    }

    .body_content section,
    .page_wrapper section{
        max-width: 820px;
    }

    .slick-main{
        height: 410px;
    }

    .slick-nav {
        height: 160px !important;
    }

    .tell_us_section > * {
        max-width: 820px;
    }

    .flag > div {
        width: 820px;
        margin: auto;
    }

    .first_section .title_page video{
        width: 100%;
    }


    .idea_section > *{
        width: 820px;
    }

    header nav{
        font-size: 17px;
    }

    .our_project_section .block_one .icon_block .icons img{
        width: 50%;
    }

    .our_project_section .block_one .description_block .description{
        grid-template-rows: auto ;
        grid-gap: 12px;
    }

    #shark{
        width: auto;
        margin-top: 16px;
    }

    header{
        padding: 1% 8%;
    }

    .our_project_section .block_one .description_block .description .title_block_one{
        font-size: 18px;
        line-height: normal;
    }

    .our_project_section .block_one .description_block .description .text_description{
        font-size: 14px;
        line-height: normal;
    }


    .how_it_work_sect .descriptions .description {
        font-size: 16px;
    }


    .our_project_section .block_one .description_block .description button,
    .our_project_section .block_one .description_block .to_card
    {
        font-size: 13px;
        height: 30px;
    }

    .our_project_section .block_one .description_block .description .timeline{
        font-size: 13px;
    }

    .tell_us_section form label input,
    .tell_us_section form label textarea{
        padding: 10px;
        font-size: 18px;
    }

    .tell_us_section form .buttons_tell_us button{
        font-size: 18px;
    }

    .development .description .text_one img{
        width: 60px;
    }

    .work_with_us_section .blocks .block .title {
        font-size: 36px;
    }

    .work_with_us_section .blocks .block .text {
        font-size: 16px;
        line-height: normal;
    }

    .work_with_us_section .blocks .block button {
        margin-top: 40px;
    }

    .work_with_us_section {
        padding: 4% 0;
    }

    .slick-dots {
        bottom: 3px !important;
    }
}

@media screen and (max-width: 1200px){
    .idea_content {
        padding: 0 0 24px;
        background-size: cover;
        background-position-y: 0;
        background-position-x: -120px;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1150px) {
    footer .footer_text {
        font-size: 12px;
    }

    #footer_text {
        font-size: 12px;
    }
}

.new_page_header {
    position: relative;

}

@media screen and (max-width: 1024px) {
    #tablet {
        display: block;
        height: 48px;
    }

    .new_page_header {
        grid-template-columns: auto auto;
        justify-content: unset;
        position: fixed;
    }

    .new_page_header #bands {
        display: none;
    }

    .wrapper_express + footer {
        margin-top: 0 !important;
    }



    #desktop {
        display: none;
    }

    @keyframes open_burger {
        from {
            top: -500px;
        }
        to {
            top: 45px;
        }
    }

    @keyframes close_burger {
        from {
            top: 45px;
        }
        to {
            top: -500px;
        }
    }

    .active_burger {
        top: 45px !important;
        animation: open_burger 0.5s ease;
    }

    .nonactive_burger {
        animation: close_burger 0.5s ease;
    }

    header .navbar {
        grid-template-columns: 1fr;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        background: white;
        top: -500px;
        padding: 50px 0;
        grid-gap: 20px;
    }

    .main_page_wrapper {
        margin-top: 50px;
    }

    .new_page_footer {
        justify-content: unset;
        grid-template-columns: unset;
    }

    header .navbar nav {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }

    header {
        padding: 0;
        position: fixed;
        width: 100%;
    }

    #shark {
        display: block;
        left: -185px;
        margin-left: 10%;
        padding: 0;
        margin-top: 0;
    }

    header nav a {
        justify-self: center;
    }

    header .mail_header {
        justify-self: center;
        text-decoration: none;
    }

    header .text_logo img:first-child {
        margin-top: 17px;
    }

    #bands {
        display: grid;
        justify-self: end;
        z-index: 1;
        align-self: center;
        grid-gap: 5px;
        margin-right: 20px;
        margin-top: 10px;
    }

    .bandOne {
        transform: rotate(45deg);
        z-index: 1;
        transition: 0.5s;
    }

    .bandThree {
        transform: rotate(-45deg);
        margin-top: -7.55px;
        transition: 0.5s;
    }

    .bandTwo {
        display: none;
    }

    .scroll_remove {
        display: none !important;
    }

    .scroll_header img:last-child {
        display: none !important;
    }

    .block_mail{
        display: block;!important;
    }

    .scroll_remove:last-child {
        display: block !important;
    }

    footer {
        margin-top: 50px;
        padding: 2% 5%;
    }
    footer .text_logo span:first-child {
        font-size: 12px;
    }

    footer .text_logo span:last-child {
        font-size: 8px;
    }

    footer .logo img {
        width: 145px;
    }


    header .mail_header{
        justify-items: center;
    }

}

@media screen and (max-width: 1750px) {
    .our_project_section .block_one .description_block .description{
        grid-template-rows: auto;
        grid-gap: 12px;
    }
}

.body_express .our_project_section .title_our_project_section {
    grid-template-columns: 1fr;
    justify-self: start;
}

@media (max-width: 1024px) {
    .landing-video,
    #play111 {
        height: calc(100vh - 50px) !important;
    }

    header a {
        margin-left: 0;
    }

    .email_popup > div, .thank_popup > div {
        right: unset;
    }

    header .mail_header, header .mail_header > div:first-child,
    header .navbar nav {
        z-index: -1;
    }
}

.mobile_break {
    display: none;
}

@media screen and (max-width: 820px) {
    #small_text {
        display: none;
    }

    #footer_text {
        font-size: 8px;
        line-height: 10px;
    }

    footer .footer_text {
        margin-top: 0;
        font-size: 10px;
        line-height: 20px;
    }

    .idea_bot {
        display: none;
    }

    .body_content .idea_mobile_slider{
        margin-top: auto !important;
        height: max-content !important;
        margin-bottom: 48px !important;
    }

    .idea_mobile_slider .idea_grid {
        margin-top: 0;
    }

    .idea_bot_mobile {
        display: block !important;
        padding: 16px;
    }

    .body_content .idea_mobile_slider .slick-dots {
        bottom: -25px !important;
        left: 0;
    }

    .body_content .idea_mobile_slider .slick-dots li button:before {
        content: url(img/mobile_slider_inactive.svg) !important;
    }

    .body_content .idea_mobile_slider .slick-dots li button:before {
        content: url(img/mobile_slider_active.svg) !important;
    }

    .idea_section {
        height: calc(100vh - 55px);
        background-image: url("img/main_section_background_mobile.png") !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position-y: -160px;
    }

    .idea_section .header_idea_sec {
        text-align: start;
        margin: 0;
    }

    .idea_content > div {
        margin-top: 0 !important;
    }

    .idea_top {
        height: auto;
        background-image: none !important;
    }

    .idea_content > div {
        padding: 16px !important;
    }

    .email_popup > div, .thank_popup > div {
        width: 375px;
    }

    .required_label{
        top: -17px;
    }
    .email_popup_row{
        display: block;
    }
    .wrapper_express + footer {
        margin-top: 0 !important;
    }


    .other_projects .projects .project img{
        width: 250px;
        margin-left: auto;
    }

    #play{
        height: 215px;
        margin-top: 100px;
    }

    .body_express .our_project_section .title_our_project_section h2 {
        font-size: 48px;
    }

    .body_express .projects_bottom .title_our_project_section h2 {
        font-size: 40px !important;
    }

    .mobile_button {
        display: grid !important;
    }

    .package_deal > div {
        flex-direction: column;
        text-align: center;
    }

    .package_deal > div > span {
        text-align: center;
        font-style: normal;
        font-weight: 500;
        font-size: 40px;
        line-height: 46px;
    }

    .package_deal > div > span br {
        display: none;
    }

    .package_deal > div > img {
        margin: 25px 55px 16px;
    }

    .package_deal {
        padding: 25px 0 !important;
    }

    .package_deal > div > div span:nth-child(1) {
        margin: auto;
    }

    .package_deal > div {
        background: #E4F1F9;
    }

    .body_express section > div {
        margin: 0 16px;
        padding: 24px 0;
    }

    .express_design > div > h1 {
        word-spacing: 100vw;
        text-align: start;
    }

    .express_design > div {
        padding: 78px 0 !important;
        grid-gap: 16px;
    }

    .express_design .express_design_content {
        grid-gap: 32px;
        grid-template-columns: 1fr;
    }

    .body_express .tell_us_section {
        max-width: 375px !important;
    }

    .body_express .our_project_section {
        padding-top: 40px !important;
    }

    .body_express .our_project_section .block_one .description_block {
        grid-row: 1;
    }

    .body_express .projects_bottom .block_one .description_block {
        grid-row: 2;
    }

    .projects_bottom .block_one .description_block .description .title_block_one {
        font-size: 24px !important;
    }

    .projects_bottom .block_one .description_block .description .text_description {
        font-size: 15px !important;
        line-height: 28px;
    }

    .body_express .tell_us_section span {
        margin-left: 0;
        text-align: center;
    }

    .body_express .our_project_section .block_one .icon_block {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .body_express .our_project_section .block_one .icon_block .icons a img{
        width: 75%;
    }

    .wooden_team > div > h1 {
        margin-left: 0;
    }

    .wooden_team > div > div {
        margin-right: 0;
        grid-template-columns: 1fr;
    }

    .wooden_team > div > div img {
        width: 100%;
        margin-bottom: 16px;
    }

    .wooden_team .wooden_map button {
        margin: unset;
    }

    .wooden_team > div > div {
        grid-gap: 32px;
    }

    .wooden_team .wooden_content h2 {
        margin-top: 0;
        margin-bottom: 8px;
    }

    .body_express section > div {
        padding: 24px 0 0;
    }

    .package_deal > div {
        padding: 24px 0 !important;
    }

    .slick-main{
        height: 250px;
    }

    .slick-nav{
        height: 100px !important;
    }

    .connect a{
        margin: unset;
    }

    .careers a{
        margin: unset;
    }

    .our_project_section .block_one .icon_block .icons img{
        width: 80% !important;
    }
    .ongoing_production{
        grid-template-rows: auto auto !important;
    }

    .idea_section > *{
        width: 375px;
    }

    .form_column1{
        grid-column: unset;
    }

    .descriptionService_two button{
        grid-column: unset !important;
    }

    .contact_submit form{
        grid-template-columns: 1fr;
    }

    .flag > div {
        width: 375px;
        margin: auto;
    }

    .body_content section,
    .page_wrapper section{
        max-width: 375px;
    }

    .tell_us_section > * {
        max-width: 375px;
    }

    .tell_us_section > * {
        max-width: 375px;
    }

    .tell_us_section form {
        margin: auto;
    }


    .work_with_us_section .blocks {
        grid-template-columns: 1fr;
    }


    header .mail_header {
        grid-template-columns: auto;
    }

    .first_section {
        padding: 0;
        height: 100vh;
    }

    .idea_section {
        padding: 4% 1%;
    }

    .first_section .title_page {
        grid-template-columns: 1fr;
    }

    .idea_section .header_idea_sec {
        font-size: 48px;
        line-height: 55px;
        text-align: center;

    }

    .idea_section {
        margin-top: 48px !important;
    }

    .idea_content > div {
        margin-top: 100px;
    }

    .idea_content {
        padding: 4%;
        background-position-y: -50px;
        background-position-x: center;
        background-repeat: no-repeat;
        background-size: auto 110%;
    }

    .idea_bot > div > span, .idea_mobile_top {
        font-size: 19px;
    }

    .idea_grid span {
        font-size: 17px;
    }

    .idea_grid {
        grid-gap: 24px;
    }

    .idea_section .icons {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
    }

    .idea_section .text_idea_sec {
        font-size: 16px;
        margin-bottom: 88px;
    }

    .how_it_work_sect .descriptions {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .how_it_work_sect {
        padding: 48px 2%;
    }

    .services_section .title_services_section h2,
    .how_it_work_sect .title_how_it_work h2,
    .how_it_work_sect .title_how_it_work, .services_section .title_services_section {
        font-size: 36px;
        grid-gap: 20px !important;
        justify-content: center;
    }

    .our_project_section .title_our_project_section h2,
    .our_project_section .title_our_project_section h1,
    .our_project_section .title_our_project_section {
        line-height: 52px;
        font-size: 38px;
    }

    .services_section .title_services_section {
        padding: 0 2%;
    }

    .first_section .title_page div {
        align-self: center;
        margin-top: 0;
    }

    .services_section .list {
        padding: 0;
    }

    .tell_us_section {
        padding: 48px 2%;
        margin-top: 30px;
        grid-gap: 40px;
    }

    .tell_us_section span {
        font-size: 36px;
        line-height: 46px;
    }

    .tell_us_section form {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .tell_us_section form label input,
    .tell_us_section form label textarea{
        box-sizing: border-box;
    }

    .tell_us_section form .buttons_tell_us {
        grid-column: 1;
        justify-self: normal;
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .our_project_section .title_our_project_section {
        margin: 0 30px 32px !important;
        font-size: 36px;
        line-height: normal;
        justify-content: center;
        grid-template-columns: auto 1fr;
        padding: 0 2%;
        grid-gap: 20px;
    }

    .our_project_section .block_one {
        grid-template-columns: 1fr;
    }

    .our_project_section .block_one .icon_block .icons {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .our_project_section .block_one .description_block {
        grid-template-columns: 1fr;
    }

    .our_project_section .block_one {
        padding: 0;
    }


    .our_project_section .block_one .icon_block .text_services, .our_project_section .block_one .icon_block .icons img {
        justify-self: start;
        font-size: 18px;
    }

    .our_project_section .block_one .icon_block .icons {
        padding: 0;
    }

    .our_project_section .block_one .description_block {
        padding: 20px;
        grid-row: 2;
    }

    .our_project_section .block_one .description_block .description button,
    .our_project_section .block_one .description_block .description > a{
        display: none;
    }

    .our_project_section .block_one .description_block .description .text_description {
        margin: 3% 0;
        font-size: 18px;
    }

    .our_project_section .block_one .description_block .description .timeline {
        margin-bottom: 2%;
        font-size: 18px;
    }

    .our_project_section .block_one .description_block .description .title_block_one {
        font-size: 28px;
    }

    .work_with_us_section {
        padding: 4% 2%;
    }

    .work_with_us_section .title_work_with_us_section {
        font-size: 36px;
        line-height: normal;
        margin: 30px 0;

    }


    .icon_small {
        width: 100px !important;
    }

    .first_section .title_page {
        font-size: 48px;
        line-height: normal;
    }


    .small_btn_more {
        display: block;
        border: 3px solid #4CB9E1;
        font-weight: 300;
        font-style: normal;
        font-size: 18px;
        line-height: 28px;
        width: 50%;
        height: 50px;
        color: #08A9D8;
        background: transparent;
        align-self: end;
        cursor: pointer;
        margin-top: 20px;
    }

    .btn_two {
        color: #F48777;
        border: 3px solid #F48777;
    }

    .work_with_us_section .blocks .block {
        padding: 5% 3%;
    }

    .services_section .list .list_item h3,
    .services_section .list .list_item span {
        font-size: 14px;
    }


    .services_section .list .list_item .descriptionService .content, .services_section .list .list_item .descriptionService .three_block {
        grid-template-columns: 1fr;
    }

    .photo_one {
        grid-row: 1;
    }

    .services_section .list .list_item .descriptionService .text_descr, .services_section .list .list_item .descriptionService .content .text, .services_section .list .list_item .descriptionService .three_block .text {
        font-size: 16px;
    }

    .services_section .list .list_item .descriptionService .content .title, .services_section .list .list_item .descriptionService .three_block .title {
        font-size: 24px;
        line-height: 24px;
    }

    .first_section .title_page video {
        position: absolute;
        height: 100vh;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
    }

    .mobile_approach {
        grid-template-columns: 1fr !important;
    }

    .mobile_text {
        font-size: 16px !important;
        line-height: normal !important;
    }

    .end_sections {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .end_sections span {
        font-size: 16px;
        line-height: 150%
    }

    .end_sections .photo_with_text {
        padding: 0;
    }

    .wont_to_work .content span {
        font-size: 36px;
        line-height: normal;
    }

    .our_project_page_text {
        grid-template-columns: 1fr;
        margin: 0 30px;
    }

    .our_project_page_text span {
        font-size: 24px;
        line-height: 120%;
    }

    .descriptionService_two {
        grid-template-columns: 1fr !important;
        grid-gap: 50px;
    }

    .descriptionService_two button {
        justify-self: start;
    }

    .text_form_close {
        font-size: 24px !important;
    }

    .our_project_page {
        margin-top: 75px !important;
    }

    .our_project_section .block_one .icon_block .icons a img{
        margin-left: unset;
    }

    .about_us_section .about_us_text {
        grid-template-columns: 1fr;
    }

    .about_us_section .about_us_text h1:first-child{
        font-size: 48px;
        margin-top: 50px !important;
    }

    .about_us_section .about_us_text span:last-child {
        font-size: 20px!important;
        line-height: 150%;
    }

    .flag .icon_block, .our_team .team {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    .our_team .team div {
        justify-self: center;
    }

    .location .title_location {
        font-size: 48px;
    }

    .location .get_in_touch span {
        font-size: 36px;
        line-height: 41px;
        text-transform: uppercase;
    }

    .location .get_in_touch button {
        font-size: 24px;
        padding: 10px 20px;
    }

    .connect {
        grid-template-columns: 1fr;
        padding: 5% 3%;
    }

    .connect .title {
        font-size: 48px;
        margin-top: 50px !important;
    }

    .connect .business span {
        font-size: 24px;
    }

    .connect .text {
        font-size: 16px;
    }

    .connect .header button {
        justify-self: start!important;
        align-self: start;
    }

    .connect .duck {
        display: none;
    }

    .connect .duck2 {
        display: block;
        justify-self: end;
    }

    .careers {
        grid-template-columns: 1fr;
        padding: 3%;
    }

    .careers .title {
        font-size: 24px;
    }

    .careers .text {
        font-size: 16px;
        line-height: 150%;
    }

    .careers .descrip button {
        justify-self: start;
    }

    .contact_submit {
        padding: 0;
        background: #F2F8FC!important;
    }

    /*.contact_submit div{*/
    /*    padding: 3%;*/
    /*}*/

    .contact_submit span{
        font-size: 24px;
    }

    .contact_submit form input,
    .contact_submit form textarea{
        font-size: 18px;
    }

    .connect .small_btn_submit{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .two_section .description{
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .two_section .description_two{
        grid-row: 1;
        grid-gap: 24px;
    }

    .two_section .description_two .title_desc span:first-child{
        font-size: 24px;
        line-height: 120%;
    }

    footer .footer_text a i {
        font-size: 16px;
    }

    .two_section .description_two .text{
        font-size: 16px;
        line-height: 150%;
    }

    .two_section .description .title_desc{
        font-size: 18px;
    }

    .concept, .development .description, .production .description, .other_projects .projects .project, .other_projects .projects{
        grid-template-columns: 1fr;
    }

    .two_section{
        padding: 0 3%;
    }

    .concept .title, .development .title, .development .description .text, .production .title , .other_projects .projects .project span{
        font-size: 24px;
        line-height: 150%;
    }

    .concept, .development, .production, .other_projects{
        padding: 40px 3% 0 3%;
    }

    .photo_camera{
        grid-row: 2;
    }

    .development .description .text{
        grid-row: 1;
    }

    .concept .description .text span, .development .description .text_one span, .production .description .desc_one span, .production .description .desc_two span{
        font-size: 16px;
        line-height: 150%;
    }

    .development .description .text_one{
        grid-gap: 20px;
    }

    .camera2{
        display: none;
    }

    .other_projects .wont_to_work span{
        font-size: 36px;
    }

    .f_section , .f_section .title_page{
        height: auto;!important;
    }

    .f_section .title_page{
        margin-top: 90px;
    }

    .about_us_section{
        padding: 7% 16px;
    }

    .flag{
        margin: 0 16px;
        padding: 0;
    }

    .how_it_work_sect .descriptions{
        justify-items: start;
    }

    .services_section .list .list_item .descriptionService .content .all_content{
        grid-template-rows: auto !important;
        grid-gap: 35px !important;
    }

    .our_team{
        padding: 0 16px;
    }

    .location{
        padding: 5% 16px;
        border-bottom: none;
    }

    .services_section{
        margin-top: 40px;
    }

    .connect .title{
        line-height: 120%;
        justify-self: center;
    }

    .connect .header{
        grid-gap: 15px;
        width: auto;
        padding: 0;
    }

    .connect .small_btn_submit, .our_project_page_text, .wont_to_work .content .contact{
        grid-gap: 15px;
    }

    .connect .header button{
        align-self: center;
    }

    .small_btn_submit{
        margin: 0;
    }

    .our_project_section .title_our_project_section,  .our_project_page_text{
        padding: 0;
    }

    .end_sections .photo_with_text{
        grid-template-columns: 1fr;
    }

    .end_sections {
        padding: 5% 16px 5% 16px;
        grid-gap: 75px;
    }

    .bird_img{
        display: none;
    }

    .location .get_in_touch span{
        margin-top: 40px;
    }

    .our_team .title_section_our_team img{
        grid-column: 1;
        grid-row: 1;

    }

    .our_team .title_section_our_team span{
        font-size: 36px;
        line-height: normal;
        justify-self: start;
    }

    .our_team .title_section_our_team{
        grid-gap: 10px;
        grid-template-columns: 1fr 2fr;
        margin-top: 40px;
    }

    .work_with_us_section .blocks .block button{
        justify-self: left;
        margin: 0;
    }

    .title_our_project_section{
        margin: 0 30px 30px;
    }

    .services_section .list{
        margin-top: 50px;
    }
    .block_mail{
        display: block!important;
    }

    .services_section .list .list_item .lock{
        grid-gap: 20px;
    }


    .development {
        padding: 0px 3% 0 3% !important;
    }

    .services_section .list .list_item h3,
    .services_section .list .list_item span{
        line-height: normal;
    }

    .services_section .list .list_item .lock{
        padding: 10px 10%;
    }

    .many_title{
        grid-template-columns: auto;
        justify-content: center;
        grid-gap: 40px;
        margin: 0 0 50px;
    }

    .bird_iamg{
        width: 70%;
    }

    .open_service{
        padding:0 24px 50px 24px!important;
    }

    .our_project_section .block_one .icon_block{
        margin-top: 25px;
        grid-gap: 32px;
    }

    #shark{
        width: auto;
    }

    .project_card_end{
        margin-top: 100px!important;
    }

    .title_box{
        padding: 0!important;
        margin-bottom: 30px!important;
    }

    .our_project_section .title_our_project_section div {
        line-height: normal;
    }

    .flag .icon_block div img{
        width: 50%;
    }

    .flag{
        border-bottom: 3px solid #00A2D3;
    }

    .flag .icon_block{
        border: none;
    }

    header .mail_header {
        grid-auto-columns: 1fr!important;
    }

    .two_section .description .title_desc {
        line-height: 150%;
        margin-top: 25px;
    }

    .project_card .two_section .description .title_desc {
        margin-top: 0 !important;
    }

    .two_section .description .title_desc{
        grid-gap: 16px;
    }

    .two_section .description{
        padding-bottom: 30px;
    }

    .production .description .desc_one .icons img, .concept .description .text img{
        width: 60px;
    }

    .production .description .desc_one, .production .description .desc_two{
        grid-gap: 24px;
    }

    .development .description, .production .description .desc_one .icons{
        margin-top: 24px;
    }

    .concept .number_slide span{
        align-self: center;
    }
    }


@media screen and (max-width: 820px) and (max-height: 700px) {
    .body_content .idea_mobile_slider .slick-dots {
        bottom: -15px !important;
        left: 0;
    }
    .body_content .idea_mobile_slider{
        margin-bottom: 0 !important;
    }
}


@media screen and (max-width: 768px){
    #tablet {
        height: 48px;
    }

    .ongoing_production{
        grid-template-rows: unset;
        grid-gap: 16px;
    }

    .idea_content > div {
        width: auto;
        padding: 3%;
    }

    .idea_content {
        padding: 0;
    }

    .idea_bot > div > span, .idea_mobile_top {
        font-size: 16px;
    }

    .idea_grid span{
        font-size: 16px;
    }

    .idea_content > div {
        margin-top: 70px;
    }

    .work_with_us_section .blocks .block a {
        justify-self: start !important;
    }

    .how_it_work_sect .title_how_it_work {
        grid-gap: 32px !important;
    }

    .bird_iamg {
        width: 100%;
    }

    .how_it_work_sect .title_how_it_work .header_how_it_text{
        font-size: 16px !important;
        line-height: 150% !important;
    }


    .wont_to_work .content .contact a {
        align-self: start;
    }

    .wont_to_work{
        padding: 0 5%;
    }
}

@media screen and (max-width: 500px){
    .email_popup > div , .thank_popup > div {
        width: 80vw;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .slick-dots{
        bottom: 0 !important;
    }

    .blue_form{
        padding: 0 5% !important;
    }

    .mobile_break {
        display: block;
    }

    .idea_section .header_idea_sec {
        text-align: start;
    }

    .idea_section {
        background-position-y: unset;
    }
}

@media screen and (max-width: 370px) {
    .bird_iamg{
        width: 130%;
    }
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
