* {	margin: 0;	padding: 0;}
html {
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	line-height: 1.15;
	overflow-x: hidden;
	background: var(--color-bg-body);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* 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-Bold";
	src: url("fonts/BebasNeue-Bold.ttf"); 
}


:root {
    --color-1: #43525f;
	--color-calc: #43525f;
	--color-bg-body: #f2f3ef;
	--color-bg: var(--color-bg-body);
}


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

.site-header {
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 0 0;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.headstep {
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu#primary-menu {
	height: 21px;
	padding: 0;
}
.menu#primary-menu li {
	display: inline;
	line-height: 58px;
}

.menu#primary-menu li a {
	font-family: "Roboto-Regular";
	font-weight: bold;
	text-decoration:none;
	color:#ffff;
	padding: 20px 25px;

	border:solid 2px #fff;
	-webkit-border-radius:17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;
	-moz-border-radius-topleft:17px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:17px;

	background-image: linear-gradient(to right, #546574 30%, #617c93);
	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}

.menu#menu-footer_menu {
	list-style: none;
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}

.menu#menu-footer_menu li {
	margin-bottom: 4px;
}

	.btn-zakaz {
		font-family: "Roboto-Regular";
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 0.9rem;
		color:#000;
		padding: 20px 25px;

		border:solid 2px var(--color-1); 
		border-radius: 17px 0px 17px 0px;
		-webkit-border-radius:17px 0px 17px 0px;
		-moz-border-radius-topleft:17px;
		-moz-border-radius-topright:0px;
		-moz-border-radius-bottomleft:0px;
		-moz-border-radius-bottomright:17px;  

		margin-left: 30px;
		background: inherit; 
		-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
		-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
		box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
			
	}

	.txtr {
		text-align:right;
	}

	.txtr a {
		font-family: "Roboto-Regular";
		font-size: 1.4rem;
	}

	.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);;
	}


	.mt10 {
		margin-top: 10px;
	}
	.mt15 {
		margin-top: 15px;
	}
	.mt20 {
		margin-top: 20px;
	}
	.mt25 {
		margin-top: 25px;
	}
	.mt30 {
		margin-top: 30px;
	}
	.mt35 {
		margin-top: 35px;
	}
	.mt40 {
		margin-top: 40px;
	}
	.mt45 {
		margin-top: 45px;
	}
	.mt50 {
		margin-top: 50px;
	}
	.mt55 {
		margin-top: 55px;
	}.mt60 {
		margin-top: 60px;
	}

	.mt85 {
		margin-top: 85px;
	}

	.mt100 {
		margin-top: 100px;
	}

	.mb10 {margin-bottom: 10px;}
	.mb15 {margin-bottom: 15px;}
	.mb20 {margin-bottom: 20px;}
	.mb25 {margin-bottom: 25px;}
	.mb30 {margin-bottom: 30px;}
	.mb35 {margin-bottom: 35px;}
	.mb40 {margin-bottom: 40px;}
	.mb45 {margin-bottom: 45px;}
	.mb50 {margin-bottom: 50px;}
	.mb75 {margin-bottom: 75px;}
	.mb100 {margin-bottom: 100px;}

	.ml10 {margin-left: 10px;}
	.ml15 {margin-left: 15px;}
	.ml20 {margin-left: 20px;}
	.ml25 {margin-left: 25px;}
	.ml30 {margin-left: 30px;}
	.ml35 {margin-left: 35px;}
	.ml40 {margin-left: 40px;}
	.ml45 {margin-left: 45px;}
	.ml50 {margin-left: 50px;}

	.mr10 {margin-right: 10px;}
	.mr15 {margin-right: 15px;}
	.m100 {
		margin: 100px;
	}
	.ft {
		height: auto;
		background-color: #2F323A;
		color:#fff
	}

.ml100 {
	margin-left: 100px;
}

.by {
	background: #43525f;
}

.by h3 {
	margin: 0 0 30px 0;
}


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

