﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/*------------------------------------------------------------*
**Главная
**------------------------------------------------------------*/

/* CSS Document */


body {
margin:0px;
font-family: 'Rubik', sans-serif;
background:#fff;
padding:0 0px;
font-size: 16px;
line-height: 24px;
color: #222222;
}

a {
text-decoration:underline;
color: #4c4c4c;
}

a, .btn, button {
transition: .5s;
}

a:hover {
text-decoration:none;
}

.clear {
clear:both;
}

p, img {
margin:0px;
padding:0px;
border:0px;
}

p {
margin:0 0 20px 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
line-height: normal;
font-weight:normal;
position:relative;
font-family: 'Rubik', sans-serif;
padding:0;
margin:0px 0 24px 0;
font-weight:500;
}

h1, .h1 { 
font-size: 36px;
line-height: 38px;
}

h2, .h2 { 
font-size: 30px;
line-height: 40px;
}

h3, .h3 { 
font-size: 26px;
line-height: 28px;
}

h4, .h4 {
font-size: 24px;
line-height: 26px;
}

* {
box-sizing: border-box;
}

table {
border-spacing: 10px;
}

button {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
display: block
}

input, button, textarea, select {
font-size:16px;
outline:none;
font-family: 'Rubik', sans-serif;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

button {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
}

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

iframe {
max-width:100% !important;
max-height:100% !important;
}

.site-width {
width:100%;
max-width:1130px;
margin:0 auto;
padding:0 15px;
}

.topline {
font-size: 12px;
line-height: 14px;
color: #222222;
padding:14px 0;
}

.topline .site-width {
display:flex;
align-items:center;
}

.topline .info {
flex:1;
display:flex;
gap:30px;
}

.topline .info a {
text-decoration:none;
font-size: 12px;
line-height: 14px;
color: #222222;
}

.topline .info a:hover {
text-decoration:underline;
}

.topline .geo {
margin:0 29px 0 0;
}

.header {
border-top: 1px solid #F0F0F0;
border-bottom: 1px solid #F0F0F0;
margin:0 0 21px 0;
}

.header .site-width {
display:flex;
align-items:center;
}

.header-row-catalog {
padding:0 0 24px 0;
}

.header .logo {
flex:1;
}

.header .logo a {
display:block;
text-decoration:none;
width:188px;
height:27px;
/*background:url(/wp-content/themes/technoline/assets/images/logo.svg) no-repeat;*/
}

.header .catalog {
display:flex;
align-items:center;
cursor:pointer;
background: #6277BB;
border-radius: 5px;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
padding:13px 17px;
text-decoration:none;
}

.header .catalog:before {
content:"";
width:20px;
height:15px;
margin:0 15px 0 0;
background:url(/wp-content/themes/technoline/assets/images/header-catalog.svg) no-repeat;
}

.header .catalog:hover {
opacity:.7;
}

.header .menu {
padding:0 41px 0 45px;
}

.header .menu ul {
display:flex;
list-style:none;
margin:0px;
padding:0px;
gap:45px;
}

.header .menu a {
text-decoration:none;
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #222222;
}

.header .menu a:hover {
text-decoration:underline;
}

.header .search {
position:relative;
margin:0 24px 0 0;
}

.header .search .open {
display:block;
cursor:pointer;
text-decoration:none;
width:21px;
height:21px;
background:url(/wp-content/themes/technoline/assets/images/search.svg) no-repeat;
}

.header .btn1 {
display:block;
text-decoration:none;
cursor:pointer;
background: #F2F2F2;
border-radius: 3px;
margin:0 8px 0 0;
padding:13px 19px;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #222222;
transition: .5s;
}

.header .btn1:hover {
background: #6277BB;
color:#fff;
}

.header .btn2 {
display:block;
text-decoration:none;
cursor:pointer;
background: #6277BB;
border-radius: 3px;
padding:13px 19px;
font-size: 12px;
line-height: 14px;
text-align: center;
color: #fff;
transition: .5s;
}

.header .btn2:hover {
opacity:.7;
}

.section-1 {
display:flex;
width:100%;
margin:26px auto 30px auto;
max-width:1110px;
background: #F8F8F8;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
padding:0 18px 0 0;
}

.section-1 .col-left {
flex:1;
padding:28px 10px 28px 30px;
}

.section-1 .images {
font-size:0px;
line-height:0px;
width:46%;
}

.section-1 .title {
font-weight: 500;
font-size: 30px;
line-height: 36px;
color: #222222;
margin:0 0 20px 0;
}

.section-1 .desc {
font-weight: 300;
font-size: 18px;
line-height: 24px;
color: #222222;
margin:0 0 36px 0;
}

.section-1 .links {
display:flex;
flex-wrap:wrap;
gap:15px;
}

.section-1 .links p {
display:flex;
flex-wrap:wrap;
gap:15px;
margin:0px;
}

.section-1 .links a {
background: #FFFFFF;
border: 1px solid #E5E5E5;
border-radius: 3px;
padding:7px 20px;
text-decoration:none;
font-weight: 300;
font-size: 14px;
line-height: 24px;
color: #222222;
}

.section-1 .all {
background: #6277BB;
border-radius: 3px;
text-decoration:none;
display:table;
margin:28px 0 0 0;
cursor:pointer;
padding:12px 20px;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #FFFFFF;
}

.section-2 {
margin:0 0 14px 0;
}

.section-2 .site-width {
display:flex;
flex-wrap:wrap;
}

.section-2 .item {
width:31.666%;
margin:0 2.5% 30px 0;
background: #F8F8F8;
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 5px;
padding:20px 20px 0 20px;
overflow:hidden;
}

.section-2 .item:nth-child(3n) {
margin:0 0 30px 0;
}

.section-2 .name {
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #000000;
margin:0 0 15px 0;
display:table;
}

.section-2 ul {
list-style:none;
margin:0px;
padding:0px;
}

.section-2 li {

}

.section-2 a {
text-decoration:none;
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #000000;
}

.section-2 a:hover {
color: #6277BB;
}

.section-2 .images {
font-size:0px;
line-height:0px;
margin:20px -20px 0 -20px;
}

.section-2 .images img {
min-width:100%;
}

.section-3 {
margin:0 0 29px 0;
}

.section-3 .site-width {
display:flex;
}

.section-3 .col-left {
flex:1;
padding:0 30px 0 0;
}

.section-3 .col-right {
width:350px;
}

.section-3 .sticky {
position:sticky;
top:10px;
background: #F8F8F8;
border-radius: 5px;
z-index:3;
padding:23px;
}

.section-3 .sticky .title {
display:flex;
flex-wrap:wrap;
align-items:center;
margin:0 0 20px 0;
}

.section-3 .sticky .title h2 {
flex:1;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #222222;
margin:0px;
}

.section-3 .sticky .title a {
text-decoration:none;
display:block;
background: #6277BB;
border-radius: 5px;
padding:10px 20px;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;
}

.section-3 .sticky .title a:hover {
opacity:.7;
}

.section-3 .article {
margin:0 0 20px 0;
padding:0 0 20px 0;
border-bottom:1px rgba(0,0,0,.05) solid;
display:flex;
}

.section-3 .article:last-child {
margin:0px;
padding:0px;
border-bottom:0px;
}

.section-3 .article .images {
font-size:0px;
line-height:normal;
margin:0 18px 0 0;
width:60px;
}

.section-3 .article .info {
flex:1;
}

.section-3 .article .name {
font-size: 14px;
line-height: 17px;
color: #222222;
display:table;
text-decoration:none;
margin:0 0 12px 0;
}

.section-3 .article .date {
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #666666;
}

.section-3 .tabs__caption {
list-style:none;
display:flex;
border-bottom:2px #F2F2F2 solid;
margin:0 0 30px 0;
gap:50px;
padding:0px;
flex-wrap:wrap;
}

.section-3 .tabs__caption li {
cursor:pointer;
font-size: 18px;
line-height: 21px;
color: #222222;
position:relative;
padding:0 0 16px 0;
}

.section-3 .tabs__caption li.active {
cursor:default;
color: #6277BB;
}

.section-3 .tabs__caption li.active:before {
content:"";
position:absolute;
bottom:-2px;
left:0px;
right:0px;
z-index:1;
height:2px;
background:#6277BB;
}

.section-3 .tabs__content {
display:none;
}

.section-3 .tabs__content.active {
display:block;
}

.section-products {
display:flex;
flex-wrap:wrap;
}

.section-products .product {
width:48%;
margin:0 4% 30px 0;
padding:0px 18px 19px 18px;
border: 1px solid #E1E1E1;
border-radius: 3px;
overflow:hidden;
}

.section-products .product:nth-child(2n) {
margin:0 0 30px 0;
}

.section-products.two .product {
width:31.666%;
margin:0 2.5% 30px 0;
}

.section-products.two .product:nth-child(2n) {
margin:0 2.5% 30px 0;
}

.section-products.two .product:nth-child(3n) {
margin:0 0% 30px 0;
}

.section-products .images {
display:block;
text-decoration:none;
font-size:0px;
line-height:0px;
margin:0 -18px 20px -18px;
}

.section-products .name {
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #222222;
margin:0 0 20px 0;
}

.section-products .name a {
text-decoration:none;
color: #222222;
}

.section-products .title {
display:table;
text-decoration:none;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #000000;
margin:0 0 6px 0;
}

.section-products .desc {
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #222222;
margin:0 0 21px 0;
}

.section-products .price {
font-size: 16px;
line-height: 19px;
color: #000000;
display:flex;
align-items:center;
flex-wrap:wrap;
gap:10px;
}

.section-products .price .new {
font-weight:500;
font-size:18px;
}

.section-products .price .old b {
text-decoration:line-through;
font-weight:normal;
}

.section-products .price .old span {
color:#ff0000;
}

.section-products .buttons {
display:flex;
gap:10px;
margin:24px 0 0 0;
flex-wrap:wrap;
}

.section-products .full {
display:block;
text-decoration:none;
cursor:pointer;
background: #6277BB;
border-radius: 3px;
padding:8px;
text-align:center;
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
flex:1;
transition: .5s;
}

.section-products .full:hover {
opacity:.7;
}

.section-products .know-price {
display:block;
text-decoration:none;
cursor:pointer;
background: #F2F2F2;
border-radius: 3px;
padding:8px;
text-align:center;
font-size: 12px;
line-height: 14px;
color: #222222;
flex:1;
transition: .5s;
}

.section-products .know-price:hover {
opacity:.7;
}

.section-products .golink {
display:block;
text-decoration:none;
cursor:pointer;
flex:1;
transition: .5s;
background: #F2F2F2;
border-radius: 3px;
padding:8px;
text-align:center;
font-size: 12px;
line-height: 14px;
color: #222222;
}

.section-products .golink:hover {
opacity:.7;
}

.section-products .favorite {
display:block;
text-decoration:none;
cursor:pointer;
width:30px;
height:30px;
background:url(/wp-content/themes/technoline/assets/images/product-favorite.svg) no-repeat center center;
transition: .5s;
}

.section-products .favorite:hover {
opacity:.7;
}

.title-section {
font-weight: 500;
font-size: 20px;
line-height: 24px;
color: #222222;
margin:0 0 33px 0;
}

.section-4 {
margin:0 0 57px 0;
}

.section-4 .flex {
display:flex;
flex-wrap:wrap;
}

.section-4 .item {
width:31.666%;
margin:0 2.5% 30px 0;
display:flex;
align-items:center;
background: #F8F8F8;
border-radius: 5px;
padding:56px 40px;
}

.section-4 .item:nth-child(3n) {
margin:0 0 30px 0;
}

.section-4 .icon {
font-size:0px;
line-height:0px;
}

.section-4 .block {
flex:1;
padding:0 0 0 26px;
font-weight: 300;
font-size: 14px;
line-height: 18px;
color: #222222;
}

.section-4 .name {
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #000000;
margin:0 0 10px 0;
}

.section-5 {
margin:0 0 38px 0;
}

.section-6 {
margin:0 0 60px 0;
}

.section-6 .flex {
display:flex;
flex-wrap:wrap;
}

.section-6 .item {
display:block;
text-decoration:none;
width:31.666%;
margin:0 2.5% 30px 0;
}

.section-6 .item:nth-child(3n) {
margin:0 0 30px 0;
}

.section-6 .images {
font-size:0px;
line-height:0px;
max-height:224px;
border-radius: 5px;
overflow:hidden;
margin:0 0 15px 0;
}

.section-6 .name {
font-size: 18px;
line-height: 21px;
color: #000000;
}

.section-7 {
margin:0 0 32px 0;
}

.section-7 .flex {
display:flex;
flex-wrap:wrap;
}

.section-7 .item {
display:block;
text-decoration:none;
width:31.666%;
margin:0 2.5% 30px 0;
}

.section-7 .item:nth-child(3n) {
margin:0 0 30px 0;
}

.section-7 .logo {
display:flex;
align-items:center;
justify-content:center;
background: #F2F2F2;
border-radius: 5px;
font-size:0px;
line-height:0px;
padding:30px;
margin:0 0 16px 0;
}

.section-7 .name {
font-size: 18px;
line-height: 21px;
color: #000000;
}

.section-8 {
margin:0 0 58px 0;
}

.section-8 .flex {
display:flex;
flex-wrap:wrap;
}

.section-8 .item {
font-size:0px;
line-height:0px;
background: #F2F2F2;
border-radius: 5px;
width:14.583%;
margin:0 2.5% 30px 0;
}

.section-8 .item:nth-child(6n) {
margin:0 0 30px 0;
}

.section-9 {
margin:0 0 48px 0;
}

.section-9 .item {
background: #F2F2F2;
border-radius: 5px;
margin:0 0 16px 0;
}

.section-9 .question {
cursor:pointer;
padding:16px 37px;
position:relative;
font-size: 16px;
line-height: 19px;
color: #222222;
font-weight:500;
}

.section-9 .question:before {
content:"";
position:absolute;
top:50%;
left:16px;
z-index:1;
width:6px;
height:10px;
margin:-5px 0 0 0;
background:url(/wp-content/themes/technoline/assets/images/section9-arrow.svg) no-repeat;
}

.section-9 .question.active:before {
transform: rotate(90deg);
}

.section-9 .answer {
display:none;
font-weight: 300;
font-size: 14px;
line-height: 112.5%;
color: #222222;
padding:0px 38px 23px 38px;
}

.section-10 {
width:100%;
max-width:1110px;
margin:0 auto 48px auto;
display:flex;
background: #F2F2F2;
border-radius: 5px;
justify-content: space-between;
gap:20px;
padding:71px 65px;
}

.section-10 .col-left {
width:100%;
max-width:345px;
}

.section-10 .col-right {
width:100%;
max-width:472px;
}

.section-10 .title {
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #000000;
margin:0 0 15px 0;
}

.section-10 .desc {
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #000000;
}

.section-10 form {
display:flex;
gap:20px;
flex-wrap:wrap;
}

.section-10 input {
flex:1;
background: #FFFFFF;
border: 1px solid rgba(34, 34, 34, 0.1);
border-radius: 5px;
height:50px;
font-weight: 300;
font-size: 18px;
line-height: 21px;
padding:0 20px;
width:100%;
}

.section-10 button {
cursor:pointer;
border:0px;
background: #6277BB;
border-radius: 5px;
padding:15px 29px;
font-size: 18px;
line-height: 21px;
flex-shrink:0;
text-align: center;
color: #FFFFFF;
}

.section-10 .info {
text-align:center;
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #222222;
margin:16px 0 0 0;
}

.section-11 {
margin:0 0 80px 0;
font-weight: 300;
font-size: 14px;
line-height: 22px;
color: #000000;
}

.section-11 h1 {
font-size: 24px;
line-height: 28px;
color: #000000;
margin:0 0 20px 0;
}

.footer {
background: #F8F8F8;
padding:27px 0;
}

.footer .site-width {
display:flex;
gap:50px;
}

.footer .col-left {
width:100%;
max-width:235px;
}

.footer .logo {
display:block;
text-decoration:none;
width:188px;
height:27px;
/*background:url(/wp-content/themes/technoline/assets/images/logo.svg) no-repeat;*/
}

.footer .desc {
font-weight: 300;
font-size: 12px;
line-height: 20px;
color: #222222;
margin:21px 0 0 0;
}

.footer .name {
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #222222;
margin:0 0 25px 0;
}

.footer ul {
list-style:none;
margin:0px;
padding:0px;
}

.footer ul li {

}

.footer ul li a {
text-decoration:none;
font-weight: 300;
font-size: 12px;
line-height: 20px;
color: #222222;
}

.footer .col-right {
width:100%;
max-width:315px;
}

.footer .info {
margin:0 0 35px 0;
}

.footer .info a {
text-decoration:none;
display:table;
font-weight: 300;
font-size: 12px;
line-height: 22px;
color: #222222;
}

.footer a:hover {
text-decoration:underline;
}

.footer .geo {
font-weight: 300;
font-size: 12px;
line-height: 22px;
color: #222222;
}

.footer .time {
font-weight: 300;
font-size: 12px;
line-height: 22px;
color: #222222;
}

.footer .buttons {
display:flex;
margin:16px 0 0 0;
gap:15px;
flex-wrap:wrap;
}

.footer .feedback {
display:block;
text-decoration:none;
cursor:pointer;
flex:1;
background: #6277BB;
border-radius: 3px;
padding:12px;
text-align:center;
font-weight: 500;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
transition: .5s;
}

.footer .help {
display:block;
text-decoration:none;
cursor:pointer;
flex:1;
background: #F2F2F2;
border-radius: 3px;
padding:12px;
text-align:center;
font-size: 12px;
line-height: 14px;
color: #222222;
transition: .5s;
}

.footer .buttons *:hover {
opacity:.7;
}

.footer-bottom {
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #222222;
background: #F4F4F4;
padding:19px 0;
}

.footer-bottom .site-width {
display:flex;
flex-wrap:wrap;
gap:60px;
}

.footer-bottom .copyright {
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #222222;
}

.footer-bottom .links {
flex:1;
display:flex;
gap:34px;
justify-content: flex-end;
}

.footer-bottom .links a {
text-decoration:none;
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #222222;
}

.footer-bottom .links a:hover {
text-decoration:underline;
}

.speedbar {
margin:0 0 16px 0;
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #222222;
}

.speedbar a {
text-decoration:none;
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #222222;
}

.speedbar a:after {
content:"/";
margin:0 5px;
}

.wrapper h1 {
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #222222;
margin:0 0 25px 0;
}

.section-12 {
margin:0 -15px 24px -15px;
position:relative;
}

.section-12 .item {
display:block;
text-decoration:none;
}

.section-12 .images {
font-size:0px;
line-height:0px;
max-height:142px;
overflow:hidden;
margin:0 0 6px 0;
border-radius: 3px;
}

.section-12 .name {
font-size: 16px;
line-height: 19px;
color: #222222;
}

.section-12 .slick-slide {
margin:0 5px;
}

.section-12 .slick-arrow {
border-radius: 3px;	
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
width:43px;
font-size:0px;
line-height:0px;
position:absolute;
top:0;
z-index:9;
height:142px;
transition: .5s;
background-color:#f2f2f2; 

}

.section-12 .slick-prev,
.section-12 .slick-next{
  background-image:url('/wp-content/themes/technoline/assets/images/section12-arrow.svg');
  background-repeat:no-repeat;
  background-position:center;
  background-size:160px 160px;         
}


.section-12 .slick-prev {
/* background:url(/wp-content/themes/technoline/assets/images/section12-arrow.svg) no-repeat; */
transform: rotate(180deg);
left:13px;
}

.section-12 .slick-next {
/* background:url(/wp-content/themes/technoline/assets/images/section12-arrow.svg) no-repeat; */
right:13px;
}

.catalog-flex {
display:flex;
}

.catalog-flex .sidebar {
width:255px;
}

.catalog-flex .container {
flex:1;
padding:0 0 0 30px;
}

.widget-filter {
background: #F8F8F8;
border-radius: 3px;
}

.woof_container_radio {
padding:10px 21px;
border-bottom:1px #F2F2F2 solid;
}

.woof_container_checkbox {
padding:10px 21px;
border-bottom:1px #F2F2F2 solid;
}

.woof_container_radio.active, .woof_container_checkbox.active {
background: #F2F2F2;
}

.widget-filter h4 {
display:flex;
align-items:center;
margin:0px;
padding:0px;
color: #222;
font-size: 14px;
gap:10px;
cursor:pointer;
}

.widget-filter h4:before {
content:"";
width:5px;
height:8px;
background:url(../images/newfilter-arrow.svg) no-repeat;
}

.widget-filter h4.active:before {
transform: rotate(90deg);
}

.woof_block_html_items {
display:none;
}

.woof_list_radio {
list-style:none;
margin:0px;
padding:0px;
}

.woof_list_radio li {
margin:8px 0 0 0;
}

.woof_list_radio li input {
display:none;
}

.woof_list_radio li label {
display:flex;
align-items:center;
gap:10px;
color: #222;
font-size: 14px;
font-style: normal;
font-weight: 300;
}

.woof_list_radio li label:before {
content:"";
width:16px;
height:16px;
background:url(../images/newfilter-check.svg) no-repeat;
}

.woof_list_radio li input:checked + label:before {
background:url(../images/newfilter-check2.svg) no-repeat;
}

.woof_list_checkbox {
list-style:none;
margin:0px;
padding:0px;
}

.woof_list_checkbox li {
margin:8px 0 0 0;
}

.woof_list_checkbox li input {
display:none;
}

.woof_list_checkbox li label {
color: #222;
font-size: 14px;
font-style: normal;
font-weight: 300;
}

.icheckbox_square-blue {
width:16px;
height:16px;
background:url(../images/newfilter-check.svg) no-repeat;
margin:0 0px 0 0 !important;
}

.icheckbox_square-blue.checked {
background:url(../images/newfilter-check2.svg) no-repeat;
}

.woof_checkbox_label {
padding:0px !important;
}




.page-numbers {
display:flex;
justify-content:center;
margin:30px 0;
gap:10px;
flex-wrap:wrap;
list-style:none;
padding:0px;
}

.pagination a {
text-decoration:none;
display:block;
font-weight: 300;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #222222;
padding:5px 10px;
background: #F2F2F2;
border-radius: 3px;
}

.pagination span {
text-decoration:none;
display:block;
font-weight: 300;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #fff;
padding:5px 10px;
background: #6277BB;
border-radius: 3px;
}

.pagination a:hover {
background:#ccc;
}

.wrapper {
margin:0 0 52px 0;
}

.widget-article {
background: #F8F8F8;
border-radius: 5px;
padding:23px;
margin:40px 0;
}

.widget-article .title {
display:flex;
align-items:center;
flex-wrap:wrap;
gap:10px;
margin:0 0 20px 0;
}

.widget-article .title span {
flex:1;
}

.widget-article .title a {
text-decoration:none;
display:block;
padding:10px 20px;
font-size: 14px;
line-height: 17px;
color: #222222;
background: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
}

.widget-article .item {
border-bottom:1px rgba(0,0,0,.05) solid;
margin:0 0 20px 0;
padding:0 0 20px 0;
}

.widget-article .item:last-child {
border-bottom:0px;
margin:0px;
padding:0px;
}

.widget-article .name {
display:table;
text-decoration:none;
font-size: 14px;
line-height: 17px;
color: #222222;
margin:0 0 12px 0;
}

.widget-article .date {
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #666666;
}

.widget-terms {
margin:40px 0;
}

.widget-terms .title {
margin:0 0 10px 0;
font-weight: 500;
font-size: 18px;
line-height: 21px;
color: #222222;
}

.widget-terms .term {
margin:10px 0 0 0;
padding:10px 0 0 0;
border-top:1px rgba(0,0,0,.05) solid;
}

.widget-terms .name {
font-size: 14px;
line-height: 17px;
color: #222222;
margin:0 0 10px 0;
cursor:pointer;
display:flex;
align-items:center;
gap:30px;
}

.widget-terms .name:after {
content:"";
width:12px;
height:12px;
background:url(/wp-content/themes/technoline/assets/images/widget-terms.svg) no-repeat;
}

.widget-terms .name.active:after {
transform: rotate(-90deg);
}

.widget-terms .desc {
font-weight: 300;
font-size: 12px;
line-height: 19px;
color: #222222;
display:none;
}

.page-articles .item {
display:flex;
margin:0 0 30px 0;
background: #F8F8F8;
border-radius:5px;
overflow:hidden;
}

.page-articles .images {
font-size:0px;
line-height:0px;
overflow:hidden;
width:318px;
}

.page-articles .block {
flex:1;
padding:20px 32px;
}

.page-articles .name {
display:table;
text-decoration:none;
font-weight: 500;
font-size: 16px;
line-height: 19px;
color: #222222;
margin:0 0 11px 0;
}

.page-articles .name:hover {
text-decoration:underline;
}

.page-articles .desc {
font-weight: 300;
font-size: 14px;
line-height: 125%;
color: #222222;
}

.page-articles .bottom {
display:flex;
align-items:center;
flex-wrap:wrap;
gap:10px;
justify-content: space-between;
margin:40px 0 0 0;
}

.page-articles .date {
font-weight: 300;
font-size: 12px;
line-height: 14px;
color: #222222;
}

.page-articles .link {
display:flex;
align-items:center;
font-weight: 600;
font-size: 12px;
line-height: 14px;
color: #6277BB;
text-decoration:none;
}

.page-articles .link:after {
content:"";
width:5px;
height:9px;
background:url(/wp-content/themes/technoline/assets/images/page-article-arrow1.svg) no-repeat;
margin:0 0 0 8px;
}

.load-show {
cursor:pointer;
text-decoration:none;
margin:30px 0;
width:100%;
background: #F8F8F8;
border-radius: 5px;
padding:11px;
font-size: 18px;
line-height: 21px;
display: flex;
align-items: center;
text-align: center;
color: #222222;
justify-content: center;
transition: .5s;
}

.section-5 .load-show {
margin:0px;
}

.load-show:after {
content:"";
width:13px;
height:8px;
background:url(/wp-content/themes/technoline/assets/images/page-article-arrow2.svg) no-repeat;
margin:0 0 0 10px;
}

.load-show.active:after {
transform: rotate(180deg);
}

.load-show:hover {
background:#e8e8e8;
}

.page-article {
font-weight: 300;
font-size: 16px;
line-height: 135%;
color: #222222;
}

.page-article .top {
display:flex;
flex-wrap:wrap;
align-items:center;
gap:15px;
margin:0 0 19px 0;
justify-content: space-between;
}

.page-article h1 {
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #222222;
margin:0px;
padding:0px;
}

.page-article .date {
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #A0A0A0;
}

.contacts-info {
display:flex;
align-items:center;
margin:30px 0 0 0;
background: #F8F8F8;
border-radius: 5px;
padding:30px 52px;
font-size: 16px;
line-height: 145%;
color: #000000;
}

.contacts-info:before {
content:"";
width:41px;
height:41px;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon8.svg) no-repeat;
margin:0 30px 0 0;
flex-shrink:0;
}

