@import url(bootstrap.min.css);
@import url(all.min.css);
@import url(main/temp_1.css);

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;1,100&display=swap');

*, ::after, ::before {
    box-sizing: border-box
}

/*html * {*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale*/
/*}*/
body {
    /* background-color: #fbfcff;*/
    background: url(../i/bg_our.jpg) center top no-repeat;
    /*background-color: #fbfcff;*/

}

.phone {
    color: black;
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
}

.sea {
    color: #1b7348;
}

.leftnav ul, .rightnav ul {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 10px;
}

.leftnav ul li, .rightnav ul li {
    padding: 0px 20px !important;

    list-style: none;
    font-weight: lighter;
}

.logo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: gold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../i/logo.png") center center / 100px 100px no-repeat;
}

.bg_logo {
    /*background-image: url("../i/bg_logo_2.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 2400px 53px;*/
    height: 100%;
    background: url("../i/bg_logo_2.png") center bottom / 2400px 53px no-repeat,
    linear-gradient(white 94px, rgba(255, 255, 255, 0) 95px) center top no-repeat;


}

.topbar {
    height: 130px;
}

.topbar a {
    font-family: 'Montserrat', sans-serif;
    color: #04623f;
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 500;

}

.main {
}

.front-page-contacts-container {
    background-color: white !important;
    padding: 1rem 5rem 1rem 2rem !important;
    box-shadow: 0px 3px 4px #f1f1f1;
}

.fp-entry-header-wrapper {
    z-index: 10;
}


.theme-social-menu a:before {
    color: #ce13cb !important;
    font-size: 30px;
}

.pink-button {
    background: #d207d8;
    border: none;
    font-size: 2rem;
    border-radius: unset;
    padding: 1rem 2rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.green-button {
    background: rgba(5, 94, 56, 0.83);
    border: none;
    font-size: 1.2rem;
    border-radius: unset;
    padding: 1rem 1.5rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 1s;
}

.green-button:hover {
    color: white;
}

.minus-200 .green-button {
    font-size: 1rem !important;
}

.green-button + div.price {
    color: white;
    transition: color 1s;

}

.green-button:hover + div.price {
    color: #d207d8;
    transition: color 1s;

}

h1 {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

.ah-words-wrapper .is-visible .in {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

h1 .is-visible {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

#text span b.is-visible i.in {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
}

h4 {
    color: white;
}

#text, #lead {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 2rem;
}

#feedback {
    margin-left: 1rem;
    background-color: rgba(255, 248, 255, 0.64);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.19), rgba(255, 255, 255, 0.84) 15%, rgba(255, 255, 255, 0.98));;
}

.two {
    min-height: 463px;
    background: url("../i/bg_grenn.jpg") center top / cover no-repeat;
    color: white;
}

.minus-200 {
    margin-top: -300px;
    /* height: 1500px;
    background-color: rgba(0, 57, 30, 0.9);*/

}

.font {
    font: 1.7rem 'Montserrat', sans-serif;
    font-weight: bold;
    background: repeating-linear-gradient(
            135deg,
            rgba(1, 99, 6, 0.1),
            rgba(4, 133, 53, 0.0) 5px,
            rgba(11, 104, 2, 0.0) 5px,
            rgba(7, 104, 51, 0.2) 20px
    );
}

