@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: MuseoSansCyrl_0;
  src: url("../fonts/MuseoSansCyrl_0.otf");
}

@font-face {
  font-family: MuseoSansCyrl_100;
  src: url("../fonts/MuseoSansCyrl_1.otf");
}

@font-face {
  font-family: MuseoSansCyrl_200;
  src: url("../fonts/MuseoSansCyrl_2.otf");
}

@font-face {
  font-family: MuseoSansCyrl_300;
  src: url("../fonts/MuseoSansCyrl_3.otf");
}

@font-face {
  font-family: MuseoSansCyrl_400;
  src: url("../fonts/MuseoSansCyrl_4.otf");
}

.chat-wrapper {
  width: 320px;
  color: #ffffff;
  display: table;
  font-size: 16px;
  max-width: 100%;
  padding: 0 3px 3px;
  position: relative;
}


#dop{
  margin: 3px 0 0 25px;
  float: left;
  cursor: pointer;
}


.chat-wrapper label span{
  padding: 0 0;
  position: relative;
  text-indent: 10px;
  line-height: 1.4;
  border-bottom: 1px dashed #BE7C59;
  cursor: pointer;
  font-family: MuseoSansCyrl_100;
}


.chat-wrapper, .chat-wrapper label {
  display: table-cell;
  width: 320px;
  font-size: 15px;
  margin: 15px 0 0 0;
  padding: 0;
  font-family: MuseoSansCyrl_100;
  color: #BE7C59;
}

#show_chat ~ .chat-wrapper label::after {
  margin: -5px 40px 0 0;
  border-bottom: 10px solid #BE7C59;
  transition: 0.5s;
  cursor: pointer;
}
#show_chat:checked ~ .chat-wrapper label::after {
  border-top: 10px solid #BE7C59;
  border-bottom: 0;
}

#dop{
  float: left;
  margin-left: 35px;
}

.chat-wrapper label {
  display: block;
  padding: 5px 0;
  position: relative;
  text-indent: 10px;
}
#show_chat {
  display: none;
  width: 0;
}
#show_chat ~ .chat-wrapper label::after, #show_chat:checked ~ .chat-wrapper label::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content:"";
  display: block;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;    
}

#show_chat:checked ~ .content {    
  width: calc(100% - 200px);
  transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
.chat-content {
  max-height: 200px;
  overflow-y: scroll;
  padding: 0 5px;
}
#show_chat, .chat-content {    
  font-size: 12px;
  height: 0;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
#show_chat:checked ~ .chat-wrapper .chat-content {
  height: 100px;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}









#show_chat2 ~ .chat-wrapper label::after {
  margin: -5px 40px 0 0;
  border-bottom: 10px solid #BE7C59;
  transition: 0.5s;
  cursor: pointer;
}
#show_chat2:checked ~ .chat-wrapper label::after {
  border-top: 10px solid #BE7C59;
  border-bottom: 0;
}
#show_chat2 {
  display: none;
  width: 0;
}
#show_chat2 ~ .chat-wrapper label::after, #show_chat2:checked ~ .chat-wrapper label::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content:"";
  display: block;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;    
}
#show_chat2:checked ~ .content {    
  width: calc(100% - 200px);
  transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
#show_chat2, .chat-content {    
  font-size: 12px;
  height: 0;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
#show_chat2:checked ~ .chat-wrapper .chat-content {
  height: 150px;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}











#show_chat3 ~ .chat-wrapper label::after {
  margin: -5px 40px 0 0;
  border-bottom: 10px solid #BE7C59;
  transition: 0.5s;
  cursor: pointer;
}
#show_chat3:checked ~ .chat-wrapper label::after {
  border-top: 10px solid #BE7C59;
  border-bottom: 0;
}
#show_chat3 {
  display: none;
  width: 0;
}
#show_chat3 ~ .chat-wrapper label::after, #show_chat3:checked ~ .chat-wrapper label::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content:"";
  display: block;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;    
}
#show_chat3:checked ~ .content {    
  width: calc(100% - 200px);
  transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
#show_chat3, .chat-content {    
  font-size: 12px;
  height: 0;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
#show_chat3:checked ~ .chat-wrapper .chat-content {
  height: 50px;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}








