/*
Theme Name: KissTheSolder
Theme URI: kissthesoldier.in.ua
Description: website
Version: 1.0
Author: DigitalKiss
Author URI: mobi-smart.com
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html {
  /* Растягиваем документ на всю высоту окна */
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
    font-style: normal;
}

body {
	position: relative;
	margin: 0;
  /* Растягиваем body по высоте html */
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow-x: hidden;
    font-style: normal;
	color: #565555;
	background-color: #d7d7bc;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 400;
	font-size: 1.67vw;
	line-height: 36px;
	text-align: center;        
	color: #565555;
}

h2 {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2vw;
    line-height: 2vw;
    text-align: justify;
    color: #565555;
    padding-bottom: 2%;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

span.h2_span {
	font-weight: 700;
}

.btn {
	text-transform: uppercase;
}

.violet {
	color: #310062 !important;
}

/* Header */

body header {
	position: fixed;
    z-index: 2;
    width: 100%;
}

#header {
	width: 100%;
    margin: 0 auto;
	background: none;
}

svg.logo_kissthesolder {
	width: 100px;
	margin: 0;
}

svg.icon_soc {
	width: 40px;
    height: auto;
    margin: 10%;
}

img.icon_soc {
	width: 40px;
    height: auto;
    margin: 10%;
}

/* Flip */

.flip-card {
	width: 100px;
	height: 72px;
	perspective: 1000px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	color: black;
}

.flip-card-back {
	color: white;
	transform: rotateY(180deg);
}


/* Google translate */

.goog-te-combo {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	text-align: center;
	color: #565555;
	border-radius: 10px;
}

.skiptranslate.goog-te-gadget span {
	display: none;
	font-size: 0px;
}

.goog-te-gadget {
	font-size: 0px;
}

/* Paralax */

.container_parallax {
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	perspective: 3px;
}

section {
	background-size: cover;
	color: white;
	background-color: var(--bg, --color-black);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.img {
	background-position: center center;
	transform: translateZ(-1px) scale(1.5);
/* Force the background image to fill the whole element. */
	background-size: contain;
/* Keep the image from overlapping sibling elements. */
	z-index: -1;
	height: 100vh;
}

section.text {
	height: 50vh;
}

section.heading {
	z-index: -1;
	transform: translateY(-30vh) translateZ(1px) scale(1.5);
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
	position: relative;
	opacity: 0.65;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.bgimg-1 {
	background-image: url('./images/IMG_0001.webp');
	/*Это для Safari*/
	background-image: image-set(url('./images/IMG_0001.png') 1x);
}


.bgimg-2 {
	background-image: url('./images/IMG_0003.webp');
	/*Это для Safari*/
	background-image: image-set(url('./images/IMG_0003.png') 1x);
}

.bgimg-3 {
	background-image: url('./images/IMG_0004.webp');
	/*Это для Safari*/
	background-image: image-set(url('./images/IMG_0004.png') 1x);
}
	
.bgimg-4 {
	background-image: url('./images/IMG_0002.webp');
	/*Это для Safari*/
	background-image: image-set(url('./images/IMG_0002.png') 1x);
}

.block_button_modal {
	background-color: #d7d7bc;
	padding: 50px 80px;
	width: 100%;
}

/* Content Main */

main {
   /* Выставляем отступ с высотой footer по умолчанию */
	padding-bottom: 30px;
	background-color: #d7d7bc;
}

h1.title_text {
	font-weight: 700;
    font-size: 5vw;
    line-height: 5vw;
    text-align: center;
    color: #fff;
    text-shadow: 5px 5px 5px black;
	
}

svg.heart_block {
	width: 100%;
}

.btn-kts, a.btn-kts {
    --bs-btn-color: #fff;
    --bs-btn-bg: #808000 !important;
    --bs-btn-border-color: #807000 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #807000 !important;
    --bs-btn-hover-border-color: #806000 !important;
	--bs-btn-focus-shadow-rgb: 128,96,0;
	--bs-btn-active-bg: #806000 !important;
	--bs-btn-active-border-color: #807000 !important;
	--bs-btn-disabled-bg: #806000 !important;
    --bs-btn-disabled-border-color: #807000 !important;
	margin: 0;
}

/* Form */

input[type="file" i] {
	color: transparent;
}
input[type="file" i]::-webkit-file-upload-button {
	visibility: hidden;
}
input[type="file" i]::before {
	content: "Виберіть файл";
	color: #808000;
	display: inline-block;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #807000;
	border-radius: 3px;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 500;
	font-size: 12pt;
}
input[type="file" i]:hover::before {
	border-color: black;
}
input[type="file" i]:active {
	outline: 0;
}
input[type="file" i]:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

/* PsihoHelp */

.block_top {
	margin-top: 12vh;
	background-color: #808000;
}

.block_top_blog {
	margin-top: 12vh;
}

.block_gallery {
	margin-top: 5vh;
    padding: 5% 0 5% 0;
}

.block_row {
	background-color: #808000;
}

img.img-thumbnail {
	padding: 2rem;
	background-color: #808000;
	border: 1px solid #808000;
}

img.img-thumbnail_g {
	padding: 2rem;
	background-color: #d7d7bc;
	border: 1px solid #d7d7bc;
	border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
}

#img_zero {
	background-color: #d7d7bc;
	border: 1px solid #d7d7bc;
}

.block_text {
	color: #fff;
	padding: 0 2rem 2rem 2rem;
}

.text_l, .text_l h1 {
	text-align: left;
}

.text_r, .text_r h1 {
	text-align: right;
}

.block_text h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 700;
	font-size: 3vw;
	line-height: 3.5vw;
	color: #fff;
	text-transform: uppercase;
}

