/* .rd-navbar-project-content.rd-navbar-modern-project-content .row.row-10.gutters-10 {
  display: none;
} */

.parallax-content.section-xl.section-inset-custom-2.context-dark.n-form .col-md-8.col-lg-7.f-wrap {
    background: #306ab3;
}

.rd-navbar-project .thumbnail-mary-figure img {
    height: 100px;
}

.hero_section {
    height: 70vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #f6f6f6;
}

.hero_content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
    padding-left: 10%;
}

.hero_content h1 {
    color: white;
    background: black;
    padding: 30px 20px;
    text-align: center;
}

.style_el {
    width: 200px;
    height: 45vh;
    background: #3976cc;
    position: absolute;
    z-index: 1;
    left: 8%;
    right: 0;
    /* box-shadow: -10px 5px 5px black; */
    transform: rotate(0);
    transition: 1s;
}

.hero_content h1 {
    color: white;
    background: black;
    padding: 30px 20px;
    text-align: center;
    z-index: 10;
    position: relative;
    /* box-shadow: -10px 15px 5px #1e1e1e; */
    transform: scale(1);
    transition: 1s;
}

.hero_content h1:hover {
    transform: scale(1.2);
    transition: 1s;
}

.hero_content:hover>.style_el {
    transform: rotate(45deg);
    transition: 1s;
}


/* .page-wrapper {
    margin: 30px;
} */

