@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Regular";
  src: url(../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat Mediume";
  src: url(../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "RobotoRegular";
  src: url(https://widgets-mcw.mango-office.ru/widgets/assets/fonts/RobotoRegular.woff);
  font-weight: 400;
  font-display: swap;
}

:root {
  --bacclr: #ffffff;
  --bac-clr-body-iPadPro: #f5f7fc;
  --bac-clr-ipadPro: #ffffff;
  --red-clr: #cc3333;
}

body {
  background-color: var(--bacclr) !important;
  height: 1000px !important;
  background-size: cover;
  object-fit: cover;
}

.index-body {
  max-width: 800px;
  margin: 0 auto;
}

.remont-body {
  max-width: 800px;
  margin: 0 auto;
}

.defender-body {
  max-width: 800px;
  margin: 0 auto;
}

.contacts-body-style {
  max-width: 800px;
  margin: 0 auto;
}

.nav-link {
  width: 64px !important;
  height: 64px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.0025em;
  color: #c1c1c1 !important;
  padding: 0 !important;
}

.nav-widjet {
  width: 40px !important;
  height: 40px !important;
  border: 10px solid #ffffff0d;
  border-radius: 30px;
  position: relative;
  bottom: 33px;
  padding: 12px;
  z-index: 1;
}

.nav-link-widjet {
  width: 45px !important;
  height: 45px !important;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 12px;
}

.widjet-icon {
  color: #ffffff;
  margin-top: 3px;
}

.svg-footer-icons {
  width: 24px !important;
  height: 24px !important;
  margin-bottom: 8px;
}

.nav-link:hover,
.nav-link:hover svg path {
  fill: #cc3333 !important;
  color: #cc3333 !important;
  transition: all 0.4s;
}

.nav-link:hover svg path {
  transition: all 0.3s !important;
}

.nav-link-active,
.nav-link-active svg path {
  fill: #cc3333;
  width: 64px !important;
  height: 64px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.0025em;
  color: #cc3333 !important;
  padding: 0 !important;
  text-decoration: none;
}

.activee {
  background-color: #cc3333 !important;
  color: #ffffff !important;
}

.nav-link-active:hover {
  color: var(--red-clr);
}

footer {
  width: 100%;
  height: 75px;
  background-color: #ffffff;
  background-size: cover;
  box-shadow: 0px -1px 8px rgba(108, 108, 108, 0.08);
  z-index: 3 !important;
}

.cookie-consent {
  width: 100%;
  box-shadow: 0px 0px 13.9px 0px #b7b9bc1f;
  position: fixed;
  bottom: 12px;
  max-width: 254px;
  border-radius: 14px;
  right: 20px;
  bottom: 96px;
  background: #ffffff;
  padding: 15px;
  box-sizing: border-box;
  z-index: 1000;
  display: none;
  animation: slideUp 0.3s ease-out;
}

.cookie-consent.active {
  display: block;
}

.cookie-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}
.cookie-consent.show {
  display: block;
  animation: slideIn 0.5s ease-out;
}
.cookie-text {
  flex: 1;
  font-family: "Montserrat Regular";

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;

  color: #282828;
}

.cookie-text a {
  color: #282828;
  text-decoration: none;
  transition: 0.3s;
}

.cookie-text a:hover {
  text-decoration: underline;
  transition: 0.3s;
}

.cookie-accept {
  background-color: #cc3233 !important;
  color: #ffffff !important;
  border: none;
  font-family: "Montserrat Regular";

  padding: 14.5px 35px;
  cursor: pointer;
  border-radius: 15px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.cookie-accept:hover {
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translate(0, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@media (max-width: 760px) {
  .cookie-content {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }

  .cookie-accept {
    max-width: 134px;
  }
}

#down_menu {
  width: 100%;
  height: 75px;
  background-color: #ffffff;
}

b {
  font-family: "Montserrat";
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
}

/*Карусель*/

.carousel,
.carousel-inner,
.carousel-item,
img {
  height: auto;
  width: 100%;
}

.carousel-item:active {
  background: none !important;
}

.col-4 {
  display: flex;
  justify-content: center;
}

/*Название категории*/

.catalog-menu {
  /*Отступ от слайдера*/
  padding: 25px 0 25px 0;
}

/*Стили загаловков категорий*/

.artical-text-style {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #282828;
  margin: 0;
}

/*Стили для различного текста*/

.options-btns-text {
  /*Внутри кнопок(Конкретных моделей)*/
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0;
  text-align: left;
}

.text-slide {
  /*Текст внутри слайдера*/
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #282828;
}

/*Стили различных кнопок*/

.catalog-menu-btns-iPad-btn-active {
  /*Активная кнопка*/
  padding: 10px 26px;
  background: var(--bacclr);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 11px;
  background-color: var(--red-clr);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
}

.catalog-menu-btns-hest {
  padding: 17px 0 10px 0;
}

.catalog-menu-btns {
  /*Выбор вида гаджета*/
  padding: 10px 20px;
  background: var(--bacclr);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 11px;
  /*Текст внутри кнопок(выбор вида гаджета)*/
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--red-clr);
  margin: 0;
}

.catalog-menu-btns:hover {
  background: var(--red-clr);
  color: #ffffff;
  transition: 0.7s;
}

.catalog-menu-btns:active {
  background: var(--red-clr);
  color: #ffffff;
}

.options-menu {
  padding: 0 0 100px 0;
}

.options-menu-btns {
  background: #f5f7fc;
  border-radius: 5px;
  /*высота и ширина*/
  width: 100%;
  height: 62px;
  /*выравнивание по центру и по краям*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*оступы внутри кнопки*/
  padding: 16px 10px 16px 10px;
  /*отступы сверху кнопок(оталкиваются друг от друга)*/
  margin-top: 10px;
}

.options-menu-btns:hover {
  background-color: #e6e9ef;
  cursor: pointer;
  transition: all 0.2s;
}

/*страница iPadPro*/

.iPadPro {
  /*цвет фона*/
  background-color: var(--bac-clr-body-iPadPro) !important;
  height: 990px;
  max-width: 800px;
  margin: 0 auto;
}

.iPadPro-header {
  background: #ffffff;
  box-shadow: 0px 3px 5px #e6e9ef;
  height: 48px;
}

.iPadPro-back {
  /*кнопка назад*/
  width: 100%;
  height: 48px;
}

.iPadPro-back-text {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #282828;
  margin: 0;
  margin-left: 15px;
}

.back-arrow {
  width: 16px;
  height: 14px;
}

.head-name {
  margin-top: 20px;
  margin-bottom: 2px;
}

/*Кнопка=гыгыгыгыгыгыгыгы==*/

.iPadPro-12-btns {
  margin-top: 10px;
  /*==============*/
  padding-left: 12px;
  padding-right: 12px;
  /*=================*/
  background-color: var(--bac-clr-ipadPro);
  border-radius: 7px;
  width: 100%;
  height: 56px;
}

.iPadPro-12-text {
  margin: 0;
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  text-align: start;
}

.count-iPad2021-256GB-Silver {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  text-align: right;
  width: 50%;
}

/*Защита планшета*/

.defend-tablet-text {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0;
  margin-left: 10px;
}

.defend-tablet-block {
  margin-top: 20px;
  padding: 0 0 100px 0;
}

.defend-btns {
  margin-top: 10px;
  /*===============*/
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  /*==================*/
  background-color: var(--red-clr);
  border-radius: 7px;
  width: 100%;
  height: 40px;
}

.defend-phone-text,
.smart-folio-text {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 17px; */
  color: #ffffff;
  margin: 0 !important;
}

.defend-phone-count,
.smart-folio-count {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #ffffff;
}

/*=====REMONT страничка========*/

.catalog-menu-btns-remont {
  margin-top: 17px !important;
}

.catalog-menu-btns-active {
  padding: 10px 26px;
  width: 100%;
  background: var(--bacclr);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  margin-bottom: 11px;
  background-color: var(--red-clr);
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  margin: 0;
}

.iPhone-remont-btns {
  width: 100%;
  height: 62px;
  padding: 10px 16px 10px 16px;
  background-color: #f5f7fc;
  border-radius: 7px;
  margin: 10px 0 0 0;
}

.iPhone-remont-btns-text {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}

.catalog-iPhone-remont-block {
  padding: 0 0 100px 0;
}

.iPhone-remont {
  height: 650px;
}

/*iPhone-11*/

.iPhone-11 {
  background-color: var(--bac-clr-body-iPadPro) !important;
  height: 100vh !important;
  max-width: 800px;
  margin: 0 auto;
}

.iPhone11-header {
  background: #ffffff;
  box-shadow: 0px 3px 5px #e6e9ef;
  height: 48px;
}

.iPhone-back {
  /*кнопка назад*/
  width: 100%;
  height: 48px;
}

.iPhone-back-text {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #282828;
  margin: 0;
  margin-left: 15px;
}

.back-arrow {
  width: 16px;
  height: 14px;
}

.head-name {
  margin-top: 20px;
  margin-bottom: 2px;
}

/*Кнопка=гыгыгыгыгыгыгыгы==*/

.iPhone-11-btns {
  margin-top: 10px;
  margin-bottom: 10px;
  /*==============*/
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 12px;
  padding-right: 12px;
  /*=================*/
  background-color: var(--bac-clr-ipadPro);
  border-radius: 7px;
  width: 100%;
  height: 56px;
}

.iPhone-11-text {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  color: #282828;
  margin: 0;
  text-align: left;
}

.count-iPhone-11 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}

/*Защита телефона*/

.shield-block {
  margin-top: 25px;
  z-index: 99;
}

.defend-phone-text {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  margin: 0;
  margin-left: 10px;
}

.defend-phone-block {
  padding: 0 0 110px 0;
  margin-top: 20px;
}

.defend-btns {
  margin-top: 10px;
  /*===============*/
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  /*==================*/
  background-color: var(--red-clr);
  border-radius: 7px;
  width: 100%;
  height: 40px;
}

.defend-phone-text-article {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  margin: 0;
  margin-left: 11px;
}

.defend-phone-text,
.silicone-case-text {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  /* line-height: 17px; */
  color: #ffffff;
  margin: 0 !important;
}

.defend-phone-count,
.silicone-case-count {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #ffffff;
  margin: 0;
}

/*===========защита-страничка=======*/

.shield-btns {
  width: 100%;
  height: 62px;
  background-color: #f5f7fc;
  padding: 10px 16px 10px 16px;
  border-radius: 7px;
  margin-top: 10px;
}

.case-btn-text {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}

/*Контакты*/

.location-btns {
  width: 100%;
  height: 45px;
  padding: 5px 0 5px 0;
  background-color: #ffffff;
}

.location-btns-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  margin: 0;
}

