
/*
Theme Name: tdkzto
*/


html {
	line-height: 1.15; /* 1 
	-webkit-text-size-adjust: 100%; /* 2 */
}


/* fonts */

@font-face {
    font-family: GothaPro;
    src: url('fonts/gotha-pro/GothaProNarMed.otf') ;
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}
   

/*@font-face {
    font-family: Microsoft-Sans-Serif;
    font-display:swap;
    src: url('fonts/ms-sans-serif/Microsoft-Sans-Serif.ttf');
}*/

/*@font-face {
    font-family: MyriadPro;
    font-display:swap;
    src: url('fonts/myriad-pro/MyriadPro-Bold.ttf');
}*/

@font-face {
    font-family: ProximaNova;
    src: url('fonts/proxima-nova/ProximaNova-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

body {
	margin: 0;
}

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

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}


b,
strong {
	font-weight: bolder;
}


code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}


button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}


button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
	height: 35px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 60%;
}

.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;
	background-color: white;
	display: inline-block;
}

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

.mobile-header-nav{
	display: none;
	width: 100%;
	justify-content: space-between;
    align-items: center;
}

.mobile-phone{
	margin-left: 15px;
}
.mobile-phone i{
	font-size: 30px;
}
.mobile-logo img{
	width: auto;
	height: 40px;
}
.wrapper-basket-and-burger{
	margin-right: 15px;
	font-size: 22px;
	display: flex;
}

.mobile-basket{
	position: absolute;
    right: 20%;
}

.mobile-basket a{
	color: #d6390a;
}

.mobile-nav-menu-header{
	position: fixed;
	display: none;
}

.mb-menu-overlay{
	background: rgba(0, 0, 0, 0.83);
	width: 100%;
    height: 100%;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
}

.mobile-main-navigation{
    width: 85%;
    padding-top: 50px;
    height: 100%;
    overflow: scroll;
    background-color: #38404c;
}

.mb-menu-header{
	position: fixed;
    right: 0px;
    top: 0px;
    width: 85%;
    height: 50px;
    z-index: 9999999;
    background-color: #38404c;
}
.btn-close-mb-menu{
	position: fixed;
    right: 20px;
    top: 15px;
    font-size: 28px;
    color: white;
}


#mobile-primary-menu{
	margin: 0;
    padding: 0;
}

#mobile-primary-menu li{
	margin:5% 10%;
}
#mobile-primary-menu  li a{
    font-family: 'GothaPro',sans-serif;
    font-size: 18px;
    font-weight: inherit;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    color: #ffffff;
}

#mobile-primary-menu > li > a{

    padding: 10px 20px;
}
#mobile-primary-menu .menu-item-has-children{
	position: relative;
}
#mobile-primary-menu .menu-item-has-children i{
	position: absolute;
	font-size: 28px;
	right: 0px;
	top: 0px;
	color: white;
}

#mobile-primary-menu .menu-item-has-children i.open:before{
	content: "\f106";
}

#mobile-primary-menu li > ul{
	display: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#mobile-primary-menu li > ul > li {
    width: 90%;
}

#mobile-primary-menu li > ul > li > ul{
	display: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

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

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

.bypostauthor {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

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

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

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

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item-main {
	padding: 3px;
}


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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.main-gallery-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}




.sl-image .sl-caption.pos-bottom{
	display: none!important;
}


/*custom styles*/

.catalog-item-fake a:nth-child(2){
	display: none;
}

.site-header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: white;
    padding: 5px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}

.site-content{
	margin-top: 5%;
}

.wrapper-header-logo-nav{
	display: flex;
	flex-direction: row;
}

.main-navigation{
	display: flex;
    height: 100%;
    align-items: flex-end;
}

.main-navigation ul {
    display: flex;
    justify-content: space-between;
}

.menu-menu-1-container{
    width: 100%;
}
.slick-track .slick-track { display: none; }
.nav-header{
	display: flex;
	justify-content: space-between;
}

.header-phone{
	font-family: 'GothaPro',sans-serif;
    font-size: 16px;
    color: black;
}

.header-phone:before{
	content:"";
	background-image: url(img/kievstar.jpg);
	background-repeat: no-repeat;
	width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    bottom: 5px;
}

