/* Scss Document */
/* Scss Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#page {
    position: relative;
    min-height: 100%;
}

* html #page {
    height: 100%;
}

a, img {
    outline: none;
}

* {
    /* [disabled]margin:0px; */
    padding: 0px;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Scss Document */
/* Scss Document */
img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

a {
    color: #33b0f3;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    line-height: 25px;
}

h2 {
    font-size: 20px;
    line-height: 23px;
}

h3 {
    font-size: 18px;
    line-height: 21px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 16px;
    line-height: 19px;
}

h6 {
    font-size: 15px;
    line-height: 18px;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
}

.clear:after,
.clear:before {
    content: " ";
    display: table;
    clear: both;
}

input::-webkit-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

input::-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

input:-moz-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

input:-ms-input-placeholder {
    text-indent: 0px;
    transition: text-indent 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

input:focus::-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

input:focus:-moz-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

input:focus:-ms-input-placeholder {
    text-indent: 500px;
    transition: text-indent 0.3s ease;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

input[type=submit],
input[type=button] {
    cursor: pointer;
}

body {
    color: #444;
    font-family: 'HelveticaNeueW47LtCn';
    font-size: 18px;
    background-color: #fff;
    height: 100%;
}

#page {
    min-width: 300px;
}

#map,
#page,
#map .wrap {
    width: 100%;
    height: 100%;
}

#map {
    padding-left: 350px;
    background-color: #ddd;
    padding-top: 4.8vw;
    position:fixed;
}

.hideLeft .colLeft {
    display: none;
}

.hideLeft #map {
    padding-left: 0;
}

.hideLeft .closeLeft {
    left: 0;
    padding-right: 0;
    padding-top: 14px;
}

.hideLeft .closeLeft .fa-caret-right {
    display: block;
}

.hideLeft .closeLeft .fa-caret-left {
    display: none;
}

.closeLeft {
    font-size: 20px;
    position: fixed;
    top: 50%;
    left: 352px;
    margin-top: -26px;
    cursor: pointer;
    width: 20px;
    height: 50px;
    background-color: #d13d73;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    text-align: center;
    padding-top: 13px;
    padding-right: 2px;
    z-index: 15;
}

.closeLeft .fa-caret-right {
    display: none;
}

.closeLeft:hover {
    background-color: #882046;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background-color: #fff;
    padding: 1.2vw;
}

#header .logo {
    position: absolute;
    top: 0.52vw;
    left: 1vw;
}

#header .logo img {
    width: 7.3vw;
    height: auto;
}

#header .myform {
    margin-left: 11vw;
    float: left;
    /* Firefox 19+ */
    /* Firefox 18- */
}

#header .myform > div {
    float: left;
}

#header .myform .box {
    width: 8.5vw;
}

#header .myform .box .jq-selectbox {
    width: 100%;
}

#header .myform .box2 {
    width: 13.6vw;
}

#header .myform .box2 .jq-selectbox {
    width: 100%;
}

#header .myform .box3 {
    width: 18.1vw;
}

#header .myform .box5,
#header .myform .box6 {
    display: none;
    position: relative;
    z-index: 25;
}

#header .myform input[type=text] {
    border: 1px solid #d1d1d1;
    height: 2.4vw;
    width: 100%;
    background-color: #fff;
    padding: 0.7vw;
    outline: none;
    font-family: 'HelveticaNeueW47LtCn';
    font-size: 1.1vw;
    line-height: 1.1vw;
    color: #444;
}

#header .myform input[type=text]::-webkit-input-placeholder {
    color: #444;
}

#header .myform input[type=text]::-moz-placeholder {
    color: #444;
}

#header .myform input[type=text]:-moz-placeholder {
    color: #444;
}

#header .myform input[type=text]:-ms-input-placeholder {
    color: #444;
}

#header .myform input[type=submit] {
    border: 2px solid #d13d73;
    height: 2.4vw;
    width: 4.4vw;
    background-color: #d13d73;
    text-align: center;
    font-size: 0.9vw;
    color: #fff;
    outline: none;
}

