.article p,
.comment-user p,
.article li {
    text-align: justify;
}


html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
b,
i,
center,
ul,
li,
form,
table,
tbody,
tr,
th,
td,
footer,
header {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-stretch: inherit;
    -webkit-font-feature-settings: inherit;
    font-feature-settings: inherit;
    -webkit-font-kerning: inherit;
    font-kerning: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ul {
    list-style: outside none none;
}

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

th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: medium none;
}

footer,
header {
    display: block;
}

.breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
}

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

a:hover {
    text-decoration: underline;
}

body {
    background: url("../images/bg-bbd.arb.png") 0% 0% repeat scroll transparent;
}

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

.page-wrap {
    padding: 0px 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0px auto;
    position: relative;
    cursor: auto;
}

.main-content {
    background: url("../images/bg-bbd.arb.png") 0% 0% repeat scroll transparent;
    z-index: 11;
    position: relative;
}

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

.content {
    min-height: 700px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    margin: 0px auto;
    background: none 0% 0% repeat scroll rgb(255, 255, 255);
}

.content__inner {
    float: left;
}

.content__inner_wide {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
}

.footer,
.content {
    clear: both;
}

.header {
    width: 100%;
    z-index: 12;
    position: relative;
}

.header__inner {
    height: 64px;
    background: none 0% 0% repeat scroll rgb(0, 149, 218);
    position: relative;
    z-index: 7;
}

.header__logo {
    width: 167px;
    height: 100%;
    position: relative;
    float: left;
}

.header__logo a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

.nav {
    height: 64px;
    max-width: 920px;
    overflow: hidden;
    position: relative;
}

.nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav li {
    display: block;
    float: left;
    height: 64px;
    margin-right: 1px;
    position: relative;
}

.nav li a {
    display: block;
    height: 100%;
    font: 16px / 64px OpenSansLight, sans-serif;
    color: rgb(255, 255, 255);
    padding: 0px 24px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}

.nav li a:hover {
    background: none 0% 0% repeat scroll rgb(0, 165, 242);
}

.nav li {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.nav li a {
    position: relative;
    background: none 0% 0% repeat scroll rgb(0, 149, 218);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform-origin: 50% 0px 0px;
    -ms-transform-origin: 50% 0px 0px;
    transform-origin: 50% 0px 0px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.nav li:first-child::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 200;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 26px;
}

.nav li a::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: none 0% 0% repeat scroll rgb(9, 101, 160);
    content: attr(data-hover);
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0px 0px;
    -ms-transform-origin: 50% 0px 0px;
    transform-origin: 50% 0px 0px;
}

.header__menu-link {
    display: none;
}

.header__air {
    float: right;
    padding: 13px 15px 0px 15px;
    height: -1px;
    margin-top: 5px;
}

.header__air-logo {
    display: block;
    width: 50px;
    background: transparent;
}

.footer {
    padding-bottom: 0px;
    background: none 0% 0% repeat scroll rgb(26, 26, 26);
    overflow: hidden;
    position: relative;
    z-index: 7;
}

.footer__inner {
    padding: 20px 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0px auto;
    color: rgb(153, 153, 153);
    font-size: 14px;
}

.breadcrumbs {
    display: flex;
    border-bottom: 1px dotted rgb(204, 204, 204);
    padding-top: 16px;
    padding-bottom: 16px;
    font: 14px / 22px OpenSansLight;
}

.breadcrumbs a {
    color: rgb(37, 93, 137);
    display: block;

    padding-right: 16px;
    border-left: 1px solid rgb(204, 204, 204);
    padding-left: 16px;
}

.breadcrumbs a:first-child {
    border-left: medium none;
    padding-left: 0px;
}

.breadcrumbs  a:last-child {
    font-family: OpenSansSemibold;
}