.page-contacts {
display:flex;
}

.page-contacts .col-left {
width:445px;
font-size: 16px;
line-height: 19px;
color: #000000;
background: #F8F8F8;
border-radius: 5px;
padding:38px 20px 38px 44px;
}

.page-contacts .col-right {
position:relative;
flex:1;
margin:0 0 0 30px;
min-height:319px;
border-radius: 5px;
overflow:hidden;
}

.page-contacts iframe {
width:100% !important;
height:100% !important;
filter: grayscale(1);
}

.page-contacts .col-right .block {
position:absolute;
top:40px;
right:40px;
background: #6277BB;
border-radius: 5px;
z-index:3;
padding:20px 22px;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
width:100%;
max-width:242px;
}

.page-contacts .col-right .block .geo {
padding:0px;
}

.page-contacts .col-right .name {
font-weight: 700;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
margin:0 0 5px 0;
}

.page-contacts .col-right .geo {
display:flex;
align-items:center;
margin:14px 0 15px 0;
}

.page-contacts .col-right .geo:before {
content:"";
width:15px;
height:19px;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon6.svg) no-repeat;
margin:0 14px 0 0;
flex-shrink:0;
}

.page-contacts .col-right .metro {
display:flex;
align-items:center;
margin:0 0 22px 0;
}

