.content-container {
    background: white;
}
video {
	max-width:95%;
	margin-top:15px;
	height: inherit;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid rgb(152, 146, 146);
  border-radius: 10px;
  background: #FFF;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 14px;
  line-height: 38px;
  color: #000;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: rgb(232, 141, 0);
  color: #fff;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom: none;
}

.selectric-focus .selectric {
	border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(152, 146, 146);
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #fff;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
  }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #fff;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #fff;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #ff5201;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}



.variable {
	 min-height: 500px;
    width: 450px;
    margin: 0 auto;
	
}

.buttons {
	display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: column;
	text-align: center;
}

#basket_add { display: none; }
#basket_add.active { display: block; }
#price {
	margin: 15px;
	font-size: 20px;
}

.file-label { display: none; }


.intro {
   width: 490px;
   margin: 10px auto 10px;
}


.inputs {
   display: flex;
   justify-content: space-between;
   margin-top: 40px;
   margin-bottom: 40px;
   padding: 0 100px;
}

.price {
  text-align: center;
}

.preview {
    display: block;
    margin: 0 auto;
}

#baget_price, #base_price {
   text-align: center;
   font-size: 16px;
   font-weight: 700;
   margin: 15px;
}

#baget_add {
    cursor: pointer;
    border: none;
    outline: none;
    display: none;
    background: rgb(25, 107, 206);
    color: #fff;
    width: 110px;
    height: 30px;
    margin: 10px auto 50px;

}

.pic {

	max-width:200px !important;
}
.frame1 {
	float:left;
	width:30%;
    overflow: hidden;	
	max-width:200px;	
	margin-left: 10%;	
}
.frame1 img {
	height:100px !important;
	width:auto !important;
	max-width:none !important;
}
.frame2 {
	margin-right: 10%;	
	float:right;
	width:30%;
	max-width:200px;	
}
.frame2  img {
	width:200px;
}
.ramka {
	float:left;
}
.baget_pic {

}
.baget {
   position: relative;
   text-align: center;
   margin: 15px auto 25px;
}

.preview-wrap {
   display: inline-block;
   padding: 10px;
   position: relative;
/*   box-shadow: rgb(183, 183, 183) 0px 0px 30px 5px;*/
}

.part {
position: absolute;
width: 100%;
height: 10px;
background-size: contain;
background-repeat: repeat;

}

.part1 {
top: 0;
left: 0;
z-index: 3;


}

.part2 {
width: 10px;
height: 100%;
top: 0;
right: 0;
overflow: hidden;     
}

.part2 .back-inner {
    position: absolute;
    width: 3000px;
    height: 10px;
    top: -50%;
    left: 10px;    
    transform: rotate(90deg);
    transform-origin: top left;
    background-size: contain;
}

.part3 {
   width: 10px;
height: 100%;
top: 0;
left: 0;
overflow: hidden; 
    transform: rotateY(180deg);    
}


.part3 .back-inner {
    position: absolute;
    width: 3000px;
    height: 10px;
    top: -50%;
    left: 10px;    
    transform: rotate(90deg);
    transform-origin: top left;
    background-size: contain;
}

.part4 {
 bottom: 0;
 left: 0;
 transform: rotate(180deg);
 z-index: 3; 
}


.selectric-items li {
   background-size: 250px 30px !important;
   background-repeat: no-repeat !important;
   background-position: center !important;
	text-shadow: 2px 1px 2px black, 0 1px black, 1px 0 black, 0px 1px 5px black;   
}

.inputs label {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 25%;
}

.inputs label span {

   display: inline-block;
   margin-bottom: 5px;
   white-space: nowrap;   
}

.inputs input {
    height: 40px;
    box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	border: 1px solid #d6d6d6;
}

.corner {
     position: absolute;  
     z-index: 45;  
     background-size: cover; 
}

.part1 .corner {
    top: 0;
    left: 0;

}

.part2 .corner {
top: 0;
right: 0;
transform: rotateY(180deg)

}

.part4 .corner:first-of-type {
bottom: 0;
left: 0;

}

.part4 .corner:last-of-type {
bottom: 0 ;
right: 0;
transform: rotateY(180deg);

}


@media screen and (max-width: 1200px) {

	.inputs {
		display:block;
		padding:0px;
	}	 
	.inputs label {
		width:80%;
		margin: auto;		
		padding-bottom: 20px;		
	}
	.frame1	{
		height:inherit;
	}

	.frame2 {
		margin-right: 0px;
		}
}
@media screen and (max-width: 1000px) {
.frame1 {
    float: none;
    width: 100%; 
    overflow: hidden;
    max-width: none;
    margin: 0px 0px 20px 0px;
}
.frame2 {
    margin: 20px 0px 0px 0px;
    float: none;
    width: 100%;
    max-width: none;
}

}

@media screen and (max-width: 500px) {
.preview-wrap img {
	width: inherit !important;
	max-width:100% !important;
}

}
.social-share {
	margin: 0px auto 0px;
	display:block;
	width: 136px;
}
.ui-hint-icon {
	    width: 20px;
		height: 20px;
	    margin: -2px -5px !important;
}
.ui-hint {
	width: 15px;
    height: 15px;
}

.post_text {
	text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 15px;
}
.form-control { border: 0; }

.form-control textarea {
    border: 1px solid rgb(152, 146, 146);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 9px 23px;
    color: rgb(152, 146, 146);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0;
    resize: none;
	width: 100%;
}
.form-control { height: auto !important; }

.adm-fileinput-btn-panel { display: none; }

.adm-fileinput-wrapper-single .adm-fileinput-area { width: 100% }

.file-selectdialog-switcher { display:none }