.contacts-section {
    position: relative;
    /*margin-top: -21px;*/
    /*height: 625px;*/
    /*overflow: hidden;*/
}

.contacts-section .contacts-wrap {
    /*padding: 40px;*/
    width: 100%;
}

.contacts-section .footer-logo {
    position: absolute;
    top: -50px;
    left: 50px;
    z-index: 1;
}

.contacts-section .contact-hidden-tabs-content {
    display: none;
}

.contacts-section .contact-tabs-content, .contacts-section .contact-hidden-tabs-content {
    /*margin-top: 15px;*/
}

.contacts-section .contact-tabs-content .tab-content, .contacts-section .contact-hidden-tabs-content .tab-content {
    display: none;
    overflow: hidden;
}

.contacts-section .contact-tabs-content .tab-content .content-tab-wrap:not(:first-child), .contacts-section .contact-hidden-tabs-content .tab-content .content-tab-wrap:not(:first-child) {
    display: none;
}

.contacts-section .contact-tabs-content .tab-content:first-child, .contacts-section .contact-hidden-tabs-content .tab-content:first-child {
    display: block;
}

.contacts-section .contact-tabs-content .contact-type, .contacts-section .contact-hidden-tabs-content .contact-type {
    margin-bottom: 15px;
    min-height: 42px;
}

.contacts-section .contact-tabs-content .address-text, .contacts-section .contact-hidden-tabs-content .address-text {
    display: inline-block;
    vertical-align: top;
    /*width: 440px;*/
    /*max-height: 100px;*/
    /*overflow: hidden;*/
}

.contacts-section .contact-tabs-content .address-text b, .contacts-section .contact-hidden-tabs-content .address-text b {
    display: block;
    font-weight: bold;
    color: #000;
}

.contacts-section .contact-tabs-content .address-text span, .contacts-section .contact-hidden-tabs-content .address-text span {
    color: #000;
}

.contacts-section .contact-tabs-content .contact-icon, .contacts-section .contact-hidden-tabs-content .contact-icon {
    vertical-align: top;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #773dbd;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    line-height: 25px;
    position: absolute;
}

.contacts-section .contact-tabs-content .contact-icon .fa, .contacts-section .contact-hidden-tabs-content .contact-icon .fa {
    color: #fff;
    font-size: 15px;
    padding: 12px;
}

.contacts-section .contacts-btns .feedback, .contacts-section .contacts-btns .callback {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.contacts-section .contacts-btns .feedback {
    margin-right: 90px;
}

.contacts-section .contacts-btns .feedback span {
    color: #93CC6A;
}

.contacts-section .contacts-btns .callback span {
    color: #71C1F1;
}

.contacts-section .contacts-btns .icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.contacts-section .contacts-btns .icon .fa {
    color: #fff;
    font-size: 34px;
}

.contacts-section .title {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    margin-right: 50px;
}

.contacts-section .contact-tabs {
    display: inline-block;
    vertical-align: top;
}

.contacts-section .contact-tabs li {
    display: inline-block;
    margin-right: 40px;
}

.contacts-section .contact-tabs li a {
    position: relative;
}

.contacts-section .contact-tabs li a:after {
    position: absolute;
    content: "";
    top: -35px;
    left: 0;
    right: 0;
    height: 65px;
}

.contacts-section .contact-tabs li:last-child {
    margin-right: 0;
}

.contacts-section .contact-tabs li.active .group span {
    color: #000;
}

.contacts-section .contact-tabs li.active a {
    color: #fff;
}

.contacts-section .contact-tabs li.active a:before {
    height: 80px;
    z-index: -1;
}

.contacts-section .contact-tabs li.active a span {
    z-index: 20;
    color: #fff;
}

.contacts-section .contact-tabs li a {
    padding: 10px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}

.contacts-section .contact-tabs li a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -44px;
    height: 14px;
    z-index: -1;
}

.contacts-section .contact-tabs li a.group span {
    font-size: 24px;
    color: #000;
}

.contacts-section .contact-tabs li a.group:hover span {
    color: #000;
}

.contacts-section .contact-tabs li a.agro {
    color: #93CC6A;
}

.contacts-section .contact-tabs li a.agro::before {
    background: #93CC6A;
}

.contacts-section .contact-tabs li a.product {
    color: #F25CA4;
}

.contacts-section .contact-tabs li a.product::before {
    background: #F25CA4;
}

.contacts-section .contact-tabs li a.market {
    color: #71C1F1;
}

.contacts-section .contact-tabs li a.market::before {
    background: #71C1F1;
}

.contacts-section #map_canvas {
    height: 625px;
    /*    width: 2000px;
        position: absolute;
        top: 0;*/
}

.contacts-section #map_canvas .gmnoprint {
    bottom: 136px;
    left: 0;
}

.contacts-section #map_canvas .gmnoprint div:nth-child(2) {
    display: none;
}

.contacts-section #map_canvas .gmnoprint.gm-style-cc, .contacts-section #map_canvas .gm-style-cc {
    bottom: -15px !important;
}

.coordinates {
    display: none;
}

.validation-messages {
    display: none;
}

.nice-select.region-filter {
    border: none;
    box-shadow: none;
    padding: 0;
}

@media (max-width: 340px) {
    .contacts-section .contact-tabs li a {
        padding: 4px;
    }
}

.contacts-section .contact-tabs-content .address-text, .contacts-section .contact-hidden-tabs-content .address-text {
    font-style: normal;
    padding-left: 55px;
}

.optgroup {
    font-weight: bold;
    padding: 10px 0;
    font-size: 16px;
}