* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    background-color: rgba(0, 0, 0, 0.737);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; 
} 

.container {
    background-color: rgba(249, 247, 244, 1);
    width: 1920px;
    
}

.header {
    position: relative;
    background-color: rgba(200, 177, 150, 1);
    width: 1920px;
    height: 90px;
    display: flex;
}

.header::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 375px;
    width: 1167px;
    height: 0.5px;
    background-color: rgba(196, 196, 196, 1);
}

.logo {
    height: 74px;
    margin-left: 375px;
    margin-top: 6px;
}

.header .ul1 {
    position: relative;
    margin-left: 23px;
    display: flex;
}

.header .ul1 li {
    cursor: pointer;
    margin-top: 21px;
    width: 138px;
    height: 49px;
}

.p0 {
    color: rgba(49, 49, 49, 1);
    position: absolute;
    top: 15px;
    right: 16px;
    font-size: 15px;
    font-family: "Roboto";
} 

.li1 .p01 {
    margin-top: 10px;
}

.header .ul1 .li1:nth-child(1) {
    position: relative;
    background-color: rgba(240, 235, 231, 1);
    width: 138px;
    height: 43px;
    border-radius: 3px;
    border: 3px solid rgba(255, 255, 255, 1);
}

.ul1 .li01 span {
    content: "";
    position: absolute;
    top: 23px;
    left: 18px;
    background-color: rgba(49, 49, 49, 1);
    width: 10px;
    height: 1px;
}

.ul1 .li01 span:nth-child(1) {
    width: 17px;
    margin-top: -5px;
}

.ul1 .li01 span:nth-child(3) {
    width: 6px;
    margin-top: 5px;
}

.header .ul1 .li1:nth-child(2) {
    margin-left: 18px;
    width: 488px;
}

.header .ul1 li .p01 {
    text-align: center;
    color: rgba(113, 70, 21, 1);
    font-size: 25px;
    font-family: "Sofia";
}

.header .ul1 .li1:nth-child(3) {
    width: 134px;
}

.call {
    display: none;
}

.header .ul1 li .p03 {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-family: "Roboto";
    margin-top: 2px;
    color: rgba(255, 255, 255, 1);
    text-align: end;
}

.header .ul1 .li1 .p04 {
    cursor: pointer;
    width: 88px;
    position: relative;
    color: rgba(113, 70, 21, 1);
    margin-top: 3px;
    margin-left: 47px;
    font-size: 11px;
    letter-spacing: 1px;
}

.header .ul1 .li1 .p04::before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 88px;
    height: 0.5px;
    background-color: rgba(113, 70, 21, 1);
}

.header .ul1 .li1:hover .p04::before {
    display: initial;
}

.header .ul1 .li1:nth-child(4) {
    margin-left: 32px;
    width: 48px;
}

.header .ul1 .li1:nth-child(5) {
    margin-left: 23px;
    width: 54px;
    height: 53px;
}

.img2 {
    margin-top: -4px;
}

.img3 {
    width: 20px;
}