.orderblack {
	text-decoration:none; 
	text-transform: uppercase;
	text-align:center; 
	padding:15px 20px 15px 20px; 
	border:solid 1px #ffff; 
	-webkit-border-radius:17px 0px 17px 0px; 	 				 
	border-radius: 17px 0px 17px 0px; 					
	-moz-border-radius-topleft:17px; 					
	-moz-border-radius-topright:0px; 					
	-moz-border-radius-bottomleft:0px; 					
	-moz-border-radius-bottomright:17px;  
	font-family: "Roboto-Bold";
	font-size: 0.8rem;
	color: #fff;
	/* display: inline; */
	/* line-height: 58px; */
	background-image: linear-gradient(to right, #000000, #000000 51%, #000000);
	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #E4C076; 
	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #E4C076;  
	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #E4C076; 
}

.btn-yellow {
	text-decoration: none; 
	text-transform: uppercase;
	text-align: center; 
	padding: 15px 20px 15px 20px; 
	border: solid 1px #ffffff; 
	-webkit-border-radius: 17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;
	-moz-border-radius-topleft: 17px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 17px;  
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 0.8rem;
	display: inline;
	color: #ffff; 
	background-image: linear-gradient(to right, #546574 30%, #617c93);
	-webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
	box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
}

.posit {
	position: absolute;
	margin-top: -30px;
	margin-left: 300px;
}
.rcbg {
	height: 450px;
background-color: rgba(0, 0, 0, 0.64);
}
.wd45 {
	width: 45%;
}
.wd50 {
	width: 50%;
}

.wd100 {
	max-width: 100%;
	width: 100%;
}

.bg-form {
	background-color: #F4F6FB;
}

.calkbg {
	background: url('img/calc-bg.jpg') no-repeat;
}
.mrminus {
	background: url('img/form-bg.jpg') no-repeat;
}

.calkbg, .mrminus {
	background-size: cover;
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
}

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


.bigsize {
    font-size: 150px;
  }

 .fl {
   float: left;
 }
  .fr {
    float: inline-start;
  }

  .fs30 {
	font-size: 30px;
}
  .fs35 {
	  font-size: 35px;
  }

 

  .fs19 {
	  font-size: 19px
  }

  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;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #fff;  
}

.wrap-login100 {
  width: 390px;
  background: #fff;
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}

.login100-form-avatar {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-avatar img {
  width: 100%;
}


.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #c80000;

  display: block;
  position: absolute;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Login more ]*/
.login-more li {
  position: relative;
  padding-left: 16px;
}

.login-more li::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cccccc;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

body, html {
    height: 100%;
    position: relative;
}

.otz {
	margin-bottom: 55px;
}

 .otz .otz-text {
	padding: 0px 60px;
 }

.otz-border {
	height: 35px;
	border-bottom: 1px solid #c4cad5;
	border-left: 1px solid #c4cad5;
	border-right: 1px solid #c4cad5;
	padding: 20px;
	position: relative;
	margin: 0px 0px 50px 0px;
}
.otz-border::before, .otz-border::after {
	content: ''; 
	position: absolute;
	left: 48%; bottom: -35px;
	border: 15px solid transparent;
	border-top: 20px solid #c4cad5;
}
.otz-border::after {
	border-top: 20px solid var(--color-bg-body);
	bottom: -34px; 
}

.otz-text p {
	font-family: "Roboto-Regular";
	margin: 0px 0px;
	font-size: 1.1rem;
}
.otz-author .otz-photo {
	position: relative;
	width: 160px;
	height: 208px;
	overflow: hidden;
	background: #d9d9d9;
	border-radius: 25px 0px;
}

.fb-otz {
	display: inline-block;
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    background: url('img/social/fb.png');
    background-size: cover;
    margin: 0 0 0 5px;
}

.otz-photo img {
   width: 100%;
}

.otz-author .otz-name p {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.2rem;
	margin: 15px 0 0 0;
}
.otz-author .otz-name span {
	font-family: "Roboto-Regular";
}

.left-right {
	border: solid black;
	border-width: 0 2px 2px 0;
	border-color: #747474;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 30px;
}
.left-right:hover {
	cursor: pointer;
	border-color: var(--color-1);
}
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}