.header-phone:after{
	content:"";
	background-image: url(img/angle-down.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
    right: -23px;
    bottom: 4px;
}

.header-phone ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.header-phone ul ul{
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
    left: -5px;
    background-color: white;
    padding: 5px 5px;
	width: 160px;
}

.main-phone:hover .child-phone-block{
	display: block;
}

.header-phone ul ul li{
	border-bottom: 6px solid transparent;
    padding-bottom: 3px;
}

.header-phone ul ul li{
	border-bottom: 4px solid transparent;
    padding-bottom: 2px;
}

.header-phone ul ul li:hover{
    border-bottom-color: #0060b5;
}

.header-phone.add-menu-item:hover{
	border-color: transparent;
}

.add-menu-item{
    display: flex;
    align-items: flex-end;
    font-family: 'GothaPro',sans-serif;
    font-size: 16px;
    color: black;
    border-bottom: 6px solid transparent;
    padding-bottom: 3px;
    position: relative;
}

.add-menu-item a{
	color: black;
	text-decoration: none;
}

.add-menu-item:hover{
	border-bottom-color: #0060b5;
}

.shop-cart:after{
	content:"";
	background-image: url(img/shopping-cart.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	font-size: 14px;
	color: #d6390a;
	position: absolute;
    right: -23px;
    bottom: 8px;
}


.mob-btn-order {
    border-radius: 5px;
    background-color: rgb(214, 57, 10);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    position: fixed;
    right: 0px;
    top: 40vh;
    padding: 5px 15px;
    font-size: 20px;
    z-index: 101;
    display: none;
}

.mob-btn-order .fa-envelope {
    color: white;
}

.lang{
	font-family: 'GothaPro',sans-serif;
    font-size: 16px;
    color: black;
    display: flex;
    align-items: flex-end;
}

.lang.add-menu-item:hover{
	border-color: transparent;
}

.lang ul{
	margin: 0px;
	padding: 0px;
}

.lang ul ul {
	margin: 0px;
	padding: 5px;
	background-color: white;
}

.lang ul ul li{
	border-bottom: 4px solid transparent;
    padding-bottom: 1px;
}

.lang ul ul li:hover{
	border-bottom-color: #0060b5;
}

.switcher-dropdown .language-dropdown{
    margin-left: -5px;
    width: 57px;
    padding-left: 5px;
}

header .menu.nav-menu .menu-item a{
	font-family: 'GothaPro',sans-serif;
	font-size: 16px;
	color: black;
}

header .menu.nav-menu .menu-item{
	border-bottom: 6px solid transparent;
	padding-bottom: 3px;
}

header .menu.nav-menu .menu-item:hover{
	border-bottom-color: #0060b5;
}

header .menu-item-46 img{
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin-bottom: 3px;
}

header .menu-item-752>.sub-menu{
	display: flex;
	flex-wrap: wrap;
	max-height: 80vh;
	width: 700px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 1);
}

header .main-navigation .menu-item-752 ul li{
	border-bottom: 3px solid transparent;
}

header .main-navigation .menu-item-752 ul li a {
    width: 300px;
}

header .menu.nav-menu>.menu-item>.sub-menu>.menu-item{
	padding: 5px;
	display: flex;
    align-items: center;
}

header .main-navigation .menu-item-752:hover > ul{
	top: 1.7em;
    left: -15em;
    padding: 15px 15px;
}

header .main-navigation .menu-item-752 ul li ul{
	top: 7px;
	z-index: 99999;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
    padding: 10px;
}

header .main-navigation .menu-item-752 ul li ul li:hover ul{
	top: -10px;
    left: 290px;
}

header .main-navigation .menu-item-752 ul li ul li{
	padding-bottom: 6px!important;
}

header .main-navigation .menu-item-752>ul>li>ul>li:hover{
	border-bottom-color:rgb(214, 57, 10)!important; 
}

.menu-item-language-ru img{
	border-radius: 100%;
	height: 20px;
	width: 20px;
}

.menu-item-language-ru a{
	display: flex;
}

.menu-item-language-ru span{
	padding-left: 5px;
}


.slick-slide img {
    max-height: 700px;
    width: 80%;
    margin: 0 auto;
}

.main-sliders{
	position: relative;
}

.container-slogan-video{
	position: absolute;
    top: 4%;
    left: 8%;
    z-index: 10;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 4px;
  	background-color: rgba(255, 255, 255, 0.859);
  	box-shadow: 0px 0px 2px 2px rgb(214, 57, 10);
}

.slogan-video-title{
	font-family: 'Century Gothic',sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: rgb(0, 96, 181);
}

.btn-ask-question{
	position: absolute;
	top: 4%;
    right: 8%;
	z-index: 13;
  	border-radius: 5px;
  	background-color: rgb(214, 57, 10);
  	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
  	padding: 10px 20px;
  	cursor: pointer;
  	transition: background-color 0.4s;
}

.btn-ask-question:hover{
	background-color: rgb(0, 96, 181);
	transition: background-color 0.2s;
}

.btn-ask-question span{
  	font-family: 'GothaPro',sans-serif;
  	color: rgb(255, 255, 255);
  	text-transform: uppercase;
  	font-size: 16px;
}

.sliders-nav{
 	position: absolute;
 	width: 100%;
	left: 0;
	top: 50%;
	z-index: 12;
}

.sliders:hover .sliders-nav-item{
	display: block;
}

.sliders-nav-item{
	font-size: 36px;
	position: absolute;
	width: 54px;
    text-align: center;
    cursor: pointer;
    display: none;
    color: rgb(0, 96, 181);
}

.sliders-nav-item:hover{
	color: rgb(214, 57, 10);
}

.sliders-left{
 	left: 15px;
}

.sliders-right{
	right: 15px;
}

.section-title{
  	font-family: 'GothaPro',sans-serif;
  	color: rgb(0, 96, 181);
  	text-transform: uppercase;
  	text-align: center;
  	font-size: 32px;
}


section.about-us{
  	border-width: 3.79px;
  	border-color: rgb(232, 232, 232);
  	border-style: solid;
  	padding-bottom: 20px;
}

section{
	margin-top: 20px;
}

.wrapper-about-block{
	display: flex;
	width: 80%;
	margin: 0px auto;
}

.wrapper-about-text{
	width: 70%;
   	margin-left: 20px;
}

.wrapper-about-img {
	display: flex;
    align-items: center;
}

.about-text{
  	font-size: 16px;
  	font-family: 'ProximaNova',sans-serif;
  	color: black;
    font-weight: bold;
    line-height: 2.25;
    text-align: justify;
}


    
.advantages{
	margin-top: 40px;
}
.advantages-title{
	margin-bottom: 40px;
}

.advantages-block{
	margin:0 auto;
	padding-left: 5%;
}

.advantages-item{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.advantages-text{
	font-size: 16px;
  	font-family: 'ProximaNova',sans-serif;
  	color: rgb(36, 36, 36);
  	font-weight: bold;
  	line-height: 1.2;
	padding-left: 10px;
	width: 100%;
}

.catalog-item{
	width: 340px;
	margin:30px 15px;
	padding:5px;
	text-align: center;
  	border-width: 2px;
  	border-color: rgb(0, 96, 181);
  	border-style: solid;
  	min-height: 210px;
}

.catalog-item:hover{
	border-color: rgb(214, 57, 10);
}

.catalog-item:hover .catalog-arrow{
	border-color: rgb(214, 57, 10);
}

.catalog-text{
	font-size: 15px;
  	font-family: 'GothaPro',sans-serif;
  	color: rgb(36, 36, 36);
  	text-transform: uppercase;
  	width: 90%;
    text-align: left;
}

.catalog-item a{
	text-decoration: none;
}

.catalog-img img{
	width: auto;
	height: auto;
	max-height: 231px;
}
.catalog-text-block{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.catalog-arrow{
    width: 16px;
    height: 16px;
    border: 2px solid rgb(0, 96, 181);
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
}

.seo-text{
  	font-size: 16px;
  	font-family: 'ProximaNova',sans-serif;
  	color: rgb(0, 0, 0);
  	line-height: 1.875;
  	font-weight: bold;
}

.seo-text ul,.seo-text ol{
	margin-left: 0px;
}

.seo-text p{
	margin-bottom: 0.5em;
}

#go_up{
	position: fixed;
    right: 20px;
    bottom: 4vw;
    cursor: pointer;
    border: solid 4px rgb(0, 96, 181);
    border-radius: 100%;
    padding: 5px 9px;
    transition: border-color 0.3s;
}
#go_up i.fas.fa-chevron-up{
    font-size: 28px;
    color: rgb(214, 57, 10);
    font-family: "Font Awesome 5 Pro";
    transition: color 0.3s;
}

#go_up:hover{
	border-color: rgb(214, 57, 10);
	transition: border-color 0.3s;
}