.location-btns-block {
  margin-top: 38px;
  z-index: 1;
}

.contcts-block {
  margin-top: 25px !important;
}

/*Взаимодействие кнопок*/

.contacts-body-style {
  height: 450px !important;
}

.inactive {
  display: none;
  transition: 0.6s;
}

.active {
  display: block;
  transition: 0.6s;
}

.new-footer-block {
  position: absolute;
  top: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 400px; */
  z-index: 1;
  background: none;
}

/* .shodow-top-footer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    z-index: 2;
    background: rgba(36, 40, 51, 0.7);
    mix-blend-mode: normal;
    opacity: 0.51;
} */

.bottom-footer {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 400px;
  z-index: 3;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
  transition: 0.6s;
}

.btn-row-style {
  width: 57px !important;
  height: 5px !important;
  background: #d8d8d8;
  border-radius: 100px;
  cursor: move;
}

.call-btn-footer {
  background: #e23e3e;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.under-call-btn-block {
  z-index: 4;
  background: #ffffff;
  box-shadow: 0px -1px 8px rgba(108, 108, 108, 0.08);
  width: 100%;
  height: 100px;
  transition: 0.6s;
}

/*текст нового футора*/

.adress-text-style {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  text-align: start;
  margin: 0;
  margin-top: 16px;
}