#header .myform input[type=submit]:hover {
    background-color: #fff;
    color: #d13d73;
}

#header .blockRight {
    float: right;
    font-size: 1.2vw;
}

#header .phone {
    display: inline-block;
    vertical-align: middle;
    color: #d13d73;
    margin-top: -1px;
    line-height: 1.2vw;
}

#header .phone a {
    color: #444;
    text-decoration: none;
    
    display: inline-block;
    margin-top: 4px;
}

#header .mail {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4vw;
}

#header .mail a {
    color: #33b0f3;
    text-decoration: none;
}

#header .mail a:hover {
    color: #d13d73;
}

#header .social {
    float: right;
    margin-top:5px;
}

#header .social li {
    display: inline-block;
    vertical-align: middle;
}

#header .social li + li {
    margin-left: 0.2vw;
}

#header .social a {
    display: inline-block;
    position: relative;
    width: 1.7vw;
    height: 1.7vw;
    color: #d13d73;
    border: 1px solid #d13d73;
    text-align: center;
    font-size: 1vw;
    padding-top: 3px;
}

#header .social a:hover {
    background-color: #d13d73;
    color: #fff;
}
.namb{
    display: none;
    clear: both;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 16;
    left: 0;
    right: 0;
    text-align: center;
}

.namb p{
    display:inline;
}
#namb-close{
    float:right;
    color:#d13d73;
    font-weight:bold;
    padding: 0px 7px;
    background:#fff;
    cursor:pointer;
}
.colLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 352px;
    background-color: #f8f8f8;
    z-index: 4;
}

.colLeft .wrap {
    padding-top: 4.8vw;
}

.colLeft .wrap2 {
    box-shadow: inset 0px 2px 5px #ddd;
}

.colLeft .filter {
    padding: 1vw;
}

.colLeft .filter .name {
    font-size: 24px;
    line-height: 24px;
    color: #d13d73;
    margin-bottom: 10px;
}

.colLeft .filter dt {
    font-size: 20px;
    color: #d13d73;
}

.colLeft .filter dd + dd {
    margin-top: 2px;
}
/*
.colLeft .filter .namb {
  margin-top: 10px;
  font-size: 15px;
}*/

.colLeft .baner img {
    display: block;
    width: 100%;
    height: auto;
    padding: 1px;
}

.colLeft .baner a {
    color: #fff;
    text-decoration: none;
    display: block;
    background-color: #d13d73;
    position: relative;
}

.colLeft .baner a:before {
    content: '';
    background-image: url("../images/salle.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.colLeft .baner span {
    display: block;
    padding: 0.9vw 1.2vw 1vw 1vw;
    position: relative;
}

.colLeft .baner span:before {
    content: '';
    background-image: url("../images/arrow2.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 1vw;
    margin-top: -6px;
    z-index: 6;
}

.colLeft .baner a:hover {
    background-color: #882046;
}

.colLeft .list {
    height: 533px;
    overflow-y: scroll;
    font-size: 18px;
}

.colLeft .list dl {
    padding: 1vw;
    border-bottom: 1px solid #e1e1e1;
    cursor:pointer;
}

.colLeft .list dl:hover,
.colLeft .list dl.active{
    background-color: #ddd;
}

.colLeft .list dl + dl {
    border-top: 1px solid #fff;
}

.colLeft .list dl:last-child {
    border-bottom: 0 solid #000;
}

.colLeft .list dt {
    font-size: 22px;
    color: #d13d73;
    position: relative;
    margin-bottom: 10px;
}

.colLeft .list dd + dd {
    margin-top: 3px;
}

.colLeft .list dd.adres {
    
    text-decoration: underline;
    cursor: pointer;
}

.colLeft .list dd.adres:hover {
    color: #d13d73;
    text-decoration: none;
}

.colLeft .list dd.adres:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.colLeft .list dd.phone {
    font-size: 0;
    margin-top: 8px;
}

.colLeft .list dd.phone p {
    display: inline-block;
    font-size: 15px;
    
    width: 50%;
}

.colLeft .list dd.phone p:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -17px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 1px;
}

.colLeft .list dd.url:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -32px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.colLeft .list dd.mail:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -46px;
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.colLeft .list dd.time {
    position: relative;
    padding-left: 20px;
}

.colLeft .list dd.time:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -58px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    top: 9px;
    left: 0;
}
.popover {
    display: block;
    height:auto;
    position:absolute
}
.popover-content{
    width: auto;
    height: auto;
    display:block;
}
.popover-inner>ymaps {
    overflow: visible!important;
}
.info {
    background-color: #fff;
    position:relative;
    /*position: absolute;*/
    /*  top: 50%;
      left: 50%;*/
    width: 444px;
    /*transform: translateY(-50%);*/
    padding: 1vw;
    z-index: 10;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 5px #ddd;
}

