/*
main:   #299e30
gold-l: #ff9c00
gold-h: #ffa922
gray:   #cecdcd
*/

body {
    color:       #333;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size:   16px;
    line-height: 1.3;
}
.clearfix::after {
    content: '';
    display: block;
    clear:   both;
}
img {
    max-width: 100%;
    height:    auto;
}
.wrap {
    box-sizing: border-box;
    max-width:  1200px;
    margin:     0 auto;
    padding:    0 20px;
}
.wrap-flex {
    display:         flex;
    justify-content: space-between;
}
.hidden {
    display: none;
}

/* Section head */
.section-head {
    color: #299e30;
    border-top: 3px solid #299e30;
    border-bottom: 3px solid #ff9c00;
}
.section-head__wrap {
    align-items: center;
}
.section_head__item {
    flex: 0 1 300px;
}
.about__name {
    font-size: 18px;
    font-weight: bold;
}
.logo {
    text-align: center;
}
.logo__img {
    margin-top: 3px;
}
.contact__item {
    text-align: right;
}
.contact__phone {
    font-size: 18px;
}
.contact__phone-link {
    color: #299e30;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    background-image: url('../design/icon-phone.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
}
.contact__address span {
    /*padding-left: 23px;
    background-image: url('../design/icon-house.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;*/
}


/* Section menu */
.section-menu {
    background-color: #299e30;
}
.section-menu__wrap {
    justify-content: space-around;
}
.menu__button {
    display: none;
}
.menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu__item {
    float: left;
}
.menu__link {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 12px 20px;
}
.menu__link:hover {
    background-color: #218d28;
}

/* Section header */
.section-header__wrap {
    position: relative;
}
.usp {
    position: absolute;
    top: 120px;
    left: 140px;
    z-index: 999;
}
.usp__inline {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #ff9c00;
    font-size: 24px;
    font-weight: bold;
    background-color: rgba(255, 156, 0, 0.8);
}

/* Slick.js */
.slick {
    cursor: -webkit-grab;
    cursor: grab;
}
.section-slick__head {
    color: #299e30;
    font-size: 36px;
    margin: 60px 0 60px 0;
}
.slick-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
}
.slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
}

/* Section houses */
.section-houses__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-houses__head {
    color: #299e30;
    font-size: 36px;
    margin: 0 0 60px 0;
}
.house {
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.house__name {
    color: #299e30;
    font-size: 18px;
    text-align: center;
}
.house__link {
    text-decoration: none;
    display: block;
    height: 200px;
    width: 200px;
}
.house__item {
    height: 200px;
    width: 200px;
    /*border: 2px solid #299e30;*/
    background-repeat: no-repeat;
    background-size: 150px 150px;
    background-position: center 45px;
}
.house__one {
    background-image: url('../design/house1.png');
}
.house__two {
    background-image: url('../design/house2.png');
}
.house__three {
    background-image: url('../design/house3.png');
}
.house__picnic {
    background-image: url('../img/picnic-green.png');
}
.house__one:hover {
    background-image: url('../design/house1-orange.png');
}
.house__two:hover {
    background-image: url('../design/house2-orange.png');
}
.house__three:hover {
    background-image: url('../design/house3-orange.png');
}
.house__picnic:hover {
    background-image: url('../img/picnic-orange.png');
}


/* Section advantage */
.section-advantage {
    background-color: #299e30;
}
.section-advantage__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-advantage__head {
    color: #fff;
    font-size: 36px;
    margin: 0 0 60px 0;
}
.section-advantage__list li {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}

/* Section action */
.section-action__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-action__head {
    color: #299e30;
    font-size: 36px;
    margin: 0 0 60px 0;
}
.action {
    justify-content: space-around;
    flex-wrap: wrap;
}
.action__item {
    position: relative;
    flex: 0 1 300px;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    /*border: 3px solid #299e30;*/
    border-radius: 5px;
    /*cursor: pointer;*/
    background-color: rgba(230,230,230,0.3);
}
.action__item::before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -35px;
    left: 10px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center;
    z-index: 999;
}
.action__1-hour::before {
    background-image: url('../design/action-1-hour.png');
    background-size: 37.5px 50px;
}
.action__birthday::before {
    background-image: url('../design/action-birthday.png');
}
.action__night-nature::before {
    background-image: url('../design/action-night-nature.png');
    top: -50px;
    left: 15px;
    height: 75px;
    width: 75px;
    background-size: 75px;
}
.action__percent::before {
    background-image: url('../design/action-percent.png');
    top: -25px;
    left: 2px;
    height: 55px;
    width: 55px;
    background-size: 55px;
}
.action__wedding::before {
    background-image: url('../design/action-wedding.png');
    top: -30px;
    left: 10px;
    height: 55px;
    width: 55px;
    background-size: 48px 55px;
}
.action__head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    color: #fff;
    background-color: #299e30;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.action__paragraph {
    padding: 10px;
    margin-top: 60px;
    color: #299e30;
    font-size: 16px;
}

