* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Proba Pro';
    font-weight: 400;
    font-style: normal;
    color: #212F3D;
}
html {
    width: 100%;
    /* padding: 2rem; */
    font-size: 16px;
    overflow-x: hidden;
    font-family: 'Proba Pro';
    color: #273645;
}
body {
    overflow-x: hidden;
}
button {
    cursor: pointer;
}
/* Внутренние отступы */
.heroBlock, .forUs, .service, .developed, .rate, .advantages, .scheme, .tecnology, .review, .blog, .form2, footer {
    padding: 0 8.5rem;
}
/* Шапка */
header {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    min-height: 80px;
    padding: 15px 0;
}
.headerLeft {
    display: flex;
    justify-content: space-between;
    padding-left: 10rem;
    & .line {
        height: 100%;
        width: 1px;
        background-color: #DFE2EB;
        margin: 0 5rem 0 3rem;
    }
    & nav {
        width: 32.625rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        & a {
            font-weight: 600;
            text-decoration: none;
            transition: color 0.1s;
            margin-top: -4px;
            &:hover {
                color: #6B7888;
                transition: color 0.1s;
            }
        }
    }
}
.headerRight {
    padding-right: 10rem;
    & button {
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
        border: 1px solid #E9EDFA;
        background-color: transparent;
        transition: background-color 0.1s;
        &:hover {
            background-color: #dddfe2;
            transition: background-color 0.1s;
        }

        &:first-child {
            margin-right: 5px;
        }
    }
    & a {
        &:first-child {
            color: #00AEEF;
            font-weight: 500;
            &:hover {
                color: #209dca;
                transition: color 0.1s;
            }

        }
        &:nth-child(2) {
            text-decoration: none;
            color: #273645;
            font-weight: 600;
            margin: 0 2.5rem 0 1rem;
        }
        transition: color 0.1s;
        &:hover {
            color: #6B7888;
            transition: color 0.1s;
        }

    }
}
/* Первый блок */
.heroBlock {
    height: 48rem;
    border-radius: 1rem;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 2rem; */
    overflow: hidden;
    
    & .myVideo {
        position: absolute;
        z-index: -1;
        width: 110%;
        right: 0;
    }
    & .heroLeft {
        z-index: 2;
        & h1 {
            font-size: 4.5rem;
            font-weight: 500;
            line-height: 74px;
            letter-spacing: -1px;
            & b {
                color: #00AEEF;
                font-weight: 500;
            }
        }
        & p {
            margin: 2rem 0;
            font-family: 'PT Root UI';
            font-weight: 400;
            color: #455466;
        }
        & button {
            width: 16rem;
            height: 4rem;
            background-color: #00AEEF;
            border-radius: 0.8rem;
            border: none;
            transition: background-color 0.1s;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            text-decoration: none;
            &:hover {
                background-color: #209dca;
                transition: background-color 0.1s;
            }
            & p {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
            }
        }
    }
    & .heroRight {
        z-index: 2;
        background-color: #ffffff3f;
        padding: 2rem 1.5rem;
        border-radius: 1rem;
        border: 1px solid #ffffff96;
        height: 28rem;
        width: 17rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        & .heroLogo {
            width: 4rem;
            height: 4rem;
            background-color: #00295C0A;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            & img {
                width: auto;
            }
            
        }
        & h2 {
            font-size: 1.4rem;
            font-weight: 600;
            & b {
                color: #00AEEF;
                font-weight: 600;

            }
        }
        & .heroLine {
            width: 100%;
            height: 1px;
            background-color: #0000000e;
        }
    }
}
/* Подробнее о нашей IT-компании */
.forUs {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    padding-top: 7.6rem;
    & .forUsLeft {
        width: 49rem;
        height: 25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 3rem;
        & .forUsLeftItem {
            width: 23.5rem;
            height: 11rem;
            background-color: #E2F0FB70;
            border-radius: 1rem;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            &.active {
                background-image: url(/wp-content/themes/techgrand/img/punkt.jpg);
                background-size: cover;
                & h2, p {
                    color: #fff;
                }
            }
            & h2 {
                font-size: 3.375rem;
                font-weight: 500;
            }
            & p {
                font-weight: 400;
                color: #455466;
                font-size: 16px;
                font-family: 'PT Root UI';
            }
        }
    }
    & .forUsRight {
        width: 47rem;
        & h1 {
            font-size: 4.125rem;
            margin-bottom: 2rem;
            font-weight: 500;
            line-height: 68px;
        }
        & p {
            margin-bottom: 1rem;
            font-family: 'PT Root UI';
            font-weight: 400;
            color: #455466;
            font-size: 16px;
            
            
            
            
            
            & :nth-child(2) {
                margin-bottom: 0;
            }
        }
    }
}
/* IT услуги которые мы предоставляем */
.service {
    display: flex;
    flex-direction: column;
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    & h1 {
        font-size: 4rem;
        font-weight: 500;
    }
    & .serviceList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 2.5rem;
        & .serviceItem {
            height: auto;
            width: 31.5rem;
            border: #E5EDF3 solid 1px;
            border-radius: 1rem;
            padding: 2.5rem 2rem;
            position: relative;
            margin-bottom: 1.5rem;
            & img {
                width: auto;
                height: 7.1875rem;
            }
            & h2 {
                margin: 2rem 0 1.25rem;
                font-weight: 600;
            }
            & button {
                width: 3.25rem;
                height: 3.25rem;
                position: absolute;
                right: 2rem;
                bottom: 2rem;
                background-color: transparent;
                border: #E9ECF2 1px solid;
                border-radius: 0.5rem;
                transition: background-color 0.1s;
                display: none;
                
                
                &:hover {
                    background-color: #DFE2EB;
                    transition: background-color 0.1s;
                }
            }
            & li {
                display: flex;
                align-items: center;
                margin-bottom: 0.5rem;
                font-family: 'PT Root UI';
                font-weight: 400;
                color: #455466;
                
                &:last-child {
                    margin-bottom: 0;
                }
            }
            & li::before {
                content: "";
                width: 0.75rem;
                height: 0.75rem;
                display: inline;
                align-items: center;
                background-repeat: no-repeat;
                background-image: url(/wp-content/themes/techgrand/img/ellipse.png);
                margin-right: 0.75rem;
            }
        }
    }
}
/* Разработанные решения */
.developed {
    display: flex;
    flex-direction: column;
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    background-color: #F2F8FD;
    border-radius: 1rem;
    & span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        & h1 {
            font-size: 4rem;
            font-weight: 500;
        }
        & .buttons {
            width: 7rem;
            display: flex;
            justify-content: space-between;
            height: 2rem;
        }
        & button {
            width: 2.75rem ;
            height: 2.75rem ;
            border-radius: 50%;
            background-color: #fff;
            border: none;
            &:hover svg path {
                stroke: #209dca;
            } 
            &:active svg path {
                stroke: #00AEEF;
            }
            &::after {
                font-size: 0;
            }
        }
        & .rightDev, .developed-rtl, .leftDev {
            left: auto;
            position: relative;
        }
        & .lefttDev, .developed-rtl, .rightDev {
            right: auto;
            position: relative;
        }
    }
    & .developedScroll {
        width: 100%;
    }
    & .developedList {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: fit-content;
        margin-top: 2.5rem;
        min-width: 0;
        & .developedItem.swiper-slide {
            width: 48.75rem;
            height: 32.625rem;
            border-radius: 1rem;
            margin-right: 2rem;
            padding: 2.5rem 2rem;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-decoration: none;
            background-size: cover;
            
            &:first-child {
                background-image: url(/wp-content/themes/techgrand/img/res1.jpg);
                background-size: cover;
            }
            &:nth-child(2) {
                background-image: url(/wp-content/themes/techgrand/img/res2.jpg);
            }
            &:last-child {
                background-image: url(/wp-content/themes/techgrand/img/res3.jpg);
                margin: 0;
            }
            & svg {
                position: absolute;
                right: 2rem;
            }
            & p {
                color: #ffffffcc;
                font-family: 'PT Root UI';
                font-weight: 500;
                border: 1px solid #FFFFFF26;
                border-radius: 1rem;
                width: fit-content;
                padding: 0.5rem 0.5rem;
                font-size: 14px;
            }
            & h2 {
                color: #fff;
                font-size: 2rem;
                font-weight: 500;
            }
        }
    }
}
/* Тарифы на разработку*/
.rate {
    display: flex;
    justify-content: space-between;
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    & h1 {
        font-size: 4rem;
        font-weight: 500;
    }
    & .rateList {
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
        width: 70%;
        & .rateItem {
            width: 32.125rem;
            height: 23rem;
            background-color: #fff;
            border-radius: 1rem;
            border: #E5EDF3 1px solid ;
            padding: 2rem;
            margin-bottom: 1.5rem;
            display: flex;
            flex-direction: column;
            position: relative;
            background-size: cover;
            &:nth-child(3) {
                background-image: url(/wp-content/themes/techgrand/img/punkt2.jpg);
                background-size: contain;
                & h2, h3,h4, p {
                    color: #fff;
                }
                & h4 {
                    &::after {
                    content: "";
                    display: inline-block;
                    width: 1.5rem;
                    height: 1.5rem;
                    margin-left: 1rem;
                    background-size: cover;
                    background-image: url(/wp-content/themes/techgrand/img/RubleBel.png);
                    }
                }
            }
            &:nth-child(4) {
                /* padding-top: 4rem; */
                padding-bottom: 4rem;
                background-color: #F2F8FD;
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                
                    & p {
                        font-family: "PT Root UI";
                        font-size: 1rem;
                        color: #455466;
                        /* line-height: 24px; */
                        letter-spacing: -0.5px;
                        font-weight: 400;
                        
                        & b {
                            color: #00AEEF;
                        }
                    }

                & button {
                    margin: 2rem 0;
                    width: 16rem;
                    height: 3.75rem;
                    background-color: #00AEEF;
                    border-radius: 0.5rem;
                    border: none;
                    display: flex;
                    transition: background-color 0.1s;
                    align-items: center;
                    justify-content: space-between;
                    padding: 1.5rem;
                    text-decoration: none;
                    & p {
                        font-size: 1rem;
                        font-weight: 700;
                        color: #fff;
                    }
                    &:hover {
                        background-color: #209dca;
                        transition: background-color 0.1s;
                    }
                }
                & h2 {
                    margin-bottom: 1.5rem;
                }
            }
            & h2 {
                font-size: 2rem;
                font-weight: 500;
            }
            & h4 {
                font-size: 2rem;
                font-weight: 500;
                &::after {
                    content: "";
                    display: inline-block;
                    width: 1.5rem;
                    height: 1.5rem;
                    margin-left: 1rem;
                    background-size: cover;
                    background-image: url(/wp-content/themes/techgrand/img/RubleZel.png);
                }
            }
            & img {
                width: 10rem;
                position: absolute;
                bottom: 3rem;
                right: 3rem;
                background-color: #E2F0FB73;
                padding: 2rem;
                border-radius: 50%;
            }
            & p {
                font-family: "PT Root UI";
                font-weight: 400;
                color: #455466;
            }
            & .features {
                width: 70%;
                margin: 2rem 0;
                display: flex;
                justify-content: space-between;
                & span {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    height: 4rem;
                    & h3 {
                        font-weight: 500;
                        font-family: 'Proba Pro';
                        font-size: 24px;
                    }
                }
            }
        }
    }
}
/* Преимущества клиентов при работе с нами */
.advantages {
    display: flex;
    flex-direction: column;
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    
    
    & .topAdvantages {
        display: flex;
        justify-content: space-between;
        & h1 {
            font-size: 4rem;
            width: 32.125rem;
            font-weight: 500;
        }
        & .void {
            width: 32.125rem;
        }
    }
    & .advantageItem {
        width: 32.125rem;
        height: auto;
        background-color: #E2F0FB73;
        padding: 2rem;
        border-radius: 1rem;
        
        
        
        
        
        
        
        
        
        
        & h2 {
            margin: 2rem 0 1.5rem;
            font-weight: 600;
        }
        & img {
            width: 8rem;
        }
        & li {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
            font-family: 'PT Root UI';
            font-weight: 400;
            color: #455466;
            
            
            
            
            
            
            
            
            
            &:last-child {
                margin-bottom: 0;
            }
        }
        & li::before {
            content: "";
            width: 0.75rem;
            height: 0.75rem;
            display: inline;
            align-items: center;
            background-repeat: no-repeat;
            background-image: url(/wp-content/themes/techgrand/img/ellipse.png);
            margin-right: 0.75rem;
        }

    }
    & .centerAdvantages {
        display: flex;
        justify-content: space-between;
        margin: 1rem 0;

    }
    & .bottomAdvantages {
        display: flex;
        & .advantageItem {
            width: 65.25rem;
            height: auto;
            background-color: #E2F0FB73;
            padding: 2rem;
            border-radius: 1rem;

        }
        & span {
            width: 33.5%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        & button {
            margin: 2rem 0;
            width: 16rem;
            height: 3.75rem;
            background-color: #00AEEF;
            border-radius: 0.5rem;
            border: none;
            transition: background-color 0.1s;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.5rem;
            text-decoration: none;
            & p {
                font-size: 1rem;
                font-weight: 700;
                color: #fff;
            }
            &:hover {
                background-color: #209dca;
                transition: background-color 0.1s;
            }

        }

    }

}
/* Схема работы нашей IT-компании */
.scheme {
    display: flex;
    flex-direction: column;
    background-color: #00AEEF;
    background-image: url(/wp-content/themes/techgrand/img/setka.png);
    background-size: cover;
    border-radius: 1rem;
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    & span {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        transition: left 0.3s ease;
        & h1 {
            width: 35%;
            font-size: 4rem;
            font-weight: 500;
            color: #fff;
        }
        & p {
            font-size: 1.5rem;
            font-weight: 600;
            width: 35%;
            color: #fff;
        }
        & .leftScheme {
            top: 23rem;
            width: 3rem;
            left: -1.5%;
            height: 3rem;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid #E9ECF2;
            z-index: 99;
            &::after {
                font-size: 0;
            }
            &:hover svg  {
                stroke: #209dca;
            }
            &:active svg  {
                stroke: #00AEEF;
            }
        }
        & .rightScheme {
            top: 23rem;
            width: 3rem;
            left: 98.5%;
            height: 3rem;
            border-radius: 50%;
            background-color: #fff;
            border: 1px solid #E9ECF2;
            z-index: 99;
            &::after {
                font-size: 0;
            }
            &:hover svg  {
                stroke: #209dca;
            }
            &:active svg  {
                stroke: #00AEEF;
            }
            
        }

    }
    & .schemeScroll {
        width: 100%;
    }
    & .schemeList  {
        display: flex;
        margin-top: 3rem;
        width: fit-content;
        position: relative;
        & .schemeItem {
            width: 32.125rem;
            height: auto;
            background-color: #fff;
            padding: 2rem;
            border-radius: 1rem;
            margin-right: 1.5rem;
            & h2 {
                margin: 1.25rem 0 1.25rem;
                font-weight: 600;
            }
            & p {
                /* width: 75%; */
                font-family: 'PT Root UI';
                font-weight: 400;
                color: #455466;
            }
            & img {
                width: 8rem;
            }
            &:last-child {
                margin-right: 0;
            }
        }
    }
}
/* Технологии которые мы применяем при разработке */
.tecnology {
    display: flex;
    justify-content: space-between;
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    & span {
        width: 35.25rem;
        & h1 {
            font-size: 4rem;
            margin-bottom: 2rem;
            line-height: 68px;
            letter-spacing: -1px;
            font-weight: 500;
        }
        & p {
            font-weight: 400;
            font-family: 'PT Root UI';
            color: #455466;
        }
    }
    & .tecnologyList {
        display: flex;
        flex-wrap: wrap;
        width: 59rem;
        height: 45rem;
        & .tecnologyItem {
            width: 13.25rem;
            height: 10rem;
            background-color: #E2F0FB73;
            margin-right: 1.5rem;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 1rem;
            & img {
                height: 100%;
                width: 100%;
                object-fit: scale-down;
            }
        }
    }
}
/* Отзывы клиентов */
.review {
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    background-color: #E2F0FB73;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow-x: hidden;
    & span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        & h1 {
            width: 50%;
            font-size: 4rem;
            font-weight: 500;
            & b {
                font-weight: 500;
                color: #00AEEF;
            }
        }
        & .buttons {
            width: 6rem;
            height: 3rem;
            position: relative;
        }
        & button {
            width: 2.5rem;
            height: 2.5rem;
            position: absolute;
            top: 0;
            right: 0;
            border-radius: 50%;
            background-color: #fff;
            border: none;
            position: absolute;
            &::after {
                font-size: 0;
            }
            &:hover svg{
                stroke: #209dca;
            }
            &:active svg{
                stroke: #00AEEF;
            }
        }
    }
    & .reviewList {
        display: flex;
        justify-content: space-between;
        margin-top: 2.5rem;
        & .reviewItem {
            width: 31.5rem;
            /* height: 28rem; */
            background-color: #fff;
            border-radius: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            text-align: center;
            padding: 2.5rem 2rem;
            
            & .swiper-slide-noactive {
                opacity: 0;
            }
            & img {
                width: 6rem;
                padding-top: 15px;
            }
            & h2 {
                font-weight: 600;
            }
            & h3 {
                color: #00AEEF;
            }
            & p {
                font-family: 'PT Root UI';
                font-weight: 400;
                color: #455466;
                padding: 30px 0;
            }
        }
    }

}
/* Публикуем интересное в нашем блоге */
.blog {
    padding-top: 7.625rem;
    padding-bottom: 7.625rem;
    display: flex;
    flex-direction: column;
    & span {
        /* display: flex; */
        justify-content: space-between;
        align-items: center;
        margin: 20px;
        
        
        
        
        
        & h1 {
            width: 45%;
            font-size: 4rem;
            font-weight: 500;
        }
        & button {
            margin: 2rem 0;
            width: 12rem;
            height: 3.75rem;
            background-color: #00AEEF;
            border-radius: 0.5rem;
            border: none;
            transition: background-color 0.1s;
            font-weight: 700;
                &:hover {
                    background-color: #209dca;
                    transition: background-color 0.1s;
                }

            & a {
                height: 3.75rem;
                width: 12rem;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 1.5rem;
                border: none;
                text-decoration: none;
                & p {
                    font-size: 1rem;
                    color: #fff;
                }
            }
        }

    } 
    & .blogList {
        display: flex;
        margin-top: 2.5rem;
        justify-content: space-between;
        & .blogItem {
            width: 32.125rem;
            background-color: transparent;
            border: 1px solid #E9ECF2;
            padding: 1.5rem;
            border-radius: 1rem;
            display: flex;
            flex-wrap: wrap;
            
            
            
            
            & .photoBlog {
                width: 100%;
                height: 15.5rem;
                background-color: #F8F8F8;
                border-radius: 1rem;
                display: flex;
                align-items: center;
                justify-content: center;
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                
                & img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 15px;
                }
            }
            & h2 {
                margin: 2rem 0 1.5rem;
                font-weight: 600;
                width: 75%;
            }
            & p b{
                color: #00AEEF;
            }
            & span button {
                background-color: transparent;
                border: 1rem;
                border: 1px solid #E9ECF2;
                width: 4rem;
                transition: background-color 0.1s;
                &:hover {
                    background-color: #DFE2EB;
                    transition: background-color 0.1s;
                }

            }
            & span p {
                width: 75%;
                color: #455466;
            }
        }
    }
}
/* Форма связи */
.form {
    overflow: hidden;
    position: relative;
    border-radius: 1rem;
    & .form2 {
        padding-top: 7.625rem;
        padding-bottom: 7.625rem;
        display: flex;
        position: relative;
    }
    & h1 {
        width: 75%;
        font-size: 4rem;
        line-height: 62px;
        letter-spacing: -1px;
        font-weight: 500;
        & b {
            font-weight: 500;
            color: #00AEEF;
        }
    }
    & h2 {
        margin: 2.5rem 0 1.5rem;
        font-weight: 600;
    }
    & .formList {
        display: flex;
        flex-direction: column;
        & span {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            &:last-child {
                margin-bottom: 0;
            }
            & p {
                margin-left: 1rem;
                font-family: 'PT Root UI';
                font-weight: 400;
                color: #455466;
            }
        }
    }
    & form {
        background-color: #fff;
        padding: 2rem;
        border-radius: 1rem;
        & .switch {
            position: relative;
            display: inline-block;
            width: 3rem;
            height: 2rem;
        }
        & .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        & .slider {
            position: absolute;
            cursor: pointer;
            top: 0; left: 0;
            right: 0; bottom: 0;
            background-color: #54C22D;
            transition: 0.4s;
            border-radius: 2rem;
        }
        & .slider:before {
            position: absolute;
            content: "";
            height: 1.5rem; width: 1.5rem;
            left: 1.25rem;
            bottom: 0.25rem;
            background-color: #00AEEF;
            transition: 0.4s;
            border-radius: 50%;
        }
        & input:checked + .slider {
            background-color: #ccc;
        }

        & input:checked + .slider:before {
            transform: translateX(-1rem);
        }

        & .topForm {
            display: flex;
            align-items: center;
            & h2 {
                margin: 0;
                width: 75%;
                margin-left: 1rem;
            }
            & img {
                height: 4rem;
                width: 4rem;
            }
        }
        & .centerForm {
            display: flex;
            flex-direction: column;
            margin: 2rem 0;
            & input {
                margin-bottom: 0.5rem;
                height: 4rem;
                padding: 1.5rem;
                background-color: #F7F8FC;
                border-radius: 1rem;
                border: none;
                font-size: 1rem;
            }
        }
        & .downForm {
            display: flex;
            & p {
                margin-left: 1rem;
                width: 75%;
            }
            & button {
                background-color: transparent;
                border: none;
                font-size: 1rem;
                color: #00AEEF;
            }
        }
        & .ok {
            width: 100%;
            height: 4rem;
            background-color: #00AEEF;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            font-size: 1rem;
            border-radius: 1rem;
            border: none;
            margin-top: 2rem;
            transition: background-color 0.1s;
                &:hover {
                    background-color: #209dca;
                    transition: background-color 0.1s;
                }

            & p {
                color: #fff;
                font-weight: 700;
            }
        }
    }
    #myVideo {
        position: absolute;
        right: 0;
        top: -20px;
        width: 115%;
        height: auto;
        z-index: -1000;
    }
}
/* Подвал */
footer {
    background-color: #F2F9FD;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: 1.5rem;
    border-radius: 1rem;
    float: left;
    width: 100%;
    
    
    
    
    
    
    
    
    & img {
        width: 100%;
    }
    & nav {
       display: flex;
       /* height: 14rem; */
       justify-content: space-between;
       margin-bottom: 40px;
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       & .down, .downF {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            /* height: 13rem; */
            max-height: 160px;
       }
       & .downF {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            margin-top: 1rem;
            width: 75%;
       }
       & .menuF,.serviceF,.contactF, .socialF {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            & h1 {
                font-size: 1rem;
                font-weight: 400;
                font-family: "PT Root UI";
            }
            & a {
                font-size: 1.25rem;
                font-weight: 600;
                margin-top: 1rem;
                text-decoration: none;
                transition: color 0.1s;
                    &:hover {
                        color: #6B7888;
                        transition: color 0.1s;
                    }

            }
        }
        & .contactF {
            & .mail {
                color: #00AEEF;
                font-size: 1.5rem;
                font-weight: 400;
                text-decoration: underline;
                transition: color 0.1s;
                &:hover {
                    color: #209dca;
                    transition: color 0.1s;
                }

            }
            & a {
                font-size: 2rem;
            }
            & p {
                font-weight: 700;
            }
        }
        & .socialF {
            display: flex;
            width: 10rem;
            /* justify-content: space-between; */
            
            
            
            
            
            
            
            
            
            
            
            
            
            & button {
                width: 3rem;
                height: 3rem;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #00AEEF;
                border-radius: 50%;
                border: none;
                transition: background-color 0.1s;
                
                
                & a {
                    margin: 0;
                }
                &:hover {
                    background-color: #209dca;
                    transition: background-color 0.1s;
                }

            }
        }
    }
    & .line {
        width: 100%;
        height: 1px;
        background-color: #0000000D;
        margin: 1rem 0 2rem;
    }
    & span {
        display: flex;
        justify-content: space-between;
        & p {
            color: #6B7888;
        }
        & a {
            color: #00AEEF;
        }
    }
}
/* popup */
.popup {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s;
    &.show {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s;
    }
        & #clsPopup {
            position: absolute;
            top: 1rem;
            right: 1rem;
            width: 3rem;
            background-color: transparent;
            border: none;
            & path {
                stroke: #273645;
                fill: #273645;
            }
            &:hover {
                & path {
                    stroke: #455466;
                    fill: #455466;
                }
            }
        } 
        & form {
        position: relative;
        box-shadow: 0px 0px 20px 10px #273645ab;
        width: 50%;
        min-width: 50%;
        max-width: 100%;
        background-color: #fff;
        padding: 2rem;
        border-radius: 1rem;
        & .switch {
            position: relative;
            display: inline-block;
            width: 3rem;
            height: 2rem;
        }
        & .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }
        & .slider {
            position: absolute;
            cursor: pointer;
            top: 0; left: 0;
            right: 0; bottom: 0;
            background-color: #54C22D;
            border-radius: 2rem;
        }
        & .slider:before {
            position: absolute;
            content: "";
            height: 1.5rem; width: 1.5rem;
            left: 1.25rem;
            bottom: 0.25rem;
            background-color: white;
            border-radius: 50%;
        }
        & input:checked + .slider {
            background-color: #ccc;
        }

        & input:checked + .slider:before {
            transform: translateX(-1rem);
        }

        & .topForm {
            display: flex;
            align-items: center;
            & h2 {
                margin: 0;
                width: 75%;
                margin-left: 1rem;
            }
            & img {
                height: 4rem;
                width: 4rem;
            }
        }
        & .centerForm {
            display: flex;
            flex-direction: column;
            margin: 2rem 0;
            & input {
                margin-bottom: 0.5rem;
                height: 4rem;
                padding: 1.5rem;
                background-color: #F7F8FC;
                border-radius: 1rem;
                border: none;
                font-size: 1rem;
            }
        }
        & .downForm {
            display: flex;
            & p {
                margin-left: 1rem;
                width: 75%;
            }
            & button {
                background-color: transparent;
                border: none;
                font-size: 1rem;
                color: #00AEEF;
            }
        }
        & .ok {
            width: 100%;
            height: 4rem;
            background-color: #00AEEF;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1.5rem;
            font-size: 1rem;
            border-radius: 1rem;
            border: none;
            margin-top: 2rem;
            transition: background-color 0.1s;
                &:hover {
                    background-color: #209dca;
                    transition: background-color 0.1s;
                }

            & p {
                color: #fff;
                font-weight: 700;
            }
        }
    }

}

