@font-face {
    font-family: 'Lato-Regular';
    src: url("assetsMainPage/fonts/latoregular.woff") format("woff"), url("assetsMainPage/fonts/latoregular.woff2") format("woff2");
    font-weight: normal;
}

@font-face {
    font-family: 'Lato-Medium';
    src: url("assetsMainPage/fonts/latomedium.woff") format("woff"), url("assetsMainPage/fonts/latomedium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: 'Lato-SemiBold';
    src: url("assetsMainPage/fonts/latosemibold.woff") format("woff"), url("assetsMainPage/fonts/latosemibold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url("assetsMainPage/fonts/latobold.woff") format("woff"), url("assetsMainPage/fonts/latobold.woff2") format("woff2");
    font-weight: 800;
}

body,
html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

/*font-family: 'Open Sans Condensed', sans-serif;*/



.hero {}

.hero-container {
    padding-top: 50px;
    display: grid;
    grid-template-rows: repeat(19, 43px);
    grid-template-columns: repeat(28, 43px);
}

.hero-link {
    padding-right: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(229, 229, 229, 0.2) 100%);
    border-radius: 12px 20px 0px 12px;
    border: 3px solid #A7A7A7;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #232A3C;
    text-decoration: none;
    font-family: "Lato-Regular", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    transition: all .35s;
    z-index: 999;
    text-align: center;
}

.hero-link-p40 {
    padding-left: 43px;
}

.hero-link::before {
    content: '';
    position: absolute;
    right: -42px;
    height: 86px;
    width: 86px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #A7A7A7;
    z-index: 99;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-link__img {
    position: absolute;
    right: -34px;
    z-index: 99;
}

.hero-link__img-leftSide {
    left: -34px;
}

.hero-link__text {
    z-index: 1;
}

.hero-heart {
    grid-row: 6;
    grid-column: 12;
    transform: translate(-5%, 7%);
    animation: heart-beat infinite .9s alternate;
}

.hero-mid {
    border-radius: 50%;
    overflow: hidden;
    grid-row: 5;
    grid-column: 10;
    transform: translate(-1px, -1%);
    display: none;
}

.hero-mid-active {
    display: block;
}

@keyframes heart-beat {
    to {
        transform: scale(0.8) translate(-6%, 10%);
    }
}

.hero-link-right {
    padding-right: 0;
    border-radius: 0px 12px 12px 20px;
}

.hero-link-right::before {
    content: '';
    position: absolute;
    left: -42px;
    height: 86px;
    width: 86px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #A7A7A7;
    z-index: 99;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero-middle {
    grid-row: 3;
    grid-column: 7;
}

.hero-link:nth-child(3) {
    grid-row: 1/3;
    grid-column: 6/15;
    transform: translate(-6%, -2%);
}

.hero-link:nth-child(4) {
    grid-row: 2/4;
    grid-column: 18/28;
    transform: translate(0%, -6%);
}

.hero-link:nth-child(4) .hero-link__img {
    transform: translate(15%, 0%);
}

.hero-link:nth-child(5) {
    grid-row: 5/7;
    grid-column: 21/29;
    transform: translate(4%, -7%);
}

.hero-link:nth-child(5) .hero-link__img {
    transform: translate(10%, 0%);
}

.hero-link:nth-child(6) {
    grid-row: 8/10;
    grid-column: 22/29;
    transform: translate(6%, 0%);
}

.hero-link:nth-child(6) .hero-link__img {
    transform: translate(18%, 0%);
}

.hero-link:nth-child(7) {
    grid-row: 11/13;
    grid-column: 21/28;
    transform: translate(0%, 6%);
}

.hero-link:nth-child(7) .hero-link__img {
    transform: translate(55%, 0%);
}

.hero-link:nth-child(8) {
    grid-row: 14/16;
    grid-column: 19/26;
    transform: translate(4%, 4%);
}

.hero-link:nth-child(8) .hero-link__img {
    transform: translate(20%, 0%);
}

.hero-link:nth-child(9) {
    grid-row: 16/18;
    grid-column: 7/16;
    transform: translate(2%, 0%);
}

.hero-link:nth-child(9) .hero-link__img {
    transform: translate(-30%, 0%);
}

.hero-link:nth-child(10) {
    grid-row: 14/16;
    grid-column: 1/9;
    transform: translate(0%, -25%);
}

.hero-link:nth-child(10) .hero-link__img {
    transform: translate(-18%, 0%);
}

.hero-link:nth-child(11) {
    grid-row: 11/13;
    grid-column: 1/8;
    transform: translate(-13%, -27%);
}

.hero-link:nth-child(11) .hero-link__img {
    transform: translate(-5%, 0%);
}

.hero-link:nth-child(12) {
    grid-row: 7/9;
    grid-column: 1/7;
    transform: translate(-15%, 10%);
}

.hero-link:nth-child(12) .hero-link__img {
    transform: translate(-55%, 0%);
}

.hero-link:nth-child(13) {
    grid-row: 4/6;
    grid-column: 2/9;
    transform: translate(-6%, 10%);
}

.hero-link:nth-child(13) .hero-link__img {
    transform: translate(-20%, 0%);
}

.hero-mobile {
    /* padding-top: 125px; */
    display: none;
}

.hero-mobile-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;
}

.hero-mobile-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.hero-mobile-logoLink {
    display: none;
}

.hero-mobile-heart {
    display: none;
}

.hero-mobile-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 355px;
    height: 70px;
    padding: 8px 15px 8px 35px;
    font-family: "Lato-Regular", sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    color: #000;
    text-align: center;
    background: linear-gradient(270deg, rgba(101, 188, 71, 0.2) 6.34%, rgba(101, 188, 71, 0.55) 88.36%);
    border: 2px solid #65BC47;
    border-radius: 0px 12px 12px 0px;
    transform: translateX(15px);
}

.hero-mobile-link::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -35px;
    height: 66px;
    width: 66px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #65BC47;
    z-index: 99;
}

