.column {
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
.row {
  width: 95%;
  height: auto;
}
.tr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.opis {
  display: none;
}

.img-cennik {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
  align-items: center;
  }
}

#promoprice{
  font-size: 20px;
  color: #B5B5B5;
}

#promoopis {
  font-size: 10px;
  color: #B5B5B5;
}
.fr {
  border-top: 1px solid hsl(0deg, 0%, 91%);
  border-left: 1px solid hsl(0deg, 0%, 91%);
  border-right: 1px solid hsl(0deg, 0%, 91%);
}

.se {
  border-bottom: 1px solid hsl(0deg, 0%, 91%);
  border-left: 1px solid hsl(0deg, 0%, 91%);
  border-right: 1px solid hsl(0deg, 0%, 91%);
  padding-top: none !important;
}

/* test gtp */
.box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.box-col {
  flex: 33.33%;
  background-color: red;
  text-align: center;
}

.box-col1 {

  border: 1px solid green;
}

.icon {

  flex-shrink: 0;
  z-index: 0;
  pointer-events: none;
}

.hide {
  display: none !important;
}

.panel__input {
  margin-bottom: 20px;
}

input.datatext {
  height:18px;
  position:relative;
  left:3px;
  border-left: 2px solid hsl(0deg, 0%, 91%);
  border-top: 2px solid hsl(0deg, 0%, 91%);
  border-bottom: 2px solid hsl(0deg, 0%, 91%);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 22px 45px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
select.contentselect {
  position:absolute;
  BORDER-TOP: #000000 1px solid; 
  height:20px;
  COLOR: #000000; 
  border-left:none;
  border-top: 2px solid hsl(0deg, 0%, 91%);
  border-bottom: 2px solid hsl(0deg, 0%, 91%);
  border-right: 2px solid hsl(0deg, 0%, 91%);
  border-radius: 0 8px 8px 0;
  padding: 22px 45px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
#contentselect option {
  width: 300px;
}

option {
  background: white;
  color: orange;
  border: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mod, .typ, .ser, .modfin{
  border-left: 1px solid rgb(230, 230, 230);
  border-right: 1px solid rgb(230, 230, 230);
  padding-left:30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.mod:hover, .typ:hover, .ser:hover, .modfin:hover{
  background: rgb(230, 230, 230);
}



main {
  background-color: white;
  color: white;
  height: 672px;
}

#main--oppo {
  background: url("/public/static/assets/head_oppo1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
}

#main--apple {
  background: url("/public/static/assets/apple-family.jpg") no-repeat;
  background-size: cover;
  background-position: center;

}

#main--samsung {
  background: url("/public/static/assets/samsungro.jpg") no-repeat;
  background-size: cover;
  background-position: center;

}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}



.panel__input {
  width: 655px;
  border: 2px solid hsl(0deg, 0%, 91%);
  border-radius: 8px;
  padding: 22px 45px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  z-index:50 !important; 
  background:rgba(230, 230, 230, 0);
}
.hero__subheading {
  margin-top: 400px;
}


.input__container {
  position: relative;
}

.company__container {
  display: none;
}

.focused .container__label {
  transform: translateY(-14px);
  font-size: .75em;
}

.focused-form .container__label {
  transform: translateY(-18px);
  font-size: .75em;
}


.hero__header {
  margin-bottom: 76px;

}

