* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

html {
    position: relative;
    overflow-x: hidden
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #220d08;
    position: relative;
    overflow-x: hidden
}

@media (max-width: 860px) {
    body {
        font-size: 16px
    }
}

.size {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    position: relative
}

@media (max-width: 1220px) {
    .size {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 640px) {
    .size {
        padding-left: 15px;
        padding-right: 15px
    }
}

.circle_right {
    display: block;
    position: absolute;
    width: 255px;
    height: 268px;
    right: -280px;
    bottom: -250px;
    background: url("../img/circle_right.svg") no-repeat center
}

.circle_left {
    display: block;
    position: absolute;
    width: 200px;
    height: 178px;
    left: -240px;
    bottom: -54px;
    background: url("../img/circle_left.svg") no-repeat center
}

a {
    color: #65cf19;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a.sb_butt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    background: #65cf19;
    border-radius: 50px;
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .17)
}

@media (max-width: 860px) {
    a.sb_butt {
        font-size: 16px;
        width: 220px;
        height: 54px
    }
}

a.sb_butt:hover {
    background: #5abb14;
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}

h2.title_small {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px
}

@media (max-width: 860px) {
    h2.title_small {
        font-size: 22px;
        margin-bottom: 30px
    }
}

h2.title_small span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 150%;
    margin-top: 10px
}

@media (max-width: 860px) {
    h2.title_small span {
        font-size: 16px
    }
}

#toggle {
    display: none;
    width: 45px;
    height: 45px;
    padding: 10px 6px;
    padding-bottom: 40px;
    cursor: pointer;
    z-index: 90;
    transition: border .3s
}

@media (max-width: 1050px) {
    #toggle {
        display: block;
        margin-top: 14px
    }
}

@media (max-width: 640px) {
    #toggle {
        margin-top: 1px
    }
}

#toggle div {
    width: 100%;
    height: 2px;
    background: #220d08;
    margin: 6px auto;
    transition: all .3s;
    backface-visibility: hidden
}

#toggle div.two {
    width: 70%;
    margin-left: 15%
}

#toggle.on .one {
    transform: rotate(45deg) translate(8px, 4px)
}

#toggle.on .two {
    opacity: 0
}

#toggle.on .three {
    transform: rotate(-45deg) translate(8px, -4px)
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: top .3s
}

header.scroll {
    top: -41px
}

@media (max-width: 1050px) {
    header.scroll {
        top: 0
    }
}

header .head_top {
    background: #827b74;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 2
}

@media (max-width: 1050px) {
    header .head_top {
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        opacity: 0;
        transition: left .3s, opacity .3s
    }
}

header .head_top .cont_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 41px
}

@media (max-width: 1050px) {
    header .head_top .cont_row {
        flex-direction: column-reverse;
        justify-content: center;
        height: auto;
        padding: 20px 0
    }
}

header .head_top .cont_row .row_time {
    padding: 4px 0;
    padding-left: 30px;
    background: url("../img/ico_head_time.svg") no-repeat left center
}

header .head_top .cont_row .row_loc {
    padding: 4px 0;
    padding-left: 30px;
    background: url("../img/ico_head_loc.svg") no-repeat left center
}

header .head_top .cont_row .row_loc a {
    color: #fff;
    text-decoration: none
}

header .head_top .cont_row .row_loc a:hover {
    text-decoration: underline;
    color: #65cf19
}

header .head_top .cont_row .row_phone {
    padding: 4px 0;
    padding-left: 30px;
    background: url("../img/ico_head_phone.svg") no-repeat left center
}

header .head_top .cont_row .row_phone a {
    color: #fff;
    text-decoration: none
}

header .head_top .cont_row .row_phone a:hover {
    text-decoration: underline;
    color: #65cf19
}

header .head_top .cont_row .row_lang .lang-dropdown {
    display: block;
    position: relative
}

header .head_top .cont_row .row_lang .lang-dropdown .lang-selected {
    display: block;
    padding: 4px 0;
    padding-right: 30px;
    background: url("../img/ico_head_arrow.svg") no-repeat right center;
    cursor: pointer
}

header .head_top .cont_row .row_lang .lang-dropdown ul.lang-list {
    list-style: none;
    display: none;
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 20px 0;
    border-radius: 5px;
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .17)
}

header .head_top .cont_row .row_lang .lang-dropdown ul.lang-list li {
    display: block;
    margin: 3px 0
}

header .head_top .cont_row .row_lang .lang-dropdown ul.lang-list li a {
    text-decoration: none;
    font-size: 16px
}

header .head_top .cont_row .row_lang .lang-dropdown ul.lang-list li a:hover {
    text-decoration: underline
}