#show_chat4 ~ .chat-wrapper label::after {
  margin: -5px 40px 0 0;
  border-bottom: 10px solid #BE7C59;
  transition: 0.5s;
  cursor: pointer;
}
#show_chat4:checked ~ .chat-wrapper label::after {
  border-top: 10px solid #BE7C59;
  border-bottom: 0;
}
#show_chat4 {
  display: none;
  width: 0;
}
#show_chat4 ~ .chat-wrapper label::after, #show_chat4:checked ~ .chat-wrapper label::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content:"";
  display: block;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;    
}
#show_chat4:checked ~ .content {    
  width: calc(100% - 200px);
  transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
#show_chat4, .chat-content {    
  font-size: 12px;
  height: 0;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
#show_chat4:checked ~ .chat-wrapper .chat-content {
  height: 100px;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}










#show_chat5 ~ .chat-wrapper label::after {
  margin: -5px 40px 0 0;
  border-bottom: 10px solid #BE7C59;
  transition: 0.5s;
  cursor: pointer;
}
#show_chat5:checked ~ .chat-wrapper label::after {
  border-top: 10px solid #BE7C59;
  border-bottom: 0;
}
#show_chat5 {
  display: none;
  width: 0;
}
#show_chat5 ~ .chat-wrapper label::after, #show_chat5:checked ~ .chat-wrapper label::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content:"";
  display: block;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;    
}
#show_chat5:checked ~ .content {    
  width: calc(100% - 200px);
  transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
#show_chat5, .chat-content {    
  font-size: 12px;
  height: 0;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
#show_chat5:checked ~ .chat-wrapper .chat-content {
  height: 200px;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}








#show_chat6 ~ .chat-wrapper label::after {
  margin: -5px 40px 0 0;
  border-bottom: 10px solid #BE7C59;
  transition: 0.5s;
  cursor: pointer;
}
#show_chat6:checked ~ .chat-wrapper label::after {
  border-top: 10px solid #BE7C59;
  border-bottom: 0;
}
#show_chat6 {
  display: none;
  width: 0;
}
#show_chat6 ~ .chat-wrapper label::after, #show_chat6:checked ~ .chat-wrapper label::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content:"";
  display: block;
  height: 0;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;    
}
#show_chat6:checked ~ .content {    
  width: calc(100% - 200px);
  transition: width 0.5s;
  -o-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
#show_chat6, .chat-content {    
  font-size: 12px;
  height: 0;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  overflow: hidden;
}
#show_chat6:checked ~ .chat-wrapper .chat-content {
  height: 50px;
  transition: height 0.5s;
  -o-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
}
















.assort2P8{
  display: block;
  width: 320px;
  height: 45px;
  margin: 2.5px 0 0 25px;
  background-color: #F6F6F6;
}

.assort2P9{
  display: block;
  width: 320px;
  height: 45px;
  margin: 2.5px 0 0 25px;
}

.sp3{
  display: block;
  width: 110px;
  height: 45px;
  padding-left: 10px;
  float: left;
  text-align: left;
  color: #BABABA;
  font-size: 14px;
  line-height: 1.6;
  font-family: Roboto-Medium;
}

.sp4{
  float: left;
  text-align: left;
  color: #838383;
  margin-top: 10px;
  font-size: 13.5px;
  line-height: 1.6;
  font-family: Roboto-Regular;
}

.sp42{
  float: left;
  text-align: left;
  color: #838383;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  font-family: Roboto-Regular;
}





@media (max-width: 480px) {
  .assort2P8{
    width: 310px;
    margin: 2.5px 0 0 0;
  }

  .assort2P9{
    width: 310px;
    margin: 2.5px 0 0 0;
  }
  #dop{
    margin: 3px 0 0 20px;
    float: left;
    cursor: pointer;
  }
  .sp3{
    display: block;
    width: 110px;
    height: 45px;
    padding-left: 15px;
    float: left;
    text-align: left;
    color: #BABABA;
    font-size: 14px;
    line-height: 1.6;
    font-family: Roboto-Medium;
  }
  .sp4{
    float: left;
    text-align: left;
    color: #838383;
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.6;
    font-family: Roboto-Regular;
  }
  .sp42{
    float: left;
    text-align: left;
    color: #838383;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
    font-family: Roboto-Regular;
  }


}