/* Footer block */
.ft {
	padding: 60px 0px 60px 0px;
}

.ft .row-social div {
	width: 26px;
	height: auto;
	margin: 0 4px;
}

.logo-footer {
	width: 175px;
}

/* Footer Menu */

.footer-menu {
	margin: 30px 0px 0px 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

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

.ft p {
	padding: 0;
	margin: 0;
}
.ft p, .ft a {
	font-family: "Roboto-Regular";
}
.ft h4 {
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	font-size: 1.1rem;
	margin-bottom: 15px;
}
.ft a, .ft h4, .ft a, .ft p {
	color: #a2a3a6;
}
.footer-button {
	font-weight: bold;
	color: #ffff!important;
	border: 1px solid #ffff;
	padding: 15px 30px 15px 30px;
	border-radius: 15px 0px; 
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.2);
}
.footer-button:hover {
	color: #fff!important;
	border-color: #fff!important;
}
.ft .phone {
	margin-bottom: 16px;
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.3rem;
}
.ft .phone > a, .ft .post > a  {
	padding-left: 10px;
}
.ft a:hover {
	color: #fff;
}

.privacypolicy {
	font-size: 0.95rem;
} 
.ft .soc {
	text-align: right;
}

/* Footer block end */

/* Footer Map block */
.footer-map {
	position: relative;
	width: 100%;
	height: 190px;
	background: url('img/footer-map.png') no-repeat;
	background-size: cover;
	background-position: center center;
	border-top: 1px solid #6b6f78;
}

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

/* Nums block */
.nums .number {
	font-family: "MinionPro-Regular";
	font-size: 12rem;
	color: #c0c7d2;
	line-height: 0.7;
}
.nums .text {
	padding: 0 0 0 15px;
}
.nums .text h5 {
	font-family: "Roboto-Medium";
	font-size: 1.5rem;
	color: var(--color-1);;
	margin: 20px 0 15px 0;
}
.nums .text p {
	font-family: "Roboto-Regular";
	font-size: 1.1rem;
	color: #000;
	width: 170px;
}
/* Nums block end */


/* OWL General */
.owl-custom {
	position: relative;
}

.owl-nav-custom div {
	position: absolute;
	border: solid black;
	border-width: 0 2px 2px 0;
	border-color: #747474;
	display: inline-block;
	width: 20px;
	height: 20px;
}

.owl-nav-custom div:hover {
	cursor: pointer;
	border-color: var(--color-1);
}

.owl-nav-custom .customNextBtn {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.owl-nav-custom .customPrevBtn {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


/* Slider OWL Reviews */

.owl-custom-reviews {
	padding: 0;
}
.owl-nav-custom-review div {
	bottom: 180px;
}
.owl-nav-custom-review .customNextBtn {
	left: 37%;
}
.owl-nav-custom-review .customPrevBtn {
	right: 37%;
}

/* Slider OWL Reviews END */


@media screen and (max-width: 991px) {
	.owl-nav-custom-review .customNextBtn {
		left: 32%;
	}
	.owl-nav-custom-review .customPrevBtn {
		right: 32%;
	}
}

@media screen and (max-width: 768px) {
	.owl-nav-custom-review .customNextBtn {
		left: 26%;
	}
	.owl-nav-custom-review .customPrevBtn {
		right: 26%;
	}
}

@media screen and (max-width: 575px) {
	.owl-custom-reviews {
		padding: 0!important;
	}
	.owl-nav-custom-review .customNextBtn {
		left: 10%;
	}
	.owl-nav-custom-review .customPrevBtn {
		right: 10%;
	}
}


/* Slider OWL Services */

.owl-custom-services {
	padding: 0 60px;
}
.owl-nav-custom-services div {
	top: 50%;
}
.owl-nav-custom-services .customNextBtn {
	left: 0;
}

.owl-nav-custom-services .customPrevBtn {
	right: 0;
}

/* Slider OWL Services END */


.slider-text {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.5;
}

.slider-panel {
	margin: 15px 0 0 0;
}

.slider-panel div {
	margin: 0;
	padding: 0;
}

.slider-content p {
	padding: 15px 0px 15px 0px;
	margin: 0px;
}

.slider__item p {
	font-family: "Roboto-regular";
	font-size: 1.1rem;
}
.slider__content_views {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.1rem;
}
.slider__content_views img {
	display: inline-block!important; 
	width: 20px!important;
	height: 20px!important;
	margin: -3px 0 0 5px;
}


.quiz {
	padding-top: 60px;
}


.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;
}

.services-description {
	font-family: "Roboto-Medium";
	text-transform: uppercase;
	font-size: 1.1rem;
	padding: 0 20;
}

.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;
}

