@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gotham/gothampro.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gotham/gothampro_bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('/fonts/gotham/gothampro_italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
  font-family: 'hogarth';
  src: url('/fonts/hogarth script.ttf') format('truetype');
}
.event-grid {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
    font-family: "Gotham Pro";

}
.site-list {
    padding-left:0px;
    gap:20px;
    margin-top:43px;
}
.site-link {
    text-decoration:none;
    background: url('/images/quattro-arrow.png') left center no-repeat;
    padding:0 0 0 30px;
}
.video-block {
    background-image: url('/images/botanika-video.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.video-block-item {
    border-radius: 10px;
    height: 580px;
    width: 1021px;
    margin: 0 auto;
    display: block;
}
.for_gallery {
    width:100%;
    height:350px;
margin-bottom:90px;
}
.for_slider {
    width:100%;
    height: 572px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.license {
padding: 6px 15px 4px 15px;
    background: #e3e5d2;
    border-radius: 15px;
    text-decoration: none;
    color: #000;
    box-shadow: 1px 1px 3px #5d5e4d inset;
}
.filter{
    width: 310px;
display:none;
}
.worker {
    width: calc(100%);
}
.filter-name {
    font-size:24px;
    margin-bottom:24px;
}
.filte-list {
    margin-bottom:40px;
}
.filte-item {
    font-size:14px;
    margin-bottom:19px;
    cursor: pointer;
    display:flex;
    align-items: center;
}
.filte-item:before {
    display: inline-block;
    content: "";
    width: 24px;
    height:24px;
    border:solid 1px #86BC22;
    margin: 0 16px 0 0;
    border-radius:4px;
    background:#fff;
    transition: all ease 0.6s;
   
}
.filte-item:hover:before, .filte-item-active:before{
    background: #86BC22;
}
.filter-input {
    border: solid 1px #828282;
    border-radius: 40px 6px 40px 6px;
    font-size:14px;
    outline:none;
    padding:18px 24px;
    margin-bottom:56px;
    width: calc(100% - 68px);
    background: url('/images/filter.png') no-repeat;
    background-position: 242px center;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
header {
    padding: 43px 0 0 0;
}
.align-between {
    justify-content: space-between;
}
.align-right {
    justify-content: right;
}
a {
    color: #367B20;
}
.phone {
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.button_top {
    color: #fff;
    padding: 16px 32px 16px 32px;
    border-radius: 40px 6px 40px 6px;
    background: #86BC22;
    cursor: pointer;
    margin-left: 20px;
    transition: all ease 0.6s;
    box-sizing: border-box;
    border: solid 1px #86BC22;
}
.button_top:hover {
    color: #86BC22;
    background: #fff;
}
.vertical-center {
    align-items: center;
}
.menu-item-unactive {
    background: url("/images/Menu.png");
    height: 16px;
    width: 28px;
    margin-left: 40px;
    cursor: pointer;
}
.menu-item-active {
    background: url("/images/Close.png") no-repeat;
    width: 28px;
    height: 24px;
    margin-left: 40px;
    cursor: pointer;
}
.slogan {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 27px;
    position: relative;
    margin-top: 140px;
    transition: all ease 0.6s;
/*font-family: hogarth;*/
}
.slogan:before {
    width: 2px;
    height: 68px;
    display: block;
    content: " ";
    background: #86BC22;
    position: absolute;
    left: -20px;
    top: -8px;
}
.all-menu {
    display: none;
    position: fixed;
    height: 75vh;
    width: 100%;
    background: url("/images/bgr_menu.png") #fff no-repeat center bottom;
    left: 0;
    bottom: 0;
    background-size: contain;
}
.author {
    text-align: right;
    /*color: #999999;*/
    font-style: italic;
    margin-top: 20px;


    font-size: 18px;
}
}
.divider {
    width: 100%;
    height: 2px;
    margin: 52px 0 18px 0;
    background: #F3F3F3;
}
.service-item {
    background: rgba(255, 253, 244, 88%);
    border-radius: 16px;
    width: 442px;
    margin-top: 56px;
    text-align: center;
}
.service-item-wrapper {
    padding: 40px;
}
.service-item-img {
    margin-bottom: 40px;
}
.service-item-img img {
    display: block;
    width: 100%;
    border-radius: 16px;
}
.service-item-name {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
height:64px;
word-wrap: break-word;
}
.service-item-text {
    font-size: 18px;
    line-height: 27px;
    color: #222;
    margin-bottom: 32px;
    min-height: 216px;
}
.service-item-link {
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.service-item-link img {
    margin-left: 13px;
}
.bgr {
    background-image: url("/images/bgr.png");
    background-position: 67% 20px;
    background-repeat: no-repeat;
}
h1 {
    font-size: 56px;
    color: #2E7615;
    font-weight: normal;
}
h2 {
    font-size: 46px;
    color: #2E7615;
    font-weight: normal;
}
.chief {
    font-size: 24px;
    line-height: 36px;
}
.p {
    margin: 32px 0 32px;
}
.left {
    width: 49%;
}
.right {
    width: 39.5%;
}
.right img {
    display: block;
    width: 100%;
    border-radius: 24px;
box-sizing: border-box;
border: solid 2px #86BC22;
}
.owner {
    background-image: url("/images/image 2.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 96px;
    padding-bottom: 40px;
}
.copy {
    font-size: 14px;
    color: #fff;
    background: #A0A482;
    line-height: 21px;
    padding: 27px 0 24px;
    margin-top: 40px;
}
.form {
    background: url("/images/form.png") #98db72;
    border-radius: 20px;
    color: #fff;
    margin: 68px 0 64px;
}
.form-name {
    font-size: 40px;
}
.form_wrapper {
    padding: 50px 71px 43px 71px;
}
.form-input {
    border: none;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    outline: none;
    background: transparent;
    padding: 15px 0;
    position: relative;
    z-index: 10;
    color: #fff;
}
.form-placeholder {
    position: absolute;
    font-size: 16px;
    color: rgba(255,255,255,0.3);
    transition: all ease 0.6s;
    top: 8px;
}
.form-element {
    position: relative;
}
.form-placeholder-active {
    top: -5px;
    font-size: 12px;
    color: rgba(255,255,255,1);
}
.form-submit {
    border: none;
    background: #fff;
    border-radius: 40px 6px 40px 6px;
    padding: 16px 32px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
color:#000;
}
.form-submit1 {
    border: none;
    background: #86BC22;
    border-radius: 40px 6px 40px 6px;
    padding: 16px 32px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 180px;
}
.footer-logo {
    max-width: 240px;
}
.footer-link {
    display: block;
    line-height: 24px;
    font-size: 16px;
    margin: 0 0 24px 0;
    color: #222;
    text-decoration: none;
}
.footer-button {
    text-decoration: none;
    background: #86BC22;
    color: #fff;
    border-radius: 40px 6px 40px 6px;
    padding: 16px 32px;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
}
.footer-phone {
    text-decoration: none;
    display: block;
    font-size: 35px;
    margin: 22px 0;
    color: #222;
}
.link_top_list {
    max-width: 600px;
    padding: 50px 0 0 0;
}
.link_top {
    font-size: 25px;
    display: inline-block;
    color: #555;
    transition: all ease 0.6s;
    margin: 0 20px 25px 0;
    text-decoration: none;
    border-bottom: solid 1px transparent;
}
.link_top:hover {
    color: #48B40B;
    text-decoration: underline;
}
.browse_path {
    display: flex;
    align-items: center;
margin-top:30px;
}
.browse_path a {
    text-decoration: none;
    color: #888888;

}
.browse_path img {
    margin: 0 10px;
}
.h1_inside {
    color: #000;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 543px;
    height: 414px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.form-element-gray {
    margin-bottom: 20px;
}
.form-element-gray .form-input {
    border-bottom: solid 1px rgba(0,0,0,0.3);
    width: 100%;
    color: #000;
}
.form-element-gray .form-placeholder {
    color: rgba(0,0,0,0.3);;
}
.relative {
    position: relative;
}
.service-next {

}
.nc_next_object {
    top: -70px;
}
.nc_next_object_link {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.service-left {
    width: 320px;
}

.service-right {
    width: calc(100% - 420px);
    color: #222222;
    line-height: 22px;
}
.service-left img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 16px;
    display: block;
}
.service-right p {
    margin-top: 0;
}
.button_top1 {
    color: #fff;
    padding: 16px 32px 16px 32px;
    border-radius: 40px 6px 40px 6px;
    background: #86BC22;
    cursor: pointer;
    text-align: center;
    transition: all ease 0.6s;
    box-sizing: border-box;
    border: solid 1px #86BC22;
    max-width: 309px;
    margin-top: 40px;
}
.attention {
    font-size: 20px;
    line-height: 32px;
    border-radius: 16px;
    border: solid 2px #86BC22;
    padding: 30px;
    margin-top: 56px;
}
.attention p {
    margin:0
}
.alter_h2 {
    font-size: 40px;
    font-weight: 400;
}
.gallery-item {
    display: block;
    width: 24%;
    margin-bottom: 20px;
}
.gallery-item img {
    width: 100%;
    border-radius: 16px;
}

.gallery-item1 {
    display: block;
    width: calc(100% - 30px);
    margin-bottom: 20px;
}
.wrapper-item-slider {
padding:15px;
}
.gallery-item1 img {
    width: 100%;
    border-radius: 16px;
    border: solid 2px #86BC22;
}
.box-1, .box-2 {
    width: 45%;
    font-size: 18px;
    line-height: 29px;
}
.box-1 img, .box-2 img{
    width: 100%;
    border-radius: 16px;
}
.ttl {
    color: #2E7615;
    font-size: 32px;
}
.box-2 iframe {
    border-radius: 16px;
}
.str {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}
.str-img {
    width: 24px;
}
.str-img img {
    border-radius: 0;
}
.str-content {
    width: calc(100% - 40px);
}
.mb-3 {
    margin-bottom: 56px;
}
.social img {
    width: auto;
    border-radius: 0;
}
.p_item {
    width:31%;
        margin: 0 20px 40px 20px;
    border-radius: 16px;
    background: #F5F5F5;
    transition: all ease 0.6s;

}
.p_item:nth-child(3n) {
    margin-right: 0;
}

.p_item:nth-child(3n+1) {
    margin-left: 0;
}
.p_padding {padding: 24px 16px 16px 16px; font-size: 18px}
.p_img {
    display: block;
    filter: grayscale(100%);
    transition: all ease 0.6s;
    border-radius: 16px;
    width: 100%;
}

.p_name {
    font-size: 24px;
    margin-bottom: 8px;
}
.p_diploma {
    display: block;
    margin: 27px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all ease 0.6s;
}
.p_sb {
    color: #9D9D9D;
    margin-bottom: 8px;
    transition: all ease 0.6s;
}
.p_city {
    color: #9D9D9D;
    transition: all ease 0.6s;
}
.p_item:hover {
    color: #fff;
    background: #86BC22;
}
.p_item:hover img{
    filter: grayscale(0%);
}
.p_item:hover .p_diploma, .p_item:hover .p_sb, .p_item:hover .p_city{
    color: #fff;
}
@media (min-width: 1550px) {

    .attention {
        font-size: 24px;
        line-height: 38px;
        padding: 40px;
    }
    .service-left {
        width: 443px;
    }
    .service-right {
        width: calc(100% - 593px);
        line-height: 29px;
        font-size: 18px;
    }
    .link_top {
        font-size: 32px;
    }
    .container {
        width: 1410px;
    }
    .link_top_list {
        max-width: 800px;
    }
}
@media (max-width: 1549px) {

    
    .logo-top {
        max-width: 250px;
    }
    .slogan {
        margin-top: 70px;
    }
    .copy {
        padding: 14px 0 12px;
    }
}
@media (max-width: 640px) {
.event-grid {

    grid-template-columns: repeat(1, 1fr);

}
.video-block-item {
width:100%;
height:auto;
}
.video-block {
padding:60px 0;
}
.mobile-ns {
display:none;
}
.nc_next_object_link {
display:none;
}
.form_wrapper label {
display:block;
margin-top:5px;
}
    .wrapper_phone {
        width: 100%;
    }
.wrapper_phone br {
display:none;
}
h2 {
    font-size: 29px;
    line-height: 39px;
}
.service-item-name {
font-size:18px
}

    .p_item {
        width: 100%;
    }
    .box-1, .box-2 {
        width: 100%;
    }
    .service-left, .service-right {
        width: 100%;
    }
    .gallery-item {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .content_inject_close {
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .content_inject {
        width: 98%;
        height: 70vh;

    }
    .content_inject_default {
        padding: 20px;
    }
    .link_top_list {
        max-width: 100%;
        padding: 20px 0 0 0;
    }
    .all-menu {
        height: 50vh;
    }
    .link_top {
        font-size: 20px;
        display: inline-block;
        color: #555;
        transition: all ease 0.6s;
        margin: 0 10px 15px 0;
        text-decoration: none;
    }
    .container {
        width: 90%;
        margin:0 auto;
    }
    .service-item {
         width: 100%;
     }
    .left, .right {
        width: 100%;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .logo-top {
        width: 100%;
    }
    .phone {
        width: 100%;
        margin: 15px 0;
        text-align: center;
        font-size: 20px;
        display: block;
    }
    .menu-item {
        position: fixed;
        right: 10px;
        top: 15px;
    }
    h1 {
        font-size: 29px;
        color: #2E7615;
        font-weight: normal;
        line-height: 37px;
    }
    .chief {
        font-size: 18px;
        line-height: 29px;
    }
    .form_wrapper {
        padding: 20px;
    }
    .form-element {
        position: relative;
        width: 100%;
        margin: 5px 0 15px;
    }
    .form-input {

        display: block;

        width: 100%;
    }
    .footer-logo {
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .footer-link {
        margin-bottom: 5px;
    }
    .footer-button {
        text-decoration: none;
        background: #86BC22;
        color: #fff;
        border-radius: 40px 6px 40px 6px;
        padding: 16px 20px;
        font-size: 16px;
        display: block;
        text-transform: uppercase;
        margin: 18px 0 auto;
        width: 94%;
        text-align: center;
    }
    .social-link {
        margin: 0 10px 30px 10px;
    }
}