.block_text h2 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 700;
	font-size: 2vw;
	line-height: 2.5vw;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

.block_text_g {
	color: #565555;
	padding: 0 2rem 2rem 2rem;
}

.block_text_g h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3vw;
    line-height: 3.5vw;
    color: #565555;
}

h1.blog_t {
	font-size: 2vw;
    line-height: 2.5vw;
	margin-top: 10%;
	text-transform: uppercase;
}

.white_block {
	background-color: #fff;
}

hr.hr_block {
    border: none;
    height: 3px;
    margin: 40px 0;
    background-image: linear-gradient(to right, #FFF, #808000, #FFF);
}

hr.hr_block:before,
hr.hr_block:after {
    content: '';
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 2px solid #808000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
}

hr.hr_block:after {
    animation: anim-hr 1s linear infinite; 
}

@keyframes anim-hr {
    0% {
        width: 40px;
        height: 40px;
    }
    100% {
        width: 0;
        height: 0;
    }
}

.block_mid {
	background-color: #808000;
}

.title_block {
	margin-top: 3vh;
	padding: 10px 43px;
    background-color: #808000;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

p.text_w_block {
	font-family: 'Open Sans', sans-serif;
	color: #808000;
	padding: 0 5% 5% 5%;
	text-align: center;
}

p.text_p_block {
	font-family: 'Open Sans', sans-serif;
	color: #808000;
}

.point__circle {
    width: 46px;
    height: 46px;
    right: 0;
    left: 0;
    top: 5px;
    margin: 0 auto;
    background-color: #808000;
    border-radius: 100%;
    border: 2px solid #fff;
	position: absolute;	
}

h1.title_point {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 700;
	font-size: 3vw;
	line-height: 3.5vw;
	color: #808000;
	text-align: right;
}

h1.title_point_w {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 700;
	font-size: 3vw;
	line-height: 3.5vw;
	color: #fff;
	text-align: right;
	margin: 8vh;
}

.text_right {
	text-align: right !important;
}

.text_left {
	text-align: left !important;
}

.poin_line {
	border-left: 2px solid #808000;
    height: 100%;
	position: absolute;
    left: 50%;
	margin-top: 6vh;
    top: 0;
}

.d_block_r {
	display: flex !important;
}

.d_block_l {
	display: none !important;
}

/* Footer */

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #d7d7bc;	
}

#footer p{
	color: #565555;
	text-align: center;
	font-size: 1vw;
}

svg.logo_digitalkiss {
	width: 80px;
	height:auto;
	margin: 5%;
}

a svg#tri {
	width: 200px;
	height:auto;
	position: fixed;
    top: 0;
    left: 0;
}

a svg#tri .tri0:hover {
	fill: #CC2A14;
}

/* Telegram */
 
.telegram-button {
    transform: translate(-50%, -50%);
    background: #fff; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
	left: 25px;
    position: relative;
	margin: 0;
	top: 1vh;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #fff; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.telegram-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

/*Cards*/

.block_top_cards {
	background-color: #310062;
	margin-bottom: 5rem;
}

.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	padding-top: 56.25%;
}

