html {
    scroll-behavior: smooth;
}

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

body {
    background: #f4f5f7;
}

h2 {
    font-size: 25px;
}

.header-white {
    width: 100%;
    background: white;
    padding: 20px 0;
}

.header-wrap {
    width: 1120px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-wrap .company-rating:hover .rating-promp {
    display: block;
}

.company-rating {
    min-width: 125px;
    position: relative;
    text-align: center;
}

.company-title {
    margin-left: 25px;
    width: 100%;
}

.company-title h1 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
}

.company-title h2 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.tags-wrap {
    display: flex;
}

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

.rating-promp {
    display: none;
    position: absolute;
    width: 200px;
    height: fit-content;
    height: -moz-fit-content;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    bottom: calc(50% - 25px);
    left: calc(100% + 14px);
    text-align: center;
    padding: 10px;
    background: linear-gradient(180deg, #347ec0 35%, #2e90e6 100%);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    color: white;
    font-size: 13px;
}

.rating-promp::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #3186d2 transparent transparent;
    position: absolute;
    bottom: 22px;
    left: -14px;
    transform: rotate(90deg);
}

.tag-block.active {
    background: #2b5fae;
    color: white;
}

.directory-popup {
    display: none;
    position: fixed;
    z-index: 1500;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.directory-popup-back {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000000bf;
}

.anchor-wrap-sticky.w-1180 {
    left: calc((100% - 1180px) / 2);
}

.directory-popup-wrap {
    width: 800px;
    height: 500px;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 400px);
    border-radius: 5px;
    background: linear-gradient(300.25deg, #438aca 15.66%, #62a1ff 100%);
}

.directory-popup-content {
    width: 500px;
    margin: 35px auto;
}

.directory-popup-close-btn {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}

.directory-popup-close-btn:hover path {
    fill: red;
}

.close-btn-wrap svg:hover path {
    fill: red;
}

.directory-popup h1 {
    font-weight: 800;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 60px;
}

.popup-input-wrap {
    width: fit-content;
    width: -moz-fit-content;
    height: 265px;
    margin: 0 auto;
    padding: 5px;
    background: #ffffff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}

input::placeholder,
textarea::placeholder {
    color: #d4d4d4;
}

.popup-btn {
    width: 240px;
    height: 55px;
    background: linear-gradient(93.01deg, #e41919 0%, #ff4545 100%);
    box-shadow: 0px 6px 20px rgba(228, 61, 53, 0.3);
    border-radius: 60px;
    text-align: center;
    line-height: 55px;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    margin: 40px 15px;
}

.popup-btn:hover {
    background: white;
    color: #e41919;
    line-height: 53px;
    border: 1px solid #e41919;
}

.popup-input-wrap .input-block {
    margin: 15px 20px 0 20px;
}

.company-logo img {
    height: auto;
    object-fit: cover;
    position: relative;
    width: auto;
    max-width: 250px;
    max-height: 115px;
}

.anchor-wrap {
    width: calc(100% - 40px);
    max-width: 1120px;
    height: 50px;
    margin: 15px auto 0 auto;
    background: #ecf1f6;
    border-radius: 5px;
}

.anchor-wrap-sticky {
    display: none;
    z-index: 1500;
    position: fixed;
    left: calc((100% - 1120px) / 2);
    top: -15px;
    box-shadow: 0px 4px 15px #757575;
}

.reviews-button.reviews-button-sticky {
    height: 50px;
    width: calc(100% - 40px);
    display: none;
    position: fixed;
    top: calc(100% - 70px);
    z-index: 1499;
}

.anchor-wrap-sticky.show {
    display: block;
}

.anchor-string {
    position: relative;
    width: 1120px;
    display: flex;
    justify-content: space-around;
}

.anchor-logo-wrap {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 50px;
    padding: 5px 0;
    background: white;
    display: flex;
    border-radius: 5px;
    box-shadow: 0px 4px 15px #757575;
}

.anchor-logo-wrap img {
    height: auto;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
    padding: 5px;
    max-height: 50px;
}

.anchor-block {
    font-size: 13px;
    position: relative;
    line-height: 50px;
    text-decoration-line: underline;
    color: #2b5fae;
    display: flex;
}

.anchor-block.active {
    background: white;
    padding: 0 10px;
    border-radius: 5px;
}

.anchor-block.inactive {
    pointer-events: none;
    opacity: 0.5;
    color: #8aa8d4;
}

.finger-wrap svg {
    cursor: pointer;
}

.rating-solved-wrap {
    display: flex;
}

.reviews-wrap h5 {
    font-size: 16px;
}

.problem-solved-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-right: 15px;
}

.problem-solved-wrap.mob {
    display: none;
}

.reviews-wrap.w-1180,
.a-back-wrap.w-1180,
.header-wrap.w-1180 {
    width: 1180px;
}

.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;
}

.menu-li.tags {
    border-radius: 30px;
    margin-bottom: 15px;
}

.menu-li.tags.active {
    box-shadow: 0px 5px 10px rgb(64 86 105 / 25%);
    border: 1px solid #2b5fae;
}

.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;
}

.problem-solved-1 {
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    background: #35a744;
    border-radius: 60px;
    padding: 2px 10px;
    margin-bottom: 10px;
}

.problem-solved-1 p {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    white-space: nowrap;
}

.problem-solved-2 {
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
}

.anchor-block .count-review {
    margin: 15px 5px;
    text-decoration-line: underline;
    text-decoration-color: #d80027;
}

.anchor-block:hover {
    text-decoration-line: none;
    cursor: pointer;
}

.green-block {
    width: fit-content;
    width: -moz-fit-content;
    background: #90ce41;
    padding: 5px 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin-bottom: 10px;
}

.company-about .d-flex {
    margin-bottom: 10px;
}

.company-rating .assessment {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #2a2a2a;
}

.company-logo {
    width: fit-content;
    width: -moz-fit-content;
    height: 115px;
    max-width: 40%;
}

.company-rating h3 {
    font-size: 30px;
    line-height: 41px;
    color: #f9b50b;
}

.small-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #6a6a6a;
}

.stars-wrap {
    margin-bottom: 10px;
    justify-content: center;
}

.stars-wrap svg {
    margin-right: 4px;
}

.icon {
    margin-right: 10px;
    width: 16px;
}

.d-flex {
    display: flex;
}

.main-section-directory {
    width: 100%;
}

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

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

.wrapper {
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    background: white;
    margin-bottom: 15px;
}

.wrapper-2 {
    display: flex;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    margin-bottom: 15px;
    justify-content: space-between;
}

.left-wrap {
    width: calc(75% - 20px);
    justify-content: flex-end;
    display: flex;
    background: white;
}

