@import "https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700&amp;subset=cyrillic,cyrillic-ext,latin-ext&display=swap" all;
@import "https://use.fontawesome.com/releases/v5.6.3/css/all.css" all;
@import "../css/icon-font/css/dashicons.min.css" all;

/* Top Logo Begin */

@font-face {
    font-family: 'ts logo font';
    src: url('../css/fonts/ts-logo-font.eot');
    src: url('../css/fonts/ts-logo-font.eot?#iefix') format('embedded-opentype'),
         url('../css/fonts/ts-logo-font.woff') format('woff'),
         url('../css/fonts/ts-logo-font.ttf') format('truetype'),
         url('../css/fonts/ts-logo-font.svg#ts-logo-font') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-']:before{
   display: inline-block;
   font-family: 'ts logo font';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-top-element:before{content:'\0041';}
.icon-middle-element:before{content:'\0042';}
.icon-bottom-element:before{content:'\0043';}
::selection {
    background: #37b90e;
    color: #fff;
}

.logo a {
    position: relative;
    display: block;
    width: 224px;
    height: 125px;
    color: #000;
}
span.icon-top-element, span.icon-middle-element, span.icon-bottom-element {
    position: absolute;
}

span.icon-top-element {
    font-size: 225px;
    top: -88px;
    left: 5px;
    font-weight: bold;
  animation-name:rotate-animation;
  animation-duration: 15s;
  animation-delay:2s;
  animation-iteration-count: infinite;
}

span.icon-middle-element {
    font-size: 172px;
    top: -20px;
    width: 100%;
    left: 12px;
}

span.icon-bottom-element {
    font-size: 200px;
    top: 9px;
    left: 26px;
    font-weight: bold;
    animation-name: rotate-animation-invert;
    animation-duration: 15s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes rotate-animation {
  0% {transform: rotateY(0deg);}
  30% {transform: rotateY(360deg);}
  100% {transform: rotateY(360deg);}
}

@keyframes rotate-animation-invert {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    }
  30% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
  100% {
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}

/* Top Logo End */

html {
	font-family: 'Jura', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    padding-top: 145px;
}
img, svg {
	max-width: 100%;
}
a {
    color: #007DAF;
}
h1.spec-title {
    text-align: center;
}
a#toTop {
    right: 10px;
    position: fixed;
    bottom: 10px;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid;
    cursor: pointer;
    display: none;
    z-index: 1000;
}
/* Gallery Start */

.gallery {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.gallery a {
    width: 120px;
    overflow: hidden;
    display: inline-block;
    background: #f5f5f5;
    border-radius: 5px;
    border: 1px solid #a2a0a0;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.gallery a img {
    max-height: 120px;
}

/* Gallery End */

/* Header Start */

header {
    text-align: center;
    top: 0;
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 100%;
}
header .logo, header .contacts, header nav {
    display: inline-block;
}
header .logo {
    padding: 10px 30px;
    overflow: hidden;
    transform: scale(.9);
}
header .contacts {
    padding: 10px 30px;
}
header .contacts a {
    color: #37b90e;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
header .contacts a:hover, header .contacts a:focus, header .contacts a:active {
    color: #007DAF;
    text-decoration: none;
}
header .contacts a:visited {
    color: #71bc62;
}
header .contacts span span {
    font-size: 12px;
}

header nav {
    width: 100%;
    max-width: 950px;
}
header nav ul {
    padding: 0;
    text-align: center;
}
header nav ul li {
    display: inline-block;
}
header nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0px;
    transition: color 0.4s ease 0s;
}
header nav ul li a:hover {
    color: #edcd1f;
}
header nav ul li a i {
    transition: linear 0.1s;
}
header nav ul li a:hover i:before {
    text-shadow: 0 0 2px #FFF, 0 0 5px #FFF, 0 0 1px #FFF, 0 0 2px #edcd1f, 0 0 3px #edcd1f, 0 0 4px #edcd1f, 0 0 5px #edcd1f, 0 0 7px #edcd1f, 1px 1px 1px rgba(0, 125, 175, 0);
}
header nav ul li a:after {
    content: '';
    display: block;
    height: 2px;
    background: #edcd1f;
    border-radius: 5px;
    margin-top: 5px;
    width: 0%;
    transition: linear 0.2s;
}
header nav ul li a:hover:after {
    width: 100%;
}
.moto-path {
    display: inline-block;
    height: 85px;
    width: 85%;
    stroke: #000;
    stroke-dasharray: 15000;
    stroke-dashoffset: 500;
}

#mototext path.fil0 {
    stroke-width: 20px;
    animation: letter-animation 3s linear forwards;
}

@keyframes letter-animation {
    0% {
        stroke-dashoffset: 8000;
        fill: #fff;
    }
    50% {
        stroke-dashoffset: 500;
        fill: #fff;
    }
    100% {
        stroke-dashoffset: 0;
        fill: #000;
    }
}

.box:hover g#barriers polygon.fil0.str0.to-move {
    -moz-transform: rotate(-50deg) translate(-39%, 4%) !important;
    -webkit-transform: rotate(-50deg) translate(-39%, 4%) !important;
    -o-transform: rotate(-50deg) translate(-39%, 4%) !important;
    -ms-transform: rotate(-50deg) translate(-39%, 4%) !important;
    transform: rotate(-50deg) translate(-39%, 4%) !important;
}

