@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.margin_h {
    height: 12svh;
}

.main {
    font-family: "Roboto";
    margin: 40px 0 120px 0;
    height: 90svh;
}

.main__bg {
    position: absolute;
    width: 40svw;
    height: 90svh;
    border-radius: 0px 50px 50px 0px;
    background: linear-gradient(132deg, #F87700 0%, #F9D423 100%);
}

.main__content {
    position: relative;
    max-width: 1680px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.main__left {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 855px;
    max-height: 855px;
}

.main__left img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.main__text {
    max-width: 760px;
}

.main__text img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 300px;
    /* margin-bottom: 30px; */
}

.main__text svg {
    display: none;
}

.main__text h1 {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 40px;
}

.main__text h1 span {
    color: #FFB800;
}

.main__text p {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}

.main__btn {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000000;
}

.main__btn img {
    max-width: 40px;
    margin: 0;
}

.main__btn p {
    margin-left: 20px;
    margin-bottom: 0;
    transition: 0.5s ease all;
}

.main__btn:hover p {
    color: #FFB800;
}

@media (max-width: 1910px) {
    .main {
        margin: 40px 0 120px 0;
        height: 90svh;
    }

    .main__bg {
        width: 40svw;
        height: 90svh;
    }

    .main__content {
        max-width: calc((100vw - 1440px) / 480 * 400 + 1280px);
    }

    .main__left {
        max-width: calc((100vw - 1440px) / 896 * 255 + 600px);
        max-height: 855px;
    }

    .main__left img {
        max-width: 50svw;
    }

    .main__text {
        max-width: calc((100vw - 1440px) / 896 * 220 + 540px);
    }

    .main__text img {
        max-width: calc((100vw - 1440px) / 896 * 50 + 250px);
        margin-bottom: calc((100vw - 320px) / 1600 * 15 + 15px);
    }

    .main__text h1 {
        font-size: calc((100vw - 320px) / (1910 - 320) * (54 - 32) + 32px);
        font-weight: 700;
        line-height: calc((100vw - 320px) / (1910 - 320) * (68 - 36) + 36px);
        margin-bottom: 40px;
    }

    .main__text p {
        font-size: calc((100vw - 320px) / 1600 * 8 + 16px);
        font-weight: 400;
        margin-bottom: calc((100vw - 320px) / 1600 * 30 + 30px);
    }

    .main__btn img {
        max-width: calc((100vw - 320px) / 1600 * 20 + 20px);
        margin: 0;
    }

    .main__btn p {
        margin-left: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 1440px) {
    .main__content {
        max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
}

@media (max-width: 720px) {
    .margin_h{
        height: 8svh;
    }
    .main {
        margin-top: 0;
        background-image: url("/wp-content/uploads/2023/12/foto.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .main__bg {
        display: none;
    }

    .main__left {
        display: none;
    }

    .main__content {
        background-color: #00000065;
    }

    .main__text {
        width: 100%;
        max-width: none;
        margin: 0 15px;
    }

    .main__text .logo {
        display: none;
    }

    .main__text svg {
        display: block;
        margin-bottom: 20px;
        width: 200px;
    }

    .main__text svg path {
        fill: #ffffff;
    }

    .main__text h1 {
        color: #ffffff;
    }

    .main__text p {
        color: #ffffff;
    }
}

.price_offer {
    display: flex;
    max-width: 1560px;
    margin: 0 auto;
    margin-bottom: 120px;
    align-items: center;
    font-family: Roboto;
}

.price_offer .left {
    height: 280px;
    border-right: 1px solid #000;
}

.price_offer .left .title {
    max-width: 460px;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
}

.price_offer .left .price {
    padding-top: 10px;
    color: #FFB800;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
}

.price_offer .left .order {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 55px;
    width: 300px;
    height: 60px;
    border-radius: 10px;
    background: #FFB800;
}

.price_offer .right {
    margin-left: 35px;
}

.price_offer .right .right_title {
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
}

.price_offer .right .list {
    padding-top: 25px;
    display: flex;
}

.price_offer .right .list img {
    width: 190px;
    height: 190px;
}

.price_offer .right .list ul {
    margin-left: 30px;
}

.price_offer .right .list ul li {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    list-style: disc;
}

@media (max-width: 1910px) {
    .price_offer {
        max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
        margin-bottom: 120px;
    }

    .price_offer .left {
        height: 280px;
    }

    .price_offer .left .title {
        max-width: calc((100vw - 1024px) / 896 * 100 + 360px);
        font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
    }

    .price_offer .left .price {
        padding-top: 10px;
        font-size: calc((100vw - 320px) / 1600 * 14 + 22px);
    }

    .price_offer .left .order {
        margin-top: 55px;
        width: 300px;
        height: 60px;
        border-radius: 10px;
    }

    .price_offer .right {
        margin-left: 35px;
    }

    .price_offer .right .right_title {
        font-size: calc((100vw - 320px) / 1600 * 14 + 22px);
    }

    .price_offer .right .list {
        padding-top: 25px;
    }

    .price_offer .right .list img {
        width: 190px;
        height: 190px;
    }

    .price_offer .right .list ul {
        margin-left: 30px;
    }

    .price_offer .right .list ul li {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
    }
}

@media (max-width: 1440px) {
    .price_offer {
        max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }

    .price_offer .right .list img {
        width: calc((100vw - 1024px) / 416 * 60 + 130px);
        height: calc((100vw - 1024px) / 416 * 40 + 150px);
    }
}

@media (max-width: 980px) {
    .price_offer {
        max-width: calc((100vw - 320px) / 660 * 640 + 300px);
        flex-direction: column;
        align-items: start;
    }

    .price_offer .left {
        border: none;
        height: fit-content;
        margin-bottom: 30px;
    }

    .price_offer .right {
        margin: 0;
        width: 100%;
    }

    .price_offer .right .list {
        justify-content: space-between;
    }

    .price_offer .right .list img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }
}

@media (max-width: 640px) {
    .price_offer .right .list {
        flex-direction: column;
        position: relative;
    }

    .price_offer .right .list img {
        width: 240px;
        height: 240px;
        object-fit: contain;
    }

    .price_offer .right .list ul {
        width: 205px;
        position: absolute;
        margin: 0;
    }

    .price_offer .right .list .Llist {
        top: 50px;
        right: 20px;
        margin-bottom: 30px;
    }

    .price_offer .right .list .Rlist {
        right: 20px;
        bottom: 50px;
    }
}

@media (max-width: 520px) {
    .price_offer .right .list img {
        width: 140px;
        height: 200px;
        object-fit: contain;
    }

    .price_offer .right .list ul {
        width: 205px;
        position: absolute;
        margin: 0;
    }

    .price_offer .right .list .Llist {
        top: 50px;
        right: 20px;
        margin-bottom: 30px;
    }

    .price_offer .right .list .Rlist {
        right: 20px;
        bottom: 50px;
    }
}

@media (max-width: 420px) {
    .price_offer .right .list img {
        width: 240px;
        height: 240px;
        object-fit: contain;
    }

    .price_offer .right .list ul {
        width: 100%;
        position: unset;
        margin: 0 20px;
    }

    .price_offer .right .list .Llist {
        margin-bottom: 30px;
    }
}

.chartech {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    font-family: Roboto;
    margin-bottom: 120px;
}

.chartech__first {
    margin-bottom: 50px;
}

.chartech__title {
    margin-bottom: 30px;
}

.chartech__title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.chartech__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.chartech__items {
    max-width: 435px;
}

.chartech__img {
    max-width: 475px;
}

.chartech__img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.chartech__img__mob {
    display: none;
}

.chartech__img__mob img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

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

.chartech__item img {
    margin-right: 10px;
}

.chartech__item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.chartech__item:nth-child(2) {
    margin: 70px 0;
}

.chartech__item:last-child {
    margin: 0;
}

.chartech__btns {
    display: flex;
    margin-bottom: 30px;
}

.chartech__btns a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 19px 50px;
    text-decoration: none;
    border-radius: 10px;
    background: #FFB800;
}

.chartech__btns p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 19px 50px;
    border-radius: 10px;
    margin-left: 50px;
    background: #D7D7D7;
    cursor: pointer;
    transition: 0.3s ease all;
}

.chartech__btns p:hover {
    background: #FFB800;
}

.chartech__btns p.active {
    background: #FFB800;
}

.chartech__btns p.active:hover {
    background: #D7D7D7;
}

.chartech__second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.chartech .activeTech {
    opacity: 1;
    visibility: visible;
    height: fit-content;
    transition: 0.3s ease;
}

.chartech__left {
    width: 100%;
    max-width: 435px;
    height: 175svh;
}

.chartech__left img {
    width: 100%;
    height: fit-content;
    object-fit: contain;
    position: sticky;
    top: 140px;
}

.chartech__right {
    width: 100%;
    max-width: 1050px;
    margin-right: 20px;
}

.chartech__table {
    margin-bottom: 30px;
}

.chartech__itemsT {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.chartech__itemT {
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.chartech__itemT p:nth-child(2n) {
    margin: 15px 0;
}

.chartech__itemT:first-child p {
    color: #FFB800;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.chartech__itemT:nth-child(2) p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.chartech__itemT:last-child p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1910px) {
    .chartech {
        max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
        margin-bottom: 120px;
    }

    .chartech__first {
        margin-bottom: 50px;
    }

    .chartech__title {
        margin-bottom: 30px;
    }

    .chartech__title h2 {
        font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
        font-weight: 500;
    }

    .chartech__info {
        margin-bottom: 30px;
    }

    .chartech__items {
        max-width: 435px;
    }

    .chartech__img {
        max-width: 475px;
    }

    .chartech__item img {
        margin-right: 10px;
    }

    .chartech__item p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
    }

    .chartech__item:nth-child(2) {
        margin: 70px 0;
    }

    .chartech__item:last-child {
        margin: 0;
    }

    .chartech__btns {
        display: flex;
    }

    .chartech__btns a {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
        padding: 19px 50px;
        border-radius: 10px;
    }

    .chartech__btns p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
        padding: 19px 50px;
        border-radius: 10px;
        margin-left: 50px;
    }

    .chartech__itemT:first-child p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
    }

    .chartech__itemT:nth-child(2) p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
    }

    .chartech__itemT:last-child p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
    }
}