.page-contacts .col-right .metro:before {
content:"";
width:15px;
height:15px;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon7.svg) no-repeat;
margin:0 14px 0 0;
flex-shrink:0;
}

.page-contacts .btn {
display:flex;
align-items:center;
text-decoration:none;
cursor:pointer;
border: 1px solid #FFFFFF;
border-radius: 5px;
justify-content:center;
padding:12px;
gap:14px;
font-size: 12px;
line-height: 14px;
color: #FFFFFF;
}

.page-contacts .btn:after {
content:"";
width:5px;
height:9px;
background:url(/wp-content/themes/technoline/assets/images/page-contact-arrow.svg) no-repeat;
}

.page-contacts .btn:hover {
text-decoration:none;
}

.page-contacts .phone {
position:relative;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon1.svg) no-repeat 0px center;
padding:0 0 0 43px;
margin:0 0 25px 0;
}

.page-contacts a {
display:table;
text-decoration:none;
font-size: 16px;
line-height: 19px;
color: #000000;
margin:0 0 5px 0;
}

.page-contacts a:hover {
text-decoration:underline;
}

.page-contacts .mail {
position:relative;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon2.svg) no-repeat 0px center;
padding:0 0 0 43px;
margin:0 0 25px 0;
}

.page-contacts .geo {
position:relative;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon3.svg) no-repeat 0px center;
padding:0 0 0 43px;
margin:0 0 25px 0;
}

