@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(''), url(../font/inter-v3-latin-ext_latin-regular.woff2) format('woff2'), url(../font/inter-v3-latin-ext_latin-regular.woff) format('woff')
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local(''), url(../font/inter-v3-latin-ext_latin-700.woff2) format('woff2'), url(../font/inter-v3-latin-ext_latin-700.woff) format('woff')
}

* {
    box-sizing: border-box
}

.price .x_price_previous {
    font-size: 30px;
    text-decoration: line-through;
    margin-bottom: 5px
}

.price .x_currency {
    font-size: 26px
}

.price .x_price_current {
    font-size: 35px;
    color: #f72210;
    font-weight: 700;
    margin-left: 15px
}

.order__text {
    max-width: 320px;
    margin: 0 auto 10px;
    border: 2px solid #c00;
    padding: 10px
}

.more__text {
    max-width: 320px;
    margin: 0 auto
}

.fields-box {
    width: 90%
}

.form__subtitle {
    font-size: 16px
}

h1,
h2,
h3,
p,
ul,
ul li {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

ul li {
    list-style: none
}

body {
    display: block;
    width: 100%;
    background: #f2f2f2;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.wrapper {
    display: block;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto
}

p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #000
}

header {
    background: #fff;
    margin-bottom: 15px
}

header .top {
    display: flex;
    align-items: center;
    background: #f72210;
    height: 120px
}

header .top .logo {
    display: block;
    width: 100%;
    max-width: 642px;
    margin: 0 auto;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center
}

.menu-ul {
    display: flex;
    flex-direction: row;
    align-items: center
}

.menu-ul li {
    padding: 16px 18px;
    position: relative
}

.menu-ul li::after {
    content: " ";
    height: 25px;
    width: 0;
    background: silver;
    border-right: .75px solid silver;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

.menu-ul li:last-child {
    padding-right: 55px
}

.menu-ul li:last-child::after {
    content: none
}

.menu-ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    text-decoration: none
}

.img-with-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px
}

.img-with-description img {
    margin-bottom: 5px !important
}

.img-with-description span {
    display: block;
    width: 100%;
    max-width: 495px;
    margin: 0 auto;
    text-align: center;
    font-family: Inter;
    font-size: 14px
}

hr {
    margin: 25px 0
}

.content {
    background: #fff;
    padding: 20px 50px
}

.live__image {
    margin-left: 70px
}

.red {
    color: #f72210
}

.form img {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto
}

.main_button {
    max-width: 385px;
    width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    cursor: pointer;
    padding: 20px 10px;
    background: #f72210;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none
}

.main_button:hover {
    transform: scale(1.1);
    transition: all .3s
}

.current-category {
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 22px;
    color: #f72210
}

.order__form {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 35px
}

#form-block {
    width: 50%
}

.title {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: #000
}

.subtitle {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    margin: 11px 0;
    color: #f72210
}

.text__wrap {
    white-space: nowrap
}

.post-date {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 31px;
    position: relative;
    padding: 0 7px;
    display: inline-block;
    text-transform: uppercase;
    color: #000
}

.categories {
    margin: 15px 0
}

.categories ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap
}

.img-with-description {
    display: block
}

.categories ul li {
    background: silver;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: .15em;
    padding: 5px 14px;
    margin-right: 13px;
    margin-bottom: 5px
}

.categories ul li a {
    color: #fff;
    text-decoration: none
}

.categories ul li.current {
    background: #f72210
}

.categories ul li:last-child {
    margin-right: 0
}

.content .image {
    display: block;
    margin: 20px auto;
    border-top: 5px solid #f72210
}

.content .image.horizontal {
    width: 100%;
    max-width: 600px
}

.content .image.vertical {
    max-width: 100%
}

.resault__title {
    font-size: 32px;
    padding-left: 20px
}

.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px
}

.social span {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 40px;
    color: #000
}

.social img {
    width: 41px;
    height: 41px;
    margin-right: 40px
}

h1 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    margin: 35px 0;
    padding-left: 30px;
    color: #000;
    position: relative;
    border-left: 7px solid #f72210
}

h2 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #f72210
}

.label {
    display: block;
    width: 100%;
    max-width: 540px;
    margin: 40px auto
}

.label {
    margin: 35px auto
}

.label li {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 25px;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: center
}

a {
    cursor: pointer;
    color: #00f;
    text-decoration: none
}

.prod-img {
    display: block;
    max-width: 100%;
    max-height: 460px;
    margin: 20px auto
}

.button {
    display: block;
    background: #de7474;
    background: -moz-linear-gradient(180deg, rgba(222, 116, 116, 1) 0, rgba(247, 34, 16, 1) 60%);
    background: -webkit-linear-gradient(180deg, rgba(222, 116, 116, 1) 0, rgba(247, 34, 16, 1) 60%);
    background: linear-gradient(180deg, rgba(222, 116, 116, 1) 0, rgba(247, 34, 16, 1) 60%);
    text-align: center;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin: 15px auto;
    color: #fff;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 54px;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px 15px;
    color: #fff
}

@media screen and (max-width:1150px) {
    .menu {
        display: none
    }

    p {
        text-align: left
    }
}

@media screen and (max-width:500px) {
    .button {
        font-size: 24px;
        line-height: 30px
    }
}

@media screen and (max-width:400px) {
    .button {
        font-size: 24px;
        line-height: 30px
    }
}

.comments {
    display: block
}

.comm {
    font-size: 35px;
    border-bottom: 4px solid red;
    border-left: none;
    display: inline-block;
    padding-left: 0
}