.info:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fff;
}

.info .name {
    font-size: 15px;
    line-height: 15px;
    color: #a7a5a5;
}

.info .name img {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 40px;
}

.info .name p {
    display: table-cell;
    vertical-align: middle;
    line-height: 21px;
}

.info .name b {
    font-weight: normal;
    font-size: 30px;
    color: #d13d73;
    margin: 0 8px;
}

.info .dop {
    font-size: 15px;
    line-height: 15px;
    color: #a7a5a5;
    margin-top: 5px;
}

.info .desc {
    margin-top: 15px;
    font-size: 17px;
    margin-bottom: 10px;
}

.info .desc h2 {
    font-size: 17px;
    line-height: 17px;
    color: #d13d73;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.info .aboutCompany {
    font-size: 17px;
    margin-bottom: 10px;
}

.info .aboutCompany dd + dd {
    margin-top: 3px;
}

.info .aboutCompany dd.adres {
   
}

.info .aboutCompany dd.adres:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}

.info .aboutCompany dd.phone {
    font-size: 0;
    margin-top: 8px;
}

.info .aboutCompany dd.phone p {
    display: inline-block;
    font-size: 15px;
    
    margin-right: 17px;
}

.info .aboutCompany dd.phone p a:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -17px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 1px;
}

.info .aboutCompany dd.url:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -32px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.info .aboutCompany dd.social:before {
    content: '';
    background-image: url("../images/social.png");
   
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.info .aboutCompany dd.mail a{margin-right:10px;}
.info .aboutCompany dd.mail a:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -46px;
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.info .aboutCompany dd.time {
    position: relative;
    padding-left: 20px;
}

.info .aboutCompany dd.time:before {
    content: '';
    background-image: url("../images/ikonki.png");
    background-position: 0 -58px;
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    top: 9px;
    left: 0;
}

.info .item {
    float: left;
    width: 100%;
    font-size: 14px;
}
.info .newitem {
    float: left;
    width: 50%;
    margin-bottom:20px;
    
}
.info .item ul{
    list-style: none;
    padding-left: 15px;
}
.info .item ul li{
    position:relative;
    padding-left: 5px;
}
.info .item ul li:before{
    content: ' ';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d13d73;
    position: absolute;
    left: -5px;
    top: 6px;
    font-size: 20px;
}

.info .item h3 {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #d13d73;
    margin-bottom: 5px;
}

.info .item li {
    display: block;
}

.info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 9px;
    height: 9px;
    background-image: url("../images/close.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.info .close:hover {
    background-position: 0 -9px;
}

@media (max-width: 1025px) {
    #header {
        padding: 1.2vw 0;
        /*position: absolute;*/
    }
    #header .logo {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 1.9vw;
        float: left;
        width: auto;
        padding-bottom: 1.7vw;
    }
    #header .logo img {
        width: 13.7vw;
        height: auto;
        display: block;
    }
    #header .myform {
        margin-left: 0vw;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding: 2.3vw 0vw;
        text-align: center;
        font-size: 0;
    }
    #header .myform > div {
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }
    #header .myform .box {
        width: 17vw;
    }
    #header .myform .box2 {
        width: 26vw;
    }
    #header .myform .box3 {
        width: 38vw;
    }
    #header .myform .box5 {
        display: inline-block;
        color: #d13d73;
        font-size: 4vw;
        line-height: 4vw;
        margin-right: 1.9vw;
        cursor: pointer;
    }
    #header .myform input[type=text] {
        height: 4.5vw;
        padding: 0 1.4vw;
        font-size: 1.7vw;
        line-height: 1.7vw;
    }
    #header .myform input[type=submit] {
        height: 4.5vw;
        width: 8.1vw;
        font-size: 1.7vw;
        line-height: 1.7vw;
    }
    #header .myform .jq-selectbox__select {
        height: 4.5vw;
        padding: 0.3vw 2.9vw 0 1.4vw;
        font-size: 1.7vw;
        line-height: 3.7vw;
    }
    #header .myform .jq-selectbox__dropdown {
        font-size: 1.7vw;
    }
    #header .blockRight {
        float: right;
        font-size: 1.2vw;
        margin-right: 1.9vw;
    }
    #header .phone {
        margin-top: 1vw;
        line-height: 2.2vw;
        font-size: 2.2vw;
    }
    #header .mail {
        margin: 0 8.3vw;
    }
    #header .mail a {
        font-size: 1.7vw;
    }
    #header .social {
        margin-top: 1vw;
    }
    #header .social a {
        width: 3.2vw;
        height: 3.2vw;
        font-size: 1.8vw;
        padding-top: 4px;
    }
    .colLeft {
        display: none;
        z-index: 15;
    }
    .colLeft .wrap {
        padding-top: 19.5vw;
    }
    #map {
        padding-top: 19.5vw;
        padding-left: 0px;
    }
    /*  .info {
        margin-left: -222px;
      }*/
    .active .colLeft {
        display: block;
    }
    .closeLeft {
        display: none;
    }
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 200px;
    font-family: 'HelveticaNeueW47LtCn'
}
.ui-autocomplete .ui-menu-item{
    font-family: 'HelveticaNeueW47LtCn';
    font-size: 18px;
}
@media (max-width: 769px) {
    #header {
        padding: 1.2vw 0;
    }
    #header .logo {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 1.9vw;
        float: left;
        width: auto;
        padding-bottom: 1.7vw;
    }
    #header .logo img {
        width: 14.3vw;
    }
    #header .myform {
        margin-left: 0vw;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding: 2.3vw 0vw;
        text-align: center;
        font-size: 0;
    }
    #header .myform > div {
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }
    #header .myform .box {
        width: 17vw;
    }
    #header .myform .box2 {
        width: 26vw;
    }
    #header .myform .box3 {
        width: 38vw;
    }
    #header .myform .box5 {
        display: inline-block;
        color: #d13d73;
        font-size: 4vw;
        line-height: 4vw;
        margin-right: 1.9vw;
        cursor: pointer;
    }
    #header .myform input[type=text] {
        height: 4.9vw;
        padding: 0 1.4vw;
        font-size: 2vw;
        line-height: 2vw;
    }
    #header .myform input[type=submit] {
        height: 4.9vw;
        width: 8.1vw;
        font-size: 2vw;
        line-height: 2vw;
    }
    #header .myform .jq-selectbox__select {
        height: 4.9vw;
        padding: 0.4vw 2.9vw 0 1.4vw;
        font-size: 2vw;
        line-height: 3.7vw;
    }
    #header .myform .jq-selectbox__dropdown {
        font-size: 1.7vw;
    }
    #header .blockRight {
        font-size: 1.2vw;
        margin-right: 1.9vw;
    }
    #header .phone {
        line-height: 2.6vw;
        font-size: 2.6vw;
    }
    #header .mail {
        margin: 0 6.1vw;
    }
    #header .mail a {
        font-size: 2vw;
    }
    #header .social li + li {
        margin-left: 0.5vw;
    }
    #header .social a {
        width: 4.1vw;
        height: 4.1vw;
        font-size: 2.3vw;
        padding-top: 5px;
    }
    #map {
        padding-left: 0px;
        background-color: #ddd;
        padding-top: 20.2vw;
    }
    /*  .info {
        margin-left: -222px;
      }*/
    .colLeft {
        display: none;
    }
    .colLeft .wrap {
        padding-top: 20.2vw;
    }

}