.page-contacts .time {
position:relative;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon4.svg) no-repeat 0px center;
padding:0 0 0 43px;
margin:0 0 25px 0;
}

.page-contacts .info {
position:relative;
background:url(/wp-content/themes/technoline/assets/images/page-contact-icon5.svg) no-repeat 0px center;
padding:0 0 0 43px;
margin:0 0 25px 0;
}

.page-product {
display:flex;
margin:0 0 20px 0;
}

.page-product .col-left {
width:48.64%;
font-size:0px;
line-height:0px;
}

.page-product .col-right {
flex:1;
margin:0 0 0 30px;
}

.page-product .big {
border-radius: 5px;
overflow:hidden;
}

.page-product .small {
margin:12px 0 0 0;
}

.page-product .small .slick-slide {
margin:0 3px;
cursor:pointer;
border-radius: 3px;
overflow:hidden;
opacity:.6;
}

.page-product .small .slick-current {
opacity:1;
}

.page-product h1 {
font-weight: 500;
font-size: 24px;
line-height: 28px;
color: #222222;
margin:0 0 5px 0;
}

.page-product .desc {
font-weight: 300;
font-size: 14px;
line-height: 17px;
color: #222222;
margin:0 0 20px 0;
}

.page-product .fields .line {
border-bottom:1px rgba(0,0,0,.05) solid;
padding:5px 0;
display:flex;
gap:20px;
}