/* Header End */

/* ts-land Start */

img.cta-icon {
    max-height: 40px;
    max-width: 40px !important;
    border: none !important;
    border-radius: 0 !important;
    width: inherit !important;
    height: inherit;
}

.ts-land {
    font-family: 'Jura', sans-serif;
}

.ts-land .screen-1 {
	background: url('./image/screen-1bg.jpg') top center no-repeat;
	background-attachment: fixed !important;
    background-size: cover !important;
	padding: 20px 0;
    position: relative;
}
.ts-land .screen-1:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./image/dotted-bg.png');
    z-index: 1;
}
.ts-land.home .screen-1 {
    background: url(./image/screen-1homebg.jpg) top center no-repeat;    
    text-shadow: 0px 0px 8px #212121, 1px 0px 2px #000, -1px 2px 3px #000;
}
.ts-land.home .screen-1 h2 {
    color: #fff;
}
.ts-land.home .screen-1 h3 {
    color: #ffffff;
    background: rgba(253, 31, 42, 0.8);
    text-align: center;
    padding: 20px 10px;
    border-radius: 4px;
}
.ts-land .screen-1 .inner {
	width:100%;
	max-width:1100px;
	margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ts-land .screen-1 h1 {
    text-align: center;
    color: #fff;
    padding: 20px 0px;
}
.ts-land .screen-1 a svg {
    display: block;
    margin: 0 auto;
}
.ts-land .screen-1 a span {
    display: block;
}

.ts-land ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

.ts-land .screen-1 ul li {
    display: inline-block;
    color: #fff;
    width: 100%;
    max-width: 500px;
	margin: 15px 0;
}

.ts-land .screen-1 ul li:before {
	content: ' ';
	background: top center no-repeat;
	background-size: contain;
    display: block;
    width:150px;
	height:150px;
	margin: 0 auto;
}

.ts-land .screen-1 ul li:nth-child(1):before {
	background-image: url('./image/avtonavesy.svg');
}
.ts-land .screen-1 ul li:nth-child(2):before {
	background-image: url('./image/nakritiya-dlya-bassejnov.svg');
}
.ts-land .screen-1 ul li:nth-child(3):before {
	background-image: url('./image/besedki.svg');
}
.ts-land .screen-1 ul li:nth-child(4):before {
	background-image: url('./image/teplitsi.svg');
}

.ts-land .screen-1 a {
    display: block;
    cursor: pointer;
    margin: 40px auto;
    float: none;
    width: 100%;
    max-width: 400px;
    padding: 10px 3px;
    border: 1px dashed #808080;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px;
  background-image: linear-gradient(
    180deg,
    hsl(0deg 0% 100%) 0%,
    hsl(0deg 0% 99%) 10%,
    hsl(0deg 0% 98%) 22%,
    hsl(0deg 0% 96%) 34%,
    hsl(0deg 0% 95%) 47%,
    hsl(0deg 0% 94%) 58%,
    hsl(0deg 0% 93%) 68%,
    hsl(0deg 0% 91%) 77%,
    hsl(0deg 0% 90%) 84%,
    hsl(0deg 0% 89%) 89%,
    hsl(0deg 0% 88%) 94%,
    hsl(0deg 0% 86%) 97%,
    hsl(0deg 0% 85%) 100%
  );
    transition: linear .1s;
}

.ts-land .screen-1 a:hover {
	border: solid 1px #ffffff;
	-webkit-box-shadow: inset 3px 3px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 3px 3px 32px 0px rgba(0,0,0,0.75);
box-shadow: inset 3px 3px 32px 0px rgba(0,0,0,0.75);
}

.ts-land .screen-3 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
	padding: 40px 0;
}
.ts-land .screen-3 h2 {
    text-align: center;
    margin: 40px 0;
}
.ts-land .screen-3 ul li {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 15px;
    text-align: center;
}
.ts-land .screen-3 i, .ts-land .screen-3 i:before {
    color: #1aaf00;
    font-size: 72px;
    height: inherit;
    width: inherit;
	transition: linear 0.2s;
}

.ts-land .screen-2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
}

.ts-land .screen-2 ul li {
    display: inline-block;
    width: 265px;
    margin: 10px 0;
    color: #000;
    font-weight: bold;
}

.ts-land .screen-2 ul li:before {
	content: ' ';
    background-image: url(./image/arrow.svg);
    background-size: contain;
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    margin: 56px 5px 0;
}

