/* 1600 , 1400 , 1000 , 800 , 600, 400*/

* {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    transition: color 600ms ease;
}

img {
    max-width: 100%;
}

body {
    margin: 0 auto 0;
    max-width: 1980px;
    background: #111111;
}

.bodys {
    display: block;
    width: 100%;
    height: 100%;
    background: #111111;
}

/*--------- Шапка ----------*/

.header-block {
    display: block;
    width: 100%;
    height: max-content;
}

header {
    position: sticky;
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
    z-index: 3;
}

.header-section {
    display: flex;
    width: 90%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    margin-left: 5%;
}

.logo {
    position: relative;
    width: max-content;
}

.logo a > img {
    width: 280px;
}

.menu {
    position: relative;
    display: block;
    width: max-content;
    margin: 0 60px;
}

.button-menu {
    display: block;
    width: 30px;
    cursor: pointer;
}

.button-menu img {
    width: 100px;
}

.menu ul {
    display: none;
    position: absolute;
    top: 50px;
    width: max-content;
    border: 4px solid #000;
    padding: 30px;
    background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
    border-radius: 0 30px 30px 30px;
}

.menu ul > li {
    display: flex;
    margin-right: 30px;
    list-style: none;
    margin-bottom: 10px;
    cursor: default;
    flex-direction: column;
}