/* Section price */
.section-price {
    color: #fff;
    background-color: #299e30;
}
.section-price__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-price__head {
    font-size: 36px;
    margin: 0 0 60px 0;
}
.section-price__paragraph {
    font-size: 18px;
}
.section-price__list-item {
    font-size: 24px;
}

/* Section recreation center */
.section-recreation-center__wrap {
    color: #299e30;
    font-size: 18px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 3px solid #299e30;
}
.section-recreation-center__head {
    color: #299e30;
    font-size: 36px;
    margin: 0 0 60px 0;
}
.section-recreation-center li a{
    color: #299e30;
}

/* Section map */
.section-map__wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-map__head {
    color: #299e30;
    font-size: 36px;
    margin: 0 0 60px 0;
}

/* Section footer */
.section-footer {
    color: #fff;
    background-color: #299e30;
    font-size: 14px;
}
.section-footer__wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}
.footer__item {
    flex: 0 1 300px;
}
.copy__name {
    font-size: 16px;
}
.copy__name b {
    padding-left: 20px;
    background-image: url('../design/icon-copyright.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
}
.social__vkontakte {
    text-align: center;
    margin-bottom: 7.5px;
}
.social__instagram {
    text-align: center;
}
.social__vkontakte a {
    color: #fff;
    font-size: 14px;
    padding-left: 27px;
    background-image: url('../design/icon-vkontakte.png');
    background-repeat: no-repeat;
    background-size: 21.5px 12.5px;
    background-position: left center;
}
.social__instagram a {
    color: #fff;
    font-size: 14px;
    padding-left: 23px;
    background-image: url('../design/icon-instagram.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
}
.full-contact {
    text-align: right;
}
.full-contact__phone {
    font-size: 16px;

}
.full-contact__link {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/* Media Queries */

/* Section head */
@media all and (max-width: 750px) {
    .section-head {
        border-bottom: none;
    }
}
@media all and (max-width: 650px) {
    .section-head__wrap {
        flex-wrap: wrap;
    }
    .section_head__item {
        flex: 0 1 50%;
    }
    .about__name {
        font-size: 16px;
    }
    .about__descr {
        font-size: 14px;
    }
    .logo {
        flex: 0 1 100%;
        order: -1;
    }
    .contact__phone {
        font-size: 16px;
    }
    .contact__address {
        font-size: 14px;
    }
    .about, .contact {
        margin-bottom: 5px
    }
}
@media all and (max-width: 500px) {
    .section_head__item {
        flex: 0 1 100%;
        text-align: center;
    }
    .about {
        margin-bottom: 5px;
    }
    .contact {
        margin-bottom: 5px;
    }
    .contact__item {
        text-align: center;
    }
}

/* Section menu */
@media all and (max-width: 800px) {
    .menu__link {
        padding: 12px 15px;
    }
}
@media all and (max-width: 750px) {
    .section-menu__wrap {
        display: block;
    }
    .menu__button {
        display: block;
        padding: 12px 20px;
        margin-right: -20px;
        margin-left: -20px;
        border-bottom: 3px solid #ff9c00;
    }
    .menu__button-link {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        padding-left: 20px;
        background-image: url('../design/icon-menu-bar.png');
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-position: left center;
    }
    .menu__button-link__close {
        background-image: url('../design/icon-close-cross.png');
    }
    .menu__button--active {
        background-color: #218d28;
    }
    .menu__button:hover {
        background-color: #218d28;
    }
    .menu__list {
        display: none;
    }
    .menu__item {
        float: none;
    }
    .menu__link {
        padding: 12px 20px;
        margin-right: -20px;
        margin-left:  -20px;
        /*border-bottom: 1px dotted #ccc;*/
    }
}
/* Section header */
@media all and (max-width: 750px) {
    .slick {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* Section houses */
@media all and (max-width: 500px) {
    .section-houses__head {
        font-weight: normal;
        font-size: 28px;
    }
}

/* Section advantage */
@media all and (max-width: 500px) {
    .section-advantage__head {
        font-weight: normal;
        font-size: 28px;
    }
    .section-advantage__list {
        margin: 0;
        padding: 0;
        padding-left: 20px;
    }
    .section-advantage__list li {
        color: #fff;
        font-size: 18px;
    }
}

/* Section action */
@media all and (max-width: 1060px) {
    .action__item {
        flex: 0 1 400px;
    }
}
@media all and (max-width: 925px) {
    .action__item {
        flex: 0 1 300px;
    }
}
@media all and (max-width: 720px) {
    .action__item {
        flex: 0 1 400px;
    }
}
@media all and (max-width: 500px) {
    .section-action__head {
        font-weight: normal;
        font-size: 28px;
    }
    .action__item {
        margin-left: 0;
        margin-right: 0;
    }
    .action__head {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 20px;
        font-weight: normal;
    }
}

/* Section price */
@media all and (max-width: 845px) {
    .section-price__list {
        margin: 0;
        padding: 0;
        padding-left: 40px;
    }
    .section-price__paragraph {
        font-size: 16px;
    }
    .section-price__list-item {
        color: #fff;
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media all and (max-width: 500px) {
    .section-price__head {
        font-weight: normal;
        font-size: 28px;
    }
}
@media all and (max-width: 410px) {
    .section-price__list-item {
        font-size: 16px;
    }
}

/* Section recreation center */
@media all and (max-width: 500px) {
    .section-recreation-center__wrap {
        font-size: 16px;
    }
    .section-recreation-center__head {
        font-weight: normal;
        font-size: 28px;
    }
}

/* Section map */
@media all and (max-width: 500px) {
    .section-map__head {
        font-weight: normal;
        font-size: 28px;
    }
}

/* Section footer */
@media all and (max-width: 910px) {
    .section-footer__wrap {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .footer__item {
        flex: 0 1 50%;
    }
    .copy {
        box-sizing: border-box;
        padding-left: 20px;
        flex: 0 1 50%;
        text-align: right;
        margin-bottom: 20px;
    }
    .social {
        flex: 0 1 100%;
    }
    .full-contact {
        box-sizing: border-box;
        padding-right: 20px;
        flex: 0 1 50%;
        order: -1;
        text-align: left;
        margin-bottom: 20px;
    }
}
@media all and (max-width: 700px) {
    .footer__item {
        flex: 0 1 100%;
    }
    .copy {
        text-align: left;
        padding-left: 0;
    }
    .social__vkontakte {
        text-align: left;
    }
    .social__instagram {
        text-align: left;
    }
}

/* JS-classes */
.section-menu__fixed {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #ff9c00;
    /*box-shadow: 0 0 3px rgba(255, 255, 255, 0.3);*/
}