/*!
Theme Name: it-crafter
Theme URI: https://itcrafter.ru/
Author: IT Crafter
Author URI: https://itcrafter.ru/
Description: web site
Version: 3.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: it-crafter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    scrollbar-width: thin;
    scrollbar-color: #0D3062 #EBECF2;
}

*::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
    height: 15px;
}

*::-webkit-scrollbar-track {
    background: #EBECF2;
}

*::-webkit-scrollbar-thumb {
    background-color: #0D3062;
    border-radius: 15px;
    padding: 3px;
}

:root {
    --yellow: #fdcf58;
    --orange: #FC662D;
    --pink: #FE4684;
    --red: #ff0404;
    --fire-bg: linear-gradient(10deg, var(--red), var(--yellow));
    --main-color: ;
    --dark-bg: #0E0226;
    --siver-bg: #EBECF2;
    --default-margin: 3rem; 
    --gutter: 1em;
}
html {
    scroll-behavior: smooth;
    font-size: 14px;
}
body {
    margin: 0;
    padding: 0;
    color: #d5d6e0;
    background-color: var(--dark-bg);
    font-family: "Oswald", sans-serif;
    letter-spacing: .66px;
    font-size: 1.25rem;
}
body * {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1380px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
.grid-container {
    display: grid;
}

button {
    font-family: "Oswald", sans-serif;
}
textarea,
input,
input::placeholder,
input::-moz-placeholder {
    font-family: "Oswald", sans-serif;
}
input:not([type="checkbox"]),
textarea {
    background: none;
    border: 1px solid rgba(211, 211, 211, 0.2);
    outline: none;
    color: #fff;
    resize: none;
    padding: 5px 15px;
    border-radius: 15px;
    width: 100%;
    font-size: 1rem;
}
.pos-rel {
    position: relative;
}
.d-flex {
    display: flex;
}
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site main {
    flex-grow: 1
}
.fire-button {
    display: block;
    border: none;
    outline: none;
    padding: 10px 1em;
    border-radius: 1em;
    box-shadow: 0 0px 15px var(--orange);
    /* background-color: var(--orange); */
    background: var(--fire-bg);
    color: var(--dark-bg);
    transition: all .2s ease-in-out;
}
.fire-button:hover {
    color: var(--dark-bg);
    opacity: .7;
}
.big-fs {
    font-size: 1.75rem;
}
.normal-fs {
    font-size: 1.25rem;
}
.small-fs {
    font-size: 0.75rem;
}
.orange-color {
    color: var(--orange);
}
.red-color {
    color: var(--red);
}
.pink-color {
    color: var(--pink);
}
h2.color-upper-title {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25em;
    font-style: italic;
    font-size: 2rem;
    margin-bottom: 2rem;
}
div.color-upper-title {
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25em;
    font-style: italic;
    font-size: 2rem;
}
.box {
    position: relative;
    border-radius: 1rem;
    padding: 1rem;
    box-sizing: border-box;    
}
.text-center {
    text-align: center;
}
.spot {
    position: relative;
}
.spot::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* box-shadow: inset 0 30px 30px -30px rgba(32, 32, 241, 0.459); */
    background-image: radial-gradient(ellipse 80% 50% at top, rgba(32, 32, 241, 0.459) 0%, transparent 70%);
    /* background-image: radial-gradient(circle at top, rgba(254, 70, 132, 0.6) 0%, transparent 30%); */
    /* background: rgb(254, 70, 132); */
    top: 0;
    z-index: -1;
}
.glass-dark-box {
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.125);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
/* text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}
.glass-light-box {
    /* background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(7px) saturate(200%);
    -webkit-backdrop-filter: blur(7px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 1);
}
.slider-control {
    border-radius: 50%;
}

.advantages-block {
    display: flex;
    flex-direction: column;
    position: relative;
    /* margin-bottom: var(--default-margin); */
}
.advantages-grid {
    display: grid;
    column-gap: 1em;
    row-gap: 1em;
}
.advantages-grid .grid-cell {
    padding: 1em 0.5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.5em;
}
/* .advantages-grid .grid-cell h3 {
    margin-top: 0;
} */
.advantages-grid .grid-cell i {
    font-size: 4em;
}
.mobile {
    display: block;
}
.desktop {
    display: none;
}
/*============= offcanvas ================*/
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
    color: #212121;
    visibility: hidden;
    background-color: #F8F8F8;
    background-clip: padding-box;
    outline: 0;
    transition: all 0.3s ease-in-out;
	top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100%;
	max-width: 420px;
    transform: translateX(-100%);
}
.offcanvas.show {
    transform: none;
	visibility: visible;
}
.btn-close {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 24px;
	height: 24px;
	background: transparent;
	border: none;
	outline: none;
}
.btn-canvas-action {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
.hamburger-switcher {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.hamburger {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
}
.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    border-radius: 25px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}
.hidden_show .hamburger .bar {
    background-color: #FF0F00;
}
.bar1 {
    align-self: flex-start;
}
.bar2,
.bar3 {
    align-self: center;
}
.bar3 {
    right: 0;
}
.bar4 {
    align-self: flex-end;
}
.checkbox:checked+label>.hamburger>.bar1 {
    transform: translateX(40px);
    background-color: transparent;
}
.checkbox:checked+label>.hamburger>.bar2 {
    transform: rotate(45deg);
}
.checkbox:checked+label>.hamburger>.bar3 {
    transform: rotate(-45deg);
}
.checkbox:checked+label>.hamburger>.bar4 {
    transform: translateX(-40px);
    background-color: transparent;
}
/*============= MODAL ===============*/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
	z-index: 110;
}
.modal.is-visible {
    visibility: visible;
}
.no-scroll {
    overflow: hidden;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease;
}
.modal-overlay {
    background: rgba(0, 0, 0, 0.5);
}
.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal-wrapper {
    position: absolute;
    z-index: 110;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    width: fit-content;
    max-width: 675px;
	height: fit-content;
    border-radius: 1em;
}
.modal-transition {
    transition: visibility 0.3s 0.12s, opacity 0.3s 0.12s, transform 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}