header .head_cont {
    display: block;
    background: rgba(252, 249, 246, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

header .head_cont .size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    transition: height .3s
}

@media (max-width: 1050px) {
    header .head_cont .size {
        align-items: flex-start
    }
}

@media (max-width: 640px) {
    header .head_cont .size {
        height: 53px
    }
}

header .head_cont .head_cont_left {
    display: flex;
    align-items: center;
    gap: 50px
}

header .head_cont .head_cont_left a.logo {
    display: flex;
    align-items: center;
    color: #220d08;
    text-decoration: none;
    gap: 8px
}

@media (max-width: 1050px) {
    header .head_cont .head_cont_left a.logo {
        margin-top: 6px
    }
}

header .head_cont .head_cont_left a.logo img {
    display: block
}

@media (max-width: 640px) {
    header .head_cont .head_cont_left a.logo img {
        width: 50px;
        height: auto
    }
}

header .head_cont .head_cont_left a.logo span {
    display: block;
    color: #220d08;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 640px) {
    header .head_cont .head_cont_left a.logo span {
        font-size: 16px
    }
}

@media (max-width: 450px) {
    header .head_cont .head_cont_left a.logo span {
        display: none
    }
}

header .head_cont .head_cont_left a.logo span span {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-top: 3px
}

@media (max-width: 640px) {
    header .head_cont .head_cont_left a.logo span span {
        font-size: 9px;
        margin-top: 0
    }
}

@media (max-width: 450px) {
    header .head_cont .head_cont_left a.logo span span {
        display: none
    }
}

header .head_cont .head_cont_left nav.menu {
    display: block
}

@media (max-width: 1050px) {
    header .head_cont .head_cont_left nav.menu {
        position: absolute;
        width: 300px;
        left: -100%;
        top: calc(50% - 150px);
        transition: left .3s
    }
}

header .head_cont .head_cont_left nav.menu ul {
    list-style: none;
    display: flex;
    gap: 30px
}

@media (max-width: 1050px) {
    header .head_cont .head_cont_left nav.menu ul {
        flex-direction: column
    }
}

header .head_cont .head_cont_left nav.menu ul li {
    display: block
}

@media (max-width: 1050px) {
    header .head_cont .head_cont_left nav.menu ul li {
        text-align: center
    }

    header .head_cont .head_cont_left nav.menu ul li a {
        font-weight: bold !important;
        font-size: 19px !important;
    }
}

header .head_cont .head_cont_left nav.menu ul li a {
    color: #220d08;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400
}

header .head_cont .head_cont_left nav.menu ul li a:hover {
    color: #65cf19
}

header .head_cont .head_cont_left nav.menu ul li.current_page_item a {
    color: #65cf19
}

header .head_cont a.sb_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 45px;
    text-align: center;
    border: 2px solid #65cf19;
    text-decoration: none;
    color: #220d08;
    font-size: 13px;
    font-weight: 500;
    border-radius: 50px
}

@media (max-width: 1050px) {
    header .head_cont a.sb_right {
        margin-top: 15px
    }
}

@media (max-width: 640px) {
    header .head_cont a.sb_right {
        font-size: 12px;
        width: 140px;
        height: 40px;
        margin-top: 6px
    }
}

header .head_cont a.sb_right:hover {
    background: #65cf19;
    color: #fff
}

@media (max-width: 1050px) {
    header.active .head_top {
        left: 0;
        opacity: 1
    }

    header.active .head_cont .size {
        height: 100vh;
        align-items: flex-start
    }

    header.active .head_cont nav.menu {
        left: calc(50% - 150px)
    }
}

section {
    display: block;
    padding: 100px 0
}

@media (max-width: 860px) {
    section {
        padding: 60px 0
    }
}

@media (max-width: 640px) {
    section {
        padding: 40px 0
    }
}

section.block_home {
    background-image: url("../img/block_home.jpg");
    background-position: center bottom;
    background-size: cover;
    padding: 0
}

section.block_home .size {
    height: 800px;
    display: flex;
    align-items: center
}

@media (max-width: 860px) {
    section.block_home .size {
        height: auto;
        padding-top: 80px;
        padding-bottom: 40px
    }
}

section.block_home .cont_row {
    width: 55%
}

@media (max-width: 860px) {
    section.block_home .cont_row {
        width: 59%
    }
}

section.block_home .cont_row h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 7px
}

@media (max-width: 860px) {
    section.block_home .cont_row h3 {
        font-size: 16px
    }
}

section.block_home .cont_row h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 860px) {
    section.block_home .cont_row h1 {
        font-size: 18px
    }
}

section.block_home .cont_row p {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 150%
}

@media (max-width: 860px) {
    section.block_home .cont_row p {
        font-size: 14px;
        margin-bottom: 10px
    }
}

section.our_services {
    background: #fff
}

section.our_services .cont_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px
}

@media (max-width: 640px) {
    section.our_services .cont_row {
        row-gap: 15px
    }
}

section.our_services .cont_row a.row {
    display: block;
    text-decoration: none;
    color: #220d08;
    font-weight: 400;
    width: 31%;
    background: #fff;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .25);
    border-radius: 20px;
    padding: 25px 40px;
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
    transition: background .3s, box-shadow .3s
}

@media (max-width: 860px) {
    section.our_services .cont_row a.row {
        width: 48%
    }
}

@media (max-width: 640px) {
    section.our_services .cont_row a.row {
        width: 100%;
        padding: 15px 20px
    }
}

section.our_services .cont_row a.row img {
    display: block;
    margin-bottom: 20px
}

section.our_services .cont_row a.row span.name {
    display: block;
    width: 170px;
    line-height: 150%
}

section.our_services .cont_row a.row span.num {
    display: block;
    font-size: 96px;
    font-weight: 700;
    color: #ebfbe0;
    position: absolute;
    bottom: -40px;
    right: 8px;
    transition: color .3s, bottom .5s
}

section.our_services .cont_row a.row:hover {
    background: #ebfbe0;
    box-shadow: 0 0 0 0 rgba(151, 145, 140, 0)
}

section.our_services .cont_row a.row:hover span.num {
    color: #fff;
    bottom: -20px
}

section.our_adv {
    background: #fcf9f6
}

section.our_adv .cont_row {
    display: flex;
    justify-content: space-between
}

@media (max-width: 860px) {
    section.our_adv .cont_row {
        flex-wrap: wrap;
        row-gap: 30px
    }
}

section.our_adv .cont_row .row {
    display: block;
    width: 23%
}

@media (max-width: 860px) {
    section.our_adv .cont_row .row {
        width: 48%
    }
}

@media (max-width: 640px) {
    section.our_adv .cont_row .row {
        width: 100%
    }
}

section.our_adv .cont_row .row .row_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    margin-bottom: 35px
}

@media (max-width: 640px) {
    section.our_adv .cont_row .row .row_icon {
        margin-bottom: 15px
    }
}

section.our_adv .cont_row .row h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 18px;
    height: 55px;
    display: flex;
    align-items: center
}

@media (max-width: 640px) {
    section.our_adv .cont_row .row h3 {
        height: auto;
        margin-bottom: 5px
    }
}

section.our_adv .cont_row .row p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300
}

