.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
h1 {
font-size: 2em;
margin: .67em 0
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: bolder
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
border-style: none
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: .35em .75em .625em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details {
display: block
}
summary {
display: list-item
}
template {
display: none
}
[hidden] {
display: none
}
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.4em;
font-family: Ubuntu, Arial;
color: #000
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both
}
p {
margin-bottom: 1.3em
}
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: .9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: .9375rem
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help
}
mark,
ins {
background: #fff9c0;
text-decoration: none
}
big {
font-size: 125%
}
html {
box-sizing: border-box
}
*,
:before,
:after {
box-sizing: inherit
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em
}
ul,
ol {
margin: 0 0 1.5em 3em
}
ul {
padding: 0;
margin: 0 0 18px;
list-style: none
}
ul li {
padding: 3px 0 6px 20px;
margin: 0;
color: #344BA6;
background: none
}
ol {
list-style: decimal
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1.5em
}
dt {
font-weight: 700
}
dd {
margin: 0 1.5em 1.5em
}
img {
height: auto;
max-width: 100%
}
figure {
margin: 1em 0
}
table {
margin: 0 0 1.5em;
width: 100%
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: .75rem;
line-height: 1;
padding: .6em 1em .4em
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111
}
select {
border: 1px solid #ccc
}
textarea {
width: 100%
}
* {
outline: 0 !important
}
a {
color: #344BA6
}
a:visited,
a:focus {
color: #344BA6
}
a:hover,
a:active {
text-decoration: underline;
color: #344BA6
}
a:focus {
outline: 0
}
a:hover,
a:active {
outline: 0
}
.main-navigation {
clear: both;
display: block;
float: left;
width: 100%
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999
}
.main-navigation ul ul ul {
left: -999em;
top: 0
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: 100%
}
.main-navigation ul ul a {
width: 200px
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
left: auto
}
.main-navigation li {
float: left;
position: relative
}
.main-navigation a {
display: block;
text-decoration: none
}
.menu-toggle,
.main-navigation.toggled ul {
display: block
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none
}
.main-navigation ul {
display: block
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
#content[tabindex="-1"]:focus {
outline: 0
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-top: 0;
margin-bottom: 20px
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-top: 0;
margin-bottom: 20px
}
.aligncenter {
clear: both;
display: block;
margin: 10px auto
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both
}
.widget {
margin: 0 0 1.5em
}
.widget select {
max-width: 100%
}
.sticky {
display: block
}
.updated:not(.published) {
display: none
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0
}
.page-links {
clear: both;
margin: 0 0 1.5em
}
.comment-content a {
word-wrap: break-word
}
.bypostauthor {
display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none
}
.infinity-end.neverending .site-footer {
display: block
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0
}
embed,
iframe,
object {
max-width: 100%
}
.custom-logo-link {
display: inline-block
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption .wp-caption-text {
margin: .8075em 0
}
.wp-caption-text {
text-align: center
}
.gallery {
margin-bottom: 1.5em
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%
}
.gallery-columns-2 .gallery-item {
max-width: 50%
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
max-width: 25%
}
.gallery-columns-5 .gallery-item {
max-width: 20%
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%
}
.gallery-caption {
display: block
}
.section-header-top {
background: #2E4292;
color: #fff;
padding: 20px 0
}
.top-contact,
.footer-contact {
color: #fff;
white-space: nowrap;
font-family: 'Ubuntu', sans-serif;
font-size: 31px;
line-height: 11px;
font-weight: 300
}
.top-contact:hover,
.footer-contact:hover {
color: #fff;
opacity: .9;
text-decoration: none
}
.top-contact span,
.footer-contact span {
font-size: 18px;
line-height: 36px;
font-weight: 300;
color: #E9EDF8
}
.clear {
clear: both
}
.top-conact_mail {
font-size: 18px;
}
.align-items-center {
align-self: center
}
.social-bl {
display: inline-block
}
.soc-item {
display: inline-block
}
.soc-item a {
border-radius: 50px;
background: #344BA6;
width: 26px;
height: 26px;
color: #fff;
text-decoration: none;
display: inline-block;
line-height: 26px;
text-align: center;
font-size: 11px
}
.row-top-contact {
display: inline-block
}
.item-header,
.item-footer-top {
float: right;
margin-left: 15px
}
.bd-search-modal-lg.modal.show .modal-dialog {
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
width: 600px;
background: tranparent
}
.bd-search-modal-lg.modal.show .modal-content {
background: transparent;
border: none
}
.bd-search-modal-lg .searchform {
width: 100%;
position: relative
}
.bd-search-modal-lg input[type="text"] {
width: 100%;
padding: 12px 55px 12px 35px;
height: 80px;
background: url(//polymerprom-nn.ru/wp-content/themes/theme-poly/images/transparent-dark.png);
color: #ccc !important;
border: 2px solid rgba(255, 255, 255, .3);
font-size: 30px !important
}
.bd-search-modal-lg .searchSubmit {
position: absolute;
cursor: pointer;
margin: 0;
overflow: hidden;
padding: 4px;
background-color: transparent;
color: #ccc !important;
border: none !important;
top: 20px;
right: 15px;
font-size: 25px !important;
width: 40px;
height: 40px
}
.modal-backdrop.show {
opacity: .75
}
.bd-search-modal-lg .close {
color: #fff;
margin-bottom: 20px;
position: absolute;
z-index: 10000;
display: inline-block;
width: 25px;
padding: 0 20px 20px;
float: right;
display: block;
right: 0;
top: -43px
}
.slide-item-inner {
height: 551px;
background-size: cover
}
.slide-content-text {
height: 551px;
position: relative
}
.slide-text-inner {
background: #2E4292;
color: #fff;
position: absolute;
bottom: 150px;
padding: 25px;
margin-right: 80px
}
.slide-text-inner .slide-title {
color: #E9EDF8;
font-weight: 700;
font-size: 18px;
line-height: 22px;
margin-bottom: 20px
}
.slick-arrow {
background: rgba(49, 62, 78, 0.85);
width: 40px;
height: 80px;
font-size: 0;
border: none;
border-radius: 0;
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
z-index: 100;
opacity: 0;
-webkit-transition: all 1 ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease
}
.slick-prev.slick-arrow {
left: 0
}
.slick-next.slick-arrow {
right: 0
}
.slick-arrow:before {
font-family: 'FontAwesome';
font-size: 18px;
color: #fff
}
.slick-prev.slick-arrow:before {
content: "\f104"
}
.slick-next.slick-arrow:before {
content: "\f105"
}
.main-slider:hover .slick-arrow {
opacity: 1
}
.slick-current .slide-text-inner {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
animation-duration: 1.75s;
animation-delay: 0
}
.section-menu {
position: relative;
z-index: 60;
background: #344BA6;
box-shadow: 0 2px 0 #E9EDF8;
font-family: 'Ubuntu', Arial;
font-weight: 300
}
.section-menu.fixed {
position: fixed;
left: 0;
top: 0;
right: 0;
min-width: 990px
}
.header-menu {
text-align: justify;
padding: 0;
margin: 0;
line-height: 0;
font-size: 1px;
text-justify: newspaper;
zoom: 1;
text-align-last: justify
}
.header-menu li {
position: relative;
display: inline-block;
text-align: left;
padding: 0;
margin: 0;
background: none;
line-height: normal;
vertical-align: top
}
.header-menu li a {
display: inline-block;
height: 57px;
padding: 0 15px;
font-family: 'Ubuntu', sans-serif;
font-size: 19px;
line-height: 54px;
font-weight: 300;
color: #fff;
text-decoration: none;
text-transform: none
}
ul.header-menu li a:hover,
ul.header-menu li.current-menu-item a {
color: #fff;
text-decoration: none;
background: left top repeat-x #344BA6
}
.header-menu ul {
display: none;
position: absolute;
left: 0;
top: 54px;
width: 215px;
margin: 0;
padding: 5px 0 0;
background: #344BA6;
font-size: 18px;
line-height: 18px;
border-top: 5px solid #E9EDF8
}
ul.header-menu ul li {
padding: 0;
margin: 0;
display: block
}
ul.header-menu ul li a {
position: relative;
margin-top: 0;
display: block;
padding: 8px 10px 10px 15px;
color: #fff;
text-decoration: none;
font-size: 18px;
line-height: 18px;
height: auto;
text-align: left;
text-align-last: left
}
ul.header-menu ul li.current-menu-item a,
ul.header-menu ul li:hover a {
color: #FFF;
background: #2E4292
}
.section-slider {
background: #E9EDF8;
}
.section-news {
background: #E9EDF8;
padding: 50px 0;
overflow: hidden
}
.news_inner {
background: #fff
}
.news_descr {
font-size: 16px;
padding: 20px
}
.news_date {
font-weight: 300;
font-size: 12px;
color: #344BA6;
margin: 13px 0 4px
}
.news_content {
padding-bottom: 20px
}
a.btn-site,
a.btn-site:hover {
text-decoration: none
}
.btn-site,
a.btn-site,
input.search-submit[type="submit"] {
display: inline-block;
padding: 0px 15px;
font-size: 14px;
background: #E9EDF8;
color: #000;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease
}
.btn-site:hover,
a.btn-site:hover,
input.search-submit[type="submit"]:hover {
background: #2E4292;
color: #fff;
}
input.search-submit[type="submit"] {
border-radius: 0;
border: none;
position: relative;
top: -1px
}
.node_content .search-field {
border-radius: 0;
height: 34px;
margin-bottom: 0
}
.news_title {
font-size: 18px;
padding-bottom: 10px
}
.transition25 {
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease
}
.news_img_inner {
overflow: hidden
}
.news_img_inner img {
width: 100%
}
.news_img_inner img:hover {
transform: scale(1.1)
}
.h1 {
font: 700 27px Ubuntu, Arial;
color: #fff;
padding-bottom: 20px;
margin: 0 auto;
padding-top: 30px;
text-transform: uppercase
}
.section-about {
background-image: url(//polymerprom-nn.ru/wp-content/themes/theme-poly/images/bg-about.webp);
background-size: cover;
padding: 50px 0;
text-align: center;
background-position: 50% 90%;
}
.section-about .title {
padding: 0 0 22px;
position: relative;
color: #000;
}
.section-about .title:before {
content: '';
border-bottom: 1px solid #000;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
width: 478px;
max-width: 100%
}
.section-about .title:after {
content: '';
border-bottom: 3px solid #000;
bottom: -1px;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
width: 60px
}
.front-content {
padding-top: 20px
}
.section-footer-top {
background: #344BA6;
padding: 19px 0
}
.section-footer-bottom {
background: #2E4292;
padding: 8px 0
}
.section-footer-bottom,
.section-footer-bottom a {
color: #fff;
font: 300 12px Verdana, Arial;
font-style: italic
}
.footer-b-item {
display: inline-block;
padding: 10px 25px 10px 0
}
.footer-b-item:last-child {
padding-right: 0
}
.text-right {
text-align: right
}
.modal_comtainer .modal-dialog {
width: 500px
}
.modal.show.modal_comtainer .modal-dialog {
width: 500px;
top: 50%;
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -50%)
}
.modal_comtainer .modal-content {
font-size: 14px;
padding: 40px 45px
}
.modal_comtainer .modal-header {
border-bottom: none;
display: block;
padding: 0;
margin: 0
}
.modal_comtainer .modal-body {
padding: 0;
margin: 0
}
.modal_comtainer .modal-header .modal-title {
font-family: 'Montserrat', sans-serif;
text-align: center;
text-transform: uppercase;
font-size: 24px;
line-height: 1.23;
margin-bottom: 20px;
font-weight: 600
}
.modal_comtainer .ajax-loader {
position: absolute
}
.modal_comtainer div.wpcf7-mail-sent-ok {
background-color: #62C584;
border-color: #62C584;
font-size: 16px;
width: 100%;
margin: 20px 0 0;
text-align: center;
padding: 15px 10px
}
.modal_comtainer div.wpcf7-validation-errors,
.modal_comtainer div.wpcf7-acceptance-missing {
background-color: #F95D51;
border-color: #F95D51;
font-size: 16px;
width: 100%;
margin: 20px 0 0;
text-align: center;
padding: 15px 10px
}
.modal_comtainer .wpcf7-not-valid {
margin-bottom: 0 !important
}
.modal_comtainer-backdrop.show {
opacity: .6
}
.modal_comtainer button.close {
position: absolute;
z-index: 100;
right: 15px;
top: 10px;
opacity: 1
}
.modal-header button.close {
right: 15px;
top: 15px
}
.modal-header .t-popup__close-icon rect {
fill: #000
}
.modal_comtainer .wpcf7-form textarea {
height: 120px
}
.wpcf7 label {
width: 100%
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
height: 43px;
display: block;
width: 100%;
padding: 0 20px;
color: #888;
border: 2px solid #eceff3;
background-color: #eceff3;
line-height: 43px;
outline: 0;
font-size: 14px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
border-radius: 0
}
.wpcf7 input[type="submit"] {
display: inline-block;
padding: 10px 15px;
font-size: 14px;
background:  #344BA6;
color: #fff;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
border: none;
border-radius: 0
}
.wpcf7 input[type="submit"]:hover {
background: #E9EDF8;
color: #344BA6;
}
.policity-item span.wpcf7-list-item {
margin-left: 0
}
.policity-item span.wpcf7-list-item input {
position: relative;
top: 2px
}
.policy-container,
.wpcf7 p {
margin-bottom: 15px
}
span.wpcf7-not-valid-tip {
padding-top: 5px;
font-weight: 400
}
a#toTop {
position: fixed;
z-index: 55;
display: block;
width: 42px;
height: 42px;
text-indent: -9000px;
overflow: hidden;
background: url(//polymerprom-nn.ru/wp-content/themes/theme-poly/images/up_arrow.png) left top no-repeat;
bottom: 20px;
right: 20px
}
* {
margin: 0;
padding: 0
}
html,
body {
height: 100%
}
.content_wrap {
display: flex;
flex-direction: column;
height: 100%
}
.content_wr {
flex: 1 0 auto
}
.footer_wr {
flex: 0 0 auto
}
.breadcrump_wr {
font-size: 12px;
color: #344BA6;
padding: 25px 0
}
.breadcrump_wr a {
color: #344BA6;
text-decoration: none
}
.node_content {
border: 3px solid #E9EDF8;
padding: 20px
}
h1 {
font: 700 20px Verdana, Arial;
color: #344BA6;
padding: 0;
margin: 0 0 25px;
text-transform: uppercase;
text-align: center
}
.section-page .news_inner {
margin: 15px 0;
border: 1px solid #f2f2f2
}
.news_box {
margin-bottom: 30px
}
.news_box_inner {
overflow: hidden
}
.news_inner {
opacity: 0;
visibility: visible !important;
}
.news_inner.animated {
opacity: 1
}
.section-page {
padding-bottom: 30px
}
.wr-pagination {
text-align: center;
margin-top: 20px
}
.wp-pagenavi span,
.wp-pagenavi a {
padding: 0;
display: inline-block;
font-size: 14px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
border: none;
background: #e9e9e9;
min-width: 40px;
height: 40px;
line-height: 40px;
color: #5f5f5f;
padding: 0 7px;
box-sizing: border-box
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
text-decoration: none;
background: #E9EDF8;
color: #fff
}
.date_single {
color: #E9EDF8;
padding-bottom: 30px
}
.back-link {
text-align: left;
margin-top: 40px
}
.btn-back {
background: url(//polymerprom-nn.ru/wp-content/themes/theme-poly/images/back_button.png) 0 3px no-repeat;
padding-top: 5px;
padding-left: 20px;
font: italic 300 12px Verdana;
color: #344BA6 !important
}
.item_box {
margin-bottom: 30px
}
.item_descr {
padding: 10px;
opacity: 1;
color: #fff;
text-align: left;
background-color: #2E4292;
text-align: center;
display: flex;
align-items: center;
min-height: 80px
}
.item_title {
margin: auto;
font: 500 16px Verdana, Arial
}
.item_title a {
color: #fff
}
.item_box:hover .item_title a,
.item_title a:hover {
color: #fff;
text-decoration: none
}
.link_full {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: block;
z-index: 10
}
.item_img {
overflow: hidden
}
.item_box:hover img {
transform: scale(1.1)
}
.item_box_inner {
position: relative;
background-color: #2E4292
}
.block_contacts {
position: relative
}
.block_contacts_more {
position: absolute;
width: 100%;
top: 0
}
.contacts_text {
position: absolute;
height: 261px;
float: right;
top: 20px;
right: 0;
color: #fff;
z-index: 22
}
.contact_town {
background-color: #E9EDF8;
height: 54px
}
.contact_town a {
padding: 16px 30px;
display: block;
float: left;
color: #2E4292;
position: relative;
}
.contact_town a:before{
content: '';
width:1px;
height: 80%;
position: absolute;
left: 1px;
background: #2E4292;
top: 50%;
transform: translateY(-50%);
}
.contact_town a:hover + a:before,
.contact_town a.active + a:before,
.contact_town a:first-child:before{
display: none;
}
.contact_towns a {
color: #2E4292;
}
.contact_towns .node_content a{
color: #fff;
text-decoration: none;  
&:hover{
text-decoration: underline;
}
}
.contacts_text a:hover {
text-decoration: none
}
.contact_town a:hover,
.contact_town a.active {
background: #2E4292;
display: block;
color: #fff
}
.contact_towns {
background-color: #2E4292;
padding: 20px
}
.tab {
display: none
}
div.node_content:empty,
.contact_towns .node_content {
border: 0;
padding: 0;
margin: 0
}
.tab.active {
display: block
}
.section-dilers {
color: #344BA6;
padding-top: 33px;
padding-bottom: 33px;
font-family: "Verdana";
font-size: 12px;
font-weight: 300;
line-height: normal
}
.section-dilers .wpcf7 .form_line input, .section-dilers .wpcf7 .form_line textarea{
background-color: #fff;
}
h2,
p.p_h2 {
font: 700 19px Verdana, Arial;
color: #344BA6;
padding: 0;
margin: 0 0 10px;
text-transform: uppercase
}
.contacts_form {
border: 3px solid #74808e;
padding: 30px;
font-size: 12px
}
.form_line {
padding-bottom: 15px
}
.form_line.lst {
padding-bottom: 0 !important
}
.form_line.lst p {
margin-bottom: 0
}
.wpcf7 .form_line label {
font-size: 12px
}
.wpcf7 .form_line input,
.wpcf7 .form_line textarea {
margin-bottom: 0;
padding: 0 10px;
color: #000;
background-color: #f5f5f5;
border: 1px solid #DADADA;
height: 28px;
font-size: 12px;
line-height: normal
}
.wpcf7 .form_line textarea {
height: 114px
}
.wpcf7 .form_line span.wpcf7-not-valid-tip {
color: #f87d7d
}
.contacts_form div.wpcf7-validation-errors {
background-color: #F95D51;
border-color: #F95D51;
font-size: 16px;
width: 100%;
margin: 20px 0 0;
text-align: center;
padding: 15px 10px
}
.contacts_form div.wpcf7-mail-sent-ok {
background-color: #62C584;
border-color: #62C584;
font-size: 16px;
width: 100%;
margin: 20px 0 0;
text-align: center;
padding: 15px 10px
}
.contacts_form .policity-item span.wpcf7-list-item input {
height: auto
}
.contacts_form .wpcf7 input[type="submit"] {
height: 40px;
width: 200px;
cursor: pointer;
background: #2E4292;
border: 0;
color: #FFF;
font: 700 16px Ubuntu, Arial;
text-transform: uppercase
}
.contacts_form .wpcf7 input[type="submit"]:hover{
background: #E9EDF8;
color: #2E4292;
}
.p404 {
font-size: 200px;
text-align: center;
padding: 60px 0;
color: #344BA6;
line-height: normal;
font-family: 'Verdana'
}
.article-item {
margin-bottom: 30px;
border-bottom: 1px solid #eaeaea;
padding-bottom: 30px
}
.article_title {
font-size: 18px;
padding-bottom: 10px;
font-weight: 600
}
.search-form-wr {
background: #2E4292;
border: 3px solid #344BA6;
padding: 35px;
margin-bottom: 30px
}
.search-form-wr label {
font: 500 27px Ubuntu, Arial;
color: #fff;
text-transform: uppercase
}
.search-form-wr input[type="text"] {
height: 55px;
padding: 10px 44px;
font: 300 18px Ubuntu, Arial;
color: #fff;
background: #344BA6;
border: 0;
border-radius: 0;
width: 100%
}
.search-form-wr input.search-submit[type="submit"] {
height: 55px;
font: 700 18px Ubuntu, Arial;
color: #fff;
background: #344BA6;
cursor: pointer;
border: 0;
width: 100%
}
.node_content table td,
.node_content table th {
padding: 10px 15px;
}
.node_content table td {
border: 1px solid #aec8dc;
}
.width-auto {
width: auto
}
.align-center {
margin: 0 auto 20px
}
h4,
p.p_h4 {
font: 500 18px Verdana, Arial;
color: #344BA6;
padding: 0;
margin: 0 0 10px;
text-transform: uppercase
}
h5,
p.p_h5 {
font: italic 300 19px Verdana, Arial;
color: #344BA6;
padding: 0;
margin: 0 0 10px;
text-transform: capitalize
}
.table td,
.table th {
border-top: inherit
}
.navbar {
padding: 0
}
.navbar-toggler {
color: #fff;
font-size: 24px;
margin: 10px 0;
border: 1px solid #fff;
background: #2E4292
}
.navbar-toggler:hover,
.navbar-toggler:focus {
border-color: #fff
}
ul.mobile-menu {
padding: 12px 0;
border-bottom: 3px solid #E9EDF8
}
ul.mobile-menu li {
padding: 0
}
ul.mobile-menu li a {
text-transform: uppercase;
color: #323232;
padding: 8px 30px 8px 15px;
display: block;
position: relative
}
ul.mobile-menu li a.dropdown-after {
right: 20px;
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
position: absolute;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease;
width: 38px;
height: 38px;
padding: 0;
text-align: center;
display: flex;
align-self: a;
padding: 17px 14px
}
ul.mobile-menu li a:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
position: absolute;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-o-transition: all .25s ease
}
ul.mobile-menu li.dropdown.show>a:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
ul.mobile-menu li a:hover,
ul.mobile-menu li a ul.mobile-menu li a:hover,
ul.mobile-menu li.current-menu-item a {
text-decoration: none;
color: #E9EDF8
}
ul.mobile-menu.navbar-nav .dropdown-menu {
position: relative !important;
transform: none !important;
border: none;
margin: 0;
padding-left: 30px;
font-size: 14px;
-webkit-transition: display .25s ease;
-moz-transition: display .25s ease;
-o-transition: display .25s ease
}
.item_img_inner img {
width: 100%
}
.YMaps img {
max-width: unset
}
.YMaps table {
width: unset;
margin: 0
}
.azirspares-banner .banner-inner {
position: relative;
display: inline-table;
box-shadow: 0px 0px 10px 3px #e0e0e0;
width: 100%;
border-radius: 3px;
}
.azirspares-banner .banner-thumb img {
min-height: 210px;
object-fit: cover;
-webkit-transition: transform 0.25s ease 0s;
-moz-transition: transform 0.25s ease 0s;
-o-transition: transform 0.25s ease 0s;
transition: transform 0.25s ease 0s;
width: 100%;
}
.azirspares-banner.style2 .banner-info {
top: 50%;
left: 4%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 150px;
}
.azirspares-banner .banner-info {
position: absolute;
padding: 0 15px;
text-align: left;
}
.azirspares-banner.style2 .title {
font-size: 17px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0;
margin-top: 0;
color: #344BA6;
line-height: 25px;
margin-bottom: 33px;
font-family: Roboto;
}
.azirspares-banner.style2 .title-hightlight {
font-size: 24px;
font-weight: 500;
color: #eeab10;
text-transform: uppercase;
margin-bottom: 9px;
margin-top: 0;
}
.azirspares-banner.style2 .desc {
font-size: 16px;
line-height: 27px;
color: #838383;
margin-bottom: 18px;
}
.azirspares-banner.style2 .button,
.btn-site {
display: inline-block;
font-family: inherit;
font-weight: 500;
text-transform: uppercase;
border-radius: 0px;
padding: 0 15px;
text-align: center;
line-height: 46px;
position: relative;
overflow: hidden;
font-size: 12px;
background: #E9EDF8;
min-width: 126px;
height: 33px;
line-height: 33px;
-webkit-transition: transform 0.8s ease 0s;
-moz-transition: transform 0.8s ease 0s;
-o-transition: transform 0.8s ease 0s;
transition: transform 0.8s ease 0s;
color: #000;
}
.btn-site:hover {
text-decoration: none;
background: #2E4292;
color: #fff;
}
.azirspares-banner .banner-inner:hover .banner-thumb img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.azirspares-banner .banner-inner .banner-thumb {
overflow: hidden;
border-radius: 3px;
}
.azirspares-banner.style2 .button:hover {
text-decoration: none;
}
.banner_href {
position: absolute;
display: block;
width: 100%;
height: 100%;
z-index: 100;
}
.azirspares-banner.style2 .banner-btn {
position: absolute;
bottom: 20px;
left: 4%;
margin-left: 15px;
}
.azirspares-banner.style2 figure {
margin: 0px;
}
.child-item {
margin-bottom: 30px;
}
.callback_btn {
right: -66px;
background: #344BA6;
color: #78a3c4;
padding: 10px 15px;
font-family: 'Ubuntu', sans-serif;
font-size: 19px;
top: calc(50% - 40px);
position: fixed;
font-weight: 100;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
cursor: pointer;
border-radius: 10px 10px 0px 0;
transition: .3s;
z-index: 999;
border: 1px solid #78a3c4;
}
.callback_btn:hover {
color: #fff;
}
.grecaptcha-badge {
z-index: 10;
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-webkit-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
right: -163px !important;
bottom: 70px !important;
opacity: 0.5;
}
.grecaptcha-badge:hover {
right: -51px !important;
opacity: 1;
}
.service_form {
margin-top: 40px;
}
.service_form textarea {
height: 173px;
}
.node_content .fa-file-pdf-o {
display: block;
text-align: center;
font-size: 30px;
}
.node_content ul {
padding-left: 20px;
}
.node_content ul li {
padding-left: 0;
position: relative;
color: #000;
}
.node_content ul li:before {
content: '●';
color: #344BA6;
position: absolute;
left: -18px;
font-size: 12px;
line-height: 20px;
}
.hide_page_text {
font: 700 36px Verdana, Arial;
color: #344BA6;
padding: 0;
margin: 25px 0;
text-transform: uppercase;
text-align: center;
}
.btn_grupp {
display: flex;
}
.green-btn {
margin-left: 20px;
background-color: #28a745 !important;
}
.marked-text {
border: 6px solid #344BA6;
border-radius: 20px;
padding: 10px 35px;
margin: 20px 0;
text-align: center;
line-height: 1.3;
}