.main {
    width: 1180px;
    margin: 30px auto 0 auto
}

.company-title-wrap {
    width: 1180px;
    margin: 30px auto;
    display: flex;
    justify-content: center
}

.company-title-wrap h1 {
    margin: 0
}

.company-title-wrap h2 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

h1 {
    margin: 30px auto;
    width: fit-content;
    width: -moz-fit-content;
}

.menu-wrap {
    width: 1180px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: sticky;
    top: 0;
    z-index: 1000
}

.menu-li {
    display: flex;
    justify-content: center;
    width: 143px;
    height: 34px;
    background: #ECF1F6;
    box-sizing: border-box;
    border-radius: 2px
}

.banner-wrap {
    width: 100%;
    position: sticky;
    top: 40px
}

.banner-wrap img {
    width: 100%
}

.menu-li:hover {
    border: 1px solid #2B5FAE;
    cursor: pointer
}

.menu-li.active {
    background: #2B5FAE
}

.menu-li.active .svg-menu path {
    fill: white
}

.menu-li.active h4 {
    color: white
}

.svg-menu {
    margin-right: 5px
}

.menu-li h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px
}

.svg-menu, .menu-li h4 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.a-back {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #2A2A2A
}

.custom-select.open .arrow-svg {
    transform: rotate(180deg)
}

.directory-top-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #2A2A2A;
    margin-right: 8px
}

.custom-select {
    position: relative;
    margin-right: 20px
}

select {
    width: 180px;
    height: 37px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    appearance: none;
    padding-left: 10px;
    cursor: pointer
}

.arrow-svg {
    position: absolute;
    top: 8px;
    right: 8px
}

select::-ms-expand {
    display: none
}

.directory-top {
    display: flex;
    margin: 0 0 20px
}

.alphabet {
    position: relative;
    display: flex;
    text-align: center
}

.show-600 {
    display: none
}

.alphabet .letter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 30px;
    background: white;
    border-radius: 2px;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer
}

.alphabet .letter:hover {
    border: 1px solid #2B5FAE;
    color: #2B5FAE
}

.alphabet .letter.active {
    background: #2B5FAE;
    color: white
}

.alphabet .letter.ru {
    color: #6A6A6A
}

.alphabet-wrap .grey-separator {
    width: 100%;
    height: 1px;
    margin-top: 6px;
    background: #E6E6E6
}

form.search {
    position: relative;
    width: 280px;
    margin-left: 21px
}

form.search input, form.search button {
    border: none;
    outline: none;
    border-radius: 3px
}

.qna-section__about-wrapper {
    height: fit-content;
    height: -moz-fit-content;
}

.qna-section__about-wrapper::after {
    display: none
}

form.search input {
    width: 100%;
    height: 37px;
    border: 1px solid #E6E6E6;
    padding-left: 15px
}

form.search button {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: none;
    cursor: pointer
}

form.search button.hide:before {
    display: none
}

form.search button:before {
    display: block;
    content: " ";
    background: url("../img/search.svg");
    background-size: 20px 20px;
    height: 20px;
    width: 20px
}

.directory-main {
    display: flex;
    padding-bottom: 30px
}

.cards-wrap {
    width: 880px;
    height: fit-content;
    height: -moz-fit-content;
}

.tags-wrap {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.letter-companies {
    position: absolute;
    bottom: -200px;
    height: 200px;
    width: 200px;
    background: #FFFFFF;
    border: 1px solid #2B5FAE;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    z-index: 100;
    overflow-y: scroll;
    color: black;
    display: none;
}

.letter-companies::-webkit-scrollbar {
    width: 4px;
}

.letter-companies::-webkit-scrollbar-track {
    border-radius: 10px;
}

.letter-companies::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2B5FAE;
}

.letter-company {
    width: 100%;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    padding-left: 15px;
    border-bottom: 1px solid #E6E6E6;
    text-align: start;
}

.tag-block {
    margin-right: 5px;
    padding: 4px 10px;
    background: #F0F0F0;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #2A2A2A;
    margin-bottom: 5px
}

.content-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
    padding: 10px 30px;
}

.content-wrap.grey {
    background: #ECF1F6;
}

.input-search:focus {
    border: 1px solid #2B5FAE
}

.policy-wrap {
    width: 100%;
    height: 85px;
    margin-top: 20px;
    background: #ECF1F6;
    border-radius: 5px;
    display: flex;
    justify-content: space-between
}

.leaders-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 10px -10px 0 -10px;
    height: 360px;
    overflow: hidden;
}

.leader {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    height: 360px
}

.leader img {
    width: 100%;
    border-radius: 5px;
    pointer-events: all;
    position: relative;
    top: 5px;
}