@media (max-width: 640px) {
    section.our_adv .cont_row .row p {
        font-size: 16px
    }
}

section.our_team {
    background: #fff
}

@media (max-width: 640px) {
    section.our_team {
        padding-bottom: 80px
    }
}

section.our_team .cont_team_slick {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
}

section.our_team .cont_team_slick .item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 20px 0 rgba(151, 145, 140, .2);
    overflow: hidden;
    width: 30%
}

section.our_team .cont_team_slick .item:nth-child(-n+2) {
    width: 34%;
}


@media (max-width: 1080px) {
    section.our_team .cont_team_slick .item {
        width: 45% !important
    }
}

@media (max-width: 640px) {
    section.our_team .cont_team_slick .item {
        width: 100% !important
    }
}

section.our_team .cont_team_slick .item img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 640px) {
    section.our_team .cont_team_slick .item img {
        height: 300px;
    }
}

section.our_team .cont_team_slick .item .item_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    gap: 15px
}

section.our_team .cont_team_slick .item .item_txt h3 {
    color: #65cf19;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    max-width: 220px
}

section.our_team .cont_team_slick .item .item_txt div.txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    min-height: 55px
}

section.page_doctors {
    background: #fff
}

section.page_doctors h2.small_title {
    margin-bottom: 40px
}

section.page_doctors .cont_team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    row-gap: 30px
}

@media (max-width: 1050px) {
    section.page_doctors .cont_team {
        gap: 4%;
        row-gap: 20px
    }
}

@media (max-width: 640px) {
    section.page_doctors .cont_team {
        gap: 20px
    }
}

section.page_doctors .cont_team .item {
    background: #fff;
    border-radius: 20px;
    width: 31%;
    box-shadow: 0 2px 20px 0 rgba(151, 145, 140, .2);
    overflow: hidden
}

section.page_doctors .cont_team .item:nth-child(-n+2) {
    width: 32%;
}

@media (max-width: 1050px) {
    section.page_doctors .cont_team .item {
        width: 48% !important
    }
}

@media (max-width: 640px) {
    section.page_doctors .cont_team .item {
        width: 100% !important
    }
}

section.page_doctors .cont_team .item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 350px
}

@media (max-width: 640px) {
    section.page_doctors .cont_team .item img {
        height: 300px
    }
}

section.page_doctors .cont_team .item .item_txt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px;
    gap: 20px
}

section.page_doctors .cont_team .item .item_txt div.txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    min-height: 55px;
}

section.page_doctors .cont_team .item .item_txt h3 {
    color: #65cf19;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    max-width: 220px
}

section.page_doctors .cont_team .item .item_txt .txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 150%
}

section.block_portfolio {
    background: #fff;
    padding-top: 0
}

section.block_portfolio h2.small_title {
    margin-bottom: 40px
}

section.block_portfolio .cont_row {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 2%
}

@media (max-width: 860px) {
    section.block_portfolio .cont_row {
        gap: 4%
    }
}

@media (max-width: 640px) {
    section.block_portfolio .cont_row {
        gap: 30px
    }
}

section.block_portfolio .cont_row .row {
    width: 32%
}

@media (max-width: 860px) {
    section.block_portfolio .cont_row .row {
        width: 48%
    }
}

@media (max-width: 640px) {
    section.block_portfolio .cont_row .row {
        width: 100%
    }
}

section.block_portfolio .cont_row .row a {
    display: block;
    margin-bottom: 25px
}

@media (max-width: 640px) {
    section.block_portfolio .cont_row .row a {
        margin-bottom: 10px
    }
}

section.block_portfolio .cont_row .row a img {
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px
}

@media (max-width: 640px) {
    section.block_portfolio .cont_row .row a img {
        height: 250px
    }
}

section.block_portfolio .cont_row .row h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px
}

@media (max-width: 640px) {
    section.block_portfolio .cont_row .row h3 {
        font-size: 18px
    }
}

section.block_portfolio .cont_row .row p {
    font-weight: 300;
    line-height: 150%;
    text-align: center
}

section.block_rev {
    background: #fcf9f6
}

@media (max-width: 640px) {
    section.block_rev {
        padding-bottom: 80px
    }
}

section.block_rev .cont_rev_slick .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

section.block_rev .cont_rev_slick .slick-track {
    display: flex;
    padding: 20px 0
}

section.block_rev .cont_rev_slick .item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 20px 0 rgba(151, 145, 140, .2);
    margin: 0 15px;
    padding: 40px
}

@media (max-width: 640px) {
    section.block_rev .cont_rev_slick .item {
        padding: 20px
    }
}

section.block_rev .cont_rev_slick .item .item_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 640px) {
    section.block_rev .cont_rev_slick .item .item_head {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px
    }
}

section.block_rev .cont_rev_slick .item .item_head .name {
    font-size: 18px;
    font-weight: 600
}

section.block_rev .cont_rev_slick .item .item_head .date {
    font-size: 18px;
    font-weight: 300
}

section.block_rev .cont_rev_slick .item .item_txt p {
    line-height: 150%;
    font-weight: 300
}

section.block_rev .cont_rev_slick button.slick-arrow {
    font-size: 0;
    width: 48px;
    height: 48px;
    background: #fff url("../img/arrow_left.svg") no-repeat center;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 24px);
    left: -90px
}

@media (max-width: 1320px) {
    section.block_rev .cont_rev_slick button.slick-arrow {
        top: auto;
        bottom: -50px;
        left: calc(50% - 70px)
    }
}

section.block_rev .cont_rev_slick button.slick-arrow:hover {
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .26)
}

section.block_rev .cont_rev_slick button.slick-arrow.slick-next {
    background: #fff url("../img/arrow_right.svg") no-repeat center;
    left: auto;
    right: -90px
}

@media (max-width: 1320px) {
    section.block_rev .cont_rev_slick button.slick-arrow.slick-next {
        top: auto;
        bottom: -50px;
        right: calc(50% - 70px)
    }
}

