* {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

div, section, aside, header, footer, main, p, form, h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
}

ul {
    padding-left: 20px;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 15px 0;
}

p {
    line-height: 1.5;
}

h3 {
    font-size: 20px;
    margin-top: 25px;
}

figcaption {
    font-style: italic;
    margin-top: 10px;
    text-align: right;
}

.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: 100vh;
}

.wrap {
    max-width: 1100px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.header {
    background: #2364a2;
}

.header__container {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    justify-content: space-between;
    max-width: 100%;
    border-bottom: 5px solid #002f5d;
    color: #fff;
}

.header__container_dark {
    background-color: #002f5d;
}

.soc {
    max-width: 300px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.soc__item {
    max-width: 15px;
    height: 15px;
    margin: 5px;
    cursor: pointer;
}

.soc__svg {
    flex: 1 0 100%;
    width: 100%;
    max-width: 18px;
    height: 100%;
    fill: #fff;
}

.login {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px 0 0;
    list-style: none;
}

.login__item {
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
}

.login__svg {
    flex: 1 0 100%;
    max-width: 11px;
    margin-right: 10px;
    fill: #fff;
}

.login__item:hover {
    background-color: #11418a;
}

.logo {
    max-width: 100%;
}

.logo_footer {
    position: relative;
    max-width: 225px;
    padding-left: 10px;
    border-left: 4px solid #0e6bbd;
}

.nav {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.nav__item {
    font-size: 15px;
    font-weight: 400;
    padding: 20px 15px;
    cursor: pointer;
}

.post__numb-text {
    font-size: 19px;
    display: block;
    margin: 50px 0 15px;
    padding-left: 10px;
}

.title {
    font-size: 24px;
    color: #4c4e4d;
}

.breadcrumbs {
    display: flex;
    padding: 0;
    list-style: none;
    border-bottom: 1px dashed #ccc;
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 1;
    position: relative;
    padding-right: 30px;
    color: #333;
}

.breadcrumbs__item:first-child {
    color: #0e6bbd;
}

.breadcrumbs__item:after {
    position: absolute;
    top: 0;
    right: 15px;
    content: '/';
}

.breadcrumbs__item:last-child:after {
    content: none;
}

.post {
    flex: 1 0;
    max-width: 740px;
    margin-right: 25px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

.post__title {
    font-size: 16px;
    font-weight: 400;
}

.aside {
    max-width: 300px;
    margin-top: 15px;
    padding: 15px;
}

.aside__title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    display: block;
    padding: 5px;
    color: #fff;
    background-color: #91afc3;
}

.aside__title:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    content: '';
    background-color: #547e9a;
}

.aside__title:after {
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    width: 15px;
    height: 3px;
    content: '';
    transform: translateY(-50%);
    background-color: #fff;
}

.aside__item {
    margin: 10px 0 30px;
    cursor: pointer;
}

.aside__list {
    padding: 10px;
    list-style: none;
    border: 1px solid #e0e0e0
}

.aside__list-item {
    position: relative;
}

.footer {
    align-self: flex-end;
    margin-top: 20px;
    color: #fff;
    background-color: #002f5d;
}

.footer__container {
    padding: 30px 15px;
    justify-content: flex-start;
}

.footer__item {
    max-width: 290px;
    margin: 40px 0;
}

.footer__list {
    max-width: 170px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

.footer__list-item {
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 10px 20px 10px 0;
    cursor: pointer;
    border-bottom: 1px solid rgba(204, 204, 204, 0.25);
}

.footer__title {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    margin: 0 0 10px;
    text-transform: uppercase;
    border-left: 4px solid #0e6bbd;
}

.footer__partner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 370px;
}

.footer__img {
    width: 45%;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer__text {
    font-size: 9px;
    max-width: 100%;
    margin: 10px 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .aside,
    .header__right {
        display: none;
    }

    .content {
        justify-content: center;
    }

    .post {
        flex: 1 0 100%;
        margin: 0;
        border: none;
    }

}

@media screen and (max-width: 768px) {
    .nav {
        display: none;
    }

    .soc,
    .login {
        display: none;
    }

    .post__numb {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    p {
        font-size: 16px;
    }

    h3 {
        font-size: 18px;
    }

    .footer__item {
        margin: 20px 0;
    }
}


.comment-block {
    width: 100%;
    margin-top: 30px;
}

.comment-block span {
    font-weight: 700;
    color: #000000;
}

.comment-header {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7e9ee;
}

.comment-heading {
    font-size: 1.5rem;
    color: #000;
}

.comment-heading:after {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 120px;
    height: 2px;
    content: "";
    background-color: #2a2e2e;
}

.comment {
    display: flex;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.comment-answer {
    margin-left: 60px;
}

.avatar {
    overflow: hidden;
    flex: 1 0 100%;
    width: 100%;
    max-width: 70px;
    height: 70px;
    margin-right: 12px;
    border-radius: 3px;
    background-color: lightgrey;
    background-position: center;
    background-size: cover;
}

.comment-date {
    font-size: .8rem;
    text-decoration: none;
    color: grey;
}

.comment-circle {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 50%;
    background-color: lightgrey;
}

.comment-name {
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}

.comment-text {
    font-weight: 300;
}

.comment-info {
    margin-bottom: 10px;
}

.comment-text p {
    margin: 0;
    color: #000;
}

.comment .comment-content .comm-img {
    display: flex;
    align-items: flex-start;

    width: 40%;
    margin: 10px 0;
}

.order {
    font-size: 16px;
    display: block;
    max-width: 305px;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #2a2e2e;
    border-radius: 5px;
    background-color: #87daef;
}

@media screen and (max-width: 991px) {
    nav {
        display: none;
    }

    .comment-text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .main-content {
        flex-wrap: wrap;
    }

    aside {
        display: none;
    }

    .main-img {
        height: 250px;
    }

}

@media screen and (max-width: 568px) {

    .post-title {
        font-size: 32px;
        line-height: 1.3;
    }

    p, h2, h3 {
        line-height: 1.3;
    }

    h2 {
        font-size: 20px;
    }

    .main-title {
        font-size: 63px;
    }

    .avatar {
        max-width: 45px;
        height: 45px;
    }
}

.all-form {
    font-family: sans-serif;
    font-size: 16px;
    width: 100%;
    max-width: 620px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    color: #000;
}

.all-form__time {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.all-form__time > span {
    display: block;
    color: #000;
}

.all-form__count {
    margin-top: 15px;
    color: red;
}

.all-form__body {
    margin-top: 15px;
    padding: 25px 45px;
    background-color: #fff;
    -webkit-box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.all-form__title {
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #000;
}

.all-form__title span {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    color: #50b27c;
}

.all-form__label > span {
    display: block;
    margin-bottom: 5px;
}

.all-form__label + .all-form__label {
    margin-top: 20px;
}

.all-form__field {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.all-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.all-form__btn {
    font-size: 16px;
    flex: 1 0 100%;
    width: 100%;
    max-width: 320px;
    margin: 10px 20px 10px 0;
    padding: 15px 40px;
    cursor: pointer;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: rgb(90, 188, 134);
    background: -o-linear-gradient(top, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(90, 188, 134, 1)), color-stop(50%, rgba(66, 163, 110, 1)));
    background: linear-gradient(180deg, rgba(90, 188, 134, 1) 0%, rgba(66, 163, 110, 1) 50%);
    background-color: #53b57f;
}

.all-form__btn:hover {
    padding-right: 30px;
    text-indent: 10px;
    -webkit-box-shadow: inset 10px 0px 20px 0px rgba(0, 0, 0, .4);
    box-shadow: inset 10px 0px 20px 0px rgba(0, 0, 0, .4);
}

.all-form__prices {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    justify-content: center;
    max-width: 180px;
}

.all-form__price-new {
    font-size: 20px;
    flex: 1 0 100%;
    max-width: 80px;
    margin-right: 15px;
    color: #49aa75;
}

.all-form__price-old {
    font-size: 14px;
    flex: 1 0 100%;
    max-width: 60px;
    text-decoration: line-through;
    color: #8c8c8c;
}

@media (max-width: 576px) {
    .all-form__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .all-form__btn {
        font-size: 15px;
        margin-right: 0;
    }

    .all-form__body {
        padding: 25px;
    }
}

.comment__send {
    width: 100%;
    max-width: 500px;
}

.comment__new {
    display: none;
}

.comment__input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
}

.comment__input-text {
    height: 100px;
    font-size: 14px;
}

.comment__btn {
    font-size: 16px;
    width: 100%;
    margin: 10px 20px 10px 0;
    padding: 15px 40px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #53b57f;
}

.comment__admin {
    display: none;
    width: 100%;
    margin-bottom: 0;
    padding-top: 30px;
    color: #666;
}

.avatar_new {
    background-color: #ccc;
}

.avatar_new {
    background-color: #ccc;
}

.login__item a{
    color: #fff;
    text-decoration: none;
}

.link-b {
    border-radius: 10px;
    background-color: red;
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
    text-decoration: none;
}

.pulse {
    animation: pulse 2s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px; 
  font-size: 14px;
  text-align: left;
  margin-top: 15px !important;
}

.comment-content img {
    max-width: 420px;
}

.nav__item a {
    color: #fff;
    text-decoration: none;
}