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

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

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

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  min-width: 320px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 16px;
}

img {
  border-style: none;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
}

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

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: none;
}

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

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  /*  -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;*/
}

input {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

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

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-jcsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-jcsa-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-dc-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: flex-start;
}

.f-dc-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-dc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-dc-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  pointer-events: none;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.title-main {
  margin-bottom: 50px;
  font-size: 40px;
  text-align: center;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
}

.title {
  color: #6C6C6C;
  font-size: 32px;
  text-align: center;
  font-family: 'Montserrat SemiBold';
  margin-bottom: 30px;
  line-height: 100%;
}

.btn {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Montserrat SemiBold';
  text-transform: uppercase;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  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;
}

.btn:hover {
  background: #FFFFFF;
  color: #6C6C6C;
}

.breadcrumbs {
  width: 100%;
  margin-bottom: 30px;
}

.breadcrumbs-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Montserrat SemiBold';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.breadcrumbs-list li a span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Montserrat SemiBold';
}

.breadcrumbs-list li a:hover span {
  color: #2473B6;
}

.breadcrumbs-list li:not(:last-child)::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #666666;
  display: inline-block;
  margin: 10px;
}

.hidden {
  overflow: hidden;
}

.none {
  display: none;
}

a, span, p, input, button, select, option, textarea, label, blockquote {
  font-family: 'Montserrat Regular';
  font-size: 14px;
  line-height: normal;
  color: #6C6C6C;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #A5A5A5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #A5A5A5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #A5A5A5;
}

input::placeholder, textarea::placeholder {
  color: #A5A5A5;
}

textarea {
  height: 100%;
}

label.error {
  font-family: 'Montserrat Regular';
  font-size: 14px;
  color: #C62828;
  margin-top: 3px;
  display: inline-block;
}

b {
  font-family: 'Montserrat Bold';
}