@media (max-width: 641px) {
    #header {
        padding: 1.2vw 0;
    }
    #header .logo {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 1.9vw;
        float: left;
        width: auto;
        padding-bottom: 1.7vw;
    }
    #header .logo img {
        width: 21vw;
    }
    #header .myform {
        margin-left: 0vw;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding: 2.3vw 0vw 0vw 0vw;
        text-align: center;
        font-size: 0;
    }
    #header .myform > div {
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }
    #header .myform .box {
        width: 27vw;
        margin-bottom: 1.4vw;
    }
    #header .myform .box2 {
        width: 66.4vw;
        border-right: 1px solid #e1e1e1;
        margin-bottom: 1.4vw;
    }
    #header .myform .box3 {
        width: 81vw;
        margin-bottom: 1.4vw;
    }
    #header .myform .box5 {
        display: inline-block;
        color: #d13d73;
        font-size: 4vw;
        line-height: 4vw;
        margin-right: 1.9vw;
        cursor: pointer;
        display: none;
    }
    #header .myform .box6 {
        display: inline-block;
        color: #d13d73;
        font-size: 4vw;
        line-height: 4vw;
        margin: 0 1.9vw;
        display: block;
        text-align: center;
        border-top: 1px solid #e1e1e1;
        padding-top: 7px;
    }
    #header .myform .box6 i {
        cursor: pointer;
    }
    #header .myform input[type=text] {
        height: 5.9vw;
        padding: 0 1.4vw;
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    #header .myform input[type=submit] {
        height: 5.9vw;
        width: 12.7vw;
        font-size: 2.5vw;
        line-height: 2.5vw;
        margin-bottom: 1.4vw;
    }
    #header .myform .jq-selectbox__select {
        height: 5.9vw;
        padding: 1.6vw 2.9vw 0 1.4vw;
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
    #header .myform .jq-selectbox__dropdown {
        font-size: 2.5vw;
    }
    #header .blockRight {
        font-size: 1.2vw;
        margin-right: 1.9vw;
        margin-top: 0.7vw;
    }
    #header .phone {
        line-height: 3.5vw;
        font-size: 3.5vw;
    }
    #header .mail {
        margin: 0 5.1vw;
    }
    #header .mail a {
        font-size: 2vw;
        text-indent: -3900px;
        width: 29px;
        height: 20px;
        background-image: url("../images/mail.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
    }
    #header .social {
        margin-top: 1.9vw;
    }
    #header .social a {
        width: 5.1vw;
        height: 5.1vw;
        font-size: 2.8vw;
        padding-top: 3px;
    }
    .colLeft .wrap {
        padding-top: 36vw;
    }
    #map {
        padding-top: 36vw;
    }
}

