/*
 Theme Name:   Prod.by Лазарев theme.
 Description:  bootScore Child Theme
 Author:       bootScore
 Author URI:   https://lazarev.pl
 Template:     bootscore-main
 Version:      10.1
 Text Domain:  bootscore
*/

/*
All style editing is done via css/scss/_bscore_custom.scss
*/

/* Bootstrap */
.rounded {
	border-radius: 2.25rem !important;
}

.rounded-top {
	border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
}

.rounded-bottom {
	border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 2.25rem !important;
    border-top-left-radius: 2.25rem !important;
}

.rounded-end {
    border-bottom-right-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
}

.rounded-mini {
	border-radius: 1.75rem !important;
}

.container-fluid-1920-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1921px) {
	.container-fluid-1920-xxl {
		max-width: 1320px;
	}
}


.btn-primary, .btn-primary:hover, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary.active, .btn-primary:active, .btn-primary:focus, .btn_dec span {
    color: #fff !important;
}

.btn-secondary, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary.active, .btn-secondary:active, .btn-secondary:focus, .btn_dec span {
    color: #fff !important;
}

.card {
	border: none;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	border-radius: 2.25rem !important;
}

main section:last-of-type {
	padding-bottom: 0px !important;
}

/* Текст */
.text-justified {
	text-align: justify;
}

.text-shadow {
	text-shadow: 0px 0px 4px rgb(0 0 0 / 60%);
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	font-family: 'Bitter' !important;
	font-weight: 900;
}

.display-1 {
	font-size: calc(1.325rem + 3vw);
}

@media (min-width: 420px) {
	.display-1 {
		font-size: calc(1.625rem + 4.5vw);
	}
}

@media (min-width: 1200px) {
	.display-1 {
	    font-size: 5rem;
	}
}
.text_clouds {
	position: relative;
	display: block;
	color: var(--bs-gray-200);
  text-shadow: -1px 0 #000000d1, 0 1px #000000d1, 1px 0 #000000d1, 0 -1px #000000d1;
}

