@font-face {
    font-family: "Montserrat Regular";
    src: url(../../static/fonts/Montserrat-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Montserrat Bold";
    src: url(../../static/fonts/Montserrat-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}


html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -ms-overflow-style: scrollbar
}

body {
    position: relative;
    height: 100%;
    font-family: "Montserrat Regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    background: #fff;
    color: #000;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-shadow: 0 15px 25px 0 #f2f3f3;
    box-shadow: 0 15px 25px 0 #f2f3f3;
    overflow-x: hidden;
    overflow-y: auto
}

.content-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 60px
}

.header__logo {
    margin-right: 29px;
    margin-left: 13px;
    font-size: 0px;
}

.navbar-toggler-icon {
    color: black;
}

.footer {
    margin-top: 2rem;
    background-color: rgb(245, 247, 251);
    color: rgba(143, 148, 159, 0.6);
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.footer__top {
    padding: 12px 0px;
    border-bottom: 1px solid rgb(235, 237, 242);
}

.footer-bottom {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 20px;
}

.footer-title {
    margin: 32px 0px 9px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

footer a {
    text-decoration: underline;
}

.footer-bottom {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 20px;
}

.footer-bottom a[href^="mailto:"], .footer-bottom a[href^="tel:"] {
    font-size: 14px;
}

.footer-title {
    margin: 32px 0px 9px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-title--nomargin-top {
    margin-top: 0px;
}

.footer-phones-list {
    margin-top: 20px;
}

.footer-phones-list dd + dt {
    margin-top: 7px;
}

.footer-info-list li + li {
    margin-top: 3px;
}

.footer-info-list a {
    text-decoration: underline;
}

.footer-pay .icon + .icon {
    margin-left: 15px;
}

.social {
    display: flex;
}

.social a {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    background-color: rgb(234, 236, 241);
    width: 36px;
    height: 36px;
    transition: all 0.3s ease 0s;
    display: inline-flex !important;
}

.social a:hover {
    opacity: 0.6;
}

.social a + a {
    margin-left: 8px;
}

.social a > .icon {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}


.i-vk {
    width: 13px;
    height: 8px;
    background-image: url("../../static/icons/i-vk.svg");
}

.i-yt {
    width: 14px;
    height: 10px;
    background-image: url("../../static/icons/i-yt.svg");
}

.i-tg {
    width: 16px;
    height: 13px;
    background-image: url("../../static/icons/i-tg.svg");
}

.i-mir {
    width: 43px;
    height: 12px;
    background-image: url("../../static/icons/i-mir@2x.png");
    background-size: 43px 12px;
}

.i-master-card {
    width: 34px;
    height: 20px;
    background-image: url("../../static/icons/i-master-card@2x.png");
    background-size: 34px 20px;
}

.i-visa {
    width: 48px;
    height: 15px;
    background-image: url("../../static/icons/i-visa@2x.png");
    background-size: 48px 15px;
}

.i-pay-keeper {
    width: 61px;
    height: 18px;
    background-image: url("../../static/icons/i-pay-keeper@2x.png");
    background-size: 61px 18px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.card img {
    margin: 0 auto;
    max-height: 250px;
    width: auto;
}

.card {
    color: rgb(143, 148, 159);
}

@media (min-width: 768px) {
    .l-text {
        padding: 10px 10px 10px 100px;
    }
    .l-text h5 {font-size: 30px;}
    .l-text p {font-size: 19px; }
}

@media (max-width: 768px) {
    .l-text {
        padding-top: 70px;
        padding-left: 20px;
    }
}

.hover-effect {
    transition: transform 0.3s ease;  
}

.hover-effect:hover {
    transform: scale(1.2);
}