.leader h3, .contacts h3 {
    font-size: 16px
}

.address-block, .phone-block, .email-block, .site-block {
    width: calc(50% - 5px);
    margin-bottom: 20px;
    margin-right: 5px;
    display: flex
}

.address-text a {
    color: #2B5FAE;
    cursor: pointer
}

.awards-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0 -10px;
    height: 250px;
    overflow: hidden;
}

.btn-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px
}

.btn-wrap .btn-more {
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 13px;
    color: #2B5FAE;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}

.btn-wrap .btn-more::after {
    content: "";
    border-bottom: 2px dashed #2b5fae;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
}

.btn-wrap .btn-more:hover::after {
    border-bottom: none;
}

.btn-hide {
    display: none;
}

.h-fit-content {
    height: fit-content;
    max-height: fit-content;
    height: -moz-fit-content;
    max-height: -moz-fit-content;
}

.award-block {
    width: calc(25% - 20px);
    margin: 20px 10px;
    position: relative;
    cursor: pointer
}

.award-block img {
    width: 100%;
    height: 145px;
    object-fit: contain;
}

.award-block p {
    margin-top: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #9E9E9E
}

.img-award-wrap {
    position: relative
}

.leader p, .contacts p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #9E9E9E
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.contacts-svg-block {
    margin-right: 20px
}

.policy-wrap:hover {
    background: white;
    box-shadow: 0px 0px 15px rgba(64, 86, 105, 0.18);
    border: 1px solid #2B5FAE
}

.policy-wrap:hover .price-block {
    color: #35A744
}

.policy-wrap .btn-block .btn-details:hover {
    border: 1px solid #2B5FAE
}

.policy-wrap .info-block {
    width: fit-content;
    width: -moz-fit-content;
}

.policy-wrap .svg-block {
    margin: 0
}

.policy-wrap .policy-type-block, .policy-wrap .info-block, .policy-wrap .registration-block, .policy-wrap .price-block, .policy-wrap .btn-block {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0
}

.policy-wrap .btn-block {
    width: fit-content;
    width: -moz-fit-content;
    margin-right: 30px
}

.buy-corporate-policies {
    margin-top: 25px
}

.corporate-policy-wrap {
    height: fit-content;
    height: -moz-fit-content;
    padding: 20px 0
}

.corporate-policy-wrap .svg-block {
    width: 70px
}

.corporate-policy-wrap .policy-type-block {
    width: 290px
}

.corporate-policy-wrap .list-block-1, .corporate-policy-wrap .list-block-2 {
    justify-content: start;
    font-size: 13px;
    width: 260px;
    margin: 0 20px
}

.corporate-policy-wrap .list-block-1 li::marker, .corporate-policy-wrap .list-block-2 li::marker {
    color: #2B5FAE
}

.corporate-policy-wrap .list-block-1 li, .corporate-policy-wrap .list-block-2 li {
    line-height: 25px
}

.opacity {
    opacity: 1 !important
}

.policy-wrap .btn-block .btn-details {
    height: fit-content;
    height: -moz-fit-content;
    width: 130px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
    color: black;
}

.svg-block {
    background: none;
    width: 100px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.svg-block svg {
    margin: 0 auto
}

.policy-wrap .title {
    font-size: 13px;
    line-height: 18px;
    color: #6A6A6A
}

.policy-wrap .description {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px
}

.card {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 30px
}

.card .name {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #2A2A2A;
    width: calc(100% - 240px);
    padding-left: 30px;
    margin: auto 0;
}

.card:hover {
    background: #ECF1F6;
    border-radius: 5px
}

.card:hover .tag-block {
    background: white
}

.card:hover .directory-slider-block, .card:hover .policy-wrap {
    background: white
}

.right-block {
    width: 280px;
    margin-left: 20px
}

.logo-rating-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.company-menu-wrap .menu-li:last-child {
    pointer-events: none;
    opacity: 0.4;
    cursor: no-drop;
}

.img-leader-wrap {
    height: fit-content;
    height: -moz-fit-content;
    width: 100%;
    background-image: url(../img/no-img.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    pointer-events: none;
    min-height: 248px;
}

.card:hover .img-leader-wrap {
    background-image: url(../img/no-img-white.svg);
}

.logo-rating-wrap .img-wrap {
    width: 95px;
    margin: 0 auto;
    text-align: center
}

.logo-rating-wrap .img-wrap img {
    width: auto;
    height: auto;
    max-width: 95px;
    max-height: 55px;
    object-fit: cover
}

.reviews-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.reviews-wrap p {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 5px
}

.btn-block {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.emotion-wrap {
    display: flex
}

.emotion {
    display: flex;
    margin: 0 7px
}

.emotion.inactive {
    opacity: 0.2
}

.emotion svg {
    margin: 2px 3px 0 0
}

.emotion p {
    color: #6A6A6A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0
}

.stars-wrap {
    width: 95px;
    display: flex;
    justify-content: space-between
}

.btn-details {
    height: fit-content;
    height: -moz-fit-content;
    width: 134px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(92.77deg, #4A88FF 0%, #4A5CFF 100%);
    box-shadow: 0px 5px 25px rgba(68, 128, 243, 0.5);
    border-radius: 5px;
    border: none;
    color: white;
}

.input-search-btn.hide {
    display: none;
}

.btn-details:hover {
    background: #2B5FAE !important;
    border: 1px solid #2B5FAE;
    color: white
}

.directory-slider-wrap {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 460px;
    overflow: hidden
}

.directory-slider-block {
    background: #ECF1F6;
    display: flex;
    width: 100%;
    height: 100px;
    margin-top: 15px;
    padding: 5px;
    border-radius: 5px
}

.slider-img-block {
    width: 216px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden
}

.slider-img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.slider-text-block {
    width: 100%;
    height: 100%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.slider-text-block p {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2A2A2A;
    overflow: hidden
}

.slider-text-block .data {
    font-size: 13px;
    line-height: 26px;
    color: #6A6A6A
}

.directory-slider-block:hover {
    cursor: pointer;
    background: white
}

.directory-slider-block:hover img {
    transform: scale(1.3)
}

.directory-slider-block:hover .slider-text-block p {
    color: #2b5fae
}

.directory-slider-block:hover .slider-text-block .data {
    color: #6A6A6A
}

.insurance-wrap {
    width: 100px;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.rating-wrap {
    width: 100%;
    padding: 15px 20px;
    background: #F0F0F0
}

.insurance-wrap p {
    font-weight: normal;
    font-size: 13px;
    line-height: 160%
}

.city-block {
    width: 160px;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #2A2A2A;
    margin-bottom: 5px;
    margin-right: 10px
}

.city-block .count {
    color: #7c7c7c;
    margin-left: 5px
}

.city-block:hover {
    text-decoration: underline
}

.pt-45 {
    padding-top: 45px
}

.qna-section__about {
    max-width: 100%;
    background: white;
    padding: 20px 50px
}

.section.leaders-section .container {
    max-width: 100%;
    padding: 0
}

.qna-section__about-wrapper {
    max-width: 1180px;
    margin: 0 auto
}

.leaders-section__inner {
    padding-top: 30px;
    max-width: 1180px
}

.section__title {
    text-align: start;
    margin-bottom: 30px
}

.leaders-section__tabs-company {
    width: 20%
}

.regions-company {
    width: 100%;
    padding: 15px 15px 21px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px
}

.regions-company h5 {
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px
}

.a-back-wrap {
    width: 1180px;
    margin: 20px auto 0 auto
}

.city-page .a-back-wrap {
    position: absolute;
    top: 10px;
    left: 28px;
    width: fit-content;
    width: -moz-fit-content;
}

.map-wrap {
    position: relative;
    width: 1120px;
    padding: 20px 0;
    margin: 0 auto
}

.map-table-col-4 svg {
    cursor: pointer
}

.map-block {
    width: 100%;
    height: 300px;
    border: 1px solid black
}

table, th, td {
    border-collapse: collapse
}

.map-table {
    margin-top: 20px;
    width: 100%
}

.map-table table {
    width: 100%
}

.map-table table th {
    background: #377CBD;
    color: #FFFFFF;
    text-align: start;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px
}

th.map-table-col-1 {
    border-radius: 5px 0 0 0
}

th.map-table-col-2 {
    border-radius: 0 5px 0 0
}

th.map-table-col-2, th.map-table-col-3, th.map-table-col-4 {
    box-shadow: -1px 0px 0px 0px #1F66A9
}

td.map-table-col-4 {
    box-shadow: 0px 0px -1px 0px #1F66A9
}

.map-table-col-1, .map-table-col-2 {
    width: 50%;
    padding: 10px
}

td {
    border: 0.5px solid #E6E6E6;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    padding: 20px 0;
    color: #616161
}

.regions-company.show-1080 {
    display: none
}

h1 a {
    color: #2B5FAE;
    cursor: pointer
}

@media screen and (max-width: 1180px) {
    .contacts {
        flex-wrap: wrap
    }

    .company-title-wrap {
        width: calc(100% - 40px);
        margin: 20px auto
    }

    .right-block.hide-1080 {
        display: flex;
    }

    .regions-company.show-1080 {
        display: block
    }

    .section.leaders-section.slider {
        display: none
    }

    .content-wrap {
        flex-wrap: wrap
    }

    .a-back-wrap {
        width: calc(100% - 40px);
        margin-top: 10px
    }

    .city-page .a-back-wrap {
        width: 100%;
        position: relative;
        top: 0px;
        left: 0px;
    }


    .right-block {
        width: 100%;
        margin-left: 0
    }

    .banner-wrap {
        display: none
    }

    .main {
        width: calc(100% - 40px);
        margin-top: 15px
    }

    h1 {
        margin: 20px auto
    }

    .menu-wrap {
        width: calc(100% - 40px);
        flex-wrap: wrap;
        position: relative;
        top: 0
    }

    .menu-li {
        width: calc(25% - 7.5px);
        margin-bottom: 10px
    }

    .alphabet .letter.ru {
        display: none
    }

    form.search {
        width: 100%;
        max-width: 100%
    }

    .directory-main {
        flex-direction: column
    }

    .cards-wrap {
        width: 100%;
        margin-top: 0
    }

    .regions-company {
        width: 100%;
        margin-left: 0
    }

    .city-block {
        display: inline-block;
        width: calc(25% - 7.5px)
    }
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 600px) {
    .leader {
        width: calc(50% - 20px)
    }

    .content-wrap {
        margin: 0;
    }

    .logo-rating-wrap .img-wrap {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .stars-wrap, .logo-rating-wrap .img-wrap img {
        width: 100%;
        max-width: 100%;
        object-fit: contain;
        height: 100%;
    }

    .award-block {
        width: calc(50% - 20px)
    }

    .site-block {
        width: calc(50% - 5px);
        margin-bottom: 20px;
        margin-right: 5px
    }

    .directory-slider-wrap {
        flex-direction: row
    }

    .slider-text-block p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 66px
    }

    .slider-text-block .data {
        height: fit-content;
        height: -moz-fit-content;
    }

    .directory-slider-block {
        width: 49%;
        flex-direction: column;
        height: fit-content;
        height: -moz-max-content;
    }

    .slider-img-block {
        width: 100%;
        height: auto;
        min-height: 90px;
    }

    .slider-text-block {
        margin-left: 0
    }

    .policy-wrap .policy-type-block, .policy-wrap .info-block, .policy-wrap .registration-block, .policy-wrap .price-block {
        width: 40%;
        margin-bottom: 10px
    }

    .policy-wrap .registration-block {
        margin-left: 20%
    }

    .policy-wrap .btn-block {
        width: 100%;
        margin-right: 0;
        margin-top: 15px
    }

    .policy-wrap .btn-block .btn-details {
        width: 100%;
        text-align: center
    }

    .policy-wrap {
        flex-wrap: wrap;
        height: fit-content;
        height: -moz-fit-content;
        padding: 15px
    }

    .policy-wrap .svg-block {
        width: 20%;
        justify-content: start
    }

    .company-title-wrap {
        margin: 15px auto
    }

    h1 {
        font-size: 20px;
        margin: 15px 20px
    }

    .menu-li {
        width: calc(50% - 7.5px)
    }

    .menu-wrap {
        margin-bottom: 0
    }

    .directory-top-text {
        display: none
    }

    .directory-top {
        flex-direction: column
    }

    .alphabet-wrap {
        display: none
    }

    .custom-select {
        margin-right: 0;
        margin-bottom: 10px
    }

    select {
        width: 100%
    }

    form.search {
        margin-left: 0;
        max-width: 100%
    }

    .city-block {
        width: fit-content;
        width: -moz-fit-content;
        margin-right: 10px
    }

    .card {
        flex-wrap: wrap;
        padding: 15px
    }

    .qna-section__about {
        padding: 20px
    }

    .card .logo-rating-wrap, .card .name {
        width: fit-content;
        width: -moz-fit-content;
        max-width: 35%;
        padding-bottom: 30px;
    }

    .card .name {
        justify-content: center;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-left: 10px;
        width: 100%;
        max-width: 65%;
        font-size: 12px;
    }

    .reviews-wrap {
        width: 50%;
        margin-left: 50%;
        margin-top: -20px
    }

    .emotion-wrap {
        width: fit-content;
        width: -moz-fit-content;
    }

    .emotion {
        margin-left: 0
    }

    .insurance-wrap {
        display: flex;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }

    .insurance-wrap p {
        margin-right: 10px
    }

    .reviews-wrap p {
        text-align: start
    }

    .btn-block {
        width: 100%;
        margin-top: 10px
    }

    .btn-details {
        width: 100%
    }

    .tag-block {
        padding: 4px 5px;
        margin-bottom: 5px
    }
}
