@keyframes form-appear {
  0% {
    transform: translateY(2000px);
  }

  30% {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

* {
  box-sizing: border-box;
  font-family: sans-serif !important;
}

body {
  margin: 0 !important;
  background-color: #000;
}

.ring-loading {
  width: 10px;
  height: 10px;
  padding: 15px !important;
  border: 7px dashed #000;
  border-radius: 100%;
  display: none;
  margin: 10px auto !important;
  animation: loadingD 1.5s .3s cubic-bezier(.17, .37, .43, .67) infinite;
}

@keyframes loadingD {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

[scroll=goScrollToForm] {
  cursor: pointer;
}

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

a,li {
  text-decoration: none;
}

a {
  cursor: pointer;
  color: inherit;
}

.new_price_cur,.new_price_val {
  padding: 0;
}

ul.list-1 {
  list-style: none;
  margin: 0;
}

.list-0 {
  display: inline-block;
  margin-left: 24px;
}

ul.list-1 li::before {
  content: "•";
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}

.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}

.ctContent {
  max-width: 1025px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ctContent,.ctContentFluid {
  width: 100%;
  background: #fff;
}

.content_Com {
  display: flex;
  align-items: center;
  padding: 10px 20px 30px;
}

.content_Com__wrapper {
  display: flex;
  width: 100%;
}

.content_Com__avatarWrapper {
  margin-right: 15px;
  width: 100%;
  height: 60px;
  max-width: 60px;
}

.content_Com__avatar {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content_Com__name {
  margin: 0 0 5px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}

.content_Com__info {
  width: 100%;
}

.content_Com__comment,.content_Com__link {
  font-family: sans-serif;
  font-size: 18px;
}

.content_Com__comment {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}

.content_Com__comment a {
  color: #00f;
}

.content_Com__comment a:hover {
  color: #000;
}

.content_Com__link {
  font-weight: 700;
  line-height: 25px;
}

.content_Com:first-child {
  margin-top: 0;
}

.content_Com:last-child {
  margin-bottom: 0;
}

.docInfoDoors {
  padding: 20px;
  width: 100%;
}

.docInfoDoors__titleWrapper {
  border-radius: 10px;
  padding: 10px;
  background-color: #3a4752;
}

.docInfoDoors__title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  word-break: break-word;
  text-align: center;
  color: #fff;
}

.docInfoDoors__wrapper {
  width: 100%;
}

.docInfoDoors__wrapper--hide {
  display: none;
}

.docInfoDoors__doorsWrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.docInfoDoors__box {
  position: relative;
  z-index: 0;
  padding: 20px;
}

.docInfoDoors__prizeWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  height: 100px;
  max-width: 150px;
  box-shadow: 0 1px 2px 2px #7f7878;
}

.docInfoDoors__prize {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 40px;
  word-break: break-word;
  color: red;
}

.docInfoDoors__imageWrapper {
  border: 2px solid #000;
  width: 100%;
  height: fit-content;
  max-width: 190px;
  perspective: 500px;
}

.docInfoDoors__doorsImage {
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #191919;
  object-fit: contain;
  transform-origin: 0 0;
  transition: .5s transform linear;
  cursor: pointer;
}

.docInfoDoors__doorsImage:hover {
  transform: rotateY(-30deg);
}

.docInfoDoors__doorsImage--open {
  transform: rotateY(-90deg) !important;
}

.docInfoDoors__form {
  z-index: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px auto 40px;
  border: 2.5px dashed #ddd;
  padding: 20px 20px 5px;
  max-width: 465px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  animation: .6s ease 0s normal none 1 running form-appear;
}

.docInfoDoors__formImgWrapper {
  position: relative;
  width: 100%;
  height: fit-content;
  max-width: 350px;
}

.docInfoDoors__formImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.docInfoDoors__formStock {
  position: absolute;
  right: -40px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 117px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  word-break: break-word;
  text-align: center;
  color: #fff;
  background: url(../images/reduslimPriceBox.png) no-repeat center center/cover;
}

.docInfoDoors__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 100%;
}

.docInfoDoors__timer .countdownTimerBox {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
  max-width: 10%;
}

.docInfoDoors__timer .countdownTimerBox .minutes,.docInfoDoors__timer .countdownTimerBox .seconds {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  word-break: break-word;
  transition: .2s;
}

.docInfoDoors__timer .countdownTimerBox .minutesBox,.docInfoDoors__timer .countdownTimerBox .secondsBox {
  display: flex;
}

.docInfoDoors__timer .countdownTimerBox .timeBg {
  display: block;
  margin: 0;
  padding: 0;
  width: unset;
  height: unset;
  line-height: 32px;
  word-break: break-word;
  text-align: center;
  color: red;
  background: #fff;
}

.docInfoDoors__timer .countdownTimerBox .timeBg:nth-child(2n) {
  margin-right: 0;
}

.docInfoDoors__timer .countdownTimerBox .ending {
  display: block;
  margin: 0 5px;
  padding: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  word-break: break-word;
  text-align: center;
  color: #000;
  transition: .2s;
}

.docInfoDoors__formTitle {
  margin: 10px 0 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}

.docInfoDoors__formSubTitle,.docInfoDoors__formTitle--red {
  font-family: sans-serif;
  font-weight: 700;
  color: #ca2d2d;
}

.docInfoDoors__formSubTitle {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 25px;
  word-break: break-word;
  color: #222;
}

.docInfoDoors__formBtn,.docInfoDoors__formName,.docInfoDoors__formPhone {
  display: flex;
  outline: 0;
  border-radius: 35px;
  width: 100%;
  height: auto;
  max-width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  font-style: normal;
  word-break: break-word;
}

.docInfoDoors__formName,.docInfoDoors__formPhone {
  flex-direction: column;
  align-items: flex-start;
  margin: 8px 0;
  border: 2.5px solid #ddd;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background: #f2f2f2;
  transition: .25s;
}

.docInfoDoors__formBtn {
  align-items: center;
  justify-content: center;
  margin: 15px 0 0;
  border: 0;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #388e3c;
  cursor: pointer;
}

.docInfoDoors__formBotText {
  font-weight: 400;
  word-break: break-word;
  text-align: center;
}

.docInfoDoors__formBotText {
  margin: 10px 0 0;
  font-family: sans-serif;
  font-size: 10px;
  line-height: 15px;
  color: #888;
}

.winPopupBgDocInfoDoors,.winPopupDocInfoDoors {
  align-items: center;
  justify-content: center;
  width: 100%;
}

.winPopupBgDocInfoDoors {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  padding: 0 10px;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.winPopupDocInfoDoors {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 70px 10px 20px;
  max-width: 400px;
  word-break: break-word;
  text-align: center;
  background: #fff 0 0;
  animation: .6s ease 0s normal none 1 running pop-up-appear;
}

.winPopupDocInfoDoors__iconWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 110px;
  max-height: 110px;
}

.winPopupDocInfoDoors__iconRound--white {
  position: absolute;
  left: 0;
  top: -123px;
  border: 0;
  border-radius: 50%;
  width: 100%;
  height: auto;
  background: #71c341;
  transition: opacity 1s ease 0s;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-after;
}

.winPopupDocInfoDoors__iconWrapperClose {
  position: relative;
  width: 100%;
  height: 100%;
}

.winPopupDocInfoDoors__closeBtn {
  position: absolute;
  right: -45px;
  top: -107px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-shadow: #fff 0 0 10px 0;
  cursor: pointer;
}

.winPopupDocInfoDoors__text {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  word-break: break-word;
  color: #111;
}

.winPopupDocInfoDoors__text--title {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 40px;
}

.winPopupDocInfoDoors__btn {
  margin: 25px auto 0;
  border: 0;
  border-radius: 5px;
  padding: 10px 20%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 20px;
  word-break: break-word;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  background-color: #71c341;
  cursor: pointer;
}

.winPopupDocInfoDoors__text--red {
  color: red;
}

.winPopupBgDocInfoDoorsShow {
  display: flex;
}

.winPopupBgDocInfoDoorsEdit {
  position: unset;
  display: flex;
  min-height: 50vh;
}

.docInfoDoorsFormShow {
  display: flex;
}

.content_CommentsTitle {
  margin: 0;
  padding: 45px 20px 15px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  word-break: break-word;
  color: #000;
}

.content_Contacts,.content_Contacts ul li,.content_Contacts__itemWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content_Contacts ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  width: 100%;
  max-width: 1000px;
}

