* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #F2F2F2;
    ;
}

body {


    font-family: 'Oswald', sans-serif;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;

}


html,
body {
    width: 100vw;
    min-width: 100vw;
    overflow-x: hidden;
}


::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF164;
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
}


.container {
    width: 100%;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}


/*HEADER*/

.header {
    height: 70px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}

#header.default {
    width: 100%;
    height: 80px;
    background-color: rgba(28, 28, 28, 0.9);
    position: fixed;
    z-index: 4;
    border-bottom: solid 1px #FFF164;
    transition: .5s;
    margin-top: 0px;
    margin-bottom: 0px;

}

.header_items {
    display: flex;
    align-items: center;
    height: 80px;
}

.header_item {}

.header_item:first-child {
    margin-right: 245px;
}

.header_item:last-child {
    margin-left: 100px;
    ;
}

.header_item:nth-child(2) {
    margin-left: auto;
}

.header_item_logo {
    vertical-align: middle;
    height: 60px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.header_item_navigations {
    list-style: none;
    display: flex;
    align-items: center;
}

.header_item_navigation {
    margin-right: 40px;
}

.header_item_navigation a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 510;
    line-height: 88.799px;

    cursor: pointer;
    transition: all .5s;

}

.header_item_navigation a:hover {
    color: #FFF164;
}

.header_item_navigation:last-child {
    margin-right: 0px;
}

.header_item_city_items {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
}

.header_item_city_items:hover .header_item_city {
    color: #fff164;
}

.header_item_city_items:hover .header_item_city_img path {
    fill: #fff164;
}

.header_item_city {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.header_item_city_img {
    vertical-align: middle;
    margin-left: 14.5px;
}


/*INTRO*/

.intro {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background:
        linear-gradient(to left, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.63)),
        url(/img/intro/intro_img.jpg) 0 0 no-repeat;
    background-size: cover;
}

.intro_subtittle {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 310px;
    font-family: 'Bebas Neue', sans-serif;
}

.intro_tittle {
    text-transform: uppercase;
    color: #FFF;
    font-size: 195px;
    font-style: normal;
    font-weight: 700;
    line-height: 170px;
    letter-spacing: 15px;
    font-family: 'Bebas Neue', sans-serif;
    margin-left: -5px;
}

.intro_text {
    margin-top: 26px;
    max-width: 670px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 24px;
    font-style: normal;
    font-weight: 510;
    line-height: normal;
    letter-spacing: 0.12px;
}

.intro_buttons {
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.intro_button {
    padding: 24.7px 34.08px;
    background: #FFF164;
    cursor: pointer;
    transition: all .5s;
}

.intro_button a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 590;
    line-height: 26.136px;
    text-transform: uppercase;
}

.intro_button:hover {
    opacity: .5;
}

.intro_button:first-child {
    width: 300px;
    height: 75px;
    padding: 0px;
    text-align: center;
    padding-top: 25px;
}

.intro_button:last-child {
    margin-left: 52px;
    background: transparent;
    color: #fff;
    border: 2px solid #FFF;
}

.intro_button:last-child a {
    background: transparent;
    color: #fff;
}

.intro_bottom_items {
    display: flex;
}

.intro_bottom_item:last-child {
    margin-left: auto;
    position: relative;
}

.intro_bottom_item_icons {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    right: 0;
    z-index: 1;
}

.intro_bottom_item_icons a {
    margin-right: 9px;
    cursor: pointer;
    transition: all .5s;
}

.intro_bottom_item_icons a:hover .intro_bottom_item_icon path {
    fill: #fff164;
}

.intro_bottom_item_icon:last-child {
    margin-right: 0px;
}



/*ONAS*/


.onas {
    margin-top: 112px;
}

.onas_tittle {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.onas_items {
    display: flex;
    margin-top: 30px;
}

.onas_item {
    width: 100%;
}

.onas_item:first-child {
    margin-right: 29px;
}

.onas_item_text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.onas_personal {
    margin-top: 131px;
}

.onas_personal_tittle {
    color: #000;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.onas_personal_items {
    margin-top: 30px;
}

.onas_personal_item {
    position: relative;
    width: 100%;
    max-width: 345px;
    margin-right: 52px;
    height: 455px !important;
}

.onas_personal_item:last-child {
    margin-right: 0px;
}

.onas_personal_item_img {
    width: 100%;
    height: 100%;
    position: relative;
}

.onas_personal_item::after {
    content: ' ';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 63.54%, #000 100%);
}

.onas_personal_item_name {
    color: rgba(255, 255, 255, 0.90);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.553px;
    padding-bottom: 20px;
}

.onas_personal_item_opit {
    color: rgba(255, 255, 255, 0.90);
    font-size: 19.987px;
    font-style: normal;
    font-weight: 274;
    line-height: 22.553px;
}

.onas_personal_item_info {
    position: absolute;
    left: 0;
    bottom: 10px;
    left: 30px;
    z-index: 2;
}

.onas_personal_items_swap {
    margin-top: 50px;
}

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

.onas_personal_items_swap_item:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
}