section.block_txt {
    background: #fff;
    padding: 160px 0
}

@media (max-width: 860px) {
    section.block_txt {
        padding: 60px 0
    }
}

section.block_txt .cont_row {
    display: flex;
    justify-content: space-between
}

@media (max-width: 860px) {
    section.block_txt .cont_row {
        flex-direction: column
    }
}

section.block_txt .cont_row .row_txt {
    width: 60%
}

@media (max-width: 860px) {
    section.block_txt .cont_row .row_txt {
        width: 100%;
        order: 1
    }
}

section.block_txt .cont_row .row_txt p {
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 150%
}

@media (max-width: 860px) {
    section.block_txt .cont_row .row_txt p {
        line-height: normal;
        font-size: 14px;
        margin-bottom: 10px;
        text-align: justify
    }
}

section.block_txt .cont_row .row_img {
    width: 35%;
    position: relative
}

@media (max-width: 860px) {
    section.block_txt .cont_row .row_img {
        width: 100%;
        order: 0
    }
}

section.block_txt .cont_row .row_img img {
    display: block;
    position: absolute;
    left: 0;
    top: -80px
}

@media (max-width: 860px) {
    section.block_txt .cont_row .row_img img {
        position: relative;
        width: 100%;
        top: 0
    }
}

section.block_txt .cont_row.cont_left .row_txt {
    order: 2
}

@media (max-width: 860px) {
    section.block_txt .cont_row.cont_left .row_txt {
        order: 1
    }
}

section.block_txt .cont_row.cont_left .row_img {
    order: 1
}

@media (max-width: 860px) {
    section.block_txt .cont_row.cont_left .row_img {
        order: 2
    }
}

section.block_txt .cont_row.cont_left .row_img img {
    left: auto;
    right: 0
}

section.block_stat {
    background: #fcf9f6;
    padding: 0
}

section.block_stat .cont_row {
    display: flex;
    justify-content: center
}

@media (max-width: 640px) {
    section.block_stat .cont_row {
        flex-direction: column;
        gap: 0
    }
}

section.block_stat .cont_row .row {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-right: 1px solid #827b74
}

section.block_stat .cont_row .row:last-child {
    border-right: 0
}

