@charset "UTF-8";
/*normalize*/
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1em 40px;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
b,
strong {
font-weight: inherit;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
-webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
/*slick.css*/
.slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: 0;
}
.slick-list.dragging {
cursor: pointer;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:after,
.slick-track:before {
display: table;
content: "";
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir="rtl"] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
/*slick-theme*/
.slick-loading .slick-list {
background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
font-family: slick;
font-weight: 400;
font-style: normal;
font-display: swap;
src: url(fonts/slick.eot);
src: url(fonts/slick.eot#iefix) format("embedded-opentype"),
url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"),
url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0;
}
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
font-family: slick;
font-size: 20px;
line-height: 1;
opacity: 0.75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir="rtl"] .slick-prev {
right: -25px;
left: auto;
}
.slick-prev:before {
content: "←";
}
[dir="rtl"] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir="rtl"] .slick-next {
right: auto;
left: -25px;
}
.slick-next:before {
content: "→";
}
[dir="rtl"] .slick-next:before {
content: "←";
}
.slick-dotted.slick-slider {
margin-bottom: 30px;
}
.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: 0;
background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
opacity: 1;
}
.slick-dots li button:before {
font-family: slick;
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: "•";
text-align: center;
opacity: 0.25;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
opacity: 0.75;
color: #000;
}
/*fancybox*/
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: 0.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 0.25s, visibility 0s linear 0.25s;
-o-transition: opacity 0.25s, visibility 0s linear 0.25s;
transition: opacity 0.25s, visibility 0s linear 0.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;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
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;
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;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
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: calc(100% - 100px);
max-height: calc(100% - 88px);
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;
border-radius: 0;
background: rgba(30, 30, 30, 0.6);
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.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;
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;
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)),
to(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 hsla(0, 0%, 100%, 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 hsla(0, 0%, 39%, 0.4);
border-top: 6px solid hsla(0, 0%, 100%, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: a 0.8s infinite linear;
animation: a 0.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);
}
}
@keyframes a {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-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);
transform: scaleX(1);
opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
-webkit-transform: rotate(-1turn);
-ms-transform: rotate(-1turn);
transform: rotate(-1turn);
opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
-webkit-transform: rotate(1turn);
-ms-transform: rotate(1turn);
transform: rotate(1turn);
opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
-webkit-transform: rotate(0deg);
-ms-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;
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;
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;
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;
border-radius: 10px;
}
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
padding: 0;
margin: 2px;
width: 100px;
height: 75px;
max-width: calc(50% - 4px);
max-height: calc(100% - 8px);
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: calc(100% - 10px);
}
}

