File: //proc/self/cwd/wp-content/themes/medialider/style.css
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
b{
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* End of CSS Reset */
/* font-family: "LatoRegular"; */
@font-face {
font-family: "LatoRegular";
src: url("fonts/LatoRegular/LatoRegular.eot");
src: url("fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/LatoRegular/LatoRegular.woff") format("woff"), url("fonts/LatoRegular/LatoRegular.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
font-family: "LatoBold";
src: url("fonts/LatoBold/LatoBold.eot");
src: url("fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("fonts/LatoBold/LatoBold.woff") format("woff"), url("fonts/LatoBold/LatoBold.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
/* font-family: "LatoLight"; */
@font-face {
font-family: "LatoLight";
src: url("fonts/LatoLight/LatoLight.eot");
src: url("fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLight/LatoLight.woff") format("woff"), url("fonts/LatoLight/LatoLight.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
/* font-family: "LatoSemiBold"; */
@font-face {
font-family: "LatoSemiBold";
src: url("fonts/LatoSemiBold/latosemibold.woff") format("woff"), url("fonts/LatoSemiBold/latosemibold.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
/* font-family: "LatoBlack"; */
@font-face {
font-family: "LatoBlack";
src: url("fonts/LatoBlack/latoblack.woff") format("woff"), url("fonts/LatoBlack/latoblack.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
width: 100%;
background: #fff;
position: relative;
z-index: 90;
}
.header .ml-btn,
.header .contain-logo,
.header .header-phone-block {
margin: 15px auto;
}
.header_hide {
display: none;
}
.logo {
background: url("img/logo-header.png") no-repeat;
width: 157px;
height: 45px;
}
.contain-logo {
width: 157px;
height: 45px;
margin: 0 auto;
}
.phone-number {
color: #343a64;
display: inline-block;
vertical-align: middle;
}
.header-phone-block {
text-align: right;
}
.header-phone-block .burger-btn {
display: inline-block;
vertical-align: middle;
}
@media (max-width: 767px) {
.col-xs-text-center {
text-align: center;
}
}
.header_fixed {
position: fixed;
top: 0;
left: 0;
}
@media (min-width: 768px) {
.header-container {
padding: 0 115px;
}
}
.header-container {
position: relative;
}
.padding-from-header-absolute {
padding-top: 76px;
}
.header-absolute {
height: 76px;
position: absolute;
top: 0;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
margin: -260px auto 0;
height: 260px;
background: #fff;
position: relative;
}
.row-footer-one {
margin: 60px 0;
}
.row-footer-two {
margin: 24px 0;
}
.footer-splitter {
height: 1px;
width: 100%;
background: #e7eef3;
}
.footer-space-app {
background: url("img/spaceapp.svg") no-repeat;
width: 20px;
height: 54px;
position: absolute;
right: 0;
bottom: 30px;
}
.footer-menu__item {
margin-bottom: 15px;
}
.footer-menu__item a {
font-size: 18px;
text-decoration: none;
font-family: "LatoRegular";
color: #343a64;
}
.footer-menu__item a:hover {
text-decoration: none;
}
.footer-menu__item a:focus {
text-decoration: none;
}
.footer__copyright {
margin-top: 13px;
}
.ml-btn {
background: #ff6600;
color: #fff;
font-family: "LatoBold";
font-size: 16px;
padding: 14px 40px;
border-radius: 30px;
line-height: 1;
outline: none;
cursor: pointer;
border: none;
transition: all 200ms linear;
}
.ml-btn:focus {
outline: none;
opacity: .8;
color: #fff;
}
.ml-btn:active {
outline: none;
}
.ml-btn:hover {
opacity: .8;
color: #fff;
}
.burger-btn {
background: url('img/burger-btn.png') no-repeat;
width: 24px;
height: 16px;
position: fixed;
top: 30px;
right: 40px;
z-index: 200;
cursor: pointer;
}
.burger-btn_white {
background: url('img/burger-btn_white.png') no-repeat;
}
.ml-stock-btn {
line-height: 1;
font-size: 16px;
padding: 11px 20px;
font-family: 'LatoSemiBold';
background: transparent;
border: 1px solid #ffffff;
color: #ffffff;
border-radius: 23px;
transition: all 200ms linear;
}
.ml-stock-btn:hover {
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
}
.ml-stock-btn:active {
outline: none;
background: #ffc600;
color: #ffffff;
box-shadow: none;
}
.ml-stock-btn:focus {
outline: none;
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
}
.ml-stock-btn_blue {
border: 1px solid #343a64;
color: #343a64;
/*&:focus{
color:#343a64;
}*/
}
.ml-btn_green {
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
}
.ml-btn_green:hover {
opacity: 0.8;
}
.ml-btn_big-width {
padding: 14px 60px;
}
.ml-stock-btn_margin-top-10 {
margin-top: 10px;
}
.ml-btn_footer:focus {
color: #fff;
}
.row-no-gutter {
margin-right: 0;
margin-left: 0;
}
.row-no-gutter [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
html {
height: 100%;
}
body {
font: 16px/18px Arial, sans-serif;
height: 100%;
line-height: 1.2;
}
.wrapper {
width: 100%;
min-height: 100%;
height: auto !important;
height: 100%;
}
.font-light {
font-family: "LatoLight";
}
.font-bold {
font-family: "LatoBold";
}
.font-semibold {
font-family: "LatoSemiBold";
}
.font-regular {
font-family: "LatoRegular";
}
.font-black {
font-family: "LatoBlack";
}
.font-size-14 {
font-size: 14px;
}
.font-size-16 {
font-size: 16px;
}
.font-size-18 {
font-size: 18px;
}
.font-size-20 {
font-size: 20px;
}
.font-size-28 {
font-size: 28px;
}
.font-size-48 {
font-size: 48px;
}
.line-height-1 {
line-height: 1;
}
.font-color-blue {
color: #343a64;
}
.font-color-gray {
color: #8a98a2;
}
.font-color-white {
color: #ffffff;
}
.text-center {
text-align: center;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
padding: 0 0 260px;
}
.img-phone {
background: url("img/phone-header.svg") no-repeat;
width: 45px;
height: 45px;
display: inline-block;
vertical-align: middle;
}
.img-point {
background: url("img/img-point.svg") no-repeat;
width: 45px;
height: 45px;
display: inline-block;
vertical-align: middle;
}
.img-icon-fb, .img-icon-insta, .img-icon-vk{
width: 45px;
height: 45px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.img-icon-fb {
background: url("img/fb.svg") no-repeat;
}
.img-icon-insta {
background: url("img/insta.svg") no-repeat;
}
.img-icon-vk {
background: url("img/vk.svg") no-repeat;
}
.front-page__wrap-one-slide {
/*height: 700px;*/
width: 100%;
background: #000;
overflow: hidden;
position: relative;
}
.front-page__wrap-one-slide .img-phone {
background: url("img/phone-white.svg") no-repeat;
}
.front-page__wrap-one-slide .phone-number {
color: #ffffff;
}
.front-page__wrap-one-slide .ml-btn,
.front-page__wrap-one-slide .logo-slide,
.front-page__wrap-one-slide .header-phone-block {
margin: 15px auto;
}
.player-back {
background: url("img/Overlay.jpg") no-repeat;
background-size: cover;
background-position: center;
position: absolute;
top: 0;
height: 100%;
width: 100%;
}
.play-btn {
background: url("img/play-btn.png") no-repeat;
width: 140px;
height: 140px;
margin-top: -70px;
position: relative;
top: 50%;
left: 50%;
margin-left: -70px;
cursor: pointer;
}
.play-btn_single-banner {
position: absolute;
}
video {
/*padding-bottom: 200px;*/
width: 100%;
height: 700px;
position: absolute;
left: 0;
top: 0;
z-index:
}
.wrap-one-slide__contain-content {
position: absolute;
width: 100%;
top: 0;
z-index: 120;
}
.logo-slide {
background: url("img/logo-slide.png") no-repeat;
width: 120px;
height: 127px;
margin: 0 auto;
}
.head-title {
margin: 30px auto;
text-align: center;
}
.divImg {
height: 100%;
width: 100%;
background-position: center center!important;
background-size: cover!important;
}
.front-page__wrap-stocks {
background: url("img/wrap-stocks.jpg") no-repeat;
background-size: cover;
background-position: center;
}
.front-page__wrap-stocks .stock-item {
position: relative;
background: #343a64;
height: 175px;
}
.front-page__wrap-stocks .stock-item img {
height: 100%;
width: 100%;
opacity: .25;
display: block;
}
.front-page__wrap-stocks .stock-item .divImg {
opacity: .25;
}
.front-page__wrap-stocks .stock-item .stock-item__description {
position: absolute;
padding: 10px;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
.front-page__wrap-stocks .stock-item .price {
line-height: 1;
color: #ffffff;
padding: 6px 16px;
background: #ff6600;
border-radius: 3px;
font-size: 14px;
display: inline-block;
}
.front-page__wrap-stocks .stock-item .stock-title {
font-size: 20px;
color: #ffc600;
text-align: center;
margin-top: 10px;
}
.front-page__wrap-stocks .stock-item .stock-property {
font-size: 14px;
font-family: 'LatoRegular';
color: #ffffff;
text-align: center;
margin-top: 10px;
}
.stock-item__description .stock-contain-btn .ml-stock-btn_white {
border: 1px solid rgba(255, 255, 255, 0.9);
color: rgba(255, 255, 255, 0.9);
}
.stock-contain-btn {
margin-top: 15px;
text-align: center;
}
.stock-contain-btn > .added_to_cart.wc-forward {
display: inline-block;
width: 55%;
}
.stock-label {
padding: 25px 0 50px;
text-align: center;
}
.front-page__wrap-services,
.woocommerce__wrap-services {
background: #f1f1f1;
}
.front-page__wrap-services .head-title,
.woocommerce__wrap-services .head-title {
margin: 50px auto;
}
.front-page__wrap-services .front-page__service-item,
.woocommerce__wrap-services .front-page__service-item {
padding: 25px;
background: #ffffff;
height: 182px;
}
.front-page__wrap-services .front-page__service-item .service-item__title,
.woocommerce__wrap-services .front-page__service-item .service-item__title,
.front-page__wrap-services .front-page__service-item .service-item__description,
.woocommerce__wrap-services .front-page__service-item .service-item__description {
text-align: center;
margin-bottom: 10px;
}
.front-page__service-item-img img,
.category__service-item-img img {
display: block;
width: 100%;
}
.portfolio__item-img img {
height: 100%;
}
.service-contain-btn {
margin-top: 15px;
text-align: center;
margin-bottom: 15px;
}
.front-page__container-all-service-btn {
text-align: center;
}
@media (min-width: 992px) {
.row-md-service {
margin-top: 30px;
margin-bottom: 30px;
}
}
.front-page__our-company {
background: #ffffff;
}
.front-page__our-company img {
width: 100%;
display: block;
}
.front-page__group-companies {
position: relative;
background: #ffffff;
margin-bottom: 40px;
}
.row-group-company {
padding: 0 100px;
}
.guideline {
width: 100%;
height: 2px;
background: #e7eef3;
position: absolute;
top: 52px;
}
.point {
width: 10px;
height: 10px;
border: 2px solid #dde5ec;
position: absolute;
top: 48px;
z-index: 20;
background: #fff;
border-radius: 5px;
}
.point_green {
border: 2px solid #5dd062;
z-index: 30;
left: -15px;
}
.group-company {
display: inline-block;
}
.group-company .group-company__company-title {
margin-bottom: 50px;
}
.group-company .group-company__company-description,
.group-company .group-company__company-title {
transition: all linear 200ms;
}
.group-company:hover .group-company__company-title {
color: #5dd062;
}
.group-company:hover .group-company__company-description {
color: #3c434c;
}
.category-layer,
.single-layer {
background: #f1f1f1;
}
.category__service-item {
padding: 25px 20px 0;
background: #ffffff;
}
.category__service-item .service-item__title {
text-align: center;
height: 40px;
}
.wrap-menu {
position: fixed;
z-index: 120;
background: #333961;
max-width: 400px;
width: 100%;
top: 0;
right: 0;
height: 100%;
}
.wrap-menu .sidebar-menu {
text-align: center;
}
.menu-container .logo-slide {
margin-top: 30px;
}
.menu-container .row-sidebar-menu {
margin-top: 120px;
}
.menu-container .sidebar-item a {
color: #ffffff;
text-decoration: none;
line-height: 1.3;
}
.menu-container__footer {
margin-top: 60px;
}
.online-pay {
background: #5dd062;
color: #ffffff;
position: fixed;
border-radius: 0 25px 25px 0;
top: 90px;
opacity: 0.8;
transition: all 300ms linear;
cursor: pointer;
z-index: 190;
}
.online-pay p {
float: left;
margin: 12px 0 12px 12px;
width: 66px;
font-size: 12px;
}
.online-pay .money {
margin: 10px 10px 0 0;
float: right;
}
.online-pay:hover {
opacity: 1;
left: 0;
}
.online-pay .cart-contents_custom {
color: #fff;
}
.money {
background: url("img/money.svg") no-repeat;
width: 22px;
height: 21px;
}
.col-category-padd {
padding-top: 15px;
padding-bottom: 15px;
}
.small-image {
height: 240px;
}
.large-image {
height: 500px;
}
.menu-container__footer-phone-block {
margin-top: 30px;
}
.menu-container__footer-phone-block .img-phone {
background: url("img/phone-white.svg") no-repeat;
}
.menu-container__footer-phone-block .phone-number {
color: #ffffff;
}
.sidebar-hide {
display: none;
}
.front-page__title-category-link {
text-decoration: none;
}
.front-page__title-category-link:hover {
text-decoration: none;
}
.front-page__title-category-link:focus {
text-decoration: none;
}
.online-order__title {
font-size: 18px;
color: #8a98a2;
font-family: "LatoBold";
}
.online-order__title_single {
margin-top: 10px;
}
.single__online-order {
background: #ffffff;
padding: 20px;
}
.single__online-order .form-group label {
font-size: 12px;
color: #343a64;
font-family: "LatoBold";
margin-bottom: 10px;
}
.single__online-order .form-group input {
border-radius: 18px;
}
.btn-single-submit {
display: block;
margin: 0 auto;
}
.single-img-block {
height: 400px;
width: 100%;
}
.single-img-block .DivImage {
background-position: center center !important;
}
.row-single {
margin-bottom: 60px;
}
div.bx-wrapper {
border: none;
}
div.bx-wrapper a.bx-next,
div.bx-wrapper a.bx-prev {
width: 40px;
height: 40px;
margin-top: -20px;
z-index: 10;
}
div.bx-wrapper a.bx-next {
background: url("img/btn-right.svg") no-repeat;
}
div.bx-wrapper a.bx-next:hover {
background-position: 0 0;
}
div.bx-wrapper a.bx-next:focus {
background-position: 0 0;
}
div.bx-wrapper a.bx-prev {
background: url("img/btn-left.svg") no-repeat;
}
div.bx-wrapper a.bx-prev:hover {
background-position: 0 0;
}
.portfolio__item-img {
height: 240px;
}
.portfolio__item {
height: 350px;
}
.portfolio-grid-item {
margin-bottom: 30px;
}
.video-wrap {
height: 100%;
margin: 30px 0;
}
.container-category .head-title,
.container-single .head-title,
.container-page .head-title {
margin-top: 5px;
}
.page-wrapper {
background: #dddddd;
}
.page-contacts-item {
height: 240px;
padding: 0 20px;
background: #ffffff;
}
.page-contacts-item .page-contacts__head-title {
padding-top: 25px;
}
.page-contacts-item .page-contacts__text {
margin-top: 20px;
color: #80909c;
}
.page-contacts-requisite {
color: #80909c;
font-size: 14px;
}
.page-contacts-item_margin {
margin-top: 30px;
margin-bottom: 30px;
}
.contacts-contain-btn {
text-align: center;
}
.screen-reader-text {
text-align: center;
position: relative;
top: 30px;
}
.nav-previous,
.nav-next {
position: relative;
z-index: 2;
}
.nav-previous {
float: left;
}
.nav-next {
float: right;
}
.single__content-item {
padding-bottom: 42px;
}
.map-container {
margin-bottom: 60px;
}
.front-page__reviews {
background: #343a64;
height: 715px;
position: relative;
overflow: hidden;
}
.slider-nav .review-slide {
width: 400px;
}
.review-slide .review-item {
height: 300px;
width: 300px;
margin: 10px;
background: #FFF;
margin: 0 auto;
border-radius: 155px;
}
.slick-center .review-item {
transition: all 200ms linear;
-moz-transform: scale(1.08);
-ms-transform: scale(1.08);
-o-transform: scale(1.08);
-webkit-transform: scale(1.08);
opacity: 1;
transform: scale(1.08);
}
.front-page__reviews .head-title {
margin: 50px auto;
}
/*---Override woocommerce style*/
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: left;
}
.product-item {
background: #ffffff;
margin-bottom: 30px;
overflow: hidden;
}
.product-item img.attachment-shop_catalog {
width: 100%;
}
.single__online-order .quantity .qty {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 18px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
margin: 10px 0;
}
[type="submit"].single_add_to_cart_button,
.cart-collaterals .single_add_to_cart_button {
font-family: "LatoBold";
font-size: 16px;
padding: 14px 40px;
border-radius: 30px;
line-height: 1;
outline: none;
cursor: pointer;
transition: all 200ms linear;
border: 1px solid transparent;
background: #5dd062;
color: #ffffff;
display: block;
margin: 0 auto;
opacity: .85;
float: none;
text-decoration: none;
}
[type="submit"].single_add_to_cart_button:hover,
.cart-collaterals .single_add_to_cart_button:hover {
opacity: 1;
text-decoration: none;
}
.cart-collaterals .cart_totals .single_add_to_cart_button {
display: inline-block;
}
div.woocommerce div.product form.cart div.quantity {
float: none;
display: inline-block;
margin: 0 0 0 4px;
}
/*--- end Override woocommerce style*/
.term-description {
margin-bottom: 20px;
}
.col-single-content,
.term-description {
margin-bottom: 20px;
}
.col-single-content ul,
.term-description ul {
margin: 0.5em 0 0.5em 3em;
padding: 0;
list-style: disc;
}
.col-single-content strong,
.term-description strong {
font-weight: bold;
}
.col-single-content > p,
.term-description > p {
padding: 10px 0 18px;
}
.col-single-content em,
.term-description em {
font-style: italic;
}
/* экваринг*/
.bankcard_payment_text {
margin-top: 35px;
}
.bankcard_payment_text p {
margin: 20px 0 30px;
}
.page_text p {
padding: 0 0 18px;
}
.bankcard_payment_text .visa_master {
background: url("img/visa-mastercard.png") no-repeat scroll 95% top;
min-height: 140px;
padding-right: 200px;
}
.bankcard_payment_text h2 {
font-family: Arial, sans-serif;
color: #a92593;
font-size: 16px;
font-weight: bold;
margin: 0.5em 0 0.8em 0;
text-transform: uppercase;
}
.bankcard_payment strong {
font-weight: bold;
}
/*end block*/
.front-page__service-item-img > .video-wrap {
margin: 0;
}
div.woocommerce div.product form.cart {
margin-bottom: 1em;
}
.clients_table {
font-size: 12px;
padding: 20px 0;
text-align: center;
width: 100%;
}
.clients_table td {
padding-bottom: 60px;
padding-right: 20px;
text-align: center;
vertical-align: bottom;
width: 25%;
}
.clients_table img {
border: 0 solid;
margin-bottom: 12px;
}
.huge_it_gallery .huge_it_big_li img {
object-fit: cover;
}
section ul.huge_it_gallery.view-thumbnails {
background: none !important;
box-shadow: none !important;
}
.woocommerce .quantity input.qty {
width: 8em;
text-align: left;
}
.gravirtext p {
margin-bottom: 20px;
}
.gravirtext .floatleft {
width: 220px;
float: left;
margin-right: 20px;
margin-bottom: 5px;
}
.gravtext img {
float: right;
width: 360px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.floatleft img {
float: left;
width: 350px;
padding-right: 10px;
padding-bottom: 10px;
}
.woocommerce div.video-wrap img.video-preview {
display: block;
margin: 0 auto;
}
@media (max-width: 767px) {
.col-xs-service {
margin-top: 15px;
margin-bottom: 15px;
}
.col-xs__group-company {
text-align: center;
}
.col-xs__group-company .group-company .point {
left: 48%;
transition: all 200ms linear;
}
.col-xs__group-company .group-company:hover .point {
border: 2px solid #5dd062;
}
.header .ml-btn,
.header .contain-logo,
.header .header-phone-block {
margin: 5px auto;
}
.front-page__wrap-one-slide .ml-btn,
.front-page__wrap-one-slide .logo-slide,
.front-page__wrap-one-slide .header-phone-block {
margin: 5px auto;
display: none;
}
.menu-container .row-sidebar-menu,
.menu-container__footer-phone-block {
margin-top: 10px;
}
.menu-container__footer {
margin-top: 20px;
}
.header-absolute {
height: 110px;
}
.padding-from-header-absolute {
padding-top: 110px;
}
.online-pay {
top: 120px;
}
.group-company .group-company__company-title {
margin-bottom: 2px;
}
form.form-question {
max-width: 420px;
width: 100%;
}
form.form-question .caption {
padding-top: 5px;
font-size: 16px;
}
form.form-question .orderCallModalField {
font-size: 14px;
}
form.form-question .form-group {
margin: 5px 10px;
}
form.form-question .fields {
padding: 5px;
}
.front-page__wrap-services .front-page__service-item {
height: inherit;
}
div.review-list-item {
width: 100%;
padding: 10px;
margin: 0;
left: 0;
}
div.front-page__reviews {
height: 1151px;
}
div.review-btn-left {
left: 0;
margin: 0;
}
div.review-btn-right {
left: 100%;
margin-left: -50px;
}
.row-footer-one {
margin: 10px 0;
}
.row-footer-two {
margin: 0;
}
}
@media (max-width: 767px) and (max-height: 350px) {
.wrap-menu .menu-container .logo-slide {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.col-sm-service {
margin-top: 15px;
margin-bottom: 15px;
}
}
@media (min-width: 768px) {
.col-md-contacts-requisite {
margin-top: 15px;
margin-bottom: 15px;
}
}
.form-question {
width: 420px;
margin: 0 auto;
background: #9cb3e1;
border-radius: 4px;
color: #ffffff;
}
.form-question .caption {
text-align: center;
padding-top: 20px;
}
.form-question input[type="text"]::-webkit-input-placeholder {
color: #fff;
}
.form-question textarea::-webkit-input-placeholder {
color: #fff;
}
.form-question input[type="text"]:-moz-placeholder,
.form-question textarea:-moz-placeholder {
color: #fff;
}
.form-question input[type="text"]::-moz-placeholder,
.form-question textarea::-moz-placeholder {
color: #fff;
}
.form-question input[type="text"]:-ms-input-placeholder,
.form-question textarea:-ms-input-placeholder {
color: #fff;
}
.form-question input[type="text"]::-moz-placeholder {
color: #fff;
}
.form-question textarea::-moz-placeholder {
color: #fff;
}
.form-question .orderCallModalField {
font-size: 18px;
background: transparent;
border: none;
box-shadow: none;
border-radius: 0;
border-bottom: 2px solid #ffffff;
color: #ffffff;
}
.form-question .submit-button {
width: 155px;
margin: 10px auto;
display: block;
text-decoration: none;
}
.form-group {
margin: 15px 10px;
}
.fields {
padding: 10px;
}
textarea.form-control {
min-height: 70px;
max-height: 100px;
min-width: 100%;
max-width: 100%;
}
div.mfp-bg {
background-color: #666e8d;
/* IE9, iOS 3.2+ */
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM4YzdhNzgiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzNmNjFhMiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #8c7a78), color-stop(1, #3f61a2));
/* Android 2.3 */
background-image: -webkit-repeating-linear-gradient(top left, #8c7a78 0%, #3f61a2 100%);
/* IE10+ */
background-image: repeating-linear-gradient(to bottom right, #8c7a78 0%, #3f61a2 100%);
background-image: -ms-repeating-linear-gradient(top left, #8c7a78 0%, #3f61a2 100%);
opacity: 0.9;
}
/* IE8- CSS hack */
@media screen, screen {
.mfp-bg {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff8c7a78", endColorstr="#ff3f61a2", GradientType=0);
}
}
button.mfp-close {
background: url(img/closeF.svg) no-repeat;
background-size: 100%;
width: 30px;
height: 30px;
right: 5px;
top: 18px;
color: #FFF;
}
button.mfp-close:active {
top: 18px;
}
.mfp-close-btn-in .mfp-close {
color: rgba(255, 255, 255, 0);
}
div.mfp-figure button.mfp-close {
padding-right: 0;
right: 0;
top: 40px;
}
div.mfp-iframe-holder .mfp-close {
top: 0;
right: 0;
}
#programs_cards {
position: relative;
left: 50%;
margin-left: -180px;
}
#programs_symbol_center .program_title {
color: #f8e424;
}
#programs_block {
position: relative;
width: 100%;
height: 712px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.review-btn-hover {
width: 100%;
height: 100%;
transition: all 200ms linear;
}
.review-btn-left {
position: absolute;
cursor: pointer;
left: 50%;
margin-left: -270px;
top: 185px;
width: 50px;
height: 50px;
background: url("img/array-left.svg");
z-index: 80;
}
.review-btn-left:hover .review-btn-hover {
opacity: 1;
}
.review-btn-left .review-btn-hover {
background: url("img/array-left-hover.svg");
opacity: 0;
}
.review-btn-right {
position: absolute;
cursor: pointer;
left: 50%;
margin-left: 200px;
top: 185px;
width: 50px;
height: 50px;
background: url("img/array-right.svg");
z-index: 80;
}
.review-btn-right:hover .review-btn-hover {
opacity: 1;
}
.review-btn-right .review-btn-hover {
background: url("img/array-right-hover.svg");
opacity: 0;
}
#programs_left_over {
position: absolute;
z-index: 8;
left: 86px;
top: 202px;
width: 268px;
height: 428px;
cursor: pointer;
}
#programs_right_over {
position: absolute;
z-index: 8;
left: 648px;
top: 202px;
width: 268px;
height: 428px;
cursor: pointer;
}
.programs_card {
z-index: 1;
position: absolute;
}
.programs_card .image {
background-size: cover;
position: absolute;
left: 0;
width: 120px;
height: 120px;
transition: 0.5s;
border-radius: 70px;
}
.programs_card .programs_card_title {
display: none;
opacity: 0;
}
.programs_central {
z-index: 10;
left: 90px;
top: 0;
width: 160px;
opacity: 1.0;
transition: 0.5s;
}
.programs_central .programs_card_title {
display: block;
opacity: 1.0;
}
.programs_central .image {
background-size: cover;
position: absolute;
left: 10px;
width: 140px !important;
height: 140px !important;
transition: 0.5s;
}
.programs_left {
z-index: 5;
left: 0;
top: 10px;
width: 120px;
opacity: 0.6;
transition: 0.5s;
-webkit-filter: blur(1px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.programs_left .programs_card_title {
width: 160px;
}
.programs_right {
z-index: 5;
left: 220px;
top: 10px;
width: 120px;
opacity: 0.6;
transition: 0.5s;
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}
.programs_right .programs_card_title {
width: 160px;
}
.programs_hidden_left {
left: 86px;
top: 10px;
opacity: 0.0;
transition: 0.5s;
}
.programs_hidden_right {
left: 360px;
top: 10px;
opacity: 0.0;
transition: 0.5s;
}
.programs_card_title {
position: absolute;
left: 5%;
top: 155px;
width: 140px;
text-align: center;
transition: all 800ms linear;
}
.programs_card_title h1 {
width: 100%;
height: 50px;
color: #222222;
font-size: 24px;
font-family: 'Roboto Condensed';
text-align: center;
line-height: 20px;
}
.programs_card_title .programs_card_title__name {
font-size: 18px;
font-family: "LatoBold";
color: #ffc600;
line-height: 1;
}
.programs_card_title .programs_card_title__company {
color: #5dd062;
font-family: "LatoRegular";
font-size: 12px;
margin-top: 5px;
}
.programs_card_text {
position: absolute;
left: 10%;
top: 55px;
width: 80%;
}
.programs_card_text p {
color: #222222;
font-size: 14px;
text-align: center;
white-space: nowrap;
transition: 0.5s;
line-height: 15px;
}
.programs_left .programs_card_text p {
color: #222222;
font-size: 12px;
text-align: center;
white-space: nowrap;
transition: 0.5s;
}
.programs_right .programs_card_text p {
color: #222222;
font-size: 12px;
text-align: center;
white-space: nowrap;
transition: 0.5s;
}
.programs_hidden_left .programs_card_text p {
font-size: 12px;
}
.programs_hidden_right .programs_card_text p {
font-size: 12px;
}
.review-text-list {
position: relative;
}
.review-list-item {
font-size: 16px;
text-align: center;
position: absolute;
top: 265px;
left: 50%;
width: 800px;
margin-left: -400px;
color: #a6addf;
}
.review-list-item p {
font-size: 18px;
line-height: 1.2;
}
.hidden-review {
opacity: 0;
}
.tshirttable table{border-collapse:collapse; }
.tshirttable td{vertical-align:top; padding : 10px;}
.tshirttable .h2_p {font-size:18px; margin-bottom:10px;}
.tshirttable .text .marghere {margin-left:173px; margin-top:-20px;}
.tshirttable .minitable table {border:1px solid black; border-collapse:collapse; width:100%}
.tshirttable .minitable th {border:1px solid black; padding: 5px; text-align:center; vertical-align: middle; background-color:#b9d9b9}
.tshirttable .minitable td {border:1px solid black; padding: 5px; text-align:center; vertical-align: middle;}
.front-page__col-wrap-img{
text-align: center;
}
.col-single-content .alignleft {
float: left;
margin-bottom: 20px;
margin-right: 20px;
}
.col-single-content .alignright {
float: right;
margin-bottom: 20px;
margin-left: 20px;
}
.personal-data-warning{
padding-bottom: 25px;
position: relative;
}
.personal-data-warning label#AgreeWithPersonalDataRules-error{
color: rgba(255, 0, 0, 0.69);
position: absolute;
bottom: 0px;
}
.personal-data-warning__error{
color: rgba(255, 0, 0, 0.63);
font-size: 15px;
margin-left: 15px;
display: none;
}
.category__service-item-img{
max-height: 350px;
overflow: hidden;
}
.single__online-order_from-category{
margin-bottom: 20px;
}
.price-call{
display: inline-block;
}
#breadcrumbs{
margin-top: 20px;
}
#payment > ul > li.wc_payment_method.payment_method_{
display: none;
}
.footer-menu > li > a{
font-weight:600;
}
.sub-menu > li{
margin-top:10px;
}
.sub-menu > li > a{
font-size: 16px;
}
.bottom-menu-big-items > a{
font-weight:600;
font-size: 18px!important;
}
.portfoliohref {
display: block;
text-align: center;
margin-bottom: 40px;
margin-top: -40px;
}