html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Arial', sans-serif;
  background: #efefef;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #212121; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #FEA212; }

.container {
  padding: 0 15px;
  max-width: 1201px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-family: 'DIN Pro Cond';
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin: 0; }

h2 {
  margin: 0;
  font-family: 'DIN Pro Cond';
  color: white;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0; }

.svg {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 2px solid white; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 2px solid white;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path, circle {
  transition: fill 0.5s, stroke 0.5s; }

div, article {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #ED1C24; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #ED1C24;
  border-radius: 6px; }

.btn {
  background: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  transition: 0.5s;
  border-radius: 8px;
  box-shadow: 0px 10px 25px 0px rgba(237, 28, 36, 0.2);
  border: 2px solid #ED1C24;
  color: white;
  font-family: 'DIN Pro Cond';
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 1px; }
  .btn:hover {
    background: transparent;
    color: #ED1C24; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("../fonts/Arial-BoldMT.eot");
  src: url("../fonts/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-BoldMT.ttf") format("truetype"), url("../fonts/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("../fonts/ArialMT.eot");
  src: url("../fonts/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff"), url("../fonts/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT.svg#ArialMT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedBold.eot");
  src: url("../fonts/DINPro-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedBold.woff2") format("woff2"), url("../fonts/DINPro-CondensedBold.woff") format("woff"), url("../fonts/DINPro-CondensedBold.ttf") format("truetype"), url("../fonts/DINPro-CondensedBold.svg#DINPro-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedRegular.eot");
  src: url("../fonts/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedRegular.woff2") format("woff2"), url("../fonts/DINPro-CondensedRegular.woff") format("woff"), url("../fonts/DINPro-CondensedRegular.ttf") format("truetype"), url("../fonts/DINPro-CondensedRegular.svg#DINPro-CondensedRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/DINPro-CondensedMedium.eot");
  src: url("../fonts/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedMedium.woff2") format("woff2"), url("../fonts/DINPro-CondensedMedium.woff") format("woff"), url("../fonts/DINPro-CondensedMedium.ttf") format("truetype"), url("../fonts/DINPro-CondensedMedium.svg#DINPro-CondensedMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder {
  color: #747474 !important; }

input::-moz-placeholder {
  color: #747474 !important; }

input:-ms-input-placeholder {
  color: #747474 !important; }

input:-moz-placeholder {
  color: #747474 !important; }

.menu-btn, .menu {
  display: none; }

.section {
  padding: 90px 0; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  margin-left: -12px;
  flex-wrap: wrap; }
  .breadcrumb-d a span {
    margin: 0px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ED1C24; }
    .bread-current {
      margin-left: 12px;
    }
    .bread a:after {
      content: "/";
      display: inline-block;
      margin: 0 12px;
      font-size: 18px;
      color: #212121 !important; }
    .bread a:last-child {
      color: #212121; }
      .bread a:last-child:after {
        display: none; }
    .breadcrumb-d a:hover span {
      color: #FEA212; }

.mob {
  display: none; }

.header {
  background: #f69318;
  padding-bottom: 0; }
  .header__box {
    margin-top: 74px;
    position: relative; }
    .header__box .fig1 {
      position: absolute;
      top: -217px;
      left: -374px;
      z-index: 0; }
    .header__box .fig2 {
      position: absolute;
      bottom: -280px;
      right: 248px;
      z-index: 1; }
  .header .swiper1 {
    overflow: hidden;
    width: 87.5%;
    position: relative;
    z-index: 3; }
    .header .swiper1 .swiper-slide {
      overflow: hidden; }
  .header__item {
    align-items: flex-start;
    justify-content: space-between;
    width: 100%; }
    .header__item p {
      width: 100%;
      max-width: 422px;
      color: #212121;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin-top: 5px; }
    .header__item h1 {
      text-shadow: 1px 1px 5px black;
      -webkit-text-stroke: 1px black; }
  .header__row {
    align-items: center;
    justify-content: flex-end;
    margin-top: 83px; }
  .header__socials {
    margin-left: 360px;
    position: relative;
    z-index: 3; }
    .header__socials a {
      margin-right: 18px; }
      .header__socials a.link__socials {
        visibility: hidden;
        margin-right: 18px; }
      .header__socials a:last-child {
        margin-right: 0; }
      .header__socials a:hover {
        opacity: 0.8; }
  .header__arrows {
    align-items: center;
    width: 79px;
    z-index: 3;
    position: relative;
    justify-content: space-between; }
  .header-arr {
    transition: 0.5s;
    cursor: pointer; }
    .header-arr:hover {
      opacity: 1; }
      .header-arr:hover .svg path {
        stroke: #ED1C24; }
  .header__bg {
    width: 100%;
    position: relative;
    bottom: -10px;
    margin-top: 23px; }

.nav {
  padding: 54px 0;
  position: relative;
  z-index: 3; }
  .nav__box {
    align-items: center;
    justify-content: space-between; }
    .nav__box ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%;
      max-width: 388px;
      position: relative;
      left: 33px; }
      .nav__box ul li {
        padding-bottom: 28px;
        border-bottom: 3px solid transparent; }
        .nav__box ul li:last-child {
          margin-right: 0; }
        .nav__box ul li.active {
          border-bottom: 3px solid #212121; }
          .nav__box ul li.active a {
            color: #212121; }
        .nav__box ul li a {
          font-size: 18px;
          font-weight: 700;
          line-height: 21px;
          font-family: 'DIN Pro Cond';
          color: white;
          text-transform: uppercase; }
          .nav__box ul li a:hover {
            color: #212121; }
  .nav__logo {
    display: block; }
    .nav__logo img {
      width: 120%;
      object-fit: contain; }
  .nav__content {
    margin-right: 80px;
    text-align: right; }
    .nav__content a {
      display: block; }
  .nav__tel {
    font-size: 18px;
    color: #212121;
    font-family: 'DIN Pro Cond';
    font-weight: 700;
    margin-bottom: 5px; }
    .nav__tel:hover {
      color: white; }
  .nav__mail {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ED1C24;
    font-family: 'Roboto'; }
    .nav__mail:hover {
      color: white; }

.rbk {
  padding: 200px 0 100px; }
  .rbk__box {
    justify-content: center;
    position: relative;
    align-items: flex-start;
    left: -63px; }
  .rbk__pic {
    margin-right: 130px;
    width: 470px;
    height: 460px;
    object-fit: cover; }
  .rbk__fig {
    position: absolute;
    bottom: -52px;
    left: 268px; }
  .rbk__content {
    width: 100%;
    max-width: 442px;
    position: relative;
    top: -12px; }
    .rbk__content h2 {
      margin-bottom: 32px;
      text-align: left;
      color: #212121; }
    .rbk__content p {
      color: #565656;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px;
      width: 100%;
      max-width: 417px;
      text-shadow: 1px 1px 3px black;
      -webkit-text-stroke: 1px black; }
  .rbk__btn {
    margin-top: 56px; }

.sub {
  text-align: center;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px; }

.item {
  padding: 135px 0 145px; }
  .item h2 {
    color: #212121; }
  .item__box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 41px; }
  .item__block {
    width: 260px;
    background: white;
    height: 310px;
    text-align: center;
    padding: 40px 24px;
    flex-direction: column;
    align-items: center;
    margin: 16px; }
    .item__block p {
      transition: 0.5s;
      color: #212121;
      font-size: 20px;
      font-weight: 700;
      font-family: 'DIN Pro Cond';
      line-height: 24px;
      text-transform: uppercase; }
    .item__block:hover p {
      color: #ED1C24; }
  .item__area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    margin-bottom: 26px; }

.ser {
  background: #f69318;
  padding: 143px 0;
  overflow: visible; }
  .ser .sub {
    font-size: 20px;
    color: white; }
  .ser__box {
    position: relative;
    margin-top: 26px;
    flex-wrap: wrap;
    justify-content: space-between; }
  .ser__fig {
    position: absolute;
    top: 43px;
    left: -376px;
    z-index: 0; }
  .ser__wrap {
    margin-top: 71px;
    position: relative; }
  .ser__fig2 {
    position: absolute;
    left: 0;
    bottom: -210px; }
  .ser__item {
    text-align: center;
    margin-bottom: 38px;
    position: relative;
    z-index: 3;
    width: 23%; }
    .ser__item p {
      margin-top: 22px;
      color: #212121;
      font-size: 18px;
      font-weight: 700;
      font-family: 'DIN Pro Cond';
      line-height: 26px;
      text-transform: uppercase; }
    .ser__item:nth-child(6) {
      margin-left: auto; }
    .ser__item:nth-child(7) {
      margin-right: auto; }
  .ser__row {
    justify-content: space-between;
    margin: 49px auto 0;
    width: 100%;
    padding-right: 75px; }
  .ser__el {
    align-items: flex-start; }
    .ser__el span {
      margin-right: 27px;
      color: #ED1C24;
      font-size: 54px;
      font-weight: 700;
      font-family: 'DIN Pro Cond';
      line-height: 52px;
      text-transform: uppercase; }
    .ser__el p {
      color: #212121;
      font-family: 'DIN Pro Cond';
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
      text-transform: uppercase;
      width: 100%;
      max-width: 230px; }

.clients {
  background: #ED1C24;
  padding: 130px 0 148px; }
  .clients .sub {
    font-size: 20px;
    color: white; }
  .clients__box {
    position: relative; }
  .clients__fig {
    position: absolute;
    left: -372px;
    top: -87px;
    z-index: 0; }
  .clients__row {
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 79px auto 0;
    width: 100%;
    max-width: 78%; }
    .clients__row img {
      margin-right: 78px;
      margin-bottom: 20px; }
      .clients__row img:last-child {
        margin-right: 0; }

.rev {
  padding: 134px 0 100px;
  position: relative; }
  .rev:before {
    content: "";
    display: block;
    height: 100%;
    width: 440px;
    height: 340px;
    transform: rotate(180deg);
    background: linear-gradient(90deg, rgba(239, 239, 239, 0), #efefef 78.646%);
    position: absolute;
    top: 222px;
    z-index: 2;
    left: 0;
    height: 340px; }
  .rev:after {
    content: "";
    display: block;
    height: 100%;
    width: 440px;
    height: 340px;
    background: linear-gradient(90deg, rgba(239, 239, 239, 0), #efefef 78.646%);
    position: absolute;
    top: 222px;
    left: initial;
    z-index: 2;
    right: 0;
    height: 340px; }
  .rev h2 {
    color: #212121; }
  .rev .swiper2 {
    margin: 47px auto 0;
    width: 100%;
    max-width: 770px; }
  .rev__item {
    align-items: flex-start;
    border-radius: 16px;
    box-shadow: 0px 24px 30px 0px rgba(17, 17, 25, 0.04);
    background: white;
    padding: 70px; }
  .rev__ava {
    position: relative; }
  .rev__fig {
    position: absolute;
    top: -22px;
    left: -45px; }
  .rev__block {
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    border: 6px solid #cecece;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center; }
    .rev__block img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .rev__content {
    margin-left: 36px;
    margin-top: 17px; }
    .rev__content h3 {
      margin-top: 0;
      margin-bottom: 10px;
      color: #212121;
      font-family: 'DIN Pro Cond';
      font-size: 24px;
      font-weight: 700;
      line-height: 24px;
      text-transform: uppercase; }
    .rev__content span {
      color: #ED1C24;
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 17px; }
    .rev__content p {
      color: #565656;
      font-style: italic;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }
  .rev__btn {
    margin: 70px auto 0;
    width: 160px;
    font-size: 17px; }

.info {
  padding: 67px 0 192px; }
  .info h2 {
    color: #212121;
    text-align: left;
    margin-bottom: 30px; }
  .info__box {
    align-items: flex-start;
    justify-content: space-between; }
  .info__content {
    width: 100%;
    max-width: 370px; }
    .info__content p {
      color: #565656;
      font-size: 16px;
      line-height: 26px; }
  .info__area {
    width: 100%;
    max-width: 670px; }
    .info__area p {
      color: #565656;
      font-size: 16px;
      line-height: 26px; }
      .info__area p a {
        color: #565656; }
        .info__area p a:hover {
          color: #ED1C24; }
  .info__wrap {
    margin-top: 45px;
    background: #f69318;
    padding: 24px 30px 30px; }
    .info__wrap form {
      width: 100%; }
      .info__wrap form label {
        display: block;
        margin-bottom: 10px;
        color: #ffde8a;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        font-family: 'Roboto'; }
      .info__wrap form input {
        width: 100%;
        border-radius: 8px;
        background: #ea8200;
        height: 50px;
        padding-left: 21px;
        color: white;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        border: 2px solid transparent; }
        .info__wrap form input:focus {
          border: 2px solid white; }
      .info__wrap form textarea {
        width: 100%;
        border-radius: 8px;
        background: #ea8200;
        min-height: 143px;
        padding-left: 21px;
        color: white;
        font-family: 'Roboto';
        font-size: 16px;
        max-width: 100%;
        font-weight: 400;
        line-height: 28px;
        border: 2px solid transparent; }
        .info__wrap form textarea:focus {
          border: 2px solid white; }
      .info__wrap form button {
        width: 140px;
        font-size: 17px; }
  .info__item {
    margin-bottom: 0px; }
  .info__field {
      margin-bottom: 23px; }
  .info #map {
    width: 100%;
    margin-top: 45px;
    height: 526px; }
  .info [class*="ymaps-"][class*="-ground-pane"] {
    filter: grayscale(100); }

.footer {
  padding: 50px 0 100px;
  background: white; }
  .footer__top {
    align-items: center;
    margin-bottom: 49px;
    justify-content: center;
    padding-right: 113px; }
  .footer__socials {
    margin-right: 42px;
    position: relative;
    top: 3px; }
    .footer__socials a {
      visibility: hidden;
      margin-right: 21px; }
      .footer__socials a:last-child {
        margin-right: 0; }
      .footer__socials a:hover {
        opacity: 0.8; }
  .footer form {
    justify-content: center; }
    .footer form input {
      height: 50px;
      width: 330px;
      border-radius: 8px;
      background: whitesmoke;
      padding-left: 20px;
      color: #747474;
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 400;
      border: 2px solid whitesmoke;
      line-height: 28px;
      margin-right: 30px; }
      .footer form input:focus {
        border: 2px solid #FEA212; }
    .footer form button {
      font-size: 17px;
      width: 140px; }
  .footer__bottom {
    padding-top: 70px;
    border-top: 1px solid #ececec; }
  .footer__row {
    justify-content: flex-start;
    align-items: flex-start; }
    .footer__row p {
      color: #747474;
      font-size: 16px;
      font-weight: 400;
      line-height: 158.26%;
      margin-right: 56px; }
    .footer__row ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      max-width: 465px;
      justify-content: space-between; }
      .footer__row ul li a {
        color: #212121;
        font-size: 18px;
        font-weight: 700;
        font-family: 'DIN Pro Cond';
        line-height: 21px;
        text-transform: uppercase; }
        .footer__row ul li a:hover {
          color: #FEA212; }
  .footer .nav__content {
    margin-right: 0;
    margin-left: 134px;
    text-align: left; }
    .footer .nav__content a:hover {
      color: #FEA212; }

.page .nav {
  background: linear-gradient(180deg, #ffa113, #faae0c 100%);
  overflow: hidden; }
  .page .nav__box {
    position: relative;
    z-index: 2; }
  .page .nav .container {
    position: relative; }
  .page .nav .fig1 {
    position: absolute;
    top: -41px;
    left: -358px;
    z-index: 0; }

.page h1 {
  font-size: 38px;
  line-height: 140%;
  color: #212121; }

.page .header__socials {
  margin-left: 0;
  margin-right: 51px; }

.page .nav__content {
  margin-right: 60px; }

.page .nav__info {
  align-items: center; }

.page .nav__box ul {
  left: 7px; }

.items__top {
  align-items: center;
  margin-top: 32px;
  justify-content: space-between; }
  .items__top a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ED1C24; }
    .items__top a span {
      color: #747474 !important; }
    .items__top a:hover {
      color: #FEA212; }

.items h2 {
  color: #212121;
  font-size: 26px;
  line-height: 130%; }

.items__box {
  margin-bottom: 55px; }

.items__row {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 23px; }

.items__block {
  display: flex;
  align-items: center;
  width: 25%;
  flex-direction: column;
  border: 1px solid #dfdfdf;
  background: white;
  position: relative;
  padding: 23px 30px 26px; }

.items__sale {
  position: absolute;
  top: 16px;
  left: 19px; }

.items__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  margin-bottom: 11px; }
  .items__img img {
    width: auto;
    max-width: 100%;
    object-fit: contain; }

.items__name {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
  max-width: 210px;
  display: flex;
  align-self: flex-start;
  width: 100%; }

.items__info {
  align-items: center;
  width: 100%;
  margin-top: auto;
  justify-content: space-between; }

.items__content span {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 4px; }

.items__content p {
  color: #212121;
  font-size: 26px;
  font-weight: 700;
  line-height: 24px;
  font-family: 'DIN Pro Cond';
  text-transform: uppercase; }

.items__btn {
  width: 50px;
  height: 50px;
  border-radius: 8px; }
  .items__btn:hover .svg path {
    fill: #ED1C24;
    stroke: #ED1C24; }
  .items__btn:hover .svg circle {
    fill: #ED1C24; }

.services__wrap {
  margin-top: 54px; }

.services__box {
  padding: 100px 0; }
  .services__box:first-child {
    padding-top: 0; }
  .services__box:nth-child(2n) {
    background: white; }
    .services__box:nth-child(2n) .services__item .services__content {
      order: 2;
      margin-right: 0;
      margin-left: 178px; }
    .services__box:nth-child(2n) .services__item .services__info {
      order: 1; }

.services__item {
  align-items: flex-start; }

.services__content {
  width: 100%;
  max-width: 470px;
  margin-right: 130px; }
  .services__content img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 46px; }
  .services__content span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 4px; }
  .services__content p {
    color: #212121;
    font-size: 32px;
    font-weight: 700;
    font-family: 'DIN Pro Cond';
    line-height: 24px; }

.services__info {
  max-width: 422px;
  position: relative;
  top: -13px;
  width: 100%; }
  .services__info h3 {
    margin-top: 0;
    color: #212121;
    font-family: 'DIN Pro Cond';
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .services__info p {
    color: #565656;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 55px; }

.services__btn {
  margin-right: 30px;
  font-size: 17px; }

.services__ask {
  box-shadow: 0px 10px 25px 0px rgba(253, 165, 16, 0.2);
  font-size: 17px;
  background: #fda510;
  width: 161px;
  border: 2px solid #fda510; }
  .services__ask:hover {
    color: #fda510; }

.close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 20;
  transform: rotate(0deg);
  transition: 0.5s; }
  .close-popup:hover {
    transform: rotate(90deg); }

.menu-btn, .menu {
  display: none; }

.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(image.png);
  backdrop-filter: blur(5.5px);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  overflow-y: auto;
  overflow-x: hidden; }

.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
  z-index: 22; }

.popup {
  position: absolute;
  top: 24rem;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 500px;
  height: auto;
  transition: 0.5s all;
  padding: 50px 30px;
  margin-bottom: 20px;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px; }
  .popup h2 {
    color: #212121;
    margin-bottom: 25px;
    text-align: left; }
  .popup form {
    width: 100%; }
    .popup form input {
      width: 100%;
      background: rgba(4, 13, 27, 0.08);
      height: 60px;
      border-radius: 10px;
      padding-left: 21px;
      color: #212121;
      font-family: 'Roboto';
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      margin-bottom: 15px;
      border: 2px solid transparent; }
      .popup form input:focus {
        border: 2px solid #FEA212; }
    .popup form button {
      transition: 0.5s;
      width: 180px; }

.popup.active, .popup2.active, .popup3.active {
  transform: translate(-50%, -46%) scale(1);
  transition: 0.5s all; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: flex-start;
  user-select: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px;
  flex: 1 0 auto;
  border-radius: 3px;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
  border: 1px solid #212121;
  transition: 0.2s;
  max-width: 20px;
  max-height: 20px; }

.custom-checkbox + label#check-error::before {
  display: none; }

label#check-error {
  position: absolute;
  bottom: -16px;
  left: 87px;
  color: red; }

.custom-checkbox:checked + label::before, .custom-checkbox:checked + label + label::before {
  background: url(../img/check.svg) no-repeat center center; }

.custom-checkbox + label {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  line-height: 132%;
  align-items: center;
  margin-left: 0;
  position: relative;
  left: 0px;
  margin-bottom: 30px;
  margin-top: 5px; }

@media screen and (max-width: 1500px) {
  .rev:before {
    left: -150px; }
  .rev:after {
    right: -150px; } }

@media screen and (max-width: 1199px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .nav .nav__content {
    margin-right: 30px; }
  .rbk__box {
    flex-direction: column;
    align-items: center;
    left: 0; }
  .rbk__pic {
    margin-right: 0;
    margin-bottom: 25px; }
  .rbk__content {
    top: 0;
    max-width: 100%; }
  .rbk__content p {
    max-width: 100%; }
  .rbk {
    padding: 60px 0; }
  .item {
    padding: 60px 0; }
  .ser {
    padding: 60px 0; }
  .ser__el span {
    margin-right: 15px; }
  .clients__row {
    max-width: 100%;
    justify-content: space-between; }
  .rev:after {
    right: -200px;
    top: 147px; }
  .clients {
    padding: 60px 0; }
  .rev {
    padding: 60px 0; }
  .rev:before {
    left: -200px;
    top: 147px; }
  .info__box {
    flex-direction: column;
    align-items: center; }
  .info h2 {
    margin-bottom: 20px; }
  .info__wrap {
    margin-top: 20px; }
  .info__area {
    max-width: 100%;
    margin-top: 20px; }
  .info #map {
    margin-top: 20px; }
  .info {
    padding: 60px 0 80px; }
  .footer__top {
    padding-right: 0; }
  .footer__row {
    flex-direction: column-reverse;
    align-items: center; }
  .footer .nav__content {
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px; }
  .footer__row p {
    margin-right: 0;
    text-align: center;
    margin-top: 20px; }
  .footer {
    padding: 50px 0; }
  .footer__bottom {
    padding-top: 30px; }
  .clients__row {
    margin-top: 30px; }
  .ser__fig2, .page .header__socials {
    display: none; }
  .section {
    padding: 60px 0; }
  .items__img {
    width: 100%; }
  .items__name {
    font-size: 14px;
    line-height: 140%; }
  .services__content {
    margin-right: 60px; }
  .services__box:nth-child(2n) .services__item .services__content {
    margin-left: 86px; } }

@media (max-width: 991px) {
  .nav {
    padding: 25px 0; }
  .header__box {
    margin-top: 30px; }
  .header__item {
    flex-direction: column; }
  .header .swiper1 {
    width: 100%; }
  .header__row {
    margin-top: 40px; }
  .header__box .fig2 {
    display: none; }
  .rbk__pic {
    width: 100%;
    height: auto;
    max-height: 400px; }
  .rbk__content h2 {
    margin-bottom: 20px; }
  .ser__item {
    width: 33%; }
    .ser__item img {
      width: 140px; }
  .ser__el p {
    font-size: 18px;
    max-width: 150px; }
  .clients__row {
    justify-content: center; }
    .clients__row img {
      margin: 20px !important;
      width: 29%; }
  .rev:after {
    display: none; }
  .rev:before {
    display: none; }
  .rev__item {
    padding: 20px; }
  .rev .swiper2 {
    max-width: 70%; }
  .rev__fig {
    left: -25px; }
  .info__content {
    max-width: 100%; }
  .ser__wrap {
    margin-top: 30px; }
  .ser__row {
    padding-right: 0;
    margin-top: 30px; }
  .ser .sub {
    font-size: 16px;
    margin-top: 15px; }
  .menu-btn {
    width: 48px;
    height: 24px;
    position: absolute;
    cursor: pointer;
    right: 34px;
    top: 44px;
    z-index: 120;
    overflow: hidden; }
  .menu-btn span {
    width: 38px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #212121;
    transition: all 0.5s; }
  .menu-btn span:nth-of-type(2) {
    top: calc(50% - 8.5px);
    width: 38px;
    height: 2px; }
  .menu-btn span:nth-of-type(3) {
    top: calc(50% + 9.4px);
    width: 38px;
    height: 2px; }
  .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 60px 40px 40px;
    background: white;
    transform: translateX(500%);
    transition: transform 0.5s;
    z-index: 7;
    overflow: hidden;
    -webkit-box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -11px 0px 28px -12px rgba(0, 0, 0, 0.75); }
    .menu .nav__info {
      display: block;
      text-align: left; }
    .menu .nav__content {
      text-align: left;
      margin-right: 0;
      margin-top: 25px; }
      .menu .nav__content a {
        font-size: 20px; }
    .menu .nav__btn {
      margin-top: 20px; }
    .menu ul li {
      margin-bottom: 20px; }
      .menu ul li a {
        font-size: 20px;
        color: #212121; }
  .menu.active {
    transform: translateX(0); }
  .menu-btn.active {
    overflow: visible;
    position: fixed;
    right: 30px;
    top: 30px; }
  .menu-btn.active span:nth-of-type(1) {
    display: none; }
  .menu-btn.active span:nth-of-type(2) {
    top: 50%;
    width: 24px;
    transform: translate(-50%, 0%) rotate(45deg);
    margin-left: 0; }
  .menu-btn.active span:nth-of-type(3) {
    width: 24px;
    top: 50%;
    transform: translate(-50%, 0%) rotate(-44deg);
    margin-left: 0; }
  .menu-btn, .menu {
    display: block; }
  .nav__box ul, .nav__info {
    display: none; }
  .items__row {
    flex-wrap: wrap; }
  .items__block {
    width: 50%; }
  .services__item {
    flex-direction: column;
    align-items: center; }
  .services__content {
    margin-right: 0;
    margin-bottom: 25px;
    max-width: 100%; }
  .services__content img {
    height: auto;
    margin-bottom: 20px; }
  .services__info {
    top: 0;
    max-width: 100%; }
  .services__info h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 140%; }
  .services__content p {
    font-size: 28px; }
  .services__content span {
    font-size: 14px; }
  .services__info p {
    font-size: 15px;
    margin-bottom: 25px; }
  .services__wrap {
    margin-top: 30px; }
  .services__box:nth-child(2n) .services__item {
    flex-direction: column-reverse; }
  .services__box:nth-child(2n) .services__item .services__content {
    margin-left: 0; }
  .services__box {
    padding: 40px 0; } }

@media screen and (max-width: 767px) {
  .item__block {
    margin: 0 auto 20px;
    width: 100%; }
  .ser__item p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 120%; }
  .sub {
    margin-top: 10px !important;
    line-height: 120%; }
  .ser__row {
    flex-direction: column; }
  .ser__el {
    margin-bottom: 20px;
    align-items: center; }
    .ser__el p {
      max-width: 100%; }
  .clients__fig, .header__box .fig1, .rev__fig {
    display: none; }
  .rbk__content p {
    text-shadow: initial; }
  .rbk__content h2 {
    margin-bottom: 15px; }
  .ser {
    padding: 50px 0 40px; }
  .rev__item {
    flex-direction: column; }
  .rev__content {
    margin-left: 0; }
  .rev__content p {
    font-size: 14px; }
  .rev__content span {
    margin-bottom: 10px; }
  .rev, .info {
    padding: 40px 0; }
  .info #map {
    height: 350px; }
  .footer__top {
    flex-direction: column;
    align-items: center; }
  .footer__socials {
    top: 0;
    margin-right: 0;
    margin-bottom: 20px; }
  .footer__row p {
    font-size: 14px; }
  .footer {
    padding: 40px 0 20px; }
  .footer form input {
    font-size: 14px; }
  .popup {
    width: 90%; }
  .popup form input {
    height: 50px; }
  .custom-checkbox + label {
    font-size: 12px;
    margin-bottom: 20px; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .nav__logo {
    width: 100px; }
  .menu-btn, .menu-btn.active {
    right: 12px;
    top: 32px; }
  .menu .nav__btn {
    width: 100%; }
  h1 {
    font-size: 35px;
    line-height: 120%; }
  .header__item p {
    line-height: 140%;
    font-size: 15px;
    margin-top: 10px; }
  .header__row {
    flex-direction: column;
    margin-top: 25px; }
  .header__socials {
    margin: 30px auto 0; }
  .header__box {
    margin-top: 20px; }
  .rbk__pic {
    max-height: 300px;
    object-position: 0 -25px;
    margin-bottom: 20px; }
  h2 {
    font-size: 30px;
    line-height: 120%; }
  .rbk__content p {
    line-height: 140%;
    font-size: 14px;
    margin-bottom: 10px; }
  .rbk__btn {
    margin-top: 30px; }
  .rbk__fig {
    bottom: -60px;
    left: initial;
    width: 150px;
    right: 23px; }
  .sub {
    font-size: 14px !important; }
  .item__box {
    margin-top: 20px; }
  .item__block {
    padding: 20px;
    height: auto; }
  .item__area {
    margin-bottom: 15px;
    height: 140px; }
    .item__area img {
      width: 100%;
      height: 100%; }
  .ser__item {
    width: 48%; }
  .ser__el {
    flex-direction: column;
    text-align: center; }
  .ser__el span {
    font-size: 40px;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 100%; }
  .ser__el p {
    line-height: 120%;
    max-width: 304px;
    margin: 0 auto;
    font-size: 17px; }
  .item {
    padding: 60px 0 40px; }
  .ser {
    padding: 40px 0; }
  .ser__row {
    margin-top: 20px; }
  .clients {
    padding: 40px 0; }
  .rev__block {
    width: 80px;
    height: 80px; }
  .rev__content h3 {
    font-size: 21px; }
  .rev .swiper2 {
    max-width: 84%;
    margin-top: 25px; }
  .rev__btn {
    margin-top: 30px; }
  .info__wrap form button {
    width: 100%; }
  .info__area {
    margin-top: 30px; }
  .footer form {
    width: 100%;
    flex-direction: column; }
  .footer form input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }
  .footer form button {
    width: 100%; }
  .footer__top {
    margin-bottom: 30px; }
  .footer__row ul li a {
    font-size: 16px; }
  .footer__row p {
    font-size: 12px; }
  .menu {
    padding: 60px 20px; }
  .items__block {
    width: 100%;
    padding: 20px; }
    .items__block:nth-child(n+3) {
      display: none; }
    .items__block:first-child {
      border-bottom: none; }
  .section {
    padding: 40px 0; }
  .items__top {
    margin-top: 25px;
    flex-direction: column; }
  .items__row {
    margin-top: 15px; }
  .page h1 {
    font-size: 35px; }
  .items__top a {
    margin-top: 10px; }
  .items__box:last-child {
    margin-bottom: 0; }
  .items__name {
    max-width: 100%; }
  .services__content img {
    margin-bottom: 10px; }
  .services__content {
    margin-bottom: 20px; }
  .services__info h3 {
    line-height: 125%;
    font-size: 27px;
    margin-bottom: 10px; }
  .services__info p {
    font-size: 14px; }
  .services {
    padding-bottom: 0; } }

/* CSS for CMS tags */
.setting-d__direction {
  color: #ED1C24;
}

.amount-d__num {
  color: #212121;
  font-weight: 400;
  font-size: 14px
}

.tip-d__icon {
  color: #212121;
  font-weight: 400;
  font-size: 14px
}

.price-d {
  font-size: 16px;
  font-weight: 400;
  color: #ED1C24;
}

 /* Товары */
 .table-d__row {
  display: flex;
  justify-content: space-around;
 }

.table-d__head .table__caption {
  text-align: left;
}

.table-d__name {
  font-family: 'DIN Pro Cond';
  font-weight: 700;
  font-size: 18px;
  line-height: 289%;
  text-transform: uppercase;
  color: #c0c0c0;
}

.good__name {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #212121;
}

.good__price {
  font-family: 'DIN Pro Cond'; 
}

.price-d__summ {
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  color: #212121;
}

.price-d__curren {
  font-weight: 700;
  font-size: 25px;
  color: #212121;
}

.count-d__input {
  font-family: 'DIN Pro Cond';
  width: 26px;
  font-weight: 700;
  font-size: 24px;
  line-height: 92%;
  text-transform: uppercase;
  color: #212121;
}

.count-d__dec, .count-d__inc {
  font-family: 'DIN Pro Cond';
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #212121;
  border: 0;
  background: white;
  position: relative;
  top: -5px;
}

.count-d__control {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
}

.table-d__total_goods {
  font-family: 'DIN Pro Cond';
}

.product-d__gall {
  background: white; 
  padding: 20px; 
  margin-bottom: 50px; 
  border: 1px solid #dfdfdf;
}

.offer-d__button_tocart {
  margin-left: 20px;
}

.border_good {
  border: 1px solid #dfdfdf; 
  padding: 5px 20px;
}

.buy_cart_good {
  display: flex;
}

.characteristic_all {
  text-align: left; 
  margin-bottom: 10px;
}

.paymetod__wrap {
  margin: 0px 30px; 
  padding: 20px 0px;
}

.paymethod-d__name {
  font-weight: 400; 
  font-size: 20px; 
  line-height: 120%; 
  color: #565656; 
}

.border_payment {
  margin: 0px 30px; 
  border-bottom: 1px solid #e9e9e9;
}

/* Характиристики товара */
.product-characteristics {
  background: white; 
  padding: 0px 20px 30px; 
  border: 1px solid #dfdfdf;
}

.product-characteristics h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.product-characteristics ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product-characteristics li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;;
}

.characteristic-name {
  font-weight: 400;
}

.fancybox-image {
  background: white;
  padding: 10px 50px;
}

/* Товары в корзине */
.table__caption {
  margin: 20px 0px;
}

.img_cell-d {
  margin-left: 305px;
}

.count_cell-d {
  margin-left: 250px;
}

.price_cell-d {
  margin-left: -45px;
}

.sum_cell-d {
  margin-left: 0px;
}

.good_table {
  background: white; 
  margin-bottom: 10px; 
  padding: 10px; 
  align-items: center; 
  border: 1px solid #dfdfdf;
}

.details_cell-d {
  width: 400px;
}

.table-d__total_goods {
  background: white; 
  padding: 10px 25px; 
  border: 1px solid #dfdfdf;
}

.total_itog {
  justify-content: flex-end;
}

.title_cell-d {
  font-weight: 700; 
  font-size: 30px; 
  line-height: 173%; 
  text-transform: uppercase; 
  color: #212121;
}

.num_price-d {
  font-weight: 700; 
  font-size: 30px; 
  line-height: 173%;
  text-transform: uppercase; 
  color: #212121;
}

.curr_price-d {
  font-weight: 700; 
  font-size: 30px; 
  line-height: 173%; 
  color: #212121;
}

.title_spd {
  margin: 20px 0px;
  text-align: left;
}

.enum_table-d {
  background: white;
  border: 1px solid #dfdfdf;
}

.num_pr {
  font-weight: 700; 
  font-size: 25px; 
  text-transform: uppercase; 
  color: #5b5b5b;
}

.curr_pr {
  font-weight: 700; 
  font-size: 25px; 
  color: #5b5b5b;
}

/* Способы доставки*/
.sposoby_itogo {
  font-family: 'DIN Pro Cond';
  padding: 10px 25px;
  font-size: 16px;
  margin-top: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: right;
  border: 1px solid #dfdfdf;
}

.sposob-d {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9; 
  margin: 0px 10px; 
  font-weight: 400; 
  font-size: 20px; 
  line-height: 120%; 
  color: #565656;
}

.price-itog {
  font-weight: bold;
}

.sposob-name {
  max-width: 400px;
  margin-right: 20px;
}

.sposob-sum { 
  font-family: 'DIN Pro Cond'; 
}

.sposob-rbtn {
  margin-left: 20px;
}

/* Способы оплаты*/
.paymetod__wrap {
  font-family: 'Arial', sans-serif;
  padding: 10px;
  display: flex;
}

.paymethod-d__select, .paymethod-d__name {
  display: flex;
  font-weight: 400;
}

.paymethod-d__select {
  margin-right: 20px;
}

 /* Контактная информация*/
._asterisk::after {  
  display: inline;  
  content: '*';  
  color: #ED1C24;
}

.cart__form {
  font-family: 'Arial', sans-serif;
}

.cart__form .field-d__name  {
  font-family: 'DIN Pro Cond';
  color: #565656;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cart__form input, .cart__form textarea, .cart__form textarea:active  {
  border: 1px solid #dfdfdf;
  width: 600px;
  padding: 20px;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #a8a8a8;
}

.cart__form textarea {
  width: 600px;
  height: 200px;
}

.cart__form .privacy_field, .cart__form .required_field, .detail-d_desc {
  color: #565656;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}

.cart__form .privacy_field a {
  color: #ED1C24;
  font-size: 14px;
}

.cart__form .errors, .errors  {
  font-family: 'Arial', sans-serif;
  color: #ED1C24;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 5px;
}

.sb_oplaty {
  text-align: left; 
  margin: 20px 0px;
}

.contact_info {
  text-align: left; 
  margin: 60px 0px 20px;
}

.payments_border {
  background: white; 
  border: 1px solid #dfdfdf;
}

/* стилизация радиокнопок */
/* Скрываем стандартный элемент input[type="radio"] */
input[type="radio"] {
  display: none;
}

/* Стилизуем кастомную радио-кнопку */
input[type="radio"] + label {
  position: relative;
  padding-left: 30px; /* Размер кастомной радио-кнопки */
  cursor: pointer;
}

/* Создаем кастомную радио-кнопку */
input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px; /* Размер кастомной радио-кнопки */
  height: 20px; /* Размер кастомной радио-кнопки */
  border: 1px solid #ED1C24;
  background-color: white;
  border-radius: 50%;
}

/* Отображаем кастомную радио-кнопку, если выбрано */
input[type="radio"]:checked + label:before {
  background-color: #ED1C24; /* Цвет фона при выборе */
}

/* Стилизуем текст метки при выборе радио-кнопки */
input[type="radio"]:checked + label {
  font-weight: bold; /* Пример стиля текста при выборе */
}

.cart__emtpy {
  margin-top: 20px;
}

.cart__emtpy a {
  color: #ED1C24;
}