.promp-review-wrap {
    width: 100%;
    padding: 0px 15px 20px;
    border-radius: 5px;
    background: #fef1d9;
    padding: 15px;
}

.promp-top-str {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #2a2a2a;
}

.promp-review-text {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 15px;
    color: #6a6a6a;
}

.promp-review-wrap .grey-separator {
    background: #eedbb8;
    margin-bottom: 10px;
}

.grey-separator.mob {
    display: none;
}

.svg-block {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: lightsalmon;
}

.svg-block svg {
    margin: 8px;
}

.info-wrap {
    padding: 20px 0;
    width: 1120px;
    height: 100%;
    margin: 0 auto;
}

.grey-separator {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

.column-left h4 {
    margin-bottom: 20px;
}

.gallery-text-wrap {
    display: flex;
    margin-top: 15px;
}

.padding {
    height: 20px;
    margin-top: 40px;
}

.gallery-wrap {
    height: 290px;
    width: 350px;
}

.text-wrap {
    width: 100%;
    font-size: 14px;
    line-height: 160%;
}

.text-wrap p {
    margin-bottom: 15px;
}

.text-wrap .link {
    height: 45px;
    width: 100%;
    text-align: end;
    cursor: pointer;
}

.text-wrap .link a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    text-decoration: underline;
    color: #2b5fae;
}

.tabs-company {
    width: 100%;
}

.padding2 {
    height: 20px;
    margin-top: 10px;
}

.tabs-company-nav {
    margin-top: 50px;
    display: flex;
}

.tabs-company-nav h4 {
    margin-right: 35px;
    color: #666a6f;
    cursor: pointer;
}

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

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

.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 {
    justify-content: start;
    font-size: 13px;
    width: 100%;
    margin: 0 20px;
}

.list-block-1 ul {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

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

.corporate-policy-wrap .list-block-1 li {
    line-height: 25px;
    text-indent: -1.5em;
    margin-right: 20px;
}

.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;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    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);
    color: white;
    border-radius: 5px;
}

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

.graph-wrap {
    margin-top: 45px;
}

.graph-wrap .tags-wrap {
    margin-top: 20px;
}

.graph-wrap .tag-block:hover {
    color: white;
    background: #2b5fae;
}

.graph-a-wrap {
    margin-top: 15px;
    display: flex;
}

.graph-a-wrap a {
    margin-right: 30px;
    font-size: 13px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #2a2a2a;
}

.graph-a-wrap a.active {
    color: #2b5fae;
}

.graph-a-wrap a:hover {
    color: black;
}

.graph {
    width: 100%;
    height: 500px;
    margin-top: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.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;
}

.relative {
    position: relative;
}

.reviews-wrapper {
    width: 100%;
}