.divkorzina {
    position: relative;
    background-color: rgba(240, 235, 231, 1);
    width: 47.72px;
    height: 47.72px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divkorzina .inpcount {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgba(240, 235, 231, 1);
    border: 0.4px solid rgba(200, 177, 150, 1);
    outline: none;
    width: 23.86px;
    height: 23.86px;
    border-radius: 50%;
    text-align: center;
}

.header .ul1 .li1:nth-child(6) {
    position: relative;
    margin-left: 23px;
    width: 60px;
    height: 40px;
}

.header .ul1 li .p05 {
    width: 15px;
    color: rgba(49, 49, 49, 1);
    margin-top: 16px;
    font-size: 10px;
    font-family: "Roboto";
    font-weight: 600;
}

.header .ul1 li .img3 {
    position: absolute;
    top: 15px;
    left: 18px;
}
 
.header .ul1 li .img4 {
    transform: rotate(180deg) scale(1.6);
    position: absolute;
    top: 20px;
    right: 10px;
}

.header .ul2 {
    display: none; 
    position: absolute;
    z-index: 5;
    top: 77px;
    right: 714px;
    background-color: rgba(242, 236, 228, 1);
    filter: drop-shadow(0 0 1px black);
    width: 310px;
    height: 648px;
    border-radius: 2px;
}

.header .ul2::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 125px;
    width: 12px;
    height: 12px;
    background-color: rgba(242, 236, 228, 1);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.header .ul2 .li2 {
    position: relative;
    background-color: rgba(249, 247, 244, 1); 
    display: block;
    width: 260px;
    height: 55px;
    margin-left: 25px;
    margin-top: 15px;
    border-radius: 3px;
    transition: all 0.3s;
}

.header .ul2 .li2 .p00 {
    font-size: 13px;
    color: rgba(49, 49, 49, 1);
}

.header .ul2 .li2:hover {
    background-color: rgba(200, 177, 150, 1);
} 

.header .ul3 {
    display: none;
    position: absolute;
    top: 135px;
    left: 27px;
    z-index: 6;
    background-color:  rgba(242, 236, 228, 1);
    filter: drop-shadow(0 0 1px black);
    width: 227px;
    height: 169px;
    border-radius: 2px;
    margin-left: 290px;
    margin-top: -27px;
}

.ul3-show {
    display: flex;
}

.header .ul3::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -3px;
    width: 12px;
    height: 12px;
    background-color:  rgba(242, 236, 228, 1);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.header .ul3 .li3 {
    position: relative;
    display: flex;
    width: 180px;
    height: 30px;
    margin-top: 4px;
    margin-left: 30px;
    border-radius: 3px;
    transition: all 0.3s;
}

.header .ul3 .li3 .pp {
    color: rgba(204, 199, 193, 1);
    margin-top: 5px;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.header .ul3 .li3 .pp::before {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 9px;
    left: 0px;
    background-color: rgba(49, 49, 49, 1);
    width: 92px;
    height: 0.4px;
    display: none;
}

.header .ul3 .li3:hover .pp {
    color: rgba(49, 49, 49, 1);
}

.header .ul3 .li3:hover .pp::before {
    color: rgba(49, 49, 49, 1); 
    display: initial;
}

.header .ul3 .li3 .pp1::before  {
    width: 47px;
}

.header .ul3 .li3 .pp2::before  {
    width: 97px;
}

.header .ul3 .li3 .pp3::before  {
    width: 59px;
}

.header .ul3 .li3 .pp4::before  {
    width: 128px;
}

.header .ul2 .li2 .p00 {
    color: rgba(49, 49, 49, 1);
    font-size: 15px;
    font-family: "Roboto";
    font-weight: 500;
    width: 167px;
    height: 21px;
    margin-left: 15px;
    padding-top: 20px;
}

.li2 .img5 {
   position: absolute;
   top: 21px;
   right: 23px;
} 

.bt {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.bt99 {
    width: 47px;
    height: 47px;
    border-radius: 50%;
}

.liinp {
    position: relative;
}

.liinp .inp {
    position: absolute;
    right: 0px;
    top: 6px;
    background-color: rgba(249, 247, 244, 1);
    color: rgba(113, 70, 21, 1);
    width: 370px;
    height: 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    padding-left: 5px;
    font-size: 18px;
} 

.divinp {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(240, 235, 231, 1);
    width: 420px;
    height: 52px;
    border-radius: 5px;
}

.ul4 {
    display: none;
    position: absolute;
    z-index: 5;
    top: 30px;
    background-color:  rgba(242, 236, 228, 1);
    width: 50px;
    height: 50px;
    border-radius: 3px;
    filter: drop-shadow(0 0 0.6px rgba(113, 70, 21, 1));
}

.ul4::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.356);
    width: 50px;
    height: 0.5px;
    border-radius: 20px;
}

.ul4 .p06 {
    position: absolute;
    top: -8px;
}

.ul4 .img003 {
    position: absolute;
    top: 5px;
    left: 18px;
}

.imgsaz {
    width: 20px;
    height: 14px;
    margin-top: 25px;
}

.ul4 .pcz {
    top: 15px;
}

.nav {
    position: absolute;
    bottom: 0px;
    left: 375px;
    height: 16px;
    display: flex;
}

.nav li {
    position: relative;
    height: 16px;
    margin-left: 20px;
}

.nav li:nth-child(1) {
    margin-left: 0px;
}

.nav li:nth-child(1) {
    margin-left: 0px;
}

.nav li:nth-child(1) {
    margin-left: 0px;
}

.nav .li1::before {
    content: " ";
    position: absolute;
    right: -12px;
    bottom: 0px;
    width: 0.6px;
    height: 8px;
    background-color:  rgba(49, 49, 49, 1);
    transform: rotate(30deg); 
}

.nav li a {
    text-decoration: none;
    color: rgba(49, 49, 49, 1);
    font-size: 8px;
    letter-spacing: 1px;
    font-weight: 400;
}


                /* Корзина */

.h2korzina {
    font-size: 25px;
    /* margin-left: 375px; */
    color: rgba(49, 49, 49, 1);
    text-transform: uppercase;
    margin-top: 42px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}

.bgKorz {
    margin-top: 50px;
    margin-left: 375px;
    width: 1170px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.akorz {
    display: none;
}

.divkorz {
    width: 1170px;
}

.divkorz::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px; 
} 

.divkorz::-webkit-scrollbar-track {
    background-color: rgb(202, 202, 202);
}

.divkorz::-webkit-scrollbar-thumb {
    background-color: rgb(123, 123, 123);
    border-radius: 10px;
    border: 1.5px solid rgb(202, 202, 202);
}

.totals {
    margin-top: 6px;
    margin-left: 23px;
    width: 92%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 9px;
    border-bottom: 1px solid rgb(203, 203, 203);
}

.totals span {
    color: rgb(88, 87, 87);
    font-size: 22px;
    padding: 3px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textTotal {
    letter-spacing: 1px;
}

.priceTotal {
    margin-right: 60px;
    font-weight: 600;
}

.imgRubl {
    margin-left: -68px;
    font-size: 12px;
}

.imgbg {
    position: absolute;
    left: 0px;
    width: 100.58px;
    height: 105px;
    border-radius: 5px;
}

.divkorz .grid02 {
    margin-left: 60px;
    margin-top: 5px;
    border-radius: 5px;
    background-color:rgb(247, 247, 247); 
    filter: drop-shadow(0 0 3px rgb(255, 231, 231));
    width: 90%;
    height: 106px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
    padding: 0 10px 0 0;
}

.grid02:hover {
    background-color: rgb(239, 239, 239);
}

.box .p1 {
    margin-top: 35px;
    font-size: 15px;
    letter-spacing: 1px;
    color: rgba(49, 49, 49, 1);
}

.box .p2 {
    margin-top: 10px;
    color: rgba(175, 175, 175, 1);
}

.box .p2 .span2 {
    margin-left: 10px;
}

.box .p3 {
    margin-top: 45px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}

.content {
    width: 85px;
    height: 30px;
    margin-top: 40%;
}

.content .p4 {
    font-size: 10px;
    color: rgba(0, 0, 0, 1);
}

.content .p5 {
    position: relative;
    margin-top: 3px;
    height: 30px;
    color: rgba(0, 0, 0, 1);
}

.inputsuma {
    margin-left: -16px;
    margin-top: -20px;
    width: 80%;
    font-size: 18px;
    font-weight: 200;
    outline: none;
    border: none;
    background-color: #fafafa00;
}

.imggap {
   position: absolute;
   top: 6px;
   right: 0px;
}

.calculato {
    margin-top: 31px;
    margin-left: 10px;
    width: 106px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid rgba(175, 175, 175, 1);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 28.5px 50px 28.5px;
}

.inputcount {
    width: 50px;
    text-align: center;
    outline: none;
    border: none;
    background-color: rgba(196, 196, 196, 0);
}

.divcalc {
    cursor: pointer;
    position: relative;
    width: 28.5px;
    height: 38px;
}

.divcalc::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 1px;
    height: 28px;
    background-color: rgba(196, 196, 196, 1);
}

.divcalc2 {
    cursor: pointer;
    position: relative;
}

.divcalc2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 1px;
    height: 28px;
    background-color: rgba(196, 196, 196, 1);
}