.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;
}

.btn-yellow-form {
	font-family: "Roboto-Bold";
	font-size: 0.8rem;
	font-weight: bold;
	text-decoration:none; 
	text-transform: uppercase;
	color:#ffff;
	text-align:center;
	background: linear-gradient(to right, #536573 30%, #617c93);
	padding: 15px 25px 15px 25px; 
	border: solid 2px #ffffff; 
	-webkit-border-radius:17px 0px 17px 0px;
	border-radius: 17px 0px 17px 0px;
	-moz-border-radius-topleft:17px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:17px;
	box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
	-webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
	-moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;
} 

.header {
	padding: 0 0 45px 0!important;
	margin: 0!important;
}
.header_mobile {
	display: none;
	text-align: center;
	padding-top: 60px;
}
.header_bg_block {
	padding: 0 0 30px 0;
}
.header .header_img_mobile_bg {
	width: 100%;
}
.header .header_img_mobile {
	padding: 30px 0px 15px 0px;
	max-width: 180px;
}

.services_img {
	padding: 15px;
}
.services_img img {
	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;
}
.services_img {
	position: relative;
}

.services_arrow {
	position: absolute;
	top: 62%;
	left: -20px;
}

/* панель внизу сайта */

.footer-panel {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: none;
	background: rgba(67, 82, 95, 0.75);
	border-top: 1px solid #83a5c2;
	z-index: 999;
}

.footer-panel .footer-panel-item {
	padding: 4px 0 2px 0;
	width: 20%;
}

.footer-panel .footer-panel-item:not(:last-child) {
	border-right: 1px solid #83a5c2;
}

.footer-panel .footer-panel-item a {
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
}

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

/* Жёлтая панель КОНЕЦ */

.form {
	padding-top: 60px;
}

.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;
}

/* Form block */

/* Calculator Form */

#calcModal .modal-body {
	padding: 0;
}

#calcModal .modal-content {
	position: relative;
}

#calcModal .close {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 2.5rem;
	line-height: 1.3;
	color: var(--color-calc);
	z-index: 999;
}

.modal-calc-head {
	font-family: "Roboto-Bold";
	font-weight: bold;
	font-size: 1.15rem;
	text-transform: uppercase;
	padding: 45px 15px 20px 15px;
	color: #484747;
	margin: 0 0 20px 0;
}
.modal-calc-head h5 {
	font-family: "Roboto-Bold";
	font-size: 1.65rem;
	color: var(--color-calc);
	margin: 0;
	line-height: 1.4;
}

/* Colors */

.modal-c-grey {
	background: #dfdfdf;
}

.modal-text-yelow {
	color: var(--color-calc);
}

.modal-text-black {
	color: #484747;
}

/* Title */

.modal-title h6 {
	font-family: "Roboto-Bold";
	font-size: 1.3rem;
	margin: 0;
	padding: 15px 0;
}


/* Services */

.modal-calc-services {
	padding: 0px 30px 15px 30px;
}

.modal-calc-services div {
	margin: 15px 0 0 0;
}

.modal-calc-services div label {
	font-family: "Roboto-Regular";
	font-size: 1.05rem;
}

/* Price */

.modal-calc-price {
	padding: 15px 15px 15px 15px;
}

.modal-calc-price .price-body {
	padding: 15px 0;
}

