*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
p {
    margin: 0px;
    padding: 0px;
}
:-webkit-any(article, aside, nav, section) h1 {
    font-size: inherit;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
ul li{
    list-style: none;
}
:focus, :active {
    outline: none; 
}
a {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
html, body {
    background: #E97E50;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
    font-family: "Open Sans";
    margin: 0px;
    text-align: justify;
    font-weight: 400;
    padding: 0px;
    line-height: 170%;
    letter-spacing: 0.015em;
    font-size: 18px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
}
input, button, textarea {
    font-family: inherit; 
}
input::-ms-clear {
    display: none; 
}
button {
    cursor: pointer; 
}
button::-moz-focus-inner {
    padding: 0;
    border: 0; 
}
ul {
    padding: 0px;
    margin: 0px;
}
img {
    vertical-align: top; 
}
 
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit; 
}




.container {
    max-width: 1320px;
    margin: 0 auto;
}
.header {
    position: absolute;
    display: contents;
    min-width: 100%;
}
.header__body {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
.header__body ul{
    display: flex;
}
.header__body ul li{
    position: relative;
    width: 180px;
    height: 70px;
    z-index: 1;
    margin: 10px 0 15px;
}
.header__body ul li a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.header__body ul li a .list__icons{
    position: relative;
    display: block;
    line-height: 60px;
    font-size: 1.6em;
    transition: 0.2s ease;
    text-align: center;
    color: #fff;
}
.header__body ul li a:hover .list__icons{
    font-size: 1.9em;
}
.header__body ul li a .list__text{
    color: #fff;
    transition: 0.5s;
    opacity: 0%;
}
.header__body ul li a:hover .list__text{
    opacity: 100%;
    transition: 0.5s;
}
.all-games {
    display: flex;
    padding: 30px 0;
    border-top: 2px solid #fff;
}
.games {
    background: rgba(0, 0, 0, 0);
    width: 100%;
}
.games_body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.games__elements {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}
.game__image img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 20px;
}
.game_1, .game_2, .game_3 {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
}
.game__text {
    text-align:center;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.quote {
    background-image: url("../img/bacg.png");
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
    margin-bottom: 65px;
}
.quote1 {
    background-image: url("../img/bacg.png");
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}
.quote__body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.quote__elements {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 40%;
    background: #fff;
    height: 30vh;
    padding: 30px 0;
}
.quote__text h1 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.44px;
}
.quote__text h2{
    color: #000;
    text-shadow: none;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.quote__btn a{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 100px;
    margin-top: 20px;
}
.games__btn a {
    background: #E97E50;
}
.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.info__title {
    padding-top: 65px;
}
.info__card, .info__image {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
}
.info__image img {
    max-width: 80%;
    object-fit: cover;
    max-height: 100%;
    border-radius: 20px;
}
.card__body {
    margin: 0 auto;
    width: 80%;
}
.card__body span {
    display: block;
    height: 1px;
    width: 70%;
    background-color: #FFF;
    margin: 25px auto;
}
.card__body p{
    color: #fff;
    text-align: center;
}
.card__list li {
    color: #fff;
    font-size: 18px;
    padding: 0 0 30px 20px
}
.info__white .card__list li, 
.info__white p{
    color: #E97E50;
}
.card__title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
}
.card__text {
    font-weight: 400;
    line-height: 200%;
}
.info .container {
    padding-bottom: 65px;
}
.info__white {
    background-color: #fff;
}
.price {
    background-image: url("../img/bacg2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 70vh;
    padding-bottom: 65px;
}
.price__body.title{
    padding-top: 65px;
}
.price__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    text-align: center;
    align-items: center;
    min-height: 50vh;
}
.price__card {
    width: 25%;
}
.price__card-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}
.price__card-subtitle {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
}
.price__card span {
    display: block;
    background-color: #fff;
    height: 1px;
    margin-bottom: 20px;
}
.price__btn {
    border-radius: 5px;
    background: #E97E50;
    color: #FFF;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0;
    width: 30%;
}
.feedback {
    background: #fff;
}
.feedback__body p{
    color: #E97E50;
}
.feedback__body {
    padding-top: 65px;
}
.feedback__image {
    flex: 0 0 28%;
    display: flex;
    margin: 0 auto;
}
.feedback__image img {
    max-width: 100%;
    margin-bottom: 60px;
    border-radius: 15px;
}
.form__form {
    background-color: #fff;
    width: 100%;
    padding: 30px;
    margin: 0 auto 100px;
}
.form__form p {
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    width: 24%;
    margin-bottom: 40px;
}
.form__body.title {
    margin-top: 65px;
}
.form__form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
form label{
    text-align: left;
}
.form__form form input {
    margin-bottom: 20px;
    padding: 5px 0 5px 20px;
    border-radius: 5px;
    text-align: left;
    width: 60%;
}
form span {
    display: block;
    margin: 20px 0;
    background-color: #2D2D2D;
    height: 3px;
    width: 70%;
}
.form__form form button {
    margin: 20px;
    padding: 15px 0;
    width: 60%;
    color: #fff;
    background-color: #2D2D2D;
    border-radius: 5px;
    text-align: center;
}


