/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

body {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1;
}
header {
    margin: 20px 0;
}
header .container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.header_contacts_social {
    display: flex;
    gap: 6px;
}
.header_contacts_social a {
    font-weight: 500;
    text-decoration: none;
}
.header_contacts_whatsapp a,
.header_contacts_tg a,
.header_contacts_phone-head a {
    display: inline-flex;
    font-size: 12.5px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-family: pt-sans-bold, sans-serif;
    padding: 8px 12px;
    max-width: 115px;
    border-radius: 5px;
    align-items: center;
    gap: 5px;
}
.header_contacts_phone-head a{
    display: none;
    border: 1px solid #222;
    background-color: #222;
}
.header_contacts_whatsapp a {
    background: #19d741;
}
.header_contacts_tg a {
    background: #229ED9;
}
img.header_contacts_whatsapp_icon,
img.header_contacts_tg_icon,
.header_contacts_phone-head img {
    max-width: 25px;
    min-width: 25px;
    height: 25px;
}
header .logo {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 306px;
}
header .logo img {
    margin-right: 5px;
}
header .logo span {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.19em;
    color: #0b3e4f;
}
header nav {
    height: 100%;
}
header nav ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header nav ul a {
    text-decoration: none;
    color: #0b3e4f;
}
header .callback {
    display: flex;
    flex-direction: row;
    justify-content: c;
    font-family: "Montserrat";
}
header .callback .right {
    display: flex;
    flex-direction: column;
}
header .callback .right .callicon {
    cursor: pointer;
    border: 1px solid #32a7fd;
    box-sizing: border-box;
    border-radius: 30px 0px;
    padding: 5px 15px;
    color: #4cb2fd;
    text-decoration: none;
}
header .callback .right .callicon:hover {
    border: 1px solid #4cb2fd;
    color: #fff;
    background-color: #4cb2fd;
}
header .callback .right .phone {
    margin-top: 5px;
}
header .callback .right .phone a {
    color: #0b3e4f;
    text-decoration: none;
    font-size: 18px;
}
.block1 .top {
    display: flex;
}
.block1 .top .left {
    padding: 40px 0;
    padding-right: 80px;
    margin-left: 80px;
}
.block1 .top .left h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    color: #0b3e4f;
    margin-bottom: 25px;
}
.block1 .top .left p {
    padding-right: 60px;
    line-height: 29px;
    color: #0b3e4f;
    font-size: 24px;
    margin-bottom: 20px;
}
.block1 .top .right {
    border-radius: 30px 6px 6px 6px;
    position: relative;
    flex: none;
    width: 428px;
    height: 465px;
}
.block1 .top .right img {
    position: absolute;
    left: -82px;
    top: 24px;
}
.block1 .bottom {
    max-width: 653px;
    height: 252px;
    background-repeat: no-repeat;
    border-radius: 0px 30px 0px 0px;
}
.block1 .bottom .compose {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.block1 .bottom .compose button {
    margin: 25px 0;
}
.card {
    padding: 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}
.card .img {
    margin-bottom: 25px;
}
.card .img img {
    max-width: 100%;
}
.card .h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.card p {
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
}
.card table {
    border-collapse: separate;
    border-spacing: 0 0.3em;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 300;
}
.card table tr td:first-child {
    text-align: left;
}
.card table tr td:nth-child(3) {
    font-weight: 500;
}
.card table tr td:last-child {
    text-align: right;
}
.cardhorizontal {
    border-radius: 30px;
}
.cardhorizontal .item {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: 300;
    justify-content: flex-end;
    align-items: center;
    padding: 25px;
}
.cardhorizontal .item p {
    margin-top: 15px;
    text-align: center;
}
.gamecard_wrapper,
.gamecard {
    height: 100%;
}
.gamecard {
    border: 1px solid #0b3e4f;
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}
.gamecard img {
    max-width: 100%;
}
.gamecard span {
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #0b3e4f;
}
.gamecard p {
    line-height: 29px;
    text-align: center;
    margin: 0;
}
footer .background {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/footer.jpg);
    height: 600px;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}
