@charset "UTF-8";
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Bold.eot");
  src: url("../fonts/Greycliff-TR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Bold.woff2") format("woff2"), url("../fonts/Greycliff-TR-Bold.woff") format("woff"), url("../fonts/Greycliff-TR-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Heavy.eot");
  src: url("../fonts/Greycliff-TR-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Heavy.woff2") format("woff2"), url("../fonts/Greycliff-TR-Heavy.woff") format("woff"), url("../fonts/Greycliff-TR-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Medium.eot");
  src: url("../fonts/Greycliff-TR-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Medium.woff2") format("woff2"), url("../fonts/Greycliff-TR-Medium.woff") format("woff"), url("../fonts/Greycliff-TR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GreycliffCF";
  src: url("../fonts/Greycliff-TR-Regular.eot");
  src: url("../fonts/Greycliff-TR-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Greycliff-TR-Regular.woff2") format("woff2"), url("../fonts/Greycliff-TR-Regular.woff") format("woff"), url("../fonts/Greycliff-TR-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  font-family: GreycliffCF, Helvetica, Calibri, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: #7ED6E0 url("../images/bg.jpg?V2") no-repeat center top;
  background-size: cover;
}

h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

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

.footer__wrapper, .package__wrapper, .superonline__wrapper, .products__wrapper, .callme__wrapper, .banner__wrapper, .smarthome__wrapper, .header__wrapper {
  max-width: 1760px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

.sss__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  border: none;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --brandsSlideAnimDistance: 1px;
  --brandsSlideAnimSpeed: 20s;
}

.blur .card__price {
  visibility: hidden;
  opacity: 0;
}

.center {
  text-align: center;
}

.hdesc {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.header {
  width: 100%;
  height: 49px;
  z-index: 10;
  padding: 50px 0;
  position: absolute;
  outline: 0;
}
.header__wrapper {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.header__turkcell-logo {
  height: 49px;
  display: grid;
  align-content: center;
  outline: 0;
}
.header__turkcell-logo img {
  width: 134px;
  height: 42px;
}
.header__mainpage {
  color: #ffffff !important;
  height: 30px;
  line-height: 29px;
  width: auto;
  padding: 0;
  font-size: 15px;
  outline: none;
  transition: all 0.5s ease;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.header__mainpage:hover, .header__mainpage:focus {
  text-decoration: none;
  color: #ffffff !important;
}
.header__mainpage:after {
  content: " ";
  position: relative;
  background: url(../images/btn_arrow_before.png) no-repeat right top;
  background-size: cover;
  width: 8px;
  height: 9px;
  right: -2px;
  top: 1px;
  display: inline-block;
}
.header .main-nav {
  text-align: center;
}
.header .main-nav__item {
  display: inline-block;
  padding: 0 80px;
}
.header .main-nav__item:first-child {
  padding-left: 0;
}
.header .main-nav__item:last-child {
  padding-right: 0;
}
.header .main-nav__item--active .main-nav__link {
  color: white;
}
.header .main-nav__link {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  transition: all 300ms;
}
.header .main-nav__link:hover, .header .main-nav__link:focus {
  text-decoration: none;
  color: white;
}
.header .main-nav__footer {
  display: none;
}
.header .main-nav__footer .hr {
  border-bottom: solid 1px rgba(108, 197, 223, 0.63);
  margin: 0 25px;
}
.header .mobile-toggle {
  display: none;
  z-index: 11;
  cursor: pointer;
}
.header .mobile-toggle__bar {
  position: relative;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  transition: all 300ms 50ms cubic-bezier(0.63, 0.62, 0.48, 1.64);
  margin: 5px 5px;
}
.header .mobile-toggle__bar-middle {
  width: 25px;
  margin: 0 auto;
}
.header .mobile-toggle--active .mobile-toggle__bar {
  margin: 0 5px;
}
.header .mobile-toggle--active .mobile-toggle__bar:nth-child(2) {
  opacity: 0;
}
.header .mobile-toggle--active .mobile-toggle__bar:nth-child(1) {
  transform: rotate(135deg);
  top: 6px;
}
.header .mobile-toggle--active .mobile-toggle__bar:last-child {
  transform: rotate(225deg);
  top: 0px;
}

.btn {
  height: 60px;
  line-height: 59px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0;
  width: auto;
  cursor: pointer;
  transition: all 0.4s;
  background: none transparent;
}
.btn--light {
  border: 1px solid #FFF;
  color: #fff;
}
.btn--dark {
  border: 1px solid #FFC829;
  background: #FFC829;
  color: #282828;
}
.btn--play {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  display: grid;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  color: #282828;
}
.btn--play:hover, .btn--play:focus {
  color: #282828;
}
.btn--play img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.smarthome {
  width: 100%;
  padding: 150px 0 80px 0;
  z-index: 9;
  position: relative;
}
.smarthome__bg {
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  min-height: 650px;
  display: grid;
  padding: 56px;
  grid-template-columns: 350px 1fr;
  grid-template-areas: "form plan";
  gap: 20px;
  align-items: flex-start;
  position: relative;
}
.smarthome__choice {
  display: grid;
  grid-area: form;
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  align-items: flex-start;
}
.smarthome__btnwrap {
  width: 100%;
}
.smarthome__btnwrap .btn {
  width: 99.3%;
}
.smarthome__home {
  grid-area: plan;
  position: relative;
  height: 100%;
  width: 100%;
}
.smarthome__home-plan {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.smarthome__home-pin {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.smarthome__home-pin-item {
  width: 60px;
  height: 60px;
  position: absolute;
  transition: box-shadow 0.4s;
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
  transform: translate(-50%, -50%);
  animation-duration: 5s;
  animation-name: shine;
  animation-iteration-count: infinite;
}
.smarthome__home-pin-item:nth-child(n+1) {
  animation-delay: 130ms;
}
.smarthome__home-pin-item:nth-child(n+2) {
  animation-delay: 260ms;
}
.smarthome__home-pin-item:nth-child(n+3) {
  animation-delay: 390ms;
}
.smarthome__home-pin-item:nth-child(n+4) {
  animation-delay: 520ms;
}
.smarthome__home-pin-item:nth-child(n+5) {
  animation-delay: 650ms;
}
.smarthome__home-pin-item:nth-child(n+6) {
  animation-delay: 780ms;
}
.smarthome__home-pin-item:nth-child(n+7) {
  animation-delay: 910ms;
}
.smarthome__home-pin-item:nth-child(n+8) {
  animation-delay: 1040ms;
}
.smarthome__home-pin-item:nth-child(n+9) {
  animation-delay: 1170ms;
}
.smarthome__home-pin-item:nth-child(n+10) {
  animation-delay: 1300ms;
}
.smarthome__home-pin-item:nth-child(n+11) {
  animation-delay: 1430ms;
}
.smarthome__home-pin-item::after {
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
  background: #5A84C7;
}
.smarthome__home-pin-item:hover, .smarthome__home-pin-item:focus {
  box-shadow: 0 0 30px #009dcc;
  filter: drop-shadow(0 0 10px #009dcc);
}
.smarthome__home-pin-icon {
  width: 100%;
}
.smarthome__details {
  position: absolute;
  width: 415px;
  height: calc(100% - 80px);
  background: rgba(0, 0, 0, 0.19);
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
  background: rgba(92, 142, 170, 0.41);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 40px;
}
.smarthome__details--active {
  display: block;
}
.smarthome__details .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.17);
  backdrop-filter: blur(20px);
  display: grid;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.smarthome__details .stageCard__text-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.6px;
  font-weight: 700;
  color: #FFF;
  padding: 40px 0 0px 20px;
  height: 72px;
  margin-bottom: 20px;
}
.smarthome__details .stageCard__btnwrap {
  width: 100%;
  padding: 0;
  height: 60px;
  line-height: 59px;
  font-size: 1.25rem;
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.smarthome__details .stageCard__btnwrap--full {
  grid-template-columns: 1fr !important;
}
.smarthome__details .stageCard__btnwrap--full .btn--play {
  display: none;
}
.smarthome__details .stageCard__image {
  width: 100%;
  height: 235px;
  border-radius: 20px;
  background: #ffffff;
  padding: 0;
  overflow: hidden;
}
.smarthome__details .stageCard__image img {
  height: 100%;
}
.smarthome__details-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.6px;
  font-weight: 700;
  color: #FFF;
  padding: 40px 0 20px 20px;
}
.smarthome__details-content {
  color: #FFF;
  letter-spacing: 0.4px;
  font-weight: 400;
  padding: 0 0 0 20px;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.smarthome__details .stageCard,
.smarthome__details .card {
  background: none;
}
.smarthome__top-title {
  color: #fff;
  letter-spacing: -1.082px;
  font-weight: 400;
  font-size: 2.78rem;
  line-height: 3.08rem;
}
.smarthome__top-title .bold {
  font-weight: 700;
}
.smarthome__information {
  display: grid;
  grid-template-columns: 5px 1fr;
  gap: 20px;
}
.smarthome__information-border {
  border-radius: 30px;
  background: #FFC829;
  width: 5px;
}
.smarthome__information-title {
  font-size: 1.275rem;
  color: #fff;
  font-weight: 400;
  padding: 0;
  letter-spacing: -0.2px;
}
.smarthome__filter {
  width: 314px;
  gap: 15px;
  display: grid;
  align-self: flex-end;
  padding-bottom: 50px;
}

.story {
  position: relative;
  z-index: 0;
}
.story__wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 101px;
}
.story__item {
  text-align: center;
  display: grid !important;
  align-items: center;
  justify-content: center;
}
.story__item-square {
  border-radius: 200px;
  width: 162px;
  height: 162px;
  display: grid;
  align-items: center;
  justify-content: center;
  border: solid 2px rgba(255, 255, 255, 0.3);
  margin: 0 auto;
}
.story__item-square .wifi {
  width: 75%;
}
.story__item-square img {
  width: 45%;
  margin: 0 auto;
}
.story__item-link {
  text-decoration: none;
  color: #fff;
  transition: all 600ms;
}
.story__item-link:hover .story__item-square {
  background: radial-gradient(94.93% 94.93% at 68.56% 100.3%, rgba(146, 246, 216, 0.38) 0%, rgba(255, 255, 255, 0) 100%);
}
.story__item-title {
  font-size: 1.375rem;
  letter-spacing: 0.44px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 24px;
  text-align: center;
}

.slick-dots {
  text-align: center;
  margin-top: 26px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #D9D9D9;
  border-radius: 14px;
  margin: 0 5px;
  display: inline-block;
}
.slick-dots li.slick-active {
  background: #ffc829;
}
.slick-dots li button {
  display: none;
}

.slick-list {
  padding: 0 54px 0 14px !important;
}

.banner {
  padding: 80px 0 0 0;
}
.banner .btn {
  width: 180px;
  margin-left: 73px;
  margin-top: 20px;
  line-height: 54px;
}
.banner__bg {
  background: #e8ebf0;
  width: 100%;
  border-radius: 30px;
  display: grid;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.banner__bg img {
  width: 100%;
}
.banner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}
.banner__text-title {
  font-size: 3.65rem;
  line-height: 4.15rem;
  letter-spacing: -1.2px;
  font-weight: 700;
  color: #0D4BA0;
  padding-top: 93px;
  padding-left: 73px;
}
.banner__text-content {
  height: calc(100% - 68px);
  display: grid;
  align-items: flex-end;
  padding-bottom: 68px;
  padding-left: 73px;
  font-size: 0.875rem;
  line-height: 1.175rem;
  font-weight: 700;
  color: rgba(95, 95, 95, 0.5);
}

.callme {
  padding: 16px 0 80px 0;
}
.callme__bg {
  background-color: #F7F7F7;
  border-radius: 30px;
  padding: 38px 49px 38px 79px;
  display: grid;
  align-items: center;
  gap: 23px;
  grid-template-columns: 1fr 300px;
}
.callme__bg .btn {
  line-height: 53px;
}
.callme__left {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 23px;
  grid-template-areas: "image text";
}
.callme__left img {
  grid-area: image;
}
.callme__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #304886;
  letter-spacing: -0.72px;
  grid-area: text;
}

.custom-select {
  --radius: 30px;
  --padding: 5px;
  --option-height: 30px;
  --border-thickness: 1px;
  width: 100%;
  height: 58px;
  background: transparent;
  border-radius: var(--radius);
  padding: var(--padding);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border: solid 2px rgba(255, 255, 255, 0.25);
  display: grid;
  align-items: center;
}
.custom-select__header {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  height: 100%;
  display: grid;
  align-items: center;
  border-radius: 35px;
}
.custom-select__header h2 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
.custom-select__header::before {
  content: "";
  width: calc(var(--option-height) / 3);
  height: calc(var(--option-height) / 3);
  position: absolute;
  top: 45%;
  margin-right: 23px;
  right: 0;
  z-index: 8;
  transform: translateY(-50%) rotate(315deg);
  background: transparent;
  border-left: solid 2px #CCCCCC;
  border-bottom: solid 2px #CCCCCC;
}
.custom-select .select-mobile-sort {
  display: none;
}
.custom-select__dropdown {
  width: 100%;
  max-height: 0;
  --radius: 35px;
  overflow-y: auto;
  background: #eee;
  transition: height 0.4s;
  position: absolute;
  box-sizing: border-box;
  top: calc(100% - var(--padding));
  left: 0;
  background: #fff;
  z-index: 99;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  opacity: 0;
  visibility: hidden;
  padding: 10px 0 15px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #C3C1C6 transparent;
}
.custom-select__dropdown--collapsed {
  max-height: 440px;
  opacity: 1;
  visibility: visible;
}
.custom-select__dropdown::-webkit-scrollbar {
  height: 10px;
  width: 1px;
  margin-left: 5px;
}
.custom-select__dropdown::-webkit-scrollbar-track {
  border-radius: 1px;
  background-color: transparent;
}
.custom-select__dropdown::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
.custom-select__dropdown::-webkit-scrollbar-track:active {
  background-color: transparent;
}
.custom-select__dropdown::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #C3C1C6;
  border: solid 1px #000;
}
.custom-select__dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #C3C1C6;
}
.custom-select__dropdown::-webkit-scrollbar-thumb:active {
  background-color: #C3C1C6;
}
.custom-select__option {
  height: var(--option-height);
  margin: 1px 0;
  display: grid;
  align-content: center;
  box-sizing: border-box;
  padding-right: calc(var(--option-height) + var(--radius));
  position: relative;
  cursor: pointer;
  width: calc(100% - 30px);
  height: 53px;
  margin: 0 15px;
  padding: 0 10px;
  font-size: 1rem;
}
.custom-select__option::before {
  content: "";
  width: calc(var(--option-height) / 2);
  height: calc(var(--option-height) / 2);
  border: solid var(--border-thickness) #ccc;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: var(--padding);
  z-index: 9;
  transform: translateY(-50%);
  background: #fff;
  display: grid;
  align-content: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 5px;
}
.custom-select__option:hover {
  background: rgba(238, 201, 34, 0.3);
  border-radius: 10px;
}
.custom-select__option--selected::before {
  content: "✓";
  background: #eec922;
  border-color: #eec922;
}
.custom-select--mobile {
  display: none;
}
.custom-select--collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  border: solid 0px #fff;
}
.custom-select--collapsed .custom-select__header h2 {
  color: #4D4D4D;
}

.products {
  width: 100%;
  padding: 160px 0 80px 0;
}
.products__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.products__title {
  color: #F7F7F7;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  padding-bottom: 50px;
}
.products__error {
  grid-column: span 4;
  display: grid;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.325rem;
  color: #000;
  letter-spacing: -0.6px;
  font-weight: 400;
}
.products__see-offers {
  grid-column: span 4;
  text-align: center;
  width: 272px;
  margin: 30px auto 0 auto;
  line-height: 54px;
}

.stageCard,
.card {
  background: #ffffff;
  border-radius: 26.652px;
  position: relative;
  text-decoration: none;
}
.stageCard__none,
.card__none {
  display: none !important;
}
.stageCard__none--active,
.card__none--active {
  display: block !important;
}
.stageCard.out-of-stock,
.card.out-of-stock {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.stageCard.out-of-stock .card__text-title, .stageCard.out-of-stock .card__text-price, .stageCard.out-of-stock .card__image img,
.card.out-of-stock .card__text-title,
.card.out-of-stock .card__text-price,
.card.out-of-stock .card__image img {
  filter: blur(5px);
}
.stageCard.out-of-stock .btn,
.card.out-of-stock .btn {
  filter: blur(5px);
}
.stageCard__container,
.card__container {
  position: relative;
  width: 100%;
  height: 100%;
}
.stageCard__image,
.card__image {
  padding: 20px 0;
  text-align: center;
}
.stageCard__image img,
.card__image img {
  margin: 0 auto;
  width: 80%;
}
.stageCard__btnwrap,
.card__btnwrap {
  width: calc(100% - 70px);
  padding: 0 35px;
}
.stageCard__btnwrap .btn,
.card__btnwrap .btn {
  width: 100%;
}
.stageCard__ribbon,
.card__ribbon {
  position: absolute;
  top: 22px;
  right: 16px;
  width: 6rem;
  height: 2.2rem;
  background: #3354A6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 133.261px;
  font-size: 0.875rem;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}
.stageCard__ribbon.out-of-stock,
.card__ribbon.out-of-stock {
  background: #FFC829;
  color: #1E1E1E;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.stageCard__text,
.card__text {
  position: relative;
  padding-bottom: 35px;
}
.stageCard__text--offersnot,
.card__text--offersnot {
  padding-bottom: 25px;
}
.stageCard__text-title,
.card__text-title {
  font-size: 1.5rem;
  line-height: 1.925rem;
  color: #1E1E1E;
  margin: 0;
  padding: 0 35px 15px 35px;
  height: 43px;
  font-weight: 600;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.stageCard__text-pricearea,
.card__text-pricearea {
  display: grid;
  align-items: center;
  justify-content: flex-start;
}
.stageCard__text-price,
.card__text-price {
  font-size: 1.875rem;
  font-weight: 700;
  color: #3354A6;
  position: relative;
  text-align: left;
  padding: 10px 35px 25px 35px;
  width: calc(100% - 70px);
  letter-spacing: -0.708px;
}
.stageCard__text-price .sup,
.card__text-price .sup {
  font-size: 1.3rem;
  display: inline-block;
  font-weight: 700;
  top: -6px;
  position: relative;
}
.stageCard__text-price.text--out-of-stock,
.card__text-price.text--out-of-stock {
  font-size: 1.5rem;
}
.stageCard--rendered,
.card--rendered {
  display: block;
}

.superonline {
  padding: 30px 0 150px 0;
}
.superonline__title {
  color: #F7F7F7;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  padding-bottom: 50px;
}
.superonline__step {
  width: 80%;
  display: grid;
  grid-template-columns: 116px 1fr 116px 1fr 116px;
  margin: 0 auto;
  align-content: center;
  align-items: center;
}
.superonline__step-text {
  text-align: center;
  position: absolute;
  bottom: -120px;
  right: 50%;
  width: max-content;
  transform: translateX(50%);
}
.superonline__step-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.superonline__step-content {
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-top: 10px;
  font-weight: 400;
}
.superonline__step-wrap {
  position: relative;
}
.superonline__step-circle {
  width: 116px;
  height: 116px;
  border-radius: 116px;
  display: grid;
  align-items: center;
  align-content: center;
  background-color: #fff;
  margin: 0 auto;
}
.superonline__step-circle img {
  width: 50%;
  margin: 0 auto;
}
.superonline__step-hr {
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
}

.package {
  padding: 60px 0;
}
.package__title {
  color: #F7F7F7;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  padding-bottom: 50px;
}
.package__cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.package__item {
  text-decoration: none;
}
.package__item:hover, .package__item:focus {
  text-decoration: none;
}
.package__item-badge {
  position: absolute;
  top: -24px;
  right: 20px;
  z-index: 10;
  width: 164px;
  height: 46px;
  background-color: #FFC829;
  border-radius: 60px;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #162366;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.32px;
}
.package__item-title {
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.312rem;
  font-weight: 700;
}
.package__item-titlebottom {
  font-size: 1.5rem;
  color: #5F5F5F;
  font-weight: 500;
  line-height: 2.43rem;
}
.package__item--fiber1000 .package__item-top {
  border-radius: 30px 30px 0 0;
  background: #0414f0;
  padding: 60px;
}
.package__item--fiber100 .package__item-top {
  border-radius: 30px 30px 0 0;
  background: #265bf6;
  padding: 60px;
}
.package__item--fiber50 .package__item-top {
  border-radius: 30px 30px 0 0;
  background: #52b5e7;
  padding: 60px;
}
.package__item-bottom {
  border-radius: 0 0 30px 30px;
  background-color: #fff;
  padding: 45px 60px;
  position: relative;
}
.package__item-bottom .bold {
  font-size: 1.875rem;
  color: #1E1E1E;
  font-weight: 700;
}
.package__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 52px 0 0 0;
  align-items: center;
}
.package__features-item {
  display: grid;
  justify-items: center;
}
.package__features-item img {
  height: 57px;
}
.package__features-title {
  color: #CACACA;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding-top: 10px;
}
.package__features-title .bold {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F2F2F2;
  padding-bottom: 3px;
  display: inline-block;
}

.sss {
  margin-top: -55px;
  width: 100%;
  background-color: #7ED6E0;
  padding: 90px 0;
}
.sss__caption {
  color: #F7F7F7;
  font-weight: 700;
  font-size: 1.875rem;
  text-align: center;
  padding-bottom: 50px;
}
.sss__accordion {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
}
.sss__accordion-title {
  padding: 40px 0 20px 0;
  color: #ffc40c;
  font-size: 1.4rem;
}
.sss__acc-wrap {
  cursor: pointer;
  margin: 12px 0;
  padding: 20px 30px 20px 30px;
  width: calc(100% - 60px);
  display: block;
  border-bottom: solid 1px #FFF;
  text-decoration: none;
  border-radius: 12px;
  background-color: #FFF;
}
.sss__acc-wrap.active {
  border-bottom: solid 1px #FFF;
}
.sss__acc-wrap.active .sss__acc-item h3 {
  font-weight: 700;
}
.sss__acc-wrap.active .sss__acc-item-plus {
  opacity: 1;
}
.sss__acc-wrap.active .sss__acc-item-plus:before {
  transform: rotate(-90deg);
  background-color: #B0A9A9;
}
.sss__acc-wrap.active .sss__acc-item-plus:after {
  background-color: #B0A9A9;
}
.sss__acc-wrap h3 {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.sss__acc-item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  align-items: center;
}
.sss__acc-item-plus {
  position: relative;
  width: 18px;
  height: 18px;
}
.sss__acc-item-plus:after {
  border-radius: 15px;
  background-color: #B0A9A9;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
}
.sss__acc-item-plus:before {
  background-color: #B0A9A9;
  width: 2px;
  height: 18px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 8px;
  content: "";
  transition: all 0.2s ease-in-out;
}
.sss__acc-content {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.03, 0.96, 0.52, 0.98);
}
.sss__acc-content.active {
  max-height: 1090px;
  overflow: visible;
  opacity: 1;
  padding: 20px 0 0 0;
}
.sss__acc-content p {
  color: rgba(30, 30, 30, 0.64);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.725rem;
}
.sss__acc-content p a {
  color: rgba(30, 30, 30, 0.64);
  text-decoration: none;
  word-wrap: break-word;
  text-decoration: underline;
}
.sss__acc-content p a:hover, .sss__acc-content p a:focus {
  color: #FAFBFD;
  text-decoration: underline;
}
.sss__acc-content p span {
  font-weight: 700;
}

.footer {
  background: #0D4BA0;
  width: 100%;
  height: 80px;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-template-areas: "copyright logo social";
}
.footer__logo {
  grid-area: logo;
  text-align: center;
  height: 40px;
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  width: 40px;
  height: 40px;
}
.footer__copyright {
  grid-area: copyright;
  color: #C2B0DC;
  font-size: 0.875rem;
  padding: 3px 0;
  font-weight: 400;
}
.footer__social {
  grid-area: social;
  float: right;
  padding: 0;
  text-align: right;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.footer__social-follow {
  font-weight: 500;
  font-size: 0.875rem;
  color: #fff;
  padding-right: 20px;
}
.footer__social-twitter {
  width: 18px;
  height: 18px;
}
.footer__social-item {
  float: left;
}
.footer__social-link {
  padding: 0 15px;
  display: block;
}
.footer__social-link i {
  font-size: 24px;
  color: #fff;
}
.footer__social-link i::before {
  font-size: 24px;
}
.footer__social-link i:hover {
  color: #ffc40c;
}
.footer__social-list {
  margin: 0;
  padding: 0;
  float: right;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 0.9;
}

.video-bg {
  width: 70%;
  height: 70%;
  position: fixed;
  left: 15%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 102;
  padding: 0px;
  opacity: 0;
}

.closevideo {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 0;
  float: right;
}
.closevideo:hover, .closevideo:focus {
  text-decoration: none;
  color: #fff;
}

.fa-close {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 1700px) {
  .package__item-title {
    font-size: 2.025rem;
    line-height: 2.712rem;
  }
  .package__item-titlebottom {
    font-size: 1.1rem;
    line-height: 1.93rem;
  }
  .package__item-bottom .bold {
    font-size: 1.475rem;
    color: #1E1E1E;
    font-weight: 700;
  }
  .package__features-title {
    color: #CACACA;
    font-size: 0.825rem;
    font-weight: 400;
    text-align: center;
    padding-top: 10px;
  }
  .package__features-title .bold {
    font-size: 1.1rem;
  }

  .story__wrapper {
    gap: 60px;
  }
}
@media screen and (max-width: 1449px) {
  .header__wrapper, .smarthome__wrapper, .banner__wrapper, .callme__wrapper, .products__wrapper, .superonline__wrapper, .package__wrapper, .footer__wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .btn {
    font-size: 1rem;
    height: 52px;
    line-height: 53px;
  }
  .btn--play img {
    width: 33px;
    height: 33px;
  }

  .header {
    padding: 35px 0;
  }
  .header .main-nav__link {
    font-size: 1rem;
  }
  .header .main-nav__item {
    padding: 0 50px;
  }

  .smarthome {
    padding: 120px 0 40px 0;
  }
  .smarthome__bg {
    min-height: 500px;
  }
  .smarthome__top-title {
    font-size: 2.58rem;
    line-height: 3rem;
  }
  .smarthome__filter {
    width: 300px;
  }
  .smarthome__home-pin-item {
    width: 50px;
    height: 50px;
    animation-duration: 3s;
    animation-name: shine2;
    animation-iteration-count: infinite;
  }
  .smarthome__home-pin-item::after {
    width: 27px;
    height: 6px;
  }
  .smarthome__details-content {
    font-size: 1rem;
    line-height: 1.475rem;
  }
  .smarthome__details .stageCard__text-title {
    font-size: 1.375rem;
    line-height: 1.85rem;
    padding: 20px 0 0px 20px;
    height: 63px;
    margin-bottom: 10px;
  }
  .smarthome__details .stageCard__image {
    height: 205px;
  }
  .banner {
    padding: 40px 0 0 0;
  }
  .banner__text-title {
    font-size: 2.65rem;
    line-height: 3.15rem;
    padding-top: 43px;
  }
  .banner__text-content {
    height: calc(100% - 43px);
    padding-bottom: 43px;
  }

  .story__wrapper {
    gap: 60px;
  }
  .story__item {
    text-align: center;
  }
  .story__item-square {
    width: 110px;
    height: 110px;
  }
  .story__item-title {
    font-size: 1rem;
  }

  .callme__bg {
    grid-template-columns: 1fr 172px;
  }

  .products {
    padding: 100px 0 60px 0;
  }
  .products__error {
    font-size: 1.175rem;
    line-height: 1.575rem;
  }
  .products__title {
    font-size: 1.475rem;
  }
  .products__see-offers {
    width: 209px;
  }

  .superonline__title {
    font-size: 1.475rem;
  }
  .superonline__step-title {
    font-size: 1.3rem;
  }
  .superonline__step-content {
    font-size: 0.875rem;
    line-height: 1.2rem;
  }

  .package {
    padding: 50px 0;
  }
  .package__title {
    font-size: 1.475rem;
  }
  .package__item-title {
    font-size: 2.025rem;
    line-height: 2.712rem;
  }
  .package__item-titlebottom {
    font-size: 1.1rem;
    line-height: 1.93rem;
  }
  .package__item--fiber1000 .package__item-top {
    padding: 40px;
  }
  .package__item--fiber100 .package__item-top {
    padding: 40px;
  }
  .package__item--fiber50 .package__item-top {
    padding: 40px;
  }
  .package__item-bottom {
    padding: 30px 40px;
  }
  .package__item-bottom .bold {
    font-size: 1.375rem;
  }

  .card__text-title {
    font-size: 1.3rem;
    line-height: 1.725rem;
    height: 41px;
  }

  .sss__caption {
    font-size: 1.475rem;
  }
  .sss__acc-wrap h3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .sss__acc-content p {
    font-size: 0.875rem;
    line-height: 1.3rem;
  }

  .custom-select__header {
    padding-left: 20px;
  }
  .custom-select__header::before {
    margin-right: 24px;
  }
  .custom-select__header h2 {
    font-size: 1rem;
  }
  .custom-select__option {
    height: 43px;
    font-size: 0.83rem;
  }
  .custom-select__dropdown--collapsed {
    max-height: 280px;
  }

  @keyframes shine2 {
    0% {
      box-shadow: none;
      filter: none;
      width: 50px;
      height: 50px;
    }
    20% {
      width: 57px;
      height: 57px;
    }
    40% {
      box-shadow: none;
      filter: none;
      width: 50px;
      height: 50px;
    }
  }
}
@media screen and (max-width: 1300px) {
  .products__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .products__error {
    grid-column: span 3;
  }
  .products__see-offers {
    grid-column: span 3;
  }

  .custom-select__header {
    padding-left: 10px;
  }
  .custom-select__header::before {
    margin-right: 10px;
  }

  .callme {
    padding: 16px 0 50px 0;
  }
  .callme__title {
    font-size: 1.125rem;
  }

  .package__item-bottom .bold {
    font-size: 1.275rem;
  }
  .package__item-titlebottom {
    font-size: 1rem;
    line-height: 1.73rem;
  }

  .banner__text-title {
    padding-top: 23px;
  }
  .banner__text-content {
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 1160px) {
  .package__item-badge {
    width: 100px;
    height: 28px;
    font-size: 0.66rem;
    top: -14px;
  }
  .package__item-bottom .bold {
    font-size: 1.175rem;
  }
  .package__item--fiber1000 .package__item-top {
    padding: 25px;
  }
  .package__item--fiber100 .package__item-top {
    padding: 25px;
  }
  .package__item--fiber50 .package__item-top {
    padding: 25px;
  }
  .package__item-titlebottom {
    font-size: 0.9375rem;
    line-height: 1.63rem;
  }
  .package__item-title {
    font-size: 1.325rem;
    line-height: 2.012rem;
  }
  .package__features-item img {
    height: 37px;
  }
  .package__features-title {
    font-size: 0.725rem;
  }
  .package__features-title .bold {
    font-size: 0.9rem;
  }

  .story__wrapper {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .desktop-tablet-hidden {
    display: block !important;
  }

  .desktop-tablet-visible {
    display: none !important;
  }

  .header__wrapper, .smarthome__wrapper, .banner__wrapper, .callme__wrapper, .products__wrapper, .superonline__wrapper, .package__wrapper, .footer__wrapper, .sss__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    padding: 20px 0;
  }
  .header .main-nav__item {
    padding: 0 20px;
  }
  .header .main-nav__link {
    font-size: 0.875rem;
  }
  .header .main-nav__link:hover, .header .main-nav__link:focus {
    background: rgba(255, 255, 255, 0.09);
  }

  .banner {
    border-radius: 20px;
  }
  .banner__text-title {
    font-size: 1.875rem;
    line-height: 2.187rem;
    letter-spacing: -0.6px;
  }
  .banner__text-content {
    font-size: 0.785rem;
    line-height: 0.995rem;
  }

  .callme__bg {
    border-radius: 20px;
  }

  .smarthome {
    padding: 90px 0 40px 0;
  }
  .smarthome__bg {
    grid-template-columns: 1fr;
    grid-template-areas: "form" "plan";
    padding: 0 0 30px 0;
  }
  .smarthome__top-title {
    font-size: 1.703rem;
    line-height: 2.015rem;
  }
  .smarthome__choice {
    grid-template-rows: 1fr;
    gap: 0;
    padding: 25px 25px 0 25px;
    width: calc(100% - 50px);
  }
  .smarthome__information-title {
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.525rem;
    letter-spacing: -0.36px;
  }
  .smarthome__home {
    display: inline-flex;
    padding: 0 5px;
    width: calc(100% - 10px);
    margin-top: 20px;
    overflow: hidden;
  }
  .smarthome__home-plan {
    position: relative;
  }
  .smarthome__home-pin-item {
    width: 40px;
    height: 40px;
    animation-duration: 3s;
    animation-name: shine3;
    animation-iteration-count: infinite;
  }
  .smarthome__filter {
    width: 100%;
    align-self: flex-start;
    padding-bottom: 0px;
  }
  .smarthome__details {
    width: calc(100% - 60px);
    padding: 40px 30px 30px 30px;
    height: auto;
    background-color: #EBF8FE;
    backdrop-filter: inherit;
    bottom: 0;
    top: inherit;
    position: sticky;
  }
  .smarthome__details-content {
    padding: 0 0 0 10px;
    font-size: 0.875rem;
    line-height: 1.275rem;
    color: #5C5B5B;
  }
  .smarthome__details .close {
    right: 5px;
    top: 0px;
    background: none;
    border-radius: inherit;
    backdrop-filter: initial;
  }
  .smarthome__details .stageCard__text {
    padding-bottom: 5px;
  }
  .smarthome__details .stageCard__text-title {
    color: #5C5B5B;
    padding: 10px 0 0 10px;
    margin-bottom: 5px;
  }
  .smarthome__details .stageCard__image {
    height: 151px;
    background-color: #fff;
  }
  .smarthome__details .stageCard__btnwrap {
    margin-top: 5px;
  }

  .story__wrapper {
    display: block;
  }

  .products {
    padding: 50px 0 35px 0;
  }
  .products__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 0px;
  }
  .products__error {
    grid-column: span 2;
    font-size: 1rem;
    line-height: 1.45rem;
  }
  .products__see-offers {
    grid-column: span 2;
  }

  .card__text {
    padding-bottom: 15px;
  }
  .card__text-title {
    word-break: break-all;
  }

  .superonline__step-title {
    padding: 10px 0 0 0;
    font-size: 1.14rem;
  }
  .superonline__step-content {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.77);
    line-height: 1.21rem;
  }

  .package__cards {
    grid-template-columns: 1fr;
  }

  .footer__social-follow {
    visibility: hidden;
  }

  .custom-select__header::before {
    margin-right: 15px;
  }
  .custom-select__option {
    width: calc(100% - 14px);
    margin: 0 7px;
  }

  @keyframes shine3 {
    0% {
      box-shadow: none;
      filter: none;
      width: 40px;
      height: 40px;
    }
    20% {
      width: 42px;
      height: 42px;
    }
    40% {
      box-shadow: none;
      filter: none;
      width: 40px;
      height: 40px;
    }
  }
  .video-bg {
    width: 95%;
    padding: 50px 5px;
    left: 1%;
  }
}
@media screen and (max-width: 767px) {
  .desktop-hidden, .mobil-visible {
    display: block !important;
  }

  .desktop-visible, .mobil-hidden {
    display: none !important;
  }

  body {
    background-size: auto;
  }

  .header {
    padding: 20px 0;
  }
  .header__wrapper {
    grid-template-columns: 1fr auto;
  }
  .header__turkcell-logo {
    z-index: 999;
  }
  .header__turkcell-logo img {
    width: 92px;
    height: 33px;
  }
  .header__mainpage {
    display: none;
  }
  .header .mobile-toggle {
    display: block;
  }
  .header .main-nav {
    text-align: left;
    position: fixed;
    width: 100%;
    right: -100%;
    top: 0;
    background: url("../images/main-nav-bg.jpg") no-repeat left top;
    background-size: cover;
    height: 100vh;
    z-index: 10;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0, 1.14, 0.87, 1);
    visibility: hidden;
    opacity: 0;
  }
  .header .main-nav--active {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .header .main-nav__menu {
    padding: 80px 0;
  }
  .header .main-nav__item {
    display: block;
    padding: 0;
    margin: 0;
  }
  .header .main-nav__link {
    font-size: 1.125rem;
    padding: 18px 33px;
    display: inline-block;
    width: 100%;
  }
  .header .main-nav__footer {
    display: grid;
    grid-template-columns: 1fr;
    position: absolute;
    bottom: 40px;
    width: 100%;
  }
  .header .main-nav__footer .footer__social-list {
    justify-items: center;
  }
  .header .main-nav__footer .footer__social-facebook {
    width: 27px;
    height: 27px;
  }
  .header .main-nav__footer .footer__social-twitter {
    width: 20px;
    height: 20px;
  }
  .header .main-nav__footer .footer__social-instagram {
    width: 29px;
    height: 29px;
  }
  .header .main-nav__footer .footer__social-youtube {
    width: 27px;
    height: 22px;
  }
  .header .main-nav__footer .footer__social-linkedin {
    width: 27px;
    height: 27px;
  }
  .header .main-nav__footer .copyright {
    text-align: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 1rem;
    padding-top: 15px;
  }

  .story__wrapper {
    gap: 25px;
    display: block;
  }
  .story__item-square {
    width: 110px;
    height: 110px;
  }
  .story__item-title {
    font-size: 1rem;
    padding-top: 12px;
  }

  .banner__text {
    display: block;
  }
  .banner__text-title {
    padding-top: 36px;
    padding-left: 30px;
  }
  .banner__text .btn {
    width: 160px;
    height: 39px;
    line-height: 42px;
    margin-left: 30px;
    font-size: 0.875rem;
  }
  .banner__text-content {
    padding-bottom: 0;
    padding-left: 30px;
    padding-top: 20px;
    height: auto;
    font-weight: 500;
  }

  .callme__bg {
    grid-template-columns: 1fr;
    padding: 10px 20px 12px 30px;
  }
  .callme__bg .btn {
    width: 172px;
  }
  .callme__left {
    grid-template-areas: "text image";
    grid-template-columns: 1fr auto;
    width: 100%;
    gap: 15px;
  }
  .callme__left img {
    grid-area: image;
    width: 70px;
    height: 53px;
  }
  .callme__title {
    grid-area: text;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .callme .btn {
    height: 40px;
    line-height: 41px;
  }

  .products__title {
    font-size: 1.25rem;
    padding-bottom: 30px;
  }
  .products__see-offers {
    height: 45px;
    line-height: 47px;
    margin: 15px auto 15px auto;
  }

  .superonline {
    padding: 15px 0;
  }
  .superonline__title {
    font-size: 1.25rem;
    padding-bottom: 30px;
  }
  .superonline__step {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 15px;
  }
  .superonline__step-circle {
    width: 86px;
    height: 86px;
    border-radius: 86px;
  }
  .superonline__step-text {
    position: relative;
    bottom: inherit;
    right: inherit;
    transform: inherit;
  }
  .superonline__step-hr {
    width: 2px;
    height: 50px;
  }

  .package {
    padding: 30px 0;
  }
  .package__title {
    font-size: 1.25rem;
    padding-bottom: 30px;
  }

  .card {
    border-radius: 7.06px;
  }
  .card__image {
    padding: 10px 0;
  }
  .card__btnwrap {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .card__btnwrap .btn {
    height: 28px;
    line-height: 27px;
    font-size: 0.625rem;
  }
  .card__text-title {
    font-size: 0.8rem;
    line-height: 1.025rem;
    height: 24px;
    padding: 0 13px 10px 13px;
    margin-bottom: 5px;
  }
  .card__text-title--break {
    word-break: break-all;
  }
  .card__text-price {
    font-size: 1.25rem;
    padding: 0px 13px 14px 13px;
    width: calc(100% - 26px);
  }
  .card__text-price .sup {
    font-size: 0.9rem;
    top: -3px;
  }
  .card__text-price.text--out-of-stock {
    font-size: 0.9rem;
  }
  .card__ribbon {
    width: 3.2rem;
    height: 1.6rem;
    font-size: 0.5rem;
    top: 11px;
    right: 8px;
    border-radius: 41px;
  }

  .sss {
    padding: 60px 0;
  }
  .sss__caption {
    font-size: 1.25rem;
    padding-bottom: 30px;
  }
  .sss__title {
    margin: 0 0 25px 0;
  }
  .sss__acc-wrap {
    padding: 15px;
    margin: 7px 0;
    width: calc(100% - 30px);
  }
  .sss__acc-wrap h3 {
    font-size: 0.875rem;
  }
  .sss__accordion-title {
    font-size: 1.1rem;
  }

  .footer {
    height: auto;
  }
  .footer__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "social" "copyright";
    padding: 22px 20px;
  }
  .footer__logo {
    display: none;
  }
  .footer__copyright {
    padding: 15px 0 0 0;
    text-align: center;
  }
  .footer__social {
    grid-template-columns: 1fr;
    text-align: center;
    border-bottom: 1px solid #a9abbb;
  }
  .footer__social-follow {
    visibility: visible;
    padding-right: 0;
  }
  .footer__social-list {
    padding: 22px 0 11px 0;
  }
  .footer__social-facebook {
    width: 20px;
    height: 19px;
  }
  .footer__social-instagram {
    width: 25px;
    height: 25px;
  }
  .footer__social-youtube {
    width: 21px;
    height: 17px;
  }
  .footer__social-linkedin {
    width: 22px;
    height: 22px;
  }
  .footer__social-link {
    padding: 0 8px;
  }
  .footer__social-link i {
    font-size: 18px;
    color: #fff;
  }
  .footer__social-link i:before {
    font-size: 18px;
  }
}
.desktop-hidden, .desktop1024-hidden, .mobil-visible, .desktop-tablet-hidden {
  display: none;
}

.desktop-visible, .desktop1024-visible, .mobil-hidden, .desktop-tablet-visible {
  display: block;
}

@media screen and (max-width: 450px) {
  .banner__text-title {
    font-size: 1.475rem;
    line-height: 1.887rem;
  }
  .banner__text-content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 455px) {
  .header .main-nav__footer {
    bottom: 90px;
  }
}
@keyframes shine {
  0% {
    box-shadow: none;
    filter: none;
    width: 60px;
    height: 60px;
  }
  20% {
    width: 67px;
    height: 67px;
  }
  40% {
    box-shadow: none;
    filter: none;
    width: 60px;
    height: 60px;
  }
}