.phone-text-style {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  opacity: 0.8;
  margin: 0;
  margin-top: 21px;
}

.phoneDOP-text-style {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  opacity: 0.8;
  margin: 0;
}

.workMode-text-style {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  opacity: 0.8;
  margin: 0;
  margin-top: 21px;
}

.timeworkMode-text-style {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  opacity: 0.8;
  margin: 0;
}

body,
* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-style: normal;
  text-decoration: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

input,
select,
button {
  outline: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.actived {
  display: block;
}

.diactived {
  display: none !important;
}

#item {
  padding: 16px;
  font-size: 16px;
}

#submenu2,
#submenu3,
#submenu4,
#submenu5,
#submenu6 {
  display: none;
}

#submenu a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.line-btn {
  width: 90px !important;
  height: 8px;
  border-radius: 8px;
  background-color: #c1c1c1;
  margin-top: 15px !important;
}

#box-shodow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #242833;
  mix-blend-mode: normal;
  opacity: 0.51;
  display: none;
}

#new-footer {
  background: rgb(255, 255, 255);
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  z-index: 100;
  border-radius: 10px 10px 0 0;
}

#footerNow {
  z-index: 98;
}

.footBtn {
  background: #e23e3e;
  border-radius: 10px;
  width: 100%;
  height: 57px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.notif {
  width: 100%;
  height: 0px;
  background-color: var(--red-clr) !important;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 0;
  z-index: 100;
}

.test-notif {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.defender-body {
  height: 550px !important;
}

.clicked {
  background-color: #cc3333;
  color: #ffffff;
}

.dress-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  margin-top: 16px;
}

.dress-text span {
  color: black;
}

.phone-text span {
  font-weight: 600;
}

.worktime-text span {
  font-weight: 600;
}

.worktime-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  margin-top: 21px;
}