#cover-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block_text_cards h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 900;
	font-size: 3vw;
	line-height: 3.5vw;
	color: #fff;
	text-transform: uppercase;
}

.block_viole {
	background-color: #310062;
}

h2.text_viole {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 700;
	font-size: 2vw;
	line-height: 2.5vw;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}

.block_viole_white {
	background-color: #fff;
}

.viole span, .viole p, .viole ul {
	color: #310062;
}

.title_techniks {
	color: #310062;
	text-align: center;
	padding: 2rem 0 3rem 0;
}

.viole span {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding-bottom: 30px;
}

.viole ul {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;    
	font-weight: 600;
	list-style: none;
}

p.text_viole {
	color: #fff;
	padding: 2rem;
}


/* Mobile */

@media only screen and (max-device-width: 1024px) {
	.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 992px) {
	.block_button_modal {
		padding: 20px 20px;
	}
	
	h2 {
		font-size: 2vw;
		line-height: 2vw;	
	}

}

@media only screen and (max-width: 768px) {
	svg.logo_kissthesolder {
		margin: 2% 2% 10% 2%;
	}
	
	a svg#tri {
		width: 100px;
		height:auto;
		position: fixed;
		left: 0;
		top: 5vh;
	}
	
	.bgimg-1 {
		background-image: url('./images/IMG_0001_mob.webp');
	}
	
	.bgimg-2 {
		background-image: url('./images/IMG_0003_mob.webp');
	}
	
	.bgimg-3 {
		background-image: url('./images/IMG_0004_mob.webp');
	}
	
	.bgimg-4 {
		background-image: url('./images/IMG_0002_mob.webp');
	}
	
	.d_block_r {
		display: none !important;
	}
	
	.d_block_l {
		display: flex !important;
	}
	
	.telegram-button {
		margin: 0;
		position: relative;
		top: 1vh;
	}
	
	.block_button_modal {
		padding: 10px 10px;
	}
	
	h2 {
		font-size: 4vw;
		line-height: 4vw;	
	}

}

@media only screen and (max-width: 576px) {
	svg.logo_kissthesolder {
		margin: 2% 2% 15% 2%;
	}
	
	.bgimg-1 {
		background-image: url('./images/IMG_0001_mob.webp');
	}
	
	.bgimg-2 {
		background-image: url('./images/IMG_0003_mob.webp');
	}
	
	.bgimg-3 {
		background-image: url('./images/IMG_0004_mob.webp');
	}
	
	.bgimg-4 {
		background-image: url('./images/IMG_0002_mob.webp');
	}
	
	#footer p {
		font-size: 2vw;
	}
	
	.d_block_r {
		display: none !important;
	}
	
	.d_block_l {
		display: flex !important;
	}
	
	.poin_line {
		left: 5.5%;
	}
	
	.point__circle {
		position: relative;	
	}
	
	h1.title_point {
		font-size: 5vw;
		line-height: 5.5vw;
		padding: 2% 0 5% 0;
	}
	
	.telegram-button {
		margin: 0 0 5vh 0;;
		position: relative;
		top: 1vh;
	}
	
	.block_button_modal {
		padding: 10px 10px;
	}
	
	.block_text h1 {
		font-size: 2rem;
		line-height: 2.5rem;
		text-transform: uppercase;
		padding-top: 10%;
	}
	
	h1.violet {
		font-size: 2.8rem;
		text-align: center;
	}
	
	h1.title_point_w {
		font-size: 5vw;
		line-height: 5.5vw;
		text-transform: uppercase;
	}
	
	h2 {
		font-size: 4vw;
		line-height: 4vw;	
	}
	
	h1.blog_t_m {
		font-size: 5vw;
		line-height: 5.5vw;
	}
	
	.block_top_cards {
		margin-top: 12vh;
	}
	
	.video-container {
		height: 80vh;
	}
	
	.block_text_cards h1 {
		font-size: 10vw;
		line-height: 12vw;
		padding: 5rem 0 !important;
	}
	
	.block_text h2 {
		font-size: 3rem;
		line-height: 3.5rem;
		padding-top: 30px;
	}
	
	h2.text_viole {
		font-size: 4vw;
		line-height: 4.5vw;
	}

}

