

/* Start:/bitrix/components/pyramida/detail_tickets/templates/.default/style.css?16592715532629*/
#detail_container {
    width: 100%;
    overflow: auto;
    margin: 30px 0 50px 0;
}
#detail_picture {
    width: 360px;
    float: left;
    box-sizing: border-box;
}

.info_block {
    padding: 0 0 0 50px;
    float: left;
    box-sizing: border-box;
    width: 800px;
}
.info_block h1 {
    margin: 0;
    padding: 0;
}

.info_block table {
    margin: 20px 0;
    width: 100%;
}

.info_block table td {
    padding: 5px 0;
}

.info_block table td.value h2{
    margin: 0;
    padding: 0;
}

.info_block table td.value p{
    margin: 0;
    padding: 5px 0 0 10px;
    font-weight: bold;
}

.info_block table td.value ul {
    margin: 5px 0;
    list-style: none;
}

.info_block table td.value ul li {
    margin: 0 0 0 10px;
}

.info_block table td.value ul li a:hover{
    text-decoration: underline;
}

.info_block table td.value ul li {
    margin-left: 10px;
}

.info_block table td {
    vertical-align: top;
}
.info_block table td.pic {
    padding-top: 9px;
    padding-right: 10px;
}
#detail_container .text_block {
    margin-top: 20px;
    border-top: dashed 1px gray;
    padding-top: 20px;
}

#boocking_tickets {
    margin: 20px 0;
    padding: 30px 20px 40px 20px;
    border-left: solid 9px #ff5722;
    width: 100%;
    box-sizing: border-box;
    background-color: #eceff1;
    font-size: 1.1em;


}
#boocking_tickets h3 {
    font-size: 1.7em;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}
.call_form {
    overflow: auto;
    margin-top: 20px;
}

p.label {
    display: inline-block;
    width: 150px;
}
.call_form form input[type=text] {
    width: 250px;
    height: 20px;
    padding: 5px;
    margin-right: 50px;
}



.select-box {
    cursor: pointer;
    position : relative;
    max-width:  20em;
    margin-top: 10px;
    width: 100%;
}

.select,
.label {
    color: #414141;
    display: block;
    font: 400 17px/2em 'Source Sans Pro', sans-serif;
}

.select {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 5px 0;
    height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: none transparent;
    border: 0 none;
}
.select-box1 {
    background: #ececec;
}

.label {
    position: relative;
    padding: 5px 10px;
    cursor: pointer;
}
.open .label::after {
    content: "▲";
}
.label::after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    border-left: 5px solid #fff;
}
/* End */
/* /bitrix/components/pyramida/detail_tickets/templates/.default/style.css?16592715532629 */
