@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
}

button>* {
  pointer-events: none;
}

a:focus,
button:focus {
  outline: none;
}

h1,
h3 {
  font-weight: 600;
}

h4 {
  color: #2D9CDB;
  font-weight: bold;
}

h5,
h6 {
  font-weight: 600;
  color: #FFFFFF;
}

.form-control {
  height: 60px;
  padding: 20px;
  border-color: #eaedf0;
  font-family: Montserrat;
  font-size: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* WELCOME PART*/
#welcome-part {
  background-image: url("../images/welcome-image.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 70px;
  background-color: #222222;
}

#welcome-part::before {
  content: "";
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #222222 100%);
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #222222 100%);
}

#welcome-part .container {
  position: relative;
}

.welcome-button-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.navigation-menu {
  background-color: transparent;
  font-size: 13px;
  padding: 15px;
  font-weight: 600;
}

.custom-toggler {
  border-radius: 50%;
  font-size: 13px;
  width: 35px;
  height: 35px;
  padding: 0;
  border-color: white;
  color: white;
}

#navigation-bar {
  border-bottom: solid;
  border-color: #d3d3d34a;
  border-width: 1px;
}

#navigation-bar.scrolled {
  background-color: #333333 !important;
  transition: background-color 200ms linear;
}

#navigation-bar .custom-toggler .burger-icon {
  display: block;
}

#navigation-bar .custom-toggler .close-icon {
  display: none;
}

#navigation-bar.open .custom-toggler .burger-icon {
  display: none;
}

#navigation-bar.open .custom-toggler .close-icon {
  display: block;
}

.navbar-brand {
  margin-right: 72px;
}

@media (min-width: 1200px) {
  .nav-item:not(.li-mobile) {
    display: flex;
    align-items: center;
  }
}

.nav-link {
  padding: 0;
  padding-right: 30px;
}

.ru-ro {
  font-size: 16px;
  color: #FFFFFF;
}

.display-blue:hover,
.display-blue:hover h3,
.display-blue:hover a,
.display-blue:hover .contact-phone,
.display-blue:hover .contact {
  color: #2D9CDB;
  text-decoration: none;
}

.navigation-elements {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #FFFFFF;
}

.left-part-links {
  margin-right: 58px;
}

.contact-phone {
  margin-top: 2rem;

  color: #FFFFFF;
  font-size: 24px;
}

@media (min-width: 1200px) {
  .contact-phone {
    margin-top: 0;
  }
}

.contact {
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
  font-weight: normal;
}

.welcome-text {
  width: 65%;
  padding: 100px 0;
  color: #FFFFFF;
}

.welcome-button {
  font-weight: 600;
  font-size: 18px;
  height: 70px;
  color: #FFFFFF;
  background: #2D9CDB;
  border-radius: 5px;
  padding: 16px 80px;
  margin-top: 12px;
  border: none;
}

.welcome-button:hover {
  color: #2D9CDB;
  background: #FFFFFF;
  border: 1px solid #2D9CDB;
  height: 70px;
  border-radius: 5px;
}

.big-heading {
  padding: 173px 79px 134px;
}

.big-heading .big-h1 {
  font-size: 48px;
}

.big-heading p {
  padding-top: 20px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
}

.welcome-button-right button {
  border: none;
  font-size: 13px;
  border-radius: 70px;
  font-weight: 600;
  width: 89px;
  height: 89px;
  color: #FFFFFF;
  background: #2D9CDB;
  margin: 12px;
  text-align: center;
}

.welcome-button-right-active:hover {
  border-radius: 70px;
  width: 89px;
  height: 89px;
  color: #2D9CDB;
  background: #FFFFFF;
}

.active-button-white:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: #2D9CDB;
}

#beingSalesButton {
  position: fixed;
  bottom: 30px;
  right: -5px;
  z-index: 2;
}

/*WELCOME PART CARDS*/
#welcome-cards {
  background-color: #222222;
  padding: 62px 0;
}

.big-h1 {
  font-size: 48px;
  font-weight: 600;
}

.img-circle {
  cursor: pointer;
}

.img-circleblock {
  transform-origin: center;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 16px 0;
  text-align: center;
}

.cards {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid rgba(45, 156, 219, 0.5);
  padding: 15px;
}

.cards-title {
  text-align: center;
  margin: auto;
  color: #FFFFFF;
  font-size: 48px;
  line-height: 64px;
  padding-bottom: 80px;
}

.card-title h5 {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
}

.cards-centering {
  margin: 0 auto;
}

.cards-content {
  padding: 10px 20px 10px 0;
  font-family: "Raleway", sans-serif;
  margin-top: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}

.cards-content p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #ffffffcc;
}

/*ADVANTAGES PART*/
#parfums-advantages {
  background-color: #ECF8FF;
  position: relative;
}

