.flex-office-detail
{
	display: flex;
	margin-top: 18px;
}

.flex-col
{
	display: block;
}

.flex-col.col-left
{
	width: 320px;
	min-width: 320px;
}
#right .flex-col.col-left .heading {
    font-family: "roboto_ltregular";
    text-decoration: none;
    padding-left: 24px;
    line-height: 65px;
    font-weight: 400;
    font-size: 18px;
    display: block;
    height: 65px;
    color: #fff;
    background: #3498db;
    margin-bottom: 0px;
}
#right .flex-col.col-left .heading ins {
    vertical-align: middle;
    display: inline-block;
    margin-right: 24px;
    line-height: 65px;
    height: 65px;
    float: right;
    width: 27px;
}
#right .flex-col.col-left .heading ins {
    background: url(/bitrix/templates/dresscode/themes/white/arctic/images/iconMenu.png) 0 50% no-repeat transparent;
}


#right .flex-col.col-left .leftMenu {
    background: #2b2b2b;
    padding: 12px 0;
    position: relative;
    list-style: none;
    z-index: 33;
    margin: 0;
}

#right .flex-col.col-left .leftMenu > li:first-child {
    border: 0;
}
#right .flex-col.col-left .leftMenu > li {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background: #2b2b2b;
    display: block;

    list-style: none;
}

#right .flex-col.col-left .leftMenu > li .menuLink {

    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding-right: 8px;
    position: relative;
    line-height: 18px;
    font-size: 13px;
    display: block;
    color: #fff;
    padding: 8px;
}
#right .flex-col.col-left .leftMenu > li .menuLink h3 {
    font-family: "roboto_ltregular";
    font-weight: 400;
    font-size: 13px;
    display: inline;

}

#right .flex-col.col-left li.selected > a,
#right .flex-col.col-left li:hover > a
{
    background: #f5f5f5;
}

#right .flex-col.col-left .leftMenu > li.selected .menuLink h3 {
    font-weight: bold;
}


.flex-col.col-right
{
	padding-left: 24px;
	width: 100%;
}



.global-information-block .webFormItemsColumn .webFormItemField textarea {
    height: 125px;
}