@media (max-width: 640px) {
    section.block_stat .cont_row .row {
        width: 100%;
        border-right: 0;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

section.block_stat .cont_row .row .row_name {
    font-weight: 700;
    font-size: 64px;
    color: #fcf9f6;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

@media (max-width: 860px) {
    section.block_stat .cont_row .row .row_name {
        font-size: 48px
    }
}

section.block_stat .cont_row .row .row_txt {
    font-weight: 300;
    text-align: center
}

@media (max-width: 640px) {
    section.block_photo {
        padding-bottom: 80px
    }
}

section.block_photo .cont_photo {
    display: flex;
    justify-content: space-between
}

@media (max-width: 640px) {
    section.block_photo .cont_photo {
        display: none
    }
}

section.block_photo .cont_photo img {
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.block_photo .cont_photo .row_left {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 21px
}

section.block_photo .cont_photo .row_left a {
    display: block
}

section.block_photo .cont_photo .row_left a img {
    display: block;
    height: 440px;
    width: 100%
}

section.block_photo .cont_photo .row_left a:nth-child(2) img {
    height: 260px
}

section.block_photo .cont_photo .row_right {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 21px
}

section.block_photo .cont_photo .row_right .row_right_duble {
    display: flex;
    gap: 21px
}

section.block_photo .cont_photo .row_right .row_right_duble a:nth-child(2) img {
    height: 440px
}

section.block_photo .cont_photo .row_right a {
    display: block
}

section.block_photo .cont_photo .row_right a img {
    display: block;
    height: 440px;
    width: 100%
}

section.block_photo .cont_photo .row_right a:nth-child(2) img {
    height: 260px
}

section.block_photo .cont_photo_mob {
    display: none
}

@media (max-width: 640px) {
    section.block_photo .cont_photo_mob {
        display: block
    }
}

section.block_photo .cont_photo_mob .item {
    display: block;
    border-radius: 20px;
    overflow: hidden
}

section.block_photo .cont_photo_mob .item img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

section.block_photo .cont_photo_mob button.slick-arrow {
    font-size: 0;
    width: 48px;
    height: 48px;
    background: #fff url("../img/arrow_left.svg") no-repeat center;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 24px);
    left: -90px
}

@media (max-width: 1320px) {
    section.block_photo .cont_photo_mob button.slick-arrow {
        top: auto;
        bottom: -60px;
        left: calc(50% - 70px)
    }
}

section.block_photo .cont_photo_mob button.slick-arrow:hover {
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .26)
}

section.block_photo .cont_photo_mob button.slick-arrow.slick-next {
    background: #fff url("../img/arrow_right.svg") no-repeat center;
    left: auto;
    right: -90px
}

@media (max-width: 1320px) {
    section.block_photo .cont_photo_mob button.slick-arrow.slick-next {
        top: auto;
        bottom: -60px;
        right: calc(50% - 70px)
    }
}

@media (max-width: 640px) {
    section.block_sert {
        padding-bottom: 100px
    }
}

section.block_sert .cont_sert {
    display: flex;
    gap: 20px
}

@media (max-width: 640px) {
    section.block_sert .cont_sert {
        flex-wrap: wrap
    }
}

section.block_sert .cont_sert a.row {
    display: block;
    margin: 0 10px
}

@media (max-width: 640px) {
    section.block_sert .cont_sert a.row {
        width: 45%
    }
}

section.block_sert .cont_sert a.row img {
    width: 100%;
    height: auto
}

section.block_sert .cont_sert button.slick-arrow {
    font-size: 0;
    width: 48px;
    height: 48px;
    background: #fff url("../img/arrow_left.svg") no-repeat center;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 24px);
    left: -90px
}

@media (max-width: 1320px) {
    section.block_sert .cont_sert button.slick-arrow {
        top: auto;
        bottom: -60px;
        left: calc(50% - 70px)
    }
}

section.block_sert .cont_sert button.slick-arrow:hover {
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .26)
}

section.block_sert .cont_sert button.slick-arrow.slick-next {
    background: #fff url("../img/arrow_right.svg") no-repeat center;
    left: auto;
    right: -90px
}

@media (max-width: 1320px) {
    section.block_sert .cont_sert button.slick-arrow.slick-next {
        top: auto;
        bottom: -60px;
        right: calc(50% - 70px)
    }
}

section.block_head {
    background: #fcf9f6;
    padding-top: 180px;
    padding-bottom: 80px;
    position: relative
}

@media (max-width: 1050px) {
    section.block_head {
        padding-top: 110px;
        padding-bottom: 40px
    }
}

section.block_head h2.title {
    font-size: 42px;
    font-weight: 700;
    position: relative;
    z-index: 2
}

@media (max-width: 1050px) {
    section.block_head h2.title {
        font-size: 36px
    }
}

@media (max-width: 860px) {
    section.block_head h2.title {
        font-size: 26px
    }
}

section.block_head img.title_img {
    display: block;
    position: absolute;
    right: calc(50% - 630px);
    bottom: 0
}

@media (max-width: 1050px) {
    section.block_head img.title_img {
        max-width: 400px;
        max-height: 160px;
        right: 20px
    }
}

@media (max-width: 640px) {
    section.block_head img.title_img {
        right: -50px;
        max-width: 300px;
        max-height: 120px
    }
}

section.block_head .breadcrumbs {
    margin-top: 15px;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    z-index: 2
}

section.block_map {
    position: relative;
    padding-top: 180px;
    padding-bottom: 80px
}

@media (max-width: 860px) {
    section.block_map {
        padding-top: 100px;
        padding-bottom: 40px
    }
}

section.block_map .size {
    display: flex;
    justify-content: flex-end;
    position: static
}

@media (max-width: 860px) {
    section.block_map .size {
        flex-direction: column-reverse;
        gap: 20px
    }
}

section.block_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

@media (max-width: 860px) {
    section.block_map iframe {
        position: relative;
        bottom: auto;
        height: 400px;
        border-radius: 20px
    }
}

section.block_map .contact_block {
    background: #fff;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 20px;
    padding: 50px;
    position: relative
}

@media (max-width: 860px) {
    section.block_map .contact_block {
        max-width: 100%;
        padding: 30px
    }
}

section.block_map .contact_block h3 {
    margin-bottom: 40px
}

section.block_map .contact_block .cont_row {
    display: flex;
    flex-direction: column;
    line-height: 150%;
    font-weight: 300;
    gap: 20px
}

section.block_map .contact_block .cont_row .row_phone {
    padding-left: 40px;
    background: url("../img/ico_green_phone.svg") no-repeat left top
}

section.block_map .contact_block .cont_row .row_phone a {
    text-decoration: none;
    font-size: 18px;
    display: block
}

section.block_map .contact_block .cont_row .row_phone a:hover {
    text-decoration: underline
}

section.block_map .contact_block .cont_row .row_email {
    padding-left: 40px;
    background: url("../img/ico_green_email.svg") no-repeat left top
}

section.block_map .contact_block .cont_row .row_email a {
    text-decoration: none;
    font-size: 18px;
    display: block
}

section.block_map .contact_block .cont_row .row_email a:hover {
    text-decoration: underline
}

section.block_map .contact_block .cont_row .row_loc {
    padding-left: 40px;
    background: url("../img/ico_green_loc.svg") no-repeat left top
}

section.block_map .contact_block .cont_row .row_loc a {
    text-decoration: none;
    font-size: 18px;
    display: block
}

section.block_map .contact_block .cont_row .row_loc a:hover {
    text-decoration: underline
}

section.block_map .contact_block .cont_row .row_time {
    padding-left: 40px;
    background: url("../img/ico_green_time.svg") no-repeat left top
}

section.page_cat .block_search {
    margin-bottom: 50px
}

section.page_cat .block_search p {
    font-weight: 300;
    margin-bottom: 25px
}

section.page_cat .block_search form.search {
    display: flex
}

section.page_cat .block_search form.search input {
    display: block;
    width: 80%;
    height: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 0 40px;
    border-radius: 50px;
    border: 1px solid #827b74;
    font-size: 18px
}

@media (max-width: 1050px) {
    section.page_cat .block_search form.search input {
        font-size: 16px
    }
}

@media (max-width: 860px) {
    section.page_cat .block_search form.search input {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 0 20px
    }
}

section.page_cat .block_search form.search button {
    height: 50px;
    width: calc(20% + 40px);
    margin-left: -40px;
    background: #65cf19 url("../img/search.svg") no-repeat center;
    border-radius: 50px;
    border: none;
    cursor: pointer
}

section.page_cat .block_search form.search button:hover {
    background: #59b417 url("../img/search.svg") no-repeat center
}

@media (max-width: 860px) {
    section.page_cat .block_search form.search button {
        height: 40px
    }
}

section.page_cat .cat_cont {
    display: flex;
    flex-direction: column;
    gap: 50px
}

section.page_cat .cat_cont .cat_row {
    display: block
}

section.page_cat .cat_cont .cat_row .cat_image {
    margin-bottom: 10px
}

section.page_cat .cat_cont .cat_row a.cat_name {
    color: #65cf19;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width: 860px) {
    section.page_cat .cat_cont .cat_row a.cat_name {
        font-size: 18px;
        margin-bottom: 10px
    }
}

section.page_cat .cat_cont .cat_row a.cat_name img {
    display: block;
    flex-shrink: 1
}

@media (max-width: 860px) {
    section.page_cat .cat_cont .cat_row a.cat_name img {
        width: 70px;
        height: auto
    }
}

section.page_cat .cat_cont .cat_row a.cat_name:hover {
    text-decoration: underline
}

section.page_cat .cat_cont .cat_row hr {
    border: none;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    margin-top: 20px;
    margin-bottom: 40px
}

@media (max-width: 860px) {
    section.page_cat .cat_cont .cat_row hr {
        display: none
    }
}

section.page_cat .cat_cont .cat_row ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.3%;
    row-gap: 15px
}

@media (max-width: 1050px) {
    section.page_cat .cat_cont .cat_row ul {
        gap: 4%;
        row-gap: 15px
    }
}

@media (max-width: 860px) {
    section.page_cat .cat_cont .cat_row ul {
        gap: 10px
    }
}

section.page_cat .cat_cont .cat_row ul li {
    width: 24%;
    box-shadow: 0 9px 22px 0 rgba(100, 100, 100, .15);
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width: 1050px) {
    section.page_cat .cat_cont .cat_row ul li {
        width: 48%
    }
}

@media (max-width: 860px) {
    section.page_cat .cat_cont .cat_row ul li {
        width: 100%;
        padding: 20px
    }
}

section.page_cat .cat_cont .cat_row ul li p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 300
}