.menu ul > li span {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.text-menu-a {
    display: flex;
    flex-direction: column;
}

.text-menu-a a {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    list-style: none;
    margin-bottom: 7px;
    letter-spacing: 2px;
}

.kontakt {
    display: block;
    width: max-content;
    margin-right: 30px;
    margin-left: auto;
}

.mess {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wats {
    width: 100%;
    margin: 0 20px 0 0;
}

.wats a > img {
    width: 40px;
}


.kontakt2 {
    display: block;
    width: max-content;
    margin-right: 30px;
    margin-left: auto;
}

.mess2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wats2 {
    width: 100%;
    margin: 0 20px 0 0;
    transition: transform 600ms ease;
}

.wats2:hover {
    transform: translateY(-15px);
}

.wats2 a > img {
    width: 60px;
    height: 60px;
}



/*---------------------------*/

@keyframes spins {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.web-studio {
    display: block;
    background: url(https://2this.ru/img/234233.webp) no-repeat center center;
    width: 100%;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #000000bf;
}


.sec-img-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.images-s {
    display: block;
    background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
    width: 35%;
    margin: 60px 0 60px 80px;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #2c2c2c00;
}

.images-s img {
    width: 100%;
    animation: spins 100s linear 0s infinite;
}

.text-block-s {
    position: relative;
    width: 50%;
}

.matrix {
    position: relative;
    display: block;
    border: 10px solid #2b4a26;
    background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
    width: 80%;
    right: -270px;
    left: auto;
    height: 500px;
    /* padding: 10%; */
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #0a0a0a7d;
}

.matrix-text {
    width: 130%;
    position: absolute;
    display: flex;
    left: auto;
    right: -100px;
    flex-direction: column;
    align-items: flex-end;
}

.matrix-text-span1 {
    display: block;
}

.matrix-text-span1 span {
    display: block;
    width: 100%;
    font-size: 76px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    letter-spacing: 3px;
    text-align: right;
    cursor: default;
}

.matrix-text-span2 {
    display: block;
}

.matrix-text-span2 span {
    display: block;
    text-align: right;
    margin-top: 40px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: rgb(161 169 199);
    cursor: default;
}

.matrix-text-span2 span > b {
    color: red;
    font-size: 38px;
}

/*---------------------------*/

/*--------- Шапка -> END ----------*/
/*--------- ТЕЛО  ----------*/

.button-top {
    position: relative;
}

.dom {
    display: block;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    height: max-content;
}

.examples {
    display: block;
    background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #2b43b7d9;
}

.examples-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 100px 0;
}

.examples-text {
    display: block;
    width: 100%;
}

.examples-text span {
    display: block;
    position: relative;
    width: 100%;
    font-weight: 500;
    text-align: center;
    font-size: 44px;
    letter-spacing: 3px;
    cursor: default;
    color: #fff;
}

.examples-box {
    position: relative;
    display: flex;
    width: 81%;
    left: 9.5%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sec-uclug {
    position: relative;
    display: block;
    width: 25%;
    height: 500px;
    margin: 1%;
    border: 4px solid darkred;
    padding: 20px;
    background: #fff;
}

.sec-uclug-block {
    display: block;
}

.sec-uslug-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-uslug-img img {
    width: 70%;
    margin-bottom: 30px;
}

.sec-uslug-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-uslug-text h2 {
    text-align: center;
    cursor: default;
    font-size: 26px;
    width: max-content;
    border-bottom: 3px solid #0007eb;
    margin: 0 0 20px;
}

.sec-uslug-text span {
    text-align: center;
    cursor: default;
    font-size: 22px;
}

.sec-uslug-text span>b {
    text-align: center;
    cursor: default;
    font-size: 26px;
}

.sec-uslug-text span>b del {
    text-decoration: line-through;
    text-decoration-style: double;
    text-decoration-color: red;
    font-weight: 100;
}

.sec-uslug-text button {
    width: 50%;
    position: absolute;
    font-size: 18px;
    padding: 10px 4px;
    margin-top: 10px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 5px;
    background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
    left: 25%;
    top: auto;
    bottom: 20px;
}

.sec-uslug-text button:hover {
    background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
}

.window-block {
    position: absolute;
    display: none;
    background-color: #000;
    width: 100%;
    height: 100%;
}

.window-block p {
    font-size: 20px;
    color: #fff;
    font-style: italic;
    width: 90%;
    padding: 5% 5% 0;
    letter-spacing: 2px;
    cursor: default;
    margin-bottom: -10px;
}

.window-block-button {
    position: absolute;
    width: 50%;
    left: 25%;
    font-size: 18px;
    padding: 10px 4px;
    margin-top: 10px;
    cursor: pointer;
    color: #000;
    border: 0;
    border-radius: 5px;
    background: #fff;
    top: auto;
    bottom: 20px;
}

.window-block-button:hover {
    background: #6e76da;
    color: #fff;
}


.information-block {
    background: url(https://2this.ru/img/868848.webp) no-repeat center center;
    width: 90%;
    padding: 5%;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgb(0 0 0 / 68%);
}

.block-h1-p {
    position: relative;
    width: 90%;
    border-radius: 50px;
    padding: 5%;
    background: #ffffffbf;
}

.block-h1 {
    position: relative;
    display: block;
    width: 100%;
}

.block-h1 h1 {
    font-size: 48px;
    text-align: center;
    color: #000;
    letter-spacing: 3px;
    text-shadow: 20px -13px 15px #000000ad;
    cursor: default;
    margin-bottom: 30px;
}

.block-hp p {
    font-size: 24px;
    text-align: right;
    width: 100%;
    font-weight: bold;
    color: #000;
    text-shadow: 0 0 8px #0000008f;
    cursor: default;
    letter-spacing: 2px;
}

.comment {
    position: relative;
    display: block;
    background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #2bb75699;
    width: 100%;
}

.comment-point {
    position: relative;
    width: 90%;
    left: 5%;
    padding: 100px 0;
}

.h3-span {
    text-align: center;
    margin-bottom: 100px;
    cursor: default;
}

.h3-span h3 {
    font-size: 48px;
    color: #fff;
}

.h3-span span {
    font-size: 42px;
    color: #fff;
}

.coments {
    position: relative;
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 50px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.coment-block {
}

.coment-block img {
    width: 30%;
    border-radius: 50%;
}

.display-flex {
    display: flex;
    width: 30%;
    height: 170px;
    margin: 1.6%;
    border: 1px solid #0014ff40;
    padding: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    border-radius: 10px;
    background: #fff;
}

.display-none {
    display: none;
}

.comm-txt {
    position: relative;
    display: flex;
    width: 68%;
    height: 140px;
    padding: 0 20px;
    flex-direction: column;
}

.comm-txt .names {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    cursor: default;
}

.usluga {
    font-weight: bold;
}

.comm-txt .comm {
    display: block;
    font-size: 18px;
    cursor: default;
}

.comm-txt img {
    position: absolute;
    width: 30%;
    border-radius: 0;
    top: auto;
    bottom: -30px;
    left: auto;
    right: 0;
}

.block-stre {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

.block-stre img {
    position: relative;
    background: #ffffff8c;
    width: 30px;
    height: 70px;
    margin-top: 133px;
    cursor: pointer;
    transition: all 600ms ease;
}

.block-stre img:hover {
    background: rgba(255, 255, 255, 0.92);
}

.gallery {
    position: relative;
    display: block;
    background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
    width: 100%;
    height: max-content;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #0009;
}

.gallery-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 50px 0;
}

.gallery-title span {
    font-size: 52px;
    color: #fff;
    margin: 80px 0;
    text-align: center;
    font-weight: 600;
    cursor: default;
}

.main-img {
    display: block;
    width: 100%;
}

.main-img-one {
    display: block;
    width: 100%;
}

.main-img-one img {
    position: relative;
    width: 80%;
    height: 600px;
    left: 10%;
    border: 3px solid #153281;
    border-radius: 20px;
    cursor: pointer;
    object-fit: cover;
    object-position: top;
}

.main-img-one2 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 11;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text-block-scrol {
    position: absolute;
    display: none;
    font-size: 24px;
    top: 20px;
    text-align: center;
    color: #fff;
}

.block-scroll {
    position: fixed;
    display: block;
    width: 70%;
    height: 80%;
    top: 10%;
    left: auto;
    border: 5px solid #153281;
    border-radius: 3px;
    z-index: 12;
    overflow-y: scroll;
    object-fit: cover;
    object-position: top;
}

.main-img-one2-img {
    width: 100%;
    cursor: pointer;
}

.oll-img {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.main-img-two {
    position: relative;
    display: flex;
    width: 80%;
    left: 10%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.main-img-two img {
    height: 120px;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
}

.main-button-top {
    position: relative;
    display: block;
    width: max-content;
    right: 90px;
    left: auto;
    top: 50px;
}

.main-button-top button {
    position: relative;
    width: 100%;
    padding: 20px 30px;
    font-size: 28px;
    font-weight: bold;
    border: 0;
    color: #fff;
    background: #f1a417;
    border-radius: 5px;
    cursor: pointer;
    transition: background 600ms ease;
}

.main-button-top button:hover {
    background: #a56f04;
    transition: background 600ms ease;
}

.main-button {
    display: block;
    width: 100%;
}

.main-button button {
    position: relative;
    width: 26%;
    left: 37%;
    padding: 10px 25px 15px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #f1a417;
    border-radius: 5px;
    border: 0;
    margin-bottom: 100px;
    cursor: pointer;
    transition: background 600ms ease;
}

.main-button button:hover {
    background: #a56f04;
    transition: background 600ms ease;
}


/* -------форма--------*/

.form-sait {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 8;
}

.close-span {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 60px;
    right: 50px;
    top: 50px;
    background: #000;
    left: auto;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 9;
}

.bg-fixed {
    position: fixed;
    display: flex;
    background: #000;
    top: 5%;
    left: 15%;
    color: #ff6000;
    width: 60%;
    height: 90%;
    padding: 0 5%;
    border: 10px solid #ff6000;
    border-radius: 10px;
    z-index: 6;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    scrollbar-color: #2E9AFF #F498AD;
    justify-content: center;
}

.bg-fixed h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 20px;
}

.bg-fixed span {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 2px;
}

#error {
    display: none;
    width: 95%;
    background: red;
    box-shadow: 0 0 40px #ff0000;
    color: #fff;
    font-size: 22px;
    padding: 20px 2%;
    border-radius: 20px;
}

#oki {
    display: none;
    width: 95%;
    background: #147c1c;
    box-shadow: 0 0 40px #ff8100;
    color: #fff;
    font-size: 22px;
    padding: 20px 2%;
    border-radius: 20px;
}

.form-k {
    display: block;
}

.sek-form-data {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.sek-form-data label {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
    margin: 2px 0;
}

.sek-form-data label>span {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sek-form-data select {
    width: 100%;
    height: max-content;
    font-size: 14px;
    padding: 5px;
    background: #fff;
    color: #000;
}

.sek-form-data input {
    width: 95%;
    height: max-content;
    font-size: 14px;
    padding: 5px;
    background: #fff;
    color: #000;
}

.button-window {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.button-window span {
    width: max-content;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
}

.button-window button {
    background: #ff6000;
    width: max-content;
    color: #fff;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: background 600ms ease;
}

.button-window button:hover {
    background: #bd500f;
    transition: background 600ms ease;
}

.button-window2 {
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}

.button-window2 span {
    width: max-content;
    font-size: 28px;
    font-weight: 600;
    cursor: pointer;
}

.button-window2 button {
    background: #ff6000;
    width: max-content;
    color: #fff;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: background 600ms ease;
}

.button-window2 button:hover {
    background: #bd500f;
    transition: background 600ms ease;
}

/* ------- /форма--------*/

.in-top {
    position: sticky;
    display: flex;
    width: max-content;
    float: right;
    bottom: 30px;
    margin: 0 30px 30px 0;
    z-index: 7;
    flex-direction: row;
    align-items: center;
}

.go-top {
    position: relative;
    display: flex;
    width: 60px;
    height: 60px;
    background: #00c4ff;
    border-radius: 50%;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: transform 600ms ease;
}

.go-top:hover {
    background: #115f77;
    transform: translateY(-15px);
}

.go-top span {
    font-size: 52px;
    color: #fff;
    text-align: center;
}

.dop-uslugi {
    position: relative;
    display: block;
    background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #263c5e;
}

.sec-dop-uslug {
    position: relative;
    display: block;
    width: 80%;
    left: 10%;
}


.h3-dop-uslug {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
}

.h3-dop-uslug h3 {
    color: #fff;
    font-size: 46px;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 30px;
}

.h3-dop-uslug h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.h3-dop-uslug li {
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    list-style-type: none;
}

/*--------- ТЕЛО -> END ----------*/

/*--------- Подвал ----------*/

#kontakt {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 10px;
}

#kontakt2 {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0;
}

footer {
    display: block;
    width: 100%;
    height: max-content;
}

.footer-sec {
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-top: 50px;
}

.footer-logo {
    display: block;
    width: 100%;
}

.footer-logo img {
    width: 280px;
}

.footer-tablica {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}

.foot-kon {
    width: 400px;
    margin-right: 60px;

}

.foot-kon p {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-decoration: none;
    cursor: default;
}

.foot-kon p > a {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 600;
}

.foot-kon-ul-li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.foot-kon-ul-li ul {
    display: block;
    margin-bottom: 30px;
    width: max-content;
    padding: 0 20px;
}

.li-title {
    list-style: none;
    font-size: 26px;
    font-style: normal;
    color: #a1a1a1;
    border-bottom: 4px solid #a1a1a1;
    cursor: default;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.foot-kon-ul-li ul > li {
    list-style: none;
}

.foot-kon-ul-li ul > li a {
    list-style: none;
    color: #fff;
    font-size: 24px;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 15px;
}

.brend {
    display: flex;
    background: #fff;
    height: 40px;
    align-items: center;
}
.brend span {
    color: #000;
    font-size: 20px;
    margin: 0 0 0 40px;
    font-weight: 700;
}

/*--------- Подвал -> END----------*/

/*-------------------------- 1600 ------------------------*/

@media screen and (max-width: 1600px) {

    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 90%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 280px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 60px;
    }

    .button-menu {
        display: block;
        width: 30px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        width: max-content;
        border: 4px solid #000;
        padding: 30px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 0 30px 30px 30px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }


    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 35%;
        margin: 60px 0 60px 80px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 50%;
    }

    .matrix {
        position: relative;
        display: block;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -210px;
        left: auto;
        height: 500px;
        /* padding: 10%; */
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 130%;
        position: absolute;
        display: flex;
        left: auto;
        right: -100px;
        flex-direction: column;
        align-items: flex-end;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 64px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 40px;
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: rgb(161 169 199);
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 38px;
    }

    /*---------------------------*/


    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 100px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 44px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 81%;
        left: 9.5%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 25%;
        height: 500px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 70%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 26px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 26px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 20px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }


    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 90%;
        padding: 5%;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 50px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 48px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 24px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 96%;
        left: 2%;
        padding: 100px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 100px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 48px;
        color: #fff;
    }

    .h3-span span {
        font-size: 42px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        width: 30%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 30%;
        height: 170px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    .display-none {
        display: none;
    }

    .comm-txt {
        position: relative;
        display: flex;
        width: 68%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 30%;
        border-radius: 0;
        top: auto;
        bottom: -30px;
        left: auto;
        right: 0;
    }

    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 133px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 52px;
        color: #fff;
        margin: 80px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 600px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 24px;
        top: 20px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 70%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 120px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: 10px;
        left: auto;
        top: 50px;
    }

    .main-button-top button {
        position: relative;
        width: 100%;
        padding: 20px 30px;
        font-size: 28px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 26%;
        left: 37%;
        padding: 10px 25px 15px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }

    .close-span {
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 40px;
        right: 20px;
        top: 20px;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }

    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 5%;
        left: 15%;
        color: #ff6000;
        width: 60%;
        height: 90%;
        padding: 0 5%;
        border: 10px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
        justify-content: center;
    }

    .bg-fixed h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .bg-fixed span {
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 22px;
        padding: 20px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 22px;
        padding: 20px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        margin: 5px 0;
    }

    .sek-form-data label>span {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }

    .sek-form-data select {
        width: 100%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 95%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
    }

    .button-window span {
        width: max-content;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 50px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 15px 25px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/

    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 46px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0 30px;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .foot-kon {
        width: 400px;
        margin-right: 60px;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}

/* ------------------------ 1400 ---------------------------- */

@media screen and (max-width: 1400px) {

    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 90%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 280px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 60px;
    }

    .button-menu {
        display: block;
        width: 30px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        width: max-content;
        border: 4px solid #000;
        padding: 30px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 0 30px 30px 30px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }

    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 35%;
        margin: 60px 0 60px 80px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 50%;
    }

    .matrix {
        position: relative;
        display: block;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -130px;
        left: auto;
        height: 500px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 130%;
        position: absolute;
        display: flex;
        margin: 60px 0 0;
        left: auto;
        right: -60px;
        flex-direction: column;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 44px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 40px;
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: rgb(161 169 199);
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 38px;
    }

    /*---------------------------*/

    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 100px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 44px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 95%;
        left: 2.5%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 25%;
        height: 500px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 70%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 26px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 26px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 20px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }

    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 90%;
        padding: 5%;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 50px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 48px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 24px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 100px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 100px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 48px;
        color: #fff;
    }

    .h3-span span {
        font-size: 42px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        width: 30%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 30%;
        height: 200px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    .display-none {
        display: none;
    }


    .comm-txt {
        position: relative;
        display: flex;
        width: 68%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 30%;
        border-radius: 0;
        top: auto;
        bottom: -60px;
        left: auto;
        right: 0;
    }

    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 150px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 52px;
        color: #fff;
        margin: 80px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 500px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 24px;
        top: 20px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 70%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 120px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: 10px;
        left: auto;
        top: 50px;
    }

    .main-button-top button {
        position: relative;
        width: 100%;
        padding: 20px 30px;
        font-size: 22px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 26%;
        left: 37%;
        padding: 10px 25px 15px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }

    .close-span {
        position: absolute;
        width: 30px;
        height: 30px;
        font-size: 40px;
        right: 50px;
        top: 50px;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }


    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 5%;
        left: 15%;
        color: #ff6000;
        width: 60%;
        height: 90%;
        padding: 0 5%;
        border: 10px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
        justify-content: center;
    }

    .bg-fixed h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .bg-fixed span {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 24px;
        padding: 20px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 24px;
        padding: 20px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        margin: 5px 0;
    }

    .sek-form-data label>span {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }

    .sek-form-data select {
        width: 100%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 95%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 20px;
    }

    .button-window span {
        width: max-content;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 50px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 15px 25px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/





    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 46px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0 30px;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .foot-kon {
        width: 400px;
        margin-right: 60px;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}

/* ------------------------ 1200 ---------------------------- */

@media screen and (max-width: 1200px) {

    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 90%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 280px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 60px;
    }

    .button-menu {
        display: block;
        width: 30px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        width: max-content;
        border: 4px solid #000;
        padding: 30px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 0 30px 30px 30px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }

    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 35%;
        margin: 60px 0 60px 80px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 50%;
    }

    .matrix {
        position: relative;
        display: none;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -130px;
        left: auto;
        height: 500px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 150%;
        position: absolute;
        display: flex;
        margin: -180px 0 0;
        left: auto;
        right: -30px;
        flex-direction: column;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 44px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 40px;
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: rgb(161 169 199);
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 38px;
    }

    /*---------------------------*/

    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 100px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 44px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 96%;
        left: 2%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 43%;
        height: 550px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 70%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 26px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 26px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 20px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }

    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 95%;
        padding: 2.5%;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 50px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 48px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 24px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 100px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 100px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 48px;
        color: #fff;
    }

    .h3-span span {
        font-size: 42px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        width: 25%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 85%;
        height: 220px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    .display-none {
        display: none;
    }

    .comm-txt {
        position: relative;
        display: flex;
        width: 68%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 25%;
        border-radius: 0;
        top: auto;
        bottom: -60px;
        left: auto;
        right: 0;
    }

    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 150px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 52px;
        color: #fff;
        margin: 80px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 400px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 24px;
        top: 20px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 70%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 120px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: 10px;
        left: auto;
        top: 50px;
    }

    .main-button-top button {
        position: relative;
        width: 100%;
        padding: 20px 30px;
        font-size: 22px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 26%;
        left: 37%;
        padding: 10px 25px 15px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }


    .close-span {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 20px;
        right: 2%;
        top: 2%;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }

   

    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 2%;
        left: 2%;
        color: #ff6000;
        width: 90%;
        height: 96%;
        padding: 0 2%;
        border: 2px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
        justify-content: center;
    }

    .bg-fixed h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .bg-fixed span {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 18px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 18px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        margin: 5px 0;
    }

    .sek-form-data label>span {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }

    .sek-form-data select {
        width: 100%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 95%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 15px;
    }

    .button-window span {
        width: max-content;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 50px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 15px 25px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/




    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 46px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0 30px;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .foot-kon {
        width: 400px;
        margin-right: 60px;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}

/* ------------------------ 1000 ---------------------------- */

@media screen and (max-width: 1000px) {

    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 95%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 2.5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 200px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 20px;
    }

    .button-menu {
        display: block;
        width: 30px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        width: max-content;
        border: 4px solid #000;
        padding: 30px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 0 30px 30px 30px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 0;
        margin-left: auto;
    }

    .mess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }

    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 35%;
        margin: 60px 0 60px 80px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 50%;
    }

    .matrix {
        position: relative;
        display: none;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -130px;
        left: auto;
        height: 500px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 150%;
        position: absolute;
        display: flex;
        margin: -140px 0 0;
        left: auto;
        right: 10px;
        flex-direction: column;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 34px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 40px;
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: #fff;
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 26px;
    }

    /*---------------------------*/

    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 100px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 44px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 96%;
        left: 2%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 100%;
        height: 550px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 40%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 26px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 26px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 20px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }

    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 95%;
        padding: 2.5%;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 50px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 48px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 24px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 100px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 100px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 48px;
        color: #fff;
    }

    .h3-span span {
        font-size: 42px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        width: 25%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 85%;
        height: 200px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    .display-none {
        display: none;
    }

    .comm-txt {
        position: relative;
        display: flex;
        width: 68%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 25%;
        border-radius: 0;
        top: auto;
        bottom: -60px;
        left: auto;
        right: 0;
    }

    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 150px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 52px;
        color: #fff;
        margin: 80px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 400px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 24px;
        top: 20px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 95%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 120px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: 10px;
        left: auto;
        top: 30px;
    }

    .main-button-top button {
        position: relative;
        width: 100%;
        padding: 10px 15px;
        font-size: 20px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 26%;
        left: 37%;
        padding: 10px 25px 15px;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }

 


    .close-span {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 20px;
        right: 2%;
        top: 2%;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }

   

    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 2%;
        left: 2%;
        color: #ff6000;
        width: 90%;
        height: 96%;
        padding: 0 2%;
        border: 2px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
        justify-content: center;
    }

    .bg-fixed h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .bg-fixed span {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 18px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 18px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        margin: 5px 0;
    }

    .sek-form-data label>span {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }

    .sek-form-data select {
        width: 100%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 95%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 15px;
    }

    .button-window span {
        width: max-content;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 50px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 15px 25px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/





    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 46px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0 30px;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .foot-kon {
        width: 400px;
        margin-right: 60px;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}


/**/


/* ------------------------ 800 ---------------------------- */

@media screen and (max-width: 800px) {

    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 95%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 2.5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 200px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 20px;
    }

    .button-menu {
        display: block;
        width: 30px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        left: -200px;
        width: max-content;
        border: 4px solid #000;
        padding: 30px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 0 30px 30px 30px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 0;
        margin-left: auto;
    }

    .mess {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }


    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 35%;
        margin: 60px 0 60px 80px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 50%;
    }

    .matrix {
        position: relative;
        display: none;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -130px;
        left: auto;
        height: 500px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 150%;
        position: absolute;
        display: flex;
        margin: -140px 0 0;
        left: auto;
        right: 10px;
        flex-direction: column;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 34px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 40px;
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: #fff;
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 26px;
    }

    /*---------------------------*/


    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 100px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 32px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 96%;
        left: 2%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 100%;
        height: 450px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 40%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 26px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 26px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 20px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }

    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 90%;
        padding: 5%;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 30px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 32px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 22px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 50px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 50px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 32px;
        color: #fff;
    }

    .h3-span span {
        font-size: 28px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        width: 25%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 80%;
        height: 200px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    .display-none {
        display: none;
    }

    .comm-txt {
        position: relative;
        display: flex;
        width: 68%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 25%;
        border-radius: 0;
        top: auto;
        bottom: -60px;
        left: auto;
        right: 0;
    }

    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 150px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 36px;
        color: #fff;
        margin: 50px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 400px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 16px;
        top: 5px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 95%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 80px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: 10px;
        left: auto;
        top: 30px;
    }

    .main-button-top button {
        position: relative;
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 80%;
        left: 10%;
        padding: 10px 25px 15px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }

 



    .close-span {
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 20px;
        right: 2%;
        top: 2%;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }

   

    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 2%;
        left: 2%;
        color: #ff6000;
        width: 90%;
        height: 96%;
        padding: 0 2%;
        border: 2px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
        justify-content: center;
    }

    .bg-fixed h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 10px;
    }

    .bg-fixed span {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 18px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 18px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 45%;
        flex-direction: column;
        justify-content: center;
        margin: 5px 0;
    }

    .sek-form-data label>span {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 3px;
    }

    .sek-form-data select {
        width: 100%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 95%;
        height: max-content;
        font-size: 14px;
        padding: 5px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 15px;
    }

    .button-window span {
        width: max-content;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 50px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 28px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 15px 25px;
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/









    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 36px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0 0 30px;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 28px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
    }

    .foot-kon {
        width: 100%;
        margin: 30px 0;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}

