/*!
Theme Name: Skakun
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skakun
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Skakun is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: calc(100vw - 30px);
}

*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	line-height: 1.21875;
	background: #46a4bd;
}
a {
	text-decoration: underline;
	color: #000000;
	transition: .25s;
}
a:hover {
	color: #FFF238;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bg-cover {
	position: relative;
}
.bg-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.21875;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p, ul, ol, blockquote {
	margin: 0 0 10px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}

.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px -15px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 5px;
	margin-bottom: 15px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
select,
textarea {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: #ffffff;
	border: 1px solid #4784A1;
	color: #000000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 7px;
	min-height: 45px;
	outline: none;
	transition: .25s;
}
.form-field-button {
	text-align: center;
}
.form-field-button input {
	width: 100%;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: 12px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
	text-align: center;
}

.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}


.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	background: #ffffff;
	color: #000000;
	padding: 10px 16px;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	outline: none;
	cursor: pointer;
	min-height: 45px;
	transition: .5s;
}
.button:hover {
	background: #FFF454;
	color: #000000;
}
.button-lg {
	min-height: 50px;
}
.button-image {
	flex: 0 0 25px;
	max-width: 25px;
	width: 25px;
	margin-right: 10px;
}
.button-image img {
	width: 100%;
}
.button-text {
	margin-bottom: -2px;
}


.button-2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	background: #FFF454;
	color: #000000;
	padding: 10px 16px;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	outline: none;
	cursor: pointer;
	min-height: 45px;
	transition: .5s;
}
.button-2:hover {
	background: #000000;
	color: #ffffff;
}




.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 460px;
	margin: 1.75rem 30px;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	outline: 0;
	padding: 30px 40px 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1;
}
.modal-content:after {
	content: '';
	background: url(images/bg-elements.png) repeat center;
	background-size: 700px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .2;
	z-index: -1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .35;
	z-index: 1049;
}
.modal-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 16px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #656464;
	width: 45px;
	height: 45px;
	top: 0px;
	right: 0px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
	z-index: 9;
}
.modal-close:hover {
	background-color: #000000;
}





.wrapper {
	position: relative;
	background: url(images/bg.jpg) no-repeat center;
	background-size: cover;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 80px;
	z-index: 1;
}
.wrapper:after {
	content: '';
	background: url(images/bg-elements.png) repeat center;
	background-size: 700px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .4;
	z-index: -1;
}

.header {
	position: relative;
	color: #ffffff;
}
.header-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 820px;
	margin: 0 auto;
}
.header-logo {
	flex: 0 0 150px;
	max-height: 150px;
	width: 150px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 20px;
	border: 3px solid #ffffff;
	overflow: hidden;
}
.header-logo:last-child {
	margin-bottom: 0;
}
.header-title {
	text-align: center;
	margin-bottom: 10px;
}
.header-title:last-child {
	margin-bottom: 0;
}
.header-description {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.main {
	flex: auto;
}

.buttons-items {
	display: flex;
	flex-direction: column;
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}
.buttons-item {
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}
.buttons-item:last-child {
	margin-bottom: 0;
}
.buttons-item a {
	width: 100%;
}


.fixed-phone {
	position: fixed;
	bottom: 94px;
	right: 20px;
	z-index: 93;
}
.fixed-phone a {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	background: #FFF238;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	/*animation: pulse 2s infinite;*/
	z-index: 1;
}
.fixed-phone a span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	background: #ffffff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	transform: translate(-50%, -50%);
	transition: .5s;
	z-index: -1;
}
.fixed-phone a:hover span {
	box-shadow: none;
	opacity: .75;
}
.fixed-phone a:after {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/phone-call.svg);
    mask-image: url(images/phone-call.svg);
    background-color: #000000;
    position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	transform: translate(-50%, -50%);
	transition: .5s;
	z-index: 1;
}
@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}



.page-content {
	position: relative;
	background: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 30px;
	z-index: 1;
}
.error-404-number {
	text-align: center;
	font-size: 98px;
	color: #CE1312;
	line-height: 1;
	font-weight: 700;
}
.error-404-text {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
}



