.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
} html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:     100%; }
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
} h1, h2, h3, h4, h5, h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; max-width: 100%; }
button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
input {
line-height: normal; }
input[type="search"] {
-webkit-appearance: textfield; -webkit-box-sizing: content-box; -moz-box-sizing:    content-box;
box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; width: 98%;
} a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color: midnightblue;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-mobile:after {
clear: both;
} .sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
height: auto;
max-width: 90%;
}
.site-main .gallery dd {
margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
} embed,
iframe,
object {
max-width: 100%;
} .site-main [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 40%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 40%;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}  .infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
}
header {
background: url(//www.kmc-poddon.ru/wp-includes/images/header-top.png) no-repeat;
background-size: cover;
}
a {
color: #FA8072;
}
a:visited {
color: #FA8072;
}
a:active {
color: #FA8072;
}
a:hover {
color: #3a3a3a;
}
#page {
background: white;
max-width: 1280px;
margin: 0 auto;
}
#primary {
float: left;
width: 100%;
}
#secondary {
float: right;
width: 28%;
}
.page-template-template-fullpage-php #primary {
float: left;
width: 100%;
margin-right: 0;
}
.page-template-template-fullpage-php .site-content article,
.page-template-template-fullpage-php .comments-area {
padding-right: 40px;
}
.single-attachment #primary {
float: left;
width: 100%;
margin-right: 0;
}
.single-attachment .site-content article,
.single-attachment .comments-area {
padding-right: 40px;
}
.site-main {
float: left;
width: 100%;
clear: both;
}
.site-footer {
clear: both;
padding: 40px 40px;
color: #aaaaaa;
background: #404040;
}
.site-footer a {
color: #fff;
background: none!important;
}
.site-footer a:hover {
color: #FA8072;
}
.site-footer a:active{
color: #FA8072;
background: none!important;
}
.site-footer .current_page_item a{
color: #FA8072;
text-decoration: none;
}
.site-info {
font-size: 11px;
text-align: center;
}
.site-header .site-branding {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
padding: 20px 40px 0 40px;
}
.site-title-group {
margin: 50px 40px 50px 40px;
}
.site-title {
font-size: 34px;
line-height: 34px;
}
.site-title a {
text-decoration: none;
color: #3a3a3a;
}
.site-title a:hover {
color: #FA8072;
}
.site-title a {
display: block;
}
.site-description {
font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #666;
}
.makewp005-custom-header,
.makewp005-custom-header img {
display: block;
float: left;
position: absolute;
width: 100%;
top: 0;
}
.hidden {
display: none;
}
.error-404,
.no-results {
padding-left:40px;
}
.error-404 h1 {
margin-top:40px;
margin-bottom:20px;
font-size: 32px;
}
.feedback {
background: #ff5c58 !important;
margin-top: 0;
border: 0 !important;
font-size: 16px !important;
} #logo {
float: left;
}
.wrap-headphone{ 
float: right;
width: 500px;
}
#headphone {
float: left;
text-align: right;
padding-top: 7px;
}
#headphone span {
margin-bottom: 10px;
display: block;
}
#headphone span a{
text-decoration: none;
font-size:18px;
color: #000;
font-weight: bold;
}
#headphone span a:hover{
text-decoration: underline;
}
#headphone-2 {
float: right;
text-align: right;
padding-top: 21px;
margin-right: 10px;
}
@media screen and (max-width: 320px) {
#headphone span {
margin-bottom: 7px;
}
}
@media screen and (max-width: 900px) {
#headphone-2 {
width: 100%;
max-width: 100%;
text-align: center;
padding-top: 0px;
}
#SkypeButton_Call_Dream-akus_1 {
float: none !important;
}
#menubar {
top: 0 !important;
margin-top: 20px;
padding: 0 !important;
}
.sf-menu.nav-menu {
display: block !important;
}
}
.site-branding__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 0 0 auto;
}
.site-branding__right .right__social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 40px;
}
.site-branding__right .right__social .social__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 36px;
height: 36px;
position: relative;
opacity: 1;
}
.site-branding__right .right__social .social__icon:not(:last-child) {
margin-right: 20px;
}
.site-branding__right .right__social .social__icon:after,
.site-branding__right .right__social .social__icon:before {
content: "";
width: 36px;
height: 36px;
position: absolute;
}
.site-branding__right .right__social .social__icon:before { opacity: 0; }
.site-branding__right .right__social .social__icon:hover:after { opacity: 0; }
.site-branding__right .right__social .social__icon:hover:before { opacity: 1; }
.social__icon.icon-wa:after {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41LTguMDEtMTcuNS0xNy45OTMtMTcuNXoiIGZpbGw9IiMyZWI4NDMiLz48cGF0aCBkPSJNMjcuODUyIDIxLjIxM2MtLjczOSAxLjk3Mi0yLjA5NSAzLjU3NC0zLjgyIDQuNjgzcy0zLjY5NyAxLjcyNS01Ljc5MiAxLjg0OWMtMS43MjUgMC0zLjQ1MS0uNDkzLTUuMDUzLTEuMzU2bC01Ljc5MiAxLjg0OSAxLjg0OS01LjU0NmMtLjk4Ni0xLjYwMi0xLjQ3OS0zLjQ1MS0xLjQ3OS01LjI5OSAwLTIuMDk1LjYxNi00LjA2NyAxLjcyNS01Ljc5MnMyLjcxMS0zLjA4MSA0LjY4My0zLjk0NCA0LjA2Ny0uOTg2IDYuMDM5LS42MTZjMi4wOTUuMzcgMy45NDQgMS4zNTYgNS40MjIgMi44MzVzMi40NjUgMy4zMjcgMi45NTggNS4yOTljLjI0NyAxLjk3MiAwIDQuMDY3LS43MzkgNi4wMzl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI1LjI2NCAxMi4wOTRjLS44NjMtMS4xMDktMS44NDktMS45NzItMy4wODEtMi41ODhzLTIuNTg4LS44NjMtMy45NDQtLjg2M2MtMi4zNDEgMC00LjU2Ljg2My02LjE2MiAyLjU4OHMtMi41ODggMy44Mi0yLjU4OCA2LjE2MmMwIDEuODQ5LjYxNiAzLjY5NyAxLjcyNSA1LjE3Nkw5Ljg1OSAyNS42NWwzLjMyNy0xLjEwOWMxLjEwOS43MzkgMi40NjUgMS4yMzIgMy44MiAxLjQ3OSAxLjM1Ni4xMjMgMi43MTEgMCA0LjA2Ny0uMzdhOS4yNCA5LjI0IDAgMCAwIDMuNDUxLTIuMjE4Yy45ODYtLjk4NiAxLjYwMi0yLjIxOCAyLjA5NS0zLjU3NC4zNy0xLjM1Ni40OTMtMi43MTEuMjQ2LTQuMDY3LS4yNDYtMS4yMzItLjczOS0yLjU4OC0xLjYwMi0zLjY5N3oiIGZpbGw9IiMyZWI4NDMiLz48cGF0aCBkPSJNMjMuMjkyIDIwLjk2N2MtLjI0Ny4zNy0uNDkzLjYxNi0uNzM5LjczOS0uMjQ3LjI0Ny0uNjE2LjM3LS45ODYuMzctLjQ5MyAwLS40OTMuMzctMy4wODEtLjYxNnMtNC4zMTMtMy42OTctNC40MzctMy44MmMtLjYxNi0uNzM5LS45ODYtMS43MjUtLjk4Ni0yLjU4OCAwLS4zNy4xMjMtLjc0LjI0Ny0xLjEwOXMuMzctLjczOS42MTYtLjk4NmMuMTIzLS4xMjMuMjQ2LS4xMjMuMjQ2LS4yNDdzLjI0Ny0uMTIzLjM3LS4xMjNoLjQ5M2MuMTIzIDAgLjM3LS4xMjMuNjE2LjM3cy43MzkgMS43MjUuNzM5IDEuODQ5di4yNDcuMjQ2Yy0uMTIzLjEyMy0uMTIzLjI0Ni0uMjQ2LjM3cy0uMjQ3LjM3LS4zNy40OTNjMCAwLS4xMjMgMC0uMTIzLjEyM3YuMzdjLjM3LjYxNi44NjMgMS4yMzIgMS40NzkgMS43MjVzMS4zNTYuOTg2IDIuMDk1IDEuMjMyYy4yNDYuMTIzLjM3LjEyMy42MTYgMHMuNjE2LS43MzkuODYzLS45ODZjLjEyMy0uMjQ2LjM3LS4yNDYuNjE2LS4xMjNsMS43MjUuODYzYy4yNDcuMTIzLjM3LjI0Ni40OTMuMjQ2IDAgLjQ5My0uMTIzLjk4Ni0uMjQ2IDEuMzU2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.social__icon.icon-wa:before {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41LTguMDEtMTcuNS0xNy45OTMtMTcuNXoiIGZpbGw9IiNmZjVjNTgiLz48cGF0aCBkPSJNMjcuODUyIDIxLjIxM2MtLjczOSAxLjk3Mi0yLjA5NSAzLjU3NC0zLjgyIDQuNjgzcy0zLjY5NyAxLjcyNS01Ljc5MiAxLjg0OWMtMS43MjUgMC0zLjQ1MS0uNDkzLTUuMDUzLTEuMzU2bC01Ljc5MiAxLjg0OSAxLjg0OS01LjU0NmMtLjk4Ni0xLjYwMi0xLjQ3OS0zLjQ1MS0xLjQ3OS01LjI5OSAwLTIuMDk1LjYxNi00LjA2NyAxLjcyNS01Ljc5MnMyLjcxMS0zLjA4MSA0LjY4My0zLjk0NCA0LjA2Ny0uOTg2IDYuMDM5LS42MTZjMi4wOTUuMzcgMy45NDQgMS4zNTYgNS40MjIgMi44MzVzMi40NjUgMy4zMjcgMi45NTggNS4yOTljLjI0NyAxLjk3MiAwIDQuMDY3LS43MzkgNi4wMzl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI1LjI2NCAxMi4wOTRjLS44NjMtMS4xMDktMS44NDktMS45NzItMy4wODEtMi41ODhzLTIuNTg4LS44NjMtMy45NDQtLjg2M2MtMi4zNDEgMC00LjU2Ljg2My02LjE2MiAyLjU4OHMtMi41ODggMy44Mi0yLjU4OCA2LjE2MmMwIDEuODQ5LjYxNiAzLjY5NyAxLjcyNSA1LjE3Nkw5Ljg1OSAyNS42NWwzLjMyNy0xLjEwOWMxLjEwOS43MzkgMi40NjUgMS4yMzIgMy44MiAxLjQ3OSAxLjM1Ni4xMjMgMi43MTEgMCA0LjA2Ny0uMzdhOS4yNCA5LjI0IDAgMCAwIDMuNDUxLTIuMjE4Yy45ODYtLjk4NiAxLjYwMi0yLjIxOCAyLjA5NS0zLjU3NC4zNy0xLjM1Ni40OTMtMi43MTEuMjQ2LTQuMDY3LS4yNDYtMS4yMzItLjczOS0yLjU4OC0xLjYwMi0zLjY5N3oiIGZpbGw9IiNmZjVjNTgiLz48cGF0aCBkPSJNMjMuMjkyIDIwLjk2N2MtLjI0Ny4zNy0uNDkzLjYxNi0uNzM5LjczOS0uMjQ3LjI0Ny0uNjE2LjM3LS45ODYuMzctLjQ5MyAwLS40OTMuMzctMy4wODEtLjYxNnMtNC4zMTMtMy42OTctNC40MzctMy44MmMtLjYxNi0uNzM5LS45ODYtMS43MjUtLjk4Ni0yLjU4OCAwLS4zNy4xMjMtLjc0LjI0Ny0xLjEwOXMuMzctLjczOS42MTYtLjk4NmMuMTIzLS4xMjMuMjQ2LS4xMjMuMjQ2LS4yNDdzLjI0Ny0uMTIzLjM3LS4xMjNoLjQ5M2MuMTIzIDAgLjM3LS4xMjMuNjE2LjM3cy43MzkgMS43MjUuNzM5IDEuODQ5di4yNDcuMjQ2Yy0uMTIzLjEyMy0uMTIzLjI0Ni0uMjQ2LjM3cy0uMjQ3LjM3LS4zNy40OTNjMCAwLS4xMjMgMC0uMTIzLjEyM3YuMzdjLjM3LjYxNi44NjMgMS4yMzIgMS40NzkgMS43MjVzMS4zNTYuOTg2IDIuMDk1IDEuMjMyYy4yNDYuMTIzLjM3LjEyMy42MTYgMHMuNjE2LS43MzkuODYzLS45ODZjLjEyMy0uMjQ2LjM3LS4yNDYuNjE2LS4xMjNsMS43MjUuODYzYy4yNDcuMTIzLjM3LjI0Ni40OTMuMjQ2IDAgLjQ5My0uMTIzLjk4Ni0uMjQ2IDEuMzU2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}
.social__icon.icon-tg:after {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41LTguMDEtMTcuNS0xNy45OTMtMTcuNXoiIGZpbGw9IiMwOGMiLz48cGF0aCBkPSJNMjIuNzk5IDI2Ljg4M2wtNS42NjktNC40MzctMy40NTEgMy4yMDQtMi40NjUtNi4xNjItNC45My0xLjg0OSAyMC40NTgtOC4xMzQtMy45NDQgMTcuMzc3eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNC42NjYgMTkuOTgxbDguODczLTcuMDI1LTExLjA5MSA2LjQwOCAxLjM1NiAzLjQ1MS44NjMtMi44MzR6IiBmaWxsPSIjMDhjIi8+PC9zdmc+")
}
.social__icon.icon-tg:before {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41UzI3Ljk3NS4zODYgMTcuOTkzLjM4NnoiIGZpbGw9IiNmZjVjNTgiLz48cGF0aCBkPSJNMjIuNzk5IDI2Ljg4M2wtNS42NjktNC40MzctMy40NTEgMy4yMDQtMi40NjUtNi4xNjItNC45My0xLjg0OSAyMC40NTgtOC4xMzQtMy45NDQgMTcuMzc3eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNC42NjYgMTkuOTgxbDguODczLTcuMDI1LTExLjA5MiA2LjQwOCAxLjM1NiAzLjQ1MS44NjMtMi44MzR6IiBmaWxsPSIjZmY1YzU4Ii8+PC9zdmc+")
}
.site-branding__right .right__phone {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.site-branding__right .right__phone span {
margin-bottom: 10px;
display: block;
}
.site-branding__right .right__phone a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
font-size: 18px;
color: #000;
font-weight: bold;
}
.site-branding__right .right__phone a:not(:last-child) {
margin-bottom: 11px;
}
.site-branding__right .right__phone a i {
margin-right: 7px;
}
.site-branding__right .right__button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 48px;
}
.site-branding__right .right__button .feedback {
width: 215px;
height: 40px;
padding: 0;
}
.site-branding__right .right__button a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: normal;
margin-top: 4px;
}
.site-branding__right .right__button a i {
margin-right: 7px;
}
@media screen and (max-width: 768px) {
.site-branding__right {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-branding__right .right__phone {
width: 230px;
margin: 0 0 0 auto;
order: 1;
}
.site-branding__right .right__social {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 30px;
margin: 0 auto 0 22px;
order: 2;
position: relative;
top: 19px;
}
.site-branding__right .right__social .social__icon:not(:last-child) {
margin: 0 0 15px 0;
}
.site-branding__right .right__phone a:not(:last-child) {
margin-bottom: 6px;
}
.site-branding__right .right__button {
width: 100%;
margin: 0 0 40px 0;
order: 3;
}
.site-branding__right .right__button .feedback {
order: 2;
margin-top: 23px;
}
.site-branding__right .right__button a {
width: 285px;
order: 1;
margin-top: -3px;
}
}
.menu-main-container {
height: 6px;
}
.sf-menu.nav-menu {
display: flex;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
}
.nav-menu {
height: 50px;
}
.nav-menu li {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px; 
} .menu-toggle {
display: none;
cursor: pointer;
}
#menu__burger span {
width: 18px;
height: 2px;
margin-bottom: 6px;
display: block;
background-color: white;
transition: all .3s;
}
#menu__burger span:last-shild {
margin: 0;
} 
.site-header .menu-toggle {
color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-transform: uppercase;
padding: 10px 22px;
margin: 0;
}
.site-header .menu-toggle:hover {
}   .menu-main-container a {
display: flex;
width: 100%;
height: 100%;
align-items: center;
}
@media screen and (max-width: 900px) {
.nav-menu {
background-image: none;
background-color: #383838;
}
.nav-menu.toggled .menu-toggle {
color: #fa8072;
}
.nav-menu.toggled #menu__burger span:first-child {
display: none;
}
.nav-menu.toggled #menu__burger span:nth-child(2) {
width: 25px;
transform: rotate(45deg);
position: relative;
top: 8px;
left: 3px;
}
.nav-menu.toggled #menu__burger span:last-child {
width: 25px;
transform: rotate(135deg);
position: relative; 
right: -2px;
}
.menu-toggle {
background-image: url(//www.kmc-poddon.ru/wp-includes/images/nav-menu__bg.png);
}
.sf-menu a {
padding: 11px 10px !important;
font-size: 12px;
}
.site-header .menu-toggle {
padding: 10px 10px;
font-size: 12px;
}
} #menu-footer {
list-style-type: none;
}
.menu-footer-container ul {
margin: 0px;
padding: 0;
}
#menu-footer li {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
display: inline;
padding-right: 10px;
}
#menu-footer .current_page_item a, .current-menu-parent a, .current-post-parent a, .current-post-ancestor a, .current-menu-ancestor a, .current-menu-item a {
background: none;
}
#secondary .menu li a {
background: none;
}
#nav-below {
width: 90%;
margin: 20px auto;
}
footer li{
display: inline;
padding: 0 20px 0px 0px;
font-size: 12px;
}
footer a{
color:white;
}
.footer-mobile {
float: right;
width: 45%;
}
.copyright {
float:left;
width:100%;
font-size:10px;
color:#b3b3b3;
text-align: center;
margin-bottom: 23px;
}
.geo {
display: inline-block;position: relative;top: -20px;left: 24px;
}
@media screen and (max-width: 900px) {
.geo {
display: inline;
position: relative;
top: 0px;
left: 5px;
}
.copyright {
text-align: center;
}
} #home-tagline {
width: 100%;
border-bottom: solid 2px #404040;
height: 400px;
}
#home-txt {
padding: 20px 15px 15px 40px;   margin-bottom: 20px;
}
#home-emphasis {
padding-top: 20px;
text-align: center;
font-size: 11px;
line-height: 16px;
}
#home-emphasis h2 a {
text-decoration: none;
}
#home-emphasis p {
font-size: 12px;
}
#home-posts {
font-size: 14px;
line-height: 20px;
}
#home-emphasis h2,
#home-posts h2 {
font-size: 20px;
line-height: 26px;
margin-bottom: 29px;
}
#home-emphasis h3,
#home-posts h3 {
font-size: 16px;
line-height: 20px;
margin-bottom: 15px;
}
#sitemap li {
line-height: 30px;
list-style: none;
}
#sitemap ul li {
font-size: 14px;
}
h1,
h2,
h3 {
font-family: "Ubuntu", sans-serif;
font-weight: normal;
}
.entry-content h4 {
font-size: 16px;
}
.entry-content h5 {
font-size: 14px;
}
.entry-content h6 {
font-size: 12px;
}
.placed {
margin: auto 40px;
padding-top: 5%;
padding-bottom: 5%;
overflow: hidden;
}
.placed h1 {
font-size: 46px;
line-height: 65px;
color: #FF6347;
margin-bottom: 15px;
text-align: center;
}
.placed h2 {
font-size: 16px;
line-height: 20px;
color: #FFF;
}
.img-home-post {
height: 120px;
overflow: hidden;
}
.recent-home-posts {
margin-bottom: 25px;
}
.recent-home-posts h2 {
text-align: center;
border-bottom: solid 2px #404040;
}
.page-header {
margin-top: 20px;
margin-left: 40px;
border-bottom: solid 2px #404040;
}
.page-title {
font-size: 24px;
}
.nav-previous,
.nav-next {
font-size: 14px;
}
.nav-previous {
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1 {
font-size: 34px;
line-height: 44px;
}
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2 {
font-size: 20px;
line-height: 28px;
}
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
font-size: 16px;
line-height: 18px;
color: #606060;
}
.site-content .entry-content h1,
.site-content .comment-content h1,
#tinymce h1,
.site-content .entry-content h2,
.site-content .comment-content h2,
#tinymce h2,
.site-content .entry-content h3,
.site-content .comment-content h3,
#tinymce h3 {
margin-bottom: 10px;
margin-top: 40px;
}
.site-content .entry-content hr,
.site-content .comment-content hr,
#tinymce hr {
background-color: #dddddd;
border: 0;
height: 1px;
margin-bottom: 20px;
}
.site-content .entry-content table,
.site-content .comment-content table,
#tinymce table {
margin-bottom: 20px;
}
.site-content .entry-content th,
.site-content .comment-content th,
#tinymce th,
.site-content .entry-content td,
.site-content .comment-content td,
#tinymce td {
padding: 8px 8px;
border-bottom: solid 1px #dddddd;
}
.site-content .entry-content tr:hover td,
.site-content .comment-content tr:hover td,
#tinymce tr:hover td {
background: #f7f7f7;
}
.site-content .entry-content ul,
.site-content .comment-content ul,
#tinymce ul,
.site-content .entry-content ol,
.site-content .comment-content ol,
#tinymce ol {
margin-bottom: 20px;
}
.site-content .entry-content blockquote,
.site-content .comment-content blockquote,
#tinymce blockquote {
margin-left: -40px;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 20px;
padding-bottom: 1px;
padding-right: 20px;
padding-left: 80px;
background: #f7f7f7;
position: relative;
}
.site-content .entry-content blockquote:before,
.site-content .comment-content blockquote:before,
#tinymce blockquote:before {
content: '\0201C';
font-family: Georgia, 'Times New Roman', serif;
font-size: 50px;
position: absolute;
left: 40px;
top: 32px;
color: #aaaaaa;
}
.site-content .entry-content blockquote cite:before,
.site-content .comment-content blockquote cite:before,
#tinymce blockquote cite:before {
content: '\02014  ';
}
blockquote {
font-family: Georgia, 'Times New Roman', serif;
font-size: 16px;
font-style: italic;
}
.entry-title a {
text-decoration: none;
}
.single .site-content .entry-title {
font-size: 28px;
line-height: 34px;
margin-bottom: 20px;
}
.site-content article {
border-bottom: solid 1px #dddddd;
padding-left: 40px;
padding-right: 40px;
margin: 0;
padding-top: 40px;
padding-bottom: 40px;
}
.site-content .entry-title {
font-size: 28px;
line-height: 30px;
margin-bottom: 5px;
font-weight: 700;
text-align: center;
}
.site-content .entry-title a {
color: #3a3a3a;
}
.site-content .entry-title a:hover {
color: #FA8072;
}
.site-content .entry-meta {
font-size: 11px;
line-height: 15px;
color: #aaaaaa;
}
.site-content .entry-meta {
text-align: right;
}
.site-content .entry-meta a {
color: #aaaaaa;
text-decoration: none;
}
.site-content .entry-meta a:hover {
color: #FA8072;
}
.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-summary {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.site-content .entry-header .entry-meta {
font-size: 11px;
text-align: left;
}
.entry-thumbnail {
float: left;
margin-right: 25px;
}
.entry-excerpt {
float: left;
width: 65%;
}
.entry-content {
font-size: 16px;
line-height: 24px;
font-family: "PT Sans", Verdana, sans-serif;
}
.site-content .entry-header .entry-meta .author {
color: #3a3a3a;
font-weight: 600;
}
cite {
font-size: 14px;
color: #FA8072;
}
address {
font-size: 14px;
}
.clear {
display: block;
clear: both;
height: 0px;
width: 100%;
} .status {
float: left;
margin-right: 10px;
margin-left: 10px;
}
.entry-meta .genericon {
font: normal 16px/1 'Genericons';
}
.entry-title .genericon {
font: normal 32px/1 'Genericons';
}
.home-posts-description iframe,
.home-posts-description embed,
.home-posts-description object {
height: 100%;
}
.home-posts-description .wp-caption-text {
display: none;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.metka {
margin-left: -40px;
background: #444;
color: #FFF;
padding-left: 10px;
padding-right: 5px;
} .posted-on {
background: url(//www.kmc-poddon.ru/wp-content/themes/typal/img/bg-ic.png) no-repeat;
background-position: 0 -13px;
padding-left: 15px;
}
.byline {
background: url(//www.kmc-poddon.ru/wp-content/themes/typal/img/bg-ic.png) no-repeat;
padding-left: 15px;
}
.cat-links {
background: url(//www.kmc-poddon.ru/wp-content/themes/typal/img/bg-ic.png) no-repeat;
background-position: 0 -25px;
padding-left: 15px;
}
.tags-links {
background: url(//www.kmc-poddon.ru/wp-content/themes/typal/img/bg-ic.png) no-repeat;
background-position: 0 -38px;
padding-left: 15px;
} .pagecol {
width: 90%;
margin: 0 auto;
}
.columns {
overflow: hidden;
}
.col {
float: left;
margin-left: 3.2%;
margin-bottom: 30px;
}
.fullwidth .col {
float: none;
margin-left: 0;
} .grid4 .col {
width: 22.6%;
} .grid3 .col {
width: 31.2%;
} .grid2 .col {
width: 48.4%;
} .grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
} @media screen and (max-width: 900px) { .grid4 .col {
width: 31.2%;
}
.grid4 .col:nth-of-type(4n+1) {
margin-left: 3.2%;
clear: none;
}
.grid4 .col:nth-of-type(3n+1) {
margin-left: 0;
clear: left;
} .grid3 .col {
width: 48.4%;
}
.grid3 .col:nth-of-type(3n+1) {
margin-left: 3.2%;
clear: none;
}
.grid3 .col:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
}
} @media screen and (max-width: 600px) { .grid4 .col {
width: 48.4%;
}
.grid4 .col:nth-of-type(3n+1) {
margin-left: 3.2%;
clear: none;
}
.grid4 .col:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
} .grid3 .col {
width: 48.4%;
}
.grid3 .col:nth-of-type(3n+1) {
margin-left: 3.2%;
clear: none;
}
.grid3 .col:nth-of-type(2n+1) {
margin-left: 0;
clear: left;
}
} @media screen and (max-width: 650px) { .grid3 .col {
width: 100%;
margin-left: 0 !important;
clear: none !important;
}
}
.grid3 .advantages__col {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
#home-emphasis .advantages h3 {
margin-top: 5px;
width: 136px;
}
@media screen and (max-width: 650px) {
.advantages {
margin-bottom: 20px;
}
.advantages .columns {
display: flex;
flex-wrap: wrap;
}
.grid3 .advantages__col {
width: 50%;
font-size: 12px;
color: #191919;
margin-bottom: 31px;
justify-content: flex-start;
}
#home-emphasis .advantages h3 {
line-height: 17px;
font-size: 12px;
margin: 0;
margin-top: 12px;
}
.columns .advantages__col:nth-child(even) {
padding-left: 21px;
}
.advantages__col:nth-child(4) h3 {
width: 103px;
}
.advantages__col:nth-child(5) h3 {
width: 125px;
letter-spacing: -0.1px;
}
.advantages__col:nth-child(6) h3 {
width: 110px;
letter-spacing: -0.4px;
}
} .comments-area {
padding-left: 40px;
margin-top: 40px;
}
.comments-area .comments-title {
font-size: 18px;
line-height: 24px;
}
.comments-area .comment-list {
list-style: none;
padding: 0;
margin: 40px 0 0 0;
}
.comments-area ul.children {
list-style: none;
padding-left: 56px;
margin: 0;
}
.comments-area article {
margin: 0;
padding: 20px 0 32px 0;
border-top: solid 1px #dddddd;
border-bottom: none;
}
.comments-area .comment-content h1 {
font-size: 14px;
}
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5,
.comments-area .comment-content h6 {
font-size: 14px;
}
.comments-area .comment-content h1,
.comments-area .comment-content h2,
.comments-area .comment-content h3,
.comments-area .comment-content h4,
.comments-area .comment-content h5 {
margin: 20px 0;
}
.comments-area .comment-content blockquote {
background: none;
}
.comments-area .comment-content,
.comments-area .reply,
.comments-area li.comment #respond {
margin-left: 45px;
}
.comment-content {
}
.comment-content p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666;
}
.comments-area footer {
margin-bottom: 20px;
}
.comments-area footer .comment-author,
.comments-area footer .comment-meta {
display: inline-block;
font-size: 12px;
}
.comments-area footer cite {
font-style: normal;
}
.comments-area footer .says {
display: none;
}
.comments-area footer .comment-author,
.comment-metadata {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.fn {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.comment-metadata {
margin-left: 45px;
margin-top: 5px;
}
.logged-in-as {
font-size: 11px;
}
.comments-area footer .comment-author a {
text-decoration: none;
color: #3a3a3a;
}
.comments-area footer .comment-author a:hover {
color: #FA8072;
}
.comments-area footer .comment-author .avatar {
position: relative;
top: 12px;
margin-right: 10px;
}
.comments-area footer .comment-meta {
margin-left: 4px;
}
.comments-area footer .comment-meta,
.comments-area footer .comment-meta a {
color: #aaaaaa;
text-decoration: none;
font-size: 12px;
}
.comments-area footer .comment-meta:hover,
.comments-area footer .comment-meta a:hover {
color: #FA8072;
}
.comments-area #respond {
padding-top: 40px;
}
.comments-area #reply-title {
font-size: 18px;
margin-bottom: 10px;
}
#commentform label {
display: block;
}
#commentform label .required {
color: red;
}
#comments {
font-size: 12px;
}
.comments-link {
margin-left: 5px;
} .edit-link:before {
content: '\f411';
display: inline-block;
-webkit-font-smoothing: antialiased;
font: normal 16px/1 'Genericons';
vertical-align: middle;
}
.edit-link {
margin-left: 10px;
} .simple-button,
.simple-button a {
text-decoration: none;
padding: 10px 16px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 16px;
font-size: 14px;
letter-spacing: 1px;
text-decoration: none;
text-align: center;
white-space: nowrap;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
} .simple-button.red {
background-color: #FF6347;
color: #FFF;
}
.simple-button.red:hover {
background-color: #FA8072;
} .simple-button.black {
background-color: #3A3A3A;
color: #FFF;
}
.simple-button.black:hover {
background-color: #6A6A6A;
} button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #FF5C58;
cursor: pointer; -webkit-appearance: button; text-decoration: none;
padding: 20px 32px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 16px;
font-size: 14px;
letter-spacing: 1px;
white-space: nowrap;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
border-top: none;
border-left: none;
color: #FFF;
text-transform: uppercase;
}
@media screen and (max-width: 402px) {
button {
padding: 20px 4px;
font-size: 13px;
}
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #FA8072!important;
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}
#secondary input[type="search"] {
width: 100%;      
}
#primary input[type="search"] {
width: 50%;      
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 5px;
} .widget-area {
padding-top: 41px;
}
.widget-area .widget {
margin-bottom: 40px;
margin-right: 40px;
}
.widget-area .widget ul {
list-style: none;
margin: 0;
}
.widget_nav_menu .menu ul li {
margin: 5px 0 5px 10px;
}
.widget ul li {
margin: 5px 0 0 0;
}
.widget-area .widget-title {
}
.widget-area .widget-title a {
color: #3a3a3a;
}
.widget-area .widget-title a:hover {
color: #FA8072;
}
.widget-area .widget_recent_entries .post-date {
color: #aaaaaa;
}
#home-widget .mini-title {
font-size: 20px;
border-bottom: solid 2px #404040;
}
.textwidget,
.widget-area {
font-size: 14px;
}
.footerwidget-right .widget-area, 
.footerwidget-right .textwidget {
font-size: 11px;
}
.widget-title {
font-size: 0.9em;
color: #525252;
font-weight: 700;
margin-bottom: 20px;
text-transform: uppercase;
} #wp-calendar {
font-size: 11px;
}
#wp-calendar caption {
text-align: center;
margin-bottom: 5px;
}
#wp-calendar th {
text-align: center;
}
#wp-calendar tbody td {
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
text-align: center; 
}
.pad {
}
.footerwidget-left { width: 100%;
margin-bottom: 10px;
}
.footerwidget-right {
float: left;
}
.footerwidget-right {
font-size: 11px;
}
#home-txt h1{
font-size: 24px;
line-height: 30px;
margin-bottom: 5px;
color: #FA8072;
}
.menu-item-has-children {
position: relative;
}
.menu-item-has-children:after {
content: '';
width: 5px;
height: 9px;
position: absolute;
right: 10px;
top: 42%;
background-image: url(//www.kmc-poddon.ru/wp-content/uploads/2020/02/right-arrow-menu.png);
background-position: center;
background-repeat: no-repeat;
}  @media (max-width: 1080px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 960px) {
.sf-menu ul ul li {
display: none;
}
.nav-menu {
height: auto;
}
.nav-menu div {
display: none;
}
.nav-menu.toggled div {
display: block;
}
#menubar #menu__burger {
display: block;
}
#menubar .nav-menu .menu-toggle {
display: flex;
justify-content: space-between;
}
}
.nav-menu {
position: relative;
}
.menu__button {
display: flex;
width: 100%;
}
@media (max-width: 900px) {
#masthead {
display: flex;
flex-direction: column;
}
#menubar {
order: -1;
margin-top: 0;
}
.hide-menu {
height: 0;
overflow: hidden;
}
.site-header .site-branding {
padding-top: 5px;
}
.sub-menu._active {
list-style: none;
background-color: #494949;
margin: 0;
position: absolute;
width: 100%;
top: 0;
}
.sub-menu._active li {
height: 52px;
padding-left: 10px;
border-top: 1px solid #3d3d3d;
color: white;
cursor: pointer;
}
.sub-menu._active li:first-child {
border: none;
}
.sub-menu._active li a {
display: flex;
width: 100%;
height: 100%;
align-items: center;
font-size: 12px;
text-decoration: none;
}
.sub-menu._active .sub-menu__back {
position: relative;
padding-left: 28px;
display: flex;
align-items: center;
font-size: 12px;
}
.sub-menu._active .sub-menu__back:before {
content: '';
background-image: url(//www.kmc-poddon.ru/wp-content/uploads/2020/02/left-arrow-submenu.png);
width: 12px;
height: 9px;
position: absolute;
left: 11px;
}
.sub-menu__prev a {
color: #fa8072 !important;
}
.sub-menu._active ul {
display: none;
}
#page {
width: 87%;
}
#primary {
width: 100%;
margin-right: 0;
}
#secondary {
width: 100%;
margin-left: 0;
}
.site-content article {
padding-right: 40px;
}
.widget-area .widget {
margin-left: 40px;
}
.comments-area {
padding-right: 40px;
}
#home-emphasis .columns.grid3:first-child {
display: flex;
flex-direction: column;
align-items: center;
}
}
@media (max-width: 700px) {
.single .site-content .entry-title,
.site-content .entry-content h1,
.site-content .comment-content h1 {
font-size: 28px;
line-height: 38px;
}
.single .site-content .related-content {
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
}
.single .site-content .related-content .related-content-title {
margin-left: 0;
}
.single .site-content .related-content article {
width: 100%;
padding: 20px 0 0 0;
margin: 0;
}
.single .site-content .has-post-thumbnail .entry-thumbnail {
width: 50px;
margin-bottom: 0;
}
.entry-thumbnail {
width: 100%;
margin: 0;
float: center;
}
.entry-excerpt {
width: 100%;
}
}
@media (max-width: 600px) {
#page {
width: 85%;
}
#comments {
display: none;
}
#logo {
width: 100%;
text-align: center;
}
.wrap-headphone {
float: none;
max-width: 320px;
width: 100%;
margin: 0 auto;
}
#headphone {
float: none;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin: 0px auto 15px;
}
.mail-top {
float: none;
}
#headphone .mail-top a {
color: #ff5c58 !important;
border-bottom: 1px solid;
float: right;
}
}
@media screen and (max-width: 1000px) {
#logo {
float: none;
margin: 0 auto;
max-width: 430px;
text-align: center;
}
#headphone {
float: right;
text-align: left;
}
}
@media (max-width: 480px) {
#page {
width: 100%;
margin: 0;
}
}
@media screen and (max-width: 320px) {
#headphone {
margin-bottom: 19px;
}
}
ul#menu-main li:last-child a{
padding-right: 30px;
}
.site-footer .menu-main-container{
text-align: center;
}
.site-footer .menu-main-container .sub-menu{
display: inline-block;
}
p#SkypeButton_Call_Dream-akus_1_paraElement{
margin-bottom: 0;
}
p#SkypeButton_Call_Dream-akus_1_paraElement a{
cursor: pointer !important;
}
p#SkypeButton_Call_Dream-akus_1_paraElement img{
margin: 0 !important;
vertical-align: baseline !important;
}
#dropdown_SkypeButton_Call_Dream-akus_1 {
z-index: 10;
}
.partners {
text-align: center;
margin: 20px 0 50px 0;
}
.partners img{
margin: 0 10px;
}
ul.streton1, ol.streton1 {
list-style-type: none;
background-color: #FA807244;
padding: 10px 20px;
margin: 5px 0;
display: block;
width: 100%;
box-sizing: border-box;
list-style-image: none;
}
ul.streton1.min, ol.streton1.min {
max-width: 687px;
}
ul.streton1 li, ol.streton1 li {
background-image: url(//www.kmc-poddon.ru/images/poddon-1.png);
background-repeat: no-repeat;
background-position: 0 6px;
min-height: 25px;
padding: 4px 20px 0 30px;
margin: 0 0 5px;
}
ul.streton2, ol.streton2 {
list-style-type: none;
background-color: #FA807244;
padding: 10px 20px;
margin: 5px 0;
box-sizing: border-box;
list-style-image: none;
}
ul.streton2.min, ol.streton2.min {
max-width: 687px;
}
ul.streton2 li, ol.streton2 li {
background-image: url(//www.kmc-poddon.ru/images/poddon-2.png);
background-repeat: no-repeat;
background-position: 0 4px;
min-height: 25px;
padding: 4px 20px 0 30px;
margin: 0 0 5px;
}
.col-1 {width: 15%;float: left;}
.col-2 {width: 15%;float: left;}
.col-3 {width: 25%;float: left;}
.col-4 {width: 55%;float: left;}
.col-4 a{
margin-left: 5px;
text-decoration: none;
color: #cdcdcd;
}
footer .col-5 li {
padding-right: 0;
}
.col-5 {float: right;text-align: right;}
.col-1 a, .col-2 a, .col-3 a{
text-decoration: none;
color: #cdcdcd;
}
.col-5 a{
text-decoration: none;
}
.col-f ul {
margin: 0;
padding: 0;
}
.col-f ul li{
display: block;
color: #cdcdcd;
font-size: 12px;
margin-bottom: 10px;
}
.mail-top { font-size:14px;color: #000;display: block;}
.mail-top i { margin-right: 10px;}
#headphone .mail-top a {text-decoration:none;color:#000; font-size: 14px;font-weight: normal;}
.mail-top a:hover {text-decoration: underline;}
@media screen and (max-width: 1000px) and (min-width: 320px) {
.site-branding {
display: flex;
flex-direction: column;
max-width: 600px;
margin: 0 auto;
padding-left: 10px !important;
padding-right: 10px !important;
}
#headphone-2 {
text-align: center !important;
float: none !important;
margin: 25px 0px 25px 0px;
padding-top: 0 !important;
}
#headphone span a {
font-family: "PT Sans", Verdana, sans-serif;
}
#headphone .mail-top a {
color: #ff5c58;
font-family: Verdana, sans-serif !important;
border-bottom: 1px solid;
}
#SkypeButton_Call_Dream-akus_1 {
margin-top: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 901px) {
.col-1, .col-2, .col-3 {
display: none;
}
.col-4, col-5, .footer-mobile {
float: none;
}
.col-4, .col-5 {
text-align: left;
margin-bottom: 25px;
width: 260px;
}
.site-footer {
padding: 0;
}
.footer-mobile {
max-width: 320px;
width: 100%;
display: flex;
flex-direction: column;
margin: 0 auto;
padding: 40px 40px 0 40px;
}
.col-5 {
margin-bottom: 50px;
}
.col-f ul li {
font-size: 16px;
}
.col-f ul li, .col-4 a {
color: #fff;
}
.footer__bottom {
padding: 20px 10px;
display: flex;
justify-content: space-between;
border-top: 1px solid;
}
.copyright {
margin: 0;
width: auto;
}
.col-f ul li {
margin-bottom: 13px;
}
.geo-img, .geo {
float: left;
}
.geo {
display: block;
width: 90%;
padding-left: 13px;
}
.col-5 {
margin-bottom: 31px;
}
.fa{
margin-right: 7px;
}
footer li {
padding: 0;
}
}
@media screen and (max-width: 320px) {
#headphone .fa {
margin-right: 11px;
}
.mail-top i {
margin-right: 15px;
}
} @media screen and (min-width: 700px) and (max-width: 992px) {
.page-list-ext .page-list-ext-item {
width: 31% !important;
}
.page-list-ext .page-list-ext-item:nth-child(4n) {
margin-right: 12px !important;
}
.page-list-ext .page-list-ext-item:nth-child(3n) {
margin-right: 0 !important;
}
}
@media screen and (min-width: 320px) and (max-width: 699px) {
.page-list-ext .page-list-ext-item {
width: 100% !important;
}
.page-list-ext .page-list-ext-item:nth-child(4n) {
margin-right: 0px !important;
}
.page-list-ext .page-list-ext-item:nth-child(3n) {
margin-right: 0 !important;
}
}
#menubar {
padding: 0px 40px;
position: relative;
top: 35px;
z-index: 50;
background: url(//www.kmc-poddon.ru/wp-includes/images/header-bg.png) no-repeat;
background-size: cover;
}
.product-main {
padding: 0 10px;
overflow: hidden;
}
.product-main .col-product-wrap {
width: 50%;
float: left;
height: 340px;
text-align: left;
margin-bottom: 10px;
}
.product-main .col-product-wrap:nth-child(1) .col-product { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/poddon1.png) no-repeat right; }
.product-main .col-product-wrap:nth-child(2) .col-product { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/poddon2.png) no-repeat right; }
.product-main .col-product-wrap:nth-child(3) .col-product { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/poddon3.png) no-repeat right; }
.product-main .col-product-wrap:nth-child(4) .col-product { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/poddon4.png) no-repeat right; }
@media screen and (max-width: 610px) {
.product-main .col-product-wrap:nth-child(1) .col-product { background: none; }
.product-main .col-product-wrap:nth-child(2) .col-product { background: none; }
.product-main .col-product-wrap:nth-child(3) .col-product { background: none; }
.product-main .col-product-wrap:nth-child(4) .col-product { background: none; }
.product-main .col-product-wrap:nth-child(1) { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/good-bg1.png) no-repeat bottom right; }
.product-main .col-product-wrap:nth-child(2) { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/good-bg2.png) no-repeat bottom right; }
.product-main .col-product-wrap:nth-child(3) { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/good-bg3.png) no-repeat bottom right; }
.product-main .col-product-wrap:nth-child(4) { background: #f7f7f7 url(//www.kmc-poddon.ru/wp-content/themes/typal/img/good-bg4.png) no-repeat bottom right; }
}
.product-main .col-product-wrap:nth-child(2n) .col-product {
margin-left: 5px;
}
.product-main .col-product-wrap:nth-child(2n+1) .col-product {
margin-right: 5px;
}
.product-main .col-product-wrap .col-product {
padding-left: 17px;
height: 100%;
overflow: hidden;
position: relative;
}
.product-main .col-product-wrap .col-product h3 {
font-size: 18px !important;
color: #3d3d3d;
margin-bottom: 24px !important;
margin-top: 34px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.product-main .col-product-wrap .col-product ul {
margin: 0;
list-style: none;
}
.product-main .col-product-wrap .col-product ul li {
margin-bottom: 8px;
}
.product-main ul li a {
font-size: 14px;
color: #3c3c3c;
text-decoration: none;
}
.product-main ul li a:hover {
color: #ff5c58;
}
.product-main__price {
margin-top: 38px;
font-size: 18px;
}
.product-main__price span {
color: #ff5c58;
}
.product-main a.btn {
background: #ff5c58;
width: 151px;
height: 40px;
font-size: 12px;
display: block;
line-height: 40px;
text-align: center;
color: #fff;
text-decoration: none;
text-transform: uppercase;
border: 1px solid #ff5c58;
margin-top: 24px;
}
.product-main a.btn:hover {
color: #ff5c58;
background: #F7F7F7;
}
@media screen and (min-width: 320px) and (max-width: 992px) {
.product-main .col-product-wrap {
width: 100%;
height: 440px;
}
.product-main .col-product-wrap .col-product {
background-size: 30%;
background-position: bottom right !important;
}
.product-main a.btn {
position: relative;
bottom: 0;
margin-top: 20px;
}
.product-main .col-product-wrap .col-product {
padding-bottom: 30px;
}
.product-main .col-product-wrap:nth-child(2n+1) .col-product, .product-main .col-product-wrap:nth-child(2n) .col-product {
margin: 0;
}
}
@media screen and (max-width: 320px) {
.product-main .col-product-wrap {
background-size: 90%;
background-position: right 266px;
}
}
.price__table {
overflow: auto;
}
.price__table table {
min-width: 743px;
}
#header-feedback-form {
padding: 0;
}
.right__phone a:hover {
color: #FF5C58;
}
.right__button a:hover {
color: #FF5C58;
} .home-slider .home-slider__wrap {
position: relative;
}
.home-slider .home-slider__wrap .wrap__billet {
position: absolute;
left: 145px;
top: 0;
right: auto;
bottom: 0;
margin: auto;
padding: 27px 40px 35px 40px;
height: 210px;
background: rgba(45, 45, 45, 0.8);
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
}
.home-slider .home-slider__wrap .wrap__billet .billet__text {
font-family: "Ubuntu", sans-serif;
font-weight: 700;
font-size: 35px;
line-height: 45px;
color: #FFFFFF;
margin-bottom: 30px;
}
.home-slider .home-slider__wrap .wrap__billet .billet__text span {
color: #64B955;
}
.home-slider .home-slider__wrap .wrap__billet .btn {
font-family: "Ubuntu", sans-serif;
background: #FF5C58;
padding: 12px 15px;
font-weight: 500;
font-size: 14px;
color: #fff;
text-decoration: none;
}
.home-slider .home-slider__wrap .wrap__billet .btn:hover {
background: #FA8072
}
.home-slider .owl-nav {
position: absolute;
top: -26px;
bottom: 0;
margin: auto;
height: 0px;
width: 100%;
left: 0;
right: 0;
}
.home-slider .owl-nav button.owl-prev,
.home-slider .owl-nav button.owl-next {
width: 40px;
height: 40px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
border-radius: 50%;
}
.home-slider .owl-nav .owl-prev {
left: 55px;
}
.home-slider .owl-nav .owl-next {
right: 55px;
}
.home-slider .owl-nav .owl-prev span,
.home-slider .owl-nav .owl-next span {
content: "";
font-size: 0;
width: 10px;
height: 16px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.home-slider .owl-nav .owl-prev span {
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMjUgMS41TDEuNzUgOEw4LjI1IDE0LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.home-slider .owl-nav .owl-next span {
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNzUgMS41TDguMjUgOEwxLjc1IDE0LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
.home-slider .owl-dots {
position: absolute;
bottom: 34px;
left: 0;
right: 0;
top: auto;
margin: auto;
height: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.home-slider .owl-dots button {
width: 10px;
height: 10px;
background: rgba(0, 0, 0, 0.3);
border-radius: 50%;
margin: 0 7px;
}
.home-slider .owl-dots button.active,
.home-slider .owl-dots button:hover {
background: #FF5C58 !important;
}
@media(max-width:768px) {
.home-slider .owl-item {
height: 400px;
}
.home-slider .home-slider__wrap {
width: 100%;
height: 100%;
}
.home-slider .home-slider__wrap .wrap__billet {
height: 200px;
left: 0;
top: auto;
right: 0;
bottom: 0;
padding: 15px;
text-align: center;
}
.home-slider .home-slider__wrap img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.home-slider .home-slider__wrap .wrap__billet .billet__text {
font-size: 24px;
line-height: 29px;
}
.home-slider .owl-nav {
display: none;
}
} .h1.header-feedback__form-title {
margin-top: 10px;
margin-bottom: 35px;
}
body .header-feedback__popup .wpcf7 form .wpcf7-response-output {
margin: 0 0 10px 0;
}
.wpcf7-form-control.form-area {
line-height: unset;
margin-bottom: 5px;
}
.wpcf7-form-control-wrap {
position: relative;
display: inline-block;
}
.wpcf7 p {
text-align: left !important;
margin-bottom: 0 !important;
}
.contact-form__group._custom-checkbox {
display: flex;
margin: 10px 0 10px 0;
}
.contact-form__group._custom-checkbox p {
display: flex;
text-align: left !important;
}
.header-feedback__popup .header-feedback__submit {
padding: 0;
}
.contact-form__right .wpcf7-form-control-wrap {
width: 100%;
}
body .contact-form__right .wpcf7-response-output {
margin: 0 0 10px 0;
}
body * {
box-sizing: border-box;
}
.popup {
position: fixed;
top: 110px;
background: white;
z-index: 150;
width: 484px;
padding: 60px 66px;
left: 50%;
margin-left: -242px;
}
article.page ul:not(.product-cats), article.product ul:not(.product-cats), article.post ul:not(.product-cats) {
padding-left: 0;
margin-left: 0;
list-style-type: none;
}
article.page ul:not(.product-cats) li, article.product ul:not(.product-cats) li, article.post ul:not(.product-cats) li {
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
article.page ul:not(.product-cats) li:before, article.product ul:not(.product-cats) li:before, article.post ul:not(.product-cats) li:before {
content: "";
display: flex;
align-items: center;
justify-content: center;
width: 14px;
height: 14px;
position: absolute;
left: 0;
top: 5px;
border: 1px solid #FF5C58;
border-radius: 50%;
}
article.page ul:not(.product-cats) li:after, article.product ul:not(.product-cats) li:after, article.post ul:not(.product-cats) li:after {
content: "";
width: 8px;
height: 8px;
position: absolute;
left: 3px;
top: 8px;
border: 1px solid #FF5C58;
background: #ff5c58;
border-radius: 50%;
}
article.page ol, article.product ol, article.post ol {
counter-reset: myCounter;
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
article.page ol li, article.product ol li, article.post ol li {
position: relative;
padding-left: 30px;
margin-bottom: 10px;
}
article.page ol li:before, article.product ol li:before, article.post ol li:before {
counter-increment: myCounter;
content:counter(myCounter);
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(255, 92, 88, 0.2);
position: absolute;
left: 0;
top: 3px;
border-radius: 50%;
color: #FF5C58;
font-size: 14px;
font-weight: 700;
}
article.page h2, article.product h2, article.post h2 {
color: #3C3C3C;
font-weight: 700;
font-size: 20px;
line-height: 26px;
padding-left: 75px;
position: relative;
font-family: 'PT Sans', sans-serif;
}
article.page h2:before, article.product h2:before, article.post h2:before {
content: "";
position: absolute;
left: 0;
top: 11px;
display: block;
width: 60px;
height: 4px;
background: #FF5C58;
}
@media screen and (max-width: 503px) {
.popup {
width: 100vw;
padding: 20px 0px;
left: 0;
margin-left: 0;
}
.popup .h1 {
margin-top: 37px;
}
.header-feedback-form {
width: 300px;
margin: 0 auto;
}
}
.header-feedback__popup {
top: 50%;
margin-top: -272px;
}
.header-feedback__popup p {
text-align: center;
}
.form-close:after {
content: "";
position: absolute;
background-color: #fff;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
right: 32px;
top: 11px;
height: 36px;
width: 1px;
background-color: black;
}
.form-close:before {
content: "";
position: absolute;
left: 10px;
top: 28px;
height: 1px;
width: 36px;
background: black;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.form-close {
cursor: pointer;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
right: 7px;
height: 60px;
top: 7px;
width: 60px;
z-index: 11;
}
.header-feedback__form-title {
margin-bottom: 32px;
margin-top: 7px;
font-size: 24px;
}
.h1 {
display: block;
font-size: 30px;
font-weight: 300;
line-height: 24px;
text-transform: uppercase;
text-align: left;
margin-top: 77px;
margin-bottom: 47px;
transition: 0.5s;
color: black;
}
.form-input {
transition: 0.2s;
display: block;
padding: 15px !important;
width: 100%;
margin-bottom: 10px;
border: 1px solid #d4d4d4 !important;
}
.round-button {
color: #ffffff;
font-size: 14px;
font-weight: 300;
line-height: 24px;
width: 160px;
height: 45px;
background-color: #6c9aed;
border-radius: 25px;
text-align: center;
padding: 10px 0;
transition: 0.3s;
cursor: pointer;
border: 1px solid #6c9aed;
-webkit-transition: background-color 0.3s, color 0.3s;
transition: background-color 0.3s, color 0.3s;
margin: 0 auto;
display: block;
}
.blackblock {
width: 100%;
height: 100%;
position: fixed;
background: rgba(0, 0, 0, 0.7);
top: 0;
z-index: 100;
cursor: pointer;
display: none;
}
.phone-block {
text-align: center;
margin: 20px 0 10px;
}
.phone-block div {
background-color: #404040;
color: white;
padding: 15px 25px;
font-size: 18px;
display: inline-block;
}
.phone-block div span {
font-size: 26px !important;
padding: 0 15px 0 0;
}
.phone-block div img {
vertical-align: middle;
border: 0;
box-shadow: none;
}
.phone-block div a {
font-size: 18px;
color: white !important;
font-weight: bold;
}
.active-button {
color: white !important;
text-transform: uppercase;
padding: 15px 25px;
border-radius: 5px;
font-weight: bold;
display: inline-block;
transition: all 0.3s;
text-decoration: none !important;
background: #ff5c58 !important;
margin-top: 0;
border: 0 !important;
font-size: 13px !important;
width: auto;
height: auto;
}
.active-button:hover {
background-color: #FA8072!important;
transition: all 0.3s;
text-decoration: none !important;
}
.advantages {
display:block;
padding:52px 0 7px 0;
}
.advantages h2 {
padding-bottom: 22px;
}
.advantages .col-first {
padding-left: 158px;
}
.advantages .col-end{
padding-right: 158px;
}
.advantages h3 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size: 12px !important; 
}
.advantages img {
transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-webkit-transition: all 0.7s ease-out;
}
.advantages .col:hover img {
-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
-ms-transform: rotateY( 180deg );
-o-transform: rotateY( 180deg );
transform: rotateY( 180deg );
transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
-webkit-transition: all 0.7s ease-out;
}
@media screen and (max-width: 600px) {
.advantages .col {
padding:0;
}
}
@media screen and (max-width: 900px) {
.advantages .col {
padding:0;
}
}
.page-list-ext .page-list-ext-item {
clear: none;
margin: 0 12px 5px 0;
width: 24%;
float: left;
height: auto;
border: 1px solid #404040;
margin-bottom: 12px;
}
.page-list-ext .page-list-ext-item:nth-child(4n) {
margin-right: 0;
}
.page-list-ext {
margin-bottom: 30px;
}
.page-list-ext .page-list-ext-image {
float: none;
display: block;
margin: 0;
width: 100%;
height: 175px;
overflow: hidden;
}
.page-list-ext-image a {
width: 100%;
display: block;
height: 100%;
}
.page-list-ext-image a img{
width: auto;
height: auto;
margin: 0 auto;
display: block;
}
.page-list-ext-title {
margin: 10px 0 0 0 !important;
text-align: center;
background: #ff5c58;
display: table;
width: 100%;
}
.page-list-ext-title:hover {
text-decoration: underline;
}
.page-list-ext-title a {
color: #fff;
font-weight: bold;
text-decoration: none;
height: 50px;
display: table-cell;
vertical-align: middle;
}
a.knopka {
color: #FF5C58; text-decoration: none; user-select: none; background: #FF5C58; padding: .7em 1.5em; outline: none; } 
a.knopka:hover { background: rgb(232,95,76); } a.knopka:active { background: rgb(152,15,0); } .breadcrumbs {
padding: 60px 40px 0;
}
.product-item {
height: 220px;
width: 100%;
overflow: hidden;
padding: 40px 70px 30px 70px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background: #f7f7f7;
margin-bottom: 25px;
}
.product-item .product-img, .product-item .product-col-2, .product-item .product-col-3 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
float: left;
height: 100%;
}
.product-item .product-img {
width: 350px;
margin-top: -30px;
}
.product-item .product-img img {
width: 100%;
}
.product-item .product-col-2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 560px;
font-size: 14px;
color: #585858;
padding-left: 95px;
padding-right: 70px;
}
.product-item .product-col-2 h3 {
margin: 0;
font-size: 18px;
color: #3d3d3d;
}
.product-item .product-col-2 .product-size {
margin-top: 23px;
}
.product-item .product-col-2 .presence {
background:#e0e0e0;
display: inline-block;
margin-top: 27px;
border-radius: 14px;
height: 30px;
line-height: 30px;
padding: 0 25px;
}
.product-item .product-col-3 {
width: 148px;
}
.product-item .product-col-3 .price-title {
color: #444444;
margin-top: -4px;
}
.product-item .product-col-3 .price {
font-size: 14px;
color: #3d3d3d;
margin-top: 13px;
}
.product-item .product-col-3 .price span {
font-size: 28px;
font-weight: bold;
}
.product-item .product-col-3 button {
text-transform: uppercase;
background: #383838 !important;
font-size: 13px;
width: 155px;
margin-top: 45px;
border: none;
}
.product-item .product-col-3 button:hover {
background: #ff5c58 !important;
}
@media (max-width: 600px) {
.product-item {
height: auto;
padding: 30px;
}
.product-item .product-img {
width: 100%;
}
.product-item .product-col-2 {
padding: 20px 0 0 0;
width: 100%;
}
.product-item .product-col-3 {
width: 100%;
padding: 25px 0 0 0;
}
} .scroll-button {
border: unset;
background: #ff5c58;
border-radius: 50%;
padding: 0;
min-width: 50px;
box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 6px 10px 0px rgb(0 0 0 / 14%), 0px 1px 18px 0px rgb(0 0 0 / 12%);
box-sizing: border-box;
min-height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
bottom: 60px;
right: 30px;
cursor: pointer;
z-index: 99;
}
.scroll-button__icon {
width: 1.5em;
height: 1.5em;
transform: rotate(-90deg);
}
.scroll-button__icon svg {
fill: white;
height: 100%;
width: 100%;
} .page-list-ext .page-list-ext-item:hover {
outline: 2px solid #ff5c58;
border-bottom: none;
border: 1px solid #ff5c58;
}
.page-list-ext .page-list-ext-item:hover .page-list-ext-title {
text-decoration: none;
} .content {
max-width: 1266px;
width: 100%;
margin: 0 auto;
box-sizing: border-box;
padding: 0 15px;
}
h1.main-title {
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 44px;
color: #3C3C3C;
font-family: "Verdana", sans-serif;
}
section.section-filter {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 49px;
}
.section-filter__item {
font-family: "Verdana", sans-serif;
font-weight: bold;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #FF5C58;
border: 2px solid #FF5C58;
box-sizing: border-box;
border-radius: 5px;
height: 50px;
max-width: 186px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.section-filter__item a {
text-decoration: none;
}
.section-filter__item:last-child {
margin-right: 0;
max-width: 78px;
}
.section-filter__item:nth-child(4) {
max-width: 78px;
}
.section-list__wrapper {
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
gap: 30px;
}
.section-list__item {
display: flex;
flex-direction: column;
justify-content: flex-start;
border: 1px solid #B5B5B5;
box-sizing: border-box;
border-radius: 5px;
max-width: 380px;
width: 100%;
min-height: 545px;
padding: 28px;
text-decoration: none;
}
.section-list {
margin-top: 40px;
margin-bottom: 40px;
}
.section-list__image {
width: 338px;
height: 184px;
display: flex;
align-items: center;
justify-content: center;
}
.section-list__image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.section-list__name {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 17px;
line-height: 22px;
margin-top: 32px;
margin-bottom: 25px;
text-decoration: none;
color: #3C3C3C!important;
}
.section-list__props:not(._name,._value) {
display: grid;
grid-template-columns: 1fr;
align-items: flex-start;
justify-content: space-between;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #3C3C3C;
min-height: 63px;
width: 100%;
} .section-list__props._value {
margin-left: auto;
}
.section-list__available {
width: 123px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #FF5C58;
box-sizing: border-box;
border-radius: 55px;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
text-align: center;
color: #FF5C58;
margin-top: 12px;
}
.section-list__price a {
display: flex;
flex-direction: column;
}
.section-list__price span {
display: flex;
flex-direction: column;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #3C3C3C;
}
.section-list__order {
margin-top: 24px;
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
}
.section-list__price span b {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 36px;
color: #3C3C3C;
margin-top: 11px;
}
.section-list__order-wrap {
display: flex;
flex-direction: column;
align-items: flex-end;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
background: #FF5C58;
width: 160px;
height: 50px;
padding: 0 20px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: white;
}
.card-detail__wrapper {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-top: 33px;
}
.card-detail__left { max-width: 558px;
min-width: 558px;
width: 100%;
height: 536px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
margin-right: 33px;
}
.card-detail__image {
width: 100%;
max-height: 343px;
display: flex;
align-items: center;
justify-content: center;
}
.card-detail__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.card-detail__gallery {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.card-detail__gallery img {
width: 294px;
height: 163px;
}
.card-detail__center {
width: 100%;
}
.card-detail__right {
min-width: 166px;
max-width: 166px;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
background: #F3F3F3; }
.card-advantage__item {width: 123px;height: 123px;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;}
.card-advantage__item:not(:last-child) {
margin-bottom: 25px;
}
.card-advantage {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 37px 0;
}
.card-advantage__name {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
color: #212121;
}
.card-advantage__desc {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #3C3C3C;
}
.card-detail__center {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
height: 536px;
padding-right: 30px;
}
.card-order._card-detail {
margin-top: auto;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-bottom: 4px;
height: 37px;
}
.card-detail__available {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #FF5C58;
border: 2px solid #FF5C58;
box-sizing: border-box;
border-radius: 55px;
width: 123px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
}
.card-detail__props:not(._name, ._value) {
display: grid;
grid-template-columns: repeat(2, 1fr);
align-items: flex-start;
justify-content: space-between;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #3C3C3C;
width: 100%;
margin-top: 22px;
grid-row-gap: 15px;
}
.card-detail__props._value {
margin-left: auto;
}
.card-detail__props {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #3C3C3C;
}
.card-order__price span {
display: flex;
align-items: flex-start;
flex-direction: column;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 17px;
color: #3C3C3C;
margin-bottom: 10px;
}
button.single_add_to_cart_button.button.alt {
width: 160px;
height: 50px;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
text-align: center;
color: #F9F9F9;
background: #FF5C58;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
border: none;
}
.card-order._card-detail .quantity {
display: none;
}
.card-order__price span b {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 30px;
line-height: 36px;
color: #3C3C3C;
margin-top: 10px;
}
section.card-detail {
margin-bottom: 50px;
}
.content-area.new-catalog header.entry-header {
display: none;
}
h2.woocommerce-loop-category__title {
margin: 0!important;
color: #fff;
font-weight: bold;
height: 50px;
vertical-align: middle;
text-decoration: none!important;
background: #ff5c58;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px!important;
width: 100%;
margin-top: auto!important;
}
h2.woocommerce-loop-category__title .count {
display: none;
}
.content-area.new-catalog article {
padding-top: 0;
}
.content-area.new-catalog h1.main-title {
margin-top: 0;
} .order-form {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #0000006b;
z-index: 999;
}
.order-form__wrapper {
max-width: 1244px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
background: #F9F9F9;
position: relative;
transform: scale(0);
transition: 0.3s;
box-sizing: border-box;
min-height: 770px;
padding-top: 40px;
padding-bottom: 86px;
padding-right: 57px;
padding-left: 82px;
}
.order-form__close {
position: absolute;
top: 40px;
right: 40px;
cursor: pointer;
width: 50px;
height: 50px;
}
.order-form__close svg {
width: 100%;
height: 100%;
}
.order-form__title {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 44px;
line-height: 53px;
color: #3C3C3C;
margin-right: 29px;
}
.order-form__container  {
transition: transform 0.8s cubic-bezier(0.51,-0.22, 0.41, 1.38);
}
.order-form__container form {
display: flex;
flex-direction: column;
width: 100%;
}
.order-form__top {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
gap: 30px;
}
.order-form__bottom {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
}
.order-form__container input {
box-shadow: none;
background: transparent;
border: 1px solid #B3B3B3;
box-sizing: border-box;
width: 100%;
height: 52px;
position: relative;
padding-left: 24px;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 153.52%;
}
.order-form__container textarea {
box-shadow: none;
resize: none;
width: 100%;
height: 133px;
background: transparent;
border: 1px solid #B3B3B3;
box-sizing: border-box;
padding-top: 14px;
padding-left: 24px;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 153.52%;
}
input#count {
width: 69px;
height: 40px;
text-align: center;
-moz-appearance: textfield;
border: none;
background: transparent;
padding: 0;
}
.order-form__group {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
position: relative;
}
.order-form__group p {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
color: #3C3C3C;
margin: 0;
}
.count-minus {
margin-left: auto;
}
.count-pluse, .count-minus {
max-width: 40px;
width: 100%;
height: 40px;
justify-content: center;
padding: 0;
border: none;
cursor: pointer;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFF;
background: #FF5C58;
}
input#count::-webkit-outer-spin-button, input#count::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.count-pluse._disabled, .count-minus._disabled {
background: #B2B2B2;
cursor: default;
pointer-events: none;
}
button.count-pluse:disabled:hover, button.count-minus:disabled:hover {
background-color: #cbcbcb!important;
}
#orderName p {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 25px;
color: #3C3C3C;
margin: 0;
}
p.order-form__total {
margin-left: auto;
}
.order-form__group span {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #3C3C3C;
}
.order-form__group p:not(:first-of-type) {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #3C3C3C;
}
.price {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #3C3C3C;
}
.order-form__group .order-form__placeholder {
pointer-events: none;
position: absolute;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 153.52%;
display: flex;
align-items: center;
color: #8A8A8A;
left: 25px;
top: calc(29px/2);
background-color: #f9f9f9;
transition: top 0.5s cubic-bezier(0.51,-0.22, 0.41, 1.38),  
font-size 0.5s cubic-bezier(0.51,-0.22, 0.41, 1.38),  
left 0.5s cubic-bezier(0.51,-0.22, 0.41, 1.38), 
padding 0.5s cubic-bezier(0.51,-0.22, 0.41, 1.38);
}
.order-form__group .order-form__placeholder span {
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 153.52%;
display: flex;
align-items: center;
color: #8A8A8A;
}
.order-form__left {width: 100%;}
.order-form__right {
width: 100%;
}
.order-form__group input, 
.order-form__group textarea {
width: 100%;
outline: none;
}
.order-form__group input:-webkit-autofill,
.order-form__group input:-webkit-autofill:hover, 
.order-form__group input:-webkit-autofill:focus, 
.order-form__group input:-webkit-autofill:active  {
-webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
}
.order-form__top:last-of-type {
height: 133px;
}
.order-form__group._custom-checkbox input {
width: 1px;
height: 1px;
position: absolute;
opacity: 0;
}
.order-form__group._custom-checkbox label:before {
content: '';
width: 18px;
height: 18px;
background: #DFDFDF;
left: 0;
margin-right: 20px;
}
.order-form__group._custom-checkbox label:after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1486 0L14 1.76127L5.33932 10L0 4.92093L1.85142 3.15966L5.33932 6.47751L12.1486 0Z' fill='%23FF5C58'/%3E%3C/svg%3E%0A");
position: absolute;
width: 14px;
height: 10px;
left: 2px;
transition: 0.2s;
transform: scale(0);
}
.order-form__group._custom-checkbox label {
position: relative;
display: inline-flex;
align-items: center;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 15px;
color: #3E3E3E;
}
.order-form__group._custom-checkbox input:checked + label:after {
transform: scale(1);
}
.order-form__wrapper._open {
transform: scale(1);
}
.order-form input[type="submit"] {
background: #FF5C58;
max-width: 160px;
height: 50px;
border: none;
background: #FF5C58;
max-width: 160px;
height: 50px;
border: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.order-form__group._custom-checkbox label a {
margin: 0 5px;
}
.order-form__container {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
margin-top: 70px;
}
.order-form__bottom:last-child .order-form__bottom {
flex-direction: row;
width: 100%;
align-items: center;
margin-top: 30px;
}
.order-form__container form > .order-form__bottom {
margin-top: 28px;
}
.order-form__left img {
width: 100%;
height: 100%;
object-fit: contain;
}
.order-form__container form > .order-form__top .order-form__left {
height: 266px;
}
#orderName {
max-width: 430px;
width: 100%;
margin-bottom: 20px;
}
div#orderPrice {margin-bottom: 30px;}
.orderFormQty {
margin-bottom: 30px;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 22px;
color: #3C3C3C;
}
div#countField {
margin-top: 25px;
margin-bottom: 54px;
}
.order-form__left .order-form__group:last-of-type {
margin-top: 30px;
}
.order-form__container input._focused + .order-form__placeholder,
.order-form__container textarea._focused + .order-form__placeholder {
top: -15px;
left: 20px;
padding: 5px;
font-size: 11px;
}
p.order-form__succes {
font-size: 29px;
text-align: center;
color: #59a75d;
margin: 0;
}
.order-form__wrapper._succes {
display: flex;
align-items: center;
justify-content: center;
min-height: 343px;
width: 800px;
}
.product-category.product {
border: 2px solid #FF5C58;
box-sizing: border-box;
border-radius: 5px;
height: auto;
width: auto;
background-color: unset;
padding: 0 20px;
list-style: none;
transition: 0.2s;
}
.product-category.product img {
display: none;
}
.product-category.product a {
height: auto;
border: none;
text-decoration: none;
}
.product-category.product h2 {
background-color: unset;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
text-align: center;
color: #FF5C58;
transition: 0.2s;
}
.product-category.product a:hover {
outline: none;
border: none;
}
.product-category.product:hover {
background-color: #FF5C58;
}
.product-category.product:hover a h2 {
color: white;
} .category-wrapper {
width: 100%;
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 10px;
flex-wrap: wrap;
}
.product-wrapper {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 30px;
flex-wrap: wrap;
}
ul.product-cats {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 10px;
flex-wrap: wrap;
margin: 0!important;
}
ul.product-cats li.category {
list-style: none;
border: 2px solid #FF5C58;
border-radius: 5px;
width: auto;
background-color: unset;
padding: 0 20px;
list-style: none;
transition: 0.2s;
box-sizing: border-box;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
ul.product-cats li.category img {
display: none;
}
ul.product-cats li.category .subcategory__title {
margin: 0;
background-color: unset;
width: 100%;
height: 100%;
}
ul.product-cats li.category .subcategory__title a {
text-decoration: none;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
text-align: center;
color: #FF5C58;
transition: 0.2s;
width: 100%;
height: 100%;
}
ul.product-cats li.category:hover {
background-color: #FF5C58;
}
ul.product-cats li.category:hover a {
color: white;
}
footer.entry-meta {
display: none;
}
.prop_wrap {
display: flex;
align-items: flex-start;
margin-bottom: 10px;
}
.section-list__props._name {
width: max-content;
}
.section-list__props._value {
margin-left: unset;
min-width: max-content;
max-width: min-content;
}
span.delimetr {
width: 100%;
border-bottom: 1px dotted;
margin-top: auto;
margin-bottom: 4px;
margin-left: 4px;
margin-right: 4px;
}
.card-detail__props:not(._name, ._value) {
grid-template-columns: 1fr;
}
.card-detail__props-wrap {
display: flex;
align-items: center;
}
.card-detail__props._name {
margin: 0;
min-width: max-content;
}
.card-detail__props._value {
margin-left: unset;
min-width: max-content;
max-width: min-content;
}
p.woocommerce-result-count {
display: none;
}
a.section-list__image:hover img {
transform: scale(1.1);
}
a.section-list__image img {
transition: 0.7s;
}
a.section-list__name:hover {
text-decoration: underline;
}
@media screen and (max-width: 1280px) {
.product-wrapper {
justify-content: center;
}
}
@media screen and (max-width: 480px) {
.order-form {overflow-y: scroll;background-color: #f9f9f9;}
.order-form__wrapper._open {
max-width: 100%;
padding: 20px;
max-height: 100%;
min-height: 100%;
height: 100%;
}
.order-form__title {
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 29px;
color: #3C3C3C;
}
.order-form__close {
top: 20px;
right: 20px;
width: 20px;
height: 20px;
}
.order-form__container {
flex-direction: column;
margin: 20px 0 0 0;
}
.order-form__top {
flex-direction: column;
}
.order-form__container form > .order-form__top .order-form__left {
height: 136px;
}
div#orderName {
font-size: 16px;
line-height: 138.53%;
}
.order-form__group p {
font-size: 14px;
line-height: 17px;
}
.price {
font-size: 24px;
line-height: 29px;
}
div#countField {
margin: 15px 0;
}
div#orderPrice {
margin-bottom: 10px;
}
.order-form__bottom:last-child .order-form__bottom {
flex-direction: column;
}
.order-form__group._custom-checkbox {margin-bottom: 30px;}
.order-form__group._custom-checkbox label {
flex-wrap: wrap;
}
.order-form__group._custom-checkbox input:checked + label:after {
top: 4px;
}
.card-detail__wrapper {
flex-direction: column;
}
.card-detail__image {
max-width: 100%;
}
.card-detail__left {
max-width: 100%;
min-width: 100%;
height: auto;
}
.card-detail__center {
padding: 0;
height: auto;
}
.card-advantage {
display: flex;
flex-direction: revert;
width: 100%;
height: auto;
}
.card-detail__right {
width: 100%;
min-width: 100%;
height: auto;
margin-top: 50px;
}
.card-order._card-detail {
margin-top: 90px;
}
a.section-list__image {
width: 100%;
}
.section-list__item {
padding: 15px;
height: auto;
}
a.section-list__name {
margin: 10px 0;
font-size: 14px;
}
.section-list__props:not(._name,._value) {
height: auto;
margin-bottom: 20px;
}
.section-list__available {
width: max-content;
padding: 0 15px;
}
.section-list__price span b {
font-size: 24px;
margin: 0;
}
.section-list__price span {
font-size: 14px;
}
.product-category.product h2 {
font-size: clamp(12px, 3vw, 17px)!important;
height: auto;
font-family: "Verdana", sans-serif;
font-style: normal;
font-weight: bold;
}
.product-category.product {
padding: 10px;
}
}
.woocommerce-loop-category__title {
background-color: unset;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 17px;
display: flex;
align-items: center;
text-align: center;
color: #FF5C58;
transition: 0.2s;
font-family: "Ubuntu", sans-serif;
}
.product-category.product {
border: 2px solid #FF5C58;
border-radius: 5px;
width: auto;
background-color: unset;
padding: 0 20px;
list-style: none;
transition: 0.2s;
box-sizing: border-box;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.product-category.product a {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.product-category.product:hover .woocommerce-loop-category__title {
color: white;
}
.entry-content .term-description {
display: none;
}
.not-found__wrapper {
display: flex;
width: 100%;
position: relative;
}
.not-found__wrapper img {
position: absolute;
top: -50px;
right: 50px;
}
@media screen and (max-width: 480px) {
.not-found__wrapper img {
z-index: 0;
bottom: 0;
top: 0;
right: 0;
position: relative;
}
.not-found__wrapper {
flex-direction: column;
}
} .contact-form {
max-width: 1200px;
width: 100%;
margin: 0 auto;
background: #EAEAEA;
border: 1px solid #B5B5B5;
box-sizing: border-box;
border-radius: 3px;
border-bottom-left-radius: unset;
border-bottom-right-radius: unset;
border-bottom: none;
}
.contact-form__wrapper input:focus, textarea:focus {
outline: none;
}
.contact-form__group input:not(input[type="checkbox"], input[type="submit"]), textarea {
background: #F6F6F6;
border: 1px solid #B5B5B5;
box-sizing: border-box;
border-radius: 3px;
width: 100%;
resize: none;
height: 50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 50px;
color: #A5A5A5;
padding-left: 24px;
overflow: hidden;
}
.contact-form__icon {
background: rgba(60, 60, 60, 0.2);
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
margin-right: 13px;
}
.contact-form__left a {
display: flex;
align-items: center;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
color: #3C3C3C;
margin-right: auto;
margin-left: 160px;
}
.contact-form__left a:last-of-type {
font-style: normal;
font-weight: 400;
text-decoration-line: underline;
color: #3C3C3C;
margin-bottom: 23px;
}
.contact-form__title {
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 36px;
color: #3C3C3C;
}
.contact-form__text {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #3C3C3C;
}
.contact-form__right input[type="submit"] {
border: none;
max-width: 238px;
width: 100%;
height: 50px;
padding: 0;
}
.contact-form__right {
background: rgba(181, 181, 181, 0.2);
width: 50%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 56px 0 50px;
} .contact-form__left {
overflow: hidden;
position: relative;
width: 50%;
height: 100%;
padding-bottom: calc(340px/2);
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding-top: 56px;
}
.contact-form__wrapper {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
height: 512px;
}
.contact-form__right form {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
margin-top: 30px;
}
.contact-form__group {
width: 100%;
}
.contact-form__group._custom-checkbox input {
position: absolute;
width: 1px;
height: 1px;
opacity: 0;
}
.contact-form__group._custom-checkbox label {
padding-left: calc(17px + 17px);
}
.contact-form__group._custom-checkbox label:before {
content: '';
border-radius: 3px;
width: 17px;
height: 17px;
position: absolute;
left: 0;
top: 2px;
outline: 2px solid #FF5C58;
outline-offset: -2px;
transition: 0.2s;
}
.contact-form__group._custom-checkbox label:after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.37281 9.40002L12.1328 2.38718L10.5386 0.733358L5.37281 6.09232L2.4604 2.94553L0.866145 4.59936L5.37281 9.40002Z' fill='white'/%3E%3C/svg%3E ");
position: absolute;
left: 2px;
top: 5px;
transition: 0.2s;
}
.contact-form__group._custom-checkbox {
position: relative;
}
.contact-form__group._custom-checkbox input:checked + label:after {
width: 11.27px;
height: 8.67px;
}
.contact-form__group._custom-checkbox input:checked + label:before {
background: #FF5C58;
}
.contact-form__group._custom-checkbox label:hover:before {
background: #FF5C58;
}
.contact-form__group._custom-checkbox label:hover:after {
width: 11.27px;
height: 8.67px;
}
@keyframes animate-circle {
from {
height: 96px;
width: 96px;
opacity: 1;
}
to {
height: 340px;
width: 340px;
opacity: 0;
}
}
.animate-circle {
width: 96px;
height: 96px;
position: absolute;
background-color: #FF5C58;
border-radius: 50%;
bottom: calc(-95px/2);
}
.animate-circle span {
position: absolute;
height: 96px;
width: 96px;
border: 5px solid #FF5C58;
border-radius: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: animate-circle 2s infinite cubic-bezier(0.75, 0.04, 0.65, 1.04);
}
.animate-circle span:first-child {
animation-delay: 2s;
}
.animate-circle span:nth-child(2) {
animation-delay: calc(3s / -3);
}
.animate-circle span:last-child {
animation-delay: calc(3s / -6);
}
.contact-form__succes {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #0000003b;
opacity: 0;
transition: 0.3s;
}
.contact-form__succes._open {
opacity: 1;
transition: 0.3s;
}
.contact-form__succes p {
max-width: 500px;
background: #EAEAEA;
border: 1px solid #B5B5B5;
box-sizing: border-box;
border-radius: 3px;
padding: 15px;
}
@media screen and (max-width: 906px) {
.contact-form__left a {
margin: 0 auto;
}
}
@media screen and (max-width: 900px) {
.contact-form__left a {
margin: 0 auto;
}
.section-list__item {
max-width: calc(100%/2 - 30px);
min-height: auto;
}
.section-list__image {
width: 100%;
}
.section-list__order {
flex-direction: column;
align-items: flex-start;
height: auto;
}
.section-list__order-wrap {
margin-top: 20px;
}
.animate-circle {
zoom: 0.8;
}
}
@media screen and (max-width: 720px) {
.section-list__wrapper {
gap: 15px;
}
.section-list__item {
max-width: calc(100%/2 - 15px);
}
.contact-form__wrapper {
flex-direction: column-reverse;
height: auto;
}
.contact-form__left {
width: 100%;
}
.contact-form__right {
width: 100%;
}
.animate-circle {
zoom: 1;
}
.contact-form__left .contact-form__title {
margin-bottom: 30px;
}
.contact-form__left a {
margin: 20px auto;
}
.contact-form__right form {
min-height: 310px;
}
.contact-form__left .contact-form__text {
margin-left: 25px;
}
}
@media screen and (max-width: 700px) {
.section-list__item {
max-width: 100%;
}
.section-list__order {
flex-direction: row;
}
}
@media screen and (max-width: 480px) {
.contact-form__wrapper {
flex-direction: column-reverse;
height: auto;
}
.contact-form__left {
margin: 0;
width: 100%;
height: auto;
align-items: center;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 100px;
}
.contact-form__left a {
margin: 17px 0;
}
.contact-form__right {
width: 100%;
padding: 20px 15px;
}
.contact-form {
box-sizing: border-box;
width: 100%;
}
.contact-form__right form {
min-height: 300px;
}
.animate-circle {
zoom: 0.8;
}
.contact-form__title {
margin-bottom: 10px;
}
.contact-form__group._custom-checkbox label {
font-size: 11px;
padding-left: calc(9px + 17px);
}
}
@media screen and (max-width: 364px) {
.section-list__order {
flex-direction: column;
}
} footer.footer._redesign {display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;background-color: #404040;position: relative;padding-top: 56px;}
.footer._redesign .footer__top {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-bottom: 38px;position: relative;}
.footer._redesign nav.footer__nav {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-right: 50px;}
.footer._redesign .footer__bottom {display: flex;align-items: flex-start;justify-content: space-between;width: 100%;padding-top: 29px;padding-bottom: 30px;}
.footer._redesign .footer__middle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin: 0 auto;
}
.footer._redesign .footer__right {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer._redesign .footer__right .right__social {
margin: 0 0 0 auto;
}
.footer._redesign .footer__right .right__social .social__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 36px;
height: 36px;
margin-right: 30px;
position: relative;
opacity: 1;
}
.social__icon:after,
.social__icon:before {
content: "";
width: 36px;
height: 36px;
position: absolute;
}
.social__icon:before { opacity: 0; }
.social__icon:hover:after { opacity: 0; }
.social__icon:hover:before { opacity: 1; }
.footer._redesign .footer__right .right__social .social__icon.icon-wa {
margin-bottom: 15px;
}
.social__icon.icon-wa:after {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41LTguMDEtMTcuNS0xNy45OTMtMTcuNXoiIGZpbGw9IiMyZWI4NDMiLz48cGF0aCBkPSJNMjcuODUyIDIxLjIxM2MtLjczOSAxLjk3Mi0yLjA5NSAzLjU3NC0zLjgyIDQuNjgzcy0zLjY5NyAxLjcyNS01Ljc5MiAxLjg0OWMtMS43MjUgMC0zLjQ1MS0uNDkzLTUuMDUzLTEuMzU2bC01Ljc5MiAxLjg0OSAxLjg0OS01LjU0NmMtLjk4Ni0xLjYwMi0xLjQ3OS0zLjQ1MS0xLjQ3OS01LjI5OSAwLTIuMDk1LjYxNi00LjA2NyAxLjcyNS01Ljc5MnMyLjcxMS0zLjA4MSA0LjY4My0zLjk0NCA0LjA2Ny0uOTg2IDYuMDM5LS42MTZjMi4wOTUuMzcgMy45NDQgMS4zNTYgNS40MjIgMi44MzVzMi40NjUgMy4zMjcgMi45NTggNS4yOTljLjI0NyAxLjk3MiAwIDQuMDY3LS43MzkgNi4wMzl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI1LjI2NCAxMi4wOTRjLS44NjMtMS4xMDktMS44NDktMS45NzItMy4wODEtMi41ODhzLTIuNTg4LS44NjMtMy45NDQtLjg2M2MtMi4zNDEgMC00LjU2Ljg2My02LjE2MiAyLjU4OHMtMi41ODggMy44Mi0yLjU4OCA2LjE2MmMwIDEuODQ5LjYxNiAzLjY5NyAxLjcyNSA1LjE3Nkw5Ljg1OSAyNS42NWwzLjMyNy0xLjEwOWMxLjEwOS43MzkgMi40NjUgMS4yMzIgMy44MiAxLjQ3OSAxLjM1Ni4xMjMgMi43MTEgMCA0LjA2Ny0uMzdhOS4yNCA5LjI0IDAgMCAwIDMuNDUxLTIuMjE4Yy45ODYtLjk4NiAxLjYwMi0yLjIxOCAyLjA5NS0zLjU3NC4zNy0xLjM1Ni40OTMtMi43MTEuMjQ2LTQuMDY3LS4yNDYtMS4yMzItLjczOS0yLjU4OC0xLjYwMi0zLjY5N3oiIGZpbGw9IiMyZWI4NDMiLz48cGF0aCBkPSJNMjMuMjkyIDIwLjk2N2MtLjI0Ny4zNy0uNDkzLjYxNi0uNzM5LjczOS0uMjQ3LjI0Ny0uNjE2LjM3LS45ODYuMzctLjQ5MyAwLS40OTMuMzctMy4wODEtLjYxNnMtNC4zMTMtMy42OTctNC40MzctMy44MmMtLjYxNi0uNzM5LS45ODYtMS43MjUtLjk4Ni0yLjU4OCAwLS4zNy4xMjMtLjc0LjI0Ny0xLjEwOXMuMzctLjczOS42MTYtLjk4NmMuMTIzLS4xMjMuMjQ2LS4xMjMuMjQ2LS4yNDdzLjI0Ny0uMTIzLjM3LS4xMjNoLjQ5M2MuMTIzIDAgLjM3LS4xMjMuNjE2LjM3cy43MzkgMS43MjUuNzM5IDEuODQ5di4yNDcuMjQ2Yy0uMTIzLjEyMy0uMTIzLjI0Ni0uMjQ2LjM3cy0uMjQ3LjM3LS4zNy40OTNjMCAwLS4xMjMgMC0uMTIzLjEyM3YuMzdjLjM3LjYxNi44NjMgMS4yMzIgMS40NzkgMS43MjVzMS4zNTYuOTg2IDIuMDk1IDEuMjMyYy4yNDYuMTIzLjM3LjEyMy42MTYgMHMuNjE2LS43MzkuODYzLS45ODZjLjEyMy0uMjQ2LjM3LS4yNDYuNjE2LS4xMjNsMS43MjUuODYzYy4yNDcuMTIzLjM3LjI0Ni40OTMuMjQ2IDAgLjQ5My0uMTIzLjk4Ni0uMjQ2IDEuMzU2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.social__icon.icon-wa:before {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41LTguMDEtMTcuNS0xNy45OTMtMTcuNXoiIGZpbGw9IiNmZjVjNTgiLz48cGF0aCBkPSJNMjcuODUyIDIxLjIxM2MtLjczOSAxLjk3Mi0yLjA5NSAzLjU3NC0zLjgyIDQuNjgzcy0zLjY5NyAxLjcyNS01Ljc5MiAxLjg0OWMtMS43MjUgMC0zLjQ1MS0uNDkzLTUuMDUzLTEuMzU2bC01Ljc5MiAxLjg0OSAxLjg0OS01LjU0NmMtLjk4Ni0xLjYwMi0xLjQ3OS0zLjQ1MS0xLjQ3OS01LjI5OSAwLTIuMDk1LjYxNi00LjA2NyAxLjcyNS01Ljc5MnMyLjcxMS0zLjA4MSA0LjY4My0zLjk0NCA0LjA2Ny0uOTg2IDYuMDM5LS42MTZjMi4wOTUuMzcgMy45NDQgMS4zNTYgNS40MjIgMi44MzVzMi40NjUgMy4zMjcgMi45NTggNS4yOTljLjI0NyAxLjk3MiAwIDQuMDY3LS43MzkgNi4wMzl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTI1LjI2NCAxMi4wOTRjLS44NjMtMS4xMDktMS44NDktMS45NzItMy4wODEtMi41ODhzLTIuNTg4LS44NjMtMy45NDQtLjg2M2MtMi4zNDEgMC00LjU2Ljg2My02LjE2MiAyLjU4OHMtMi41ODggMy44Mi0yLjU4OCA2LjE2MmMwIDEuODQ5LjYxNiAzLjY5NyAxLjcyNSA1LjE3Nkw5Ljg1OSAyNS42NWwzLjMyNy0xLjEwOWMxLjEwOS43MzkgMi40NjUgMS4yMzIgMy44MiAxLjQ3OSAxLjM1Ni4xMjMgMi43MTEgMCA0LjA2Ny0uMzdhOS4yNCA5LjI0IDAgMCAwIDMuNDUxLTIuMjE4Yy45ODYtLjk4NiAxLjYwMi0yLjIxOCAyLjA5NS0zLjU3NC4zNy0xLjM1Ni40OTMtMi43MTEuMjQ2LTQuMDY3LS4yNDYtMS4yMzItLjczOS0yLjU4OC0xLjYwMi0zLjY5N3oiIGZpbGw9IiNmZjVjNTgiLz48cGF0aCBkPSJNMjMuMjkyIDIwLjk2N2MtLjI0Ny4zNy0uNDkzLjYxNi0uNzM5LjczOS0uMjQ3LjI0Ny0uNjE2LjM3LS45ODYuMzctLjQ5MyAwLS40OTMuMzctMy4wODEtLjYxNnMtNC4zMTMtMy42OTctNC40MzctMy44MmMtLjYxNi0uNzM5LS45ODYtMS43MjUtLjk4Ni0yLjU4OCAwLS4zNy4xMjMtLjc0LjI0Ny0xLjEwOXMuMzctLjczOS42MTYtLjk4NmMuMTIzLS4xMjMuMjQ2LS4xMjMuMjQ2LS4yNDdzLjI0Ny0uMTIzLjM3LS4xMjNoLjQ5M2MuMTIzIDAgLjM3LS4xMjMuNjE2LjM3cy43MzkgMS43MjUuNzM5IDEuODQ5di4yNDcuMjQ2Yy0uMTIzLjEyMy0uMTIzLjI0Ni0uMjQ2LjM3cy0uMjQ3LjM3LS4zNy40OTNjMCAwLS4xMjMgMC0uMTIzLjEyM3YuMzdjLjM3LjYxNi44NjMgMS4yMzIgMS40NzkgMS43MjVzMS4zNTYuOTg2IDIuMDk1IDEuMjMyYy4yNDYuMTIzLjM3LjEyMy42MTYgMHMuNjE2LS43MzkuODYzLS45ODZjLjEyMy0uMjQ2LjM3LS4yNDYuNjE2LS4xMjNsMS43MjUuODYzYy4yNDcuMTIzLjM3LjI0Ni40OTMuMjQ2IDAgLjQ5My0uMTIzLjk4Ni0uMjQ2IDEuMzU2eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==")
}
.social__icon.icon-tg:after {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41LTguMDEtMTcuNS0xNy45OTMtMTcuNXoiIGZpbGw9IiMwOGMiLz48cGF0aCBkPSJNMjIuNzk5IDI2Ljg4M2wtNS42NjktNC40MzctMy40NTEgMy4yMDQtMi40NjUtNi4xNjItNC45My0xLjg0OSAyMC40NTgtOC4xMzQtMy45NDQgMTcuMzc3eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNC42NjYgMTkuOTgxbDguODczLTcuMDI1LTExLjA5MSA2LjQwOCAxLjM1NiAzLjQ1MS44NjMtMi44MzR6IiBmaWxsPSIjMDhjIi8+PC9zdmc+")
}
.social__icon.icon-tg:before {
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48cGF0aCBkPSJNMTcuOTkzLjM4NkM4LjAxMS4zODYgMCA4LjI3MyAwIDE3Ljg4NmMwIDkuNzM2IDguMDExIDE3LjUgMTcuOTkzIDE3LjVzMTcuOTkzLTcuODg3IDE3Ljk5My0xNy41UzI3Ljk3NS4zODYgMTcuOTkzLjM4NnoiIGZpbGw9IiNmZjVjNTgiLz48cGF0aCBkPSJNMjIuNzk5IDI2Ljg4M2wtNS42NjktNC40MzctMy40NTEgMy4yMDQtMi40NjUtNi4xNjItNC45My0xLjg0OSAyMC40NTgtOC4xMzQtMy45NDQgMTcuMzc3eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNC42NjYgMTkuOTgxbDguODczLTcuMDI1LTExLjA5MiA2LjQwOCAxLjM1NiAzLjQ1MS44NjMtMi44MzR6IiBmaWxsPSIjZmY1YzU4Ii8+PC9zdmc+")
}
.footer._redesign .footer__right .right__phone {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.footer._redesign nav.footer__nav ul {margin: 0;display: flex;flex-direction: column;align-items: flex-start;}
.footer._redesign:before {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: -100%;background-color: #404040;}
.footer._redesign:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: -100%;
background-color: #404040;
}
footer a:hover {
color: #ff5c58;
}
body.custom-background {overflow: hidden!important;}
.footer._redesign nav.footer__nav ul li a {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #ADADAD;
text-decoration: none;
}
.footer._redesign nav.footer__nav ul li:not(:last-child) {margin-bottom: 18px;}
.footer._redesign nav.footer__nav ul li:first-child {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #EBEBEB;
text-transform: uppercase;
}
.footer._redesign nav.footer__nav ul li:first-child a:first-child {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #EBEBEB;
text-transform: uppercase;
}
.footer._redesign .footer__callback-buttons {max-width: 186px;width: 100%;}
.footer._redesign button.footer__button {
border: none;font-style: normal;
font-weight: 700;
font-size: 14px!important;
line-height: 17px;
text-align: center;
color: #F9F9F9;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
height: 50px;
width: 100%;
text-transform: none;
letter-spacing: -0.4px;
}
.footer._redesign button.footer__order-call {
font-family: 'Verdana';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-decoration-line: underline;
color: #FF5C58;
background-color: unset;
text-transform: none;
margin-left: auto;
padding: 0;
border: none;
margin-top: 25px;
}
.footer._redesign button.footer__order-call:hover {
background-color: unset!important;
text-decoration: none;
}
.footer._redesign .footer__top:after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 1px;
background: #626262;
}
.footer._redesign .footer__confidential {
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
align-items: center;
color: #919191;
height: 54px;
display: flex;
background: #4E4E4E;
width: 100%;
position: relative;
}
.footer._redesign .footer__confidential:before {content: '';position: absolute;top: 0;left: -100%;width: 100%;height: 100%;background: #4e4e4e;}
.footer._redesign .footer__confidential:after {
content: '';
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100%;
background: #4e4e4e;
z-index: 99;
}
.footer._redesign .footer__bottom a {
font-family: Verdana;
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
color: #EBEBEB;
text-decoration: none;
}
.footer._redesign .footer__middle a span {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-decoration-line: underline;
color: #FF5C58;
}
.footer._redesign .footer__middle span {
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #EBEBEB;display: flex;align-items: center;justify-content: flex-start;
}
.footer._redesign .footer__logo {color: #919191;font-size: 19px;line-height: 17px;font-weight: 600;min-width: 290px;}
.footer._redesign .footer__bottom svg {margin-right: 7px;}
.footer._redesign .footer__teaser {font-size: 16px;margin-top: 15px;color: #babab6;}
.footer._redesign .footer__middle a {display: flex;align-items: center;;justify-content: flex-start;margin-bottom: 19px;}
.footer__right a:hover {color: #ff5c58!important;}
nav.footer__nav li a:hover {
border-bottom: 1px solid #ebebeb;
}
.footer._redesign .footer__middle a span:hover {text-decoration: none!important;}
@media screen and (max-width: 768px) {
.footer._redesign .footer__top {flex-direction: column;padding: 0;}
.footer._redesign nav.footer__nav {flex-direction: column;padding: 0;margin-bottom: 30px;}
.footer._redesign nav.footer__nav ul:not(:first-child) {display: none;}
.footer._redesign {padding: 0;}
.footer._redesign nav.footer__nav ul {width: 100%;}
.footer._redesign nav.footer__nav ul li {border-bottom: 2px solid #4E4E4E;width: 100%;padding: 0 15px;margin: 0;height: 50px;display: flex;align-items: center;justify-content: flex-start;}
.footer._redesign nav.footer__nav ul li a {margin: 0;}
.footer._redesign nav.footer__nav ul li:not(:last-child) {margin: 0;}
.footer._redesign .footer__callback-buttons {max-width: 100%;padding: 0 15px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.footer._redesign button.footer__order-call {margin: 25px auto;}
.footer._redesign .footer__bottom {flex-direction: column;align-items: flex-start;justify-content: space-between;padding: 0 15px;gap: 27px;margin-bottom: 27px;}
.footer._redesign .footer__top:after {content: unset;}
.footer._redesign .footer__left {width: 100%;}
.footer._redesign .footer__middle {margin: 0;width: 100%;}
.footer._redesign .footer__right .right__phone {
order: 1;
}
.footer._redesign .footer__right .right__social {
order: 2;
margin: 0 0 0 40px;
}
.footer._redesign button.footer__button {
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;
text-align: center;
}
.footer._redesign .footer__confidential {
height: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 15px 0;
}
.footer._redesign .footer__confidential a {
margin-top: 20px;
}
}  .order-call {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: #0000006b;
z-index: 999;
}
.order-call__wrapper {background: #EAEAEA;padding: 79px 81px 90px;text-align: center;position: relative;}
.order-call__close {position: absolute;top: 30px;right: 30px;width: 30px;height: 30px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.order-call__title {
font-style: normal;
font-weight: 700;
font-size: 26px;
line-height: 32px;
color: #3C3C3C;
margin-bottom: 7px;
}
.order-call__subtitle {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
text-align: center;
color: #3C3C3C;
}
.order-call__container {margin-top: 23px;padding: 0 19px;}
.order-call .contact-form__group {margin-bottom: 20px;}
.order-call input[type="submit"] {border: none;margin-top: 33px;}
p.order-call__succes {
font-style: normal;
font-weight: 700;
font-size: 21px;
line-height: 32px;
text-align: center;
color: #3C3C3C;
max-width: 370px;
}
@media screen and (max-width: 520px) {
.order-call__wrapper {padding: 92px 20px 51px;}
.order-call__container {padding: 0;}
} textarea.header-feedback__text.form-input.form-area {
line-height: unset;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.woocommerce nav.woocommerce-pagination ul {
display: flex;
align-items: center;
gap: 20px;
justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li {
padding-left: 0;
margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination ul li:before, .woocommerce nav.woocommerce-pagination ul li:after, .woocommerce nav.woocommerce-pagination ul:before, .woocommerce nav.woocommerce-pagination ul:after {
display: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
font-size: 14px;
color: #3C3C3C;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background: transparent;
color: #FF5C58;
}
.woocommerce nav.woocommerce-pagination ul li a.next {
width: 30px;
height: 30px;
margin-left: 10px;
background: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 .5C23.008.5 29.5 6.992 29.5 15S23.008 29.5 15 29.5.5 23.008.5 15 6.992.5 15 .5Z' stroke='%233C3C3C'/%3E%3Cpath d='M19.539 15.308a.842.842 0 0 1-.252.601l-5.28 5.217a.867.867 0 0 1-1.217 0 .843.843 0 0 1 0-1.202l4.673-4.616-4.672-4.616a.842.842 0 0 1 0-1.201.867.867 0 0 1 1.216 0l5.28 5.217a.842.842 0 0 1 .252.6Z' fill='%233C3C3C'/%3E%3C/svg%3E");
text-indent: -999999999px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:hover {
background: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 .5C23.008.5 29.5 6.992 29.5 15S23.008 29.5 15 29.5.5 23.008.5 15 6.992.5 15 .5Z' stroke='%23FF5C58'/%3E%3Cpath d='M19.539 15.308a.842.842 0 0 1-.252.601l-5.28 5.217a.867.867 0 0 1-1.217 0 .843.843 0 0 1 0-1.202l4.673-4.616-4.672-4.616a.842.842 0 0 1 0-1.201.867.867 0 0 1 1.216 0l5.28 5.217a.842.842 0 0 1 .252.6Z' fill='%23FF5C58'/%3E%3C/svg%3E");
}
.woocommerce nav.woocommerce-pagination ul li a.prev {
width: 30px;
height: 30px;
margin-right: 10px; 
background: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 29.5C6.992 29.5.5 23.008.5 15S6.992.5 15 .5 29.5 6.992 29.5 15 23.008 29.5 15 29.5Z' stroke='%233C3C3C'/%3E%3Cpath d='M10.461 14.692c0-.218.085-.435.252-.601l5.28-5.217a.867.867 0 0 1 1.217 0 .843.843 0 0 1 0 1.201l-4.673 4.617 4.672 4.616a.842.842 0 0 1 0 1.201.867.867 0 0 1-1.216 0l-5.28-5.217a.842.842 0 0 1-.252-.6Z' fill='%233C3C3C'/%3E%3C/svg%3E");
text-indent: -999999999px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover {
background: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 29.5C6.992 29.5.5 23.008.5 15S6.992.5 15 .5 29.5 6.992 29.5 15 23.008 29.5 15 29.5Z' stroke='%23FF5C58'/%3E%3Cpath d='M10.461 14.692c0-.218.085-.435.252-.601l5.28-5.217a.867.867 0 0 1 1.217 0 .843.843 0 0 1 0 1.201l-4.673 4.617 4.672 4.616a.842.842 0 0 1 0 1.201.867.867 0 0 1-1.216 0l-5.28-5.217a.842.842 0 0 1-.252-.6Z' fill='%23FF5C58'/%3E%3C/svg%3E");
}
.relatedinproduct {
font-size: 20px;
line-height: 28px;
color: #3C3C3C;
font-weight: 700;
padding-left: 75px;
position: relative;
font-family: 'PT Sans', sans-serif;
}
.relatedinproduct:before {
content: "";
position: absolute;
left: 0;
top: 11px;
display: block;
width: 60px;
height: 4px;
background: #FF5C58;
}