﻿@import './font.css';

:root {
    --default-color-1: #dc2321;
    --default-color-2: #dc2321;
    --default-color-3: #212e37;
    --default-color-4: #FFECC0;
    --default-gradient: linear-gradient(134deg, #FF1A1A 2.01%, #B00202 100%);
}

.my-mobile {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    position: relative;
}

section a {
    color: var(--default-color-2);
    text-decoration: underline;
}

    section a:hover {
        text-decoration: underline;
    }

.p-details img {
    max-width: 100% !important;
    width: unset;
    height: unset !important;
    object-fit: unset;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: 'MonR';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: auto;
    scroll-behavior: smooth;
}

    html.rs {
        overflow-y: hidden !important;
    }

body {
    padding: 0;
    border: 0;
    position: relative;
    margin: 0;
    background-color: #fff;
    overflow: hidden;
}

.seo {
    display: none;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fill {
    width: 100%;
    height: 100%;
}

.up-case {
    text-transform: uppercase;
}

section {
    font-size: 15px;
    color: #2c2c2c;
    line-height: 150%;
}

    section p {
        margin: 9px 0;
    }

    section ul {
    }

    section img {
        max-width: 100%;
    }

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    display: inline-block;
}

.none {
    display: none !important;
}

ul {
    margin: 0;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    user-select: none;
}

.input-df {
    outline: none;
    border: none;
    background-color: transparent;
}

.no-margin {
    margin: 0 !important;
}

section img {
    max-width: 100%;
    display: inline-block;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.rs {
    margin: 0;
    padding: 0;
    list-style: none;
}

text {
    display: none !important;
}