.hero-mobile-link:nth-child(1) .hero-mobile-link__img {
    left: -31px;
}

.hero-mobile-link:nth-child(2) .hero-mobile-link__img {
    height: 50px;
    left: -25px;
}

.hero-mobile-link:nth-child(3) .hero-mobile-link__img {
    height: 45px;
    left: -23px;
}

.hero-mobile-link:nth-child(4) .hero-mobile-link__img {
    left: -26px;
}

.hero-mobile-link:nth-child(5) .hero-mobile-link__img {
    height: 45px;
    left: -23px;
}

.hero-mobile-link:nth-child(6) .hero-mobile-link__img {
    height: 50px;
    left: -16px;
}

.hero-mobile-link:nth-child(7) .hero-mobile-link__img {
    height: 48px;
    left: -25px;
}

.hero-mobile-link:nth-child(8) .hero-mobile-link__img {
    height: 65px;
    left: -14px;
}

.hero-mobile-link:nth-child(9) .hero-mobile-link__img {
    height: 55px;
    left: -25px;
}

.hero-mobile-link:nth-child(10) .hero-mobile-link__img {
    height: 55px;
    left: -22px;
}

.hero-mobile-link:nth-child(11) .hero-mobile-link__img {
    height: 45px;
    left: -25px;
}

.hero-mobile-link__img {
    position: absolute;
    left: -25px;
    z-index: 99;
    height: 50px;
}

.hero-mobile__title {
    font-family: 'Philosopher', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-style: italic;
    color: #5C6366;
    font-weight: 400;
}



.scrolled {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-shadow: 1px 0 4px #CCC;
    text-align: center;
    background: #FFF;
    padding: 15px;
    z-index: 10001;
    margin: 0;
}

.scrolled .main-nav {
    max-width: 1440px;
    margin: 0 auto;
}


.content .right_side {
    width: 100%;
}

.logo_in_menu {
    display: block;
    float: left;
}

.logo_in_menu img {
    width: 200px;
    max-width: 100%;
}

.content {
    margin: 40px auto;
    width: 1440px;
    max-width: 100%;
    padding: 15px;
}

.less-eye,
.input_block {
    display: none;
}

.main-nav {
    width: 100%;
    text-align: center;
}

.main-nav>ul {
    display: block;
    vertical-align: middle;
}

.main-nav>ul>li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    padding: 15px 5px;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    border-left: 1px solid #CCC;
    margin: 0;
    margin-right: -4px;
}