.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}
.modal-content {
    padding: 34px 14px;
}
.modal-header {
    position: relative;
    background-color: #fff;
}
.modal-heading {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 0;
    color: #443B33;
    background: none;
    border: 0;
}
.modal-close:hover {
    color: #443B33;
}
.modal-content > *:first-child {
    margin-top: 0;
}
.modal-content > *:last-child {
    margin-bottom: 0;
}
@media (max-width: 780px) {
    .modal-wrapper{
        width: calc(100% - 20px);
    }
}
.wpcf7 form .wpcf7-response-output {
    display: none;
}
.accept-privacy {
    font-size: 12px;
}
/*=========== cookie popup ==================*/
.cookie-notice {
	position: fixed;
	width: 100vw;
    left: 0;
    bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
	align-items: center;
	justify-content: space-between;
    flex-direction: column;
	gap: 8px;
	z-index: 9999!important;
    background-color: #fff;
    font-size: 14px;
	font-family: var(--inter);
}
.cookie-notice a {
	text-decoration: underline;
}
.cookie-notice button {
	cursor: pointer;
    font-size: 16px;
	min-width: 177px;
}
.cookie-notice br {
	display: none;
}
/*============= reviews ===============*/
.reviews-container {
    margin-bottom: var(--default-margin);
}
.slider-control-panel {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0.5rem;
    margin-top: 0.75rem;
}
.slider-control-panel .swiper-pagination {
    position: relative;
    flex-grow: 1;
    margin: 0;
    top: auto;
    bottom: auto;
}
.slider-control-panel .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #FC662D;
}
.slider-control-panel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    box-shadow: 0 0 15px #ff1100c4;
    background: linear-gradient(45deg, #ff0404, #ff9204);
}
.reviews-control {
    border-radius: 50px;
    padding: 0.5em;
    top: auto;
    position: relative;
    margin: 0;
    flex-shrink: 0;
}
.reviews-control svg path {
    fill: #FF0F00;
    filter: drop-shadow(3px 5px 5px #ff1100c4);
}
.reviews-control svg {
    filter: drop-shadow(0 0 15px #ff1100c4);
}
/*============= FAQ ===============*/
.faq-conteiner h2 {
    text-align: center;
}
.faq-block {
    max-width: 800px;
    margin: 0 auto;
}
.faq {
    margin-bottom: var(--default-margin);
}
.faq .box_faq {
	position: relative;
    margin-bottom: 1em;
    border-radius: 1em;
}
.faq .box_faq:last-child {
	margin-bottom: 0;
}
.faq .box_faq .label_faq {
	position: relative;
	padding: 10px 1em;
	cursor: pointer;
}
.faq .box_faq .label_faq::after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 25px;
	font-weight: bold;
}
.faq .box_faq.active .label_faq::after {
	content: "\2014";
}
.faq .box_faq .content_faq {
	position: relative;
	overflow: hidden;
	max-height: 0;
	transition: 0.3s;
    width: 90%;
    margin: 0 auto;
}
.faq .box_faq .content_faq p {
	padding: 20px;
	margin: 0;
}

/*============= scheme works ===============*/
.scheme-works-container h2 {
    text-align: center;
}
.timeline *, 
.timeline *:before, 
.timeline *:after {
	box-sizing: border-box;
}	
.timeline .timeline-item:after, 
.timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.timeline {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto var(--default-margin) auto;
	position: relative;
	padding: 0 10px;
	transition: all 0.4s ease;
}
.timeline:before {
	content: "";
	width: 3px;
	height: calc(100% - 150px);
	background: var(--orange);
	left: 50%;
	top: 0;
	position: absolute;
}
.timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
}
.timeline .timeline-item {
	margin-bottom: 50px;
	position: relative;
}
.timeline .img-decor {
    /* max-width: 40%; */
    /* right: auto;
    left: 10%;
    margin: 0; */
    /* transform: translateY(50%); */
}
.timeline .timeline-item .timeline-icon {
    box-shadow: 0 0 15px #ff1100c4;
    background: linear-gradient(45deg, #ff0404, #ff9204);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -23px;
    border-radius: 50%;
    color: #ff0404;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    margin: auto;
    position: absolute;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    background-color: #101234;
    transition: 0.5s ease-in-out;
    color: #ff0404;
}
.timeline .timeline-item .timeline-content {
	width: 45%;
	padding: 10px 20px;
    border-radius: 5px;

    /* background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 10px rgba(0,0,0,0.2);
	transition: all 0.3s ease; */
}
.timeline-content-desc {
    color: #101234;
    line-height: 120%;
}
.timeline .timeline-item .timeline-content .timeline-content-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 1px #101234;
}
.timeline .timeline-item .timeline-content:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
.timeline .timeline-item:nth-child(even) .timeline-content {
	float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-content:before {
	content: '';
	right: 100%;
	left: inherit;
	border-left: 0;
	border-right: 8px solid #fff;
}
@media screen and (max-width: 768px) {
	.timeline {
		padding: 0px;
		width: 90%;
	}
    .scheme-works-container .img-decor-right {
        transform: translateY(50%);
    }
	.timeline:before {
		left: 0;
	}
	.timeline .timeline-item .timeline-content {
		width: 90%;
		float: right;
	}
	.timeline .timeline-item .timeline-content:before, 
	.timeline .timeline-item:nth-child(even) .timeline-content:before {
        display: none;
		left: 10%;
		margin-left: -6px;
		border-left: 0;
		border-right: 7px solid #fff;
	}
	.timeline .timeline-item .timeline-icon {
		left: 0;
	}
}
/*================ reviews =================== */
.review-head {
    display: flex;
    column-gap: .5rem;
}
.review-meta,
.review-name {
    justify-content: space-between;
    column-gap: .5rem;
}
.review-info {
    width: 100%;
}
.review-body {
    margin: 0.5rem 0;
}
.review-stars {
    display: flex;
}
.review-star {
    display: block;
    width: 15px;
    height: 15px;
    background: url(./img/icons/star.svg) no-repeat center;
    background-size: contain;
}
/*============= callback widget ===============*/
.callback-widget {
    position: fixed;
    bottom: 65px;
    right: 30px;
    width: 64px;
    height: 64px;
    z-index: 100;
    display: flex;
    justify-content: center;
}
.callback-widget-item.item3 {
    background-image: url(./img/widget/vk.webp);
}
.callback-widget-item.item2 {
    background-image: url(./img/widget/telegram.webp);
}
.callback-widget-item.item1 {
    background-image: url(./img/widget/whatsapp.webp);
}
.callback-widget-item {
    position: absolute;
    visibility: hidden;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    z-index: 90;
    transform: translateY(0);
    transition: all .2s ease-in-out;
}
.callback-widget.open .callback-widget-item {
    visibility: visible;
}
.callback-widget.open .item1 {
    transform: translateY(-110%);
}
.callback-widget.open .item2 {
    transform: translateY(-220%);
}
.callback-widget.open .item3 {
    transform: translateY(-330%);
}
.callback-widget-item a {
    display: block;
    width: 100%;
    height: 100%;
}
.callback-widget-btn {
    width: 64px;
    height: 64px;
    background-image: url(./img/widget/chat-icon.png);
    background-size:cover;
    /* border-radius: 50%; */
    position: absolute;
    cursor:pointer;
    transition: all .2s ease-in-out;
    z-index: 100;
}
.callback-widget.open .callback-widget-btn{
    background-image: url(./img/widget/close.webp);
}