#go_up:hover i.fas.fa-chevron-up{
	color: rgb(0, 96, 181);
	transition: color 0.3s;
}


.breadcrumbs_home{
	display: none;
}
.wrapper-footer-content{
	border-top: 2px solid rgb(209, 209, 209);
}

.footer-nav{
	font-family: 'GothaPro',sans-serif;
	font-size: 16px;
}



.develop{
	text-align: center;
	border-top: 2px solid rgb(209, 209, 209);
	margin: 0 auto;
	padding: 7px;
}

.develop a{
	color: rgb(29, 29, 29);
}


.wrapper-footer-content{
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer-nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
    column-count: 4;

}
.footer-nav .menu-item i{
	color:#0060b5;
}
.footer-nav .menu-item{
	margin-bottom: 20px;
}
.footer-nav .menu-item a{
	border-bottom: 4px solid transparent;
	padding-bottom: 2px;
}

.footer-nav .menu-item a:hover{
	border-bottom-color: #0060b5;
}

.footer-nav .menu-item a{
	color: rgb(29, 29, 29);
	text-decoration: none;
}

.contacts-footer{
	min-width:fit-content;
}
.contacts-footer .phone a{
	font-family: 'GothaPro',sans-serif;
	font-size: 16px;
	color: black;
	text-decoration: none;
}
.contacts-footer .phone{
    margin-bottom: 18px;
}