.new-contacts {
    float: right;
    text-align: center;
    font-weight: 600;
}

.new-contacts div {
    font-size: 22px;
}

.new-contacts p {
    margin: 0;
    font-size: 12px;
}

.main-nav li:hover {
    background: #24743b;
}

.main-nav li:hover a {
    background: transparent;
    color: #FFF;
}

.main-nav li:hover>ul {
    background: #FFF;
    border: 1px solid #24743b;
}

.main-nav li:hover>ul li a {
    background: #FFF;
    color: #24743b;
}

.main-nav li ul {
    box-shadow: none;
}

.main_slide {
    height: auto;
    width: 1200px;
    max-width: 100%;
    margin: 50px auto;
    position: relative;
}

.main_slide * {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.main_slide svg {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main_slide svg polygon {
    fill: none;
    pointer-events: visible;
    cursor: pointer;
    border: 1px solid #000;
}

.circle-image {
    display: none;
}

.circle-image.active {
    display: block;
}

.main-nav>ul li ul li a {
    font-weight: bold;
}

.main-nav>ul li ul li a:before {
    display: none;
}

.main-nav>ul li ul li a:hover {
    color: #FFF;
    background: #24743b;
}

.main-nav li:hover li:hover ul:before {
    display: none;
}

.main-nav li:hover li:hover ul {
    margin-left: 0;
}

.mobile-menu-button {
    margin: 0;
    top: 15px;
    left: 15px;
}

.main-about {
    width: 100%;
    display: block;
    margin: 0;
    line-height: 125%;
    font-size: 30px;
    text-align: center;
    color: #ea7676;
    font-weight: normal;
    margin-bottom: 15px;
}

.right_side_in {
    padding: 0;
}

.new-line {
    margin-bottom: 25px;
    max-width: 100%;
}

.about_block,
.review_block {
    background: transparent;
}

.thumb-wrap iframe {
    position: relative;
    display: block;
    margin: 15px auto;
    max-width: 800px;
    min-height: 500px;
    height: auto;
}

.thumb-wrap {
    height: auto;
    overflow: auto;
    padding-bottom: 15px;
}

.review_block__header,
.logo_h {
    background-color: transparent !important;
}

.wrapper {
    background-image: none;
}

.sliderblock {
    border: 3px solid #c5c6c6;
    border-radius: 0;
    padding: 15px 25px;
    margin: 0 auto;
    width: 100%;
}

.sliderrev {
    padding-top: 100px;
    padding-bottom: 50px;
}

.sliderp strong {
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    top: 15px;
    left: 0;
    background: url(/design/img/com.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 65px;
    color: #FFF;
    padding: 10px 25px;
    padding-right: 50px;
}

.new-screp {
    position: absolute;
    right: 55px;
    top: 65px;
    background: url(/design/img/screp.png);
    width: 33px !important;
    height: 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1000;
}

.zabolel_block .logo_h h3 {
    margin-bottom: 15px;
}

.more-reviews-link {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.more-reviews-link a {
    font-weight: normal;
    font-size: 26px;
    color: #000;
}

.wrapper footer {
    background: #213540;
    width: 100%;
    height: auto !important;
}

.copyrights {
    position: relative;
    background: #1c2d36;
    width: 100%;
}

.new-footer-adress,
.new-footer-mail {}

.new-footer-mail {
    margin-top: 40px;
}

.new-footer-col-1 {
    float: left;
    width: 40%;
}

.new-footer-wrapper-main,
.copyrights-wrapper {
    width: 1440px;
    margin: 0 auto;
    max-width: 100%;
}

.new-footer-wrapper-main {
    padding: 30px 0;
}

.new-footer-col-1 {
    font-size: 26px;
    font-weight: normal;
    color: #FFF;
    line-height: 32px;
    padding-left: 25px;
}

.new-footer-col-1 p {
    margin: 0;
}

.new-footer-col-1 span {
    display: block;
    font-size: 14px;
}

.new-footer-col-1 p:last-child {
    margin-top: 40px;
}

.new-footer-icons {
    float: left;
    width: 20%;
}

.new-footer-icons a img {
    margin: 5px;
    width: 50px;
}

.new-footer-icons a:nth-child(3):after {
    content: "";
    display: block;
    clear: both;
}

.clr {
    clear: both;
}

.ul_small.ul_small_bg.bot_sm {
    display: none !important;
}

.content .left_side {
    display: none;
}

.mobile_slide {
    display: none;
}

.about_block__text {
    column-count: 1;
    column-gap: 0;
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}

.about_block__text h4 {
    display: block;
    text-align: center;
    margin-top: 50px;
}

.zabolel_block_sub {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.wrap_m_sm {
    position: fixed;
    z-index: 13;
    display: none;
    width: 100%;
    margin: 0;
    padding: 10px;

    top: 0;
    background: #FFF;
    left: 0;
    box-shadow: 1px 0 4px #CCC;
}

.mobile-menu-button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 21px;
}

.wrap_m_sm .new-mob-logo {
    height: 50px;
    display: block;
    margin: 0 auto;
}

.wrap_m_sm .new-switcher {
    position: absolute;
    right: 21px;
    top: 21px;
    display: none;
}

.wrap_m_sm .new-switcher img {
    height: 30px;
}

.switch-lang {
    display: none !important;
}

.ul_small li {
    font-size: 18px;
}

@media only screen and (max-width: 991px) {
    #main {
        display: none;
    }
}


@media only screen and (min-width: 992px) {

    .efqm-text {
        width: 100%;
    }

    .hero-link:hover {
        background: #308912;
        border: 3px solid #308912;
        color: #fff;
    }


}


@media (max-width: 1440px) {

    .content {
        margin: 0 auto;
    }

}


@media (max-width: 1365px) {
    .main-nav>ul>li.big_only {
        display: none;
    }

    .smaller_last {
        border-right: 1px solid #CCC;
    }

    .main-nav>ul>li.switch-lang {
        display: none;
    }
}


@media (max-width: 1365px) {

    .hero-middle {
        grid-row: 3;
        grid-column: 8;
        max-width: 550px;
    }

    .hero-mid {
        height: 325px;
        transform: translate(29px, -4%);
    }

    .hero-heart {
        grid-row: 5;
        transform: translate(0%, 7%);
    }

    @keyframes heart-beat {
        to {
            transform: scale(0.8) translate(-3%, 10%);
        }
    }

    .hero-link:nth-child(4) {
        transform: translate(0%, 0%);
    }

    .hero-link:nth-child(5) {
        grid-column: 20/28;
        transform: translate(4%, -18%);
    }

    .hero-link:nth-child(6) {
        grid-row: 7/9;
        grid-column: 21/28;
        transform: translate(6%, 15%);
    }

    .hero-link:nth-child(7) {
        grid-row: 10/12;
        grid-column: 20/27;
        transform: translate(4%, 0%);
    }

    .hero-link:nth-child(8) {
        grid-row: 13/15;
        grid-column: 19/26;
        transform: translate(-2%, -12%);
    }

    .hero-link:nth-child(9) {
        grid-row: 14/16;
        transform: translate(0%, 23%);
    }

    .hero-link:nth-child(10) {
        grid-row: 12/14;
        grid-column: 2/10;
        transform: translate(-7%, 0%);
    }

    .hero-link:nth-child(11) {
        grid-row: 9/11;
        grid-column: 1/8;
        transform: translate(0%, 18%);
    }

    .hero-link:nth-child(12) {
        grid-row: 6/8;
        grid-column: 1/7;
        transform: translate(3%, 30%);
    }

    .hero-link:nth-child(13) {
        grid-row: 4/6;
        grid-column: 2/9;
        transform: translate(6%, -13%);
    }
}


@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }

    .hero-container {
        padding-top: 50px;
        display: grid;
        grid-template-rows: repeat(17, 37px);
        grid-template-columns: repeat(28, 35px);
    }

    .hero-middle {
        max-width: 450px;
    }

    .hero-mid {
        height: 255px;
    }

    .hero-heart {
        max-width: 180px;
    }

    .hero-link {
        font-size: 18px;
    }

    .hero-link::before {
        content: '';
        position: absolute;
        right: -42px;
        height: 72px;
        width: 72px;
    }

    .hero-link__img {
        right: -40px;
        transform: scale(0.8);
    }

    .hero-link__img-leftSide {
        left: -40px;
        transform: scale(0.8);
    }

    .hero-link:nth-child(8) {
        transform: translate(-2%, -25%);
    }

    .hero-link:nth-child(9) {
        transform: translate(0%, -5%);
    }

    .hero-link:nth-child(10) {
        transform: translate(0%, -25%);
    }

    .hero-link:nth-child(11) {
        transform: translate(0%, 0%);
    }

    .hero-link:nth-child(12) {
        grid-row: 6/8;
        grid-column: 2/8;
        transform: translate(-12%, 20%);
    }

}

@media (max-width: 1000px) {

    .main-nav>ul>li.big_only.switch-lang,
    .new-contacts {
        display: none;
    }

}



@media (max-width: 992px) {
    .container {
        max-width: 760px;
    }

    .hero {
        display: none;
    }

    .hero-mobile {
        display: block;
    }

    .hero-mobile-heart {
        display: block;
        margin-bottom: 25px;
    }
}

@media (max-width: 850px) {
    .main-nav>ul>li {
        font-size: 12px;
        padding: 5px;
        border: none;
    }

    .main-nav li a {
        font-size: 12px;
    }

    .logo_in_menu img {
        width: 140px;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 576px;
    }

    .hero-mobile-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .hero-mobile-wrapper {
        justify-content: center;
    }

    .hero-mobile-logoLink {
        display: none;
    }

    .hero-mobile-wrapper {
        max-height: none;
        align-items: center;
        row-gap: 20px;
    }
}

@media (max-width: 679px) {
    .thumb-wrap iframe {
        min-height: 190px;
    }

    #nav_menu {
        top: 70px;
        bottom: 0;
        margin-bottom: 0;
        padding-top: 0;
    }

    .wrap_m_sm {
        display: block;
    }

    .wrapper footer {
        margin-top: 0;
    }

    #main {
        display: none;
    }

    .main-nav>ul>li.big_only {
        display: block;
    }

    .logo_in_menu img {
        width: 100px;
    }

    .content {
        padding: 15px;
        margin: 0;
        margin-top: 40px;
    }

    .main-nav li a {
        font-size: 18px;
    }

    .logo_in_menu {
        font-size: 16px;
        position: absolute;
        top: 8px;
        left: auto;
        right: 15px;
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .zabolel_block .ul_small li {
        margin: 0 0 15px 0px;
    }

    .numbers_block .tel {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .content .left_side .left_side_in a img {
        display: none;
    }

    .new-footer-col-1,
    .new-footer-icons {
        float: none;
        padding: 15px;
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .new-footer-icons {
        text-align: center;
    }

    .new-footer-icons a img {
        width: 40px;
    }

    .sliderp strong {
        font-size: 14px;
    }

    .content .left_side {
        display: inline-block;
    }

    .main_slide {
        display: none;
    }

    .mobile_slide {
        display: block;
        margin: 25px 0;
        margin-bottom: 75px;
    }

    .mobile_slide a {
        display: block;
        margin-bottom: 15px;
    }

    .mobile_slide a img {
        width: 100%;
        margin-top: 0px;
    }
}


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

    .new-footer-icons a:nth-child(3):after {
        display: none;
    }

}

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

    .more-reviews-link a {

        position: relative;
        right: 0;
        bottom: 0;
        margin-right: 0;

    }

}

@media only screen and (max-width: 679px) {
    .link-filial {
        display: none;
    }

    .toppanel {
        margin: 0;
    }

    .schedule {
        background: none;
        color: #000;
        border: none;
    }

}

@media only screen and (max-width: 679px) and (min-width: 480px) {

    .wrapper footer {
        margin-top: 0;
    }

}

@media only screen and (min-width: 680px) {

    .main-nav>ul>li:last-child,
    .main-nav>ul>li:last-child a {
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        transition: none !important;
        border-radius: 0 !important;
    }

    .main-nav>ul>li:last-child {
        padding: 15px 5px;
        border-right: 1px solid #CCC;
    }

    .main-nav>ul>li:last-child:after {
        display: none;
    }

    .main-nav>ul>li:last-child:hover,
    .main-nav>ul>li:last-child a:hover {
        margin: 0 !important;
        background: #24743b !important;
        transition: none !important;
    }

    .main-nav>ul>li:last-child img {
        width: 40px;
        margin: 15px;
    }
}