.page-product .fields span {
width:50%;
color: #222;
font-size: 14px;
font-family: Rubik;
font-weight: 300;
}

.page-product .all-fiedls {
display:flex;
align-items:center;
cursor:pointer;
color: #6277BB;
font-size: 14px;
text-decoration:none;
margin:7px 0 0 0;
}

.page-product .all-fiedls:after {
content:"";
width:18px;
height:17px;
margin:0 0 0 6px;
background:url(/wp-content/themes/technoline/assets/images/akar-icons_chevron-left.svg) no-repeat;
}

.page-product .all-fiedls.active:after {
transform: rotate(180deg);
}

.page-product .price {
margin:26px 0 15px 0;
color: #222;
font-size: 18px;
font-family: Rubik;
font-weight: 500;
}

.page-product .fields .line:nth-of-type(n+4) {
display:none;
}

.page-product .buttons {
display:flex;
gap:15px;
}

.page-product .btn1 {
cursor:pointer;
display:block;
text-decoration:none;
flex:1;
border-radius: 3px;
background: #6277BB;
color: #FFF;
text-align: center;
font-size: 16px;
font-family: Rubik;
font-weight: 500;
padding:12px;
transition: .5s;
}

.page-product .btn2 {
cursor:pointer;
display:block;
text-decoration:none;
flex:1;
border-radius: 3px;
border: 1px solid #E5E5E5;
background: #FFF;
padding:12px;
color: #222;
text-align: center;
font-size: 16px;
transition: .5s;
}

.page-product .btn2:hover {
background:#E5E5E5;
}

.page-product .btn1:hover {
opacity:.7;
}

.page-product .bottom {
display:flex;
gap:15px;
margin:10px 0 0 0;
}

.page-product .consultation {
flex:1;
border-radius: 5px;
background: #F8F8F8;
padding:14px 20px;
}