/**/

/* ------------------------ 600 ---------------------------- */

@media screen and (max-width: 600px) {

    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 95%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 2.5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 200px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 20px;
    }

    .button-menu {
        display: block;
        width: 25px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        left: -200px;
        width: max-content;
        border: 4px solid #000;
        padding: 30px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 0 30px 30px 30px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 18px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 0;
        margin-left: auto;
    }

    .mess {
        display: none;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }


    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 40px 0 60px;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 100%;
        margin: 10px 0 10px 10px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 100%;
    }

    .matrix {
        position: relative;
        display: none;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -130px;
        left: auto;
        height: 500px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 150%;
        position: absolute;
        display: flex;
        margin: -100px 0 0;
        left: auto;
        right: 30px;
        flex-direction: column;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 5px;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: #fff;
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 26px;
    }

    /*---------------------------*/


    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 50px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 22px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 96%;
        left: 2%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 80%;
        height: 400px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 40%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 20px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 20px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 16px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }

    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 90%;
        padding: 5%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 20px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 32px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 22px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 50px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 50px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 28px;
        color: #fff;
    }

    .h3-span span {
        font-size: 26px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        position: relative;
        width: 33.3%;
        left: 33.3%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 80%;
        height: 250px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    @media screen and (max-width: 450px) {
        .display-flex {
            height: 280px;
        }
    }


    .display-none {
        display: none;
    }

    .comm-txt {
        position: relative;
        display: flex;
        width: 90%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 25%;
        border-radius: 0;
        top: auto;
        bottom: -10px;
        left: auto;
        right: 0;
    }


    @media screen and (max-width: 450px) {
        .comm-txt img {
            bottom: -30px;
        }
    }



    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 180px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 32px;
        color: #fff;
        margin: 50px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 400px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 16px;
        top: 5px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 95%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 80px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: 0;
        left: auto;
        top: 20px;
    }

    .main-button-top button {
        position: relative;
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 80%;
        left: 10%;
        padding: 10px 25px 15px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }

    .close-span {
        position: absolute;
        width: 15px;
        height: 15px;
        font-size: 15px;
        right: 5px;
        top: 5px;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }


    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 2%;
        left: 2%;
        color: #ff6000;
        width: 90%;
        height: 94%;
        padding: 0 3%;
        border: 3px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
    }

    .bg-fixed h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 0;
    }

    .bg-fixed span {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 14px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 14px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin: 2px 0;
    }

    .sek-form-data label>span {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 1px;
    }

    .sek-form-data select {
        width: 90%;
        margin-left: 5%;
        height: max-content;
        font-size: 12px;
        padding: 2px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 90%;
        margin-left: 5%;
        height: max-content;
        font-size: 14px;
        padding: 2px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 10px;
    }

    .button-window span {
        width: max-content;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 10px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/




    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 28px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .foot-kon {
        width: 100%;
        margin: 30px 0;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}

/* ------------------------ 400 ---------------------------- */

@media screen and (max-width: 400px) {


    * {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
    }

    html {
        scroll-behavior: smooth;
    }

    a {
        text-decoration: none;
        transition: color 600ms ease;
    }

    img {
        max-width: 100%;
    }

    body {
        margin: 0 auto 0;
        max-width: 1980px;
        background: #111111;
    }

    .bodys {
        display: block;
        width: 100%;
        height: 100%;
        background: #111111;
    }

    /*--------- Шапка ----------*/

    .header-block {
        display: block;
        width: 100%;
        height: max-content;
    }

    header {
        position: sticky;
        display: block;
        width: 100%;
        height: 100px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        z-index: 3;
    }

    .header-section {
        display: flex;
        width: 95%;
        height: 100%;
        flex-direction: row;
        align-items: center;
        margin-left: 2.5%;
    }

    .logo {
        position: relative;
        width: max-content;
    }

    .logo a > img {
        width: 200px;
    }

    .menu {
        position: relative;
        display: block;
        width: max-content;
        margin: 0 20px;
    }

    .button-menu {
        display: block;
        width: 25px;
        cursor: pointer;
    }

    .button-menu img {
        width: 100px;
    }

    .menu ul {
        display: none;
        position: absolute;
        top: 50px;
        left: -200px;
        width: 210px;
        border: 4px solid #000;
        padding: 10px;
        background: linear-gradient(230deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        border-radius: 10px;
    }

    .menu ul > li {
        display: flex;
        margin-right: 30px;
        list-style: none;
        margin-bottom: 10px;
        cursor: default;
        flex-direction: column;
    }

    .menu ul > li span {
        font-weight: bold;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .text-menu-a {
        display: flex;
        flex-direction: column;
    }

    .text-menu-a a {
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        text-decoration: none;
        list-style: none;
        margin-bottom: 7px;
        letter-spacing: 2px;
    }

    .kontakt {
        display: block;
        width: max-content;
        margin-right: 0;
        margin-left: auto;
    }

    .mess {
        display: none;
    }

    .wats {
        width: 100%;
        margin: 0 20px 0 0;
    }

    .wats a > img {
        width: 40px;
    }


    .kontakt2 {
        display: block;
        width: max-content;
        margin-right: 30px;
        margin-left: auto;
    }

    .mess2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .wats2 {
        width: 100%;
        margin: 0 20px 0 0;
        transition: transform 600ms ease;
    }

    .wats2:hover {
        transform: translateY(-15px);
    }

    .wats2 a > img {
        width: 60px;
        height: 60px;
    }

    /*---------------------------*/

    @keyframes spins {
        from {
            transform: rotate(0deg);
        }
        to {
            transform: rotate(360deg);
        }
    }

    .web-studio {
        display: block;
        background: url(https://2this.ru/img/234233.webp) no-repeat center center;
        width: 100%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #000000bf;
    }


    .sec-img-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 40px 0 130px;
    }

    .images-s {
        display: block;
        background: url(https://2this.ru/img/6456456.webp) no-repeat center center;
        width: 100%;
        margin: 10px 0 10px 10px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2c2c2c00;
    }

    .images-s img {
        width: 100%;
        animation: spins 100s linear 0s infinite;
    }

    .text-block-s {
        position: relative;
        width: 100%;
    }

    .matrix {
        position: relative;
        display: none;
        border: 10px solid #2b4a26;
        background: url(https://2this.ru/img/matrix.gif) no-repeat center center;
        width: 80%;
        right: -130px;
        left: auto;
        height: 500px;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0a0a0a7d;
    }

    .matrix-text {
        width: 170%;
        position: absolute;
        display: flex;
        margin: -100px 0 0;
        background: #0000008a;
        padding: 15px 0;
        border-radius: 5px;
        flex-direction: column;
    }

    .matrix-text-span1 {
        display: block;
    }

    .matrix-text-span1 span {
        display: block;
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 3px;
        text-align: right;
        cursor: default;
    }

    .matrix-text-span2 {
        display: block;
    }

    .matrix-text-span2 span {
        display: block;
        text-align: right;
        margin-top: 5px;
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 1px;
        color: #fff;
        cursor: default;
    }

    .matrix-text-span2 span > b {
        color: red;
        font-size: 26px;
    }

    /*---------------------------*/

    /*--------- Шапка -> END ----------*/
    /*--------- ТЕЛО  ----------*/

    .button-top {
        position: relative;
    }

    .dom {
        display: block;
        background-color: #fff;
        width: 100%;
        height: max-content;
    }

    .examples {
        display: block;
        background: url("https://2this.ru/img/webra2.webp") no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2b43b7d9;
    }

    .examples-block {
        position: relative;
        display: block;
        width: 100%;
        padding: 50px 0;
    }

    .examples-text {
        display: block;
        width: 100%;
    }

    .examples-text span {
        display: block;
        position: relative;
        width: 100%;
        font-weight: 500;
        text-align: center;
        font-size: 22px;
        letter-spacing: 3px;
        cursor: default;
        color: #fff;
    }

    .examples-box {
        position: relative;
        display: flex;
        width: 96%;
        left: 2%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .sec-uclug {
        position: relative;
        display: block;
        width: 80%;
        height: 450px;
        margin: 1%;
        border: 4px solid darkred;
        padding: 20px;
        background: #fff;
    }

    .sec-uclug-block {
        display: block;
    }

    .sec-uslug-img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-img img {
        width: 40%;
        margin-bottom: 30px;
    }

    .sec-uslug-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sec-uslug-text h2 {
        text-align: center;
        cursor: default;
        font-size: 20px;
        width: max-content;
        border-bottom: 3px solid #0007eb;
        margin: 0 0 20px;
    }

    .sec-uslug-text span {
        text-align: center;
        cursor: default;
        font-size: 22px;
    }

    .sec-uslug-text span>b {
        text-align: center;
        cursor: default;
        font-size: 20px;
    }

    .sec-uslug-text span>b del {
        text-decoration: line-through;
        text-decoration-style: double;
        text-decoration-color: red;
        font-weight: 100;
    }

    .sec-uslug-text button {
        width: 50%;
        position: absolute;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #fff;
        border: 0;
        border-radius: 5px;
        background: linear-gradient(177deg, #3b0b6b, #220e35 26.56%, #131114 75%, #111111);
        left: 25%;
        top: auto;
        bottom: 20px;
    }

    .sec-uslug-text button:hover {
        background: linear-gradient(177deg, #3b0b6bb5, #220e35a8 26.56%, #131114c7 75%, #1111119e);
    }

    .window-block {
        position: absolute;
        display: none;
        background-color: #000;
        width: 100%;
        height: 100%;
    }

    .window-block p {
        font-size: 16px;
        color: #fff;
        font-style: italic;
        width: 90%;
        padding: 5% 5% 0;
        letter-spacing: 2px;
        cursor: default;
        margin-bottom: -10px;
    }

    .window-block-button {
        position: absolute;
        width: 50%;
        left: 25%;
        font-size: 18px;
        padding: 10px 4px;
        margin-top: 10px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 5px;
        background: #fff;
        top: auto;
        bottom: 20px;
    }

    .window-block-button:hover {
        background: #6e76da;
        color: #fff;
    }

    .information-block {
        background: url(https://2this.ru/img/868848.webp) no-repeat center center;
        width: 90%;
        padding: 5%;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: rgb(0 0 0 / 68%);
    }

    .block-h1-p {
        position: relative;
        width: 90%;
        border-radius: 10px;
        padding: 5%;
        background: #ffffffbf;
    }

    .block-h1 {
        position: relative;
        display: block;
        width: 100%;
    }

    .block-h1 h1 {
        font-size: 26px;
        text-align: center;
        color: #000;
        letter-spacing: 3px;
        text-shadow: 20px -13px 15px #000000ad;
        cursor: default;
        margin-bottom: 30px;
    }

    .block-hp p {
        font-size: 16px;
        text-align: right;
        width: 100%;
        font-weight: bold;
        color: #000;
        text-shadow: 0 0 8px #0000008f;
        cursor: default;
        letter-spacing: 2px;
    }

    .comment {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/webraz3.webp") no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #2bb75699;
        width: 100%;
    }

    .comment-point {
        position: relative;
        width: 90%;
        left: 5%;
        padding: 50px 0;
    }

    .h3-span {
        text-align: center;
        margin-bottom: 50px;
        cursor: default;
    }

    .h3-span h3 {
        font-size: 28px;
        color: #fff;
    }

    .h3-span span {
        font-size: 26px;
        color: #fff;
    }

    .coments {
        position: relative;
        display: flex;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-top: 3px solid #000;
        border-bottom: 3px solid #000;
        padding: 50px 0;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .coment-block {
    }

    .coment-block img {
        position: relative;
        width: 33.3%;
        left: 33.3%;
        border-radius: 50%;
    }

    .display-flex {
        display: flex;
        width: 80%;
        height: 250px;
        margin: 1.6%;
        border: 1px solid #0014ff40;
        padding: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        border-radius: 10px;
        background: #fff;
    }

    @media screen and (max-width: 450px) {
        .display-flex {
            height: 310px;
        }
    }


    .display-none {
        display: none;
    }

    .comm-txt {
        position: relative;
        display: flex;
        width: 90%;
        height: 140px;
        padding: 0 20px;
        flex-direction: column;
    }

    .comm-txt .names {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        cursor: default;
    }

    .usluga {
        font-weight: bold;
    }

    .comm-txt .comm {
        display: block;
        font-size: 18px;
        cursor: default;
    }

    .comm-txt img {
        position: absolute;
        width: 40%;
        border-radius: 0;
        top: auto;
        bottom: -10px;
        left: auto;
        right: 20px;
    }


    @media screen and (max-width: 450px) {
        .comm-txt img {
            bottom: -90px;
        }
    }



    .block-stre {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    .block-stre img {
        position: relative;
        background: #ffffff8c;
        width: 30px;
        height: 70px;
        margin-top: 180px;
        cursor: pointer;
        transition: all 600ms ease;
    }

    .block-stre img:hover {
        background: rgba(255, 255, 255, 0.92);
    }

    .gallery {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-web.webp") no-repeat center center;
        width: 100%;
        height: max-content;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #0009;
    }

    .gallery-title {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        padding: 0 0 50px 0;
    }

    .gallery-title span {
        font-size: 32px;
        color: #fff;
        margin: 50px 0;
        text-align: center;
        font-weight: 600;
        cursor: default;
    }

    .main-img {
        display: block;
        width: 100%;
    }

    .main-img-one {
        display: block;
        width: 100%;
    }

    .main-img-one img {
        position: relative;
        width: 80%;
        height: 400px;
        left: 10%;
        border: 3px solid #153281;
        border-radius: 20px;
        cursor: pointer;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2 {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 11;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .text-block-scrol {
        position: absolute;
        display: none;
        font-size: 16px;
        top: 5px;
        text-align: center;
        color: #fff;
    }

    .block-scroll {
        position: fixed;
        display: block;
        width: 95%;
        height: 80%;
        top: 10%;
        left: auto;
        border: 5px solid #153281;
        border-radius: 3px;
        z-index: 12;
        overflow-y: scroll;
        object-fit: cover;
        object-position: top;
    }

    .main-img-one2-img {
        width: 100%;
        cursor: pointer;
    }

    .oll-img {
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .main-img-two {
        position: relative;
        display: flex;
        width: 80%;
        left: 10%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .main-img-two img {
        height: 80px;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 2px;
        cursor: pointer;
        border-radius: 5px;
        object-fit: cover;
        object-position: top;
    }

    .main-button-top {
        position: relative;
        display: block;
        width: max-content;
        right: auto;
        left: 10%;
        top: 20px;
    }

    .main-button-top button {
        position: relative;
        width: 90%;
        padding: 2%;
        font-size: 16px;
        font-weight: bold;
        border: 0;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button-top button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }

    .main-button {
        display: block;
        width: 100%;
    }

    .main-button button {
        position: relative;
        width: 80%;
        left: 10%;
        padding: 10px 25px 15px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        background: #f1a417;
        border-radius: 5px;
        border: 0;
        margin-bottom: 100px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .main-button button:hover {
        background: #a56f04;
        transition: background 600ms ease;
    }


    .form-sait {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 8;
    }

 

    .close-span {
        position: absolute;
        width: 15px;
        height: 15px;
        font-size: 15px;
        right: 5px;
        top: 5px;
        background: #000;
        left: auto;
        font-weight: bold;
        color: #fff;
        cursor: pointer;
        z-index: 9;
    }


    /* -------форма--------*/
    .bg-fixed {
        position: fixed;
        display: flex;
        background: #000;
        top: 2%;
        left: 2%;
        color: #ff6000;
        width: 90%;
        height: 94%;
        padding: 0 3%;
        border: 3px solid #ff6000;
        border-radius: 10px;
        z-index: 6;
        flex-direction: column;
        align-items: center;
        overflow-y: scroll;
        scrollbar-color: #2E9AFF #F498AD;
    }

    .bg-fixed h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
        margin-top: 0;
    }

    .bg-fixed span {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: center;
        letter-spacing: 2px;
    }

    #error {
        display: none;
        width: 95%;
        background: red;
        box-shadow: 0 0 40px #ff0000;
        color: #fff;
        font-size: 14px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    #oki {
        display: none;
        width: 95%;
        background: #147c1c;
        box-shadow: 0 0 40px #ff8100;
        color: #fff;
        font-size: 14px;
        padding: 10px 2%;
        border-radius: 20px;
    }

    .form-k {
        display: block;
    }

    .sek-form-data {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .sek-form-data label {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin: 2px 0;
    }

    .sek-form-data label>span {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 1px;
    }

    .sek-form-data select {
        width: 90%;
        margin-left: 5%;
        height: max-content;
        font-size: 12px;
        padding: 2px;
        background: #fff;
        color: #000;
    }

    .sek-form-data input {
        width: 90%;
        margin-left: 5%;
        height: max-content;
        font-size: 14px;
        padding: 2px;
        background: #fff;
        color: #000;
    }

    .button-window {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 10px;
    }

    .button-window span {
        width: max-content;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    .button-window2 {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        margin-top: 10px;
    }

    .button-window2 span {
        width: max-content;
        font-size: 18px;
        font-weight: 600;
        cursor: pointer;
    }

    .button-window2 button {
        background: #ff6000;
        width: max-content;
        color: #fff;
        padding: 10px 15px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px;
        cursor: pointer;
        transition: background 600ms ease;
    }

    .button-window2 button:hover {
        background: #bd500f;
        transition: background 600ms ease;
    }

    /* ------- /форма--------*/




    .in-top {
        position: sticky;
        display: flex;
        width: max-content;
        float: right;
        bottom: 30px;
        margin: 0 30px 30px 0;
        z-index: 7;
        flex-direction: row;
        align-items: center;
    }

    .go-top {
        position: relative;
        display: flex;
        width: 60px;
        height: 60px;
        background: #00c4ff;
        border-radius: 50%;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
        transition: transform 600ms ease;
    }

    .go-top:hover {
        background: #115f77;
        transform: translateY(-15px);
    }

    .go-top span {
        font-size: 52px;
        color: #fff;
        text-align: center;
    }

    .dop-uslugi {
        position: relative;
        display: block;
        background: url("https://2this.ru/img/fon-block-dop.webp") no-repeat center center;
        background-attachment: scroll;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #263c5e;
    }

    .sec-dop-uslug {
        position: relative;
        display: block;
        width: 90%;
        left: 5%;
    }


    .h3-dop-uslug {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 50px 0;
    }

    .h3-dop-uslug h3 {
        color: #fff;
        font-size: 26px;
        letter-spacing: 2px;
        text-align: center;
        margin: 0;
    }

    .h3-dop-uslug h4 {
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .h3-dop-uslug li {
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 500;
        list-style-type: none;
    }

    /*--------- ТЕЛО -> END ----------*/

    /*--------- Подвал ----------*/

    #kontakt {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 10px;
    }

    #kontakt2 {
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer {
        display: block;
        width: 100%;
        height: max-content;
    }

    .footer-sec {
        display: block;
        width: 90%;
        margin-left: 5%;
        margin-top: 50px;
    }

    .footer-logo {
        display: block;
        width: 100%;
    }

    .footer-logo img {
        width: 280px;
    }

    .footer-tablica {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .foot-kon {
        width: 100%;
        margin: 30px 0;

    }

    .foot-kon p {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        margin-bottom: 20px;
        text-decoration: none;
        cursor: default;
    }

    .foot-kon p > a {
        font-size: 18px;
        color: #fff;
        letter-spacing: 2px;
        text-decoration: none;
        margin-bottom: 20px;
        font-weight: 600;
    }
    .foot-kon-ul-li {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .foot-kon-ul-li ul {
        display: block;
        margin-bottom: 30px;
        width: max-content;
        padding: 0 20px;
    }

    .li-title {
        list-style: none;
        font-size: 26px;
        font-style: normal;
        color: #a1a1a1;
        border-bottom: 4px solid #a1a1a1;
        cursor: default;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .foot-kon-ul-li ul > li {
        font-size: 18px;
        list-style: none;
    }

    .foot-kon-ul-li ul > li a {
        list-style: none;
        color: #fff;
        font-size: 18px;
        font-style: normal;
        text-decoration: none;
        letter-spacing: 1px;
        margin-top: 15px;
    }
}