.ts-land .screen-2 ul li:after {
	content: ' ';
    background-size: contain;
    display: block;
    width: 150px;
    height: 150px;
    margin: 10px auto 0;
    position: relative;
    float: right;
	border: solid 2px #999;
	border-radius: 75px;
}

.ts-land .screen-2 ul li:nth-child(1):before {
	opacity: 0;
}

.ts-land .screen-2 ul li:nth-child(7):before {
    margin: 104px 5px 0;
}

.ts-land .screen-2 ul li:nth-child(1):after {
	background-image: url(./image/message.jpg);
}

.ts-land .screen-2 ul li:nth-child(2):after {
	background-image: url(./image/cosulting.jpg);
}

.ts-land .screen-2 ul li:nth-child(3):after {
	background-image: url(./image/mathematic.jpg);
}

.ts-land .screen-2 ul li:nth-child(4):after {
	background-image: url(./image/contract.jpg);
}

.ts-land .screen-2 ul li:nth-child(5):after {
	background-image: url(./image/manufacturing.jpg);
}

.ts-land .screen-2 ul li:nth-child(6):after {
	background-image: url(./image/rigging.jpg);
}

.ts-land .screen-2 ul li:nth-child(7):after {
	background-image: url(./image/warranty.jpg);
}

.ts-land .screen-2 h2 {
    text-align: center;
    margin: 50px 0;
}

.ts-land .screen-4 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.ts-land .screen-4 ul {
    display: inline-block;
    max-width: 520px;
    width: 100%;
}
.ts-land .screen-4 ul li {
    display: grid;
    height: 226px;
    vertical-align: middle;
    margin: 10px;
    width: 100%;
    padding: 0px 5px;
}

.ts-land .screen-4 ul:nth-child(2) li {
    background: #f1f1f1;
    border-radius: 25px 0 0 25px;
	border-left: 2px solid #cc0000;
}

.ts-land .screen-4 ul:nth-child(3) li {
    background: #046b20;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
	border-radius: 0 25px 25px 0;
	border-right: 2px solid #cc0000;
}

.ts-land .screen-4 ul li:before {
    font-size: 48px;
	color: #cc0000;
	font-family: dashicons;
}

.ts-land .screen-4 ul:nth-child(2) li:before {
    content: "\f468";
}

.ts-land .screen-4 ul:nth-child(3) li:before {
    content: "\f147";	
}
.ts-land.home .screen-4 ul {
    display: inline-block;
    max-width: 1000px;
    width: 100%;
}
.ts-land.home .screen-4 ul:nth-child(2) li {
    background: #046b20;
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    border-radius: 25px;
    border-right: 2px solid #cc0000;
    display: block;
    height: inherit;
    padding: 30px 10px;
    transition: linear .2s;
    width: calc(100% - 24px);
}
.ts-land.home .screen-4 ul:nth-child(2) li:hover {
    background: #009629;
}
.ts-land.home .screen-4 ul:nth-child(2) li:before {
    content: "\f147";
}
.ts-land.home .screen-5 {
    margin: 0 0 100px 0;
}
svg.bottommoto {
    margin: 50px auto;
    display: block;
}
svg.bottommoto-mobile {
    margin: 50px auto;
    display: none;
}
.ts-land .screen-5 {
    width: 100%;
    text-align: center;
    padding: 50px 0 150px;
    -webkit-box-shadow: 0px 0px 31px 4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px 4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px 4px rgba(0,0,0,0.75);
    margin: 100px 0;
}

.ts-land .screen-5 h2, .ts-land.home .screen-5 h3 {
    padding: 20px 0 30px;
	font-size: 48px;
}

.ts-land .screen-5 h2:before, .ts-land.home .screen-5 h3:before {
    content: "\f481";
	display: inline-block;
	margin: 0 10px;
	font-size: 36px;
	color: #cc0000;
	font-family: dashicons;
}

.ts-land .screen-5 ul li {
    display: inline-grid;
    background: #f1f1f1;
    height: 120px;
    width: 180px;
    margin: 15px;
    border: solid 2px #d6c300;
    vertical-align: middle;
    border-radius: 125px;
    color: #c00;
    font-size: 24px;
    font-weight: bold;
    padding: 65px 35px;
}


.ts-land .screen-5 ul li h3 {
    color: #000;
    font-size: 18px;
	margin:0;
}

.ts-land .screen-5 ul li p {
	margin:0;
}

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 {
    max-width: 100%;
}

.ts-land .screen-6 h2 {
    text-align: center;
}