.page-product .consultation .name {
font-size: 16px;
font-weight: 500;
margin:0 0 8px 0;
}

.page-product .consultation a {
display:table;
text-decoration:none;
color: #222;
font-size: 14px;
}

.page-product .select-block {
flex:1;
}

.page-product .select-block .name {
color: #222;
font-size: 14px;
margin:0 0 4px 0;
}

.page-product .select-block .radios {
display:flex;
flex-wrap:wrap;
gap:10px;
}

.page-product .select-block label {
display:block;
}

.page-product .select-block input {
display:none;
}

.page-product .select-block span, .page-product .select-block a {
display:block;
border-radius: 3px;
border: 1px solid #E1E1E1;
cursor:pointer;
padding:8px 13px;
color: #222;
text-align: center;
font-size: 14px;
font-weight: 300;
text-decoration:none;
}

.page-product .select-block input:checked + span, .page-product .select-block a:hover {
border: 1px solid #6277BB;
}

.tabs-product {
margin:0 0 65px 0;
}

.tabs-product .tabs__content {
opacity:0;
visibility:hidden;
height:0px;
overflow:hidden;
color: #222;
font-size: 14px;
font-weight: 300;
}

.tabs-product .tabs__content.active {
opacity:1;
visibility:visible;
height:auto;
}

.tabs-product .tabs__caption {
list-style:none;
margin:0px 0 16px 0;
padding:0px;
display:flex;
border-bottom:2px #F2F2F2 solid;
gap:50px;
}

.tabs-product .tabs__caption li {
cursor:pointer;
padding:0 0 16px 0;
color: #222;
font-size: 18px;
font-weight: 300;
position:relative;
}

.tabs-product .tabs__caption li.active {
cursor:default;
color: #6277BB;
}

.tabs-product .tabs__caption li.active:before {
content:"";
border-radius: 2px;
background: #6277BB;
height:2px;
position:absolute;
bottom:-2px;
left:0px;
right:0px;
z-index:1;
}

.section-13 {

}

.section-13 .title-section {
color: #222;
font-size: 24px;
font-family: Rubik;
font-weight: 500;
margin:0 0 25px 0;
}

.section-13 .item {
display:flex;
margin:0 0 25px 0;
border-radius: 5px;
background: #F8F8F8;
overflow:hidden;
}

.section-13 .images {
font-size:0px;
line-height:0px;
width:318px;
}

.section-13 .block {
flex:1;
padding:42px 34px 42px 22px;
color: #222;
font-size: 14px;
font-weight: 300;
line-height: 112.5%;
}

.section-13 .name {
color: #222;
font-size: 18px;
font-weight: 500;
margin:0 0 10px 0;
}

.section-14 {
margin:0 0 18px 0;
}

.section-14 .site-width {
display:flex;
flex-wrap:wrap;
justify-content: space-between;
}

.section-14 .item {
width:48.75%;
border-radius: 5px;
background: #F8F8F8;
padding:40px;
margin:0 0 25px 0;
color: #222;
font-size: 14px;
font-weight: 300;
line-height: 112.5%;
}

.section-14 .name {
color: #222;
font-size: 18px;
font-weight: 500;
margin:0 0 10px 0;
}

.section-15 {
margin:0 0 55px 0;
}

.section-15 .title {
color: #222;
font-size: 24px;
font-weight: 500;
margin:0 0 20px 0;
}

.section-15 .video {
position:relative;
font-size:0px;
line-height:0px;
overflow:hidden;
border-radius: 5px;
}

.section-15 .play {
position:absolute;
top:50%;
left:50%;
z-index:3;
cursor:pointer;
width:64px;
height:64px;
margin:-32px 0 0 -32px;
background:url(/wp-content/themes/technoline/assets/images/play.svg) no-repeat;
}

.section-16 {
margin:0 0 79px 0;
}

.section-16 .title {
color: #222;
font-size: 24px;
font-weight: 500;
margin:0 0 25px 0;
}

.section-16 table {
width:100%;
border-radius: 3px;
overflow:hidden;
}

.section-16 table td {
color: #222;
text-align: center;
font-size: 14px;
font-weight: 300;
padding:15px 24px;
background: #F2F2F2;
line-height:normal;
}

.section-16 table td b {
display:block;
font-weight: 500;
}

.section-16 table td:first-child {
text-align:left;
}

.section-16 table tr:first-child td {
font-weight: 500;
padding:25px 24px;
}

.section-16 table tr:nth-child(2n) td {
background:#fff;
}

.section-products.hidden .product:nth-of-type(n+4) {
display:none;
}

.tabs-product .tabs__content .fields {
width:100%;
max-width:540px;
}

.tabs-product .tabs__content .fields .line {
border-bottom:1px rgba(0,0,0,.05) solid;
padding:5px 0;
display:flex;
gap:20px;
}

.tabs-product .tabs__content .fields span {
width:50%;
color: #222;
font-size: 14px;
font-family: Rubik;
font-weight: 300;
}

.tabs-product .tabs__content .video {
position:relative;
font-size:0px;
line-height:0px;
overflow:hidden;
border-radius: 5px;
}

.tabs-product .tabs__content .play {
position:absolute;
top:50%;
left:50%;
z-index:3;
cursor:pointer;
width:64px;
height:64px;
margin:-32px 0 0 -32px;
background:url(/wp-content/themes/technoline/assets/images/play.svg) no-repeat;
}

.popup-block {
display:none;
}

.popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(26, 25, 36, 0.25);
backdrop-filter: blur(15px);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

.popup-block .block {
/* background: #FFFFFF url(/wp-content/themes/technoline/assets/images/popup-car.png) no-repeat right bottom; */
background: #FFFFFF;
border-radius: 10px;
width:100%;
max-width:369px;
padding:30px 37px;
position:fixed;
top:50%;
left:50%;
z-index:99999999999;
transform: translate(-50%, -50%);
}

.popup-block .close {
width:20px;
height:20px;
background:url(/wp-content/themes/technoline/assets/images/popup-close.svg) no-repeat;
cursor:pointer;
position:absolute;
top:35px;
right:38px;
background-size:contain;
}

.popup-block .title {
color: #222;
font-size: 20px;
font-weight: 500;
margin:0 0 17px 0;
}

.popup-block .desc {
color: #000;
font-size: 14px;
line-height: 145%;
margin:0 0 20px 0;
}

.popup-block .label {
display:block;
margin:0 0 20px 0;
}

.popup-block label {
display:block;
color: #222;
font-size: 16px;
margin:0 0 10px 0;
}

.popup-block input {
width:100%;
border-radius: 3px;
border: 1px solid #E5E5E5;
background: #FFF;
height:43px;
font-size: 16px;
font-weight: 300;
padding:0 19px;
}