.footer {
    background-color: #212121;
    padding: 50px 0 75px 0;
}
.footer__content {
    flex: 0 1 40%;
}
a.link-to-services {
    border-radius: 5px;
    background: #E97E50;
    color: #FFF;
    display: block;
    margin: 20px auto;
    text-align: center;
    padding: 3px 10px;
}
.footer__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer__body a, .footer__social p {
    color: #fff;
    margin-bottom: 30px;
}
.footer__body i {
    font-size: 40px;
}
.footer__btn {
    display: block;
    align-items: center;
}
.footer__btn a {
    color: #fff;
    width: 20px;
    margin-right: 40px;
}
.footer__btn a:last-child {
    margin: 0;
}
.title {
    color: #fff;
    font-family: "Open Sans";
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 65px;
}



@media (max-width: 1199px) {
    .map__image, .final__image {
        width: 450px;
    }
    .we__image {
        max-width: 370px;
    }
}
@media (max-width: 991px) {
    .quote__text h1 {
        font-size: 20px;
        letter-spacing: normal;
    }
    .quote__text h2 {
        font-size: 9px;
    }
    .quote__elements {
        padding: 20px 40px;
    }
    .content {
        display: block;
    }
    .feedback__content {
        display: flex;
    }
    .feedback__image {
        flex: 0 0 45%;
    }
    .price__text, .form__form {
        width: 60%;
    }    
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
    .header__body {
        display: block;
    }
    .form__form form input, 
    .form__form form button  {
        width: 70%;
    }
    .price__content {
        flex-direction: column;
        align-items: center;
    }
    .price__card {
        padding-bottom: 20px;
        width: 80%;
    }
    .form__form p {
        width: 80%;
    }
}
@media (max-width: 575px) { 
    .header__body ul {
        justify-content: center;
    }
    .header__body ul li a .list__text{
        color: #fff;
        transition: 0.5s;
        opacity: 100%;
        font-size: 0.9em;
    }
    .header__body ul li a .list__icons{
        line-height: 30px;
    }
    .quote__text h1 {
        font-size: 14px;
    }
    .game__image img {
        height: 200px;
    }
    .card__body {
        padding: 15px 30px
    }
    .card__list li {
        text-align: left;
    }
    .card__list li {
        padding: 0 0 10px 20px;
    }
    .feedback__content {
        display: block;
    }
    .feedback__image {
        justify-content: center;
    }
    .feedback__image img {
        max-width: 60%;
    }
    .quote__elements {
        padding: 10px 20px;
    }
    .quote__btn a {
        padding: 5px 50px;
    }
    .price__text, .form__form {
        width: 85%;
    }
    .form__form form input, .form__form form button {
        width: 85%;
    }
    .header__body ul li {
        width: 22vw;
    }
    .footer {
        padding: 0 10px;
        height: 250px;
    }
    .footer__site-name a p {
        margin: 15px 0;
    }
    .footer__social p {
        text-align: center;
    }
    .footer__body {
        flex-direction: column;
        align-items: center;
    }
    .footer__content {
        width: 50%;
        text-align: center;
    }

}
@media (min-width: 576px) { 
    .container {
        width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container {
        width: 720px !important;
    }
}
@media (min-width: 992px) { 
    .container {
        width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1320px !important;
    }
}