.no-reviews-wrap {
    position: relative;
    height: 400px;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.no-reviews-wrap img {
    position: absolute;
    top: 15px;
}

.no-reviews {
    width: 100%;
    height: 300px;
    background: #ECF1F6;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-reviews p {
    width: 45%;
    position: relative;
    left: 50%;
}

.leaders-block {
    display: none;
    margin-top: 20px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.licenses-block {
    width: 100%;
    display: none;
    margin-top: 20px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.parthers-block {
    width: 100%;
    display: none;
    margin-top: 20px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.awards-block {
    flex-wrap: wrap;
    width: 100%;
    display: none;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.svg-title-wrap {
    display: flex;
}

.award-block {
    width: 170px;
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}

.award-block img {
    width: auto;
    max-height: 120px;
}

.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;
    text-align: center;
}

.img-award-wrap::before {
    content: "";
    background-image: url(../img/loop.png);
    background-size: 50px;
    position: absolute;
    right: 10px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.img-award-wrap:hover:before {
    opacity: 1;
}

.videos-block {
    width: 100%;
    display: none;
    margin-top: 20px;
    flex-wrap: wrap;
    opacity: 0;
    transition: opacity 0.5s;
}

.videos-block iframe {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.leader {
    width: 150px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    margin-bottom: 25px;
}

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

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

.img-leader-wrap {
    position: relative;
    width: 150px;
    height: 200px;
    margin-bottom: 10px;
    background-image: url("../img/no-img.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    pointer-events: none;
}

.img-leader-wrap::before {
    content: "";
    background-image: url(../img/loop.png);
    background-size: 50px;
    position: absolute;
    right: 7px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.img-leader-wrap:hover:before {
    opacity: 1;
}

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

.conference-block {
    display: none;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    flex-wrap: wrap;
}

.conference {
    display: flex;
    width: 50%;
    height: 50px;
    margin: 15px 0;
}

.conference-logo {
    width: 40px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.conference-logo img {
    width: inherit;
}

.conference-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2a2a2a;
}

.reviews-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background: white;
}

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

.reviews-button {
    background: #2b5fae;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 35px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(92.77deg, #4A88FF 0%, #4A5CFF 100%);
    box-shadow: 0px 5px 25px rgba(68, 128, 243, 0.5);
}

.add-review-wrap svg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.reviews-button:hover {
    background-color: #457bcd;
    -webkit-box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
    box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
}

.create-review:hover {
    background-color: #457bcd;
    -webkit-box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
    box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
}

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

.all-review-wrap {
    width: 280px;
    margin-left: 20px;
}

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

.financial-svg {
    width: fit-content;
    width: -moz-fit-content;
    margin: 20px auto;
}

.financial-blocks-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.financial-svg.premium-payout {
    margin-top: 32px;
}

.financial-block {
    width: 350px;
    height: 180px;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px 0;
}

.financial-block .title {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.btn-review-wrap {
    position: sticky;
    top: 65px;
    z-index: 100;
}

.all-review-btn {
    display: flex;
    justify-content: center;
    height: 40px;
    width: 100%;
    background: #f4f5f7;
    border: 1px solid #2b5fae;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

.all-review-btn:hover {
    -webkit-box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
    box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
}

.all-review-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #2b5fae;
}

.count-review {
    width: 20px;
    height: 20px;
    background: #d80027;
    border-radius: 50px;
    margin: 10px 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #ffffff;
}

.review-block {
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
}

.person-info-wrap {
    display: flex;
    position: relative;
}

.review-author {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.review-author .assessment {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #6a6a6a;
}

.avatar-block {
    width: 65px;
    height: 65px;
    margin-right: 10px;
    position: relative;
}

.avatar-block img {
    width: inherit;
    height: inherit;
}

.avatar {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
    border: 2px solid #e6e6e6;
    position: relative;
}

.facebook-svg {
    position: absolute;
    bottom: -3px;
    left: -5px;
    z-index: 10;
}

.cities-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

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

.logo-company-wrap {
    display: flex;
    margin: 0 10px;
    width: 100%;
}

.logo-company-wrap .img-logo,
.logo-company-wrap h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 5px !important;
}

.logo-company-wrap .img-logo {
    width: 90px;
    height: 90px;
}

.logo-company-wrap .img-logo img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

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

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

.fb_iframe_widget iframe,
.fb_iframe_widget_fluid span,
.fb_iframe_widget span {
    width: 180px !important;
}

.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: 1120px;
}

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

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: 360px;
    padding: 10px;
}

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

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

.map-table-col-1 {
    color: #2b5fae;
}

.map-table-col-3 {
    width: 265px;
    padding: 10px;
}

.map-table-col-4 {
    width: 115px;
    padding: 10px;
    text-align: center;
}

.review-score-text,
.good-review {
    margin-right: 10px;
    font-size: 13px;
    line-height: 24px;
}

.review-score {
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    background: #ecf1f6;
    border-radius: 5px;
    padding: 6px 13px;
}

.reviews-title-data {
    padding: 6px 13px;
    background: #f0f0f0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    height: fit-content;
    height: -moz-fit-content;
    width: fit-content;
    width: -moz-fit-content;
}

.add-review-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 280px;
    height: 157px;
    position: relative;
    margin: 15px 0;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 6px #808080;
    border-radius: 5px;
}

.add-review-wrap .add-review-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2a2a2a;
}

.add-review-wrap .add-review-text {
    font-weight: normal;
    font-size: 13px;
    line-height: 145%;
    color: #6a6a6a;
}

.review-wrap {
    display: flex;
    margin-left: 7px;
    margin-top: 20px;
}

.review-wrap svg {
    margin: 3px 7px 0 0;
}

.finger-wrap {
    display: flex;
    margin-left: 7px;
}

.more-qna__item-body ul {
    margin-left: 20px;
}

.more-qna__item-body a {
    color: #2b5fae;
    text-decoration: underline;
}

.more-qna__item-body a:hover {
    text-decoration: none
}

.finger-wrap svg {
    margin: 4px 7px 0 0;
}

.review-block h4 {
    margin-bottom: 10px;
}

.review-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 155%;
    color: #6a6a6a;
}

.more-qna {
    background: none !important;
    padding-top: 60px;
}

.more-qna h2 {
    margin: 0 auto;
}

.more-qna__wrapper {
    max-width: 1180px !important;
}

.wrapper h2 {
    width: fit-content;
    width: -moz-fit-content;
}

.company-nav-item {
    margin-right: 20px;
    cursor: pointer;
}

.person-text-block {
    display: flex;
    flex-direction: column;
    padding-top: 2px;
    margin-right: 10px;
}

.person-text-block .name {
    font-weight: 600;
    font-size: 13px;
}

.person-tags-wrap {
    display: flex;
    margin-top: 5px;
    width: 260px;
}

.person-tag {
    font-size: 13px;
    line-height: 18px;
    background: #f0f0f0;
    border-radius: 60px;
    padding: 2px 10px;
    color: #2a2a2a;
    margin-right: 10px;
}

.person-mood-tag {
    border-radius: 60px;
    padding: 2px 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    margin-right: 10px;
    white-space: nowrap;
    width: 115px;
    text-align: center;
}

.person-mood-tag.red {
    background: #d80027;
}

.person-mood-tag.green {
    background: #35a744;
}

.person-mood-tag.yellow {
    background: #f9b50b;
}

.person-text-block .date {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #9e9e9e;
}

.red-triangle {
    position: absolute;
    top: 0;
    right: 0;
}

.red-triangle p {
    font-weight: 600;
    font-size: 9px;
    line-height: 13px;
    color: white;
    position: absolute;
    top: 3px;
    right: 5px;
    text-align: center;
    transform: rotate(45deg);
}

.review-footer {
    display: block;
    width: 100%;
    justify-content: space-between;
    margin-top: 15px;
}

.comments-wrap {
    display: flex;
}

.comments-wrap img {
    margin-right: 10px;
    width: 20px;
}

.comments-wrap p {
    font-weight: normal;
    font-size: 16px;
}

.btn-comment {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
    color: #2b5fae;
    text-decoration: underline;
    cursor: pointer;
}

.review-block-2 {
    width: calc(100% - 30px);
    position: relative;
    background: white;
    padding: 35px 25px;
    margin-left: 30px;
}

.vertical-grey-line {
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-grey-line.last-block {
    height: 69px;
}

.gorizontal-grey-line {
    width: 25px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 32.5px;
    left: -24px;
}

.review-block-2-wrapper {
    position: relative;
    padding: 0px 40px 10px 40px;
    border-left: 2px solid #e6e6e6;
}

.grey-line {
    position: absolute;
    left: -2px;
    top: 0;
    width: 35px;
    height: 29px;
    border-left: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}

.new-review {
    width: 750px;
    margin-right: 20px;
    padding: 20px 0px;
}

.licenses-wrap {
    width: 1120px;
    margin: 0 auto;
    padding: 20px 0px;
}

.license-block {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
}

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

.news-section__tabs-buttons h2 {
    margin-right: 15px;
}

.license-img {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.license-img img {
    width: auto;
    transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
    height: auto;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}

.license-block:hover img {
    transform: scale(1.3);
}

.link-pages-wrap {
    width: 1120px;
    margin: 0 auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}

.link-pages-wrap a {
    cursor: pointer;
}

.link-pages-wrap a:hover h4 {
    color: #2b5fae;
}

.similar-company .company-wrapper {
    display: flex;
    justify-content: center;
}

.similar-company h4 {
    text-align: center;
    font-weight: normal;
}

.similar-company .company-wrapper .logo {
    margin: 10px 20px;
}

.wrapper .title-slider {
    display: flex;
    justify-content: space-between;
}

.title-slider h2 {
    margin-bottom: 10px;
}

.logo-title-wrap .tag-block {
    cursor: default;
}

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

.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 0.33s ease-in-out, -webkit-transform 0.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-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.directory-slider-block {
    display: flex;
    width: calc(50% - 10px);
    height: 100px;
    margin-top: 15px;
    padding: 5px;
    border-radius: 5px;
}

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

.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;
}

.buy-policies {
    width: 1120px;
    margin: 0 auto;
    padding: 20px 0px;
}

.all-article {
    color: #2b5fae;
    padding-right: 21px;
    padding-bottom: 3px;
    position: relative;
    -webkit-transition: opacity 0.12s linear;
    -o-transition: opacity 0.12s linear;
    transition: opacity 0.12s linear;
    line-height: 38px;
    font-weight: 600;
    font-size: 13px;
    color: #2b5fae;
}

.all-article::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 46%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.22s cubic-bezier(0.09, 0.41, 0.92, 1.62);
    -o-transition: right 0.22s cubic-bezier(0.09, 0.41, 0.92, 1.62);
    transition: right 0.22s cubic-bezier(0.09, 0.41, 0.92, 1.62);
    background: url(../img/directory-slider-arrow.svg) center no-repeat;
}

.news-wrap {
    width: 1070px;
    margin: 0 auto;
    padding: 20px 0px;
}

.input-block {
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

.input-block p {
    position: absolute;
    top: 2px;
    left: 15px;
    width: fit-content;
    width: -moz-fit-content;
    background: white;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #9e9e9e;
}

.directory-input.width-470 {
    width: 470px;
}

.vertical-grey-line.input {
    height: 34px;
}

.input-block.massage textarea {
    width: 100%;
    height: auto;
    min-height: 105px;
}

.input-wrap {
    position: relative;
    padding: 0 25px;
    margin-left: 30px;
}

.input-wrap-top {
    display: flex;
    position: relative;
}

.svg-wrap {
    display: flex;
}

.svg-wrap svg {
    margin-right: 20px;
    cursor: pointer;
}

.svg-wrap svg:hover {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.4));
}

.networks-wrap p {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #2a2a2a;
    margin-bottom: 5px;
}

.input-block.width-470 input {
    width: 470px;
}

.stars-wrap h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #f9b50b;
}

.review-popup-wrap .stars-wrap svg {
    margin-top: 5px;
    cursor: pointer;
}

.input-block input,
.input-block textarea,
.input-block select {
    margin-top: 9px;
    width: 225px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
}

.input-block input:focus,
.input-block textarea:focus {
    border: 1px solid #438aca;
}

.input-block p {
    font-weight: normal;
    font-size: 12px;
}
.networks-wrap {
    position: relative;
}
.social-networks-wrap {
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
}

.social-network {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    width: 225px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 5px;
}

.social-network svg {
    margin: 8px 12px;
    transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}

.social-network p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
}