@font-face {
font-family: Helvetica;
font-display: swap;
src: local("HelveticaNeueCyr Light"), local("HelveticaNeueCyr-Light"),
url("fonts/HelveticaNeueCyr-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: Helvetica;
font-display: swap;
src: local("HelveticaNeueCyr Roman"), local("HelveticaNeueCyr-Roman"),
url("fonts/HelveticaNeueCyr-Roman.woff") format("woff");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: Helvetica;
font-display: swap;
src: local("HelveticaNeueCyr Medium"), local("HelveticaNeueCyr-Medium"),
url("fonts/HelveticaNeueCyr-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: Helvetica;
font-display: swap;
src: local("HelveticaNeueCyr Bold"), local("HelveticaNeueCyr-Bold"),
url("fonts/HelveticaNeueCyr-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
ol,
ul {
list-style: none;
}
* {
margin: 0;
padding: 0;
outline: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
input,
textarea,
button {
font-family: Helvetica;
}
input,
textarea {
border: 1px solid #e6e6e6;
background: #f6f6f6;
border-radius: 5px;
width: 100%;
font-size: 16px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
color: #3b3a40;
}
input {
padding: 25px;
}
.project-slide_sm {
height: 300px;
text-align: center;
}
.project-slide_sm img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.project-slide_sm:hover img {
opacity: 0.8;
}
.label-info + input {
padding-left: 90px;
}
.label-info {
position: absolute;
z-index: 2;
top: 1px;
left: 1px;
bottom: 1px;
/*width: 90px;*/
width: 70px;
pointer-events: none;
background: #e1e8ef;
border-radius: 4px 0px 0px 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
textarea {
max-height: 120px;
padding: 22px;
resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
opacity: 0.7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
opacity: 0.7;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
opacity: 0.7;
}
input::placeholder,
textarea::placeholder {
opacity: 0.7;
}
input:focus,
textarea:focus {
border-color: #505780;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
opacity: 0.2;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
opacity: 0.2;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
opacity: 0.2;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
opacity: 0.2;
}
input:focus::placeholder,
textarea:focus::placeholder {
opacity: 0.2;
}
.inp-sucWrap {
position: relative;
display: block;
}
.is-success input {
border-color: #58c248;
}
.is-error input {
border-color: #fd2a50;
}
.is-success .label-info {
background: #58c248;
}
.is-error .label-info {
background: #fd2a50;
}
.is-success .label-info img,
.is-error .label-info img {
-webkit-filter: brightness(2);
filter: brightness(2);
}
body,
.fancybox-container {
font-family: Helvetica;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
}
a {
display: inline-block;
text-decoration: none;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
img {
max-width: 100%;
}
.wrapper {
position: relative;
margin: auto;
min-width: 320px;
max-width: 1920px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-height: 101vh;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.wrapper.with-bg {
/*background: linear-gradient(169.83deg, #F8F8F8 39.76%, #C8DAEA 118.13%);*/
background: #f6f6f6;
}
body.fancybox-active .wrapper {
-webkit-filter: blur(2px);
filter: blur(2px);
}
.page-content {
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.header,
.footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.container {
position: relative;
z-index: 1;
width: 1280px;
margin: auto;
}
.caption,
.wys-text h2 {
font-weight: 500;
font-size: 36px;
line-height: 1.4;
}
.oh {
overflow: hidden;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.btnWrap {
position: relative;
z-index: 2;
}
.pay-methods {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 20px 0;
}
.pay-methods img {
-ms-flex-negative: 0;
flex-shrink: 0;
display: block;
}
.pay-methods img + img {
margin-left: 20px;
}
.btn {
position: relative;
text-align: center;
background: -o-linear-gradient(272.72deg, #ff4c67 -62.12%, #ee3f58 124.14%);
background: linear-gradient(177.28deg, #ff4c67 -62.12%, #ee3f58 124.14%);
-webkit-box-shadow: inset 0px -5px 10px rgba(255, 86, 147, 0.5);
box-shadow: inset 0px -5px 10px rgba(255, 86, 147, 0.5);
border-radius: 5px;
max-width: 100%;
border: none;
color: #fff;
/*padding: 34px 93px;*/
padding: 24px 35px;
line-height: 1.4;
font-weight: 500;
font-size: 16px;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
/*transition: .25s;*/
}
.btn:before {
position: absolute;
content: "";
z-index: -1;
top: 5%;
left: 0;
width: 100%;
border-radius: 20px;
background: #fd2a50;
-webkit-box-shadow: 0px 4px 50px rgba(251, 86, 86, 0.25);
box-shadow: 0px 4px 50px rgba(251, 86, 86, 0.25);
}
.btn:hover {
cursor: pointer;
background: #505780;
color: #fff;
-webkit-box-shadow: inset 0px -5px 10px transparent;
box-shadow: inset 0px -5px 10px transparent;
}
.btn:hover:before {
background: #505780;
}
.btn.btn-st2 {
background: transparent;
border: 1px solid #242739;
-webkit-box-shadow: none;
box-shadow: none;
color: #242739;
font-weight: 500;
}
.btn.btn-st2:hover {
background: -o-linear-gradient(272.72deg, #ff4c67 -62.12%, #ee3f58 124.14%);
background: linear-gradient(177.28deg, #ff4c67 -62.12%, #ee3f58 124.14%);
border-color: transparent;
color: #fff;
}
.btn.btn-st2:before {
opacity: 0;
border-radius: 10px;
top: 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn.btn-st2:hover:before {
opacity: 1;
background: #a51f22;
}
.oh {
overflow: hidden !important;
}
.dn {
display: none !important;
}
@-webkit-keyframes gloss {
0% {
left: -75px;
}
15%,
100% {
left: 120%;
}
}
@keyframes gloss {
0% {
left: -75px;
}
15%,
100% {
left: 120%;
}
}
.gloss {
position: relative;
overflow: hidden;
}
.gloss:before {
background: #fff;
content: "";
height: 300px;
left: -75px;
opacity: 0.3;
position: absolute;
top: -50px;
-webkit-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
z-index: 1;
-webkit-animation: gloss 3s ease-out 0s infinite;
animation: gloss 3s ease-out 0s infinite;
}
/*---------   Start block Header  ---------------*/
.header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 100;
color: #fff;
padding: 35px 0;
}
.header.fixed {
position: fixed;
background: -o-linear-gradient(318.31deg, #2a5b8b -23.44%, #505780 94.34%);
background: linear-gradient(131.69deg, #2a5b8b -23.44%, #505780 94.34%);
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding: 6px 0;
}
.header.fixed .target,
.header.fixed .h-btn {
display: none;
}
.header.fixed .logo {
font-size: 20px;
-webkit-transition: 0s !important;
-o-transition: 0s !important;
transition: 0s !important;
}
.header.fixed .big-soc_link {
font-size: 13px;
padding: 7px 16px;
}
.header.fixed .tel {
font-size: 18px;
-webkit-transition: 0s !important;
-o-transition: 0s !important;
transition: 0s !important;
}
.h-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.h-col1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mmenu {
position: relative;
margin-left: -5px;
padding: 5px;
width: 30px;
margin-right: 22px;
cursor: pointer;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.mmenu .line {
width: 100%;
height: 2px;
background: #fff;
border-radius: 100px;
}
.mmenu .line + .line {
margin-top: 4px;
}
.logo {
font-size: 35px;
color: #fff;
font-weight: 700;
}
.target {
color: #fff;
font-size: 16px;
position: relative;
padding-right: 13px;
}
.target:hover {
color: #fd2a50;
}
.logo + .target {
margin-left: 45px;
}
.target:after {
position: absolute;
content: "";
top: 9px;
right: 0;
width: 5px;
height: 5px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.target:hover:after {
border-right-color: #fd2a50;
border-bottom-color: #fd2a50;
}
.h-col2 {
}
.big-soc_link {
font-size: 14px;
color: #fff;
background: rgba(255, 255, 255, 0.3);
border-radius: 3px;
padding: 13px 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.big-soc_link .icon {
width: 16px;
height: 16px;
fill: #fff;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.big-soc_link:hover {
background: #50db3b;
color: #3b3a40;
}
.big-soc_link:hover .icon {
fill: #3b3a40;
}
.h-col3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.work-col {
}
.time-working {
position: relative;
font-size: 12px;
color: #fff;
padding-left: 10px;
}
@-webkit-keyframes fade {
0% {
opacity: 1;
}
80% {
opacity: 1;
}
81% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes fade {
0% {
opacity: 1;
}
80% {
opacity: 1;
}
81% {
opacity: 0;
}
100% {
opacity: 0;
}
}
.time-working:before {
position: absolute;
content: "";
top: 7px;
left: 0;
width: 6px;
height: 6px;
border-radius: 50%;
background: #2bb14d;
-webkit-animation: fade 2s ease-in-out infinite;
animation: fade 2s ease-in-out infinite;
}
.header .tel {
font-size: 24px;
font-weight: 500;
color: #fff;
}
.h-btn {
color: #fff;
font-size: 14px;
font-weight: 500;
line-height: 1.4;
padding: 15px 30px;
border-radius: 3px;
border: 1px solid #ffffff;
background: transparent;
margin-left: 35px;
}
.h-btn:hover {
background: #fff;
color: #505780;
}
.fancybox-bg {
background: rgba(77, 137, 197, 0.7);
}

/*main*/
.main-section {
position: relative;
z-index: 5;
padding-top: 217px;
/*background: linear-gradient(131.69deg, #2A5B8B -23.44%, #505780 94.34%);*/
background: #242739;
/*border-radius: 0px 0px 280px 280px;*/
color: #fff;
overflow: hidden;
}
.main-section .caption {
font-size: 40px;
font-weight: 700;
}
.main-section .btn {
width: 100%;
max-width: 270px;
}
.main-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.main-col1,
.main-col2 {
padding-top: 150px;
padding-bottom: 120px;
}
.main-col1 {
width: 665px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.main-col1 > p {
color: rgba(255, 255, 255, 0.7);
margin-top: 20px;
}
.main-section .btnWrap {
margin-top: 34px;
}
.main-adv_list {
margin-top: 70px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-adv {
width: 50%;
padding-right: 58px;
}
.main-adv h4 {
font-size: 18px;
font-weight: 500;
margin-bottom: 20px;
}
.main-adv_body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.main-adv_imgWrap {
width: 45px;
height: 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px;
}
.main-adv_imgWrap img {
max-width: none;
display: block;
}
.main-adv_body p {
font-size: 16px;
color: rgba(255, 255, 255, 0.7);
}
.main-col2 {
position: relative;
width: 475px;
width: 480px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.main-col2 .center-bottom {
position: absolute;
z-index: -1;
bottom: 0;
left: 50%;
max-width: none;
display: block;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.breadcrumb-light-section.width-lg .container {
width: 100%;
max-width: 1470px;
}

/*--------------------------- quiz start ---------------------------*/
.quiz-section {
margin-top: 100px;
}
.quiz {
position: relative;
}
.quiz-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.quiz-col1 {
width: 810px;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 50px;
}

.quiz-barWrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 45px;
}
.quiz-bar_text {
font-size: 16px;
color: rgba(0, 0, 0, 0.7);
min-width: 130px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.quiz-progress_barWrap {
width: 600px;
height: 32px;
background: #fff;
border: 1px solid #dedede;
border-radius: 100px;
padding: 5px;
}
@-webkit-keyframes progress_bar_stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress_bar_stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.quiz-progress_bar {
position: relative;
display: block;
height: 100%;
border-radius: 21px;
background-image: -o-linear-gradient(
135deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
background-image: linear-gradient(
-45deg,
rgba(255, 255, 255, 0.15) 25%,
transparent 25%,
transparent 50%,
rgba(255, 255, 255, 0.15) 50%,
rgba(255, 255, 255, 0.15) 75%,
transparent 75%,
transparent
);
background-size: 40px 40px;
background-color: #505780;
-webkit-animation: progress_bar_stripes 2s linear infinite;
animation: progress_bar_stripes 2s linear infinite;
-webkit-transition: width 0.5s;
-o-transition: width 0.5s;
transition: width 0.5s;
}
.quiz-progress_bar:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(
linear,
left top,
right top,
from(rgba(255, 255, 255, 0.6)),
to(rgba(255, 255, 255, 0))
);
background: -o-linear-gradient(
left,
rgba(255, 255, 255, 0.6) 0%,
rgba(255, 255, 255, 0) 100%
);
background: linear-gradient(
to right,
rgba(255, 255, 255, 0.6) 0%,
rgba(255, 255, 255, 0) 100%
);
}

.quiz-col2 {
position: relative;
width: 100%;
padding-left: 70px;
}
.quiz-col2:before {
position: absolute;
content: "";
top: 10px;
left: 0;
width: 1px;
bottom: 0;
background: rgba(59, 58, 64, 0.2);
}
.quiz-qestion_block {
display: none;
margin-top: 45px;
}
.quiz-qestion_block.active {
display: block;
}
.quiz-col1 > p {
margin-top: 5px;
font-size: 18px;
opacity: 0.6;
}
.quiz-qestion_block > p {
margin-top: 10px;
}
.quiz-question {
font-size: 24px;
font-weight: 400;
margin-bottom: 25px;
}
.quiz-item_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.quiz-item_list-big {
margin-left: -8px;
margin-right: -8px;
}
.quiz-item_list-big li {
width: 25%;
padding: 8px;
}
.quiz-item_content {
position: relative;
padding: 15px;
border: 1px solid #e5e5e5;
border-radius: 5px;
background: #fff;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.quiz-item_content:hover {
cursor: pointer;
/*border-color: ;*/
/*box-shadow: 0 10px 20px rgba(0,0,0,.2);*/
}
.quiz-item_content:before {
position: absolute;
content: "";
top: -1px;
right: -1px;
bottom: -1px;
left: -1px;
border: 2px solid #fb5656;
border-radius: 5px;
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.quiz-item_content:hover:before {
opacity: 1;
}
.quiz-item_imgWrap {
width: 100%;
height: 120px;
background: rgba(0, 0, 0, 0.3);
border-top-right-radius: 10px;
border-top-left-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.quiz-answer {
margin-top: 10px;
}
.quiz-item_list-small {
margin-left: -14px;
margin-right: -14px;
}
.quiz-item_list-small li {
width: 50%;
padding: 8px 14px;
}
.quiz-item_list-small .quiz-item_content {
padding: 19px 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.quiz-item_list-small .quiz-answer {
position: relative;
margin-top: 0;
padding-left: 43px;
font-size: 16px;
font-weight: 500;
color: rgba(32, 42, 49, 0.7);
}
.quiz-item_list-small .quiz-answer:before {
position: absolute;
content: "";
top: 2px;
left: 0;
width: 20px;
height: 20px;
border-radius: 50%;
background: #f6f6f6;
border: 1px solid #c8c8c8;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.quiz-item_list-small .quiz-answer:after {
position: absolute;
content: "";
top: 7px;
left: 5px;
width: 10px;
height: 10px;
border-radius: 50%;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(#ff7979),
to(#ff4141)
);
background: -o-linear-gradient(top, #ff7979 0%, #ff4141 100%);
background: linear-gradient(180deg, #ff7979 0%, #ff4141 100%);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.quiz-item_list-small .quiz-item_content:hover .quiz-answer:after {
opacity: 1;
}
.quiz-desc_content {
}
.quiz-pers {
margin-top: -30px;
}
.quiz-pers_imgWrap img {
display: block;
margin: 0 auto;
position: relative;
z-index: 2;
max-width: 176px;
}
.quiz-pers_imgWrap {
position: relative;
margin-bottom: 20px;
}
.quiz-pers_imgWrap:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 154px;
background: #fff;
border-radius: 5px;
}
.quiz-pers_name {
font-size: 24px;
font-weight: 500;
}
.quiz-pers_pos {
font-size: 16px;
opacity: 0.7;
margin-top: 5px;
}
.link-order {
line-height: 1.3;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.link-order:hover {
border-bottom-color: transparent;
}
.quiz-item_list-checkbox {
margin-left: -8px;
margin-right: -8px;
}
.quiz-item_list-checkbox li {
padding: 8px;
width: 50%;
}
.quiz-item_list-checkbox .quiz-item_content {
padding: 20px 20px 17px;
}
.quiz-item_list-checkbox .quiz-answer {
position: relative;
margin-top: 0;
padding-left: 30px;
}
.quiz-item_list-checkbox .quiz-answer:before {
position: absolute;
content: "";
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: -1px;
left: 0;
width: 17px;
height: 17px;
border: 2px solid rgba(0, 0, 0, 0.3);
}
.quiz-item_list-checkbox .quiz-answer:after {
position: absolute;
content: "";
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: 3px;
left: 4px;
width: 9px;
height: 9px;
background: rgba(0, 100, 0, 1);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.quiz-item_list-checkbox .quiz-item_content:hover .quiz-answer:after {
opacity: 0.5;
}
.quiz-item_list-checkbox .quiz-item_content.active .quiz-answer:after {
opacity: 1;
}
.quiz-qestion_block .btn {
}
.quiz-error_area.active {
position: relative;
}
.quiz-error_area.active:before {
position: absolute;
content: "";
-webkit-box-sizing: border-box;
box-sizing: border-box;
top: -7px;
right: -15px;
bottom: -7px;
left: -15px;
border: 1px solid rgba(255, 0, 0, 0.4);
border-radius: 3px;
}
.quiz-error_area.active .quiz-error_text {
display: block !important;
font-weight: 500;
margin-top: 10px;
color: red;
}
.quiz form {
margin-top: 50px;
max-width: 440px;
}
.quiz form .inp-sucWrap + .inp-sucWrap {
margin-top: 17px;
}
/*доп*/
.quiz.result .quiz-col1 > h2,
.quiz.result .quiz-col1 > p,
.quiz.result .quiz-barWrap {
display: none;
}
.quiz.result .quiz-qestion_block {
border: none;
padding-top: 0;
margin-top: 0;
}
.quiz-result_title {
max-width: 540px;
}
.quiz-result_title img {
margin-left: 20px;
}
.quiz-result_desc {
margin-top: 25px !important;
max-width: 610px;
}
.quiz.result .quiz-question {
font-weight: 900;
font-size: 50px;
padding-right: 200px;
line-height: 1.1;
}
.quiz.result .quiz-question span {
color: green;
}
.quiz-desc_content > p {
color: #3b3a40;
margin-top: 15px;
}
.quiz-desc_content .tel {
font-size: 30px;
font-weight: 500;
color: #3b3a40;
margin-top: 15px;
}
p.quiz-desc_info {
margin-top: 0;
}
.quiz-desc_info a {
color: #3b3a40;
font-weight: 700;
border-bottom: 1px dotted rgba(255, 65, 65, 0.5);
}
.quiz-desc_info img {
margin-left: 10px;
}
/*--------------------------- quiz end ---------------------------*/

.footer {
position: relative;
z-index: 100;
padding: 40px 0;
background: #fff;
}
.footer-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.f-col1 > p {
max-width: 240px;
}
.footer-content p {
font-size: 14px;
color: rgba(0, 0, 0, 0.7);
}
.footer .logo {
font-size: 35px;
color: #505780;
}
.h-soc_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style: none;
}
.h-soc_list li + li {
margin-left: 10px;
}
.social-btn {
padding: 9px;
width: 37px;
height: 37px;
background: #fff;
border-radius: 50%;
display: block;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.social-btn:hover {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.social-btn:hover {
color: #fff;
}
.social-btn .icon {
display: block;
width: 100%;
height: 100%;
fill: #fff;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.social-btn .icon {
/*fill: #fff;*/
}
.social-btn.wa {
background: -o-linear-gradient(275.65deg, #58c248 -1.24%, #238e12 114.61%);
background: linear-gradient(174.35deg, #58c248 -1.24%, #238e12 114.61%);
}
.social-btn.tg {
background: -o-linear-gradient(273.47deg, #81cbec -5.53%, #41b4e6 121.56%);
background: linear-gradient(176.53deg, #81cbec -5.53%, #41b4e6 121.56%);
}
.social-btn.vb {
background: -o-linear-gradient(273.81deg, #a66ecc -3.67%, #7f4da0 111.3%);
background: linear-gradient(176.19deg, #a66ecc -3.67%, #7f4da0 111.3%);
}
.footer .tel {
font-size: 28px;
color: #282828;
font-weight: 700;
}
.footer .mail {
font-size: 18px;
font-weight: 500;
color: #505780;
line-height: 1.4;
border-bottom: 1px solid rgba(77, 137, 197, 0.3);
}
.footer .mail:hover {
border-bottom-color: transparent;
}
.dev {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dev img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
}
.dev-text {
font-size: 16px;
color: #3b3a40;
}
.dev-text a {
color: #3b3a40;
}
.dev-text a:hover {
color: #fd2a50;
}
.f-col3 {
max-width: 650px;
}
.f-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 25px;
}
.policy {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 25px;
font-size: 12px;
color: #282828;
}
.policy img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 1px;
margin-right: 14px;
}
.policy a {
color: #282828;
border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
display: inline;
}
.policy a:hover {
color: #fd2a50;
border-bottom-color: transparent;
}
.footer .policy {
margin-top: 15px;
font-size: 14px;
}
.quiz-error_area {
display: inline-block;
max-width: 600px;
}
.quiz-qestion_block .btnWrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 40px;
}
.quiz-qestion_block .btnWrap .btn {
margin-right: 44px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.quiz-qestion_block .btnWrap p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
font-size: 14px;
color: #3b3a40;
max-width: 205px;
}
.quiz-qestion_block .btnWrap p img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 10px;
}
.quiz-qestion_block .btnWrap p span {
opacity: 0.7;
}
.result .quiz-qestion_block .btn {
padding-left: 98px;
padding-right: 98px;
/*margin-top: 20px;*/
}
.quiz-manager_res {
position: relative;
background: #fff;
border-radius: 10px;
}
.quiz-manager_res img {
max-height: none;
position: absolute;
bottom: 0;
left: 3px;
}
.quiz-desc_content-res,
.quiz-manager_res {
height: 100%;
}
.manager-desc {
position: absolute;
bottom: 140px;
left: -47px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.manager-desc .name {
position: relative;
z-index: 2;
font-size: 24px;
background: #fff;
padding: 25px 33px;
-webkit-box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
border-radius: 5px;
font-weight: 500;
}
.manager-desc .pos {
position: relative;
margin-top: -10px;
display: inline-block;
padding: 30px 22px 24px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
border-radius: 5px;
margin-left: 33px;
max-width: 390px;
display: none;
}
.quiz.result .quiz-col2 .quiz-desc_content {
display: none !important;
}
.quiz.result .quiz-col2 .quiz-desc_content-res {
display: block !important;
}
.quiz.result .quiz-col2 {
padding-left: 0;
}
.quiz.result .quiz-col2:before {
display: none;
}
.quiz.result .quiz-col1 {
max-width: 680px;
padding-right: 0;
}
.quiz.result .quiz-col2 {
max-width: 560px;
}

.advantages-seciton {
margin-top: 170px;
color: #fff;
}
.advantages-content {
position: relative;
/*background: linear-gradient(149.47deg, #242739 16.77%, #3b415e 104.82%);
	box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.5);*/
border-radius: 20px;
padding: 60px 50px;
background: #242739;
-webkit-box-shadow: 0px 20px 120px rgba(52, 115, 160, 0.5);
box-shadow: 0px 20px 120px rgba(52, 115, 160, 0.5);
border-radius: 5px;
}
/*.advantages-content:before {
	position: absolute;
	z-index: -1;
	content: '';
	left: 0;
	bottom: -14px;
	width: 100%;
	height: 219px;
	border-radius: 100px;
	background: #4074A8;
}*/
.advantages-bg {
position: absolute;
bottom: -135px;
right: -95px;
}
.advantages-item_list {
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
max-width: 845px;
margin: 0 -22px;
}
.advantages-item .advantages-item_head {
max-width: 78px;
}
.advantages-item {
width: 25%;
padding: 0 22px;
}
.advantages-item_body {
margin-top: 20px;
}
.advantages-item_body h3 {
font-size: 18px;
font-weight: 500;
/*text-transform: uppercase;*/
margin-bottom: 5px;
}
.advantages-item_body p {
opacity: 0.7;
font-size: 14px;
}
.advantages-item_head img {
display: block;
}
.ta-c {
text-align: center;
}
.color-blue {
color: #505780;
}
.service-section {
margin-top: 120px;
}
.btn-white {
color: #505780;
-webkit-box-shadow: none;
box-shadow: none;
background: -o-linear-gradient(273.2deg, #ffffff -62.12%, #ffffff 124.14%);
background: linear-gradient(176.8deg, #ffffff -62.12%, #ffffff 124.14%);
}
.btn-white:before {
background: #505780;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-white:hover {
background: -o-linear-gradient(272.72deg, #ff4c67 -62.12%, #ee3f58 124.14%);
background: linear-gradient(177.28deg, #ff4c67 -62.12%, #ee3f58 124.14%);
-webkit-box-shadow: inset 0px -5px 10px rgba(255, 86, 147, 0.5);
box-shadow: inset 0px -5px 10px rgba(255, 86, 147, 0.5);
color: #fff;
}
.btn-white:hover:before {
background: #fd2a50;
-webkit-box-shadow: 0px 4px 50px rgba(251, 86, 86, 0.25);
box-shadow: 0px 4px 50px rgba(251, 86, 86, 0.25);
}
.service-content {
margin-top: 70px;
}
.service-section .caption {
max-width: 800px;
margin: auto;
}
.service-item_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -80px -20px 0 -20px;
}
.service-item {
width: 33.3334%;
margin-top: 80px;
padding: 0 20px;
}
.service-item_content {
}
.service-item_imgWrap {
width: 100%;
height: 255px;
background: #ffffff;
border-radius: 10px;
padding: 15px;
display: block;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.wrapper:not(.with-bg) .service-item_imgWrap {
background: #f6f6f6;
}
.service-item_imgWrap:hover,
.wrapper:not(.with-bg) .service-item_imgWrap:hover {
background: #505780;
}
.service-item_imgWrap img {
display: block;
width: 100%;
height: 100%;
border-radius: 10px;
-o-object-fit: cover;
object-fit: cover;
}
.service-item_type {
text-transform: uppercase;
color: #202a31;
opacity: 0.7;
margin-top: 45px;
}
.service-item_price {
font-size: 45px;
font-weight: 500;
color: #202a31;
display: none !important;
}
.service-item_link-list {
margin-top: 30px;
}
.service-item_link-list li {
position: relative;
padding-left: 20px;
}
.service-item_link-list li + li {
margin-top: 10px;
}
.service-item_link-list li:before {
position: absolute;
content: "";
top: 9px;
left: 0;
border: 5px solid transparent;
border-left: 7px solid #505780;
}
.service-item_link-list .link {
display: inline;
line-height: 1.4;
color: #202a31;
border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
.service-item_link-list .link:hover {
border-bottom-color: transparent;
color: #fd2a50;
}
.service-item_list .btn {
margin-top: 30px;
padding-left: 54px;
padding-right: 54px;
}
.service-section + .drugs-section .container {
padding-top: 90px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.drugs-section {
margin-top: 90px;
}
.caption-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.drugs-section .caption-row {
margin-bottom: 30px;
}
.caption-row .link {
font-size: 18px;
font-weight: 500;
color: #242739;
border-bottom: 1px solid rgba(0, 0, 255, 0.3);
}
.caption-row .link:hover {
border-bottom-color: transparent;
}
.drugs-slider {
position: relative;
width: 1320px;
left: -20px;
}
.drugs-slider .slick-prev {
left: -76px;
}
.drugs-slider .slick-next {
right: -76px;
}
.drugs-slider .drugs-item {
padding: 20px;
}
.drugs-slider .imgWrap,
.drugs-list .imgWrap {
width: 100%;
width: 100%;
height: 290px;
background: #fff;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 10px;
margin-bottom: 18px;
}
.drugs-slider .imgWrap img,
.drugs-list .imgWrap img {
display: block;
max-height: 100%;
}
.drugs-slider .title a {
display: inline;
color: #202a31;
font-size: 18px;
}
.drugs-item .item-content:hover .title a {
color: #fd2a50;
}
.drugs-item .btnWrap {
margin-top: 20px;
}
.drugs-item .btn {
padding: 18px 35px;
}
.drugs-item p {
margin-top: 5px;
font-weight: 300;
color: #706e79;
font-size: 14px;
max-width: 290px;
}
.drugs-list {
margin-top: 30px;
}
.service-section + .attention-section {
padding-top: 120px;
}
.service-section + .attention-section:before {
position: absolute;
content: "";
top: 0;
left: 50%;
width: 1280px;
height: 1px;
background: #3b3a40;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0.2;
}
.attention-section {
position: relative;
margin-top: 90px;
}
.attention-section .container {
width: 100%;
max-width: 820px;
}
.m-a {
margin: auto;
}
.attention-section .caption-desc {
margin-top: 20px;
max-width: 790px;
font-size: 24px;
}
.attention-content {
position: relative;
z-index: 1;
margin-top: 110px;
}
.attention-line {
position: absolute;
z-index: -1;
top: -50px;
width: 1px;
height: 110%;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(rgba(255, 255, 255, 0)),
to(#505780)
);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #505780 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #505780 100%);
}
.attention-line1 {
left: 13px;
}
.attention-line2 {
left: calc(50% + 13px);
}
.attention-item_list {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.attention-item {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-right: 30px;
padding-bottom: 80px;
}
.attention-item + .attention-item {
/*margin-top: 80px;*/
}
.attention-sqr {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 26px;
height: 26px;
border: 5px solid #505780;
border-radius: 3px;
background: #e0e6ef;
margin-right: 35px;
}
.attention-item_content {
}
.adds-cert-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 10px -15px -15px;
}
.adds-cert-list .acl-item {
width: calc(100% / 6);
padding: 15px;
}
.adds-cert-list .acl-item a {
position: relative;
display: block;
}
.adds-cert-list .acl-item a:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.adds-cert-list .acl-item a:hover:before {
opacity: 1;
}
.adds-cert-list .acl-item img {
display: block;
}
.attention-item_content ul,
.attention-item_content p {
margin: 20px 0;
}
.attention-item_content > *:first-child {
margin-top: 0;
}
.attention-item_content h4 {
font-size: 30px;
font-weight: 400;
line-height: 1;
margin-top: 30px;
margin-bottom: 15px;
}
.attention-item_content p {
color: #3b3a40;
}
.attention-text-area {
position: relative;
z-index: 2;
left: 50%;
width: 1040px;
/*background: #505780;*/
background: #fff;
border-radius: 10px;
overflow: hidden;
padding: 45px 165px;
text-align: center;
color: #202a31;
font-size: 24px;
font-weight: 500;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.attention-text-area_img1 {
position: absolute;
top: 0;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
left: 15px;
}
.attention-text-area_img2 {
position: absolute;
bottom: 0;
right: 0;
}
.cost-section {
position: relative;
z-index: 2;
margin-top: 150px;
}
.cost-section .container {
position: relative;
background: -o-linear-gradient(297.27deg, #ffffff 7.23%, #eff7fc 88.3%);
background: linear-gradient(152.73deg, #ffffff 7.23%, #eff7fc 88.3%);
-webkit-box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.25);
box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.25);
border-radius: 10px 10px 70px 70px;
}
.coop-overlay {
position: absolute;
z-index: -1;
content: "";
top: 20px;
left: 50%;
height: 100%;
width: 1200px;
background: #ffffff;
border-radius: 150px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.cost-bg {
position: absolute;
bottom: 0;
right: 50px;
}
.cost-section .manager-desc {
bottom: 180px;
left: 50%;
}
.cost-content {
padding: 50px 70px 55px;
max-width: 820px;
}
.cost-section .caption {
font-size: 40px;
}
.cost-advantages_list {
margin-top: 35px;
max-width: 440px;
}
.cost-advantages_item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cost-advantages_item + .cost-advantages_item {
margin-top: 15px;
}
.cost-advantages_imgWrap {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 30px;
}
.cost-advantages_imgWrap img {
display: block;
}
.cost-advantages_item p {
font-size: 16px;
color: #3b3a40;
opacity: 0.7;
}
.cost-content form {
max-width: 440px;
margin-top: 45px;
}
.inp-sucWrap + .inp-sucWrap {
margin-top: 15px;
}
.inp-sucWrap + .btnWrap {
margin-top: 15px;
}
.cost-content .btn {
margin-top: 20px;
}
.modal-new-consult {
width: 100%;
max-width: 1280px;
}
.modal-new-consult .modal-bWrap {
padding: 50px 520px 130px 75px;
background: -o-linear-gradient(306.7deg, #ffffff 7.23%, #eff7fc 88.3%);
background: linear-gradient(143.3deg, #ffffff 7.23%, #eff7fc 88.3%);
}
.modal-new-consult .modal-title {
font-size: 40px;
text-align: left;
color: #202a31;
}
.modal-new-consult .modal-title span {
color: #505780;
}
.modal-new-consult form {
margin-top: 40px;
max-width: 440px;
}
.mnc-manager {
position: absolute;
bottom: 0;
right: 40px;
}
.modal-new-consult input {
padding-top: 30px;
padding-bottom: 30px;
}
.modal-new-consult .btnWrap {
margin-top: 15px;
}
.modal-new-consult .btnWrap .btn {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.cooperation-section {
margin-top: 120px;
}
.cooperation-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cooperation-col1 {
width: 55%;
padding-right: 70px;
}
.cooperation-section .caption-desc {
margin-top: 25px;
}
.cooperation-time {
position: relative;
font-size: 100px;
padding-left: 45px;
}
.cooperation-time:before {
position: absolute;
content: "";
top: 78px;
left: 0;
width: 22px;
height: 22px;
border-top: 5px solid #3b3a40;
border-left: 5px solid #3b3a40;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.cooperation-col2 {
width: 45%;
}
.cooperation-item_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -27px;
}
.cooperation-item {
width: 33.3334%;
padding: 0 27px;
}
.cooperation-item_imgWrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 20px;
}
.cooperation-item_count {
position: absolute;
z-index: 2;
top: 11px;
right: 12px;
font-size: 16px;
font-weight: 500;
color: #3b3a40;
opacity: 0.7;
}
.cooperation-item h4 {
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
color: #202a31;
line-height: 1.4;
}
.cooperation-item a {
color: #202a31;
border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
.cooperation-item a:hover {
border-bottom-color: transparent;
}
.cooperation-item p {
font-size: 14px;
color: #3b3a40;
opacity: 0.7;
margin-top: 10px;
}
.bg-blue-content {
position: relative;
background: -o-linear-gradient(279.8deg, #f7f7f7 19.34%, #d9e1ec 98.3%);
background: linear-gradient(170.2deg, #f7f7f7 19.34%, #d9e1ec 98.3%);
-webkit-box-shadow: 0px 4px 160px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 160px rgba(52, 115, 160, 0.25);
border-radius: 0px 0px 280px 280px;
padding-bottom: 70px;
}
.bg-blue-content_bg {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.choise-section {
margin-top: 110px;
}
.cooperation-section + .choise-section {
margin-top: 0;
}
.cooperation-section + .choise-section .container {
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.choise-section .caption {
/*max-width: 600px;*/
text-align: center;
}
.choise-section .caption-desc {
/*max-width: 480px;*/
text-align: center;
margin-top: 20px;
}
.choise-item_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 75px -16px 0;
}
.choise-item_list li {
padding: 0 16px;
width: 20%;
}
.choise-item {
position: relative;
background: #fff;
border-radius: 10px;
padding: 125px 20px 24px;
height: 100%;
}
.choise-item img {
position: absolute;
}
.choise-item1 img {
top: 26px;
left: 20px;
}
.choise-item2 img {
top: -40px;
left: -19px;
}
.choise-item3 img {
top: -21px;
left: -5px;
}
.choise-item4 img {
top: -4px;
left: 16px;
}
.choise-item5 img {
top: -37px;
left: -18px;
}
.choise-item h4 {
font-size: 16px;
text-transform: uppercase;
font-weight: 500;
color: #3b3a40;
line-height: 1.4;
}
.choise-item p {
font-size: 14px;
line-height: 160%;
color: #3b3a40;
opacity: 0.7;
margin-top: 13px;
}
.departure-section {
position: relative;
margin-top: 130px;
color: #fff;
}
.departure-section .container {
position: relative;
/*background: linear-gradient(142.62deg, #242739 16.77%, #3b415e 104.82%);*/
background: #242739;
-webkit-box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.5);
box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.5);
border-radius: 20px;
overflow: hidden;
}
.departure-overlay {
display: none !important;
position: absolute;
content: "";
top: 18px;
left: 50%;
width: 1280px;
height: 100%;
background: #4074a8;
-webkit-box-shadow: 0px 4px 25px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 25px rgba(52, 115, 160, 0.25);
border-radius: 100px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.departure-bg {
display: none !important;
position: absolute;
top: 0;
height: 100%;
left: 215px;
-o-object-fit: contain;
object-fit: contain;
}
.departure-car {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
}
.departure-content {
position: relative;
z-index: 2;
max-width: 580px;
padding: 65px 0 65px 90px;
}
.departure-section .caption {
font-size: 35px;
}
.departure-section .caption-desc {
max-width: 430px;
margin-top: 20px;
opacity: 0.7;
}
.departure-section .btnWrap {
margin-top: 35px;
}
.certificate-section {
margin-top: 120px;
}
.certificate-section .caption {
max-width: 720px;
margin: auto;
text-align: center;
font-weight: 500;
}
.certificate-tab_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 50px;
border-bottom: 1px solid rgba(59, 58, 64, 0.2);
}
.certificate-tab {
position: relative;
padding-bottom: 30px;
margin: 0 35px;
font-weight: 500;
text-transform: uppercase;
color: #61686d;
cursor: pointer;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.certificate-tab:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
width: 100%;
height: 5px;
background: #505780;
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.certificate-tab:hover {
color: #fd2a50;
}
.certificate-tab.active {
color: #505780;
}
.certificate-tab.active:before {
opacity: 1;
}
.certificate-tab_content.active {
display: block;
}
.certificate-tab_content {
display: none;
margin-top: 60px;
}
.certificate-slider {
position: relative;
width: calc(100% + 40px);
left: -20px;
}
.certificate-slide {
padding: 0 20px;
}
.slide {
display: none;
}
.certificate-imgWrap {
background: #f6f6f6;
border-radius: 5px;
padding: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.wrapper.with-bg .certificate-imgWrap {
background: #fff;
}
.slick-arrow:hover {
-webkit-box-shadow: 0 0 20px #3b415e;
box-shadow: 0 0 20px #3b415e;
}
.slick-arrow {
z-index: 2;
/*width: 92px;
	height: 92px;
	background: linear-gradient(116.84deg, #242739 16.77%, #3b415e 104.82%);*/
width: 60px;
height: 60px;
background: #242739;
-webkit-box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.5);
box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.5);
border-radius: 5px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.arrow-sm .slick-arrow {
width: 60px;
height: 60px;
}
.arrow-sm .slick-arrow:before {
background-size: 40%;
}
.slick-arrow:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.slick-next:before {
background: url(../img/icons/arrow-right.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 35%;
}
.slick-prev:before {
background: url(../img/icons/arrow-left.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 35%;
}
.certificate-slider .slick-prev {
left: -10px;
}
.certificate-slider .slick-next {
right: -10px;
}
.project-seciton {
margin-top: 70px;
}
.project-seciton .container {
padding-top: 70px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.project-head_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 70px;
}
.project-seciton .caption {
max-width: 680px;
}
.project-time > * {
display: block;
}
.project-time .desc {
max-width: 335px;
color: #3b3a40;
opacity: 0.7;
margin-top: 10px;
font-size: 16px;
font-weight: 300;
}
.project-slider {
position: relative;
left: -29px;
width: calc(100% + 58px);
}
.project-slide {
position: relative;
padding: 0 29px;
}
.project-slider_area {
position: relative;
}
.project-slider_area:before,
.project-slider_area:after {
position: absolute;
z-index: -1;
content: "";
top: 20px;
width: calc(50% - 29px);
height: calc(100% - 40px);
background: rgba(52, 115, 160, 0.13);
-webkit-box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.3);
box-shadow: 0px 20px 100px rgba(52, 115, 160, 0.3);
border-radius: 10px 10px 70px 70px;
display: none !important;
}
.project-slider_area:before {
left: 0;
}
.project-slider_area:after {
left: calc(50% + 29px);
}
.project-item {
position: relative;
z-index: 2;
padding: 35px 35px 50px;
/*background: linear-gradient(139.98deg, #FFFFFF 7.23%, #EFF7FC 88.3%);*/
background: #ffffff;
/*border-radius: 10px 10px 70px 70px;*/
border-radius: 5px;
}
.project-item h3 a {
color: #000;
display: block;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.project-item h3 a:hover {
color: #242739;
}

.project-slider_overlay {
display: none !important;
position: absolute;
z-index: -1;
top: 37px;
left: 29px;
right: 29px;
height: calc(100% - 40px);
background: rgba(255, 255, 255, 0.4);
border-radius: 150px;
}
.project-item h3 {
font-weight: 500;
text-transform: uppercase;
color: #3b3a40;
line-height: 1.4;
margin-bottom: 25px;
text-align: center;
}
.project-item .sm-text {
color: #3b3a40;
opacity: 0.7;
margin-top: 20px;
}
.project-item p {
font-size: 16px;
color: #3b3a40;
margin-top: 10px;
}
.project-item .btnWrap {
margin-top: 25px;
}
.project-item .btn {
padding-left: 43px;
padding-right: 43px;
}
.project-slider .slick-prev {
left: -65px;
}
.project-slider .slick-next {
right: -65px;
}
.slick-dots li {
position: relative;
background: #ffffff;
border-radius: 50%;
width: 20px;
height: 20px;
}
.wrapper:not(.with-bg) .slick-dots li {
background: #f6f6f6;
}
.wrapper:not(.with-bg) .project-item {
background: #f6f6f6;
}
.slick-dots li:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 13px;
height: 13px;
background: #fb5656;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.slick-dots li.slick-active:before {
opacity: 1;
}
.slick-dots li button {
display: none;
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.slick-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
bottom: 25px;
}

.review-section {
margin-top: 150px;
margin-bottom: 130px;
}
.review-section .container {
padding-top: 95px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.review-slide {
padding-top: 75px;
padding-bottom: 75px;
}
.review-slide_content {
position: relative;
max-width: 930px;
margin: auto;
padding: 55px 60px 80px 70px;
background: -o-linear-gradient(296.49deg, #ffffff 7.23%, #eff7fc 88.3%);
background: linear-gradient(153.51deg, #ffffff 7.23%, #eff7fc 88.3%);
-webkit-box-shadow: 0px 20px 60px rgba(52, 115, 160, 0.25);
box-shadow: 0px 20px 60px rgba(52, 115, 160, 0.25);
border-radius: 10px 10px 70px 70px;
}
.review-slide_content:before {
position: absolute;
z-index: -1;
content: "";
top: 26px;
left: 20px;
right: 20px;
height: 100%;
background: #ffffff;
border-radius: 150px;
}
.review-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.review-author .imgWrap {
width: 130px;
height: 130px;
margin-right: 30px;
}
.review-author .name {
font-size: 24px;
font-weight: 500;
color: #202a31;
}
.review-author .target-order {
color: #202a31;
font-size: 16px;
}
.review-author .soc-list_sm {
margin-top: 15px;
}
.review-section .wys-text {
margin-top: 25px;
}
.review-section .wys-text * {
color: rgba(59, 58, 64, 0.7);
}
.wys-text > *:first-child {
margin-top: 0 !important;
}
.wys-text > *:last-child {
margin-bottom: 0 !important;
}
.wys-text h2 {
margin-top: 50px;
margin-bottom: 25px;
color: #3b3a40;
}
.wys-text p {
margin: 25px 0;
}
.wys-text img {
display: block;
margin: 40px 0;
-o-object-fit: contain;
object-fit: contain;
height: auto;
}
.wys-text table {
width: 100%;
border-spacing: 0;
border: none;
overflow-y: hidden;
overflow-x: auto;
display: block;
border-collapse: collapse;
}
.wys-text table tbody {
display: block;
}
.wys-text h2 + table {
margin-top: 25px;
}
.wys-text table td {
border: 1px solid #e2e2e2;
color: #202a31;
width: 100%;
/*opacity: .7;*/
}
.wys-text table tbody tr {
position: relative;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wys-text table tr + tr {
margin-top: -1px;
}
.wys-text table tbody tr td + td {
border-left-color: transparent;
}
.wys-text table tbody tr + tr {
/*outline: 0.5px solid #CAC7C7;*/
/*outline: none;*/
}
.wys-text table tbody tr:nth-child(odd) {
/*background: #F9F9F9;*/
}
.wys-text table tbody td {
padding: 30px;
/*white-space: nowrap;*/
}
.wys-text table tr td:first-child {
color: #706e79;
opacity: 0.7;
}
.wys-text table tbody > tr:first-child {
font-weight: 500;
background: #fff;
}
.wys-text table tbody > tr:first-child td {
white-space: nowrap;
opacity: 1;
color: #202a31;
/*opacity: 1;*/
}
.review-section .slick-dots {
bottom: auto;
top: 100%;
}
.review-section .slick-dots li {
width: 24px;
height: 24px;
}
.review-section .slick-dots li:before {
width: 15px;
height: 15px;
}
.review-section .slick-next {
right: 2px;
}
.review-section .slick-prev {
left: 2px;
}

.faq-section .caption {
font-weight: 400;
}
.faq-section .caption-desc {
color: #3b3a40;
opacity: 0.7;
margin-top: 25px;
}
.faq-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.faq-col1 {
width: 350px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.faq-col2 {
width: 100%;
padding-left: 145px;
}
.faq-item {
position: relative;
/*padding-right: 35px;*/
}
.faq-item:first-child:before,
.faq-item:first-child:after {
top: 18px;
}
.faq-item:before,
.faq-item:after {
position: absolute;
content: "";
top: 47px;
right: 0;
width: 15px;
height: 2px;
background: #202a31;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.faq-item:after {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.faq-item.active:before,
.faq-item.active:after {
background: #505780;
}
.faq-item.active:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.faq-item.active:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.faq-item_name {
font-size: 24px;
font-weight: 500;
color: #3b3a40;
cursor: pointer;
padding-right: 35px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.faq-item_name:hover {
color: #fd2a50;
}
.faq-item.active .faq-item_name {
color: #505780;
}
.faq-item_answ {
color: rgba(59, 58, 64, 0.7);
padding-top: 20px;
}
.faq-item + .faq-item {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.st-content-section {
margin-bottom: 70px;
}

.section-border-none {
margin-top: 0 !important;
padding-top: 0 !important;
border-top: none !important;
}
.section-border-none > .container {
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-section .manager-sm_block {
margin-top: 130px;
}
.manager-sm_block {
position: relative;
margin-top: 48px;
background: #ffffff;
border-radius: 5px;
padding: 24px 22px 28px;
}
.manager-sm-block_img {
position: absolute;
right: -3px;
bottom: 0;
max-width: 200px;
}
.manager-sm_content {
position: relative;
z-index: 2;
max-width: 195px;
}
.manager-sm_block .name {
font-size: 16px;
font-weight: 500;
color: #3b3a40;
}
.manager-sm_block .pos {
color: #3b3a40;
opacity: 0.7;
line-height: 1.5;
font-size: 12px;
margin-top: 3px;
}
.manager-sm_block .btnWrap {
margin-top: 20px;
}
.manager-sm_block .btn {
padding: 25px 40px;
font-size: 16px;
}

.map-section {
margin-top: 110px;
/*margin-top: 20px;*/
}
/*серая карта*/
.ymaps-2-1-77-ground-pane,
.ymaps-2-1-78-ground-pane,
.ymaps-2-1-79-ground-pane,
.ymaps-2-1-80-ground-pane,
.ymaps-2-1-81-ground-pane {
-webkit-filter: grayscale(100) !important;
filter: grayscale(100) !important;
}
.map-content {
position: relative;
z-index: 2;
}
.map {
position: relative;
height: 590px;
/*border-radius: 10px 10px 100px 100px;*/
border-radius: 5px;
overflow: hidden;
-webkit-box-shadow: 0px 4px 100px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 100px rgba(52, 115, 160, 0.25);
background: #ccc;
}
.map-overlay {
display: none !important;
position: absolute;
content: "";
top: 33px;
left: 60px;
right: 60px;
height: 100%;
background: #ffffff;
border-radius: 150px;
}
.map-contacts_content {
position: absolute;
z-index: 2;
left: 100px;
top: 140px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
border-radius: 10px;
padding: 30px 40px 35px;
}
.map-contacts_overlay,
.map-contacts_content {
width: 410px;
}
.map-contacts_overlay {
position: absolute;
/*z-index: -1;*/
content: "";
top: 151px;
left: 118px;
width: 374px;
background: #ffffff;
-webkit-box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 50px rgba(52, 115, 160, 0.25);
border-radius: 30px;
}
.map-contacts_content .time {
font-size: 14px;
color: #3b3a40;
opacity: 0.7;
}
.map-contacts_content .tel {
font-size: 35px;
font-weight: 700;
color: #3b3a40;
}
.map-contacts_content .mail {
font-weight: 500;
color: #505780;
line-height: 1.4;
border-bottom: 1px dotted rgba(0, 0, 255, 0.3);
}
.map-contacts_content address {
font-style: normal;
color: #3b3a40;
margin-top: 15px;
}
.map-contacts_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 20px;
}
.map-contacts_text {
max-width: 110px;
font-size: 12px;
color: #3b3a40;
opacity: 0.7;
margin-left: 22px;
line-height: 1.4;
}

.last-order-section {
margin-top: 150px;
/*margin-top: 80px;*/
}
.last-order-section .container {
padding-bottom: 90px;
}
.last-order-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*align-items: flex-start;*/
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.last-order-col1 {
max-width: 670px;
}
.last-order-section .caption {
font-size: 40px;
max-width: 550px;
}
.last-order-col2 {
width: 540px;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.last-order_form-content {
padding: 60px 50px;
background: -o-linear-gradient(312.01deg, #ffffff 7.23%, #eff7fc 88.3%);
background: linear-gradient(137.99deg, #ffffff 7.23%, #eff7fc 88.3%);
-webkit-box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.25);
box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.25);
border-radius: 5px;
}
.last-order_form-content .form-title {
text-align: center;
font-size: 30px;
font-weight: 500;
color: #3b3a41;
}
.last-order_form-content .desc {
text-align: center;
max-width: 345px;
margin: 5px auto 0;
color: #3b3a41;
}
.last-order_form-content form {
margin-top: 30px;
}
.last-order_form-content .btnWrap {
margin-top: 18px;
}
.last-order_bg {
position: absolute;
z-index: -1;
bottom: 0;
right: 200px;
}

.last-order-col1 .manager-in-row {
margin-top: 100px;
}
.manager-in-row {
position: relative;
max-width: 340px;
background: #ffffff;
border-radius: 5px;
padding: 24px 22px;
margin-top: 65px;
}
.manager-in-row_img {
position: absolute;
bottom: 0;
right: 5px;
}
.manager-in-row_content {
max-width: 165px;
}
.manager-in-row_content .name {
font-weight: 500;
color: #3b3a40;
line-height: 1.4;
}
.manager-in-row_content .pos {
font-size: 12px;
color: #3b3a40;
opacity: 0.7;
margin-top: 5px;
display: none;
}
.last-order_form-content form .policy {
font-size: 14px;
}
.ppd-date {
font-size: 16px;
margin-bottom: 15px;
color: #706e79;
}
.share-content {
margin-top: 35px;
}
.share-content .share-text {
font-size: 16px;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 10px;
}
.bbirmt:hover {
background: #fff;
color: #505780;
-webkit-box-shadow: inset 0px -5px 10px transparent;
box-shadow: inset 0px -5px 10px transparent;
}
.bbirmt {
font-family: Helvetica;
position: relative;
width: 160px;
height: 60px;
background: -o-linear-gradient(272.72deg, #ff4c67 -62.12%, #ee3f58 124.14%);
background: linear-gradient(177.28deg, #ff4c67 -62.12%, #ee3f58 124.14%);
-webkit-box-shadow: inset 0px -5px 10px rgba(255, 86, 147, 0.5);
box-shadow: inset 0px -5px 10px rgba(255, 86, 147, 0.5);
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
font-weight: 500;
}
.bbirmt:before {
position: absolute;
content: "";
z-index: -1;
top: 5%;
left: 0;
width: 100%;
height: 100%;
border-radius: 20px;
background: #fd2a50;
-webkit-box-shadow: 0px 4px 50px rgb(251 86 86 / 25%);
box-shadow: 0px 4px 50px rgb(251 86 86 / 25%);
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.bbirmt:hover:before {
background: #505780;
}

.phanks-section.main-section {
margin-top: 60px;
padding-bottom: 110px;
}
.phanks-section {
color: #202a31;
}
.phanks-section .container {
padding: 140px 115px 155px 0;
}
.phanks-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 10px 10px 200px 200px;
}
.phanks-manager {
position: absolute;
bottom: 0;
left: 90px;
max-width: 480px;
}
.phanks-content {
position: relative;
z-index: 2;
width: 525px;
padding: 28px 35px 35px 40px;
background: -o-linear-gradient(296.56deg, #ffffff 7.23%, #eff7fc 88.3%);
background: linear-gradient(153.44deg, #ffffff 7.23%, #eff7fc 88.3%);
-webkit-box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.25);
box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.25);
border-radius: 10px 10px 70px 10px;
margin-left: auto;
}
.phanks-check {
position: absolute;
top: 0;
left: 16px;
-webkit-transform: translateY(-60%);
-ms-transform: translateY(-60%);
transform: translateY(-60%);
}
.phanks-content .caption {
font-size: 40px;
margin-top: 5px;
}
.phanks-content .caption-desc {
font-size: 24px;
}
.phanks-content .phanks-text {
margin-top: 10px;
opacity: 0.7;
}
.phanks-content .btnWrap {
margin-top: 30px;
}
.footer.blue-bg {
background: rgba(200, 218, 234, 0.02);
}
.phanks-section.main-section .manager-desc {
left: 190px;
bottom: 120px;
}

.service-v-line {
position: absolute;
top: 0;
left: 0;
bottom: 100px;
width: 1px;
background: #fff;
}
.service-page_link-content {
padding-left: 90px;
}
.service-title_text {
font-size: 30px;
margin-top: 10px;
margin-bottom: 35px;
}
.service-list li + li {
margin-top: 15px;
}
.service-list a {
color: #fff;
font-weight: 500;
}
.service-list span {
cursor: default;
color: rgba(255, 255, 255, 0.6);
}
.service-content_col1 .service-list span {
color: rgba(0, 0, 0, 0.6);
}
.service-list a:hover {
color: #c8daea;
}
.main-section.service-page-section .main-col1 > p {
margin-top: 25px;
}
.service-price {
font-size: 24px;
color: #fff;
font-weight: 500;
margin-top: 20px;
}
.main-section.service-page-section .btnWrap {
margin-top: 25px;
}
.main-section.service-page-section .main-adv_list {
margin-top: 50px;
}
.srv-main-img {
position: absolute;
top: 0;
left: 0;
width: 810px;
height: 100%;
max-width: none;
-o-object-fit: cover;
object-fit: cover;
}
.srv-official_content {
position: absolute;
right: -100px;
top: 50px;
background: #ffffff;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 25px;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.srv-official_content img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 14px;
}
.srv-official_content .text {
font-size: 14px;
color: #414141;
max-width: 200px;
line-height: 1.3;
}

.breadcrumb-light-section {
position: absolute;
z-index: 6;
top: 265px;
left: 0;
right: 0;
}
.breadcrumb-light-section .breadcrumb-list a,
.breadcrumb-light-section .breadcrumb-list > * {
color: #8ac5ff;
}

.service-content-section {
-webkit-box-shadow: 0px 8px 100px rgba(52, 115, 160, 0.25);
box-shadow: 0px 8px 100px rgba(52, 115, 160, 0.25);
border-radius: 0px 0px 280px 280px;
}
.service-content_col1,
.service-content_col2 {
padding-top: 100px;
padding-bottom: 390px;
position: relative;
}
.service-content_row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.service-content_col1 {
width: 350px;
-ms-flex-negative: 0;
flex-shrink: 0;
padding-right: 40px;
}
.service-content_col2 {
width: 100%;
padding-left: 120px;
}
.service-content_col1:before,
.service-content_col2:before {
position: absolute;
z-index: -1;
content: "";
top: -300px;
width: calc(100% + 320px);
bottom: 0;
}
.service-content_col1:before {
right: 0;
background: #fff;
border-bottom-left-radius: 280px;
}
.service-content_col2:before {
left: 0;
background: -o-linear-gradient(276.49deg, #f7f7f7 19.34%, #d9e1ec 98.3%);
background: linear-gradient(173.51deg, #f7f7f7 19.34%, #d9e1ec 98.3%);
border-bottom-right-radius: 280px;
}
.service-content_col1 .service-list a {
color: #202a31;
}
.service-content_col1 .service-list a:hover {
color: #505780;
}
.service-content_col1 .manager-sm_block {
background: #ededed;
margin-top: 40px;
}
.service-content_col1 .manager-sm-block_img {
width: 155px;
}
.service-question_content {
margin-top: 100px;
}
.service-question_content .title {
font-size: 30px;
color: #3b3a40;
}
.service-question_content > p {
color: #3b3a40;
opacity: 0.7;
margin-top: 5px;
}
.service-content-section ~ .advantages-seciton {
margin-top: -190px;
}

.modal {
padding: 0;
background: #eef2f3;
-webkit-box-shadow: 0px 4px 25px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 25px rgba(52, 115, 160, 0.25);
border-radius: 30px 30px 80px 80px;
}
.modal-bWrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.modal-b1 {
width: 510px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.modal-b2 {
position: relative;
padding: 65px 45px 35px;
width: 475px;
background: #ffffff;
border-radius: 10px 0px 0px 10px;
-webkit-box-shadow: 0px 4px 25px rgba(52, 115, 160, 0.25);
box-shadow: 0px 4px 25px rgba(52, 115, 160, 0.25);
}
.modal-title {
font-size: 35px;
font-weight: 500;
color: #282828;
text-align: center;
line-height: 1.4;
}
.modal-descr {
text-align: center;
color: #3b3a40;
margin-top: 15px;
}
.modal-b2 .modal_body {
margin-top: 34px;
}
.modal-b2 .btnWrap {
margin-top: 20px;
}
.modal-b2 .btn {
width: 100%;
padding-top: 43px;
padding-bottom: 43px;
}
.fancybox-close-small {
display: none !important;
}
.modal-close {
position: absolute;
z-index: 2;
top: 20px;
right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
}
.modal .manager-desc {
left: 90px;
}

.mobile-content {
position: fixed;
z-index: 300;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: -o-linear-gradient(318.31deg, #2a5b8b -23.44%, #505780 94.34%);
background: linear-gradient(131.69deg, #2a5b8b -23.44%, #505780 94.34%);
-webkit-transform: translateX(-110%);
-ms-transform: translateX(-110%);
transform: translateX(-110%);
overflow-x: hidden;
overflow-y: auto;
}
.mobile-content.active {
/*.mobile-content {*/
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
.mn-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 20px;
background: #fff;
}
.mn-service {
padding: 20px;
}
.mn-service .item + .item {
position: relative;
padding-top: 20px;
margin-top: 20px;
}
.mn-service .item + .item:before {
position: absolute;
content: "";
top: 0;
left: 50%;
width: 100%;
height: 1px;
background: rgba(255, 255, 255, 0.1);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.item.hide-nav {
padding-bottom: 19px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mn-service .service-item_link-list li:before {
border-left-color: #fff;
}
.mn-service .service-item_link-list .link,
.mn-service .service-item_link-list a {
color: #fff;
border-bottom-color: #fff;
}
.mn-service .item-name {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.mn-service .item-name:before {
position: absolute;
content: "";
top: 50%;
right: 0;
width: 12px;
height: 7px;
background: url(../img/icons/ard.svg);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.item.hide-nav .item-name:before {
display: none;
}
.item.active .item-name:before {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.mn-service .imgWrap {
width: 50px;
height: 33px;
border: 2px solid #fff;
border-radius: 5px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px;
}
.mn-service .imgWrap img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.mn-service .item-type {
font-weight: 500;
font-size: 18px;
color: #fff;
}

.mn-footer {
padding: 20px;
padding-top: 15px;
}
.mn-footer .timew {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
font-size: 15px;
margin-bottom: 10px;
}
.mn-footer .timew .text {
font-size: 14px;
margin-right: 5px;
/*color: rgba(255,255,255,.8);*/
}
.mn-footer .time-working {
font-size: 13px;
}
.mn-footer .tel {
font-size: 20px;
font-weight: 700;
color: #fff;
line-height: 1;
}
.mn-footer .btn {
border-color: #fff;
background: transparent;
font-size: 14px;
padding: 13px 33px;
color: #fff;
margin-top: 18px;
}
.mn-footer .hm-address {
margin-top: 20px;
font-size: 15px;
color: #fff;
}
.mn-footer .nm-soc_content {
margin-top: 18px;
}
.mn-footer .soc-text {
font-size: 15px;
color: #fff;
margin-bottom: 5px;
}
.mn-footer .social-btn {
border-radius: 5px;
width: 46px;
height: 46px;
}
.mn-footer .h-soc_list li + li {
margin-left: 6px;
}

a.link-whith-nav {
position: relative;
padding-right: 40px;
}
.link-whith-nav:before {
position: absolute;
content: "";
top: 43px;
right: 0;
width: 8px;
height: 8px;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
li:hover > .link-whith-nav:before,
.hover .link-whith-nav:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
border-color: #c8daea;
}
.mobile-bg {
position: absolute;
z-index: -1;
bottom: 0;
left: 400px;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
opacity: 0;
-webkit-transition: 0.6s 0.1s;
-o-transition: 0.6s 0.1s;
transition: 0.6s 0.1s;
}
.mobile-content.active .mobile-bg {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.mobile-bg.md {
left: 900px;
}
.mobile-bg.lg {
left: 1300px;
}
.mobile-menu2_list,
.mobile-menu3_list {
max-height: 600px;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-width: thin;
display: none;
}
.mobile-menu2_list.active,
.mobile-menu3_list.active {
display: block;
}
.mobile-menu2_list::-webkit-scrollbar:disabled,
.mobile-menu3_list::-webkit-scrollbar:disabled {
width: 0;
}
.mobile-menu2_list::-webkit-scrollbar,
.mobile-menu3_list::-webkit-scrollbar {
width: 7px;
}
.mobile-menu2_list::-webkit-scrollbar-thumb,
.mobile-menu3_list::-webkit-scrollbar-thumb {
background-color: #fd2a50;
}
.mobile-menu2_list::-webkit-scrollbar-track,
.mobile-menu3_list::-webkit-scrollbar-track {
background: #fff;
}

.modal-city {
width: 800px;
max-width: 100%;
height: 870px;
max-height: 100%;
padding: 40px 40px 60px;
border-radius: 10px 10px 50px 50px;
}
.city-title {
font-size: 24px;
font-weight: 500;
color: #3b3a40;
margin-bottom: 20px;
}
.city-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.city-list li {
width: 33.3334%;
margin-top: 5px;
}
.city-list a {
color: #3b3a40;
font-size: 16px;
opacity: 0.7;
}
.city-list a:hover {
color: #505780;
}

.page404-section {
position: relative;
text-align: center;
color: #fff;
padding: 525px 0 300px;
background: #242739;
min-height: 100vh;
}
.page404-section .caption {
font-size: 100px;
font-weight: 700;
}
.page404-section .caption-desc {
font-size: 24px;
margin: 0 auto 25px;
font-weight: 300;
max-width: 480px;
}
.page404-section .btn {
width: 100%;
max-width: 355px;
}
.page404-section .nf1 {
position: absolute;
top: -180px;
left: -750px;
pointer-events: none;
}
.page404-section .nf2 {
position: absolute;
left: -400px;
top: -400px;
pointer-events: none;
}
.page404-section .nf3 {
position: absolute;
top: -150px;
left: 580px;
pointer-events: none;
}

.city-list-select {
margin-bottom: 25px;
}
.city-list-select a {
font-size: 18px;
font-weight: 500;
}
.city-search-form {
position: relative;
display: block;
margin-bottom: 25px;
}
.city-search-form input {
width: 100%;
padding: 20px 30px;
}
.city-search-form img {
position: absolute;
display: block;
top: 50%;
right: 23px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
}
.city-area {
height: 455px;
}
.city-updated-list {
/*height: 100%;*/
max-height: 100%;
width: 100%;
-webkit-column-count: unset;
-moz-column-count: unset;
column-count: unset;
overflow-x: hidden;
overflow-y: scroll;
scrollbar-width: thin;
}
.city-updated-list::-webkit-scrollbar {
width: 7px;
}
.city-updated-list::-webkit-scrollbar:disabled {
width: 0;
}
.city-updated-list::-webkit-scrollbar-thumb {
background: #ee3f58;
}
.city-updated-list::-webkit-scrollbar-track {
background-color: rgba(0, 0, 0, 0.1);
}
.additional-section {
margin-top: 140px;
margin-bottom: 140px;
}
.additional-section .container {
}
.additional-section ul {
margin-top: 15px;
}
.additional-section ul li {
position: relative;
padding-left: 20px;
}
.additional-section ul li:before {
position: absolute;
content: "";
top: 11px;
left: 0;
width: 6px;
height: 6px;
border-radius: 50%;
background: #000;
}

.calc-section {
margin-top: 90px;
background: #242739;
padding: 80px 0;
}
.calc-service-content {
background: #242739;
color: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.calc-service-content .col1 {
margin-right: 120px;
}
.calc-service-content .col2 {
width: 565px;
-ms-flex-negative: 0;
flex-shrink: 0;
border: 1px solid #ffffff;
border-radius: 3px;
padding: 33px 35px;
}
.calc-section .caption {
font-size: 35px;
}
.cs-advantages_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 20px -10px 0;
}
.cs-advantages_list .item {
width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 10px;
}
.cs-advantages_list .imgWrap {
width: 60px;
height: 60px;
background: #505780;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 20px;
}
.calc-service-content .form-desc {
font-size: 18px;
color: #c1d3e5;
margin-bottom: 25px;
}
.calc-service-content .s-text {
font-size: 14px;
color: #c1d3e5;
margin-top: 15px;
max-width: 315px;
}
.srv-form-item + .srv-form-item {
margin-top: 25px;
}
.srv-form-item.z2 {
position: relative;
z-index: 3;
}
.srv-title {
text-transform: uppercase;
font-size: 12px;
margin-bottom: 12px;
}
.select-content {
position: relative;
z-index: 2;
}
.select-content:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
border: 2px solid transparent;
pointer-events: none;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.select-content.error:before {
border-color: red;
}
.select-current-item {
width: 100%;
height: 70px;
background: #fff;
border-radius: 5px;
font-size: 15px;
font-weight: 500;
color: #202a31;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 20px 30px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.select-current-item:hover {
color: #242739;
cursor: pointer;
}
.vscroll-style-1 {
max-height: 250px;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
}
.vscroll-style-1::-webkit-scrollbar {
width: 7px;
}
.vscroll-style-1::-webkit-scrollbar:disabled {
width: 0;
}
.vscroll-style-1::-webkit-scrollbar-thumb {
border: none;
background: #fd2a50;
border-radius: 5px;
}
.select-list {
position: absolute;
top: calc(100% + 5px);
left: 0;
background: #fff;
width: 100%;
border-radius: 5px;
color: #202a31;
font-size: 15px;
padding-bottom: 20px;
}
.select-item-type {
text-transform: uppercase;
color: #706e79;
font-weight: 500;
padding: 20px 30px 5px;
}
.select-list .select-item + .select-item-type {
padding-top: 15px;
margin-top: 5px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.select-list .select-item {
padding: 10px 30px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.select-list .select-item.selected {
/*background: rgba(0,0,0,.1)!important;
	color: #000!important;*/
font-weight: 700;
}
.select-list .select-item:hover {
cursor: pointer;
color: #fff;
background: #fd2a50;
}
.radio-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.radio-list .radio-item {
position: relative;
width: 50%;
cursor: pointer;
padding: 10px 10px 10px 35px;
}
.radio-list .radio-item:before {
position: absolute;
content: "";
top: 11px;
left: 0;
width: 25px;
height: 25px;
border-radius: 50%;
border: 4px solid #fff;
background: #e8e8e8;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.radio-list .radio-item:hover:before,
.radio-list .radio-item.active:before {
background: #f64e64;
}
.calc-service-content .btnWrap {
margin-top: 25px;
}
.calc-service-content .btnWrap .btn {
width: 100%;
}

.modal-calc-srv .modal-b2,
.modal.modal-calc-srv {
border-radius: 5px;
}
.modal-calc-srv .modal-b2 {
width: 100%;
max-width: 590px;
padding: 40px 50px 50px;
}
.modal-calc-srv .modal-b2:before {
position: absolute;
content: "";
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 5px;
pointer-events: none;
}
.modal-srv_list .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
line-height: 1.3;
font-size: 16px;
}
.modal-srv_list .item + .item {
margin-top: 12px;
}
.modal-srv_list .col1 {
text-transform: uppercase;
color: rgba(0, 0, 0, 0.7);
}
.modal-srv_list .col3 {
font-weight: 500;
}
.modal-srv_list .col1,
.modal-srv_list .col3 {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-srv_list .col2 {
width: 100%;
margin: 0 5px;
border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
height: 15px;
}
.modal-srv_list {
margin-top: 25px;
}
.modal-calc-srv .modal-close {
top: 30px;
right: 30px;
}
.modal-calc-srv .modal-b2 .btn {
padding: 25px 30px;
}

.order-section {
position: relative;
margin-top: 90px;
padding: 80px 0;
background: #242739;
color: #fff;
}
.order-section .m-d {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.o-form_content {
max-width: 630px;
}
.o-form_content .caption {
font-size: 35px;
}
.cost-advantages_list {
}
.o-form_content .cost-advantages_item p {
color: #c1d3e5;
}
.o-form_content .cost-advantages_imgWrap {
position: relative;
width: 60px;
height: 60px;
background: #505780;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.o-form_content .cost-advantages_imgWrap img {
display: block;
}
.o-form_content form {
max-width: 490px;
margin-top: 30px;
}
.btnWrap {
}
.o-form_content .btn {
width: 100%;
padding: 16px;
}
.o-form_content .policy,
.o-form_content .policy a {
color: #c1d3e5;
border-bottom-color: transparent;
}
.o-form_content .policy a:hover {
color: #fd2a2a;
}

.review2-section {
margin-top: 90px;
}
.review2-section .caption-row {
margin-bottom: 35px;
}
.rev2-slider {
position: relative;
left: -20px;
width: calc(100% + 40px);
}
.rev2-slider .slide-content {
padding: 0 20px;
}
.rev2-slider .mesWrap {
width: 290px;
/*height: 480px;*/
padding: 20px;
background: #fff;
border-radius: 5px;
}
.rev2-slider .mesWrap img {
display: block;
border-radius: 3px;
}
.rev2-slider .slick-arrow {
top: 210px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.rev2-slider .slick-prev {
left: -70px;
}
.rev2-slider .slick-next {
right: -70px;
}
.author-row-content .avaWrap {
width: 66px;
height: 66px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 15px;
}
.author-row-content .avaWrap .default-ava {
width: 100%;
height: 100%;
border-radius: 50%;
background: rgba(0, 0, 0, 0.3);
}
.author-row-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-top: 25px;
}
.author-row-content .avaWrap img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.author-row-content .name {
font-size: 18px;
font-weight: 500;
}
.author-row-content .text {
font-size: 14px;
font-weight: 300;
color: #706e79;
margin-top: 3px;
line-height: 1.4;
}

.slider-align-left .slick-track {
margin-left: 0;
}

.video-review-section {
margin-top: 90px;
}
.video-review-section .caption-row {
margin-bottom: 35px;
}
.video-review-slider .mesWrap {
position: relative;
width: 400px;
height: 400px;
background: #fff;
padding: 16px;
border-radius: 5px;
}
.video-review-slider {
position: relative;
left: -20px;
width: calc(100% + 40px);
}
.video-review-slider .slide-content {
padding: 0 20px;
}
.video-review-slider .mesWrap .img-preview {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 3px;
}
.video-review-slider .mesWrap:before {
position: absolute;
z-index: 1;
content: "";
top: 16px;
left: 16px;
right: 16px;
bottom: 16px;
background: #1e2934;
opacity: 0.5;
border-radius: 3px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.video-review-slider .mesWrap:hover:before {
opacity: 0.75;
}
.video-review-slider .mesWrap:after {
position: absolute;
content: "";
z-index: 2;
top: 50%;
left: 50%;
width: 79px;
height: 79px;
background: url(../img/mes/play.svg);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.video-review-slider .mesWrap:hover:after {
-webkit-transform: translate(-50%, -50%) scale(1.05);
-ms-transform: translate(-50%, -50%) scale(1.05);
transform: translate(-50%, -50%) scale(1.05);
}
.video-review-slider .author-row-content {
max-width: 310px;
}
.video-review-slider .slick-arrow {
-webkit-transform: none;
-ms-transform: none;
transform: none;
top: 170px;
}
.video-review-slider .slick-prev {
left: -70px;
}
.video-review-slider .slick-next {
right: -70px;
}

.breadcrumb-list > * {
display: inline;
font-size: 14px;
color: #706e79;
}
.breadcrumb-list .del {
display: inline-block;
margin: 0 3px;
}
.breadcrumb-list a {
color: #706e79;
}
.breadcrumb-list a:hover {
color: #fd2a50;
}
.breadcrumb-section {
padding-top: 225px;
margin-top: 35px;
margin-bottom: 35px;
}
.breadcrumb-section .caption {
margin-top: 10px;
}
.left-menu_list {
position: relative;
}
.left-menu_list li + li {
margin-top: 14px;
}
.left-menu_list a,
.left-menu_list span {
font-size: 18px;
color: #202a31;
font-weight: 500;
line-height: 1.3;
}
.left-menu_list a:hover {
color: #fd2a50;
}
.left-menu_list a.selected,
.left-menu_list span.selected {
color: #242739;
}
.st-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.st-content .col1 {
width: 200px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 55px;
padding-right: 25px;
border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.st-content .col2 {
width: 100%;
}
.st-content .col2 .project-list {
margin-top: -20px;
}
.st-content .col1 .stick-block.is_stuck {
padding-top: 20px;
}
.header.fixed ~ .page-content .st-content .col1 .stick-block.is_stuck {
padding-top: 75px;
}

.manager-lite_content .avaWrap {
position: relative;
background: #ededed;
border-radius: 5px;
width: 100%;
height: 220px;
}
.manager-lite_content .ava {
position: absolute;
left: 0;
bottom: 0;
}
.manager-lite_content .btnWrap {
position: absolute;
bottom: 25px;
width: 100%;
text-align: center;
}
.manager-lite_content .btn {
font-size: 14px;
padding: 22px 28px;
}
.manager-lite_content .ml-title {
font-size: 20px;
color: #3b3a40;
line-height: 1.4;
margin-top: 10px;
}
.manager-lite_content .ml-text {
font-size: 16px;
color: #3b3a40;
opacity: 0.7;
line-height: 1.4;
margin-top: 5px;
}
.st-content .manager-lite_content {
margin-top: 55px;
}

.news-row-section {
margin-top: 110px;
}
.project-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -20px;
}
.project-list .project-card-item {
width: 33.3334%;
padding: 20px;
}
.news-row-section .project-list .project-card-item {
width: 25%;
}
.news-row-section .project-card-item .imgWrap {
height: 190px;
}
.wrapper.with-bg .project-card-item .imgWrap {
background: #fff;
}
.project-card-item .title {
/*height: 52px;*/
}
.project-card-item .date {
font-size: 12px;
color: #acacac;
margin-top: 12px;
margin-bottom: 10px;
}
.project-card-item .preview-text {
margin-top: 5px;
font-size: 14px;
color: #706e79;
font-weight: 300;
}
.project-card-item .btnWrap {
margin-top: 15px;
}
.project-card-item .btn.btn-st2 {
padding: 17px 33px;
}
.project-card-item .btnWrap .link {
font-weight: 500;
color: #242739;
font-size: 16px;
border-bottom: 1px solid rgba(0, 0, 255, 0.3);
}
.project-card-item .btnWrap .link:hover {
color: #fd2a50;
border-bottom-color: transparent;
}
.project-card-item .title a {
color: #202a31;
font-size: 18px;
font-weight: 500;
line-height: 1.4;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.project-card-item:hover .title a {
color: #fd2a50;
}
.project-card-item .imgWrap {
position: relative;
width: 100%;
height: 210px;
background: #f6f6f6;
border-radius: 5px;
}
.project-card-item .imgWrap img {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 3px;
-webkit-transform: translate3d(-50%, -50%, 0) scale(0.92);
transform: translate3d(-50%, -50%, 0) scale(0.92);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.project-card-item:hover .imgWrap img {
-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
transform: translate3d(-50%, -50%, 0) scale(1);
}
.page-navigation_list {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 20px;
padding-top: 40px;
}
.page-navigation_list:before {
position: absolute;
content: "";
top: 0;
left: 50%;
width: calc(100% - 40px);
height: 1px;
background: rgba(0, 0, 0, 0.1);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.page-navigation_list .nav-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 3px;
font-size: 18px;
margin: 0 5px;
}
.page-navigation_list .nav-item > * {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.page-navigation_list .nav-item a {
color: #202a31;
}
.page-navigation_list .nav-item.active {
background: #242739;
}
.page-navigation_list .nav-item b {
font-weight: 700;
color: #fff;
}

.ppd-slider {
width: 1025px;
}
.ppd-slider .img {
width: 100%;
height: 600px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.ppd-slider .slick-prev {
left: 35px;
}
.ppd-slider .slick-next {
right: 35px;
}
.project-page-detail .wys-text {
margin-top: 40px;
font-weight: 300;
}

.additional-project_list {
margin-top: 70px;
}
.additional-project_list .caption {
font-size: 30px;
font-weight: 500;
margin-bottom: 30px;
}

.st-content .col2 .certificate-rows_list {
margin-top: -20px;
}
.certificate-rows_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -15px;
}
.certificate-rows_list .certificate-rows-item {
width: 33.3334%;
padding: 20px 15px;
}
.certificate-rows_list .imgWrap {
position: relative;
width: 100%;
height: 410px;
border-radius: 5px;
background: #f6f6f6;
padding: 25px 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.certificate-rows_list .imgWrap:before {
position: absolute;
z-index: 2;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: rgba(77, 137, 197, 0.7);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.certificate-rows_list .imgWrap:hover:before {
opacity: 1;
}
.certificate-rows_list .imgWrap:after {
position: absolute;
content: "";
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/icons/search-icon.svg) center no-repeat;
background-size: 20%;
-webkit-filter: invert(1);
filter: invert(1);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.certificate-rows_list .imgWrap:hover:after {
opacity: 1;
}
.certificate-rows_list .imgWrap img {
border-radius: 3px;
display: block;
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.certificate-rows_list .title {
font-size: 18px;
font-weight: 500;
margin-top: 15px;
}

.wys-text > img:not([class]) {
border-radius: 10px;
}
.wys-text h3,
.wys-text h4 {
font-size: 30px;
font-weight: 500;
margin-top: 50px;
margin-bottom: 20px;
}
.wys-text h4 {
font-size: 24px;
}
.wys-text h4 + p,
.wys-text h3 + p {
margin-top: -5px;
}
.wys-text .colored {
color: #242739;
}
.wys-text .light {
font-weight: 300;
color: #202a31;
}
.wys-text > *:first-child {
margin-top: 0 !important;
}
.wys-text > *:last-child {
margin-bottom: 0 !important;
}
.wys-text p {
margin: 25px 0;
color: #706e79;
}
.wys-text ul {
margin: 25px 0;
}
.wys-text ul li {
position: relative;
padding-left: 14px;
color: #706e79;
}
.wys-text ul li p {
margin: 0;
}
.wys-text ul li:before {
position: absolute;
content: "";
top: 12px;
left: 0;
width: 5px;
height: 5px;
background: #242739;
border-radius: 50%;
}
.wys-text ul li + li {
margin-top: 10px;
}
.wys-text a.bold {
color: #242739;
font-weight: 700;
}
.wys-text a.bold:hover {
color: #fd2a50;
}

.reviews-p_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -20px -15px 0;
}
.reviews-p_item {
width: 33.3334%;
padding: 20px 15px;
}
.item-content {
}
.reviews-p_list .imgWrap {
width: 100%;
height: 320px;
background: #f6f6f6;
border-radius: 5px;
overflow: hidden;
text-align: center;
}
.reviews-p_list .video-previewWrap {
position: relative;
padding: 13px;
width: 100%;
height: 100%;
}
.reviews-p_list .video-previewWrap:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: calc(100% - 26px);
height: calc(100% - 26px);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #1e2934;
opacity: 0.5;
border-radius: 3px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.reviews-p_list .video-previewWrap:hover:before {
opacity: 0.75;
}
.reviews-p_list .video-previewWrap:after {
position: absolute;
content: "";
z-index: 2;
top: 50%;
left: 50%;
width: 79px;
height: 79px;
background: url(../img/mes/play.svg);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.reviews-p_list .video-previewWrap:hover:after {
-webkit-transform: translate(-50%, -50%) scale(1.05);
-ms-transform: translate(-50%, -50%) scale(1.05);
transform: translate(-50%, -50%) scale(1.05);
}
.video-previewWrap .preview-img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 3px;
}
.reviews-p_list .default-previewWrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 25px 30px 0;
width: 100%;
height: 100%;
text-align: center;
}
.reviews-p_list .default-previewWrap:before {
position: absolute;
z-index: 2;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: rgba(77, 137, 197, 0.7);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.reviews-p_list .default-previewWrap:hover:before {
opacity: 1;
}
.reviews-p_list .default-previewWrap:after {
position: absolute;
content: "";
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/icons/search-icon.svg) center no-repeat;
background-size: 20%;
-webkit-filter: invert(1);
filter: invert(1);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.reviews-p_list .default-previewWrap:hover:after {
opacity: 1;
}
.reviews-p_list .default-previewWrap img {
display: block;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.reviews-p_list .default-previewWrap:hover img {
margin-top: -10px;
}
.review-section_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -25px 30px;
}
.review-section_list li {
padding: 0 25px;
}
.review-section_list .s-name {
font-size: 30px;
font-weight: 500;
color: #202a31;
}
.review-section_list .s-name:hover {
cursor: pointer;
color: #242739;
}
.review-section_list .active .s-name {
color: #242739;
}
.js-review-area .reviews-p_item {
display: none;
}
.js-review-area .reviews-p_item.active {
display: block;
}
.price-page-content {
margin-top: 50px;
}

.contact-page_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.contact-page_content .content-col1 {
width: 100%;
}
.contact-page_content .content-col2 {
width: 320px;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-left: 70px;
}
.contact-row + .contact-row {
margin-top: 25px;
}
.contact-row .sm-text {
font-size: 18px;
color: #706e79;
}
.contact-row .sm-text.half {
font-size: 14px;
}
.contact-row address {
font-size: 30px;
color: #202a31;
font-style: normal;
line-height: 1.5;
}
.contact-row .tel {
font-size: 30px;
font-weight: 700;
color: #202a31;
line-height: 1.1;
margin-top: 5px;
}
.contact-row .h-soc_list {
margin-top: 10px;
}
.contact-row .mail {
font-size: 18px;
color: #242739;
font-weight: 500;
border-bottom: 1px solid rgba(0, 0, 255, 0.2);
line-height: 1.4;
}
.address-list .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -5px;
padding: 20px 0;
font-size: 16px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.address-list .item:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.address-list .i-col1 {
padding: 0 5px;
width: 25%;
font-weight: 500;
color: #202a31;
}
.address-list .i-col1 a {
color: #505780;
}
.address-list .i-col2 {
padding: 0 5px;
width: 50%;
color: #202a31;
line-height: 1.3;
}
.address-list .i-col3 {
padding: 0 5px;
width: 25%;
text-align: right;
}
.address-list .phone {
font-weight: 500;
color: #202a31;
}
.contact-row .address-list {
margin-top: 15px;
}
.contact-row.offset-lg {
margin-top: 32px;
}
.contact-row .company-text {
color: #202a31;
margin-top: 10px;
}
.contact-page_content .block-img_row + .block-img_row {
margin-top: 30px;
}
.block-img_row .imgWrap {
display: block;
width: 100%;
height: 208px;
}
.block-img_row .imgWrap img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.block-img_row .s-text {
font-size: 14px;
font-weight: 300;
color: #202a31;
margin-top: 14px;
}
.zoom-area {
position: relative;
cursor: pointer;
}
.zoom-area:before {
position: absolute;
z-index: 2;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 5px;
background: rgba(77, 137, 197, 0.7);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.zoom-area:hover:before {
opacity: 1;
}
.zoom-area:after {
position: absolute;
content: "";
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(../img/icons/search-icon.svg) center no-repeat;
background-size: 15%;
-webkit-filter: invert(1);
filter: invert(1);
opacity: 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.zoom-area:hover:after {
opacity: 1;
}
.contact-page_content .form-area {
margin-top: 50px;
padding: 25px;
background: #ffffff;
-webkit-box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.25);
box-shadow: 0px 20px 200px rgba(52, 115, 160, 0.25);
border-radius: 5px;
}
.contact-page_content .form-area .form-title {
font-size: 30px;
font-weight: 500;
color: #3b3a41;
text-align: center;
}
.contact-page_content .form-area .form-desc {
color: #3b3a41;
text-align: center;
max-width: 480px;
margin: 0 auto;
}
.contact-page_content .form-area form {
margin-top: 15px;
}
.contact-page_content .form-area .btn {
width: 100%;
}
.contact-page_content .form-area .btnWrap {
margin-top: 10px;
}
.contact-page_content .form-area textarea {
min-height: 135px;
}
form textarea {
display: block;
}
.map-modal {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@-webkit-keyframes preloaderCentered {
0% {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
transform: translate(-50%, -50%) rotate(360deg);
}
}
@keyframes preloaderCentered {
0% {
-webkit-transform: translate(-50%, -50%) rotate(0deg);
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
-webkit-transform: translate(-50%, -50%) rotate(360deg);
transform: translate(-50%, -50%) rotate(360deg);
}
}
.map-modal:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 60px;
height: 60px;
border-radius: 50%;
border: 6px solid rgba(0, 0, 0, 0.3);
border-left-color: rgba(0, 0, 0, 0.1);
border-top-color: rgba(0, 0, 0, 0.1);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-animation: preloaderCentered 1s linear infinite;
animation: preloaderCentered 1s linear infinite;
}
.modal-map {
width: 100%;
max-width: 700px;
}
.modal-map .modal-b2 {
height: 500px;
width: 100%;
}
.modal-map .modal-close:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: 200%;
height: 200%;
background: #fff;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: -1;
}
.wys-text .block-img-text {
margin: 60px 0;
}
.wys-text .block-img-text .imgWrap {
float: left;
margin-right: 45px;
margin-bottom: 30px;
}
.wys-text .block-img-text.mirror .imgWrap {
float: right;
margin-right: 0;
margin-left: 45px;
}
.wys-text .block-img-text .imgWrap img {
display: block;
margin: 0 !important;
}
.wys-text .block-img-text .col > *:first-child {
margin-top: 0 !important;
}
.about-page-section .container > .wys-text:first-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 70px;
}
.certificate-section.certificate-block {
margin-top: 70px;
}

.caption-row .video-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.caption-row .video-info .name {
color: #202a31;
margin-right: 50px;
}
.caption-row .video-info .time {
font-size: 16px;
font-weight: 500;
color: #202a31;
}
.dir-section {
margin-top: 80px;
}
.dir-section .caption-row {
margin-bottom: 35px;
}
.video-wrapper {
position: relative;
padding: 17px;
border-radius: 5px;
background: #f6f6f6;
display: block;
}
.video-wrapper img {
width: 100%;
height: 700px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 3px;
display: block;
}
.video-wrapper:before {
position: absolute;
content: "";
top: 50%;
left: 50%;
width: calc(100% - 34px);
height: calc(100% - 34px);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #1e2934;
opacity: 0.5;
border-radius: 3px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.video-wrapper:hover:before {
opacity: 0.75;
}
.video-wrapper:after {
position: absolute;
content: "";
z-index: 2;
top: 50%;
left: 50%;
width: 79px;
height: 79px;
background: url(../img/mes/play.svg);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.video-wrapper:hover:after {
-webkit-transform: translate(-50%, -50%) scale(1.05);
-ms-transform: translate(-50%, -50%) scale(1.05);
transform: translate(-50%, -50%) scale(1.05);
}

.brends-section {
margin-top: 90px;
}
.brends-section .brands-slider {
margin-top: 35px;
}
.brands-slider {
position: relative;
width: calc(100% + 40px);
left: -20px;
}
.brands-slider .imgWrap {
width: 100%;
max-width: 230px;
height: 100px;
background: #f6f6f6;
border-radius: 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 15px 25px;
margin: 0 auto;
}
.wrapper.with-bg .brands-slider .imgWrap {
background: #fff;
}
.wrapper.with-bg .video-wrapper {
background: #fff;
}
.brands-slider .imgWrap img {
max-height: 100%;
}
.brands-slider .name {
text-align: center;
font-size: 16px;
color: #202a31;
margin-top: 10px;
}
.brands-slider .slick-arrow {
top: 50px;
}

.personal-section {
margin-top: 80px;
}
.brends-section + .personal-section {
padding-top: 80px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.personal-section .personal-slider {
margin-top: 35px;
}
.personal-slider {
position: relative;
width: calc(100% + 40px);
left: -20px;
}
.personal-slider .slick-arrow {
top: 145px;
}
.personal-slider .slide {
padding: 0 18px;
}
.personal-slider .imgWrap {
width: 100%;
max-width: 290px;
height: 290px;
margin: 0 auto;
}
.personal-slider .imgWrap img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.personal-slider .name {
font-size: 24px;
font-weight: 500;
color: #202a31;
margin-top: 15px;
}
.personal-slider .pos {
font-size: 14px;
font-weight: 300;
color: #706e79;
}

.faq-section {
margin-top: 80px;
}
.news-row-section + .faq-section {
margin-top: 0;
}
.news-row-section + .faq-section .container {
margin-top: 80px;
padding-top: 80px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.personal-section + .faq-section {
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 70px;
margin-top: 70px;
}

.order-info-section {
margin-top: 70px;
margin-bottom: 70px;
}
.faq-section + .order-info-section {
padding-top: 70px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.order-info_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -25px;
}
.order-info_content .oi-col1,
.order-info_content .oi-col2 {
width: 50%;
padding: 0 25px;
}
.wys-text .link-lg {
font-size: 24px;
font-weight: 500;
color: #242739;
}
.wys-text .link-lg:hover {
color: #fd2a50;
}

.arrows-distance .slick-prev {
left: -70px;
}
.arrows-distance .slick-next {
right: -70px;
}

.logo-content {
}
.logo-content .logo-city {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 290px;
font-size: 24px;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
}
.logo-content .prefix {
color: #242739;
}
.logo-content .city {
color: #ee3f58;
white-space: nowrap;
}
.logo-content .text-logo_sub {
font-size: 10px;
color: #202a31;
opacity: 0.7;
}
.footer-menu_list {
max-width: 380px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -5px -10px 0;
}
.footer-menu_list li {
width: 50%;
padding: 5px 10px;
}
.footer-menu_list a,
.footer-menu_list span {
color: #202a31;
font-size: 16px;
font-weight: 500;
line-height: 1.3;
}
.footer-menu_list span,
.footer-menu_list a:hover {
color: #fd2a50;
}
.footer.footer-new .f-row .btn {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 20px;
margin-bottom: 15px;
/*margin-left: 30px;*/
}
.footer.footer-new .f-row .f-addr {
max-width: 300px;
}
.footer.footer-new .f-row {
font-weight: 300;
color: #202a31;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.footer.footer-new .tel {
font-size: 35px;
font-weight: 700;
}
.footer.footer-new .mail {
color: #242739;
}
.footer.footer-new .social-btn {
border-radius: 5px;
}
.footer.footer-new .h-soc_list {
margin-top: 20px;
}
.footer.footer-new {
padding-bottom: 0 !important;
}
.wrapper:not(.with-bg) .footer.footer-new {
background: #f6f6f6;
}
.f-info_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.f-info_content .copy {
font-size: 12px;
font-weight: 300;
}
.f-info_content .col2 a {
color: #202a31;
font-size: 12px;
font-weight: 300;
}
.f-info_content .col2 a + a {
margin-left: 55px;
}
.f-info_content .dev-text {
font-size: 12px;
font-weight: 300;
color: #202a31;
}
.f-info_content .dev a {
color: #202a31;
}
.f-info_content .dev img {
max-width: 13px;
display: block;
margin-right: 9px;
}
.f-info_content {
margin-top: 40px;
padding: 20px 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.f-info_content a:hover {
color: #fd2a50 !important;
}

.header-main {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 20;
}
.header-main .col-middle {
position: relative;
width: 280px;
}
.header-main .container {
width: 100%;
max-width: 1470px;
}
.hm-top {
position: relative;
z-index: 5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.hm-top:before {
position: absolute;
z-index: -1;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 100vw;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #242739;
}
.header-menu_list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
/*align-items: center;*/
font-size: 14px;
font-weight: 500;
}
.header-menu_list a {
position: relative;
color: #ffffff;
font-size: 16px;
white-space: nowrap;
}
.hm-city_content .city-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hm-city_content .city-content img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 6px;
display: block;
}
.hm-city_content .city-content .name {
font-size: 14px;
color: rgba(255, 255, 255, 0.8);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.hm-city_content .city-content:hover .name {
color: #fd2a50;
}
.hm-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
}
.hm-info img {
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 8px;
display: block;
}
.hm-info .text {
font-size: 14px;
}
.header-menu_list > li.for-hidden {
display: none;
}
.header-menu_list > li > a {
font-size: 14px;
}
.header-menu_list > li:hover > a {
color: #242739;
}
.header-menu_list .submenu-list {
position: absolute;
top: -10px;
left: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
padding: 10px 0;
border-radius: 0 5px 5px 5px;
background: #fff;
-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.header-menu_list .submenu-list .submenu-list {
left: calc(100% - 3px);
}
.header-menu_list .submenu-list.first-list {
top: 120%;
left: 0;
}
.header-menu_list .submenu-list a {
color: #202a31;
line-height: 1.3;
}
.header-menu_list li:hover ul.first-list {
top: 100%;
left: 0;
}
.header-menu_list li:hover ul > li {
opacity: 1;
visibility: visible;
pointer-events: inherit;
}
.header-menu_list li:hover > ul.first-list > li {
opacity: 1;
visibility: visible;
pointer-events: inherit;
}
.header-menu_list li:hover > .submenu-list {
opacity: 1;
visibility: visible;
pointer-events: inherit;
}
.header-menu_list a:hover,
.header-menu_list li:hover > a {
color: #242739;
}
.header-menu_list li {
position: relative;
padding: 10px 25px 10px 20px;
}
.header-menu_list > li {
padding: 10px 20px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.header-menu_list > li {
margin: 0 3px;
}
.header-menu_list > li:hover {
background: #fff;
}
.header-menu_list .link-arrow > a {
padding-right: 15px;
}
.header-menu_list .link-arrow > a:before {
position: absolute;
content: "";
top: 7px;
right: 0;
width: 5px;
height: 5px;
border-right: 1px solid #202a31;
border-bottom: 1px solid #202a31;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.header-menu_list > li > a:before {
border-color: #fff !important;
}
.header-menu_list li:hover > a:before {
border-color: #242739 !important;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
top: 10px;
}
.header-menu_list .addit-menu_li {
position: relative;
background: #fff;
margin: 8px 0;
padding: 0 !important;
width: 15px;
border-radius: 3px;
}
.header-menu_list .addit-menu_li:before {
position: absolute;
content: "";
top: 0;
left: 100%;
height: 100%;
width: 10px;
}
.addit-menu_li .addit-menu {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
cursor: pointer;
}
.addit-menu_li .dots {
width: 3px;
height: 3px;
border-radius: 50%;
background: #242739;
}
.addit-menu_li .dots + .dots {
margin-top: 2px;
}

.hm-main {
position: relative;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 15px 0;
}
.hm-main:after {
position: absolute;
content: "";
bottom: 0;
left: 50%;
height: 1px;
width: 100vw;
background: #e1e1e1;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.hm-main:before {
position: absolute;
z-index: -1;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 100vw;
background: #f6f6f6;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.hm-main .col1,
.hm-main .col2,
.hm-main .col3 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.hm-main .col2 {
margin: 0 15px;
}
.hm-main .hm-address {
position: relative;
max-width: 220px;
padding-left: 18px;
margin-left: 20px;
font-size: 15px;
line-height: 1.3;
}
.hm-main .hm-address:before {
position: absolute;
content: "";
top: 4px;
left: 0;
width: 1px;
bottom: 4px;
background: rgba(0, 0, 0, 0.1);
}
.hm-main .timew {
margin-left: 20px;
color: #202a31;
line-height: 1.3;
}
.hm-main .timew .text {
font-size: 14px;
font-weight: 300;
}
.hm-main .timew strong {
font-size: 15px;
font-weight: 700;
}
.hm-main .work-col a {
font-size: 20px;
font-weight: 700;
color: #202a31;
white-space: nowrap;
}
.mn-footer .work-col {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.hm-main .time-working {
color: #202a31;
font-size: 12px;
}
.hm-main .h-soc_list {
margin-left: 35px;
}
.hm-main .social-btn {
width: 46px;
height: 46px;
border-radius: 5px;
padding: 12px;
}
.hm-main .btn {
font-size: 14px;
padding: 0 15px;
margin-left: 7px;
line-height: 44px;
height: 46px;
width: 180px;
}
.hm-main .h-soc_list li + li {
margin-left: 7px;
}
.mobile-content .h-btns_content .hbtn-menu {
background: #212121;
padding: 0;
width: 38px;
height: 38px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.menu-service-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0 -10px;
}
.menu-service-list .item {
padding: 0 10px;
}
.menu-service-list .imgWrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 35px;
}
.menu-service-list .imgWrap img {
-ms-flex-negative: 0;
flex-shrink: 0;
display: block;
}
.menu-service-list .text {
font-size: 16px;
text-align: center;
color: #202a31;
margin-top: 5px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.menu-service-list .item-content:hover .text {
color: #242739;
}
.hm-srv {
padding: 15px 0;
}
.hm-srv:before {
position: absolute;
z-index: -1;
content: "";
top: 0;
left: 50%;
height: 100%;
width: 100vw;
background: #f6f6f6;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}

.title-search-result {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 1;
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
/*background: #fff;*/
/*z-index: -1!important;*/
/*display: block !important;*/
/*display: none !important;*/
}
.title-search-result .search-result_container {
background: #fff;
padding: 20px 15px;
border-radius: 0 0 8px 8px;
}
.title-search-result .search-result_container:after {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 0 0 8px 8px;
border: 1px solid rgba(0, 0, 0, 0.02);
border-top: none;
pointer-events: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.search-result_container a {
color: #000;
font-size: 16px;
padding: 5px 10px;
display: block;
border-radius: 3px;
}
.search-result_container a:hover {
background: rgba(0, 0, 0, 0.1);
}

.horizontal-search form {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.horizontal-search .s-btn {
position: absolute;
z-index: 2;
top: 0;
right: 0;
font-size: 0;
padding: 0;
width: 50px;
height: 50px;
background: url(../img/icons/search.svg) center no-repeat;
border: none;
cursor: pointer;
border-radius: 0 8px 8px 0;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.horizontal-search .s-btn:hover {
background: #ee3f58;
}
.js-mobile-search-area .horizontal-search .input-search {
border-color: #fff;
background: #fff;
}
.horizontal-search .input-search {
padding: 10px 50px 10px 25px;
height: 46px;
font-size: 15px;
font-weight: 400;
border-color: #f6f6f6;
background: #f6f6f6;
border-radius: 5px;
-webkit-transition: background 0.25s;
-o-transition: background 0.25s;
transition: background 0.25s;
}
.horizontal-search .input-search:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.horizontal-search .input-search::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.6);
}
.horizontal-search .input-search::-moz-placeholder {
color: rgba(0, 0, 0, 0.6);
}
.horizontal-search .input-search:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.6);
}
.horizontal-search .input-search::-ms-input-placeholder {
color: rgba(0, 0, 0, 0.6);
}
.horizontal-search .input-search::placeholder {
color: rgba(0, 0, 0, 0.6);
}
.h-content .horizontal-search {
/*margin-left: 100px;*/
width: 700px;
}
.search-page_result {
margin-top: 40px;
}
.search-simple_item .link {
display: inline;
color: #242739;
font-size: 18px;
border-bottom: 1px solid transparent;
line-height: 1.3;
}
.search-simple_item {
padding-left: 25px;
padding-right: 25px;
}
.search-simple_item .link:hover {
border-bottom-color: rgba(0, 0, 255, 0.5);
}
.search-simple_item .nav {
margin-top: 10px;
display: block;
color: rgba(0, 0, 0, 0.6);
}
.search-simple_item .nav a {
color: rgba(0, 0, 0, 0.6);
}
.search-simple_item .nav a:hover {
color: #000;
}
.search-simple_item + .search-simple_item {
border-top: 1px solid rgba(0, 0, 0, 0.2);
padding-top: 15px;
margin-top: 15px;
}
.search-simple_item p {
font-size: 16px;
color: #4e4b4b;
margin-top: 10px;
}
.search-page .caption {
text-align: left;
margin-bottom: 15px;
}

.sitemap-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -20px;
}
.sitemap-content > * {
width: 50%;
padding: 0 20px;
}
.sitemap-list a {
display: inline;
color: #242739;
border-bottom: 1px solid rgba(0, 0, 255, 0.2);
}
.sitemap-list .sitemap-list {
margin-top: 10px;
padding-left: 25px;
}
.sitemap-list a:hover {
color: #ee3f58;
border-bottom-color: transparent;
}
.sitemap-list li + li {
margin-top: 10px;
}
.sitemap-content .wys-text + .sitemap-list {
margin-top: 25px;
}
.h-btns_content .hbtn {
width: 38px;
height: 38px;
border-radius: 2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.h-btns_content .hbtn + .hbtn {
margin-left: 10px;
}
.h-btns_content .hbtn-phone {
background: #fe4750;
}
.h-btns_content .hbtn-menu {
background: #242739;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 12px;
}
.hbtn-menu .line {
width: 100%;
height: 1px;
background: #fff;
}
.hbtn-menu .line + .line {
margin-top: 5px;
}
.btn-top {
position: fixed;
opacity: 50%;
z-index: 150;
right: 30px;
bottom: 30px;
width: 60px;
height: 60px;
border-radius: 5px;
background: #242739;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.1);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.btn-top img {
display: block;
-webkit-filter: invert(1);
filter: invert(1);
}
.btn-top:hover {
-webkit-box-shadow: 0 0 20px #3b415e;
box-shadow: 0 0 20px #3b415e;
}
.btn-top.btn-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}

.drugs-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 30px -10px 0;
}
.drugs-list .drugs-item {
width: 33.3334%;
padding: 10px;
}

.show-more {
display: block;
width: 100%;
background: #242739;
color: #fff;
padding: 10px 15px;
border-radius: 5px;
margin-top: 15px;
text-align: center;
font-size: 14px;
}
.show-more:hover {
cursor: pointer;
background: -o-linear-gradient(272.72deg, #ff4c67 -62.12%, #ee3f58 124.14%);
background: linear-gradient(177.28deg, #ff4c67 -62.12%, #ee3f58 124.14%);
}
@media only screen and (max-width: 1500px) {
.hm-srv,
.hm-main,
.hm-top {
padding-left: 15px;
padding-right: 15px;
}
.hm-top .col3 {
display: none;
}
.hm-main .timew {
display: none;
}
.header-menu_list .addit-menu_li .submenu-list.first-list {
left: auto;
right: 0;
border-radius: 5px 0 5px 5px;
}
}
@media only screen and (max-width: 1440px) {
.mobile-content .container {
padding-top: 120px;
}
.mobile-menu1_link,
.mobile-menu2_link {
font-size: 26px;
}
a.link-whith-nav {
padding-right: 30px;
}
.link-whith-nav:before {
border-width: 1px;
width: 5px;
height: 5px;
top: 29px;
}
.mobile-bg {
max-width: 660px;
}
.mobile-menu3_list li + li {
margin-top: 0;
}
.mobile-menu3_list li {
margin-top: 6px;
}
}
@media only screen and (max-width: 1320px) {
.container {
width: 1250px;
}
.hm-main .btn {
width: 150px;
}
}
@media only screen and (max-width: 1250px) {
.review-section_list .s-name {
font-size: 18px;
line-height: 1.35;
}
.reviews-p_list .imgWrap {
height: calc(100vw * 0.45);
}
.reviews-p_list .default-previewWrap {
padding: 10px 10px 0;
}
.breadcrumb-section {
margin-bottom: 20px;
}
.review-section_list li {
padding: 5px;
}
.review-section_list {
margin: 0 -5px 10px;
}
.reviews-p_item {
width: 50%;
padding: 10px 5px;
}
.reviews-p_list {
margin: -20px -5px 0;
}
.st-content .col1 {
display: none;
}
.rev2-slider {
width: 100%;
left: -10px;
width: 1024px;
}
.author-row-content .avaWrap {
width: 50px;
height: 50px;
margin-right: 10px;
}
.author-row-content .name {
font-size: 16px;
}
.author-row-content .text {
font-size: 12px;
}
.rev2-slider .mesWrap {
width: 100%;
height: 420px;
padding: 12px;
}
.rev2-slider .mesWrap img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.rev2-slider .slide-content {
padding: 0 10px;
}
.project-item h3 {
font-size: 14px;
height: 37px;
margin-bottom: 15px;
}
.order-section .m-d {
display: none;
}
.h-btns_content {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.hm-main .col3 {
margin-left: auto;
margin-right: 35px;
display: none;
}
.footer-menu_list li {
text-align: left;
}
.logo-content .logo-city {
/*justify-content: center;*/
}
.video-wrapper img {
height: calc(100vw * 0.65 - 20px);
}
.footer-menu_list {
/*margin: 0 auto;*/
max-width: 500px;
}
.footer.footer-new .f-row .f-addr {
width: 100%;
/*text-align: center;*/
}
.footer.footer-new .f-row .btn {
margin-left: 0;
/*margin-top: 15px;*/
}
.brends-section .caption {
text-align: center;
}
.review2-section .slick-dots {
width: 100vw;
}
.news-row-section .project-list .project-card-item {
width: 50%;
}
.f-info_content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.f-info_content .col3 {
width: 100%;
margin-top: 20px;
}
.review2-section .slick-dots,
.brands-slider .slick-dots {
position: relative;
bottom: 0;
margin-top: 25px;
}
.main-section,
.breadcrumb-section {
padding-top: 178px;
}
.hm-srv,
.hm-main,
.hm-top {
padding-left: 0;
padding-right: 0;
}
.menu-service-list .text {
white-space: nowrap;
font-size: 14px;
}
.hm-main .hm-address,
.hm-main .col2,
.hm-top {
display: none;
}
.hm-srv {
position: relative;
left: -10px;
padding-left: 10px;
width: calc(100% + 20px);
}
.menu-service-list {
overflow-y: hidden;
overflow-x: auto;
}
.pay-methods {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.city-area {
height: auto;
}
.container {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.h-col2 {
display: none;
}
.header .h-btn {
display: none;
}
.caption,
.wys-text h2,
.cost-section .caption,
.last-order-section .caption,
.departure-section .caption,
.modal-title {
font-size: 35px;
}
.main-col1 {
max-width: 510px;
}
.main-adv {
padding-right: 20px;
}
.main-adv_list {
margin-top: 40px;
padding: 20px;
background: rgba(0, 0, 0, 0.4);
}
.main-col1,
.main-col2 {
padding-top: 110px;
padding-bottom: 70px;
}
.calc-service-content {
/*flex-wrap: wrap;*/
}
.calc-service-content .col1 {
margin-right: 20px;
/*margin-bottom: 25px;*/
/*width: 100%;*/
}
.main-adv_imgWrap {
margin-right: 10px;
}
.quiz-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.quiz-section {
margin-top: 70px;
}
.quiz-col1 {
width: 100%;
}
.quiz-col2 {
padding-left: 0;
max-width: 300px;
margin: 50px 0 0;
}
.quiz-col2:before {
display: none;
}
.advantages-bg {
display: none;
}
.advantages-item {
padding: 0 10px;
}
.advantages-item_list {
margin: 0 -10px;
}
.advantages-content {
padding: 40px;
}
.advantages-seciton {
margin-top: 70px;
}
.service-section {
margin-top: 70px;
}
.service-content {
margin-top: 30px;
}
.service-item {
padding: 0 5px;
}
.service-item_list {
margin: 0 -5px;
}
.service-item_imgWrap {
padding: 5px;
height: 165px;
}
.service-item_type {
margin-top: 10px;
font-size: 16px;
}
.service-item_price {
font-size: 25px;
margin-top: 10px;
}
.service-item_list .btn {
margin-top: 20px;
font-size: 16px;
padding: 25px;
width: 100%;
}
.service-item_link-list {
margin-top: 15px;
}
.service-section + .attention-section {
padding-top: 50px;
}
.attention-section {
margin-top: 70px;
}
.attention-section .caption-desc {
font-size: 18px;
}
.attention-content {
margin-top: 50px;
}
.attention-item_content h4 {
font-size: 24px;
}
.attention-item_content p {
font-size: 16px;
}
.attention-sqr {
margin-right: 15px;
}
.attention-item {
padding-bottom: 40px;
}
.attention-line {
height: 120%;
}
.attention-text-area {
font-size: 21px;
}
.cost-bg {
position: relative;
display: block;
max-width: 300px;
margin: auto;
}
.manager-desc {
/*position: relative;*/
/*bottom: 0;*/
/*left: 0;*/
}
.coop-overlay {
display: none;
}
.cost-section .container {
border-radius: 0;
padding-top: 70px;
}
.cost-section {
margin-top: 0;
}
.cost-section .manager-desc {
bottom: auto;
top: 300px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.manager-desc .name {
font-size: 17px;
padding: 20px 25px;
}
.manager-desc .pos {
font-size: 14px;
padding: 25px 25px 20px;
}
.cost-content {
max-width: none;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cost-section .caption {
text-align: center;
}
.cost-advantages_list {
margin: 35px 0 0;
}
.cost-content form {
margin: 45px auto 0;
}
.cooperation-section {
margin-top: 70px;
}
.cooperation-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cooperation-col1 {
padding-right: 0;
width: 100%;
}
.cooperation-col2 {
width: 100%;
}
.cooperation-content .caption {
text-align: center;
max-width: 700px;
margin: auto;
}
.cooperation-section .caption-desc {
text-align: center;
max-width: 700px;
margin: 15px auto 0;
}
.cooperation-time {
display: none;
}
.cooperation-item_count {
right: auto;
left: 130px;
}
.cooperation-item_list {
margin-top: 40px;
}
.choise-section {
margin-top: 70px;
}
.choise-item_list li {
padding: 25px 15px;
width: 33.3334%;
}
.choise-item_list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.choise-item_list {
margin: 25px -15px 0;
}
.choise-section .caption {
margin: auto;
text-align: center;
}
.choise-section .caption-desc {
text-align: center;
margin: 15px auto 0;
}
.departure-section {
margin-top: 55px;
}
.departure-car {
display: none;
}
.departure-content {
padding: 60px 30px;
margin: auto;
text-align: center;
}
.departure-section .caption-desc {
margin: 15px auto 0;
}
.certificate-section {
margin-top: 70px;
}
.departure-overlay {
display: none;
}
.certificate-tab {
margin: 0 10px;
padding-bottom: 15px;
font-size: 16px;
}
.certificate-tab:before {
height: 3px;
}
.certificate-tab_content {
margin-top: 30px;
}
.certificate-slider .slick-prev {
left: 20px;
}
.certificate-slider .slick-next {
right: 20px;
}
.project-seciton .caption {
text-align: center;
margin: auto;
}
.project-head_row {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 30px;
}

.project-time {
margin-top: 25px;
width: 100%;
text-align: center;
}
.project-time img {
max-width: 183px;
}
.project-time .desc {
margin: 10px auto 0;
}
.project-slide {
padding: 0 10px;
}
.project-slider_overlay {
display: none;
}
.project-slider {
left: 0;
width: 100%;
}
.project-slider_area:before,
.project-slider_area:after {
display: none;
}
.project-slider > .slick-dots {
bottom: -40px;
}
.project-seciton .container {
padding-top: 60px;
}
.project-item {
border-radius: 5px;
padding: 30px 20px;
}
.review-section {
margin-top: 100px;
}
.review-section .container {
padding-top: 50px;
}
.review-slide {
padding: 0;
}
.review-slide_content:before {
display: none;
}
.review-slide_content {
-webkit-box-shadow: none;
box-shadow: none;
padding: 40px 30px;
border-radius: 5px;
}
.review-slider {
margin-top: 25px;
}
.certificate-slide {
padding: 0 5px;
}
.certificate-slider {
width: 100%;
left: 0;
}
.certificate-slider .slick-dots {
bottom: -40px;
}
.project-seciton {
margin-top: 100px;
}
.review-section .slick-dots {
top: auto;
bottom: -60px;
}
.faq-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.faq-col2 {
width: 100%;
margin-top: 40px;
padding-left: 0;
}
.faq-item + .faq-item {
padding-top: 10px;
margin-top: 20px;
}
.faq-item_name {
font-size: 22px;
}
.faq-col1 {
width: 100%;
max-width: 450px;
}
.faq-section .manager-sm_block {
margin-top: 100px;
}
.faq-col1 {
margin: auto;
}
.faq-section .caption {
text-align: center;
}
.faq-section .caption-desc {
text-align: center;
}
.map-section {
margin-top: 70px;
/*margin-top: 20px;*/
}
.map {
border-radius: 5px 5px 0 0;
height: 280px;
}
.map-overlay {
display: none;
}
.map-contacts_overlay {
display: none;
}
.map-contacts_content {
position: relative;
top: 0;
-webkit-box-shadow: none;
box-shadow: none;
left: 0;
border-radius: 0 0 5px 5px;
width: 100%;
}
.last-order_bg {
display: none;
}
.last-order-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.last-order-col1 {
width: 100%;
max-width: none;
/*margin: auto;*/
}
.last-order-col2 {
width: 100%;
margin-top: 40px;
}
.mnc-manager {
display: none;
}
.modal-new-consult .modal-bWrap {
padding: 50px;
}
.modal-new-consult {
max-width: 600px;
}
.modal-new-consult .modal-title {
font-size: 26px;
text-align: center;
}
.modal-content .cost-advantages_list,
.modal-new-consult form {
margin-left: auto;
margin-right: auto;
}
.additional-section {
margin-top: 70px;
}
.last-order-section {
margin-top: 70px;
/*margin-top: 50px;*/
}
.last-order-section .caption {
/*text-align: center;*/
}
.cost-advantages_list {
margin-top: 20px;
}
.last-order-col1 .manager-in-row {
margin: 120px 0 20px;
}
.last-order_form-content {
border-radius: 5px;
max-width: 520px;
/*margin: auto;*/
padding: 40px 30px 60px;
}
.last-order-section .container {
padding-bottom: 70px;
}
.footer-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.f-col1 {
width: 100%;
/*text-align: center;*/
margin-bottom: 20px;
}
.f-col2 {
/*width: 100%;*/
text-align: center;
}
.footer-content p {
margin: auto;
}
.f-col3 {
/*width: 100%;*/
width: 400px;
max-width: none;
/*margin-top: 20px;*/
/*text-align: center;*/
}
.footer.footer-new .f-row {
margin-bottom: 25px;
}
.footer.footer-new .h-soc_list {
/*justify-content: center;*/
}
.f-row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
/*justify-content: center;*/
}
.dev {
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.footer-content p {
text-align: center;
}
.footer .policy {
max-width: 600px;
text-align: center;
margin: 10px auto 0;
}
.main-section.service-page-section .main-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.main-section.service-page-section .main-col1 {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
max-width: 700px;
padding-left: 10px;
padding-right: 10px;
padding-top: 40px;
}
.main-section.service-page-section .main-col2 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 100%;
}
.main-section.service-page-section {
z-index: 7;
}
.main-section.service-page-section .container {
padding-left: 0;
padding-right: 0;
}
.main-section.service-page-section .main-col2 {
padding: 0;
display: block;
}
.srv-official_content {
display: none;
}
.srv-main-img {
position: relative;
width: 100%;
height: calc(100vw * 0.5);
display: block;
}
.main-section.service-page-section .main-adv_list {
background: transparent;
padding: 0;
}
.service-content_row {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.service-content_col1 {
width: 100%;
padding-right: 0;
}
.service-content_col2 {
padding-left: 0;
}
.mobile-v-line {
display: none;
}
.mobile-menu2_list,
.mobile-menu3_list {
display: none;
}
.mobile-menu-close {
top: 30px;
left: 10px;
}
.mobile-bg {
max-width: 550px;
left: auto;
right: -50px;
}
.mobile-content .container {
padding-top: 90px;
}
.mobile-menu1_link,
.mobile-menu2_link {
font-size: 24px;
}
.link-whith-nav:before {
display: none !important;
}
.modal-b1 {
display: none;
}
.modal {
border-radius: 10px 10px 30px 30px;
}
.quiz.result .quiz-col2 {
display: none;
}
.quiz form {
margin-top: 40px;
}
.result .quiz-qestion_block .btn {
margin-top: 0;
margin-right: 0;
}
.breadcrumb-light-section {
top: 210px;
}
.header {
padding: 15px 0;
}
.service-price {
font-size: 35px;
margin-top: 20px;
}
.service-content_col1:before,
.service-content_col2:before {
display: none;
}
.service-content-section {
-webkit-box-shadow: none;
box-shadow: none;
}
.service-content_col1 {
padding-top: 60px;
}
.service-title_text {
margin-top: 0;
}
.service-question_content {
margin-top: 45px;
}
.service-content_col1 .manager-sm_block {
max-width: 450px;
}
.service-content_col1,
.service-content_col2 {
padding-bottom: 0;
}
.service-content-section ~ .advantages-seciton {
margin-top: 70px;
}
.advantages-content:before {
display: none;
}
.phanks-manager,
.phanks-section.main-section .manager-desc {
display: none;
}
.phanks-section.main-section {
border-radius: 0;
padding-top: 90px;
padding-bottom: 0;
}
.phanks-bg {
border-radius: 0;
}
.phanks-section .container {
padding: 130px 10px 70px;
}
.phanks-content {
border-radius: 5px;
margin: auto;
}
.bg-blue-content {
border-radius: 0px 0px 30px 30px;
}
.faq-item:first-child:before,
.faq-item:first-child:after {
top: 15px;
}
.faq-item:before,
.faq-item:after {
top: 28px;
}
.project-slide_sm {
height: 240px;
}
.video-review-slider {
width: 1024px;
}
.video-review-slider .mesWrap {
width: 100%;
height: 302px;
}
.caption-row .video-info {
display: none;
}
.caption-row .link {
display: none;
}
}
@media only screen and (max-width: 1024px) {
.personal-slider {
width: 1024px;
}
.brends-section + .personal-section {
padding-top: 60px;
}
.personal-section {
margin-top: 60px;
}
.personal-section + .faq-section {
padding-top: 60px;
margin-top: 60px;
}
.personal-slider .name {
font-size: 18px;
}
.wys-text .block-img-text .imgWrap,
.wys-text .block-img-text.mirror .imgWrap {
float: none;
margin: 0;
}
.wys-text .block-img-text {
margin: 30px 0;
}
.about-page-section .container > .wys-text:first-child {
padding-bottom: 60px;
}
.certificate-section.certificate-block {
margin-top: 60px;
}
.wys-text .block-img-text .imgWrap + .col {
margin-top: 25px;
}
.contact-page_content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.contact-page_content .content-col1 {
width: 100%;
}
.contact-page_content .content-col2 {
margin: 40px auto 0;
}
.wys-text table {
overflow-y: hidden;
overflow-x: auto;
}
.wys-text table tbody tr {
width: 100%;
}
.certificate-rows_list .certificate-rows-item {
width: 50%;
}
}
@media only screen and (max-width: 990px) {
.f-col3 {
width: 100%;
margin-top: 25px;
}
.calc-service-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.calc-service-content .col1 {
width: 100%;
margin-right: 0;
margin-bottom: 25px;
}
}
@media only screen and (max-width: 740px) {
.modal-calc-srv .modal-b2:before {
top: 8px;
right: 8px;
bottom: 8px;
left: 8px;
}
.modal-calc-srv .modal-b2 {
padding: 40px 30px 50px;
}
.modal-calc-srv .modal-close {
top: 20px;
right: 20px;
}
.footer.footer-new .f-row {
display: none;
}
.sitemap-content > * {
width: 100%;
}
.sitemap-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sitemap-content > * + * {
margin-top: 40px;
}
.sitemap-content .wys-text + .sitemap-list {
margin-top: 15px;
}
.page404-section {
padding: 285px 0 100px;
}
.breadcrumb-light-section {
top: 180px;
}
.contact-row address {
font-size: 20px;
}
.wys-text h3,
.wys-text h4 {
font-size: 24px;
}
.price-page-content {
margin-top: 30px;
}
.st-content-section {
margin-bottom: 50px;
}
.wys-text table tbody tr {
display: table-row;
}
.project-card-item .imgWrap {
height: calc(50vw * 0.65);
}
.project-list .project-card-item {
padding: 20px 5px;
width: 50%;
}
.project-list {
margin-left: -5px;
margin-right: -5px;
}
.st-content-section .author-row-content {
margin-top: 10px;
}
.st-content-section .author-row-content .avaWrap {
width: 30px;
height: 30px;
margin-right: 8px;
}
.st-content-section .author-row-content .name {
font-size: 14px;
}
.st-content-section .author-row-content .text {
font-size: 10px;
}
.certificate-rows_list .certificate-rows-item {
padding: 20px 5px;
}
.certificate-rows_list {
margin: 0 -5px;
}
.certificate-rows_list .imgWrap {
height: calc(100vw * 0.65);
padding: 5px;
}
.order-info_content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.order-info_content .oi-col1 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-info_content .oi-col1,
.order-info_content .oi-col2 {
width: 100%;
}
.main-adv h4 {
font-size: 16px;
text-align: left;
margin-bottom: 5px;
}
.main-adv_body p {
font-size: 15px;
}
.hm-srv {
padding: 12px 0 5px;
}
.hm-main {
height: 60px;
padding: 0;
}
.menu-service-list .imgWrap img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
display: block;
}
.main-section,
.breadcrumb-section {
padding-top: 141px;
}
.menu-service-list .imgWrap {
height: 25px;
}
.project-slide_sm {
height: 200px;
}
.adds-cert-list .acl-item {
width: 50%;
}
.mmenu {
margin-right: 15px;
}
.h-content {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.h-col1,
.h-col3 {
width: 100%;
}
.h-col1 {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.logo + .target {
margin-left: 0;
}
.logo {
font-size: 20px;
margin-right: auto;
}
.h-col3 {
margin-top: 10px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.time-working {
display: inline-block;
}
.work-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header.fixed .work-col {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.header.fixed .h-col1,
.header.fixed .h-col3 {
width: auto;
margin-top: 0;
}
.header.fixed {
padding: 3px 0;
}
.header.fixed .time-working {
font-size: 10px;
}
.main-col1 {
padding-top: 30px;
width: 100%;
margin: auto;
text-align: center;
}
.main-adv_imgWrap {
position: absolute;
top: 0;
left: 10px;
}
.main-adv {
position: relative;
padding: 55px 10px 0;
}
.main-col2 {
display: none;
}
.main-section {
border-radius: 0;
}
.caption,
.wys-text h2,
.cost-section .caption,
.last-order-section .caption,
.departure-section .caption,
.modal-title {
font-size: 30px;
}
.main-col1 > p {
margin-top: 20px;
}
.main-section .btnWrap {
margin-top: 20px;
}
.main-adv_list {
padding: 0;
margin: 40px -10px 0;
background: transparent;
}
.main-adv {
padding-right: 0;
width: 50%;
}
.main-adv_body {
max-width: 300px;
margin: auto;
text-align: left;
}
.quiz-barWrap {
margin-top: 30px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.quiz-col1 {
padding-right: 0;
}
.quiz-progress_barWrap {
width: 100%;
}
.quiz-content .caption {
text-align: center;
}
.quiz-bar_text {
text-align: center;
margin-bottom: 10px;
}
.quiz-qestion_block {
margin-top: 35px;
}
.quiz-question {
margin-bottom: 20px;
}
.quiz-item_list-small li {
padding: 5px;
}
.quiz-item_list-small {
margin-left: -5px;
margin-right: -5px;
}
.quiz-error_area.active:before {
top: 0;
bottom: 0;
left: -5px;
right: -5px;
}
.quiz-error_area.active .quiz-error_text {
font-weight: 400;
}
.quiz-qestion_block .btnWrap {
margin-top: 20px;
}
.quiz-qestion_block .btnWrap .btn {
margin-right: 0;
padding-left: 40px;
padding-right: 40px;
}
.quiz-qestion_block .btnWrap p {
display: none;
}
.quiz-result_title {
margin: auto;
max-width: 500px;
}
.quiz-result_desc {
margin: auto;
margin-top: 15px !important;
}
.quiz form {
margin: 30px auto 0;
}
.advantages-item_list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.advantages-item {
width: 50%;
padding: 10px;
}
.advantages-content {
padding: 20px;
border-radius: 5px;
}
.quiz-item_list-small li {
width: 100%;
}
.service-item_list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -40px;
}
.service-item {
margin-top: 40px;
width: 50%;
}
.attention-line {
/*display: none;*/
}
.attention-item {
width: 100%;
}
.attention-line2 {
display: none;
}
.attention-text-area {
border-radius: 0;
left: -10px;
width: calc(100% + 20px);
-webkit-transform: none;
-ms-transform: none;
transform: none;
padding: 20px;
font-size: 18px;
}
.attention-text-area_img1,
.attention-text-area_img2 {
display: none;
}
.cost-section .manager-desc {
min-width: 300px;
}
.cost-content {
padding-left: 0;
padding-right: 0;
}
.cooperation-item {
width: 50%;
padding: 10px;
}
.cooperation-item_list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 20px -10px 0;
}
.bg-blue-content {
border-radius: 0;
}
.bg-blue-content {
padding-bottom: 60px;
}
.choise-section {
margin-top: 60px;
}
.choise-item_list li {
width: 50%;
}
.departure-section .container {
border-radius: 0;
}
.certificate-tab_list {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: none;
margin-top: 30px;
}
.certificate-tab {
margin: 0;
width: 100%;
}
.certificate-tab:before {
display: none;
}
.certificate-tab + .certificate-tab {
margin-top: 5px;
}
.certificate-tab {
background: #fff;
padding: 10px;
}
.certificate-tab.active {
background: #505780;
color: #fff;
}
.certificate-imgWrap {
padding: 5px;
border-radius: 0;
}
.project-seciton .container {
padding-top: 50px;
}
.modal-b2,
.modal {
max-width: 100%;
}
.modal-b2 .btn {
padding-left: 30px;
padding-right: 30px;
}
.city-list li {
width: 50%;
}
.mobile-bg {
display: none;
}
.main-section.service-page-section .main-col1 > p {
margin-top: 15px;
}
.service-price {
margin-top: 15px;
font-size: 30px;
}
.main-section.service-page-section .btnWrap {
margin-top: 15px;
}
.service-title_text {
margin-bottom: 25px;
}
.service-content_col1 .service-list a {
border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.service-content_col2 {
padding-top: 40px;
}
.cooperation-item h4 {
font-size: 15px;
}
.choise-item_list li {
padding: 10px 5px;
}
.choise-item_list {
margin-left: -5px;
margin-right: -5px;
}
.phanks-section.main-section {
padding-top: 130px;
}
.phanks-content {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.phanks-check {
left: -8px;
}
.header {
border: 1px solid rgba(255, 255, 255, 0.1);
}
.quiz-col2 {
margin-left: 0;
}
.drugs-section .caption-row .link {
display: none;
}
.calc-service-content .col2 {
width: 100%;
padding: 30px 10px;
}
.radio-list .radio-item {
width: 100%;
}
.cs-advantages_list .imgWrap {
margin-right: 10px;
width: 50px;
height: 50px;
}
.cs-advantages_list .item .text {
font-size: 13px;
}
.review2-section .caption-row .link,
.video-review-section .caption-row .link {
display: none;
}
}
@media only screen and (max-width: 440px) {
.logo-content .logo-city {
max-width: 210px;
}
.drugs-list .drugs-item {
width: 50%;
padding: 5px;
}
.drugs-list {
margin: 25px -5px 0;
}
.drugs-list .imgWrap {
height: calc(50vw - 40px);
margin-bottom: 5px;
}
.calc-section .caption {
font-size: 28px;
}
.drugs-list .title {
font-size: 16px;
}
.rev2-slider {
width: 480px;
}
.drugs-slider {
width: 450px;
}
.drugs-slider .imgWrap {
height: 230px;
}
.drugs-slider .drugs-item {
padding: 10px;
}
.drugs-slider {
left: -8px;
}
.quiz-col2 {
width: 100%;
}
.quiz-pers_imgWrap:before {
height: 84px;
}
.quiz-pers_imgWrap {
margin-right: 10px;
}
.quiz-pers_imgWrap img {
max-width: 95px !important;
}
.quiz-pers {
float: left;
}
.quiz-pers {
width: 120px;
}
.quiz-desc_content .quiz-pers + p {
padding-top: 19px;
font-size: 12px !important;
}
.quiz-desc_content .tel {
margin-top: 0;
}
.modal-new-consult .modal-bWrap {
padding: 50px 20px;
}
.mn-service .imgWrap {
width: 46px;
height: 31px;
margin-right: 17px;
}
.mn-service .item-type {
font-size: 16px;
}
.wys-text h3,
.wys-text h4 {
font-size: 20px;
}
.personal-section .personal-slider {
margin-top: 20px;
}
.address-list .item {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.address-list .i-col1,
.address-list .i-col2,
.address-list .i-col3 {
width: 100%;
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
}
.contact-page_content .content-col2 {
max-width: 100%;
}
.project-card-item .btn.btn-st2 {
padding: 15px 10px;
}
.contact-page_content .form-area {
padding-left: 10px;
padding-right: 10px;
}
.main-section .caption {
font-size: 35px;
line-height: 1.35;
}
.service-price {
font-size: 24px;
}
.cost-bg {
max-width: 200px;
}
.cost-section .container {
padding-top: 60px;
}
.cost-section .manager-desc {
top: 220px;
}
.manager-desc .name {
font-size: 14px;
padding: 10px 15px;
}
.manager-desc .pos {
font-size: 13px;
padding: 20px 15px 10px;
}
.quiz-pers_imgWrap img {
max-width: 145px;
}
.quiz-col2 {
margin-top: 45px;
}
.drugs-section {
margin-top: 60px;
}
.service-section + .drugs-section .container {
padding-top: 60px;
}
.calc-section {
margin-top: 60px;
padding: 60px 0;
}
.attention-section {
margin-top: 60px;
}
.attention-line {
height: calc(100% + 50px);
}
.cooperation-item_imgWrap {
width: 100px;
}
.cooperation-item_count {
left: auto;
right: 10px;
top: 8px;
}
.brands-slider .slide {
padding: 0 10px;
}
.brands-slider {
width: 740px;
left: 0;
}
.brands-slider .slick-dots {
width: 100vw;
}
.review2-section .caption-row,
.video-review-section .caption-row,
.dir-section .caption-row {
margin-bottom: 20px;
}
.news-row-section {
margin-top: 60px;
}
.news-row-section .project-list .project-card-item {
padding: 10px 5px;
}
.project-list {
margin: 10px -5px 0;
}
.news-row-section .project-card-item .imgWrap {
height: calc(50vw * 0.65 - 10px);
}
.project-card-item .date {
margin: 5px 0;
}
.project-card-item .title {
height: auto;
}
.project-card-item .title a {
font-size: 16px;
}
.news-row-section + .faq-section .container {
margin-top: 60px;
padding-top: 60px;
}
.brends-section {
margin-top: 60px;
}
.brends-section .brands-slider {
margin-top: 20px;
}
.dir-section {
margin-top: 60px;
}
.video-review-section {
margin-top: 60px;
}
.hm-srv {
padding-left: 10px;
padding-right: 10px;
}
.page404-section .caption {
font-size: 80px;
}
.page404-section .caption-desc {
font-size: 18px;
}
.page404-section .btn {
padding: 30px 60px;
font-size: 16px;
}
.main-adv_body {
margin: 0;
}
.logo {
font-size: 18px;
}
.target {
font-size: 13px;
}
.target:after {
top: 6px;
}
.caption,
.wys-text h2,
.cost-section .caption,
.last-order-section .caption,
.departure-section .caption,
.modal-title {
font-size: 26px;
}
.main-col1 > p {
font-size: 16px;
}
.main-adv h4 {
text-align: left;
}
.quiz-progress_barWrap {
padding: 2px;
height: 22px;
}
.quiz-bar_text {
margin-bottom: 5px;
font-size: 14px;
}
.quiz-qestion_block {
margin-top: 20px;
}
.quiz-question {
margin-bottom: 15px;
line-height: 1.4;
font-size: 22px;
}
.quiz-item_list-small li {
padding: 2px;
}
.quiz-item_list-small {
margin-left: -2px;
margin-right: -2px;
}
.quiz-item_list-small .quiz-item_content {
padding: 15px;
border-radius: 3px;
}
.quiz-item_list-small .quiz-answer {
padding-left: 35px;
}
.quiz-qestion_block .btnWrap {
margin-top: 10px;
}
.quiz-result_title {
position: relative;
}
.quiz-result_title img {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -130%);
-ms-transform: translate(-50%, -130%);
transform: translate(-50%, -130%);
margin: 0;
}
.quiz-result_desc {
text-align: center;
}
.label-info {
width: 70px;
}
.label-info + input {
padding-left: 88px;
padding-right: 10px;
}
.advantages-seciton {
position: relative;
left: -10px;
width: calc(100% + 20px);
}
.advantages-content {
border-radius: 0;
padding: 60px 10px;
}
.advantages-item_list {
margin: -5px;
}
.advantages-item {
padding: 5px;
}
.advantages-item_body p {
font-size: 13px;
}
.service-section {
margin-top: 60px;
}
.service-item {
padding: 0 2px;
}
.service-item_list {
margin: -2px;
}
.service-content {
margin-top: 10px;
}
.service-item_imgWrap {
height: 110px;
padding: 3px;
border-radius: 3px;
}
.service-item_imgWrap img {
border-radius: 3px;
}
.service-item_type {
font-size: 14px;
}
.service-item_price {
font-size: 18px;
margin-top: 5px;
}
.mn-service .service-item_link-list .link,
.mn-service .service-item_link-list a {
font-size: 16px;
}
.mn-service .service-item_link-list li:before {
top: 7px;
}
/*.service-item_link-list li {
		padding-left: 15px;
		line-height: 1.3;
	}*/
/*.service-item_link-list li:before {
		border: 3px solid transparent;
		border-left: 5px solid #505780;
		top: 9px;
	}
	.service-item_link-list .link {
		font-size: 14px;
		line-height: 1.3;
	}*/
.service-item_list .btn {
font-size: 12px;
padding: 10px;
line-height: 1.3;
}
.service-item_link-list {
margin-top: 10px;
}
/*.service-item_link-list li + li {
		margin-top: 5px;
	}*/
.service-item_content {
height: 100%;
position: relative;
padding-bottom: 53px;
}
.service-item_list .btn {
margin-top: 0;
}
.service-item_list .btnWrap {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.attention-sqr {
width: 20px;
height: 20px;
border-width: 3px;
}
.attention-line1 {
left: 10px;
}
.attention-item_content h4 {
font-size: 20px;
margin-bottom: 10px;
}
.attention-section .caption-desc {
font-size: 16px;
}
.attention-item_content p {
font-size: 14px;
}
.attention-item {
padding-bottom: 20px;
}
.attention-text-area {
font-size: 16px;
}
.cost-advantages_item p {
font-size: 14px;
}
.cost-advantages_imgWrap {
margin-right: 20px;
}
.cost-content form {
margin-top: 30px;
}
.inp-sucWrap + .inp-sucWrap {
margin-top: 10px;
}
.cost-content .btn {
margin-top: 10px;
padding: 25px 15px;
font-size: 16px;
}
.cooperation-item {
padding: 5px;
}
.cooperation-item_list {
margin-left: -5px;
margin-right: -5px;
}
.choise-item {
border-radius: 3px;
padding: 125px 10px 15px;
}
.choise-item1 img {
left: 11px;
}
.choise-item4 img {
left: 3px;
}
.departure-section .caption-desc {
font-size: 16px;
}
.departure-content {
padding-left: 0;
padding-right: 0;
}
.project-item {
padding: 25px 10px;
}
.project-item h3 {
font-size: 16px;
margin-bottom: 15px;
}
.slick-dots {
bottom: 5px;
}
.project-item .btn {
font-size: 16px;
padding: 30px 20px;
width: 100%;
}
.review-author {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.review-author .col {
width: 100%;
margin-top: 15px;
}
.review-slide_content {
padding: 15px 10px 30px;
}
.review-section .slick-dots {
bottom: -40px;
}
.review-author .name {
font-size: 18px;
}
.review-author .target-order {
font-size: 14px;
}
.review-section .wys-text * {
font-size: 16px;
}
.review-section {
margin-bottom: 100px;
}
.faq-section .caption-desc {
font-size: 16px;
}
.manager-sm-block_img {
right: -5px;
max-width: 140px;
}
.faq-item_answ {
font-size: 16px;
padding-top: 10px;
}
.map-contacts_content {
padding-left: 15px;
padding-right: 15px;
}
.section-border-none > .container {
padding-top: 60px;
margin-top: 60px;
}
.wys-text h4 {
font-size: 20px;
}
.wys-text h3,
.wys-text h4 {
margin-bottom: 15px;
}
.drugs-section .caption-row {
margin-bottom: 15px;
}
.order-section {
margin-top: 60px;
padding: 60px 0;
}
.o-form_content .caption {
font-size: 26px;
}
.choise-item p {
margin-top: 8px;
}
.certificate-section {
margin-top: 60px;
}
.review2-section .caption,
.video-review-section .caption,
.dir-section .caption,
.news-row-section .caption {
text-align: center;
width: 100%;
}
.wys-text h3,
.wys-text h4 {
margin-top: 30px;
}
.wys-text .link-lg {
font-size: 18px;
border-bottom: 1px solid rgba(0, 0, 255, 0.2);
display: inline;
}
.order-info_content .oi-col1 {
margin-top: 25px;
}
.faq-item:first-child:before,
.faq-item:first-child:after {
top: 11px;
}
.cooperation-section + .choise-section .container {
margin-top: 60px;
padding-top: 60px;
}
body,
.fancybox-container {
font-size: 16px;
}
.faq-section .manager-sm_block {
margin-top: 50px;
}
.map-contacts_content .tel {
font-size: 24px;
}
.manager-in-row_img {
right: -20px;
}
.last-order-col1 .manager-in-row {
margin-top: 70px;
}
.last-order_form-content {
padding: 20px 10px;
}
.last-order_form-content .btn {
padding: 25px 30px;
font-size: 16px;
}
.last-order_form-content .btnWrap {
margin-top: 10px;
}
.last-order_form-content form .policy {
font-size: 12px;
}
.modal-b2 {
padding: 45px 10px 25px;
}
.modal-b2,
.modal {
border-radius: 0;
}
.modal-b2 .btnWrap {
margin-top: 10px;
}
.modal-b2 .btn {
padding: 32px 20px;
}
.quiz-pers_name {
font-size: 20px;
}
.quiz-pers_pos {
font-size: 14px;
}
.quiz-desc_content > p {
font-size: 16px;
}
.quiz-desc_content .tel {
font-size: 24px;
}
.quiz-qestion_block .btnWrap .btn {
padding: 25px 30px;
font-size: 16px;
}
.quiz-error_area.active .quiz-error_text {
font-size: 16px;
}
.main-section.service-page-section .btn {
padding: 24px 50px;
font-size: 16px;
}
.service-title_text {
margin-bottom: 20px;
}
.service-content_col1 {
padding-top: 50px;
}
.service-list li + li {
margin-top: 10px;
}
.service-question_content .title {
font-size: 26px;
}
.service-question_content > p {
font-size: 16px;
}
.header.fixed .logo {
font-size: 18px;
}
.wys-text h2 {
margin-top: 35px;
margin-bottom: 15px;
}
.wys-text p {
margin: 15px 0;
}
.wys-text table tbody td {
padding: 20px;
font-size: 15px;
}
.choise-item_list {
margin-left: -2px;
margin-right: -2px;
}
.choise-item5 img {
top: -31px;
}
.faq-section .caption-desc {
margin-top: 10px;
}
.faq-item_name {
font-size: 18px;
line-height: 1.35;
}
.faq-item + .faq-item {
margin-top: 15px;
padding-top: 15px;
}
.choise-item_list li {
padding: 10px 2px;
}
.faq-item:before,
.faq-item:after {
top: 25px;
}
.order-info-section {
margin-bottom: 60px;
}
.manager-in-row_img {
max-width: 110px;
right: 20px;
}
.phanks-section.main-section {
padding-top: 127px;
}
.phanks-section .container {
padding-top: 90px;
}
.phanks-content .caption {
font-size: 35px;
}
.phanks-content .caption-desc {
font-size: 18px;
line-height: 1.4;
}
.phanks-content .phanks-text {
font-size: 16px;
}
.phanks-content .btn {
padding: 28px 35px;
font-size: 16px;
}
.modal-city {
padding-left: 15px;
padding-right: 15px;
}
#main-section .btn {
font-size: 16px;
padding: 30px 55px;
}
.city-search-form input {
font-size: 13px;
padding: 20px 15px;
}
.city-list-select a {
font-size: 16px;
}
.city-search-form {
margin-bottom: 15px;
}
.city-list-select {
margin-bottom: 15px;
}
.cs-advantages_list .item {
width: 100%;
padding: 10px;
}
}
@media only screen and (max-width: 345px) {
.header.fixed .logo {
font-size: 16px;
}
.cooperation-item_count {
left: 120px;
}
.choise-item h4 {
font-size: 14px;
}
.departure-section .btn {
padding: 28px 35px;
}
}

.service-text {
margin-top: 80px;
margin-bottom: 80px;
}
.service-text .wys-text {
position: relative;
max-height: 350px;
overflow: hidden;
padding-bottom: 60px;
}
.service-text .wys-text:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 140px;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(50%, #f6f6f6),
to(transparent)
);
background-image: -o-linear-gradient(bottom, #f6f6f6 50%, transparent);
background-image: linear-gradient(0deg, #f6f6f6 50%, transparent);
}
.service-text .wys-text.open:after {
display: none;
}
.service-text .wys-text.open {
max-height: 100%;
}
.service-text-more {
position: absolute;
bottom: 0;
z-index: 2;
}
.service-text-more .link {
font-size: 18px;
font-weight: 500;
color: #242739;
border-bottom: 1px solid rgba(0, 0, 255, 0.3);
}
.service-text-more .link:hover {
border-bottom-color: transparent;
}
.price {
border: 1px solid #eee;
table-layout: fixed;
width: 100%;
margin-bottom: 20px;
}
.price th {
font-weight: bold;
padding: 5px;
background: #efefef;
border: 1px solid #dddddd;
}
.price td {
padding: 5px 10px;
border: 1px solid #eee;
text-align: left;
color: #3b3a40 !important;
}
.price td strong {
color: #505780;
}
.price td span {
color: #505780;
}
.price tbody tr:nth-child(odd) {
background: #fff;
}
.price tbody tr:nth-child(even) {
background: #f7f7f7;
}