@media (max-width: 860px) {
    section.page_cat .cat_cont .cat_row ul li p {
        height: auto
    }
}

section.page_cat .cat_cont .cat_row ul li a.more {
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap .3s;
    font-weight: 300
}

section.page_cat .cat_cont .cat_row ul li a.more:hover {
    gap: 10px
}

section.block_price {
    display: block
}

section.block_price .price_tabs {
    display: flex;
    justify-content: space-between
}

section.block_price .price_tabs .price_tabs_tab {
    width: 70%
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_tab {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px
    }
}

section.block_price .price_tabs .price_tabs_tab .tab {
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    background: #fff;
    border-radius: 20px
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_tab .tab {
        display: block !important
    }
}

section.block_price .price_tabs .price_tabs_tab .tab .is_mob_title {
    display: none
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_tab .tab .is_mob_title {
        display: block;
        padding: 30px;
        font-weight: bold;
        cursor: pointer;
        color: #65cf19;
        position: relative
    }

    section.block_price .price_tabs .price_tabs_tab .tab .is_mob_title:hover {
        text-decoration: underline
    }

    section.block_price .price_tabs .price_tabs_tab .tab .is_mob_title::after {
        content: "+";
        position: absolute;
        right: 25px;
        top: 18px;
        font-size: 32px
    }
}

section.block_price .price_tabs .price_tabs_tab .tab .tab_cont {
    display: flex;
    flex-direction: column
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_tab .tab .tab_cont {
        max-height: 0px;
        overflow: hidden
    }
}

section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #827b74
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row {
        font-size: 14px
    }
}

section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row:first-child {
    border-top: none
}

section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row .row_l {
    padding: 45px
}

@media (max-width: 1050px) {
    section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row .row_l {
        padding: 20px
    }
}

section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row .row_r {
    padding: 45px;
    font-weight: 600;
    padding-left: 0;
    flex-shrink: 0;
    text-align: right;
}

@media (max-width: 1050px) {
    section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row .row_r {
        padding: 20px
    }
}

@media (max-width: 640px) {
    section.block_price .price_tabs .price_tabs_tab .tab .tab_cont .tab_cont_row .row_r {
        min-width: 100px;
        padding-left: 0;
        text-align: right
    }
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_tab .tab.active .is_mob_title::after {
        content: "-"
    }
}

section.block_price .price_tabs .price_tabs_tab .tab.active .tab_cont {
    max-height: 5000px
}

section.block_price .price_tabs .price_tabs_cat {
    width: 22%
}

@media (max-width: 1050px) {
    section.block_price .price_tabs .price_tabs_cat {
        width: 27%
    }
}

@media (max-width: 860px) {
    section.block_price .price_tabs .price_tabs_cat {
        display: none
    }
}

section.block_price .price_tabs .price_tabs_cat h3 {
    color: #404040;
    margin-bottom: 40px
}

section.block_price .price_tabs .price_tabs_cat ul {
    list-style: none;
    display: flex;
    flex-direction: column
}

section.block_price .price_tabs .price_tabs_cat ul li {
    display: block;
    cursor: pointer;
    padding: 30px;
    text-align: center;
    font-weight: 300;
    color: #595959;
    border-top: 1px solid #595959;
    transition: background .3s, color .3s
}

@media (max-width: 1050px) {
    section.block_price .price_tabs .price_tabs_cat ul li {
        padding: 15px;
        font-size: 16px
    }
}

section.block_price .price_tabs .price_tabs_cat ul li:first-child {
    border-top: none
}

section.block_price .price_tabs .price_tabs_cat ul li:hover {
    background: #c3c3c3
}

section.block_price .price_tabs .price_tabs_cat ul li.active {
    background: #595959;
    color: #fff
}

section.single_head {
    padding-bottom: 0
}

section.single_head .cont_row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-start
}

@media (max-width: 640px) {
    section.single_head .cont_row {
        flex-direction: column
    }
}

section.single_head .cont_row .row_img {
    width: 45%;
    height: auto;
    border-radius: 20px
}

@media (max-width: 640px) {
    section.single_head .cont_row .row_img {
        width: 100%
    }
}

section.single_head .cont_row .row_txt {
    display: flex;
    flex-direction: column;
    gap: 35px
}

@media (max-width: 640px) {
    section.single_head .cont_row .row_txt {
        width: 100%
    }
}

section.single_head .cont_row .row_txt p {
    font-weight: 300;
    line-height: 150%
}

section.single_text p {
    font-weight: 300;
    line-height: 150%;
    margin-bottom: 25px
}

section.single_text ul {
    padding-left: 50px;
    line-height: 150%;
    margin-bottom: 25px
}

section.single_text h2,
section.single_text h3,
section.single_text h4 {
    margin-bottom: 25px
}

section.single_price {
    background: #fcf9f6
}

section.single_price h2 {
    text-align: center;
    margin-bottom: 40px
}