.ts-land .screen-7 {
    padding: 5px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.ts-land .screen-7 h2 {
    text-align: center;
}

.ts-land .screen-7 ul {
    text-align: left;
}

.ts-land .screen-1 a.mobile, .ts-land .screen-2 a.mobile {
	display: none;
}
.ts-land .screen-5 h3+ul {
    max-width: 1000px;
    margin: 0 auto;
	list-style: none;
}
.ts-land .screen-5 h3+ul li {
    display: list-item;
    height: inherit;
    width: inherit;
    font-size: inherit;
    border: inherit;
    margin: 2px 0;
    max-width: 1000px;
    color: #000;
    text-align: left;
    padding: 0 10px;
}
.ts-land .screen-5 h3+ul li:before {
    content: "\f464";
    font-family: dashicons;
    color: #1aaf00;
    margin-right: 10px;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    vertical-align: middle;
}
.ts-land .screen-5 h3+ul li:nth-child(even) {
    background: #dcdcdc;
}
.ts-land .screen-3 li:hover i:before {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #007DAF, 0 0 30px #007DAF, 0 0 40px #007DAF, 0 0 55px #007DAF, 0 0 75px #007DAF, 2px 2px 2px rgba(0,125,175,0);
}

/* ts-land End */


/* ts-land Gates Start */
section.fw-main-row.zag-main.center div div div {
    float: none;
    margin: 0 auto;
}
.product .parametrs {
    text-align: right;
    display: block;
    font-weight: bold;
    font-size: 24px;
	max-width: 300px;
}
.ts-land.gates.avtomatika .product span.parametrs {
    font-size: 18px;
}
.avtomatika-nav {
    text-align: center;
}
.avtomatika-nav a {
    background: #007daf;
    color: #fff;
    border: 1px solid #005273;
    border-radius: 3px;
    padding: 10px 0px;
    cursor: pointer;
    text-shadow: 1px 1px 3px #000;
    transition: linear .2s;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
}
.avtomatika-nav a:hover {
    background: #005273;
}
.avtomatika-nav a:active {
    background: #003044;
}
.product .prices {
    display: block;
    border: solid 1px #da0000;
    border-radius: 10px;
    max-width: 300px;
	text-align: center;
}
.product .prices .old {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
}
.product .prices .new {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    background: #da0000;
    border-radius: 0 0 8px 8px;
}
/* Product with discount begin */
.with-discount span.prices:after {
    display: block;
    content: "Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р В РІР‚В Р В Р’В Р Р†Р вЂљРЎв„ўР В Р вЂ Р Р†Р вЂљРЎвЂєР РЋРЎвЂєР В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р В РІР‚В Р В Р’В Р Р†Р вЂљРЎв„ўР В Р Р‹Р Р†РІР‚С›РЎС›Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р В РІР‚В Р В Р’В Р Р†Р вЂљРЎв„ўР В Р вЂ Р Р†Р вЂљРЎвЂєР Р†Р вЂљРІР‚СљР В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РІР‚вЂњР В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р’В Р Р†Р вЂљР’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р РЋРІвЂћСћР В Р’В Р В Р вЂ№Р В Р вЂ Р В РІР‚С™Р РЋРІР‚СњР В Р’В Р вЂ™Р’В Р В Р’В Р В РІР‚в„–Р В Р’В Р В Р вЂ№Р В Р вЂ Р В РІР‚С™Р РЋРІР‚СњР В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р’В Р Р†Р вЂљР’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р РЋРІвЂћСћР В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р Р†РІР‚С›РЎС›Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р В РІР‚В Р В Р’В Р Р†Р вЂљРЎв„ўР В Р Р‹Р Р†РІР‚С›РЎС›Р В Р’В Р вЂ™Р’В Р В Р’В Р В РІР‚в„–Р В Р’В Р В РІР‚В Р В Р вЂ Р В РІР‚С™Р РЋРІР‚С”Р В Р Р‹Р РЋРІР‚С”Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р В РІР‚В Р В Р’В Р Р†Р вЂљРЎв„ўР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћСћР В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р’В Р Р†Р вЂљР’В Р В Р’В Р вЂ™Р’В Р В Р вЂ Р В РІР‚С™Р РЋРІвЂћСћР В Р’В Р В Р вЂ№Р В Р вЂ Р Р†Р вЂљРЎвЂєР РЋРЎвЂєР В Р’В Р вЂ™Р’В Р В РІР‚в„ўР вЂ™Р’В Р В Р’В Р вЂ™Р’В Р В Р’В Р Р†Р вЂљРІвЂћвЂ“Р В Р’В Р вЂ™Р’В Р В Р’В Р В РІР‚в„–Р В Р’В Р В Р вЂ№Р В Р вЂ Р Р†Р вЂљРЎвЂєР РЋРЎвЂє";
    width: 50px;
    font-size: 72px;
    font-weight: bold;
    margin: 0 auto;
    height: 0 !important;
    position: relative;
    top: -86px;
    color: #111;
}
span.discount {
    display: block;
    background: rgba(255, 0, 0, 0.95);
    position: relative;
    width: 100px;
    font-size: 12px;
    padding: 18px 21px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    top: 60px;
    right: -188px;
    margin-top: -133px;
    overflow: hidden;
}
span.discount b {
    font-size: 20px;
    display: block;
}
span.discount.gates {
    right: -220px;
    margin-top: -50px;
    width: 60px;
}
/* Product with discount end */
.product .main-info {
    display: inline-block;
    max-width: 300px;
    width: 100%;
}
.product .main-info a {
    background: #efefef;
    color: #2ea6dd;
    display: flex;
    border-radius: 10px;
    max-width: 300px;
    text-align: center;
    padding: 10px 22px;
    font-weight: bold;
    font-size: 18px;
    border: solid 1px #8080802e;
    transition: .2s linear;
    cursor: pointer;
    text-decoration: none;
    align-items: center;
    justify-content: space-around;
}
.product .main-info a:hover {
    -webkit-box-shadow: inset 2px 2px 20px 0px rgba(69,69,69,1);
    -moz-box-shadow: inset 2px 2px 20px 0px rgba(69,69,69,1);
    box-shadow: inset 2px 2px 20px 0px rgba(69,69,69,1);
}
.product .description ul li:before {
	content: "\f147";
    color: #cc0000;
    font-family: dashicons;
    background: none;
    display: inline-block !important;
    width: inherit;
    height: inherit;
    opacity: 0.8 !important;
    float: none;
    margin: 0 10px !important;
    position: inherit;
	transition: 0.2s linear;
}
.product .description ul li:hover:before {
    opacity: 1 !important;
	color: #ff0000;
}
.product .description ul li:after {
	content:'';
	display:none;
}
.product .description {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}
.product .description ul li {
    display: block;
    text-align: left;
	width: inherit;
	padding: 2px 10px;
}
.product .description ul li:hover {
    -webkit-box-shadow: inset -1px 0px 1px 0px rgba(69,69,69,1);
    -moz-box-shadow: inset -1px 0px 1px 0px rgba(69,69,69,1);
    box-shadow: inset -1px 0px 1px 0px rgba(69,69,69,1);
    border-radius: 5px;
    background: #fbfbfb;
}
.product .main-info img {
    width: 100%;
    max-width: 310px;
    border-radius: 10px;
    border: solid 1px #c6c6c6;
}
.product .name {
    font-size: 24px;
    color: #000;
}
.product .name:after {
    content: ' ';
    background: rgb(237, 205, 31);
    width: 150px;
    height: 5px;
    display: block;
    border-radius: 5px;
    margin: 5px 0 0 -10px;
}
.product .name.long-line {
    font-size: 16px;
    line-height: 28px;
}
.product:after {
    content: ' ';
    display: block;
    height: 7px;
    width: 300px;
    background: #23282d;
    margin: 50px auto;
    border-radius: 0 0 50% 50%;
-webkit-box-shadow: 6px -6px 13px 1px rgba(69,69,69,0.37);
-moz-box-shadow: 6px -6px 13px 1px rgba(69,69,69,0.37);
box-shadow: 6px -6px 13px 1px rgba(69,69,69,0.37);
}

.long-table {
    overflow-x: scroll;
    width: 100%;
    max-width: 1100px;
    padding: 5px;
    border: solid 2px #efefef;
    white-space: nowrap;
}
.long-table table.sectional-gates td {
    text-align: center;
    border: 1px solid;
	padding:2px;
}
.long-table table.sectional-gates tr:nth-child(3) td:nth-child(1), .long-table table.sectional-gates tr:nth-child(1) td:nth-child(1) {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
table.complex-table td {
    border: 1px solid #999;
	padding: 5px;
}

table.complex-table {
    outline: 1px solid #999;
}

.screen-2 .trot {
    text-align: center;
}

.screen-2 .trot .product {
    display: inline-block;
    margin: 10px 30px;
    text-align: left;
}
.screen-2 .trot .product .parametrs {
    position: relative;
    margin-top: -40px;
    padding: 6px 2px;
    text-shadow: 0px 0px 2px #fff, 0px 0px 3px #fff;
}
.screen-2 .trot.material .parametrs {
    font-size: 18px;
    margin-top: -55px;
}
.screen-2 .trot.material .prices .new {
    font-size: 24px;
}

.special_phones a {
    color: #c00;
    font-size: 34px !important;
}
.special_phones {
    font-size: 1.5em;
    font-weight: bold;
    background: rgb(0 0 0 / 5%);
    color: #c00;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #c00;
}
/* ts-land Gates End */

/* Gates Begin */

.category-main-icons {
    margin: 50px auto;
    display: block;
    width: 100%;
    max-width: 1100px;
    text-align: center;
}
.category-main-icons a {
    text-decoration: none;
}

.box {
	width: 300px;
	height: 460px;
	position: relative;
	background: rgba(255,255,255,1);
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	color: #2c3e50;
	box-shadow: inset 0 0 0 3px #2c3e50;
	-webkit-transition: background 0.4s 0.5s;
	transition: background 0.4s 0.5s;
}

.box:hover {
	background: rgba(200, 200, 200, 0.05);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.box strong {
    color: #008000;
    border: none;
    font-size: 28px;
    display: block;
    text-align: center;
    margin: 30px;
    transition: linear .2s;
}

.box:hover strong {
    color: #008200;
}

.box span.gates-animated-icon {
    text-align: center;
    display: block;
    height: 200px;
    width: 200px;
    border-top: solid 2px rgba(40, 40, 40, 0.2);
    border-right: solid 2px rgba(40, 40, 40, 0.2);
    border-bottom: solid 2px rgba(40, 40, 40, 0.2);
    border-left: solid 2px rgba(40, 40, 40, 0.2);
    margin: 50px auto;
    transition:
    border-top .5s linear .1s,
    border-right .5s linear .2s,
    border-bottom .5s linear .3s,
    border-left .5s linear .4s;
    
    border-radius: 50%;
    background: #fff;
}

.box:hover span.gates-animated-icon {
    border-top: solid 2px rgba(0, 0, 0, 1);
    border-right: solid 2px rgba(0, 0, 0, 1);
    border-bottom: solid 2px rgba(0, 0, 0, 1);
    border-left: solid 2px rgba(0, 0, 0, 1);
}

span.gates-animated-icon svg {
    width: 180px;
    height: 180px;
    position: relative;
}

.box span {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 5px;
}

.box svg {
	position: absolute;
	top: 0;
	left: 0;
}

.box svg line {
	stroke-width: 3;
	stroke: #333;
	fill: none;
	-webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.box:hover svg line {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
	stroke-dasharray: 330 240; 
}

.box svg line.left,
.box svg line.right {
	stroke-dasharray: 490 400;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-600px);
	transform: translateX(-600px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(600px);
	transform: translateX(600px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(920px);
	transform: translateY(920px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-920px);
	transform: translateY(-920px);
}
/* ---------------------------- */
.box {
	background: rgba(0,0,0,0);
	color: #fff;
	box-shadow: none;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.box svg line {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.box:hover svg line {
	stroke-width: 10;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
    stroke: #008000;
}

.box:hover svg line.top {
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}

.box:hover svg line.bottom {
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}

.box:hover svg line.left {
	-webkit-transform: translateY(460px);
	transform: translateY(460px);
}

.box:hover svg line.right {
	-webkit-transform: translateY(-460px);
	transform: translateY(-460px);
}

.box span.gates-animated-icon g .str0 {
    stroke: #000;
    stroke-width: 50px;
    transition: linear .4s;
    }

.box:hover span.gates-animated-icon g .str0 {
    stroke-width: 95px;
    }

.box span.gates-animated-icon g .fil0 {
    fill: #fff;
    }
    
.box g#sectional-gate rect.fil0.str0 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#sectional-gate rect.fil0.str0 {
    -webkit-transform: translateY(-54%);
    -moz-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -o-transform: translateY(-54%);
    transform: translateY(-54%);
}

.box g#moving-gates polygon.fil0.str0.to-move {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    transition: linear .5s;
    }

.box:hover g#moving-gates polygon.fil0.str0.to-move{
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    transform: translateX(-70%);
}

.box g#open-gates polygon.fil0.str0.step1 {
    display: block;
}

.box:hover g#open-gates polygon.fil0.str0.step1 {
    display: none;
}

.box g#open-gates polygon.fil0.str0.step2 {
    visibility: hidden;
    opacity: .1;
    transition: linear .1s;
}

.box:hover g#open-gates polygon.fil0.str0.step2 {
    visibility: visible;
    opacity: 0;
}

