a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow: none;
}

ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

@keyframes colorChangeMenu {
    0% {
        color: #212121;
    }

    100% {
        color: #2196F3;
    }
}

@keyframes colorChangeMenusecond {
    0% {
        color: #757575;
    }

    100% {
        color: #2196F3;
    }
}

.contactsBtn {
    color: #212121;
    border: none;
    background-color: #00000000;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.contactsBtn:hover {
    color: #2196F3;
    animation-name: colorChangeMenu;
    animation-duration: .15s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

p {
    padding: 0;
    margin: 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.HeaderContainer {
    width: 1170px;
    margin: 0 auto;
}

.head {
    display: flex;
    width: 100%;
    align-items: center;
    height: 80px;
}

.logoHeaderimg {
    margin-right: 93px;
    width: 145px;
}


.ulNav {
    gap: 50px;
    margin-right: 344px;
}

.ulNav:has(.liNav2:hover) .liNav1 {
    color: #212121;
}

.ulNav:has(.liNav3:hover) .liNav1 {
    color: #212121;
}

.ulContacts {
    gap: 50px;
}

.liNav {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    cursor: pointer;
    color: #212121;
}

.liNavSelected {
    color: #2196F3;
    position: relative;
}

.liNavSelected::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 4px;
    background-color: #2196F3;
    border-radius: 2px;
    top: 44px;
    left: 50%;
    transform: translateX(-50%);
}

.liNav:hover {
    color: #2196F3;
    animation-name: colorChangeMenu;
    animation-duration: .15s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

.links {
    color: #757575;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    height: 16px;
    align-items: center;
    gap: 10px;
}

.links:hover .svgsHeader {
    animation-name: colorChangeMenusecond;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

.links:hover {
    animation-name: colorChangeMenusecond;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

.backOfSolutions {
    position: relative;
    background-image: url(photos/studio/effectiveBackground/teamProject.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}

.blackBackground {
    background-color: #2f303a;
    opacity: .4;
    height: 100%;
}

.forRelativemain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

h1 {
    margin: 0;
    color: #fff;
    font-size: 44px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center;
    width: 700px;
}

.takeOrder {
    color: #fff;
    background-color: #2196F3;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    width: 216px;
    height: 50px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.takeOrder:hover {
    animation-name: buttonOrderAnimation;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes buttonOrderAnimation {
    0% {
        width: 216px;
        height: 50px;
        box-shadow: 2px 2px 5px rgb(86, 130, 180);
    }

    50% {
        width: 240px;
        height: 60px;
        box-shadow: 2px 2px 5px rgb(86, 130, 180);
    }

    100% {
        width: 216px;
        height: 50px;
        box-shadow: 2px 2px 5px rgb(86, 130, 180);
    }
}

.captcher {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    margin: 0;
}

.benefitsList {
    gap: 30px;
    margin: 94px auto;
}

.description {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    letter-spacing: 0.4px;
    width: 270px;
}

.ourJob {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    color: #212121;
    letter-spacing: 1px;
}

.pictures {
    width: 370px;
}

.hotoList {
    gap: 30px;
    margin-bottom: 94px;
}

.sectionTeam {
    background-color: #F5F4FA;
}

.ourTeanCapcher {
    color: #212121;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 36px;
    margin-bottom: 50px;
    padding-top: 94px;
    text-align: center;
}

.persons {
    width: 270px;
}

.employeeInfo {
    gap: 30px;
    padding-bottom: 94px;
}

.personInfo {
    background-color: #fff;
    height: fit-content;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.336) 0 2px 2px;
    outline: 0px solid rgba(0, 0, 0, 0.158);
}

.personInfo:hover {
    animation-name: boxFocus;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-duration: .1s;
}

@keyframes boxFocus {
    0% {
        box-shadow: rgba(0, 0, 0, 0.336) 0 2px 2px;
    }

    100% {
        box-shadow: 1px 1px 5px rgb(73, 73, 73);
    }
}

.name {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    color: #212121;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.position {
    color: #757575;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.logoFooterImg {
    margin-top: 60px;
    width: 145px;
}

.secFoot {
    background-color: #2F303A;
    height: 100%;
    padding-bottom: 74px;
}

.listInfoFooter {
    margin-top: 20px;
    flex-direction: column;
    gap: 9px;
}

.sameHover:hover {
    animation-name: footerInfo;
    animation-duration: .1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

@keyframes footerInfo {
    0% {
        color: #fff;

    }

    100% {
        color: #2196F3;
    }
}

.linksfooter {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    cursor: pointer;
    opacity: 0.6;
}

.linksfooterFirst {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    cursor: pointer;
}

.linksfooter:hover {
    color: #2196F3;
    opacity: 1;
}

.linksfooterFirst:hover {
    color: #2196F3;
    opacity: 1;
}

.benefitsSvgs {
    width: 270px;
    height: 120px;
    display: flex;
    justify-content: center;
    background-color: #F5F4FA;
    border-radius: 4px;
    margin-bottom: 30px;
}

.cvgPaths {
    width: 7px;
}

/*                                            portfolio                           */

.sort {
    gap: 8px;
    justify-content: center;
    margin-top: 94px;
    margin-bottom: 34px;
}

.optionsView {
    height: 38px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #212121;
    border: none;
    border-radius: 4px;
    padding: 6px 25px;
    background-color: #F5F4FA;
    cursor: pointer;
}

.optionsView:hover {
    background-color: #2196F3;
    color: #fff;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.253);
    animation-name: buttonTopics;
    animation-timing-function: ease-in;
    animation-duration: .1s;

}

@keyframes buttonTopics {
    0% {
        color: #F5F4FA;
        box-shadow: 0px 0px 0px 0 rgba(255, 255, 255, 0);
        background-color: #F5F4FA;
    }

    100% {
        background-color: #2196F3;
        color: #fff;
        box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.253);
    }
}


.sort:has(.optionsView:hover) .optionViewSelected {
    background-color: #F5F4FA;
    box-shadow: 0 0 0 0;
    color: #212121;
}

.picturesProjects {
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 94px;
}

.pictureProjectsImg {
    width: 370px;
}

.liPictureProjects {
    outline: #EEEEEE solid 1px;
    text-align: left;
    height: 404px;
    position: relative;
}

.liPictureProjects:hover {
    box-shadow: rgba(0, 0, 0, 0.219) 2px 3px 5px;
    cursor: pointer;
}


.liPictureProjects::before {
    position: absolute;
    top: 294px;
    left: 0;
    content: 'Ресурс пропонує комплексні пропозиції з різним рівнем функціоналу та сервісів. Все це дозволить відвідувачу отримати вичерпні відомості про компанію \A чи приватну особу.';
    width: 322px;
    font-size: 18px;
    height: 0;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background-color: #2195f3d5;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 28px;
    white-space: pre-line;
    overflow: hidden;
}

.liPictureProjects:hover::before {
    animation-name: hoverAnim;
    animation-timing-function: ease;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: initial;
}



@keyframes hoverAnim {
    0% {
        padding-top: 0;
        top: 294px;
        height: 0;
        overflow: hidden;
    }

    100% {
        padding-top: 63px;
        top: 0;
        height: 231px;
        animation-play-state: paused;
    }
}

.projectsP {
    margin-top: 20px;
    margin-left: 24px;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 36px;
    margin-bottom: 4px;
}

.types {
    font-size: 16px;
    margin-left: 24px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #757575;
}

.regularClientsCaptcher {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 36px;
    text-align: center;
    margin-top: 94px;
    margin-bottom: 50px;
    color: #212121;
}

.svgsClients {
    width: 170px;
    height: 92px;
    outline: solid 1px #AFB1B8;
    border-radius: 4px;
    cursor: pointer;
}

.svgsClients path {
    fill: #2196F3;
}

.regularClUl {
    justify-content: center;
    gap: 30px;
    padding-bottom: 94px;
}

.svgsClients {
    color: #AFB1B8;
}


@keyframes regularClients {
    0% {
        color: #AFB1B8;
    }

    100% {
        color: #2196F3;
    }
}

.svgsClients:hover {
    animation-name: regularClients;
    animation-duration: .1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.svgsHeader {
    color: #757575;
}

.svgsHeader:hover {
    color: #2196F3;
}

.mailHeader {
    width: 16px;
    height: 12px;
}

.telHeader {
    width: 10px;
    height: 16px;
}

.hotoList li article {
    position: relative;
}

.forDescription {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color: #2f303a;
    opacity: .8;
    z-index: 3;
    top: 224px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3%;
    max-width: 370px;
}

.descriptionText {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    z-index: 5;
    position: absolute;
    top: 251px;
    left: 50%;
    transform: translateX(-50%);
}

.svgsContacts {
    width: 44px;
    height: 44px;
}

.ulsvgsContacts {
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 30px;
}

.svgsContacts {
    color: #AFB1B8;
    border-radius: 50%;
}

.svgsContacts:hover {
    animation-name: socialHover;
    animation-duration: .1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

@keyframes socialHover {
    0% {
        color: #AFB1B8;
        border-radius: 50%;
    }

    100% {
        background-color: #2196F3;
        color: #fff;
    }
}

.svgsContacts use {
    x: 12;
    y: 12;

}

.subscribe {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 14px;
    margin: 0;
    margin-top: 67px;
}

.sec2Foot {
    margin-left: 70px;
}

.flexFoot {
    display: flex;
    flex-wrap: wrap;
}

.ulsvgsContactsFoot {
    margin: 0;
    padding: 0;
    justify-content: center;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 30px;
}

.svgsContactsFoot {
    width: 44px;
    height: 44px;
    color: #ffffff;
    border-radius: 50%;
    background-color: #ffffff2a;
}

.svgsContactsFoot use {
    x: 12;
    y: 12;

}

.svgsContactsFoot:hover {
    background-color: #2196F3;
    opacity: 1;
    color: #fff;
    animation-name: footSocChange;
    animation-timing-function: ease-in;
    animation-duration: .1s;
    animation-fill-mode: forwards;
}

@keyframes footSocChange {
    0% {
        background-color: #ffffff2a;
    }

    100% {
        background-color: #2196F3;
    }
}

.blur {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 10;
    opacity: .2;
}

.modalWindow {
    display: none;
    width: 528px;
    height: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0, 0, 0, .14);
    box-shadow: 0 2px 1px rgb(0, 0, 0, .2);
    z-index: 11;
    padding-bottom: 20px;
}

.shadow2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 1px 3px rgb(0, 0, 0, .12);
    z-index: 2;
}

.shadow3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 0 1px 1px rgb(0, 0, 0, .14);
    z-index: 2;
}

.svgModal {
    width: 30px;
    height: 30px;
    color: black;
}

.svgModal:hover {
    color: #2196F3;
}

.modalMain {
    position: absolute;
    z-index: 3;
}

.closeBtn {
    background-color: #00000000;
    border: none;
    cursor: pointer;
    outline: solid rgb(0, 0, 0, .1) 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 8px;
}

.dropInfo {
    color: #212121;
    padding: 0;
    margin: 0;
    padding-top: 40px;
    text-align: center;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    letter-spacing: 3%;
    padding-bottom: 12px;
}

label {
    color: #757575;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-bottom: 40px;
}

.formInfo {
    width: 448px;
    margin-left: 40px;
}

.inpsModal {
    height: 40px;
    width: 402px;
    margin-top: 4px;
    border: none;
    margin-bottom: 10px;
    padding-left: 42px;
    outline: solid 1px #21212134;
}

.stayInfo {
    color: #212121;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-top: 53px;
    text-align: center;
}

.closeModal {
    background-color: #96484800;
    border: none;
    border-radius: 50%;
    outline: solid rgba(0, 0, 0, 0.1) 1px;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 6px;
}

.closeModal:hover {
    color: #2196F3;
}

.formModal {
    text-align: left;
    width: 448px;
    margin-top: 12px;
    margin: 0 auto;
    gap: 10px;
    position: relative;
}

.labelsModal {
    color: #757575;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
}

.stayComment {
    width: 430px;
    height: 106px;
    border-radius: 4px;
    outline: solid 1px #21212134;
    border: none;
    resize: none;
    padding-top: 12px;
    padding-left: 16px;
}

.stayComment::placeholder {
    color: #757575;
    opacity: .5;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.newCheckbox {
    width: 15px;
    height: 15px;
    outline: solid 2px #212121;
    border-radius: 2px;
    cursor: pointer;
}

.checkLabel {
    margin: 0;
    text-align: center;
}

.notificationbeware {
    display: none;
    color: red;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-top: 5px;
    text-align: center;
}

.lastCheck {
    display: none;
    color: red;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    padding-top: 5px;
    text-align: center;
}

.flexModal {
    display: flex;
    align-items: center;
    width: 425px;
    margin: 0 auto;
    margin-top: 20px;
}

.checkboxModal {
    margin: 0;
    margin-right: 8.5px;
    display: none;
}

.checkLabel::before {
    content: '';
    position: absolute;
    left: -9px;
    height: 12px;
    width: 12px;
    outline: solid 2px #212121;
    border-radius: 2px;
}

.checkLabel::after {
    content: '';
    position: absolute;
    left: -9px;
    height: 12px;
    width: 12px;
    background-color: rgb(255, 255, 255);
}

.checkboxModal:checked+.checkLabel::after {
    display: none;
}

.checkboxModal:checked+.checkLabel::before {
    outline: none;
    content: url(photos/modal/checked.svg);

}

.conditions {
    color: #2196F3;
    text-decoration: underline solid;
}

.submitBtn {
    width: 200px;
    height: 50px;
    background-color: #2196F3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
    box-shadow: 0 4px 4px rgb(0, 0, 0, .15);
    cursor: pointer;
}

.notification {
    font-size: 12px;
    color: red;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.svgsModal {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    color: #212121;
}

.svgsModal:hover {
    color: #2196F3;
}

.svgName {
    top: 34px;
    left: 12px;

}

.svgPhone {
    top: 108.5px;
    left: 12px;
}

.svgEmail {
    top: 182.5px;
    left: 12px;
    color: #212121;
}

.notificationSubscribe {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #fff;
    text-transform: uppercase;
}

.sec3Foot {
    margin-left: 93px;
    margin-top: 67px;
}

.emailFootInp {

    background-color: #00000000;
    outline: solid #ffffff52 1px;
    border: none;
    border-radius: 4px;
    height: 50px;
    width: 342px;
    padding-left: 16px;
    color: #fff;
}

.emailFootInp::placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff9a;

}

.formFoot {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.subscrineFoot {
    border: none;
    background-color: #2196F3;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 6%;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.subscrineFoot:hover {
    animation-name: btnFoot;
    animation-duration: .1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes btnFoot {
    0% {
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.466);
    }
}

.svgFootSubmit {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.burgerBtn {
    display: none;
}

.entredWrong {
    font-size: 14px;
    color: red;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    display: none;
}

.optionViewSelected {
    background-color: #2196F3;
    color: white;
}

.optionViewSelected:hover {
    color: white;
    background-color: #2196F3;
}

@media (max-width: 1280px) {
    .ulNav {
        margin-right: 200px;
    }

    .benefitsSvgs {
        width: 354px;
    }

    .cvgPaths {
        x: 50%;
        y: 50%;
        transform: translate(-32.2px, -35px);
    }

    .benefitsList {
        gap: 30px;
        width: 800px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 94px auto;
    }

    .backOfSolutions {
        background-image: url(photos/studio/effectiveBackground/teamProject_2x.png);
        height: 400px;
        background-size: cover;
    }

    .employeeInfo {
        width: 585px;
        flex-wrap: wrap;
        margin: 0 auto;
        text-align: center;
    }

    .hotoList {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .regularClUl {
        width: 570px;
        flex-wrap: wrap;
        align-items: center;
        margin: 0 auto;
    }

    .head {
        width: 100%;
        justify-content: space-around;
    }

    .container {
        width: 900px;
    }

    .sec3Foot {
        margin-left: 20px;
    }

    .sec2Foot {
        margin-left: 30px;
    }

    .ulContacts {
        flex-direction: column;
        gap: 10px;
    }

    .ulNav {
        width: 281px;
        margin: 0;
    }

    .HeaderContainer {
        width: 900px;
    }

    .formFoot {
        margin-top: 20px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .flexFoot {
        justify-content: space-between;
    }

    .sec3Foot {
        width: 100%;
        text-align: center;
    }

    .picturesProjects {
        justify-content: center;
    }

    .liPictureProjects9 {
        transform: translateX(-54%);
    }
}


@media (max-width: 910px) {
    .logoHeaderimg {
        margin: 0;
    }

    .container {
        width: 600px;
        padding-inline: 20px;
    }

    .HeaderContainer {
        width: 700px;
    }

    .flexFoot {
        padding-inline: 40px;
    }

    .liPictureProjects9 {
        transform: translateX(0);
    }

    .benefitsList {
        gap: 30px;
        width: 600px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 94px auto;
    }

    .benefitsSvgs {
        width: 270px;
    }

}

.closeBurger {
    width: 18px;
    height: 18px;
}

.closeBurgerBtn {
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;
    background-color: #00000000;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

.burgerMenu {
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.menuNav {
    display: flex;
    flex-direction: column;
    gap: 33px;
    padding-left: 40px;
    padding-top: 48px;
}

.linksPage {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    color: #212121;
}

.linksPage:hover {
    animation-name: colorChangeMenu;
    animation-duration: .2s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.contactsBurgerUl {
    position: absolute;
    bottom: 134px;
    left: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.phoneNumberBurger {
    font-size: 34px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    color: #757575;
}

.phoneNumberBurger:hover {
    animation-name: colorChangeMenusecond;
    animation-timing-function: ease-in;
    animation-duration: .15s;
    animation-fill-mode: forwards;
}

.mailBurger {
    color: #757575;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.mailBurger:hover {
    animation-name: colorChangeMenusecond;
    animation-timing-function: ease-in;
    animation-duration: .15s;
    animation-fill-mode: forwards;
}

.linksSocmediaBurger {
    position: absolute;
    left: 40px;
    bottom: 48px;
    display: flex;
    gap: 20px;
}

.linksMediaBurger {
    color: #2196F3;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.linksMediaBurger1::after {
    content: '';
    width: 1px;
    background-color: #212121;
    opacity: .2;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 93px;
}

.linksMediaBurger2::after {
    content: '';
    width: 1px;
    background-color: #212121;
    opacity: .2;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 168px;
}

.linksMediaBurger3::after {
    content: '';
    width: 1px;
    background-color: #212121;
    opacity: .2;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 267px;
}

.linksMediaBurger:hover {
    animation-name: reverseAnim;
    animation-timing-function: ease-in;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}

.closeBurgerBtn:hover {
    animation-name: closeHover;
    animation-timing-function: ease-in;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}

@keyframes closeHover {
    0% {
        color: black;
    }

    100% {
        color: #2196F3;
    }
}

@keyframes reverseAnim {
    0% {
        color: #2196F3;
    }

    100% {
        color: #212121;
    }
}



@media (max-width: 710px) {
    .burgerBtn {
        padding: 0;
        display: block;
        background-color: rgba(255, 0, 0, 0);
        border: none;
        cursor: pointer;
    }

    .svgBurger {
        width: 24px;
        height: 16px;
    }

    .connect {
        display: none;
    }

    .navig {
        display: none;
    }

    .benefitsList {
        width: 450px;
    }

    .liWithSvgs {
        width: 100%;
    }

    .benefitsSvgs {
        width: 100%;
    }

    .cvgPaths {
        x: 50%;
        y: 50%;
        transform: translate(-32.2px, -35px);
    }

    .employeeInfo {
        width: 270px;
    }

    .regularClUl {
        width: 370px;
    }

    .flexFoot {
        flex-direction: column;
        align-items: center;
    }

    .subscribe {
        text-align: center;
    }

    .logoFooterImg {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .listInfoFooter li {
        text-align: center;
    }

    .container {
        width: 450px;
    }

    .HeaderContainer {
        width: 450px;
    }

    .backOfSolutions {
        background-image: url(photos/studio/effectiveBackground/teamProjectMobile.png);
    }

    .sec3Foot {
        margin-left: 0;
    }

    .sec2Foot {
        margin-left: 0;
    }

    h1 {
        width: 350px;
        font-size: 26px;
    }

    .head {
        justify-content: space-between;
    }

    .sort {
        margin-top: 40px;
        justify-content: left;
        flex-wrap: wrap;
    }

    .optionsView {
        white-space: nowrap;
    }
}


@media (max-width: 500px) {
    .container {
        width: 330px;
    }

    h1 {
        width: 230px;
        font-size: 18px;
    }

    .benefitsList {
        width: 330px;
    }

    .HeaderContainer {
        width: 300px;
    }

    .regularClUl {
        width: 200px;
    }

    .hotoList {
        display: none;
    }
}

/* regular */

/* font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100; */

/* medium */

/*   font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100; */

/* bold */

/* font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100; */


/* black */
/* 

  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
     */