.content_Contacts ul li {
  border-left: 1px solid rgba(0, 0, 0, .15);
}

.content_Contacts__itemWrapper {
  margin: 0 10px;
  width: 100%;
  height: 100%;
  max-width: 20px;
}

.content_Contacts__item {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content_Contacts__item:hover,.content_Contacts__itemWrapperSixth:hover .content_Contacts__item {
  opacity: .6;
}

.content_Contacts__itemWrapperFirst {
  position: relative;
  border-left: none;
}

.content_Contacts__itemWrapperFirst::before {
  content: "";
  position: absolute;
  left: 14px;
  top: -14px;
  width: 115px;
  height: 1px;
  background-color: #000;
}

.content_Contacts__itemText {
  padding-left: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  color: gray;
  cursor: pointer;
}

.content_Contacts__itemWrapperSixth,.content_Footer {
  display: flex;
  align-items: center;
}

.content_Contacts__itemWrapperSixth .content_Contacts__itemWrapper {
  margin-right: 0;
}

.content_Contacts__itemWrapperSixth:hover .content_Contacts__itemText {
  color: red;
}

.content_Footer {
  justify-content: center;
  padding: 10px 20px;
  color: #fff;
  background: #000;
}

.content_Footer__container {
  display: flex;
  margin: 90px 0 10px;
  border-top: 1px solid #333;
  padding: 10px 0 0;
  width: 100%;
  max-width: 1000px;
}

.content_Footer__left {
  display: flex;
  width: 100%;
  max-width: 233px;
}

.content_Footer__text {
  display: flex;
  border-right: 1px solid #333;
  padding: 0 15px 0 0;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}

.content_Footer__imgWrapper {
  display: flex;
  margin: 0 8px;
  padding: 0;
  width: 100%;
  height: 14px;
  max-width: 64px;
}

.content_Footer__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content_Footer__right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.content_Footer__about {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.content_Img__wrapper {
  display: flex;
  margin: 0 auto;
  padding: 5px 70px;
  width: 100%;
  height: fit-content;
  max-width: 720px;
}

.content_Img__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content_OrderBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.content_OrderBtn__container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
}

.content_OrderBtn a.content_OrderBtn__button {
  color: #fff;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

.content_OrderBtn a.content_OrderBtn__button:hover {
  background-color: #c11f1f;
}

.content_OrderBtn__button,.content_Text {
  font-family: sans-serif;
  font-weight: 400;
  word-break: break-word;
}

.content_OrderBtn__button {
  margin: 25px auto 60px;
  border: 0;
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, .45);
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  background: red;
}

.content_Text {
  margin: 0;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.content_Text a.content_Text--link {
  text-decoration: underline;
  color: #00f;
}

.content_Text a.content_Text--link:hover {
  color: red;
}

.content_Text--link {
  font-weight: 700;
}

.content_Title {
  margin: 0;
  padding: 30px 20px 15px;
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 40px;
  word-break: break-word;
  color: #000;
}

.content_Title--362426,.content_Title--683063 {
  font-weight: 700;
}

.content_Text--911801 {
  font-style: oblique;
}

.content_Img__wrapper--537355 {
  max-width: 900px;
}

.content_Img__img--317824 {
  height: 100%;
}

.content_Text--683772,.content_Text--873827 {
  font-weight: 700;
}

.content_Img__wrapper--920278 {
  max-width: 500px;
}

.content_Img__img--191334 {
  height: 100%;
}

.content_Text--928072 {
  font-weight: 700;
}

.content_Img__wrapper--308478 {
  max-width: 600px;
}

.content_Img__img--639127 {
  height: 100%;
}

.content_Text--769886 {
  font-weight: 700;
}

.content_Text--379628 {
  font-weight: 400;
}

.content_Img__wrapper--557251 {
  max-width: 500px;
}

.content_Img__img--513321 {
  height: 100%;
}

.content_Text--526516 {
  font-weight: 400;
}

.content_Img__wrapper--438464 {
  max-width: 500px;
}

.content_Img__img--882283 {
  height: 100%;
}

.content_Img__wrapper--991617 {
  max-width: 500px;
}

.content_Img__img--904878 {
  height: 100%;
}

.content_Text--284063 {
  font-weight: 700;
}

.content_Text--174485 {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
}

.content_Img__wrapper--583760 {
  max-width: 500px;
}

.content_Img__img--186558 {
  height: 100%;
}

.content_Text--137757 {
  font-style: oblique;
}

.content_Text--226426 {
  font-weight: 700;
}

.undefined {
  display: none;
}

.commentImgWrapper--962752 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--957538 {
  width: 100%;
  object-fit: contain;
}

.commentImgWrapper--116204 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--835645 {
  width: 100%;
  object-fit: contain;
}

.commentImgWrapper--396733 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--117740 {
  width: 100%;
  object-fit: contain;
}

.commentImgWrapper--261482 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.commentImg--383765 {
  width: 100%;
  object-fit: contain;
}

@media (max-width:1010px) {
  .content_Text {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width:991px) {
  .content_Footer__container {
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
    max-width: 650px;
  }

  .content_Footer__left {
    padding: 10px 0 15px;
  }

  .content_Footer__text {
    border: 0;
  }

  .content_Footer__right,  .content_Footer__text {
    justify-content: space-between;
  }

  .content_Footer__about {
    justify-content: space-between;
    border-top: 1px solid #333;
    padding: 10px 0 0;
  }
}

@media (max-width:959px) {
  .docInfoDoors__timer .countdownTimerBox .minutes,  .docInfoDoors__timer .countdownTimerBox .seconds {
    font-size: 17px;
  }

  .docInfoDoors__timer .countdownTimerBox .timeBg {
    width: unset;
    height: unset;
    line-height: 32px;
  }

  .docInfoDoors__timer .countdownTimerBox .ending {
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

@media (max-width:768px) {
  .winPopupDocInfoDoors__iconRound--white {
    left: 5px;
    width: 95px;
    height: 95px;
  }
}

@media (max-width:767px) {
  .content_Com__comment {
    font-size: 18px;
    line-height: 18px;
  }

  .docInfoDoors__box {
    padding: 10px;
  }

  .docInfoDoors__prizeWrapper {
    border-radius: 20px;
    padding: 10px;
    height: 50px;
    max-width: 60px;
  }

  .docInfoDoors__prize {
    font-size: 13px;
    text-align: center;
  }

  .docInfoDoors__imageWrapper {
    max-width: 95px;
  }

  .docInfoDoors__formImgWrapper {
    max-width: 179px;
  }

  .winPopupDocInfoDoors__closeBtn {
    right: -5px;
  }

  .content_CommentsTitle {
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .content_OrderBtn__button {
    margin: 25px auto;
    font-size: 20px;
  }

  .content_Title {
    padding: 20px;
    font-size: 20px;
    line-height: 23px;
  }
}

@media (max-width:575px) {
  .docInfoDoors__form {
    padding: 15px;
  }

  .content_Img {
    padding: 0 12px;
  }
}

.navbarNavBg {
  background-color: #ba0505;
}

.navbarNav,.navbarNav__navbar {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
  background-color: #ba0505;
}

.navbarNav {
  min-height: 60px;
  box-sizing: border-box;
}

.navbarNav__navbar {
  margin: 0 auto;
}

.navbarNav__menuBlock ul,.navbarNav__wifiBlock {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 15px;
}

.navbarNav__wifi {
  width: 100%;
  height: 100%;
  opacity: .5;
  transition: .2s;
}

.navbarNav__wifi:hover {
  opacity: .8;
}

.navbarNav__menuBtn {
  display: none;
  padding: 5px 10px 0 0;
}

.navbarNav__menuBlock {
  margin: 0 0 0 30px;
  padding: 0;
  box-sizing: border-box;
}

.navbarNav__menuBlock ul {
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  max-width: 700px;
}

.navbarNav__menuBlock ul li:first-child {
  border: 0;
}

.navbarNav__menuBlock ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
}

.navbarNav a.navbarNav__linkItem {
  transition: color .15s ease-out, background-color .15s ease-out;
}

.navbarNav a.navbarNav__linkItem:hover {
  color: rgba(255, 255, 255, .7);
}

.navbarNav__linkItem {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 60px;
  word-break: break-word;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

.navbarNav__userBlock {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 20px;
}

.navbarNav__user {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .7;
  transition: .2s;
}

.navbarNav__search:hover,.navbarNav__user:hover {
  opacity: 1;
}

.navbarNav__searchBlock {
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 20px;
}

.navbarNav__search {
  width: 100%;
  height: 100%;
  opacity: .7;
  transition: .2s;
}

.navbarNav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 3px 10px;
  padding: 0 15px;
  height: 100%;
  max-width: 400px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 38px;
  word-break: break-word;
  text-transform: uppercase;
  color: #fff;
  background: #ec0606;
}

.navbarNav__iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.navbarNav:hover {
  outline: 0;
}

@media (max-width:1620px) {
  .navbarNav__navbar {
    justify-content: space-between;
    padding: 10px 15px;
  }
}

@media (max-width:1200px) {
  .navbarNav__list,  .navbarNav__menuBlock ul li {
    font-size: 12px;
  }
}

@media (max-width:979px) {
  .navbarNav__menuBlock ul,  .navbarNav__wifiBlock {
    display: none;
  }

  .navbarNav__menuBtn {
    display: block;
  }

  .navbarNav__iconWrapper,  .header__logo {
    display: none;
  }
}

.erecsolFooter {
  display: flex;
  align-items: center;
  padding: 35px 64px;
  background: linear-gradient(to top, #262626 90%, #2483c5 10%);
}

.erecsolFooter__content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.erecsolFooter__text {
  margin: 12px 0 0;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  white-space: nowrap;
  color: #ddd;
}

.erecsolFooter ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: 8px;
  padding: 0;
}

.erecsolFooter ul li {
  list-style: none;
}

.erecsolFooter .ct-social__itemWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  border-radius: 3px;
  padding: 8px;
}

.erecsolFooter .ct-social__itemWrapper--facebook {
  background-color: #3c5a99;
}

.erecsolFooter .ct-social__itemWrapper--vk {
  background-color: #4680c2;
}

.erecsolFooter .ct-social__itemWrapper--twitter {
  background-color: #1da1f2;
}

.erecsolFooter .ct-social__itemWrapper--odnoklassniki {
  background-color: #ee8208;
}

.erecsolFooter .ct-social__itemWrapper--insta {
  background-color: #f00075;
}

.erecsolFooter .ct-social__itemWrapper--youtube {
  background-color: red;
}

.erecsolFooter .ct-social__itemWrapper--rss {
  background-color: #ee802f;
}

.erecsolFooter .ct-social__iconWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 16px;
  max-width: 16px;
}

.erecsolFooter .ct-social__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width:670px) {
  .erecsolFooter__content {
    justify-content: center;
  }

  .erecsolFooter__text {
    width: 100%;
    text-align: center;
  }

  .erecsolFooter {
    flex-direction: column;
    justify-content: center;
  }
}