/*row 1*/
header {
    background-color: #F8F8F8;
}

    header ul {
        margin: 0;
    }

    header a,
    header li {
        padding: .2rem 0;
        color: #777;
        font-weight: bold;
        list-style: circle;
    }

/*row 2*/
section#intro-header {
    background-image: url(../Image/Thick.jpg);
    background-size: cover;
    margin-bottom: -12px;
    /*margin-bottom: 2em;*/
}

    section#intro-header .wrap-headline {
        /*        position: relative;
*/
        padding-top: 5%;
        padding-bottom: 5%;
    }

    section#intro-header h1,
    section#intro-header h2 {
        color: #FFC107;
        /*text-shadow: 10px 10px 2px 1px rgba(0, 0, 255, .2);*/
        text-shadow: red 2px 2px 10px;
    }

    section#intro-header h2 {
        font-size: x-large;
        font-weight: 700;
    }

    section#intro-header h1 {
        font-size: x-large;
        font-weight: 700;
    }

    section#intro-header hr {
        width: 10%;
    }

@media screen and (max-width: 600px) {
    section#intro-header li {
        color: #fefefe;
        font-size: large;
        font-weight: 700;
        text-shadow: black 2px 2px 10px;
    }
    section#intro-header p {
        color: #fefefe;
        font-size: large;
        font-weight: 700;
    }
}

@media screen and (min-width: 600px) {
    section#intro-header li {
        color: #fefefe;
        font-size: x-large;
        font-weight: 700;
        text-shadow: black 2px 2px 10px;
    }

    section#intro-header p {
        color: #fefefe;
        font-size: large;
        font-weight: 700;
    }
}

    section#intro-header .btn-default {
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
    }

    section#intro-header .footer-front {
        display: flex;
        justify-content: space-around; /* Distribute items evenly
                                   Items have a half-size space
                                   on either end */
    }

        section#intro-header .footer-front .btn {
            font-weight: 300;
            /*color: #5A5A5A;*/
            width: 50px;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 10px;
            box-shadow: 6px 6px 2px 1px rgba(255, 0, 0, .5);
        }

/*row3 and row4*/
section#about {
    background-image: url(../Image/BackgroundGreen.jpg);
    background-size: cover;
}

@media screen and (max-width: 600px) {
    section#about img {
        /*margin-top: 0.5rem;*/
        /*width: 300px;*/
        height: auto;
        /*padding-bottom: 10px;*/
        /*margin-bottom: 0.5rem;*/
        /*    border-radius: 30px;
    box-shadow: 10px 10px 2px 1px rgba(0, 0, 255, .2);*/
    }
}
@media screen and (min-width: 600px) {
    section#about img {
        /*margin-top: 0.5rem;*/
        /*width: 300px;*/
        height: 8rem;
        /*padding-bottom: 10px;*/
        /*margin-bottom: 0.5rem;*/
        /*    border-radius: 30px;
    box-shadow: 10px 10px 2px 1px rgba(0, 0, 255, .2);*/
    }
}

    section#about li {
        /*padding: 1.4rem 0;*/
        /*    color: #777;*/
        font-weight: 500;
        list-style: none;
    }

    section#about h3 {
        margin-top: 1rem;
    }

    section#about h5 {
        color: #8D8983;
        text-align: right;
        font-size: smaller;
        font-weight: 500;
    }

    section#about a {
        color: #FFC107;
        text-align: center;
        font-size: medium;
    }
.back-offer {
    background-image: url(../Image/BackgroundYellow.jpg);
    background-size: cover;
}
/*row 5 and row 6*/
section#features {
    background-color: #eef2f5;
    border-top: 0.1rem solid #e9e9e9;
    border-bottom: 0.1rem solid #e9e9e9;
}

    section#features * {
        color: #657C8E;
    }

    section#features .feature {
        padding-top: 2rem;
        padding-bottom: 4rem;
        text-align: center;
    }

/*row 7 and row 8*/
section#pricing .center-block {
    width: 90%
}

section#pricing h3.price-headline {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

section#pricing .white-text {
    color: #FFF;
}

section#pricing thead .success {
    background-color: #78CFBF;
}

section#pricing thead .info {
    background-color: #3EC6E0;
}

section#pricing thead .danger {
    background-color: #E3536C;
}

section#pricing tbody .success {
    background-color: #82DACA;
}

section#pricing tbody .info {
    background-color: #53CFE9;
}

section#pricing tbody .danger {
    background-color: #EB6379;
}

/* section 9 - newsletter */
section#newsletter {
    border-top: 1px solid #E0E0E0;
    padding-top: 3.2em;
    margin-top: 2em;
}

    section#newsletter h4 {
        padding: 1em;
    }

    section#newsletter form {
        padding: 1em;
        margin-top: 2em;
        margin-bottom: 5.5em;
    }