.divcalcul {
    text-align: center;
    height: 20px;
    margin-top: 8px;
    font-size: 20px;
}

.btkk {
    color: #3c3b3b;
    cursor: pointer;
    margin-top: 40px;
    margin-left: 3px;
    position: relative;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(175, 175, 175, 1);
    transition: 0.3s;
}

.btkk:hover {
    color: #fafafa;
}

.btkk:hover {
    background-color: rgb(139, 104, 52);
}

.btkk span {
    position: absolute;
    top: 13px;
    left: 6px;
    background-color: rgba(175, 175, 175, 1);
    width: 15px;
    height: 1px;
}

.btkk span:nth-child(1) {
    transform: rotate(45deg);
}

.btkk span:nth-child(2) {
    transform: rotate(-45deg);
} 

.suma {
    width: 300px;
    height: 62px;
    margin-left: 1145px;
    margin-top: 23px;
    position: absolute;
    top: 600px;
}

.suma .pp {
    color: rgba(49, 49, 49, 1);
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.suma .pp2 {
    margin-top: 6px;
    color: rgba(49, 49, 49, 1);
    font-size: 19px;
    letter-spacing: 2px;
}

.span3 {
    margin-left: 50px;
}

.span4 {
    margin-left: 148px;
}

.box2 {
    margin-top: 135px;
    width: 1920px;
    height: 221px;
    display: grid;
    grid-template-columns: 270px 269px 269px 269px;
    column-gap: 32px;
    justify-content: center;
}

.box2 .h2zakaz {
    position: absolute;
    color: rgba(0, 0, 0, 1);
    font-size: 41px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 375px;
    margin-top: 30px;
    font-weight: 500;
}

.box2 .inpu {
    position: relative;
    margin-top: 130px;
    background-color: rgba(246, 244, 242, 1);
    height: 92px;
    border-radius: 5px;
}

.box2 .inpu input {
    margin-top: 35px;
    padding-left: 10px;
    width: 259px;
    height: 57px;
    border-radius: 5px;
    outline: 0.5px solid rgba(205, 183, 156, 1);
    border: none;
    background-color: rgba(251, 250, 249, 1);
}

.pname {
    position: absolute;
    top: 0px; 
    font-size: 15px;
}

.box2 .inpu input::placeholder {
    color: rgba(145, 145, 145, 0.377);
}

.box3 {
    width: 1920px;
    height: 420px;
}

.box3 .divcentr {
    margin-left: 375px;
    width: 1170px; 
    height: 169px;
    display: grid;
    grid-template-columns: 176px 162px 569px;
    grid-template-rows: 45px 74px;
    row-gap: 48px;
}

.box3 .grid3:nth-child(1) {
    width: 176px;
}

.box3 .grid3:nth-child(2) {
    width: 162px;
    margin-left: 74px;
}

.box3 .grid3:nth-child(3) {
    background-color: rgba(251, 250, 249, 1);
    border: 0.5px solid rgba(205, 183, 156, 1);
    width: 569px;
    height: 168px;
    margin-left: 260px;
    border-radius: 5px;
}

.box3 .grid3:nth-child(5) {
    width: 162px;
    margin-left: 74px;
}
 
.imgdow {
    margin-top: 50px;
}

.text {
    position: relative;
    height: 73px;
}

.text .ptext {
    position: absolute;
    bottom: 17px;
    color: rgba(49, 49, 49, 1);
    font-size: 15px;
    letter-spacing: 2px;
    margin-left: 375px;
}

.spanadres {
    margin-left: 438px;
}

.divbutton {
    margin-top: -200px;
    margin-left: 772px;
    width: 754px;
    height: 96px;
}

.pzakaz {
    color: rgba(49, 49, 49, 1);
    font-size: 12px;
    letter-spacing: 2px;
}

.btzakaz {
    cursor: pointer;
    margin-top: 19px;
    filter: drop-shadow(0 14px 34px rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(to right, rgba(137, 109, 77, 1), rgba(205, 183, 156, 1));
    color: rgba(246, 244, 242, 1);
    width: 370px;
    height: 60px;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: none;
}

.box9 {
    margin-top: 70px;
    position: relative;
    background-color: rgba(44, 44, 44, 1);
    width: 1920px;
    height: 287px;
    display: grid;
    grid-template-columns: 287px 170px 160px 160px;
    column-gap: 157px;
    justify-content: center;
}

.box9::before {
    content: "";
    position: absolute;
    left: 331px;
    bottom: 50px;
    width: 1240px;
    height: 1px;
    background-color: rgba(66, 66, 66, 1);
}

.box9 .grids1 {
    margin-top: 21px;
    width: 287px;
    height: 201px;
}

.box9 .grids1 .podev {
    margin-top: 17px;
    color: rgba(242, 245, 245, 1);
    font-size: 13px;
    line-height: 21px;
}

.box9 .grids1 .p2024 {
    margin-top: 17px;
    color: rgba(242, 245, 245, 1);
    font-size: 13px;
    line-height: 17px;
}

.box9 .grids2 {
    margin-top: 27px;
    width: 170px;
    height: 187px;
}

.box9 .ptex {
    color: rgba(242, 245, 245, 1);
    font-size: 17px;
    line-height: 23px;
}

.box9 .pptext {
    color: rgba(242, 245, 245, 1);
    margin-top: 32px;
    line-height: 20px;
}

.box9 .ptext2 {
    margin-top: 15px;
    color: rgba(242, 245, 245, 1);
    font-size: 13px;
    line-height: 20px;
}

.box9 .grids3 {
    margin-top: 27px;
    width: 160px;
    height: 177px;
}

.box9 .grids4 {
    margin-top: 27px;
    width: 160px;
    height: 180px;
}

.ptext {
    margin-top: 11px;
    color: rgba(242, 245, 245, 1);
}

.box9 .grids4 .pwidth {
    width: 110px;
}

.foter {
    position: absolute;
    bottom: 0px;
    width: 1920px;
    height: 50px;
}

.foter .ul8 {
    display: flex;
    height: 50px;
}

.foter .ul8 .li8:nth-child(1) {
    width: 129px;
    margin-left: 339px;
}

.foter .ul8 .li8:nth-child(2) {
    width: 427px;
    margin-left: 73px;
}

.foter .ul8 .li8:nth-child(3) {
    position: relative;
    width: 200px;
    margin-left: 93px;
}

.imgcard {
    margin-top: 14px;
    margin-left: 12px;
}
 
.imgup {
    position: absolute;
    top: 5px;
    right: 13px;
}
    
.imgpup {
    position: absolute;
    top: 5px;
    right: 63px;
}

.foter .ul8 .li8:nth-child(4) {
    width: 165px;
    margin-left: 170px;
}

.imgsat {
    margin-left: 30px;
    margin-top: 12px;
}

.foter .ul8 .li8 p {
    margin-top: 15px;
    color: rgba(242, 245, 245, 1);
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.7px;
}

                  /* PupUp */

.popupb {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; 
}

.popup-bg {
    display: block;
}

.popu {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    background: #fafafa;
    padding: 20px;
    transform: translate(-50%, -50%);
    padding-top: 90px;
    border-radius: 5px;
}

.divclose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-color: rgba(113, 70, 21, 1);
    border: 1px solid rgba(137, 109, 77, 1); 
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.divclose:hover {
    background-color: rgb(91, 56, 15);
}

.divclose span {
    position: absolute;
    width: 15px;
    height: 1.5px;
    border-radius: 5px;
    background-color: rgba(205, 183, 156, 1);
    top: 7px;
}

.divclose span:nth-child(1) {
    transform: rotate(45deg);
}

.divclose span:nth-child(2) {
    transform: rotate(-45deg);
}

.popu form {
    filter: drop-shadow(0 0 1px rgb(0, 0, 0));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popu form input {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
  
    padding-left: 5px;
}

input::placeholder {  
    color: rgb(105, 77, 42);
}

.popu img {
    position: absolute;
    top: 5px;
    width: 150px;
    margin-left: 30%;
}

form .b {
    cursor: pointer;
    width: 100%;
    background-image: linear-gradient(to right, rgba(205, 183, 156, 1), rgba(137, 109, 77, 1) );
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}  

form .b:hover {
    width: 160px;
    background-color: rgb(108, 67, 21);
    color: rgb(237, 237, 237);
}

.no-scroll {
    overflow-y: hidden;
}

.popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.popup-bgr {
    display: block;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    background: #fafafa;
    padding: 20px;
    transform: translate(-50%, -50%);
    padding-top: 90px;
    border-radius: 5px;
}

.divclosed {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background-color: rgba(113, 70, 21, 1);
    border: 1px solid rgba(137, 109, 77, 1); 
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

.divclosed:hover {
    background-color: rgb(91, 56, 15);
}

.divclosed span {
    position: absolute;
    width: 15px;
    height: 1.5px;
    border-radius: 5px;
    background-color: rgba(205, 183, 156, 1);
    top: 7px;
}

.divclosed span:nth-child(1) {
    transform: rotate(45deg);
}

.divclosed span:nth-child(2) {
    transform: rotate(-45deg);
}

.popup form {
    filter: drop-shadow(0 0 1px rgb(0, 0, 0));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup form input {
    width: 100%;
    height: 30px;
    margin-top: 8px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    padding-left: 5px;
}

input::placeholder {  
    color: rgb(105, 77, 42);
}

.popup img {
    position: absolute;
    top: 5px;
    width: 150px;
    margin-left: 30%;
}

.popup form .bt {
    width: 100%;
    background-image: linear-gradient(to right, rgba(205, 183, 156, 1), rgba(137, 109, 77, 1) );
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
}  

.popup form .bt:hover {
    width: 160px;
    background-color: rgb(108, 67, 21);
    color: rgb(237, 237, 237);
}

.no-scroll {
    overflow-y: hidden;
}

                 /* Popup Спасибо */

.pupbg {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(249, 247, 244, 1);
}

.pupUpbg {
    display: block;
}

.pupbgrr {
    display: none;
}

.boxkorzin {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: linear-gradient(to right,rgba(137, 109, 77, 1), rgba(205, 183, 156, 1)); 
    width: 630px;
    height: 330px;
    border-radius: 5px;
    border: 8px solid rgb(165, 144, 120);
}

.boxkorzin .pp1 {
    margin-top: 92px;
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}

.boxkorzin .pp2 {
    margin-top: 28px;
    margin-left: 90px;
    width: 458px;
    color: rgba(255, 255, 255, 1);
    line-height: 31px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.boxkorzin .ddivx {
    border: 2px solid rgb(165, 144, 120); 
    background-color: rgba(0, 0, 0, 0.137);
    cursor: pointer;
    position: absolute;
    top: 5px;
    border-radius: 50%;
    right: 5px;
    width: 32px;
    height: 32px;
    transition: 0.3s; 
}

.boxkorzin .ddivx:hover { 
    border: 2px solid rgb(165, 144, 120); 
    background-color: rgba(0, 0, 0, 0.26);
} 

.ddivx span {
    position: absolute;
    top: 15px; 
    background-color: rgba(255, 255, 255, 1);
    width: 32px;
    height: 1.5px;
    border-radius: 10px;
}

.ddivx span:nth-child(1) {
    transform: rotate(40deg);
}

.ddivx span:nth-child(2) {
    transform: rotate(-40deg);
}

@media screen and (max-width: 768px) {
    .p03 {
        display: none;
    }
    .p04 {
        display: none;
    }
}




