* {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}
select {
    margin-top: 10px;
    width: 200px;
}
button:focus {
	outline: none;
}
[hidden] { display: none; }
a.link {
	color: #fff;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.fixed_header,  .fixed_header_desk {
	box-shadow: 1px 1px 5px #00000075;
	padding: 0 15px;
	/*height: 100px;*/	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}
.mob_phone {
	padding: 10px 5px;
}
.mob_phone a {
	color: #000;
	font-size: 25px;
	line-height: 40px;
	font-weight: 500;
}
.mob_phone a:hover {
	text-decoration: none;
	color: #f3dd4a;
}
.lang {
    background-color: #363636;
    border-color: #6c757d;
}
.dropdown-menu {
	min-width: 100%;
}
.fixed_header_desk img {
	width: 100px;
}
.fixed_header_desk {
	display: none;
}
a.link:hover {
	color: #f3dd4a;
	text-decoration: none;
}
.yellow {
	color: #f3dd4a;
} 
.top_header {
	background: #363636;
    /*height: 2.75rem;*/
    color: #fff;
}
.top_header span {
	line-height: 2.75rem;
	margin-right: 3px;
}
.main_title {
	margin-top: 60px;
	color: #fff;
    font-size: 71px;
    text-transform: uppercase;
    line-height: 72px;
    word-break: break-word;
    font-weight: 500;
    text-shadow: 1px 1px 5px #00000085;
}
.yellow_title {
	margin-top: 60px;
	color: #f3dc32;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 71px;
    word-break: break-word;
    font-weight: 500;
    text-shadow: 1px 1px 5px #00000085;
}
.extra_info_title {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
    text-shadow: 1px 1px 5px #00000085;
    margin-bottom: 60px;
}
.first_screen {
	background-image:  linear-gradient( #36363661, #36363661 ),
    url('../image/4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
    border-bottom: 2px solid #f06b00;
    padding-bottom: 100px;
}
.buttons a {
	text-align: center;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 3px;
	padding: 15px 30px;
	
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.buttons a:hover {
	color: #f3dd4a;
	text-decoration: none;
}
.thanks_screen {
	border-bottom: 2px solid #f06b00;
    /* padding-bottom: 100px; */
	background-image:  linear-gradient( #36363661, #36363661 ),
    url('../image/400.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	height: 100vh;
}

.call-to-action {
	color: #fff!important;
	background: #0f8d00!important;
	/* text-shadow: 0 0 5px white,0 0 10px #00FFFF,0 0 15px #7FFF00,0 0 20px white; */
	/* -webkit-animation: Glow 0.9s ease infinite alternate; */
    /* animation: Glow 0.9s ease infinite alternate; */
}
.call-to-action-hollyday {
	color: #fff!important;
        background: #f73ef7!important;
	/* text-shadow: 0 0 5px white,0 0 10px #00FFFF,0 0 15px #7FFF00,0 0 20px white; */
	/* -webkit-animation: Glow 0.9s ease infinite alternate; */
    /* animation: Glow 0.9s ease infinite alternate; */
}

.call-to-action:hover {
  color: #000!important;
  
}
.call-to-action-hollyday:hover {
  color: #000!important;
  
}

@-webkit-keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
                     0 0 20px #fff,
                     0 0 30px #fff,
                     0 0 40px #00a67c,
                     0 0 70px #00a67c,
                     0 0 80px #00a67c,
                     0 0 100px #00a67c,
                     0 0 150px #00a67c;
    }
    to {
        text-shadow: 0 0 5px #fff,
                     0 0 10px #fff,
                     0 0 15px #fff,
                     0 0 20px #00a67c,
                     0 0 35px #00a67c,
                     0 0 40px #00a67c,
                     0 0 50px #00a67c,
                     0 0 75px #00a67c;
    }
}
@keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
                     0 0 20px #fff,
                     0 0 30px #fff,
                     0 0 40px #00a67c,
                     0 0 70px #00a67c,
                     0 0 80px #00a67c,
                     0 0 100px #00a67c,
                     0 0 150px #00a67c;
    }
    to {
        text-shadow: 0 0 5px #fff,
                     0 0 10px #fff,
                     0 0 15px #fff,
                     0 0 20px #00a67c,
                     0 0 35px #00a67c,
                     0 0 40px #00a67c,
                     0 0 50px #00a67c,
                     0 0 75px #00a67c;
    }
}

/* 
.call-to-action {
	text-align: center;
	background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
	background-size: 400%;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	border-radius: 3px;
	padding: 15px 30px;
	position: relative;
	display: inline-block;
	z-index: 1;
	animation: animate 8s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
.call-to-action:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  opacity: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}
*/

.testimonials_bg {
	/* padding-bottom: 60px; */
}
.product {
	margin-top: 70px;
}
.testi_content {
	position: relative;

}
.heart {
    position: absolute;
    top: -50px;
    left: calc(50% - 30.5px);
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    color: #fff;
}
.text_testi {
    background: url(../image/quote-bg.png);
    margin-top: -76px;
    height: 150px;
    z-index: 9;
    position: relative;
    text-align: center;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
        background-position: center;
}
.text_testi p {
	line-height: 28px;
	font-size: 22px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    letter-spacing: 0.25px;
}
.social_footer {
	padding: 20px 0;
}
.social_footer a {
	margin: 0 10px;
	font-size: 20px;
	color: #f3dd4a;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.social_footer a:hover {
	text-decoration: none;
	color: #383838;
}
.product_img {
	width: 100%;
}
.product_order {
    padding: 50px 47px;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
     box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    width: 100%;
    margin-bottom: 35px;
}
.product_title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0.25px;
	color: #000;
}
.product_descr {
	font-size: 16px;
    color: #777777;
    line-height: 30px;
}
.product_order ul > li > span {
	line-height: 35px;
}
.product_order ul > li > i {
	margin-right: 15px;
	color: #f3dd4a;
}
.product_order ul {
	padding: 15px 0;
	list-style-type: none;
}
.choose_pr_title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.25px;
    color: #000;
}

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