.single {
    padding: 20px 136px 20px 136px;
    float: left;
}

.single h1 {
    font-size: 45px;
    font-weight: bold;
    margin: 20px 0 35px 0;
}

.single ul {
    padding: revert;
    margin: revert;
}

.single p {
    padding: revert;
    margin: revert;
}

.single strong {
    font-weight: revert;
}

img.single_fon_img {position: absolute;top: 0;width: 105%;object-fit: cover;height: 100%;filter: blur(1px) brightness(40%);}

.single_fon {
    display: flex;
    /* align-items: center; */
    position: relative;
    min-height: 260px;
    flex-wrap: wrap;
    overflow: hidden;
}

.single_fon .breadcrumbs {
    z-index: 1;
    width: 100%;
    font-size: 14px;
}

.single_fon h1 {
    z-index: 1;
    width: 100%;
    font-size: 55px;
    font-weight: bold;
    padding-top: 35px;
}

.single_fon * {
    color: white;
}

.single_fon_content {
    z-index: 1;
    padding: 40px 136px;
    width: 100%;
}

.logo a {
    height: 49px;
    display: flex;
    align-items: center;
}

.serviceList a {
    text-decoration: none;
}

.serviceList h2 a {
    font-weight: bold;
}

.nagrady {
    display: flex;
    margin: 10px auto 50px auto;
    justify-content: center;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.nagrady_item {
    max-width: 410px;
    display: flex;
    align-items: center;
    margin: 10px;
    border-radius: 15px;
    background-color: #f1f1f1;
    padding: 5px 15px;
}

.nagrady_item img {
    width: auto;
    height: 55px;
}

.nagrady_item p {
    margin-left: 5px;
    font-weight: bold;
}

.nagrady_item img {
    margin: 5px;
}

.kontakty td {
    padding: 5px 15px 5px 0;
}

.kontakty tr td:first-child {
    font-weight: bold;
}

.kontakty table {
    padding: 15px 0;
}

.map {margin-top: 20px;}

.photoBlog a {
    width: 100%;
    height: 100%;
}

.blogList a {
    text-decoration: none;
}
.blogList {
    flex-wrap: wrap;
}

.blogItem {
    margin: 5px;
}

.fon_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000b0;
    z-index: 3;
    display: none;
}

