@charset "UTF-8";

.filter-block-icon{
visibility: hidden;
}
body.fancybox-active {
overflow: hidden;
}
body.fancybox-iosfix {
position: fixed;
left: 0;
right: 0;
}
.fancybox-is-hidden {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden;
}
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99992;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.fancybox-outer {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.fancybox-bg {
background: #1e1e1e;
opacity: 0;
-webkit-transition-duration: inherit;
-o-transition-duration: inherit;
transition-duration: inherit;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
opacity: .87;
-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
position: absolute;
direction: ltr;
z-index: 99997;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity .25s,visibility 0s linear .25s;
-o-transition: opacity .25s,visibility 0s linear .25s;
transition: opacity .25s,visibility 0s linear .25s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.25s, visibility 0s;
-o-transition: opacity 0.25s, visibility 0s;
transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
top: 0;
left: 0;
font-size: 13px;
padding: 0 10px;
height: 44px;
min-width: 44px;
line-height: 44px;
color: #ccc;
text-align: center;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased;
mix-blend-mode: exclusion;
}
.fancybox-toolbar {
top: 0;
right: 0;
margin: 0;
padding: 0;
}
.fancybox-stage {
overflow: hidden;
direction: ltr;
z-index: 99994;
-webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
overflow: visible;
}
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch;
display: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition-property: opacity, -webkit-transform;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: opacity,-o-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform,-o-transform;
transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
content: "";
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
display: block;
}
.fancybox-slide--image {
overflow: visible;
}
.fancybox-slide--image:before {
display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
background: #e5e3df;
}
.fancybox-slide--next {
z-index: 99995;
}
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
display: none;
}
.fancybox-slide .fancybox-image-wrap {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition-property: opacity, -webkit-transform;
-webkit-transition-property: opacity,-webkit-transform;
transition-property: opacity,-webkit-transform;
-o-transition-property: opacity,-o-transform;
transition-property: transform,opacity;
transition-property: transform,opacity,-webkit-transform,-o-transform;
transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
padding: 0;
width: 80%;
height: 80%;
max-width: -webkit-calc(0%);
max-width: calc(0%);
max-height: -webkit-calc(12%);
max-height: calc(12%);
overflow: visible;
background: #fff;
}
.fancybox-iframe {
display: block;
padding: 0;
border: 0;
height: 100%;
}
.fancybox-error,
.fancybox-iframe {
margin: 0;
width: 100%;
background: #fff;
}
.fancybox-error {
padding: 40px;
max-width: 380px;
cursor: default;
}
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font-size: 16px;
line-height: 20px;
}
.fancybox-button {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: top;
width: 44px;
height: 44px;
margin: 0;
padding: 10px;
border: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: rgba(30, 30, 30, 0.6);
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
cursor: pointer;
outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
color: #fff;
}
.fancybox-button[disabled] {
color: #ccc;
cursor: default;
opacity: 0.6;
}
.fancybox-button svg {
display: block;
position: relative;
overflow: visible;
shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
fill: currentColor;
stroke: currentColor;
stroke-linejoin: round;
stroke-width: 3;
}
.fancybox-button--share svg path {
stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
display: none;
}
.fancybox-button--zoom svg path {
fill: transparent;
}
.fancybox-navigation {
display: none;
}
.fancybox-show-nav .fancybox-navigation {
display: block;
}
.fancybox-navigation button {
position: absolute;
top: 50%;
margin: -50px 0 0;
z-index: 99997;
background: transparent;
width: 60px;
height: 100px;
padding: 17px;
}
.fancybox-navigation button:before {
content: "";
position: absolute;
top: 30px;
right: 10px;
width: 40px;
height: 40px;
background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
right: 0;
}
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
border: 0;
-webkit-border-radius: 0;
border-radius: 0;
background: transparent;
z-index: 10;
cursor: pointer;
}
.fancybox-close-small:after {
content: "×";
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
color: #888;
font-weight: 300;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
border-width: 0;
background-color: transparent;
-webkit-transition: background-color 0.25s;
-o-transition: background-color 0.25s;
transition: background-color 0.25s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 2;
}
.fancybox-close-small:focus {
outline: none;
}
.fancybox-close-small:focus:after {
outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
color: #555;
background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
top: 0;
right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
font-size: 35px;
color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
color: #fff;
background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
display: none;
}
.fancybox-caption-wrap {
bottom: 0;
left: 0;
right: 0;
padding: 60px 2vw 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), color-stop(80%, rgba(0, 0, 0, 0.8)));
background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
pointer-events: none;
}
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
pointer-events: all;
position: relative;
}
.fancybox-caption a {
color: #fff;
text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
border: 6px solid rgba(99, 99, 99, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
-webkit-border-radius: 100%;
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: a .8s infinite linear;
-o-animation: a .8s infinite linear;
animation: a .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -30px;
margin-left: -30px;
z-index: 99999;
}
@-webkit-keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes a {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
-o-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fancybox-animated {
-webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
-o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-1turn);
-ms-transform: rotate(-1turn);
-o-transform: rotate(-1turn);
transform: rotate(-1turn);
opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(1turn);
-ms-transform: rotate(1turn);
-o-transform: rotate(1turn);
transform: rotate(1turn);
opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
-webkit-transform: scaleX(1) translateZ(0);
transform: scaleX(1) translateZ(0);
opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translateZ(0) scale(1);
transform: translateZ(0) scale(1);
}
.fancybox-share {
padding: 30px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #f4f4f4;
max-width: 90%;
text-align: center;
}
.fancybox-share h1 {
color: #222;
margin: 0 0 20px;
font-size: 35px;
font-weight: 700;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
p.fancybox-share__links {
margin-right: -10px;
}
.fancybox-share__button {
display: inline-block;
text-decoration: none;
margin: 0 10px 10px 0;
padding: 0 15px;
min-width: 130px;
border: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #fff;
white-space: nowrap;
font-size: 14px;
font-weight: 700;
line-height: 40px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
position: relative;
top: -1px;
width: 25px;
height: 25px;
margin-right: 7px;
vertical-align: middle;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
margin: 10px 0 0;
padding: 10px 15px;
background: transparent;
color: #5d5b5b;
font-size: 14px;
outline: none;
border: 0;
border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 0;
width: 212px;
margin: 0;
padding: 2px 2px 4px;
background: #fff;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
-webkit-box-sizing: border-box;
box-sizing: border-box;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-y: hidden;
overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0;
white-space: nowrap;
}
.fancybox-thumbs-x > ul {
overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
background: #fff;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
background: #2a2a2a;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
padding: 0;
margin: 2px;
width: 100px;
height: 75px;
max-width: -webkit-calc(46%);
max-width: calc(46%);
max-height: -webkit-calc(92%);
max-height: calc(92%);
position: relative;
cursor: pointer;
outline: none;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-thumbs > ul > li:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1;
}
@media (max-width: 800px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs > ul > li {
max-width: -webkit-calc(90%);
max-width: calc(90%);
}
} .swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
-o-transition-property: -o-transform;
transition-property: transform;
transition-property: transform, -webkit-transform, -o-transform;
transition-property: transform, -webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
-o-transition-property: -o-transform;
transition-property: transform;
transition-property: transform, -webkit-transform, -o-transform;
transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height, -webkit-transform;
transition-property: height, -webkit-transform;
-o-transition-property: transform,height;
-webkit-transition-property: height,-webkit-transform;
transition-property: height,-webkit-transform;
-o-transition-property: height,-o-transform;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform,-o-transform;
transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%;
}
.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
-o-transform: scale(0.33);
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
-o-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
-o-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(0.66);
-ms-transform: scale(0.66);
-o-transform: scale(0.66);
transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(0.33);
-ms-transform: scale(0.33);
-o-transform: scale(0.33);
transform: scale(0.33);
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
-webkit-border-radius: 100%;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: 0.2s top, 0.2s -webkit-transform;
transition: 0.2s top, 0.2s -webkit-transform;
-o-transition: .2s transform,.2s top;
-webkit-transition: .2s transform,.2s top;
transition: .2s transform,.2s top;
transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s left, 0.2s -webkit-transform;
transition: 0.2s left, 0.2s -webkit-transform;
-o-transition: .2s transform,.2s left;
-webkit-transition: .2s transform,.2s left;
transition: .2s transform,.2s left;
transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: 0.2s right, 0.2s -webkit-transform;
transition: 0.2s right, 0.2s -webkit-transform;
-o-transition: .2s transform,.2s right;
-webkit-transition: .2s transform,.2s right;
transition: .2s transform,.2s right;
transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000;
}
.swiper-pagination-lock {
display: none;
}
.swiper-scrollbar {
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 10px;
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.swiper-slide-zoomed {
cursor: move;
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
-o-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: '';
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube {
overflow: visible;
}
.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
-o-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
}
.swiper-container-flip {
overflow: visible;
}
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
-ms-perspective: 1200px;
}
@font-face {
font-family: 'fontello';
src: url(//myagok.ru/wp-content/themes/myagok/font/fontello.eot?76846272);
src: url(//myagok.ru/wp-content/themes/myagok/font/fontello.eot?76846272#iefix) format('embedded-opentype'), url(//myagok.ru/wp-content/themes/myagok/font/fontello.woff2?76846272) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/fontello.woff?76846272) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/fontello.ttf?76846272) format('truetype'), url(//myagok.ru/wp-content/themes/myagok/font/fontello.svg?76846272#fontello) format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}   [class^="icon-"]:before,
[class*=" icon-"]:before {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.icon-clock:before { content: '\e800'; } .icon-phone:before { content: '\e801'; } .icon-right:before { content: '\e802'; } .icon-info-circled:before { content: '\e803'; } .icon-air:before { content: '\e804'; } .icon-resize-small:before { content: '\e805'; } .icon-cog:before { content: '\e806'; } .icon-plus-squared:before { content: '\e807'; } .icon-location:before { content: '\f031'; } .icon-attach:before { content: '\f06a'; } .icon-check-empty:before { content: '\f096'; } .icon-mail-alt:before { content: '\f0e0'; } .icon-map-o:before { content: '\f278'; } @font-face {
font-family: 'UniNeueRegular';
src: url(//myagok.ru/wp-content/themes/myagok/font/UniNeueRegular.woff2) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/UniNeueRegular.woff) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/UniNeueRegular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'UniNeueBold';
src: url(//myagok.ru/wp-content/themes/myagok/font/UniNeueBold.woff2) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/UniNeueBold.woff) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/UniNeueBold.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'MuseoSansCyrl';
src: url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-500.woff2) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-500.woff) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-500.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'MuseoSansCyrl';
src: url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-700.woff2) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-700.woff) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-700.ttf) format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'MuseoSansCyrl';
src: url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-900.woff2) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-900.woff) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/MuseoSansCyrl-900.ttf) format('truetype');
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'BebasNeue';
src: url(//myagok.ru/wp-content/themes/myagok/font/BebasNeueRegular.woff2) format('woff2'), url(//myagok.ru/wp-content/themes/myagok/font/BebasNeueRegular.woff) format('woff'), url(//myagok.ru/wp-content/themes/myagok/font/BebasNeueRegular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:after,
*:before {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
overflow-x: auto;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 17px;
}
@media (max-width: 1199px) {
html {
font-size: 16px;
}
}
body {
font-family: 'UniNeueRegular', sans-serif;
color: #333;
-webkit-font-smoothing: subpixel-antialiased;
-moz-font-smoothing: subpixel-antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
background-color: #fcfbf9;
overflow: hidden;
min-width: 320px;
line-height: 1.4;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
min-height: 100vh;
padding-top: 65px;
position: relative;
z-index: 1;
}
a {
color: #ff4646;
text-decoration: none;
}
a:focus,
a:active {
outline: none;
}
b,
strong {
font-weight: 700;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
}
input,
button,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
outline: none;
}
input {
padding-top: 0;
padding-bottom: 0;
}
::-moz-placeholder {
font-family: 'UniNeueRegular', sans-serif;
font-size: 1rem;
color: #555;
font-weight: 700;
}
:-ms-input-placeholder {
font-family: 'UniNeueRegular', sans-serif;
font-size: 1rem;
color: #555;
font-weight: 700;
}
::-webkit-input-placeholder {
font-family: 'UniNeueRegular', sans-serif;
font-size: 1rem;
color: #555;
font-weight: 700;
}
table {
border-collapse: collapse;
border-spacing: 0;
background-color: transparent;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
input[disabled] {
cursor: default;
}
img {
border: 0;
max-width: 100%;
}
ul {
list-style: none;
}
.container {
position: relative;
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
width: 100%;
}
.container .container {
padding: 0;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 1024px) {
.container {
width: 1024px;
}
}
@media (min-width: 1200px) {
.container {
width: 100%;
max-width: 1340px;
}
}
.clearfix:after {
display: table;
line-height: 0;
content: '';
clear: both;
}
.flex-row {
margin-left: -15px;
margin-right: -15px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.flex-row-item {
padding-left: 15px;
padding-right: 15px;
} .header {
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 666;
background-color: #1f2224;
color: #fff;
font-size: 15px;
}
@media (max-width: 1299px) {
.header {
font-size: 14px;
}
}
.header-row {
height: 65px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 0 -10px;
}
.header-col {
padding: 0 10px;
}
@media (min-width: 1024px) {
.header-col-mobile {
display: none;
}
}
.header-col-logo {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
@media (max-width: 1023px) {
.header-col-logo {
margin-right: auto;
}
}
.header-col-call {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
@media (max-width: 1199px) and (min-width: 1024px) {
.header-col-call {
display: none;
}
}
.header-col-menu {
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px) {
.header-col-dealers {
display: none;
}
}
@media (max-width: 767px) {
.header-col-tel {
display: none;
}
}
@media (max-width: 479px) {
.header-col-call {
display: none;
}
}
.logo-defs {
display: none;
}
.header-logo {
display: block;
color: #fda82e;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.header-logo svg {
display: block;
}
.header-logo use {
fill: #fff;
}
.header-logo:hover {
color: #ff4646;
}
.dealers-link {
display: block;
padding-left: 43px;
position: relative;
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.dealers-link:before,
.dealers-link:after {
content: '';
position: absolute;
width: 35px;
height: 22px;
left: 0;
top: 50%;
margin-top: -11px;
background-image: url(//myagok.ru/wp-content/themes/myagok/img/dealers-icon.png);
background-size: 35px 90px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.dealers-link:after {
opacity: 0;
background-position: 0 -22.5px;
}
.dealers-link:hover {
color: #fda82e;
}
.dealers-link:hover:before {
opacity: 0;
}
.dealers-link:hover:after {
opacity: 1;
}
.dealers-link img {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
margin-right: 8px;
}
.header-call-link {
position: relative;
overflow: hidden;
padding: 0 10px;
height: 40px;
color: #fda82e;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
display: block;
line-height: 1;
text-align: center;
width: 110px;
}
.header-call-link span {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
-webkit-animation: header-call 8s infinite;
-o-animation: header-call 8s infinite;
animation: header-call 8s infinite;
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
-o-transition: -o-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}
.header-call-link:before,
.header-call-link:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
top: 50%;
margin-top: -3px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: currentColor;
}
.header-call-link:before {
left: 0;
}
.header-call-link:after {
right: 0;
}
.header-call-link:hover {
color: #fff;
}
.header-call-link:hover span {
-webkit-animation: none;
-o-animation: none;
animation: none;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
@-webkit-keyframes header-call {
0%,
60% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
65%,
95% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@-o-keyframes header-call {
0%,
60% {
-o-transform: translateY(0);
transform: translateY(0);
}
65%,
95% {
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes header-call {
0%,
60% {
-webkit-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
65%,
95% {
-webkit-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.header-tel {
color: #fda82e;
white-space: nowrap;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
@media (max-width: 1199px) and (min-width: 1024px) {
.header-tel i {
display: none;
}
}
.header-tel:hover {
color: #fff;
}
.header-contacts-open {
font-size: 40px;
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
color: #fda82e;
}
.header-contacts-open.active i:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
margin-top: -3px;
}
.header-contacts-open i {
padding-right: 12px;
position: relative;
}
.header-contacts-open i:before {
width: auto;
margin: 0;
display: block;
}
.header-contacts-open i:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
right: 0;
top: 50%;
margin-top: -5px;
color: inherit;
border-right: solid 1px;
border-bottom: solid 1px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
-o-transition: -o-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
color: #fda82e;
}
.header-menu-open {
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.header-menu-open.active {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.header-menu-open.active span {
border-top-color: transparent;
}
.header-menu-open.active span:before {
opacity: 0;
}
.header-menu-open.active span i:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.header-menu-open.active span i:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.header-menu-open span {
width: 24px;
height: 12px;
border-top: solid 2px;
position: relative;
-webkit-transition: border-top-color 0.4s;
-o-transition: border-top-color 0.4s;
transition: border-top-color 0.4s;
}
.header-menu-open span:before {
content: '';
position: absolute;
width: 16px;
height: 2px;
right: 0;
bottom: 0;
background-color: currentColor;
-webkit-transition: opacity .4s;
-o-transition: opacity .4s;
transition: opacity .4s;
}
.header-menu-open span i {
position: absolute;
top: 50%;
right: 0;
left: 0;
height: 2px;
margin-top: -2px;
}
.header-menu-open span i:before,
.header-menu-open span i:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: currentColor;
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
-o-transition: -o-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}
.header-mobile-links {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -8px;
}
@media (min-width: 768px) {
.header-mobile-links li:first-child {
display: none;
}
}
.header-mobile-links a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 50px;
padding: 0 8px;
}
@media (max-width: 1023px) {
.header-col-menu {
position: fixed;
bottom: 0;
background: #242729;
top: 65px;
left: 0;
right: 0;
overflow-y: auto;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
padding: 0;
}
}
@media (max-width: 1023px) {
.nav-top {
max-width: 750px;
margin: auto;
padding: 0 15px;
}
}
@media (max-width: 1023px) {
.header-menu-opened .header-col-menu {
-webkit-transition: .6s;
-o-transition: .6s;
transition: .6s;
}
}
.header-menu-is-open {
overflow-y: hidden;
}
@media (max-width: 1023px) {
.header-menu-is-open .header-col-menu {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
.header-menu {
line-height: 1;
}
@media (max-width: 1023px) {
.header-menu {
padding: 20px 0;
}
}
@media (min-width: 1024px) {
.header-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -25px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.header-menu > li {
position: relative;
}
.header-menu > li > a {
color: inherit;
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.header-menu > li > a span {
display: block;
}
@media (min-width: 1024px) {
.header-menu > li > a span {
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
.header-menu > li > a span:before {
content: '';
position: absolute;
width: 34px;
height: 1px;
left: 50%;
bottom: 0;
margin-left: -17px;
background-color: #fda82e;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
-o-transform: scaleX(0);
transform: scaleX(0);
}
}
@media (min-width: 1024px) {
.header-menu > li > a {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 65px;
padding: 5px 7px;
text-align: center;
white-space: nowrap;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
}
@media (max-width: 1299px) {
.header-menu > li > a {
padding: 5px;
}
}
@media (max-width: 1199px) {
.header-menu > li > a {
font-size: 13px;
}
}
@media (max-width: 1023px) {
.header-menu > li > a {
padding: 9px 15px;
margin: 0 -15px;
font-size: 17px;
display: block;
}
}
.header-menu > li.menu-item-has-children > a span {
position: relative;
padding-right: 12px;
}
@media (max-width: 1023px) {
.header-menu > li.menu-item-has-children > a span {
display: block;
}
}
.header-menu > li.menu-item-has-children > a span:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
right: 0;
top: 50%;
color: #7b7c7c;
margin-top: -3px;
border-right: solid 1px;
border-bottom: solid 1px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: margin-top 0.4s, -webkit-transform 0.4s;
transition: margin-top 0.4s, -webkit-transform 0.4s;
-o-transition: margin-top 0.4s, -o-transform 0.4s;
transition: transform 0.4s, margin-top 0.4s;
transition: transform 0.4s, margin-top 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
@media (min-width: 1024px) {
.header-menu > li.menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
.header-menu > li.menu-item-has-children:hover > a span:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
margin-top: -1px;
}
}
@media (max-width: 1023px) {
.header-menu > li.menu-item-has-children.active > a {
color: #b8b8b8;
}
.header-menu > li.menu-item-has-children.active > a span:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
margin-top: -1px;
}
}
.header-menu > li:hover > a {
color: #fda82e;
}
.header-menu > li:hover > a span:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
@media (max-width: 1023px) {
.header-menu .sub-menu {
font-size: 16px;
}
}
@media (min-width: 1024px) {
.header-menu .sub-menu {
position: absolute;
width: 190px;
padding: 10px 0;
top: 100%;
left: 0;
background-color: #242729;
-webkit-box-shadow: 0 8px 15px rgba(1, 2, 3, 0.6);
box-shadow: 0 8px 15px rgba(1, 2, 3, 0.6);
z-index: -1;
-webkit-transition: opacity .4s,visibility .4s;
-o-transition: opacity .4s,visibility .4s;
transition: opacity .4s,visibility .4s;
opacity: 0;
visibility: hidden;
display: block!important;
}
.header-menu .sub-menu .sub-menu {
left: 100%;
top: 0;
padding: 0;
}
}
.header-menu .sub-menu .sub-menu {
background-color: #35393b;
}
@media (max-width: 1199px) {
.header-menu .sub-menu {
display: none;
}
}
.header-menu .sub-menu li:hover > a {
color: #fda82e;
background-color: #35393b;
}
.header-menu .sub-menu a {
display: block;
position: relative;
padding: 7px 12px 7px 45px;
color: #fff;
-webkit-transition: color 0.4s, background-color 0.4s;
-o-transition: color 0.4s, background-color 0.4s;
transition: color 0.4s, background-color 0.4s;
}
@media (max-width: 1023px) {
.header-menu .sub-menu a {
padding: 9px 12px 9px 45px;
}
}
.header-menu .sub-menu a:before,
.header-menu .sub-menu a:after {
content: '';
position: absolute;
background-color: #fda82e;
top: 50%;
}
.header-menu .sub-menu a:before {
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-top: -3px;
left: 12px;
}
.header-menu .sub-menu a:after {
width: 14px;
left: 22px;
height: 1px;
margin-top: -1px;
}
.header-menu .sub-menu > .menu-item-has-children {
position: relative;
}
@media (max-width: 1023px) {
.header-menu .sub-menu > .menu-item-has-children > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
}
.header-menu .sub-menu > .menu-item-has-children > a span {
position: relative;
padding-right: 12px;
display: block;
}
.header-menu .sub-menu > .menu-item-has-children > a span:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
right: 0;
top: 50%;
color: #fda82e;
margin-top: -3px;
border-right: solid 1px;
border-bottom: solid 1px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: margin-top 0.4s, -webkit-transform 0.4s;
transition: margin-top 0.4s, -webkit-transform 0.4s;
-o-transition: margin-top 0.4s, -o-transform 0.4s;
transition: margin-top 0.4s, transform 0.4s;
transition: margin-top 0.4s, transform 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
@media (max-width: 1023px) {
.header-menu .sub-menu > .menu-item-has-children.active span:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: -4px;
}
}
@media (min-width: 1024px) {
.header-menu .sub-menu > .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
}
.header-menu .current-menu-item > a,
.header-menu .current-menu-parent > a,
.header-menu .current-page-ancestor > a {
color: #fda82e;
}
.header-menu .current-menu-item > a span:before,
.header-menu .current-menu-parent > a span:before,
.header-menu .current-page-ancestor > a span:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
-o-transform: scaleX(1);
transform: scaleX(1);
}
.nav-top-links {
padding: 20px 15px;
margin: 0 -15px;
border-top: solid 1px #3e3e3e;
border-bottom: solid 1px #3e3e3e;
}
@media (min-width: 1024px) {
.nav-top-links {
display: none;
}
}
.nav-top-links-list {
font-size: 17px;
}
.nav-top-links-list li + li {
margin-top: 10px;
}
@media (min-width: 768px) {
.nav-top-links-list li:first-child {
display: none;
}
}
.nav-top-links-list a {
display: block;
padding: 5px 0 5px 45px;
color: inherit;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.nav-top-links-list a:hover {
color: #fda82e;
}
.nav-top-links-list .dealers-link:before {
opacity: 1;
background-position: 0 22.5px;
}
.nav-top-links-list .dealers-link:after {
display: none;
}
.nav-top-links-list .calc-link:before {
left: 2px;
}
.calc-link {
display: block;
padding-left: 45px;
position: relative;
}
.calc-link:before {
content: '';
position: absolute;
width: 25px;
height: 31px;
left: 0;
top: 50%;
margin-top: -16px;
background-image: url(//myagok.ru/wp-content/themes/myagok/img/calc-link-icon.png);
background-size: 100% 100%;
}
.nav-top-copyright {
padding: 20px 0;
}
@media (min-width: 1024px) {
.nav-top-copyright {
display: none;
}
}
.developer-link {
display: inline-block;
color: inherit;
font-size: 15px;
}
.developer-link .developer-link-text span {
padding-left: 26px;
position: relative;
}
.developer-link .developer-link-text span:before {
content: '';
position: absolute;
width: 20px;
height: 12px;
left: 0;
top: 50%;
margin-top: -6px;
background-image: url(//myagok.ru/wp-content/themes/myagok/img/developer-logo.png);
background-size: 100% 100%;
}
.developer-link:hover .developer-link-text span {
color: #ff9d12;
}
.developer-link-text span {
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.copyright {
display: block;
margin-bottom: 3px;
}
.header-mobile-contacts {
position: fixed;
right: 0;
top: 65px;
left: 0;
padding: 20px 0;
background-color: #242729;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: .6s;
-o-transition: .6s;
transition: .6s;
z-index: 666;
color: #fff;
}
@media (min-width: 768px) {
.header-mobile-contacts {
display: none;
}
}
.header-mobile-contact-list {
font-size: 16px;
font-weight: 700;
padding-left: 25px;
}
.header-mobile-contact-list li + li {
margin-top: 15px;
}
.header-mobile-contact-list a {
color: inherit;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
white-space: nowrap;
position: relative;
}
.header-mobile-contact-list a i {
position: absolute;
right: 100%;
top: 0;
color: #fda82e;
padding-right: 5px;
}
.header-mobile-contact-list a:hover {
color: #fda82e;
}
.header-mobile-modal-link {
border-bottom: dotted 2px;
}
.header-mobile-modal-link:hover {
border-bottom-color: transparent;
}
.header-mobile-contacts-is-open {
overflow-y: hidden;
}
@media (max-width: 1023px) {
.header-mobile-contacts-is-open .header-mobile-contacts {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
.promo {
overflow: hidden;
position: relative;
}
.main-promo-slide {
height: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color: #fff;
}
.main-promo-slide:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(50, 55, 58, 0.5);
}
.main-promo-slide .container {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.main-promo-slide-content {
max-width: 100%;
width: 870px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 40px 140px 40px 0;
}
@media (min-width: 1200px) {
.main-promo-slide-content {
height: 780px;
min-height: 720px;
max-height: 100vh;
max-height: -webkit-calc(100vh - 65px);
max-height: calc(100vh - 65px);
}
}
@media (max-width: 1199px) {
.main-promo-slide-content {
padding-top: 60px;
padding-bottom: 60px;
}
}
@media (max-width: 1499px) and (min-width: 1200px) {
.main-promo-slide-content {
padding-left: 70px;
width: 940px;
}
}
@media (max-width: 1023px) {
.main-promo-slide-content {
padding-right: 0;
}
}
@media (max-width: 767px) {
.main-promo-slide-content {
padding: 40px 0 100px;
}
}
.animation-title > span,
.animation-title > b {
display: block;
overflow: hidden;
}
.animation-title > span span,
.animation-title > b span,
.animation-title > span b,
.animation-title > b b {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: .6s;
-o-transition: .6s;
transition: .6s;
display: block;
}
.animation-title > span:nth-child(2) span,
.animation-title > b:nth-child(2) span {
-webkit-transition: .6s .2s;
-o-transition: .6s .2s;
transition: .6s .2s;
}
.animation-title > span:nth-child(3) span,
.animation-title > b:nth-child(3) span {
-webkit-transition: .6s .4s;
-o-transition: .6s .4s;
transition: .6s .4s;
}
.animation-title > span:nth-child(4) span,
.animation-title > b:nth-child(4) span {
-webkit-transition: .6s .6s;
-o-transition: .6s .6s;
transition: .6s .6s;
}
.animation-title > span:nth-child(5) span,
.animation-title > b:nth-child(5) span {
-webkit-transition: .6s .8s;
-o-transition: .6s .8s;
transition: .6s .8s;
}
.animation-title > span:nth-child(6) span,
.animation-title > b:nth-child(6) span {
-webkit-transition: .6s 1s;
-o-transition: .6s 1s;
transition: .6s 1s;
}
.animation-title.active > span span,
.animation-title.active > b span,
.animation-title.active > span b,
.animation-title.active > b b {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.main-promo-title {
font-family: 'MuseoSansCyrl', sans-serif;
font-weight: 900;
font-size: 80px;
line-height: 1;
text-transform: uppercase;
}
@media (max-width: 1199px) {
.main-promo-title {
font-size: 70px;
}
}
@media (max-width: 767px) {
.main-promo-title {
font-size: 42px;
line-height: 1.1;
}
}
@media (max-width: 479px) {
.main-promo-title {
font-size: 33px;
line-height: 1.2;
}
}
.main-promo-title:not(:last-child) {
margin-bottom: 30px;
}
@media (max-width: 479px) {
.main-promo-title:not(:last-child) {
margin-bottom: 20px;
}
}
.main-promo-title b {
font-weight: inherit;
color: #fda82e;
}
.main-promo-title-desc {
font-weight: 500;
font-size: .5em;
text-transform: none;
line-height: 1.2;
}
.main-promo-content {
-webkit-transition: .4s .6s;
-o-transition: .4s .6s;
transition: .4s .6s;
-webkit-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transform: translateX(100px);
opacity: 0;
}
.main-promo-content:not(:last-child) {
margin-bottom: 30px;
}
@media (max-width: 479px) {
.main-promo-content:not(:last-child) {
margin-bottom: 20px;
}
}
.main-promo-content.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.main-promo-list-title {
font-size: 20px;
font-weight: 700;
margin-bottom: 20px;
}
@media (max-width: 767px) {
.main-promo-list-title {
font-size: 16px;
}
}
@media (max-width: 479px) {
.main-promo-list-title {
margin-bottom: 10px;
}
}
.main-promo-list {
font-size: 18px;
font-weight: 700;
}
@media (max-width: 767px) {
.main-promo-list {
font-size: 15px;
}
}
.main-promo-list li:before,
.main-promo-list li:after {
background-color: #fda82e;
}
.main-promo-list li:before {
top: 10px;
}
.main-promo-list li:after {
top: 12px;
}
.btn-wrapp {
overflow: hidden;
}
.btn-wrapp.active .btn {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.btn-wrapp .btn {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.main-promo-btn-wrapp .btn {
-webkit-transition: color .4s,-webkit-transform .4s .6s;
transition: color .4s,-webkit-transform .4s .6s;
-o-transition: color .4s,-o-transform .4s .6s;
transition: color .4s,transform .4s .6s;
transition: color .4s,transform .4s .6s,-webkit-transform .4s .6s,-o-transform .4s .6s;
}
.btn {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: inherit;
font-size: 21px;
font-weight: 700;
-webkit-transition: color .4s, -webkit-transform .6s;
transition: color .4s, -webkit-transform .6s;
-o-transition: color .4s, -o-transform .6s;
transition: transform .6s, color .4s;
transition: transform .6s, color .4s, -webkit-transform .6s, -o-transform .6s;
background: none;
border: 0;
}
.btn.disabled {
opacity: .2;
pointer-events: none;
}
.btn:hover {
color: #ff4646;
}
.btn:hover i {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.btn span {
border-bottom: solid 1px;
}
.btn i {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
width: 30px;
height: 30px;
margin-left: 8px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #ff4646;
position: relative;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.btn i:before,
.btn i:after {
content: '';
position: absolute;
width: 10px;
height: 2px;
left: 50%;
top: 50%;
margin: -1px 0 0 -5px;
background-color: #fff;
}
.btn i:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.btn-orange-light:hover {
color: #fda82e;
}
.btn-orange-light i {
background-color: #fda82e;
}
.btn-small {
font-size: 19px;
}
.main-promo-slider-nav {
position: absolute;
right: 15px;
bottom: 150px;
z-index: 6;
}
@media (max-width: 1199px) {
.main-promo-slider-nav {
bottom: 70px;
}
}
@media (max-width: 1023px) {
.main-promo-slider-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
bottom: 40px;
}
}
@media (max-width: 767px) {
.main-promo-slider-nav {
left: 15px;
bottom: 15px;
right: auto;
}
}
.swiper-slide-active .main-promo-title > span span,
.swiper-slide-active .main-promo-title > b span,
.swiper-slide-active .main-promo-title > span b,
.swiper-slide-active .main-promo-title > b b {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.swiper-slide-active .main-promo-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.swiper-slide-active .main-promo-btn-wrapp .btn {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.main-promo-slider-pagination {
font-family: 'BebasNeue';
font-size: 30px;
opacity: .3;
line-height: 1;
color: #fff;
}
@media (max-width: 1023px) {
.main-promo-slider-pagination {
margin-right: 15px;
font-size: 20px;
}
}
.main-promo-slider-pagination .swiper-pagination-current {
font-size: 2.6em;
}
.main-promo-slider-arrows {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
margin: 20px -6px 0;
}
@media (max-width: 1023px) {
.main-promo-slider-arrows {
margin: 0 -6px;
}
}
.main-promo-slider-arrows li {
padding: 0 6px;
}
.main-promo-slider-arrows .slider-arrow {
background-color: #fda82e;
}
.slider-arrow {
width: 34px;
height: 34px;
-webkit-border-radius: 50%;
border-radius: 50%;
position: relative;
border: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
background-color: #ff9d12;
opacity: .8;
display: block;
}
.slider-arrow:hover {
opacity: 1;
}
.slider-arrow:before {
content: '';
position: absolute;
border-top: solid 5px transparent;
border-bottom: solid 5px transparent;
top: 50%;
left: 50%;
margin-top: -5px;
color: #fff;
}
.slider-arrow-prev:before {
border-right: solid 9px;
margin-left: -6px;
}
.slider-arrow-next:before {
border-left: solid 9px;
margin-left: -4px;
}
.promo-links {
position: absolute;
left: 0;
top: 0;
bottom: 0;
z-index: 6;
width: 70px;
background-color: #f8f5ee;
}
@media (max-width: 1199px) {
.promo-links {
display: none;
}
}
.promo-links-list {
margin: 0 -10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
white-space: nowrap;
font-weight: 700;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(-90deg) translateX(-50%);
-ms-transform: rotate(-90deg) translateX(-50%);
-o-transform: rotate(-90deg) translateX(-50%);
transform: rotate(-90deg) translateX(-50%);
color: #333;
}
.promo-links-list li {
padding: 0 10px;
}
.promo-links-list a,
.promo-links-list span {
display: block;
padding-left: 60px;
position: relative;
}
.promo-links-list a:before,
.promo-links-list span:before {
content: '';
position: absolute;
width: 30px;
height: 1px;
left: 23px;
top: 50%;
background-color: #ff9d12;
}
.promo-links-list a i,
.promo-links-list span i {
position: absolute;
left: 0;
top: 1px;
color: #ff9d12;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.promo-links-list a i:before,
.promo-links-list span i:before {
width: auto;
margin: 0;
}
.promo-links-list a {
color: inherit;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.promo-links-list a:hover {
color: #ff9d12;
}
.promo-action-body {
padding: 20px;
position: relative;
}
@media (max-width: 767px) {
.promo-action-body {
padding-left: 0;
padding-right: 15px;
}
}
.promo-action-body:before {
content: '';
position: absolute;
width: 100000px;
right: 0;
top: 0;
bottom: 0;
background-color: #f8f5ee;
border-right: solid 1px #eeece7;
border-bottom: solid 1px #eeece7;
}
@media (max-width: 1199px) {
.promo-action-body:before {
right: -500px;
}
}
.promo-action-content {
position: relative;
font-size: 19px;
font-weight: 700;
line-height: 1.3;
}
@media (max-width: 767px) {
.promo-action-content {
font-size: 17px;
}
}
@media (min-width: 480px) {
.promo-action-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.promo-action-content b {
color: #f51414;
}
.promo-action-content-text:not(:last-child) {
margin: 3px 15px 0 0;
}
@media (max-width: 767px) {
.promo-action-content-text:not(:last-child) {
margin: 0 0 10px 0;
}
}
.promo-action-btn-wrapp {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.perfect {
padding: 120px 0;
}
@media (max-width: 1023px) {
.perfect {
padding: 60px 0;
}
}
.content-with-logo {
position: relative;
}
.content-logo {
position: absolute;
pointer-events: none;
color: #ececeb;
left: 100%;
margin-left: 100px;
bottom: 100%;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
@media (max-width: 1719px) {
.content-logo {
display: none;
}
}
.content-logo use {
fill: #ececeb;
}
.content-logo-left {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
left: auto;
right: 100%;
margin-right: 100px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.perfect-row {
margin-bottom: -40px;
}
@media (max-width: 1023px) {
.perfect-row {
display: block;
}
}
.perfect-col {
padding-bottom: 40px;
}
.perfect-col-content {
min-width: 1px;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
.perfect-col-content .section-title,
.perfect-col-content .section-title-desc,
.perfect-col-content .read-more-btn-wrapp {
text-align: left;
}
.perfect-col-info {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.section-title {
margin-bottom: 35px;
font-size: 54px;
font-weight: 700;
overflow: hidden;
line-height: 1.15;
text-align: center;
font-family: 'MuseoSansCyrl', sans-serif;
}
@media (max-width: 767px) {
.section-title {
font-size: 44px;
}
}
@media (max-width: 479px) {
.section-title {
font-size: 34px;
}
}
.section-title > span,
.section-title > b {
display: inline-block;
overflow: hidden;
vertical-align: top;
}
.section-title > span b,
.section-title > b b {
display: block;
}
.section-title b {
display: inline-block;
-webkit-transition: .6s;
-o-transition: .6s;
transition: .6s;
color: #ff9d12;
}
.section-title[data-anim] > b > b,
.section-title[data-anim] > span > b {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.section-title[data-anim].active > b > b,
.section-title[data-anim].active > span > b {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.section-title + .section-title-desc {
margin-top: -30px;
}
#tinymce .section-title[data-anim] > b > b,
#tinymce .section-title[data-anim] > span > b {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.section-title-desc {
font-size: 19px;
font-weight: 700;
margin-bottom: 35px;
text-align: center;
}
.section-title-desc + .section-title {
margin-top: -35px;
}
.arrows-list li + li {
margin-top: 5px;
}
.arrows-list li {
padding-left: 50px;
position: relative;
}
.arrows-list li:before {
content: '\e802';
font-family: "fontello";
position: absolute;
left: 30px;
color: #ff9d12;
top: 1px;
}
.arrows-list b {
color: #ff4646;
white-space: nowrap;
}
.content-text > *:not(.shortcode) {
line-height: 1.7;
}
.content-text > *:not(.shortcode) a:not(.btn) {
border-bottom: solid 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
color: #ff9d12;
}
.content-text > *:not(.shortcode) a:not(.btn):hover {
color: #ff4646;
border-bottom-color: transparent;
}
.content-text > *:not(.shortcode):not(:last-child):not(:empty) {
margin-bottom: 25px;
}
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h3 {
text-align: center;
line-height: 1.2!important;
font-family: 'MuseoSansCyrl', sans-serif;
}
.content-text h2:not(.section-title) {
font-size: 25px;
}
.content-text ul:not(.arrows-list) li + li,
.content-text ul:not(.arrows-list) > p + p {
margin-top: 10px;
}
@media (max-width: 479px) {
.content-text ul:not(.arrows-list) li + li,
.content-text ul:not(.arrows-list) > p + p {
margin-top: 5px;
}
}
.content-text ul:not(.arrows-list) li,
.content-text ul:not(.arrows-list) > p {
position: relative;
padding-left: 50px;
}
.content-text ul:not(.arrows-list) li:before,
.content-text ul:not(.arrows-list) > p:before,
.content-text ul:not(.arrows-list) li:after,
.content-text ul:not(.arrows-list) > p:after {
content: '';
position: absolute;
background-color: #ff9d12;
}
.content-text ul:not(.arrows-list) li:before,
.content-text ul:not(.arrows-list) > p:before {
width: 4px;
height: 4px;
-webkit-border-radius: 50%;
border-radius: 50%;
top: 10px;
left: 0;
}
.content-text ul:not(.arrows-list) li:after,
.content-text ul:not(.arrows-list) > p:after {
width: 28px;
left: 12px;
height: 1px;
top: 12px;
}
.content-text table {
width: 100%;
border-collapse: separate;
border-spacing: 0 10px;
font-size: 1.17rem;
line-height: 1.3;
font-weight: 700;
}
.content-text table td {
height: 60px;
padding: 10px 50px;
border-top: solid 1px #eeece7;
border-bottom: solid 1px #eeece7;
}
@media (max-width: 1023px) {
.content-text table td {
font-size: 1.1rem;
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 479px) {
.content-text table td {
font-size: 1rem;
padding-left: 15px;
padding-right: 15px;
}
}
.content-text table td:first-child {
padding-right: 0;
border-left: solid 1px #eeece7;
}
.content-text table td:last-child {
border-right: solid 1px #eeece7;
text-align: right;
}
.content-text table tr {
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
background-color: #f8f5ee;
}
.content-text table tr:hover {
background-color: #f2f2f2;
color: #ff9d12;
}
.content-text strong {
color: #f51414;
}
.content-text iframe {
display: block;
max-width: 100%;
}
.content-text .zoom-img {
display: block;
position: relative;
font-size: 14px;
color: #777;
text-align: center;
}
.content-text .zoom-img:before {
width: 44px;
height: 44px;
top: 15px;
right: 15px;
bottom: auto;
left: auto;
background-color: #ff9d12;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
opacity: .7;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.content-text .zoom-img:after {
content: '';
position: absolute;
width: 22px;
height: 22px;
right: 25px;
top: 25px;
background-image: url(//myagok.ru/wp-content/themes/myagok/img/zoom-img-icon.png);
background-size: 100% 100%;
}
.content-text .zoom-img img {
display: block;
width: 100%;
margin-bottom: 10px;
}
.content-text .zoom-img:hover:before,
.content-text .zoom-img:hover:after {
opacity: 1;
}
@media (min-width: 768px) {
.img-left {
float: left;
max-width: 50%;
margin-right: 30px;
}
}
@media (min-width: 768px) {
.img-right {
float: right;
max-width: 50%;
margin-left: 30px;
}
}
.read-more-btn-wrapp {
margin-top: 30px;
text-align: center;
}
.perfect-blocks {
width: 510px;
max-width: 100%;
}
@media (max-width: 1023px) {
.perfect-blocks {
margin: auto;
}
}
.perfect-blocks-row {
margin: 0 -1px -2px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.perfect-blocks-col {
width: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding: 0 1px 2px;
}
@media (max-width: 479px) {
.perfect-blocks-col {
width: 100%;
}
}
.perfect-block {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
border: solid 1px #f0eee9;
background-color: #fcfbf9;
padding: 15px 20px 20px;
text-align: center;
}
.perfect-block-icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 70px;
margin-bottom: 15px;
}
.perfect-block-icon img {
max-height: 100%;
}
.block-title {
position: relative;
text-transform: uppercase;
font-size: 1rem;
font-weight: 700;
text-align: center;
padding-bottom: 10px;
margin-bottom: 10px;
}
.block-title:after {
content: '';
position: absolute;
width: 20px;
height: 2px;
left: 50%;
bottom: 0;
margin-left: -10px;
background-color: #ff9d12;
}
.perfect-block-desc {
font-size: 14px;
text-align: center;
}
.main-services {
margin-bottom: 120px;
}
@media (max-width: 1023px) {
.main-services {
margin-bottom: 60px;
}
}
.main-services-body {
min-height: 455px;
position: relative;
}
@media (min-width: 1024px) {
.main-services-img {
position: absolute;
left: 100%;
top: 0;
margin-left: 35px;
}
}
@media (max-width: 1023px) {
.main-services-img {
margin-top: 40px;
}
}
.main-services-img img {
display: block;
max-width: none;
}
@media (max-width: 1023px) {
.main-services-img img {
max-width: 100%;
margin: auto;
}
}
.main-services-row {
margin-bottom: -40px;
}
@media (max-width: 1023px) {
.main-services-row {
display: block;
}
}
.main-services-col {
padding-bottom: 40px;
}
.main-services-col-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
@media (min-width: 1024px) {
.main-services-col-img {
width: 40%;
}
}
@media (max-width: 1023px) {
.main-services-col-img {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
.main-services-col-img img {
display: block;
}
@media (min-width: 1024px) {
.main-services-col-img img {
max-width: none;
}
}
@media (min-width: 1024px) {
.main-services-col-content {
width: 60%;
}
}
.main-services-blocks-row {
margin: 0 -1px -2px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-services-blocks-col {
width: 33.333%;
padding: 0 1px 2px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.main-services-blocks-col {
width: 50%;
}
}
@media (max-width: 479px) {
.main-services-blocks-col {
width: 100%;
}
}
.main-service {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
padding: 40px 25px;
background-color: #f8f5ee;
text-align: center;
position: relative;
border: solid 1px #eeece7;
}
@media (max-width: 1199px) {
.main-service {
padding: 40px 20px;
}
}
.main-service-icon {
position: absolute;
right: 13px;
top: 13px;
width: 55px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.main-service-number {
font-size: 38px;
margin-bottom: 15px;
font-weight: 700;
color: #ff9d12;
}
.perfect-block-desc {
font-size: 16px;
}
.perfect-block-desc a {
font-weight: 700;
color: inherit;
border-bottom: solid 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.perfect-block-desc a:hover {
border-bottom-color: transparent;
color: #ff9d12;
}
.main-services-content {
position: relative;
}
@media (min-width: 1024px) {
.main-services-content {
margin-left: -135px;
}
}
.tire {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0;
color: #fff;
position: relative;
}
.tire:before,
.tire:after {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
.tire:before {
right: 0;
background-color: rgba(29, 29, 29, 0.8);
}
.tire:after {
width: 95px;
background-color: #fcfbf9;
}
@media (max-width: 1479px) {
.tire:after {
display: none;
}
}
.tire .section-title b {
color: #fda82e;
}
.tire-row {
margin-bottom: -30px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tire-col {
padding-bottom: 30px;
width: 25%;
}
@media (max-width: 1023px) {
.tire-col {
width: 50%;
}
}
@media (max-width: 479px) {
.tire-col {
width: 100%;
}
}
.tire-block {
max-width: 280px;
margin: auto;
text-align: center;
}
.tire-block-icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 65px;
margin-bottom: 10px;
}
.tire-block-icon img {
max-height: 100%;
}
.tire-block-desc {
padding-top: 15px;
font-weight: 700;
position: relative;
}
.tire-block-desc:before {
content: '';
position: absolute;
width: 20px;
height: 2px;
left: 50%;
top: 0;
margin-left: -10px;
background-color: #fda82e;
}
.offers {
padding-top: 90px;
}
@media (max-width: 1023px) {
.offers {
padding-top: 60px;
}
}
.main-offers-title-wrapp {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.main-offers-title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
.main-offers-title .section-title,
.main-offers-title .section-title-desc {
text-align: right;
}
.offers-row {
margin: 0 -2px -4px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.offers-col {
padding: 0 2px 4px;
width: 20%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 1199px) {
.offers-col {
width: 25%;
}
}
@media (max-width: 767px) {
.offers-col {
width: 50%;
}
}
@media (max-width: 479px) {
.offers-col {
width: 100%;
}
}
@media (max-width: 1199px) {
.offers-col-form {
width: 100%;
}
}
.offer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
padding: 30px 15px 25px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
background-color: #f2f2f2;
position: relative;
border: solid 1px #eeece7;
}
.offer:hover {
background-color: #f8f5ee;
}
.offer:hover .offer-recommend {
color: #f51414;
}
.offer-icon {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 60px;
margin-bottom: 20px;
}
.offer-title-price {
text-transform: none;
}
.list:not(.arrows-list) li + li,
.list:not(.arrows-list) > p + p {
margin-top: 10px;
}
@media (max-width: 479px) {
.list:not(.arrows-list) li + li,
.list:not(.arrows-list) > p + p {
margin-top: 5px;
}
}
.list:not(.arrows-list) li,
.list:not(.arrows-list) > p {
position: relative;
padding-left: 50px;
}
.list:not(.arrows-list) li:before,
.list:not(.arrows-list) > p:before,
.list:not(.arrows-list) li:after,
.list:not(.arrows-list) > p:after {
content: '';
position: absolute;
background-color: #ff9d12;
}
.list:not(.arrows-list) li:before,
.list:not(.arrows-list) > p:before {
width: 4px;
height: 4px;
-webkit-border-radius: 50%;
border-radius: 50%;
top: 10px;
left: 0;
}
.list:not(.arrows-list) li:after,
.list:not(.arrows-list) > p:after {
width: 28px;
left: 12px;
height: 1px;
top: 12px;
}
.offer-list li {
padding-left: 26px!important;
}
.offer-list li:after {
width: 11px!important;
top: 10px!important;
left: 9px!important;
}
.offer-list li:before {
top: 8px!important;
}
.offer-list {
margin-bottom: 10px;
font-size: 14px;
}
.offer-desc {
margin-bottom: 10px;
font-size: 14px;
}
.offer-desc b {
color: #ff9d12;
}
@media (min-width: 1024px) {
.offer-desc {
padding: 0 10px;
}
}
.offer-btn {
margin-top: auto;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
font-size: 14px;
}
.offer-btn .btn-icon {
background-color: #c6c6c6;
}
.offer-btn:hover {
color: #ff4646;
}
.offer-btn:hover .btn-icon {
background-color: #ff4646;
}
.offer-recommend {
position: absolute;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
bottom: 100%;
left: 100%;
margin: 0 0 -15px -30px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
color: #c6c6c6;
letter-spacing: .1em;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.offer-form {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px 12px 25px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
color: #fff;
position: relative;
}
.offer-form .form-submit-wrapp {
margin-top: auto;
}
.offer-form .form-block {
width: 205px;
max-width: 100%;
}
@media (max-width: 1199px) {
.offer-form .form-block {
width: 400px;
}
}
.offer-form .checkbox-wrapp {
width: 130px;
max-width: 100%;
}
.offer-form .checkbox-label {
color: #dadada;
}
.offer-form:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #333;
opacity: 0;
opacity: .2;
}
.offer-form-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
position: relative;
}
.offer-form-title {
text-transform: none;
}
.offer-form-title b {
text-transform: uppercase;
display: block;
}
.offer-form-submit {
font-size: 14px;
}
.form-block {
display: block;
}
.form-block:not(:last-child) {
margin-bottom: 10px;
}
.input {
display: block;
width: 100%;
background-color: #f5f5f4;
border: solid 1px #e9e9e9;
padding: 0 15px;
height: 48px;
color: #333;
font-weight: 700;
}
.input-white {
background-color: rgba(242, 242, 242, 0.68);
border: 0;
}
.input-small {
font-size: 14px;
height: 42px;
}
.input-small::-moz-placeholder {
font-size: 14px;
}
.input-small:-ms-input-placeholder {
font-size: 14px;
}
.input-small::-webkit-input-placeholder {
font-size: 14px;
}
.checkbox-label {
display: inline-block;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 15px;
color: #aaa;
font-size: 10px;
}
.checkbox-label:before,
.checkbox-label:after {
content: '';
position: absolute;
}
.checkbox-label:before {
width: 9px;
height: 9px;
left: 0;
top: 2px;
border: solid 1px;
}
.checkbox-label:after {
width: 3px;
height: 3px;
left: 3px;
top: 5px;
background-color: currentColor;
opacity: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.checkbox-label.active:after {
opacity: 1;
}
.checkbox {
position: absolute;
left: 0;
top: 0;
opacity: 0;
cursor: pointer;
}
.minus {
padding: 90px 0;
}
@media (max-width: 1023px) {
.minus {
padding: 60px 0;
}
}
.minus + .windows-other {
margin-top: 0!important;
}
.minus-body {
background-color: #f8f5ee;
max-width: 980px;
margin: auto;
padding: 40px 20px 40px 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
border: solid 1px #eeece7;
}
@media (max-width: 1023px) {
.minus-body {
padding: 40px 25px;
}
}
@media (max-width: 479px) {
.minus-body {
padding: 30px 15px;
}
}
.minus-content {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-width: 1px;
}
.minus-img {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
margin: -80px 0 -58px -20px;
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end;
}
@media (max-width: 1023px) {
.minus-img {
margin: -80px -15px -57px 10px;
}
}
@media (max-width: 767px) {
.minus-img {
display: none;
}
}
.minus-img img {
display: block;
}
.minus-title {
margin-bottom: 10px;
font-size: 41px;
text-align: left;
}
@media (max-width: 767px) {
.minus-title {
font-size: 34px;
}
}
@media (max-width: 479px) {
.minus-title {
font-size: 28px;
}
}
.minus-desc {
line-height: 1.2;
font-size: 19px;
margin-bottom: 20px;
}
.minus-desc span {
color: #f51414;
}
.file-label {
font-size: 15px;
font-weight: 700;
position: relative;
padding-left: 28px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
max-width: 100%;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.file-label:hover {
color: #ff4646;
}
.file-label .icon-attach {
position: absolute;
left: 0;
top: -2px;
color: #ff4646;
font-size: 20px;
}
.file-label .icon-attach:before {
width: auto;
margin: 0;
}
.file-label-title {
display: block;
overflow: hidden;
text-overflow: ellipsis;
border-bottom: solid 1px;
}
.file {
opacity: 0;
left: 0;
bottom: 0;
font-size: 0;
position: absolute;
}
.minus-form {
max-width: 625px;
}
.minus-form .input {
background-color: #fcfbf9;
}
.minus-form-row {
margin: 0 -4px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.minus-form-col {
padding: 0 4px 15px;
width: 50%;
}
@media (max-width: 479px) {
.minus-form-col {
width: 100%;
}
}
.minus-form-submit-wrapp {
margin-top: 30px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.minus-form-submit-wrapp .submit {
margin-right: 25px;
}
.minus-form-submit-wrapp .checkbox-wrapp {
max-width: 160px;
}
.btn-check:hover .btn-icon {
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.btn-check .btn-icon:before {
width: 14px;
height: 8px;
border-left: solid 3px;
border-bottom: solid 3px;
background: none;
margin: -6px 0 0 -7px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
color: #fff;
}
.btn-check .btn-icon:after {
display: none;
}
.main-materials {
padding-bottom: 90px;
}
@media (max-width: 1023px) {
.main-materials {
padding-bottom: 60px;
}
}
.main-materials-row {
margin: 0 -10px -30px;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-materials-col {
width: 25%;
padding: 0 10px 30px;
}
@media (max-width: 1023px) {
.main-materials-col {
width: 50%;
}
}
@media (max-width: 479px) {
.main-materials-col {
width: 100%;
}
}
.main-material {
max-width: 310px;
}
.item-block {
position: relative;
padding-right: 25px;
margin: auto;
}
.item-block-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 6;
}
.item-block-title {
position: absolute;
bottom: 100%;
left: 100%;
margin-left: -20px;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
line-height: 1;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
white-space: nowrap;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
@media (max-width: 1199px) and (min-width: 480px) {
.item-block-title {
font-size: 16px;
}
}
.item-block-title-red {
color: #ff4646;
}
.item-block-body {
position: relative;
}
.item-block-body:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #ff9d12;
opacity: .03;
}
.item-block-body:after {
content: '';
position: absolute;
height: 60%;
left: 0;
right: 0;
bottom: 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
background-image: -o-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
opacity: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.item-block-body img {
display: block;
width: 100%;
}
.item-block:hover .item-block-btn span {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.item-block:hover .item-block-btn .btn-icon {
-webkit-transform: translateX(0) rotate(-90deg);
-ms-transform: translateX(0) rotate(-90deg);
-o-transform: translateX(0) rotate(-90deg);
transform: translateX(0) rotate(-90deg);
}
.item-block:hover .item-block-body:after {
opacity: .6;
}
.item-block:hover .item-block-title {
color: #f51414;
}
.item-block-btn {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
bottom: 10px;
color: #fff;
overflow: hidden;
padding: 0 38px;
z-index: 1;
}
.item-block-btn span {
-webkit-transform: translateY(110%);
-ms-transform: translateY(110%);
-o-transform: translateY(110%);
transform: translateY(110%);
-webkit-transition: -webkit-transform .4s;
transition: -webkit-transform .4s;
-o-transition: -o-transform .4s;
transition: transform .4s;
transition: transform .4s, -webkit-transform .4s, -o-transform .4s;
}
.item-block-btn .btn-icon {
-webkit-transform: translateX(-185%);
-ms-transform: translateX(-185%);
-o-transform: translateX(-185%);
transform: translateX(-185%);
}
.measure-order {
max-width: 710px;
margin: auto;
background-color: #f8f5ee;
padding: 30px 50px;
border: solid 1px #eeece7;
}
@media (max-width: 767px) {
.measure-order {
padding: 30px;
}
}
.measure-order:not(:last-child) {
margin-bottom: 60px;
}
.measure-order:not(:first-child) {
margin-top: 60px;
}
.measure-order-row {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: -25px;
}
@media (max-width: 479px) {
.measure-order-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
}
.measure-order-col {
padding-bottom: 25px;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
.measure-order-col-icon img {
display: block;
}
.measure-order-col-content {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-width: 1px;
text-align: center;
font-size: 19px;
}
@media (max-width: 767px) {
.measure-order-col-content {
font-size: 17px;
}
}
.measure-order-col-content span,
.measure-order-col-content strong {
color: #f51414;
}
.calc {
width: 1720px;
max-width: 100%;
margin: auto;
background: url(//myagok.ru/wp-content/themes/myagok/img/calc-bg.jpg) center center no-repeat;
background-size: cover;
padding: 70px 0;
position: relative;
color: #fff;
}
.calc:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.73);
}
.calc-body {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 768px) {
.calc-body {
padding: 0 150px;
}
}
@media (max-width: 1199px) {
.calc-body {
padding-left: 0;
}
}
.calc-article-link {
color: inherit;
font-weight: 700;
text-transform: uppercase;
}
@media (min-width: 768px) {
.calc-article-link {
position: absolute;
top: 0;
right: 0;
}
}
.calc-article-link span {
border-bottom: solid 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
@media (max-width: 1023px) {
.calc-article-link {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
margin-bottom: 20px;
}
}
.calc-article-link:hover span {
border-bottom-color: transparent;
}
.calc-article-link img {
display: block;
margin: 0 auto 10px;
}
.calc-row {
margin: 0 -35px -35px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media (max-width: 1199px) {
.calc-row {
margin: 0 -15px -35px;
}
}
.calc-row-title {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 60px;
}
.calc-col {
width: 50%;
padding: 0 35px 35px;
}
@media (max-width: 1199px) {
.calc-col {
padding: 0 15px 35px;
}
}
@media (max-width: 1023px) {
.calc-col {
width: 100%;
}
}
.calc-title-wrapp {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.calc-title {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 768px) {
.calc-title {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
}
}
.calc-title .section-title {
margin-bottom: 0;
}
@media (min-width: 768px) {
.calc-title .section-title {
text-align: right;
}
}
.calc-title .section-title-desc {
text-align: left;
}
@media (min-width: 768px) {
.calc-title .section-title-desc {
text-align: right;
}
}
.calc-desc {
line-height: 1.7;
}
.form-block-title {
display: block;
font-weight: 700;
margin-bottom: 10px;
}
.select {
position: relative;
}
.select select {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
color: #333;
}
.select-input {
padding-right: 45px;
}
.select-icon {
position: absolute;
right: 10px;
top: 50%;
margin-top: -10px;
width: 20px;
height: 20px;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
background-color: #ff4646;
}
.select-icon:before {
content: '';
position: absolute;
width: 6px;
height: 6px;
left: 50%;
top: 50%;
margin: -5px 0 0 -3px;
border-right: solid 1px;
border-bottom: solid 1px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.calc-set-desc-wrapp {
margin-top: 10px;
}
.calc-set-desc {
font-size: 15px;
display: none;
}
.calc-set-desc span:not(:last-child):after {
content: '\002C';
}
.calc-set-desc a {
color: #fda82e;
border-bottom: solid 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.calc-set-desc a:hover {
border-bottom-color: transparent;
}
.calc-radios-row {
margin-bottom: -30px;
}
@media (max-width: 479px) {
.calc-radios-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.calc-radios-col {
padding-bottom: 30px;
}
.calc-radios-title {
position: relative;
padding-left: 55px;
margin-bottom: 30px;
}
.calc-radios-title img {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.calc-radios {
padding-left: 55px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.calc-radios li:not(:last-child) {
margin-right: 17px;
}
.radio-label {
display: inline-block;
position: relative;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-left: 26px;
font-size: 15px;
font-weight: 700;
}
.radio-label:before {
content: '';
position: absolute;
width: 16px;
height: 16px;
left: 0;
top: 2px;
border: solid 3px #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.radio-label.active:before {
background-color: #fda82e;
}
.radio {
position: absolute;
left: 0;
top: 2px;
opacity: 0;
cursor: pointer;
}
.calc-result-wrapp {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: 30px auto 0;
height: 82px;
overflow: hidden;
}
@media (min-width: 1024px) {
.calc-result-wrapp {
width: 50%;
}
}
@media (max-width: 479px) {
.calc-result-wrapp {
height: 103px;
}
}
.calc-result {
height: 100%;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
width: 100%;
}
.calc-submit-wrapp {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
height: 100%;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.calc-info {
margin-top: 20px;
}
.calc-contacts {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px -20px -10px;
}
.calc-contacts li {
padding: 0 20px 10px;
}
.calc-contacts a {
color: #fda82e;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
white-space: nowrap;
}
.calc-contacts a:hover {
color: #ff4646;
}
.calc-form.active .calc-result,
.calc-form.active .calc-submit-wrapp {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.works {
padding: 90px 0;
}
@media (max-width: 1023px) {
.works {
padding: 60px 0;
}
}
.works-slider.filter .work {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
visibility: hidden;
}
.works-slide {
width: 33.333%;
}
@media (max-width: 1023px) {
.works-slide {
width: 50%;
}
}
@media (max-width: 479px) {
.works-slide {
width: 100%;
}
}
.work {
max-width: 415px;
margin: auto;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.item-block-desc {
font-size: 15px;
font-weight: 700;
color: #949494;
text-align: center;
margin-top: 10px;
}
.slider-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 35px;
}
.slider-nav .slider-pagination {
width: auto;
width: 100px;
padding: 0 10px;
line-height: 1;
font-size: 26px;
font-family: 'BebasNeue';
color: #a4a4a4;
text-align: center;
}
.section-title + .slider-filter {
margin-top: -20px;
}
.slider-filter {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -18px 50px;
font-size: 19px;
color: #949494;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-weight: 700;
}
@media (max-width: 767px) {
.slider-filter {
margin: 0 -10px 30px;
font-size: 16px;
}
}
.slider-filter li {
padding: 0 18px 10px;
}
@media (max-width: 767px) {
.slider-filter li {
padding: 0 15px 5px;
}
}
.slider-filter a {
color: inherit;
border-bottom: solid 1px transparent;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.slider-filter a:hover {
color: #ff4646;
}
.slider-filter .active a {
color: #333;
pointer-events: none;
border-bottom-color: currentColor;
}
.swiper-button-disabled,
.swiper-button-disabled:hover{
opacity: .2;
}
.main-advantages-row {
margin-bottom: -40px;
}
@media (max-width: 1023px) {
.main-advantages-row {
display: block;
}
}
.main-advantages-col {
padding-bottom: 40px;
}
.main-advantages-col-img {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (min-width: 1024px) {
.main-advantages-col-img {
width: 40%;
}
}
@media (max-width: 1023px) {
.main-advantages-col-img {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
}
.main-advantages-col-img img {
display: block;
position: relative;
z-index: 1;
}
@media (min-width: 1024px) {
.main-advantages-col-img img {
max-width: none;
margin-top: 75px;
}
}
@media (min-width: 1024px) {
.main-advantages-col-content {
width: 60%;
}
}
.main-advantages-body {
padding: 60px 0;
position: relative;
}
@media (min-width: 1024px) {
.main-advantages-body {
margin-right: -135px;
padding: 75px 0;
}
}
.main-advantages-body:before {
content: '';
position: absolute;
width: 100000px;
top: 0;
bottom: 0;
right: 0;
background-color: #edecec;
}
@media (max-width: 1023px) {
.main-advantages-body:before {
right: -500px;
}
}
.main-advantages-body .content-logo {
color: #e1dfdf;
}
.main-advantages-body .content-logo use {
fill: #e1dfdf;
}
.main-advantages-content {
position: relative;
z-index: 2;
}
.articles-section {
padding: 90px 0;
}
@media (max-width: 1023px) {
.articles-section {
padding: 60px 0;
}
}
.articles-section-body {
position: relative;
}
.articles-section-img {
position: absolute;
right: 100%;
margin-right: 85px;
top: 0;
}
@media (max-width: 1199px) {
.articles-section-img {
display: none;
}
}
.articles-section-img img {
display: block;
max-width: none;
}
.articles-section-img-right {
right: auto;
left: 100%;
margin-left: 35px;
}
.articles-slider.filter .article {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
opacity: 0;
visibility: hidden;
}
.articles-slide {
width: 25%;
}
@media (max-width: 1023px) {
.articles-slide {
width: 50%;
}
}
@media (max-width: 479px) {
.articles-slide {
width: 100%;
}
}
.article {
max-width: 310px;
margin: auto;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.footer {
margin-top: auto;
}
.footer-contacts {
background: url(//myagok.ru/wp-content/themes/myagok/img/footer-contacts-bg.jpg) center center no-repeat;
background-size: cover;
padding: 80px 0;
color: #fff;
position: relative;
}
@media (max-width: 1023px) {
.footer-contacts {
padding: 60px 0;
}
}
.footer-contacts:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.56);
}
.footer-contacts-title {
text-align: left;
font-weight: 400;
margin-bottom: 20px;
}
.footer-contacts-title b {
color: #fda82e;
}
.footer-contacts-list {
font-size: 20px;
font-weight: 700;
}
.footer-contacts-list li + li {
margin-top: 10px;
}
.footer-contacts-list i {
color: #fda82e;
}
.footer-contacts-list a {
white-space: nowrap;
color: inherit;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.footer-contacts-list a:hover {
color: #fda82e;
}
.footer-contacts-row {
margin-bottom: -40px;
}
@media (max-width: 767px) {
.footer-contacts-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.footer-contacts-col {
padding-bottom: 40px;
}
.footer-contacts-col-title {
min-width: 360px;
}
.footer-contacts-col-form {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-width: 1px;
}
.textarea {
resize: none;
height: 95px;
padding-top: 10px;
padding-bottom: 10px;
}
.footer-form-row {
margin: 0 -7px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-form-col {
padding: 0 7px 15px;
width: 50%;
}
@media (max-width: 479px) {
.footer-form-col {
width: 100%;
}
}
.footer-submit-wrapp {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: 20px;
}
@media (min-width: 1024px) {
.footer-submit-wrapp {
padding-left: 130px;
}
}
.footer-submit-wrapp .checkbox-wrapp {
width: 130px;
}
.footer-form-submit {
margin: auto;
}
.footer {
background-color: #f8f5ee;
}
@media (min-width: 1024px) {
.footer {
position: fixed;
left: 0;
right: 0;
bottom: 0;
}
}
.footer-body {
padding: 70px 0;
border: solid 1px #eeece7;
background-color: #fcfbf9;
border-top: 0;
}
@media (min-width: 1200px) {
.footer-body {
margin-left: 50px;
padding-right: 50px;
width: 100%;
}
}
@media (max-width: 1199px) {
.footer-body {
border-left: 0;
border-right: 0;
}
}
@media (max-width: 1023px) {
.footer-body {
padding: 40px 0;
}
}
.footer-row {
margin-bottom: -30px;
}
@media (max-width: 1023px) {
.footer-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.footer-col {
padding-bottom: 30px;
}
@media (min-width: 1200px) {
.footer-col {
width: 25%;
}
}
.footer-col-logo {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
}
@media (max-width: 1023px) {
.footer-col-address {
width: auto;
}
}
@media (max-width: 479px) {
.footer-col-address {
width: 100%;
}
}
.footer-col-info {
width: 50%;
}
@media (max-width: 1023px) {
.footer-col-info {
width: 100%;
}
}
.footer-logo {
display: inline-block;
color: #ff9d12;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.footer-logo svg {
display: block;
}
.footer-logo use {
fill: #333;
}
.footer-logo:hover {
color: #f51414;
}
.contact-block {
position: relative;
padding-left: 25px;
font-weight: 700;
font-size: 16px;
}
.contact-block i {
position: absolute;
left: 0;
top: 0;
}
.contact-block i:before {
width: auto;
margin: 0;
}
.link {
border-bottom: solid 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.link:hover {
border-bottom-color: transparent;
}
.link-orange {
color: #ff9d12;
}
.footer-info-list {
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 -10px -10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 479px) {
.footer-info-list {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.footer-info-list li {
padding: 0 10px 10px;
}
.footer-dealers-link {
color: #333;
font-weight: 700;
}
.footer-dealers-link:before {
background-position: 0 -45px;
}
.footer-dealers-link span {
border-bottom: solid 1px;
}
.footer-call-link {
position: relative;
overflow: hidden;
padding: 0 15px;
color: #ff9d12;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
display: block;
text-align: center;
font-weight: 700;
}
.footer-call-link:before,
.footer-call-link:after {
content: '';
position: absolute;
width: 5px;
height: 5px;
top: 50%;
margin-top: -3px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: currentColor;
}
.footer-call-link:before {
left: 0;
}
.footer-call-link:after {
right: 0;
}
.footer-call-link:hover {
color: #ff4646;
}
.footer-info {
font-size: 13px;
margin-top: 20px;
color: #777;
}
.footer-copyright {
padding: 14px 0;
text-align: center;
font-weight: 700;
}
.footer-copyright .copyright {
display: inline;
}
.page {
position: relative;
z-index: 1;
background-color: #fcfbf9;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
@media (max-width: 1023px) {
.page {
margin-bottom: 0!important;
}
}
.to-top {
position: fixed;
right: 70px;
bottom: 50px;
width: 65px;
height: 65px;
-webkit-border-radius: 50%;
border-radius: 50%;
z-index: 67;
opacity: 0;
visibility: hidden;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.to-top svg {
width: 100%;
height: 100%;
}
.to-top svg path:first-child {
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
@media (max-width: 1439px) {
.to-top {
right: 15px;
bottom: 15px;
}
}
@media (max-width: 1023px) {
.to-top {
width: 50px;
height: 50px;
}
}
.to-top.active {
opacity: .5;
visibility: visible;
}
.to-top.active:hover {
opacity: 1;
}
.to-top.rotate {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
opacity: .5;
visibility: visible;
}
.to-top.rotate:hover {
opacity: 1;
}
.to-top:hover path:first-child {
fill: #ff4646;
}
.modal {
width: 1300px;
max-width: 100%;
background-color: #fcfbf9;
font-family: 'UniNeueRegular', sans-serif;
font-size: 1rem;
padding: 0;
margin: 20px 0;
display: none;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
-webkit-transition: .6s;
-o-transition: .6s;
transition: .6s;
position: relative;
overflow: visible;
}
.modal.active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
}
.modal.close {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
visibility: hidden;
}
@media (max-width: 1023px) {
.modal {
margin: 0;
min-height: 100%;
}
}
.modal-close-btn {
position: absolute;
right: -5px;
top: -5px;
width: 34px;
height: 34px;
background-color: #fda82e;
z-index: 2;
color: #fff;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
@media (max-width: 1339px) {
.modal-close-btn {
right: 5px;
top: 5px;
}
}
.modal-close-btn:hover {
color: #fff;
}
.modal-close-btn:before,
.modal-close-btn:after {
content: '';
position: absolute;
width: 20px;
height: 1px;
left: 50%;
top: 50%;
margin: -1px 0 0 -10px;
background-color: currentColor;
}
.modal-close-btn:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.modal-close-btn:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media (min-width: 1024px) {
.modal-body {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
}
.modal-img {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
position: relative;
}
@media (min-width: 1024px) {
.modal-img {
width: 400px;
min-height: 560px;
}
}
@media (max-width: 1023px) {
.modal-img {
padding-top: 56%;
}
}
.modal-img:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.08);
}
.modal-content {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-width: 1px;
padding: 50px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.modal-content {
padding: 50px 15px;
}
}
.modal-title {
font-size: 40px;
margin-bottom: 25px;
text-align: left;
}
@media (max-width: 767px) {
.modal-title {
font-size: 30px;
}
}
.modal-title-desc {
font-size: 19px;
font-weight: 700;
}
.modal-form-desc {
padding: 15px 0 20px;
font-size: 14px;
}
.modal-form-desc ul li:before {
top: 8px;
}
.modal-form-desc ul li:after {
top: 10px;
}
.modal-form-desc-title {
font-weight: 700;
margin-bottom: 10px;
font-size: 15px;
}
.modal-submit-wrapp {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin-top: auto;
}
.modal-submit-wrapp .checkbox-wrapp {
max-width: 150px;
}
.modal-form-submit {
margin-right: 25px;
}
.compensate-for-scrollbar {
margin-right: 0!important;
}
.fancybox-bg {
background: #000;
}
.fancybox-is-open .fancybox-bg {
opacity: .7;
}
.fancybox-is-open {
overflow: hidden;
}
.modal-map-canvas {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
min-height: 280px;
}
.modal-sent-info {
font-size: 18px;
font-weight: 700;
margin-bottom: 30px;
}
.modal-sent-logo-block {
margin-top: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.modal-sent-logo-icon {
width: 90px;
height: 90px;
color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
background-color: #ff9d12;
margin-right: 25px;
position: relative;
}
.modal-sent-logo-icon:before {
content: '';
position: absolute;
width: 40px;
height: 25px;
left: 50%;
top: 50%;
margin: -17px 0 0 -20px;
border-bottom: solid 8px;
border-left: solid 8px;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.modal-sent-logo {
color: #e1e0e0;
}
.modal-sent-logo use {
fill: #e1e0e0;
}
.modal-calc-body {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 768px) {
.modal-calc-body {
padding-right: 175px;
}
}
.modal-calc-body .calc-contacts a {
color: #333;
font-weight: 700;
}
.modal-calc-body .calc-contacts a i {
color: #ff9d12;
}
.modal-calc-body .calc-contacts a:hover {
color: #ff9d12;
}
.modal-calc-body .calc-set-desc a {
color: #ff9d12;
}
.modal-calc-body .calc-set-desc a:hover {
color: #ff4646;
}
.modal-calc-body .input {
background-color: #f6f6f6;
border: solid 1px #f0f0f0;
}
.modal-calc-body .radio-label:before {
background-color: #e6e6e6;
border-color: #e6e6e6;
}
.modal-calc-body .radio-label.active:before {
background-color: #ff9d12;
}
.fancybox-slide {
overflow-x: hidden;
} .page-promo {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
color: #fff;
}
.page-promo:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(50, 55, 58, 0.5);
}
.page-promo-body {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
@media (max-width: 1499px) and (min-width: 1200px) {
.page-promo-body {
padding-left: 70px;
}
}
.page-promo-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 340px;
width: 100%;
padding: 50px 0;
}
@media (max-width: 479px) {
.page-promo-content {
padding: 40px 0;
}
}
.breadcrumbs {
color: rgba(255, 255, 255, 0.5);
font-size: 14px;
margin-bottom: 20px;
}
.breadcrumbs li {
display: inline;
}
.breadcrumbs li:not(:last-child) {
position: relative;
margin-right: 6px;
}
.breadcrumbs li:not(:last-child):after {
content: '\00A0\00A0\00A0\002F';
}
.breadcrumbs a {
color: inherit;
border-bottom: solid 1px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.breadcrumbs a:hover {
color: #ff4646;
border-bottom-color: transparent;
}
.page-title {
font-size: 60px;
text-transform: uppercase;
line-height: 1;
font-weight: 900;
margin-bottom: 25px;
font-family: 'MuseoSansCyrl', sans-serif;
text-align: left;
}
.page-title b {
font-weight: 900;
color: #fda82e;
}
@media (max-width: 1023px) {
.page-title {
font-size: 54px;
}
}
@media (max-width: 767px) {
.page-title {
font-size: 44px;
}
}
@media (max-width: 479px) {
.page-title {
font-size: 34px;
}
}
.page-promo-btns {
margin: 0 -15px -20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.page-promo-btns li {
padding: 0 15px 20px;
}
@media (max-width: 479px) {
.page-promo-btns .btn {
font-size: 19px;
}
}
.page-body {
padding: 70px 0;
}
@media (max-width: 1023px) {
.page-body {
padding: 60px 0;
}
}
.page-body + .services-other {
margin-top: 0!important;
}
.content-logo-bottom {
bottom: 0;
top: auto;
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translateX(100%) rotate(-90deg);
-ms-transform: translateX(100%) rotate(-90deg);
-o-transform: translateX(100%) rotate(-90deg);
transform: translateX(100%) rotate(-90deg);
}
.windows:not(:last-child),
.materials:not(:last-child),
.services:not(:last-child),
.article-slider:not(:last-child) {
margin-bottom: 60px;
}
.windows:not(:first-child),
.materials:not(:first-child),
.services:not(:first-child),
.article-slider:not(:first-child) {
margin-top: 60px;
}
.windows-row,
.materials-row,
.services-row {
margin: 0 -1px -2px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.windows-col {
padding: 0 1px 2px;
width: 16.666%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 1023px) {
.windows-col {
width: 25%;
}
}
@media (max-width: 767px) {
.windows-col {
width: 33.333%;
}
}
@media (max-width: 479px) {
.windows-col {
width: 50%;
}
}
.materials-col,
.services-col {
width: 25%;
padding: 0 1px 2px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 767px) {
.materials-col,
.services-col {
width: 50%;
}
}
@media (max-width: 479px) {
.services-col {
width: 100%;
}
}
.window,
.material {
position: relative;
min-height: 200px;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 15px;
background-color: #f2f2f2;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
border: solid 1px #FFB64E;
}
.window:hover,
.material:hover {
background-color: #DFDFDF;
border: solid 3px #AFAFAF; transition: all .5s;
}
.window:hover .window-icon img,
.material:hover .material-icon img{
transition: all .5s;
transform: scale(1.2);
}
.service {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
padding: 30px 20px;
position: relative;
background-color: #f2f2f2;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
border: solid 1px #FFB64E;
}
.service:hover {
background-color: #DFDFDF;
outline: solid 3px #AFAFAF;
border: none;
}
.service:hover .service-icon img{
transform: scale(1.2);
}
.window-link,
.material-link,
.service-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 6;
}
.window-icon,
.cause-icon,
.material-icon {
height: 95px;
padding: 5px 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.window-icon:after,
.cause-icon:after,
.material-icon:after {
content: '';
position: absolute;
width: 20px;
height: 2px;
left: 50%;
bottom: 0;
margin-left: -10px;
background-color: #ff9d12;
}
.window-icon img,
.cause-icon img,
.material-icon img {
max-height: 100%;
}
.service-icon {
height: 95px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.window-title,
.cause-title,
.material-title {
text-align: center; margin-top: 10px;
font-weight: 700;
font-size: 1rem;
}
@media (max-width: 767px) {
.window-title,
.cause-title,
.material-title {
font-size: 15px;
}
}
.causes:not(:last-child) {
margin-bottom: 50px;
}
.causes:not(:first-child) {
margin-top: 50px;
}
.causes-slide {
height: auto;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 16.666%;
}
@media (max-width: 1023px) {
.causes-slide {
width: 25%;
}
}
@media (max-width: 767px) {
.causes-slide {
width: 33.333%;
}
}
@media (max-width: 479px) {
.causes-slide {
width: 50%;
}
}
.cause {
min-height: 200px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
padding: 15px;
background-color: #f8f5ee;
border: solid 1px #eeece7;
}
.page-section {
padding: 70px 0;
background-color: #edecec;
}
@media (max-width: 1023px) {
.page-section {
padding: 60px 0;
}
}
.page-section .offer {
background-color: #fcfbf9;
}
.page-section .offer:hover:hover {
background-color: #f8f5ee;
}
.page-section .content-logo {
color: #e1dfdf;
}
.page-section .content-logo use {
fill: #e1dfdf;
}
.section {
padding: 70px 0;
}
@media (max-width: 1023px) {
.section {
padding: 60px 0;
}
.section + .section {
margin-top: -60px;
}
}
.section + .section {
margin-top: -70px;
}
.page-body .section:last-child {
padding-bottom: 0;
} .windows-materials:not(:last-child) {
margin-bottom: 50px;
}
.windows-materials:not(:first-child) {
margin-top: 50px;
}
.windows-materials-row {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -35px -40px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (max-width: 1199px) {
.windows-materials-row {
margin: 0 -15px -40px;
}
}
.windows-materials-col {
width: 33.333%;
padding: 0 35px 40px;
}
@media (max-width: 1199px) {
.windows-materials-col {
padding: 0 15px 40px;
}
}
@media (max-width: 1023px) {
.windows-materials-col {
width: 50%;
}
}
@media (max-width: 479px) {
.windows-materials-col {
width: 100%;
}
}
.windows-material {
max-width: 390px;
margin: auto;
padding-right: 0;
}
.windows-material-img {
margin-bottom: 15px;
}
.windows-material-img img {
display: block;
width: 100%;
}
.windows-material-title {
text-transform: none;
text-align: center;
font-weight: 700;
}
.windows-material-list {
font-size: 15px;
}
.windows-material-list li {
padding-left: 26px!important;
}
.windows-material-list li:after {
width: 11px!important;
top: 10px!important;
left: 9px!important;
}
.windows-material-list li:before {
top: 8px!important;
}
.page-btns {
margin: 40px -12px -20px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.page-btns li {
padding: 0 12px 20px;
}
.windows-single-subpages-title {
text-align: center;
font-weight: 700;
margin-bottom: 30px;
font-size: 25px;
}
.windows-other:not(:last-child),
.materials-other:not(:last-child),
.services-other:not(:last-child) {
margin-bottom: 60px;
}
.windows-other:not(:first-child),
.materials-other:not(:first-child),
.services-other:not(:first-child) {
margin-top: 60px;
}
.windows-other-title,
.materials-other-title,
.section-title-small {
font-size: 46px;
}
@media (max-width: 767px) {
.windows-other-title,
.materials-other-title,
.section-title-small {
font-size: 44px;
}
}
@media (max-width: 479px) {
.windows-other-title,
.materials-other-title,
.section-title-small {
font-size: 34px;
}
}
.products:not(:last-child) {
margin-bottom: 50px;
}
.products:not(:first-child) {
margin-top: 50px;
}           .product-imgs-slider {
width: 500px;
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
margin-right: 20px;
position: relative;
max-width: 100%;
}
@media (max-width: 1023px) {
.product-imgs-slider {
margin: 0 0 20px;
}
}
.product-imgs-slider .slider-arrow {
position: absolute;
z-index: 6;
top: 50%;
margin-top: -17px;
}
.product-imgs-slider .slider-arrow-prev {
left: 15px;
}
.product-imgs-slider .slider-arrow-next {
right: 15px;
}
.zoom-img {
display: block;
position: relative;
}
.zoom-img:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
opacity: 0;
}
.zoom-img img {
display: block;
width: 100%;
}
.zoom-img:hover .zoom-img-icon,
.zoom-img:hover:before {
opacity: 1;
}
.zoom-img-icon {
width: 60px;
height: 60px;
position: absolute;
top: 50%;
left: 50%;
margin: -30px 0 0 -30px;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #fda82e;
opacity: 0;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.zoom-img-icon:before {
content: '';
position: absolute;
width: 30px;
height: 30px;
left: 50%;
top: 50%;
margin: -15px 0 0 -15px;
background-image: url(//myagok.ru/wp-content/themes/myagok/img/zoom-img-icon.png);
background-size: 100% 100%;
}
.product-body {
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
min-width: 1px;
font-size: 16px;
line-height: 1.6;
}
.product-title {   margin-top:15px;
}    .product-desc:not(:last-child) {
margin-bottom: 30px;
} .conditions:not(:last-child) {
margin-bottom: 60px;
}
.conditions:not(:first-child) {
margin-top: 60px;
}
.conditions .main-service {
background-color: #f2f2f2;
}
.conditions .main-service-number {
margin-bottom: 0;
}
.condition-title {
margin: 10px 0 25px;
padding: 15px 0 0;
}
.condition-title:after {
bottom: auto;
top: 0;
}
.files-add {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.files-add-title {
margin-right: 10px;
}
.files-add-input {
max-width: 100%;
min-width: 1px;
}
.install-info {
margin-bottom: 50px;
}
.install-own {
max-width: 1720px;
margin: 0 auto;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 60px 0;
color: #fff;
}
.install-own .section-title b {
color: orangeLight;
}
.install-own:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.65);
}
.install-own-desc {
text-align: center;
line-height: 1.7;
} .page-body .content-with-logo {
min-height: 240px;
}
.content-text + .works-wrapp {
margin-top: 60px;
}
.works-body {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.works-body-row {
margin: 0 -10px -40px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.works-body-col {
padding: 0 10px 40px;
}
.works-body-col-filter {
width: 33.333%;
}
@media (max-width: 767px) {
.works-body-col-filter {
width: 100%;
}
}
.works-body-col-content {
width: 66.666%;
}
@media (max-width: 767px) {
.works-body-col-content {
width: 100%;
}
}
.filter-blocks-row {
margin-bottom: -10px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.filter-blocks-col {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
padding-bottom: 10px;
}
@media (max-width: 767px) and (min-width: 480px) {
.filter-blocks-col {
width: 50%;
}
}
.filter-block {
padding: 25px;
background-color: #f2f2f2;
border: solid 1px #eeece7;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
}
@media (max-width: 1023px) {
.filter-block {
padding: 25px 15px;
}
}
.filter-block-title {
font-size: 1.1rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.filter-list li + li {
margin-top: 10px;
}
.checkbox-label-filter {
font-size: 1.1rem;
color: #949494;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
padding-left: 20px;
}
.checkbox-label-filter:before {
width: 12px;
height: 12px;
top: 5px;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.checkbox-label-filter:after {
width: 6px;
height: 6px;
top: 8px;
}
.checkbox-label-filter.disables {
pointer-events: none;
}
.checkbox-label-filter.active {
color: #333;
}
.checkbox-label-filter.active:before,
.checkbox-label-filter.active:after {
color: #ff9d12;
}
.works-row {
margin: 0 -10px -30px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.works-col {
padding: 0 10px 30px;
width: 50%;
}
@media (max-width: 479px) {
.works-col {
width: 100%;
}
}
ul.page-numbers {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 50px -5px -10px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
font-size: 15px;
}
ul.page-numbers li {
padding: 0 5px 10px;
}
ul.page-numbers .page-numbers {
width: 28px;
height: 28px;
background-color: #d8d8d8;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
ul.page-numbers .page-numbers:hover {
background-color: #ff4646;
}
ul.page-numbers .page-numbers.next,
ul.page-numbers .page-numbers.prev {
width: 34px;
height: 34px;
}
ul.page-numbers .page-numbers.next:hover,
ul.page-numbers .page-numbers.prev:hover {
background-color: #d8d8d8;
}
ul.page-numbers .page-numbers.current {
background-color: #b1b1b1;
}
.loading {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 666;
background-color: rgba(0, 0, 0, 0.36);
display: none;
}
.loading svg {
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin: -50px 0 0 -50px;
}
.loading svg path {
fill: #ff4646;
}
.loading-active {
overflow: hidden;
}
.loading-active .loading {
display: block;
}
.work-info-list {
-webkit-columns: 3;
-moz-columns: 3;
columns: 3;
margin-bottom: 20px;
font-size: 1.05rem;
}
@media (max-width: 767px) {
.work-info-list {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
font-size: 14px;
}
}
@media (max-width: 479px) {
.work-info-list {
-webkit-columns: 1;
-moz-columns: 1;
columns: 1;
}
}
.work-info-list li {
margin-bottom: 20px;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
position: relative;
padding-left: 30px;
}
@media (max-width: 767px) {
.work-info-list li {
margin-bottom: 10px;
padding-left: 25px;
}
}
@media (max-width: 479px) {
.work-info-list li {
margin-bottom: 5px;
}
}
.work-info-list i {
position: absolute;
left: 0;
top: 0;
color: #fda82e;
}
.work-info-list b {
color: #fda82e;
}
.content-text-works-single > * {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.content-text-works-single > .shortcode ~ * {
max-width: none;
text-align: left;
}
.article-slider {
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.article-slide-img {
display: block;
position: relative;
}
.article-slide-img .zoom-img-icon {
position: absolute;
right: 15px;
top: 15px;
left: auto;
margin: 0;
opacity: .7;
}
.article-slide-img img {
display: block;
border: solid 1px #efede8;
margin: auto;
}
.article-slide:hover .zoom-img-icon {
opacity: 1;
}
.article-slide-desc {
display: block;
text-align: center;
margin-top: 15px;
font-size: 14px;
color: #777;
} .page-body .minus:last-child {
padding-bottom: 0;
} .content-text + .articles-body {
padding-top: 60px;
}
.articles-row {
margin: 0 -10px -40px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.articles-col {
width: 25%;
padding: 0 10px 40px;
}
.page-title-small {
font-size: 36px;
}
@media (max-width: 1023px) {
.page-title-small {
font-size: 32px;
}
}
@media (max-width: 767px) {
.page-title-small {
font-size: 28px;
}
}
@media (max-width: 479px) {
.page-title-small {
font-size: 26px;
}
} .about-advantages {
max-width: 900px;
margin: auto;
}
.about-advantages .main-services-blocks-col:nth-child(even) .main-service {
background-color: #fcfbf9;
}
.main-advantages-body .main-services-blocks-col:nth-child(even) .main-service {
background-color: #fcfbf9;
} .page-404-content {
text-align: center;
line-height: 1.7;
}
.page-404-content a {
color: #ff9d12;
}
.page-404-content:not(:last-child) {
margin-bottom: 40px;
}
.page-404-info {
font-size: 404px;
line-height: 1;
font-weight: 900;
color: #ff9d12;
font-family: 'MuseoSansCyrl', sans-serif;
text-align: center;
}
@media (max-width: 1023px) {
.page-404-info {
font-size: 360px;
}
}
@media (max-width: 767px) {
.page-404-info {
font-size: 220px;
}
}
@media (max-width: 479px) {
.page-404-info {
font-size: 150px;
}
}
.page-404-info:not(:last-child) {
margin-bottom: 40px;
}
.contacts-address {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.contacts-address {
width: 62.5%;
}
}
.tabs-nav {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
font-size: 21px;
font-weight: 700;
color: #888;
margin-bottom: 20px;
}
.tabs-nav a {
color: inherit;
border-bottom: solid 1px transparent;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.tabs-nav a:hover {
color: #f51414;
}
.tabs-nav li:not(:last-child) {
padding-right: 17px;
margin-right: 10px;
position: relative;
}
.tabs-nav li:not(:last-child):after {
content: '\002F';
position: absolute;
right: 0;
top: 0;
}
.tabs-nav .active a {
color: #f51414;
border-bottom-color: currentColor;
pointer-events: none;
}
.contacts-row {
margin-bottom: -30px;
}
@media (max-width: 767px) {
.contacts-row {
display: block;
}
}
.contacts-col {
padding-bottom: 30px;
}
@media (min-width: 768px) {
.contacts-col-map {
width: 62.5%;
}
}
@media (max-width: 768px) {
.filter-list{
display: none;
}
.filter-block{
cursor: pointer;
}
.filter-block-icon{
visibility: visible;
float: right;
color: #FDA82E;
}
}
.contacts-col-content {
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
@media (min-width: 768px) {
.contacts-col-content {
width: 37.5%;
}
}
.contacts-map {
height: 390px;
background-color: #fff;
}
@media (max-width: 767px) {
.contacts-map {
height: 320px;
}
}
@media (max-width: 479px) {
.contacts-map {
height: 280px;
}
}
.contacts-list-title {
font-size: 25px;
font-weight: 700;
margin-bottom: 30px;
}
@media (min-width: 1024px) {
.contacts-content {
margin-left: 30px;
}
}
.contacts-list {
font-weight: 700;
}
.contacts-list li + li {
margin-top: 25px;
}
.contacts-list li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.contacts-list span,
.contacts-list a {
position: relative;
padding-left: 62px;
}
.contacts-list span i,
.contacts-list a i {
color: #ff9d12;
position: absolute;
left: 0;
top: 0;
}
.contacts-list span:before,
.contacts-list a:before {
content: '';
position: absolute;
width: 30px;
height: 1px;
left: 25px;
top: 11px;
background-color: #ff9d12;
}
.contacts-list span .icon-mail-alt,
.contacts-list a .icon-mail-alt {
font-size: 14px;
top: 2px;
left: 2px;
}
.contacts-list a {
color: inherit;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
white-space: nowrap;
}
.contacts-list a:hover {
color: #ff9d12;
}
.requisites-list {
margin-top: 30px;
}
.requisites-list li + li {
margin-top: 20px;
}
.priorities-row {
margin: 0 -1px -2px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.priorities-col {
width: 20%;
padding: 0 1px 2px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 1199px) {
.priorities-col {
width: 33.333%;
}
}
@media (max-width: 767px) {
.priorities-col {
width: 50%;
}
}
@media (max-width: 479px) {
.priorities-col {
width: 100%;
}
}
.priority {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
padding: 35px 25px;
background-color: #f8f5ee;
text-align: center;
}
@media (max-width: 767px) {
.priority {
padding: 30px 15px;
}
}
.priority-number {
font-weight: 700;
font-size: 38px;
line-height: 1;
padding-bottom: 12px;
margin-bottom: 10px;
position: relative;
color: #ff9d12;
}
.priority-number:after {
content: '';
position: absolute;
width: 20px;
height: 2px;
left: 50%;
bottom: 0;
margin-left: -10px;
background-color: currentColor;
}
.priority-desc {
font-size: 16px;
}
.dealers-offers-row {
margin: 0 -1px -2px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.dealers-offers-col {
width: 16.666%;
padding: 0 1px 2px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media (max-width: 1023px) {
.dealers-offers-col {
width: 25%;
}
}
@media (max-width: 767px) {
.dealers-offers-col {
width: 33.333%;
}
}
@media (max-width: 479px) {
.dealers-offers-col {
width: 50%;
}
}
.dealers-offer {
position: relative;
-webkit-box-flex: 1;
-webkit-flex: auto;
-ms-flex: auto;
flex: auto;
padding: 30px 15px;
background-color: #f8f5ee;
text-align: center;
}
.dealers-offer-icon {
height: 95px;
margin-bottom: 10px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.dealers-offer-icon:after {
content: '';
position: absolute;
width: 20px;
height: 2px;
left: 50%;
bottom: 0;
margin-left: -10px;
background-color: #ff9d12;
}
.dealers-offer-icon img {
max-height: 100%;
}
@media (max-width: 767px) {
.dealers-contacts {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.dealers-contacts .contacts-list-title {
text-align: center;
}
.dealers-contacts .contacts-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -45px -15px;
}
.dealers-contacts .contacts-list li + li {
margin-top: 0;
}
.dealers-contacts .contacts-list li {
padding: 0 45px 15px;
}
@media (max-width: 767px) {
.dealers-contacts .contacts-list {
display: block;
-webkit-align-self: center;
-ms-flex-item-align: center;
-ms-grid-row-align: center;
align-self: center;
}
}
.footer-col-menu {
width: 100%;
}
@media (min-width: 1024px) {
.footer-col-menu {
display: none;
}
}
.footer-menu {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0 -10px -5px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-menu li {
padding: 0 10px 5px;
}
.footer-menu a {
color: inherit;
border-bottom: solid 1px;
white-space: nowrap;
}
.filter-btns {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -15px -20px;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.filter-btns li {
padding: 0 15px 20px;
}
.plus-icon{
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
flex: none;
width: 30px;
height: 30px;
margin: 8px auto 0;
-webkit-border-radius: 50%;
border-radius: 50%;
background-color: #FFB64E;
position: relative;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
}
.plus-icon:before,
.plus-icon:after {
content: '';
position: absolute;
width: 10px;
height: 2px;
left: 50%;
top: 50%;
margin: -1px 0 0 -5px;
background-color: #fff;
}
.plus-icon:after {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}       .content-text .shortcode .zoom-img img{
margin-bottom:0;
}
.products-row{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom:-30px;
}
.products-col{
padding-bottom:30px;
width:33.333%;
}
@media (max-width:767px){
.products-col{
width:50%;
}
}
@media (max-width:479px){
.products-col{
width:100%;
}
}