.box g#open-gates polygon.fil0.str0.step3 {
    opacity: 0;
    transition: linear .7s;
}

.box:hover g#open-gates polygon.fil0.str0.step3 {
    opacity: 1;
}

.box g#rolet-gates rect.fil0.str0.sect1 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect1 {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
}

.box g#rolet-gates rect.fil0.str0.sect2 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect2 {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}

.box g#rolet-gates rect.fil0.str0.sect3 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect3 {
    -webkit-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -o-transform: translateY(-15%);
    transform: translateY(-15%);
}

.box g#rolet-gates rect.fil0.str0.sect4 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect4 {
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

.box g#rolet-gates rect.fil0.str0.sect5 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect5 {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
}

.box g#rolet-gates rect.fil0.str0.sect6 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect6 {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}

.box g#rolet-gates rect.fil0.str0.sect7 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect7 {
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
    transform: translateY(-35%);
}

.box g#rolet-gates rect.fil0.str0.sect8 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect8 {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
}

.box g#rolet-gates rect.fil0.str0.sect9 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    transition: linear .5s;
    }
    
.box:hover g#rolet-gates rect.fil0.str0.sect9 {
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}

g#_2924903755376 {
    display: none;
}

.box:hover g#_2924903755376 {
    display: block;
}