li.dropdown_next_level:hover .dropdown_inside_next_level {display: block;}
li.dropdown:hover .dropdown_inside {display: block;}


ul.dropdown_inside {
    display: none;
}


li.dropdown {
    position: relative;
}

ul.dropdown_inside {
    position: absolute;
    background-color: black;
    padding: 15px;
    /* width: 270px; */
}

ul.dropdown_inside li {
    /* padding: 2px 0; */
}


ul.dropdown_inside {
    display: none;
}


li.dropdown {
    position: relative;
}

ul.dropdown_inside {
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
}

ul.dropdown_inside li {
    /* padding: 2px 0; */
    margin: 0px;
    /* padding: 5px 5px; */
    width: 350px;
    height: 90px;
}




ul.dropdown_inside_next_level {
    display: none;
}


li.dropdown_next_level {
    position: relative;
}

ul.dropdown_inside_next_level {
    position: absolute;
    background-color: #ffffff;
    padding: 5px;
    /* width: 240px; */
    left: 100%;
    top: -5px;
    border-radius: 4px;
}

ul.dropdown_inside_next_level li {
    /* padding: 5px 5px; */
}

ul.dropdown_inside {
    border-radius: 4px;
}

ul.dropdown_inside, ul.dropdown_inside_next_level {
    z-index: 10;
}
    ul.dropdown_inside li a:hover {
        color: red;
    }
    ul.dropdown_inside li a:hover {
        color: #00aeef;
    }
    ul.dropdown_inside_next_level li a:hover {
        color: #00aeef;
    }