.article {
    width: 70%;
    padding: 24px 20px 24px 70px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.article__date {
    font: 14px / 18px ArimoRegular, sans-serif;
    color: rgb(85, 85, 85);
}

.article__title {
    font: 32px / 36px RussiaLight, sans-serif;
    padding: 4px 0px 24px;
}

.article__text {
    font: 16px / 24px OpenSansRegular, sans-serif;
    color: rgb(51, 51, 51);
    padding-left: 0px;
    padding-top: 24px;
}

.article__text .main__product {
    width: 100%;
    max-width: 300px;
}

.article__text p {
    padding: 0px 0px 30px;
    text-align: justify;

}

 .article__text li, .article__text p {
    font-size: 18px;
    line-height: 1.4;
 }

.article__text a {
    text-decoration: underline;
    color: rgb(0, 149, 218);
}

.article__text a:hover {
    text-decoration: none;
    color: red;
}

.article__text i {
    font-style: italic;
}

.article__text b,
.article__text strong {
    font-weight: bold;
}

.article__text ul {
    list-style: outside none disc;
    padding-bottom: 15px;
}

.head {
    font: bold 24px / 100% RussiaLight, sans-serif;
    padding: 0px 0px 30px !important;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

table {
    max-width: 800px;
    margin: 0px auto;
    -webkit-box-shadow: rgba(105, 105, 105, 0.39) 2px 3px 8px 0px;
    box-shadow: rgba(105, 105, 105, 0.39) 2px 3px 8px 0px;
}

th,
td {
    border-color: rgb(189, 189, 189);
}

.tg {
    border-collapse: collapse;
    border-spacing: 0px;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
}

.tbg1 {
    background: none 0% 0% repeat scroll rgb(180, 237, 255);
}

.tbg2 {
    background: none 0% 0% repeat scroll rgb(235, 250, 255);
}

.comment-user {
    /* min-height: 130px; */
    clear: both;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
}

.comment-user img {
    max-width: 60px;
}

.comment-user .comment-photo {
    width: 100%;
    max-width: 300px;
}

.sidebar {
    float: right;
    width: 320px;
    margin-right: 1.2%;
    margin-top: 7px;
}

.sidebar p {
    text-align: left;
    padding: 10px 0px 10px 20px;
    font-style: italic;
    font-size: 14px;
    line-height: 140%;
}

.sidebar .doc {
    border-width: medium 0px medium medium;
    border-style: none;
    border-color: currentcolor;
    -o-border-image: none 100% / 1 / 0 stretch;
    border-image: none 100% / 1 / 0 stretch;
    border-radius: 3px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none 0% 0% repeat scroll rgb(238, 238, 238);
    text-align: center;
    font-family: RussiaLight, sans-serif;
}

.sidebar .doc h2 {
  line-height: 1.4;
}

@media screen and (max-width: 1259px) {
    .sidebar {
        display: none !important;
    }
    .article {
        padding: 15px 15px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 671px) {
    .page-wrap {
        padding: 0px 18px;
        max-width: 1280px;
        min-width: 196px;
    }
    .tg td {
        padding: 4px 3px;
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 380px) {
    .tg td {
        line-height: 19px;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 467px) {
    .breadcrumbs h2 a {
        font-size: 12px;
    }
}

@media screen and (max-width: 427px) {
    .breadcrumbs h2 a {
        font-size: 11px;
    }
    .article p,
    .comment-user p,
    .article li {
        text-align: inherit;
    }
}

@media screen and (max-width: 392px) {
    .breadcrumbs {
        display: none;
    }
    .nav {
        display: none;
    }
    .header__inner {
        background: none 0% 0% repeat scroll transparent;
        margin-bottom: 12px;
        margin-top: 12px;
        background-color: rgb(0, 149, 218);
    }
}

.mycity {
    color: rgb(115, 115, 115);
    font-size: 90%;
    font-weight: 500;
}

@media screen and (max-width: 678px) {
    .footer__inner {
        padding: 20px 0px;
    }
}

.pl_next_order_page {
    display: none;
}

@media (max-width: 600px) {
    .footer {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 460px) {
    .content__inner {
        float: none;
    }
}

img.com {
    float: left;
    padding-right: 15px;
    width: 75px;
    filter: blur(2px);
}

p.user-name {
    padding: 0px 0px 10px;
    font-weight: 700;
}

p.co {
    margin-left: 78px;
}

header h1 {
    color: red;
    margin: 0px;
    font-size: 40px;
}

h1 {
    margin: 8px 0px;
    font-size: 23px;
    text-align: center;
    font-weight: 800;
}

h2 {
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    color: red;
    text-transform: uppercase;
}


html {
    padding: 0px;
    margin: 0px;
}

footer {
    text-align: center;
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

footer a {
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 963px) {
    .nav__inner {
        display: none;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 380px) {
    .page-wrap {
        padding: 0px 5px;
        max-width: 1280px;
        min-width: 196px;
    }
    .tg td {
        line-height: 19px;
        font-size: 9px !important;
    }
    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 2px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
    }
}

@media screen and (max-width: 470px) {
    .page-wrap {
        padding: 0px 0px;
        max-width: 1280px;
        min-width: 196px;
    }
    .tg td {
        line-height: 14px;
        font-size: 9px !important;
    }

    .article__title {
      font-size: 26px;
      line-height: 1.3;
    }

    .colored__title {
      font-size: 18px !important;
      line-height: 1.4 !important; 
    }
}

@media screen and (min-width: 0\0) {
    .header__logo a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url("../images/spcor2-865.arb.png") center center / 100% no-repeat scroll rgb(0, 149, 218);
        text-indent: -9000px;
    }
}

li {
    list-style-type: none;
}

@media screen and (max-width: 600px) {
    .imm3 {
        width: 50% !important;
    }
}

@media screen and (max-width: 963px) {
    .nav__inner {
        /* display: none; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.form__block {
    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;
    margin-bottom: 20px;
}

.form__image {
    margin: 0 auto;
    position: relative;
}

.form__image:before {
  content: '-50%';
  position: absolute;
  top: -20px;
  right: 40px;
  background: url(../images/discount.png) no-repeat center / contain;
  width: 80px;
  height: 80px;
  font-size: 24px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
}

.image__wrapper {
    margin: 40px 0 35px;
}

.form__wrapper {
    width: 100%;
    max-width: 350px;
    margin: 0 70px 0 0;
}

.form__price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
}

.form__price {
    font-size: 18px;
    text-align: center;
}

.form__price-title {
    margin-bottom: 0;
}

.form__price-value {
    font-size: 30px;
    line-height: 1.2;
    position: relative;
}

.form__price-old .form__price-value::after,
.form__price-old .form__price-value::before {
    content: "";
    width: 110%;
    height: 1px;
    background-color: red;
    display: block;
    position: absolute;
    top: 50%;
    left: -5%;
}

.form__price-old .form__price-value::before {
    -webkit-transform: rotate(-20deg) translateY(-50%);
    -ms-transform: rotate(-20deg) translateY(-50%);
    transform: rotate(-20deg) translateY(-50%);
}

.form__price-old .form__price-value::after,
.form__price-old .form__price-value::before {
    content: "";
    width: 110%;
    height: 1px;
    background-color: red;
    display: block;
    position: absolute;
    top: 50%;
    left: -5%;
}

.form__price-old .form__price-value::after {
    -webkit-transform: rotate(20deg) translateY(-50%);
    -ms-transform: rotate(20deg) translateY(-50%);
    transform: rotate(20deg) translateY(-50%);
}

.form__input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px;
    border: 1px solid rgb(124, 123, 123);
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px -5px #000;
    box-shadow: 0px 3px 10px -5px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list {
  padding-left: 30px;
  list-style: disc !important;
  padding-bottom: 30px !important;
}

.list li {
  list-style: disc !important;
}

p.co img {
  margin-top: 7px;
}


.list li:not(:last-child) {
  margin-bottom: 5px;
}

.date {
position: absolute;
bottom: 5px;
right: 0;
font-size: 14px;
color: #777;

}



.comment-user {
  position: relative;
}

.form__btn {
    width: 100%;
    max-width: 382px;
    border: none;
    background-color: rgb(255, 0, 0);
    color: #fff !important;
    font-size: 20px;
    margin-left: auto;
    font-weight: 700;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0px 2px 5px 0px #000;
    box-shadow: 0px 2px 5px 0px #000;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
    text-decoration: none !important;
}

@media (max-width: 991px) {

.form__wrapper {
  margin-right: 0;
}
 }

@media (max-width: 767px) {
    .form__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .form__image {
        margin: 0 0 20px;
    }
    .image__wrapper {
        margin: 20px 0 5px;
    }
}

.ev-footer, .create_rom_footer {
  padding: 0;
}

@media only screen and (min-device-width: 900px) and (max-device-width: 1260px) {
    .form__wrapper {
        width: 100%;
        margin-right: 40px;
        max-width: 350px;
        margin-left: 30px;
    }
}

@media (max-width: 479px) {
    .form__input {
        display: block;
        margin-left: auto;
        margin-bottom: 20px;
        margin-right: auto;
        font-size: 16px;
        padding: 10px 15px;
        border: 1px solid rgb(124, 123, 123);
        border-radius: 10px;
        -webkit-box-shadow: 0px 3px 10px -5px #000;
        box-shadow: 0px 3px 10px -5px #000;
    }
 
}

li {
    list-style-type: none;
}

.form__btn:hover {
    opacity: 1;
}

@media (max-width: 400px) {
    .tov__name {
        font-size: 8px !important;
    }
}

.colored__title {
    color: #0886cb;
}

.colored__title .red {
    font-weight: 700;
    color: red;
}

.sec__footer {
    padding: 20px 10px;
    text-align: center;
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__form {
    max-width: 340px;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.popup__cross {
    position: absolute;
    top: -60px;
    right: -30px;
    font-size: 50px;
    cursor: pointer;
    color: #fff;
}

.popup__title {
    text-align: center;
    font-weight: 200;
    font-size: 2em;
    margin-bottom: 20px;
}

.popup__input {
    padding: 15px;
    border: none;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

textarea.popup__input {
    max-width: 100%;
    min-width: 100%;
    font-family: sans-serif;
    min-height: 50px;
}

.popup__btn {
    width: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    padding: 10px;
}

.popup__link {
    color: #a12000;
    cursor: pointer;
}

@media (max-width: 767px) {
    .popup__cross {
        position: absolute;
        top: -60px;
        right: 0px;
        font-size: 50px;
        cursor: pointer;
        color: #fff;
    }

    .article__text p  {
      text-align: left;
    }
}

.comment__wrap {
    display: none;
    max-width: 450px;
    margin: 0 auto 10px;
    width: 100%;
}

.comment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.comment__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comment__img span {
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
}

.comment__img span:hover {
    color: #a12000;
}

.com__input {
    padding: 5px;
    border: 1px solid #e3e3e3;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
}

.com__input+.com__input {
    margin-top: 10px;
}

textarea.com__input {
    max-width: 100%;
    min-width: 100%;
    min-height: 30px;
    font-family: sans-serif;
}

.com__btn {
    max-width: 50%;
    width: 100%;
    margin: 10px auto 0;
    border: none;
    background: #ff0000;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px;
}

a.open__comm {
    max-width: 280px;
    width: 100%;
    display: block;
    margin: 10px auto 20px;
    border: none;
    background: #0886cb;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 7px;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 500px) {
    .comment__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .comment__img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 10px;
    }
    .comment__img img {
        margin-right: 10px;
    }
}



.commits {
  padding: 15px 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.commits__title {
  margin-bottom: 0;
  font-size: 24px;
}
.commits__item {
  padding:  0 0 25px;
}
.commits__item + .commits__item {
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
}
.commits__head {
  display: flex;
  margin-bottom: 5px;
}
.commits__face {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: gray;
  overflow: hidden;
}
.commits__face img {
  display: block;
  width: 100%;
}
.commits__name {
  font-size: 16px;

}
.commits__date {
  font-size: 14px;
}

.commits__description {
  color: #000;
  line-height: 1.4;
  font-size: 16px;
  padding-left: 60px;
}
.commits__add-title {
  margin-bottom: 10px;
}
.commits__field-name {
  display: block;
  width: 100%;
  max-width: 230px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #000;
}
.commits__field-message {
  display: block;
  width: 100%;
  height: 100px;
  max-width: 500px;
  margin-bottom: 10px;
  padding: 5px;
  resize: none;
  font-family: inherit;
}

.commits__field-name {
    margin-top: 10px;
}
.commits__sucses {
  background-color: #a1caa6;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  margin-top: 15px;
  font-style: italic;
}

.button {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 35px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  color: #fff;
  border: 0;
  background-color: #323232;
  border-radius: 0;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear 0;
  transition: all 0.3s linear 0;
}
.button:hover,
.button:active,
.button:focus {
  box-shadow: none;
  outline: none;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
}


.popup-comment {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 250px;
  height: 150px;
  border: 5px solid #000;
  z-index: 10000;
  display: none;
}
.eeee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.296);
  display: none;
}