.modal-calc-price .price-body {
	font-family: "Roboto-Bold";
	font-size: 1.1rem;
}

.modal-calc-price .price-body span,
.modal-calc-price .price-body input {
	font-size: 1rem;
	padding: 10px 15px;
	border-radius: 6px;
	border: 1px solid var(--color-calc);
	margin: 0 8px;
}

.modal-calc-price .price-body span {
	color: var(--color-calc);
	background: #fff;
}

.modal-calc-price .price-body input {
	width: 100px;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	/* background: #757474; */
	background: linear-gradient(#757474, #5c5a58);
}

/* Form */

.modal-calc-form {
	padding: 0px 30px 30px 30px;
}

.modal-calc-form input {
	background: none;
	border-bottom: 1px solid #b4b3b3;
	margin-top: 15px;
	padding: 3px 0;
}
.modal-calc-form input::placeholder {
	color: #000;
}

/* Button */

.modal-calc-button {
	padding: 30px 15px;
}

/* Style Checkbox Calculator */
input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}
input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    line-height: 20px;
    cursor: pointer;
}
input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-calc);
    background-color: #ffffff;
}
input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
	content: "";
    position: absolute;
	left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    background: var(--color-calc);
}
input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
/* Style Checkbox Calculator END */

/* Style range Calculator */
.modal-calc-range {
	padding: 15px 30px;
	position: relative;
	color: #90908f;
	line-height: 1.3;
}

.modal-calc-range p {
	font-family: "Roboto-Regular";
	font-size: 1rem;
	margin-top: 15px;
	font-style: italic;
}

.range-calc {
	margin-bottom: 25px;
}

.range-min, .range-max {
	font-family: "Roboto-Regular";
	font-size: 1rem;
}

.range-min {
	position: absolute;
	top: 45px;
	left: 30px;
}
.range-max {
	position: absolute;
	top: 45px;
	right: 30px;
}

input[type="range"]  {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
	height: 5px;
	background-color: var(--color-calc);
}
input[type="range"]::-webkit-slider-thumb {
	border: 2px solid var(--color-calc);
	background-color: var(--color-calc);
	background-image: url('img/calc-1.png');
	background-size: 55%;
	background-position: 7px 9px;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
	width: 35px;
	height: 35px;
	-webkit-appearance: none;
	margin-top: -15px;
}
input[type="range"]::-moz-range-track {
	border-radius: 10px/100%;
	height: 5px;
	border: 1px solid cyan;
	background-color: #fff;
}
input[type="range"]::-moz-range-thumb {
	background: #ecf0f1;
	border: 1px solid cyan;
	border-radius: 10px/100%;
	cursor: pointer;
}
/* Style range Calculator END */

.form-2 {
	width: 100%;
}

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

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

.form-2 span > input:not([type="submit"])::placeholder,
.form-2 span > input[type="tel"] {
	color: rgb(70, 70, 70);
}

.form-2.support-form .fix-form-button-old {
	text-align: center!important;
} 

.fixPlaceholader {
	color: #000!important;
}


/* Логотип в верхушке сайта */
/* .head-logo-block {
	max-width: 20%;
} */

.menu-line {
	margin-top: -20px;
}

.head-logo-block .logo-pc {
	max-width: 160px;
}

.head-logo-block .logo-text {
    display: block;
    font-family: 'BebasNeue-Bold';
    font-size: 1.6rem;
    color: var(--color-1);
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    line-height: 1.1;
    padding: 0;
    margin: 0 0 0 15px;
}

.yelow-text {
	color: #ff7e00!important;
}

/* Блок обратной связи верхушка */
.head-phone-block .btn-zakaz {
	margin-left: 0;
}


/* Языки */

.lang-panel {
	margin: -3px 0 0 20px;
}

.lang-panel ul {
	min-width: 0;
}

.lang-panel span,
.lang-panel a {
	font-size: 0.95rem;
	font-weight: bold!important;
	color: rgb(117, 117, 117);
}