span.click_menu {
    font-size: 12px;
}

header .mobile_menu{
    display: none
}

nav li {
    list-style-type: none;
}

nav.mobile_menu li {
    padding: 5px;
}

main {position: relative;}


li.dropdown.dev ul.dropdown_inside {
    width: auto;
}

li.dropdown.dev ul.dropdown_inside li {
    height: 100px;
    width: 320px;
}

li.dropdown.dev img {
    height: 80px;
    width: 80px;
    padding: 10px;
    border-radius: 50%;
}

li.dropdown.dev a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

li.dropdown.dev ul a:hover {
    background-color: #efefef;
}

ul.dropdown_inside li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 15px;
    padding: 15px;
}

ul.dropdown_inside li a:hover {
    background-color: #eee;
}

footer .down a {
    padding-right: 15px;
}

li.dropdown img {
    height: 80px;
    width: 80px;
    padding: 10px;
}

.content {
    font-size: 19px;
    float: left;
    width: 100%;
}

.content h2 {
    font-size: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 600;
}

.content ol, .content ul {
    margin: revert;
    padding: revert;
}





.scheme_solution {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto 100px auto;
    align-items: start;
    max-width: 1200px;
}

.scheme_solution_min {
    max-width: 369px;
}

.scheme_solution_item p {width: 100%;}

