.contact-form--section {
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.contact-form--section .container {
  z-index: 3;
}

.contact-form__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  top: 20%;
  z-index: 1;
}

.contact-form__bg.light.dark::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url("../../images/general/icon-gradient-dark-mobile.svg ");
  /* background: radial-gradient(96.54% 315.24% at 91.76% 0%, #212326 0%, #212326 21.28%, rgba(33, 35, 38, 0.75) 44.51%, #212326 100%); */
}


.contact-form__bg img,
.contact-form__bg picture {
  width: 100%;
  height: calc(100% - 0.2rem);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  opacity: 1;
  z-index: 1;
  top: 0.1rem;
  bottom: 0;
}

.contact-form-info-item {
  margin-bottom: 3rem;
}

.contact-form-info-item__title {
  font-size: 1.4rem;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  padding-bottom: 0.8rem;
  display: block;
}

.contact-form-info-item__val {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.5;
}

.contact-form-bottle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6.4rem 0;
}

.contact-form-bottle__item {
  height: 20rem;
}

.contact-form-bottle__item:nth-child(1) {
  -webkit-transform: rotate(30deg) translateX(-0.3rem);
  -ms-transform: rotate(30deg) translateX(-0.3rem);
  transform: rotate(30deg) translateX(-0.3rem);
  height: 10rem;
}

.contact-form-bottle__item:nth-child(2) {
  padding: 1rem 0;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  height: 14rem;
}

.contact-form-bottle__item:nth-child(3) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  height: 10.5rem;
}

.contact-form-bottle__item img,
.contact-form-bottle__item picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

body.white-theme .contact-form__bg.light.dark::after {
  display: block;
  /*background-image: url("../../images/general/form-gradient-light.svg");*/
  /* background: radial-gradient(96.54% 315.24% at 91.76% 0%, #F6F3F0 0%, #F6F3F0 21.28%, rgba(246, 243, 240, 0.75) 44.51%, #F6F3F0 100%); */
  background-image: url("../../images/general/icon-gradient-light-mobile.svg");
}

.contact-form-blank .form-item--select .form-item__label {
  top: 3rem;
  opacity: 0;
  pointer-events: none;
}

.popup--partner .form-item--select .form-item__label.active {
  top: -1.5rem;
  opacity: 1;
}

.contact-form-blank .select-styled {
  border-bottom: .1rem solid #F6F3F0;
}

.contact-form-blank .select-styled {
  color: #f6f3f0;
}

.contact-form-blank .select-styled::before {
  border-color: #f6f3f0;
}

body.white-theme .contact-form-blank .select-styled {
  color: #212326;
  border-bottom: .1rem solid #212326;
}

body.white-theme .contact-form-blank .select-styled::before {
  border-color: #212326;
}

.contact-form-blank .container-select .form-item__label {
  color: #fff;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
  font-size: 1.1rem;
}

body.white-theme .contact-form-blank .container-select .form-item__label {
  color: #212326;
}

.contact-form-blank .container-select {
  margin-bottom: 4rem; 
}

.contact-form-info-item ul.list li {
  display: none;
}

.contact-form-info-item ul.list li:nth-child(1) {
  display: block;
}

.contact-form--section input:-webkit-autofill,
.contact-form--section input:-webkit-autofill:hover,
.contact-form--section input:-webkit-autofill:focus,
.contact-form--section textarea:-webkit-autofill,
.contact-form--section textarea:-webkit-autofill:hover,
.contact-form--section textarea:-webkit-autofill:focus,
.contact-form--section select:-webkit-autofill,
.contact-form--section select:-webkit-autofill:hover,
.contact-form--section select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}

.white-theme .contact-form--section input:-webkit-autofill,
.white-theme .contact-form--section input:-webkit-autofill:hover,
.white-theme .contact-form--section input:-webkit-autofill:focus,
.white-theme .contact-form--section textarea:-webkit-autofill,
.white-theme .contact-form--section textarea:-webkit-autofill:hover,
.white-theme .contact-form--section textarea:-webkit-autofill:focus,
.white-theme .contact-form--section select:-webkit-autofill,
.white-theme .contact-form--section select:-webkit-autofill:hover,
.white-theme .contact-form--section select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}

.select-options li:hover {
  background: #dadada!important;
}



/* 
.form-item textarea:not(:placeholder-shown) + .form-item__label */

@media only screen and (min-width: 400px) {
  body.white-theme .contact-form__bg.light.dark::after {
    box-shadow: inset 0rem -10rem 10rem #f6f3f0;
  }
}


@media only screen and (min-width: 769px) {
  .contact-form--section {
    padding-top: 20rem;
  }

  .contact-form--section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-form__bg {
    max-height: auto;
    -webkit-transition: 1s linear;
    -o-transition: 1s linear;
    transition: 1s linear;
    opacity: 0;
    visibility: hidden;
    top: 31.5%;
  }

  .contact-form__bg.active {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
  }

  .contact-form-info {
    width: 30%;
    padding-top: 7rem;
  }

  .contact-form-info-item {
    margin-bottom: 6.4rem;
  }

  .contact-form-info .heading-2 {
    margin-bottom: 9rem;
  }

  .contact-form-bottle {
    width: 30%;
    padding: 0;
  }

  .contact-form-bottle__item img,
  .contact-form-bottle__item picture {
    width: auto;
    height: 100%;
  }

  .contact-form-blank {
    width: 30%;
    padding-top: 7rem;
  }

  .contact-form-blank .heading-2 {
    margin-bottom: 6rem;
  }

  .contact-form__bg.dark.light::after {
    background-image: url("../../images/general/icon-radial-gradient.svg");
  }

  body.white-theme .contact-form__bg.light.dark::after {
    background-image: url("../../images/general/icon-light-gradient-desktop.svg");
    box-shadow: none;
  }

  .contact-form-bottle__item:nth-child(1) {
    height: 16rem;
  }

  .contact-form-bottle__item:nth-child(2) {
    height: 21rem;
  }

  .contact-form-bottle__item:nth-child(3) {
    height: 17rem;
  }
}

@media only screen and (min-width: 1023px) {
  .contact-form__bg {
    max-height: none;
  }

  .contact-form__bg {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1280px) {
  .contact-form-bottle__item:nth-child(1) img {
    height: 91%;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
  }
}

