@font-face {
  font-family: 'GetVoIP Grotesque', sans-serif;
  font-weight: 400;
  font-style: normal;

  src: local('GetVoIP Grotesque'), local('GetVoIPGrotesque'), url('../fonts/Getvoipgrotesque.woff2') format('woff2'), url('../fonts/Getvoipgrotesque.woff') format('woff'), url('../fonts/Getvoipgrotesque.ttf') format('truetype');
}


html {
  line-height: 1.15;
  box-sizing: border-box;
  height: 100%;
  letter-spacing: .01em;

  -webkit-text-size-adjust: 100%;
}

/*body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  letter-spacing: .025em;
  color: #252525;
  background-color: #f3f3f4;
}*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  letter-spacing: .025em;
  color: #fff;
  background: #000 url(../images/topbg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
main {
  display: block;
}

.like-h1,
.like-h2,
.like-h3,
.like-h4 {
  display: block;
}

.like-h1,
.like-h2,
.like-h3,
.like-h4,
h1,
h2,
h3,
h4 {
  font-family: 'GetVoIP Grotesque', sans-serif;
  line-height: 1.2;
  margin: 0 0 1em;
  letter-spacing: .05em;
}
h1,
.like-h1 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}
h2,
.like-h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

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

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

a {
  text-decoration: none;
  /*color: #39903f;*/
  background-color: transparent;
}

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

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: -.25em;
}