#parfums-advantages:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("../images/waves/wave-1.png");
  background-position-y: 60px;
  background-repeat: no-repeat;
  background-size: contain;
}

#parfums-advantages:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -460px;
  right: 0;
  left: 0;
  background-image: url("../images/waves/wave-2.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.advantages-title {
  padding: 114px 60px 75px;
}

.advantages-title .big-h1 {
  color: #222222;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
}

.parfums-advantages-padding {
  padding: 0 210px;
  position: relative;
  z-index: 1;
}

.parfum-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 75px;
}

.parfum-description:last-child {
  margin-bottom: 0;
}

.image-rounded {
  box-shadow: 0px 10px 15px 0 #007bff1f;
  border-radius: 5px;
}

.text-description h4 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}

.text-description-right {
  padding: 20px 0 0 61px;
  margin: auto;
}

.text-description-left {
  padding: 20px 60px 0 0;
  margin: auto;
}

.text-description-right,
p .text-description-left,
p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.certificate-click-line {
  display: inline-block;
  border: none;
  border-bottom: dashed;
  border-color: #2D9CDB;
  border-width: 1px;
}

/*SLIDER HEADING*/
#parfum-catalog-head {
  padding: 197px 0 93px;
  background-color: #ECF8FF;
}

.catalog-title .big-h1 {
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  ;
  margin: auto;
  color: #222222;
}

.gender-choosing-container {
  position: relative;
  z-index: 1;
}

.gender-choosing-buttons {
  font-weight: 500;
  font-size: 24px;
  background-color: transparent;
  border: none;
  border-bottom: dashed;
  border-width: 1px;
  margin: 20px 50px;
  margin-bottom: 0;
  color: #222222;
}

.gender-choosing-buttons.active {
  border: none;
  border-bottom: dashed;
  border-width: 1px;
  color: #2D9CDB;
}

/*SLIDERS CAROUSEL*/
#catalog-slider {
  background-color: #ECF8FF;
}

.catalog-sliders {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.catalog-text {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}

.catalog-text h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #222222;
}

.catalog-text-p-1 {
  padding-top: 12px;
}

.catalog-description {
  flex-grow: 1;
  font-family: Montserrat;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
}

.action-button:hover {
  color: #2D9CDB;
  background: #FFFFFF;
  border: 1px solid #2D9CDB;
  border-radius: 5px;
  height: 70px;
}

.cards-carousel-padding {
  padding: 0 210px 80px;
}

.grid-for-mobile {
  display: grid;
  grid-template-columns: 70% 15% 15%;
}

.grid-for-mobile .previous-button-container {
  margin-left: 12px;
}

.grid-for-mobile .next-button-container {
  margin-left: 12px;
}

.catalog-text-p-2 {
  height: 32px;
  font-size: 18px;
  border-radius: 5px;
  font-weight: bold;
  border: solid;
  width: 105px;
  margin-top: 15px;
  background-color: #FFFFFF;
  text-align: center;
  border-color: #2D9CDB;
  border-width: 1px;
  color: #2D9CDB;
}

.visibility-buttons {
  display: none;
}

.catalog-slider-button {
  font-weight: bold;
  font-size: 18px;
  color: white;
  background: #2D9CDB;
  border-radius: 5px;
  border: none;
  height: 70px;
}

.vector-button {
  padding: 25px;
  background-color: transparent;
  height: 70px;
  border-radius: 5px;
  border: solid;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.3);
}

.vector-button-icon {
  height: 17px;
  width: 8.5px;
  display: block;
}

.vector-button:hover {
  background-color: #2D9CDB;
  border-color: #2D9CDB;
}

.vector-button .vector-button-white {
  display: none;
}

.vector-button:hover .vector-button-icon {
  display: none;
}

.vector-button:hover .vector-button-white {
  display: block;
}

/*CLIENTS FEEDBACK*/
#client-feedback {
  background-color: #222222;
  position: relative;
}

#client-feedback::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -145px;
  background-image: url(../images/waves/wave-3.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.client-card {
  background-color: transparent;
  color: #FFFFFF;
  margin: 20px;
  border: none;
}

.client-card h5 {
  font-weight: bold;
  font-size: 22px;
}

.client-card p {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

.feedback-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  padding: 0 58px;
  position: relative;
  z-index: 1;
}

.client-body-text {
  font-size: 12px;
  color: #ffffffcc;
  padding: 0;
  margin-top: 12px;
}

.feedback-heading {
  padding: 65px 0;
  text-align: center;
  color: #FFFFFF;
}

.feedback-heading .big-h1 {
  font-weight: 600;
  font-size: 48px;
}

.facebook-white-icon:hover {
  text-decoration: none;
}

/*BEING SALES SECTION*/
#being-sales {
  padding-bottom: 284px;
  background-color: #222222;
}

