/*!
Theme Name: asr-theme
Theme URI: https://asr-service.co.il/
Author: ASR-Service
Author URI: https://asr-service.co.il/
Description: ASR default (Zero) theme for create landing Page
Version: 0.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asr-theme
Tags: #

This theme for Landing page. 
The theme includes blocks:
	- Head Slider
	- About us
	- 6 points serices company
	- Choose us
	- Calculator
	- Lead forms
	- Slider Services
	- Step-by-step instructions
	- Reviews
	- Multilag (ru, en, he)
*/

* {	
	margin: 0;	
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	line-height: 1.15;
	overflow-x: hidden;
	background: var(--color-bg-body);
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

a {
	background-color: transparent;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

img {
	border-style: none;
}

button,
optgroup,
select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

textarea {
	overflow: auto;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Typography
--------------------------------------------- */

@font-face {
	font-family: "Roboto-Regular";
	src: url("fonts/Roboto-Regular.ttf") format("truetype"); 
} 

@font-face {
	font-family: "Roboto-Bold";
	src: url("fonts/Roboto-Bold.ttf"); 
}

@font-face {
	font-family: "MinionPro-Regular";
	src: url("fonts/MinionPro-Regular.otf"); 
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("fonts/Roboto-Medium.ttf"); 
}

@font-face {
	font-family: "RobotoCondensed-Bold";
	src: url("fonts/RobotoCondensed-Bold.ttf"); 
}

@font-face {
	font-family: "BebasNeue-Regular";
	src: url("fonts/BebasNeue-Regular.ttf"); 
}

/* Vars
--------------------------------------------- */

:root {
	--color-1: #757575;
	--color-calc: #757575;
	--color-bg-body: #eceef5;
	--color-bg: var(--color-bg-body);

	--head-bg: #fff;
	--head-height: 100px;

	--head-mobile-bg: #757575;
	--head-mobile-height: 60px;
	--head-mobile-menu-bg: rgba(151, 151, 151, 0.7);

	--buttons-padding: 17px 24px 15px 24px;
	--footer-background-color: #2F323A;
	--angle-default-color: #a3a3a3;
	--form-background-color: #F4F6FB;
	--calc-background-color: #757575;

	--panels-background: rgba(127, 127, 127, 0.7);

	--footer-panel-height: 55px;

	/* Button */
	--bg-button-start: #979797;
	--bg-button-end: #b8b8b8;
}


/* FIX OUTLINE a button */
a:active, a:focus, button:active, button:focus {
	outline: none !important;
}
button::-moz-focus-inner {
	border: 0 !important;
}

/* Site
--------------------------------------------- */

html, body {
  height: 100%;
  margin: 0;
}

.site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1 0 auto;
}

.modal-content {
	margin-top: 30%;
	margin-bottom: 30%;
}

.entry-title {
	text-align: center;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 2rem 0;
}

.addtoany_content {
	margin: 2rem 0 0 0!important;
}

/* HEADER */

.site-header {
	width: 100%;
	height: var(--head-height);
	background: var(--head-bg);
	border-bottom: 1px solid #d6d6d6;
}

.headstep {
	display: flex;
	justify-content: space-between;
	gap: 1.15rem;
	height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Head Logo */
.head-logo-block {
	display: flex;
	align-items: center;
	gap: 1.15rem;
}

.head-logo__image {
	height: 100%;
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

.head-logo__title {
	font-family: 'BebasNeue-Regular';
	font-size: 1.6rem;
	letter-spacing: .08rem;
	line-height: 1.3;
}

.head-logo__title > a {
	color: var(--color-1);
}

.head-navigation {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.15rem;
}

.head-tel {
	min-width: max-content;
	font-size: 1.1rem;
    margin-top: .1rem;
}

.head-tel a > i {
	color: #565656;
}

/* lang swith (temp) */
.lang-switch-temp {
	width: 65px;
	height: 28px;
	background-color: #cccccc;
	border-radius: 5px;
}


.head-support-btn {
    min-width: max-content;
}

/* Head menu */
.header-menu__items {
	display: flex;
	gap: .3rem;
	padding: 0;
	margin: 0;
}

.header-menu__items > li {
	list-style-type: none;
	display: flex;
}

/* Mobile head menu */

.head-mobile {
    display: none!important;
	justify-content: space-between;
	align-items: center;
	gap: .8rem;
    width: 100%;
    height: var(--head-mobile-height);
    background: var(--head-mobile-bg);
    padding: 0px 15px;
    position: fixed;
    top: 0;
    z-index: 9999999;

	/* Boder */
	--border-color: color-mix(in srgb, var(--panels-background), white 25%);
	border-bottom: 1px solid var(--border-color);
}

.head-mobile__button-panel {
	display: flex;
	align-items: center;
	gap: .8rem;
}

/* burger */
.burger {
    display: block;
    position: relative;
    background: none;
    width: 32px;
    height: 28px;
}
.burger > span,
.burger::before,
.burger::after {
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    background: #fff;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
}
.burger::before {
    content: '';
    top: 0;
}
.burger::after {
    content: '';
    bottom: 0;
}
.burger > span {
    top: calc(50% - 2px);
}

.burger.active:before {
    transform: rotate(45deg);
    top: 12px;
    transition: all 0.3s ease 0s;
}
.burger.active:after {
    transform: rotate(-45deg);
    bottom: 12px;
    transition: all 0.3s ease 0s;
}
.burger.active span {
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
/* Burger end */

.head-menu-container {
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
}

.head-menu-content {
    position: absolute;
    transition: all 1s ease 0s;
    transform: translateY(-100%);
	top: var(--head-mobile-height);
    right: 0;
	width: 250px;
    max-width: 300px;
    padding: 30px 30px 30px 30px;
    background: var(--head-mobile-menu-bg);
    z-index: 999999999;
	text-align: right;

	/* Border */
	--border-color: color-mix(in srgb, var(--panels-background), white 25%);
	border-bottom: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
}

.head-menu-content ul {
    padding: 0 0;
	margin-bottom: 0;
}

.head-menu-content li {
    list-style: none;
    padding: 0; 
}

.head-menu-content li:not(:last-child) {
	margin-bottom: 20px;
}

.head-menu-content li a {
    font-family: 'Roboto-Regular';
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
}

/* Home buttons */

.home-button > a {
	display: block;
	animation: home-animation 1.8s infinite;
    -webkit-animation: home-animation 1.8s infinite;
}

.home_button_pc > a {
	width: 36px;
	height: 36px;
	background: url('img/home-icon_dark.png');
	background-size: cover;
}

.home-button_mob > a {
	width: 28px;
    height: 28px;
    background: url('img/home-icon.png');
	background-size: cover;
}

@keyframes home-animation {
    0%  { opacity: 1; }
    40% { opacity: 0.3; }
	80% { opacity: 1; }
}

/* BUTTONS */

.button {
	font-family: "Roboto-Regular";
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;

	font-size: .85rem;
	line-height: 1.3;
	width: max-content;
    padding: var(--buttons-padding);
	
	-webkit-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;

	-webkit-box-shadow: 0px 0px 4px #bababa;
	box-shadow: 0px 0px 4px #bababa;  

	transition: filter 0.4s ease-out;
}
.button_type-1:hover {
	filter: brightness(1.15);
}

.button_type-1 {
	color: #ffff;
	text-shadow: 1px 1px 1px #585858;

	border: solid 2px #fff;
	background: linear-gradient(to right, var(--bg-button-start) 30%, var(--bg-button-end));
}

.button_type-1:focus,
.button_type-1:hover {
	color: #fff;
}

.button_type-2 {
	color: #000;

	border: 2px solid var(--color-1); 
	background: inherit; 
}

.button_type-2:focus,
.button_type-2:hover {
	color: var(--color-1);
}

.button_type-3 {
	color: #ffff!important;
	border: 1px solid #ffff;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: none;
}

.button_type-3:focus,
.button_type-3:hover {
	color: #fff;
	border-color: #fff;
}

.button_type-4 {
	color: #ffff!important;
	border: 1px solid #ffff;
	background: #000;
	box-shadow: none;
}

/* NEXT - PREW Buttons */

/* .slider-navigation {
} */

.angle-wrapper {
	width: 20px;
}

.slider-angle {
	display: block;
	width: 100%;
	padding-top: 183.58%;
	background-color: var(--angle-default-color);
	transition: background-color 0.6s ease;
}

.slider-angle:hover {
	background-color: var(--color-1);
}

.slider-angle_left {
  	mask: url("img/svg/line_angle_left.svg") no-repeat center / contain;
  	-webkit-mask: url("img/svg/line_angle_left.svg") no-repeat center / contain;
}

.slider-angle_right {
	mask: url("img/svg/line_angle_right.svg") no-repeat center / contain;
  	-webkit-mask: url("img/svg/line_angle_right.svg") no-repeat center / contain;
}

/* FOOTER */

.footer {
	flex-shrink: 0;
	background-color: var(--footer-background-color);
	padding: 45px 0;
}

.footer-block {
	padding-top: 1rem;
	padding-bottom: 1rem;
}


/* Footer logo */
.footer-logo {
	width: 130px;
}

.footer-logo > a {
	display: block;
	width: 100%;
}

.footer-logo__image {
	width: 100%;
	aspect-ratio: 1 / 1;

	background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
}

/* Footer Menu */
.footer-menu {
	margin-bottom: 0;
}

.footer-menu__items {
	list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-menu li {
	padding: 5px 0;
}

/* Footer social */
.footer-social {
	display: flex;
	justify-content: end;
	gap: .5rem;
	max-width: max-content;
}

.footer-social__link {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 4px;
}

.footer-social__link_fb {
	background: url('img/social/fb.jpg') no-repeat;
	background-size: cover;
}

.footer-social__link_inst {
	background: url('img/social/inst.jpg') no-repeat;
	background-size: cover;
}

.footer-social__link_youtube {
	background: url('img/social/tube.jpg') no-repeat;
	background-size: cover;
}

.footer-social__link_x {
	background: url('img/social/x.jpg') no-repeat;
	background-size: cover;
}

.footer-social__link_tik-tok {
	background: url('img/social/tik-tok.jpg') no-repeat;
	background-size: cover;
}

/* Footer share */
.footer-share {
	max-width: max-content;
}

.a2a_share-list {
	display: flex;
	gap: .5rem;
}
.a2a_share-list > a {
	display: block;
	width: 28px;
	height: 28px;
	background: radial-gradient(circle at bottom left, #8d8d8d, #6d6d6d 70%);
	border-radius: 4px;
}

.footer p {
	padding: 0;
	margin: 0;
}
.footer p, 
.footer a {
	font-family: "Roboto-Regular";
	color: #a2a3a6;
}
.footer a:hover {
	color: #fff;
}

.footer-title-block {
	margin-bottom: 15px;
}

.footer-title-block h4 {
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #a2a3a6;
}

.footer-contact a {
	display: flex;
	align-items: center;
	gap: .8rem;
}

.footer-contact i {
	display: inline-block;
	font-size: 1.1rem;
}

.footer-contact_phone {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.3rem;
	margin-bottom: .5rem;
}

.privacypolicy {
	font-size: 0.95rem;
} 
.privacypolicy > a {
	display: block;
	text-align: right;
}

/* No display default lang panel WPML */
.wpml-ls-statics-footer {
	display: none;
}

/* Footer Map block */
.footer-map {
	position: relative;
	width: 100%;
	height: 190px;
	border-top: 1px solid #6b6f78;

	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

.footer-map a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* HEAD CAROUSEL */

.header {
	padding: 0 0 40px 0!important;
	margin: 0!important;
}
.header_mobile {
	display: none;
	text-align: center;
	/* padding-top: 60px; */
}

/* .header_bg_block {
	padding: 0 0 30px 0;
} */


.header_img_mobile {
	/* padding: 30px 0px 15px 0px; */
	/* max-width: 180px; */

	width: 100%;
	max-width: 160px;
    aspect-ratio: 1 / 1;

	margin: 40px 0;

    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}


/* ABOUT US */

.welcome-block {
	width: 100%;
	max-width: 570px;
}

.about-post__content {
	--next-block-max-height: 0;

	text-align: justify;

	position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: var(--next-block-max-height);
    overflow: hidden;

	mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
}

.about-post__title h1 {
	font-family: "Roboto-Bold";
    font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);

	margin-top: 0;
	margin-bottom: 15px;
}

.next-container {
	margin-top: 15px;
}

.video-present,
.is-type-video > div {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-present iframe,
.is-type-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is-type-video {
	max-width: 640px;
}


/* SERV */

.serv-icon {
	padding: 0 18%;
}

.serv-icon__image {
	width: 100%;
	max-width: 150px;
}

.serv-icon__desc {
	font-family: "Roboto-Medium";
	text-transform: uppercase;
	font-size: clamp(0.9rem, 0.646rem + 1.27vw, 1.1rem);
	margin-top: 20px;
	margin-bottom: 0;
}

.serv-image {
	position: relative;
	padding: 15px;
}

.serv-image__image {
	width: 100%;
	max-width: 240px;
	aspect-ratio: 1 / 1;

	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;

	border: 3px solid #fff;
	box-shadow: 
		5px 5px 25px -5px rgba(110, 110, 110, 0.40),
		-0px -0px 15px -5px rgba(160, 160, 160, 0.45);
	border-radius: 30px 0px 30px 0px;
}


/* CALCULATOR */

.calc {
	padding-top: 60px;
}

.bgb {
	background-color: rgb(88, 88, 88);
}

.calkbg {
	background-size: cover!important;
	background-position-x: right!important;
	background-position-y: center!important;
	background-repeat: no-repeat!important;
}

.calkbg > div,
.by > div {
	height: 100%;
}

.calc-black {
	background: rgba(0, 0, 0, 0.7);
	padding: 50px 90px;
}

.calc-infomation {
	width: 600px;
	padding: 50px 15px 50px 50px;
}

.calc-panel {
	min-height: 450px;
}

.calc-panel > div {
	color: #fff;
	margin: 15px 0;
}

.calc-panel h3,
.calc-panel p {
	margin: 0;
}

.calc-panel .calc-text {
	font-size: 1.1rem;
}

.calc-panel .calc-desc {
	padding-top: 10px;
}

.calc-panel .left-button {
	text-align: left;
}

.by {
	background: var(--calc-background-color);
}

.calc-infomation h3 {
	margin: 0 0 30px 0;
}

/* SERVICES SLIDER */

.services-carousel-container {
	position: relative;
}

.services-carousel {
	padding: 0 60px;
}

.services-carousel .owl-stage,
.services-carousel .owl-item {
	display: flex;
}

.service-item {
	padding: 0 5px;
}

.service-item__image {
	width: 100%;
}

.service-img {
	width: 100%;
	aspect-ratio: 16 / 9;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

.service-item__title {
	padding: 15px 0;
}

.service-item__title > h4 {
    font-family: "Roboto-Bold";
    font-weight: bold;
	color: var(--color-1);
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.4;
}

.service-item__content {
	flex: 1 1 auto;
	text-align: justify;
}

.service-item__content > p {
	margin-bottom: 0;
}

.service-item__footer {
	margin-top: 20px;

	flex-wrap: wrap;
	flex-wrap: wrap-reverse;
	gap: 1rem;
}

.service-button {
	font-size: .8rem;
}

.service-item__more {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1rem;
	transition: color 0.4s ease-out;
	width: max-content;
}
.service-item__more:focus,
.service-item__more:hover {
	color: #000;
}

.service-item__more img {
	display: inline-block!important; 
	width: 20px!important;
	height: 20px!important;
	margin: -3px 0 0 5px;
}

/* NEXT PREV Buttons Services */
.service-prev {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
	z-index: 99;
}

.service-next {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	right: 0;
	z-index: 99;
}

.angle-wrapper_services {
	width: 16px;
}


/* FORM SUPPORT */

.form {
	padding-top: 60px;
}

.mrminus {
	background-size: cover!important;
	background-position-x: right!important;
	background-position-y: center!important;
	background-repeat: no-repeat!important;
}

.bg-form {
	background-color: var(--form-background-color);
}

.form-support {
	max-width: 450px;
	padding: 70px 30px 70px 60px;
}

.form-support h3 {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.5rem;
	text-transform: uppercase;
}
.form-support p {
	font-family: "Roboto-Regular";
	font-weight: bold;
	margin: 0 0 30px 0;;
}
.validate-form input::placeholder {
	font-family: "Roboto-Regular";
	font-size: 1rem;
}

/* ORDER NUMS */

.number-block .number {
	font-family: "MinionPro-Regular";
	font-size: 12rem;
	color: #c0c7d2;
	line-height: 0.7;
}

.number-block .text {
	padding: 0 0 0 15px;
}

.number-block .text h5 {
	font-family: "Roboto-Medium";
	font-size: 1.5rem;
	color: var(--color-1);;
	margin: 20px 0 15px 0;
}
.number-block .text p {
	font-family: "Roboto-Regular";
	font-size: 1.1rem;
	color: #000;
	width: 170px;
}

/* REWIEWS */

.reviews-carousel-container {
	position: relative;
	min-height: 350px;
	margin-bottom: 50px;
}

.review {
	max-width: 66%;
	margin: 0 auto;
}

.review__client-container {
	margin-top: 3rem;
}

.review__content {
	width: 100%;
	padding: 0 4rem;
}

.review__content > p {
	text-align: justify;
	margin: 0;
}

.review__border {
	position: relative;
	width: 100%;
	height: 2.5rem;
	margin-bottom: 20px;
	border-width: 0 1px 1px 1px;
  	border-style: solid;
  	border-color: #c4cad5;
}

.review__border::before {
	content: '';
    position: absolute;
    left: 48%;
    bottom: -35px;
    border: 15px solid transparent;
    border-top: 20px solid #c4cad5;
}
.review__border::after {
	content: '';
    position: absolute;
    left: 48%;
    bottom: -34px;
    border: 15px solid transparent;
	border-top: 20px solid var(--color-bg-body);
}

.review__client-photo {
	display: flex;
	justify-content: center;
}

.client-photo {
	width: 150px;
	aspect-ratio: 3 / 4;
	border-radius: 25px 0px;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}

.review__client-name {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem;
	margin: 1.2rem 0 .3rem 0;
}

.client-name {
	font-family: "Roboto-Bold";
	font-size: 1.1rem;
	line-height: 1.1;
	color: #424242;
}

.review__client-country {
	text-align: center;
}

.client-fb-button {
	display: block;
	width: 20px;
	aspect-ratio: 1 / 1;
	background: url('img/social/fb.jpg') no-repeat;
    background-size: cover;
	border-radius: 3px;
}

/* NEXT PREV Buttons Reviews */
.review-prev {
	position: absolute;
	bottom: 165px;
	left: calc(50% - 150px);
	z-index: 99;
}

.review-next {
	position: absolute;
	bottom: 165px;
	right: calc(50% - 150px);
	z-index: 99;
}

.angle-wrapper_reviews {
	width: 16px;
}


/* Footer Panel */

.footer-panel {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: var(--footer-panel-height);
	display: none;
	background: var(--panels-background);

	/* border */
	--border-color: color-mix(in srgb, var(--panels-background), white 40%);
	border-top: 1px solid var(--border-color);

	z-index: 999;
}

.footer-panel .footer-panel-item {
	padding-top: 2px;
	width: 20%;
	height: 100%;
}

.footer-panel .footer-panel-item:not(:last-child) {
	--border-color: color-mix(in srgb, var(--panels-background), white 40%);
	border-right: 1px solid var(--border-color);
}

.footer-panel .footer-panel-item a {
	font-size: clamp(0.65rem, 0.25rem + 2vw, 0.75rem);
	color: #fff;
	text-align: center;
}

.fp-img-1 {
	width: calc(30px - 7px);
	height: calc(31px - 7px);
	margin: 2px auto;
}

.whatsapp-icon {
	position: relative;
    background: url("img/footer-panel/fp-whats_2.png") no-repeat;
    background-size: cover;
}

.whatsapp-icon::before {
    content: '1';
    position: absolute;
    top: 0;
    left: calc(100% + 2px);
    padding: 3px 3.8px 1px 3.8px;
    border-radius: 50%;
    background: #d63600;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1;
}


/* Lang Switch panel */

.lang-panel {
	--language-switcher-button-color: #404040;
	--language-switcher-list-color: #404040;
	--language-switcher-font-size: .92rem;
	--language-switcher-margin-list: 10px;

	width: max-content;
	padding-top: 1px;
}

.lang-panel__button {
	display: flex;
	align-items: center;
	gap: .45rem;

	font-family: "Roboto-Regular";
	font-weight: bold !important;
	text-transform: uppercase;
	color: var(--language-switcher-button-color);
	font-size: var(--language-switcher-font-size);
}

.lang-panel__county-image {
	width: 25px;
	border: 1px solid #dbdbdb;
}

.lang-panel ul {
	min-width: max-content;
	padding: 0px 0;
	margin-top: var(--language-switcher-margin-list)!important;
	overflow: hidden;
}

.lang-panel__item {
	font-family: "Roboto-Regular";
    font-weight: bold !important;
	text-transform: uppercase;
    color: var(--language-switcher-list-color);
	font-size: var(--language-switcher-font-size);

    background: none;
    border: 0px;
    padding: 10px 15px;
    text-align: center;
	line-height: 1.3;
}

.lang-panel .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #dee0e4;
}

.lang-panel__item:hover,
.lang-panel__item:focus,
.lang-panel__item:active {
	background-color: #f2f4f7;
	color: color: var(--language-switcher-dropdown-color);
}

.lang-panel__item .lang-panel__county-image {
	margin-left: .25rem;
}

.dropdown-menu-center {
  left: 50% !important;
  transform: translate3d(-50%, 24px, 0px)!important;
}


/* -------------------------------------------------- */

.main-container {
	padding: 30px 0;
}

.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4 {
	margin-bottom: 30px;
}

body,
button,
select,
optgroup {
	color: #404040;
	font-family: 'Roboto-Regular';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.mt40 {
	margin-top: 40px;
}


/* Elements
--------------------------------------------- */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	color:#000000; 
}

a:visited {
	text-decoration: none;
	
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color:#000000; 
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.white {
	color:#fff;
}

.black {
	color:#000000
}

.arrow {
	background-image: url('img/ok.png');
	background-repeat: no-repeat;
	background-position: center;

}

.cnt {
	text-align: center;
}

.c2 {
	color:var(--color-1);;
}

p {
	font-family: "Roboto-Regular";
	/* text-align: right; */
}

.posit {
	position: absolute;
	margin-top: -30px;
	margin-left: 300px;
}

.txtyellow {
	color: var(--color-1);
}

input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

body, html {
    position: relative;
}

.next-button a {
	width: 45px;
	height: 45px;
	background: url('img/ok.png') no-repeat;
	margin: 30px 0 0 0;
}

.name-block {
	width: 100%;
	padding: 35px 0;
}
.name-block h2 {
	font-family: "RobotoCondensed-Bold";
	text-transform: uppercase;
	margin: 0;
}

.persp .imle {
	padding-right: 30px;
}

.persp .imle > img {
	width: 110px;
	max-width: 110px;
}

.persp h4 {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.3rem;
}

.modal-dialog {
	margin: 0 auto!important;
}
.modal {
	padding: 0 15px!important;
}

#supportModal .close {
	font-size: 30px;
	line-height: 0;
}

#supportModal .modal-dialog {
	max-width: 400px;
}

.support-form {
	padding: 15px 15px 10px 15px;
}

.support-form input[type="text"],
.support-form input[type="email"] {
	width: 100%;
	padding: 5px 0;
	margin: 5px 0;
	text-align: right;
	border-bottom: 1px solid rgb(206, 206, 206);
}

.support-form input[type="text"]:focus,
.support-form input[type="email"]:focus {
	border-bottom: 1px solid rgb(255, 127, 42)!important;
}

.support-form input[type="text"]::placeholder,
.support-form input[type="email"]::placeholder {
	color: rgb(54, 54, 54);
}

.support-form input[type="submit"] {
	margin: 20px 0 0 0;
}

/* Form block */

.form-2 {
	width: 100%;
}

.form-2 input[type="text"],
.form-2 input[type="email"] {
	background: none;
	border-bottom: 1px solid rgb(167, 167, 167);
	margin: 10px 0;
	padding: 2px;
	width: 100%;
}

.form-2 input[type="text"]:focus,
.form-2 input[type="email"]:focus {
	border-bottom: 1px solid rgb(255, 127, 42)!important;
}

.form-2 input[type="text"]::placeholder,
.form-2 input[type="email"]::placeholder {
	color: rgb(54, 54, 54);
}


.post-thumbnail {
	width: 50%;
}

.video-frame iframe {
	width: 100%;
}

/* CAROUSEL STYLE */

.carousel .carousel-control-prev .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' fill='rgb(255, 255, 255)'/></svg>");
}
.carousel .carousel-control-next .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2523fff'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' fill='rgb(255, 255, 255)'/></svg>");
}


.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 4rem;
    height: 4rem;
}
.carousel .carousel-indicators {
	margin-bottom: 0;
	bottom: -45px;
}
.carousel-indicators [data-bs-target] {
	background-color: var(--color-1);
	width: 15px;
    height: 15px;
	border-radius: 50%;
}

/* CAROUSEL STYLE END */


.is-type-video .wp-block-embed__wrapper {
	text-align: center;
}

#supportModal .modal-title,
#supportModal .close {
    color: var(--color-1);
}

.post-panel a {
	margin: 0 5px 15px 0;
}
.post-panel a:hover {
	color: #fff;
}
.post-panel a:focus {
	color: #fff;
}

.wpcf7-spinner {
	display: none;
}

/* Page not found */
.pnf h1 {
	text-align: center;
	font-size: 4rem;
	margin: 0;
}

.pnf h2 {
	text-align: center;
	font-size: 2.2rem;
	margin: 0;
}


.word-spacing {
	word-spacing: 10px;
}


/* Old buttom form FIX center */
.fix-form-button-old {
	position: relative;
	text-align: left;
}
.fix-form-button-old > p {
	margin: 0;
}
.fix-form-button-old > .wpcf7-spinner {
	position: absolute;
    margin: 0;
    right: 0;
    top: 45px;
}


/* Develop mode fix foooter message */
@media screen and (max-width: 576px) {
	body::after {
		content: '';
		display: block;
		width: 100%;
		height: 53px;
		background: #2F323A;
	}
}

@media screen and (max-width: 1200px) {

	/* ORDER NUMS */

	.numbers {
    	margin-top: 40px;
	}
	.numbers:nth-child(1), .numbers:nth-child(2) {
    	margin-top: 0px;
	}

	.number-block .text h5 {
    	font-size: 1.2rem;
    	margin: 10px 0 10px 0;
	}

	.number-block .text p {
    	font-size: 1rem;
    	max-width: 350px;
	}

	.number-block .number {
    	font-family: "MinionPro-Regular";
    	font-size: 9.5rem;
    	color: #c0c7d2;
    	line-height: 0.7;
	}

	.man img {
		width: 100%!important;
	}

	.head-tel {
		display: none;
	}

	/* SERVICES */
	.services-carousel {
    	padding: 0 40px;
	}

}

@media screen and (max-width: 992px) {
	.man {
		display: none;
	}

	/* Reviews */
	.review {
    	max-width: 83%;
	}

}

/* Fix WP adminBar Mobile */
@media screen and (max-width: 782px) {
	html {
		margin-top: 0!important;
	}

    html #wpadminbar {
        display: none;
    }

}

@media screen and (max-width: 768px) {

	/* Footer block */
	.footer-menu {
		text-align: center;
		margin: 0;
	}

	.footer-menu__items {
		width: 260px;
	}

	.footer-menu li:not(:last-child) {
		border-bottom: 1px solid;
		border-image: linear-gradient( to right, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 95%) 1 0%;
	}

	.privacypolicy > a {
		text-align: center;
	}

	#calcModal .modal-dialog {
		margin-top: 100px;
	}

	.calc-infomation,
	.calc-black  {
		width: 100%;
		padding: 50px 85px 50px 85px;
	}
	.calc-panel .left-button {
		text-align: center;
	}
	

	h1 {
		font-size: 1.5rem;
	}

	.menu-fix:before { 
		display: block; 
		content: " "; 
		margin-top: -60px; 
		height: 60px;
		visibility: hidden; 
	}
	.menu-fix-post:before { 
		display: block; 
		content: " ";
		height: 60px;
		visibility: hidden; 
	}

	.height-block {
		margin-bottom: 15px;
	}

	.form-support {
		width: 100%;
		padding: 50px 30px 50px 30px;
		margin: 0 auto;
	}

	/* Header */
	body {
		margin-top: var(--head-mobile-height);
	}

	.site-header {
		display: none;
	}

	.head-mobile {
        display: flex!important;
    }

	/* Mobile menu */
	.head-menu-container.active {
    	visibility: visible;
	}

	.head-menu-content.active {
        transform: translateY(0);
        transition: all 1s ease 0s;
    }

	.body-hidden {
        overflow-y: hidden!important;
    }

	/* Lang Switch panel */
	.head-mobile__lang-switch > .lang-panel {
		--language-switcher-button-color: #ffffff;
		--language-switcher-margin-list: 25px;
	}

	/* About */
	.about-post__content {	
    	--next-block-max-height: 250px;
	}

	/* Calculator */

	.calc-infomation h3 {
        text-align: center;
	}

	/* Reviews */
	.review {
    	max-width: 100%;
	}

}

@media screen and (max-width: 576px) {

	/* Nums block */
	.numbers:nth-child(2) {
		margin-top: 40px;
	}

	/* Slider */
	.slider__item {
		margin: 0!important;
	}

	.modal-calc-price .price-body span, .modal-calc-price .price-body input {
		font-size: 0.8rem;
		padding: 12px 8px;
		margin: 0;
	}

	.modal-calc-price .price-body input {
		width: 85px;
    	font-size: 1rem;
	}

	.modal-calc-price .price-body {
		font-size: 0.9rem;
	}

	.calc-infomation,
	.calc-black  {
		padding: 50px 30px 50px 30px;
	}
	.calc-panel {
		min-height: auto;
	}

	.mrminus {
		height: 0;
		padding-bottom: 56.25%;
	}

	.footer-panel {
		display: flex;
	}

	.ft {
		padding: 30px 0px 75px 0;
	}

	.form-support h3,
	.form-support p {
		text-align: center;
	}	

	/* Old buttom form FIX center */
	.fix-form-button-old {
		text-align: center;
	}

	/* Reviews */
	.review__content {
		padding: 0 2rem;
	}

	/* Head Carousel */
	.header_img_pc {
		display: none;
	}

	.header_mobile {
		display: block;
	}

}

@media screen and (max-width: 400px) {

	/* Reviews */
	.review-next {
		right: calc(50% - 130px);
	}

	.review-prev {
		left: calc(50% - 130px);
	}

	.service-button {
		display: none;
	}
}