/* footer */
footer {
    /*    background-color: #191919;
*/
    color: #ADADAD;
    margin-top: 3em;
}

    footer div {
        display: flex;
        justify-content: space-around; /* Distribute items evenly
                                   Items have a half-size space
                                   on either end */
    }

    footer h5,
    footer img {
        /*margin-top: 5em;*/
        font-weight: bold;
    }

    footer address {
        margin-top: 5em;
        margin-bottom: 5em;
        color: #5A5A5A;
    }

    footer ul {
        margin-bottom: 5em;
    }

    footer address strong {
        color: #ADADAD;
        display: block;
        padding-bottom: 0.62em;
    }

    footer a {
        font-weight: 300;
        color: #5A5A5A;
        width: 50px;
        /*box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, .2);*/
    }

        footer a:hover {
            text-decoration: none;
            color: #FFF;
        }

#check {
    /*box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, .2);*/
}
/*contact page*/
section#contact form {
    padding-top: 9rem;
    padding-bottom: 3rem;
}

.hidden-element {
    display: none;
}

/* section team */
section#team ul {
    margin: 5rem 0;
}

section#team li {
    margin: 0 5rem;
}

section#team h5 {
    font-size: 1.5rem;
    font-weight: bold;
}

.round-pict {
    /*    border-radius:30px;*/
}

section#map {
    background-image: url(../Image/MapSquareOrange.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #E0E0E0;
    padding-top: .2em;
    margin-top: 0;
    padding-bottom: 3.2em;
    margin-bottom: -13px;
}

#map-view {
    margin-top: 30%;
    /*margin-left: 33%;*/
    margin-bottom: 57%;
    /*    margin-top: 88%;
    margin-left: 36%;*/
}

.navbar-view {
    background-color: rgba(201, 76, 76, 0.0);
}

.arrow {
    font-weight: 700;
    font-size: xx-large;
}

.action-rel {
    width: 45px;
    height: auto;
    /*background: #FFC107;*/
    background-color: rgba(0, 0, 0, 0.0);
    border-radius: 5px;
    border: solid 2px white;
    color: black;
    font-weight: 500;
    font-size: x-large;
}

.comm {
    /*background: #FFC107;*/
    background: #FEE6BA;
    padding-bottom: 4px;
    padding-top: 4px;
}

.comm-rec {
    /*background: #FFC107;*/
    background: #FFF;
    padding-bottom: 4px;
    padding-top: 4px;
}

.comm-rec-up {
    /*background: #FFC107;*/
    background: #FEE6BA;
    padding-bottom: 4px;
    padding-top: 4px;
    /*width:250px;*/
}

.img-drop {
    box-shadow: none;
}

.img-drop-up {
    box-shadow: none;
    font-weight: 700;
    font-size: larger;
    /*display: block;
    width: auto;*/
}

.row-back {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -13px;
    margin-bottom: 2rem;
    background-image: url(../Image/BackgroundGreen.jpg);
    /*background-repeat: no-repeat;*/
    background-size: cover;
    width:100%;
}

#all-section {
    background-image: url(../Image/Background.jpg);
    background-repeat: repeat;
    background-size: cover;
}

.modal-banner {
    display: block !important; /* скрыт по умолчанию */
    /* темный фон при открытии модалки должен быть на всю страницу */
    position: fixed;
    z-index: 1; /* поверх всех элементов */
    left: 30%;
    top: 22%;
    /*width: 100vw;*/ /* полная ширина */
    /*height: 100vh;*/ /* полная высота */
    background-color: rgba(0,0,0,0.4); /* цвет фона - прозрачный черный */
}

.modal-banner-content {
    background-color: #fff;
    /* окно будет находится по центру по горизонтали и с отступом сверху в 100 px */
    margin: auto auto;
    /*padding: 20px;
    width: 50%;*/
    font-size: 20px;
    /* разнесем текст и кнопоку по краям окна */
    display: flex;
    justify-content: space-between;
}

span {
    cursor: pointer;
}

.modal-room {
    /*display: none;*/ /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-room-content {
    background-color: #00b1a1;
    color:#fff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 5px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close-room {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close-room:hover,
    .close-room:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.string-god-menu {
    font-weight: 400;
    font-size: medium;
    padding-bottom: 8px;
}

#example {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

    #example div {
        width: 320px;
        height: auto;
        margin: 100px auto;
        color:#fff;
        background-color: #00b1a1;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border: 1px solid #666666;
        padding: 5px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        border: 3px solid #cccccc;
        position: absolute;
        left: 50%;
        top: 210px;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