.accordions-items {
	position: relative;
	max-width: 820px;
	margin: 0 auto;
}
.accordions-item {
	position: relative;
	margin-bottom: 15px;
	background: #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	z-index: 1;
}
.accordions-item:last-child {
	margin-bottom: 0;
}
.accordions-item__head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 22px 12px 25px;
	font-size: 16px;
	font-weight: 500;
	min-height: 45px;
	cursor: pointer;
	transition: .5s;
}
.accordions-item.active .accordions-item__head,
.accordions-item__head:hover {
	background: #FFF454;
}
.accordions-item__head:after {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow.svg);
    mask-image: url(images/arrow.svg);
    background-color: #000000;
    flex: 0 0 16px;
    max-width: 16px;
    width: 16px;
    height: 16px;
    margin-left: 20px;
    transition: .5s;
}
.accordions-item.active .accordions-item__head:after {
	transform: rotate(180deg);
}
.accordions-item__body {
	display: none;
}
.accordions-item__body-inner {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.accordions-item__price {
	margin-top: 15px;
	flex: auto;
	max-width: calc(100% - 40px - 20px);
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
}
.accordions-item__button {
	margin-top: 15px;
}
.accordions-item__button a {
	position: relative;
	width: 44px;
	height: 44px;
	display: block;
	background: #FFF238;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	animation: pulse 2s infinite;
	z-index: 1;
}
.accordions-item__button a:hover {
	background: #000000;
}
.accordions-item__button a:after {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/shopping-cart.svg);
    mask-image: url(images/shopping-cart.svg);
    background-color: #000000;
    position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	transform: translate(-50%, -50%);
	transition: .5s;
	z-index: 1;
}
.accordions-item__button a:hover:after {
	background-color: #ffffff;
}



.bio-calc {
	position: relative;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
}
.bio-calc__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bio-calc__left {
	flex: 0 0 100%;
	max-width: 100%;
}
.bio-calc__right {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	margin-top: 30px;
}
.bio-calc__fields {
	position: relative;
}
.bio-calc__fields-header {
	display: flex;
	margin: 0 -2px 10px;
}
.bio-calc__fields-header p {
	padding: 0px 2px;
	flex: 0 0 38%;
	max-width: 38%;
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0;
}
.bio-calc__fields-header p:last-child {
	flex: 0 0 24%;
	max-width: 24%;
}
.bio-calc__fields_wrap {
	position: relative;
}
.bio-calc__fields-item {
	position: relative;
	display: flex;
	margin: 0 -2px 7px;
}
.bio-calc__fields-item p {
	flex: 0 0 38%;
	max-width: 38%;
	padding: 0 2px;
	margin-bottom: 0;
}
.bio-calc__fields-item p:nth-child(3) {
	flex: 0 0 24%;
	max-width: 24%;
}
.bio-calc__fields-item span.bio-calc-result {
	padding: 10px 2px 10px 10px;
	color: #000 !important;
	border-right: 0;
	background: #FFFFFF;
	border: 1px solid #4784A1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	font-size: 14px;
	height: 100%;
}
.bio-calc__fields-item a.remove_field {
	position: absolute;
	left: -18px;
	font-size: 48px;
	color: red;
	text-decoration: none;
	top: 0;
	line-height: 40px;
	display: none;
}
.bio-calc__fields-item:last-child a.remove_field {
	display: block;
}
.bio-calc__message p {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 600;
}
.bio-calc__message-error {
	color: #DB0909;
	background: #FFFFFF;
	border: 2px solid #DB0909;
	border-radius: 4px;
	padding: 10px 20px;
}
.bio-call-btn {
	position: relative;
	margin-top: 20px;
	z-index: 2;
}
.bio-call-btn__add {
	position: relative;
	background: #455C85;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: none;
	width: 44px;
	height: 44px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	outline: none;
	cursor: pointer;
	padding: 0;
	transition: .25s;
}
.bio-call-btn__add:hover {
	background: #FFF238;
	color: #000000;
}



.bio-calc__main-result {
	position: relative;
	max-width: 400px;
	margin: 0 auto 30px;
}
.bio-calc__main-result-diagram {
	position: absolute;
	top: 65px;
	left: 0;
	z-index: 9999;
	width: 100%;
}
.bio-calc__main-result-diagram span {
	display: block;
	color: #FFFFFF;
	line-height: 1;
}
.bio-calc__main-result-diagram span:nth-child(1) {
	font-size: 90px;
}
.bio-calc__main-result-diagram span:nth-child(2) {
	font-size: 36px;
	font-weight: 700;
}
.bio-calc__main-result-diagram span:nth-child(3) {
	font-size: 24px;
}


