/*
Theme Name: bootScore
Theme URI: https://bootscore.me/
Author: bootScore
Author URI: https://bootscore.me
Description: A powerful Bootstrap 5 WordPress Starter Theme with WooCommerce Support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>. This theme gives you full control whatever you do and the full freedom to design whatever you want. It comes with a wide selection of category, page, post, author and archive templates as well as sidebar, header, footer and 404 widgets. There are no customizer settings in the backend. All settings can only be made by touching the code. Some CSS, HTML, PHP and JS Skills are required to customize it.
Version: 50.2.3.2
Tested up to: 60.1.1
Requires PHP: 5.6
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2022 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via scss/_bscore_custom.scss
*/

img {
	max-width: 100%;
}
body {
	min-width: 340px;
	font-family: 'Brutal Type';
}
@media (min-width: 1500px) {
    .container {
        max-width: 1320px;
    }
	.col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
	.col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
:focus {
    outline: none;
}
#header {
	padding: 1rem 0;
}
.logo svg path {
	fill: #000;
}
.pre-header {
	background: #1751D0;
	font-weight: 500;
	font-style: Medium;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}
.navbar-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.navbar-offcanvas {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.navbar-nav .nav-link {
	padding: .5rem 1.5rem;
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.navbar-nav .nav-link.active {
	font-weight: bold;
}
.scrolled .navbar-main .nav-link {
	color: #000;
}
.scrolled .navbar-main .logo svg path {
    fill: #000;
}
.navbar-nav .nav-link.phone {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1751D0;
	display: inline-flex;
	align-items: center;
	padding: 15px 20px;
}
.navbar-nav .nav-link.phone span {
	padding-left: 1rem;
	border-left: 2px solid #1751D0;
	margin-left: 1rem;
	display: inline-flex;
}
.main {
	position: relative;
	background: url('/img/main_image.png') no-repeat center center / cover;
	height: calc(100vh - 44px);
	min-height: 900px;
	display: flex;
	padding: 200px 0 100px;
	color: #fff;
}
.main:before {
	content: '';
	display: block;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.main>div {
	position: relative;
	z-index: 1;
}
.main .title {
	font-weight: 500;
	font-style: Medium;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.main .descr {
	font-weight: 300;
	font-style: Light;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0;
}
a.round {
	display: inline-flex;
	background: #fff;
	width: 230px;
	height: 230px;
	text-align: center;
	color: #1751D0;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}
a.round.blue {
	background: #1751D0;
	color: #fff;
}
.align-items-center {
	align-items: center;
}
.cat-item-full h1,
.s-title {
	font-weight: 700;
	font-size: 78px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.cat-item-full h1,
.s-title.mini {
	font-size: 48px;
	margin-bottom: 30px;
}
.why {
	padding: 200px 0 100px;
}
.steps .info-icon {
	margin-bottom: 5rem;
}
.info-icon .icon {
	margin-bottom: 2rem;
}
.info-icon .title {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 1.5rem;
}
.info-icon .title.icon {
	position: relative;
	padding-left: 64px;
}
.info-icon .title.icon div {
	background: #1751D0;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	font-weight: 300;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: 0%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
}
.info-icon .descr {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
}
.cat .image {
	margin-bottom: 1.25rem;
	text-align: center;
}
.cat .title {
	margin-bottom: 2rem;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
}
.cat .descr {
	margin-bottom: 2rem;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
}
.btn-blue {
	background: #1751D0;
	padding: 14px 50px;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	text-align: center;
	border: none;
	border-radius: 0;
}
.btn-blue:hover {
	color: #fff;
}
.inverse.btn-blue {
	color: #1751D0;
	background: #fff;
}
.main-cats {
	padding-bottom: 200px;
}
.opt-form {
	padding-bottom: 200px;
}
.pre-title {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 2rem;
}
form .mb-3 {
	margin-bottom: 2rem;
}
.form-control {
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding-left: 0;
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
}
.footer {
	background: #1751D0;
	color: #fff;
	padding: 3.5rem 0;
}
.footer .nav-link {
	color: #fff;
}
.footer .logo svg path {
	fill: #fff;
}
.about {
	padding-bottom: 200px;
}
.about .s-title {
	margin-bottom: 60px;
}
.order .descr,
.about .descr {
	width: 100%;
	max-width: 420px;
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 56px;
}
.slider-nums {
	font-weight: 300;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
	display: flex;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 1rem;
}
.slider-nums .correct {
	font-weight: 250;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0;
}
.slider-arrows {
	display: flex;
	justify-content: space-between;
}
.slider-arrows>div {
	width: 70px;
	height: 42px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #1751D0;
	cursor: pointer;
}
.order {
	padding-bottom: 200px;
}
.order .item .icon {
	margin-bottom: 1.5rem;
}
.order .item .descr {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0;
}
.cat-item {
	margin-bottom: 2rem;
}
.cat-item .image {
	margin-bottom: 2rem;
}
.cat-item .image img {
	width: 100%;
}
.short-article>.row {
	margin-bottom: 2rem;
}
.short-article .more a,
.cat-item .more {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}
.short-article .more a svg,
.cat-item .more svg {
	margin-left: .5rem;
}
.cat-item .info {
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #B3B3B3;
}
.align-content-center {
	align-items: center;
}
.dropdown {
	position: relative;
}
.dropdown .dropdown-menu {
	display: none;
}
.btn-dropdown {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #000;
	position: relative;
	padding: 1rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #000;
	margin-bottom: 2rem;
}
.btn-dropdown::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #000;
}
.pb-200 {
	padding-bottom: 200px;
}
.pb-100 {
	padding-bottom: 100px;
}
.small-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-bottom: .5rem;
}
.text-descr {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.s-descr {
	font-weight: 400;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 50px;
}
.filter {
	margin-bottom: 3rem;
}
.e-mail a {
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 40px;
	display: block;
	color: #000;
}
.adress,
.phone a {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 40px;
	display: block;
	color: #000;
}
.short-article {
	margin-bottom: 42px;
}
.short-article .date {
	font-size: 14px;
	color: #B3B3B3;
	margin-bottom: 12px;
}
.short-article .title {
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 40px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: uppercase;
}
.short-article .title a {
	color: #000;
}
.short-article .descr {
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin-bottom: 56px;
}
.cat-item-full {
	margin-top: 3rem;
}
.cat-item-full .image {
	margin-bottom: 2rem;
}
.cat-item-full .info {
	margin-bottom: 40px;
}
.cat-item-full .info-title {
	font-size: 20px;
	line-height: 100%;
	margin-bottom: .5rem;
}
.cat-item-full .info-descr {
	font-size: 14px;
	line-height: 100%;
}
.breadcrumb-scroller {
	background: #fff;
	padding: 0;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.breadcrumb {
	background: #fff;
	padding: 0;
}
.breadcrumb-scroller a {
	color: #000;
}
.d-flex-column {
	display: flex;
	flex-direction: column;
}
.d-flex-column>div {
	margin-top: auto;
}
.d-flex-column>div + div {
	margin-top: auto;
}
.form-control:focus {
    box-shadow: none;
    border-color: none;
    outline: 0px;
}
.steps .icon {
	position: relative;
}
.steps .icon:not(.title):before {
	content: '';
	display: block;
	position: absolute;
	right: 20%;
	top: 70%;
	width: 46px;
	height: 12px;
	background: url('/img/arrow.png') no-repeat center;
}
section {
	position: relative;
}
.back-image {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 300;
	font-style: Light;
	font-size: 400px;
	line-height: 1;
	letter-spacing: 0%;
	opacity: .04;
	text-transform: uppercase;
	pointer-events: none;
}
.opt-form .col-xl-5 {
	position: relative;
}
.opt-form .back-image {
	top: -5rem;
	font-size: 360px;
}
.contacts .back-image {
	right: 0;
	left: 0;
	top: -10rem;
}
.btn-dropdown.show + ul {
	display: block;
    top: 100%;
    width: 100%;
}
body {
	transition: all .1s;
}
.navbar-placeholder {
    height: 75px;
    display: none;
}
body.scrolled .navbar-placeholder {
    display: block;
}
.scrolled .navbar-main {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 199;
}
.cat-back {
	margin-bottom: 1rem;
}
.cat-back a {
	color: #1751D0;
}
.cat-back a:hover {
	text-decoration: none;
}
.show.scrolled .navbar-main {
    z-index: 999;
}
.steps .row.justify-xl-end>div:nth-of-type(5) .icon:not(.title):before,
.steps .row.justify-xl-end>div:nth-of-type(3) .icon:not(.title):before {
	display: none;
}
@media (min-width: 992px) {
	.cat .descr {
		height: 82px;
		position: relative;
		overflow: hidden;
	}
}
@media (min-width: 1200px) {
	.justify-xl-end {
		justify-content: end;
	}
}
@media (min-width: 1200px) and (max-width: 1499px)  {
	.opt-form .back-image {
		font-size: 300px;
	}
	.cat-item-full h1, .s-title.mini {
		font-size: 40px;
	}
}
@media (max-width: 1499px) {
	.navbar-nav .nav-link {
		padding: .5rem 1rem;
	}
	.s-title {
		font-size: 66px;
	}
	a.round {
		width: 200px;
		height: 200px;
	}
	.main {
        min-height: 100vh;
        height: auto;
    }
}
@media (max-width: 1199px) {
	.s-title {
		font-size: 48px;
	}
	.main .title {
		font-size: 60px;
	}
	.main .descr {
		margin-bottom: 2rem;
	}
	.main a.round {
		width: 100%;
		height: auto;
		border-radius: 0px;
		display: inline-block;
		max-width: 300px;
		padding: .5rem 2rem;
	}
	.why {
		padding: 100px 0;
	}
	.pb-200 {
		padding-bottom: 100px;
	}
	.navbar-nav:not(.ml-auto) {
		display: none;
	}
	.bars {
		width: 40px;
		height: 32px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		position: relative;
	}
	.bars::before {
		content: '';
		display: block;
		border-top: 2px solid #000;
		top: calc(50% - 1px);
		position: absolute;
		left: 0;
		right: 0;
		background: #000;
	}
	.main-cats .cat {
		margin-bottom: 2rem;
	}
	.main-cats .btn-blue {
		width: 100%;
	}
	.opt-form img {
		width: 100%;
		margin-bottom: 2rem;
	}
	.slider-nums {
		margin-top: 2rem;
		justify-content: center;
	}
	.slider {
		margin-bottom: 2rem;
	}
	.slider img {
		width: 100%;
	}
	.slider-arrows {
		display: none;
	}
	.order .descr, .about .descr {
		width: 100%;
		max-width: 100%;
	}
	.show .navbar-main .navbar-nav:not(.ml-auto) {
        position: fixed;
        display: flex;
        flex-direction: column;
        background: #fff;
        top: 0;
        left: 0;
        padding: 2rem;
        z-index: 999;
        height: 100vh;
		justify-content: normal;
	}
	.show .navbar-main .navbar-nav:not(.ml-auto) .nav-item {
		width: 100%;
	}
	.show .navbar-main .navbar-nav:not(.ml-auto) .nav-item a {
		padding: 1rem 0;
	}
	.show::before {
		content: '';
		display: block;
		background: rgba(0, 0, 0, 0.8);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
	}
	.main {
		min-height: 100vh;
		height: auto;
	}
	.steps .info-icon {
		margin-bottom: 2rem;
	}
	.back-image {
		font-size: 300px;
	}
	.opt-form .back-image {
		font-size: 260px;
	}
}
@media (max-width: 991px) {
	.why .info-icon {
		margin-bottom: 2rem;
	}
	.short-article .col-lg-3 {
		order: 0;
		margin-bottom: 2rem;
		text-align: center;
	}
	.short-article .col-lg-9 {
		order: 1;
	}
	.back-image {
		font-size: 200px;
	}
	.opt-form .back-image {
		font-size: 160px;
	}
	.steps .icon:not(.title):before {
		right: 0;
	}
}
@media (max-width: 767px) {
    .main .title {
        font-size: 40px;
    }
	.cat-item-full h1,
	.s-title.mini,
	.s-title {
        font-size: 30px;
		text-align: center;
    }
	.steps .row.justify-xl-end>div:nth-of-type(2) .icon:not(.title):before,
	.steps .row.justify-xl-end>div:nth-of-type(4) .icon:not(.title):before {
		display: none;
	}
	.steps .row.justify-xl-end>div:nth-of-type(3) .icon:not(.title):before {
		display: block;
	}
}
@media (min-width: 576px) {
	.nav-item.ph {
		display: none;
	}
	.logo span {
		display: none;
	}
}
@media (max-width: 575px) {
	.navbar-nav .nav-link.phone {
		font-size: 0;
	}
	.navbar-nav .nav-link.phone span {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}
	.why .info-icon {
		text-align: center;
	}
	.info-icon .icon {
		display: flex;
		justify-content: center;
	}
	.order .item {
		text-align: center;
	}
	.btn-blue {
		width: 100%;
	}
	.info-icon .title.icon {
		padding-left: 0;
		padding-top: 80px;
	}
	.info-icon .title.icon div {
		left: calc(50% - 23px);
		top: 0;
	}
	.back-image {
		font-size: 200px;
		max-width: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.opt-form .back-image {
		font-size: 180px;
	}
	.logo {
		display: flex;
		align-items: center;
	}
	.logo span {
		color: #000;
        font-size: 1.5rem;
        font-weight: 300;
        margin-left: .5rem;
	}
	.steps .row.justify-xl-end>div .icon:not(.title):before {
		display: none !important;
	}
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
	height: auto;
}
.modal.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
	display: block;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    line-height: 1;
    z-index: 1;
}
.modal-close:hover {
    color: #000;
}
body.modal-open {
    overflow: hidden;
}