footer .background p {
    text-align: center;
}
footer .background .group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
footer .background .group span {
    font-size: 20px;
    font-weight: 600;
}
footer .blackfooter {
    background-color: #000;
    height: 295px;
    display: flex;
}
footer .blackfooter a:hover {
    color: #32a7fd;
}
footer .blackfooter .callback {
    display: flex;
    flex-direction: row;
    justify-content: c;
    font-family: "Montserrat";
}
footer .blackfooter .callback .right {
    display: flex;
    flex-direction: column;
}
footer .blackfooter .callback .right .callicon {
    cursor: pointer;
    border: 1px solid #32a7fd;
    box-sizing: border-box;
    border-radius: 30px 0px;
    padding: 5px 15px;
    color: #32a7fd;
    text-decoration: none;
}
footer .blackfooter .callback .right .callicon:hover {
    border: 1px solid #32a7fd;
    color: #fff;
    background-color: #32a7fd;
}
footer .blackfooter .callback .right .phone {
    margin-top: 5px;
}
footer .blackfooter .callback .right .phone a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
footer .blackfooter .left,
footer .blackfooter .rightcol {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .blackfooter .left a,
footer .blackfooter .rightcol a {
    margin-right: 10px;
}
footer .blackfooter a {
    color: #fff;
    text-decoration: none;
}
footer .blackfooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
a {
    transition: all 0.2s ease-out;
}
a :hover {
    text-decoration: underline !important;
}
.order {
    transition: all 0.2s ease-out;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    background: #32a7fd;
    padding: 10px 25px;
    border: 4px solid transparent;
    border-radius: 30px 0px;
}
.order:hover {
    border: 4px solid #fff;
    color: #fff;
}
.mainorder:hover,
#modal_submit:hover {
    border-color: #0d6efd;
}
.mainorder:disabled,
#modal_submit:disabled {
    background-color: gray;
}
.h-100 {
    height: 100%;
}
h2 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
    color: #0b3e4f;
    margin-top: 100px !important;
    margin-bottom: 50px;
}
h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    color: #0b3e4f;
    margin-top: 50px !important;
    margin-bottom: 30px;
}
.bg3 {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/bg3.jpg);
    background-size: cover;
}
.bg4 {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/bg4.jpg);
    background-size: cover;
}
.bg5 {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/bg5.jpg);
    background-size: cover;
}
.bg5 {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/bg5.jpg);
}
.bg6 {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/bg6.jpg);
}
.bg7 {
    background-image: linear-gradient(to top, rgba(69, 74, 185, 0.66), rgba(69, 74, 185, 0.66)), url(/assets/img/bg7.jpg);
}
.mg80 {
    margin: 0 80px;
}
.cardwrapper {
    height: 100%;
}
.mobile-bottom-phone-blocks {
    display: flex;
    justify-content: space-between;
    padding: 10px 14px;
    max-width: 100%;
    gap: 5px;
}
.mobile-bottom-phone-blocks a img {
    max-width: 27px;
    height: auto;
}
.mobile-bottom-phone-block a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 100%;
}
.mobile-bottom-phone-block span {
    line-height: 1.2;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.mobile-bottom-phone {
    display: none;
}
@media(min-width: 1130px) {
    .header_contacts_social {
        justify-content: flex-end;
    }
}
@media(max-width: 1024px) {
    .header_contacts_social > div a {
        padding: 8px;
    }
    .header_contacts_phone-head {
        width: min-content;
    }
    .header_contacts_phone-head a {
        display: inline-flex;
        max-height: 41px;
        box-sizing: border-box;
    }
    .menu-block-right {
        display: none;
    }
    .mobile-bottom-phone {
        display: block;
        position: fixed;
        bottom: 0vh;
        z-index: 999;
        background: #fff;
        width: 100%;
        box-shadow: 0 10px 25px rgba(0,0,0,0.29);
    }
}
@media (max-width: 575.98px) {
    header .logo {
        max-width: 200px;
    }
    .card {
        padding: 15px;
    }
    .cardwrapper {
        padding: 0 !important;
        padding-bottom: 25px !important;
    }
    .logo {
        padding-bottom: 25px;
    }
    .block1 .top .right {
        width: 100% !important;
    }
    .block1 .top .right img {
        margin-top: 45px;
        position: initial !important;
        max-width: 100% !important;
    }
    .bottom {
        background-color: rgba(69, 74, 185, 0.92) !important;
        background-image: none !important;
        height: initial !important;
    }
    .gamecard {
        margin: 0 !important;
        margin-bottom: 25px !important;
    }
    footer .blackfooter ul {
        display: flex;
        flex-direction: column;
    }
    footer .blackfooter ul li {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px){
    .header_contacts_phone-head {
        display: none;
    }
}
@media (max-width: 767.98px) {
    header .container {
        flex-wrap: wrap;
    }
    .gamecard_wrapper {
        margin-bottom: 25px;
        height: initial;
    }
    body {
        font-size: 16px;
    }
    .card {
        padding: 25px;
    }
    .cardwrapper {
        padding: 0 30px;
        padding-bottom: 25px;
    }
    .cardhorizontal {
        background-color: rgba(69, 74, 185, 0.92);
        background-image: none;
        margin: 0 25px;
    }
    .gamecard {
        margin: 0 80px;
        margin-bottom: 25px;
    }
    .card .h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .card table {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .card .img {
        margin-bottom: 10px;
    }
    .order {
        padding: 5px 10px;
        font-size: 16px;
    }
    .mg80 {
        margin: 0;
    }
    .block1 .top .left {
        max-width: 100%;
        margin: 0;
        padding-right: 15px;
    }
    .block1 .top .left h1 {
        font-size: 30px;
        line-height: 1.3;
    }
    .block1 .top .right img {
        left: -120px;
    }
    .block1 .top .right {
        width: 350px;
    }
    .block1 .bottom {
        margin-top: 15px;
    }
    h2 {
        margin-top: 50px !important;
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    .cardhorizontal .item img {
        max-width: 100%;
    }
    .hidden-sm {
        display: none;
    }
    .card .order {
        margin-bottom: 10px;
    }
    .block1 .top {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .callback .phone {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .cardwrapper {
        margin-bottom: 0;
        padding: 0;
    }
    body {
        font-size: 16px;
    }
    .gamecard img {
        max-width: 100%;
    }
    .gamecard p {
        line-height: 1.2;
    }
    .card {
        padding: 10px;
    }
    .card .h3 {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .card table {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .card .img {
        margin-bottom: 10px;
    }
    .order {
        padding: 5px 10px;
        font-size: 16px;
    }
    .mg80 {
        margin: 0;
    }
    .block1 .top .left {
        max-width: 100%;
        margin: 0;
        padding-right: 15px;
    }
    .block1 .top .left h1 {
        font-size: 30px;
        line-height: 1.3;
    }
    .block1 .top .right img {
        left: 0;
    }
    .block1 .top .right {
        width: 350px;
    }
    .block1 .bottom {
        margin-top: 15px;
    }
    h2 {
        margin-top: 50px !important;
        font-size: 27px;
    }
    h3 {
        font-size: 24px;
    }
    .cardhorizontal .item img {
        max-width: 100%;
    }
    .hidden-sm {
        display: none;
    }
    .card .order {
        margin-bottom: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 17px;
    }
    .block1 .top .left {
        margin-left: 0;
    }
    .block1 .bottom {
        margin-top: 15px;
    }
    header .callicon {
        font-size: 16px;
    }
    header nav a {
        font-size: 16px;
    }
    .mg80 {
        margin: 0;
    }
    .order {
        padding: 5px 15px;
    }
    .card {
        padding: 15px;
    }
    .card table {
        font-size: 16px;
    }
}
.modal .success {
    font-size: 18px;
}
.modal .modal-content {
    display: flex;
    flex-direction: column;
}
.modal .modal-content label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.modal .modal-content label input {
    -webkit-appearance: none;
    margin-left: 15px;
    padding: 5px;
    border: 1px solid #0b3e4f;
    border-radius: 5px;
}
.modal .modal-content label input::-webkit-input-placeholder {
    line-height: normal !important;
}
.modal .modal-footer {
    display: flex;
    justify-content: flex-end;
}
.modal .modal-footer .order {
    font-size: 16px;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: #00000050;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in;
}
.modal.is-visible {
    visibility: visible;
    opacity: 1;
}
.modal-dialog {
    position: relative;
    max-width: 800px;
    max-height: 80vh;
    border-radius: 30px 0px;
    background: #fff;
    overflow: auto;
    cursor: default;
}
.modal-dialog > * {
    padding: 20px;
}
.modal-header,
.modal-footer {
    background: var(--lightgray);
}
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-header span {
    font-size: 24px;
    font-weight: 600;
    color: #0b3e4f;
}
.modal-header .close-modal {
    background: none;
    border: none;
    color: #0b3e4f;
    font-size: 1.5rem;
}
.modal p + p {
    margin-top: 1rem;
}
/* ANIMATIONS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
[data-animation] .modal-dialog {
    opacity: 0;
    transition: all 0.5s var(--bounceEasing);
}
[data-animation].is-visible .modal-dialog {
    opacity: 1;
    transition-delay: 0.2s;
}
[data-animation="slideInOutDown"] .modal-dialog {
    transform: translateY(100%);
}
[data-animation="slideInOutTop"] .modal-dialog {
    transform: translateY(-100%);
}
[data-animation="slideInOutLeft"] .modal-dialog {
    transform: translateX(-100%);
}
[data-animation="slideInOutRight"] .modal-dialog {
    transform: translateX(100%);
}
[data-animation="zoomInOut"] .modal-dialog {
    transform: scale(0.2);
}
[data-animation="rotateInOutDown"] .modal-dialog {
    transform-origin: top left;
    transform: rotate(-1turn);
}
[data-animation="mixInAnimations"].is-visible .modal-dialog {
    animation: mixInAnimations 2s 0.2s linear forwards;
}
[data-animation="slideInOutDown"].is-visible .modal-dialog,
[data-animation="slideInOutTop"].is-visible .modal-dialog,
[data-animation="slideInOutLeft"].is-visible .modal-dialog,
[data-animation="slideInOutRight"].is-visible .modal-dialog,
[data-animation="zoomInOut"].is-visible .modal-dialog,
[data-animation="rotateInOutDown"].is-visible .modal-dialog {
    transform: none;
}
@keyframes mixInAnimations {
    0% {
        transform: translateX(-100%);
    }
    10% {
        transform: translateX(0);
    }
    20% {
        transform: rotate(20deg);
    }
    30% {
        transform: rotate(-20deg);
    }
    40% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    60% {
        transform: rotate(10deg);
    }
    70% {
        transform: rotate(-10deg);
    }
    80% {
        transform: rotate(5deg);
    }
    90% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.page-footer {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
.page-footer span {
    color: #e31b23;
}