@media (max-width: 500px) {
    #header {
        padding: 10px 0 0 0;
    }
    #header .logo {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 20px;
        float: left;
        width: auto;
        padding-bottom: 8px;
    }
    #header .logo img {
        width: 75px;
    }
    #header .myform {
        margin-left: 0vw;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding: 10px;
        text-align: center;
        font-size: 0;
    }
    #header .myform > div {
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }
    #header .myform .box {
        width: 30%;
        margin-bottom: 9px;
    }
    #header .myform .box2 {
        width: 70%;
        border-right: 1px solid #e1e1e1;
        margin-bottom: 9px;
    }
    #header .myform .box3 {
        width: 70%;
        margin-bottom: 9px;
    }
    #header .myform .box4 {
        width: 30%;
    }
    #header .myform .box5 {
        display: none;
    }
    #header .myform .box6 {
        margin: 0 0px;
    }
    #header .myform .box6 i.fa {
        font-size: 30px !important;
    }
    #header .myform input[type=text] {
        height: 38px;
        padding: 0 11px;
        font-size: 16px;
        line-height: 16px;
    }
    #header .myform input[type=submit] {
        height: 38px;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }
    #header .myform .jq-selectbox__select {
        height: 38px;
        padding: 10px 2.9vw 0 11px;
        font-size: 16px;
        line-height: 16px;
    }
    #header .myform .jq-selectbox__dropdown {
        font-size: 16px;
    }
    #header .blockRight {
        font-size: 1.2vw;
        margin-right: 20px;
        margin-top: 3px;
    }
    #header .phone {
        line-height: 12px;
        font-size: 12px;
    }
    #header .mail {
        margin: 0 9.5vw;
    }
    #header .mail a {
        font-size: 2vw;
        width: 26px;
        height: 18px;
        background-size: contain;
    }
    #header .social {
        margin-top: 3px;
    }
    #header .social li + li {
        margin-left: 1vw;
    }
    #header .social a {
        width: 25px;
        height: 25px;
        font-size: 15px;
        padding-top: 3px;
    }
    .colLeft .wrap {
        padding-top: 205px;
    }
    #map {
        padding-top: 205px;
    }
    .info{
         width: 280px;
    }
    .popover{
            width: 280px;
    }
}