.being-sales-heading {
  text-align: center;
  padding: 77px 0 36px;
  color: #FFFFFF;
}

.being-sales-heading .big-h1 {
  font-weight: 600;
  font-size: 48px;
}

.sale-card {
  padding: 20px;
  border: solid;
  border-color: #2d9cdb80;
  border-width: 1px;
  background-color: transparent;
}

.cards-content {
  padding: 0;
  margin-top: 12px;
}

.cards-content h6 {
  font-weight: 600;
  font-size: 22px;
}

/* TWO PARTS*/
#buy-parfums-for-commerce {
  margin-top: -260px;
  margin-bottom: -200px;
  padding-bottom: 21px;
}

.two-parts {
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 0;
}

.right-part,
.left-part {
  display: flex;
  flex-direction: column;
}

.right-part {
  background-color: #ECF8FF;
  background-image: url("../images/being-diler/man-waves.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: 12px;
  box-shadow: 0 -3px 20px 0 #00408561;
  padding: 60px 240px 60px 43px;
  color: black;
  border-radius: 5px;
}

.right-part h3 {
  color: #222222;
  font-weight: 500;
  font-size: 30px;
}

.right-part p {
  flex-grow: 1;
  color: #222222;
  font-weight: 300;
  font-size: 20px;
}

.right-part button {
  padding: 0 45px;
  font-weight: bold;
  font-size: 18px;
  height: 70px;
  color: #FFFFFF;
  background: #2D9CDB;
  border-radius: 5px;
  margin-top: 12px;
  border: none;
}

.right-part button:hover {
  height: 70px;
  color: #2D9CDB;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid;
  border-color: #2D9CDB;
}

.left-part {
  margin: 12px;
  box-shadow: 0 -3px 20px 0 #00408561;
  padding: 60px 43px;
  color: #FFFFFF;
  background-color: #2D9CDB;
  border-radius: 5px;
  background-image: url("../images/being-diler/waves.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.left-part h3 {
  font-weight: 500;
  font-size: 30px;
}

.left-part p {
  flex-grow: 1;
  font-weight: 300;
  font-size: 20px;
}

.left-part button {
  padding: 0 45px;
  font-weight: bold;
  font-size: 18px;
  height: 70px;
  color: #2D9CDB;
  background: #FFFFFF;
  border-radius: 5px;
  margin-top: 12px;
  border: none;
}

/*HOW IT WORKS*/
#how-it-works {
  padding-top: 170px;
  background-color: #ECF8FF;
}

.how-it-works-heading {
  text-align: center;
  padding: 105px 0 30px;
}

.how-it-works-heading .big-h1 {
  font-weight: 600;
  font-size: 48px;
  color: #222222;
}

.how-it-works-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  padding: 0 105px;
}

.how-it-works-cards h5 {
  color: black;
}

.work-info-cards {
  padding: 20px;
  margin: 80px 20px;
  background-color: transparent;
  border: solid;
  border-color: #2d9cdb33;
  border-width: 1px;
}

.work-info-cards p {
  padding-bottom: 30px;
}

.circle {
  padding: 10px;
  text-align: center;
  width: 74px;
  height: 74px;
  margin: auto;
  position: relative;
  margin-top: -60px;
  background-color: #2D9CDB;
  color: white;
  border-radius: 35px;
}

.circle-numbers {
  font-weight: 600;
  font-size: 36px;
}

.cards-work-content {
  padding: 0;
  padding-top: 50px;
}

.cards-work-content h5 {
  font-weight: 600;
  font-size: 22px;
  color: #222222;
}

.cards-work-content p {
  font-weight: normal;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.7);
  padding: 0;
}

/*MAP HEADING*/
#map-heading {
  background-color: #ECF8FF;
}

.map-title {
  text-align: center;
  padding: 120px 0 70px;
  margin: auto;
}

.map-title .big-h1 {
  font-weight: 600;
  font-size: 48px;
}

/*MAPS PART*/
#map {
  background-color: #ECF8FF;
}

.map-container {
  display: grid;
  grid-template-columns: 40% 60%;
}

.map-container h5 {
  color: black;
}

.sticky-top {
  z-index: 0;
}

.map-top {
  top: 120px;
}

.map-part {
  padding: 0 15px;
}

.map-link {
  color: black;
}

.fa-map-marker-alt {
  margin-right: 6px;
}