.social-network:hover {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
}

.social-network:hover svg {
    transform: scale(1.3);
}

.social-network:hover p {
    color: #2b5fae !important;
}

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

.address-block {
    width: 34%;
    display: flex;
    height: 100px;
}

.phone-block {
    width: 22%;
    display: flex;
}

.email-block {
    width: 22%;
    display: flex;
}

.site-block {
    width: 22%;
    display: flex;
}

.percent {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: 1000;
}

.percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.percent .number h2 {
    color: #777;
    font-weight: 700;
    font-size: 40px;
    transition: 0.5s;
}

.card:hover .percent .number h2 {
    color: #fff;
    font-size: 60px;
}

.percent .number h2 span {
    font-size: 24px;
    color: #777;
    transition: 0.5s;
}

.card:hover .percent .number h2 span {
    color: #fff;
}

.text {
    position: relative;
    color: #777;
    margin-top: 20px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s;
}

.card:hover .text {
    color: #fff;
}

.circle-svg {
    position: relative;
    width: 130px;
    height: 130px;
    z-index: 1000;
}

.circle-svg circle
{
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #e5f3fc;
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.circle-svg circle:nth-child(2) {
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
}

.circle-svg circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 90) / 100);
    stroke: #2b60ae;
}

.chart-skills {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.chart-skills *,
.chart-skills::before {
    box-sizing: border-box;
}

.chart-skills {
    position: relative;
    width: 200px;
    height: 100px;
    overflow: hidden;
}

.chart-skills::before,
.chart-skills::after {
    position: absolute;
}

.chart-skills::before {
    content: '';
    width: inherit;
    height: inherit;
    border: 10px solid #e5f3fc;
    border-bottom: none;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
}

.chart-skills-text {
    font-size: 35px;
    font-weight: bold;
    color: black;
    line-height: 35px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    left: 0;
    bottom: 10px;
    width: fit-content;
    width: -moz-fit-content;
}

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

.performance-string-wrap p {
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
}

.performance-string {
    height: 10px;
    background: linear-gradient(63.48deg, #2B5FAE 15.17%, #4C9DE6 83.36%);
    border-radius: 60px;
    margin: 2px 10px;
}

.performance-string.premium {
    width: 174px;
}

.performance-string.payout {
    width: 104px;
}

.performance-string-wrap p:nth-child(1) {
    width: 65px;
    text-align: end;
}

.chart-skills-text span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.chart-skills li {
    position: absolute;
    top: 100%;
    left: 0;
    width: inherit;
    height: inherit;
    border: 10px solid;
    border-top: none;
    border-bottom-left-radius: 175px;
    border-bottom-right-radius: 175px;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-fill-mode: forwards;
    animation-duration: .4s;
    animation-timing-function: linear;
}

.chart-skills li:nth-child(1) {
    z-index: 4;
    border-color: #2b60ae;
    transform: rotate(90deg);
}

@keyframes fade-in {
    0%,
    90% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

.buy-policies .main-section__types-item {
    max-width: 360px;
}

.buy-policies .main-section__types {
    max-width: 100%;
    margin-top: 40px;
}

.news-section__article-footer {
    justify-content: space-between;
}

table {
    border-spacing: 0px;
    margin-bottom: 50px;
}

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

.td-number {
    width: 60px;
    text-align: center;
}

.td-series {
    width: 90px;
    text-align: center;
}

.td-activity {
    padding: 0 10px;
}

.td-date {
    width: 100px;
    text-align: center;
}

.td-photo {
    width: 100px;
    text-align: center;
}

.licenses-img {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: relative;
}

.licenses-img img {
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    max-height: 40px;
}

.licenses-img::before {
    content: "";
    background-image: url(../img/loop.png);
    background-size: 25px;
    position: absolute;
    right: 10px;
    bottom: 19px;
    width: 25px;
    height: 25px;
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 15;
    pointer-events: none;
}

.td-photo .licenses-img::before {
    bottom: 5px;
}

.licenses-img:hover:before {
    opacity: 1;
}

.licenses-img:hover img {
    opacity: 85%;
}

.btn-more-wrap {
    display: none;
}

.qna-section__about-more {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}

.company-wrapper {
    display: flex;
}

.company-wrapper .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-wrapper .logo {
    height: 35px;
    margin-right: 10px;
    margin-top: 10px;
}

.company-wrapper .logo img {
    height: 100%;
    transition: transform 0.33s ease-in-out, -webkit-transform 0.33s ease-in-out;
}
@media screen and (max-width: 600px) {
    .company-wrapper .logo img {
        max-width: 100%;
    }
}
.company-wrapper:hover img {
    transform: scale(1.3);
}

.new-review h4 {
    margin-bottom: 25px;
}

.f-size-14 {
    font-size: 14px;
}

.inputs-wrap {
    display: flex;
}

.input-review {
    width: 500px !important;
    min-height: 130px !important;
}

.pagination-wrap {
    height: fit-content !important;
    height: -moz-fit-content !important;
    padding: 20px 0;
}

.pagination-wrap p {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #6a6a6a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 6px;
}

.pagination-block {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 2px;
    width: fit-content;
    width: -moz-fit-content;
    height: 30px;
    padding: 0 6px;
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #2b5fae !important;
}

.pagination-next-btn {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.pagination-next-btn:hover {
    -webkit-box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
    box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
}

.pagination-next-btn svg {
    margin: 0 auto;
}

.pagination-block.current {
    background: #2b5fae;
    border: none;
    color: white !important;
}

.company-slider-wrap {
    display: flex;
    position: relative;
}

.company-slider {
    width: inherit;
    overflow-x: hidden;
}

.company-slider-block {
    width: 236px;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 5px;
}

.company-slider-block .img-block {
    width: 200px;
    height: 150px;
    display: flex;
    margin: 0 auto;
}

.company-slider-block .img-block img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-slider-string {
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
}

.company-slider-wrap .btn-prev {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid #2b5fae;
    transform: rotate(180deg);
    position: absolute;
    background: white;
    left: -15px;
    top: calc(50% - 15px);
    cursor: pointer;
    z-index: 100;
}

.company-slider-wrap .btn-prev svg {
    margin: 5px 9px;
}

.company-slider-wrap .btn-next {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 2px solid #2b5fae;
    position: absolute;
    background: white;
    right: -15px;
    top: calc(50% - 15px);
    cursor: pointer;
    z-index: 100;
}

.company-slider-wrap .btn-next svg {
    margin: 5px 9px;
}

.review-info {
    margin-top: 20px;
    padding: 30px;
    border: 3px solid #f0f0f0;
    border-radius: 5px;
}

.review-info ul {
    padding: 0 15px;
}

.emotion-block.flex {
    display: flex;
    padding: 5px;
}

.emotion-block.flex p {
    line-height: 28px;
    margin-left: 5px;
}

.pagination-block:hover {
    -webkit-box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
    box-shadow: 0 5px 10px rgba(43, 95, 174, 0.3);
}

.more-cards-wrap,
.pagination-wrap {
    width: 100%;
    height: 75px;
    background-color: white;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
}

.more-cards-wrap {
    cursor: pointer;
    background-color: #2b5fae;
}

.more-cards-wrap p {
    color: white;
    cursor: pointer;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 75px;
}

.more-cards-wrap:hover {
    background-color: white;
    text-align: center;
}

.more-cards-wrap:hover p {
    color: #2b5fae;
    cursor: pointer;
}

.rating-wrap {
    width: 100%;
    padding: 15px 20px;
    background: #f0f0f0;
    margin-top: 20px;
    border-radius: 5px;
}

.rating-wrap.mt-0 {
    margin-bottom: 20px;
}

.rating-wrap .title-wrap {
    display: flex;
    justify-content: space-between;
}

.rating-wrap .title-wrap h4 {
    font-size: 20px;
}

.rating-wrap .title-wrap p {
    font-size: 13px;
}

.rating-line {
    height: 15px;
    width: 520px;
    background: #ffffff;
    border-radius: 60px;
    margin: 0 5px;
}

.line-text {
    width: 100px;
    display: flex;
    justify-content: flex-end;
    line-height: 15px;
    font-weight: 600;
    font-size: 13px;
}

.line-wrap {
    display: flex;
    margin-top: 15px;
}

.w-fit-content {
    width: fit-content;
    width: -moz-fit-content;
}

.directory-review-select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rating-content-wrap {
    display: flex;
}

.green-line {
    width: 90%;
    height: 15px;
    background: linear-gradient(63.77deg, #35a744 16.5%, #7de64c 83.5%);
    border-radius: 60px;
}

.red-line {
    width: 10%;
    height: 15px;
    background: linear-gradient(64.29deg, #d80027 16.25%, #e6704c 83.75%);
    border-radius: 60px;
}

.yellow-line {
    width: 60%;
    height: 15px;
    background: linear-gradient(63.52deg, #f9b50b 16.63%, #e6d64c 83.37%);
    border-radius: 60px;
}

.topic-review {
    width: 500px !important;
}

.inputs-wrap .left-block {
    margin-right: 25px;
}

.right-block .footer {
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
}

.td-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 10px 0 !important;
    color: black !important;
}

.td-activity.td-title {
    padding-left: 10% !important;
}

.select-mood {
    display: flex;
    margin-top: 10px;
}

.show-600 {
    display: none !important;
}

.font-w-600 {
    font-weight: 600 !important;
}

.d-block {
    display: block !important;
}

.header-wrap.d-block h1 {
    padding: 20px;
    text-align: center;
}

.regions-company {
    width: 280px;
    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;
}

.menu-wrap.company-menu-wrap {
    margin-bottom: 20px;
}

.mood-block {
    width: 22px;
    height: 22px;
    border-radius: 50px;
    margin-right: 10px;
    cursor: pointer;
}

.logo-title-wrap {
    display: flex;
}

.mood-block.yellow {
    border: 2px solid #fff357;
}

.mood-block.yellow:hover {
    background: #fff357;
}

.mood-block.green {
    border: 2px solid #90ce41;
}

.mood-block.green:hover {
    background: #90ce41;
}

.mood-block.red {
    border: 2px solid #fa4461;
}

.mood-block.red:hover {
    background: #fa4461;
}

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

.footer {
    background: white;
}

.images img {
    display: none;
}

.images .active {
    display: block;
}

.images {
    width: 350px;
}

.images img {
    width: 100%;
}

.thumbs {
    margin-top: 20px;
    width: 350px;
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}

.thumbs img {
    width: 100%;
}

.thumbs .slider-string {
    display: flex;
    width: 420px;
}

.thumbs .slider-string div {
    width: 50px;
    margin-right: 10px;
    cursor: pointer;
}

.swiper-container {
    float: left;
    width: 360px;
    height: 100%;
    margin: 7px 35px 10px 0 !important;
    height: 270px;
}

.swiper-button-next:focus {
    outline: none !important;
}

.swiper-pagination-bullet {
    background: white !important;
    width: 15px !important;
    height: 15px !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-wrapper {
    position: relative;
    width: 400%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    cursor: pointer;
}

.swiper-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 450px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    background: #00000075;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50px;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.swiper-button-next::after,
.swiper-button-prev:after {
    display: none;
}

.img-popup-wrap {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    z-index: 1500;
    display: none;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background: #000000bd;
    cursor: pointer;
}

.img-popup-block {
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
    margin: 0 auto;
}

.img-popup {
    max-width: 700px;
}

.tabs-buttons-string {
    width: 1015px;
    display: flex;
}

.mob-rating-tags {
    display: none;
}

.send-btn-wrap {
    display: none;
    justify-content: flex-end;
}

.review-popup-wrap {
    position: fixed;
    display: none;
    z-index: 1500;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: white;
    overflow-y: scroll;
}

.close-back-popup {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.anchor-wrap.w-1180,
.anchor-string.w-1180 {
    width: 1180px;
    max-width: 1180px;
}

.review-popup-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #2a2a2a;
    margin-bottom: 20px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto 20px auto;
}

.emotion-wrap {
    display: flex;
    justify-content: center;
}

.mb-20 {
    margin-bottom: 20px;
}

.review-popup-block {
    width: 850px;
    height: 700px;
    position: absolute;
    top: calc(50% - 350px);
    left: calc(50% - 425px);
}

.review-popup-block .emotion-block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.review-popup-block .input-block p {
    color: #2a2a2a;
    z-index: 50;
}

.directory-review-select select {
    margin-top: 0;
    height: 35px;
    width: 160px;
    padding: 5px;
}

.directory-review-select .popup-select-wrap:after {
    bottom: 12px;
}

.directory-review-select label {
    line-height: 35px;
    margin-right: 10px;
    font-weight: 600;
    white-space: nowrap;
}

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

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

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

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;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.directory-review-select .input-block {
    display: flex;
    width: 100%;
}

.review-popup-mid select {
    padding-right: 25px;
}

.popup-select-wrap {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    height: fit-content;
    height: -moz-fit-content;
}

.popup-select-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 5px 6px 0;
    background-image: url("../img/arrow-select.svg");
    background-size: 10px 10px;
    position: absolute;
    bottom: 17px;
    right: 10px;
}

.popup-select-wrap.open::after {
    transform: rotate(180deg);
}

.review-popup-top,
.review-popup-mid {
    display: flex;
    align-items: flex-start;
}

.networks-wrap .input-block__error {
    bottom: -10px;
    left: 2px;
}

.review-popup-company-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    color: #2a2a2a;
}

.review-popup-company-wrap {
    width: 100%;
    height: 60px;
    background: #ecf1f6;
    border-radius: 2px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

.review-popup-company-logo {
    height: 30px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 15px 20px 15px 0;
}

.close-btn-wrap {
    width: fit-content;
    width: -moz-fit-content;
    position: absolute;
    right: 10px;
    top: 10px;
}

.create-review {
    cursor: pointer;
}

.close-btn-wrap svg {
    margin: 0 20px;
    cursor: pointer;
}

.close-btn-wrap p {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #2b5fae;
}

.review-popup-company-logo img {
    height: 100%;
    object-fit: cover;
    position: relative;
}

.create-review {
    width: fit-content;
    width: -moz-fit-content;
    padding: 10px 25px;
    background: #2b5fae;
    border-radius: 5px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    background: linear-gradient(92.77deg, #4A88FF 0%, #4A5CFF 100%);
    box-shadow: 0px 5px 25px rgba(68, 128, 243, 0.5);
}

.send-btn {
    background: #2b5fae;
    border-radius: 3px;
    padding: 7px 25px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    margin-right: 15px;
    cursor: pointer;
}

.problem-wrap {
    font-weight: 600;
    font-size: 13px;
    padding-left: 105px;
    display: flex;
}

.problem-wrap svg {
    margin: 4px 5px;
}

.problem-solved {
    width: 200px;
    height: 20px;
    background: #35a744;
    border-radius: 60px;
    display: flex;
    padding: 0 10px;
    margin-right: 10px;
    color: white;
    line-height: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-0 {
    margin-top: 0;
}

.ml-20 {
    margin-left: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.btn-review-wrap.w-280 {
    width: 280px !important;
    margin: 20px 0;
}

.btn-review-wrap.top-0 {
    top: 0;
}

.add-review-wrap.mt-0 {
    margin-top: 0;
}

.problem-not-solved {
    width: 200px;
    height: 20px;
    background: #d80027;
    border-radius: 60px;
    display: flex;
    padding: 0 10px;
    margin-right: 10px;
    line-height: 20px;
    color: white;
}

.cancel-btn {
    border-radius: 3px;
    padding: 7px 25px;
    font-size: 13px;
    line-height: 18px;
    color: #2a2a2a;
    cursor: pointer;
}

.emotion-block {
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 1px;
}

.emotion-block.active {
    margin-top: 0;
    border: 1px solid #3bb33b;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.emotion-block p {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #2a2a2a;
}

.review-popup-mid .popup-select-wrap .parasol-search__inner {
    box-shadow: none;
    margin-top: 9px;
}
.review-popup-mid .popup-select-wrap .parasol-search__inner input {
    border: 0;
    margin-top: 0;
    background-color: transparent;
}
.review-popup-mid .popup-select-wrap .parasol-search__inner::after {
    top: 19px;
}
.review-popup-mid .popup-select-wrap .parasol-search__inner.open {
    z-index: 60;
    background-color: transparent;
}
.parasol-search__inner.open .parasol-search__list {
    background-color: #fff;
}
.input-block__error {
    position: absolute;
    left: 15px;
    bottom: -20px;
    font-size: 12px;
    color: #D01A2D;
}
.popup-select-wrap .parasol-search {
    height: 48px;
}

@media screen and (max-width: 1560px) {
    .rating-promp {
        left: calc(-100% - 100px);
    }

    .rating-promp::after {
        left: calc(100% + -6px);
        transform: rotate(-90deg);
    }
}

@media screen and (max-width: 1180px) {
    .directory-review-select .input-block,
    form.search {
        width: 100%;
        margin-right: 0;
    }

    .company-slider-wrap .btn-prev, .company-slider-wrap .btn-next {
        display: none;
    }

    .company-slider {
        overflow-x: scroll;
    }

    form.search input {
        width: 100%;
    }

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

    .menu-wrap {
        width: 100%;
        flex-wrap: wrap;
        position: relative;
        top: 0;
    }

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

    .rating-content-wrap {
        flex-direction: column;
    }

    .review-popup-block {
        width: calc(100% - 40px);
        left: 20px;
    }

    .review-popup-block .input-block {
        width: 30%;
    }

    .networks-wrap {
        width: 40%;
    }

    .input-block.topic {
        width: calc(60% + 20px);
    }

    .emotion-block p {
        display: none;
    }

    .input-block.massage {
        width: 100%;
    }

    .input-block input,
    .input-block textarea,
    .input-block select,
    .popup-select-wrap {
        width: 100%;
        max-width: 300px;
    }

    .map-table table {
        width: calc(100% - 1px);
    }

    .policy-wrap .description {
        padding-right: 10px;
    }

    .policy-wrap .svg-block {
        padding: 0 5px;
    }

    .awards-block,
    .licenses-block {
        justify-content: space-between;
    }

    .award-block,
    .license-block {
        margin-right: 0;
        width: 24%;
    }

    .company-title {
        margin-left: 12px;
    }

    .company-title h1 {
        font-size: 25px;
    }

    .svg-title-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        margin-right: 25px;
    }

    .list-block-2 {
        display: none;
    }

    .anchor-wrap-sticky.show {
        display: none;
    }

    .review-block {
        margin-top: 0;
    }

    .map-table {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .anchor-wrap-sticky {
        left: 20px;
    }

    .financial-block {
        width: calc(50% - 10px);
    }

    .financial-block.payments {
        width: 100%;
    }

    .tags-wrap {
        flex-wrap: wrap;
    }

    .tag-block {
        margin-top: 5px;
    }

    .anchor-string {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .anchor-wrap {
        height: fit-content;
        height: -moz-fit-content;
    }

    .anchor-block {
        margin: 8px 15px;
        line-height: 15px;
    }

    .anchor-block .count-review {
        margin: -2px 7px;
    }

    .map-wrap,
    .financial-performance-wrap {
        width: calc(100% - 40px);
    }

    .leader {
        margin-right: 10px;
    }

    .news-section__tabs-buttons {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .review-wrap {
        flex-direction: column;
    }

    .all-review-wrap {
        width: 100%;
        display: flex;
        margin: 20px 0;
    }

    .promp-review-wrap {
        display: flex;
        margin-left: 15px;
    }

    .add-review-wrap {
        margin-bottom: 0;
    }

    .promp-review-wrap .grey-separator {
        height: 100%;
        width: 1px;
        margin: 0 15px;
    }

    .corporate-policy-wrap .list-block-1 {
        width: 50%;
        margin: 0 10px;
    }

    .corporate-policy-wrap .policy-type-block {
        width: 100%;
        margin-left: 20px;
        margin-top: 15px;
    }

    .a-back-wrap {
        width: calc(100% - 40px) !important;
    }

    .header-wrap {
        width: calc(100% - 40px) !important;
    }

    .info-wrap,
    .buy-policies,
    .reviews-wrap,
    .news-wrap,
    .licenses-wrap,
    .new-review {
        width: calc(100% - 40px) !important;
    }

    .link-pages-wrap {
        width: calc(100% - 100px) !important;
    }

    .contacts {
        flex-wrap: wrap;
    }

    .address-block,
    .phone-block,
    .email-block,
    .site-block {
        width: 50%;
    }

    .videos-block iframe {
        width: calc(33% - 20px);
        height: 147px;
        min-width: 200px;
        margin-bottom: 20px;
    }

    .wrapper-2 {
        display: block;
    }

    .wrapper-2 .grey-separator {
        display: none;
    }

    .left-wrap {
        width: 100%;
    }

    .slider-wrapper {
        width: 100%;
        padding: 30px 20px;
    }

    .directory-slider-wrap {
        flex-direction: column;
    }

    .directory-slider-block {
        width: 100%;
    }

    .buy-policies .main-section__types {
        display: block !important;
        padding: 0 !important;
    }

    .buy-policies .main-section__types-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .inputs-wrap .left-block {
        width: 30%;
    }

    .inputs-wrap .right-block {
        width: 70%;
    }

    .input-block input,
    .input-block textarea,
    .input-review,
    .social-networks-wrap,
    .social-network {
        width: 100% !important;
    }

    .financial-svg.premium-payout svg {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

@media screen and (max-width: 863px) {
    .company-title {
        margin: 0 0 0 30px;
    }

    .review-author {
        flex-direction: column;
    }

    .logo-company-wrap {
        margin: 0;
    }

    .logo-company-wrap .img-logo, .logo-company-wrap h4 {
        margin-left: 0 !important;
    }

    .directory-popup-wrap {
        width: calc(100% - 100px);
        left: 50px;
    }
}

@media screen and (max-width: 700px) {
    .d-flex.stars-wrap {
        justify-content: center;
    }

    .company-rating {
        text-align: center;
    }

    .header-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    form.search,
    form.search input {
        width: 100%;
    }

    .menu-wrap.company-menu-wrap {
        width: calc(100% - 40px);
    }

    .d-flex.stars-wrap {
        justify-content: start;
    }

    .show-600 {
        display: block !important;
    }

    .directory-popup-wrap {
        width: calc(100% - 80px);
        left: 40px;
    }

    .directory-popup-content {
        width: 100%;
    }

    .company-logo img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: contain;
    }

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

    .no-reviews-wrap {
        height: fit-content;
        height: -moz-fit-content;
    }

    .no-reviews {
        height: 200px;
    }

    .no-reviews-wrap img {
        top: auto;
        width: 120px;
        bottom: 0;
    }

    .menu-wrap {
        margin-bottom: 0;
    }

    .problem-wrap {
        padding: 0;
    }

    .rating-line {
        width: 100%;
    }

    .review-popup-title {
        font-size: 20px;
    }

    .show-600 {
        display: block;
    }

    .review-popup-top,
    .review-popup-mid {
        flex-direction: column;
    }

    .review-popup-block {
        top: 35px;
        height: auto;
        padding-bottom: 20px;
    }

    .close-btn-wrap p {
        display: none;
    }

    .input-block.massage textarea {
        min-height: 85px;
    }

    .input-block.topic,
    .review-popup-block .input-block {
        width: 100%;
    }

    .hide-600 {
        display: none;
    }

    .networks-wrap {
        width: 100%;
    }

    .leaders-block,
    .awards-block,
    .licenses-block,
    .parthers-block {
        justify-content: space-between;
    }

    .license-img {
        width: 100%;
    }

    .license-block:hover img {
        transform: none;
    }

    .leader,
    .award-block,
    .license-block {
        width: 49%;
        margin-right: 0;
    }

    .leader .img-leader,
    .award-block .img-leader,
    .license-block .img-leader {
        width: 100%;
        height: auto;
    }

    .img-popup-block {
        width: calc(100% - 40px);
    }

    .img-popup {
        width: 100%;
    }

    .map-table table {
        width: 1120px;
    }

    .all-review-wrap {
        display: block;
        width: 100%;
    }

    .btn-review-wrap {
        top: 0;
    }

    .add-review-wrap {
        width: 100%;
    }

    .promp-review-wrap .grey-separator {
        width: 100%;
        height: 1px;
        margin: 0 0 15px 0;
    }

    .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-wrap {
        flex-direction: row;
    }

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

    .slider-img-block {
        width: 100%;
        height: 120px;
    }

    .directory-slider-wrap {
        justify-content: space-between;
    }

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

    .promp-top-str {
        margin-bottom: 5px;
    }

    .company-title h1 {
        line-height: 25px;
    }

    .swiper-container {
        margin-right: 0 !important;
    }

    .company-title h1 {
        font-size: 20px;
    }

    .company-title h2 {
        font-size: 16px;
    }

    .wrapper h2 {
        font-size: 20px;
    }

    .svg-title-wrap {
        flex-direction: row;
        width: 100%;
        margin-right: 0;
    }

    .list-block-1 {
        width: 100%;
        margin: 0 20px;
    }

    .corporate-policy-wrap .policy-type-block {
        width: 100% !important;
    }

    .swiper-container {
        width: 100%;
        margin: 0;
    }

    .reviews-title {
        flex-direction: column;
    }

    .problem-solved-wrap {
        display: none;
    }

    .problem-solved-wrap.mob {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .grey-separator.mob {
        display: block;
        margin-bottom: 20px;
    }

    .problem-solved-wrap.mob .problem-solved-1 {
        margin-right: 10px;
    }

    .facebook-svg {
        left: 0;
    }

    .review-author {
        overflow: hidden;
    }

    .financial-block {
        width: 100%;
    }

    .mob-rating-tags {
        display: block;
    }

    .header-wrap .mob-rating-tags .company-rating {
        display: flex;
    }

    .company-title .tags-wrap,
    .header-wrap .company-rating {
        display: none;
    }

    .review-block-2 .review-footer {
        justify-content: flex-end;
        display: flex;
        margin-bottom: 15px;
    }

    .vertical-grey-line.input {
        height: 135px;
        top: -65px;
    }

    .company-title h1 {
        margin-bottom: 5px;
    }

    .company-title {
        text-align: start;
    }

    .logo-title-wrap {
        width: 100%;
        margin-bottom: 0px;
    }

    .padding.anchor-active {
        margin-top: 0;
    }

    .padding2.anchor-active {
        margin-top: 0;
        height: 1px;
    }

    .graph-wrap {
        margin-top: 25px;
    }

    .anchor-string {
        justify-content: space-between;
        padding: 15px;
    }

    .anchor-block .count-review {
        margin: 5px;
    }

    .anchor-block {
        margin: 0;
        width: 50%;
        line-height: 30px;
    }

    .footer__up.show {
        display: none;
    }

    .swiper-container {
        height: calc(100vw - 100px);
    }

    .text-wrap {
        position: relative;
    }

    .text-wrap {
        height: 75%;
        overflow: hidden;
    }

    .btn-more-wrap {
        display: flex;
        position: absolute;
        width: 100%;
        background: white;
        bottom: 0;
        -webkit-box-shadow: 0px -40px 29px 13px #fff;
        -moz-box-shadow: 0px -40px 29px 13px #fff;
        box-shadow: 0px -40px 29px 13px #fff;
    }

    .mob-rating-tags .stars-wrap {
        margin-right: 10px;
    }

    .company-logo {
        height: auto;
        width: auto;
        max-width: 95px;
        min-width: 95px;
    }

    .person-tags-wrap {
        flex-wrap: wrap;
    }

    .person-mood-tag {
        height: 22px;
    }

    .person-tag {
        margin-bottom: 5px;
    }

    .input-block {
        width: auto;
        order: -1;
        margin-right: 0;
    }

    .networks-wrap.show-600.flex {
        display: flex;
        margin-bottom: 15px;
    }

    .networks-wrap.show-600.flex .svg-wrap {
        margin-left: 15px;
    }

    .emotion-block {
        padding: 5px 10px 5px 0;
    }

    .input-wrap {
        margin: 0;
        padding: 0;
    }

    .input-wrap-top {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .review-block-2 {
        width: 100%;
        margin-left: 0;
        padding: 35px 0 0;
    }

    .review-block-2 .btn-comment {
        display: none;
    }

    .financial-svg.premium-payout svg {
        width: calc(100% - 20px);
        margin: 10px;
    }

    .title-slider {
        flex-direction: column;
    }

    .all-article {
        width: 100px;
        left: calc(50% - 50px);
        position: absolute;
        bottom: 0;
    }

    .slider-wrapper {
        padding-bottom: 40px;
    }

    .link-pages-wrap {
        width: calc(100% - 40px) !important;
    }

    .link-pages-wrap a {
        width: 40%;
    }

    .licenses-wrap table {
        width: 700px;
    }

    .mob-scrol {
        overflow: scroll;
    }

    .vertical-grey-line {
        height: 40px;
        top: -4px;
        left: 32px;
    }

    .gorizontal-grey-line {
        display: none;
    }

    .promp-review-wrap {
        margin-left: 0;
        flex-direction: column;
    }

    .btn-review-wrap {
        margin-bottom: 15px;
    }

    .reviews-button {
        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;
    }

    .corporate-policy-wrap .policy-type-block {
        margin-top: 0;
    }

    .reviews-title {
        position: relative;
    }

    .reviews-title-data {
        position: absolute;
        bottom: -25px;
        width: 120px;
        left: calc(50% - 60px);
    }

    .wrapper .reviews-title h2 {
        margin-bottom: 15px;
    }

    .btn-review-wrap {
        position: relative;
    }

    .graph-wrap .tags-wrap {
        margin-top: 10px;
    }

    .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;
    }

    .review-author .assessment {
        display: none;
    }

    .review-block {
        margin-top: 30px;
    }

    .company-rating {
        display: flex;
        flex-direction: column-reverse;
        height: fit-content;
        height: -moz-fit-content;
        min-width: fit-content;
        min-width: -moz-fit-content;
    }

    .company-rating .stars-wrap {
        margin-bottom: 0;
    }

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

    .header-wrap {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
    }

    .green-block {
        margin: 10px auto;
    }

    .company-about .d-flex {
        justify-content: center;
    }

    .corporate-policy-wrap .list-block-1,
    .corporate-policy-wrap .list-block-2 {
        width: 100%;
    }

    .directory-popup h1 {
        font-size: 23px;
        line-height: 30px;
    }

    .popup-input-wrap {
        width: calc(100% - 40px);
    }

    .popup-btn {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 560px) {
    .swiper-container {
        height: calc(100vw - 100px);
    }

    .company-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    .footer__up {
        display: none !important;
    }

    .videos-block iframe {
        width: 100%;
        margin-bottom: 20px;
    }

    .license-img img {
        width: 95%;
    }
}

@media screen and (max-width: 400px) {
    .directory-input.add-info {
        padding-top: 25px;
    }

    .input-block.massage .font-w-600 {
        width: 305px;
    }
}

@media screen and (max-width: 360px) {
    .input-block.massage .font-w-600 {
        width: 210px;
    }
}