.lang-panel span::after,
.lang-panel a::after {
	content: '';
	display: inline-block;
	width: 25px;
    height: 17px;
    color: transparent;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    top: 4px;
	left: 2px;
    background-position: 0 0;
    border: 1px solid #dedede;
}

.lang-panel span.lang-ru::after,
.lang-panel a.lang-ru::after {
	background: url('img/flags/ru.png') no-repeat;
	background-size: contain;
}

.lang-panel span.lang-gb::after,
.lang-panel a.lang-gb::after {
	background: url('img/flags/gb.png') no-repeat;
	background-size: contain;
}

.lang-panel span.lang-iw::after,
.lang-panel a.lang-iw::after {
	background: url('img/flags/il.png') no-repeat;
	background-size: contain;
}

.dropdown-menu a:active {
	background: inherit;
}


/* Mobile head menu */

.head-mobile-menu {
    display: none!important;
    width: 100%;
    height: 60px;
    background: var(--color-1);
    padding: 0px 15px;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #5c7b95;
    z-index: 9999999;
}

.head-mobile-menu .head-mobile-menu-icon span  {
	color: #fff;
	line-height: 1;
	font-weight: bold;
}
.head-mobile-menu .head-mobile-menu-icon-show {
	font-size: 2.3rem;
}
.head-mobile-menu .head-mobile-menu-icon-hide {
	font-size: 2rem;
}

.head-menu-container {
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
}
.head-menu-content {
	display: none;
	max-width: 300px;
	padding: 30px 30px 30px 30px;
    background: rgba(67, 82, 95, 0.7);
    border-right: 1px solid #5c7b95;
	border-bottom: 1px solid #5c7b95;
	z-index: 999999999;
}
.head-menu-content ul {
    padding: 0 0; 
}
.head-menu-content li {
    list-style: none;
    padding: 10px 0; 
}
.head-menu-content li a {
    font-family: 'Roboto-Regular';
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.overflow-hidden {
	overflow-y: hidden!important;
}


.post-thumbnail {
	width: 50%;
}

.title-slider-item {
	margin: 15px 0px 10px 0;
}

.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;
}

.pnf {
	margin-top: 100px;
	margin-bottom: 100px;
}

.pnf h1 {
	text-align: center;
	font-size: 4rem;
	font-family: bold;
	margin: 0;
}

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


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

/* Home icon mobile menu */
.head-mobile-home-icon {
	padding: 5px 0 0 12px;
}
.head-mobile-home-icon a {
	display: inline-block;
    width: 29px;
    height: 29px;
    background: url('img/home-icon.png');
	background-size: contain;
}

/* Home icon PC menu */
.home_pc {
	width: 38px;
	height: 38px;
	margin-left: 15px;
}

.home_pc a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url('img/home.gif');
	background-size: cover;
}

.services-image img {
	max-width: 150px;
}

/* Image Slider Services */
.image-slider-service {
	width: 100%;
	background-size: cover;
	background-position: center;
	padding-bottom: 62.5%;
}

/* Height block */
.height-block {
	position: relative;
	display: block;
	height: 300px;
	overflow: hidden;
}

.next-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px 0;
	background: #fff;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, var(--color-bg) 55%);
	padding: 50px 0 5px 0;
}


/* Video height fix */
.welcome-block {
	width: 570px;
}

.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;
}


/* Calc new */

.calc {
	padding-top: 60px;
}

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

.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;
}


/* 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;
}

/* NEW LANGUAGE DROPDOWN */

:root {
	--language-switcher-color: #404040;
	--language-switcher-dropdown-color: var(--language-switcher-color);
}

