* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

.prod-title {
    padding-top: 15px;
    text-align: center;
}

#min,
#sec {
    font-size: 1.2em;
    color: red;
    font-weight: bold;
}

.center {
    text-align: center;
}

.wrapp_prod {
    pointer-events: none;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    max-width: 320px;
}
#pageHeader {
    box-sizing: border-box;
    flex-direction: row;
    display: flex;
    background: linear-gradient(rgb(202, 18, 18) 0%, rgb(202, 18, 18) 100%);
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: fixed;
    z-index: 2147483647;
    transform: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: all 1s ease-in-out 0s;
}
.header-container {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 955px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.line-root {
    width: 1px;
    background-color: rgba(255, 255, 255, 1);
    height: 22px;
    margin-left: 15px;
}
@media (min-width: 768px) {
    .line-root, .menu-mobile-root {
        display: none;
    }
}

.header-menu-item {
    box-sizing: border-box;
    margin: auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-basis: 66.666667%;
    -ms-flex-preferred-size: 66.666667%;
    flex-basis: 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 66.666667%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 72px;
}
@media (max-width: 767px) {
    .header-menu-item {
        display: none;
    }
    .header-container {
        justify-content: flex-start;
    }
    .line-root {
        margin-top: 16px;
    }
    .menu-mobile-root {
        padding-top: 23px;
    }
    .css-1h0rac1ss {
        background-color: white;
        height: 1px;
        margin-bottom: 15px;
        margin-left: 12px;
        margin-right: 12px;
    }
    #menu-box {
        display: block;
        list-style: none;
        color: #fff;
        font-size: 18px;
    }
    .header-menu-item-mobile {
        width: 100%;
    }
}

