
#contactPage .subemap,
#contactMap,
.contactWidget .map {
    height: 400px;
}
.safirthumb {
    padding-bottom: 56.25%;
}
.safirthumb.cat {
    padding-bottom: 56.25%;
}
#logo img {
    max-height: 50px;
}
@media all and (max-width: 1100px) {
    #logo img,
    #hamburgermenu .logoBlock img {
        max-height: 50px;
    }
}
@media all and (max-width: 375px) {
    #safirPage .safirWidget.safirCol .items .list .item-container {
        width: 100%;
    }
}
#menuGroup {
    background: #111;
}
#menu .text {
    position: relative;
    top: 2px;
}
@media all and (max-width: 1100px) {
    #mobileHeader {
        padding-right: 164px;
    }
}
#main {
    background: -moz-linear-gradient(left, #fff 0%, #fff 50%, #f9f9f9 50%, #f9f9f9 100%);
    background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #f9f9f9 50%, #f9f9f9 100%);
    background: linear-gradient(to right, #fff 0%, #fff 50%, #f9f9f9 50%, #f9f9f9 100%);
    padding: 20px 0 0;
    max-width: 100%;
}
#content {
    width: 100%;
    padding-bottom: 0;
}
#contactPage .contactDescription {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.8;
}
#contactPage textarea {
    height: 100px;
}
#contactPage .contactGroup {
    display: flex;
}
#contactPage .contactGroup .leftSide {
    width: 50%;
    padding-right: 40px;
}
#contactPage .contactGroup .rightSide {
    width: 50%;
    padding-left: 40px;
}
#contactPage iframe {
    width: 100%;
    height: 100%;
}
#contactPage .topSection {
    padding-top: 5px;
    padding-bottom: 30px;
}
#contactPage .infoItems .item {
    overflow: hidden;
    margin-top: 40px;
}
#contactPage .infoItems .item:first-child {
    margin-top: 0;
}
#contactPage .infoItems .item .icon {
    float: left;
}
#contactPage .infoItems .item .icon svg {
    width: 50px;
    height: 50px;
    margin: 5px 15px;
}
#contactPage .infoItems .item .data {
    font-size: 16px;
    margin-left: 90px;
    line-height: 1.5;
    display: flex;
    min-height: 50px;
    margin-top: 8px;
    align-items: center;
    flex-wrap: wrap;
}
#contactPage .infoItems .item .data .first {
    display: block;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}
#contactPage .contactBranch .innerContainer {
    padding: 40px 10px;
}
#contactPage .branchInfoItems .item {
    margin-top: 24px;
    background: #f9f9f9;
    overflow: hidden;
    border-radius: 3px;
    display: flex;
}
#contactPage .branchInfoItems .item:first-child {
    margin-top: 0;
}
#contactPage .branchInfoItems .icon {
    display: flex;
    width: 50px;
    background: #e9e9e9;
    align-items: center;
}
#contactPage .branchInfoItems .icon svg {
    width: 24px;
    height: 24px;
    margin: 13px;
}
#contactPage .branchInfoItems .first {
    width: 180px;
    font-weight: 600;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background: #f0f0f0;
}
#contactPage .branchInfoItems .second {
    width: 100%;
    min-height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
@media all and (max-width: 1100px) {
    #contactPage .innerContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (max-width: 768px) {
    #main {
        background: #fff;
    }
    #contactPage .contactGroup {
        flex-wrap: wrap;
    }
    #contactPage .contactGroup .leftSide {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    #contactPage .contactGroup .rightSide {
        width: 100%;
        padding-left: 0;
    }
    footer {
        margin-top: 0;
    }
    #contactPage .contactBranch {
        padding: 30px 0 0;
    }
    #contactPage .contactBranch .leftSide {
        padding: 0 10px;
    }
    #contactPage .contactBranch .innerContainer {
        padding: 0;
    }
    #contactPage .branchInfoItems .item {
        margin-top: 10px;
    }
}