.popup-block button {
width:100%;
cursor:pointer;
border:0px;
border-radius: 3px;
background: #6277BB;
height:43px;
color: #FFF;
text-align: center;
font-size: 16px;
font-weight: 500;
}

.popup-block button:hover {
opacity:.7;
}

.popup-block .info {
color: #9C9C9C;
text-align: center;
font-size: 10px;
font-weight: 300;
line-height: 145%;
margin:10px 0 0 0;
}

.mobile-block {
display:none;
}

.open-fitler {
display:none;
}

.catalog-flex .sidebar .close {
display:none;
}


.header .site-width {
position:relative;
}

.dropdown-menu .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dropdown-menu a {
text-decoration:none;
}

.dropdown-menu ul {
list-style:none;
margin:0px;
padding:0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.header-row-catalog:hover > .header-row-dropdown {
  display: block;
}
.header-row-dropdown:hover {
  display: block;
}
.header-row-catalog-text {
  margin-top: 0.2em;
  margin-left: 1em;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}
.header-row-dropdown {
  margin: 0;
  width: 100%;
  max-width: 778px;
  padding: 0.5em 1.75em 1.75em 1.75em;
  background: #FFF;
  border-radius: 0px 0px 5px 5px;
}
.header-row-dropdown .dropdown-inner-box {
  width: 47%;
  margin-bottom: 1.5em;
}
.header-row-dropdown .dropdown-inner-box-header a {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #222222;
}
.header-row-dropdown .dropdown-inner-box-header a span {
  font-weight: 100;
}
.header-row-dropdown .dropdown-inner-box ul {
  margin: 0.4em 0 0 0;
}
.header-row-dropdown .dropdown-inner-box ul li a {
  position: relative;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #222222;
}

.page-product .big img {
max-height:300px;
width:auto !important;
}

.page-product .big .slick-track {
display:flex !important;
}

.page-product .big .slick-slide > div {
height:100%;
display:flex;
align-items:center;
justify-content:center;
}

.woof_submit_search_form_container {
display:none !important;
}

#top {
position:fixed;
bottom:20px;
right:0px;
cursor:pointer;
z-index:9;
width:65px;
height:65px;
background:url(../images/toparrow.svg) no-repeat;
display:none;
}

.sweet-alert button {
background: #6277BB !important;
}






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

.header .menu ul {
gap:20px;
}

.header .menu {
padding:0 20px;
}

.section-3 .col-right {
width:250px;
}








}





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


.header .btn1, .header .btn2 {
display:none;
}

.topline .info {
gap:10px;
}

.topline .geo {
margin:0 10px 0 0;
}

.section-3 .site-width {
display:block;
}

.section-3 .col-left {
padding:0 0 10px 0;
}

.section-3 .col-right {
width:100%;
}

.section-4 .item {
padding: 20px;
flex-direction: column;
gap: 20px;
text-align: center;
display:flex !important;
margin:0px !important;
}

.section-4 .block {
padding:0px;
}

.section-4 .slick-dots {
list-style:none;
margin:10px 0 0 0px;
padding:0px;
font-size:0px;
line-height:0px;
display:flex;
justify-content: center;
z-index:3;
width:100%;
}

.section-4 .slick-dots li {
margin:0 4px;
}

.section-4 .slick-dots button {
border-radius:555px;
width:10px;
height:10px;
font-size:0px;
line-height:0px;
background:#ccc;
}

.section-4 .slick-dots .slick-active button {
background:#7083c0;
}

.section-10 {
padding:30px 20px;
}

.footer .site-width {
flex-wrap:wrap;
justify-content: center;
text-align: center;
}

.footer .info a {
margin:0 auto;
}

.footer-bottom .links {
flex-wrap:wrap;
}

.footer-bottom .site-width {
text-align:center;
gap:20px;
}

.page-product {
display:block;
}

.page-product .col-left {
width:100%;
}

.page-product .col-right {
margin:30px 0 0 0;
}

.open-fitler {
display:block;
cursor:pointer;
margin:0 0 20px 0;
text-decoration: none;
cursor: pointer;
background: #6277BB;
border-radius: 3px;
padding: 10px;
text-align: center;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
flex: 1;
transition: .5s;
}

.catalog-flex {
display:block;
}

.page-contacts {
display:block;
}

.page-contacts .col-left {
width:100%;
padding:20px;
}

.page-contacts .col-right {
margin:0px;
}







}





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

.header .menu {
display:none;
}

.topline {
display:none;
}

.header .site-width {
gap:15px;
}

.header .search {
margin:0px;
}

.header .catalog {
font-size:0px;
line-height:0px;
}

.header .catalog:before {
margin:0px;
}

.header .logo a {
width:175px;
height:25px;
background-size:contain !important;
}

.mobile-block {
display:none;
position:fixed;
top:0px;
left:0px;
bottom:0px;
z-index:99;
background:#fff;
box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.35);
padding:20px;
width:100%;
font-size:14px;
overflow-y:auto;
max-width:250px;
}

.mobile-block .close {
width:30px;
height:30px;
background:url(/wp-content/themes/technoline/assets/images/popup-close.svg) no-repeat;
cursor:pointer;
position:absolute;
top:15px;
right:15px;
background-size:contain;
}

.mobile-block .menu ul {
list-style:none;
margin:0px;
padding:0px;
}

.mobile-block .menu li {
margin:0 0 10px 0;
}

.mobile-block .menu a {
text-decoration:none;
font-size:16px;
}

.mobile-block .site-width {
padding:0px;
}

.mobile-block .info {
margin:20px 0 0 0;
font-size:14px;
}

.mobile-block .info a {
display:table;
margin:0 0 10px 0;
}

.header {
margin:0px;
}

.section-1 {
margin:0 0 20px ;
}

.section-1 {
display:block;
padding:0px;
}

.section-1 .col-left {
padding:20px 10px;
}

.section-1 .images {
width:100%;
text-align:center;
}

.section-1 .title {
font-size:26px;
line-height:normal;
text-align:center;
}

.section-1 .desc {
font-size:14px;
line-height:normal;
margin:0 0 20px 0;
text-align:center;
}

.section-1 .links {
gap:10px;
justify-content:center;
}

.section-1 .links p {
gap:10px;
justify-content:center;
}

.section-1 .all {
margin:20px auto 0 auto;
}

.section-2 .item {
width:100%;
margin:0 0 20px 0 !important;
}

.section-3 .tabs__caption li {
font-size:14px;
line-height:normal;
}

.section-3 .tabs__caption {
gap:15px;
margin:0 0 20px 0;
}

.section-products .buttons {
flex-direction: column;
justify-content: center;
align-items: center;
}