.menu-root {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.typography-gutterBottom{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.334;
    margin-bottom: 0.35em;
    color: rgba(255, 255, 255, 1);
    overflow: visible !important;
    margin-right: 32px;
    margin-bottom: 0px;
    position: relative;
}
.left_content img {
    width: 100%;
    padding: 10px 0;
}
.title_h {
    margin-top: 85px;
}
.advertisement-text {
    font-size: 12px;
    color: grey;
    line-height: 15px;
    text-align: center;
    margin: 0px;
    background-color: rgb(236, 237, 239);
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-item {
    padding: 10px 15px;
}
.platePrice {
    position: absolute;
    width: 100%;
    max-width: 160px;
    left: 95%;
    top: 85%;
    padding: 5px;
    border: 3px solid #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgb(234, 152, 46);
    background: -moz-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(234, 152, 46, 1)), to(rgba(252, 228, 61, 1)));
    background: -o-linear-gradient(left, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    background: linear-gradient(to right, rgba(234, 152, 46, 1) 0%, rgba(252, 228, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea982e', endColorstr='#fce43d', GradientType=1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
    -webkit-transform: rotate(-15deg) translate(-50%, -50%);
    -moz-transform: rotate(-15deg) translate(-50%, -50%);
    -ms-transform: rotate(-15deg) translate(-50%, -50%);
    -o-transform: rotate(-15deg) translate(-50%, -50%);
    transform: rotate(-15deg) translate(-50%, -50%);
}

.platePrice_text {
    font-size: 24px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin: 0 auto 5px;
    line-height: 1;
}

.platePrice_price._old {
    text-decoration: line-through;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

.platePrice_price._new {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid red;
    line-height: 1;
}

.platePrice_price {
    display: block;
    text-align: center;
}

form {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.formgroup {
    width: 400px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

select {
    height: 50px;
    display: block;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    border: 2px solid grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

label {
    display: block;
    margin: 0px auto;
    padding: 10px;
}

button,
input {
    overflow: visible;
}

input {
    display: block;
    margin: 0 auto;
    padding: 11px 0px 12px 10px;
    width: 100%;
    border: 2px solid grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

.btn3 {
    display: block;
    text-align: center;
    padding: 14px 90px 14px 90px;
    -webkit-box-shadow: 0 4px 5px #ccc;
    -moz-box-shadow: 0 4px 5px #ccc;
    box-shadow: 0 4px 5px #ccc;
    text-shadow: 2px 1px 1px #908c8c;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    background: #ff2828;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
    cursor: pointer;
}

.h2 {
    font-size: 25px;
}

h1,
h3 {
    margin-bottom: 20px;
}

.burg {
    display: none;
}

.content {
    width: 780px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.content img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    display: block;
}

.content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}

.first_user {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content .img_content {
    width: 500px;
    max-width: 100%;
}

.first_user img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    margin-left: 0px;
}

.first_user p {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
}

.first_user span {
    font-weight: bold;
    color: #f3200b;
}

.second_user {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.second_user img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    margin-left: 0px;
}

.second_user p {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
}

.second_user span {
    font-weight: bold;
    color: #071dc5
}

h3 {
    text-align: center;
}

h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.list {
    padding-left: 40px;
    font-size: 20px;
    margin-bottom: 20px;
}

.btn {
    display: block;
    text-align: center;
    padding: 14px 20px 14px 20px;
    -webkit-box-shadow: 0 4px 5px #ccc;
    -moz-box-shadow: 0 4px 5px #ccc;
    box-shadow: 0 4px 5px #ccc;
    text-shadow: 2px 1px 1px #908c8c;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    background: #ff2828;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px auto;
    width: 100%;
    max-width: 400px;
    cursor: pointer;
    border: none;
}

.btn:hover {
    background: #a51313;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.comment {
    margin-bottom: 20px;
    display: block;
    background-color: #f1f3f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.comment .avatar {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
    width: 32px;
    border: 1px solid #c5c5c5;
}

.comment .comm_post {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.comment .comm_post ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.comment .comm_post ul li a {
    color: #365899;
    text-decoration: none;
}

.comment .comm_post ul img {
    width: 18px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.comment .comm_text {
    font-size: 20px;
}

.comment .comm_text .user_name {
    font-weight: bold;
    color: #365899;
    text-decoration: none;
}

.comment .comm_post ul .date {
    color: #777;
}

.content .rev-img {
    display: block;
    margin: 10px 0;
    width: 100%;
    max-width: 200px;
}

@media all and (max-width: 1000px) {
    .top_nav {
        display: none;
    }
    .nav_mid ul li {
        display: none;
    }
    .burg img {
        width: 40px;
    }
    .nav_mid ul {
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
        background: none;
    }
    .first_user p {
        font-size: 20px;
        line-height: 20px;
        display: block;
        width: 100%;
    }
    .second_user {
        clear: both;
    }
    .second_user p {
        font-size: 20px;
        line-height: 20px;
        display: block;
        width: 100%;
    }
    .second_user img {
        float: left;
    }
    .first_user img {
        float: left;
    }
}

@media all and (max-width: 1024px) {
    .top_nav li a {
        font-size: 13px;
    }
    .top_nav li .logo {
        width: 126px;
    }
    .nav_mid ul {
        width: 100%;
    }
    .nav_mid ul li a {
        font-size: 12px;
    }
    .nav_mid ul li {
        padding: 15px 14px;
    }
}

@media screen and (max-width: 420px) {}

@media (max-width: 1000px) {
    .nav_mid ul {
        position: inherit;
    }
    .nav_mid ul {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        display: inline-block;
        width: 85%;
        text-align: right;
    }
    .burg {
        display: inline-block;
    }
}

@media (max-width: 862px) {
    .nav_mid ul {
        width: 81%;
    }
}

@media (max-width: 660px) {
    .nav_mid ul {
        width: 74%;
    }
}

@media (max-width: 480px) {
    .nav_mid ul {
        width: 59%;
    }
    .title_h h1 {
        font-size: 24px;
    }
    .nav_mid {
        padding: 22px 0px 22px;
    }
    .content p {
        font-size: 16px;
        line-height: 1;
    }
    .platePrice {
        left: 85%;
        top: 94%;
    }
    .btn3 {
        padding: 15px;
    }
}

@media (max-width: 360px) {
    .platePrice {
        left: 75%;
    }
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 780px
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.collapse:not(.show) {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.ml-auto {
    margin-left: auto !important
}

.bg-green2 {
    background: #58dbc4
}

.navbar li {
    padding: 1%;
    color: #fff;
    font-weight: bold;
}

.navbar ul {
    border-left: 7px solid #ffbf00;
}

.nav-link {
    text-decoration: none;
}

h5.sub-comm {
    font-size: 20px;
    margin-bottom: 25px;
}

@media(max-width:520px) {
    .first_user,
    .second_user {
        flex-direction: inherit;
        align-items: flex-start;
    }
    .first_user img,
    .second_user img {
        margin-bottom: 10px;
        margin-right: 10px;
        width: 60px;
        height: 60px;
    }
}