section.single_price .cont_row {
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    background: #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto
}

@media (max-width: 640px) {
    section.single_price .cont_row {
        width: 100%
    }
}

section.single_price .cont_row .row_cont_row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #827b74
}

section.single_price .cont_row .row_cont_row:first-child {
    border-top: none
}

section.single_price .cont_row .row_cont_row .row_l {
    padding: 30px
}

@media (max-width: 640px) {
    section.single_price .cont_row .row_cont_row .row_l {
        font-size: 14px
    }
}

section.single_price .cont_row .row_cont_row .row_r {
    padding: 30px;
    font-weight: 600
}

@media (max-width: 640px) {
    section.single_price .cont_row .row_cont_row .row_r {
        font-size: 14px;
        min-width: 100px;
        padding-left: 0;
        text-align: right
    }
}

section.foot_2 {
    background: #fcf9f6
}

section.foot_2 .cont_row {
    display: flex;
    justify-content: space-between
}

@media (max-width: 860px) {
    section.foot_2 .cont_row {
        flex-direction: column;
        gap: 20px
    }
}

section.foot_2 .cont_row .row_img {
    width: 40%
}

@media (max-width: 860px) {
    section.foot_2 .cont_row .row_img {
        width: 100%
    }
}

section.foot_2 .cont_row .row_img img {
    display: block;
    width: 100%;
    height: auto
}

@media (max-width: 860px) {
    section.foot_2 .cont_row .row_img img {
        max-width: 300px;
        margin: 0 auto
    }
}

section.foot_2 .cont_row .row_ul {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px
}

@media (max-width: 860px) {
    section.foot_2 .cont_row .row_ul {
        width: 100%
    }
}

section.foot_2 .cont_row .row_ul .row_ul_item {
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
    display: flex;
    gap: 50px
}

@media (max-width: 640px) {
    section.foot_2 .cont_row .row_ul .row_ul_item {
        flex-direction: column;
        gap: 20px;
        padding: 20px
    }
}

section.foot_2 .cont_row .row_ul .row_ul_item .row_ul_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px
}

section.foot_2 .cont_row .row_ul .row_ul_item .row_ul_item_txt {
    width: 260px;
    font-weight: 300;
    line-height: 150%
}

@media (max-width: 640px) {
    section.foot_2 .cont_row .row_ul .row_ul_item .row_ul_item_txt {
        width: 100%
    }
}

section.foot_2 .foot_form {
    margin-top: 50px
}

section.foot_2 .foot_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4%;
    align-items: flex-start
}

@media (max-width: 860px) {
    section.foot_2 .foot_form form {
        flex-direction: column;
        gap: 10px
    }
}

section.foot_2 .foot_form form .wpcf7-form-control-wrap {
    display: block;
    width: 35%
}

@media (max-width: 860px) {
    section.foot_2 .foot_form form .wpcf7-form-control-wrap {
        width: 100%
    }
}

section.foot_2 .foot_form form .wpcf7-not-valid-tip {
    text-align: center;
    margin-top: 10px
}

section.foot_2 .foot_form form .wpcf7-response-output {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    margin-top: 10px
}

section.foot_2 .foot_form form input {
    width: 100%;
    display: block;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 35px;
    border: none
}

@media (max-width: 860px) {
    section.foot_2 .foot_form form input {
        font-size: 16px
    }
}

section.foot_2 .foot_form form input:hover {
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}

section.foot_2 .foot_form form input.sb_butt {
    width: 25%;
    display: block;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    background: #65cf19;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 35px;
    color: #fff;
    border: none
}

@media (max-width: 860px) {
    section.foot_2 .foot_form form input.sb_butt {
        width: 100%;
        font-size: 16px
    }
}

section.foot_2 .foot_form form input.sb_butt:hover {
    background: #5abb14;
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}

section.form_single {
    background: url("../img/form_single.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
    margin-top: -30px
}

section.form_single .foot_form h2 {
    text-align: center;
    color: #fff;
    font-size: 48px
}

@media (max-width: 860px) {
    section.form_single .foot_form h2 {
        font-size: 24px
    }
}

section.form_single .foot_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4%;
    align-items: flex-start
}

@media (max-width: 860px) {
    section.form_single .foot_form form {
        flex-direction: column;
        gap: 10px
    }
}

section.form_single .foot_form form .wpcf7-form-control-wrap {
    display: block;
    width: 35%
}

@media (max-width: 860px) {
    section.form_single .foot_form form .wpcf7-form-control-wrap {
        width: 100%
    }
}

section.form_single .foot_form form .wpcf7-not-valid-tip {
    text-align: center;
    margin-top: 10px
}

section.form_single .foot_form form .wpcf7-response-output {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    margin-top: 10px
}

section.form_single .foot_form form input {
    width: 100%;
    display: block;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 35px;
    border: none
}

@media (max-width: 860px) {
    section.form_single .foot_form form input {
        font-size: 16px
    }
}

section.form_single .foot_form form input:hover {
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}

section.form_single .foot_form form input.sb_butt {
    width: 25%;
    display: block;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    background: #65cf19;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 35px;
    color: #fff;
    border: none
}

@media (max-width: 860px) {
    section.form_single .foot_form form input.sb_butt {
        width: 100%;
        font-size: 16px
    }
}

section.form_single .foot_form form input.sb_butt:hover {
    background: #5abb14;
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}

footer {
    display: block
}

footer .foot_top {
    background: #3d3331;
    padding: 45px 0
}

footer .foot_top .foot_top_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 860px) {
    footer .foot_top .foot_top_cont {
        flex-direction: column;
        gap: 30px
    }
}

footer .foot_top .foot_top_cont a.logo {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    gap: 8px
}

footer .foot_top .foot_top_cont a.logo span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase
}

footer .foot_top .foot_top_cont a.logo span span {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    margin-top: 3px
}

footer .foot_top .foot_top_cont ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px
}