.box:hover g#_2924903755376 path.fil0.str0.to-color {
    fill: #000;
}

g#_2924903756784 {
    display: block;
}

.box:hover g#_2924903756784 {
    display: none;
}

.box g#_2924903756784 path.fil0.str0.to-color {
    fill: #000;
}

/* Gates Begin End */

/* SEO text Begin */

div#scrollbar1 {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
.white-box.product_content a {
    color: #008000;
}
div#scrollbar1 .white-box.product_content img {
    float: left;
    margin: 10px 10px 10px 0;
    max-width: 95%;
}

.top-seo-text {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

div#scrollbar1 .white-box.product_content h1, .top-seo-text h1 {
    text-align: center;
}

/* SEO text End */

/* LightBox Emulation Begin */

.lightbox-form {
    color: #fff;
    opacity: 0;
    z-index: -1;
    position: fixed;
    transition: linear .2s;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
}
.lightbox-form.show {
    opacity: 1;
    z-index: 100;
}
form.formorder {
    display: block;
    max-width: 300px;
    margin: 35vh auto;
    border-radius: 4px;
    background: rgba(51, 51, 51, 0.9);
    padding: 5px;
}
form.formorder input {
    display: block;
    height: 40px;
    margin: 5px 0px;
    border-radius: 4px;
    border: solid 1px #999;
    padding: 5px;
    max-width: 288px;
    font-size: 15px;
    width: 100%;
}
form.formorder a {
    cursor: pointer;
    max-width: 100%;
    text-align: right;
    display: block;
    background: #444;
    padding: 10px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.ts-land .screen-2.contacts form.formorder {
    margin: 10px 0;
    max-width: 600px;
    background: rgba(51, 51, 51, 0.05);
}
.ts-land .screen-2.contacts form.formorder input {
    display: block;
    height: 40px;
    margin: 5px 0px;
    border-radius: 4px;
    border: solid 1px #999;
    padding: 5px;
    max-width: 97%;
    font-size: 15px;
    width: 100%;
}
.ts-land .screen-2.contacts form.formorder button {
    max-width: 200px;
    margin: 0 auto;
}
form.formorder button {
    background: #007daf;
    color: #fff;
    border: 1px solid #005273;
    border-radius: 3px;
    padding: 10px 30px;
    cursor: pointer;
    text-shadow: 1px 1px 3px #000;
    transition: linear .2s;
    font-family: 'Jura', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
}
form.formorder button:hover {
    background: #005273;
}
form.formorder button:focus, form.formorder button:active {
    background: #00384e;
    outline: none;
}
/* LightBox Emulation End */

/* Other Styles Begin */
.services table {
    width: 100%;
    max-width: 1000px;
}

.services table td {
    padding: 5px;
}
.services table tr {
    transition: linear .05s;
}
.services table tr:hover {
    background: #f7f7f7;
}
p.intro {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #da0000;
}
/* Other Styles End */

/*------- Gallery begin -----------*/
/*
.pbLoader {
    display: none !important;
}
*/
#gallery {
    max-width: 1100px;
    margin: 0 auto;
}
#gallery li  {
    width: inherit;
    margin: 10px;
    display: inline-block;
    }
