.show-info-wrap{
    margin-top: 0px;
    margin-bottom: 40px;
}
.theater-right-side-wrap{
    margin: 0px 0px 60px;
}
.theater-right-side-wrap .info-container{
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding: 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.015em;
    margin: 0px 0px 30px;
}
.theater-right-side-wrap .box:not(:last-child){
    margin: 0px 0px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.theater-right-side-wrap .box a{
	font-weight: 300;
    text-decoration: none;
    color: #000;
    display: inline-block;
}
.theater-right-side-wrap .box a:focus,
.theater-right-side-wrap .box a:hover{
    text-decoration: none;
    color: #fab94d;
}

.theater-right-side-wrap .director{
    text-transform: uppercase;
}
.theater-right-side-wrap .contacts{
    
}
.theater-right-side-wrap .contacts .data{
    font-size: 0;
    line-height: 0;
    margin: 10px 0px 0px;
}
.theater-right-side-wrap .contacts .data .icon {
    float: left;
    margin-right: 15px;
    font-size: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fab94d;
}
.theater-right-side-wrap .contacts .data .icon.bi-link,
.theater-right-side-wrap .contacts .data .icon.bi-paper-plane {
    font-size: 18px;
}
.theater-right-side-wrap .contacts .data .text {
    display: block;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
}

.theater-right-side-wrap .social .text-box{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    float: left;
}
.theater-right-side-wrap .social .icon-box{
    float: left;
    margin-top: 1px;
    margin-left: 25px;
    font-size: 0;
    line-height: 0;
}
.theater-right-side-wrap .social .icon-box a{
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #000;
}
.theater-right-side-wrap .social .icon-box a:not(:last-child){
    margin-right: 25px;
}
.theater-right-side-wrap .social .icon-box a:focus,
.theater-right-side-wrap .social .icon-box a:hover{
    text-decoration: none;
    color: #fab94d;
}
.theater-right-side-wrap .info-container .box.tofm{
    
}
.theater-right-side-wrap .info-container .box.tofm .title{
    font-weight: 700;
    margin: 0px 0px 10px;
}
.theater-right-side-wrap .info-container .box.tofm .data{
    margin: 5px 0px 0px;
}

@media (max-width: 1199px) {
    .theater-right-side-wrap .info-container {
        font-size: 18px;
        line-height: 18px;
    }
    .theater-right-side-wrap .contacts .data .text {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 991px) {
    .theater-right-side-wrap {
        margin: 60px 0px 0px;
    }
}
@media (max-width: 767px) {
    .theater-right-side-wrap .info-container {
        padding: 15px;
        margin: 0px 0px 20px;
    }
    .theater-right-side-wrap .social .icon-box {
        margin-left: 20px;
    }
    .theater-right-side-wrap .social .icon-box a:not(:last-child) {
        margin-right: 15px;
    }
    
    .theater-right-side-wrap .btn-container .btn{
        margin-top: 10px;
    }
}