.onas_personal_items_swap img {
    vertical-align: middle;
    width: 30px;
}

.onas_personal_items_swap_item_text {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}


/*USLUGI*/


.uslugi {
    margin-top: 123px;
}

.uslugi .container {
    max-width: 800px;
}

.uslugi_tittle {
    color: #000;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.uslugi_items {
    margin-top: 90px;
}

.uslugi_item {
    padding-top: 45px;
    padding-bottom: 45px;
}



.uslugi_item_items {
    display: flex;
}

.uslugi_item_item {}

.uslugi_item_item:last-child {
    margin-left: auto;
}

.uslugi_item_item_tittle {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.uslugi_item_item_opis {
    max-width: 329px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 12.6px;
}

.uslugi_item_item_time {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.40);
    font-size: 22.043px;
    font-style: normal;
    font-weight: 590;
    line-height: normal;
}

.uslugi_item_item_info {
    margin-top: 5px;
    color: #000;
    font-size: 22.043px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.uslugi_item_item_infos {
    margin-top: 50px;
}

.uslugi_item_item_price {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.uslugi_item_item_tittle span {
    color: rgba(0, 0, 0, 0.40);
}


/*PORFOLIO*/


.porfolio {
    margin-top: 120px;
}

.porfolio_tittle {
    color: #1C1C1C;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.porfolio_text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
}

.porfolio_items {
    margin-top: 50px;
}

.porfolio_item {
    margin-right: 55px;
}

.porfolio_item:last-child {
    margin-right: 0px;
}

.porfolio_item_img {
    width: 100%;
}

.porfolio_more {
    margin-top: 62px;
}

.porfolio_more_items {
    display: flex;
    align-items: center;
}

.porfolio_more_item {}

.porfolio_more_item:last-child {
    margin-left: auto;
}

.porfolio_more_tittle {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.porfolio_more_subtittle {
    color: rgba(0, 0, 0, 0.40);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.porfolio a {}

.porfolio_more_item_button {
    color: #000;
    font-size: 25.363px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.968px;
    text-transform: uppercase;
    padding: 25.5px 40px;
    border: 0px solid #FFF;
    background: radial-gradient(50% 50.00% at 50% 50.00%, #FFF96C 0%, #FFEF62 100%);
    cursor: pointer;
    transition: all .5s;
}

.porfolio_more_item_button:hover {
    opacity: .5;
}

.porfolio_video {
    margin-top: 122px;
    width: 100%;
    height: auto;
}

.porfolio_video video {
    display: block;
    margin: 0 auto;
}


/*OTZIVI*/

.otzivi {
    margin-top: 120px;
}

.otzivi_tittle {
    color: #1C1C1C;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.otzivi_items {
    margin-top: 80px;
}

.otzivi_item {
    width: 100%;
    max-width: 540px;
    height: auto;
    min-height: 272px;
    background: #000;
    margin-right: 38px;
}

.otzivi_item:last-child {
    margin-right: 0px;
}

.otzivi_item_content {
    padding: 45px 48px;
}

.otzivi_item_items {
    display: flex;
    align-items: center;
}

.otzivi_item_item:last-child {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.otzivi_item_item_name {
    color: #FFF;
    font-size: 31.588px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.otzivi_item_item_zvezda {}

.otzivi_item_text {
    color: #FFF;
    font-size: 18.432px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 60px;
    overflow: hidden;
    /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
    /* Добавляем многоточие */
    height: 100px;
    overflow-y: auto;
}


/*FOOTER*/

.footer {
    margin-top: 155px;
}

.footer_main {
    width: 100%;
    height: 540px;
    background: #000;
    background: url(/img/intro/intro_img4.jpg) center no-repeat;
}

.footer_items {
    display: flex;
}

.footer_item:first-child {
    margin-left: 405px;
    margin-right: 90px;
}

.footer_item:last-child {
    width: 100%;
    height: 540px;

    filter: grayscale(0.5);
    -ms-filter: grayscale(0.5);
    -webkit-filter: grayscale(0.5);
    -moz-filter: grayscale(0.5);
    -o-filter: grayscale(0.5);
}

.footer_item_text {
    color: #F2F2F2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 13px;
}

.footer_item_subtittle {
    color: #FFF;
    font-size: 14.202px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.38px;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 62px;
}

.footer_item_tittle {
    color: #FFF;
    font-size: 60.318px;
    font-style: normal;
    font-weight: 700;
    line-height: 65.32px;
    letter-spacing: 2.413px;
}

.footer_item_info {
    margin-top: 40px;
}

.footer_item_info_gps {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.footer_item_info_phone {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    transition: all .5s;
}

.footer_item_info_phone:hover {
    color: #ffef62;
}

.footer_item_bottom {
    margin-top: 200px;
}

.footer_item_bottom_items {
    display: flex;
    align-items: center;
}

.footer_item_bottom_item {
    margin-right: 9px;
}

.footer_item_bottom_item:last-child {
    margin-right: 0px;
}

.footer_item_bottom_item:hover .intro_bottom_item_icon path {
    fill: #ffef62;
}

.footer_item_bottom_mail {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    transition: all .5s;
}

.footer_item_bottom_mail:hover {
    color: #ffef62;
}

/*MOBILE*/

.mobile_header {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #1c1c1c;
}

.mobile_header_items {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.mobile_header_item:first-child {
    margin-right: 10px;
}

.mobile_header_item:last-child {
    margin-left: auto;
}

.mobile_header_item_logo {
    height: 40px;
    border-radius: 50px;
    border: 1px solid #fff;
}

.mobile_header_item_tittle {
    text-transform: uppercase;
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    display: none;
}

.mobile_header_item_burger {
    cursor: pointer;
    transition: all .5;
}

.mobile_header_item_burger_line {
    width: 30px;
    height: 4px;
    background: #fff;
    margin-bottom: 6px;
    border-radius: 1px;

}

.mobile_header_item_burger:hover .mobile_header_item_burger_line {
    background: #ffef62;
}

.mobile_header_item_burger_line:last-child {
    margin-bottom: 0px;
}




.mobile_menu_overlay,
.mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile_menu_container,
.mobile_menu_container ul li ul {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}

.mobile_menu_overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #1c1c1c;
}

.mobile_menu_container.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container .mobile_menu_content {
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}

.mobile_menu_container ul {
    margin: 0;
    padding: 0;
}

.mobile_menu_container ul li {
    list-style: none;
}

.mobile_menu_container ul li a {
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    background: #1c1c1c;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.mobile_menu_container ul li a.parent {
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.parent:hover {
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a.back {
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}

.mobile_menu_container ul li a.back:hover {
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}

.mobile_menu_container ul li a:hover {
    background: #FFF164;
}

.mobile_menu_container ul li ul {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3884da;
    z-index: 2;
}

.mobile_menu_container ul li ul.loaded {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.mobile_menu_container ul li ul.activity {
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 320px) {
    .mobile_menu_container {
        width: 240px;
    }
}

.mobile_up_items {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}


.mobile_up_items_logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.mobile_up_items_tittle {
    text-align: center;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 85%;
    text-transform: uppercase;
}

.mobile_up_items_subtittle {
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}


.mobile_bottom_items {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.mobile_bottom_items_gps {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}

.mobile_bottom_items_phone {
    color: #FFF;
    font-size: 18.43px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-top: 10px;
}













@media (min-width:1100px) {
    .mobile_header {
        display: none;
    }
}

@media (max-width:1100px) {
    .header {
        display: none !important;
    }

    #header.default {
        display: none !important;
    }
}

@media (min-width:1100px) {
    .header {
        display: block !important;
    }

    #header.default {
        display: block !important;
    }
}



@media (min-width:320px) and (max-width:799px) {
    /*
    .header {
        display: none !important;
    }

    #header.default {
        display: none !important;
    }

*/


    .onas_personal {
        margin-top: 50px;
    }

    .uslugi_item {
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .intro_subtittle {
        font-size: 25px;
        line-height: 100%;
        padding-top: 40vh;
    }

    .intro_tittle {
        font-size: 80px;
        line-height: 100%;
        margin-left: 0px;
    }

    .intro_text {
        font-size: 18px;
        line-height: 100%
    }

    .intro_button a {
        font-size: 14px;
        line-height: 100%;
    }

    .intro_buttons {
        display: block;
        margin-top: 60px;
    }

    .intro_button {
        margin-bottom: 30px;
        margin-right: 0px;
        padding: 12px 17px;
        width: fit-content;
    }


    .intro_button:first-child {
        width: 250px;
        height: 50px;
        padding: 0px;
        text-align: center;
        padding-top: 13px;
        margin-bottom: 10px;
    }

    .intro_button:last-child {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .intro_bottom_items {
        display: block;
    }

    .intro_bottom_item_icons {
        position: static;
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .intro {
        height: auto;
        min-height: 100vh;
        background-position: center;

    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .onas {
        margin-top: 50px;
    }

    .onas_tittle {
        font-size: 40px;
        line-height: 100%
    }

    .onas_personal_items {
        margin-top: 30px;
    }

    .onas_items {
        display: block;
    }

    .onas_item:last-child {
        margin-top: 30px;
    }

    .onas_item_text {
        font-size: 16px;
    }

    .onas_personal_item {
        margin-right: 30px;
    }

    .onas_personal_item_name {
        font-size: 20px;
        line-height: 100%;
    }

    .onas_personal_item_opit {
        font-size: 14px;
        line-height: 100%;
    }

    .onas_personal_items_swap_item_text {
        font-size: 16px;
    }

    .onas_personal_items_swap img {
        width: 20px;
    }


    .uslugi {
        margin-top: 50px;
    }

    .uslugi_tittle {
        line-height: 100%;
        font-size: 40px;
    }

    .uslugi_items {
        margin-top: 30px;
    }

    .uslugi_item_item_tittle {
        font-size: 20px;
        line-height: 100%;
    }

    .uslugi_item_item_opis {
        font-size: 16px;
        line-height: 100%;
    }

    .uslugi_item_item_price {
        line-height: 100%;
        font-size: 20px;
        text-align: right;
    }

    .uslugi_item_item_time {
        line-height: 100%;
        font-size: 16px;
        margin-top: 20px;
    }

    .uslugi_item_item_info {
        line-height: 100%;
        font-size: 13px;
    }

    .uslugi_item_item:first-child {
        margin-right: 10px;
    }


    .porfolio {
        margin-top: 0px;
    }

    .porfolio_tittle {
        font-size: 40px;
        line-height: 100%;
    }

    .porfolio_text {
        font-size: 16px;
        line-height: 100%;
    }

    .porfolio_item {
        margin-right: 20px;
    }

    .porfolio_more_tittle {
        font-size: 20px;
        line-height: 100%;
    }

    .porfolio_more_subtittle {
        font-size: 16px;
        line-height: 100%;
        margin-top: 10px;
    }

    .porfolio_more_item_button {
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        padding: 12px 20px;
    }

    .porfolio_video {
        margin-top: 50px;
    }

    .otzivi_tittle {
        font-size: 40px;
        line-height: 100%
    }

    .otzivi {
        margin-top: 50px;
    }

    .otzivi_items {
        margin-top: 50px;
    }

    .otzivi_item {
        margin-right: 20px;
        width: 100%;
    }

    .otzivi_item_content {
        padding: 22px 24px;
    }

    .otzivi_item_item_name {
        font-size: 20px;
        line-height: 100%;
    }

    .otzivi_item_item:last-child {
        justify-content: flex-end;
    }

    .otzivi_item_item_zvezda {
        width: 15px;
    }

    .otzivi_item_text {
        font-size: 14px;
        line-height: 100%;
        margin-top: 30px;
    }



    .footer {
        margin-top: 50px;
    }

    .footer_item_subtittle {
        margin-top: 0px;
        font-size: 20px;
    }

    .footer_items {
        display: block;
        padding: 20px;
    }

    .footer_item {
        margin-bottom: 30px;
    }

    .footer_item:first-child {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer_item_info {
        margin-top: 30px;
    }

    .footer_item_bottom {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer_main {
        height: auto;
    }

    .footer_item:last-child {
        height: auto;
    }

    .footer_item_info_gps {
        font-size: 14px;
        line-height: 100%
    }

    .footer_item_info_phone {
        font-size: 18px;
        line-height: 100%;
        margin-top: 10px;
    }

    .footer_item_text {
        text-align: center;
    }

    .footer_item_bottom_items {
        justify-content: center;
    }

    .footer_item_tittle {
        font-size: 80px;
        line-height: 100%
    }

    .footer_item iframe {
        height: 300px;
    }

    .onas_personal_items {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        width: 100%;
        max-width: 300px;
    }



    .onas_personal_item {
        margin-right: 0px;
    }

    .uslugi .container {
        max-width: 500px;
    }

    .otzivi .porfolio_more_item:last-child {
        margin-left: 20px;
    }
}





@media (min-width:800px) and (max-width:1439px) {
    /*
    .header {
        display: none !important;
    }

    #header.default {
        display: none !important;
    }
*/





    .intro_subtittle {
        font-size: 35px;
        line-height: 100%;
        padding-top: 35vh;
    }

    .intro_tittle {
        font-size: 90px;
        line-height: 100%;
        margin-left: 0px;
    }

    .intro_text {
        font-size: 25px;
        line-height: 100%;
        max-width: 80%
    }

    .intro_button a {
        font-size: 14px;
        line-height: 100%;
    }




    .intro {
        height: auto;
        min-height: 100vh;
        background-position: center;
    }

    .intro_bottom_items {
        padding-bottom: 50px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .onas {
        margin-top: 50px;
    }

    .onas_tittle {
        font-size: 50px;
        line-height: 100%
    }

    .onas_personal_items {
        margin-top: 50px;
    }



    .onas_item_text {
        font-size: 20px;
    }

    .onas_personal_item {
        margin-right: 30px;
    }

    .onas_personal_item_name {
        font-size: 30px;
        line-height: 100%;
    }

    .onas_personal_item_opit {
        font-size: 20px;
        line-height: 100%;
    }

    .onas_personal_items_swap_item_text {
        font-size: 20px;
    }

    .onas_personal_items_swap img {
        width: 30px;
    }




    .uslugi {
        margin-top: 50px;
    }

    .uslugi_tittle {
        line-height: 100%;
        font-size: 50px;
    }

    .uslugi_items {
        margin-top: 30px;
    }

    .uslugi_item_item_tittle {
        font-size: 30px;
        line-height: 100%;
    }

    .uslugi_item_item_opis {
        font-size: 20px;
        line-height: 100%;
    }

    .uslugi_item_item_price {
        line-height: 100%;
        font-size: 30px;
        text-align: right;
    }

    .uslugi_item_item_time {
        line-height: 100%;
        font-size: 20px;
        margin-top: 20px;
    }

    .uslugi_item_item_info {
        line-height: 100%;
        font-size: 16px;
    }

    .uslugi_item_item:first-child {
        margin-right: 20px;
    }


    .porfolio {
        margin-top: 50px;
    }

    .porfolio_tittle {
        font-size: 50px;
        line-height: 100%;
    }

    .porfolio_text {
        font-size: 20px;
        line-height: 100%;
    }

    .porfolio_item {
        margin-right: 20px;
    }

    .porfolio_more_tittle {
        font-size: 30px;
        line-height: 100%;
    }

    .porfolio_more_subtittle {
        font-size: 20px;
        line-height: 100%;
        margin-top: 10px;
    }

    .porfolio_more_item_button {
        font-size: 20px;
        line-height: 100%;
        text-align: center;
    }

    .porfolio_video {
        margin-top: 50px;
    }

    .otzivi_tittle {
        font-size: 50px;
        line-height: 100%
    }

    .otzivi {
        margin-top: 50px;
    }

    .otzivi_items {
        margin-top: 50px;
    }

    .otzivi_item {
        margin-right: 20px;
        width: 100%;
    }

    .otzivi_item_content {
        padding: 22px 24px;
    }

    .otzivi_item_item_name {
        font-size: 30px;
        line-height: 100%;
    }

    .otzivi_item_item:last-child {
        justify-content: flex-end;
    }

    .otzivi_item_item_zvezda {
        width: 25px;
    }

    .otzivi_item_text {
        font-size: 18px;
        line-height: 100%;
        margin-top: 30px;
    }



    .footer {
        margin-top: 50px;
    }

    .footer_item_subtittle {
        margin-top: 0px;
        font-size: 30px;
    }

    .footer_items {
        display: block;
        padding: 20px;
    }

    .footer_item {
        margin-bottom: 30px;
    }

    .footer_item:first-child {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footer_item_info {
        margin-top: 30px;
    }

    .footer_item_bottom {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer_main {
        height: auto;
    }

    .footer_item:last-child {
        height: auto;
    }

    .footer_item_info_gps {
        font-size: 25px;
        line-height: 100%
    }

    .footer_item_info_phone {
        font-size: 25px;
        line-height: 100%;
        margin-top: 10px;
    }

    .footer_item_text {
        text-align: center;
    }

    .footer_item_bottom_items {
        justify-content: center;
    }

    .footer_item_tittle {
        font-size: 100px;
        line-height: 100%
    }

    .footer_item iframe {
        height: 300px;
    }
}