.wpml-ls-legacy-dropdown-click {
	display: flex;
	width: auto;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a, 
.wpml-ls-legacy-dropdown-click a:focus, 
.wpml-ls-legacy-dropdown-click a:hover {
	background: none;
	border: 0px;
}

.wpml-ls-legacy-dropdown-click a {
	font-family: "Roboto-Regular";
	font-size: 0.95rem;
    font-weight: bold!important;
	color: var(--language-switcher-dropdown-color);
	background: none;
	border: 0px;
	padding: 8px 0;
	text-align: center;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:focus {
	color: var(--language-switcher-dropdown-color);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language .wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language .wpml-ls-item-toggle:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language .wpml-ls-item-toggle:focus {
	color: var(--language-switcher-color)!important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	background: #fff;
	border-radius: 0.25rem;
    border: 1px solid rgba(0,0,0,.15);
	padding: 6px 0px 4px 0px;
	margin: 4px 0 0 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-link:focus {
	background-color: #e9ecef;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item > a::before {
	padding-right: 4px;
	vertical-align: middle;
    line-height: 1;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item-ru > a::before {content: "RU";}
.wpml-ls-legacy-dropdown-click .wpml-ls-item-en > a::before {content: "EN";}
.wpml-ls-legacy-dropdown-click .wpml-ls-item-he > a::before {content: "HE";}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
	content: "\f078";
	border: none!important;
	border-top: none!important;
	top: unset;
	right: 8px;
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
	border: 1px solid #dbdbdb;
	width: 25px!important;
}

.lang-drop {
	padding: 0 10px 0 20px;
}

/* Media */
/* @media screen and (max-width: 768px) {
	.wpml-ls-item-toggle {
		--language-switcher-color: #fff;
	}
} */

/* 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) {
	.container {
		min-width: 100%;
	}

	/* Nums block */
	.nums .text h5 {
    	font-size: 1.2rem;
    	margin: 10px 0 10px 0;
	}
	.nums .text p {
    	font-size: 1rem;
    	max-width: 350px;
	}
	.nums .number {
    	font-family: "MinionPro-Regular";
    	font-size: 9.5rem;
    	color: #c0c7d2;
    	line-height: 0.7;
	}

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

	/* Slider */
	.owl-custom {
		padding: 0 30px;
		box-sizing: border-box;
	}
	.btn-yellow {
		padding: 15px;
		font-size: 0.7rem;
	}

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

	.services-description {
		font-size: 1rem;
	}

	.head-phone-block .phone-head {
		display: none;
	}
}

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

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

	.man {
		display: none;
	}

	.logo-text {
		display: none!important;
	}
}

@media screen and (max-width: 768px) {
	/* Footer block */
	.ft {
		padding: 30px 0px 30px 0;
	}
	
	.ft .tel-post {
		margin-top: 30px;
		height: 200px;
	}
	.ft .soc {
		margin-top: 30px;
		height: 230px;
	}

	.ft .logo-footer {
		display: none;
	}
	
	.footer-menu {
		text-align: center;
		margin: 0;
	}

	.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%;
	}
	
	.ft .phone, .ft .soc {
		text-align: center;
	}

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

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

	.by h3 {
		margin: 0 0 30px 0;
		text-align: center;
	}
	.orderblack {
		margin: 30px 0 0 0;
	}
	#calcModal .modal-dialog {
		margin-top: 100px!important;
	}

	/* Slider */
	.slider-panel .btn-yellow {
		display: none;
	}
	
	/* Header */
	.header {
		padding: 0 0 15px 0!important;
	}

	.header_img_pc {
		display: none;
	}

	.header_mobile {
		display: block;
	}

	.site-header .container {
		display: none;
	}

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

	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; 
	}

	.lang-panel span,
	.lang-panel i {
		color: #fff;
	}

	.carousel {
		margin: 15px 0 0 0;
	}

	.menu#menu-footer_menu li {
		text-align: center;
	}

	.ft h4 {
		text-align: center;
	}
	
	.height-block {
		margin-bottom: 15px;
	}

	.wpml-ls-item-toggle {
		--language-switcher-color: #fff;
	}
}

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

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

	/* Otziv block */
	.otz .otz-text {
		padding: 0 15px;
		margin-bottom: -15px;
	}

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

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

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

	/* modal calc */
	.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;
	}

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

	/* Slider */
	.slider-panel .btn-yellow {
		display: none;
	}

	.footer-panel {
		display: flex;
	}

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

	.services-image img {
		max-width: 120px;
	}

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