.phone-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #282828;
  margin-top: 21px;
}

iframe {
  border: 1px solid #cc3333;
  border-radius: 10px;
  margin-top: 30px;
  height: 200px;
}

.map-widget-layout-view__bottom-panel {
  background-color: #cc3333 !important;
}

.row-call {
  height: 70px;
  box-shadow: 0px -1px 8px rgba(108, 108, 108, 0.08);
  z-index: 9999999;
  position: relative;
}

.call {
  width: 100%;
  height: 57px;
  background: #e23e3e;
  border-radius: 10px;
  margin-top: 30px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

/*<a class="calink" href="tel:+74956613304">*/

.calink {
  width: 100%;
  height: 57px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.shadows {
  position: absolute;
  background: rgba(29, 26, 40, 0.62);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  max-width: 800px;
}

.show-content {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  height: 90%;
  border-radius: 30px 30px 0 0;
  background-color: white;
  z-index: 99;
  position: fixed;
  bottom: 0;
}

.show-content .ss1 {
  margin-top: 10px;
}

.show-content .ss {
  position: absolute;
  top: 10px;
  right: 18px;
}

/* index-buy */

.index-buy {
  height: 100vh !important;
  background-color: #f5f7fc !important;
  max-width: 800px;
  margin: 0 auto;
}

.application {
  width: 100%;
  height: max-content;
  z-index: 3;
  background-color: var(--bac-clr-body-iPadPro);
  padding: 25px 0;
}

.name-product {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #282828;
}

.count-product {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #282828;
}

.order__group {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}

.order__group .phone {
  border-radius: 6px;
  padding: 10px;
  width: 50%;
  background: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-align: center;
}

.order__group .tg {
  border-radius: 6px;
  padding: 10px;
  width: 50%;
  background: #c32118;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.form-buy {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.form-buy input {
  margin-top: 20px;
  height: 40px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 12px;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
}

.form-buy input[placeholder] {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  color: #282828;
}

.form-buy .send-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background-color: #cc3333;
  padding: 0;
  margin-top: 30px;
  cursor: pointer;
}

.form-buy .send-form-btn:disabled {
  background-color: #c1c1c1;
  color: #282828;
}

.form-buy .send-form-btn[value] {
  color: #ffffff;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}

.form-buy input:nth-last-of-type(4n) {
  margin-top: 0;
}

/*виджеты*/

.b24-widget-button-wrapper {
  bottom: 37px !important;
  left: 50% !important;
  right: 50% !important;
  padding-left: 33px !important;
}

#mgo-mcw-widget {
  left: 0 !important;
  right: 0 !important;
  bottom: 43px !important;
  width: 100% !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4 !important;
}

.mgo-mcw-widget_position-right .mgo-mcw__button {
  margin: 0 !important;
}

.mgo-mcw__button-bg {
  background-color: #cc3333 !important;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mgo-mcw__button-icon {
  background-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
}

.mgo-mcw__wrapper {
  width: 50px !important;
  height: 50px !important;
  z-index: 99;
}

.mgo-mcw__callback-container {
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
}

.mgo-mcw__callback-container {
  bottom: 110px;
}

.mgo-mcw__button {
  width: 50px !important;
  height: 50px !important;
}

.mgo-mcw__callback-minimized {
  bottom: 15% !important;
  transform: translateY(-220px);
}

.mgo-mcw__callback-bg_sapphire {
  background-color: #cc3333 !important;
}

.mgo-mcw__callback-call-button_sapphire {
  background-color: #cc3333 !important;
  border-radius: 6px !important;
}

.mgo-mcw-antispam-notification-wrapper {
  z-index: 2 !important;
}

.mgo-mcw-widget_mobile-view
  .mgo-mcw-antispam-notification-wrapper
  .mgo-mcw-antispam-notification-container {
  z-index: 2 !important;
}

/*slider*/

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 16px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-pagination-bullet {
  background-color: #cc3333 !important;
}

/*успешно страница*/
.success {
  padding-top: 75px;
}

.success_title {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  padding-top: 15px;
}

.success_text {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 14px;
  color: #282828;
  padding-top: 15px;
  text-align: center;
}

/*contacts*/

.contacts_body {
  max-height: 500px;
  max-width: 800px;
  margin: 0 auto;
}

/*pop-up*/
/* .index-body{
    overflow: hidden;
} */
.notification-iphone {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 99999;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-android {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 9999999;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notification-wrapper {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 10px;
  height: 400px;
  width: 70% !important;
}

.notification-foot {
  margin-top: 4px;

  border-top: 1px solid #cc3333;
}

.notification-foot h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}

.notification-foot h2 {
  margin-top: 5px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.notification-span {
  width: 45px;
  height: 45px;
  background-color: #f5f7fc;
  border-radius: 6px;
  margin-top: 8px;
}

.notification-span svg path {
  fill: black;
}

.notification-span svg {
  width: 25px;
  height: 30px;
}

.notification-foot button {
  margin-top: 20px;
  height: 40px;
  padding: 5px 25px;
  border-radius: 4px;
  width: 100%;
  background-color: #cc3333;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: white;
}

/*правки от 30.06.22*/
.count-product {
  text-align: right;
  width: 50%;
}

/*iphone-14*/
.new-iphone:hover {
  background-color: #e6e9ef;
  cursor: pointer;
  transition: all 0.2s;
  animation: none;
}

.new-iphone {
  box-shadow: 0 0 0 #cc3333;
  animation: pulse 1.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #cc3333a9;
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #cc3333a9;
    box-shadow: 0 0 0 0 #cc3333a9;
  }

  70% {
    -moz-box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.pulsate {
  -webkit-animation: pulsate 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 1;
  cursor: pointer;
}

.pulsate-text {
  -webkit-animation: pulsate2 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 1;
  cursor: pointer;
}

@-webkit-keyframes pulsate {
  0% {
    -moz-box-shadow: 0 0 0 0 #cc3333a9;
    box-shadow: 0 0 0 0 #cc3333a9;
    color: #cc3333a9;
  }

  70% {
    -moz-box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
    color: #cc3333a9;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    color: #242833;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    -moz-box-shadow: 0 0 0 0 #cc3333a9;
    color: #cc3333a9;
  }

  70% {
    -moz-box-shadow: 0 0 0 5px rgba(204, 169, 44, 0);
    color: #cc3333a9;
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    color: #242833;
  }
}

.iPadPro-12-btns:hover {
  background-color: #e6e9ef;
  cursor: pointer;
  transition: all 0.2s;
}

.iPhone-11-btns:hover {
  background-color: #e6e9ef;
  cursor: pointer;
  transition: all 0.2s;
}

.shield-btns:hover {
  background-color: #e6e9ef;
  cursor: pointer;
  transition: all 0.2s;
}

.index-contacts {
  /* height: 340px; */
}

.seo {
  padding-bottom: 50px;
}

.seo__text {
  background: #f5f7fc;
  border-radius: 5px;
  width: 100%;
  padding: 16px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seo__text-description {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}

.seo__text-subtitle {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #282828;
  margin: 0;
}
.seo__text-title {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}

.seo__text-title-list {
  font-family: "Montserrat Mediume";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  margin: 0;
}

.seo__text-item {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
}

.seo__text-list {
  margin: 0;
}

.shield-btns-t {
  background-color: #fdc0c0;
  width: 100%;
  height: 62px;
  padding: 10px 16px 10px 16px;
  border-radius: 7px;
  margin-top: 10px;
}

.shield-btns-t:hover {
  background-color: #e6e9ef;
  cursor: pointer;
  transition: all 0.2s;
}

.shield-btns-svgg {
  width: 20px !important;
  height: 24px !important;
}

.header-yolka {
  /*background: url(https://for-web.ru/uploads/yolka.png) repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 34px;*/
}

.h2_new {
  font-family: "Montserrat";
}

.pointer {
  cursor: pointer;
}

.iphone16 {
  margin-top: 29px;
  margin-bottom: 32px;
}

.iphone16__banner img {
  border-radius: 20px;
}

.iphone16-top__block-title h1 {
  color: #282828;
  font-size: 26px;
  line-height: 36.4px;
  font-family: "Montserrat";
  font-weight: 700;
  font-display: swap;
}

.iphone16-top__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.iphone16-top__block-description p {
  color: #282828;
  font-size: 18px;
  font-family: "Montserrat Mediume";
  font-weight: 500;
  line-height: 25.2px;
  margin: 0;
}

.iphone16-date {
}

.iphone16-date__block-description-title h2 {
  color: #282828;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 30.8px;
}

.iphone16-date__block-description p {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 400;
  line-height: 22.4px;
  margin: 0;
}

.iphone16-date__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
}

.iphone16-img_block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.iphone16-img_picture img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.iphone16-img_text-block {
  padding: 24px;
  background: #f5f7fc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: inline-flex;
}

.iphone16-img_text-block-title {
  color: #282828;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 30.8px;
}

.iphone16-img_text-block-description ul {
}

.iphone16-img_text-block-description ul li {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Mediume";
  font-weight: 500;
  line-height: 22.4px;
}

.iphone16-img_text-block-description ul li strong {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Mediume";
  font-weight: 500;
  line-height: 22.4px;
}

.iphone16-middle {
  margin: 40px 0;
}

.iphone16-top__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.iphone16-top__block-title h2 {
  color: #282828;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 30.8px;
}

.iphone16-top__block-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.iphone16-top__block-description-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.iphone16-top__block-description-item {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 400;
  line-height: 22.4px;
}

.iphone16-top__block-description-list p {
  color: #282828;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 25.2px;
}

.iphone16-middle__title h2 {
  color: #282828;
  font-size: 22px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 30.8px;
}

.iphone16-middle__title {
  margin: 24px 0;
}

.iphone16-middle__block {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.iphone16-middle__block-description-title h3 {
  color: #282828;
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 25.2px;
}

.iphone16-middle__block-description ul li {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 400;
  line-height: 22.4px;
}

.iphone16-middle__block-description ul li strong {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Mediume";
  font-weight: 500;
  line-height: 22.4px;
}

.iphone16-middle__block-description p {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 400;
  line-height: 22.4px;
}

.iphone16-middle__otzyvy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 80px;
}

.iphone16-middle__otzyvy-item {
  padding: 24px;
  background: #f5f7fc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.iphone16-middle__otzyvy-item-name p {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Regular";
  font-weight: 400;
  line-height: 22.4px;
}

.iphone16-middle__otzyvy-item-name p strong {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat Mediume";
  font-weight: 500;
  line-height: 22.4px;
}

.iphone16-middle__otzyvy-item-description p {
  color: #282828;
  font-size: 16px;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  line-height: 22.4px;
}

@media (max-width: 760px) {
  .order__group {
    flex-direction: column;
    gap: 15px;
  }

  .order__group .phone {
    width: 100%;
  }

  .order__group .tg {
    width: 100%;
  }
}