sup {
  top: -.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 {
  padding: 0;
  border-style: none;
}

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

fieldset {
  padding: .35em .75em .625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

input,
textarea {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

[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'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

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

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

  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html *,
html ::after,
html ::before {
  box-sizing: inherit;
}

/***********************************************/
@-webkit-keyframes pulse {
  0% {
    -webkit-filter: drop-shadow(0 0  50px #fada70);
            filter: drop-shadow(0 0  50px #fada70);
  }

  50% {
    -webkit-filter: drop-shadow(0 0  50px #fab3117a);
            filter: drop-shadow(0 0  50px #fab3117a);
  }
  100% {
    -webkit-filter: drop-shadow(0 0  50px #fada70);
            filter: drop-shadow(0 0  50px #fada70);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    box-shadow: 0 0 50px 0 rgb(250, 218, 112);
  }

  50% {
    box-shadow: 0 0 50px 0 rgba(250, 218, 112, 0.3);
  }
  100% {
    box-shadow: 0 0 50px 0 rgb(250, 218, 112);
  }
}
.wrap-b-footer {
  min-height: 100%;
  margin-bottom: -50px;
}

* html .wrap-b-footer {
  height: 100%;
}

.wrap-b-footer:after {
  display: block;
  height: 50px;
  content: '';
}

.clearfix::before {
  display: table;
  clear: both;
  content: '';
}

.clearfix::after {
  display: table;
  clear: both;
  content: '';
}
.resize {
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.resize .resize {
  padding: 0;
}
.gray-block {
  padding: 40px 0;
  color: #fff;
  background: #2b2a2a;
}
/*Кнопки*/
.spectro_button {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  border-radius: 0;
  background: transparent;

  align-items: center;
  justify-content: center;
}
.btn, .spectro_button a {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: block;
  width: 100%;
  max-width: 230px;
  height: 40px;
  padding: 14px 5px;
  cursor: pointer;
  transition: .4s ease;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fbfbfb;
  border: none;
  border-radius: 0;
  background: #fab311;
  font-family: 'GetVoIP Grotesque', sans-serif;
}

.btn:hover,
.spectro_button a:hover {
  background: #e4a412;
}
.btn_cta {
  height: 30px;
  padding: 9px 5px;
}
.header__btn {
  width: 150px;
  margin-left: 20px;
}

/*Списки*/
.design-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.design-list li {
  position: relative;
  padding: 0 0 15px 15px;
}

.design-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 50%;
  background: #fab311;
}
/*Форма обратный звонок*/
.black-overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
       opacity: .70;
  background-color: black;

  -moz-opacity: .7;
  filter: alpha(opacity=70);
}
.envelope {
  position: fixed;
  z-index: 1002;
  top: 100px;
  left: 50%;
  display: none;
  width: 90%;
  max-width: 400px;
  height: auto;
  /* margin-left: -200px; */
  padding: 0 0 20px 0;
  transform: translateX(-50%);
  background: #fff;
}
.close-btn {
  position: absolute;
  z-index: 1003;
  top: -15px;
  right: -15px;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-indent: -4999px;
  background: url(../images/close.png) no-repeat;
}
.envelope h3 {
  margin: 0 0 20px 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #100f17;
}
.envelope-input {
  display: block;
  width: 95%;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 0 10px;
  border: 1px solid grey;
  border-radius: 3px;
}

.captcha-wrap {
  text-align: center;
}

.btn--popup {
  margin: 0 auto;
}
/*
Header
*/
.header {
  padding: 15px 0 10px;
  color: #fff;
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #373428;
  background: #100f17;
}
.header__resize {
  display: flex;

  justify-content: space-between;
}

.header__phones {
  display: flex;
}
.logo,
.logo__link {
  color: #fff;
}
.logo__pic {
  display: block;
  width: 200px;
  height: auto;
}
/*.logo__descript {
  font-size: 14px;
  line-height: 1;
  display: block;
  max-width: 200px;
}*/
.header__logo .logo__pic {
  width: 160px;
}
/*Поиск*/
.header__search {
  width: 240px;
}

.search-form {
  position: relative;
  width: 100%;
}

.search-form__input {
  font-size: 14px;
  font-style: italic;
  line-height: 1;
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 30px 0 10px;
  letter-spacing: normal;
  border: none;
}
.search-form__btn {
  line-height: 30px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: .4s ease;
  border: none;
  background: #fab311;
}
.searchform__btn-pic {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  border-radius: 0 3px 3px 0;
}
.header__contacts {
  max-width: 250px;
}
/*Контакты*/
.contact {
  font-size: 16px;
  line-height: normal;
  display: block;
  padding-left: 27px;
  letter-spacing: normal;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 16px 16px;

    font-family: 'GetVoIP Grotesque', sans-serif;
}
.contact:not(:last-child) {
  margin-bottom: 18px;
}
.contact--mail {
  background-image: url(../images/envelope.svg);
}
.contact--adress {
  background-image: url(../images/pin.svg);
}
.contact--phone {
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: normal;
  background-image: url(../images/phone.svg);
  background-position: 0 0;
  background-size: 20px 20px;
  min-height: 20px;
}
.contact a,
.contact__link {
  color: inherit;
}

/*Корзина*/
.header__basket {
  padding-top: 2px;
}
.basket__quantity-wrap {
  display: flex;
  min-width: 35px;
  max-width: 70px;
  height: 37px;
  background: url(../images/shopping-cart.svg) no-repeat right 8px bottom 8px/24px 24px;

  justify-content: end;
  align-items: end;
}


.basket__quantity {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  overflow: hidden;
  min-width: 20px;
  max-width: 100%;
  height: 20px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 10px;
  background: #ff4e4e;
}
.spectro_fixblock {
  color: #000;
}
/*Top-nav*/
.top-nav {
  position: relative;
  z-index: 99;
  min-height: 45px;
  color: #fff;
  background: #100f17;
}
.top-nav__resize {
  padding-right: 0;
  padding-left: 0;
}
.main-nav {
  font-size: 20px;
  line-height: 1;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;

  justify-content: space-between;
}
#pull {
  display: none;
}
.main-nav__item:hover .main-nav__link,
.main-nav__item.now .main-nav__link,
.main-nav__subitem:hover .main-nav__link,
.main-nav__subitem.now .main-nav__link {
  color: #fab311;
}
.main-nav__item {
  position: relative;
  /* margin-right: 25px; */
  text-align: center;
}
.main-nav a {
  display: block;
}


.main-nav__link {
  font-family: 'GetVoIP Grotesque', sans-serif;
  display: block;
  padding: 15px 8px 16px;
  color: #fff;
}
.main-nav__subnav {
  font-size: 18px;
  position: absolute;
  z-index: 99;
  display: none;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  background: #30303f;
}

.main-nav__item:hover .main-nav__subnav {
  display: block;
}

.main-nav__subitem {
  text-transform: none;
  border-bottom: 1px solid #424257;
}

.main-nav__sublink {
  display: block;
  padding: 10px;
  color: #fff;
}

.slider__banner {
  width: 100%;
  height: auto;
}
.main-nav__subitem.now,
.main-nav__subitem:hover {
  background: #fab311;
}
.initial-screen {
  margin-bottom: 40px;
}

.initro {
  padding: 80px 0 40px;
  /* background: #000 url(../images/topbg.jpg) no-repeat center center/cover; */
  color: #fff;
}
.intro__logo {
  font-size: 60px;
  font-weight: 600;
  width: 65%;
  margin: 0 auto;
  color: #ffc53f;
}

.intro__logo .logo__pic {
  width: 100%;
  -webkit-animation: pulse 4s linear infinite;
  -moz-animation: pulse 4s linear infinite;
  animation: pulse 3s linear infinite;
  -webkit-filter: drop-shadow(0 0 50px #fab311);
  filter: drop-shadow(0 0 50px #ffd36d);
}

.company-diller {
  display: flex;

  justify-content: center;
}
.company-diller__item {
  width: 33.333%;
  padding: 0 5px;
  /* overflow: hidden; */
  /* background: #fab311; */
}
.company-diller__title {
  font-family: 'GetVoIP Grotesque', sans-serif; 
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  display: block;

  width: 100%;
  text-transform: uppercase;
  height: 2.2em;
  text-align: center;
  letter-spacing: .05em;
  color: #fab311;
}.company-diller__link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 55%;
  -webkit-animation: pulse2 4s linear infinite;
     -moz-animation: pulse2 4s linear infinite;
          animation: pulse2 4s linear infinite;
  /* margin-top: -50px; */
  border: 5px solid #fab311;
  background: #100f17;
  box-shadow: 0 0 100px 0 rgb(250, 218, 112);
}

.company-diller__pic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: .4s ease-in;
  transform: translate(-50%, -50%);

  object-fit: cover;
}
.company-diller__link:hover .company-diller__pic {
  opacity: .7;
}
.company-diller__goods {
  font-family: 'GetVoIP Grotesque', sans-serif;
  font-size: 13px;
  line-height: 1;
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 10px;
  letter-spacing: .01em;
  color: #000;
  background: #fab311;
  /* border: 2px solid #e6be3a; */
  text-transform: uppercase;
}
.company-diller__goods:hover {
  background: #e4a412;
}
.elektro__title {
  font-family: 'GetVoIP Grotesque', sans-serif;
  font-size: 40px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.elektro__accent {
  color: #fab311;
}
.electro {
  padding: 60px 0;
  background: #100f17d6;
}
.elektro__list {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;

  justify-content: center;
}
.elektro__list-item {
  width: 33.333%;
  padding: 0 15px;
}
.elektro__link {
  font-family: 'GetVoIP Grotesque', sans-serif;
  position: relative;
  display: flex;
  padding-bottom: 50%;
  text-align: center;
  color: #fab311;

  justify-content: center;
  align-items: center;
}
.elektro__list-item img,
.elektro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);

  -o-object-fit: cover;
     object-fit: cover;
}
/**/
.content-wrap {
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}
/*Левая колонка*/
.left-bar {
  width: 230px;
  margin-right: 30px;
}
.nav-name {
  font-weight: 400;
  display: block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #100f17;
}
.vertical-nav {
  font-family: 'GetVoIP Grotesque', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 8px 0 rgba(0,0,0,.15);
}

.vertical-nav__item {
  font-size: 18px;
  /* text-transform: uppercase; */
  line-height: 1;
  letter-spacing: normal;
  border-bottom: 1px solid #505050;
  background: #15131b;
}
.vertical-nav__link {
  /* font-weight: 600; */
  display: block;
  padding: 10px 5px;
  transition: .25s ease-in-out;
  letter-spacing: .05em;
  color: #fff;
}

.vertical-nav__link:hover {
  color: #fff;
}
.vertical-nav__subnav {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #212121;
  background: #fab311;
}
.vertical-nav__subitem {
  position: relative;
  padding: 0;
  text-transform: none;
}
.vertical-nav__sublink {
  display: block;
  padding: 8px 10px 8px 15px;
  color: #212121;
}
.content {
  width: calc(100% - 230px);
  padding: 0;
}
.content--page {
  padding: 20px;
  padding-top: 0;
  background: rgba(0, 0, 0, .7);
}
.string-line {
  font-size: 16px;
  /* border-bottom: 1px solid sienna; */
  margin-bottom: 30px;
  padding: 8px 0;
}
.string-line .spectro_menu2 {
  padding-bottom: 8px;
}
.spectro_menu1 a,
.spectro_menu2 a {
  text-decoration: none;
  color: #fff;
  border: 0;
}
/*Графическое меню*/
.graphic-nav {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;

  flex-wrap: wrap;
}
.resize .graphic-nav {
  margin: 0 -15px;
}
.graphic-nav__item {
  width: calc(33.333% - 30px);
  margin: 0 15px 20px;
}
.graphic-nav__link {
  display: block;
}
.graphic-nav__pic-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 60%;
  background: #fff;
  background: #0f0f1b;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
}
.graphic-nav__pic {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  transition: .4s ease-in ;
  transform: translate(-50%, -50%);

  -o-object-fit: cover;
     object-fit: cover;
}
.graphic-nav__caption {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: color 250ms ease-in-out;
          transition: color 250ms ease-in-out;
  text-align: center;
  text-transform: uppercase;
  color: #24242f;
}
.graphic-nav__caption {
  font-family: 'GetVoIP Grotesque', sans-serif;
  font-size: 18px;
  line-height: 1;
  /* font-weight: 600; */
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: color 250ms ease-in-out;
          transition: color 250ms ease-in-out;
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
}
.graphic-nav__caption:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 100%;
  content: '';
  -webkit-transition: width 250ms ease-in-out;
          transition: width 250ms ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fab311;
}
.graphic-nav__link:hover .graphic-nav__pic {
  opacity: .7;
}
.graphic-nav__link:hover .graphic-nav__caption {
  color: #fff;
}
.graphic-nav__link:hover .graphic-nav__caption:after {
  width: 110%;
}
/*Форма*/
.like-h2.form-title {
  line-height: 1.5;
  margin-bottom: 2em;
  color: #fab311;
}
.form {
  width: 100%;
  max-width: 605px;
  margin: 0 auto;
}
.form__input {
  font-size: 14px;
  display: flex;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 11px;
  color: #fff;
  border: 3px solid #fff;
  outline: none;
  background: transparent;

  align-items: center;
}
.form__input::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input::placeholder {
  font-size: 14px;
  color: #fff;
}
.form__input:focus {
  padding: 0 10px;
  border: 4px solid #e8c485;
}
.form__wrapper {
  display: flex;
}
.form__wrapper .form__input:first-child {
  margin-right: 13px;
}
.form__area {
  font-size: 14px;
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
  padding: 10px 11px 0;
  resize: none;
  color: #fff;
  border: 3px solid #fff;
  outline: none;
  background: transparent;
}
.form__area::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__area:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.form__area::placeholder {
  font-size: 14px;
  color: #fff;
}
.form__area:focus {
  padding: 9px 10px 0;
  border: 4px solid #e4ba70;
}
.form__capcha {
  display: flex;

  align-items: center;
}
.form__capcha-wrapper {
  display: flex;
  width: 100%;

  align-items: center;
}
.form__capcha .form__input {
  margin-right: 20px;
  margin-bottom: 0;
}
.form__capcha-img {
  margin-right: 11px;
}

/*Каталог*/
.good-list {
  display: flex;
  max-width: 1400px;
  margin: 0 auto 50px;

  flex-wrap: wrap;
}
.resize .good-list {
  margin-right: -15px;
  margin-left: -15px;
}
/*.good-list .slick-list.draggable {
  border: 1px solid #dbdbdb;
}*/

.good-list__item {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
}
.good-list__image-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 70%;

  justify-content: center;
  align-items: center;
}
.good-list__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);

  object-fit: contain;
}


/*.good-list__icon-sale,
.slick-slide .good-list__icon-sale {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 17.553%;
  height: auto;
  min-width: 30px;
}*/
.good-list__name {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
  overflow: hidden;
  height: 3.3em;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fab311;
}
.good-list__name-link {
  color: #fab311;
}
/*.good-list__price-line {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
}*/

/*.good-list__art {
  width: 50%;
  font-size: 14px;
  color: #8b8b8b;
  letter-spacing: 0.005em;
}*/
.good-list__emty {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  height: 40px;

  justify-content: center;
  align-items: center;
}
.price {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

/*.price__old {
  position: absolute;
  top: -16px;
  font-style: italic;
  color: #929292;
  right: 0;
  text-decoration: line-through;
}
.price__now {
  font-size: 18px;
  font-weight: 900;
}

.good-list__price {
  width: 50%;
  padding: 0;
}
*/
.good-list__params {
  overflow: hidden;
  height: 62px;
  padding-top: 15px;
}

.good-list__param {
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.good-list__btn {
  margin: 0 auto;
}
.slick-slide .price__now .icon-rub,
.price__now .icon-rub {
  display: inline;
  width: 12px;
  height: auto;
}

.slick-slide .price__old .icon-rub,
.price__old .icon-rub {
  display: inline;
  width: 13px;
  height: auto;
}
/*Страница товара*/
.goods-page {
  /* background: #fff; */
  padding: 15px;
  /* box-shadow: 1px 0 8px 0 rgba(34, 60, 80, .1); */
}
.goods-page__col {
  float: left;
  width: 50%;
}
.goods-page__col--image {
  position: relative;
  padding-right: 30px;
}
.goods-page__image-link {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 70%;
}
.goods-page__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);

  -o-object-fit: contain;
     object-fit: contain;
}

.doods-page__price {
  font-size: 26px;
  font-weight: 700;
  /* color: #006a92; */
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
  text-align: right;
}
.goods-page__art {
  overflow: hidden;
  height: 30px;
  margin-bottom: 8px;
  padding-top: 0;
  text-align: right;
  color: #b3b3b3;
}
.spectro_button.goods-page__btn {
  /* height: 50px; */
  margin: 0 auto;
  /* margin-left: 12px; */
}
.param-list {
  padding: 30px 0;
}
.param-list__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;

  justify-content: space-between;
}
.param-list__item-name {
  font-weight: 700;
  width: calc(30% - 10px);
  margin-right: 10px;
}
.param-list__item-value {
  line-height: 1;
  width: 70%;
  text-align: right;
}


/*Подвал*/
.footer {
  font-size: 16px;
  padding: 30px 0;
  color: #d2d2d2;
  border-top: 1px solid #564620;
  background: #212121;
}
.footer__col {
  width: 25%;
  padding-right: 20px;
}

.footer__col--center {
  width: 50%;
}

.footer__resize {
  display: flex;
}

.footer__col--left {
  position: relative;
  padding-bottom: 50px;
}

.copyright {
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.logo__name--footer {
  color: #41a415;
}

.logo__description--footer {
  color: #a3a2a2;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav__item {
  display: inline-block;
  width: 49%;
  margin-bottom: 5px;
  padding-right: 10px;
}

.footer-nav__link {
  color: #8e8d8d;
}

.footer__contacts {
  color: #fff;
}

.footer .contact a,
.footer .contact__link,
.footer .contact {
  color: #fff;
}

.footer .contact {
  margin-bottom: 20px;
}

.footer .contact:last-of-type {
  margin: 0;
}


.price.goodpage-price {
  text-align: center;
}
.goodpage-price .price__now {
  font-size: 24px;
}
.goodpage-price  .price__old {
  font-style: italic;
  position: static;
  text-decoration: line-through;
  color: #929292;
}

@media screen and (max-width:1100px) {
  .good-list__name {
    font-size: 15px;
  }
}

@media screen and (max-width:1000px) {
  .header__basket {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-top: 0;
  }
  #pull {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    display: block;
    padding: 5px;
    background: #212121;
  }

  #pull img {
    display: block;
  }

  .top-nav {
    position: absolute;
    z-index: 9;
    z-index: 15;
    top: 0;
    width: 100%;
    min-height: 0;
  }

  .main-nav {
    display: block;
  }

  .main-nav {
    display: none;
    max-width: 300px;
    margin: 0 auto;
  }

  .main-nav__item {
    margin: 0;
  }

  .main-nav__item:hover .main-nav__subnav {
    display: none;
  }
  .logo.header__logo {
    margin-top: 10px;
  }
  .logo__pic {
    width: 180px;
  }
  .left-bar {
    display: none;
  }

  .content {
    width: 100%;
  }
  .graphic-nav__caption {
    font-size: 14px;
    line-height: 1.1;
    padding: 10px 0;
  }
  .footer__resize {
    flex-wrap: wrap;
  }

  .footer__col {
    width: 50%;
  }

  .footer__col--left {
    order: 2;
  }

  .footer__col--center {
    width: 100%;
    margin-bottom: 20px;

    order: 1;
  }

  .footer-nav__item {
    display: inline-block;
    width: calc(50% - 4px);
    margin-bottom: 5px;
    padding-right: 10px;
  }

  .footer__col--right {
    order: 3;
  }
  .good-list__item {
    width: calc(33.333% - 30px);
  }
  .elektro__title {
    font-size: 30px;
  }
}