#gallery li a img {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 170px;
    transition: linear .1s;
    opacity: 1;
    background: #ffffff;

}
#gallery li:hover a img {
    background: #da0000;
}
#gallery li:after {
    display: none;
}
#gallery li:before {
    display: none;
}


ul#gallery_new li:after, ul#gallery_new li:before {
    display: none;
}

ul#gallery_new li {
    max-width: 500px;
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

ul#gallery_new li img {
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}

a.menu-icon.eurofence:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    margin-bottom: -5px;
    background-size: cover;
}

a.eurofence:before {
    background: url('https://technostroy.global-m.com.ua/wp-content/uploads/2026/03/fagot-1.png');
}

/*------- Gallery end -----------*/


header.fixed {
    top: 0;
    position: fixed;
    z-index: 3;
    background: #fff;
    width: 100%;
}

header.fixed .contacts {
    font-size: 0;
   /* padding: 0; */
}

header.fixed .contacts .tel-head img {
    margin-right: 5px;
}

.tel-head .telegram-logo {
    height: 16px;
}

header.fixed .moto {
    display: none;
}

header.fixed .logo {
    transform: scale(.4);
    display: none;
}

header.fixed nav ul li {
    display: block;
    text-align: left;
    padding-left: 20px;
}

/* Responsive Styles Begin */