@media (max-width: 460px) {
    #header {
        padding: 10px 0 0 0;
    }
    #header .logo {
        text-align: center;
        margin-left: 0px;
        width: 100%;
    }
    #header .logo img {
        display: inline-block;
    }
    #header .myform {
        margin-left: 0vw;
        float: left;
        width: 100%;
        border-top: 1px solid #e1e1e1;
        padding: 10px;
        text-align: center;
        font-size: 0;
    }
    #header .myform > div {
        display: inline-block;
        vertical-align: middle;
        float: none;
        text-align: left;
    }
    #header .myform .box {
        width: 30%;
        margin-bottom: 9px;
    }
    #header .myform .box2 {
        width: 70%;
        border-right: 1px solid #e1e1e1;
        margin-bottom: 9px;
    }
    #header .myform .box3 {
        width: 70%;
        margin-bottom: 9px;
    }
    #header .myform .box4 {
        width: 30%;
    }
    #header .myform input[type=submit] {
        height: 38px;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
    }
    #header .myform .jq-selectbox__select {
        height: 38px;
        padding: 10px 2.9vw 0 11px;
        font-size: 16px;
        line-height: 16px;
    }
    #header .myform .jq-selectbox__dropdown {
        font-size: 16px;
    }
    #header .blockRight {
        font-size: 0;
        margin-right: 0px;
        margin-top: 3px;
        float: left;
        width: 100%;
        padding: 0 10px;
    }
    #header .phone {
        line-height: 12px;
        font-size: 12px;
        width: 35%;
        margin-bottom: 10px;
    }
    #header .mail {
        text-align: center;
        margin: 0;
        width: 30%;
        margin-bottom: 10px;
    }
    #header .mail a {
        font-size: 2vw;
        width: 26px;
        height: 18px;
        background-size: contain;
    }
    #header .social {
        width: 35%;
        margin-top: 3px;
        margin-bottom: 10px;
        text-align: right;
    }
    #header .social li + li {
        margin-left: 1vw;
    }
    #header .social a {
        width: 25px;
        height: 25px;
        font-size: 15px;
        padding-top: 3px;
    }
    .colLeft .wrap {
        padding-top: 255px;
    }
    #map {
        padding-top: 255px;
    }
/*    .info {
         width: auto; 
        left: 10px;
        right: 10px;
        margin-left: 0;
    }*/
}