.wrapper-footer-content.pc-footer{
	display: flex;
}

.wrapper-footer-content.tablet-footer{
	display: none;
}

.wrapper-footer-content.mobile-footer{
	display: none;
}


.form-bg.main-form{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 999;
}

.main-form .form-container{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.main-form .form{
	width: 400px;
	height: auto;
	background: #dcdedd;
	border-radius: 3px;
	font-family: 'GothaPro',sans-serif;
	font-size: 16px;
	padding: 15px;
}
.main-form .form label{
    width: 100%;
    margin-bottom: 1em;
}

.main-form .form-exit{
	position: absolute;
    right: 1.5%;
    top: -0.5%;
    font-size: 30px;
    cursor: pointer;
}

.main-form .g-recaptcha>div{
	margin: 0 auto;
	margin-bottom: 1em;
}

.main-form .form  .title-form{
	font-size: 22px;
	text-align: center;
    padding-bottom: 10px;
}
.main-form .form-btn-submit{
	text-align: center;
}

.main-form .form-btn-submit .anr_captcha_field_div>div{
	margin: 0 auto;
}
.main-form .form-btn-submit input{
	background-color: rgb(214, 57, 10);
	transition: background-color 0.2s;
    color: white;
    font-family: 'GothaPro',sans-serif;
	font-size: 17px;
	padding: 10px 20px;
	cursor: pointer;
}

.main-form .form-btn-submit input:hover{
	background-color:rgb(0, 96, 181);
	transition: background-color 0.2s;
}

.form-exit i:hover{
	color: rgb(214, 57, 10);
}


#note{
	color: red;
}


/* content page*/
	.img-title{
		position: relative;
	}
	
	.site-main article.page .post-thumbnail img{
		width: 100%;
		height: auto;
	}

	.site-main article.page .post-thumbnail{
		text-align: center;
	}
	
	.site-main article.page .entry-title{
		margin: 0px;
	    position: absolute;
	    top: 50%;
	    transform: translate(0%,-50%);
	    width: 100%;
	    text-align: center;
		font-size: 35px;
	  	font-family: 'MyriadPro',sans-serif;
	  	color: rgb(255, 255, 255);
	  	text-transform: uppercase;
	}

	.site-main article.page .entry-content{
		margin:0px;
		font-size: 16px;
		font-family: 'ProximaNova',sans-serif;
		color: rgb(0, 0, 0);
		line-height: 1.625;
	}

	.breadcrumbs{
		color: black;
	    margin-top: 1em;
	    font-family: 'MyriadPro',sans-serif;
	}

	.breadcrumbs a{
		color: black;
	}
	.breadcrumbs__separator {
	    font-size: 10px;
	    margin: 0 5px;
	    color: #d6390a;
	}

	.breadcrumbs__separator img{
		width: 13px;
    	padding-bottom: 0.60%;
	}

	.prise-list{
		display: flex;
		justify-content: center;
	}
	

	.contacts-wrapper{
		display: flex;
		justify-content: center;
	}

	.kont-block{
	  	border-width: 1px;
	  	border-color: rgb(232, 232, 232);
	  	border-style: solid;
	  	border-radius: 4px;
	  	margin: 0px 10px;
	  	display: flex;
	}

	.kont-content{
	    margin: 10px 5px;
	}
	.kont-mark{
		width: 30%;
    	align-self: flex-start;
    	margin-top: 10px;
	}
	
	.kont-title{
		font-family: 'MyriadPro',sans-serif;
  		font-size: 16px;
  		color: rgb(29, 29, 29);
  		font-weight: bold;
  		margin-bottom: 15px;
	}
	.kont-text{
		font-family: 'MyriadPro',sans-serif;
  		font-size: 14px;
  		color: rgb(102, 102, 102);
	}
	
	.content-wrapper ul, .content-wrapper ol{
		margin:0px;
		margin-bottom: 1.5em;
	}

	.content-wrapper .alignleft{
		margin: 0px;
	}

	.content-wrapper .section-title {
		padding-top: 25px;
	}