/* not necessary*/
.quantity-block {
  font-size: 20px;
}
.quantity-arrow-minus, .quantity-arrow-plus, .quantity-arrow-minus2, .quantity-arrow-plus2, .quantity-arrow-minus3, .quantity-arrow-plus3, .quantity-arrow-minus4, .quantity-arrow-plus4 {
  cursor: pointer;
  font-size: 20px;
  padding: 5px 12px;
  width: 40px;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  outline: none;
}

.quantity-num, .quantity-num2, .quantity-num3, .quantity-num4 {
   width: 70px;
   text-align: center;
   font-size: 20px;
   padding: 5px 10px;
   border-radius: 2px;
   outline: none;
   border: 1px solid #000;
  	background: #fff;
  	color: #000;
}
.quantity-num.is-invalid, .quantity-num2.is-invalid, .quantity-num3.is-invalid, .quantity-num4.is-invalid {
	border: 1px solid #dc3545;
}
.price {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	line-height: 40px;
}
.yellow_p {
	color: #e4cd32;
	font-weight: 900;
	font-size: 45px;
}
span.small {
	font-size: 18px;
    font-weight: 600;
}
a.order_pr_button {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	padding: 15px 30px;
	color: #000;
	font-weight: 600;
	border: 2px solid #000;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}
a.order_pr_button:hover {
	box-shadow: 1px 1px 5px #00000075;
	border: 2px solid #e4cd32;
}


.card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  cursor: pointer;
  padding: 0 20px;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0.025);
  text-align: center;
  transition: height 1000ms;
}
.card .main_svg {
	width: 100px;
	height: 100px;
	fill: #f3dd4a;
}
.chevron {
  transform-origin: 50%;
  transform: rotate(180deg);
  transition: transform 1000ms;
}
.card.expanded .chevron {
  transform: rotate(0deg);
}
.title {
  font-weight: 900;
  margin: 20px 0 12px;
}
.body-text {
	display: none;
  	padding: 10px 20px 0 20px;
}
input#phone::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e2e2e2;
  opacity: 1; /* Firefox */
}

input#phone:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e2e2e2;
}

input#phone::-ms-input-placeholder { /* Microsoft Edge */
  color: #e2e2e2;
}
/* 1. ПРИМУСОВЕ РОЗШИРЕННЯ (Для всіх пристроїв) */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: auto !important; /* Дозволяє блоку рости вниз */
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    white-space: normal !important; /* ГОЛОВНЕ: дозволяє тексту переноситися */
    line-height: 1.4 !important;
    padding: 8px 30px 8px 12px !important;
    word-break: break-word !important;
    display: block !important;
}

/* 2. Центруємо стрілочку та хрестик */
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 100% !important;
    top: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* 3. Окремо для мобільних (збільшуємо шрифт) */
@media screen and (max-width: 768px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px !important;
        padding: 10px 35px 10px 12px !important;
    }
}