@charset "UTF-8";
html {
    box-sizing: border-box;
    background: #2c2c2c;
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    transition: all 0.3s;
}

*, :after, :before {
    box-sizing: border-box;
}

a, button, input {
    outline: none;
}
a {
    color: #000;
    text-decoration: none;
}
div {
   /* border: 1px red solid;*/
}
body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    position: relative;
}
.content {
    width: 1920px;
    margin: 0 auto;
}
.center {
    padding: 50px 80px;
}


.foto_fon img,
.foto_fon11 img,
.foto_fon22 img,
.foto_fon33 img {
    object-fit: contain;
    position: absolute;
    width: 370px;
    z-index: -1;
    margin-left: -85px;
    transform: rotate(207deg);
    filter: drop-shadow(2px 4px 6px #515151);
    margin-top: 12px;
}
.foto_fon11 img {
    width: 400px;
    right: -100px;
    transform: rotate(0deg);
    display: none;
}
.foto_fon22 img,
.foto_fon33 img {
    width: 100%;
    margin: 0;
    transform: rotate(0deg);
    bottom: -346px;
    filter: drop-shadow(2px 4px 6px black);
    filter: opacity(0.4);
}
.foto_fon33 img {
    width: 71%;
    bottom: 0px;
    top: -793px;
    right: -65px;
}
/*header*/

.baner_fon {
    background-image: url(../img/fon2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c0c0c0;
    height: 65vh;
    min-height: 600px;
}
.blok_fon00 {
    background-image: url(../img/fon2c.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: top;
    background-color: #c0c0c000;
    height: 100px;
    margin-top: -77px;
}
.baner_menu {
    position: fixed;
    height: 85px;
    padding: 0 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    background: #2c2c2c;
    filter: drop-shadow(0px 2px 6px #fafafa);
}
.blok_baner {
    padding-top: 85px;
}
.baner_menu img {
    object-fit: contain;
    width: 30px;
    padding-left: 10px;
}
.baner_menu_logo a {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.baner_menu_logo img {
    width: 70px;
    padding-right: 5px;
}
.baner_menu_logo h1 {
    text-transform: uppercase;
    font-family: math;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-shadow: 0 0 30px #000000;
}
.baner_menu_all {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -92px;
}
.baner_menu_all a {
    text-transform: uppercase;
    /*font-family: math;*/
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    padding: 0 10px;
    color: #ffffff;
    transition: 1s;
}
.baner_menu_all a:hover {
    color: rgb(159,157,158);

}
.baner_menu_met {
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.baner_menu_met img {
    width: 50px;
    filter: invert(1);
}
.baner_menu_met h5 {
    text-transform: uppercase;
    /*font-family: math;*/
    font-size: 18px;
    line-height: 16px;
    color: #ffffff;
}
.baner_tx {
    height: calc(100% - 177px);
    position: relative;

}
.baner_tx_slog {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: calc(100% - 44px);
    justify-content: space-between;
}
.baner_tx_slog1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.baner_tx_slog1 h1 {

    text-transform: uppercase;
    /*font-family: math;*/
    font-size: 38px;
    line-height: 36px;
    color: #ffffff;
}
.baner_tx_slog1 h2 {
    text-transform: uppercase;
    /*font-family: math;*/
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;

}
.baner_tx_slog1 h2 span {
    font-size: 27px;
    line-height: 30px;
    color: #ffb509;

}
.baner_tx_slog2 {
    display: flex;
    flex-direction: column;
}
.baner_tx_slog2 table {
    border-collapse: collapse;
    filter: grayscale(1);
}
.baner_tx_slog2 tr td {
    border: 1px solid #ffb509;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.baner_tx_slog2 thead tr td {
    background: #ffb50933;
}
.baner_tx_slog2 td {

}

.btn_zap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background-color: #b3b3b3;
    padding: 15px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    /*font-family: math;*/
    font-size: 16px;
    line-height: 14px;
    background-color: rgb(159,157,158);
    background: linear-gradient(38deg, rgba(159,157,158,1) 2%, rgba(154,154,154,1) 14%, rgba(251,250,251,1) 31%, rgba(154,154,154,1) 77%);
    text-shadow: 0 0 5px black;
    transition: filter 1s;
}
.btn_zap:hover {
    /*background-color: rgb(159,157,158);
    background: linear-gradient(38deg, rgba(159,157,158,1) 20%, rgba(154,154,154,1) 34%, rgba(251,250,251,1) 61%, rgba(154,154,154,1) 94%);*/
    filter: sepia(1);
}
.blok_onas {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    width: 100%;
}
.onas_i,
.uslugi_zag {
    transform: skewY(-15deg);
    width: 402px;
    z-index: 10;
    position: relative;
}
.onas_i img {
    object-fit: cover;
    width: 400px;
    height: 350px;
}
.onas_i h2,
.uslugi_zag h2 {
    background-color: rgb(159,157,158);
    background: linear-gradient(38deg, rgba(159,157,158,1) 2%, rgba(154,154,154,1) 14%, rgba(251,250,251,1) 31%, rgba(154,154,154,1) 77%);
    width: 390px;
    padding: 20px 80px;
    text-shadow: -2px 2px white;
    text-transform: uppercase;
    font-family: math;
    font-size: 30px;
    line-height: 29px;
    color: #2c2c2c;
}
.onas_i h4,
.uslugi_zag h4{
    text-transform: uppercase;
    font-family: math;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding-left: 60px;
    padding-top: 10px;
    position: absolute;
}
.uslugi_zag h4 {
    top: 68px;
}
 .blok_fon_left,
 .blok_fon_left2 {
     background-image: url(../img/fon-left.png);
     background-size: cover;
     background-repeat: repeat-y;
     background-position: right;
     background-color: #c0c0c000;
     width: 50px;
     margin-left: -29px;
     margin-top: 0;
     margin-bottom: 0;
     z-index: 11;
 }
.blok_fon_left2 {
    background-size: contain;
    margin-top: -52px;
    margin-bottom: 50px;
    margin-left: -45px;
}
.onas_tx {
    padding: 0 80px 0 40px;
    width: calc(100% - 417px);

    /*background-image: url(../img/z-fon.png);*/
    /*background-size: contain;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-color: #c0c0c000;*/


}
.onas_tx h5 {
    text-transform: uppercase;
    font-family: math;
    font-size: 30px;
    line-height: 29px;

}
.onas_tx h6 {
    text-transform: uppercase;
    font-family: system-ui;
    font-size: 20px;
    line-height: 30px;
    color: #ffb509;
    text-shadow: 1px 1px 2px #000000;
}
.onas_tx p {
    font-size: 18px;
    line-height: 23px;

}
.onas_tx_all {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.onas_tx_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 3 - 20px);
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    font-family: math;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.onas_tx_list p {
    font-family: system-ui;
    padding: 0 30px;
    font-weight: 400;
}
.onas_tx_list img {
    object-fit: contain;
    width: 80px;
    height: 60px;
    filter: drop-shadow(1px 1px 2px #fff);
}
.blok_uslugi,
.blok_karta {
    margin-top: 150px;
    width: 100%;
}
.blok_karta .uslugi_zag h4 {
    top: 95px;
}

.uslugi_zag {
    display: flex;
}
.uslugi_all {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -73px;
    z-index: 9;
    position: relative;
}
.uslugi_list,
.uslugi_list1 {
    width: calc(100% / 2 - 20px);
    background-image: url(../img/usl1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c0c0c0;
    background-blend-mode: multiply;
    height: 440px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
    border-radius: 7px;
    filter: drop-shadow(0px 0px 0px #fff);
    z-index: -1;
    border: 5px #fff double;
    transition: transform 1s;
}
.uslugi_list:hover,
.uslugi_list1:hover {
    transform: translateY(-10px);
}

.uslugi_list1 {
    background-image: url(../img/usl2.jpg);
}
.uslugi_list2 {
    background-image: url(../img/usl3.jpg);
}
.uslugi_list3 {
    background-image: url(../img/usl4.jpg);
}
.uslugi_all h5 {
    text-align: left;
    text-transform: uppercase;
    font-family: math;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}
.uslugi_all span {

    font-family: system-ui;
    font-size: 25px;
    line-height: 25px;
    color: #9a9a9a;
    text-shadow: 0 0 7px #2c2c2c;
}
.uslugi_all a {
    color: #fff;
    padding: 15px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: math;
    font-size: 16px;
    line-height: 14px;
    background-color: rgb(159, 157, 158);
    background: linear-gradient(38deg, rgba(159, 157, 158, 1) 2%, rgba(154, 154, 154, 1) 14%, rgba(251, 250, 251, 1) 31%, rgba(154, 154, 154, 1) 77%);
    text-shadow: 0 0 8px black;
    transition: background 1s;
    border: 2px rgb(159, 157, 158) solid;
}
.uslugi_all a:hover {
    background: #00000000;
    border: 2px #fff solid;
}


.blok_form {
    width: 100%;
    margin: 60px 0;
    position: relative;
}

.form_all_1 {
    background-image: url(../img/fon-foot.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c0c0c0;
    padding: 50px 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.form_all_1 p,
.form_all_1 h3 {
    text-transform: uppercase;
    font-family: math;
    font-size: 30px;
    line-height: 29px;
    padding-bottom: 20px;
    padding-top: 15px;
}
.form_all_1 p {
    font-size: 26px;

}
.form_all_1 a {
    text-transform: uppercase;
    font-family: system-ui;
    font-size: 30px;
    line-height: 29px;
    color: #ffb509;
    text-shadow: 1px 1px 1px #000000;
}
.form_all_1 a:hover {
    filter: grayscale(1);
}
.form_all_1 .form_all_btn a {
    color: #fff;
    font-weight: bold;
    border: 2px #25d366 solid;
    background-color: #25d366;
    padding: 12px 30px;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: math;
    font-size: 16px;
    line-height: 14px;
    margin-right: 20px;
}
.form_all_1 .form_all_btn .form_all_btn_tel {
    background-color: #0088cc;
    border: 2px #0088cc solid;
}
.form_all_1 .form_all_btn a:hover {
    background-color: #00000000;
    color: #25d366;
    text-shadow: 0px 0px 2px #ffffff;
}
.form_all_1 .form_all_btn .form_all_btn_tel:hover {
    color: #0088cc;

}



.karta_map {

    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.karta_map img {
    object-fit: contain;
    height: 400px;
    margin-top: -50px;
    margin-right: -50px;
    border-radius: 7px;
}

.karta_map_onl {
    position:relative;
    overflow:hidden;
    border-radius: 9px;
    border-top: 4px #2c2c2c solid;
    border-left: 1px #2c2c2c solid;
    margin: 0;
    padding: 0;
}
.karta_map_onl iframe {
    width: 700px;
    height: 400px;
}



.form_all {
    padding: 50px 80px;
    display: flex;
    justify-content: center;
}
.form_all_cont {
    display: flex;
    flex-direction: column;
}
.form_all_cont p {
    text-transform: uppercase;
    font-family: system-ui;
    font-size: 20px;
    line-height: 19px;
    color: #ffb509;
    text-shadow: 1px 1px 2px #000000;
}
.form_all_cont span {
    text-transform: uppercase;
    font-family: math;
    font-size: 26px;
    line-height: 26px;
    padding: 15px 0;
    color: #fff;
}
.form_all_cont a {
    text-transform: uppercase;
    font-family: math;
    font-size: 20px;
    line-height: 20px;
    color: #adadad;
}
.form_all_cont a:hover {
    color: #ffb509;
}
.form_all_bord {
    background: #fff;
    width: 1px;
    margin: 0 40px;
}
.form_all form {
    display: flex;
    flex-direction: column;
}
.form_all h3 {
    text-transform: uppercase;
    font-family: math;
    font-size: 30px;
    line-height: 29px;
    text-align: center;
    padding-bottom: 20px;
}
.form-group,
.submit-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.form-group input {
    padding: 15px 10px;
    margin: 20px 0;
    border: none;
    outline: none;
    background: #2c2c2c;
    border-bottom: 1px #ffffff solid;
    border: 1px #ffffff solid;
    color: #fff;
    font-size: 16px;
    width: 400px;
    border-radius: 6px;
    cursor: pointer;
}
.form-group input:-internal-autofill-selected,
.form-group input:active,
.form-group input:focus-visible,
.form-group input:hover {
    filter: drop-shadow(2px 2px 5px #fff);
    /*background-color: #fff;
    color: #000000;*/
}
.custom-file-upload {
    display: inline-block;
    padding: 15px 10px;
    margin: 20px 0;
    cursor: pointer;
    background-color: #00000000;
    border: 1px #ffffff solid;
    border-radius: 6px;
    color: #ffffff;
    font-size: 16px;
    width: 400px;
    text-align: center;
}
.custom-file-upload:hover {
    filter: drop-shadow(2px 2px 5px #fff);
}
.submit-block input {
    width: 400px;
    color: #fff;
    background-color: #b3b3b3;
    border: 1px #ffffff solid;
    padding: 15px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: math;
    font-size: 16px;
    line-height: 14px;
    background-color: rgb(159,157,158);
    background: linear-gradient(38deg, rgba(159,157,158,1) 2%, rgba(154,154,154,1) 14%, rgba(251,250,251,1) 31%, rgba(154,154,154,1) 77%);
    text-shadow: 0 0 5px black;

}
.submit-block input:hover {
    /*filter: sepia(1);*/
    /*background: #2c2c2c;*/
    filter: drop-shadow(2px 2px 5px #fff);
}
.submit-block input {

}


.footer_all {
    background-image: url(../img/fon-foot.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c0c0c0;
    height: 40vh;
    min-height: 400px;
}
.footer_fon00 {
    background-image: url(../img/fon2c_top.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: bottom;
    background-color: #c0c0c000;
    height: 100px;
    margin-top: 150px;
    margin-bottom: -70px;
    z-index: 11;
    position: relative;
}
.footer_i {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 400px;
    text-shadow: 0 0 20px #ffffff;
}
.footer_all {
    display: flex;
}
.footer_i_logo,
.footer_i_met {
    display: flex;
    align-items: center;
}
.footer_i_logo img {
    object-fit: contain;
    width: 70px;
    padding-right: 5px;
}
.footer_i_logo h1 {
    text-transform: uppercase;
    font-family: math;
    font-size: 30px;
    line-height: 33px;
    color: #ffffff;

}
.footer_i_met img {
    object-fit: contain;
    width: 40px;
    filter: invert(1);
}
.footer_i_met h5 {
    text-transform: uppercase;
    font-family: math;
    font-size: 18px;
    line-height: 16px;
    color: #ffffff;

}
.footer_tx {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 400px);
    padding-top: 5vh;
    border-bottom: 2px #ffffff solid;
}
.footer_tx_list {
    display: flex;
    flex-direction: column;
}
.footer_tx_list h5 {
    text-transform: uppercase;
    font-family: system-ui;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    color: #2c2c2c;
    padding-bottom: 25px;
    text-shadow: 0 0 20px #ffffff;
}
.footer_tx_list a {
    text-transform: uppercase;
    font-family: system-ui;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;

}
.footer_tx_list a:hover {
    color: #ffb509;
}
.footer_icon {
    display: flex;

}
.footer_icon a {
    border: 2px #9d9d9d solid;
    background: #00000057;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 6px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.footer_icon a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}


/*Доп.страницы*/

.razdel {
    padding-top: 85px;
}
.razdel h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 0;
}

/*услуги*/

.uslugi_opis {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2.1px;
    color: #ffffff;
    padding-bottom: 0;
    position: relative;
}
.uslugi_opis a {
    color: #ffffff;
    text-decoration: underline;
}
.uslugi_opis a:hover {
    color: #ffffff70;
}
.uslugi_opis h5 {
    font-size: 24px;
    margin: 15px 0;
}
.uslugi_opis ol,
.uslugi_opis ul {
    margin-left: 30px;
}
.uslugi_opis ol li,
.uslugi_opis ul li {
    margin: 10px 0;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.9px;
    width: 70%;
}
.uslugi_opis details {
    margin: 10px 0;
}
.uslugi_opis details summary {
    background: #ffffff36;
    padding: 20px 30px;
    border-bottom: 1px #fafafa61 solid;
    font-weight: 700;
    letter-spacing: 0.9px;
}

.uslugi_opis details[open] > summary {
    background: #ffffff96;
}
.uslugi_opis details p{
    padding: 10px 0 10px 30px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.9px;
}

.uslugi_opis img {
    position: absolute;
    z-index: -1;
    object-fit: contain;
    width: 530px;
    top: 200px;
    left: -218px;
    transform: rotate(233deg);
}
.uslugi_opis form {
    margin-top: 40px;
    margin-bottom: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}
.uslugi_opis form button,
.uslugi_opis form input {
    width: 100%;
    padding: 10px 15px;
    margin: 8px 0;
    font-size: 18px;
    color: #2c2c2c;
}
.uslugi_opis form button {
    background: #2c2c2c;
    color: #fff;
    border: 1px #fff solid;
}
.uslugi_opis form button:hover {
    background: #ffffff30;
}

/*слайдер*/
.gallery {
    display: flex;
    gap: 10px;
    padding-bottom: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery-item {
    object-fit: cover;
    width: calc(100% / 4 - 10px);
    height: 300px;
    cursor: pointer;
}

.gallery-item:hover {
    transform: scale(1.05);
}

/* Стиль для модального окна */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev, .next {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: white;
    padding: 16px;
    cursor: pointer;
    transition: 0.3s ease;
    user-select: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.6);
}








@media only screen and (max-width: 1940px) {
    .content {
        width: 100%;
    }
    .foto_fon33 img {
        right: 0;
    }
    .blok_fon_left2 {
        transform: skewY(-15deg);
        height: 453px;
    }
}

@media only screen and (max-width: 1360px) {
    .baner_menu_logo img {
        width: 55px;
    }
    .baner_menu_logo h1 {
        font-size: 25px;
        line-height: 25px;
    }
    .baner_menu_all a {
        font-size: 14px;
    }
    .baner_menu {
        padding: 0 40px;
    }
    .baner_menu_met img {
        width: 40px;
    }
    .baner_menu_met h5 {
        font-size: 15px;
    }
    .baner_menu_all {
        margin-left: 0;
    }
    .onas_tx h6 {
        font-size: 19px;
        line-height: 23px;
    }
    .onas_tx_list p {
        padding: 0 10px;
    }
    .onas_tx_list p {
        line-height: 15px;
        padding: 0;
        font-size: 14px;
    }
    .onas_tx_list {
        width: calc(100% / 3 - 5px);
    }
    .uslugi_list, .uslugi_list1 {
        width: calc(100% / 2 - 3px);
        height: 400px;
        padding: 25px 10px;
    }
    .uslugi_all h5 {
        font-size: 24px;
        line-height: 24px;
        width: 100%;
    }
    .uslugi_all span {
        font-size: 17px;
    }
    .uslugi_list, .uslugi_list1 {
        flex-direction: column;
        justify-content: flex-end;
    }
    .karta_map img {
        object-fit: cover;
        object-position: center;
        height: 350px;
        width: calc(100% / 2);
    }
    .karta_map_onl {
        width: calc(100% / 2);
        height: 350px;
    }
    .karta_map_onl iframe {
        width: 100%;
        height: 100%;
    }
    .form_all h3 {
        font-size: 25px;
        line-height: 25px;
        padding-bottom: 25px;
    }
    .foto_fon22 img, .foto_fon33 img {
        bottom: -161px;
    }
    .footer_i {
        width: auto;
        padding-right: 10px;
    }
    .footer_tx {
        width: auto;
        padding-top: 0;
    }
    .footer_tx_list {
        padding-left: 10px;
    }
    .footer_tx_list a {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 15px;
    }
    .footer_icon a {
        padding: 6px;
    }
    .center {
        padding: 50px 40px;
    }
    .onas_tx {
        padding: 0 40px;
    }
    .form_all_1 {
        padding: 50px 40px;
    }
    .form_all {
        padding: 50px 40px;
    }
    .footer_all {
        justify-content: space-between;
        height: auto;
    }
    .gallery-item {
        height: 230px;
    }
}

.burger-menu{
    display: none;
}


@media only screen and (max-width: 990px) {
    .baner_tx {
        height: calc(100% - 80px);
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .baner_tx_slog {
        height: calc(100% - 70px);
        align-items: flex-start;
        width: 100%;
    }
    .onas_i, .uslugi_zag {
        transform: skewY(0deg);
    }
    .blok_onas .blok_fon_left2 {
        display: none;
    }
    .blok_fon_left, .blok_fon_left2 {
        display: none;
    }
    .uslugi_all {
        margin-top: 0;
        flex-direction: column;
    }
    .blok_uslugi .center {
        padding: 0 15px;
    }
    .uslugi_zag {
        margin-bottom: 50px;
    }
    .onas_i h2, .uslugi_zag h2 {
        background-color: rgb(159, 157, 158);
        background: linear-gradient(38deg, rgba(159, 157, 158, 1) 2%, rgba(154, 154, 154, 1) 14%, rgba(251, 250, 251, 1) 31%, rgba(154, 154, 154, 1) 77%);
        width: auto;
        padding: 20px 16px;
    }
    .center {
        padding: 30px 15px;
    }
    .baner_menu_logo img {
        width: 50px;
        padding-right: 3px;
    }
    .baner_menu_logo h1 {
        font-size: 23px;
        line-height: 20px;
    }
    .baner_menu_all,
    .baner_menu_met {
        display: none;
    }
    .baner_fon {
        height: 70vh;
        min-height: 500px;
    }
    .baner_tx_slog {
        flex-direction: column;
    }
    .btn_zap {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .baner_tx_slog2 {
        padding-top: 90px;
    }
    .baner_menu {
        height: 70px;
        padding: 0 15px;
    }
    .blok_baner {
        padding-top: 70px;
    }
    .blok_onas {
        flex-direction: column;
        }
    .onas_tx {
        padding: 0 15px;
        width: 100%;
        margin-top: -300px;
        z-index: 10;
    }
    .onas_i, .uslugi_zag,.onas_i img,
    .onas_i h2, .uslugi_zag h2 {
        width: 100%;
    }
    .onas_i img {
        filter: opacity(0.3);
    }
    .onas_tx_list {
        width: calc(100% / 3 - 5px);
    }
    .onas_tx_list p {
        padding: 0 5px;
    }
    .onas_tx_list p {
        font-size: 16px;
        line-height: 19px;
    }
    .uslugi_list, .uslugi_list1 {
        width: calc(100% / 1);
        margin-bottom: 20px;
    }
    .uslugi_all h5 {
        font-size: 25px;
        line-height: 27px;
    }
    .uslugi_all span {
        font-size: 18px;
    }
    .form_all_1 {
        padding: 50px 30px;
        flex-direction: column;
        justify-content: center;
    }
    .karta_map {
        flex-direction: column;
    }
    .karta_map img {
        height: 350px;
        width: 100%;
        border-radius: 0;
        margin-top: -22px;
    }
    .karta_map_onl {
        border-radius: 0;
        border-top: 0.5px #2c2c2c solid;
        border-left: 0 #2c2c2c solid;
        width: 100%;
    }
    .karta_map_onl iframe {
        width: 100%;
        height: 100%;
    }
    .form_all {
        padding: 30px 15px;
        flex-direction: column;
    }
    .form_all h3 {
        font-size: 25px;
        padding-bottom: 30px;
    }
    .form_all_cont span {
        font-size: 21px;
        line-height: 20px;
    }
    .form-group input,
    .custom-file-upload,
    .submit-block input {
        padding: 20px 10px;
        font-size: 18px;
        width: 100%;
    }
    .foto_fon22 img, .foto_fon33 img {
        bottom: -200px;
    }
    .footer_all {
        flex-direction: column;
        height: auto;
    }
    .footer_i_logo img {
        width: 50px;
    }
    .footer_i_logo h1 {
        font-size: 25px;
        line-height: 23px;
    }
    .footer_i_met img {
        width: 35px;
    }
    .footer_i_met h5 {
        font-size: 18px;
    }
    .footer_i {
        width: 100%;
    }
    .footer_i_met {
        margin-top: 30px;
    }
    .footer_tx {
        width: 100%;
        padding-top: 30px;
    }
    .footer_tx_list h5 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .footer_tx_list a {
        font-size: 16px;
        line-height: 20px;
    }
    .footer_icon a {
        width: 35px;
        height: 35px;
        padding: 5px;
    }



    .burger-menu {
        display: block;
        padding: 18px 5px;
    }
    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }
    .burger {
        position: relative;
        z-index: 18;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        width: 40px;
        height: 20px;
    }
    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background: #fafafa;
    }
    .burger::after {
        bottom: 0;
        transition: bottom .0s .0s, transform .0s;
    }
    .burger-checkbox:checked + .burger::before {
        top: 12px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .10s, top .2s, transform .2s .10s;
    }
    .burger-checkbox:checked + .burger::after {
        bottom: 6px;
        transform: rotate(-45deg);
        transition: bottom .2s, transform .2s .10s;
    }
    .baner_menu a img {
        padding-left: 0;
    }
    .menu-list {
        top: 0;
        right: 0;
        position: absolute;
        padding: 70px 0 50px;
        margin: 0;
        background: #2c2c2c;
        list-style-type: none;
        transform: translateX(110%);
        transition: .3s;
        width: max-content;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100vh;
    }
    .menu-list li {
        width: 100%;
    }
    .menu-list li a,
    .menu-item {
        display: block;
        width: 100%;
        padding: 23px 15px;
        color: #fafafa77;
        font-size: 21px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .bord_men {
        width: 100%;
        border: 1px #7A7A7A solid;
    }
    .menu-item:hover {
        color: #ffa508;
    }
    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
    }
    .menu-list h5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 21.2px;
        letter-spacing: 0.44px;
        color: #FAFAFA;
        text-transform: uppercase;
        padding: 15px 10px;
    }
    .menu-list a {
        color: #ffa508;
        padding: 10px 15px;
    }
    .menu-list a:hover {
        color: #FAFAFA;
    }
    .menu-list .footer_tx1_icon {
        padding: 0 15px;
    }
    .menu-list .footer_tx1_icon a {
        padding: 3px;
        margin: 18px 5px 5px;
        width: 35px;
        height: 35px;
    }
    .menu-list .btn_burg {
        background: none;
        color: #ffa508;
        border: 1px #ffa508 solid;
        padding: 15px;
        width: calc(100% - 30px);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 15px;
    }
    .razdel h2 {
        font-size: 35px;
        line-height: 33px;
    }
    .gallery-item {
        height: 170px;
    }
}


@media only screen and (max-width: 700px) {
    .baner_fon {
        height: auto;
    }
    .baner_tx_slog1 h1 {
        font-size: 28px;
        line-height: 28px;
    }
    .baner_tx_slog1 h2 {
        font-size: 22px;
        line-height: 25px;
    }
    .baner_tx_slog1 h2 span {
        font-size: 19px;
    }
    .btn_zap {
        margin: 40px;
        width: max-content;
        background: #ffffff26;
        border: 1px #ffb509 solid;
        border-radius: 0px;
        color: #ffb509;
        padding: 10px 30px;
    }
    .baner_tx {
        align-items: center;
    }
    .baner_tx_slog2 tr td {
        font-size: 17px;
        line-height: 25px;
    }
    .onas_i h2, .uslugi_zag h2 {
        padding: 10px 15px;
        font-size: 24px;
        line-height: 22px;
    }
    .onas_i h4, .uslugi_zag h4 {
        font-size: 16px;
    }
    .onas_tx h5 {
        font-size: 24px;
        line-height: 25px;
    }
    .onas_tx h6 {
        font-size: 17px;
    }
    .blok_uslugi, .blok_karta {
        margin-top: 70px;
    }
    .uslugi_zag {
        margin-bottom: 20px;
    }
    .uslugi_list, .uslugi_list1 {
        height: 320px;
    }
    .uslugi_all h5 {
        font-size: 21px;
        line-height: 21px;
    }
    .uslugi_all span {
        font-size: 17px;
    }
    .uslugi_all a {
        padding: 12px 30px;
    }
    .form_all_1 p, .form_all_1 h3, .form_all_1 p {
        font-size: 24px;
    }
    .blok_form {
        margin: 0;
    }
    .footer_fon00 {
        margin-top: 100px;
    }
    .blok_uslugi, .blok_karta {
        margin-top: 90px;
    }
    .karta_map {
        padding-top: 20px;
    }
    .blok_karta .uslugi_zag h4 {
        top: 65px;
    }
    .karta_map img,
    .karta_map_onl {
        height: 230px;
    }
    .form_all {
        padding: 60px 15px;
    }
    .form_all_cont p,
    .form_all_cont a {
        font-size: 18px;
    }
    .form_all h3 {
        font-size: 22px;
    }
    .footer_tx_list h5 {
        font-size: 16px;
    }
    .footer_tx_list a {
        font-size: 15px;
    }
    .footer_tx_list a {
        padding-bottom: 7px;
    }
    .razdel h2 {
        font-size: 30px;
    }
    .uslugi_opis {
        font-size: 19px;
        line-height: 20px;
    }
    .uslugi_opis h5 {
        font-size: 22px;
    }
    .uslugi_opis ol li, .uslugi_opis ul li {
        font-size: 18px;
        line-height: 18px;
    }
    .uslugi_opis details summary {
        padding: 15px 20px;
    }
    .uslugi_opis details p {
        padding: 10px 0 10px 20px;
        font-size: 18px;
        line-height: 19px;
    }
    .uslugi_opis img {
        width: 430px;
    }
    .gallery-item {
        width: calc(100% / 2 - 10px);
    }
}


@media only screen and (max-width: 450px) {
    .baner_tx_slog1 h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .baner_tx_slog1 h2 span {
        font-size: 16px;
        line-height: 18px;
    }
    .baner_tx_slog2 tr td {
        font-size: 15px;
        line-height: 27px;
        padding: 5px;
    }
    .baner_tx_slog1 h1 {
        font-size: 25px;
        line-height: 28px;
    }
    .baner_menu_logo h1 {
        font-size: 18px;
        line-height: 16px;
    }
    .baner_menu_logo img {
        width: 45px;
        padding-right: 4px;
    }
    .btn_zap {
        width: 100%;
    }
    .onas_tx p {
        text-align: justify;
    }
    .onas_tx_list p {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: -1.12px;
    }
    .onas_tx_list img {
        width: 62px;
        height: 43px;
    }
    .uslugi_list, .uslugi_list1 {
        height: 210px;
    }
    .onas_i h4, .uslugi_zag h4 {
        font-size: 14px;
        padding: 0 25px;
    }
    .uslugi_all a {
        padding: 10px 30px;
        font-size: 14px;
        margin-top: 10px;
    }
    .uslugi_all span {
        font-size: 12px;
        line-height: 12px;
    }
    .uslugi_all h5 {
        font-size: 15px;
        line-height: 17px;
    }
    .uslugi_list, .uslugi_list1 {
        margin-bottom: 10px;
    }
    .form_all_1 .form_all_btn a {
        margin-right: 0;
        margin-top: 15px;
    }
    .form_all_btn {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: start;
    }
    .form_all_1 {
        padding: 45px 15px;
    }
    .form_all_1 a {
        font-size: 20px;
        line-height: 0;
    }
    .form_all_1 p, .form_all_1 h3, .form_all_1 p {
        font-size: 19px;
    }
    .karta_map img, .karta_map_onl {
        height: 180px;
    }
    .blok_fon00 {
        margin-top: -61px;
    }
    .form_all_cont p, .form_all_cont a {
        font-size: 16px;
    }
    .form_all_cont span {
        font-size: 18px;
    }
    .form_all h3 {
        font-size: 20px;
    }
    .form-group input {
        margin: 7px 0;
    }
    .form-group input, .custom-file-upload, .submit-block input {
        padding: 15px 10px;
        font-size: 17px;
    }
    .foto_fon22 img, .foto_fon33 img {
        bottom: -141px;
    }
    .footer_fon00 {
        margin-bottom: -65px;
    }
    .footer_tx {
        flex-direction: column;
    }
    .footer_tx_list {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .footer_tx_list h5 {
        font-size: 14px;
    }
    .footer_tx_list a {
        font-size: 13px;
        padding-bottom: 3px;
    }
    .footer_i_logo img {
        width: 40px;
    }
    .footer_i_logo h1 {
        font-size: 21px;
        line-height: 19px;
    }
    .footer_i_met h5 {
        font-size: 16px;
    }
    .footer_i_met img {
        width: 30px;
    }
    .footer_i {
        padding-right: 0;
        padding-top: 30px;
    }
    .menu-list li a, .menu-item {
        padding: 16px 15px;
        font-size: 19px;
    }
    .menu-list h5 {
        font-size: 17px;
    }
    .menu-list .btn_burg {
        padding: 11px;
    }
    .burger {
        width: 35px;
        height: 16px;
    }
    .burger-checkbox:checked + .burger::before {
        top: 8px;
    }
    .menu-list {
        top: 70px;
        padding: 0 0 50px;
    }
    .uslugi_opis ol li, .uslugi_opis ul li {
        width: 100%;
    }
    .razdel h2 {
        font-size: 25px;
        line-height: 21px;
    }
    .uslugi_opis {
        letter-spacing: normal;
    }
    .uslugi_opis h5 {
        font-size: 20px;
    }
    .uslugi_opis ol li, .uslugi_opis ul li {
        font-size: 17px;
        line-height: 17px;
    }
    .uslugi_opis details summary {
        padding: 10px 10px;
        font-size: 19px;
        line-height: 17px;
    }
    .uslugi_opis details p {
        padding: 10px 0 10px 10px;
        font-size: 17px;
        line-height: 17px;
    }
    .gallery-item {
        height: 150px;
    }
    .uslugi_opis form {
        width: 100%;
    }


}
@media only screen and (max-width: 315px){
    .foto_fon img {
        width: 270px;
    }
    .uslugi_opis img {
        width: 390px;
    }
}

@media only screen and (max-width: 290px) {
    .baner_menu_logo img {
        display: none;
    }
    .btn_zap {
        width: max-content;
    }
}