@media (max-width: 782px) {
    
    .product {
        text-align: center;
    }

    /* Р В Р РѓР В Р’В°Р В РЎвЂ”Р В РЎвЂќР В Р’В°: Р В Р’В±Р РЋРЎвЂњР РЋР вЂљР В РЎвЂ“Р В Р’ВµР РЋР вЂљ | Р РЋРІР‚С™Р В Р’ВµР В Р’В»Р В Р’ВµР РЋРІР‚С›Р В РЎвЂўР В Р вЂ¦Р РЋРІР‚в„– + Р В РЎВР В Р’ВµР РЋР С“Р РЋР С“Р В Р’ВµР В Р вЂ¦Р В РўвЂР В Р’В¶Р В Р’ВµР РЋР вЂљР РЋРІР‚в„– */
    header .menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        padding: 10px;
        /* gap: 10px; */
        position: relative;
    }

    /* Р В Р Р‹Р В РЎвЂќР РЋР вЂљР РЋРІР‚в„–Р В Р вЂ Р В Р’В°Р В Р’ВµР В РЎВ Р В Р’В°Р В РўвЂР РЋР вЂљР В Р’ВµР РЋР С“ */
    .contacts-address {
        display: none !important;
    }

    /* ===== Р В РІР‚ВР В Р в‚¬Р В Р’В Р В РІР‚СљР В РІР‚СћР В Р’В  ===== */
    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        flex-shrink: 0;
        z-index: 100;
        gap: 5px;
        background: none;
        border: none;
        padding: 0;
    }

    .mobile-menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    /* Р В РЎвЂ™Р В Р вЂ¦Р В РЎвЂР В РЎВР В Р’В°Р РЋРІР‚В Р В РЎвЂР РЋР РЏ Р В Р’В±Р РЋРЎвЂњР РЋР вЂљР В РЎвЂ“Р В Р’ВµР РЋР вЂљР В Р’В° Р В РЎвЂ”Р РЋР вЂљР В РЎвЂ Р В РЎвЂўР РЋРІР‚С™Р В РЎвЂќР РЋР вЂљР РЋРІР‚в„–Р РЋРІР‚С™Р В РЎвЂР В РЎвЂ */
    .mobile-menu-toggle.active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .mobile-menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* ===== Р В РЎв„ўР В РЎвЂєР В РЎСљР В РЎС›Р В РЎвЂ™Р В РЎв„ўР В РЎС›Р В Р’В« ===== */
    header .contacts {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex: 1;
        justify-content: space-evenly;
        padding: 5px;
    }

    /* Р В РЎС›Р В Р’ВµР В Р’В»Р В Р’ВµР РЋРІР‚С›Р В РЎвЂўР В Р вЂ¦Р РЋРІР‚в„– */
    .tel-head {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
    }

    .tel-head > span {
        display: flex;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
    }

    .tel-head img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }

    .tel-head a[href^="tel"] {
        font-size: 13px;
        font-weight: 700;
        text-decoration: none;
        color: inherit;
        white-space: nowrap;
        text-shadow: 1px 0px 0px #000000;
    }

    /* Р В РЎС™Р В Р’ВµР РЋР С“Р РЋР С“Р В Р’ВµР В Р вЂ¦Р В РўвЂР В Р’В¶Р В Р’ВµР РЋР вЂљР РЋРІР‚в„– Р Р†Р вЂљРІР‚Сњ Р В РЎвЂ“Р В РЎвЂўР РЋР вЂљР В РЎвЂР В Р’В·Р В РЎвЂўР В Р вЂ¦Р РЋРІР‚С™Р В Р’В°Р В Р’В»Р РЋР Р‰Р В Р вЂ¦Р В РЎвЂў */
    .messenger-icons {
        display: flex;
        flex-direction: row;
        gap: 8px;
        justify-content: flex-end;
        margin-top: 4px;
        margin-left: 10px;
    }

    .messenger-icons a img {
        width: 35px;
        height: 35px;
        display: block;
    }

    /* ===== Р В РЎСљР В РЎвЂ™Р В РІР‚в„ўР В Р’ВР В РІР‚СљР В РЎвЂ™Р В Р’В¦Р В Р’ВР В Р вЂЎ Р Р†Р вЂљРІР‚Сњ Р В Р вЂ Р РЋРІР‚в„–Р В РЎвЂ”Р В Р’В°Р В РўвЂР В Р’В°Р РЋР вЂ№Р РЋРІР‚В°Р В Р’В°Р РЋР РЏ ===== */
    header .menu nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 99;
        box-shadow: 0 4px 12px rgba(0,0,0,0.12);
        border-top: 1px solid rgba(0,0,0,0.08);
    }

    header .menu nav.menu-open {
        display: block;
    }

    header .menu nav ul {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    header .menu nav ul li {
        border-bottom: 1px solid rgba(0,0,0,0.06);
    }

    header .menu nav ul li:last-child {
        border-bottom: none;
    }

    header .menu nav ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 16px;
        font-size: 14px;
        text-decoration: none;
        color: inherit;
    }

    header .menu nav ul li a:active {
        background: rgba(0,0,0,0.04);
    }
}


@media (min-width: 783px) {
    .mobile-menu-toggle {
        display: none !important;
    }
    .messenger-icons img {
        max-height: 20px;
    }
    .messenger-icons img {
        max-height: 25px;
        padding: 5px;
    }
    header {
    text-align: center;
    top: 0;
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    }
    .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }
    header .contacts {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
}
span.tel-head {
    display: flex;
    flex-direction: column;
}
.messenger-icons {
    padding: 10px 0;
}
header nav {
    max-width: 950px;
    display: flex;
    flex-direction: column;
}



header.fixed {
    display: block;
    }

header.fixed .menu {
    justify-content: center;
}

header.fixed nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}



}

/* Responsive Styles End */