.information {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo__container--service {
  width: 1320px;
  height: 172px;
  margin-bottom: 46px;
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons__container {
  display: flex;
  gap: 14px;
}

.information__button {
  width: 653px;
  padding-top: 34px;
  padding-bottom: 34px;
  font-weight: 500;
  text-align: center;
  border-radius: 12px;
  font-size: 20px;
  letter-spacing: 0.03em;
}

.button--primary {
  background-color: #FF8552;
  color: white;
}

.button--secondary {
  border: 1px solid #FF8552;
  color: #FF8552;
}

.infomation__header {
  margin-top: 102px;
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 38px;
}

.information__description {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  max-width: 1000px;
}

.line {
  /* width: 1588px; */
  width: 90%;
  border: 1px solid #878787;
  margin-top: 129px;
  margin-bottom: 40px;
}

.choose-model {
  margin-left: 232px;
  margin-right: 234px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.choose-model__header {
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
}

.accordion {
  width: 1054px;
  background-color: #e9e9e9;
  color: black;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
  flex-direction: column;
			justify-content: center;
			align-items: center;
  font-family: "Roboto";
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 8px;
}

.showdesc {
  width: 90px;
  background: none;
  color: black;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.4s;
  flex-direction: row;
  font-family: "Roboto";
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 8px;
}

.accordion__panel {
  display: none;
  flex-direction: column;
}

.accordion__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  margin-left: 45px;
}

.accordion__icon-container {
  margin-top: 23px;
  margin-right: 45px;
}

.models-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}

.accordion__model {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: background-color 0.3s, color 0.1s;
}

.accordion--containers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.model--active,
.accordion__model:hover {
  background-color: #878787;
  color: white;
}

.maps {
  display: flex;
  flex-direction: column;
  margin-left: 166px;
  margin-right: 167px;
}

.maps-container {
  display: flex;
  flex-direction: row;
  gap: 13px;
  justify-content: center;
}

.maps__map {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map__image {
  margin-top: 22px;
  margin-bottom: 38px;
  border-radius: 18px;
}

.map__city {
  margin-top: 44px;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 26px;
}

.map__description,
.parking__description {
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  max-width: 505px;
  margin-bottom: 34px;
}

.map__description {
  height: 107px;
}

.map__link--primary {
  background-color: #FF8552;
  border-radius: 8px;
  width: 253px;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 36px;
  border: 1px solid #FF8552;
}

.map__link--primary:hover {
  background-color: black;
  border: 1px solid #FF8552;
}

.map__link--secondary {
  background-color: white;
  border-radius: 8px;
  width: 253px;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FF8552;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 36px;
  border: 1px solid #FF8552;
}

.map__link--secondary:hover {
  background-color: #FF8552;
  color: white;
}

.maps__header {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.other-brands {
  margin-left: 166px;
  margin-right: 167px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.other-brands .line {
  margin-top: 94px;
}

.other-brands__header {
  margin-top: 74px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
}

.brands {
  margin-left: 166px;
  margin-right: 167px;
  margin-bottom: 111px;
  display: flex;
  gap: 15px;
}

.brand {
  width: 519px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: center;
  background-color: #FAFAFA;
  overflow: hidden;
}
.brand__top {
  z-index: 99;
}
.brand__top, .brand__bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 50%;
  transition: height 0.4s, transform 0.6s;
}
.brand .brand__logo {
  transition: margin 0.4s;
}
.brand__product {
  height: 100%;
}

.brand {
  display: flex;
  background-color: #FAFAFA;
  border-radius: 18px;
  width: 519px;
  height: 492px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s transform;
}

.brand:hover {
  gap: 0;
}
.brand:hover .brand__top {
  height: 0;
}
.brand:hover .brand__logo {
  margin-top: 100%;
}
.brand:hover .brand__bottom {
  height: 100%;
  transform: scale(1.2);
}

.map__container {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand__logo {
  align-self: center;
}

.brand__product {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}

#samsung > .brand__product {
  margin-top: 132px;
}

#oppo > .brand__product {
  margin-top: 125px;
}

.repairs-container {
  margin-top: 16px;
  display: none;
  gap: 16px;
  flex-wrap: wrap;
}

.repairs--active {
  display: flex;
}

.rep_border {
  border: 1px solid hsl(0deg, 0%, 91%);
  width: 80%;
}
.repair {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* border: 1px solid hsl(0deg, 0%, 91%); */
  padding: 30px 42px;
  width: 100%;
  min-width: 500px;
  
}

.time_icon {
  width: 90px;
}
.repair__name {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 0;
}

.repair__font {
  font-size: 24px;
  font-weight: 600;
}
.repair__price {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
}

.map__photo {
  
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
.inf {
  float: center; 
  text-align:center; 
}

.fix-sam {
  margin-top:50px;
}

.desc_wid {
  width: 20% !important;
}

.desc_wid_center {
  width: 60% !important;
}

.mobwid {
  width: 25% !important;
}

.modwidcenter {
  width: 50% !important;
}
@media screen and (max-width: 576px) {  
  .mobwid {
    width: 15% !important;
  }
  
  .modwidcenter {
    width: 70% !important;
  }

  .szczegoly {
    display: none !important;
  }
  .desc_wid {
    width: 5% !important;
  }
  
  .desc_wid_center {
    width: 90% !important;
  }
  
  .time_icon {
    width: 40px;
  }
  .img-cennik {
    width: 40px;
    margin-top:20px;
  }
  #promoopis {
    line-height: 12px;
  }

  #promoprice {
    font-size: 16px;
  }
  .fix-sam {
    margin-top: 0px;
  }
  .panel__input {
    width: 85%;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    height: 67px;
    padding: 0;
    padding-left: 32px;
  }

   .input__container {
    width: 100%;
    float: center; 
    text-align:center; 
    
  }
  .container__label {
    font-size: 12px;
    
  }
  

  .inf {
    float: center; 
    text-align:center; 
    max-width: 220px;
  }
  main {
    height: 446px;
    width: 100%;
    background: url("/static/assets/service_background_mobile.png") no-repeat;
  }
  .hero__text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 375px;
    margin-left: 16px;

  }
  .hero__subheading {
    margin-top: 0;
  }
  .hero__header {
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 28px;
    text-align: left;
  }
  .logo__container--service {
    width: 100%;
    height: 74px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .brand__logo {
    margin-top: 0;
  }
  #samsung--logo {
    width: 144px;
    height: 21px;
  }

  #apple--logo {
    height: 61px;
  }
  .buttons__container {
    width: 90%;
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }
  .information__button {
    padding-top: 8px;
    width: 100%;
    padding-bottom: 8px;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .information__description {
    margin-left: 12px;
    margin-right: 18px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 32px;
  }
  .information .line {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .choose-model {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .choose-model__header {
    align-self: flex-start;
    text-align: center;
    margin-top: 40px;
    margin-left: 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .accordion--container {
    width: 90%;
  }
  .accordion {
    width: 100%;
  }
  .accordion__panel {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }
  .accordion__model {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 10px;
    padding-bottom: 8px;
  }
  .line {
    width: 90%;
    border: 1px solid #878787;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .line--custom {
    margin-left: 0;
  }
  .maps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .maps__header,
.other-brands__header {
    font-family: "Roboto Condensed";
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
  }
  .maps__header {
    max-width: 50%;
  }
  .maps-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
  }
  .maps__map {
    height: auto;
  }
  .map__city {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
  }
  .map__photo {
    border-radius: 18px;
    width: 95%;
    height: 266px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 17px;
  }
  .map__image {
    width: 95%;
    border-radius: 18px;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .map__description {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
    max-width: 300px;
  }
  .other-brands {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .other-brands__header {
    margin-top: 42px;
  }
  .brands {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
  }
  .brand {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .brand__top, .brand__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    width: 100%;
  }
  .brand__product {
    height: 100%;
    margin-top: 0;
  }
  .repairs-container {
    width: 100%;
  }
  .repairs-container .repair {
    width: 100%;
    /* height: 90px; */
    padding: 0;
    margin-left: 20px;
    margin-right: 20px;
    min-width: 100px;
  }
  .repairs-container .repair__name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .repairs-container .repair__price {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }
}/*# sourceMappingURL=service.css.map */

@media screen and (min-width: 577px) and (max-width: 1024px) {
  .repair {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .panel__input {
    width: 85%;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.03em;
    height: 67px;
    padding: 0;
    padding-left: 32px;
  }

   .input__container {
    width: 100%;
    float: center; 
    text-align:center; 
    
  }
  .container__label {
    font-size: 14px;
    padding-left: 70px;
  }
  

  .fix-sam {
    margin-top: 100px;
  }
  .main--links {
    display: none;
  }

  .buttons__container {
    width: 100%;
    justify-content: center;
  }

  .maps {
    margin-left: 0;
    margin-right: 0;
  }

  .other-brands {
    margin-left: 0;
    margin-right: 0;
  }

  .logo__container--service {
    width: 100%;
  }

  .button--primary,
  .button--secondary {
    width: 45%;
  }

  .line {
    width: 90%;
  }

  .choose-model {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .choose-model > .line {
    width: 95%;
  }

  .accordion--container {
    width: 95%;
  }

  .accordion {
    width: 100%;
  }

  .maps-container {
    flex-direction: column;
  }

  .map__photo {
    width: 70%;
  }

  .map__image {
    width: 70%;
  }

  .map__description {
    height: auto;
  }

  .brands {
    width: 90%;
    margin-left: 64px;
    margin-right: 64px;
  }

  .maps__header,
  .other-brands__header {
    font-size: 26px;
  }
  .panel__input {
    width: 80%;
  }
}