input {
  border: none;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-wrapper {
  padding: 36px 0;
}

.header__logo {
  width: 120px;
  height: 36px;
}

.header__hint {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px;
  right: 38px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  z-index: 1;
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0;
}

.header nav {
  margin: 0 auto;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header nav ul li:not(:last-child) {
  margin-right: 34px;
}

.header nav ul li a {
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  color: #6C6C6C;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 0;
  position: relative;
}

.header nav ul li a svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header nav ul li a .header__hint {
  top: 6px;
  right: 28px;
}

.header nav ul li a:hover {
  color: #2473B6;
}

.header nav ul li a:hover svg path {
  fill: #2473B6;
}

.header nav ul li a:hover .header__hint {
  opacity: 1;
}

.header-cart {
  width: 30px;
  height: 25px;
  position: relative;
}

.header-cart:hover .header__hint {
  opacity: 1;
}

.header-cart span {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 8px;
  border-radius: 50%;
  padding: 3px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  color: #6C6C6C;
  background: #FFD600;
  font-family: 'Montserrat SemiBold';
}

.header__phone {
  color: #2473B6;
  font-family: 'Montserrat Bold';
  margin-top: 10px;
}

.header-burger {
  width: 30px;
  height: 20px;
  z-index: 10;
  display: none;
  position: relative;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header-burger span {
  position: absolute;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #6C6C6C;
}

.header-burger span:nth-child(1) {
  top: 0;
  width: 100%;
  left: 0;
}

.header-burger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  width: 100%;
  right: 0;
}

.header-burger span:nth-child(3) {
  bottom: 0;
  width: 100%;
  right: 0;
}

.header-burger.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-burger.open span:nth-child(2) {
  opacity: 0;
}

.header-burger.open span:nth-child(3) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.intro-wrapper {
  width: 100%;
  min-height: 594px;
  text-align: center;
  padding: 66px;
}

.intro__title {
  color: #fff;
  font-size: 40px;
  font-family: 'Montserrat SemiBold';
  margin-top: auto;
  margin-bottom: 0;
}

.intro__button {
  margin-top: auto;
  padding: 24px;
  min-width: 300px;
}

.convector-item {
  width: 32%;
}

.convector-item:not(:nth-child(3n + 3)) {
  margin-right: 2%;
}

.convector-item:not(:nth-child(-n + 3)) {
  margin-top: 40px;
}

.convector-item:hover .convector-item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.convector-item:hover .convector-item__button {
  background: #6C6C6C;
  color: #fff;
}

.convector-item__title {
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
}

.convector-item-image {
  height: 158px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.convector-item-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.convector-item__button {
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  width: 185px;
  padding: 16px;
  font-size: 12px;
  text-transform: unset;
}

.about-image {
  width: 580px;
  height: 340px;
}

.about-info {
  width: 595px;
}

.about-info__button {
  padding: 12px 30px;
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: unset;
  margin-top: 30px;
}

.about-info__button:hover {
  background: #6C6C6C;
  color: #fff;
}

.mainGallery-wrapper {
  background: #E5E5E5;
  padding: 55px 50px 40px 50px;
}

.mainGallery-item {
  height: 290px;
}

.mainGallery-item-link {
  height: 100%;
}

.mainGallery-panel button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 16px;
}

.mainGallery-panel button:nth-child(1) {
  left: 0;
}

.mainGallery-panel button:nth-child(2) {
  right: 0;
}

.mainGalleryDop .mainGallery-wrapper {
  background: none;
  padding: 0;
}

.mainGalleryDop .mainGallery-item {
  height: 358px;
}

.catalog-item__title {
  color: #fff;
  margin-bottom: 0;
  margin-top: auto;
}

.catalog-item__button {
  width: 300px;
  padding: 20px;
  margin-top: auto;
}

.catalog-item-main {
  margin-bottom: 40px;
  height: 380px;
  padding: 62px;
}

.catalog-item-block {
  width: 49%;
}

.catalog-item-block:nth-child(1) {
  padding-left: 30px;
}

.catalog-item-block:nth-child(2) {
  padding-right: 30px;
}

.productNew .productOld-main-head {
  display: none;
}

.productNew .productOld-main-order {
  display: none;
}

.productNew-table {
  border: 1px solid #6C6C6C;
  margin-bottom: 30px;
  position: relative;
  display: none;
}

.productNew-table.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.productNew-table::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  border-left: .6px solid #D4D4D4;
  background: #6C6C6C;
}

.productNew-table-item {
  width: 50%;
}

.productNew-table-item:not(:nth-child(-n + 2)) {
  border-top: 1px solid #D4D4D4;
}

.productNew-table-item p {
  padding: 9px;
  color: #6C6C6C;
  font-size: 12px;
  border-right: 1px solid #D4D4D4;
  width: 230px;
  width: 35%;
}

.productNew-table-item span {
  padding: 9px 16px 9px 10px;
  display: inline-block;
  color: #6C6C6C;
  font-size: 12px;
  width: 318px;
  width: 65%;
}

.productNew-info {
  margin-bottom: 30px;
}

.productNew-info__title {
  color: #6C6C6C;
  font-size: 15px !important;
  font-family: 'Montserrat SemiBold';
  margin-bottom: 3px;
}

.productNew-info__title span {
  font-family: 'Montserrat SemiBold';
  font-size: 15px !important;
  color: #6C6C6C;
}

.productNew-info-block {
  width: 49%;
}

.productNew-info-block p {
  color: #6C6C6C;
}

.productNew-thanks {
  margin-top: 60px;
}

.productNew-thanks__title {
  text-align: center;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
  font-size: 20px;
  margin-bottom: 25px;
}

.productNew-thanks__button {
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  width: 248px;
  padding: 9px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productNew-thanks__button:not(:last-child) {
  margin-bottom: 14px;
}

.productNew-thanks__button:hover {
  background: #6C6C6C;
  color: #fff;
}

.productNew-main {
  position: relative;
  z-index: 1;
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 10px solid #6C6C6C;
}

.productNew-left {
  width: 155px;
  height: 310px;
  margin: 0;
  background: #fff;
}

.productNew-left-item {
  border: 1px solid #6C6C6C;
}

.productNew-center {
  width: 930px;
  height: 295px;
  position: absolute;
  bottom: 35px;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.productNew-center-pagination {
  display: none;
}

.productNew-right {
  width: 195px;
  border: 1px solid #6C6C6C;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.productNew-right-sing {
  position: absolute;
  bottom: 0;
  left: calc(-100% - 70px);
}

.productNew-right__title {
  background: #6C6C6C;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat SemiBold';
  padding: 14px;
}

.productNew-right__descr {
  line-height: 25px;
  font-size: 15px;
  color: #6C6C6C;
  font-family: 'Montserrat Bold';
}

.productNew-right__reshotka {
  font-style: 15px;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
}

.productNew-right__moschnost {
  font-style: 15px;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
}

.productNew-right__price {
  text-decoration: underline;
  font-family: 'Montserrat SemiBold';
  font-size: 16px;
  color: #6C6C6C;
  margin-top: 30px;
  display: inline-block;
}

.productNew-right-info-inner {
  padding: 15px;
  text-align: center;
}

.productNew-right__button {
  border-top: 1px solid #6C6C6C;
  padding: 12px 15px;
}

.productNew-right__button-inner {
  height: 100%;
}

.productNew-right__button span {
  color: #6C6C6C;
  font-family: 'Montserrat SemiBold';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productNew-right__button svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productNew-right__button:hover span {
  color: #2473B6;
}

.productNew-right__button:hover svg path {
  fill: #2473B6;
}

.productNew-char {
  margin-bottom: 50px;
}

.productNew-char__button {
  width: 263px;
  padding: 9px;
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  font-size: 16px;
  font-family: 'Montserrat SemiBold';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 24px;
  background: #fff !important;
}

.productNew-char__button.active {
  background: #D9D9D9;
}

.productNew-char__button:not(:last-child) {
  margin-right: 15px;
}

.productNew-char__button:hover {
  background: #D9D9D9;
}

.productNew-char-block {
  width: 530px;
}

.productNew-char-block .productNew-char-line.glubina .productNew-char-line-inner {
  width: calc(100% - 98px);
}

.productNew-char-block .productNew-char-line.dlina .productNew-char-line-inner {
  width: calc(100% - 98px);
}

.productNew-char-block:nth-child(2) {
  margin-right: 88px;
}

.productNew-char-item {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 15px;
  cursor: pointer;
  border: 1px solid #6C6C6C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 32px;
}

.productNew-char-item input {
  display: none;
}

.productNew-char-item input:checked ~ span::before {
  opacity: 1;
}

.productNew-char-item img.icon {
  margin-right: 7px;
  width: 15px;
  height: 15px;
}

.productNew-char-item span {
  color: #6C6C6C;
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
}

.productNew-char-item span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productNew-char-item:not(:last-child) {
  margin-right: 6px;
}

.productNew-char-item:hover {
  background: #D9D9D9;
}

.productNew-char-line.model {
  /* .productNew-char-line-inner {
                    width: calc(100% - 121px);
                }*/
}

.productNew-char-line.model .productNew-char-item {
  width: 105px;
}

.productNew-char-line.shirik .productNew-char-item {
  width: 77px;
}

.productNew-char-line.shirik .productNew-char-line-inner {
  width: calc(100% - 98px);
}

.productNew-char-line.glubina .productNew-char-item {
  width: 77px;
}

.productNew-char-line.glubina .productNew-char-line-inner {
  width: calc(100% - 98px);
}

.productNew-char-line.dlina .productNew-char-item {
  width: 77px;
}

.productNew-char-line.dlina .productNew-char-line-inner {
  width: calc(100% - 98px);
}

.productNew-char-line:not(:last-child) {
  margin-bottom: 27px;
}

.productNew-char-line-head {
  margin-bottom: 15px;
  padding: 0 24px;
}

.productNew-char-line-head p {
  font-family: 'Montserrat SemiBold';
  font-size: 16px;
  color: #6C6C6C;
}

.productNew-char-line-head span {
  font-family: 'Montserrat SemiBold';
  font-size: 14px;
  color: #6C6C6C;
}

.productNew-char-line-inner {
  width: calc(100% - 48px);
  margin: 0 14px;
}

.productNew-char-line-inner-prev, .productNew-char-line-inner-next {
  width: 10px;
}

.productNew-char-line-inner-slider {
  /*    &.slider-product-variation-noslider {
                        .productNew-char-line-inner-prev,
                        .productNew-char-line-inner-next {
                            transition: $anim-default;
                            svg {
                                display: none;
                            }
                        }
                        &-two {
                            .productNew-char-item {
                                height: 40px;
                                padding: 0;
                            }
                        }
                    }*/
}

.productNew-char-line-inner-slider .swiper-button-lock svg {
  display: none;
}

.productNew-char-line-inner-slider.slider-product-variation .swiper-button-disabled {
  opacity: .4;
}

.productNew-char-line-inner-slider.slider-product-variation-two .productNew-char-item {
  height: 40px;
  padding: 0;
}

.cart__title {
  margin-bottom: 0 !important;
  margin-left: 20px;
}

.cart-inner {
  border: 1px solid #6C6C6C;
}

.cart-inner-head {
  padding: 30px 20px;
}

.cart-inner-head-send {
  margin-right: 10px;
}

.cart-inner-head-send-item {
  width: 30px;
  height: 30px;
}

.cart-inner-head-send-item:not(:last-child) {
  margin-right: 5px;
}

.cart-inner-head-send__political {
  color: #6C6C6C;
  font-size: 10px;
  text-align: center;
  margin-top: 15px;
}

.cart-inner-head-send__political a {
  color: #6C6C6C;
  font-size: 10px;
}

.cart-inner-head__text {
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
  max-width: 260px;
  color: #6C6C6C;
  margin-right: 18px;
}

.cart-inner-head__button {
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  padding: 14px 39px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cart-inner-head__button:hover {
  background: #D9D9D9;
}

.cart-inner-print__text {
  font-family: 'Montserrat SemiBold';
  font-size: 16px;
  margin-top: 10px;
  color: #6C6C6C;
}

.cart-table {
  border-top: 1px solid #6C6C6C;
}

.cart-table-head {
  border-bottom: 1px solid #6C6C6C;
}

.cart-table-line-item {
  padding: 9px 11px;
}

.cart-table-line-item:nth-child(1) {
  width: 340px;
}

.cart-table-line-item:nth-child(2) {
  width: 175px;
}

.cart-table-line-item:nth-child(3) {
  width: 134px;
}

.cart-table-line-item:nth-child(4) {
  width: 134px;
}

.cart-table-line-item:nth-child(5) {
  width: 121px;
}

.cart-table-line-item:nth-child(6) {
  width: 100px;
}

.cart-table-line-item:nth-child(7) {
  width: 105px;
}

.cart-table-line-item:nth-child(8) {
  width: 109px;
}

.cart-table-line-item__text {
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
  font-size: 12px;
}

.cart-table-line-item__remove {
  margin-right: 10px;
}

.cart-table-line-item:not(:last-child) {
  border-right: 1px solid #6C6C6C;
}

.cart-table-line-item__quantity {
  width: 30px;
  margin: 0 5px;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
  text-align: center;
}

.cart-table-line-item button {
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
}

.cart-total {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-total__title {
  color: #6C6C6C;
  font-family: 'Montserrat SemiBold';
  font-size: 24px;
  margin-right: 30px;
}

.cart-total-line:not(:last-child) {
  margin-bottom: 20px;
}

.cart-total-item {
  width: 275px;
}

.cart-total-item:not(:last-child) {
  margin-right: 30px;
}

.cart-total-item__text {
  width: 135px;
  font-size: 16px;
  color: #6C6C6C;
  font-family: 'Montserrat SemiBold';
  margin-right: 30px;
}

.cart-total-item__value {
  width: calc(100% - 165px);
  color: #6C6C6C;
  font-size: 14px;
}

.productOld-tabs {
  margin-bottom: 30px;
}

.productOld__tab {
  width: 263px;
  padding: 9px;
  border: 1px solid #6C6C6C;
  color: #6C6C6C;
  font-size: 16px;
  font-family: 'Montserrat SemiBold';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productOld__tab.active {
  background: #D9D9D9;
}

.productOld__tab:not(:last-child) {
  margin-right: 15px;
}

.productOld__tab:hover {
  background: #D9D9D9;
}

.productOld-main-head {
  margin-bottom: 40px;
}

.productOld-main-head__title, .productOld-main-head__type, .productOld-main-head__power {
  color: #6C6C6C;
  font-family: 'Montserrat SemiBold';
}

.productOld-main-head__title, .productOld-main-head__power {
  font-size: 20px;
}

.productOld-main-head__type {
  font-size: 14px;
}

.productOld-main-head-inner {
  width: 350px;
}

.productOld-main-icon {
  width: 75px;
  height: 60px;
}

.productOld-main-inner {
  width: 50%;
}

.productOld-main-inner:nth-child(1) {
  padding-right: 30px;
  border-right: 1px solid #6C6C6C;
}

.productOld-main-inner:nth-child(2) {
  padding-left: 30px;
}

.productOld-main-slider {
  margin-bottom: 75px;
  height: 280px;
}

.productOld-main-slider-list {
  height: 100%;
  width: 100%;
}

.productOld-main-slider-item {
  width: 100%;
  height: 100%;
}

.productOld-main-bottom-icon {
  width: 144px;
  height: 65px;
}

.productOld-main-bottom-slider {
  margin-right: 0;
  width: 305px;
}

.productOld-main-bottom-slider-item {
  width: 95px;
  height: 65px;
  border: 1px solid #6C6C6C;
  overflow: hidden;
  cursor: pointer;
}

.productOld-main-bottom-slider-item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productOld-main-bottom-slider-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.productOld-main-bottom-pagination {
  display: none;
}

.productOld-main-order {
  padding: 0 24px;
}

.productOld-main-order__button {
  width: 200px;
  border: 1px solid #6C6C6C;
  padding: 10px 15px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productOld-main-order__button span {
  margin-right: 10px;
  font-size: 12px;
  font-family: 'Montserrat SemiBold';
  color: #6C6C6C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productOld-main-order__button svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.productOld-main-order__button:hover {
  background: #6C6C6C;
}

.productOld-main-order__button:hover span {
  color: #fff;
}

.productOld-main-order__button:hover svg path {
  fill: #fff;
}

.productOld-main-order__cost {
  color: #6C6C6C;
  font-size: 30px;
  font-family: 'Montserrat SemiBold';
  margin-right: 30px;
}

.productOld-main-order__cost span {
  color: #6C6C6C;
  font-size: 30px;
  font-family: 'Montserrat SemiBold';
}

.productOld-main-order__label {
  font-family: 'Montserrat SemiBold';
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.productOld-main-order__label svg {
  margin-right: 6px;
}

.productOld-main-order__label.available {
  color: #5BC99C;
}

.productOld-main-order__label.not-available {
  color: #D65353;
}

.production-main-image {
  margin-bottom: 40px;
  height: 380px;
}

.production-block-imgs {
  margin-bottom: 40px;
}

.production-block-imgs-image {
  width: 32%;
  height: 290px;
}

.production-block-imgs-image:not(:nth-child(3n + 3)) {
  margin-right: 2%;
}

.production-block-imgs-image:not(:nth-child(-n + 3)) {
  margin-top: 20px;
}

.production-info-block {
  width: 49%;
}

.production-info-block:nth-child(1) {
  padding-left: 30px;
}

.production-info-block:nth-child(2) {
  padding-right: 30px;
}

.partners-list {
  width: 942px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-item {
  width: 180px;
}

.partners-item:not(:nth-child(4n + 4)) {
  margin-right: 74px;
}

.partners-item:not(:nth-child(-n + 4)) {
  margin-top: 100px;
}

.partners-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
}

.partners-item-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts-main-image {
  margin-bottom: 40px;
  height: 380px;
}

.contacts-line {
  padding: 0 50px;
}

.contacts-line:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-line__text {
  width: 48%;
}

.contacts-line iframe {
  width: 48%;
}

.contacts-form {
  width: 48%;
}

.contacts-form-elem {
  margin-bottom: 14px;
}

.contacts-form-elem__input {
  font-size: 14px;
  padding: 14px 10px;
  -webkit-box-shadow: inset 4px 4px 3px -1px rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 4px 4px 3px -1px rgba(0, 0, 0, 0.2) !important;
  font-family: 'Montserrat SemiBold';
  border: 1px solid #B6B6B6;
}

.contacts-form-elem__textarea {
  font-size: 14px;
  padding: 14px 10px;
  -webkit-box-shadow: inset 4px 4px 3px -1px rgba(0, 0, 0, 0.2) !important;
          box-shadow: inset 4px 4px 3px -1px rgba(0, 0, 0, 0.2) !important;
  font-family: 'Montserrat SemiBold';
  width: 100%;
  min-height: 96px;
  border: 1px solid #B6B6B6;
}

.contacts-form-elem.file {
  cursor: pointer;
  margin-bottom: 0;
  padding: 11px 22px;
}

.contacts-form-elem.file svg {
  margin-right: 8px;
}

.contacts-form-elem.file span {
  font-family: 'Montserrat SemiBold';
  color: #B6B6B6;
}

.contacts-form-elem.file input {
  display: none;
}

.contacts-form__button {
  padding: 14px 35px;
  color: #6C6C6C;
  border: 1px solid #6C6C6C;
  font-family: 'Montserrat SemiBold';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-form__button:hover {
  background: #6C6C6C;
  color: #fff;
}

.contacts-form__political {
  color: #6C6C6C;
  margin-bottom: 20px;
  font-size: 10px;
}

.contacts-form__political a {
  color: #6C6C6C;
  text-decoration: underline;
  font-size: 10px;
}

.contacts-info {
  width: 48%;
}

.contacts-info__text {
  width: 49%;
}

.contacts-info-phone {
  width: 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-info-phone-image {
  height: 160px;
  margin-right: auto;
}

.contacts-info-phone__mobile {
  display: none;
  border: 1px solid #6C6C6C !important;
  background: #D9D9D9 !important;
  color: #6C6C6C;
  padding: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contacts-info-phone__text span {
  display: none;
}

.arrowBtn {
  margin-left: auto;
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.arrowBtn svg {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrowBtn svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrowBtn span {
  color: #6C6C6C;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.arrowBtn:hover svg {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.arrowBtn:hover svg path {
  stroke: #2473B6;
}

.arrowBtn:hover span {
  color: #2473B6;
}

.footer {
  background: #6C6C6C;
}

.footer-wrapper {
  padding: 40px 0;
}

.footer__logo {
  width: 120px;
  height: 36px;
}

.footer__infotext {
  width: 955px;
}

.footer__infotext br {
  display: none;
}

.footer__smalltext {
  width: 955px;
  color: #fff;
  font-size: 9px;
  margin-top: auto;
}

.footer__smalltext a {
  font-size: 9px;
  color: #fff;
}

.footer-social-item {
  width: 30px;
  height: 30px;
}

.footer-social-item:not(:last-child) {
  margin-right: 8px;
}

.footer-social-item__link {
  width: 100%;
  display: block;
  height: 100%;
}

.footer-social-item__link img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-social-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__infotext {
  color: #fff;
}

.footer__infotext a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__logo {
  margin-top: 40px;
}

.popup {
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.popup__close {
  top: 10px;
  right: 10px;
  z-index: 5;
  position: absolute;
}

.popup-wrapper {
  position: relative;
  width: 704px;
  background: #fff;
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
}

.popup-form__button.no-active {
  opacity: .6;
  pointer-events: none;
}

.popup-all-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popup-all-left {
  background: radial-gradient(151.01% 63.63% at 59.48% 40.58%, #FF5E64 0%, #ED1C24 100%);
  width: 306px;
  padding: 30px 22px;
  min-height: 460px;
  position: relative;
  overflow: hidden;
}

.popup-all-right {
  padding: 40px;
  width: calc(100% - 306px);
}

.popup-all-form {
  width: 100%;
}

.popup-all-form-elem {
  width: 100%;
}

.popup-all-form-elem:not(:last-child) {
  margin-bottom: 20px;
}

.popup-all-form__button {
  padding: 19px 25px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-all__title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.popup-all__descr {
  font-size: 16px;
  color: #fff;
  padding-bottom: 30px;
}

.popup-all-gift {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
}

.popup-all-gift__text {
  color: #fff;
  font-family: 'SFProDisplay Bold';
  width: calc(100% - 60px);
  font-size: 16px;
}

.popup-all-checkbox {
  margin-top: 20px;
  cursor: pointer;
}

.popup-all-checkbox span {
  background: #D7DBEB;
  border-radius: 32px;
  width: 44px;
  height: 22px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.popup-all-checkbox span::after {
  content: '';
  -webkit-box-shadow: 0px 1px 1px 0px #00000014, 0px 3px 8px 0px #00000026;
          box-shadow: 0px 1px 1px 0px #00000014, 0px 3px 8px 0px #00000026;
  width: 20px;
  height: 20px;
  left: 0;
  border: 0.5px solid #0000000A;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-all-checkbox span.active {
  background: #ED1C24;
}

.popup-all-checkbox span.active::after {
  left: calc(100% - 20px);
}

.popup-all-checkbox p {
  color: #333333;
  font-size: 12px;
  width: calc(100% - 70px);
}

.popup-all-checkbox p a {
  font-size: 12px;
  text-decoration: underline;
}

.popup-application .popup-all-img {
  width: 100%;
}

.popup-section .popup-wrapper {
  width: 962px;
  overflow: unset;
  padding: 40px;
}

.popup-section .popup__close {
  top: -20px;
  right: -20px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #646464;
  border-radius: 50%;
}

.popup-section .title {
  font-size: 32px;
}

.popup-section .recall-textReview {
  margin: 0 auto;
  width: calc(100% - 60px);
}

.popup-section .recall-textReview-item__recall {
  font-size: 14px;
}

.popup-section .fullDoc__title {
  text-align: left;
}

.popup-section .fullDoc-main {
  width: 48%;
}

.popup-section .fullDoc-form {
  width: 48%;
}

.popup-section .fullDoc-form-elem__title {
  font-size: 16px;
}

.popup-section .fullDoc-item__text {
  font-size: 16px;
}

.popup-section .fullDoc-image {
  width: 137px;
  height: 85px;
}

.popup-section .fullDoc-image:not(:nth-child(3n + 3)) {
  margin-right: 6px;
}

.popup-section .quiz-inner {
  padding: 40px 20px;
}

.popup-section .quiz-answer-item {
  width: 144px;
}

.popup-recall .popup-wrapper {
  width: 962px;
  overflow: unset;
}

.popup-recall .popup__close {
  top: -20px;
  right: -20px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #646464;
  border-radius: 50%;
}

.popup-recall__title {
  font-family: 'SFProDisplay Bold';
  margin-bottom: 20px;
  font-size: 28px;
}

.popup-recall__descr {
  margin-top: 50px;
}

.popup-recall-image {
  position: relative;
}

.popup-recall-image-inner {
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
  border-radius: 50%;
}

.popup-recall-image-block {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0px #000;
          box-shadow: 0 0 5px 0px #000;
  position: absolute;
  padding: 15px;
  border-radius: 8px;
  left: 0;
  width: 300px;
  bottom: -20px;
  z-index: 3;
}

.popup-recall-image-block__name {
  font-size: 18px;
  font-family: 'SFProDisplay Bold';
  margin-bottom: 8px;
}

.popup-recall-main {
  width: 50%;
  padding: 30px;
  border-right: 1px solid #ED1C24;
}

.popup-recall-form {
  width: 50%;
  padding: 30px;
}

.popup-recall-form-elem:not(:last-child) {
  margin-bottom: 20px;
}

.popup-recall-form-elem__title {
  margin-bottom: 5px;
}

.popup-recall-form-elem-dop {
  margin-top: 20px;
  display: none;
}

.popup-recall-form-elem-dop.show {
  display: block;
}

.popup-recall-form-elem-label {
  cursor: pointer;
}

.popup-recall-form-elem-label input {
  display: none;
}

.popup-recall-form-elem-label span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popup-recall-form-elem-label:not(:last-child) {
  margin-right: 10px;
}

.popup-recall-form-elem-label input.time + span {
  border: 1px solid #00b7ff;
}

.popup-recall-form-elem-label input.time + span:hover {
  background: #00b7ff;
  color: #fff;
}

.popup-recall-form-elem-label input.call + span {
  border: 1px solid #666dff;
}

.popup-recall-form-elem-label input.call + span:hover {
  background: #666dff;
  color: #fff;
}

.popup-recall-form-elem-label input.whatsapp + span {
  border: 1px solid #28cc46;
}

.popup-recall-form-elem-label input.whatsapp + span:hover {
  background: #28cc46;
  color: #fff;
}

.popup-recall-form-elem-label input.telegram + span {
  border: 1px solid #0396de;
}

.popup-recall-form-elem-label input.telegram + span:hover {
  background: #0396de;
  color: #fff;
}

.popup-recall-form-elem-label input.telegram:checked ~ span {
  background: #0396de;
  color: #fff;
}

.popup-recall-form-elem-label input.whatsapp:checked ~ span {
  background: #28cc46;
  color: #fff;
}

.popup-recall-form-elem-label input.telegram:checked ~ span {
  background: #0396de;
  color: #fff;
}

.popup-recall-form-elem-label input.call:checked ~ span {
  background: #666dff;
  color: #fff;
}

.popup-recall-form-elem-label input.time:checked ~ span {
  background: #00b7ff;
  color: #fff;
}

.popup-recall-form__button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-excise .popup__close {
  top: -20px;
  right: -20px;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #646464;
  border-radius: 50%;
}

.popup-excise .popup-wrapper {
  width: 476px;
  padding: 20px;
  overflow: unset;
}

.popup-excise__title {
  font-size: 28px;
  font-family: 'SFProDisplay Bold';
}

.popup-excise__descr {
  margin-bottom: 20px;
  font-size: 18px;
}

.popup-excise-form-elem {
  width: 100%;
}

.popup-excise-form-elem:not(:last-child) {
  margin-bottom: 15px;
}

.popup-excise-form-elem__input {
  width: 100%;
  height: 100%;
}

.popup-excise-form-elem.file {
  border: none;
  background: #F4F4F4;
  padding: 14px 16px;
  cursor: pointer;
  border-radius: 5px;
}

.popup-excise-form-elem.file svg {
  width: 20px;
  height: 20px;
}

.popup-excise-form-elem.file input {
  display: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ED1C24;
            box-shadow: 0 0 0 0 #ED1C24;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(239, 67, 67, 0);
            box-shadow: 0 0 0 20px rgba(239, 67, 67, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
            box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ED1C24;
            box-shadow: 0 0 0 0 #ED1C24;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(239, 67, 67, 0);
            box-shadow: 0 0 0 20px rgba(239, 67, 67, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
            box-shadow: 0 0 0 0 rgba(239, 67, 67, 0);
  }
}
/*# sourceMappingURL=main.css.map */