@media (max-width: 640px) {
    footer .foot_top .foot_top_cont ul {
        gap: 5px
    }
}

footer .foot_top .foot_top_cont ul li {
    display: block
}

footer .foot_top .foot_top_cont ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none
}

@media (max-width: 640px) {
    footer .foot_top .foot_top_cont ul li a {
        font-size: 14px
    }
}

footer .foot_top .foot_top_cont ul li a:hover {
    text-decoration: underline
}

footer .foot_top .foot_top_cont .foot_top_info {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px
}

footer .foot_top .foot_top_cont .foot_top_info .row_phone {
    padding-left: 30px;
    background: url("../img/ico_green_phone.svg") no-repeat left top
}

footer .foot_top .foot_top_cont .foot_top_info .row_phone a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block
}

footer .foot_top .foot_top_cont .foot_top_info .row_email a:hover {
    text-decoration: underline
}

footer .foot_top .foot_top_cont .foot_top_info .row_email {
    padding-left: 30px;
    background: url("../img/ico_green_email.svg") no-repeat left top
}

footer .foot_top .foot_top_cont .foot_top_info .row_email a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block
}

footer .foot_top .foot_top_cont .foot_top_info .row_phone a:hover {
    text-decoration: underline
}

footer .foot_top .foot_top_cont .foot_top_info .row_loc {
    padding-left: 30px;
    background: url("../img/ico_green_loc.svg") no-repeat left top
}

footer .foot_top .foot_top_cont .foot_top_info .row_loc a {
    color: #fff;
    text-decoration: none;
    font-size: 16px
}

footer .foot_top .foot_top_cont .foot_top_info .row_loc a:hover {
    text-decoration: underline
}

footer .foot_bott {
    background: #2b2523;
    padding: 30px 0
}

footer .foot_bott .copy {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300
}

#popup-content {
    font-family: "Montserrat", sans-serif;
    border-radius: 20px
}

#popup-content h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px
}

#popup-content h4 {
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px
}

#popup-content .cont_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 2.4%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px
}

#popup-content .cont_form form .wpcf7-form-control-wrap {
    display: block;
    width: 100%
}

#popup-content .cont_form form .wpcf7-not-valid-tip {
    text-align: center;
    margin-top: 10px
}

#popup-content .cont_form form .wpcf7-response-output {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin: 0;
    margin-top: 10px
}

#popup-content .cont_form form .wpcf7-checkbox .wpcf7-list-item {
    padding: 15px 0;
    display: flex;
    gap: 20px
}

#popup-content .cont_form form .wpcf7-checkbox .wpcf7-list-item input {
    width: 30px;
    height: 30px;
    padding: 0
}

#popup-content .cont_form form input {
    width: 100%;
    display: block;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 35px;
    border: none
}

@media (max-width: 860px) {
    #popup-content .cont_form form input {
        font-size: 16px
    }
}

#popup-content .cont_form form input:hover {
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}

#popup-content .cont_form form input.sb_butt {
    width: 25%;
    display: block;
    box-shadow: 0 2px 26px 0 rgba(151, 145, 140, .16);
    border-radius: 50px;
    background: #65cf19;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 35px;
    color: #fff;
    border: none;
    width: 100%
}

#popup-content .cont_form form input.sb_butt:disabled {
    opacity: .6
}

@media (max-width: 860px) {
    #popup-content .cont_form form input.sb_butt {
        font-size: 16px
    }
}

#popup-content .cont_form form input.sb_butt:hover {
    background: #5abb14;
    box-shadow: 0 8px 13px 0 rgba(140, 133, 127, .27)
}


.block_contacts__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block_contacts__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.block_contacts__content-top {
    margin-bottom: 40px;
}

.block_contacts__content-top h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.block_contacts__content-top p a {
    line-height: 140%;
    color: #000;
    text-decoration: none;
    transition: .1s ease;
}

.block_contacts__content-top p a:hover {
    opacity: .7;
}

.block_contacts__content-middle {
    margin-bottom: 40px;
}

.block_contacts__content-middle h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.block_contacts__content-middle ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.block_contacts__content-middle ul li:not(:last-child) {
    margin-bottom: 10px;
}

.block_contacts__content-middle ul li .icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block_contacts__content-middle ul li a {
    text-decoration: none;
    transition: .1s ease;
}

.block_contacts__content-middle ul li a:hover {
    opacity: .7;
}

.block_contacts__content-bottom h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.block_contacts__content-bottom ul {
    list-style-type: none;
    padding: 0;
}

.block_contacts__content-bottom ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.block_contacts__content-bottom ul li:not(:last-child) {
    margin-bottom: 20px;
}

.block_contacts__content-bottom ul li .icon {
    display: block;
    min-width: 24px;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.block_contacts-sc {
    padding: 0;
}

.block_contacts-sc__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #FCF8F6;
}

.block_contacts-sc__images {
    display: flex;
    align-items: center;
    gap: 20px;
}

.block_contacts-sc__images-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.block_contacts-sc__content h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.block_contacts-sc__content ul {
    list-style-type: none;
}

.block_contacts-sc__content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.block_contacts-th__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block_contacts-th__content h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    margin-bottom: 20px;
}

.block_contacts-th__content ul {
    list-style-type: none;
}

.block_contacts-th__content ul li:not(:last-child) {
    margin-bottom: 20px;
}

section.block_map--custom {
    padding-top: 0;
}

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

    .block_contacts__wrapper {
        flex-direction: row;
        gap: 40px;
    }

    .block_contacts__img {
        min-width: 360px;
    }

    .block_contacts-sc__wrapper {
        flex-direction: row;
        gap: 40px;
        padding: 40px;
    }

    .block_contacts-sc__content {
        min-width: 360px;
    }

    .block_contacts-th__wrapper {
        flex-direction: row;
        gap: 40px;
    }

    .block_contacts-th__content--lt {
        min-width: 400px;
        width: 400px;
    }

    section.block_map--custom {
        padding: 220px 0;
    }
}