.text_clouds::before {
	content: "";
	position: absolute;
	width: 10rem;
	height: 5rem;
	top: calc(50% - 2.5rem);
	left: 0;
	background: url('img/header_clouds_left.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.text_clouds::after {
	content: "";
	position: absolute;
	width: 10rem;
	height: 5rem;
	top: calc(50% - 2.5rem);
	right: 0;
	background: url('img/header_clouds_right.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.text_clouds_mini {
	position: relative;
	display: block;
	color: var(--bs-white);
  text-shadow: -1px 0 #000000d1, 0 1px #000000d1, 1px 0 #000000d1, 0 -1px #000000d1;
}

.text_clouds_mini::before {
	content: "";
	position: absolute;
	width: 7rem;
	height: 3.5rem;
	top: calc(50% - 1.725rem);
	left: 0;
	background: url('img/header_clouds_left.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.text_clouds_mini::after {
	content: "";
	position: absolute;
	width: 7rem;
	height: 3.5rem;
	top: calc(50% - 1.725rem);
	right: 0;
	background: url('img/header_clouds_right.png');
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.decor_block {
	position: relative;
}

.decor_block::after {
	content: "";
  position: absolute;
  height: 0.4rem;
  width: 5rem;
  background: var(--bs-white);
  bottom: -1rem;
  border: 0.1rem solid #0000004d;
  border-radius: 1rem;
  margin: 0 auto;
  left: 0;
  right: 0;
	z-index: -1;
}

.decor_block::before {
	content: "";
	position: absolute;
	height: 0.7rem;
	width: 0.7rem;
	background: var(--bs-dark);
	bottom: -1.175rem;
	border: 0.1rem solid var(--bs-white);
	border-radius: 5rem;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
}

@media (min-width: 450px) {
	.text_clouds::after, .text_clouds::before {
		width: 15rem;
		height: 7.5rem;
		top: calc(50% - 3.725rem);
	}

	.text_clouds::after {
		right: calc(25% - 7.5rem);
	}

	.text_clouds::before {
		left: calc(25% - 7.5rem);
	}
}

@media (min-width: 800px) {
	.text_clouds::after, .text_clouds::before {
		width: 20rem;
		height: 10rem;
		top: calc(50% - 5rem);
	}

	.text_clouds::after {
		right: calc(25% - 10rem);
	}

	.text_clouds::before {
		left: calc(25% - 10rem);
	}
}

.offer_link a {
	color: var(--bs-secondary) !important;
	opacity: 1 !important;
}

/* Цветовая схема */

body {
	-webkit-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

.bg_paints {
	display: block;
	position: relative;
}

.bg_paints::before {
		content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('img/bg_300.png');
    z-index: -1;
    opacity: 0.7;
    background-size: 190px;
}

.bg_deco {
	background-color: #ffffff3b;
  border: 5px dashed var(--bs-light);
}

#preloader::before {
		content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url('img/bg_300.png');
    z-index: -1;
    opacity: 0.1;
    background-size: 20%;
}

.dark-theme .link-dark {
  color: var(--bs-light) !important;
}

.cookie_bg {
	background: var(--bs-light);
}

.dark-theme .card {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
}

.bg-trans-dark {
	background-color: #0000002b;
}

.dark-theme .form-control, .dark-theme .form-select {
    color: var(--bs-light);
    background-color: #0000002b;
    border-color: #0000002b;
}

/* Формы */

.form-control, .form-check-input[type="checkbox"] {
	border-radius: 0;
}

.form-control, .form-select, .form-check-input {
	background-color: #ffffff7a;
}

.alert.alert-danger, .alert-danger.must-log-in, .alert-danger.no-comments, .alert.alert-warning, .alert-warning.must-log-in, .alert-warning.no-comments, .alert.alert-info, .alert-info.must-log-in, .must-log-in, .must-log-in.no-comments, .alert-info.no-comments, .no-comments.must-log-in, .no-comments, .alert.must-log-in, .alert.no-comments, .alert.alert-success, .alert-success.must-log-in, .alert-success.no-comments {
    padding-left: 3.25rem;
    border-radius: 2.25rem !important;
    margin-top: 0.5rem !important;
}


/* Parallax Effect */

.damn_magneto_xl, .damn_magneto {
	transition: 0.1s;
}

.focking_scaling {
	transform: scale(0.95);
	transition: 0.5s;
}

.focking_scaling:hover {
	transform: scale(1);
	transition: 0.5s;
}

.focking_scaling_bg_light {
	transform: scale(0.95);
	transition: 0.5s;
	background: transparent;
}

.focking_scaling_bg_light:hover {
	transform: scale(1);
	transition: 0.5s;
	background: radial-gradient(circle, rgba(var(--bs-light-rgb)) 0%, rgba(9,9,121,0) 60%);
}

/* Хедер */

.site_name {
    background: var(--bs-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000012;
}

.site_name_front {
	color: var(--bs-white) !important;
	text-shadow: -1px 0 #000000d1, 0 1px #000000d1, 1px 0 #000000d1, 0 -1px #000000d1;
}

.site-header {
	min-height: 4rem;
}

.header_bg {
	position: relative;
	background: #ffffff3b;
}

.dark-theme .header_bg {
	background: #0000001f;
}

.header_bg:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--bs-body-bg);
	opacity: 0.7;
	transition: 1s;
	z-index: -1;
}

.dark-theme .header_bg:before {
	background: var(--bs-gray-dark);
	transition: 0.3s;
}

#nav-main, .header_bg {
	transition: 0.3s;
}

/* Футер */

.to_lazarev {
	width: max-content;
    margin: 0 auto;
}

.footer-buttons {
	bottom: 0;
	z-index: 1020;
}

.top-button {
	left: 0.75rem;
	bottom: 30px;
}


.wa_button {
	right: 0.75rem;
    bottom: 30px;
	position: relative;
}


.wa_button a span {
	right: 0;
	bottom: 0;
	padding: 0.375rem 75% 0.375rem 0.75rem;
	line-height: 1.5;
	border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
	border-bottom-right-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
	border: 1px solid transparent;
	display: block;
	width: max-content;
    position: absolute;
	visibility: hidden;
	opacity: 0;
    transition: 0.5s;
	background: var(--bs-light);
	z-index: -1;
	max-width: 80vw;
}

.wa_button a:hover>span {
	visibility: visible;
	right: 0;
	opacity: 1;
}

@media (min-width: 491px) {
	.wa_button a:hover>span {
	right: 50%;
}
}

/* OWL SLIDER */

.owl-carousel {
    z-index: 0 !important;
}

.zaebatie_owl_slider_dots .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
		background: var(--bs-dark);
    opacity: 0.5;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
		transition: 0.2s;
}

.zaebatie_owl_slider_dots .owl-dots .active span, .zaebatie_owl_slider_dots .owl-dots .owl-dot span:hover {
	opacity: 1;
}

.zaebatie_owl_slider_dots .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.zaebatie_owl_slider_dots .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.zaebataya_owl_slider_nav {
	position: relative;
}

.zaebataya_owl_slider_nav button.disabled, .zaebataya_owl_slider_nav button.disabled:hover {
	opacity: 0.4;
}

.zaebatie_owl_slider_nav_inside .owl-nav {
	width: 100% !important;
	z-index: 1;
	left: 0;
}

.zaebatie_owl_slider_nav_inside .owl-nav .arrow-left-3 path, .zaebatie_owl_slider_nav_inside .arrow-right-3 path, .zaebatie_owl_slider_nav_inside .owl-nav .arrow-top-3 path, .zaebatie_owl_slider_nav_inside .arrow-bottom-3 path {
	fill: var(--bs-dark); !important;
}

.owl-carousel {
	overflow-x: hidden;
	padding-left: 2rem;
	padding-right: 2rem;
}

.owl-stage {
	width: max-content !important;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.owl-nav {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
    top: calc(50% - 1.5rem);
	height: 3rem;
	left: 0;
    font-size: 2rem;
	z-index: 0;
}

.arrow-left-3,
.arrow-right-3,
.arrow-top-3,
.arrow-bottom-3 {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.arrow-left-3 path,
.arrow-right-3 path,
.arrow-top-3 path,
.arrow-bottom-3 path {
  fill: var(--bs-dark);
	opacity: 0.65;
  transition: 0.2s;
}
.arrow-left-3 {
  transform: rotate(180deg);
}
.arrow-top-3 {
  transform: rotate(270deg);
}
.arrow-bottom-3 {
  transform: rotate(90deg);
}

.slick-disabled .arrow-left-3 path,
.slick-disabled .arrow-right-3 path,
.slick-disabled .arrow-top-3 path,
.slick-disabled .arrow-bottom-3 path {
	opacity: 0.25 !important;
	cursor: not-allowed;
}

.owl-nav .disabled, .owl-nav .disabled .arrow-left-3,
.owl-nav .disabled .arrow-right-3,
.owl-nav .disabled .arrow-top-3,
.owl-nav .disabled .arrow-bottom-3 .slick-disabled, .slick-disabled .arrow-left-3, .slick-disabled .arrow-right-3,
.slick-disabled .arrow-top-3,
.slick-disabled .arrow-bottom-3 {
	cursor: not-allowed;
}

.arrow-left-3:hover path,
.arrow-right-3:hover path,
.arrow-top-3:hover path,
.arrow-bottom-3:hover path {
   opacity: 1;
}


/* Скроллинг */

::-webkit-scrollbar{
width: 8px;
height: 8px;
border-radius:12px
}
::-webkit-scrollbar-thumb{
background: #0000002e;
opacity: 0.8;
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
opacity: 1;
}
::-webkit-scrollbar-track{
background: #131b221a;
border-radius: 0px;
box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
body.dark-theme::-webkit-scrollbar-track{
background: #131b224f;
}
