.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, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font-family: 'Montserrat', sans-serif;
line-height: 1.5;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input, textarea, button {
outline: none;
}
button {
cursor: pointer;
}
button, input, a {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.left {
float: left;
}
.right {
float: right;
}
.row:after,
.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
a {
color: inherit;
}
strong {
font-weight: 700;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
} :focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}
#wrap {
overflow: hidden;
position: relative;
background: #fff;
margin-left: 250px;
}
.wrapper {
width: 100%;
}
.container {
width: 100%;
max-width: 73%;
margin: 0;
margin-left: 8rem;
padding-right: 15px;
padding-left: 15px;
} #header {
width: 100%;
max-width: 250px;
background: #2c2f39;
position: fixed;
z-index: 99;
top: 0;
left: 0;
bottom: 0;
}
#call-action-top {
background: #d2af00;
padding: 7px 0;
}
#call-action-top p {
color: #000;
font-size: 15px;
text-transform: uppercase;
}
.inner-header {
position: relative;
height: 100%;
padding: 15px 5px 0;
}
.logo img {
display: block;
max-width: 100%;
}
.address-head {
text-align: center;
padding: 5px 0 0;
color: #fff;
}
.address-head p strong {
display: block;
padding: 30px 0;
}
.address-head p {
font-size: 14px;
line-height: 1.6;
}
.contacts-head {
padding: 35px 0 0;
text-align: center;
}
.contacts-head a.tel-head {
display: inline-block;
color: #fff;
text-decoration: none;
font-size: 20px;
font-weight: bold;
}
.contacts-head a.tel-head:hover,
.contacts-head a.letter-head:hover {
text-decoration: underline;
}
.contacts-head a.letter-head {
display: inline-block;
color: #fff;
font-size: 14px;
margin: 3px 0 0;
text-decoration: none;
}
.ps-text-foot {
text-align: center;
margin: 30px 0 0;
font-size: 15px;
color: #919294;
}
#header .btn-container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
#header .btn-container a {
display: inline-block;
color: #fff;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
letter-spacing: 3px;
text-decoration: none;
line-height: 1.8;
text-align: center;
padding: 15px 10px;
width: 100%;
background: #1bbb00;
}
#header .btn-container a:hover {
background: #c00514;
} #general-block {
position: relative;
background: #c0c0c0;
}
#general-block .container {
position: relative;
z-index: 2;
}
.inner-general-content {
padding: 150px 0;
}
.box-gen-content {
display: flex;
justify-content: space-between;
}
#general-block h1 {
font-weight: 900;
color: #fff;
font-size: 72px;
text-transform: uppercase;
line-height: 1;
}
.description {
margin: 40px 0 0;
color: #fff;
font-size: 16px;
}
.title-general {
width: 75%;
text-align: right;
}
.box-image-gen {
width: 20%;
}
#general-block > div {
z-index: 0 !important;
}
.btn-scroll {
position: absolute;
bottom: 60px;
left: 50%;
margin-left: -20px;
width: 40px;
}
.btn-scroll img,
.btn-scroll a,
.btn-scroll span,
.btn-scroll i {
display: block;
}
.btn-scroll a {
position: relative;
}
.btn-scroll i {
position: absolute;
width: 10px;
height: 14px;
top: 10px;
left: 14px;
}
.box-video-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0, .5);
}
.animated {
-webkit-animation-duration: 8.5s;
animation-duration: 8.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes shakeY {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
}
@keyframes shakeY {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
}
.animate__shakeY {
-webkit-animation-name: shakeY;
animation-name: shakeY;
} #services {
padding: 30px 0;
}
h2 {
text-transform: uppercase;
font-size: 40px;
color: #424040;
font-weight: 600;
}
.wrap-services {
padding: 20px 0 0;
}
.head-services {
margin: 15px 0 0;
background: #2c2e3a;
}
.inner-head-serv {
padding: 15px 25px;
display: flex;
justify-content: space-between;
cursor: pointer;
}
.info-head-serv {
width: 75%;
}
.info-head-serv .title {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
text-transform: uppercase;
font-weight: 900;
color: #fff;
position: relative;
font-size: 22px;
letter-spacing: 2px;
padding: 0 0 10px;
}
.info-head-serv .title:after {
content: '';
position: absolute;
width: 110px;
height: 1px;
bottom: 0;
left: 0;
background: rgba(255,255,255, .2);
}
.info-head-serv .text {
color: #fff;
font-size: 14px;
margin: 10px 0 0;
}
.btn-head-serv {
width: 25%;
}
.btn-head-serv span {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
display: block;
padding: 30px 0;
border-top: 1px solid rgba(255,255,255, .2);
border-bottom: 1px solid rgba(255,255,255, .2);
}
.inner-head-serv:hover .info-head-serv .title {
color: #ca101e;
}
.inner-head-serv:hover .btn-head-serv span {
background: #ca101e;
}
.btn-head-serv span img,
.image-serv-prev img {
display: block;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.inner-head-serv:hover .btn-head-serv span img {
margin-left: 15px;
}
.inner-body-serv {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.box-serv {
width: 24%;
position: relative;
margin: 15px 0 0;
cursor: pointer;
}
.image-serv-prev {
height: 125px;
position: relative;
overflow: hidden;
}
.image-serv-prev img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.box-serv:hover .image-serv-prev img {
transform: scale(1.1);
} 
.cont-serv-prev {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 15px 25px;
background: rgba(0,0,0, .5);
}
.name-serv {
font-size: 22px;
font-weight: 900;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
}
.sum-serv {
text-transform: uppercase;
margin: 5px 0 0;
color: #fff;
font-size: 16px;
font-weight: 600;
}
.cont-serv-prev span {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 12px 25px;
border-top: 1px solid rgba(255,255,255, .2);
}
.cont-serv-prev span img {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
display: block;
}
.box-serv:hover .cont-serv-prev span {
background: #ca101e;
}
.box-serv:hover .cont-serv-prev span img  {
margin-left: 15px;
}
.box-serv.box-serv-end {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
background: #505362;
}
.box-serv.box-serv-end .cont-serv-prev {
background: transparent;
}
.box-all-serv {
position: absolute;
top: 25px;
right: 35px;
bottom: 25px;
left: 25px;
border-top: 1px solid rgba(255,255,255, .2);
border-bottom: 1px solid rgba(255,255,255, .2);
}
.box-all-serv p {
color: #fff;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 12px;
padding: 27px 0;
}
.box-all-serv p img {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
margin: 0 0 3px 15px;
vertical-align: middle;
}
.box-serv.box-serv-end:hover {
background: #ca101e;
}
.box-serv.box-serv-end:hover .box-all-serv p img {
margin: 0 0 3px 30px;
} #call-to-action-one {
position: relative;
padding: 50px 0;
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/bg-action-one.jpg) no-repeat fixed; center;
background-size: cover;
}
#call-to-action-one:after {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background: rgba(64, 67, 79, 0.75);
}
#call-to-action-one .container {
position: relative;
z-index: 2;
}
.wrap-call-action-one {
display: flex;
justify-content: space-between;
align-items: center;
}
.box-info-cont-act-one {
width: 65%;
}
.box-form-act-one {
width: 33%;
}
.box-info-cont-act-one .title {
color: #fff;
font-size: 24px;
font-weight: 900;
letter-spacing: 1px;
text-shadow: 1px 1px 1px rgba(0,0,0, .5);
}
.box-info-cont-act-one .title a {
display: inline-block;
font-weight: bold;
font-size: 28px;
}
.box-info-cont-act-one .title a:hover {
text-decoration: none;
}
.box-info-cont-act-one .text {
margin: 40px 0 0;
font-size: 18px;
color: #fff;
}
input[type='text'],
input[type='tel'] {
width: 100%;
max-width: 380px;
height: 46px;
background: #fff;
border: none;
padding: 0 10px;
font-size: 15px;
margin-bottom: 4px;
}
select {
width: 100%;
max-width: 380px;
border: none;
outline: none;
font-size: 15px;
background: #fff;
height: 46px;
padding: 0 10px;
}
.wpcf7-form-control-wrap {
display: block;
}
form br {
display: none;
}
.wpcf7-not-valid-tip {
position: absolute;
bottom: 0;
left: 0;
font-size: 12px !important;
}
input[type='submit'] {
display: inline-block;
cursor: pointer;
background: #d40819;
height: 46px;
width: 100%;
max-width: 180px;
border: none;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
}
input[type='submit']:hover {
background: #c00514;
}
input[type='checkbox'] {
width: 20px;
height: 20px;
background: #fff !important;
position: absolute;
top: 0;
left: -33px;
}
.wrap-btn-action {
display: flex;
justify-content: space-between;
padding: 25px 0 0;
}
.ps-form,
.wrap-btn-action .btn-container {
width: 49%;
}
.ps-form span {
display: inline-block;
position: relative;
color: #fff;
font-size: 12px;
}
.ps-form {
padding: 0 0 0 30px;
}
.ps-form span span {
cursor: pointer;
text-decoration: underline;
}
.ps-form span span:hover {
text-decoration: none;
}
.wpcf7-response-output {
color: #fff !important;
border-color: #ff0000 !important;
margin: 0 !important;
}
.box-form-action-two form {
max-width: 370px;
margin: 15px auto 0;
}
#call-to-action-two input[type='submit'] {
background: #27292d;
}
#call-to-action-two input[type='submit']:hover {
background: #000;
} #about-us {
padding: 50px 0;
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/bg-about-company.png) no-repeat 55% 5%;
}
.wrap-about-us {
display: flex;
justify-content: space-between;
}
.box-content-about {
width: 42%;
}
.box-lists-about {
width: 55%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
border-top: 1px solid #e2e7ff;
border-left: 1px solid #e2e7ff;
margin: 30px 0 0;
}
.box-content-about p {
margin: 35px 0 0;
font-size: 15px;
line-height: 1.6;
}
.box-content-about ul {
list-style: disc;
padding: 30px 0 0 30px;
}
.box-content-about ul li {
font-size: 15px;
}
.box-about {
width: 50%;
border-right: 1px solid #e2e7ff;
background: #fff;
border-bottom: 1px solid #e2e7ff;
}
.box-about:hover {
background: #dd1726;
}
.inner-about {
padding: 20px 20px 20px 90px;
position: relative;
}
.inner-about .title {
text-transform: uppercase;
font-size: 13px;
color: #dd1726;
}
.inner-about .text {
font-size: 13px;
margin: 20px 0 0;
}
.box-about:hover .title,
.box-about:hover .text {
color: #fff;
}
.inner-about span {
display: block;
position: absolute;
top: 20px;
left: 20px;
width: 60px;
height: 60px;
}
.icon-about-1 {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/icon-sprite.png);
background-position: 0 0;
}
.baut-1:hover .icon-about-1 {
background-position: -59px 0;
}
.icon-about-2 {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/icon-sprite.png);
background-position: 15px -60px;
}
.baut-2:hover .icon-about-2 {
background-position: -18px -60px;
}
.icon-about-3 {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/icon-sprite.png);
background-position: 0 -132px;
}
.baut-3:hover .icon-about-3 {
background-position: -59px -132px;
}
.icon-about-4 {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/icon-sprite.png);
background-position: 5px -190px;
}
.baut-4:hover .icon-about-4 {
background-position: -66px -190px;
}
.icon-about-5 {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/icon-sprite.png);
background-position: 5px -243px;
}
.baut-5:hover .icon-about-5 {
background-position: -66px -243px;
}
.icon-about-6 {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/icon-sprite.png);
background-position: 8px -305px;
}
.baut-6:hover .icon-about-6 {
background-position: -55px -305px;
} #cases {
padding: 30px 0 50px;
}
.wrap-cases {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.col-cases {
width: 32%;
margin: 20px 0 0;
}
.box-cases {
display: block;
text-decoration: none;
position: relative;
}
.box-cases:hover img {
transform: scale(1.1);
}
.box-cases:after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0, .4);
}
.wrap-image-prev-case {
height: 240px;
overflow: hidden;
}
.wrap-image-prev-case img {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.box-cases span {
display: block;
position: absolute;
z-index: 2;
bottom: 65px;
left: 20px;
right: 15px;
color: #fff;
font-size: 20px;
font-weight: 600;
}
.box-cases i {
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
display: block;
height: 58px;
z-index: 3;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/arrow.png) no-repeat 20px center;
}
.box-cases i:after {
content: '';
position: absolute;
top: 0;
left: 20px;
right: 20px;
height: 1px;
background: rgba(255,255,255, .2);
}
.box-cases:hover i {
background: #e61828 url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/arrow.png) no-repeat 20px center;
} #call-to-action-two {
padding: 50px 0;
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/bg-action-two.jpg) no-repeat center;
background-size: cover;
}
.wrap-action-two {
display: flex;
justify-content: space-between;
}
.box-action-map {
width: 52%;
padding: 40px 0 0;
}
.wrap-map img {
display: block;
max-width: 100%;
}
.box-form-action-two {
width: 42%;
padding: 30px 0 0;
}
.box-address-map {
margin-top: -25px;
}
.box-address-map p {
font-size: 17px;
padding: 4px 0 0;
}
.inner-form-action-two {
background: #f83041;
padding: 20px 30px 40px;
}
.title-action-two {
text-align: center;
color: #fff;
font-weight: bold;
font-size: 20px;
}
.subtitle-action-two {
text-align: center;
margin: 5px 0 0;
font-size: 15px;
line-height: 1.6;
color: #fff;
} #footer {
background: #393b42;
padding: 50px 0;
}
.inner-footer {
display: flex;
}
.logo-foot {
width: 35%;
}
.logo-foot a {
display: inline-block;
color: #fff;
font-size: 21px;
margin: 40px 0 0;
font-weight: bold;
text-decoration: none;
}
.logo-foot a:hover {
text-decoration: underline;
}
.contacts-foot {
width: 20%;
padding: 15px 0 0;
}
.link-inst a {
display: block;
width: 45px;
height: 45px;
border-radius: 100px;
border: 1px solid #b5c1c9;
position: relative;
}
.link-inst a img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto; 
}
.link-inst a:hover {
background: #fff;
} .a-modal {
position: relative;
max-width: 400px;
margin: 5% auto;
background: #fff;
border-radius: 10px;
padding: 45px 25px 30px;
}
.title-pol {
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
text-align: center;
color: #fff;
}
.text-pol {
color: #fff;
font-size: 14px;
line-height: 1.6;
margin: 15px 0 0;
}
.g-hidden { display: none; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.arcticmodal-close {
position: absolute;
width: 20px;
height: 20px;
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/cross.png) no-repeat top left;
top: 10px;
right: 10px;
cursor: pointer;
}
.b-modal {
position: relative;
max-width: 998px;
margin: 10% auto;
background: #393b42;
padding: 25px;
z-index: 9999;
}
.title-hidden {
text-align: center;
font-size: 22px;
font-weight: 700;
}
form li {
position: relative;
}
label.error {
position: absolute;
top: 63px;
left: 0;
color: #fff;
background: red;
font-size: 10px;
padding: 2px 4px;
border-radius: 3px;
}
#call-to-action label.error {
top: 80px;
}
.wr-hidden {
color: #fff;
}
.wr-hidden h2,
.wr-hidden h3,
.wr-hidden h4,
.wr-hidden h5,
.wr-hidden h6 {
font-weight: bold;
text-align: center;
}
.wr-hidden h2 {
font-size: 28px;
}
.wr-hidden h3 {
font-size: 24px;
}
.wr-hidden h4 {
font-size: 20px;
}
.wr-hidden h5 {
font-size: 16px;
}
.wr-hidden h6 {
font-size: 12px;
}
.wr-hidden p {
margin: 30px 0 0;
font-size: 16px;
line-height: 1.6;
}
.wr-hidden ul {
list-style: disc;
padding: 25px 0 0 25px;
}
.wr-hidden li {
font-size: 16px;
line-height: 1.6;
}
.wr-hidden table {
width: 100%;
margin: 30px 0 0;
}
.wr-hidden table td {
border: 1px solid #808080;
padding: 10px 15px;
}
.wr-hidden table td:last-child {
text-align: center;
} @media screen and (max-width: 1700px) {
.container {
max-width: 80%;
}
}
@media screen and (max-width: 1400px) {
.container {
max-width: 100%;
margin-left: 0;
}
}
@media screen and (max-width: 1200px) {
#general-block h1 {
font-size: 60px;
}
.box-image-gen img {
display: block;
max-width: 100%;
}
#call-action-top p {
font-size: 13px;
}
.description {
font-size: 15px;
}
.wrap-about-us,
.wrap-call-action-one,
.wrap-action-two {
flex-direction: column;
}
.box-content-about,
.box-lists-about,
.box-info-cont-act-one,
.box-form-act-one,
.box-action-map,
.box-form-action-two {
width: 100%;
}
.col-cases,
.box-serv {
width: 49%;
}
.inner-body-serv {
flex-wrap: wrap;
}
.inner-form-action-two {
max-width: 480px;
margin: 0 auto;
}
.wrap-map {
max-width: 600px;
margin: 0 auto;
}
.box-address-map {
max-width: 600px;
margin: -25px auto 0;
}
h2 {
font-size: 34px;
}
#call-to-action-two h2 {
text-align: center;
}
.wrap-call-action-one form {
max-width: 370px;
margin: 30px auto 0;
}
.box-info-cont-act-one {
text-align: center;
}
}
@media screen and (max-width: 992px) {
#wrap {
margin: 0;
}
#header {
top: 0;
left: 0;
right: 0;
bottom: auto;
max-width: 100%;
}
#header .btn-container,
.contacts-head a.letter-head,
.ps-text-foot,
.btn-scroll,
#general-block video {
display: none;
}
.inner-header {
display: flex;
padding: 0 10px;
align-items: center;
justify-content: space-between;
}
.logo img {
max-width: 180px;
}
.logo {
width: 30%;
}
.address-head {
width: 30%;
padding: 6px 0;
}
.contacts-head {
width: 30%;
padding: 0;
}
.address-head p strong {
padding: 5px 0;
}
.address-head p {
font-size: 13px;
}
.box-gen-content {
flex-direction: column-reverse;
}
.box-image-gen,
.title-general {
width: 100%;
text-align: center;
}
.box-image-gen img {
max-width: 150px;
margin: 0 auto;
}
#general-block h1 {
font-size: 42px;
margin: 30px 0 0;
}
.description {
font-size: 20px;
margin: 60px 0 0;
}
.inner-general-content {
padding: 100px 0;
}
#general-block {
background: url(//metallolommsk.ru/wp-content/themes/lom-moscow/video/bg-general.jpg) no-repeat center;
background-size: cover;
}
}
@media screen and (max-width: 767px) {
.logo img {
max-width: 140px;
}
.address-head {
width: 55%;
padding: 1px 0;
}
.contacts-head {
width: 15%;
}
.address-head p {
font-size: 11px;
}
.contacts-head a.tel-head {
display: block;
font-size: 0;
width: 46px;
height: 46px;
border-radius: 90px;
background: #1bbb00 url(//metallolommsk.ru/wp-content/themes/lom-moscow/img/phone-mob.png) no-repeat center;
}
.inner-head-serv,
.inner-footer {
flex-direction: column;
}
.info-head-serv,
.btn-head-serv,
.col-cases, .box-serv,
.box-about,
.logo-foot,
.contacts-foot {
width: 100%;
}
.info-head-serv .text {
padding: 0 0 10px;
}
.box-info-cont-act-one,
.logo-foot,
.contacts-foot {
text-align: center;
}
.link-inst a {
margin: 15px auto 0;
}
.logo-foot a {
margin: 20px 0 0;
}
} .whatsapp-button {
position: fixed;
right: 13px;
bottom: 90px;
transform: translate(-50%, -50%);
background: #25D366; border-radius: 50%;
width: 55px; height: 55px; color: #fff;
text-align: center;
line-height: 53px; font-size: 35px; z-index: 9999;
}
.whatsapp-button a {
color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
content: " ";
display: block;
position: absolute;
border: 50%;
border: 1px solid #25D366; left: -20px;
right: -20px;
top: -20px;
bottom: -20px;
border-radius: 50%;
animation: animate 1.5s linear infinite;
opacity: 0;
backface-visibility: hidden; 
}
.whatsapp-button:after{
animation-delay: .5s;
}
@keyframes animate
{
0%
{
transform: scale(0.5);
opacity: 0;
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.2);
opacity: 0;
}
} @media (max-width : 800px) {  
.whatsapp-button {   
bottom: 5px; left: 70px; }
}