.scheme_solution_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    margin: 20px 0;
    justify-content: center;
    text-align: center;
}

.scheme_solution_item img {
}

.scheme_solution_center_min {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
}

img.scheme_solution_center_min_arr_left {
    position: absolute;
    max-width: 130px;
    left: -40px;
    top: 70px;
}

img.scheme_solution_center_min_arr_right {
    position: absolute;
    max-width: 130px;
    right: -46px;
    top: 60px;
}

.scheme_solution_item_start {
    display: flex;
    font-size: 24px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}

.scheme_solution_item_start img {
    margin-right: 15px;
    height: 45px;
    width: 45px;
}

.scheme_solution_min.scheme_solution_min_last .scheme_solution_item {
    max-width: 180px;
}

.scheme_solution_min.scheme_solution_min_last {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.scheme_solution_2_min {
    max-width: 250px;
    float: left;
    width: 100%;
}

.scheme_solution_2 {
    /* float: left; */
    width: 100%;
    margin: 0 auto 50px auto;
    font-size: 18px;
    text-align: center;
    max-width: 1160px;
}

.scheme_solution_2_item_start {
    font-weight: bold;
    font-size: 29px;
}

.scheme_solution_2_min.scheme_solution_2_min_last {
    max-width: 890px;
    flex-wrap: wrap;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scheme_solution_2_item {
    max-width: 190px;
    float: left;
    width: 100%;
    margin: 15px;
}

.scheme_solution_2_min.scheme_solution_2_min_center {
    max-width: 890px;
    text-align: right;
    float: right;
}

.scheme_solution_2_min.scheme_solution_2_min_start {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.description_single {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 500;
}

.analit {
    display: flex;
    margin: 20px auto;
    width: 1100px;
}

.analit_item {
    position: relative;
}


.analit_item:after {
    content: '';
    background: url(/wp-content/themes/techgrand/img/scheme_solution_3/arr.jpg);
    width: 53px;
    height: 34px;
    position: absolute;
}

.analit_item.analit_item1::after, .analit_item.analit_item5::after {
    bottom: -50px;
    left: 85px;
    rotate: 90deg;
}

.analit_item.analit_item2::after, .analit_item.analit_item4::after, .analit_item.analit_item6::after {
    top: 80px;
}

.analit_item.analit_item3::after, .analit_item.analit_item7::after {
    top: -80px;
    left: 73px;
    rotate: 270deg;
}

.analit_item.analit_item5::after {
    left: 65px;
}

.analit_item.analit_item8::after {
    content: none;
}

.analit_column {
    height: 700px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.single {
}

.scheme_solution {
    margin-bottom: 50px;
}