.comment {
    display: block;
    margin: 15px auto;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.comment .ava {
    max-width: 50px;
    width: 100%;
    float: left;
    border-radius: 50%
}

.comment p {
    margin-left: 70px;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px !important
}

.comment p.comm-date {
    color: #a8abae;
    margin-bottom: 10px !important
}

.comment .comm-img {
    max-width: 400px;
    width: 100%;
    margin-left: 70px
}

@media screen and (max-width:500px) {
    .comment .ava {
        margin-right: 10px
    }

    .comment .comm-img,
    .comment p {
        margin-left: auto
    }

    .prod-img {
        min-width: auto;
        max-width: 200px
    }

    .live__image {
        margin-left: auto
    }
}

@media screen and (max-width:330px) {
    header .top .logo {
        font-size: 26px
    }
}

.lead-form-box {
    box-sizing: border-box !important;
    background: #fff;
    border-bottom: 1px solid #dacec6;
    padding: 10px 15px;
    max-width: 420px;
    font-family: Arial;
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    background-size: 100% 100%;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .15);
    margin: 0 auto
}

.fields-box {
    margin: auto;
    max-width: 320px;
    width: 100%
}

#lead-form input {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    background: #fff !important;
    padding: 10px 15px !important;
    border: 2px solid #e9d7dc;
    font-weight: 400 !important
}

#lead-form select {
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    background: #fff !important;
    padding: 10px 15px !important;
    border: 2px solid #e9d7dc;
    font-weight: 400 !important
}

#lead-form input::-ms-clear {
    display: none
}

.name-field,
.phone-field {
    text-align: left;
    margin-bottom: 10px
}

.name-field label,
.phone-field label {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #333 !important
}

.lead-form-box h2 {
    font-size: 22px;
    text-align: center;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    line-height: 32px !important;
    color: #000 !important;
    border: 0
}

.form__centered {
    text-align: center
}

.lead-form-box label {
    width: 100%;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: 700;
    font-size: 16px
}

.lead-form-box span {
    font-size: 14px
}

.price {
    margin: 15px 0
}

.btn3 {
    display: block;
    max-width: 320px;
    width: 100%;
    padding: 15px;
    background: #f72210;
    text-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px 0 rgba(129, 150, 160, .45);
    border-radius: 5px;
    color: #fff;
    border: 0;
    margin: 15px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none
}

.btn3:focus,
.btn3:hover {
    text-decoration: none;
    color: #fff;
    transform: scale(1.1)
}

@media screen and (max-width:600px) {
    .lead-form-box {
        border-left: 1px solid #dacec6;
        border-right: 1px solid #dacec6
    }

    .resault__title {
        font-size: 24px;
        line-height: 1.2
    }
}

a,
button {
    cursor: pointer
}

footer p {
    font-size: 14px;
    margin: 0;
    line-height: 1.3;
    text-align: center
}

@media (max-width:767px) {
    .order__form {
        flex-direction: column;
        padding-top: 0
    }

    #form-block {
        width: 100%
    }

    .adaptive__hiden {
        display: none
    }
}

@media (max-width:1023px) {
    .resault__title {
        font-size: 28px;
        line-height: 1.2
    }

    .title {
        font-size: 29px
    }
}

@media screen and (max-width:600px) {
    header {
        margin-bottom: 0
    }

    header .top {
        padding: 20px 20px;
        min-height: auto;
        max-height: 75px
    }

    header .top .logo {
        max-width: 320px;
        font-size: 30px
    }

    .content {
        padding: 20px 15px
    }

    .current-category {
        display: none
    }

    .title {
        font-size: 24px;
        line-height: 1.2
    }

    .subtitle {
        font-size: 20px;
        line-height: 25px
    }

    .post-date {
        font-weight: 300;
        font-size: 14px;
        line-height: 25px
    }

    .categories ul li {
        font-size: 12px;
        line-height: 14px;
        margin-right: 5px;
        letter-spacing: .15em
    }

    .content .image.horizontal,
    .content .image.vertical {
        max-width: 100%
    }

    .content .image {
        margin: 20px auto;
        border-top: 4px solid #f72210
    }

    .social img {
        width: 27px;
        height: 27px;
        margin-right: 15px
    }

    .social {
        padding: 12px 0
    }

    .social span {
        font-size: 15px;
        line-height: 18px;
        margin-right: 20px
    }

    p {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: -.02em
    }

    h1 {
        font-weight: 800;
        font-size: 28px;
        line-height: 45px;
        border-left: 4px solid #f72210;
        letter-spacing: -.02em;
        padding-left: 15px;
        margin: 25px 0
    }

    .label {
        max-width: 100%;
        margin: 25px 0
    }

    .label li {
        margin-bottom: 15px
    }

    .resault__title {
        font-size: 24px
    }

    .comment .comm-img,
    .comment img {
        max-width: 250px
    }

    .prod-img {
        max-height: 350px
    }

    .price .x_price_previous {
        font-size: 25px
    }

    .price .x_price_current {
        font-size: 30px
    }

    .comm {
        font-size: 27px
    }
}

@media screen and (max-width:400px) {
    .lead-form-box {
        padding: 10px
    }

    .btn3 {
        padding: 15px 10px
    }

    .lead-form-box h2 {
        font-size: 19px
    }

    .lead-form-box span {
        font-size: 14px
    }

    header .top {
        padding: 20px 10px
    }

    header .top .logo {
        font-size: 29px
    }
}

.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;
  margin-bottom: 15px;
}


.main-link {
  display: block;
  margin: 40px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer
}

.main-link:hover {
  opacity: .8
}