@media (max-width: 1440px) {
    .chartech {
        max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
}

@media (max-width: 980px) {
    .chartech {
        padding: 0 20px;
    }

    .chartech__img {
        display: none;
    }

    .chartech__img__mob {
        display: block;
    }

    .chartech__items {
        max-width: 300px;
    }

    .chartech__item img {
        width: 30px;
        height: 30px;
    }

    .chartech__item:nth-child(2) {
        margin: 40px 0;
    }
}

@media (max-width: 820px) {
    .chartech__info {
        flex-direction: column;
    }

    .chartech__items {
        max-width: calc((100vw - 1024px) / 896 * 200 + 550px);
    }

    .chartech__item img {
        width: 65px;
        height: 65px;
    }

    .chartech__img__mob {
        display: block;
        max-width: 600px;
    }

    .chartech__margin {
        margin-bottom: 40px;
    }

    .chartech__btns {
        justify-content: center;
    }

    .chartech__second {
        flex-direction: column-reverse;
    }

    .chartech__left {
        display: none;
    }

    .chartech__right {
        margin: 0 20px;
    }
}

@media (max-width: 670px) {
    .chartech__btns {
        flex-direction: column;
    }

    .chartech__btns a,
    .chartech__btns p {
        width: fit-content;
        margin: 0 auto;
    }

    .chartech__btns a {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .chartech__right {
        overflow-x: auto;
    }

    .chartech__table {
        width: 650px;
    }
}

.charmega {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    font-family: Roboto;
    margin-bottom: 120px;
}

.charmega__first {
    margin-bottom: 60px;
}

.charmega__title {
    margin-bottom: 10px;
}

.charmega__title h2 {
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.charmega__sub {
    margin-bottom: 40px;
}

.charmega__sub p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.charmega__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.charmega__info__img {
    max-width: 575px;
}

.charmega__info__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.charmega__info__items {
    max-width: 750px;
}

.charmega__info__item {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.charmega__info__item img {
    margin-right: 30px;
}

.charmega__info__item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.charmega__info__item:last-child {
    margin-bottom: 0;
}

.charmega__btns {
    display: flex;
}

.charmega__btns a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 19px 50px;
    text-decoration: none;
    border-radius: 10px;
    background: #FFB800;
}

.charmega__btns p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 19px 50px;
    border-radius: 10px;
    margin-left: 50px;
    background: #D7D7D7;
    cursor: pointer;
    transition: 0.3s ease all;
}

.charmega__btns p:hover {
    background: #FFB800;
}

.charmega__btns p.active {
    background: #FFB800;
}

.charmega__btns p.active:hover {
    background: #D7D7D7;
}

.charmega__second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.charmega .activeMega {
    opacity: 1;
    visibility: visible;
    height: fit-content;
    transition: 0.3s ease;
}

.charmega__left {
    width: 100%;
    max-width: 435px;
}

.charmega__left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.charmega__right {
    width: 100%;
    max-width: 1050px;
    margin-left: 20px;
}

.charmega__table {
    margin-bottom: 30px;
}

.charmega__items {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.charmega__item {
    padding: 30px 0;
    border-bottom: 1px solid #000;
}

.charmega__item p:nth-child(2n) {
    margin: 15px 0;
}

.charmega__item:first-child p {
    color: #FFB800;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.charmega__item:nth-child(2) p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.charmega__item:last-child p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.charmega__btn {
    display: block;
    margin-left: auto;
    width: fit-content;
    padding: 19px 50px;
    background-color: #FFB800;
    border-radius: 10px;
    color: #000;
}

@media (max-width: 1910px) {
    .charmega {
        max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
        margin-bottom: 120px;
    }

    .charmega__first {
        margin-bottom: 60px;
    }

    .charmega__title {
        margin-bottom: 10px;
    }

    .charmega__title h2 {
        font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
        font-weight: 500;
    }

    .charmega__sub {
        margin-bottom: 40px;
    }

    .charmega__sub p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
    }

    .charmega__info {
        margin-bottom: 20px;
    }

    .charmega__info__img {
        max-width: 575px;
    }

    .charmega__info__items {
        max-width: calc((100vw - 1024px) / 896 * 200 + 550px);
    }

    .charmega__info__item {
        margin-bottom: 27px;
    }

    .charmega__info__item img {
        width: calc((100vw - 1024px) / 896 * 10 + 55px);
        margin-right: 30px;
    }

    .charmega__info__item p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
    }

    .charmega__btns a {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
        padding: 19px 50px;
        border-radius: 10px;
    }

    .charmega__btns p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
        padding: 19px 50px;
        border-radius: 10px;
        margin-left: 50px;
    }

    .charmega__left {
        max-width: calc((100vw - 320px) / 1600 * 145 + 290px);
    }

    .charmega__right {
        max-width: 1050px;
    }

    .charmega__table {
        margin-bottom: 30px;
    }

    .charmega__items {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
    }

    .charmega__item:first-child p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 500;
    }

    .charmega__item:nth-child(2) p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 300;
    }

    .charmega__item:last-child p {
        font-size: calc((100vw - 320px) / 1600 * 4 + 16px);
        font-weight: 500;
    }

    .charmega__btn {
        padding: 19px 50px;
    }
}