.bg-green {
    background-color: rgba(0, 57, 30, 0.93);
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.lightgrey {
    background-color: #fbfcff;
    height: 6rem;
}

.three {
    background: rgba(0, 38, 57, .7);
}

.bgour-color {
    background-color: #fcfcfc !important;
}

.green {
    background-color: rgba(5, 94, 56, 0.83);
    color: white;
}

.text-green {
    color: rgb(0, 74, 46) !important;
}

.border-green {
    color: rgb(0, 74, 46) !important;
    border: 1px solid rgb(0, 74, 46) !important;
}

.wcm_button {
    background-color: #d208d9 !important;
}

li.active a {
    color: #d208d9 !important;
}

.addFooter {
    position: absolute;
    top: 100px;
    left: 16%;
    width: 400px;
    min-height: 300px;
    background: rgba(255, 255, 255, 0.78);
    padding: 3rem 4rem;
}

.addFooter p {
    margin: 16px 0 !important;
}
.addFooter p  a{
   border-bottom: 1px dashed green;
}

.vk_slide {
    height: 350px !important;
    border-radius: 8px;
    border: 0px;

}

.vk_slide img {
    height: 100% !important;
    transition: all 1s;
    border: 0px;
    border-radius: 10px;
}

.d-50 {
    /*background-color: rgba(2, 53, 28, 0.93);*/
    background: linear-gradient(to left, #11452c, #00683c);
    height: 100px;
}


/*menu mibile*/

.mobile div {
    display: block;
    position: absolute;
    top: 0px;
    right: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999999;
    cursor: pointer;
    box-sizing: content-box;
}


.mobile div span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 4px;
    background-color: #d208d9;
    border-radius: 13px;
    transition-duration: .4s;
}

.mobile div span:nth-child(1) {
    top: 14px;
}

.mobile div span:nth-child(2) {
    top: 23px;
}

.mobile div span:nth-child(3) {
    bottom: 14px;
}

.mobile div.active span:nth-child(1) {
    transform: translate(-15px, 9px) rotate(-45deg);
}

.mobile div.active span:nth-child(2) {
    transition-duration: 0s;
    opacity: 0;
}

.mobile div.active span:nth-child(3) {
    transform: translate(-15px, -9px) rotate(45deg);
}

.mobile nav {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 9999990;
    transition-duration: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mobile nav.open {
    background-color: rgba(2, 70, 25, 0.9);
    width: 100vw;
    height: 100vh;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
}

.mobile nav ul {
    display: none;
}

.mobile nav ul.show {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.mobile ul li:not(:last-child) {
    margin-bottom: 22px;
}

.mobile ul li a {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
}

@keyframes fadein {
    0% {
        opacity: 0;

    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 700px) {
    .mobile {
        display: none;
    }

    .entry-header {
        min-width: 800px;
    }

}

@media (max-width: 500px) {
    #text {
        font-size: 1rem !important;
    }

    .addFooter {
        position: absolute;
        top: 50px;
        left: 16%;
        width: 300px;
        height: 300px;
        background: rgba(255, 255, 255, 0.78);
        padding: 1rem 2rem;
    }

    .text-intro {
        font-size: 0.9rem !important;
    }

    .text-green {
        font-size: 1rem;
    }

    .main_wrapper {
        margin-top: -45px !important;
        background-color: rgba(19, 140, 0, 0.93) !important;

    }

    .bg_logo {
        height: 100%;
        background: url("../i/bg_logo_2.png") center bottom / 1358px 30px no-repeat, linear-gradient(white 51px, rgba(255, 255, 255, 0) 51px) center top no-repeat;


    }

    .logo {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background-color: gold;
        display: flex;
        align-items: center;
        justify-content: center;
        background: url("../i/logo.png") center center / 50px 50px no-repeat;
    }

    .topbar {
        height: 80px;
    }

    .two {
        min-height: 310px;
        background: url("../i/bg_grenn.jpg") center top / cover no-repeat;
        color: white;
    }

    .topbar a {
        margin-bottom: 11px;
        font-weight: 400;
    }

    header {
        background-color: rgba(0, 57, 33, 0.81) !important;
    }

}

.datebook {
    width: 100px !important;
    height: 30px !important;
    background: transparent !important;
}

.datebook:after {
    content: "\f073";
    width: 30px !important;
    height: 30px !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";

    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
mark{
    background-color: transparent !important;
    color: white !important;
}
mark:after {
    content: "\f232";
    /*width: 32px !important;*/
    /*height: 32px !important;*/
    background-color: transparent;!important;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";

    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/*

.main_wrapper {
    margin-top: -55px!important;
    position: relative;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0;
}*/

@media (min-width: 500px) and (max-width: 999.98px) {
    .topbar a {
        font-size: 12px;
    }

    .leftnav ul li, .rightnav ul li {
        padding: 0px 10px !important;
        list-style: none;
        font-weight: lighter;
    }
}

@media (min-width: 999.98px) and (max-width: 1399.98px) {
    .topbar a {
        font-size: 12px;
    }

    .leftnav ul li, .rightnav ul li {
        padding: 0px 10px !important;
        list-style: none;
        font-weight: lighter;
    }

    .front-page-contacts-container a {
        font-size: 20px !important;
    }

    .phone {
        font-size: 20px !important;
    }
}
/*
input[type="datetime-local"] {
    background: transparent;
    color: white;
    border: 1px solid;
    border-radius: 6px;
    font-size: 0.9rem;
}
*/
.form-check-label {
    font-weight: 500;
    line-height: 20px;
}

.form-check-input:checked {
    background-color: #ff18f3 !important;
    border: 1px solid #d906b6 !important;
}

.form-check-label i {
    font-weight: bold;
}
.how{
    /*background: #294627;*/
}

input[type="datetime-local"]:after {
    /*background-color: white !important;*/
    display: none !important;
   /* content: "\f073";
    width: 30px !important;
    height: 30px !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;*/
}

.form-check-input{
    padding:  0.7rem;
}
.form-check-input + label{
    padding: 0.3rem 1rem !important;
}

.form-check-input:checked + label{
    border: 1px solid white !important;
    padding: 0.3rem 1rem;
    border-radius: 8px;

}

#datelocal {
    color: darkgreen !important;

}

