@font-face {
    font-family: "RobotoCondensed-Regular";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Ubuntu-Light";
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Ubuntu-Light.ttf") format("truetype");
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 54px;
}
@media (max-width: 601px) {
    body {
        margin-bottom: 76px;
    }
}
@media (max-width: 403px) {
    body {
        margin-bottom: 98px;
    }
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.contact form {
    padding: 40px 50px 45px;
}

.contact .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.contact label {
    font-weight: 600;
}

.contact .error {
    color: red;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    font-size: 14px;
}

.contact .form-control.error {
    border-color: red;
    padding: .375rem .75rem;
}

.contact .alert-success {
    margin: 15px;
}

.thanks-for-question {
    display: none;
}

div.form-group input, div.form-group textarea {
    border-color: #ced4da;
}

div.form-group.error-validate input, div.form-group.error-validate textarea {
    border-color: red;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.rpd-total-rows {
    display: none;
}

.pagination {
    justify-content: flex-end;
    margin-bottom: 5px;
}

.rpd-datagrid .btn-toolbar {
    display: block;
}

.btn-toolbar .pull-left {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    float: none;
}

.input-daterange {
    display: flex;
}

.rpd-dataform .form-group, .rpd-dataform .input-group {
    margin-right: 8px;
}

.rpd-dataform #div_id input {
    max-width: 60px;
}

.rpd-dataform .input-daterange input {
    max-width: 110px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.pages-list .rpd-dataform {
    padding-bottom: 30px;
}

h2 {
    margin-bottom: 20px;
}

.page-edit label {
    font-weight: bold;
}

.breadcrumb {
    padding: 0.35rem 1rem;
    margin-top: -1.5rem;
    background-color: #f5f5f5;
}

.navbar {
    padding: 3px 20px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    width: 80px;
}

.navbar-brand .brand-text {
    margin-left: -10px;
    font-size: 18px;
    font-family: 'Roboto-Bold', sans-serif;
}

.navbar .nav-item, .navbar .nav-link {
    color: black !important;
    font-size: 18px;
    /*margin-left: 5px;*/
    margin-right: 5px;
    font-family: 'RobotoCondensed-Regular', sans-serif;
}

.navbar .nav-item:hover, .navbar .nav-link:hover {
    color: #707070 !important;
}

#btn-reg {
    padding: 2px 15px 2px 15px;
    background-color: #006400;
    border: none;
    border-radius: 0;
    color: white !important;
    width: 120px;
}

#btn-reg:hover {
    background-color: #003f00;
}

.navbar li.reg {
    padding-top: 6px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #37b000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    padding: 15px;
}

.footer span {
    margin: 0 10px;
    word-wrap: unset;
}

.footer span, .footer a {
    color: black;
    white-space: nowrap;
}

.footer a:hover {
    color: #707070;
    text-decoration: none;
}

.footer span.tm {
    font-size: 16px;
}

.landing-block-top {
    background: #37b000;
    margin-top: -1.5rem;
}

.landing-block-top img {
    max-width: 70%;
}

/* CSS для ширины, которая меньше 575px (включительно) */

.landing-block-top img {
    max-width: 70%;
}

/* sm-устройства (больше или равно 576px) */

@media (min-width: 576px) {
    /* CSS для: 576px <= ширины <= 767px */
    .landing-block-top img {
        max-width: 110%;
    }
}

/* md-устройства (больше или равно 768px) */

@media (min-width: 768px) {
    /* CSS для: 768px <= ширины <= 991px */
    .landing-block-top img {
        max-width: 90%;
    }
}

/* lg-устройства (больше или равно 992px) */

@media (min-width: 992px) {
    /* CSS для: 992px <= ширины <= 1119px */
    .landing-block-top img {
        max-width: 70%;
    }
}

/* xl-устройства (больше или равно 1200px) */

@media (min-width: 1200px) {
    /* CSS для: ширины >= 1200px */
    .landing-block-top img {
        max-width: 70%;
    }
}
@media (max-width: 576px) {
    /* CSS для: ширины >= 1200px */
    .landing-block-top .text {
        padding-right: 5vw;
    }
}

.landing-block-top div.block>div {
    margin: 10px 0;
}

.landing-block-top .block {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 5vw;
    text-align: justify;
}

.landing-block-top .text-one, .landing-block-top .text-two {
    font-family: 'Ubuntu', sans-serif;
    color: white;
}

.landing-block-top .text-one {
    font-size: calc(0.6vw + 14px);
}

.landing-block-top .text-two {
    font-size: calc(0.4vw + 12px);
}

.landing-block-top div.img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-reg {
    padding: 7px 18px 7px 18px;
    background-color: #006400;
    border: none;
    border-radius: 0;
    color: white !important;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    width: 120px;
}

.btn-reg:hover {
    background-color: #003f00;
    text-decoration: none;
}

.landing-block-bottom-text {
    font-family: 'Ubuntu', sans-serif;
    /*margin-bottom: -1.9rem;*/
}

.landing-block-bottom-text {
    background: #cccec9;
    font-size: calc(0.6vw + 14px);
    padding: 2.25vw;
}

.landing-block-bottom-text > .row {
    padding: 0 3vw;
}

.landing-block-steps {
    font-family: 'Ubuntu', sans-serif;
    font-size: calc(0.4vw + 12px);
}

.landing-block-steps .square {
    width: 26px;
    min-width: 26px;
    max-width: 26px;
    height: 23px;
    background-color: #007200;
    margin: 15px;
    margin-left: 0;
}

.landing-block-steps .row > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 25px 0;
    padding-left: 0;
}

.landing-block-steps .row {
    padding: 0.7vw 5vw;
}

@media (max-width: 768px) {
    .landing-block-steps .row>div {
        margin: 0 2vw 0 0;
    }
}

.navbar a.profile {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    margin: 10px;
}

.navbar .dropdown-menu-right a.admin{
    background-color: #f5f5f5;
}

.btn-reg-google {
    color: black;
    background-color: white;
}
.btn-reg-google:hover {
    color: black;
    background-color: #e6e6e6;
}
.btn-reg-google span.fa {
    color: #3390dc;
    padding-right: 10px;
    font-size: 22px;
}

.users-list a.login-as {
    font-size: 16px;
}

div.alert {
    margin-bottom: 2rem;
}