.parallax_block {
    min-height: 200px;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_content {
    padding: 20px;
    text-align: center;
    margin: 0 5%;
}

.parallax_content {
    width: 50%;
    margin: auto;
    padding: 40px 20px;
    text-align: center;
    color: white;
}

.parallax_content h3 {
    color: white;
    margin: 30px;
    font-size: 28px !important;
}

.contnt_box {
    display: flex;
    width: 25%;
    height: auto;
    border: 0.5px solid #d7d7d7;
    /* box-shadow: -5px 10px 5px black; */
    padding: 25px;
    min-height: 200px;
    justify-content: center;
    align-items: center;
    text-align: justify;
    transform: scale(1);
    transition: 1s;
}

.section_how_we_work {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 20px;
    flex-wrap: wrap;
}

.contnt_box:hover {
    transform: scale(1.1);
    transition: 1s;
    /* box-shadow: -5px 10px 5px #7c7c7c; */
}

.col-6 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_info_for_work .col-6 {
    height: 400px;
    padding: 20px;
    z-index: 10;
}

.section_info_for_work img {
    width: 45%;
    height: auto;
    display: flex;
    /* box-shadow: -10px 15px 5px black; */
    transform: scale(1);
    transition: 1s;
    margin: 10px;
    border: 0.5px solid #d7d7d7;
    padding: 1px;
}

.col-6 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section_info_for_work {
    background: rgb(239, 239, 239);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9d7d8;
}

.section_info_for_work .col-6:last-child {
    color: #000000;
    padding: 40px 5%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    text-align: left;
    font-weight: 300;
}

.section_info_for_work li {
    line-height: 50px;
}

.section_info_for_work .style_el {
    width: 150px;
    height: 90%;
    z-index: -1;
    left: 15%;
    right: 0;
    /* box-shadow: -10px 5px 5px black; */
    transform: rotate(0);
    transition: 1s;
    margin-top: 8px;
}

.section_info_for_work img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.contnt_box:before {
    content: "";
    background: #3976cc;
    height: 200px;
    width: 10px;
    display: block;
    margin-right: 10px;
}

.contnt_box:after {
    content: "";
    background: #3976cc;
    height: 100px;
    width: 10px;
    display: block;
    margin-right: 10px;
    transform: rotate(45deg);
    position: relative;
    top: 91px;
    transition: 1s;
}

.contnt_box:hover::after {
    transform: rotate(180deg);
    transition: 1s;
}

.section_info_for_work .col-6:hover .style_el {
    transform: translate(-50px, -20px);
}

.col-8 {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_examples .col-8 {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    flex: 0 0 60%;
    max-width: 60%;
}

.col-4 {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.example_img {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    transition: 1s;
    transform: scale(1);
    filter: contrast(1);
    z-index: 0;
}

.section_examples .col-4 {
    margin: 40px;
    width: min-content;
    border: 1px solid #d7d7d7;
    background-color: #f1f1f1;
    /* box-shadow: -5px 5px 5px black; */
    overflow: hidden;
    padding: 0;
    flex: unset;
    max-width: unset;
}

.section_examples {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.col-4.contact_form form {
    width: 450px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-4.contact_form {
    margin-bottom: auto;
    border-left: 10px solid #2c5da1;
    margin-right: auto;
    max-width: 400px;
    height: 333px;
}

.section_examples .col-4:hover .example_img {
    transition: 1s;
    transform: scale(1.2);
    filter: contrast(1.5);
}

.section_examples .col-4 p {
    color: white !important;
    font-size: 18px;
    z-index: 10;
    width: 100%;
    text-align: center;
    background: #2c5da1;
    margin: 0;
    padding-bottom: 10px;
    transition: 1s;
    font-family: "Oswald";
}

.col-4.contact_form p {
    color: black !important;
    background: none;
}

.section_examples .col-4:hover p {
    color: #74b7ff !important;
    transition: 1s;
}

.col-4.contact_form p {
    margin-top: 10px;
    font-size: 16px;
    width: 300px;
}

.col-4.contact_form .wpcf7 {
    padding: 0;
}

h3,
h2 {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    font-size: 16px;
    font-family: "Oswald Md";
}

h3.section_title,
h2.section_title {
    font-size: 16px;
    position: relative;
}

h3.section_title:before,
h2.section_title:before {
    content: "";
    width: 100%;
    position: absolute;
    border: 0.5px solid #d7d7d7;
    display: block;
    left: 0;
    bottom: 9px;
    z-index: -1;
}

h3.section_title:after,
h2.section_title:after {
    content: "";
    width: 300px;
    position: absolute;
    height: 50px;
    display: block;
    background: white;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    top: -15px;
}

table {
    width: 90%;
    text-align: center;
    margin: auto;
}

thead th {
    border: 1px solid #e0e0e0;
    padding: 5px;
    background: black;
    color: white;
}

tbody td {
    border: 1px solid #e0e0e0;
    padding: 5px;
}

tbody td:hover {
    background: #2c5da1;
    color: white;
}

.bootom_icon {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 50px;
    height: 50px;
}

.icons_block {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 40px 5%;
}

.icon_block {
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border: thick double #e0e0e0;
    padding: 10px;
    transition: 0.5s;
}

.icon_block:hover {
    border: thick double #2c5da1;
    transition: 0.5s;
}

.icon_content {
    font-size: 14px;
    font-family: "Oswald";
    color: #9b9b9b;
}

.icon_title {
    font-size: 20px;
    font-family: "Oswald Md";
}

.icons_content {
    margin: 20px 0;
    text-align: left;
}

.section_footer .content_block {
    margin: 50px 5%;
    text-align: center;
}

.hero_section_2 {
    width: 84%;
    height: 500px;
    padding: 10px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-right: 0;
}

.hero_image {
    background-position: center !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    margin: 5px;
    background-size: cover !important;
}

.hero_img_1.hero_image {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
}

.hero_img_2.hero_image {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1;
}

.hero_img_3.hero_image {
    grid-column-start: 6;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 1;
}

.section_prices,
.section_examples {
    margin: 40px 0;
}

.buttons_trio {
    display: flex;
    justify-content: space-around;
    margin: 50px 5%;
    margin-top: 50px;
}

.section_bottom_button {
    text-decoration: none !important;
    text-align: center;
    font-family: "Oswald";
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    background: #2c5da1;
    border: 1px solid #2c5da1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    width: 300px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_bottom_button:before {
    content: "➜";
    padding-right: 7px;
}

.section_bottom_button:hover:before {
    transition: 1s;
}

.section_bottom_button:hover {
    background: #272727;
    color: #ffffff;
}

.section_bottom_button:hover:before {
    color: white;
}

.seo_content {
    margin: 2% 10%;
    text-align: left;
    font-size: 12px;
}

.side_menu {
    width: 15%;
    padding: 20px 40px;
    border-left: 10px solid #2c5da1;
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f1f1f1;
    max-width: unset;
    margin-right: auto;
    height: fit-content;
    text-align: left;
    padding-bottom: 19px;
    min-width: 250px;
}

.custome_header {
    display: flex;
    justify-content: center;
}

.side_menu h4 {
    font-size: 30px !important;
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}

.side_menu hr {
    border-color: #e6e6e6;
    margin: 15px 0;
    margin-top: 0 !important;
}

.side_menu a {
    color: #212830;
    font-size: 17px;
    font-weight: 700;
    line-height: 45px;
}

.section_how_we_work~h3 {
    margin-top: 50px;
}

.col-4.contact_form .ajax-loader {
    position: absolute;
}

a.hide_seo {
    position: relative;
    height: 30px;
    width: 200px;
    display: block;
    margin: 5px 0;
    margin-left: 10%;
    color: #2c5da1;
    font-weight: 700;
    text-align: left;
}

.parallax_content h4 {
    color: white;
    font-size: 28px;
}

.content_block h1,
.content_block h2 {
    font-size: 32px;
    margin: 0;
    margin-bottom: 20px;
}

.col-4.contact_form input.wpcf7-form-control.wpcf7-text {
    width: 300px;
    padding: 10px;
    margin: 5px 0;
}

.col-4.contact_form input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    color: white;
    background: #2c5da1;
}

div.wpcf7 .wpcf7-form p {
    margin-bottom: 0;
}

#seo_container p {
    overflow: hidden;
}

.page-template-template-custome-page .page-wrapper {
    font-family: "Oswald Lt";
}

.section_info_for_work img:nth-child(2) {
    position: relative;
    left: 0px;
    bottom: -40px;
    width: 400px;
}

.section_info_for_work img:first-child {
    position: relative;
    left: 150px;
    width: 500px;
}

p.rd-navbar-project-modern-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: #151515;
}

.seo-content h1,
.seo-content h2,
.seo-content h3 {
    font-size: 16px;
    font-weight: 600;
}

.page-id-7961 hr.wp-block-separator {
    border-bottom: 1px solid black;
    width: 80%;
    margin: 30px 10%;
}

.page-id-7961 li,
.page-id-7961 p {
    text-align: left !important;
    margin: 0;
}

.page-id-7961 h5 {
    margin-bottom: 20px;
}

h1.breadcrumbs-custom-title {
    font-size: 32px;
    margin: 20px 0;
}

.lang-swicher li.lang-item {
    display: none;
    text-transform: uppercase;
    padding: 7px 20px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #2c5da1;
    width: 160px;
}

.lang-swicher li.lang-item a {
    color: #2c5da1;
    display: flex;
    align-items: center;
}

.lang-swicher li.lang-item.current-lang {
    display: block;
    position: relative;
    pointer-events: none;
    cursor: pointer;
}

ul.lang-swicher {
    margin-right: auto;
    position: relative;
    cursor: pointer;
}


/* ul.lang-swicher:hover li.lang-item {
    display: block;
} */

ul.lang-swicher li.lang-item:hover {
    background: rgb(233, 233, 233);
}

ul.lang-swicher li.lang-item.lang-item-first:not(.current-lang) {
    top: 40px;
}

ul.lang-swicher.active li.lang-item {
    display: block;
    background: #f1f1f1;
}

.lang-swicher.mobile {
    display: none;
    width: 50px;
}

.col-4.contact_form .fit-the-fullspace.autocomplete {
    display: none;
}

.col-4.contact_form form.wpcf7-form.init p {
    margin: 0;
    padding: 0;
}

.lang-swicher.mobile a {
    font-size: 0;
}

.lang-swicher.mobile .switcher .selected a {
    border: none;
    width: 50px;
}

.lang-swicher.mobile .switcher .selected {
    background: none;
}

.lang-swicher.mobile .switcher .selected a:after {
    content: none !important;
}

.lang-swicher.mobile .switcher .option {
    position: absolute;
    width: 50px;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
    height: auto;
    max-height: none;
    object-fit: contain;
}

@media screen and (min-width: 1600px) {
    #seo_container {
        line-height: 17px !important;
    }
}

@media screen and (max-width: 1600px) {
    .section_info_for_work .style_el {
        left: 11%;
    }
    .section_info_for_work img:first-child {
        left: 120px;
        width: 65%;
        top: -30px;
    }
    .section_info_for_work img:nth-child(2) {
        left: 0px;
        bottom: -60px;
        width: 400px;
    }
}

@media screen and (min-width: 1400px) {
    .section_info_for_work .col-6 {
        height: 430px;
    }
    #seo_container {
        line-height: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .hero_section_2 {
        grid-template-rows: 1fr 1fr;
    }
    .hero_img_1.hero_image {
        grid-row-end: 3;
    }
    .side_menu {
        max-width: 300px;
        margin-right: 15px;
    }
    .hero_img_4.hero_image {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .hero_img_5.hero_image {
        grid-column-start: 6;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .section_info_for_work li {
        line-height: 40px;
        font-size: 18px;
    }
    .section_info_for_work .style_el {
        left: 22%;
    }
    .col-4.contact_form form {
        width: 325px;
    }
    .section_examples .col-4 {
        margin: 10px;
    }
    .section_examples .col-8 {
        margin-left: 0;
    }
    #seo_container {
        line-height: 20px;
    }
    .side_menu {
        padding-bottom: 29px;
    }
    .section_info_for_work img:nth-child(2) {
        width: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .contnt_box {
        width: 80%;
        margin-bottom: 30px;
        min-height: 100px;
    }
    #seo_container {
        line-height: 25px;
    }
    .contnt_box:after {
        height: 100px;
        width: 5px;
        top: 36px;
    }
    .contnt_box:before {
        height: 100px;
    }
    .section_bottom_button {
        padding: 15px;
        font-size: 18px;
        width: 255px;
    }
    .section_how_we_work~h3 {
        margin-top: 30px;
    }
    .section_info_for_work .style_el {
        left: 15%;
        width: 200px;
        margin-top: 0;
    }
    .section_info_for_work .col-6:last-child {
        font-size: 20px;
    }
    .section_info_for_work img:first-child {
        left: 170px;
        width: 400px;
        top: -40px;
    }
    .section_info_for_work img:nth-child(2) {
        width: 300px;
        left: -60px;
        bottom: -80px;
    }
    #menu-menyu {
        min-width: auto;
    }
}

@media screen and (max-width: 1000px) {
    .side_menu {
        max-width: 200px;
        margin-right: 15px;
    }
    p.rd-navbar-project-modern-title {
        letter-spacing: 0.05em;
        margin-top: 5px;
        font-size: 28px;
    }
    .parallax_content {
        width: 80%;
    }
    .section_info_for_work li {
        line-height: 40px;
        font-size: 16px;
    }
    .section_examples .col-8 {
        width: 100%;
        max-width: 100%;
    }
    .col-4.contact_form p {
        width: 100%;
    }
    .col-4.contact_form p {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col-4.contact_form form {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin: 0;
    }
    .col-4.contact_form p {
        margin: 0 15px;
    }
    .col-4.contact_form span.wpcf7-form-control-wrap.your-name {
        padding-right: 5px;
    }
    span.input-btn.btn {
        position: relative;
        top: -3px;
        margin: 0 !important;
    }
    .section_examples h3 {
        margin-top: 10px;
    }
    .col-4.contact_form {
        margin-top: 30px;
        width: 100%;
        max-width: 90%;
        height: 200px;
    }
    .section_bottom_button {
        width: 200px;
    }
    .section_info_for_work .col-6 {
        height: 480px;
        flex-direction: column;
    }
    #seo_container {
        line-height: inherit;
    }
    .side_menu {
        padding-bottom: 29px;
    }
    .section_info_for_work .col-6:last-child {
        font-size: 18px;
    }
    .section_info_for_work img {
        width: 70%;
    }
    .section_info_for_work .style_el {
        left: 15%;
        height: 80%;
    }
    .icons_block {
        flex-wrap: wrap;
    }
    .icon_block {
        width: 30%;
    }
    .col-4.contact_form input.wpcf7-form-control.wpcf7-text {
        width: 250px;
    }
    .icon_block {
        flex-direction: column;
    }
    .section_info_for_work img:first-child {
        left: 0px;
        width: 350px;
        top: 50px;
    }
    .section_info_for_work img:nth-child(2) {
        width: 300px;
        left: 100px;
        bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .side_menu {
        max-width: 100%;
        margin-right: 15px;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        display: none;
    }
    .footer-variant-2-content .col-lg-3.col-xl-3 {
        display: none;
    }
    .footer-variant-2-content .col-sm-6.col-lg-4.col-xl-4,
    .rd-navbar-project.rd-navbar-modern-project,
    .rd-navbar-project-hamburger,
    .parallax-container .material-parallax.parallax {
        display: none;
    }
    .parallax-container {
        background-image: none !important;
        background-color: #306ab3;
    }
    .footer-variant-2-content .row.justify-content-between {
        justify-content: center !important;
    }
    .custome_header {
        flex-direction: column;
    }
    .hero_section_2 {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .side_menu h4 {
        width: 100%;
    }
    .side_menu a {
        width: 30%;
    }
    .page_content h1 {
        font-size: 28px;
        margin-top: 0px;
    }
    .parallax_content h3 {
        font-size: 24px !important;
        margin: 0;
    }
    .contnt_box:before {
        height: 120px;
    }
    .section_info_for_work {
        flex-direction: column;
    }
    .section_info_for_work .col-6 {
        width: 100%;
    }
    .section_info_for_work .col-6 {
        height: 400px;
    }
    .section_info_for_work .col-6:last-child {
        height: 320px;
        padding-top: 0;
    }
    .col-4.contact_form div.wpcf7 .wpcf7-form p span {
        margin: 0;
    }
    .col-4.contact_form input.wpcf7-form-control.wpcf7-text {
        width: 170px;
    }
    .buttons_trio {
        display: flex;
        justify-content: space-around;
        margin: 15px 5%;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .section_bottom_button {
        width: 80%;
        margin: 10px 0;
    }
    .page_content {
        padding-top: 0;
    }
    .section_how_we_work h3 {
        margin-top: 0;
    }
    .side_menu a {
        font-size: 17px;
        line-height: 35px;
    }
    .section_how_we_work h3,
    .section_examples h3,
    .section_how_we_work~h3,
    .section_prices h3 {
        margin: 0;
        margin-bottom: 20px;
    }
    .content_block h1,
    .content_block h2 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 20px;
    }
    .section_footer .content_block {
        margin-top: 0;
    }
    .section_prices,
    .section_examples {
        margin: 25px 0;
    }
    .parallax_content h4 {
        font-size: 18px;
    }
    .section_info_for_work img {
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
    }
    .section_info_for_work .col-6 {
        width: 100%;
        max-width: 80%;
    }
    .section_info_for_work .style_el {
        height: 92%;
        left: 10px;
    }
    .icon_block {
        width: 100%;
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 10px;
    }
    .section_info_for_work img:nth-child(2) {
        width: 240px;
        left: 0;
        bottom: 0;
    }
    .section_info_for_work img:first-child {
        left: 0;
        width: 250px;
        top: 0;
        margin-right: 10px;
    }
    .section_info_for_work .col-6 {
        width: 100%;
        max-width: 80%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 230px;
        max-width: 100%;
    }
    .lang-swicher li.lang-item a span {
        display: none;
    }
    .lang-swicher li.lang-item {
        border: 1px solid #ffffff;
        width: auto;
    }
    .tel,
    .tel>a {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .hero_img_1.hero_image {
        grid-column-end: 5;
        grid-row-end: 1;
    }
    .hero_img_2.hero_image {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 1;
    }
    .hero_img_3.hero_image {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 2;
    }
    .hero_img_4.hero_image {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 2;
    }
    .hero_img_5.hero_image {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .side_menu a {
        width: 50%;
    }
    .page_content h1 {
        font-size: 22px;
    }
    .parallax_content h3 {
        font-size: 20px !important;
    }
    .parallax_content {
        width: 85%;
    }
    .contnt_box:before {
        height: 150px;
    }
    .contnt_box:after {
        display: none;
    }
    .section_info_for_work .col-6 {
        display: none;
    }
    .section_info_for_work .col-6:last-child {
        height: 400px;
        margin: 0;
        padding-top: 30px;
    }
    .section_examples .col-8 {
        flex-wrap: wrap;
    }
    .col-4.contact_form form {
        flex-direction: column;
    }
    .col-4.contact_form p {
        width: 90%;
    }
    .section_how_we_work {
        margin-bottom: 0;
    }
    .lang-swicher {
        display: none;
    }
    .lang-swicher.mobile {
        display: block;
        margin-left: auto;
        margin-right: 0;
    }
    .callback {
        justify-content: space-between;
    }
	.lang-swicher li.lang-item {
		padding: 7px 10px;

	}
}

@media screen and (max-width: 490px) {
    .tel>a:first-child:after {
        display: none;
    }
    .tel {
        width: 50%;
        line-height: 16px;
        text-align: right;
        padding-right: 10%;
    }
}

@media screen and (max-width: 400px) {
    .side_menu a {
        width: 100%;
    }
    .page_content h1 {
        font-size: 18px;
    }
    .contnt_box:before {
        height: 200px;
    }
    .contnt_box {
        text-align: left;
    }
    .section_info_for_work li {
        line-height: 30px;
        font-size: 14px;
    }
    .col-4.contact_form p {
        flex-direction: column;
    }
    .col-4.contact_form p {
        padding: 10px 0;
    }
    .col-4.contact_form {
        height: auto;
    }
    .tel,
    .tel>a {
        font-size: 12px;
    }
}