@media screen and (max-width:800px) {
  .header__resize {
    padding-top: 75px;

    flex-wrap: wrap;
  }
  .resize.header__resize.header__resize--home {
    padding: 0 60px 0;
  }
  .header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .resize .graphic-nav,
  .resize .good-list {
    margin: 0 -10px;
  }
  .graphic-nav__item,
  .good-list__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
  h1,
  .like-h1 {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
  }
  .goods-page__col {
    float: none;
    width: 100%;
  }
  .initro {
    padding: 40px 0;
  }
  .intro__logo {
    font-size: 60px;
    font-weight: 600;
    width: 250px;
    margin: 0 auto;
    color: #ffc53f;
  }
  .company-diller__title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: -.025em;
    text-transform: none;
  }
  .company-diller__goodslist {
    display: none;
  }
  .elektro__title {
    font-size: 26px;
  }
  .electro {
    padding: 40px 0;
  }
  .elektro__list-item {
    width: 33.333%;
    padding: 0 5px;
  }
}


@media screen and (max-width:600px) {
  .header__resize {
    display: block;
  }

  .header__contacts,
  .header__phones {
    display: block;
    max-width: 230px;
    margin: 0 auto 20px;
  }
  .header__btn {
    width: 100%;
    margin-left: 0;
  }
  .header .contact {
    margin-bottom: 10px;
  }

  .advantage__item {
    width: 100%;
  }

  .advantage__item:nth-of-type(2n+1) {
    padding-right: 0;
  }

  .advantage__item:nth-of-type(2n) {
    padding-left: 60px;
    background-position: 0 0;
  }

  .footer-nav__item {
    width: 100%;
  }

  .footer__col {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer__col--left {
    padding-bottom: 0;

    order: 3;
  }

  .copyright {
    position: static;
    margin-top: 20px;
  }

  .footer__col--right {
    order: 2;
  }
}

@media screen and (max-width:500px) {
  .logo__descript {
    font-size: 12px;
    max-width: 100%;
    margin-left: 0;
  }
  .resize .graphic-nav,
  .resize .good-list {
    margin: 0;
  }
  .graphic-nav__item,
  .good-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .form__capcha-wrapper {
    margin-bottom: 20px;
  }
  .form__capcha {
    flex-direction: column;

    align-items: flex-end;
  }
  .form__capcha .form__input {
    margin-right: 0;
  }
  .form__btn {
    margin: 0 auto;
  }
}

@media screen and (max-height: 480px) {
  .envelope {
    position: absolute;
  }
  .company-diller__item {
    padding: 0 3px;
  }
}