.section-products .buttons * {
width:100%;
}

.section-products.two .product {
width:48%;
margin:0 4% 20px 0;
}

.section-products.two .product:nth-child(3n) {
margin:0 4% 20px 0;
}

.section-products.two .product:nth-child(2n) {
margin:0 0% 20px 0;
}

.section-6 .item {
width:48%;
margin:0 4% 20px 0;
}

.section-6 .item:nth-child(3n) {
margin:0 4% 20px 0;
}

.section-6 .item:nth-child(2n) {
margin:0 0% 20px 0;
}

.section-6 .name {
font-size:16px;
line-height:normal;
}

.section-6 {
margin:0 0 30px 0;
}

.section-7 .item {
width:48%;
margin:0 4% 20px 0;
}

.section-7 .item:nth-child(3n) {
margin:0 4% 20px 0;
}

.section-7 .item:nth-child(2n) {
margin:0 0% 20px 0;
}

.section-7 .name {
font-size:16px;
line-height:normal;
}

.section-8 .item {
width:30.333%;
margin:0 3% 20px 0;
}

.section-8 .item:nth-child(6n) {
margin:0 3% 20px 0;
}

.section-8 .item:nth-child(3n) {
margin:0 0% 20px 0;
}

.section-8 {
margin:0 0 20px 0;
}

.section-10 {
display:block;
}

.section-10 .col-left {
max-width:none;
text-align:center;
}

.section-10 .col-right {
max-width:none;
margin:20px 0 0 0;
}

.section-10 button {
width:100%;
font-size:16px;
line-height:normal;
}

.footer .site-width {
gap:20px;
}

.footer-bottom .site-width {
flex-direction: column;
align-items: center;
gap:10px;
}

.page-product .buttons {
flex-direction: column;
}

.page-product .bottom {
flex-direction: column;
margin:20px 0;
}

.tabs-product .tabs__caption li {
font-size:14px;
}

.tabs-product .tabs__caption {
gap:10px;
}

.tabs-product .tabs__caption {
flex-wrap:wrap;
}

.section-13 .item {
display:block;
}

.section-13 .images {
width:100%;
text-align:center;
}

.section-13 .images img {
min-width:100%;
}

.section-13 .block {
padding:20px 10px;
}

.section-14 .item {
width:100%;
padding:20px;
margin:0 0 20px 0 !important;
}

.scroll-mobile {
width:100%;
max-width:100%;
overflow-x:auto;
}

.section-16 table tr:first-child td {
white-space: nowrap;
}

.catalog-flex .sidebar {
display:none;
position:fixed;
top:0px;
bottom:0px;
left:0px;
z-index:9;
overflow-x:auto;
background:#fff;
padding:40px 10px;
box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.35);
}

.catalog-flex .container {
padding:0px;
}

.catalog-flex .sidebar .close {
display:block;
width:30px;
height:30px;
background:url(/wp-content/themes/technoline/assets/images/popup-close.svg) no-repeat;
cursor:pointer;
position:absolute;
top:15px;
right:15px;
background-size:contain;
}

.page-contacts .col-right .block {
position:relative;
top:auto;
right:auto;
max-width:none;
}

.page-contacts iframe {
height:300px !important;
}

.contacts-info {
flex-direction: column;
gap: 20px;
padding:20px;
text-align:center;
font-size:14px;
}

.contacts-info:before {
margin:0px;
}

.page-articles .item {
display:block;
}

.page-articles .images {
display:block;
width:100%;
text-align:center;
}

.page-articles .images img {
min-width:100%;
}

.page-articles .block {
padding:15px;
}

.speedbar {
margin:20px 0;
}

.load-show {
font-size:16px;
line-height:normal;
}

.header-row-catalog:hover > .header-row-dropdown {
  display: none;
}

.footer .col:nth-child(2), .footer .col:nth-child(3) {
width:100%;
text-align:left;
}



}





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

.section-products .product {
width:100% !important;
margin:0 0 20px 0 !important;
}

.section-6 .name {
font-size:14px;
line-height:normal;
}

.section-7 .name {
font-size:14px;
line-height:normal;
}

.footer .buttons * {
width:100%;
flex:none;
}






}

.section-products .price .discount {
  color: #ff0000;
}


/* CTA-зона справа */
.cta-grid{
	display:grid;
	grid-template-columns: minmax(0,1fr) minmax(0,1fr);
	gap:14px;
	align-items:stretch;
}

/* 1-й ряд: цена | консультация */
.cta-grid .price{ grid-column:1; }
/* цена снизу, а не по центру */
.cta-grid .price{
	align-self: end;      /* опустить элемент к нижнему краю строки */
	display: block;       /* на случай, если тема делает .price {display:flex;align-items:center} */
	margin: 0;            /* убираем возможные внешние отступы */
}
.cta-grid .consultation{ grid-column:2; min-width:0; }

/* 2-й ряд: кнопки */
.cta-grid .btn1{ grid-column:1; }
.cta-grid .btn2{ grid-column:2; }

/* 3-й ряд: модели на всю ширину */
.cta-grid .select-block{ grid-column:1 / -1; }

/* Косметика, можно оставить свои */
.cta-grid .btn1, .cta-grid .btn2{
	padding:14px 24px; line-height:1.25; border-radius:4px; box-sizing:border-box;
}
.cta-grid .consultation{ padding:14px; border-radius:4px; box-sizing:border-box; }
.select-block .radios{
	display:flex; flex-wrap:wrap; gap:8px; margin-top:4px; max-width:100%;
}
.select-block .radios a, .select-block .radios .model-crumb{
	display:inline-flex; align-items:center; justify-content:center;
	padding:6px 14px; border:1px solid #d0d0d0; border-radius:4px; font-size:14px; white-space:nowrap;
}
.select-block .radios .current-model{ pointer-events:none; cursor:default; opacity:.7; background:#6276bb; color:#ffffff; }

/* Мобильная колонка в один столбец */
@media (max-width:600px){
	.cta-grid{ grid-template-columns:1fr; }
	.cta-grid > *{ grid-column:1 !important; }
}
/* уменьшаем шрифт в блоке "Получить консультацию" */
.cta-grid .consultation{
	font-size: 14px;
	line-height: 1.2;
}

.cta-grid .consultation .name,
.cta-grid .consultation a{
	font-size: 14px;      /* на случай, если тема задаёт свои размеры */
}

/* чуть компактнее заголовок внутри */
.cta-grid .consultation .name{ 
	margin-bottom: 4px;
	font-weight: 600;
}






/*делаем картинки в товаре нормального размера без лишних отступов*/
.page-product .col-left .big .slick-list{
	margin-left: 0 !important;
	margin-right: 0 !important;