/* end content page*/

section.gallery{
	margin-top: 60px;
}	

.btn.loadMoreBtn{
    border-radius: 5px;
    background-color: rgb(0, 96, 181);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.4s;
    width: fit-content;
    margin: 0 auto;
    color: white!important;
}

.catalog-item-fake{
	width: 100%;
	text-align: center;
}
.btn.loadMoreBtn{
	font-family: 'GothaPro',sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 16px;
}
.btn.loadMoreBtn:hover{
    background-color: rgb(214, 57, 10);
    transition: background-color 0.4s;
}

.hiden-catalog-items-1{
	display: none;
}

.hiden-catalog-items-2{
	display: none;
}

.hiden-catalog-items-1.show{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hiden-catalog-items-2.show{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


/* category product */
	

/* end category product */


/*mob menu header*/
	body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
	     top: 0px; 
	}
	@media screen and (min-width: 782px){
		body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
	     top: 0px!important; 
		}
	}

/* end mob menu header*/


@media screen and (max-width: 1500px){
	.main-navigation{
		width: 55%;
	}
}


@media screen and (max-width: 1400px){
	.site-content{
		margin-top: 6%;
	}

	header .main-navigation .menu-item-752:hover > ul {
    	left: -27.2em;
	}
}

@media screen and (max-width: 1300px){
	.main-navigation{
		width: 55%;
	}

	.menu.nav-menu .menu-item a {
    	font-size: 14px;
	}

	.add-menu-item{
		font-size: 14px;
	}

	.btn-ask-question span{
		font-size:14px;
	}
	.slogan-video-title{
		font-size:14px;
	}

	.about-text{
		font-size:14px;
	}

	.section-title{
		font-size:26px;
	}

	.advantages-text{
		font-size:14px;
	}
	.show-hiden-items span{
		font-size:14px;
	}

	.seo-text{
		font-size:14px;
	}

	.footer-nav{
		font-size:14px;
	}

	.contacts-footer .phone a{
		font-size:14px;
	}
}

@media screen and (max-width: 1200px){
	.footer-nav ul{
		column-count: 3;
	}
	.wrapper-about-block {
    	width: 100%;
	}
	.main-navigation{
		width: 50%;
	}
}

@media screen and (max-width: 1024px){
	.mobile-main-navigation,.mb-menu-header {
		width: 40%;
	}
	.pc-header-nav{
		display: none;
	}
	.mobile-header-nav{
		display: flex;
	}
	.site-content{
		margin-top: 55px;
	}

	.btn-ask-question{
		display: none;
	}

	.slogan-video-title{
		font-size: 14px;
	}

	.section-title{
  		font-size: 26px;
	}

	.wrapper-footer-content.pc-footer{
		display: none;
	}

	.wrapper-footer-content.tablet-footer{
		display: flex;
	}
	
	.footer-nav{
		width: 100%;
	}

	.footer-nav .menu-item{
		height: 20px;
	}
	
	.wrapper-about-block {
    	flex-direction: column;
	}
	.wrapper-about-text {
		width: 100%;
		margin-left: 0px; 
	}

	.wrapper-about-img {
    	justify-content: center;
	}

	.about-text {
    	text-align: left; 
	}

	.sub-menu .menu-item-has-children{
		position: relative;
	}
	.sub-menu .menu-item-has-children .mob-expand-submenu{
		position: absolute;
		top: 12px;
	}
	
	.mob-btn-order{
		display: unset;
	}

	.mobmenu-right-panel li, .rightmbottom, .rightmtop {
    	padding-right: 5%!important;
	}
}


