123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471 |
- .text-style p {
- color: var(--accent);
- }
- .servises-block h1 {
- margin-left: 30px;
- margin-bottom: 0;
- }
- .button-selection {
- width: 270px;
- height: 50px;
- margin-left: 15px;
- margin-top: 15px;
- padding-left: 15px;
- border-radius: var(--br-md);
- border: none;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- transition: 0.3s all;
- background: none;
- }
- .button-selection svg {
- margin-right: 10px;
- }
- .button-selection:active svg>path {
- fill: white;
- }
- .button-selection:hover {
- background-color: #EBF5FE;
- }
- .button-selection:active {
- background: #479FF8;
- }
- .button-selection p {
- transition: 0.3s all;
- font-size: var(--font-md);
- }
- .button-selection:active p {
- color: white;
- fill: white;
- }
- .service-wrapper {
- width: 100%;
- justify-content: space-between;
- }
- .servises-block {
- width: 308px;
- height: 301px;
- border-radius: var(--br-xl);
- top: 120px;
- position: sticky;
- background: var(--main);
- }
- .aboutCompany {
- width: 982px;
- margin-left: var(--m-5xl);
- }
- .aboutCompany p {
- color: var(--main-text);
- }
- .icon-border {
- border-radius: var(--br-md);
- }
- .under-header {
- width: 100%;
- height: 300px;
- position: relative;
- align-items: center;
- }
- figure.sixteen-nine-img {
- width: 100%;
- overflow: hidden;
- margin: 0;
- padding-top: 56.25%;
- position: relative;
- margin-top: 50px;
- margin-bottom: 50px;
- background: linear-gradient(288.75deg, #595959 2.2%, #3C3C3C 78.38%);
- border-radius: var(--br-xl);
- }
- figure.sixteen-nine-img img {
- position: absolute;
- top: 50%;
- left: 50%;
- width: 100%;
- transform: translate(-50%, -50%);
- }
- .employee_avatar {
- width: 256px;
- height: 256px;
- background: linear-gradient(288.75deg, #595959 2.2%, #3C3C3C 78.38%);
- border-radius: var(--br-xl);
- overflow: hidden;
- }
- .employees{
- gap: 42px;
- }
- .w-100{
- width: 100%;
- }
- .substrate{
- width: 900px;
- height: 150px;
- border-radius: 15px;
- background-color: var(--main);
- }
- .substrate-text{
- margin-left: 25px;
- }
- .adaptive-img-none{
- position: absolute;
- right: 0;
- bottom: 0;
- }
- @media screen and (max-width: 1340px) {
- .aboutCompany {
- width: 738px;
- }
- .substrate{
- width: 550px;
- }
- .employee_avatar {
- width: 218px;
- height: 218px;
- display: flex;
- justify-content: center;
- }
- }
- @media screen and (max-width: 1100px) {
- .aboutCompany {
- width: 550px;
- }
- .substrate{
- width: 550px;
- position: absolute;
- z-index: 1;
- }
- .adaptive-img-none{
- width: 500px;
- }
- .employees{
- overflow-x: auto;
- }
- }
- @media screen and (max-width: 992px) {
- .aboutCompany {
- width: 400px;
- margin-left: 0;
- }
- .servises-block{
- width: 100%;
- height: 94px;
- margin-bottom: 25px;
-
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: nowrap;
-
- position: static;
-
- overflow: auto;
- }
- .substrate{
- width: 400px;
- height: 200px;
- }
- .adaptive-img-none{
- position: absolute;
- right: 0;
- width: 420px;
- }
- .service-wrapper{
- flex-direction: column;
- }
- .aboutCompany {
- width: 100%;
- margin-left: 0;
- }
- .servises-block button {
- flex-shrink: 0;
- }
- .servises-block h1 {
- margin-bottom: 20px;
- }
- }
- @media screen and (max-width: 768px) {
- .servises-block h1 {
- margin-bottom: 0;
- }
- .new-font-size{
- font-size: var(--font-rt);
- }
- .adaptive-img-none{
- display: none;
- }
- .servises-block{
- width: 100%;
- height: 94px;
- margin-bottom: 25px;
-
- display: flex;
- flex-direction: row;
- align-items: center;
- flex-wrap: nowrap;
-
- position: static;
-
- overflow: auto;
- }
- .service-wrapper{
- flex-direction: column;
- }
- .aboutCompany{
- width: 100%;
- margin-left: 0;
- }
- .employees{
- overflow-x: scroll;
- }
- .substrate{
- background: none;
- width: 100%;
- }
- .under-header {
- height: 150px;
- margin-top: 25px;
- margin-bottom: 50px;
- color: #EBF5FE;
- background: linear-gradient(to left, #479FF8, #0081FF);
- border-radius: 15px;
- }
- }
- .data{
- margin-right: 10px;
- }
- .map{
- border-radius: var(--br-xl);
- height: 310px;
- }
- .main-input{
- width: 100%;
- height: 40px;
- border-radius: var(--br-sm);
- padding-left: 10px;
- background: var(--main);
- border: none;
- }
- .email-margin{
- margin-right: 25px;
- }
- .second-input{
- width: 99%;
- height: 130px;
- background: var(--main);
- border: solid 1px var(--input-border);
- padding-top: 0;
- }
- .contacts-data{
- width: 585px;
- margin-left: 60px;
- padding-top: 20px;
- display: flex;
- flex-direction: column;
- align-items: flex-end;
- }
- .send{
- margin-top: 30px;
- }
- .footer{
- margin-top: 100px;
- }
- .comment-input{
- max-width: 100%;
- }
- .deranged-data{
- width: 700px;
- }
- @media screen and (max-width: 992px) {
- .contacts-data{
- margin: 0;
- }
- .contacts-text{
- width: 100%;
- }
- .deranged-data{
- width: 100%;
- }
- .contacts-data{
- width: 100%;
- }
- .map{
- width: 100%;
- }
- }
- .background-popup{
- width: 100%;
- height: 100vh;
- left: 0;
- top: 0;
- background-color: rgba(0, 0, 0, 0.205);
- display: flex;
- align-items: center;
- justify-content: center;
-
- position: fixed;
- z-index: 100;
- }
- .table-popup{
- width: 400px;
- min-height: 400px;
- padding: 25px;
- position: relative;
- background-color: var(--main);
- border-radius: 10px;
- }
- .proposalPopup{
-
- }
- .redCross{
- position: absolute;
- right: 30px;
- top: 30px;
- }
- .first-proposal{
- position: relative;
- }
- .Service{
- margin-right: 400px;
- padding-left: 60px;
- white-space: nowrap;
- vertical-align: top;
- }
- .active-table {
- /* border: 1px solid var(--accent); */
- border-radius: 10px;
- /* position: absolute;
- bottom: 0; */
- }
- .active-table1 {
- border: 1px solid var(--accent);
- border-radius: 10px;
- /* position: absolute;
- bottom: 0; */
- }
- .clarification {
- color: var(--second-text);
- }
- .numbers{
- vertical-align: top;
- }
- .information-table{
- margin-top: 50px;
- margin-bottom: 50px;
- cursor: pointer;
- }
- .information-table p {
- font-weight: 400;
- font-size: 16px;
- }
- .tabular-line{
- width: 100%;
- border-radius: var(--br-md);
- border: 1px solid var(--bg);
- transition: 0.3s all;
- }
- .modal-table{
- min-width: 400px;
- border-radius: 10px;
- padding: 25px;
- position: fixed;
- margin: auto;
- z-index: 1;
- background-color: var(--main);
- }
- .tabular-line:hover{
- border: 1px solid var(--accent);
- }
- .information-table :nth-child(1):hover{
- border: 1px solid var(--bg);
- }
- .tabular-line >*:nth-child(1){
- width: 88px;
- display: flex;
- justify-content: center;
- }
- .tabular-line >*:nth-child(2){
- width: 168px;
- }
- .tabular-line >*:nth-child(3){
- width: 932px;
- }
- .tabular-line >*:nth-child(4){
- width: 146px;
- display: flex;
- align-items: center;
- }
- .tabular-line >*:nth-child(5){
- width: 146px;
- display: flex;
- align-items: center;
- }
- @media screen and (max-width: 1200px) {
- .tabular-line > *:nth-child(3) {
- width: 697px;
- }
- }
- @media screen and (max-width: 992px) {
- .tabular-line > *:nth-child(3) {
- width: 488px;
- }
- }
- @media screen and (max-width: 768px) {
- .tabular-line > *:nth-child(3) {
- width: 265px;
- }
- }
- @media screen and (max-width: 576px) {
- .tabular-line > *:nth-child(3) {
- width: 144px;
- margin: 0;
- }
- }
|