@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    background: url("https://kv.sarws.ru/assets/images/bg.png") top center no-repeat;
}
.site_body img {
    max-width: 1920px;
    width: 100%;
}

.top_header {
    display: flex;
    background: black;
    height: 100px;
    margin-bottom: 100px;
    z-index: 9999;
}

.nav_wrap {
    display: flex;
    margin: 0 auto;
}

.top_header .logo {
    display: flex;
    margin-left: 1vw;
}

.nav_phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav_phone span {
    color: #f8f9fa;
    padding-left: 15px;
}

.nav_social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

.nav_social a img {
    padding-left: 15px;
}

.whatsapp {
    background: url("../../../../assets/images/whatsapp.png") no-repeat;
    height: 48px;
    width: 48px;
    margin-right: 15px;
    margin-left: 15px;
    transition: 1.2s linear;
}

.whatsapp:hover {
    background: url("../../../../assets/images/whatsapp_h.png") no-repeat;
    transform: rotateY(360deg);
}

.telegram {
    background: url("../../../../assets/images/telegram.png") no-repeat;
    height: 48px;
    width: 48px;
    margin-right: 15px;
    transition: 1.2s linear;
}

.telegram:hover {
    background: url("../../../../assets/images/telegram_h.png") no-repeat;
    transform: rotateY(360deg);
}

.vk {
    background: url("../../../../assets/images/vk.png") no-repeat;
    height: 48px;
    width: 48px;
    transition: 1.2s linear;
}

.vk:hover {
    background: url("../../../../assets/images/vk_h.png") no-repeat;
    transform: rotateY(360deg);
}

@media (max-width: 1441px) {
    .top_header .logo {
        margin-left: 0.1vw;
    }
    .top_header .logo img {
        width: 95%;
    }
    .nav_social {
        padding: 0 7px;
    }
}

@media (max-width: 1365px) {
    .top_header .logo {
        margin-left: 0.1vw;
    }
    .top_header .logo img {
        display: none;
    }

}


.menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    margin-right: 20px;
}

.menu ul li a {
    color: white;
    font-size: calc(10px + 0.5vw);
    text-decoration: none;
    transition: color 0.3s;
}

.menu ul li a:hover {
    color: #00e3ea;
}

.checkbtn {
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

@media (max-width: 928px) {
    .checkbtn {
        display: block;
        order: 1;
        margin-right: 20px;
    }

    ul {
        position: fixed;
        top: 95px;
        right: -110%;
        background-color: #0c0d0d;
        width: 100%;
        height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
        z-index: 1;
    }

    ul li {
        margin: 20px 0;
    }

    ul li a {
        font-size: 20px;
    }

    #check:checked ~ ul {
        right: 0;
    }
}


.h2_head {
    color: #f8f9fa;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: calc(24px + 3vw);
    letter-spacing: 3px;
    line-height: 2.5rem;
}

.h2_head2 {
    color: #f8f9fa;
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: calc(20px + 3vw);
    font-stretch: ultra-condensed;
}

.h3_head {
    color: #f8f9fa;
    font-size: calc(16px + .55vw);
    line-height: 1.2em;
}

.h_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #00e3ea;
    border: none;
    border-radius: 40px;
    color: #000407;
    height: calc(40px + 2vw);
    width: calc(240px + 7vw);
    font-size: calc(12px + 0.7vw);
    font-weight: 400;
    margin: 1.5rem 0;
}

.h_btn:hover {
    background: #8fe4ed;
    border: 4px solid #00e3ea;
    color: #444444;
}

.call_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.call_head img {
    transform: rotate(-22deg);
    max-width: 48px;
    width: 100%;
}

.call_head span {
    color: #f8f9fa;
    padding-left: 15px;
    font-size: calc(12px + 0.3vw);
    width: 80%;
}

.text_head {
    color: #f8f9fa;
    font-size: calc(16px + 0.7vw);
    font-weight: 700;
    padding: 0 5px;
}

@media screen and (max-width: 1060px) {
    .h2_head {
        letter-spacing: 0;
    }
    .h_btn {
        margin: 0;
    }

}


/** CSS Action **/
.action_bg {
    background: url("../../../../plugins/action/assets/images/action.png") no-repeat;
    height: 100vh;
    object-fit: cover;
    margin-top: 50px;
    max-width: 1920px;
    width: 100%;
}

.action_t {
    color: #00f2d9;
    font-size: calc(26px + 2vw);
    font-weight: 700;
    text-align: center;
}

.action_h {
    color: #f8f9fa;
    font-size: calc(26px + 2.5vw);
    font-weight: 700;
    text-align: center;
    margin: 70px auto 0;
    width: 70%;
}

.action_c {
    color: #f8f9fa;
    font-size: calc(14px + 1.2vw);
    font-weight: 700;
    text-align: center;
    margin: 25px auto;
    width: 70%;
}

.action_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.call_action {
    display: flex;
    color: #f8f9fa;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.call_action img {
    transform: rotate(-22deg);
    max-width: 48px;
    width: 100%;
}


/** Price CSS **/
.price_bg {
    background: #d7dbdd;
    height: 100%;
}

.price_h {
    color: #000407;
    font-size: calc(26px + 2vw);
    font-weight: 700;
    text-align: center;
}

.price_h6 {
    font-size: 16px;
}

.price_btn {
    background: #000407;
    border: none;
    color: #f8f9fa;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
}

.price_btn:hover {
    background: #e4e9f0;
    color: #000407;
}

.price_btn_one {
    background: #00f2d9;
    color: #000407;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
}

.price_btn_one:hover {
    background: #282c30;
    border: 4px solid #279fd1;
    color: #00f2d9;
    padding: 8px 16px;
}

.price_shadow {
    border: 1px solid #00f2d9;
    box-shadow: 0 0 30px #00f2d9;
}

.price_shadow:hover {
    border: 1px solid #00f2d9;
    box-shadow: 0 0 30px #00f2d9;
    transform: scale(1.013);
}

/** Portfolio CSS **/
.gallery-block {
    display: flex;
}
.gallery-block div {
    overflow: hidden;
    margin: 5px
}
.gallery-block div img {
    display: inline-block;
    object-fit: cover;
    margin: 5px 0
}

.gallery-block div img:hover {
    display: inline-block;
    object-fit: cover;
    transition: 2s;
    transform: scale(1.1);
    margin: 5px 0
}


/** Contact CSS **/
.sendmail {
    background: url("../../../../plugins/sendmail/assets/images/bg.png") no-repeat;
    height: 100vh;
    top: 0;
    bottom: 0;
}

.sendmail_h {
    color: #00f2d9;
    font-size: calc(26px + 2vw);
    font-weight: 700;
    text-align: center;
    margin: 100px auto;
    padding: 45px 0 0 0;
}

.sendmail_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}