@media screen and (min-width: 1024px){
	.develop{
		width: 40%;
	}

	.menu-item-language-ru{
		display: none;
	}

	.main-navigation .menu-item-language-en{
		display: none;
	}

	.main-navigation .menu-item-language-uk{
		display: none;
	}
}


@media screen and (max-width: 990px){
	.main-gallery-item{
		margin: 20px;
	}
}

@media screen and (max-width: 770px){
	.contacts-footer{
		text-align: center;
    	display: flex;
    	justify-content: center;
	}
	.wrapper-footer-content.tablet-footer{
    	display: flex;
    	flex-direction: column;
	}

	.contacts-footer .phone {
    	margin-left: 30px;
	}
	.contacts-footer .phone a {
    	font-size: 14px;
	}

	.footer-nav {
    	font-size: 14px;
	}
	
	.footer-nav .menu-item {
    	position: relative;
	}
	.footer-nav .menu-item i {
    	position: absolute;
    	left: -20px;
    	top: 4px;
	}

	.mobmenul-container {
	    width: 26.5%;
	}

	.sliders-nav{
		display: none;
	}

	.mobile-main-navigation,.mb-menu-header {
		width: 50%;
	}
}

@media screen and (max-width: 580px){
	.container-slogan-video{
		display: none;
	}
	
	.form p{
		margin: 0px;
	}

	.main-form .form-container {
    	top: 55%;
	}

	.mobile-basket{
   		right: 19%;
	}
}


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

	.mobmenur-container{
    	width: calc(100% - 76%);
	}

	.contacts-wrapper{
		flex-wrap: wrap;
	}

	.kont-block{
		margin-bottom: 15px;
		width: 80%;
	}

	.mobile-main-navigation,.mb-menu-header {
		width: 80%;
	}
}

@media screen and (max-width: 420px){
	.contacts-footer {
	    justify-content: space-between;
	}
	.contacts-footer .phone {
     	margin-left: 0px; 
	}

	.main-form .form{
		width: 380px;
	}
	.mobile-basket{
    	right: 18%;
	}
}

@media screen and (max-width: 380px){
	.wrapper-footer-content.tablet-footer{
		display: none;
	}
	.wrapper-footer-content.mobile-footer{
		display: flex;
		flex-direction: column;
	}

	.mobile-footer .footer-nav ul{
		column-count: 2;
	}

	.mobile-footer .footer-nav .menu-item {
    	text-align: center;
	}

	.mobile-footer .footer-nav .menu-item i {
    	left: 0px;
	}
	.mobile-footer .logo{
	    text-align: center;
    	padding-bottom: 10px;
	}

	.kont-block{
		width: 95%;
	}

	.main-form .form{
		width: 360px;
	}
}

@media screen and (max-width: 360px){
	
	.mobmenul-container {
    	width: 24.5%;
	}
	.mobmenul-container .menu_messenger .fa-viber{
		margin-right: 5px;
	}

	.mob-btn-order {
    	margin-right: 5px;
	}

	.main-form .form{
		width: 340px;
	}

	.mobile-phone{
		margin-left: 5px;
	}

	.wrapper-basket-and-burger{
		margin-right: 5px;
	}

	.mobile-basket{
    	right: 16%;
	}
}


@media screen and (max-width: 340px){
	.contacts-footer{
		flex-direction: column;
	}

	.mobile-footer .footer-nav .menu-item i {
    	left: -0.6em;
	}

	.main-form .form{
		width: 320px;
	}
	.mobile-basket{
    	right: 15%;
	}
}

@media screen and (max-width: 320px){
	.mob-standard-logo{
		max-width: 35%;
	}

	.main-form .form{
		width: 300px;
	}
}

@media screen and (max-width: 300px){
	.mobile-footer .footer-nav .menu-item i {
    	left: -1.3em;
	}
}


/*custom styles
/*
     FILE ARCHIVED ON 23:15:20 Jun 27, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:05:54 Jul 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.329
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.025
  esindex: 0.005
  cdx.remote: 17.807
  LoadShardBlock: 159.236 (3)
  PetaboxLoader3.datanode: 182.493 (5)
  load_resource: 76.707
  PetaboxLoader3.resolve: 31.46
  loaddict: 36.404
*/