@media (max-width: 1440px) {
    .charmega {
        max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
}

@media (max-width: 980px) {
    .charmega {
        max-width: calc((100vw - 320px) / 660 * 640 + 300px);
    }
}

@media (max-width: 820px) {
    .charmega__info {
        flex-direction: column;
    }

    .charmega__btns {
        justify-content: center;
    }

    .charmega__second {
        flex-direction: column-reverse;
    }

    .charmega__right {
        margin: 0 20px;
    }
}

@media (max-width: 720px) {
    .charmega__btns {
        flex-direction: column;
    }

    .charmega__btns a,
    .charmega__btns p {
        width: fit-content;
        margin: 0 auto;
    }

    .charmega__btns a {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .charmega__right {
        overflow-x: auto;
    }

    .charmega__table {
        width: 650px;
    }
}

.videojob {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    margin-bottom: 120px;
    font-family: Roboto;
}

.videojob__title {
    margin-bottom: 50px;
}

.videojob__title h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.videojob__items {
    display: flex;
    justify-content: space-between;
}

.videojob__item {
    width: 475px;
    height: 350px;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.videojob__item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videojob__item svg path {
    transition: 0.5s ease all;
}

.videojob__item:hover svg path {
    fill: #ED0000;
}
.videojob__block{
    width: 475px;
    display: flex;
    flex-direction: column;
}
.videojob__name{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
    align-items: center;
    text-align: center;
}

@media (max-width: 1910px) {
    .videojob {
        max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
        margin-bottom: 220px;
    }

    .videojob__title {
        margin-bottom: 50px;
    }

    .videojob__title h2 {
        font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
    }

    .videojob__block {
        width: calc((100vw - 1024px) / 886 * 175 + 300px);
    }

    .videojob__item {
        width: calc((100vw - 1024px) / 886 * 175 + 300px);
        height: calc((100vw - 1024px) / 886 * 90 + 260px);
    }
    .videojob__name{
        font-size: calc((100vw - 320px) / (1920 - 320) * (20 - 16) + 16px);
    }
}

@media (max-width: 1440px) {
    .videojob {
        max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }
}

@media (max-width: 980px) {
    .videojob {
        max-width: calc((100vw - 320px) / 660 * 640 + 300px);
    }

    .videojob__block:nth-child(2) {
        margin: 0 15px;
    }
}

@media (max-width: 720px) {
    .videojob__items {
        width: calc((100vw - 320px) / 400 * 390 + 300px);
        justify-content: unset;
        overflow-x: auto;
    }

    .videojob__item {
        width: 300px;
        min-width: 300px;
        height: 260px;
        margin: 0;
    }
    .videojob__block{
        width: 300px;
    }
}

.calltech {
    position: relative;
    font-family: "Roboto";
    display: block;
    height: 100%;
    padding-top: 12svh;
}

.calltech__container {
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.calltech__imgtech {
    position: absolute;
    top: -100px;
    right: 0;
    z-index: 1;
}

.calltech__title {
    margin-bottom: 50px;
}

.calltech__title h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.calltech__btns {
    display: flex;
    margin-bottom: 40px;
}

.calltech__btn {
    color: #000000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 17px 60px;
    background-color: #D9D9D9;
    cursor: pointer;
    border-radius: 10px;
}

.calltech__btn:first-child {
    margin-right: 30px;
}

.calltech__btn.active {
    color: #FFFfff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 17px 60px;
    background-color: #FFB800;
    cursor: pointer;
    border-radius: 10px;
}

.calltech__block_t {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 1210px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
}

.calltech__block_t.active {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1210px;
    opacity: 1;
    visibility: visible;
}

.calltech form .calltech__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.calltech form .calltech-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.calltech form .calltech-areas {
    margin-left: 30px;
    width: 100%;
    max-width: 590px;
}

.calltech form .calltech-areas .calltech__textarea {
    width: 100%;
    min-height: 260px;
    background-color: rgba(209, 209, 209, 0.8);
    padding: 15px 30px;
    border-radius: 15px;
}

.calltech form .calltech-areas .calltech__textarea textarea {
    resize: none;
    width: 100%;
    height: 225px;
    display: block;
    background: none;
}

.calltech form .calltech__input {
    width: 100%;
    max-width: 590px;
}

.calltech form .calltech__input input {
    font-size: 16px;
    display: block;
    width: 100%;
    background-color: rgba(209, 209, 209, 0.8);
    padding: 15px 30px;
    border-radius: 15px;
}

.calltech form .calltech-button {
    margin-top: 25px;
}

.calltech form .calltech-button .calltech-btn {
    display: block;
    width: fit-content;
    padding: 19px 50px;
    background-color: #FFB800;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
}

.calltech__block_text {
    max-width: 895px;
    margin-bottom: 20px;
}

.calltech__block_text p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.calltech__block_text p:first-child {
    margin-bottom: 10px;
}

.calltech__contacts {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 465px;
    margin-bottom: 30px;
}

.calltech_title {
    color: #FFB800;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.calltech_cotact {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.calltech_cotact img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.calltech_cotact a {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: 0.5s ease all;
}

.calltech_cotact:hover a {
    color: #FFB800;
}

.calltech_imgs {
    display: flex;
    justify-content: space-between;
    max-width: 190px;
}

.calltech_imgs img {
    width: 50px;
    height: 50px;
}
.callback_label p4{
    font-size: 14px;
}

@media (max-width: 1910px) {
    .calltech__container {
        max-width: calc((100vw - 1440px) / 480 * 280 + 1280px);
    }

    .calltech__title h2 {
        font-size: calc((100vw - 320px) / 1600 * 26 + 22px);
    }

    .calltech__btns {
        margin-bottom: 40px;
    }

    .calltech__btn {
        font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
    }

    .calltech__btn.active {
        font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
        font-weight: 400;
        padding: 17px 60px;
    }

    .calltech__block_t {
        width: 100%;
        max-width: calc((100vw - 1024px) / 896 * 230 + 980px);
        margin: 0 auto;
    }

    .calltech__block_t.active {
        max-width: calc((100vw - 1024px) / 896 * 230 + 980px);
        margin: 0 auto;
    }

    .calltech form .calltech__row {
        margin-bottom: 40px;
    }

    .calltech form .calltech-areas {
        margin-left: 30px;
        max-width: calc((100vw - 1024px) / 896 * 100 + 490px);
    }

    .calltech form .calltech-areas .calltech__textarea {
        min-height: 260px;
        padding: 15px 30px;
        border-radius: 15px;
    }

    .calltech form .calltech-areas .calltech__textarea textarea {
        height: 225px;
    }

    .calltech form .calltech__input {
        max-width: calc((100vw - 1024px) / 896 * 100 + 490px);
    }

    .calltech form .calltech__input input {
        padding: 15px 30px;
        border-radius: 15px;
    }

    .calltech form .calltech-button {
        margin-top: 25px;
    }

    .calltech form .calltech-button .calltech-btn {
        padding: 19px 50px;
    }

    .calltech__block_text {
        max-width: 895px;
        margin-bottom: 20px;
    }

    .calltech__block_text p {
        font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
        font-weight: 400;
    }

    .calltech__block_text p:first-child {
        margin-bottom: 10px;
    }

    .calltech_title {
        font-size: calc((100vw - 320px) / 1600 * 6 + 16px);
        font-weight: 400;
        margin-bottom: 15px;
    }

    .calltech_cotact {
        margin-bottom: 15px;
    }

    .calltech_cotact img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .calltech_cotact a {
        font-size: calc((100vw - 320px) / 1600 * 2 + 16px);
        font-weight: 400;
    }

    .calltech_imgs {
        max-width: 190px;
    }

    .calltech_imgs img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1440px) {
    .calltech__container {
        max-width: calc((100vw - 1024px) / 416 * 300 + 980px);
    }

    .calltech__block_t {
        width: 100%;
        max-width: calc((100vw - 1024px) / 416 * 230 + 980px);
        margin: 0 auto;
    }

    .calltech__block_t.active {
        max-width: calc((100vw - 1024px) / 416 * 230 + 980px);
        margin: 0 auto;
    }
}

@media (max-width: 980px) {
    .calltech__container {
        max-width: calc((100vw - 320px) / 660 * 640 + 300px);
    }

    .calltech__imgtech {
        display: none;
    }
}

@media (max-width: 720px) {
    .calltech__btns {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .calltech__btn {
        margin-bottom: 20px;
        padding: 17px 60px;
    }

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

    .calltech__btn.active {
        padding: 17px 60px;
    }

    .calltech form .calltech__row {
        margin-bottom: 40px;
        flex-direction: column;
    }

    .calltech form .calltech-inputs {
        margin-bottom: 20px;
        width: 100%;
    }

    .calltech form .calltech__input {
        margin-bottom: 20px;
    }

    .calltech form .calltech-areas {
        margin-left: 0;
        max-width: 590px;
    }

    .calltech form .calltech-areas .calltech__textarea {
        width: 100%;
        min-height: 120px;
        height: 120px !important;
        padding: 15px 30px;
    }

    .calltech form .calltech-areas .calltech__textarea textarea {
        height: 120px !important;
    }

    .calltech form .calltech__input {
        width: 100%;
        max-width: 590px;
    }

    .calltech form .calltech__input input {
        display: block;
        width: 100%;
        background-color: rgba(209, 209, 209, 0.8);
        padding: 15px 30px;
        border-radius: 15px;
    }

    .calltech form .calltech-button {
        margin-top: 25px;
    }

    .calltech form .calltech-button .calltech-btn {
        display: block;
        width: fit-content;
        padding: 19px 50px;
        background-color: #FFB800;
        border-radius: 10px;
        color: #000;
    }

    .calltech__contacts {
        flex-direction: column;
    }
}