body {
    width: 100vw;
    height: 100vh;
}
    #forms{
        width: 100%;
        height: 100%;
        position: relative;
    }
        #forms > div{
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
        }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 12pt;
    font-family: sans-serif;
}

li {
    list-style-type: none;
}

input{
    padding: 0px 10px 0 10px;
}
.button.none {
    display: none !important;
}
.header {
    /* background-color: #e5cb13; */
    
}
.header-wrapper {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}
.header-logo {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.header-inst{
    display: flex;
    padding: 20px;
    height: 100%;
    align-items: center;
}
.header-logo img {
    width: 200px;
}
.footer {
    /* background-color: #e5cb13; */
    height: 120px;
}


.view-left {
    /*border-bottom: 3px solid #e4e4e4;*/
    display: flex;
    /* flex-direction: column; */
}
.btn {
    /* max-width: 150px;
    width: 108px;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    background: #2196f3;
    border-radius: 10px;
    color: #fff;
    font-size: 15px; */
    background: #fbfbfb;
    /* margin: 5px 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 9px!important;
    border: 1px solid #c8c8c8!important;
    height: 38px;
    cursor: pointer;
    outline: none!important;
}
       
}



/* CSS */
 .btn {
 /* appearance: none;
  background-color: #FFFFFF;
  border-radius: 40em;
  padding: 10px 20px;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.24px;
  margin-bottom: 10px;
  outline: none;
 
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;*/
} 

.btn:hover {
  /* background-color: #FFC229;
  box-shadow: #FF6314 0 -6px 8px inset;
  transform: scale(1.125); */
    background: #efefef;
}

.btn:active {
  /* transform: scale(1.025); */
}



.view-1__wrapper {
    margin: 10px 0;
    display: flex;
    flex-direction:column;
}
.model {
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 15px;
    border: 1px solid;
}

.new-model {
    /* display: none; */
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 15px;
    border: 1px solid;
    background-color: beige;
}
.model__left {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.display {
    display: block;
}
.model__right {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: space-between;
    margin: 15px 0 0 0;;
    padding-left: 40px;
}
.model__left input {
    /* margin-bottom: 10px; */
    height: 38px;
    border-radius: 4px!important;
    border: 1px solid #505050!important;
    display: block;
    margin-left: 10px;
    margin-bottom: 15px;
}
.new-model__name {
    text-align: center;
    padding: 10px  0px 5px 0px;
    
    justify-content: center;
    display: flex;
    
}

.modal-windows-name{
    text-align: center;
    /* padding: 10px 0px 5px 0px; */
    width: 95%;
    justify-content: center;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
#frm_frame .btn-box {
    margin-top: 15px;
}
.new-model {
    display: none;
}
.models-lists {
    text-align: center;
    /* margin: 0 25px; */
}
.model-li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.model-li img {
    width: 300px;
}
.li-descr {
    margin-left: 10px;
}
.list-img {
    display: flex;
    /* align-items: center; */
  
}
.list-img img{
    /* display: none; */
    display: block;
    width: 100%;
}



.list-inner {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding: 10px 0px;
}



.list-descr {
    /* display: none; */
    /* margin-left: 25px; */
    /* margin-top: 100px; */
    /* max-width: 360px; */
    text-align: justify;
    /* font-size: 18px; */
}
.tri-wrapper.height {
    transform: scale(0.5);
    top: 19%;
    left: 23px;
}
.models-lists li {
    /*margin-bottom: 70px;*/
    /*border-bottom: 3px solid #efeaea91;*/
    /* padding: 10px 0; */
}

.layout-border{
    border-top: 3px solid #efeaea91;
}

.btns-wrapper {
    /*width: 33%;*/
    display: flex;
    flex-direction: column;
    /*margin-right: 12px;*/
    /*max-width: 220px;*/
    /*flex: 1;*/
    width: 150pt;
    /*width: fit-content;*/
}

/* .btns-wrapper button {
    margin-bottom: 10px;
} */
.view-right {
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    margin: 0 20px;
    padding: 20px 0px;
    border-top: 3px solid #e4e4e4;
}
.modal.active {
    display: flex;
}


/* The Modal (background) */
.modal {
    justify-content: center;
    align-items: center;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border-radius: 15px!important;
    border: 1px solid #c8c8c8!important;
    height: fit-content;
    min-width: 160px;
  }

  .modal-logo{
    margin: 5px 10px;
  }

  .modal-direction{
    margin: 5px 10px;
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    align-items: center;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    /* float: right; */
    font-size: 28px;
    font-weight: bold;
    /* width: 10%; */
    /* margin-top: -5px; */
    /*padding-bottom: 10px;*/
    margin-top: -5px;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  svg {
    display:block;
    width:258px;
    height:258px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
  }
  
  .tree {
    fill: #E73E0D;
  }
  
  .circle-mask {
    transform-origin: 50% 90%;
    animation: scale 2s infinite ease-out;
  }
  
  @keyframes scale {
    0%, 100% {
      transform: scale(0.0);
    }
    7%, 90% {
      transform: scale(0.4);
    }
    50% {
      transform: scale(1);
    }
  }

  /* .loader {
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */
.add_bagget.margin {
    margin-top: 35px !important;
}
.layout__descr {
    position: relative;
    bottom: 8%;
    background: #ffffff73;
    z-index: 2;
    padding: 5px 0px;
}
.button.add_layout {
    position: absolute;
    top: 40%;
    z-index: 2;
}
.layout__descr div {
    margin-bottom: 10px;
}
 .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
   .preloader img {
	width: 70px; height: 70px;
	background-size: contain;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg) }
}


.checked-bagets{
    display: flex;
    width: 30px;
}
.pre-inner {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fffcfcb0;
    z-index: 100;
} 


.new-portner_name{
    text-align: center;
    /*padding: 10px 0px 5px 0px;*/
    justify-content: center;
    width: 99%;
    display: flex;
}

.baget-list img {
    width: 100%;
    object-fit: cover;
}
.bagets-Ulist {
    width: 600px;
    height: 350pt;
    padding: 10px 10px;
    overflow-y: auto;
    border: 1px solid grey;
    border-radius: 10px;
    overflow: scroll;
    overflow-x:hidden;
}
.bagets-wrapper {
    display: flex;
    /*justify-content: center;*/
}
.bagets{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.baget-list {
    cursor: pointer;
    /*margin-bottom: 5px;*/
    display: flex;
    align-items: center;
    padding: 10px 10px;
}
.btn-inner {
    display: flex;
    flex-direction: column; 
}
.baget-list input {
    margin-right: 20px;
    height: 20px;
    width: 20px;
}
.bagetForm {
    padding-top: 25px;
}

.paetner-name{
    text-align: center;
    font-size: 21px;
    padding-top: 40px;
    padding-bottom: 15px;
}


.baget-top{
    display: flex;
    padding-top: 40px;
    padding-bottom: 15px;
    justify-content: center;
}

.baget-name {
    text-align: center;
    font-size: 21px;
    /* margin-bottom: 10px; */
    display: flex;
    align-items: center;
}
.check_li {
    display: none;
}
.test-img {
    background-size: auto 100% !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    overflow: hidden;
}
.select-frame {
    max-height: 360px;
    /*margin: 0 5px;*/
    overflow: scroll;
    overflow-x: hidden;
    /*width: 415px;*/
    border-radius: 4px!important;
    border: 1px solid #c8c8c8!important;
}
.frame-wrapper {
    display: inline-flex;
}
/* .div-right {
    display: flex;
    flex-direction: column;
    width: 250px;
} */
.frameForm {
    text-align: center;
}

.frame-name {
    margin-bottom: 15px;
    font-size: 18px;
}

.baget-list.back {
    background-color: #4d0244;
}
.div-frame {
    height: 50%;
    /* margin-left: 15px; */
    /* overflow: hidden;
    height: 174px;
    width: 234px;
    padding: 39px; */
}
.delete__btn {
    margin-top: 15px;
}
.triangle-height {
    position: absolute;
    left: -373px;
    top: 3px;
    transform: rotate( 
270deg) scale(0.3);
    width: 693px;
    height: 118px;
    -webkit-clip-path: polygon(17% 100%, 82% 100%, 100% 30px, calc(100% - 30px) 0%, 0% 0%);
    clip-path: polygon(17% 100%, 82% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}

.triangle-width {
    position: absolute;
    height: 116px;
    width: 711px;
    transform: scale(0.3);
    top: -82px;
    left: -294px;
    -webkit-clip-path: polygon(15% 100%, 78% 100%, 100% 30px, calc(100% - 30px) 0%, 0% 0%);
    clip-path: polygon(16% 100%, 84% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}

.wrapper {
    position: relative;
    /* overflow: hidden; */
    transform: rotate(90deg);
    left: -278px;
    top: -50px;
    height: 164px;
    width: 610px;
}

.tri-wrapper {
     position: relative;
     transform: scale(0.7);
     top: 23%;
     left: -26px;
}
.inner {
    position: absolute;
    left: -239px;
    top: -116px;
    width: 691px;
    height: 160px;
    
}
.tri_box {
    position: absolute;
    height: 139px;
    width: 147px;
    left: -12px;
    top: -8px;
    background: black;
    clip-path: polygon(0% 100%, 2% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.frameImg, .frame-descr, .baget-number, .baget-number div {
    display: none;
}


.list-img {
    position: relative;
    width: 33%;
}
.lyout__frame-left {
    position: absolute;
    width: 28px;
    height: 277px;
    background: green;
    left: -27px;
    top: -44px;
}
.list-img__inner {
    position: relative;
    overflow: hidden;
    /* padding: 30px 33px; */
    /* background-image: url(/media/img/upload/6188f1ce65cda.jpg); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 404px;
    min-width: 251px;
    max-height: 480px;
    transform: scale(0.95);
}
.img_wrapper {
    position: absolute;
}
.partner__btns-wrapper {
    display: flex;
    flex-direction: column;
}

.logo-partner{
/*    padding: 10px 13px;*/
    width: 226px;
    height: 86px;
    object-fit: contain;
    margin-bottom: 15px
}
.users-Ulist{
    border: 1px solid grey;
    border-radius: 10px;
    padding: 15px;
    margin-right: 20px; 
    overflow-y: auto;
    width: 351px;
    /* max-height: 120px; */
    height: 180pt;
    /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}
.baget-list div{
    cursor: pointer;
    font-size: 18px;
}
.users-Ulist li{
    display: block;
}
.input-layout {
    margin: 10px;
    border-radius: 4px!important;
    border: 1px solid #505050!important;
}
.baget-list.backgroundLI{
    background: #d7d7d7;
}
.part__new-pass {
    display: none;
}

.btn-cancel {
    margin-left: 20px;
}



.btn-login{
    background: white;
    color: black;
}

.form-control{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.window-login{
    border: 1px solid #ffffff;
    padding: 20px;
    color: #000000;
    background-color: rgb(255 255 255)!important;
    
}
.login-caption{
    font-size: 14pt;
    color: black!important;
}
.img-left {
    width: 720px;
    height: 100px;
    transform: rotate(270deg) scale(0.4);
    position: absolute;
    left: -344px;
    top: 94px;
    height: 138px;
    clip-path: polygon(23% 100%, 99% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.img-left.height {
    left: -556px;
    top: 178px;
    width: 1168px;
    /* height: 138px; */
    clip-path: polygon(9% 100%, 94% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.img-right.height {
    left: -214px;
    top: 177px;
    width: 1177px;
    clip-path: polygon(12% 100%, 71% 275%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.img-right {
    width: 720px;
    height: 138px;
    transform: rotate(90deg) scale(0.4);
    position: absolute;
    right: -344px;
    top: 94px;
    clip-path: polygon(14% 100%, 60% 118%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.img-top {
    width: 1005px;
    height: 138px;
    position: absolute;
    transform: scale(0.4);
    left: -302px;
    top: -30px;
    clip-path: polygon(14% 100%, 93% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.img-bottom {
    width: 1008px;
    height: 138px;
    position: absolute;
    transform: rotate(180deg) scale(0.4);
    left: -302px;
    bottom: -42px; 
    clip-path: polygon(14% 100%, 86% 100%, 100% 0px, calc(100% - 30px) 0%, 0% 0%);
}
.check__present {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.view-present  {
    margin-left: 50px;
    display: flex;
    align-items: center;
}
.view-present p {
    font-size: 19px;
}
.present__package {
    display: flex;
    margin-left: 50px;
    margin-top: 20px;
}
.present__descr {
    max-width: 330px;
    margin-left: 50px;
}
.present__descr p {
    font-size: 19px;
    line-height: 23px;
}
.present__package {
    /* display: none; */
    visibility: hidden;
}
.present__image img {
    width: 270px;    
}

.view-top {
    display: flex;
}

.list-block-right {
    height: 300px;
}
.link-wrapper.none {
    display: none !important;
}
.list-smal-block-right{
    width: 50%;
    padding-left: 50px; 

}

.baget-triangle {
    height: 150px;
    margin: 19px;
}

.model_parameter_block {
    display: flex;
}
.pas-partner{
    display: flex;
    flex-direction: column;
}
.new-model__wrapper {
    display: flex;
}

.checkboxes-baget{
    display: flex;
    flex-direction: column;
}
.checkbox-baget{
    display: flex;
    align-items: center;
    margin-left: 10px;
    
}
#frmLayouts_2 .header, #frmLayouts_2 .footer {
    background-color: #4d0244 !important;
}
#frmLayouts_2 .button {
    cursor: pointer;
    padding: 5px 11px;
    min-width: 48pt;
    display: flex;
    justify-content: center;
    border: 1px #c8c8c8 solid;
    border-radius: 9px;
    background-color: #fff !important;
    height: 38px;
    align-items: center;
}
.buttons-inner.abs {
    position: absolute;
    top: 3%;
    left: 16%;
} 
.new-model_delet{
    display: flex;
    justify-content: center;
}

.caption-of-input{
    text-align: center;
    
    justify-content: center;
    display: flex;
}
.new-frame__wrapper {
    position: relative;
}
.tri-top {
    transform: rotate(45deg);
    top: -53%;
    left: 53%;
    width: 75%;
    height: 75%;
}
#bgtop {
    top: 0;
    left: 0;
    width: 100%;
}

#bgbot {
    top: 100%;
    left: 100%;
    width: 100%;
    -webkit-transform: rotate(180deg);
}
#bgrwrap {
    top: 0;
    left: 100%;
    /* width: 0;
    height: 0; */
    -webkit-transform: rotate(45deg);
}
.baget-info {
    display: none;
}
#bgright, #bgleft {
    width: 142%;
    top: 0;
    left: 0;
    background-size: auto 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.button.none {
    display: none !important;
}

.menu{
    display: flex !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    max-height: 115px;
    width: 100%;
    max-width: 495px;
    flex-wrap: wrap;
}
.button.fr  {
    width: 215px !important;
    text-align: center;
}
.menu.flex div{
    text-align: center;
}
.menu.flex div:last-child {
    margin-right: 0;
}
#bglwrap {
    top: 100%;
    left: 0%;
    -webkit-transform: rotate(225deg);
}
#bgtop, #bgbot, #bgleft, #bgright, #bglwrap, #bgrwrap, #bgTwrap {
    background-size: auto 100% !important;
    position: absolute;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    overflow: hidden;
    background-repeat-x: repeat;
}
#bgcenter {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    background-position: center !important;
    z-index: 1;
    pointer-events: none;
}
.link-wrapper {
    display: none;
    margin-top: 14px;
    padding-left: 30px;
}
.link-wrapper input {
    min-width: 48pt;
    border: 1px #c8c8c8 solid;
    border-radius: 9px;
    background-color: #fff !important;
    height: 35px;
    align-items: center;
   
}
.link-wrapper i {
    cursor: pointer;
    padding-left: 10px;
    font-size: 20px;
}

.fr.share.width {
    bottom: 27%;
}
.link-wrapper.width {
    bottom: 31.7%;
}
.tooltiptext {
    visibility: hidden;
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #4d0244;
    width: 120px;
    background-color: #4d0244;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    top: 115px;
    position: absolute;
    z-index: 1;
}

.link-wrapper i:hover {
    color: #4d0244;
}
.link-wrapper i:hover .tooltiptext{
   visibility: visible;
}
.layout__descr.width {  
    bottom: 27% ;
}
@media (max-width: 600px) {
    .layout__descr {
        bottom: 0%;
    }
    #frmLayouts_2 .image {
        top: 6%;
    }
}

@media (max-width: 515px){
    .menu {
        max-height: 220px;
        flex-wrap: wrap;
    }
    
}

@media (max-width: 450px) {
    .link-wrapper {
        margin-top: 0;
    }
    .image.nav {
        top: -2% !important;
    }
    .body.nav {
        top: -3% !important;
    }
        .button.share {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 525%; 
    }
    .link-wrapper {
        /* display: none !important; */
    }
    .layout-baget{
        transform: scale(1.3);
    }
    .layout-baget.scale {
        transform: scale(1.5) !important;
    }
    #frmLayouts_2 .image {
        top: -4% !important;
    }
    .layout__descr.width {
        bottom: 13%;
    }
    .button.share.width {
        top: 430% !important;
    }
    .share.nav.width {
        top: 370% !important;
    }
    .share.nav {
        top: 568% !important;
    }
    #frmLayouts_2 {
        height: 97%;
        overflow: hidden;
    }
    .menu.posit  {
        position: relative;
        top: -10%;
    }
    #frmLayouts_2 .body {
        top: -3%;
    }
}

@media (max-width: 420px) {
   
    #frmLayouts_2 .image {
        top: -4% !important;
    }
    /* .button.share {
        top: 84%;
    } */
}    


@media (max-width: 375px) {
   
    .button.share {
        top: 410%;
    }
    .button.share.width {
        top: 330% !important;
    }
}    

@media print { /*для печати*/
     body {
         -webkit-print-color-adjust: exact; 
     }
     header, footer, .btn, .view-present, .btns-wrapper  {
         display: none !important;
     }
     .present__package.present{
         border-top: 3px solid #e4e4e4;
         display: flex;
         visibility: visible;
     }
     .present__descr {
      max-width: 330px;
      max-width: 0 25px;
    }
    .models-lists li{
        margin: 0;
        min-height: 50vh;
    }
    
    .tri-wrapper {
        left: 7px;
    }
    .layout-left {
        overflow: visible;
    }
    .present__package {
        margin-top: 0;
        margin-left: 0;
        padding-left: 50px;
        padding-top: 20px;
    }
    .layout-border {
        border: none;
    }
}