.map-border {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.map-border a {
  border: none;
  border-bottom: dashed;
  border-color: black;
  border-width: 1px;
}

.map-border a:hover {
  text-decoration: none;
  border: none;
  border-bottom: dashed;
  border-color: #2d9cdb;
  border-width: 1px;
}

.accordion-item .card {
  border: none;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-item .collapsing,
.accordion-item .collapse {
  background-color: #ECF8FF;
  border: 1px solid #2d9cdb;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.accordion-title {
  background-color: #2D9CDB;
  color: #FFFFFF;
  cursor: pointer;
}

.first-span {
  font-weight: 600;
}

.second-span {
  font-size: 12px;
}

.accordions {
  padding: 0 15px;
}

.accordions .accordion-title {
  height: 73px;
  font-size: 18px;
  padding: 25px;
}

.accordions .accordion-title .up-icon {
  display: block;
}

.accordions .accordion-title .up-black-icon {
  display: none;
}

.accordions .accordion-title.collapsed {
  background-color: #ECF8FF;
  color: black;
  border: 1px solid #2d9cdb;
  border-radius: 5px;
}

.accordions .accordion-title.collapsed .up-icon {
  display: none;
}

.accordions .accordion-title.collapsed .up-black-icon {
  display: block;
}

.collapsed-elements {
  padding: 4px;
}

/*FOOTER PART*/
#footer {
  background-color: #ECF8FF;
}

.footer-part {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  color: #222222;
  padding: 140px 0 20px;
}

.footer-part a {
  color: #222222;
}

.footer-part h3 {
  margin: auto;
  font-weight: 600;
  font-size: 36px;
}

.footer-part .icons a {
  cursor: pointer;
}

.footer-part .icons a:hover {
  text-decoration: none;
}

.footer-icons {
  padding: 14px
}

.footer-email {
  margin: auto;
  font-weight: normal;
  font-size: 24px;
  color: #222222;
  padding: 20px;
  margin-bottom: 33px;
}

/*MODALS*/
#modals {
  font-family: "Monsterrat", sans-serif;
}

.modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.modal .close-button {
  background-color: transparent;
  border: none;
}

.modal .form-group {
  margin-bottom: 10px;
}

.modal-heading {
  margin-bottom: 15px;
  text-align: center;
}

.modal-heading-text {
  text-align: center;
  position: relative;
  padding: 15px;
}

.modal-heading h4 {
  font-size: 27px;
  font-weight: 500;
  color: black;
  padding: 0 32px;
  margin-bottom: 7px;
}

.mode-footer {
  border: none;
}

.modal-footer button {
  margin: auto;
}

.modal .vector-button {
  padding: 13px;
}

.modal .vector-button:hover {
  background-color: #2D9CDB !important;
}

.modal .vector-button-icon {
  margin: 0 4px;
}

.select-parfums {
  margin-bottom: 15px;
}

.close-button {
  cursor: pointer;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  color: #2D9CDB;
}

.if-statement {
  text-align: center;
  color: #FF0000;
  font-size: 13px;
  margin: 0 21px;
}

.after-order-content {
  width: 70%;
}

.after-order-heading {
  text-align: center;
  color: #222222;
  font-weight: 500;
  padding: 27px 51px 14px;
  word-spacing: 2px;
}

.after-order-body {
  margin: auto;
}

.certificate-container {
  position: relative;
  text-align: center;
  padding: 25px;
}

.certificate-container .previous-certificate-button {
  width: 45px;
  height: 45px;
  position: absolute;
  left: -25px;
  top: 50%;
  background-color: white;
}

.certificate-container .next-certificate-button {
  width: 45px;
  height: 45px;
  position: absolute;
  right: -25px;
  top: 50%;
  background-color: white;
}

/* BACK-SECTION */
.back-section {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ECF8FF;
}

.back-section .logo-container {
  padding: 25px 100px;
}

.back-section .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.back-section .back-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 50px;
}

.back-section .back-button {
  background: #2D9CDB;
  border-radius: 5px;
  padding: 23px 100px;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.certificate-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Sex */

.modal .sex {
  display: flex;
  justify-content: center;

  margin-top: 5px;
  margin-bottom: 35px;
}

.sex__label {
  margin-left: 26px;
  margin-right: 26px;
}

/* Custom radio button */
.radio__input {
  position: absolute;
  left: -9999px;
}

.radio__box {
  position: relative;

  padding-left: 30px;

  font-size: 18px;
  font-family: "Monsterrat", sans-serif;
}

.radio__box::before,
.radio__box::after {
  content: '';

  position: absolute;
  top: 50%;

  transform: translateY(-50%);

  display: block;

  border-radius: 50%;
}

.radio__box::before {
  left: 0;

  width: 20px;
  height: 20px;

  border: 2px solid #2D9CDB;
  background-color: #fff;
}

.radio__box::after {
  left: 5px;
}

.radio__input+.radio__box::after {
  opacity: 0;

  width: 10px;
  height: 10px;

  border: 2px solid #2D9CDB;
  background-color: #2D9CDB;
  transform: translateY(-50%) scale(0);
  transition: transform 250ms;
}

.radio__input:checked+.radio__box::after {
  opacity: 1;

  transform: translateY(-50%) scale(1);
}