123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985 |
- body{
- margin: 0px;
- font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
- background: #181818;
- }
- header{
- display: flex;
- height: 100px;
- background: #0c0c0c;
- justify-content: space-between;
- }
- .logo{
- text-align: center;
- color: #ffff;
- justify-content: center;
- align-items: center;
- padding-top: 30px;
- margin-left: 20px;
- }
- .log{
- color: #ffffff
- }
- .logo_content{
- display: flex;
- flex-direction: row;
- }
- .info_block{
- height: 800px;
- /* background: #ffff; */
- background-image: url('2.jpg');
- background-size: cover;
- background-repeat: no-repeat;
-
- align-items: center;
- flex-direction: row;
- justify-content: center;
- }
- .select_button{
- display: flex;
-
- flex-direction: column;
- width: 500px;
- height: 300px;
- justify-content: center;
- align-items: center;
- border-radius: 20px;
- background: #ffff;
- }
- .s_but1{
-
- background: linear-gradient(-45deg,#d52349, #4b68eb, #ffffff ) ;
- border: 0px;
- border-radius: 10px;
- width: 250px;
- height: 35px;
- color: #ffff;
-
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- animation: animate_gradient 5s ease infinite;
- background-size: 400% 400%;
- }
- .s_but1:hover {
- animation: none;
- }
-
- @keyframes animate_gradient {
- 0% {
- background-position: 0% 50%;
- }
- 50% {
- background-position: 100% 50%;
- }
- 100% {
- background-position: 0% 50%;
- }
- }
- .s_but{
- background: #d84646;
- border: 0px;
- border-radius: 10px;
- width: 250px;
- height: 35px;
- color: #ffff;
- margin-top: 15px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- animation: animate_gradient 5s ease infinite;
- }
- .s_but:hover{
- background: #f56767;
- }
- .photo_slider{
- justify-content: right;
- display: flex;
- flex-direction: column;
- }
- .photo{
- height: 500px;
- }
- .img1{
- max-height: 500px;
- max-width: 700px;
- }
- ul {
- list-style-type: none;
- margin: 0;
- padding: 0;
- overflow: hidden;
-
- align-items: center;
- display: flex;
- height: 80px;
- justify-content: center;
- font-size: 20px;
- }
-
- .navigation{
- margin-top: 10px;
- justify-content: center;
- align-items: center;
- display: flex;
- flex-direction: row;
- color: #ffffff;
- }
-
- .navigationItemRL {
- display: block;
- color: white;
- text-align: center;
- padding-top: 20px;
- text-decoration: none;
- width: 120px;
- height: 50px;
- }
- .navigationItem{
- display: block;
- color: white;
- text-align: center;
- padding-top: 20px;
- text-decoration: none;
- width: 120px;
- height: 50px;
- }
- .navigationItemL {
- display: block;
- color: white;
- text-align: center;
- padding-top: 20px;
- text-decoration: none;
- width: 120px;
- height: 50px;
- }
- .navigationItemRL:hover {
- background-color: #9acbda;
- color: #ffffff;
- }
- .navigationItem:hover {
- background-color: #9acbda;
- color: #ffffff;
- }
- .navigationItemL:hover {
- background-color: #9acbda;
- color: #ffffff;
- }
- /* .navigationItemRL {
- display: block;ы
- color: white;
- text-align: center;
- padding: 14px 16px;
- text-decoration: none;
- } */
- .star{
- font-size: 50px;
- color: #ffffff;
- text-align: center;
- padding-left: 10px;
- text-transform: uppercase;
-
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .star:hover{
- color: #f73838; /* Меняем цвет текста */
- }
- .category_cont{
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-top: 100px;
- }
- .category_text{
- color: #ffffff;
- font-size: 12px;
- text-align: center;
- text-transform: uppercase;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .card_category{
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .cont_card{
- height: 100px;
- width: 280px;
- border: 1px solid #ffffff;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- margin-left: 5px;
- text-transform: uppercase;
-
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .cont_card:hover{
- border: 1px solid #d0e5ff;
- }
- .category_text:hover{
- color: #d0e5ff; /* Меняем цвет текста */
-
- }
- .hd {
-
- display: flex;
- flex-direction: row;
- padding: 10px
- }
- .login1 {
- display: flex;
- justify-content: end;
- padding-left: 10px;
- top: 0;
- right: 0;
- }
- .login {
- background-color: #9abdda;
- width: 150px;
- height: 40px;
- padding-bottom: 10px;
- text-align: center;
- border-radius: 20px;
- }
- .modal{
- display: none;
- flex-direction: column;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: white;
- padding: 20px;
- z-index: 1000;
- border-radius: 25px;
- width: 500px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
- .Basket{
- display: none;
- flex-direction: column;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: white;
- padding: 20px;
- z-index: 1000;
- border-radius: 25px;
- width: 500px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
- .Basket1{
- display: none;
- flex-direction: column;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: white;
- padding: 20px;
- z-index: 1000;
- border-radius: 25px;
- width: 500px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
- .modal1 , .modal3{
- display: none;
- flex-direction: column;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: white;
- padding: 20px;
- z-index: 1000;
- border-radius: 25px;
- width: 500px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
- .overlay{
- display: none;
- /* position: fixed; */
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- z-index: 999;
- }
- .overlay1{
- display: flex;
- align-items: center;
- flex-direction: row;
- justify-content: center;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.4);
- z-index: 999;
- }
- .hidden{
- opacity: 0;
- }
- .success-messege,.success-messege3{
- display: none;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: white;
- padding: 20px;
- z-index: 1000;
- }
- .success-messege1, .success-messege3{
- display: none;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: white;
- padding: 20px;
- z-index: 1000;
- }
- .close{
- float: right;
- cursor: pointer;
- }
- .close1, .close3{
- float: right;
- cursor: pointer;
- }
- .forma{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .forma1, .forma3{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .but_otprav{
- margin-top: 10px;
- background: #9acbda;
- border: 0px;
- height: 39px;
- width: 200px;
- color: #ffffff;
- border-radius: 10px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
- .but_otprav:hover{
- background: #b9e8f7;
- }
- .inp{
- border-radius: 5px;
- margin-top: 10px;
- height: 25px;
- width: 220px;
- border-color: #678892;
- }
- .inp:hover{
- background-color: #f3f3f3;
- }
- .ft{
- text-align: center;
- font-size: 12px;
- color: #a7a7a7;
- }
- .product_card_conteiner{
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- align-items: center;
- margin-top: 50px;
- background: #ffff;
- }
- .product_card{
- margin-top: 20px;
- margin-bottom: 20px;
- width: 300px;
- height: 380px;
- background: #ffffff;
- border-radius: 20px;
- margin-left: 10px;
- border: 1px solid #acaeb1;
- padding-left: 10px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- transition: transform .3s;
- }
- .product_card:hover{
- transform: scale(1.4)
- }
- .img_cont{
- padding: 15px;
- }
- .im{
- border-radius: 10px;
- max-width: 280px;
- height: 170px;
- background: #a7a7a7;
- }
- .karta{
- margin-top: 20px;
- height: 610px; justify-content: center;
- align-items: center;
- display: flex;
- flex-direction: row;
- background-color: #ffffff;
- }
- .kar{
- padding-right: 35%;
- }
- .for_price_h{
- display: none;
- }
- .rating-area {
- overflow: hidden;
- width: 265px;
- margin: 0 auto;
- display: flex;
- flex-direction:row-reverse;
- justify-content: center;
- }
- .rating-area:not(:checked) > input[type="radio"] {
- display: none;
- }
- .rating-area:not(:checked) > label {
- float: right;
- width: 42px;
- padding: 0;
- cursor: pointer;
- font-size: 32px;
- line-height: 32px;
- color: lightgrey;
- text-shadow: 1px 1px #bbb;
- }
- .rating-area:not(:checked) > label:before {
- content: '★';
- }
- .rating-area > input:checked ~ label {
- color: rgb(114, 164, 192);
- text-shadow: 1px 1px rgb(0, 139, 204);
- }
- .rating-area:not(:checked) > label:hover,
- .rating-area:not(:checked) > label:hover ~ label {
- color: rgb(114, 164, 192);
- }
- .rating-area > input:checked + label:hover,
- .rating-area > input:checked + label:hover ~ label,
- .rating-area > input:checked ~ label:hover,
- .rating-area > input:checked ~ label:hover ~ label,
- .rating-area > label:hover ~ input:checked ~ label {
- color: rgb(114, 164, 192);
- text-shadow: 1px 1px rgb(32, 128, 218);
- }
- .rate-area > label:active {
- position: relative;
- }
- :root {
- --background: #181818;
- --navbar-width: 400px;
- --navbar-width-min: 80px;
- --navbar-dark-primary: #ffffff;
- --navbar-dark-secondary: #2c3e50;
- --navbar-light-primary: #f5f6fa;
- --navbar-light-secondary: #8392a5;
- }
-
- html, body {
- margin: 0;
- background: var(--background);
- }
-
- #nav-toggle:checked ~ #nav-header {
- width: calc(var(--navbar-width-min) - 16px);
- }
- #nav-toggle:checked ~ #nav-content, #nav-toggle:checked ~ #nav-footer {
- width: var(--navbar-width-min);
- }
- #nav-toggle:checked ~ #nav-header #nav-title {
- opacity: 0;
- pointer-events: none;
- transition: opacity 0.1s;
- }
- #nav-toggle:checked ~ #nav-header label[for=nav-toggle] {
- left: calc(50% - 8px);
- transform: translate(-50%);
- }
- #nav-toggle:checked ~ #nav-header #nav-toggle-burger {
- background: var(--navbar-light-primary);
- }
- #nav-toggle:checked ~ #nav-header #nav-toggle-burger:before, #nav-toggle:checked ~ #nav-header #nav-toggle-burger::after {
- width: 16px;
- background: var(--navbar-light-secondary);
- transform: translate(0, 0) rotate(0deg);
- }
- #nav-toggle:checked ~ #nav-content .nav-button span {
- opacity: 0;
- transition: opacity 0.1s;
- }
- #nav-toggle:checked ~ #nav-content .nav-button .fas {
- min-width: calc(100% - 16px);
- }
- #nav-toggle:checked ~ #nav-footer #nav-footer-avatar {
- margin-left: 0;
- left: 50%;
- transform: translate(-50%);
- }
- #nav-toggle:checked ~ #nav-footer #nav-footer-titlebox, #nav-toggle:checked ~ #nav-footer label[for=nav-footer-toggle] {
- opacity: 0;
- transition: opacity 0.1s;
- pointer-events: none;
- }
-
- #nav-bar {
- position: fixed;
- left: 1vw;
- margin-top: 100px;
- top: 1vw;
- height: calc(100% - 2vw);
- background: var(--navbar-dark-primary);
- border-radius: 16px;
- display: flex;
- flex-direction: column;
- color: var(--navbar-light-primary);
- font-family: Verdana, Geneva, Tahoma, sans-serif;
- overflow: hidden;
- user-select: none;
- }
- #nav-bar hr {
- margin: 0;
- position: relative;
- left: 16px;
- width: calc(100% - 32px);
- border: none;
- border-top: solid 1px var(--navbar-dark-secondary);
- }
- #nav-bar a {
- color: #0c0c0c;
- text-decoration: inherit;
- }
- #nav-bar input[type=checkbox] {
- display: none;
- }
-
- #nav-header {
- position: relative;
- width: var(--navbar-width);
- left: 16px;
- width: calc(var(--navbar-width) - 16px);
- min-height: 80px;
- background: var(--navbar-dark-primary);
- border-radius: 16px;
- z-index: 2;
- display: flex;
- align-items: center;
- transition: width 0.2s;
- }
- #nav-header hr {
- position: absolute;
- bottom: 0;
- }
-
- #nav-title {
- font-size: 1.5rem;
- transition: opacity 1s;
- }
-
- label[for=nav-toggle] {
- position: absolute;
- right: 0;
- width: 3rem;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- }
-
- #nav-toggle-burger {
- position: relative;
- width: 16px;
- height: 2px;
- background: var(--navbar-dark-secondary);
- border-radius: 99px;
- transition: background 0.2s;
- }
- #nav-toggle-burger:before, #nav-toggle-burger:after {
- content: "";
- position: absolute;
- top: -6px;
- width: 10px;
- height: 2px;
- background: var(--navbar-light-secondary);
- border-radius: 99px;
- transform: translate(2px, 8px) rotate(30deg);
- transition: 0.2s;
- }
- #nav-toggle-burger:after {
- top: 6px;
- transform: translate(2px, -8px) rotate(-30deg);
- }
-
- #nav-content {
- margin: -16px 0;
- padding: 16px 0;
- position: relative;
- flex: 1;
- width: var(--navbar-width);
- background: var(--navbar-dark-primary);
- box-shadow: 0 0 0 16px var(--navbar-dark-primary);
- direction: rtl;
- overflow-x: hidden;
- transition: width 0.2s;
- }
- #nav-content::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- #nav-content::-webkit-scrollbar-thumb {
- border-radius: 99px;
- background-color: #D62929;
- }
- #nav-content::-webkit-scrollbar-button {
- height: 16px;
- }
-
- #nav-content-highlight {
- position: absolute;
- left: 16px;
- top: -70px;
- width: calc(100% - 16px);
- height: 54px;
- background: var(--background);
- background-attachment: fixed;
- border-radius: 16px 0 0 16px;
- transition: top 0.2s;
- }
- #nav-content-highlight:before, #nav-content-highlight:after {
- content: "";
- position: absolute;
- right: 0;
- bottom: 100%;
- width: 32px;
- height: 32px;
- border-radius: 50%;
- box-shadow: 16px 16px var(--background);
- }
- #nav-content-highlight:after {
- top: 100%;
- box-shadow: 16px -16px var(--background);
- }
-
- .nav-button {
- position: relative;
- margin-left: 16px;
- height: 54px;
- display: flex;
- align-items: center;
- color: var(--navbar-light-secondary);
- direction: ltr;
- cursor: pointer;
- z-index: 1;
- transition: color 0.2s;
- }
- .nav-button span {
- transition: opacity 1s;
- }
- .nav-button .fas {
- transition: min-width 0.2s;
- }
- .nav-button:nth-of-type(1):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(1):hover ~ #nav-content-highlight {
- top: 16px;
- }
- .nav-button:nth-of-type(2):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(2):hover ~ #nav-content-highlight {
- top: 70px;
- }
- .nav-button:nth-of-type(3):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(3):hover ~ #nav-content-highlight {
- top: 124px;
- }
- .nav-button:nth-of-type(4):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(4):hover ~ #nav-content-highlight {
- top: 178px;
- }
- .nav-button:nth-of-type(5):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(5):hover ~ #nav-content-highlight {
- top: 232px;
- }
- .nav-button:nth-of-type(6):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(6):hover ~ #nav-content-highlight {
- top: 286px;
- }
- .nav-button:nth-of-type(7):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(7):hover ~ #nav-content-highlight {
- top: 340px;
- }
- .nav-button:nth-of-type(8):hover {
- color: var(--navbar-dark-primary);
- }
- .nav-button:nth-of-type(8):hover ~ #nav-content-highlight {
- top: 394px;
- }
-
- #nav-bar .fas {
- min-width: 3rem;
- text-align: center;
-
- }
-
- #nav-footer {
- position: relative;
- width: var(--navbar-width);
- height: 54px;
- background: var(--navbar-dark-secondary);
- border-radius: 16px;
- display: flex;
- flex-direction: column;
- z-index: 2;
- transition: width 0.2s, height 0.2s;
- }
-
- #nav-footer-heading {
- position: relative;
- width: 100%;
- height: 54px;
- display: flex;
- align-items: center;
- }
-
- #nav-footer-avatar {
- position: relative;
- margin: 11px 0 11px 16px;
- left: 0;
- width: 32px;
- height: 32px;
- border-radius: 50%;
- overflow: hidden;
- transform: translate(0);
- transition: 0.2s;
- }
- #nav-footer-avatar img {
- height: 100%;
- }
-
- #nav-footer-titlebox {
- position: relative;
- margin-left: 16px;
- width: 10px;
- display: flex;
- flex-direction: column;
- transition: opacity 1s;
- }
-
- #nav-footer-subtitle {
- color: var(--navbar-light-secondary);
- font-size: 0.6rem;
- }
-
- #nav-toggle:not(:checked) ~ #nav-footer-toggle:checked + #nav-footer {
- height: 30%;
- min-height: 54px;
- }
- #nav-toggle:not(:checked) ~ #nav-footer-toggle:checked + #nav-footer label[for=nav-footer-toggle] {
- transform: rotate(180deg);
- }
-
- label[for=nav-footer-toggle] {
- position: absolute;
- right: 0;
- width: 3rem;
- height: 100%;
- display: flex;
- align-items: center;
- cursor: pointer;
- transition: transform 0.2s, opacity 0.2s;
- }
-
- #nav-footer-content {
- margin: 0 16px 16px 16px;
- border-top: solid 1px var(--navbar-light-secondary);
- padding: 16px 0;
- color: var(--navbar-light-secondary);
- font-size: 0.8rem;
- overflow: auto;
- }
- #nav-footer-content::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- #nav-footer-content::-webkit-scrollbar-thumb {
- border-radius: 99px;
- background-color: #D62929;
- }
-
- .t{
-
- height: 5px;
- }
- .but_otprav1{
- margin-top: 10px;
- background: #9acbda;
- border: 0px;
- height: 20px;
- width: 100px;
- color: #ffffff;
- border-radius: 3px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
- .but_otprav1:hover{
- background: #b9e8f7;
- }
- .name_star{
- margin-left: 10px;
- }
- .orders{
- display: none;
- border-radius: 40px;
- width: 1000px;
- min-width: 200px;
- background-color: #ffffff;
- margin-top: 20px;
- margin-left: 30%;
- flex-direction: column;
- align-items: center;
- height: 100%;
- overflow: auto;
- position: fixed;
- }
- .product_card1{
- margin-top: 20px;
- margin-bottom: 20px;
- background: #ffffff;
- border-radius: 20px;
- margin-left: 10px;
- width: 500px;
- border: 1px solid #acaeb1;
- padding-left: 10px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- transition: transform .3s;
- display: flex;
- flex-direction: row;
- }
- .product_card1:hover{
- transform: scale(1.4)
-
- }
- .text_card{
- display: flex;
- flex-direction: column;
- }
- .output_text{
- margin-top: 5px;
- display: flex;
- flex-direction: row;
- }
- .yes{
- margin-top: 20px;
- margin-left: 50px;
- width: 100px;
- padding-left: 14px;
- color: #ffff;
- background-color: #63c573;
- border-radius: 15px;
- }
- .hidd{
- display: none;
- }
- .karta_t{
- height: 150px;
- width: 300px;
- margin-top: 10px;
- margin-right: 200px;
- background: #9acbda;
- border-radius: 30px;
- font-size: 30px;
- color: #ffffff;
- text-align: center;
- padding-top: 25px;
- -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
- }
|