.bio-calc__other-result {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -8px -15px;
}
.bio-calc__other-block {
	order: 2;
	margin: 0 0 15px;
	padding: 0 8px;
}
.bio-calc__other-block div {
	background: url(images/flag-eu.svg) no-repeat center;
	background-size: contain;
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
.bio-calc__other-block p {
	font-size: 13.5px;
}
.bio-calc__other-block-center {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	margin: 0 0 15px;
	padding: 0 8px;
	order: 1;
}

.bio-calc__other-result-diagram {
	position: absolute;
	width: 100%;
	top: 37px;
	left: 0;
	z-index: 999;
	text-align: center;
}
.bio-calc__other-result-diagram span {
	display: block;
	color: #1A428A;
	line-height: 1;
}
.bio-calc__other-result-diagram span:nth-child(1) {
	font-size: 56px;
}
.bio-calc__other-result-diagram span:nth-child(2) {
	font-size: 21px;
}
.bio-calc__other-result-diagram span:nth-child(3) {
	font-size: 16px;
}



.dial1 {
	border-color: rgba(255, 255, 255, 0.75);
	color: #4784A1;
	display: inline-block;
	text-align: left;
}
.dial2 {
	border-color: rgba(255, 255, 255, 0.75);
	color: #4784A1;
	display: inline-block;
	text-align: left;
}
.dial1 p,
.dial2 p {
	opacity: 0;
	display: none;
}
.dial1 canvas,
.dial2 canvas {
	/*position: absolute;*/
}


.bio-calc-maquee {
	position: relative;
	background: #CD0000;
	border: 1px solid #890000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	height: 44px;
	display: flex;
	align-items: center;
	padding-right: 12px;
	margin-top: 30px;
	z-index: 1;
}
.bio-calc-maquee a {
	flex: auto;
}
.bio-calc-maquee marquee {
	color: #FFFFFF;
	white-space: pre;
}
.bio-calc-maquee:after {
	content: '';
	background: url(images/hand.svg);
	background-size: contain;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	z-index: 1;
}





@media (min-width: 576px) {
	.modal-dialog {
		margin-left: auto;
		margin-right: auto;
	}

	.bio-calc__other-result {
		align-items: center;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	#bio-calc__other-block-1 {
		order: 1;
	}
	#bio-calc__other-block-2 {
		order: 3;
	}
	.bio-calc__other-block-center {
		flex: 0 0 calc(100% - 146px - 146px);
		max-width: calc(100% - 146px - 146px);
		order: 2;
	}
	.bio-calc__fields-header {
		margin: 0 -10px 10px;
	}
	.bio-calc__fields-header p {
		font-size: 14px;
		padding: 0 10px;
	}
	.bio-calc__fields-item {
		margin: 0 -10px 16px;
	}
	.bio-calc__fields-item p {
		padding: 0 10px;
	}
	.bio-calc__fields-item span.bio-calc-result {
		padding: 10px 12px;
	}
}



@media (min-width: 992px) {
	:root {
		--container: 940px
	}
	body {
		font-size: 16px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 20px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 18px;
	}
	p, ul, ol, blockquote {
		margin: 0 0 20px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], select, textarea {
		font-size: 16px;
		min-height: 50px;
		padding: 10px 20px;
	}
	.button,
	.button-2 {
		min-height: 50px;
		font-size: 18px;
	}
	.button-image {
		flex: 0 0 28px;
		max-width: 28px;
		width: 28px;
	}
	.button-lg {
		min-height: 56px;
	}
	.header-description {
		font-size: 18px;
	}
	.buttons-items{
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 820px;
		margin: 0 auto -20px;
	}
	.buttons-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
		margin: 0 0 20px;
		padding: 0 10px;
	}
	.fixed-phone {
		display: none;
	}
	.accordions-item__head {
		font-size: 18px;
		min-height: 50px;
	}
	.accordions-item__price {
		font-size: 20px;
		max-width: calc(100% - 50px - 20px);
	}
	.accordions-item__button a {
		width: 50px;
		height: 50px;
	}
	.modal-title {
		font-size: 22px;
	}
	.error-404-number {
		font-size: 180px;
	}
	.error-404-text {
		font-size: 20px;
	}


	.bio-calc {
		padding: 40px;
	}
	.bio-calc__fields-header p {
		font-size: 16px;
	}
	.bio-call-btn__add {
		width: 56px;
		height: 56px;
	}
	.bio-calc__fields-item span.bio-calc-result {
		font-size: 16px;
	}
	.bio-calc__message p {
		font-size: 16px;
		margin-top: 30px;
	}
}



@media (min-width: 1200px) {
	:root {
		--container: 1140px
	}

	.bio-calc__left {
		flex: 0 0 calc(100% - 500px - 30px);
		max-width: calc(100% - 500px - 30px);
	}
	.bio-calc__right {
		flex: 0 0 500px;
		max-width: 500px;
		margin-top: 0;
	}
}