

/* Start:/local/templates/dezoff.2.0/css/jquery.fancybox.css?169426960815207*/
body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .9;
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden;
/* Using without prefix would break IE11 */
display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
}
/* Buttons */
.fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
}
/* Fix IE11 */
.fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
}
/* Transition effects */
.fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
}
/* Share */
.fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.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 {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
/* End */


/* Start:/local/templates/dezoff.2.0/css/slick.css?16942696081784*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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:before,
.slick-track:after
{
    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;
}

/* End */


/* Start:/local/templates/dezoff.2.0/css/all.css?1740492460119595*/
body {
    margin:0;
    color:#000;
    font: 300 17px/24px "MuseoSans",sans-serif;
    background:#fff;
	-webkit-font-smoothing: antialiased;
}
img {
    display: block;
    border-style:none;
    max-width: 100%;
}
a {
    cursor: pointer;
    color:#000;
    outline:none;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a:hover {
    text-decoration:none;
}
* {
    outline:none;
}
input, textarea, select {
   font:100% "MuseoSans",sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
   -webkit-border-radius: 0;
}
input:not([type="radio"], [type="checkbox"]), textarea, select {
    font:100% Arial, Helvetica, sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
	min-width: 0;
}
fieldset {
     /*max-width: 100%;*/
    /*display: table-cell;*/
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}
ul, ol {list-style:none; margin:0; padding:0;}
dl {margin:0 0 10px;}
nav ul, nav ol {list-style:none; list-style-image: none; margin:0; padding:0;}
ul li {list-style: none; list-style: none outside;}
p {margin:0 0 20px;}
h1 {font-size:55px; line-height:1; margin:0 0 29px; font-weight: 700;}
h2 {font-size:50px; line-height:1; margin:0 0 33px; font-weight: 500;}
h3 {font-size:44px; line-height:1; margin:0 0 16px; font-weight: 500;}
h4 {font-size:36px; line-height:1; margin:0 0 25px; font-weight: 500;}
h5 {font-size:33px; line-height:1; margin:0 0 25px; font-weight: 700;}
h6 {font-size:30px; line-height:1; margin:0 0 15px; font-weight: 700;}
a { text-decoration:none; outline:none;}
button,
input[type="submit"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
textarea:-moz-placeholder {color:#5e5e63;}
textarea::-moz-placeholder {color:#5e5e63;opacity:1;}
textarea::-webkit-input-placeholder {color:#5e5e63;}
textarea:-ms-input-placeholder {color:#5e5e63;}
textarea::placeholder {color:#5e5e63;}
input:-moz-placeholder {color:#5e5e63;}
input::-moz-placeholder {color:#5e5e63;opacity:1;}
input::-webkit-input-placeholder {color:#5e5e63;}
input:-ms-input-placeholder {color:#5e5e63;}
input::placeholder {color:#5e5e63;}
input:focus::-webkit-input-placeholder {
    color:transparent;
}
input:focus:-moz-placeholder {
    color:transparent;
}
input:focus:-ms-input-placeholder {
    color:transparent;
}
input:focus::-moz-placeholder {
    color:transparent;
}
strong{
    font-weight: 700;
}
/* =============================================================================
	MAIN
	========================================================================== */
html,body {
    height: 100%;
    margin: 0;
     min-width: 320px;
    -webkit-text-size-adjust: none;
}
#wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 173px 0 0;

}
#wrapper:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-1.png") no-repeat 50% 0;

    background-size: 100% auto;
}
#wrapper:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-16.png") no-repeat 50% 100%;
    background-size: 100% auto;
}
#main{
    position: relative;
    flex: 1 1 auto;
}

* html #wrapper {
    height: 100%;
}
.container{
    max-width: 1190px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promo-block .container{
    position: relative;
    z-index: 1;
}
#header{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
}
#header:after {
    display:block;
    content:"";
    clear:both;
}
.open-menu,
.closed-menu,
.bg-nav {
    display: none;
}
.head-nav{
    position: relative;
    padding: 20px 40px 0 0;
    margin: 0 0 24px;
}
.head-nav:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #eef0f1;
}
#nav > ul{
    font-size: 0;
    line-height: 0;
}
#nav > ul > li{
    display: inline-block;
    vertical-align: top;
    margin: 0 26px 0 0;
    border-bottom: 1px solid transparent;
    padding: 0 0 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#nav > ul > li:hover{
    border-bottom: 1px solid #3db78b;
}
#nav ul a{
    display: inline-block;
    vertical-align: top;
}
#nav ul a:hover{
    opacity: 0.8;
}
#nav li.has-drop > a{
    position: relative;
    padding: 0 17px 0 0;
}
#nav li.has-drop > a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -6px 0 0;
    border-right: 1px solid #b1bbbe;
    border-bottom: 1px solid #b1bbbe;
    -webkit-transform:rotate(45deg) rotateY(0deg);
    -moz-transform:rotate(45deg) rotateY(0deg);
    -ms-transform:rotate(45deg) rotateY(0deg);
    transform:rotate(45deg) rotateY(0deg);
}
#nav li.has-drop:hover > a:before{
    border-color: #3db78b;
}
/* #nav > ul > li:hover .drop-nav{
    display: block;
} */
.drop-nav{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 100%;
}
.drop-nav .list-nav{
    padding: 25px 0;
    background: #ffffff;
    position: relative;
    z-index: 1;
}
.list-nav{
    font-size: 0;
    line-height: 0;
}
.drop-nav .list-nav:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: #ffffff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.list-nav .block{
    background: #ffffff;
    border-radius: 4px;
    padding: 26px 12%;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.list-nav .block:hover{
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.19);
}
.list-nav .block:hover .link-more{
    color: #000000;
}
.list-nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    padding: 0 5px;
    width: 16.66%;
    font-size: 12px;
    line-height: 17px;
    color: #5e5e63;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-nav .holder-img{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 121px;
    min-height: 86px;
    margin: 0 auto 18px;
}
.list-nav span{
    display: block;
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #000000;
}
.list-nav p {
    margin: 0 0 15px;
}
.list-nav .holder-block{
    position: relative;
    padding: 0 0 15px;
    min-height: 115px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-nav .link-more{
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
}
.link-more{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #323b62;
}
.link-more i{
    color: #7ba7c3;
}
.link-more:hover{
    color: #000000;
}
.btn-form-search{
    position: absolute;
    right: 17px;
    top: 50%;
    font-size: 17px;
    line-height: 1;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.btn-form-search:hover{
    color: rgba(0, 0, 0, 0.8);
}
.form-search{
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 1px;
    background: #ffffff;
}
.form-search fieldset{
    height: 100%;
    padding: 14px 75px 14px 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-search input{
    display: block;
    border: none;
    width: 100%;
    height: 26px;
    font-size: 17px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-search input:-moz-placeholder {color: #000000;}
.form-search input::-moz-placeholder {color:#000000;opacity:1;}
.form-search input::-webkit-input-placeholder {color:#000000;}
.form-search input:-ms-input-placeholder {color:#000000;}
.form-search input::placeholder {color:#000000;}
.submit-search{
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    position: absolute;
    right: 17px;
    top: 50%;
    font-size: 17px;
    line-height: 1;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.submit-search:hover{
    color: rgba(0, 0, 0, 0.8);
}
.closed-search{
    cursor: pointer;
    position: absolute;
    right: 61px;
    font-size: 8px;
    line-height: 1;
    color: #b1b1b1;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.closed-search:hover{
    color: rgba(0, 0, 0, 0.8);
}
.logo {
    float: left;
    display: block;
    max-width: 300px;
    padding: 0 0 0 135px;
    position: relative;
    margin: 11px 0 0;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #37373a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-logo.png") no-repeat;
    width: 98px;
    height: 65px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.head-contact{
    overflow: hidden;
    display: block;
    text-align: right;
    font-size: 0;
    line-height: 0;
}
.tel-number{
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.holder-cal-back{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 63px;
}
.holder-cal-back .cal-back{
    margin: 0 0 8px;
}
.time-second{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
}
.cal-back{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 24px;
    margin: 0 0 0 63px;
    border: 1px solid #aad0c2;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background: #3db78b;
}
.cal-back:hover{
    /* background: #3db78b;
    color: #ffffff; */
    background: transparent;
    color: #000;
}
.cal-back:hover i{
    /* color: #ffffff; */
    color: #38b98a;
}
.cal-back i{
    margin: 0 4px 0 0;
    /* color: #38b98a; */
    color: #ffffff;
}
.fixed-header #header{
    position: fixed;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.07);
}
.fixed-header #nav > ul > li{
    display: none;
}
.fixed-header #nav li.fix-show{
    display: inline-block;
}
.fixed-header #header .container{
    position: relative;
    display: flex;
}
.fixed-header .head-nav {
    display: flex;
    width: 100%;
    position: static;
    padding: 28px 17px 0 0;
    margin: 0 0 0 140px;
}
.fixed-header .holder-nav{
    width: 100%;
}
.fixed-header .head-nav:before{
    border: none;
}
.fixed-header #header .logo{
    position: absolute;
    left: 10px;
    top: 0;
    padding: 0;
    width: 70px;
    height: 46px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.fixed-header #header .logo:before{
    width: 70px;
    height: 46px;
    background-size: cover;
}
.fixed-header #header .head-contact{
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 15px 0 0 31px;
}
.fixed-header #header .cal-back {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    margin: 0 0 0 50px;
}
.fixed-header #header .time-second{
    display: none;
}
.fixed-header #header .holder-cal-back{
    vertical-align: middle;
}
.holder-cal-back {
    margin: 0 0 0 50px;
}
.fixed-header #header .tel-number {
    font-size: 22px;
}
.fixed-header .form-search input {
    height: 40px;
}
.fixed-header .btn-form-search{
    position: static;
    flex-shrink: 1;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}








.promo-index{
    position: relative;
    z-index: 1;
    padding: 0 0 44px 24%;
}
.promo-index p{
    margin: 0 0 33px;
    font-size: 20px;
    line-height: 1;
    font-weight: 300;
    color: #5e5e63;
}
.mini-title{
    display: block;
    margin: 0 0 16px 5px;
    font-weight: 500;
    color: #a7a7a7;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.btn-turquoise{
    cursor: pointer;
    border: none;
    display: block;
    margin: 0 0 30px;
    width: 100%;
    padding: 18px 5px;
    text-align: center;
    max-width: 272px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    background: #3db78b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn-turquoise:hover{
    opacity: 0.8;
}
.img-promo-1{
    position: absolute;
    z-index: -1;
    left: -152px;
    top: 14px;
    max-width: 471px;
}
#main .list-nav{
    margin: 0 0 52px;
    position: relative;
    z-index: 1;
}
/* ====== popup =====*/
.fancybox-bg{
    opacity: 0.2!important;
}
.holder-popup{
    display: none;
    /*overflow: visible;*/
    padding: 76px 20px;
    width: 630px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    color: #5e5e63;
    background: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.28);
    box-sizing: border-box;
}
.fancybox-slide--html .fancybox-close-small {
    padding: 0;
    right: 32px;
    top: 20px;
    opacity: 0.4;
}
.content-popup{
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}
.holder-free{
    position: relative;
    padding: 0 0 17px 30px;
}
.holder-free:before{
    content: '';
    position: absolute;
    left: -42px;
    top: 0;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-11.png") no-repeat;
    width: 44px;
    height: 64px;
}
.title-popup{
    display: block;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #2ba97c;
}
.label{
    display: block;
    margin: 0 0 0 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}
.holder-input{
    margin: 0 0 12px;
}
.holder-input input{
    display: block;
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border: 1px solid #d2d9e3;
    border-radius: 3px;
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
    color: #5e5e63;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.correct-text{
    display: block;
    margin: 0 0 27px 5px;
    font-weight: 300;
    color: #afaeb6;
    font-size: 11px;
    line-height: 1;
}
.holder-popup .btn-turquoise{
    max-width: 100%;
    margin: 0 0 9px;
}
.agree{
    display: block;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    color: #afaeb6;
    font-size: 11px;
    line-height: 14px;
}
/* ====== end popup =====*/
.list-advantages{
    font-size: 0;
    line-height: 0;
    margin: 0 -10px;
    padding: 17px 0 0;
}
.list-advantages li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 57px;
    font-size: 15px;
    line-height: 20px;
    color: #5e5e63;
    width: 20%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-advantages .holder-icon{
    text-align: center;
    margin: 0 0 13px;
    font-size: 60px;
    line-height: 1;
    padding: 20px 38% 0 0;
    color: #555f8b;
}
.list-advantages li:nth-child(even) .holder-icon{
    color: #6bbac3;
}
.list-advantages li:nth-child(even) .holder-icon i:after{
    background: #eef7f8;
}
.list-advantages .holder-icon i{
    position: relative;
}
.list-advantages .holder-icon i:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: -20px;
    background: #f4f5f8;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.list-advantages span{
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.price-table table{
    min-width: 450px;
}
.price-table{
   overflow-x: auto;
    margin: 0 0 65px;
    padding: 6px 0 0;
}
.price-table tr:nth-child(odd){
    background: #f9f9fb;
}
.price-table td{
    width: 37%;
    padding: 16px 40px;
    border-right: 1px solid #f1f1f2;
}
.price-table td + td {
    width: 37%;
}
.price-table td + td + td {
    width: 26%;
}
.price-table td:last-child{
    border-right: none;
}
.price-table .text{
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
}
.price-table .text span{
    display: block;
    font-weight: 500;
}
.price-table p{
    margin: 0;
    color: #5e5e63;
    font-size: 13px;
    line-height: 20px;
}
.table-price{
    white-space: nowrap;
    margin: 0 5px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.table-price span{
    font-size: 20px;
    font-weight: 700;
}
.price-table .holder-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-table .link-more{
    font-size: 13px;
    line-height: 1;
}
.box-title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.box-title .link-more{
    margin: 0 0 36px;
}
.slider-state{
    margin: 0 0 55px;
}
.slider-state .slick-slide{
    padding: 0 16px;
}
.slider-state .slick-list{
    margin: 0 -16px;
}
.slick-next,
.slick-prev{
    position: absolute;
    z-index: 1;
    left: -98px;
    top: 95px;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
    text-indent: -9999px;
    width: 41px;
    height: 41px;
    border: 2px solid #eaeaed;
    border-radius: 50%;
}
.slick-prev:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 -4px;
    border-left: 2px solid #eaeaed;
    border-bottom: 2px solid #eaeaed;
    -webkit-transform: rotate(45deg) rotateY(0deg);
    -moz-transform: rotate(45deg) rotateY(0deg);
    -ms-transform: rotate(45deg) rotateY(0deg);
    transform: rotate(45deg) rotateY(0deg);
}
.slick-next{
    left: auto;
    right: -98px;
}
.slick-next:before{
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin: -7px -4px 0 0;
    border-right: 2px solid #eaeaed;
    border-bottom: 2px solid #eaeaed;
    -webkit-transform: rotate(-45deg) rotateY(0deg);
    -moz-transform: rotate(-45deg) rotateY(0deg);
    -ms-transform: rotate(-45deg) rotateY(0deg);
    transform: rotate(-45deg) rotateY(0deg);
}
.slick-next:hover,
.slick-prev:hover{
    opacity: 0.6;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.block-state .holder-img{
    display: block;
    margin: 0 0 21px;
    position: relative;
    overflow: hidden;
}
.block-state .holder-img:before{
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.17);
    webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.block-state .holder-img span{
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 18px 26px;
    background: #f2de38;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    border-radius: 3px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -ms-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
}
.block-state .holder-img:hover span,
.block-state .holder-img:hover:before{
    opacity: 1;
}
.block-state .holder-img img{
    width: 100%;
    height: auto;
}
.block-state strong{
    display: block;
    margin: 0 0 11px;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}
.block-state p{
    margin: 0 0 17px;
    color: #5e5e63;
    font-size: 15px;
    line-height: 20px;
}
.block-state h4{
    margin: 0 0 33px;
}
.pest{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: #323b62;
}
.fw-7{
    font-weight: 700;
}
.list-video{
    font-size: 0;
    line-height: 0;
    padding: 3px 0;
    margin: 0 -15px;
}
.list-video li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    font-size: 12px;
    line-height: 20px;
    width: 25%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-video a{
    display: block;
    margin: 0 0 22px;
}
.list-video img{
    width: 100%;
}
.list-video span{
    display: block;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
}
.play-icon{
    display: block;
    position: relative;
}
.play-icon:after{
    content: '';
    position: absolute;
    opacity: 0;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(6, 10, 27, 0.15);
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.play-icon:hover:after{
    opacity: 1;
}
.play-icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-12.png") no-repeat;
    border-radius: 50%;
    box-shadow: 12px 17px 30px 0px rgba(0, 0, 0, 0.55);
    width: 74px;
    height: 74px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.play-icon p{
    color: #5e5e63;
}
.o-company{
    display: flex;
    padding: 68px 0 0;
}
.o-company .column{
    flex: 0 0 280px;
    margin: 0 0 30px;
}
.organization-img{
    position: relative;
    margin: 0 0 32px -12px;
}
.organization-img:before{
    content: '';
    position: absolute;
    z-index: -2;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(247, 248, 251, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.organization-img:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: 0;
    width: 297px;
    height: 297px;
    border-radius: 50%;
    background: #f7f8fb;
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}
.logo-nod{
    position: absolute;
    right: 18px;
    top: 26px;
    width: 100px;
}
.list-certificate{
    font-size: 0;
    line-height: 0;
    margin: 0 -10px 28px;
}
.list-certificate li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-certificate a{
    display: block;
    max-width: 119px;
    margin: 0 auto;
    box-shadow: 11px 2px 30px 0 rgba(0, 0, 0, 0.13);
}
.o-company .holder-text{
    flex: 1 1 auto;
    margin: 0 ;
    padding: 8px 0 0 15px;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
}
.h1{
    display: block;
    margin: 0 0 17px;
    font-weight: 700;
    color: #000000;
    font-size: 55px;
    line-height: 1;
}
.o-company p{
    margin: 0 0 33px;
}
.list-dots{
    padding: 0 0 0 55px;
    margin: 0 0 55px;
}
.list-dots li{
    position: relative;
    padding: 0 0 0 18px;
    margin: 0 0 5px;
    font-weight: 300;
    font-size: 17px;
    line-height: 25px;
}
.list-dots li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #61b6bf;
}
.bold{
    font-weight: 700;
}
.link-bold{
    font-weight: 700;
    color: #323b62;
    text-decoration: underline;
}
.link-bold:hover{
    text-decoration: none;
}
.classic-video{
    margin: 0 0 56px;
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 3px;
    background: #f7f8fb;
}
.classic-video .holder-video{
    flex: 0 0 368px;
}
.classic-video .holder-text{
    flex: 1 1 auto;
    padding: 0 12px 0 45px;
    font-size: 15px;
    line-height: 22px;
}
.classic-video .holder-title{
    display: flex;
    justify-content: space-between;
    margin: 0 0 3px;
}
.classic-video .title{
    flex: 1 1 auto;
    padding: 0 35px 0 0;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
}
.classic-video .holder-img{
    flex: 0 0 171px;
    margin: 0 0 20px;
}
.classic-video p{
    color: #5e5e63;
    margin: 0 0 30px;
}
.classic-video .link-more{
    margin: 0 0 10px;
}
.title-22{
    display: block;
    margin: 0 0 29px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
}
.holder-thanks{
    padding: 40px 0 3px;
    margin: 0 0 51px;
    background: #f7f8fb;
}
.thanks-slider .slick-list{
    margin: 0 -25px;
}
.thanks-slider .slick-slide{
    padding: 0 25px;
}
.thanks-slider .slick-next,
.thanks-slider .slick-prev{
    top: 50%;
    margin: -23px 0 0;
}
.thanks-slider a{
    display: block;
    margin: 0 0 30px;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.07);
}
.thanks-slider a img{
    width: 100%;
}
.list-client-sum{
    font-size: 0;
    line-height: 0;
    margin: 0 -20px 9px;
}
.list-client-sum li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    padding: 0 20px;
    width: 25%;
    font-size: 15px;
    line-height: 20px;
    color: #5e5e63;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-client-sum span{
    display: block;
    margin: 0 0 7px;
    color: #323b62;
    font-size: 55px;
    line-height: 1;
    font-weight: 500;
}
.list-client-sum li:nth-child(even) span{
    font-weight: 700;
    color: #60b5bf;
}
.what-contract .fw-5{
    font-size: 22px;
    line-height: 24px;
}
.fw-5{
    font-weight: 500;
}
.object-photo{
    padding: 24px 0;
    margin: 0 0 21px;
}
.object-photo .title{
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.slider-photo .slick-list{
    margin: 0 -16px;
}
.slider-photo .slick-slide{
    padding: 0 16px;
}
.slider-photo a{
    display: block;
}
.slider-photo a img{
    width: 100%;
}
.slider-photo .slick-next,
.slider-photo .slick-prev{
    top: 50%;
    margin: -23px 0 0;
}
.list-radio{
    font-size: 0;
    line-height: 0;
    max-width: 1080px;
    margin: 0 auto 7px;
}
.list-radio li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    width: 50%;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-radio .holder-block{
    display: flex;
    align-items: center;
    padding: 27px 40px;
    background: #f7f8fb;
    border-radius: 4px;
}
.list-radio .holder-img{
    flex: 0 0 74px;
}
.list-radio .holder-text{
    flex: 1 1 auto;
    padding: 0 0 0 18px;
}
.list-radio .holder-text p{
    margin: 0 0 8px;
}
.list-radio span{
    display: block;
    color: #5e5e63;
    font-size: 12px;
    line-height: 20px;
}
.professional-block .title{
    display: block;
    margin: 0 0 36px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.slider-command{
    margin: 0 0 64px;
}
.slider-command .slick-list{
    margin: 0 -16px;
}
.slider-command .slick-slide{
    padding: 0 16px;
}
.slider-command .holder-block{
    border: 1px solid #e4f0f2;
    border-radius: 3px;
    padding: 13px 17px;
    font-size: 16px;
    line-height: 20px;
}
.slider-command .group{
    display: flex;
    align-items: center;
    margin: 0 0 14px;
}
.slider-command .holder-img{
    flex: 0 0 85px;
    margin: 0 0 10px;
}
.slider-command .holder-text{
    flex: 1 1 auto;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    font-size: 12px;
    line-height: 1;
    color: #5e5e63;
}
.slider-command .holder-text span{
    display: block;
    margin: 0 0 11px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #000000;
}
.slider-command .slick-next,
.slider-command .slick-prev{
    top: 50%;
    margin: -23px 0 0;
}
.partners-title{
    display: block;
    margin: 0 0 26px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.list-partners{
    font-size: 0;
    line-height: 0;
    margin: 0 -15px 75px;
}
.list-partners li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 23px;
    width: 16.6%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-partners .holder-img{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4f0f2;
    background: #ffffff;
    border-radius: 3px;
    max-width: 169px;
    width: 100%;
    height: 130px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question-block{
    margin: 0 -15px 65px;
    overflow: hidden;
    font-size: 20px;
    line-height: 1;
    color: #5e5e63;
}
.question-block .holder-block{
    float: left;
    width: 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.question-block .h1{
    margin: 0 0 25px;
}
.question-form{
    padding: 24px 0 0;
}
.question-form .group{
    margin: 0 -10px;
}
.question-form .holder-input{
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.up{
    display: none;
    position: fixed;
    z-index: 1;
    right: 10px;
    bottom: 20px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    width: 35px;
    height: 61px;
    background: #4f5779 url("/local/templates/dezoff.2.0/css/../images/bg-17.png") no-repeat 50% 50%;
    border-radius: 3px;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.up:hover{
    opacity: 0.8;
}
#footer {
    flex: 1 1 auto;
    width: 100%;
}
.top-footer{
    overflow: hidden;
    margin: 0 0 18px;
    padding: 20px 0 30px;
    border-top: 1px solid #ecedf1;
    border-bottom: 1px solid #ecedf1;
}
.footer-nav{
    width: 100%;
    padding: 7px 0;
    font-size: 0;
    line-height: 0;
}
.footer-nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 10px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.footer-nav a:hover{
    opacity: 0.8;
}
.social-list{
    flex: 1 1 auto;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}
.social-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
.social-list a{
    display: block;
    overflow: hidden;
}
.social-list a svg { fill: #4f5779; transition: all .3s linear; }
.social-list a:hover svg { fill: #3db78b; }
.footer-flex{
    display: flex;
}
.holder-copyright{
    display: flex;
    padding: 20px 0;
    color: #797d81;
    font-size: 13px;
    line-height: 16px;
}
.copyright{
    width: 100%;
    margin: 0 0 15px;
}
.creator{
    flex: 1 1 auto;
    display: block;
    white-space: nowrap;
    margin: 0 0 15px 15px;
}
.creator a{
    color: #797d81;
    font-weight: 500;
}
.creator a:hover{
    text-decoration: underline;
}
/*======= statya ======*/
.holder-content{
    display: flex;
    padding-top: 17px;
}
#content{
    flex: 1 1 auto;
    padding: 0 30px 0 0;
}
#sidebar{
    flex: 0 0 270px;
}
.bread-crumbs{
    font-size: 0;
    line-height: 0;
    margin: 0 0 17px;
}
.text-right{
    text-align: right;
}
.btn-back{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px;
    white-space: nowrap;
    color: #a7a7a7;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
}
.btn-back:hover{
    opacity: 0.8;
}
.btn-back i{
    margin: 0 5px 0 0;
    color: #5d6483;
}
.btn-heading{
    display: block;
    position: relative;
    padding: 17px 30px;
    margin: 0 0 15px;
    border-radius: 3px;
    background: #eceef2;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.btn-heading:hover{
    opacity: 0.8;
}
.btn-heading:before{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-18.png") no-repeat;
    width: 21px;
    height: 13px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.btn-processing{
    display: block;
    position: relative;
    border: 1px solid #c0cfdf;
    padding: 17px 30px;
    margin: 0 0 11px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.btn-processing:hover{
    opacity: 0.8;
    background: #ffffff;
}
.btn-processing i{
    position: absolute;
    right: 24px;
    top: 50%;
    font-size: 20px;
    color: #46507c;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.btn-document{
    display: block;
    position: relative;
    border: 1px solid #aad0c2;
    padding: 17px 30px;
    margin: 0 0 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
}
.btn-document:hover{
    opacity: 0.8;
    background: #ffffff;
}
.btn-document i{
    position: absolute;
    right: 24px;
    top: 50%;
    font-size: 20px;
    color: #3db78b;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.btn-consultation{
    display: block;
    position: relative;
    padding: 17px 30px;
    margin: 0 0 21px;
    border-radius: 3px;
    background: #3db78b;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-consultation:hover{
    opacity: 0.8;
}
.btn-consultation i{
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.list-contact{
    border-radius: 3px;
    background: #f6f8fa;
    padding: 35px 15px;
    margin: 0 0 31px;
}
.list-contact li{
    position: relative;
    margin: 0 0 15px;
    border-bottom: 1px solid #eef0f1;
    padding: 0 0 0 42px;
}
.list-contact li:last-child{
    border: none;
}
.list-contact i{
    position: absolute;
    left: 12px;
    top: 0;
    color: #46507c;
}
.list-contact a.tel{
    font-size: 20px;
}
.list-contact address,
.list-contact a{
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.list-contact p{
    font-size: 11px;
    line-height: 14px;
    color: #5e5e63;
    background: repeat-x;
}
.aside-title{
    display: block;
    margin: 0 0 17px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebeff2;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
}
.holder-trust{
    overflow: hidden;
    margin: 0 0 30px;
}
.holder-trust .holder-img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    float: left;
    margin: 0 0 10px;
    width: 90px;
    height: 70px;
    border: 1px solid #e4f0f2;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.holder-trust .holder-text{
    overflow: hidden;
    padding: 4px 0 0 18px;
    color: #5e5e63;
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 10px;
}
.holder-trust span{
    display: block;
    margin: 0 0 7px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
    color: #000000;
}
.holder-trust p{
    margin: 0 0 12px;
}
.list-star{
    font-size: 0;
    line-height: 0;
}
.list-star li{
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 10px;
}
.destruction{
    border-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 17px 15px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}
.destruction .holder-img-logo{
    max-width: 98px;
    margin: 0 auto 65px;
}
.destruction-text{
    display: block;
}
.destruction-text{
    display: block;
    margin: 0 0 23px;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}
.destruction-text strong{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    font-size: 48px;
}
.destruction-text strong:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 8px;
    right: 0;
    bottom: 4px;
    background: #ffffff;
    border-radius: 3px;
}
.destruction-text span{
    display: block;
    font-size: 36px;
}
.img-rub{
    max-width: 55px;
    margin: 0 auto 20px;
}
.destruction p{
    margin: 0 0 38px;
}
.destruction .btn-turquoise{
    margin: 0 auto 6px;
}
.bread-crumbs li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    position: relative;
    font-weight: 500;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1;
}
.bread-crumbs li:last-child{
    padding: 0;
}
.bread-crumbs li:last-child:before{
    display: none;
}
.bread-crumbs a{
    color: #a7a7a7;
}
.bread-crumbs a:hover{
    text-decoration: underline;
}
.bread-crumbs li:before{
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 500;
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1;
}
.block-link{
    margin: 0 -10px 15px;
}
.block-link:after {
    display:block;
    content:"";
    clear:both;
}
.block-link span,
.block-link a{
    vertical-align: middle;
    margin: 0 12px 5px 0;
}
.block-link .holder-block{
    float: left;
    width: 50%;
    font-size: 0;
    line-height: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.block-link .holder-block:last-child{
    text-align: right;
}
.time-read{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
    color: #5e5e63;
}
.time-read i{
    color: #70c9a9;
    font-size: 16px;
    margin: 0 4px 0 0;
}
.link-dotted{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #323b62;
    border-bottom: 1px dotted #c0c5db;
}
.link-dotted:hover{
    border-color: transparent;
}
.link-icon{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 4px 15px 4px 7px;
    border: 1px solid #cccfdb;
    font-size: 12px;
    line-height: 1;
    border-radius: 10px;
}
.link-icon i{
    margin: 0 5px 0 0;
    font-size: 16px;
    color: #54bf99;
}
.content-article{
    padding: 27px 37px;
    background: #f6f8fa;
    margin: 0 0 29px;
}
.content-article .title{
    display: block;
    margin: 0 0 12px;
    position: relative;
    font-weight: 700;
    color: #323b62;
    font-size: 22px;
    line-height: 1;
}
.content-article .title i{
    margin: 0 11px 0 0;
}
.content-article .title .link-dotted{
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.content-article .list-dots {
    padding: 0 0 0 35px;
    margin: 0;
}
.content-article .list-dots li{
    font-size: 16px;
    margin: 0;
}
.content-article .list-dots span{
    border-bottom: 1px solid;
}
.specific-block{
    font-size: 22px;
    line-height: 30px;
}
.specific-block p{
    margin: 0 0 30px;
}
.specific-block .holder-img{
    overflow: hidden;
    border-radius: 4px;
    margin: 0 0 30px;
}
.specific-block img{
    width: 100%;
}
.content-text{
    font-size: 18px;
    line-height: 27px;
    padding: 0 0 22px;
}
.content-text p{
    margin: 0 0 27px;
}
.application-text{
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 500;
    margin-left: 37px!important;
}
.application-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-22.png") no-repeat;
    width: 17px;
    height: 17px;
}
.step-text{
    position: relative;
    padding: 0 0 0 30px;
    font-weight: 500;
    margin-left: 37px!important;
}
.step-text:before{
    content: '1.';
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 700;
    color: #3db78b;
    font-size: 24px;
    line-height: 1;
}
.attention-text{
    margin: 0 0 34px;
    padding: 34px 0;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}
.attention-text:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #e2e6ea;
    width: 270px;
}
.attention-text:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e2e6ea;
    width: 270px;
}
.attention-text strong{
    display: block;
    padding: 0 120px;
}
.attention-text strong:before{
    content: '“';
    position: absolute;
    left: 31px;
    top: 15px;
    font-weight: 700;
    font-size: 150px;
    line-height: 1;
    color: #3db78b;
}
.content-text h6{
    margin: 0 0 34px;
}
.author-article{
    border-top: 1px solid #eaedf0;
    padding: 23px 0 11px;
    display: flex;
    justify-content: space-between;
}
.author{
    display: flex;
    align-items: center;
    margin: 0 5px 5px 0;
    font-size: 12px;
    line-height: 1;
    color: #4d4e50;
}
.author span{
    font-weight: 700;
}
.author i{
    color: #3db78b;
    font-size: 18px;
    margin: 0 11px 0 0
}
.date{
    display: flex;
    align-items: center;
    margin: 0 5px 5px 0;
    font-size: 12px;
    line-height: 1;
    color: #4d4e50;
}
.date i{
    color: #3db78b;
    font-size: 18px;
    margin: 0 11px 0 0
}
.treatment-city{
    background: #edf7f4;
    margin: 0 0 43px;
    padding: 36px 3% 24px 19%;
    position: relative;
}
.treatment-city:before{
    content: '';
    position: absolute;
    left: 8%;
    top: 40px;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-23.png") no-repeat;
    width: 63px;
    height: 63px;
}
.treatment-city h5{
    font-weight: 500;
    margin: 0 0 39px;
}
.list-check-icon{
    margin: 0 0 35px;
    page-break-inside: avoid;
    webkit-columns:2;
    -moz-columns:2;
    -o-columns:2;
    columns:2;
}
.list-check-icon li{
    position: relative;
    padding: 0 0 0 27px;
    margin: 0 0 13px;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
}
.list-check-icon li:before{
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    background: url("/local/templates/dezoff.2.0/css/../images/bg-24.png") no-repeat;
    width: 9px;
    height: 9px;
}
.treatment-city .group{
    display: flex;
    align-items: center;
}
.treatment-city .btn-consultation{
    flex: 0 0 270px;
}
.call{
    flex: 1 1 auto;
    padding: 0 0 0 25px;
    margin: 0 0 21px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}
.call a{
    font-size: 22px;
    margin: 0 0 0 9px;
}
.list-recommended{
    font-size: 0;
    line-height: 0;
    margin: 0 -15px 23px;
}
.list-recommended li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    width: 33.3%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-title .link-icon{
    margin-bottom: 25px;
}
.comment{
    padding: 8px 0;
    margin: 0 0 11px;
}
.comment .flex-box{
    display: flex;
    align-items: flex-end;
    margin: 0 0 15px;
}
.comment .date{
    margin: 0 0 13px;
}
.nick-name{
    margin: 0 26px 10px 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.nick-name i{
    color: #3db78b;
    font-size: 24px;
    margin: 0 17px 0 0;
}
.comment .holder-text{
    padding: 23px 37px 7px;
    background: #f6f8fa;
    border-radius: 5px;
    position: relative;
}
.comment .holder-text:before{
    content: '';
    position: absolute;
    left: 60px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f6f8fa;
    border-left: 10px solid #f6f8fa;
}
.form-comment{
    padding: 16px 0;
    margin: 0 0 19px;
}
.form-comment .title{
    display: block;
    margin: 0 0 40px;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
}
.form-comment .label{
    font-size: 16px;
    margin: 0 0 4px;
}
.form-comment .group{
    margin: 0 -15px;
}
.form-comment .holder-input{
    float: left;
    padding: 0 15px;
    margin: 0 0 20px;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-comment .holder-input input {
    height: 51px;
    margin: 0 0 3px;
}
.form-comment .correct-text {
    margin: 0;
}
textarea{
    resize: none;
    width: 100%;
    margin: 0 0 16px;
    height: 89px;
    border: 1px solid #e1e5e7;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-comment .btn-turquoise{
    float: right;
}
/*======== blog ======*/
.holder-bread-crumbs{

}
.nav-list{
    font-size: 0;
    line-height: 0;
    margin: 0 -14px 11px;
}
.nav-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 5px;
    width: 16.66%;
    padding: 0 14px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-list li:last-child a{
    padding: 5px 16px;
}
.nav-list a{
    font-size: 14px;
    line-height: 1;
    padding: 5px;
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e4f0f2;
    border-radius: 3px;
    color: #323b62;
}
.nav-list a:before{
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #3db78b;
    border-radius: 3px;
}
.nav-list a:hover:before{
    opacity: 1;
}
.nav-list .icon{
    flex: 0 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-list span{
    padding: 9px 0;
}
.list-hash-tag{
    font-size: 0;
    line-height: 0;
    margin: 0 0 26px;
    position: relative;
    padding: 0 0 0 45px;
}
.list-hash-tag:before{
    content: '\e903';
    position: absolute;
    font-family: 'icomoon';
    left: 3px;
    top: 50%;
    font-size: 25px;
    line-height: 1;
    color: #3eb78b;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.list-hash-tag li{
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 0;
    color: #7a7f94;
    font-size: 12px;
    line-height: 20px;
}
.list-hash-tag a{
    color: #7a7f94;
}
.list-hash-tag a:hover{
    color: #38427e;
    font-weight: 500;
}
.list-hash-tag .link-dotted{
    color: #38427e;
    font-weight: 500;
}
.curent-read{
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 14px;
    padding: 0 5px;
    margin: 0 0 6px;
}
.curent-read i{
    color: #46ba90;
    font-size: 14px;
    margin: 0 5px 0 0;
}
.curent-read span{
    display: flex;
    align-items: center;
    margin: 0 15px 5px 0;
}
.text-center{
    text-align: center;
}
.show-more{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1;
}
.show-more i{
    color: #3db78b;
    margin: 0 20px 0 0;
}
.show-more span{
    display: inline;
    border-bottom: 1px dotted #c0c5db;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.show-more:hover span{
    border-color: transparent;
}
.pagination{
    font-size: 0;
    line-height: 0;
    text-align: center;
    padding: 9px 0;
    margin: 0 0 35px;
}
.pagination li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}
.pagination a, .pagination span{
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    padding: 6px 11px;
}
.pagination a:hover{
    text-decoration: underline;
}
.pagination li.active span{
    background: #3db78b;
    color: #ffffff;
    font-weight: 700;
}
.pagination li.active span:hover{
    text-decoration: none;
}
.pagination li:first-child{
    margin: 0 35px 0 0;
}
.pagination li:last-child{
    margin: 0 0 0 35px;
}
.pagination li:first-child a,
.pagination li:last-child a{
    color: #323b62;
    font-size: 14px;
    vertical-align: bottom;
    padding: 0;
    border-radius: 0;
}
/* ===== ventil =====*/
.promo-two{
    position: relative;
    z-index: 1;
    margin: 0 0 60px;
    padding: 30px 35% 0 0;
    font-size: 24px;
    line-height: 1;

}
.promo-two .img-promo-1{
    left: auto;
    right: 3.5%;
    top: 0;
}
.turquoise{
    color: #3db78b;

}
.promo-two h1{
    margin: 0 0 18px;
}
.promo-two p{
    margin: 0 0 25px;
    color: #5e5e63;
}
.promo-two .list-card{
    max-width: 676px;
}
.flex-vent{
    display: flex;
    align-items: center;
}
.img-vent{
    width: 117px;
    flex: 0 0 117px;
    margin: 0 0 29px 29px;
}
.departure{
    position: absolute;
    right: 2%;
    bottom: 88px;
    width: 134px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
}
.departure strong{
    display: block;
    font-weight: 700;
}
.departure .holder-img{
    max-width: 88px;
    margin: 0 auto 14px;
}
.list-card{
    padding: 0 0 1px;
    font-size: 0;
    line-height: 0;
}
.list-card li{
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 19px 38px;
}
.list-card li:after{
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    max-width: 270px;
    border-bottom: 1px solid #e5e7ea;
}
.list-card li:before{
    content: '\e92a';
    position: absolute;
    left: 6px;
    top: -3px;
    font-family: 'icomoon';
    font-size: 22px;
    line-height: 1;
    color: #323b62;
}
.list-card li:last-child:after{
    display: none;
}
.approved{
    margin: 0 0 60px;
    display: flex;
    align-items: center;
    padding: 9px 13%;
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    background-position: 158% -126px;
    background-repeat: no-repeat;
}
.approved .holder-img{
    flex: 0 0 133px;
    width: 133px;
}
.approved .holder-text{
    flex: 1 1 auto;
    padding: 0 0 0 13%;
    color: #5e5e63;
    font-size: 18px;
    line-height: 1;
}
.approved span{
    display: block;
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: #2ba97c;
}
.approved p{
    margin: 0 0 9px;
}
.official{
    display: flex;
    margin: 0 0 5px;
}
.official .holder-img{
    margin: 61px 0 15px;
    flex: 0 0 264px;
    width: 264px;
}
.official .holder-img img{
    box-shadow: 0 11px 25px 0px rgba(0, 0, 0, 0.13);
}
.official .holder-text{
    padding: 0 35px 0 0;
}
.official .holder-title{
    display: flex;
    align-items: center;
    margin: 0 0 33px;
}
.logo-img{
    flex: 0 0 100px;
    width: 100px;
}
.official .block-title{
    flex: 1 1 auto;
    padding: 20px 0 0 35px;
}
.official h3{
    font-weight: 700;
}
.official p{
    margin: 0 0 10px;
}
.official p.fw-5{
    font-size: 21px;
    line-height: 27px;
}
.official .list-client-sum{
    padding: 24px 0 0;
}
.official .list-client-sum li {
    width: 33.3%;
}
.big-team{
    display: flex;
    margin: 0 0 6px;
}
.big-team .holder-text{
    padding: 0 35px 0 0;
}
.big-team p {
    margin: 0 0 11px;
}
.big-team .list-card{
    flex: 0 0 270px;
    width: 270px;
}
.list-card-turquoise li{
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    position: relative;
    margin: 0 0 23px;
    padding: 0 0 19px 38px;
}
.list-card.icon-turquoise li:before {
    color: #3db78b;
}
.professional-service{
    padding: 65px 0;
    margin: 0 0 57px;
    background-repeat: no-repeat;
    background-size: cover;
}
.professional-service .holder-title{
    display: flex;
    align-items: start;
    padding: 0 0 0 43px;
    margin: 0 0 33px;
}
.img-title{
    flex: 1 1 auto;
    overflow: hidden;
}
.professional-service .title{
    display: block;
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 33px;
    line-height: 36px;
    color: #2ba97c;
}
.professional-service .holder-img{
    float: left;
    flex: 0 0 117px;
    width: 117px;
}
.professional-service .block{
    overflow: hidden;
    display: block;
    padding: 0 43px;
}
.professional-service .block p{
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
}
.professional-service .btn-turquoise{
    flex: 0 0 272px;
    margin: 0 0 8px;
}
.professional-service .list-card li{
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    margin: 0 0 22px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.professional-service .list-card li:last-child:after{
    display: block;
}
.holder-contact{
    font-size: 0;
    line-height: 0;
    padding: 34px 0 0;
}
.holder-contact .tel{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 36px 0 0;
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
}
.time-work{
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #37373a;
}
.time-work i{
    color: #2ba97c;
    font-size: 18px;
    margin: 0 8px 0 0;
}
.holder-contact .time-work{
    vertical-align: bottom;
}
.guarantor{
    display: block;
    margin: 0 0 27px;
    position: relative;
    padding: 14px 0 14px 76px;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
}
.guarantor:before{
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    background: url("/local/templates/dezoff.2.0/css/../images/img-41.jpg") no-repeat;
    background-size: cover;
    width: 49px;
    height: 55px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.guarantor-list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 23px;
}
.guarantor-list li{
    flex: 0 0 33.3%;
    width: 33.3%;
    margin: 0 0 21px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.guarantor-list li:nth-child(even) .holder-block{
    background: #f9fafb;
}
.guarantor-list .holder-block{
    background: #f3f5f8;
    padding: 32px 9% 29px 12%;
    border-radius: 3px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.guarantor-list i{
    display: inline-block;
    vertical-align: top;
    font-size: 73px;
    line-height: 1;
    color: #46517f;
    margin: 0 0 25px 18%;
}
.holder-experience{
    margin: 0 0 28px;
    padding: 10px 20px;
    font-size: 17px;
    line-height: 36px;
}
.holder-experience p{
    padding: 0 0 0 54px;
    margin: 0 0 8px;
}
.experience{
    position: relative;
    display: block;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
}
.experience i{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 32px;
    line-height: 1;
    color: #3db78b;
}
.form-consultation{
    box-shadow: 0px 7px 24px 0px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(61, 183, 139, 0.37);
    background: #ffffff url('/local/templates/dezoff.2.0/css/../images/bg-49.png') no-repeat 157% -70px;
    border-radius: 4px;
    padding: 51px 13% 8px;
}
.form-consultation .title{
    display: block;
    margin: 0 0 19px;
    max-width: 620px;
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: #2ba97c;
}
.form-consultation .title:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 3px;
    background: url(/local/templates/dezoff.2.0/css/../images/bg-11.png) no-repeat;
    width: 44px;
    height: 64px;
}
.form-consultation p{
    font-size: 18px;
    line-height: 1;
    margin: 0 0 28px;
    color: #5e5e63;
}
.form-consultation .label{
    margin: 0;
}
.form-consultation .group{
    margin: 0 -10px;
}
.form-consultation .holder-input{
    float: left;
    width: 33.3%;
    margin: 0 0 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-consultation .btn-turquoise{
    margin: 0 0 8px;
}
.form-consultation .correct-text{
    margin: 0;
}
.review{
    padding: 111px 0;
    position: relative;
    margin: 0 0 20px;
}
.review:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: url(/local/templates/dezoff.2.0/css/../images/bg-50.png) no-repeat 50% 10%;
}
.box-title p{
    color: #5e5e63;
    font-size: 18px;
}
.box-title p.fw-5{
    font-size: 21px;
}
.review .box-title{
    margin: 0 0 15px;
}
.slider-review .slick-list{
    margin: 0 -15px 37px;
}
.slider-review .slick-slide{
    padding: 10px 15px;
    height: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.slider-review .slick-next,
.slider-review .slick-prev{
    top: 50%;
}
.slider-review .slick-track{
    display: flex;
    align-items: stretch;
}
.slider-review .holder-text{
    margin: 0 0 24px;
    flex: 1 1 100%;
    border-bottom: 1px solid #f0f2f4;
}
.slider-review p{
    margin: 0 0 24px;
}
.review-user{
    position: relative;
    padding: 10px 0 10px 54px;
    margin: 0 0 22px 10px;
}
.review-user .name{
    display: block;
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
}
.review-user .date{
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #5e5e63;
}
.review-user:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: -19px 0 0;
    background: url("/local/templates/dezoff.2.0/css/../images/quote-icon.svg") no-repeat;
    background-size: 100%;
    width: 38px;
    height: 38px;
}
.slider-review .holder-block{
    position: relative;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    padding: 33px 25px 33px 40px;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}
.slider-review .holder-block:before{
    content: '';
    position: absolute;
    left: 65px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
}
.assessment{
    display: block;
    margin: 0 0 9px;
    font-size: 10px;
    line-height: 1;
    color: #979696;
}
.holder-assessment .list-star li{
    width: 15px;
    margin: 0 7px 0 0;
}
.slick-dots{
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 18px 5px;
}
.slick-dots button{
    display: inline-block;
    vertical-align: top;
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e6e8ec;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.slick-dots button:hover,
.slick-dots li.slick-active button{
    background: #3db78b;
}
.slider-legal{
    padding: 21px 0;
    margin: 0 0 32px;
}
.slider-legal .slick-next, .slider-legal .slick-prev{
   top: 30%;
}
.slider-legal .slick-list{
    margin: 0 -15px 42px;
}
.slider-legal .slick-slide {
    padding: 10px 15px;
}
.slider-legal a{
    display: block;
    margin: 0 0 28px;
    box-shadow: 0 5px 21px 0px rgba(0, 0, 0, 0.06);
}
.slider-legal a img{
    width: 100%;
}
.slider-legal .holder-text{
    padding: 0 10px;
}
.slider-legal .company{
    display: block;
    margin: 0 0 18px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1;
}
.otzovik{
    padding: 54px 0 47px;
    margin: 0 0 53px;
    position: relative;
}
.otzovik:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: -99999px;
    left: -99999px;
    background: #f7f8fa;
}
.otzovik h4{
    margin: 0 0 20px;
}
.otzovik p{
    font-size: 20px;
    line-height: 24px;
}
.read{
    color: #df2651;
}
.list-review{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 16px 0;
}
.list-review li{
    flex: 0 0 33.3%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-review .holder-block{
    border: 1px solid #f0eff4;
    background: #ffffff;
    padding: 26px 10px;
    border-radius: 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.otzovik-group{
    display: flex;
    align-items: center;
    padding: 22px 0;

}
.otzovik-group .holder-contact{
    flex: 1 1 auto;
    padding: 10px 10px 10px 0;
}
.otzovik-group .btn-turquoise{
    flex: 0 0 272px;
    margin: 0;
}
.price-block{
    font-size: 18px;
    line-height: 27px;
}
.price-block p{
    color: #5e5e63;
}
.list-price-product{
    display: flex;
    margin: 0 -15px;
    padding: 15px 0 0;
    flex-wrap: wrap;
}
.list-price-product li{
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    width: 25%;
    margin: 0 0 23px;
    padding: 0 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-price-product .holder-block{
    padding: 19px 25px;
    border-radius: 4px;
    background: #f9fafb;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.list-price-product .holder-block:hover{
    background: #ffffff;
    box-shadow: 0 8px 27px 0px rgba(0, 0, 0, 0.09);

}
.list-price-product .holder-text{
    flex: 1 1 100%;
    padding: 0 11px;
}
.list-price-product .holder-img{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 83px;
    margin: 0 auto 12px;
}
.list-price-product strong{
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.list-price-product p{
    margin: 0 0 33px;
    font-size: 14px;
    line-height: 20px;
    color: #5e5e63;
}
.cost{
    display: block;
    margin: 0 0 17px;
    font-size: 27px;
    line-height: 1;
    color: #3db78b;
    font-weight:700;
}
.cost span{
    font-size: 18px;

}
.list-price-product .cal-back{
    margin: 0 0 5px;
    display: block;
}
.warranty{
    padding: 94px 0 26px;
    margin: 0 0 53px;
    position: relative;
}
.warranty:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 0;
    background: url(/local/templates/dezoff.2.0/css/../images/bg-50.png) no-repeat 50% 10%;
}
.warranty .group{
    padding: 28px 0;
}
.warranty .holder-img{
    float: left;
    width: 57%;
    margin: 0 0 30px;
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    padding: 30px 14px;
    box-shadow: 0 5px 21px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.warranty .holder-img:before{
    content: '';
    position: absolute;
    left: 65px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
}
.warranty .holder-img i{
    position: absolute;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    right: 41px;
    bottom: -13px;
    font-size: 22px;
    background: #3db78b;
    border-radius: 50%;
    color: #ffffff;
}
.warranty .holder-text{
    overflow: hidden;
    padding: 0 0 0 38px;
}
.warranty p{
    margin: 0 0 33px;
    font-weight: 500;
    font-size: 19px;
    line-height: 27px;
}
.title-evidence{
    display: block;
    position: relative;
    padding:7px 0 7px 88px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}
.title-evidence:before {
    content: '';
    position: absolute;
    left: 9px;
    top: 50%;
    background: url(/local/templates/dezoff.2.0/css/../images/img-41.jpg) no-repeat;
    background-size: cover;
    width: 49px;
    height: 55px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
h3 span{
    font-weight: 300;
    font-size: 20px;
}
.list-equipment{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 22px 0;
}
.list-equipment li{
    flex: 0 0 50%;
    width: 50%;
    margin: 0 0 30px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-equipment .holder-block{
    height: 100%;
    padding: 3px 12% 47px;
    border-radius: 4px;
    background: #f3f5f8;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-equipment li:nth-child(even) .holder-block{
    background: #f9fafb;
}
.list-equipment .holder-img{
    max-width: 286px;
    height: 215px;
    margin: 0 auto 13px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.list-equipment p{
    margin: 0 0 24px;
}
.list-equipment span{
    display: block;
    margin: 0 0 13px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    color: #5e5e63;
}
.holder-form-consultation{
    margin: 0 0 66px;
    background: #f0faf7;
    border-radius: 4px;
    padding: 28px 0 0 ;
}
.holder-form-consultation .form-consultation{
    margin: 0;
    padding: 37px 19% 9px 6.5%;
}
.holder-form-consultation .form-consultation p{
    font-weight: 500;
    color: #000000;
}
.experience-list{
    display: flex;
    padding: 0 6%;
}
.experience-list li{
    padding: 0 0 0 12px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}
.experience-list span{
    display: inline-block;
    vertical-align: top;
    margin: 0 23px 0 0;
    font-weight: 700;
    color: #3db78b;
    font-size: 55px;
    line-height: 1;
}
.experience-list p{
    font-size: 15px;
    line-height: 18px;
    color: #5e5e63;
    margin: 0;
}
.verify{
    position: relative;
    padding: 55px 0 0;
    margin: 0 0 13px;
}
.verify h4{
    margin: 0 0 45px;
}
.verify:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -9999px;
    right: -9999px;
    top: 0;
    bottom: 60px;
    background: #f7f8fa;
}
.payment-account{
    float: left;
    width: 42%;
    padding: 12px 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.payment-account .title{
    display: block;
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.list-payment{
    margin: 0 0 24px;
}
.list-payment li{
    font-size: 17px;
    line-height: 30px;
    margin: 0;
}
.payment-account .tel{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
}
.payment-account .time-work{
    display: block;
    margin: 0 0 29px;
}
.procurement{
    position: relative;
    float: left;
    width: 58%;
    background: #ffffff;
    padding: 41px 20px 41px 57px;
    box-shadow:  0px 5px 21px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.procurement:before{
    content: '';
    position: absolute;
    left: 72px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff;
}
.procurement .title{
    display: block;
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #323b62;
}
.procurement p{
    margin: 0 0 12px;
}
.procurement p.fw-5{
    font-size: 20px;
}
.list-top li{
    position: relative;
    font-size: 17px;
    line-height: 30px;
    padding: 0 0 3px;
    margin: 0 0 11px;
}
.list-top span{
    font-weight: 500;
}
.list-top{
    padding: 0 0 23px;
}
.list-top li:after{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 32%;
    height: 3px;
    background: #8392d3;
    border-radius: 1px;
}
.list-top li:first-child:after{
    width: 94%;
}
.list-top li:nth-child(2):after{
    width: 64%;
}
.list-top li:nth-child(3):after{
    width: 54%;
}
.list-top li:nth-child(4):after{
    width: 39%;
}
.logo-content{
    display: block;
    margin: 0 0 0 12px;
    position: relative;
    padding: 0 0 0 134px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
}
.logo-content span{
    display: block;
    font-weight: 500;
    font-size: 17px;
}
.logo-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/local/templates/dezoff.2.0/css/../images/bg-logo.png) no-repeat;
    width: 98px;
    height: 65px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.list-order{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 19px;
    padding: 22px 0;
}
.list-order li{
    flex: 0 0 33.3%;
    width: 33.3%;
    margin: 0 0 19px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-order .holder-block{
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 30px 10px 30px 40px;
    background: #f7f8fa;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-order i{
    float: left;
    font-size: 60px;
    line-height: 1;
    color: #46517f;
}
.list-order span{
    overflow: hidden;
    display: block;
    padding: 0 0 0 25px;
}
.holder-step{
    font-size: 20px;
    line-height: 1;
}
.list-step{
    counter-reset: item;
    overflow: hidden;
    margin: 0 -25px;
    padding: 37px 0 17px;
}
.list-step li{
    float: left;
    margin: 0 0 38px;
    width: 25%;
    padding: 0 25px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-step li:after{
    position: absolute;
    right: 24px;
    top: 16px;
    content: '';
    background: url("/local/templates/dezoff.2.0/css/../images/bg-65.png") no-repeat;
    width: 20px;
    height: 19px;
}
@media screen and (min-width: 901px){
    .list-step li:nth-child(8n+5):after,
    .list-step li:nth-child(8n+6):after,
    .list-step li:nth-child(8n+7):after,
    .list-step li:nth-child(8n+8):after{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .list-step li:nth-child(8n+5),
    .list-step li:nth-child(8n+6),
    .list-step li:nth-child(8n+7),
    .list-step li:nth-child(8n+8){
        float: right;
    }
}
.list-step li span:before{
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    background: #3db78b;
    font-weight: 700;
    font-size: 30px;
    border-radius: 50%;
    content: counters(item, ".") " ";
    counter-increment: item;
}
.list-step span{
    display: inline-block;
    vertical-align: top;
    padding: 11px 60px 11px 0;
    position: relative;
    margin: 0 0 9px;
    font-weight: 700;
    font-size: 33px;
    line-height: 1;
}
.list-step p{
    color: #37373a;
    margin: 0;
}
.video-list{
    font-size: 0;
    line-height: 0;
    margin: 0 -15px 28px;
}
.video-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 23px;
    width: 33.3%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video-list img{
    width: 100%;
}
.video-list .play-icon:before{
    opacity: 0;
}
.video-list .play-icon:hover:before{
    opacity: 1;
}
.list-questions{
    padding: 12px 0;
    margin: 0 0 36px;
}
.list-questions li{
    position: relative;
    background: #f9fafb;
    padding: 27px 116px 13px;
    margin: 0 0 13px;
    border-radius: 5px;
}
.list-questions li:before{
    content: '?';
    position: absolute;
    left: 57px;
    top: 20px;
    width: 37px;
    height: 37px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    border-radius: 50%;
    background: #3db78b;
}
.list-questions strong{
    display: block;
    margin: 0 0 11px;
    font-size: 21px;
    line-height: 1;
}
/* ======= dezifection =====*/
h1 small{
    font-size: 18px;
    font-weight: 700;
}
.promo-two p strong{
    font-size: 30px;
    line-height: 1;
    color: #000000;
}
.list-service{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 8px;
    padding: 13px 0;
}
.list-service > li{
    flex: 0 0 33.3%;
    width: 33.3%;
    margin: 0 0 21px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-service li:nth-child(even) .holder-block{
    background: #f5f6f9;
}
.list-service .holder-block{
    background: #f9fafb;
    padding: 16px 13% 33px;
    border-radius: 3px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-service .group{
    display: flex;
    align-items: center;
    margin: 0 0 9px;
}
.list-service .holder-img{
    flex: 0 0 121px;
    width: 121px;
    margin: 0 10px 10px 0;
}
.list-service span{
    display: block;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
}
.list-service p{
    font-weight: 500;
    margin: 0 0 17px;
}
.list-service .list-dots {
    padding: 0;
    margin: 0;
}
.list-service .list-dots li{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 7px;
}
.list-service .list-dots li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
}
.btn-turquoise.big{
    max-width: 378px;
    margin: 0 auto 64px;
}
.guarantor-list strong{
    display: block;
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 24px;
}
.guarantor-list span{
    display: block;
    margin: 0 0 19px;
    font-size: 15px;
    line-height: 20px;
    color: #5e5e63;
}
.p-size{
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
}
.discount-price{
    counter-reset: point;
    padding: 20px 0 0;
}
.discount-price li{
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 17px;
    padding: 45px 54px 45px 147px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: #f3f5f8;
}
.discount-price li:hover{
    border-color: #aad0c2;
}
.discount-price li:last-child{
    background: #fbf6ea;
}
.discount-price.clone li{
    background: #f3f5f8;
}
.discount-price.clone li:nth-child(even){
    background: #f9fafb;
}
.discount-price li:before{
    position: absolute;
    top: 50%;
    left: 52px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    background: #3db78b;
    font-weight: 700;
    font-size: 44px;
    border-radius: 50%;
    content: counter(point);
    counter-increment: point 1;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.discount-price.last-orange li:last-child:before{
    display: block;
    background: #ffc435;
}
.discount-price.last-orange li:last-child:after{
    display: none;
}
.discount-price li:last-child:before{
    display: none;
}
.discount-price li:last-child:after{
    content: '!';
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 52px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    background: #ffc435;
    font-weight: 700;
    font-size: 44px;
    border-radius: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.discount-price.clone{
    padding-bottom: 1px;
    margin: 0 0 50px;
}
.discount-price.clone li:last-child:after{
    display: none;
}
.discount-price.clone li:last-child:before{
    display: block;
}
.discount-price span{
    flex: 0 0 26%;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 4% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.discount-price.clone span{
    font-size: 21px;
    text-transform: none;
}
.discount-price p{
    flex: 0 0 33%;
    margin: 0;
    color: #5e5e63;
    font-size: 15px;
    line-height: 20px;
}
.discount-price strong{
    flex: 0 0 16%;
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 33px;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.discount-price small{
    font-size: 18px;
}
.discount-price .holder-btn{
    flex: 0 0 25%;
    overflow: hidden;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.discount-price .cal-back{
    float: right;
    margin: 0;
}
.list-method{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 46px 0;
    margin: 0 -15px;
}
.list-method > li{
    flex: 0 0 50%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-method .holder-block{
    height: 100%;
    border-radius: 4px;
    background: #f3f5f8;
    padding: 30px 20px 30px 11%;
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-method li:nth-child(even) .holder-block{
    background: #f9fafb;
}
.list-method .group{
    margin: 0 -20px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-method .holder-text{
    flex: 1 1 auto;
    padding: 0 25px 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #5e5e63;
}
.list-method .holder-text p{
    margin: 0;
}
.list-method .holder-img{
    flex: 0 0 50%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.list-method strong{
    display: block;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
    color: #000000;
}
.list-method .list-dots{
    margin: 0;
    padding: 35px 60px 0 0;
}
.list-method .list-dots li{
    font-size: 15px;
    line-height: 20px;
}
.list-method .list-dots li {
    padding: 0 0 0 13px;
    margin: 0 0 10px;
}
.list-method .list-dots li:before {
    top: 7px;
}
.holder-way{
    position: relative;
    padding: 40px 0 1px;
    margin: 0 0 44px;
}
.holder-way:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: -9999px;
    top: 0;
    right: -9999px;
    bottom: 0;
    background: #f9fafb;
}
.way-list{
    font-size: 0;
    line-height: 0;
    margin: 0 -15px;
    padding: 12px 0 0;
}
.way-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 27px;
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.way-list .holder-block{
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f0f2f5;
    padding: 14px 34px 23px 49px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.way-list .holder-img{
    max-width: 485px;
    margin: 0 0 41px;
}
.way-list span{
    display: block;
    margin: 0 0 18px;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
}
.ruble{
    font-family: 'PTRoubleSans';
    font-weight: normal;
    font-style: normal;
}
.list-activity{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 23px;
    padding: 18px 0;
}
.list-activity li {
    flex: 0 0 33.3%;
    width: 33.3%;
    margin: 0 0 21px;
    padding: 0 15px;
    color: #5e5e63;
    font-size: 15px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-activity .holder-block {
    background: #f3f5f8;
    padding: 37px 10% 6px;
    border-radius: 3px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-activity span{
    display: block;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 18px;
}
.list-activity span i{
    vertical-align: middle;
    margin: 0 10px 0 7px;
    font-size: 36px;
    color: #323b62;
}


    /* =============================================================================
        HasLayot
        ========================================================================== */
.group:after {
    display:block;
    content:"";
    clear:both;
}
.resolutions690{
    display: none;
}
@media screen and (max-width: 900px) and (min-width: 701px){
    .list-step li{
        width: 33.3%;
    }
    .list-step li:nth-child(6n+4):after,
    .list-step li:nth-child(6n+5):after,
    .list-step li:nth-child(6n+6):after{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .list-step li:nth-child(6n+4),
    .list-step li:nth-child(6n+5),
    .list-step li:nth-child(6n+6){
        float: right;
    }
}
@media screen and (max-width: 700px) and (min-width: 501px){
    .list-step li{
        width: 50%;
    }
    .list-step li:nth-child(4n+2):after,
    .list-step li:nth-child(4n+3):after{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .list-step li:nth-child(4n+2),
    .list-step li:nth-child(4n+3){
        float: right;
    }
}
@media screen and (max-width: 1370px){
    .slick-next{
        right: 0;
    }
    .slick-prev{
        left: 0;
    }
}
@media screen and (max-width: 1190px){
    .slider-state .slick-list {
        margin: 0 -5px;
    }
    .slider-state .slick-slide {
        padding: 0 5px;
    }
    .list-video {
        margin: 0 -5px;
    }
    .list-video li {
        padding: 0 5px;
    }
    .thanks-slider .slick-list{
        margin: 0 -5px;
    }
    .thanks-slider .slick-slide{
        padding: 0 5px;
    }
    .slider-photo .slick-list{
        margin: 0 -5px;
    }
    .slider-photo .slick-slide{
        padding: 0 5px;
    }
    .slider-command .slick-list{
        margin: 0 -5px;
    }
    .slider-command .slick-slide{
        padding: 0 5px;
    }
    .list-partners {
        margin: 0 -5px 45px;
    }
    .list-partners li {
        padding: 0 5px;
    }
    .footer-nav li {
        margin: 0 15px 10px 0;
    }
    .treatment-city:before {
        left: 20px;
    }
    .treatment-city {
        padding: 36px 15px 24px 90px;
    }
    .list-recommended .block-state strong {
        font-size: 18px;
        line-height: 20px;
    }
    .nav-list{
        margin: 0 -5px 11px;
    }
    .nav-list li{
        padding: 0 5px;
    }
    .pagination li:first-child {
        margin: 0 10px 0 0;
    }
    .pagination li:last-child {
        margin: 0 0 0 10px;
    }
    .approved {
        padding: 9px 40px;
    }
    .approved .holder-text {
        padding: 0 0 0 30px;
    }
    .guarantor-list{
        margin: 0 -5px 23px;
    }
    .guarantor-list li {
        margin: 0 0 10px;
        padding: 0 5px;
    }
    .form-consultation .title:before{
        display: none;
    }
    .form-consultation {
        padding: 51px 20px 8px;
    }
    .slider-review .slick-list {
        margin: 0 -5px 37px;
    }
    .slider-review .slick-slide {
        padding: 10px 5px;
    }
    .slider-legal .slick-list {
        margin: 0 -5px 42px;
    }
    .slider-legal .slick-slide {
        padding: 10px 5px;
    }
    .list-review {
        margin: 0 -5px;
    }
    .list-review li {
        padding: 0 5px;
    }
    .list-price-product {
        margin: 0 -5px;
    }
    .list-price-product li {
        padding: 0 5px;
    }
    .list-equipment{
        margin: 0 -5px;
    }
    .list-equipment li{
        padding: 0 5px;
    }
    .list-order {
        margin: 0 -5px 19px;
    }
    .list-order li {
        padding: 0 5px;
    }
    .list-service {
        margin: 0 -5px 8px;
    }
    .list-service > li {
        padding: 0 5px;
    }
    .list-service .holder-block {
        padding: 16px 15px 33px;
    }
    .discount-price li:last-child:after,
    .discount-price li:before {
        left: 10px;
    }
    .discount-price li {
        padding: 45px 10px 45px 90px;
    }
    .discount-price span {
        flex: 0 0 23%;
        padding: 0 10px 0 0;
    }
    .discount-price p {
        flex: 0 0 30%;
    }
    .discount-price strong {
        flex: 0 0 20%;
    }
    .discount-price .holder-btn{
        flex: 0 0 27%;
    }
    .discount-price .cal-back {
        padding: 15px 10px;
    }
    .list-method {
        margin: 0 -5px;
    }
    .list-method > li {
        padding: 0 5px;
    }
    .list-method .holder-block {
        padding: 30px 20px;
    }
    .way-list {
        margin: 0 -5px;
    }
    .way-list li{
        padding: 0 5px;
        margin: 0 0 10px;
    }
    .way-list .holder-block {
        padding: 14px 30px;
    }
    .list-activity{
        margin: 0 -5px 23px;
    }
    .list-activity li {
        padding: 0 5px;
        margin: 0 0 10px;
    }

        /*1190*/
}
@media screen and (max-width: 1050px){
    .treatment-city .group{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .treatment-city .btn-consultation {
         flex: 0 0 auto;
    }
    .call {
        flex: 1 1 auto;
        padding: 0;
    }
    .list-recommended li {
        width: 50%;
    }
    .form-comment .holder-input {
        width: 50%;
    }
    .pagination li {
        margin: 0 5px;
    }
    .pagination li {
        font-size: 18px;
    }
    .pagination a {
        padding: 4px 8px;
    }
    .list-price-product .holder-block {
        padding: 15px 10px;
    }

    /*1050*/
}
@media screen and (max-width: 991px){
    #nav > ul > li {
        margin: 0 15px 0 0;
        font-size: 14px;
    }
    .fixed-header .head-nav {
        margin: 0 0 6px 90px;
    }
    .cal-back {
        margin: 0 0 0 30px;
    }
    .fixed-header #header .holder-cal-back{
        margin: 0;
    }
    .fixed-header #header .cal-back {
        margin: 0 0 0 20px;
    }
    .fixed-header #header .head-contact {
        padding: 15px 0 0 0;
    }
    .list-nav span {
        font-size: 16px;
    }
    .list-nav .block{
        padding: 20px 10px;
    }
    .fixed-header .form-search{
        bottom: auto;
    }
    .list-advantages li {
        width: 33.3%;
    }
    .price-table td {
        padding: 11px;
    }
    .list-video span {
        font-size: 16px;
    }
    .o-company{
        display: flex;
        flex-direction: column-reverse;
    }
    .o-company .holder-text {
        padding: 0;
    }
    .list-dots {
        padding: 0 0 0 10px;
        margin: 0 0 20px;
    }
    .o-company .column {
        flex: 0 0 280px;
        max-width: 280px;
        margin: 0 auto 30px;
    }
    .question-block{
        margin: 0 0 30px;
    }
    .question-block .holder-block{
        float: none;
        width: 100%;
    }
    .footer-flex{
        display: block;
    }
    .social-list{
        text-align: center;
    }
    .attention-text strong:before {
        left: 10px;
    }
    .attention-text strong {
        padding: 0 80px;
    }
    .promo-two .img-promo-1 {
        right: -20px;
    }
    .promo-two {
        padding: 30px 32% 0 0;
    }
    .professional-service .holder-title {
        padding: 0;
    }
    .professional-service .block {
        padding: 0 10px;
    }
    .review {
        padding: 50px 0;
    }
    .list-price-product li {
        flex: 0 0 33.3%;
        width: 33.3%;
    }
    .warranty .holder-img {
        width: 50%;
    }
    .list-step {
        margin: 0 -10px;
    }
    .list-step li {
        padding: 0 10px;
    }
    .list-order .holder-block {
        padding: 15px 10px 15px 15px;
        font-size: 14px;
    }
    .list-order span {
        padding: 0 0 0 15px;
    }
    .list-service > li {
        flex: 0 0 50%;
        width: 50%;
        margin: 0 0 10px;
    }
    .list-method .holder-text {
        padding: 0 10px 0 0;
    }
    /*991*/
}
@media screen and (max-width: 900px){
    .classic-video{
        display: flex;
        flex-direction: column-reverse;
    }
    .classic-video .holder-text{
        padding: 0;
        margin: 0 0 15px;
    }
    .classic-video {
        padding: 20px;
    }
    .classic-video .holder-video{
        max-width: 368px;
        margin: 0 auto;
        flex: 0 0 auto;
    }
    .classic-video .title {
        padding: 0 20px 0 0;
    }
    .list-radio{
        margin: 0 -10px;
    }
    .list-radio li {
        padding: 0 10px;
    }
    .list-radio .holder-block {
        padding: 15px;
    }
    .content-article {
        padding: 15px;
    }
    .step-text,
    .application-text {
        margin-left: 0!important;
    }
    .nav-list li{
        width: 20%;
    }
    .nav-list a {
        font-size: 12px;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: none;
    }
    .h1, h1 {
        font-size: 45px;
    }
    .approved {
        padding: 9px 20px;
    }
    .approved .holder-text {
        padding: 0 0 0 20px;
    }
    .approved .holder-img {
        flex: 0 0 95px;
        width: 95px;
    }
    .official .holder-img {
        flex: 0 0 180px;
        width: 180px;
    }
    .professional-service .title {
        font-size: 26px;
        line-height: 1;
    }
    .professional-service .holder-title {
        margin: 0 0 60px;
    }
    .guarantor-list li {
        flex: 0 0 50%;
        width: 50%;
    }
    .experience-list {
        padding: 0 20px;
    }
    .experience-list li {
        padding: 0 5px 0 0;
    }
    .holder-form-consultation .form-consultation {
        padding: 37px 20px 9px;
    }
    .procurement {
        padding: 20px;
    }
    .list-order li {
        flex: 0 0 50%;
        width: 50%;
    }
    .discount-price li:last-child:after,
    .discount-price li:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .discount-price li {
        padding: 25px 10px 25px 60px;
    }
    .discount-price span {
        font-size: 14px;
        line-height: 1;
    }
    .discount-price strong {
        font-size: 28px;
    }
    .discount-price p {
        font-size: 14px;
        line-height: 1;
    }
    .list-activity li {
        flex: 0 0 50%;
        width: 50%;
    }
    /*900*/
}
@media screen and (min-width: 821px){
    .holder-nav{
        display: block!important;
    }
}
@media screen and (max-width: 820px){
    .head-nav:after {
        display:block;
        content:"";
        clear:both;
    }
    .head-nav {
        position: relative;
        padding: 16px 0;
    }
    .open-menu {
        float: left;
        display: block;
        font-size: 20px;
        line-height: 1;
    }
    .btn-form-search{
        position: static;
        float: right;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .submit-search{
        right: 0;
        margin: -2px 0 0;
    }
    .closed-search {
        right: 30px;
    }
    .form-search fieldset {
        padding: 14px 50px 14px 30px;
    }
    .fixed-header .head-nav{
        display: block;
    }
    .fixed-header .head-nav {
        padding: 24px 17px 20px 0;
    }
    .logo {
        padding: 0 0 0 110px;
    }
    .cal-back {
        padding: 15px;
    }
    .cal-back {
        margin: 0 0 0 15px;
    }
    .tel-number {
        font-size: 18px;
    }
    .holder-nav {
        position: fixed;
        overflow-y: auto;
        top: 0;
        height: 100%;
        left: -9999px;
        opacity: 0;
        padding: 50px 10px 20px;
        width: 320px!important;
        background-color: #ffffff;
        z-index: 250;
        display: block;
        -webkit-transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
        -o-transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
        transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .holder-nav.open {
        top: 0;
        left: 0;
        opacity: 1;
    }
    .closed-menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 18px;
        font-size: 18px;
        line-height: 1;
    }
    .bg-nav {
        display: block;
        top: -9999px;
        left: -9999px;
        right: 9999px;
        bottom: 9999px;
        position: fixed;
        opacity: .5;
        background: #000;
        -webkit-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }
    .holder-nav.open .bg-nav {
        left: 320px;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #nav > ul > li:hover{
        border-color: transparent;
    }
    .fixed-header #nav li.has-drop,
    .fixed-header #nav > ul > li{
        display: block;
    }
    #nav > ul > li{
        display: block;
        margin: 0;
    }
    .drop-nav{
        position: static;
    }
    #header .list-nav li{
        width: 50%;
        padding: 0;
    }
    #header .list-nav .block {
        padding: 0 5px;
    }
    .drop-nav .list-nav:before{
        display: none;
    }
    .fixed-header .form-search{
        padding: 0 27px 0 0;
    }
    .img-promo-1{
        display: none;
    }
    .promo-index {
        position: relative;
        z-index: 1;
        padding: 0 0 44px 0;
    }
    #main .list-nav li{
        width: 25%;
        padding: 0;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 33px;
    }
    #main .list-nav {
        margin: 0 0 15px;
    }
    .list-advantages li {
        margin: 0 0 20px;
    }
    .list-advantages span {
        font-size: 16px;
        line-height: 22px;
    }
    h4{
        font-size: 30px;
    }
    .list-video li {
        margin: 0 0 10px;
        width: 50%;
    }
    .list-client-sum {
        margin: 0 -10px 9px;
    }
    .list-client-sum li {
        padding: 0 10px;
    }
    .list-client-sum span {
        font-size: 44px;
    }
    .list-radio li{
        width: 100%;
    }
    .list-partners li {
        width: 25%;
        margin: 0 0 10px;
    }
    .list-partners .holder-img{
        max-width: 100%;
    }
    .footer-nav{
        display: none;
    }
    .holder-content {
        display: block;
    }
    #content {
        flex: 1 1 auto;
        padding: 0;
    }
    .block-link .holder-block{
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
    .block-link .holder-block:last-child {
        text-align: left;
    }
    .list-recommended{
        margin: 0 -5px;
    }
    .list-recommended li {
        width: 50%;
        padding: 0 5px;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: inline-block;
    }
    .promo-two {
        padding: 30px 0 0 0;
    }
    .promo-two .list-card {
        padding: 0 160px 1px 0;
    }
    .official{
        display: block;
    }
    .official .holder-text {
        padding: 0;
    }
    .official .holder-img {
        margin: 0 auto 30px;
    }
    .big-team {
        display: block;
    }
    .big-team .holder-text {
        padding: 0 0 20px;
    }
    .big-team .list-card {
        flex: 0 0 100%;
        width: 100%;
    }
    .professional-service .holder-title{
        display: block;
    }
    .professional-service {
        padding: 30px 0;
    }
    .professional-service .holder-img{
        display: none;
    }
    .professional-service .block{
        text-align: center;
    }
    .professional-service .btn-turquoise{
        margin: 0 auto 20px;
    }
    .professional-service .list-card li {
        display: block;
        width: 100%;
    }
    .form-consultation .holder-input{
        float: none;
        width: 100%;
    }
    .slider-review .slick-list {
        margin-bottom: 10px;
    }
    .slick-dots li {
        margin: 0 5px 5px;
    }
    .warranty .holder-img{
        float: none;
        width: 100%;
    }
    .warranty .holder-text {
        padding: 0;
    }
    .warranty {
        padding: 94px 0 1px;
        margin: 0 0 35px;
    }
    .warranty .group{
        padding: 28px 0 1px;
    }
    .title-evidence {
        font-size: 34px;
        line-height: 44px;
    }
    .list-equipment .holder-block {
        padding: 3px 20px 10px;
    }
    .list-equipment .holder-block {
        font-size: 18px;
        line-height: 22px;
    }
    .experience-list {
        display: block;
    }
    .experience-list li {
        padding: 0;
    }
    .experience-list span {
        margin: 0 10px 0 0;
    }
    .procurement,
    .payment-account {
        float: none;
        width: 100%;
    }
    .procurement{
        margin: 0 0 30px;
    }
    .list-questions li:before {
        left: 10px;
        top: 10px;
    }
    .list-questions li {
        padding: 10px 10px 5px 55px;
    }
    .discount-price li{
        display: block;
    }
    .discount-price li:last-child:after, .discount-price li:before{
        top: 10px;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .discount-price span {
        font-size: 16px;
        line-height: 1;
    }
    .discount-price span {
        margin: 0 0 20px;
    }
    .discount-price p{
        margin: 0 0 10px;
    }
    .discount-price strong{
        padding: 0;
        margin: 0 0 10px;
    }
    .discount-price .holder-btn{
       padding: 0;
    }
    .discount-price .cal-back{
        float: none;
    }
    .list-method{
        display: block;
    }
    .list-method{
        width: 100%;
    }
    .list-method .holder-img {
        flex: 0 0 30%;
    }
    .holder-cal-back {
        margin: 0 0 0 20px;
    }
        /*820*/
}
@media screen and (max-width: 690px){
    .resolutions690{
        display: block;
    }
    #header .head-contact{
        text-align: center;
        white-space: normal!important;
    }
    #header .head-contact a{
        margin: 0 0 15px;
    }
    #header .logo{
        float: none;
        margin: 11px auto 0;
    }
    #header .holder-nav .head-contact{
        padding: 0;
        display: block;
    }
    #header .holder-nav .tel-number {
        font-size: 22px;
    }
    #header .holder-nav .cal-back {
        margin: 0 0 7px;
        padding: 10px 25px;
    }
    .holder-cal-back {
        margin: 0!important;
    }
    .time-second{
        display: block!important;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    .promo-index {
        padding: 0 0 20px 0;
    }
    #main .list-nav li{
        width: 33.3%;
    }
    .list-advantages li {
        width: 50%;
    }
    .price-table td {
        width: 30%;
    }
    .price-table td + td {
        width: 45%;
    }
    .price-table td + td + td {
        width: 25%;
    }
    .price-table .holder-block{
        flex-direction: column;
    }
    .slider-state {
        margin: 0 0 30px;
    }
    h5 {
        font-size: 26px;
    }
    .list-client-sum li {
        width: 50%;
    }
    .slider-command {
        margin: 0 0 30px;
    }
    #footer .logo{
        float: none;
        margin: 0 auto 25px;
    }
    #footer .head-contact{
        text-align: center;
    }
    #footer .head-contact a{
        margin: 0 5px 15px;
    }
    .top-footer {
        padding: 20px 0 10px
    }
    .holder-copyright{
        display: block;
    }
    .creator {
        margin: 0 0 15px 0;
    }
    .holder-free:before {
        left: 0;
    }
    .holder-free {
        padding: 0 0 17px 54px;
    }
    .title-popup {
        font-size: 26px;
    }
    .attention-text strong:before {
        left: 0;
        font-size: 100px;
    }
    .attention-text strong {
        padding: 0 20px 0 50px;
    }
    h6 {
        font-size: 24px;
    }
    .author-article{
        display: block;
    }
    .treatment-city:before{
        display: none;
    }
    .treatment-city {
        padding: 25px 15px;
    }
    .nav-list li {
        width: 25%;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: none;
    }
    .box-title{
        display: block;
    }
    .promo-two .list-card {
        padding: 0 0 1px;
    }
    .departure{
        position: static;
        margin: 0 auto 20px;
    }
    .approved span {
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 1;
    }
    .approved p {
        margin: 0;
    }
    .guarantor-list .holder-block {
        padding: 20px 15px;
    }
    .guarantor-list i {
        font-size: 50px;
    }
    .holder-experience {
        padding: 10px 0;
    }
    .holder-experience p {
        padding: 0 0 0 45px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 26px;
    }
    .list-review li {
        flex: 0 0 50%;
        width: 50%;
        margin: 0 0 15px;
    }
    .otzovik-group {
        display: block;
    }
    .list-price-product li {
        flex: 0 0 50%;
        width: 50%;
    }
    .title-evidence {
        font-size: 26px;
        line-height: 1;
    }
    .slider-legal .slick-next, .slider-legal .slick-prev{
        top: 35%;
    }
    .list-equipment li{
        flex: 0 0 100%;
        width: 100%;
    }
    .list-order li {
        flex: 0 0 100%;
        width: 100%;
    }
    .list-service .holder-img {
        flex: 0 0 75px;
        width: 75px;
    }
    .list-service span {
        font-size: 18px;
    }
    .way-list li{
        width: 100%;
    }
    .list-activity .holder-block {
        padding: 20px 15px 6px;
    }

    /*690*/
}
@media screen and (max-width: 600px){
    .list-activity{
        display: block;
    }
    .list-activity li{
        flex: 0 0 100%;
        width: 100%;
    }
}
@media screen and (max-width: 550px){
    .nav-list a {
        padding: 3px;
    }
    .nav-list .icon {
        flex: 0 0 13px;
        height: 13px;
    }
    .nav-list .icon img {
        max-height: 13px;
    }
    .nav-list span {
        padding: 7px 0 7px 2px;
    }
    .professional-service .tel{
        margin: 0 0 15px;
    }
    .professional-service .time-work{
        display: block;
    }
    .guarantor-list li {
        font-size: 14px;
        line-height: 20px;
    }
    .list-review li {
        flex: 0 0 100%;
        width: 100%;
    }
    .title-evidence:before{
        display: none;
    }
    .title-evidence {
        font-size: 24px;
        padding: 0;
    }
    .list-service{
        display: block;
    }
    .list-service > li {
        flex: 0 0 100%;
        width: 100%;
    }
    .official .list-client-sum li {
        width: 50%;
    }
/*550*/
}
@media screen and (max-width: 500px) {
    .question-form .holder-input{
        float: none;
        width: 100%;
    }
    .btn-turquoise{
        max-width: 100%;
    }
    .list-check-icon {
        page-break-inside: avoid;
        webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
    .list-recommended li {
        width: 100%;
    }
    .comment .flex-box{
        display: block;
    }
    .comment .flex-box {
        margin: 0 0 20px;
    }
    .comment .holder-text {
        padding: 15px 15px 7px;
    }
    .form-comment .holder-input {
        width: 100%;
    }
    .form-comment {
        margin: 0;
    }
    .nav-list li {
        width: 33.3%;
    }
    .list-price-product .cal-back {
        padding: 8px;
    }
    .list-step li{
        float: none!important;
        width: 100% !important;
    }
    .list-step li:after{
        transform: rotate(90deg) rotateY(0deg);
        -webkit-transform: rotate(90deg) rotateY(0deg);
        -moz-transform: rotate(90deg) rotateY(0deg);
        -o-transform: rotate(90deg) rotateY(0deg);
        -ms-transform: rotate(90deg) rotateY(0deg);
    }
    .logo-img {
        flex: 0 0 70px;
        width: 70px;
    }
    .official .block-title {
        padding: 20px 0 0 15px;
    }
    .way-list .holder-block {
        padding: 14px 15px;
    }
    .guarantor-list strong {
        font-size: 16px;
        line-height: 20px;
    }
    /*500*/
}
@media screen and (max-width: 450px){
    .h1, h1 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    #main .list-nav li{
        width: 50%;
    }
    .list-video li {
        width: 100%;
    }
    .classic-video .holder-title{
        display: block;
    }
    .classic-video .title {
        display: block;
        padding: 0;
    }
    .list-radio .holder-img {
        flex: 0 0 45px;
    }
    .list-radio li {
        font-size: 15px;
    }
    .holder-text p {
        margin: 0 0 5px;
    }
    .list-radio .holder-text {
        padding: 0 0 0 15px;
    }
    .list-partners li {
        width: 50%;
    }
    .content-article .title {
        font-size: 18px;
    }
    .content-article .title .link-dotted {
        margin: 0 0 0 10px;
    }
    .list-partners li {
        width: 33.3%;
    }
    .holder-free:before{
        display: none;
    }
    .holder-free {
        padding: 0 0 17px 0;
    }
    .fancybox-slide--html .fancybox-close-small {
        right: 10px;
    }
    .specific-block {
        font-size: 20px;
        line-height: 26px;
    }
    .slider-command .slick-next, .slider-command .slick-prev {
        top: 50%;
        margin: -32px 0 0;
    }
    .pagination li {
        font-size: 16px;
        margin: 0 3px;
    }
    .pagination a {
        padding: 3px 6px;
    }
    .approved .holder-img {
        flex: 0 0 80px;
        width: 80px;
    }
    .approved span {
        font-size: 20px;
        line-height: 1;
    }
    .approved .holder-text {
        padding: 0 0 0 10px;
    }
    .approved .holder-text {
        font-size: 16px;
        padding: 0;
    }
    .approved .holder-img{
        display: none;
    }
    .list-price-product li {
        flex: 0 0 100%;
        width: 100%;
    }
    .holder-contact .tel {
        margin: 0;
    }
    .experience-list li{
        display: block;
    }
    .experience-list span {
        display: block;
    }
    .logo-content {
        margin: 0;
        padding: 0 0 0 70px;
        font-size: 14px;
        line-height: 1;
    }
    .logo-content:before {
        background-size: cover;
        width: 60px;
        height: 40px;
    }
    .list-questions li:before {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .list-questions li {
        padding: 10px 10px 5px 45px;
    }
    /*450*/
}
@media screen and (max-width: 400px){
    .list-method .group{
        display: block;
    }
    .list-method .holder-img{
        display: none;
    }
    /*400*/
}
@media screen and (max-width: 374px){
    .call{
        text-align: center;
    }
    .call a{
        display: block;
    }
    .nav-list li {
        width: 50%;
    }
    .img-vent{
        display: none;
    }
    .guarantor-list li {
        flex: 0 0 100%;
        width: 100%;
    }
    .guarantor-list i {
        margin: 0 0 25px;
    }
    .logo-img {
        flex: 0 0 60px;
        width: 60px;
    }
    .guarantor-list {
        display: block;
    }
    .guarantor-list li {
        flex: 0 0 100%;
        width: 100%;
    }
}
.box-title.flex-column {
    flex-direction: column;
    align-items: flex-start;
}
.box-title .promo-two .promo_title {
    margin: 0 0 37px;
    white-space: nowrap;
}
.sert-block {
    display: flex;
}
.sert-block .image {
    box-shadow: 0px 30px 50px 0px rgba(47, 47, 94, 0.15);
    margin: 0 20% 0 0;
    position: relative;
    z-index: 100;
}
.sert-block .image a {
    display: block;
    height: 100%;
}
.sert-block .image img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.box-title.flex-column .bg_title {
    position: absolute;
    top: 30px;
    right: 80px;
}
.box-title.flex-column .bg_title img {
    display: block;
    width: 100%;
    height: auto;
}
.sert-block {
    position: relative;
    z-index: 100;
}
.promo_herb {
    position: absolute;
    bottom: 100px;
    right: 0;
    
    z-index: 99;
    width: 50%;
    padding: 0 0 0 60px;
}
.promo_herb .holder {
    background: rgba(61, 183, 139, 1);
    display: flex;
    height: 58px;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 17px;
    gap: 30px;
    border-radius: 4px;
}
.promo_herb strong a {
    color: rgba(255, 255, 255, 1);
}
.promo_herb .sert {
    margin: 0 0 0 70px;
}
.promo_herb .text {
    margin: 22px 50px 0 233px;
}
.promo_herb .text svg {
    display: block;
    margin: 0 0 8px;
}
.promo_herb .text p {
    color: rgba(135, 135, 144, 1);
    font-size: 13px;
    line-height: 17px;
    margin: 0;
}
.text-box {
    margin: 0 0 40px;
}
.text-box p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.02em;
    margin: 0 0 23px;
    color: rgba(0, 0, 0, 1);
}
.text-box p:first-child {
    font-size: 22px;
    line-height: 29px;
    margin: 0 0 24px;
}
.sertificates-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sertificates-list .item {
    box-shadow: 0px 30px 50px 0px rgba(47, 47, 94, 0.15);
    flex: 0 1 calc((100% - 180px) / 7);
    height: 200px;
}
.sertificates-list .item.hidden {
    display: none;
}
.sertificates-list .item a {
    display: block;
    height: 100%;
}
.sertificates-list .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.show-more {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.show-more a {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 16px;
}
.show-more a span {
    display: inline-block;
    position: relative;
    padding: 0 0 8px;
}
.show-more a span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(233, 235, 246, 1);
}
.show-more a svg {
    margin: -7px 0 0 16px;
}
.promo-two.sertificates .text-box {
    display: none;
}
@media screen and (max-width:1280px) {
    .promo_herb .holder {
        height: auto;
    }
    .promo_herb .holder strong {
        flex-wrap: wrap;
        display: flex;
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 1200px){
    .promo-two.sertificates .img-promo-1 {
        display: none;
    }
    .promo-two.sertificates .text-box {
        display: block;
    }
    .text-box {
        display: none;
    }
    .promo-two.sertificates {
        padding-right: 0;
    }
    .sert-block .image {
        margin: 0;
    }
    .sert-block {
        position: relative;
        z-index: 100;
        padding: 0 20px;
        justify-content: center;
    }
    .promo_herb {
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
        margin: 80px 0 0;
        left: auto;
        padding: 0 20px;
    }
    .promo_herb .holder {
        height: 70px;
    }
    .sertificates-list .item {
        flex: 0 1 calc((100% - 120px) / 4);
        height: 300px;
    }
    .sertificates-list .item:nth-child(8) {
        display: block;
    }
}
@media screen  and (max-width: 860px){
    .sertificates-list .item {
        flex: 0 1 calc((100% - 120px) / 3);
    }
    .sertificates-list .item:nth-child(6) {
        display: none;
    }
    .sertificates-list .item:nth-child(7) {
        display: none;
    }
    .box-title .promo-two .promo_title {
        white-space: wrap;
    }
    .promo_herb .holder strong {
        flex: 0 0 45%;
    }
    .promo_herb .text {
        margin: 50px 0 0 0;
    }
}
@media screen  and (max-width: 768px){
    .promo-two p strong {
        font-size: 18px;
        line-height: 20px;
    }
    .sertificates-list .item {
        flex: 0 1 calc((100% - 30px) / 2);
    }
    .text-box p:first-child {
        font-size:  18px;
        line-height: 20px;
        margin: 0 0 20px;
    }
    .text-box p {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 18px;
    }
    .promo_herb .sert {
        margin: 0 0 0 20px;
    }
}
@media screen  and (max-width: 500px){
    .promo-two p strong {
        font-size: 16px;
        line-height: 18px;
    }
    .text-box p {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 16px;
    }
}
.header-with-promo .header-promo {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    height: 47px;
}
.header-with-promo .header-promo p {
    margin: 0 40px 0 auto;
}
.header-with-promo .header-promo .close {
    margin: 0 0 0 auto;
}
.header-with-promo .header-promo .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
}
.header-with-promo .header-promo:after {
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    content: '';
    background: rgba(62, 57, 90, 1);
    z-index: 0;
}
.header-with-promo .header-promo .container {
    position: relative;
    z-index: 100;
}
.header-with-promo .header-promo p .link-documents {
    position: relative;
    color: rgba(108, 176, 161, 1);
    display: inline-block;
    padding: 0 0 0 40px;
    margin: 0 0 0 11px;
}
.header-with-promo .header-promo p em {
    font-style: normal;
}
.header-with-promo .header-promo p .link-documents svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-with-promo .header-promo .more {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    padding: 0 0 8px;
    margin: 12px 0 0;
    border-bottom: 1px solid rgba(97, 104, 136, 1);
}
.header-with-promo .header-promo .more svg {
    margin: 0 0 0 16px;
}
#wrapper.header-with-promo {
    padding-top: 220px;
}
.fixed-header #header .header-promo {
    display: none;
}
@media screen  and (max-width: 800px ){
    .header-with-promo .header-promo .holder {
        height: auto;
        padding: 10px 20px;
    }   
    .header-with-promo .header-promo .holder p .link-documents {
        margin: 0;
        display: block;
    }
    .header-with-promo .header-promo .more {
        display: none;
    }
    .header-with-promo .header-promo {
        height: auto;
    }
    .header-with-promo .header-promo p em  {
        display: none;
    }
}
/* End */


/* Start:/local/templates/dezoff.2.0/css/bonus.css?173917192937878*/
/* update 03.02.2025 */
#reg_form.popup-baraban {
    position: relative;
    overflow: visible;
    max-width: 1004px!important;
    width: 100%;
    padding: 44px 77px 49px 395px!important;
    margin: 0 -12vw 0 0;
 }
 .popup-baraban .fancybox-close-small {
    color: #000000!important;
    padding: 0!important;
    right: 31px!important;
    top: 11px!important;
    width: 68px;
    height: 68px;
    opacity: 1;
 }
 .popup-baraban .fancybox-close-small svg path,
 .popup-baraban .fancybox-close-small svg {
    fill: #000;
    color: #000;
 }
 .lottery-baraban {
    right: 65%;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 620px;
    height: 620px;
    margin: 0 auto;
 }
 .lottery-baraban .wheel-scaler {
    transform: scale(1);
 }
 .lottery-baraban .holder-img {
    overflow: hidden;
    width: 620px;
    height: 620px;
    --g: 0px; /*Внутренние границы*/
    --s: 268px; /*А-ля радиус*/
    margin: -185px;
    border-radius: 50%;
    position: relative;
    transition: all 3s;
    transition-timing: ease-in-out;
 }
 .lottery-baraban .holder-img svg.wheel-background {
    width: 100%;
    height: 100%;
 }
 .lottery-baraban .holder-img svg.wheel-star {
    z-index: 6;
    width: 90px;
    height: 90px;
 }
 .lottery-baraban .holder-img img {
    display: block;
    max-width: 100%;
 }
 .lottery-baraban .holder-img ul {
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    bottom: 0;
    right: 0;
    transform: rotate(19deg);
 }
 .lottery-baraban .holder-img li {
    position: absolute;
    padding: 10px 0 205px 170px;
    top: 10px; left: 10px; right: 10px; bottom: 10px; border-radius: 50%;
    clip-path: polygon( calc(50% + var(--g)/2) 50%, calc(50% + var(--g)/2) 0%, 100% 0%, 100% calc(0% - var(--g)/2), 50% calc(50% - var(--g)/2));
 }
 .lottery-baraban .holder-img li span {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    transform: rotate(-64deg);
    margin: 0 0 20px;
 }
 .lottery-baraban .holder-img li span svg {
    margin: -3px 0 0 8px;
 }
 .lottery-baraban .holder-img li .like {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
    padding: 15px 0 0;
 }
 .lottery-baraban .holder-img li strong {
    display: block;
    font-size: 13px;
    height: 13px;
    color: rgba(107, 23, 214, 1);
    font-weight: 600;
    transform: rotate(-64deg);
    padding: 0 0 0 30px;
 }
 /* .lottery-baraban .holder-img li:nth-child(1) {transform: rotate(72deg);background-color: #000000;}
 .lottery-baraban .holder-img li:nth-child(2) {transform: rotate(144deg);background-color: #0CC857;}
 .lottery-baraban .holder-img li:nth-child(3) {transform: rotate(-72deg);background-color: #2E2082;}
 .lottery-baraban .holder-img li:nth-child(4) {transform: rotate(-144deg);background-color: red;}
 .lottery-baraban .holder-img li:nth-child(5) {transform: rotate(0deg);background-color: blue;} */
 .lottery-baraban .holder-img li:nth-child(1) {transform: rotate(0); background-color: rgba(25, 173, 142, 1);}
 .lottery-baraban .holder-img li:nth-child(2) {transform: rotate(45deg); background-color: rgba(0, 159, 125, 1);}
 .lottery-baraban .holder-img li:nth-child(3) {transform: rotate(90deg); background-color: rgba(25, 173, 142, 1);}
 .lottery-baraban .holder-img li:nth-child(4) {transform: rotate(135deg); background-color: rgba(0, 159, 125, 1);}
 .lottery-baraban .holder-img li:nth-child(5) {transform: rotate(180deg); background-color:rgba(25, 173, 142, 1);}
 .lottery-baraban .holder-img li:nth-child(6) {transform: rotate(-135deg); background-color: rgba(0, 159, 125, 1);}
 .lottery-baraban .holder-img li:nth-child(7) {transform: rotate(-90deg); background-color:rgba(25, 173, 142, 1);}
 .lottery-baraban .holder-img li:nth-child(8) {transform: rotate(-45deg); background-color: rgba(0, 159, 125, 1);}

 .baraban-arrow {
    position: absolute;
    top: 50%;
    margin: 0;
    right: -48px;
    margin-top: 36px;
    transform: translate(0, -50%);
    width: 204px;
    height: 141px;
    z-index: 10;
 }
 .baraban-arrow svg {
    height: auto;
    width: 100%;
 }
.popup-baraban h2 {
    color: rgba(61, 183, 139, 1);
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.popup-baraban p {
    color: rgba(68, 68, 68, 1);
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 54px;
    font-weight: 300;
}
.popup-baraban .scheme_filter .title_filter {
    display: block;
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    margin: 0 0 9px;
}
.popup-baraban .scheme_filter .scheme_filter_list {
    display: flex;
    margin: 0 0 21px;
    padding: 0;
    list-style: none;
    gap: 10px;
}
.popup-baraban .scheme_filter .scheme_filter_list a {
    display: flex;
    height: 28px;
    border: 1px solid rgba(167, 167, 167, 1);
    padding: 0 10px;
    align-items: center;
    border-radius: 80px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
}
.popup-baraban .scheme_filter .scheme_filter_list .active a {
    border-color: #000;
    color: #000;
    font-weight: 400;
}
.popup-baraban .scheme_filter .scheme_filter_list a svg {
    margin: 0 0 0 10px;
    display: block;
}
.popup-baraban  .scheme_form label {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 1px;
    display: block;
}
.popup-baraban .scheme_form .inpt input[type=text] {
    border: 1px solid rgba(212, 212, 216, 1);
    background-color: #fff;
    border-radius: 5px;
    padding: 0 28px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #000;
    width: 100%;
}
.popup-baraban .scheme_form .inpt {
    margin: 0;
}
.popup-baraban .scheme_form  .result {
    color: rgba(162, 162, 170, 1);
    font-weight: 300;
    font-size: 12px;
    display: block;
    line-height: 13px;
    padding-top: 2px;
}
.popup-baraban .scheme_form  .btn {
    margin-top: 26px;
    margin-bottom: 15px;
    background-color: rgba(61, 183, 139, 1);
    height: 62px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}
.popup-baraban .dscr_form {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
    margin: 0;
    color: rgba(169, 172, 177, 1);
}
.popup_block.thanks_popup.fancybox-content {
    padding: 0;
}
#thanks_popup .thanks_slider .visual {
    margin: 0 67px 0 0;
}
#thanks_popup .thanks_slider .item_slide{
    width: 1004px;
    display: flex;
    align-items: center;
    padding: 23px 50px 32px 79px;
}
.thanks_slider .item_slide h3 {
    color: rgba(61, 183, 139, 1);
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 22px;
    font-weight: 600;
}
.thanks_slider .item_slide p {
    color: rgba(68, 68, 68, 1);
    font-size: 16px;
    line-height: 18px;
    max-resolution: 0 0 22px;
}
.thanks_slider .item_slide .bottom_box {
    display: flex;
}
.thanks_slider .item_slide .btn {
    display: flex;
    align-items: center;
    padding: 0 64px;
    height: 62px;
    background-color: rgba(61, 183, 139, 1);
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}
@media screen and (max-width: 1023px){
    #thanks_popup .thanks_slider .item_slide {
        max-width: 95vw;
        flex-direction: column;
        width: auto;
        padding: 32px;
    }
    #thanks_popup .thanks_slider .item_slide .visual {
        margin: 0 0 25px;
    }
    #thanks_popup .thanks_slider .item_slide .btn {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1240px){
    #reg_form.popup-baraban {
        position: relative;
        overflow: hidden;
        max-width: 382px !important;
        padding: 450px 29px 30px!important;
        border-radius: 20px !important;
     }
     .lottery-baraban {
        position: absolute;
        top: -80px;
        right: auto;
        left: 50%;
        width: 326px;
        transform: translateX(-50%);
     }
     .lottery-baraban .holder-img {
        margin: -100px;
     }
     .lottery-baraban .wheel-scaler {
        transform: scale(0.6);
     }
     .baraban-arrow {
        right: -60px;
        width: 150px;
        height: auto;
        margin: 18px 0 0;
     }
     #reg_form.popup-baraban {
        margin: 0;
     }
}
/* end update 03.02.2025 */


    /* =============================================================================
        HasLayot
        ========================================================================== */
.group:after {
    display:block;
    content:"";
    clear:both;
}
.resolutions690{
    display: none;
}
@media screen and (max-width: 900px) and (min-width: 701px){
    .list-step li{
        width: 33.3%;
    }
    .list-step li:nth-child(6n+4):after,
    .list-step li:nth-child(6n+5):after,
    .list-step li:nth-child(6n+6):after{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .list-step li:nth-child(6n+4),
    .list-step li:nth-child(6n+5),
    .list-step li:nth-child(6n+6){
        float: right;
    }
}
@media screen and (max-width: 700px) and (min-width: 501px){
    .list-step li{
        width: 50%;
    }
    .list-step li:nth-child(4n+2):after,
    .list-step li:nth-child(4n+3):after{
        transform: rotate(-180deg) rotateY(0deg);
        -webkit-transform: rotate(-180deg) rotateY(0deg);
        -moz-transform: rotate(-180deg) rotateY(0deg);
        -o-transform: rotate(-180deg) rotateY(0deg);
        -ms-transform: rotate(-180deg) rotateY(0deg);
    }
    .list-step li:nth-child(4n+2),
    .list-step li:nth-child(4n+3){
        float: right;
    }
}
@media screen and (max-width: 1370px){
    .slick-next{
        right: 0;
    }
    .slick-prev{
        left: 0;
    }
}
@media screen and (max-width: 1190px){
    .slider-state .slick-list {
        margin: 0 -5px;
    }
    .slider-state .slick-slide {
        padding: 0 5px;
    }
    .list-video {
        margin: 0 -5px;
    }
    .list-video li {
        padding: 0 5px;
    }
    .thanks-slider .slick-list{
        margin: 0 -5px;
    }
    .thanks-slider .slick-slide{
        padding: 0 5px;
    }
    .slider-photo .slick-list{
        margin: 0 -5px;
    }
    .slider-photo .slick-slide{
        padding: 0 5px;
    }
    .slider-command .slick-list{
        margin: 0 -5px;
    }
    .slider-command .slick-slide{
        padding: 0 5px;
    }
    .list-partners {
        margin: 0 -5px 45px;
    }
    .list-partners li {
        padding: 0 5px;
    }
    .footer-nav li {
        margin: 0 15px 10px 0;
    }
    .treatment-city:before {
        left: 20px;
    }
    .treatment-city {
        padding: 36px 15px 24px 90px;
    }
    .list-recommended .block-state strong {
        font-size: 18px;
        line-height: 20px;
    }
    .nav-list{
        margin: 0 -5px 11px;
    }
    .nav-list li{
        padding: 0 5px;
    }
    .pagination li:first-child {
        margin: 0 10px 0 0;
    }
    .pagination li:last-child {
        margin: 0 0 0 10px;
    }
    .approved {
        padding: 9px 40px;
    }
    .approved .holder-text {
        padding: 0 0 0 30px;
    }
    .guarantor-list{
        margin: 0 -5px 23px;
    }
    .guarantor-list li {
        margin: 0 0 10px;
        padding: 0 5px;
    }
    .form-consultation .title:before{
        display: none;
    }
    .form-consultation {
        padding: 51px 20px 8px;
    }
    .slider-review .slick-list {
        margin: 0 -5px 37px;
    }
    .slider-review .slick-slide {
        padding: 10px 5px;
    }
    .slider-legal .slick-list {
        margin: 0 -5px 42px;
    }
    .slider-legal .slick-slide {
        padding: 10px 5px;
    }
    .list-review {
        margin: 0 -5px;
    }
    .list-review li {
        padding: 0 5px;
    }
    .list-price-product {
        margin: 0 -5px;
    }
    .list-price-product li {
        padding: 0 5px;
    }
    .list-equipment{
        margin: 0 -5px;
    }
    .list-equipment li{
        padding: 0 5px;
    }
    .list-order {
        margin: 0 -5px 19px;
    }
    .list-order li {
        padding: 0 5px;
    }
    .list-service {
        margin: 0 -5px 8px;
    }
    .list-service > li {
        padding: 0 5px;
    }
    .list-service .holder-block {
        padding: 16px 15px 33px;
    }
    .discount-price li:last-child:after,
    .discount-price li:before {
        left: 10px;
    }
    .discount-price li {
        padding: 45px 10px 45px 90px;
    }
    .discount-price span {
        flex: 0 0 23%;
        padding: 0 10px 0 0;
    }
    .discount-price p {
        flex: 0 0 30%;
    }
    .discount-price strong {
        flex: 0 0 20%;
    }
    .discount-price .holder-btn{
        flex: 0 0 27%;
    }
    .discount-price .cal-back {
        padding: 15px 10px;
    }
    .list-method {
        margin: 0 -5px;
    }
    .list-method > li {
        padding: 0 5px;
    }
    .list-method .holder-block {
        padding: 30px 20px;
    }
    .way-list {
        margin: 0 -5px;
    }
    .way-list li{
        padding: 0 5px;
        margin: 0 0 10px;
    }
    .way-list .holder-block {
        padding: 14px 30px;
    }
    .list-activity{
        margin: 0 -5px 23px;
    }
    .list-activity li {
        padding: 0 5px;
        margin: 0 0 10px;
    }

        /*1190*/
}
@media screen and (max-width: 1050px){
    .treatment-city .group{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .treatment-city .btn-consultation {
         flex: 0 0 auto;
    }
    .call {
        flex: 1 1 auto;
        padding: 0;
    }
    .list-recommended li {
        width: 50%;
    }
    .form-comment .holder-input {
        width: 50%;
    }
    .pagination li {
        margin: 0 5px;
    }
    .pagination li {
        font-size: 18px;
    }
    .pagination a {
        padding: 4px 8px;
    }
    .list-price-product .holder-block {
        padding: 15px 10px;
    }

    /*1050*/
}
@media screen and (max-width: 991px){
    #nav > ul > li {
        margin: 0 15px 0 0;
        font-size: 14px;
    }
    .fixed-header .head-nav {
        margin: 0 0 6px 90px;
    }
    .cal-back {
        margin: 0 0 0 30px;
    }
    .fixed-header #header .holder-cal-back{
        margin: 0;
    }
    .fixed-header #header .cal-back {
        margin: 0 0 0 20px;
    }
    .fixed-header #header .head-contact {
        padding: 15px 0 0 0;
    }
    .list-nav span {
        font-size: 16px;
    }
    .list-nav .block{
        padding: 20px 10px;
    }
    .fixed-header .form-search{
        bottom: auto;
    }
    .list-advantages li {
        width: 33.3%;
    }
    .price-table td {
        padding: 11px;
    }
    .list-video span {
        font-size: 16px;
    }
    .o-company{
        display: flex;
        flex-direction: column-reverse;
    }
    .o-company .holder-text {
        padding: 0;
    }
    .list-dots {
        padding: 0 0 0 10px;
        margin: 0 0 20px;
    }
    .o-company .column {
        flex: 0 0 280px;
        max-width: 280px;
        margin: 0 auto 30px;
    }
    .question-block{
        margin: 0 0 30px;
    }
    .question-block .holder-block{
        float: none;
        width: 100%;
    }
    .footer-flex{
        display: block;
    }
    .social-list{
        text-align: center;
    }
    .attention-text strong:before {
        left: 10px;
    }
    .attention-text strong {
        padding: 0 80px;
    }
    .promo-two .img-promo-1 {
        right: -20px;
    }
    .promo-two {
        padding: 30px 32% 0 0;
    }
    .professional-service .holder-title {
        padding: 0;
    }
    .professional-service .block {
        padding: 0 10px;
    }
    .review {
        padding: 50px 0;
    }
    .list-price-product li {
        flex: 0 0 33.3%;
        width: 33.3%;
    }
    .warranty .holder-img {
        width: 50%;
    }
    .list-step {
        margin: 0 -10px;
    }
    .list-step li {
        padding: 0 10px;
    }
    .list-order .holder-block {
        padding: 15px 10px 15px 15px;
        font-size: 14px;
    }
    .list-order span {
        padding: 0 0 0 15px;
    }
    .list-service > li {
        flex: 0 0 50%;
        width: 50%;
        margin: 0 0 10px;
    }
    .list-method .holder-text {
        padding: 0 10px 0 0;
    }
    /*991*/
}
@media screen and (max-width: 900px){
    .classic-video{
        display: flex;
        flex-direction: column-reverse;
    }
    .classic-video .holder-text{
        padding: 0;
        margin: 0 0 15px;
    }
    .classic-video {
        padding: 20px;
    }
    .classic-video .holder-video{
        max-width: 368px;
        margin: 0 auto;
        flex: 0 0 auto;
    }
    .classic-video .title {
        padding: 0 20px 0 0;
    }
    .list-radio{
        margin: 0 -10px;
    }
    .list-radio li {
        padding: 0 10px;
    }
    .list-radio .holder-block {
        padding: 15px;
    }
    .content-article {
        padding: 15px;
    }
    .step-text,
    .application-text {
        margin-left: 0!important;
    }
    .nav-list li{
        width: 20%;
    }
    .nav-list a {
        font-size: 12px;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: none;
    }
    .h1, h1 {
        font-size: 45px;
    }
    .approved {
        padding: 9px 20px;
    }
    .approved .holder-text {
        padding: 0 0 0 20px;
    }
    .approved .holder-img {
        flex: 0 0 95px;
        width: 95px;
    }
    .official .holder-img {
        flex: 0 0 180px;
        width: 180px;
    }
    .professional-service .title {
        font-size: 26px;
        line-height: 1;
    }
    .professional-service .holder-title {
        margin: 0 0 60px;
    }
    .guarantor-list li {
        flex: 0 0 50%;
        width: 50%;
    }
    .experience-list {
        padding: 0 20px;
    }
    .experience-list li {
        padding: 0 5px 0 0;
    }
    .holder-form-consultation .form-consultation {
        padding: 37px 20px 9px;
    }
    .procurement {
        padding: 20px;
    }
    .list-order li {
        flex: 0 0 50%;
        width: 50%;
    }
    .discount-price li:last-child:after,
    .discount-price li:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .discount-price li {
        padding: 25px 10px 25px 60px;
    }
    .discount-price span {
        font-size: 14px;
        line-height: 1;
    }
    .discount-price strong {
        font-size: 28px;
    }
    .discount-price p {
        font-size: 14px;
        line-height: 1;
    }
    .list-activity li {
        flex: 0 0 50%;
        width: 50%;
    }
    /*900*/
}
@media screen and (min-width: 821px){
    .holder-nav{
        display: block!important;
    }
}
@media screen and (max-width: 820px){
    .head-nav:after {
        display:block;
        content:"";
        clear:both;
    }
    .head-nav {
        position: relative;
        padding: 16px 0;
    }
    .open-menu {
        float: left;
        display: block;
        font-size: 20px;
        line-height: 1;
    }
    .btn-form-search{
        position: static;
        float: right;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .submit-search{
        right: 0;
        margin: -2px 0 0;
    }
    .closed-search {
        right: 30px;
    }
    .form-search fieldset {
        padding: 14px 50px 14px 30px;
    }
    .fixed-header .head-nav{
        display: block;
    }
    .fixed-header .head-nav {
        padding: 24px 17px 20px 0;
    }
    .logo {
        padding: 0 0 0 110px;
    }
    .cal-back {
        padding: 15px;
    }
    .cal-back {
        margin: 0 0 0 15px;
    }
    .tel-number {
        font-size: 18px;
    }
    .holder-nav {
        position: fixed;
        overflow-y: auto;
        top: 0;
        height: 100%;
        left: -9999px;
        opacity: 0;
        padding: 50px 10px 20px;
        width: 320px!important;
        background-color: #ffffff;
        z-index: 250;
        display: block;
        -webkit-transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
        -o-transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
        transition: all 0s ease .2s, left .5s ease, opacity .2s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .holder-nav.open {
        top: 0;
        left: 0;
        opacity: 1;
    }
    .closed-menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 18px;
        font-size: 18px;
        line-height: 1;
    }
    .bg-nav {
        display: block;
        top: -9999px;
        left: -9999px;
        right: 9999px;
        bottom: 9999px;
        position: fixed;
        opacity: .5;
        background: #000;
        -webkit-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }
    .holder-nav.open .bg-nav {
        left: 320px;
        right: 0;
        top: 0;
        bottom: 0;
    }
    #nav > ul > li:hover{
        border-color: transparent;
    }
    .fixed-header #nav li.has-drop,
    .fixed-header #nav > ul > li{
        display: block;
    }
    #nav > ul > li{
        display: block;
        margin: 0;
    }
    .drop-nav{
        position: static;
    }
    #header .list-nav li{
        width: 50%;
        padding: 0;
    }
    #header .list-nav .block {
        padding: 0 5px;
    }
    .drop-nav .list-nav:before{
        display: none;
    }
    .fixed-header .form-search{
        padding: 0 27px 0 0;
    }
    .img-promo-1{
        display: none;
    }
    .promo-index {
        position: relative;
        z-index: 1;
        padding: 0 0 44px 0;
    }
    #main .list-nav li{
        width: 25%;
        padding: 0;
    }
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 33px;
    }
    #main .list-nav {
        margin: 0 0 15px;
    }
    .list-advantages li {
        margin: 0 0 20px;
    }
    .list-advantages span {
        font-size: 16px;
        line-height: 22px;
    }
    h4{
        font-size: 30px;
    }
    .list-video li {
        margin: 0 0 10px;
        width: 50%;
    }
    .list-client-sum {
        margin: 0 -10px 9px;
    }
    .list-client-sum li {
        padding: 0 10px;
    }
    .list-client-sum span {
        font-size: 44px;
    }
    .list-radio li{
        width: 100%;
    }
    .list-partners li {
        width: 25%;
        margin: 0 0 10px;
    }
    .list-partners .holder-img{
        max-width: 100%;
    }
    .footer-nav{
        display: none;
    }
    .holder-content {
        display: block;
    }
    #content {
        flex: 1 1 auto;
        padding: 0;
    }
    .block-link .holder-block{
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
    .block-link .holder-block:last-child {
        text-align: left;
    }
    .list-recommended{
        margin: 0 -5px;
    }
    .list-recommended li {
        width: 50%;
        padding: 0 5px;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: inline-block;
    }
    .promo-two {
        padding: 30px 0 0 0;
    }
    .promo-two .list-card {
        padding: 0 160px 1px 0;
    }
    .official{
        display: block;
    }
    .official .holder-text {
        padding: 0;
    }
    .official .holder-img {
        margin: 0 auto 30px;
    }
    .big-team {
        display: block;
    }
    .big-team .holder-text {
        padding: 0 0 20px;
    }
    .big-team .list-card {
        flex: 0 0 100%;
        width: 100%;
    }
    .professional-service .holder-title{
        display: block;
    }
    .professional-service {
        padding: 30px 0;
    }
    .professional-service .holder-img{
        display: none;
    }
    .professional-service .block{
        text-align: center;
    }
    .professional-service .btn-turquoise{
        margin: 0 auto 20px;
    }
    .professional-service .list-card li {
        display: block;
        width: 100%;
    }
    .form-consultation .holder-input{
        float: none;
        width: 100%;
    }
    .slider-review .slick-list {
        margin-bottom: 10px;
    }
    .slick-dots li {
        margin: 0 5px 5px;
    }
    .warranty .holder-img{
        float: none;
        width: 100%;
    }
    .warranty .holder-text {
        padding: 0;
    }
    .warranty {
        padding: 94px 0 1px;
        margin: 0 0 35px;
    }
    .warranty .group{
        padding: 28px 0 1px;
    }
    .title-evidence {
        font-size: 34px;
        line-height: 44px;
    }
    .list-equipment .holder-block {
        padding: 3px 20px 10px;
    }
    .list-equipment .holder-block {
        font-size: 18px;
        line-height: 22px;
    }
    .experience-list {
        display: block;
    }
    .experience-list li {
        padding: 0;
    }
    .experience-list span {
        margin: 0 10px 0 0;
    }
    .procurement,
    .payment-account {
        float: none;
        width: 100%;
    }
    .procurement{
        margin: 0 0 30px;
    }
    .list-questions li:before {
        left: 10px;
        top: 10px;
    }
    .list-questions li {
        padding: 10px 10px 5px 55px;
    }
    .discount-price li{
        display: block;
    }
    .discount-price li:last-child:after, .discount-price li:before{
        top: 10px;
        -webkit-transform: translateX(0) translateY(0);
        -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
    .discount-price span {
        font-size: 16px;
        line-height: 1;
    }
    .discount-price span {
        margin: 0 0 20px;
    }
    .discount-price p{
        margin: 0 0 10px;
    }
    .discount-price strong{
        padding: 0;
        margin: 0 0 10px;
    }
    .discount-price .holder-btn{
       padding: 0;
    }
    .discount-price .cal-back{
        float: none;
    }
    .list-method{
        display: block;
    }
    .list-method{
        width: 100%;
    }
    .list-method .holder-img {
        flex: 0 0 30%;
    }
    .holder-cal-back {
        margin: 0 0 0 20px;
    }
        /*820*/
}
@media screen and (max-width: 690px){
    .resolutions690{
        display: block;
    }
    #header .head-contact{
        text-align: center;
        white-space: normal!important;
    }
    #header .head-contact a{
        margin: 0 0 15px;
    }
    #header .logo{
        float: none;
        margin: 11px auto 0;
    }
    #header .holder-nav .head-contact{
        padding: 0;
        display: block;
    }
    #header .holder-nav .tel-number {
        font-size: 22px;
    }
    #header .holder-nav .cal-back {
        margin: 0 0 7px;
        padding: 10px 25px;
    }
    .holder-cal-back {
        margin: 0!important;
    }
    .time-second{
        display: block!important;
    }
    .h1,
    h1 {
        font-size: 40px;
    }
    .promo-index {
        padding: 0 0 20px 0;
    }
    #main .list-nav li{
        width: 33.3%;
    }
    .list-advantages li {
        width: 50%;
    }
    .price-table td {
        width: 30%;
    }
    .price-table td + td {
        width: 45%;
    }
    .price-table td + td + td {
        width: 25%;
    }
    .price-table .holder-block{
        flex-direction: column;
    }
    .slider-state {
        margin: 0 0 30px;
    }
    h5 {
        font-size: 26px;
    }
    .list-client-sum li {
        width: 50%;
    }
    .slider-command {
        margin: 0 0 30px;
    }
    #footer .logo{
        float: none;
        margin: 0 auto 25px;
    }
    #footer .head-contact{
        text-align: center;
    }
    #footer .head-contact a{
        margin: 0 5px 15px;
    }
    .top-footer {
        padding: 20px 0 10px
    }
    .holder-copyright{
        display: block;
    }
    .creator {
        margin: 0 0 15px 0;
    }
    .holder-free:before {
        left: 0;
    }
    .holder-free {
        padding: 0 0 17px 54px;
    }
    .title-popup {
        font-size: 26px;
    }
    .attention-text strong:before {
        left: 0;
        font-size: 100px;
    }
    .attention-text strong {
        padding: 0 20px 0 50px;
    }
    h6 {
        font-size: 24px;
    }
    .author-article{
        display: block;
    }
    .treatment-city:before{
        display: none;
    }
    .treatment-city {
        padding: 25px 15px;
    }
    .nav-list li {
        width: 25%;
    }
    .pagination li:first-child a, .pagination li:last-child a{
        display: none;
    }
    .box-title{
        display: block;
    }
    .promo-two .list-card {
        padding: 0 0 1px;
    }
    .departure{
        position: static;
        margin: 0 auto 20px;
    }
    .approved span {
        margin: 0 0 10px;
        font-size: 26px;
        line-height: 1;
    }
    .approved p {
        margin: 0;
    }
    .guarantor-list .holder-block {
        padding: 20px 15px;
    }
    .guarantor-list i {
        font-size: 50px;
    }
    .holder-experience {
        padding: 10px 0;
    }
    .holder-experience p {
        padding: 0 0 0 45px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 26px;
    }
    .list-review li {
        flex: 0 0 50%;
        width: 50%;
        margin: 0 0 15px;
    }
    .otzovik-group {
        display: block;
    }
    .list-price-product li {
        flex: 0 0 50%;
        width: 50%;
    }
    .title-evidence {
        font-size: 26px;
        line-height: 1;
    }
    .slider-legal .slick-next, .slider-legal .slick-prev{
        top: 35%;
    }
    .list-equipment li{
        flex: 0 0 100%;
        width: 100%;
    }
    .list-order li {
        flex: 0 0 100%;
        width: 100%;
    }
    .list-service .holder-img {
        flex: 0 0 75px;
        width: 75px;
    }
    .list-service span {
        font-size: 18px;
    }
    .way-list li{
        width: 100%;
    }
    .list-activity .holder-block {
        padding: 20px 15px 6px;
    }

    /*690*/
}
@media screen and (max-width: 600px){
    .list-activity{
        display: block;
    }
    .list-activity li{
        flex: 0 0 100%;
        width: 100%;
    }
}
@media screen and (max-width: 550px){
    .nav-list a {
        padding: 3px;
    }
    .nav-list .icon {
        flex: 0 0 13px;
    }
    .nav-list span {
        padding: 7px 0 7px 2px;
    }
    .professional-service .tel{
        margin: 0 0 15px;
    }
    .professional-service .time-work{
        display: block;
    }
    .guarantor-list li {
        font-size: 14px;
        line-height: 20px;
    }
    .list-review li {
        flex: 0 0 100%;
        width: 100%;
    }
    .title-evidence:before{
        display: none;
    }
    .title-evidence {
        font-size: 24px;
        padding: 0;
    }
    .list-service{
        display: block;
    }
    .list-service > li {
        flex: 0 0 100%;
        width: 100%;
    }
    .official .list-client-sum li {
        width: 50%;
    }
/*550*/
}
@media screen and (max-width: 500px) {
    .question-form .holder-input{
        float: none;
        width: 100%;
    }
    .btn-turquoise{
        max-width: 100%;
    }
    .list-check-icon {
        page-break-inside: avoid;
        webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
    }
    .list-recommended li {
        width: 100%;
    }
    .comment .flex-box{
        display: block;
    }
    .comment .flex-box {
        margin: 0 0 20px;
    }
    .comment .holder-text {
        padding: 15px 15px 7px;
    }
    .form-comment .holder-input {
        width: 100%;
    }
    .form-comment {
        margin: 0;
    }
    .nav-list li {
        width: 33.3%;
    }
    .list-price-product .cal-back {
        padding: 8px;
    }
    .list-step li{
        float: none!important;
        width: 100% !important;
    }
    .list-step li:after{
        transform: rotate(90deg) rotateY(0deg);
        -webkit-transform: rotate(90deg) rotateY(0deg);
        -moz-transform: rotate(90deg) rotateY(0deg);
        -o-transform: rotate(90deg) rotateY(0deg);
        -ms-transform: rotate(90deg) rotateY(0deg);
    }
    .logo-img {
        flex: 0 0 70px;
        width: 70px;
    }
    .official .block-title {
        padding: 20px 0 0 15px;
    }
    .way-list .holder-block {
        padding: 14px 15px;
    }
    .guarantor-list strong {
        font-size: 16px;
        line-height: 20px;
    }
    /*500*/
}
@media screen and (max-width: 450px){
    .h1, h1 {
        font-size: 28px;
    }
    h3 {
        font-size: 24px;
    }
    #main .list-nav li{
        width: 50%;
    }
    .list-video li {
        width: 100%;
    }
    .classic-video .holder-title{
        display: block;
    }
    .classic-video .title {
        display: block;
        padding: 0;
    }
    .list-radio .holder-img {
        flex: 0 0 45px;
    }
    .list-radio li {
        font-size: 15px;
    }
    .holder-text p {
        margin: 0 0 5px;
    }
    .list-radio .holder-text {
        padding: 0 0 0 15px;
    }
    .list-partners li {
        width: 50%;
    }
    .content-article .title {
        font-size: 18px;
    }
    .content-article .title .link-dotted {
        margin: 0 0 0 10px;
    }
    .list-partners li {
        width: 33.3%;
    }
    .holder-free:before{
        display: none;
    }
    .holder-free {
        padding: 0 0 17px 0;
    }
    .fancybox-slide--html .fancybox-close-small {
        right: 10px;
    }
    .specific-block {
        font-size: 20px;
        line-height: 26px;
    }
    .slider-command .slick-next, .slider-command .slick-prev {
        top: 50%;
        margin: -32px 0 0;
    }
    .pagination li {
        font-size: 16px;
        margin: 0 3px;
    }
    .pagination a {
        padding: 3px 6px;
    }
    .approved .holder-img {
        flex: 0 0 80px;
        width: 80px;
    }
    .approved span {
        font-size: 20px;
        line-height: 1;
    }
    .approved .holder-text {
        padding: 0 0 0 10px;
    }
    .approved .holder-text {
        font-size: 16px;
        padding: 0;
    }
    .approved .holder-img{
        display: none;
    }
    .list-price-product li {
        flex: 0 0 100%;
        width: 100%;
    }
    .holder-contact .tel {
        margin: 0;
    }
    .experience-list li{
        display: block;
    }
    .experience-list span {
        display: block;
    }
    .logo-content {
        margin: 0;
        padding: 0 0 0 70px;
        font-size: 14px;
        line-height: 1;
    }
    .logo-content:before {
        background-size: cover;
        width: 60px;
        height: 40px;
    }
    .list-questions li:before {
        width: 25px;
        height: 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .list-questions li {
        padding: 10px 10px 5px 45px;
    }
    /*450*/
}
@media screen and (max-width: 400px){
    .list-method .group{
        display: block;
    }
    .list-method .holder-img{
        display: none;
    }
    /*400*/
}
@media screen and (max-width: 374px){
    .call{
        text-align: center;
    }
    .call a{
        display: block;
    }
    .nav-list li {
        width: 50%;
    }
    .img-vent{
        display: none;
    }
    .guarantor-list li {
        flex: 0 0 100%;
        width: 100%;
    }
    .guarantor-list i {
        margin: 0 0 25px;
    }
    .logo-img {
        flex: 0 0 60px;
        width: 60px;
    }
    .guarantor-list {
        display: block;
    }
    .guarantor-list li {
        flex: 0 0 100%;
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/dezoff.2.0/fonts/brub/stylesheet.css?16942696082062*/
/* Generated by Font Squirrel, (http://fontsquirrel.com/) */
/* Compiled by Artem Polikarpov, Artem Gorbunov Design Bureau (http://artgorbunov.ru/) */

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-regular.eot');
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-regular.woff') format('woff'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-regular.ttf') format('truetype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-italic.eot');
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-italic.eot?#iefix') format('embedded-opentype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-italic.woff') format('woff'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-italic.ttf') format('truetype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-italic.svg#ALSRublArialItalic') format('svg');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bold.eot');
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bold.woff') format('woff'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bold.ttf') format('truetype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bold.svg#ALSRublArialBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bolditalic.eot');
  src: url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bolditalic.eot?#iefix') format('embedded-opentype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bolditalic.woff') format('woff'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bolditalic.ttf') format('truetype'), url('/local/templates/dezoff.2.0/fonts/brub/alsrubl-arial-bolditalic.svg#ALSRublArialBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/*
  ХТМЛ: 100 <span class="b-rub">Р</span>
  Если вам нужен рубль в нескольких шрифтах, используйте .b-rub_arial, вместо .b-rub
*/
.b-rub, .b-rub_arial {
  font-family: 'ALSRubl-Arial', Arial, sans-serif;
  line-height: normal;
  font-style: normal;
}
/* End */


/* Start:/local/templates/dezoff.2.0/fonts/stylesheet.css?16942696083330*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosanscyrl-700-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosanscyrl-700-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosanscyrl-700italic-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosanscyrl-700italic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosanscyrl-900-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosanscyrl-900-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosanscyrl-900italic-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosanscyrl-900italic-webfont.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosansitalic-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosansitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosanslight-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosanslight-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosanslightitalic-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosanslightitalic-webfont.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
/*@font-face {*/
    /*font-family: 'MuseoSans';*/
    /*src: url('/local/templates/dezoff.2.0/fonts/museosansmedium-webfont.woff2') format('woff2'),*/
         /*url('/local/templates/dezoff.2.0/fonts/museosansmedium-webfont.woff') format('woff');*/
    /*font-weight: 500;*/
    /*font-style: normal;*/
/*}*/
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosansmediumitalic-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosansmediumitalic-webfont.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/museosansregular-webfont.woff2') format('woff2'),
         url('/local/templates/dezoff.2.0/fonts/museosansregular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MuseoSans';
    src: url('/local/templates/dezoff.2.0/fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),  url('/local/templates/dezoff.2.0/fonts/MuseoSansCyrl-500.otf')  format('opentype'),
    url('/local/templates/dezoff.2.0/fonts/MuseoSansCyrl-500.woff') format('woff'), url('/local/templates/dezoff.2.0/fonts/MuseoSansCyrl-500.ttf')  format('truetype'), url('/local/templates/dezoff.2.0/fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PTRoubleSans';
    src: url('/local/templates/dezoff.2.0/fonts/PTRoubleSans.eot?#iefix') format('embedded-opentype'),  url('/local/templates/dezoff.2.0/fonts/PTRoubleSans.otf')  format('opentype'),
    url('/local/templates/dezoff.2.0/fonts/PTRoubleSans.woff') format('woff'), url('/local/templates/dezoff.2.0/fonts/PTRoubleSans.ttf')  format('truetype'), url('/local/templates/dezoff.2.0/fonts/PTRoubleSans.svg#PTRoubleSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/dezoff.2.0/icomoon/style.css?16942696083266*/
@font-face {
  font-family: 'icomoon';
  src:  url('/local/templates/dezoff.2.0/icomoon/fonts/icomoon.eot?tpe2ui');
  src:  url('/local/templates/dezoff.2.0/icomoon/fonts/icomoon.eot?tpe2ui#iefix') format('embedded-opentype'),
    url('/local/templates/dezoff.2.0/icomoon/fonts/icomoon.ttf?tpe2ui') format('truetype'),
    url('/local/templates/dezoff.2.0/icomoon/fonts/icomoon.woff?tpe2ui') format('woff'),
    url('/local/templates/dezoff.2.0/icomoon/fonts/icomoon.svg?tpe2ui#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-star-icon:before {
  content: "\e931";
}
.icon-icon-50:before {
  content: "\e930";
}
.icon-icon-49:before {
  content: "\e92f";
}
.icon-icon-01:before {
  content: "\e900";
}
.icon-icon-02:before {
  content: "\e901";
}
.icon-icon-03:before {
  content: "\e902";
}
.icon-icon-04:before {
  content: "\e903";
}
.icon-icon-05:before {
  content: "\e904";
}
.icon-icon-06:before {
  content: "\e905";
}
.icon-icon-07:before {
  content: "\e906";
}
.icon-icon-08:before {
  content: "\e907";
}
.icon-icon-09:before {
  content: "\e908";
}
.icon-icon-011:before {
  content: "\e909";
}
.icon-icon-012:before {
  content: "\e90a";
}
.icon-icon-013:before {
  content: "\e90b";
}
.icon-icon-014:before {
  content: "\e90c";
}
.icon-icon-015:before {
  content: "\e90d";
}
.icon-icon-016:before {
  content: "\e90e";
}
.icon-icon-017:before {
  content: "\e90f";
}
.icon-icon-018:before {
  content: "\e910";
}
.icon-icon-019:before {
  content: "\e911";
}
.icon-icon-020:before {
  content: "\e912";
}
.icon-icon-021:before {
  content: "\e913";
}
.icon-icon-022:before {
  content: "\e914";
}
.icon-icon-023:before {
  content: "\e915";
}
.icon-icon-024:before {
  content: "\e916";
}
.icon-icon-025:before {
  content: "\e917";
}
.icon-icon-026:before {
  content: "\e918";
}
.icon-icon-027:before {
  content: "\e919";
}
.icon-icon-028:before {
  content: "\e91a";
}
.icon-icon-029:before {
  content: "\e91b";
}
.icon-icon-030:before {
  content: "\e91c";
}
.icon-icon-031:before {
  content: "\e91d";
}
.icon-icon-032:before {
  content: "\e91e";
}
.icon-icon-033:before {
  content: "\e91f";
}
.icon-icon-034:before {
  content: "\e920";
}
.icon-icon-035:before {
  content: "\e921";
}
.icon-icon-036:before {
  content: "\e922";
}
.icon-icon-037:before {
  content: "\e923";
}
.icon-icon-038:before {
  content: "\e924";
}
.icon-icon-039:before {
  content: "\e925";
}
.icon-icon-040:before {
  content: "\e926";
}
.icon-icon-041:before {
  content: "\e927";
}
.icon-icon-042:before {
  content: "\e928";
}
.icon-icon-043:before {
  content: "\e929";
}
.icon-icon-044:before {
  content: "\e92a";
}
.icon-icon-045:before {
  content: "\e92b";
}
.icon-icon-046:before {
  content: "\e92c";
}
.icon-icon-047:before {
  content: "\e92d";
}
.icon-icon-048:before {
  content: "\e92e";
}
.icon-search:before {
  content: "\e986";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-cross:before {
  content: "\ea0f";
}

/* End */


/* Start:/local/templates/dezoff.2.0/styles.css?1753431949209*/
.iframeWidth100Heigth300 {
    width: 100%;
    height: 300px;
    scrolling: no;
    frameborder: no;
}

.divWidth100Heigth300,
#articleShareScript {
    display: none;
}

.pAlingCenter {
    align: center;
}
/* End */


/* Start:/local/templates/dezoff.2.0/template_styles.css?1753431949154316*/
@media screen and (max-width: 1023px) {
  .fancybox-slide:before {
    display: none;
  }
}
.fancybox-slide:before { height: 1%; }

.block-state .holder-img .img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 225px;
}

.slider-photo a .img-box {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 165px;
}

.holder-input input.error,
textarea.error {
  outline: 0;
  border-color: #ff0000 !important;
  animation-name: error;
  animation-duration: 0.5s;
  animation-delay: 0.25s;
}
@keyframes error {
  0% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
  37% {
    transform: translateX(10px);
    timing-function: ease-out;
  }
  55% {
    transform: translateX(-10px);
    timing-function: ease-in;
  }
  73% {
    transform: translateX(8px);
    timing-function: ease-out;
  }
  82% {
    transform: translateX(-8px);
    timing-function: ease-in;
  }
  91% {
    transform: translateX(4px);
    timing-function: ease-out;
  }
  96% {
    transform: translateX(-4px);
    timing-function: ease-in;
  }
  100% {
    transform: translateX(0px);
    timing-function: ease-in;
  }
}

.list-hash-tag li.hide-tag {
  display: none;
}
.list-recommended .holder-img {
  height: 165px;
}
.list-recommended .holder-img .img {
  /* height: 165px; */
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.list-recommended .holder-img:after {
  display: block;
  content: "";
  padding: 62.735% 0 0;
}
.block-state .holder-img:before,
.block-state .holder-img span {
  z-index: 1;
}

.holder-thanks {
  position: relative;
}
.holder-thanks:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background-color: #f7f8fb;
}
.holder-thanks:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: #f7f8fb;
}
.holder-thanks .container {
  position: relative;
  z-index: 1;
}

.article-video-box {
  display: flex;
  margin-bottom: 30px;
}
.article-video-box .video {
  flex: 0 0 65%;
}
.article-video-box .dscr {
  flex: 0 0 30%;
  padding-left: 5%;
}

.content-text ul {
  margin: 0 0 27px;
}
.content-text ul li {
  margin-bottom: 15px;
  padding-left: 30px;
  margin-left: 37px;
  position: relative;
}
.content-text ul li:before {
  content: "";
  display: block;
  background-image: url(/local/templates/dezoff.2.0/images/bg-22.png);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
}

.detail-article .advice-box {
  margin: 0 0 34px;
  padding: 34px 0;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.detail-article .advice-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #e2e6ea;
  width: 270px;
}
.detail-article .advice-box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e2e6ea;
  width: 270px;
}
.detail-article .advice-box h5 {
  display: block;
  padding: 0 120px;
}
.detail-article .advice-box h5:before {
  content: "“";
  position: absolute;
  left: 31px;
  top: 15px;
  font-weight: 700;
  font-size: 150px;
  line-height: 1;
  color: #3db78b;
}

.holder-social ul li:before {
  display: none;
}
.holder-social ul li {
  margin: 0;
  padding: 0;
}
.detail-article img {
  display: inline-block;
  border-radius: 4px;
}

.ajax-form {
  padding: 76px 20px;
  min-width: 630px;
  font-size: 18px;
  line-height: 27px;
  color: #5e5e63;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.28);
}
.ajax-form .form-box {
  max-width: 430px;
  margin: 0 auto;
  width: 100%;
}
.ajax-form .sbmt .btn-turquoise {
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}

#sidebar .aside-menu ul {
  display: none;
  padding: 0 15px;
  margin-bottom: 15px;
}

.contacts-page {
  margin-bottom: 50px;
}
.contacts-page .sub-title {
  margin-bottom: 30px;
  font-size: 20px;
  color: #5e5e63;
  line-height: 1;
}
.contacts-page .list-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-page .list-box address,
.contacts-page .list-box a,
.contacts-page .list-box time {
  font-style: normal;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}
.contacts-page .big-map {
  width: 100%;
  height: 400px;
  margin: 30px 0 0 0;
}
.contacts-page .list-box .name {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 5px;
}

.list-hash-tag .link-dotted .v {
  display: inline-block;
}
.list-hash-tag .link-dotted .h {
  display: none;
}
.list-hash-tag li.hide-tag.show-tag {
  display: inline-block;
}

.comment .answer {
  margin: 30px 0;
}
.comment .answer .name {
  color: #323b62;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
}
.comment .answer .name span {
  display: inline-block;
  background-image: url(/local/templates/dezoff.2.0/images/bg-logo.png);
  width: 53px;
  height: 35px;
  background-size: cover;
  margin-left: 15px;
  vertical-align: middle;
}
.comment .answer .dscr {
  background-color: #e9f5f0;
  position: relative;
  padding: 23px 37px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
}
.comment .answer .dscr:before {
  content: "";
  position: absolute;
  left: 60px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #e9f5f0;
  border-left: 10px solid #e9f5f0;
}

.detail-article .detail-text ol {
  counter-reset: myCounter;
}
.detail-article .detail-text ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.detail-article .detail-text ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #3db78b;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.detail-article .img-center {
  margin: 0 auto;
  display: block;
}

.question-form .info-dscr {
  font-size: 11px;
}

.scheme-hide-box {
  display: none;
}

@media (max-width: 768px) {
  .contacts-page .list-box {
    display: block;
  }
  .contacts-page .list-box .address,
  .contacts-page .list-box .mail,
  .contacts-page .list-box .phone {
    margin-bottom: 30px;
  }
  .ajax-form {
    min-width: 0;
  }
}
.logo:before {
  background: transparent;
  background-image: url(/local/templates/dezoff.2.0/images/logo.svg);
  background-size: cover;
}
.page-404 {
  margin: 30px 0;
}

.review-page {
  padding-top: 0 !important;
  margin-bottom: 0;
}
.holder-input textarea {
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  padding: 20px;
}

.head-nav .mob-phone {
  display: none;
}
@media (max-width: 768px) {
  .head-nav .mob-phone {
    position: absolute;
    left: 60px;
    top: 15px;
    font-weight: bold;
    display: block;
  }
  .fixed-header .head-nav .mob-phone {
    left: 130px;
    top: 22px;
    display: block;
  }
}

.link-box {
  background-color: #f9fdfd;
  border: 2px solid #cde4e4;
  padding: 25px 70px;
  margin: 20px 0;
  border-radius: 3px;
  font-size: 15px;
  background-image: url(/local/templates/dezoff.2.0/images/link-box-bg.png);
  background-repeat: no-repeat;
  background-position: 40px 27px;
}
.link-box h5 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
.link-box a {
  color: #2e354c;
}

.destruction .img-rub {
  width: 53px;
  height: 45px;
  position: relative;
}
.destruction .img-rub span {
  background-image: url(/local/templates/dezoff.2.0/images/arrow.png);
  width: 53px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.destruction .img-rub img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  top: 10px;
}

.animRotate {
  animation: 2s linear 0s normal none infinite running animRotate;
  width: 100px;
}
@keyframes animRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media (max-width: 768px) {
  .destruction {
    margin-bottom: 30px;
  }
}

.phone-box {
  display: inline-block; /* vertical-align: top; */
  vertical-align: middle;
  text-align: left;
}
.working-time {
  color: #37373a; /* font-family: MuseoSansCyrl; */
  font-size: 11px;
  line-height: 16px;
  display: block;
  padding: 5px 0 0;
}
.working-time i {
  color: #3db78b;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
}
.fixed-header .working-time {
  display: none;
}
.list-nav li {
  width: 14.28%;
}
.holder-contact .time-work {
  margin: 0 0 3px;
}
.discount-price li:nth-child(even) {
  background: #f9fafb;
}
.discount-price span {
  font-size: 21px;
  text-transform: none;
  line-height: 24px;
}
.discount-price li:last-child {
  background: #fbf6ea;
}
.discount-price li:last-child:before {
  display: block;
  background: #ffc435;
}
.discount-price li:last-child:after {
  display: none;
}
.list-method .group {
  min-height: 202px;
}
@media screen and (max-width: 890px) {
  .list-nav li {
    font-size: 11px;
  }
}
@media screen and (max-width: 820px) {
  .list-method .group {
    min-height: auto;
  }
  .list-nav li {
    font-size: 12px;
  }
}

.actual-box {
  border: 2px solid #cbe3da;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 0 20px 30px;
  position: relative;
  margin-top: 50px;
}
.actual-box .title {
  margin: 20px 0 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebeff2;
  position: relative;
  color: #2d946f;
  font-size: 19px;
  font-weight: 700;
  padding-left: 35px;
}
.actual-box .title:before {
  content: "";
  display: block;
  width: 19px;
  height: 24px;
  background-image: url(/local/templates/dezoff.2.0/images/actual-ico.svg);
  position: absolute;
  left: 8px;
  top: 0;
  background-size: cover;
}
.actual-box .item {
  border-bottom: 1px solid #f1f4f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.actual-box .item .sect {
  color: #323b62;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
}
.actual-box .item .name {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 500;
  min-height: 40px;
}
.actual-box .item .name a {
  color: #000;
}
.actual-box .curent-read {
  padding: 0;
  display: block;
}
.curent-read span {
  display: inline-block;
  vertical-align: middle;
}
.actual-box .slick-arrow {
  display: block;
  border: 1px solid #ecf0f2;
  border-radius: 3px;
  width: 17px;
  height: 9px;
  padding: 10px 35px;
  position: absolute;
  bottom: 0;
  opacity: 1;
  top: auto;
  background-color: #fff;
}
.actual-box .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 5px;
  background-image: url(/local/templates/dezoff.2.0/images/vertical-arrow.png);
  width: 17px;
  height: 9px;
  margin: 0;
  border: none;
  transform: none;
}
.actual-box .slick-arrow.slick-prev {
  background-position: left;
  left: 0;
}
.actual-box .slick-arrow.slick-prev:before {
  background-position: left;
}
.actual-box .slick-arrow.slick-next {
  background-position: right;
  right: 0;
}
.actual-box .slick-arrow.slick-next:before {
  background-position: right;
}

.list-dots li.article-nav-H3 {
  margin-left: 20px;
}

.covid-work-info {
  width: 100%;
  background-color: #fe6d8d;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.covid-work-info .container {
  position: relative;
}
.covid-work-info .container:before {
  content: "";
  display: block;
  width: 37px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 15px;
  background-image: url(/local/templates/dezoff.2.0/images/covid-alert.png);
}
.covid-work-info .close {
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url(/local/templates/dezoff.2.0/images/covid-close.png);
  width: 20px;
  height: 20px;
  display: block;
}
.covid-work-info .title {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0 6px;
  font-weight: 700;
}
.covid-work-info .dscr {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 10px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .covid-work-info .container:before {
    left: 50%;
    top: 5px;
    margin-left: -19px;
  }
  .covid-work-info .title {
    padding-top: 50px;
  }
  .covid-work-info .close {
    right: 10px;
    top: 10px;
  }
}

.head-contact address {
  display: none;
}
.contacts-page .firm-name,
.head-contact .firm-name {
  display: none;
}

/* style for vacancy page */

.vacancy-page {
  padding: 8px 0 48px;
}
.vacancy-page h1 {
  margin: 0 0 55px;
  /* color: black;
	font-family: MuseoSansCyrl; */
  font-size: 55px;
  line-height: 0.8;
}
.contact-block {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.06);
  padding: 29px 56px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 61px;
}
.contact-box {
  width: 70%;
  padding: 0 30px 0 0;
  box-sizing: border-box;
}
.contact-block .btn-holder {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.contact-desc {
  display: block;
  margin: 0 0 27px;
  position: relative;
  color: #000;
  /* font-family: MuseoSansCyrl; */
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 0 83px;
  /* letter-spacing: -0.012em; */
  font-weight: 500;
}
.contact-desc:after {
  position: absolute;
  content: "";
  top: 0;
  left: 3px;
  width: 55px;
  height: 54px;
  background: url("/local/templates/dezoff.2.0/images/vcn-img-01.svg") no-repeat;
}
.vcn-contact {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: space-between;
}
.vcn-contact li {
  /* width: 30%; */
  padding: 0 15px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.vcn-contact li:first-child {
  /* width: 40%; */
}
.vcn-contact li span {
  display: block;
  margin: 0 0 8px;
  color: #5e5e63;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.vcn-contact li strong {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1.11;
  font-weight: 400;
}
.vcn-contact li strong a {
  color: #000;
}
.accordion .item {
  margin: 0 0 15px;
  background: #f3f5f8;
  border-radius: 6px;
  padding: 0 53px 0 53px;
  border: 1px solid #f3f5f8;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.accordion .item .expanded {
  display: none;
  border-top: 1px solid #dbdbe0;
  padding: 32px 21% 18px 0;
}
.accordion .heading {
  padding: 34px 12.5% 39px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.accordion .heading .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 41px;
  height: 41px;
  border: 1px solid rgba(219, 219, 224, 0.7);
  box-sizing: border-box;
  border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.accordion .heading .arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -8px;
  width: 14px;
  height: 14px;
  border-bottom: 1px solid rgba(219, 219, 224, 0.7);
  border-right: 1px solid rgba(219, 219, 224, 0.7);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.vcn_title {
  display: block;
  color: #000;
  font-size: 21px;
  line-height: 1.14;
  font-weight: 700;
  width: 24%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
}
.short_dscr {
  display: block;
  color: #5e5e63;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 300;
  width: 46%;
}
.payment {
  display: block;
  line-height: 1.67;
  font-weight: 600;
  font-size: 33px;
  width: 25%;
  text-align: right;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.payment small {
  font-size: 18px;
  font-weight: 700;
  font-family: "MuseoSans";
  margin: 0 -3px 0 0;
}
.accordion .title-list {
  display: block;
  margin: 0 0 21px;
  line-height: 1.33;
  font-size: 18px;
  font-weight: 700;
}
.accordion ul {
  margin: 0 0 48px;
}
.accordion ul li {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  position: relative;
  line-height: 1.58;
  font-weight: 300;
  font-size: 18px;
}
.accordion ul li:after {
  position: absolute;
  content: "";
  top: 13px;
  left: -1px;
  height: 1px;
  background: #3db78b;
  width: 27px;
}

.accordion .item.active {
  background: #f9fafb;
  border: 1px solid #aad0c2;
}
.accordion .item.active .expanded {
  display: block;
}
.accordion .item.active .heading .arrow {
  border: 1px solid rgba(61, 183, 139, 0.7);
}
.accordion .item.active .heading .arrow:after {
  transform: rotate(225deg);
  border-bottom: 1px solid rgba(61, 183, 139, 0.7);
  border-right: 1px solid rgba(61, 183, 139, 0.7);
  margin: -5px 0 0 -7px;
}

@media screen and (max-width: 991px) {
  .contact-block {
    display: block;
    padding: 25px 26px 5px;
  }
  .contact-box {
    width: 100%;
    padding: 0;
  }
  .contact-block .btn-holder {
    width: 100%;
    justify-content: flex-start;
  }
  .accordion .item {
    padding: 0 23px;
  }
  .accordion .heading {
    padding: 24px 55px 29px 0;
  }
  .vcn_title {
    padding: 0 15px 0 0;
  }
  .accordion .item .expanded {
    padding: 32px 0 18px;
  }
}
@media screen and (max-width: 820px) {
  .payment {
    font-size: 26px;
  }
}
@media screen and (max-width: 690px) {
  .vacancy-page h3 {
    font-size: 40px;
    margin: 0 0 35px;
  }
  .accordion .heading {
    padding: 15px 40px 15px 0;
  }
  .payment {
    width: 100%;
  }
  .vcn_title {
    width: 40%;
    margin: 0 0 15px;
    font-size: 18px;
  }
  .short_dscr {
    width: 60%;
    margin: 0 0 15px;
    font-size: 13px;
  }
  .accordion .heading .arrow {
    width: 30px;
    height: 30px;
  }
  .accordion ul li {
    font-size: 16px;
  }
  .accordion ul li:after {
    top: 11px;
  }
}
@media screen and (max-width: 500px) {
  .contact-desc {
    padding: 0 0 0 48px;
    font-size: 16px;
  }
  .contact-desc:after {
    width: 35px;
    height: 34px;
  }
  .vcn-contact li strong {
    font-size: 16px;
  }
  .vcn_title,
  .short_dscr {
    width: 100%;
  }
  .accordion .item .expanded {
    padding: 15px 0 10px;
  }
  .accordion .title-list {
    margin: 0 0 15px;
  }
  .accordion ul {
    margin: 0 0 30px;
  }
  .accordion ul li {
    padding: 0 0 0 20px;
    font-size: 14px;
    margin: 0 0 5px;
  }
  .accordion ul li:after {
    width: 15px;
  }
}
@media screen and (max-width: 450px) {
  .vacancy-page h3 {
    font-size: 30px;
  }
  .contact-block {
    display: block;
    padding: 25px 15px 5px;
  }
  .vcn-contact li {
    margin: 0 0 15px;
  }
  .accordion .item {
    padding: 0 15px;
  }
}

/* end style for vacancy page */

/* new style for aticle page, reviews page and about page */

.block-link {
  margin: 0 -10px 1px;
}
.block-link .holder-block {
  width: 40%;
}
.block-link .holder-block:last-child {
  width: 60%;
}
.block-link .holder-block:last-child .link-icon {
  margin: 0 0 5px 15px;
}
.link-icon .icon-icon-50 {
  font-size: 12px;
  line-height: 16px;
}
.author-block {
  margin: 0 0 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 1px solid #c0cfdf;
  border-radius: 4px;
  padding: 18px 25px 1px 19px;
}
.author-box {
  padding: 0 10px;
  width: 40%;
  display: flex;
  box-sizing: border-box;
  margin: 0 0 15px;
}
.author-box .photo {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 1px solid #eceef2;
  min-width: 80px;
  overflow: hidden;
}
.author-dscr {
  padding: 0 0 0 16px;
}
.author-dscr span {
  display: block;
  margin: 0 0 2px;
  color: #323b62;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}
.author-dscr .name {
  display: block;
  margin: 0 0 10px;
  color: black;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.author-dscr .dscr {
  color: #5e5e63;
  font-size: 13px;
  line-height: 1.69;
  font-weight: 500;
}
.author-page .experience-list,
.author-block .experience-list {
  padding: 0 10px 0 32px;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: right;
  box-sizing: border-box;
}
.author-page .experience-list li,
.author-block .experience-list li {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
  line-height: 1.375;
  display: block;
  padding: 0;
}
.author-page .experience-list li span,
.author-block .experience-list li span {
  display: block;
}
.author-page .experience-list li strong,
.author-block .experience-list li strong {
  display: block;
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 0.65;
  font-weight: 700;
}
.author-page .experience-list .blue,
.author-block .experience-list .blue {
  color: #60b5bf;
}
.author-page .experience-list .green,
.author-block .experience-list .green {
  color: #3db78b;
}
.author-page .experience-list .dark-blue,
.author-block .experience-list .dark-blue {
  color: #323b62;
}
.detail-article .video {
  position: relative;
  margin: 0 auto 33px;
  max-width: 700px;
  overflow: hidden;
  border-radius: 4px;
}
.detail-article .video img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.detail-article .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(50, 59, 98, 0.87);
  box-shadow: 0 21px 35px rgba(7, 11, 31, 0.55);
}
.detail-article .video .play:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  border-left: 25px solid #fff;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
}
.calculate-block {
  padding: 7px 0 0;
  margin: 0 0 61px;
}
.calculate-block h3 {
  color: #000;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 21px;
  font-weight: 700;
}
.calculate-block h4 {
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 22px;
}
.calc-box {
  margin: 0 0 48px;
  background: #edf7f4;
  border: 2px solid #cbe3da;
  border-radius: 4px;
  padding: 39px 40px 40px;
}
.calc-form .row {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  margin: 0 -15px;
}
.calc-form.calc_1 .row:first-child {
  align-items: center;
}
.calc-form .col-50,
.calc-form .col-30 {
  padding: 0 15px;
  width: 50%;
  box-sizing: border-box;
}
.calc-form .col-30 {
  width: 33.3%;
}
.calc-form .label {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 0 2px;
}
.num_rooms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 24px;
}
.num_rooms .label {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  width: 45%;
  box-sizing: border-box;
  padding: 0 10px 0 0;
  margin: 0;
}
.amount-box {
  width: 55%;
  padding: 0 67px;
  position: relative;
  box-sizing: border-box;
}
.amount-box input[type="text"] {
  height: 51px;
  background: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  color: #929296;
  font-size: 18px;
  line-height: 1;
  display: block;
  width: 100%;
}
.amount-box a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 68px;
  box-sizing: border-box;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
  color: #929296;
  font-size: 18px;
  line-height: 49px;
  font-weight: 500;
  text-align: center;
}
.amount-box a.plus {
  right: 0;
}
.amount-box a.minus {
  left: 0;
}
.amount-box a:hover {
  color: #fff;
  background: #3db78b;
  border: 1px solid #3db78b;
}
.content-text .check_box-list {
  margin: 0 0 18px;
}
.content-text .check_box-list.two_col {
  margin: 0 -15px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0 0;
}
.content-text .check_box-list li {
  position: relative;
  margin: 0;
  padding: 0;
}
.content-text .check_box-list.two_col li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
  margin: 0 0 23px;
}
.content-text .check_box-list li:before {
  display: none;
}
.check_box-list .checkbox,
.radio-box .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox + label {
  position: relative;
  padding: 0 0 0 39px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  display: block;
}
.checkbox.error + label {
  border: red;
}
.checkbox + label:before {
  position: absolute;
  content: "";
  top: -3px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
  box-sizing: border-box;
}
.checkbox + label:after {
  position: absolute;
  content: "";
  top: 4px;
  left: 8px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #3db78b;
  opacity: 0;
}
.checkbox:checked + label:after {
  opacity: 1;
}
.radio-box {
  margin: 0 0 23px;
}
.radio-btn {
  margin: 0 0 8px;
  position: relative;
}
.radio-btn .radio + label {
  display: block;
  height: 51px;
  background: #fff;
  border: 1px solid #3db78b;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  line-height: 49px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.radio-btn .radio:checked + label {
  color: #fff;
  background: #3db78b;
  border: 1px solid #3db78b;
}
.btn-dscr {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}
.total-sum {
  padding: 20px 30px 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #cbe3da;
  border-radius: 4px;
  margin: 7px 0 0;
}
.total-sum span {
  display: block;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.total-sum span i {
  font-style: normal;
  display: block;
  font-size: 11px;
}
.total-sum .sum {
  display: block;
  color: #000;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
}
.total-sum .sum em {
  font-style: normal;
  font-size: 20px;
}
.total-sum .sum sup {
  font-size: 20px;
}
.select-box {
  margin: -5px 0 25px;
}
.calculate-block .fs-dropdown-selected,
.calculate-block .fs-dropdown-item {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 38px 0 18px;
  width: 100%;
  height: 51px;
  background: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
  font-family: "MuseoSans", sans-serif;
}
.calculate-block .fs-dropdown-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 22px;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #323b62;
  border-right: 2px solid #323b62;
  box-sizing: border-box;
  transform: rotate(45deg);
  margin: -7px 0 0;
}
.calculate-block .fs-dropdown-options {
  background: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
}
.calculate-block .fs-dropdown-item {
  padding: 0 18px;
  border-radius: 0;
  border: none;
  transition: all 0.2s linear;
}
.calculate-block .fs-dropdown-item:hover,
.calculate-block .fs-dropdown-item_selected {
  background: #3db78b;
  color: #fff;
}
.range-box {
  margin: -5px 0 23px;
}
.range-box .label {
  margin: 0 0 11px;
}
.range-slider {
  padding: 0 0 40px;
}
.calc-box .irs--round {
  padding: 0 12px;
}
.calc-box .irs--round .irs-line {
  height: 8px;
  background: #cbe3da;
  border-radius: 2px;
}
.calc-box .irs--round .irs-bar {
  height: 8px;
  background: #3db78b;
  border-radius: 2px;
}
.calc-box .irs--round .irs-handle {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 12px;
  border: 6px solid #3db78b;
  box-sizing: border-box;
  top: 28px;
}
.calc-box .irs--round .irs-from,
.calc-box .irs--round .irs-to,
.calc-box .irs--round .irs-single {
  border-radius: 0;
  background: none;
  color: #000;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  font-family: "MuseoSans", sans-serif;
}
.calc-box .irs--round .irs-from:before,
.calc-box .irs--round .irs-to:before,
.calc-box .irs--round .irs-single:before {
  display: none;
}
.calc-box .irs--round .irs-min,
.calc-box .irs--round .irs-max {
  color: #929296;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  background: none;
  border-radius: 0;
  font-family: "MuseoSans", sans-serif;
  font-weight: 300;
  top: 56px;
}
.calc-box .irs--round .irs-min sup,
.calc-box .irs--round .irs-max sup {
  font-size: 11px;
}
.calc-box .irs-min {
  left: -12px;
}
.calc-box .irs-max {
  right: -12px;
}
.size-holder {
  padding: 0 0 0 46px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 24px;
}
.size-holder:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}
.size-holder.diameter:after {
  background: url("/local/templates/dezoff.2.0/images/calc-icon-01.svg")
    no-repeat;
  background-size: 100%;
}
.size-holder.depth:after {
  background: url("/local/templates/dezoff.2.0/images/calc-icon-02.svg")
    no-repeat;
  background-size: 100%;
}
.size-holder input[type="text"] {
  width: 165px;
  height: 51px;
  background: #fff;
  border: 1px solid #e1e5e7;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  box-sizing: border-box;
}
.size-holder span {
  display: block;
  padding: 0 0 0 9px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  box-sizing: border-box;
  width: calc(100% - 165px);
}
.price_list-block {
  margin: 0 0 70px;
}
.price_list-block h3 {
  margin: 0 0 27px;
  color: #000;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.table-box {
  margin: 0 -300px 0 0;
  overflow-x: auto;
  overflow-y: hidden;
}
.table {
  /* column-span: 0; */
  border-collapse: collapse;
  width: 100%;
}
.table tr th {
  background: #eceef2;
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 700;
  height: 46px;
  box-sizing: border-box;
  border-left: 1px solid #f1f1f2;
  border-right: 1px solid #f1f1f2;
  width: 10.75%;
}
.table tr:first-child th {
  font-size: 16px;
}
.table tr:first-child th:first-child {
  width: 35.5%;
}
.table tr th.bg-dark {
  background: #e3e5eb;
}
.table tr th .title {
  margin: 0 0 12px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 0 0;
}
.table tr th .dscr-tb {
  font-weight: 300;
  margin: 0 auto 12px;
  max-width: 180px;
}
.table tr th .dscr-tb span {
  font-weight: 700;
}
.table tr td {
  border-left: 1px solid #f1f1f2;
  border-right: 1px solid #f1f1f2;
  height: 74px;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 1.25;
  width: 10.75%;
  font-size: 16px;
  font-weight: 500;
}
.table tr td:first-child {
  width: 35.5%;
  text-align: left;
  padding: 5px 20px 5px 34px;
}
.table tr:nth-child(even) td {
  background: #f9f9fb;
}
.table tr td .price {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.table tr td.max-fl {
  background: #3db78b;
}
.table tr td.max-fl strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  margin: 0 auto;
  max-width: 520px;
}
.detail-article .review {
  /* width: calc(100% - 300px); */
  width: auto;
  max-width: 1150px;
  /* max-width: 100%; */
  padding: 86px 0 95px;
  margin: 0 -300px 55px 0;
}
.article-review .holder-block {
  background: #ffffff;
  border-radius: 5px;
  padding: 36px 25px 13px 40px;
  position: relative;
}
.article-review .holder-block:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 60px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-01.png")
    no-repeat;
  background-size: 100%;
  width: 24px;
  height: 14px;
}
.review-user-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 11px;
}
.review .review-user {
  margin: 0 0 0;
  padding-left: 51px;
}
.review .holder-assessment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 20px;
}
.review .list-star {
  margin: 0 0 9px;
}
.review .holder-assessment .list-star li {
  margin: 0 0 0 9px;
  width: auto;
}
/* .review .list-star img{
	width: 100%;
	max-width: none;
} */
.review .list-star li a,
.form-comment .holder-assessment .list-star li a {
  display: block;
  width: 28px;
  height: 26px;
  position: relative;
}
.review .list-star li a:after,
.form-comment .holder-assessment .list-star li a:after {
  position: absolute;
  content: "\e931";
  color: #bbc1d0;
  font-family: "icomoon" !important;
  font-size: 28px;
  line-height: 26px;
  transition: all 0.2s linear;
  top: 0;
  left: 0;
}
.review .list-star li a:hover:after,
.review .list-star li.active a:after,
.form-comment .holder-assessment .list-star li a:hover:after,
.form-comment .holder-assessment .list-star li.active a:after {
  color: #f7cd26;
}
.review .assessment {
  color: #5e5e63;
  font-size: 12px;
}
.review .slick-dots {
  margin: 55px 0 0;
}
.review-page.review {
  padding: 0 0 50px;
}
.review:before {
  background: #f6f7f9 url("/local/templates/dezoff.2.0/images/rvw-img-bg.jpg")
    no-repeat 50% 0;
}
.review-list {
  margin: -7px 0 0;
}
.review-list > div {
  margin: 0 0 24px;
}
.review-list .review-user-box {
  align-items: flex-start;
}
.appraisal-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.review .appraisal-box .holder-assessment {
  display: block;
  margin: 0 0 0 88px;
  padding: 0;
  text-align: right;
}
.appraisal-box .assessment {
  margin: 0 0 6px;
}
.list-appraisal {
  display: flex;
  flex-wrap: wrap;
}
.list-appraisal li {
  position: relative;
  padding: 3px 26px 3px 0;
  margin: 0 0 0 33px;
  color: #5e5e63;
  font-size: 12px;
  line-height: 17px;
}
.list-appraisal li.like {
  background: url("/local/templates/dezoff.2.0/images/like-icon.svg") no-repeat;
  background-size: 18px 18px;
  background-position: 100% 1px;
}
.list-appraisal li.dzlike {
  background: url("/local/templates/dezoff.2.0/images/dislike-icon.svg")
    no-repeat;
  background-size: 18px 18px;
  background-position: 100% 1px;
}
.service-name {
  padding: 0 0 0 0;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  padding: 14px 0 19px 70px;
}
.service-name:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service-name.disinfection:after {
  width: 52px;
  height: 40px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-02.png")
    no-repeat;
  background-size: 100%;
}
.service-name.vent_clean:after {
  width: 50px;
  height: 47px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-03.png")
    no-repeat;
  background-size: 100%;
}
.service-name.dest_rodents:after {
  width: 66px;
  height: 38px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-04.png")
    no-repeat;
  background-size: 100%;
}
.service-name.dest_bedbugs:after {
  width: 66px;
  height: 45px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-05.png")
    no-repeat;
  background-size: 100%;
}
.service-name.dez:after {
  width: 66px;
  height: 45px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-06.png")
    no-repeat;
  background-size: 100%;
}
.service-name.dest_tar:after {
  width: 60px;
  height: 45px;
  background: url("/local/templates/dezoff.2.0/images/bg-3.png") no-repeat;
  background-size: 100%;
}
.service-name.dest_klesh:after {
  width: 59px;
  height: 45px;
  background: url("/local/templates/dezoff.2.0/images/tk-bg-02.png") no-repeat;
  background-size: 100%;
}
.service-name.clean_kanal:after {
  width: 44px;
  height: 45px;
  background: url("/local/templates/dezoff.2.0/images/bg-8.png") no-repeat;
  background-size: 100%;
}
.review-list .holder-block {
  background: #fff;
  padding: 29px 40px 17px 37px;
  position: relative;
}
.review-list .holder-block:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 60px;
  background: url("/local/templates/dezoff.2.0/images/rvw-icon-01.png")
    no-repeat;
  background-size: 100%;
  width: 24px;
  height: 14px;
}
.hide-list {
  display: none;
}
.btn-holder {
  padding: 11px 0 0;
  margin: 0 0 29px;
  text-align: center;
}
.btn-holder .btn-turquoise {
  margin: 0 auto 33px;
}
.more-review {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 200px;
  border-bottom: 1px dotted #c0c5db;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  color: #000;
}
.more-review:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: -35px;
  background: url("/local/templates/dezoff.2.0/images/more-icon.png") no-repeat;
  background-size: 100%;
}
.pagination li:first-child a,
.pagination li:last-child a {
  position: relative;
}
.pagination li:first-child a:after,
.pagination li:last-child a:after {
  position: absolute;
  content: "";
  top: 3px;
  width: 7px;
  height: 6px;
  background: url("/local/templates/dezoff.2.0/images/rvw-arrow.png") no-repeat;
}
.pagination li:first-child a {
  padding: 0 0 0 30px;
}
.pagination li:last-child a {
  padding: 0 30px 0 0;
}
.pagination li:first-child a:after {
  transform: rotate(180deg);
  left: 0;
}
.pagination li:last-child a:after {
  right: 0;
}
.question-block {
  padding: 60px 0 0;
}
.ajax-form.review-form-add {
  max-width: 764px;
  width: 100%;
  padding: 55px 98px 25px;
}
.ajax-form.review-form-add .form-box {
  max-width: none;
}
.ajax-form.review-form-add .form-comment .holder-input {
  width: 50%;
  margin: 0 0 25px;
}
.ajax-form.review-form-add .sbmt {
  text-align: center;
}
.ajax-form.review-form-add .sbmt .btn-turquoise {
  float: none;
}
.ajax-form.review-form-add .holder-free {
  padding: 0;
}
.ajax-form.review-form-add .holder-free:before {
  display: none;
}
#modal_feedback {
  display: none;
  max-width: 764px;
  width: 100%;
  padding: 55px 98px 25px;
  margin: 0 auto !important;
}
#modal_feedback .title-popup {
  margin: 0 0 27px;
}
.form-comment .holder-assessment {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
.form-comment .holder-assessment .list-star li {
  margin: 0 0 9px 16px;
  width: auto;
}
.form-comment .holder-assessment .list-star li a {
  width: 40px;
  height: 38px;
}
.form-comment .holder-assessment .list-star li a:after {
  font-size: 40px;
  line-height: 38px;
}
/* .form-comment .holder-assessment .list-star li img{
	max-width: none;
	width: 100%;
} */
.form-comment .assessment {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  padding: 13px 0 0;
}
.form-comment .list-appraisal {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 35px;
}
.form-comment .list-appraisal li {
  padding: 0;
  margin: 0 0 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
}
.form-comment .like-box {
  display: flex;
  flex-wrap: wrap;
}
.form-comment .like-box .radio {
  margin: 0 0 0 13px;
  display: block;
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
}
.form-comment .like-box .radio_text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.form-comment .like-box .radio_text:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 2px solid #eaeaed;
  box-sizing: border-box;
  border-radius: 50%;
}
.form-comment .like-box .radio_text:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.form-comment .like-box .like .radio_text:after {
  background: url("/local/templates/dezoff.2.0/images/like-icon.svg") no-repeat;
  background-size: 100%;
}
.form-comment .like-box .dislike .radio_text:after {
  background: url("/local/templates/dezoff.2.0/images/dislike-icon.svg")
    no-repeat;
  background-size: 100%;
}
.form-comment .like-box .like input:checked + .radio_text:before {
  background: #3db78b;
  border: 2px solid #3db78b;
}
.form-comment .like-box .dislike input:checked + .radio_text:before {
  background: #e65876;
  border: 2px solid #e65876;
}
.form-comment .like-box .like input:checked + .radio_text:after {
  background: url("/local/templates/dezoff.2.0/images/like-icon_ch.svg")
    no-repeat;
  background-size: 100%;
}
.form-comment .like-box .dislike input:checked + .radio_text:after {
  background: url("/local/templates/dezoff.2.0/images/dislike-icon_ch.svg")
    no-repeat;
  background-size: 100%;
}
.form-comment .select-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px 0 28px;
}
.form-comment .select-box .label {
  padding: 0 10px 0 0;
  margin: 0;
  width: 65px;
  box-sizing: border-box;
}
.form-comment .select-box .fs-dropdown {
  width: calc(100% - 65px);
}
.form-comment .select-box .fs-dropdown-selected,
.form-comment .select-box .fs-dropdown-item {
  font-size: 16px;
  font-weight: 300;
}
.form-comment .select-box .fs-dropdown-selected:after {
  right: 17px;
  width: 9px;
  height: 9px;
  margin: -5px 0 0;
}
#modal_feedback .form-comment .holder-input {
  width: 50%;
  margin: 0 0 25px;
}
#modal_feedback .form-comment textarea {
  margin: 0 0 32px;
}
#modal_feedback .form-comment .btn-turquoise {
  float: none;
  margin: 0 auto;
}
.author-page {
  max-width: 835px;
  padding: 13px 0 30px 10px;
}
.author-page .author-box {
  padding: 0;
  margin: 0 0 56px;
  width: 100%;
  flex-wrap: wrap;
}
.author-page .photo {
  border: 1px solid #eceef2;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  box-sizing: border-box;
}
.author-page .author-dscr {
  width: calc(100% - 200px);
  padding: 14px 0 0 98px;
  box-sizing: border-box;
}
.author-page .author-dscr .name {
  line-height: 1.1;
  font-size: 50px;
  margin: 0 0 7px;
}
.author-page .author-dscr .dscr {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 39px;
}
.expert-list {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.expert-list li {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 0;
  display: flex;
  box-sizing: border-box;
}
.expert-list .icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  background: #eef7f8;
  position: relative;
  border-radius: 50%;
}
.expert-list .icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -76%);
}
.expert-list li strong {
  display: block;
  padding: 0 0 0 21px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.author-page .experience-list {
  padding: 0 37px 0 0;
  margin: 0 0 21px;
  width: 100%;
  text-align: left;
}
.author-page .experience-list li strong {
  font-size: 54px;
  margin: 0 0 14px;
}
.about-company {
  margin: 0 -15px 17px 0;
  background: #fff;
  border: 1px solid #c0cfdf;
  border-radius: 4px;
  padding: 19px 15px 9px 32px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.about-company .info-company {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding: 0 10px 0 0;
  margin: 0 0 15px;
}
.rating-company {
  font-size: 300px;
  line-height: 1.125;
  font-size: 16px;
  width: 100px;
  box-sizing: border-box;
  padding: 9px 0 0;
}
.rating-company strong {
  display: block;
  margin: 0 0 5px;
  font-weight: 700;
  line-height: 1;
  font-size: 30px;
  color: #3db78b;
}
.author-page .img-box {
  margin: 0 -14px 0 0;
}
.author-page .img-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.docs-section {
  padding: 50px 0 60px;
  background: #f7f8fb;
}
.docs-section h3 {
  margin: 0 0 40px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.docs-section .title_icon {
  position: relative;
  padding: 0 0 0 60px;
}
.docs-section .title_icon:after {
  position: absolute;
  content: "";
  top: -2px;
  left: 9px;
  width: 36px;
  height: 34px;
  background: url("/local/templates/dezoff.2.0/images/title-icon.svg") no-repeat;
  background-size: 100%;
}
.docs-slider .item-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.docs-slider .item-slide a {
  display: block;
  border-radius: 4px;
  border: 12px solid #fff;
  box-shadow: 0 11px 35px rgba(7, 11, 31, 0.07);
}
.docs-slider .slick-dots {
  margin: 43px 0 0;
}
.advice-box {
  padding: 44px 0 0 10px;
}
.advice-box h4 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 31px;
}

@media screen and (max-width: 1190px) {
  .detail-article .review {
    width: calc(100vw - 54px);
    /* margin: 0 0 55px; */
  }
}
@media screen and (max-width: 1120px) {
  .block-link .holder-block,
  .block-link .holder-block:last-child {
    width: 100%;
  }
  .block-link .holder-block:last-child {
    text-align: left;
  }
  .block-link .holder-block:last-child .link-icon {
    margin: 0 15px 5px 0;
  }
  .author-block .experience-list {
    padding: 0 10px;
  }
  .calc-form .col {
    width: 100%;
  }
  .num_rooms .label {
    width: auto;
  }
  .amount-box {
    width: 100%;
    max-width: 205px;
  }
}
@media screen and (max-width: 1023px) {
  .author-box {
    width: 100%;
    margin: 0 0 25px;
  }
  .author-block .experience-list {
    width: 100%;
  }
  .calc-form .col-30 {
    width: 50%;
  }
  .content-text .check_box-list.two_col li {
    width: 100%;
  }
  .table tr:first-child th:first-child,
  .table tr td:first-child {
    width: 28.5%;
  }
}
@media screen and (max-width: 991px) {
  .author-page,
  .advice-box {
    padding-left: 0;
  }
  .author-page .experience-list {
    padding: 0;
  }
  .about-company {
    margin: 0 0 17px;
  }
  .author-page .img-box {
    margin: 0;
  }
  .review .appraisal-box .holder-assessment {
    margin: 0 0 0 15px;
  }
  .list-appraisal li {
    margin: 0 0 0 20px;
  }
  .appraisal-box {
    display: block;
  }
  .list-appraisal {
    margin: 0 0 15px;
  }
  .table tr td {
    height: 60px;
  }
  .table tr td .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .author-page .author-dscr {
    padding-left: 25px;
  }
  .article-review .review-user-box,
  .review-list .review-user-box {
    justify-content: flex-start;
  }
  .appraisal-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .list-appraisal {
    margin: 0;
  }
  .service-name {
    margin: 0 0 0 70px;
  }
  #modal_feedback {
    padding: 55px 48px 25px;
  }
  .table-box {
    margin: 0;
  }
  .table tr td,
  .table tr td .price,
  .table tr td.max-fl strong {
    font-size: 14px;
  }
  .table tr td:first-child {
    padding: 5px 5px 5px 15px;
  }
  .table tr:first-child th:first-child,
  .table tr td:first-child {
    width: 25.5%;
  }
  .detail-article .review {
    width: 100%;
    margin: 0 0 55px;
  }
  .article-review .slick-next,
  .article-review .slick-prev {
    top: 125px;
  }
}
@media screen and (max-width: 690px) {
  .author-page .photo {
    width: 140px;
    height: 140px;
  }
  .author-page .author-dscr {
    width: calc(100% - 140px);
  }
  .author-page .author-dscr .name,
  .author-page .experience-list li strong {
    font-size: 36px;
  }
  .expert-list {
    margin: 0 -10px;
  }
  .expert-list li {
    padding: 0 10px;
  }
  .author-page .author-dscr .dscr,
  .expert-list li strong {
    font-size: 16px;
  }
  .expert-list li strong {
    padding: 0 0 0 10px;
  }
  .expert-list .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
  .about-company {
    display: block;
  }
  .about-company .info-company {
    width: 100%;
    padding: 0;
  }
  .rating-company {
    padding: 0;
    width: auto;
  }
  .rating-company strong {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  .docs-section h3 {
    font-size: 26px;
  }
  .service-name {
    margin: 0 0 0 30px;
    font-size: 18px;
  }
  #modal_feedback {
    padding: 25px 20px 5px;
  }
  .form-comment .list-appraisal {
    margin: 0 0 25px;
    justify-content: flex-start;
  }
  .form-comment .list-appraisal li {
    margin: 0 25px 10px 0;
  }
  .calc-form .col-50,
  .calc-form .col-30 {
    width: 100%;
  }
  .table-box {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .table {
    min-width: 690px;
  }
  .review .holder-assessment {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .author-page .author-box {
    display: block;
    margin: 0 0 35px;
  }
  .author-page .photo {
    margin: 0 auto 20px;
  }
  .author-page .author-dscr {
    width: 100%;
    padding-left: 0;
  }
  .author-page .author-dscr .name,
  .author-page .author-dscr .dscr {
    text-align: center;
  }
  .author-page .experience-list,
  .author-block .experience-list {
    justify-content: flex-start;
  }
  .author-page .experience-list li,
  .author-block .experience-list li {
    margin: 0 15px 20px 0;
  }
  .service-name {
    margin: 0;
    font-size: 16px;
  }
  .review .review-user {
    margin: 0 30px 0 0;
  }
  .appraisal-box {
    display: block;
  }
  .list-appraisal {
    margin: 0 0 15px;
  }
  .list-appraisal li {
    margin: 0 15px 0 0;
  }
  .review .appraisal-box .holder-assessment {
    margin: 0;
    justify-content: flex-start;
    text-align: left;
  }
  .review-list .holder-block,
  .article-review .holder-block {
    padding: 15px;
  }
  .more-review {
    font-size: 18px;
  }
  #modal_feedback .form-comment .holder-input,
  .form-comment .select-box .fs-dropdown {
    width: 100%;
  }
  .form-comment .select-box .label {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
  }
  .author-block {
    padding: 15px 10px 1px 10px;
  }
  .author-block .experience-list,
  .author-block .author-box {
    padding: 0;
  }
  .calculate-block h4 {
    font-size: 18px;
  }
  .calc-box {
    padding: 20px 15px;
  }
  .num_rooms .label {
    width: 100%;
    padding: 0;
    margin: 0 0 3px;
  }
  .checkbox + label,
  .fs-dropdown-selected,
  .fs-dropdown-item {
    font-size: 16px;
  }
  .total-sum {
    padding: 15px;
  }
  .total-sum .sum {
    font-size: 26px;
  }
  .calculate-block h3,
  .price_list-block h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .expert-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .author-page .author-box {
    margin: 0 0 5px;
  }
  .form-comment .holder-assessment .list-star li {
    /* width: 30px; */
    margin: 0 8px 9px 0;
  }
  .form-comment .holder-assessment .list-star li a {
    width: 30px;
    height: 28px;
  }
  .form-comment .holder-assessment .list-star li a:after {
    font-size: 30px;
    line-height: 28px;
  }
  .size-holder {
    padding: 0 0 0 26px;
  }
  .size-holder:after {
    width: 18px;
    height: 18px;
  }
  .fs-dropdown-selected {
    font-size: 12px;
    line-height: 16px;
  }
  .article-review .slick-next,
  .article-review .slick-prev {
    top: 205px;
  }
}

/* end new style for aticle page, reviews page and about page */

/*spinner*/
@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-spinner {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  -moz-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  height: 20px;
  width: 20px;
  border: 8px solid #3db78b;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}
/*endspinner*/

.calc-form {
  position: relative;
}
.calc-form .spinner-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
.calc-form .loading-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  margin: -10px 0 -10px;
  z-index: 1000;
}

.slick-slide .author-doc {
  display: block;
  width: 100%;
  height: 335px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.calc-form .hide-calc {
  display: none;
}

/* new styles for page 22.03.21 */

.heading-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.heading-box h6 {
  padding: 0;
}
.more-link {
  display: inline-block;
  vertical-align: top;
  padding: 0 18px 0 0;
  position: relative;
  color: #323b62;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 15px;
  transition: all 0.2s linear;
}
.more-link:hover {
  text-decoration: underline;
}
.more-link:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 8px;
  background: url("/local/templates/dezoff.2.0/images/arrow_right.png")
    no-repeat;
  background-size: 100%;
}
.about_review {
  padding: 0 0 40px 9px;
  margin: -16px 0 28px;
}
.slider-photo a .img-box {
  background-size: cover;
}
.video_block {
  padding: 20px 0 50px;
}
.video_block .heading-box {
  margin: 0 0 19px;
}
.video-slider .img-box {
  width: 100%;
  height: 151px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0 26px;
}
.video-slider .play-icon {
  height: 100%;
  display: block;
}
.video-slider .title_video {
  display: block;
  color: #000;
  font-size: 19px;
  line-height: 20px;
}
.video-slider .title_video a {
  transition: all 0.2s linear;
}
.video-slider .title_video a:hover {
  text-decoration: underline;
}
.thanks_block {
  padding: 32px 0 0;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.tab-control {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 0 0;
  margin: 0 0 44px;
}
.tab-control li {
  margin: 0 10px 10px 0;
}
.tab-control a {
  display: block;
  padding: 8px 15px 8px 14px;
  text-align: center;
  color: #5e5e63;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  background: #eceef2;
  border-radius: 9px;
  transition: all 0.2s linear;
}
.tab-control .active a,
.tab-control a:hover {
  color: #fff;
  background: #3db78b;
}
.tab-control .active a {
  font-weight: 700;
}
.list_certificates {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -29px;
}
.list_certificates li {
  width: 16.6%;
  padding: 0 29px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.list_certificates li a {
  display: block;
  box-shadow: 0 11px 35px rgba(7, 11, 31, 0.07);
}
#sidebar {
  width: 270px;
}
.sidebar_certificate .slick-next,
.sidebar_certificate .slick-prev,
.trust_slider .slick-next,
.trust_slider .slick-prev {
  top: -50px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #b0b4c7;
}
.sidebar_certificate .slick-next:after,
.sidebar_certificate .slick-prev:after,
.trust_slider .slick-next:after,
.trust_slider .slick-prev:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background: url("/local/templates/dezoff.2.0/images/arrow_right-2.png")
    no-repeat;
  background-size: 100%;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
}
.sidebar_certificate .slick-prev:after,
.trust_slider .slick-prev:after {
  transform: rotate(180deg);
}
.sidebar_certificate .slick-next:before,
.sidebar_certificate .slick-prev:before,
.trust_slider .slick-next:before,
.trust_slider .slick-prev:before {
  display: none;
}
.sidebar_certificate .slick-next,
.trust_slider .slick-next {
  right: 10px;
}
.sidebar_certificate .slick-prev,
.trust_slider .slick-prev {
  left: auto;
  right: 41px;
}
.aside_holder {
  margin: -25px 0 20px;
  text-align: center;
}
.mob_logo {
  display: none;
}
.bread-crumbs {
  margin: 0 0 20px;
}
.table_block {
}
.table_box {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 0 83px;
}
.table_block .box-title {
  margin: 0 0 44px;
  display: block;
}
.table_block .subtitle {
  display: block;
  margin: 0 -10px 0 0;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
}
.table_block .box-title em {
  font-style: normal;
  color: #2ba97c;
}
.table_block .table tr td {
  background: #fff;
  padding: 24px 5px;
}
.table_block .table tr td:first-child {
  padding-left: 34px;
  padding-right: 20px;
}
.table_block .table tr:nth-child(even) td {
  background: #f9f9fb;
}
.table_block .table tr th,
.table_block .table tr td {
  width: 53%;
}
.table_block .table tr th:first-child,
.table_block .table tr th:last-child,
.table_block .table tr td:first-child,
.table_block .table tr td:last-child {
  width: 23.5%;
}
.table_block .table tr th:nth-child(even) {
  background: #e3e5eb;
}
.table_block .table tr td strong {
  font-size: 18px;
  line-height: 1.3;
}
.table_block .table tr td.tfoot {
  color: #fff;
  background: #3db78b;
}
.table_block .table.small_table {
  width: 100%;
  max-width: 850px;
}
.table_block .table.small_table tr th,
.table_block .table.small_table tr td {
  width: 50%;
}
.table_block .table.small_table tr td.tfoot {
  height: 97px;
}

.fixed-header .head-nav {
  margin: 0 0 0 110px;
}
.vertical-nav .list-nav li {
  display: block;
  width: auto;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.1;
}
#nav li.vertical-nav > a {
  position: relative;
  padding: 0 17px 0 0;
}
#nav li.vertical-nav > a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -6px 0 0;
  border-right: 1px solid #b1bbbe;
  border-bottom: 1px solid #b1bbbe;
  -webkit-transform: rotate(45deg) rotateY(0deg);
  -moz-transform: rotate(45deg) rotateY(0deg);
  -ms-transform: rotate(45deg) rotateY(0deg);
  transform: rotate(45deg) rotateY(0deg);
}
#nav li.vertical-nav:hover > a:before {
  border-color: #3db78b;
}
.holder-cal-back {
  vertical-align: middle;
}
.tel-number {
  margin-top: -20px;
}
.fixed-header #header .tel-number {
  margin-top: 0;
}

@media screen and (max-width: 1190px) {
  .fixed-header #header .holder-cal-back {
    margin: 0 0 0 20px;
  }
  .fixed-header #header .cal-back {
    margin: 0 0 0 0;
  }
  .fixed-header .vertical-nav .list-nav li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1120px) {
  .fixed-header #header .head-contact {
    padding: 15px 0 0 9px;
  }
  .fixed-header .head-nav {
    margin: 0 0 0 90px;
  }
  .fixed-header #nav > ul > li {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .fixed-header #header .tel-number {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .list_certificates li {
    width: 20%;
  }
  .fixed-header #header .holder-cal-back {
    margin: 0 0 0 10px;
  }
  .fixed-header #header .cal-back {
    padding: 10px;
  }
  .fixed-header #nav li.vertical-nav > a,
  .fixed-header #nav li.has-drop > a {
    padding: 0 12px 0 0;
  }
  .fixed-header #nav > ul > li {
    margin: 0 10px 0 0;
  }
  .fixed-header .head-nav {
    padding: 28px 0 0 0;
    margin: 0 0 0 80px;
  }
  .fixed-header #header .tel-number {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .fixed-header .head-nav {
    padding: 24px 17px 20px 0;
  }
  .fixed-header #header .tel-number {
    font-size: 22px;
  }
  .list_certificates li {
    width: 25%;
  }
  #sidebar {
    width: 100%;
  }
  .open-menu {
    color: #3db78b;
    margin: 0 0 0 9px;
  }
  .table_block .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .table_block .table tr td {
    padding: 5px;
  }
  .table_block .table tr td:first-child {
    padding-left: 15px;
    padding-right: 5px;
  }
  .table_block .table tr td strong {
    font-size: 14px;
  }
  .table_block .table.small_table tr td.tfoot {
    height: 60px;
  }
  .table_block .table tr td.tfoot br {
    display: none;
  }
  #nav li.vertical-nav .drop-nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #header .head-nav .mob-phone {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .head-contact,
  #header .holder-nav .head-contact {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
  #header .holder-nav.open .head-contact {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .list_certificates li {
    width: 33.3%;
  }
  .holder-copyright {
    font-size: 14px;
    line-height: 18px;
  }
  .top-footer {
    padding: 26px 0 10px;
  }
  #footer .logo {
    margin: 0 auto 35px;
    max-width: 330px;
    padding: 0 0 0 122px;
    font-size: 13px;
  }
  #footer .logo:before {
    width: 107px;
    height: 72px;
  }
  #footer .head-contact .cal-back {
    background: #3db78b;
    color: #ffffff;
  }
  #footer .head-contact .cal-back i {
    color: #fff;
  }
  #header .head-contact .tel-number {
    display: none;
  }
  #header .head-nav {
    padding: 28px 0;
    margin: 0 0 28px;
  }
  #header .head-nav .mob-phone {
    left: auto;
    right: 24px;
    top: 13px;
    width: 100%;
    max-width: 190px;
    font-size: 20px;
    line-height: 1;
    display: block;
  }
  #header .head-nav .mob-phone .desc_phone {
    display: block;
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    padding: 3px 0 0;
  }
  #header .logo {
    margin: 0 auto 35px;
    max-width: 330px;
    padding: 0 0 0 122px;
    font-size: 13px;
  }
  #header .logo:before {
    width: 107px;
    height: 72px;
  }
  #header .mob_logo {
    display: block;
    position: absolute;
    top: 16px;
    left: 38px;
    width: 67px;
    height: 44px;
    background: url("/local/templates/dezoff.2.0/images/logo.svg") no-repeat;
    background-size: 100%;
    margin: 0;
    padding: 0;
  }
  #header .mob_logo:before {
    display: none;
  }
  .closed-menu {
    right: 16px;
  }
  .holder-nav {
    width: 100% !important;
  }
  .holder-nav.open .bg-nav {
    display: none;
  }
  .fixed-header #header .logo,
  .fixed-header #header .mob_logo,
  .fixed-header #header .head-nav .mob-phone .desc_phone {
    display: none;
  }
  .fixed-header #header .head-nav {
    margin: 0;
    padding: 21px 0;
  }
  .fixed-header #header .head-nav .mob-phone {
    font-size: 28px;
    width: auto;
    max-width: 100%;
    right: 32px;
    top: 18px;
  }
  #header .holder-nav.open {
    padding: 50px 20px 20px;
    top: 0;
  }
  .fixed-header #header .holder-nav.open {
    padding: 32px 20px 20px;
    top: 65px;
    height: auto;
    bottom: 0;
  }
  #nav > ul > li {
    font-size: 22px;
    padding: 0 0 17px;
  }
  #header .holder-nav.open .tel-number {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
  }
  #header .holder-nav.open #nav {
    margin: 0 0 22px;
  }
  #header .holder-nav.open .holder-cal-back {
    display: block;
  }
  #header .holder-nav.open .cal-back {
    width: 100%;
    font-size: 16px;
    display: block;
    box-sizing: border-box;
    padding: 14px 25px;
    background: #3db78b;
    color: #ffffff;
  }
  #header .holder-nav.open .cal-back i {
    color: #ffffff;
  }
  #header .holder-nav.open .time-second {
    font-size: 11px;
  }
  .fixed-header #nav li.fix-show {
    display: block;
  }
  .table_block .table.small_table {
    min-width: 350px;
  }
}
@media screen and (max-width: 500px) {
  .list_certificates {
    margin: 0 -15px;
  }
  .list_certificates li {
    padding: 0 15px;
  }
  #footer .head-contact {
    padding: 0 10px;
  }
  #footer .head-contact a {
    margin: 0 0 15px;
  }
  #footer .head-contact .tel-number {
    font-size: 28px;
  }
  #footer .head-contact .cal-back {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .list_certificates li {
    width: 50%;
  }
  .list_certificates li img {
    margin: 0 auto;
  }
  .treatment-city .call {
    margin: 0;
    text-align: center;
  }
  .treatment-city .call a {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 349px) {
  #header .head-nav .mob-phone {
    font-size: 18px;
    max-width: 165px;
  }
  .fixed-header #header .head-nav .mob-phone {
    font-size: 26px;
  }
}

/* end new styles for page 22.03.21 */

.star-rating {
  font-size: 0;
}
.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}
.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}
.star-rating__ico {
  float: right;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.star-rating__ico:last-child {
  margin-left: 0;
}
.star-rating__input {
  display: none;
}
.star-rating__ico:before {
  content: "\e931";
  color: #bbc1d0;
  font-family: "icomoon" !important;
  font-size: 40px;
  line-height: 38px;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  color: #f7cd26;
}

/* style for update 12.04.2021 */

.sound_box {
  padding: 8px 0 0;
  margin: 0 0 29px;
}
.sound_box .title {
  display: block;
  margin: 0 0 10px;
  color: #5e5e63;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.sound {
  max-width: 533px;
  width: 100%;
  height: 100px;
  background: #f7f8fa url("/local/templates/dezoff.2.0/images/sound_img.jpg")
    no-repeat;
  background-size: cover;
  border: 1px solid #e6e8ec;
  position: relative;
  box-sizing: border-box;
  background-position: 50% 50%;
}
.sound .play_sound {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -50%);
  width: 42px;
  height: 42px;
  background: rgba(50, 59, 98, 0.87);
  box-shadow: 0 11px 25px rgba(7, 11, 31, 0.55);
  border-radius: 50%;
}
.sound .play_sound:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  border-left: 15px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.fancybox-slide--iframe .fancybox-content {
  width: 800px;
  height: 170px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}
.audio_slider .holder-trust .holder-img {
  height: 60px;
  padding: 0;
}
.audio_slider .sound {
  border: none;
  width: 100%;
  height: 100%;
  background-position: 9% 50%;
  background-size: 230% auto;
}
.heading_page {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 25px;
}
.heading_page .box-title {
  display: block;
  margin: 0;
}
.heading_page .fw-7 {
  margin: 0 0 5px;
}
.heading_page .btn-turquoise {
  margin: 0 0 20px;
}
.review.about_review {
  width: auto;
  max-width: 870px;
  margin-top: 0;
}
.calc-box .total-sum {
  margin-bottom: 28px;
}
.calc-box .btn-turquoise {
  margin: 0 auto;
}
#modal_order {
  background: #fff;
  border-radius: 6px;
  box-shadow: -8.7px 5px 81px rgba(5, 8, 21, 0.28);
  max-width: 630px;
  /* height: 606px; */
  padding: 75px 99px 70px 101px;
  width: 100%;
  display: none;
}
#modal_order .title-popup {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 16px;
}
#modal_order .title-popup:after {
  position: absolute;
  content: "";
  left: -43px;
  top: 3px;
  width: 44px;
  height: 69px;
  background: url("/local/templates/dezoff.2.0/images/icon_popup.png") no-repeat;
  background-size: 100%;
}
#modal_order .subtitle-popup {
  margin: 0 0 64px;
  display: block;
  padding: 0 0 0 33px;
  color: #5e5e63;
  font-size: 18px;
  line-height: 27px;
}
#modal_order .sbmt-holder .btn-turquoise {
  margin: 0 auto 8px;
}
#modal_order .dscr_form {
  display: block;
  margin: 0 auto;
  max-width: 270px;
  color: #afaeb6;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
}
.props_box {
  padding: 35px 0 0;
  align-items: flex-end;
}
.props_item {
  width: 50%;
}
.list_props li strong,
.name_comp {
  font-style: normal;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  max-width: 400px;
  display: block;
}
.list_props {
  padding: 0 0 0 5px;
  margin: 0 0 15px;
}
.list_props li {
  margin: 0 0 0;
}
.list_props li .name {
  display: inline-block;
  margin: 0 11px 0 0;
}
.list_props li strong {
  display: inline-block;
  margin: 0 0 5px;
  line-height: 24px;
}
.list-video .sound {
  margin: 0 0 24px;
  background: #f7f8fa url("/local/templates/dezoff.2.0/images/sound_img-02.jpg")
    no-repeat;
  background-size: auto 100%;
  background-position: 50%;
}
.list-video .name {
  margin: 0 0 7px;
  display: block;
  color: #000;
  font-size: 19px;
  line-height: 20px;
  font-weight: 500;
}
.list-video .service {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 12px;
}
.list-video .service a {
  padding: 0 9px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  background: #3db78b;
  border-radius: 2px;
  border: 1px solid #3db78b;
  height: auto;
  margin: 0;
}
.list-video .service a:hover {
  background: transparent;
  color: #3db78b;
}
.list-video .district {
  display: block;
  margin: 0 0 7px;
  color: #a7a7a7;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.list-video .date {
  display: block;
  color: #5e5e63;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 1050px) {
  .treatment-city .btn-consultation {
    width: 100%;
    max-width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 100%;
  }
  .fancybox-slide.fancybox-slide--iframe {
    padding: 44px 5px;
  }
  .heading_page {
    display: block;
  }
  .name_comp {
    margin: 0 0 30px;
    line-height: 28px;
  }
  .list_props {
    padding: 0;
  }
  .props_item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #modal_order {
    padding: 45px 40px 40px 40px;
  }
  #modal_order .fancybox-close-small {
    top: 5px;
    right: 5px;
  }
  #modal_order .title-popup,
  #modal_order .subtitle-popup {
    padding: 0 0 0 50px;
  }
  #modal_order .title-popup:after {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  #modal_order {
    padding: 45px 20px 40px;
  }
  #modal_order .title-popup,
  #modal_order .subtitle-popup {
    padding: 0 0 0 35px;
  }
  #modal_order .subtitle-popup {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 22px;
  }
  #modal_order .title-popup:after {
    width: 24px;
    height: 38px;
  }
}

/* end style for update 12.04.2021 */

.audio-box {
  display: none;
}

/* new style for video block 08.07.2021 */
.youtube_block {
  padding: 28px 0 38px;
  border-top: 1px solid #eceef2;
  border-bottom: 1px solid #eceef2;
  margin: 38px 0 32px;
}
.head_box {
  position: relative;
  padding: 0 0 0 114px;
  margin: 0 0 17px;
}
.head_box:after {
  position: absolute;
  content: "";
  width: 92px;
  height: 92px;
  top: 6px;
  left: 0;
  background: url("/local/templates/dezoff.2.0/images/icon_logo.png") no-repeat;
  background-size: 100%;
}
.title_box {
  display: block;
  margin: 0 0 17px;
  color: #000;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.005em;
}
.content-text .list_tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px 0 0;
}
.content-text .list_tags li {
  margin: 0 16px 15px 0;
  padding: 0;
}
.content-text .list_tags li:before {
  display: none;
}
.list_tags a {
  display: block;
  padding: 6px 13px 6px 11px;
  border: 1px solid #cccfdb;
  font-size: 12px;
  line-height: 1;
  border-radius: 9px;
}
.list_tags a i {
  margin: 0 8px 0 0;
  font-size: 16px;
  line-height: 13px;
  color: #54bf99;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: top;
}
.list_tags a.subscribers i {
  background: url("/local/templates/dezoff.2.0/images/icon_user.svg") no-repeat;
  background-size: 100%;
}
.list_tags a.num_video i {
  background: url("/local/templates/dezoff.2.0/images/icon_pl.svg") no-repeat;
  background-size: 100%;
}
.subscription_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 37px;
  padding: 0 0 0 114px;
}
.subscription_box .btn-turquoise {
  margin: 0 0 15px;
  max-width: 239px;
  padding: 16px 5px;
}
.sort_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.sort_box strong {
  display: block;
  margin: 0 10px 15px 0;
  color: #000;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}
.content-text .slide_sort {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -12px 0 0;
}
.content-text .slide_sort li {
  margin: 0 15px 15px 0;
  padding: 0;
}
.content-text .slide_sort li:before {
  display: none;
}
.content-text .slide_sort a {
  display: block;
  text-align: center;
  width: 100px;
  border: 1px solid #3db78b;
  border-radius: 9px;
  color: #5e5e63;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  transition: all 0.2s linear;
  box-sizing: border-box;
  padding: 6px 5px 7px;
}
.content-text .slide_sort a:hover {
  background: #3db78b;
  color: #fff;
}
.content-text .slide_sort .active a {
  background: #3db78b;
  color: #fff;
  font-weight: 700;
}
.youtube_box {
  width: auto;
  max-width: 850px;
}
.youtube_slider {
  margin: 0 -16px;
  padding: 0 0 52px;
}
.content-text .youtube_slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
}
.content-text .youtube_slider .slick-dots li {
  margin: 0 18px 0;
  padding: 0;
}
.content-text .youtube_slider .slick-dots li:before {
  display: none;
}
.youtube_slider .slick-next,
.youtube_slider .slick-prev {
  top: 53px;
}
.youtube_slider .slick-next {
  right: -59px;
  left: auto;
}
.youtube_slider .slick-prev {
  left: -59px;
}
.youtube_slider .item_slide {
  padding: 0 16px;
}
.youtube_slider .item_slide a {
  overflow: hidden;
  border-radius: 4px;
  display: block;
  margin: 0 0 0;
}
.youtube_slider .item_slide a.play-icon {
  margin: 0 0 11px;
}
.youtube_slider .item_slide a img {
  max-width: none;
  display: block;
  width: 100%;
}
.youtube_slider .date {
  margin: 0 0 1px;
  padding: 0 0 0 24px;
  position: relative;
  color: #5e5e63;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.youtube_slider .date:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: url("/local/templates/dezoff.2.0/images/icon_date.svg") no-repeat;
  background-size: 100%;
}
.youtube_slider .date em {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  margin: 0 0 0 6px;
}
.youtube_slider .item_slide span {
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.005em;
}

@media screen and (max-width: 1310px) {
  .youtube_slider .slick-prev {
    left: 0;
  }
  .youtube_slider .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1190px) {
  .youtube_box {
    width: calc(100vw - 340px);
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .head_box,
  .subscription_box {
    padding: 0 0 0 64px;
  }
  .head_box:after {
    width: 42px;
    height: 42px;
  }
  .content-text .list_tags li {
    margin: 0 6px 15px 0;
  }
}
@media screen and (max-width: 820px) {
  .youtube_box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .title_box {
    font-size: 30px;
  }
  .subscription_box {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .head_box {
    padding: 60px 0 0;
  }
  .subscription_box {
    display: block;
  }
  .subscription_box .btn-turquoise {
    margin: 0 0 25px;
    max-width: 100%;
  }
  .sort_box {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
}
/* end new style for video block 08.07.2021 */

/* styles for new pages 09.08.2021 */
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');*/
.new_services .logo {
  max-width: 320px;
  color: #1b2139;
  font-weight: 700;
  margin: 2px 0 0;
}
.new_services .logo:before {
  transform: translateY(-54%);
}
.new_services .logo em {
  display: block;
  font-style: normal;
  color: #37373a;
  font-size: 11px;
  line-height: 16px;
  padding: 6px 0 0;
  text-transform: none;
  font-weight: 400;
}
.new_services .phone_box {
  display: inline-block;
  vertical-align: top;
  padding: 3px 0 0;
}
.new_services .tel-number {
  margin: 0 0 10px;
}
.new_services .time_phone {
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  font-style: normal;
  color: #37373a;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-align: left;
}
.new_services .time_phone:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.new_services .holder-cal-back {
  margin: 0 0 0 150px;
}
.new_services .promo-two {
  margin: 0 0 22px;
}
.new_services .promo-two h1 {
  margin: 0 0 27px;
}
.new_services .promo-two h1 span {
  display: block;
}
.new_services .promo-two.cond h1 {
  margin: 0 0 8px;
}
.new_services .promo-two p {
  max-width: 490px;
  line-height: 1.35;
  margin: 0 0 40px;
}
.new_services .promo-two.cond p {
  margin: 0 0 33px;
}
.new_services .promo-two .btn-turquoise {
  margin: 0 0 43px;
}
.new_services .departure {
  text-align: left;
  width: 255px;
  display: flex;
  flex-wrap: wrap;
  bottom: 43px;
  right: 1%;
}
.new_services .departure .holder-img {
  color: #ff4a71;
  font-size: 36px;
  line-height: 34px;
  font-weight: 900;
  width: 103px;
  max-width: none;
  white-space: nowrap;
  margin: 4px 0 0;
}
.new_services .departure .holder-img img {
  display: inline-block;
  vertical-align: baseline;
}
.new_services .departure .holder-img em {
  font-style: normal;
}
.new_services .departure span {
  width: calc(100% - 103px);
  padding: 0 0 0 17px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  box-sizing: border-box;
}
.new_services .departure span strong {
  display: block;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 4px;
}
.new_services .promo-two .img-promo-1 {
  max-width: 528px;
  right: 7.5%;
  top: 30px;
}
.new_services .promo-two.cond .img-promo-1 {
  right: 0.5%;
  top: 59px;
}
.installation_block {
  padding: 0 0 0;
}
.installation_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}
.installation_list li {
  padding: 0 15px;
  margin: 0 0 29px;
  width: 33.3%;
  box-sizing: border-box;
}
.installation_list .inner_list {
  min-height: 98px;
  background: #f4f5f8;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  padding: 25px 41px 20px;
}
.installation_list .inner_list:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 6px;
  right: 6px;
  height: 1px;
  opacity: 0.37;
  background: #555f8b;
}
.installation_list .icon {
  display: block;
  width: 48px;
}
.installation_list strong {
  display: block;
  width: calc(100% - 48px);
  padding: 0 0 0 27px;
  box-sizing: border-box;
  color: black;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.installation_list li:nth-child(even) .inner_list {
  background: #eef7f8;
}
.installation_list li:nth-child(even) .inner_list:after {
  background: #3db78b;
}
.form-consultation {
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.06);
}
.form-consultation:after {
  position: absolute;
  content: "";
  top: 42px;
  right: 55px;
  width: 64px;
  height: 64px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-05.svg") no-repeat;
  background-size: 100%;
}
.official_block {
  padding: 46px 0 0;
}
.official_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 18px;
}
.official_block .title_box {
  width: 58%;
  box-sizing: border-box;
  padding: 0 0 0 142px;
  position: relative;
  letter-spacing: 0;
  margin: 0 0 30px;
}
.official_block .title_box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 23px;
  width: 76px;
  height: 76px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-07.png") no-repeat;
  background-size: 100%;
}
.official_block .title_box .small {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #a7a7a7;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.official_block .title_box .title {
  margin: 0 0 0;
  color: #000;
  font-size: 44px;
  line-height: 0.91;
  font-weight: 700;
}
.official_box .subtitle {
  box-sizing: border-box;
  width: 42%;
  padding: 19px 0 0 132px;
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 500;
  margin: 0 0 30px;
}
.official_box .subtitle:after {
  position: absolute;
  content: "";
  top: 17px;
  left: 24px;
  width: 70px;
  height: 70px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-06.svg") no-repeat;
  background-size: 100%;
}
.official_block .list-card {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 44px;
  position: relative;
  padding: 26px 0 16px;
}
.official_block .list-card:after,
.official_block .list-card:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 1px;
  background: #d2d9e3;
}
.official_block .list-card:before {
  top: 0;
}
.official_block .list-card:after {
  bottom: 0;
}
.official_block .list-card li {
  margin: 0 0 10px;
  padding-bottom: 0;
  width: 25%;
  box-sizing: border-box;
  color: #5e5e63;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 300;
  padding-right: 10px;
}
.official_block .list-card li:after {
  display: none;
}
.official_block .list-client-sum li {
  width: 20%;
  font-size: 15px;
  line-height: 1.34;
}
.official_block .list-client-sum span {
  font-size: 44px;
  line-height: 1;
}
.clients_block {
  padding: 3px 0 30px;
}
.clients_block h3 {
  margin: 0 0 28px;
}
.clients_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 11px;
}
.clients_list li {
  padding: 0 15px;
  width: 33.3%;
  box-sizing: border-box;
  margin: 0 0 22px;
  min-height: 119px;
}
.clients_list .inner_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 13px 36px 20px;
  height: 100%;
  box-sizing: border-box;
  background: #f4f5f8;
  border-radius: 6px;
}
.clients_list .icon {
  display: block;
  width: 61px;
}
.clients_list strong {
  box-sizing: border-box;
  padding: 0 0 0 17px;
  width: calc(100% - 61px);
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}
.clients_block .form-consultation:after {
  width: 51px;
  height: 62px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-14.svg") no-repeat;
  background-size: 100%;
  right: 64px;
}
.warranty_block {
  padding: 30px 0 30px;
}
.warranty_block h3 {
  margin: 0 0 25px;
}
.warranty_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.warranty_list .item_list {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 22px;
  min-height: 239px;
  box-sizing: border-box;
}
.warranty_list .inner_list {
  background: #f4f5f8;
  border-radius: 6px;
  padding: 40px 47px 30px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.warranty_list .item_list:nth-child(even) .inner_list {
  background: #eef7f8;
}
.warranty_text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 35px;
}
.warranty_text .icon {
  display: block;
  width: 55px;
}
.warranty_text .dscr {
  width: calc(100% - 55px);
  padding: 0 0 0 31px;
  box-sizing: border-box;
}
.warranty_text .title_warranty {
  margin: 0 0 18px;
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.warranty_text p {
  margin: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 300;
}
.warranty_check {
  padding: 0 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.warranty_check li {
  position: relative;
  padding: 0 0 0 26px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  line-height: 1.34;
  margin: 0 0 10px;
  width: 60%;
}
.warranty_check li:nth-child(odd) {
  width: 40%;
}
.warranty_check li:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 15px;
  height: 11px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-19.png") no-repeat;
  background-size: 100%;
}
.production_block {
  padding: 22px 0 30px;
}
.production_block h3 {
  margin: 0 0 42px;
  line-height: 1.14;
}
.production_block h3 span {
  font-size: 44px;
  color: #2ba97c;
  font-weight: 700;
}
.production_box {
  padding: 25px 60px 30px 66px;
  box-sizing: border-box;
  border: 7px solid #eff2f5;
  border-radius: 6px;
  margin: 0 0 31px;
}
.production_box .production_title {
  margin: 0 0 16px;
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}
.production_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0;
  justify-content: space-between;
}
.production_list li {
  margin: 0 0 15px;
  padding: 0 0 0 26px;
  box-sizing: border-box;
  position: relative;
  font-size: 15px;
  line-height: 1.34;
  color: #000;
  font-weight: 500;
}
.production_list li:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 15px;
  height: 11px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-19.png") no-repeat;
  background-size: 100%;
}
.info_box {
  padding: 41px 66px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0;
  background: url("/local/templates/dezoff.2.0/images/vt_bg-02.jpg") no-repeat;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.06);
}
.info_text {
  padding: 0 15px 0 19%;
  position: relative;
  box-sizing: border-box;
  width: 60%;
  color: #323b62;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  margin: 0 0 20px;
}
.info_text:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 12%;
  width: 53px;
  height: 62px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-20.svg") no-repeat;
  background-size: 100%;
}
.info_box .btn_holder {
  text-align: center;
  width: 40%;
  margin: 0 0 20px;
}
.info_box .btn-turquoise {
  margin: 0 auto;
}
.complex_block {
  position: relative;
  z-index: 1;
  padding: 30px 0 50px;
}
.heading_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.heading_box h3 {
  width: 46%;
  margin: 0 0 20px;
}
.subtitle {
  display: block;
  width: 54%;
  box-sizing: border-box;
  padding: 0 0 0;
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 300;
}
.complex_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.complex_list .item_list {
  padding: 0 15px;
  margin: 0 0 30px;
  width: 25%;
  box-sizing: border-box;
  min-height: 268px;
}
.complex_list .inner_list {
  width: 100%;
  height: 100%;
  padding: 38px 35px 20px 42px;
  box-sizing: border-box;
  background: #eef7f8;
  border-radius: 6px;
}
.complex_list .item_list:nth-child(even) .inner_list {
  background: #f4f5f8;
}
.complex_list .icon {
  display: block;
  margin: 0 0 28px 29px;
  height: 56px;
}
.complex_list strong {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 300;
}
.verify_block {
  padding: 50px 0 40px;
  position: relative;
  z-index: 0;
}
.verify_block:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 692px;
  pointer-events: none;
  background: url("/local/templates/dezoff.2.0/images/vt_bg-03.png") no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  z-index: -1;
}
.verify_block .heading_box {
  align-items: baseline;
  margin: 0 0 30px;
}
.verify_block .heading_box h3 {
  width: auto;
  padding: 0 34px 0 0;
}
.verify_block .heading_box .subtitle {
  width: auto;
}
.verify_block .heading_box .subtitle a {
  font-weight: 700;
  position: relative;
}
.verify_block .heading_box .subtitle a:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  right: 0;
  height: 1px;
  background: #3db78b;
}
.verify_block .heading_box .subtitle a:hover:after {
  opacity: 0;
}
.group_box {
  display: flex;
  flex-wrap: wrap;
}
.inner_group {
  width: 56%;
  box-sizing: border-box;
  padding: 31px 25px 11px 59px;
  position: relative;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 5px 21px rgba(0, 0, 0, 0.06);
  margin: 0 0 30px;
  align-self: start;
}
.inner_group:after {
  position: absolute;
  content: "";
  top: -14px;
  left: 81px;
  width: 31px;
  height: 15px;
  background: url("/local/templates/dezoff.2.0/images/vt_bg-04.png") no-repeat;
  background-size: 100%;
}
.group_box .payment-account {
  width: 44%;
}
.group_box .payment-account .title {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 22px;
}
.group_box .list-payment li {
  font-size: 15px;
  line-height: 1.34;
  margin: 0 -30px 4px 0;
}
.group_box .list-payment li:after {
  clear: both;
  content: "";
  display: block;
}
.group_box .list-payment li strong {
  width: 50px;
  font-weight: 700;
  float: left;
}
.group_box .list-payment li span {
  display: block;
  overflow: hidden;
  padding: 0 0 0 30px;
}
.group_box .procurement {
  box-shadow: none;
  padding: 5px 0 0 40px;
  width: 56%;
  box-sizing: border-box;
}
.group_box .procurement:before {
  display: none;
}
.inner_procurement {
  background: #e8f8f2;
  border-radius: 10px;
  padding: 25px 20px 25px 37px;
  max-width: 276px;
  font-size: 13px;
  line-height: 1.23;
  font-weight: 300;
}
.inner_procurement p {
  margin: 0 0 6px;
}
.inner_procurement p strong {
  line-height: 1.34;
  font-size: 15px;
  font-weight: 700;
}
.inner_procurement .price {
  display: block;
  color: #3db78b;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  padding: 10px 0 0;
}
.partners_box {
  width: 44%;
  box-sizing: border-box;
  padding: 0 63px 0 50px;
}
.partners_title {
  color: #000;
  font-size: 19px;
  line-height: 1.27;
  margin: 0 0 36px;
  display: block;
  padding: 0 20px 0 0;
}
.logo_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logo_list li {
  margin: 0 0 47px;
}
.certificate_block {
  padding: 38px 0 0;
}
.certificate_block h4,
.professional-block h4 {
  color: #000;
  font-size: 36px;
  line-height: 1.23;
  margin: 0;
}
.certificate_block .slider-legal .slick-list {
  margin-bottom: 16px;
}
.new_services .video_block {
  padding: 0 0 20px;
}
.new_services .video_block .heading_box {
  justify-content: space-between;
}
.new_services .video_block .heading_box h3 {
  width: auto;
}
.new_services .video_block .subtitle {
  width: auto;
  padding: 6px 0 0;
}
.video_box {
  display: flex;
  flex-wrap: wrap;
}
.video_box .holder-text {
  padding: 47px 35px 0 34px;
  color: #000;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 300;
  box-sizing: border-box;
  width: 34.5%;
  margin: 0 0 30px;
}
.video_box .holder-title {
  display: block;
  margin: 0 0 15px;
  color: #2ba97c;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
}
.video_box .holder-title:after {
  position: absolute;
  content: "";
  top: 2px;
  left: -30px;
  width: 2px;
  height: 20px;
  background: #3db78b;
}
.video_box .holder-text p {
  margin: 0 0 32px;
}
.holder-video {
  width: 65.5%;
  margin: 0 0 30px;
}
.video_box .play-icon {
  border-radius: 6px;
  overflow: hidden;
}
.video_box .play-icon img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.video_box .play-icon:before {
  display: block;
  content: "";
  position: static;
  left: auto;
  top: auto;
  background: none;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  height: auto;
  transform: none;
  padding: 54.5% 0 0;
}
.video_box .play-icon:after {
  display: none;
}
.video_box .video_text {
  position: absolute;
  bottom: 46px;
  right: 0;
  width: 47.5%;
  color: #fff;
  font-size: 33px;
  line-height: 0.75;
  font-weight: 900;
  box-sizing: border-box;
}
.video_box .video_text:after {
  position: absolute;
  content: "";
  top: 0;
  left: -100px;
  width: 76px;
  height: 76px;
  background: url("/local/templates/dezoff.2.0/images/vt_play.png") no-repeat;
  background-size: 100%;
}
.video_box .video_text .small {
  display: block;
  color: #949494;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  padding: 19px 0 0;
}
.price_block {
  padding: 14px 0 40px;
}
.price_block h4 {
  margin: 0 0 15px;
}
.price_block .p-size {
  margin: 0 0 24px;
}
.price_block .discount-price li {
  justify-content: space-between;
  margin: 0 0 10px;
  padding: 21px 36px 23px 120px;
  border-radius: 6px;
  transition: all 200ms linear;
}
.price_block .discount-price li,
.price_block .discount-price li:last-child,
.price_block .discount-price li:nth-child(even) {
  background: #f3f5f8;
}
.price_block .discount-price span {
  flex: none;
  font-size: 21px;
  line-height: 1.14;
  width: 100%;
  max-width: 600px;
}
.price_block .discount-price strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 33px;
  flex: none;
  width: 157px;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
.price_block .discount-price strong span {
  display: block;
  text-align: center;
  color: #3db78b;
  font-size: 16px;
  line-height: 1;
}
.price_block .discount-price strong small {
  font-family: "MuseoSans", sans-serif;
  font-size: 18px;
}
.price_block .discount-price li:before {
  font-size: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  transition: all 200ms linear;
}
.price_block .discount-price li:before,
.price_block .discount-price li:last-child:before {
  background: #4b465a;
}
.price_block .discount-price .holder-btn {
  flex: none;
}
.price_block .cal-back {
  background: transparent;
  color: #000;
  transition: all 200ms linear;
}
.price_block .cal-back i {
  color: #38b98a;
  transition: all 200ms linear;
}
.price_block .cal-back:hover {
  background: #3db78b;
  color: #fff;
}
.price_block .cal-back:hover i {
  color: #fff;
}
.price_block .discount-price li:hover {
  background: rgba(243, 245, 248, 0.28);
}
.price_block .discount-price li:hover:before {
  background: #3db78b;
}
.legal_block {
  padding: 27px 0 15px;
}
.legal_block .slider-legal {
  padding: 0;
}
.legal_block .slider-legal .slick-list {
  margin: 0 -15px 15px;
}
.new_services .review {
  padding: 71px 0 60px;
  margin: 0;
}
.new_services .slider-review .holder-block {
  padding-top: 54px;
  padding-bottom: 23px;
}
.new_services .review .holder-assessment {
  display: block;
  padding: 0;
}
.new_services .review .holder-assessment .list-star li {
  margin: 0 6px 0 0;
}
.new_services .review .assessment {
  font-size: 10px;
}
.new_services .slider-review .slick-list {
  margin: 0 -15px 39px;
}
.new_services .review .slick-dots {
  margin: 0;
}
.reputation_block {
  padding: 44px 0 30px;
}
.reputation_block h3 {
  line-height: 1.14;
  margin: 0 0 40px;
}
.reputation_block h3 span {
  font-size: 44px;
  font-weight: 700;
  color: #3db78b;
}
.reputation_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}
.reputation_list li {
  width: 33.3%;
  padding: 0 15px;
  margin: 0 0 21px;
  box-sizing: border-box;
  min-height: 119px;
}
.reputation_list .inner_list {
  width: 100%;
  height: 100%;
  background: #f0f5f6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 30px 14px 45px;
}
.reputation_list li:first-child .inner_list,
.reputation_list li:last-child .inner_list {
  background: #eef7f8;
}
.reputation_list .inner_list strong {
  display: block;
  padding: 0 0 0 61px;
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 1.12;
}
.reputation_list .inner_list strong:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 22px;
  background: url("/local/templates/dezoff.2.0/images/vt_icon-25.png") no-repeat;
  background-size: 100%;
}
.list_time {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 13px;
}
.list_time .item_time {
  padding: 0 15px;
  margin: 0 0 25px;
  width: 50%;
  box-sizing: border-box;
  min-height: 119px;
}
.list_time .inner_item {
  background: #fff;
  border: 1px solid #3db78b;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 43px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.list_time .icon {
  display: block;
  margin: 0 0 15px;
}
.list_time strong {
  display: block;
  padding: 0 0 0 22px;
  color: #000;
  font-size: 18px;
  line-height: 1.12;
  margin: 0 0 15px;
}
.list_time span {
  display: block;
  padding: 0 0 0 29px;
  margin: 0 0 15px;
  color: #7a7a7e;
  font-size: 14px;
  line-height: 1.29;
}
.new_services .professional-block {
  padding: 25px 0 40px;
}
.professional-block h4 {
  margin: 0 0 31px;
}
.new_services .slider-command {
  margin: 0 0 17px;
}
.new_services .slider-command .holder-img {
  flex: none;
  margin: 0 0 10px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 50%;
}
.new_services .slider-command .holder-block {
  padding: 22px 34px 34px;
}
.new_services .slider-command .holder-text {
  padding: 0 0 0 24px;
}
.slider-command .group {
  margin: 0 0 6px;
}
.our_team-text .info-text {
  margin: 0 0 0 -10px;
}
.our_team-text .info-text ul {
  padding: 21px 0 0 12px;
}
.our_team-text .info-text ul li {
  font-size: 14px;
  line-height: 1.43;
  margin: 0 0 9px;
}
.new_services .professional-block .btn-turquoise {
  margin: 0 auto;
  max-width: 360px;
}
.method_block {
  padding: 30px 0 40px;
}
.method_block .box-title {
  align-items: flex-start;
  margin: 0 0 30px;
}
.method_block .box-title h3 {
  margin: 0 0 15px;
}
.method_block .box-title p {
  margin: 0 0 15px;
  padding: 10px 34px 0 0;
}
.method_block .list-method {
  padding: 0;
}
.method_block .list-method .holder-block {
  border: 7px solid #f3e1e4;
  border-radius: 6px;
  background: none;
  padding: 31px 63px 14px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.method_block .list-method li:last-child .holder-block {
  border: 7px solid #e2efea;
}
.method_block .list-method .group {
  margin: 0 0 0;
  min-height: auto;
}
.method_block .list-method .holder-img {
  flex: none;
  justify-content: center;
  width: 110px;
  margin: 0 0 15px;
}
.method_block .list-method .holder-text {
  padding: 0 0 0 18px;
  width: calc(100% - 110px);
  box-sizing: border-box;
  flex: none;
  margin: 0 0 15px;
}
.method_block .list-method strong {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}
.method_block .list-method .list-dots {
  padding: 20px 0 0;
  flex: 1 1 auto;
}
.method_block .list-method .list-dots li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  color: #000;
  font-size: 15px;
  line-height: 1.34;
}
.method_block .list-method .list-dots li:before,
.method_block .list-method .list-dots li:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  top: 9px;
  left: 3px;
  border-radius: 0;
}
.method_block .list-method .list-dots li:after {
  transform: rotate(90deg);
}
.method_block .list-method .list-dots.minus li:before {
  background: #ff4a71;
}
.method_block .list-method .list-dots.minus li:after {
  opacity: 0;
}
.method_block .list-method .list-dots.plus li:before,
.method_block .list-method .list-dots.plus li:after {
  background: #3db78b;
}
.method_block .res_box {
  justify-self: end;
  color: #000;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 300;
}
.method_block .res_box strong {
  display: block;
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.34;
  padding: 8px 0 0 3px;
}
.step_block {
  padding: 21px 0 0;
}
.step_block h4 {
  margin: 0 0 20px;
}
.step_block .subtitle {
  color: #000;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 300;
  margin: 0 0 4px;
  width: 100%;
}
.step_block .list-step p {
  margin: 0 0 13px;
}
.step_block .list-step strong {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.services_block {
  padding: 0 0 0;
}
.services_block h3 {
  max-width: 800px;
  margin: 0 0 18px;
}
.services_block .subtitle {
  font-size: 21px;
  line-height: 1.29;
  margin: 0 0 44px;
  font-weight: 500;
}
.question-block {
  padding: 41px 0 0;
  margin: 0 -15px 80px;
}
.question-block .holder-block {
  width: 68%;
}
.question-block .holder-block:last-child {
  width: 32%;
  text-align: right;
  padding-top: 39px;
}
.question-block .holder-block .btn-turquoise {
  display: inline-block;
}
.fixed-header .new_services .holder-cal-back {
  margin: 0;
}
.production_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.production_wrap .col-50 {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.production_wrap .production_box {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 60px 48px 30px;
  height: 100%;
}
.production_wrap .production_img {
  width: 160px;
  height: 126px;
  display: flex;
  align-items: center;
}
.production_wrap .production_dscr {
  width: calc(100% - 160px);
  padding: 20px 0 0 17px;
  box-sizing: border-box;
}
.production_wrap .production_title {
  margin: 0 0 21px;
}
.production_wrap .list li {
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.34;
  font-weight: 500;
}
.production_wrap .list li:after,
.production_wrap .list li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 2px;
  top: 9px;
  left: 3px;
  border-radius: 0;
}
.production_wrap .list li:after {
  transform: rotate(90deg);
}
.production_wrap .list.list_plus li:after,
.production_wrap .list.list_plus li:before {
  background: #3db78b;
}
.production_wrap .list.list_minus li:after,
.production_wrap .list.list_minus li:before {
  background: #ff4a71;
}
.production_wrap .list.list_minus li:after {
  opacity: 0;
}
.info_box.change .info_text {
  width: 64%;
}
.info_box.change .btn_holder {
  width: 36%;
}
.complex_block .heading_box {
  align-items: center;
}
.complex_list.change .item_list {
  width: 33.3%;
  min-height: 239px;
}
.complex_list.change .inner_list {
  padding: 33px 60px 20px 62px;
}
.complex_list.change .title_list {
  margin: 0 0 21px;
  color: #3db78b;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
.presence_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 5px 0 0;
}
.presence_box .inner_box {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-wrap: wrap;
}
.presence_box strong {
  display: block;
  width: 150px;
  padding: 0 0 0 28px;
  position: relative;
  color: #2ba97c;
  font-size: 22px;
  line-height: 1.1;
  box-sizing: border-box;
}
.presence_box strong:after {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  height: 46px;
  width: 2px;
  background-color: #3db78b;
}
.presence_box p {
  color: #000;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 500;
  margin: 0;
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding: 0 0 0 28px;
}
.services_block.change {
  padding: 52px 0 43px;
}
.services_block.change h3 {
  max-width: 870px;
}

@media screen and (max-width: 991px) {
  .new_services .holder-cal-back {
    margin: 0 0 0 50px;
  }
  .new_services .promo-two .img-promo-1 {
    right: 20px;
  }
  .official_block .title_box,
  .official_box .subtitle {
    width: 100%;
  }
  .official_box .subtitle:after {
    top: 5px;
  }
  .clients_list .inner_list {
    padding: 13px 15px 20px;
  }
  .warranty_list .inner_list {
    padding: 40px 25px 30px;
  }
  .warranty_check {
    padding: 0;
  }
  .production_box {
    padding: 25px 20px 30px 25px;
  }
  .info_box {
    padding: 41px 25px 28px;
  }
  .info_box {
    background-position: 25% 50%;
  }
  .complex_list.change .inner_list,
  .complex_list .inner_list {
    padding: 38px 15px 20px 20px;
  }
  .inner_group,
  .partners_box {
    width: 100%;
  }
  .inner_group {
    margin: 0 0 50px;
  }
  .logo_list li {
    width: 20%;
  }
  .reputation_list .inner_list {
    padding: 10px 20px 14px 25px;
  }
  .reputation_list .inner_list strong {
    padding: 0 0 0 40px;
  }
  .list_time .inner_item {
    padding: 30px 20px 22px;
  }
  .method_block .box-title p {
    padding: 10px 0 0;
  }
  .question-block .holder-block,
  .question-block .holder-block:last-child {
    width: 100%;
  }
  .question-block .holder-block:last-child {
    text-align: left;
    padding-top: 0;
  }
  .installation_list .inner_list {
    padding: 25px 15px 20px;
  }
  .installation_list strong,
  .clients_list strong {
    font-size: 18px;
  }
  .price_block .discount-price li {
    padding: 21px 36px 23px 70px;
  }
  .production_wrap .production_box {
    padding: 36px 30px 48px 30px;
  }
  .production_wrap .production_img {
    width: 120px;
  }
  .production_wrap .production_dscr {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 820px) {
  .new_services .promo-two p {
    font-size: 20px;
  }
  .installation_list li,
  .official_block .list-card li,
  .clients_list li,
  .complex_list .item_list,
  .reputation_list li {
    width: 50%;
  }
  .official_block .title_box .title {
    font-size: 34px;
  }
  .official_block .list-client-sum li {
    width: 33.3%;
  }
  .warranty_list .item_list,
  .list_time .item_time {
    width: 100%;
    min-height: auto;
  }
  .production_block h3 span,
  .reputation_block h3 span {
    font-size: 33px;
  }
  .info_box {
    background-position: 100% 50%;
  }
  .info_box.change .info_text,
  .info_box.change .btn_holder,
  .info_text,
  .info_box .btn_holder,
  .heading_box h3,
  .new_services .subtitle,
  .video_box .holder-text,
  .holder-video {
    width: 100%;
  }
  .info_text {
    padding: 0 15px 0 70px;
  }
  .info_text:after {
    left: 0;
  }
  .heading_box {
    display: block;
  }
  .complex_list .item_list {
    min-height: auto;
  }
  .complex_block {
    padding: 30px 0 10px;
  }
  .inner_group {
    padding: 20px 25px 11px 25px;
  }
  .group_box .payment-account,
  .group_box .procurement {
    float: left;
  }
  .partners_box {
    padding: 0 25px;
  }
  .new_services .video_block .subtitle br,
  .list_time strong br,
  .list_time span br,
  .method_block .box-title p br {
    display: none;
  }
  .video_box .video_text {
    padding: 0 15px 0 0;
    box-sizing: border-box;
  }
  .price_block .p-size,
  .services_block .subtitle {
    font-size: 18px;
  }
  .price_block .discount-price li {
    display: flex;
    flex-wrap: wrap;
    padding: 21px 15px 23px 70px;
  }
  .price_block .discount-price span {
    width: calc(100% - 263px);
    margin: 0;
  }
  .price_block .discount-price li:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .method_block .box-title,
  .review .box-title,
  .new_services .box-title {
    display: block;
  }
  .method_block .box-title p,
  .new_services .video_block .subtitle {
    padding: 0;
  }
  .production_wrap .production_box {
    display: block;
  }
  .production_wrap .production_img {
    width: auto;
    height: auto;
  }
  .production_wrap .production_dscr {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 690px) {
  .form-consultation:after {
    display: none;
  }
  .official_block .title_box:after {
    width: 45px;
    height: 45px;
    left: 0;
  }
  .official_block .title_box,
  .official_box .subtitle {
    padding: 0 0 0 60px;
  }
  .official_box .subtitle:after {
    width: 40px;
    height: 40px;
    left: 0;
  }
  .info_text:after {
    top: -5px;
  }
  .price_block .discount-price li {
    justify-content: space-between;
  }
  .price_block .discount-price span {
    width: 100%;
    margin: 0 0 5px;
  }
  .price_block .discount-price strong {
    margin: 0;
  }
  .installation_list strong {
    padding: 0 0 0 15px;
  }
  .clients_list strong {
    font-size: 16px;
  }
  .group_box .payment-account,
  .group_box .procurement {
    float: none;
    width: 100%;
    padding: 0;
  }
  .logo_list li {
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .production_wrap .col-50 {
    width: 100%;
    margin: 0 0 30px;
  }
  .complex_list.change .item_list {
    width: 100%;
    min-height: auto;
  }
  .production_block h3 span,
  .reputation_block h3 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .installation_list .inner_list {
    align-items: center;
  }
  .installation_list li,
  .official_block .list-card li,
  .clients_list li,
  .complex_list .item_list,
  .reputation_list li {
    width: 100%;
  }
  .installation_list strong br {
    display: none;
  }
  .official_block .list-client-sum li {
    width: 50%;
  }
  .video_box .video_text {
    font-size: 26px;
  }
  .video_box .video_text:after {
    width: 56px;
    height: 56px;
    left: -70px;
  }
  .reputation_list li,
  .clients_list li {
    min-height: auto;
  }
  .list_time .inner_item {
    padding: 20px 20px 11px;
  }
  .method_block .list-method .holder-block {
    padding: 31px 25px 14px;
  }
  .presence_box .inner_box {
    display: block;
  }
  .presence_box p {
    padding: 0;
    width: 100%;
  }
  .presence_box strong {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
  }
  .presence_box strong:after {
    top: 0;
    height: 22px;
  }
  .price_block .discount-price span {
    font-size: 18px;
  }
  .price_block .discount-price li:before {
    top: 20px;
    transform: none;
  }
}
@media screen and (max-width: 450px) {
  .new_services .promo-two p {
    font-size: 18px;
  }
  .form-consultation {
    padding: 51px 10px 8px;
  }
  .form-consultation .title,
  .official_block .title_box .title {
    font-size: 28px;
  }
  .official_block .list-client-sum span {
    font-size: 40px;
  }
  .warranty_text {
    display: block;
  }
  .warranty_text .icon {
    margin: 0 0 10px;
  }
  .warranty_text .dscr {
    width: 100%;
    padding: 0;
  }
  .warranty_check li,
  .warranty_check li:nth-child(odd) {
    width: 100%;
  }
  .production_block h3 span,
  .reputation_block h3 span,
  .certificate_block h4,
  .professional-block h4 {
    font-size: 24px;
  }
  .partners_box {
    padding: 0 10px;
  }
  .logo_list li {
    margin: 0 0 25px;
  }
  .video_box .video_text {
    width: 73%;
    bottom: 15px;
  }
  .price_block .discount-price strong {
    margin: 0 0 10px;
  }
  .warranty_text {
    margin: 0 0 15px;
  }
  .list_time .inner_item {
    display: block;
  }
  .list_time strong,
  .list_time span {
    padding: 0;
  }
  .method_block .list-method .group {
    display: block;
  }
  .method_block .list-method .holder-img {
    display: block;
    width: auto;
  }
  .method_block .list-method .holder-text {
    width: 100%;
    padding: 0;
  }
  .production_list {
    display: block;
  }
  .production_list li br {
    display: none;
  }
}
@media screen and (max-width: 349px) {
}
/* end styles for new pages 09.08.2021 */

.question-block.bx-wide-question .holder-block {
  width: 50%;
}
.question-block.bx-wide-question .holder-block:last-child {
  padding-top: 0;
  text-align: left;
  width: 50%;
}
@media (max-width: 768px) {
  .question-block.bx-wide-question .holder-block {
    width: 100%;
  }
  .question-block.bx-wide-question .holder-block:last-child {
    width: 100%;
  }
}

/* update menu 02.09.2021 */

.list-nav li {
  width: 16.66%;
}

/* end update menu 02.09.2021 */

.detail-article .content-text.detail-text a {
  text-decoration: underline;
}
.detail-article .content-text.detail-text a:hover {
  text-decoration: none;
}
.detail-article .detail-text ol li ul li:before {
  content: "";
}
.bx-title-h1 {
  font-size: 44px;
  line-height: 1;
  margin: 0 0 16px;
}

/* style for new block */
.dscr_services {
  margin: -17px 0 0;
}
.dscr_services h4 {
  margin: 0 0 18px;
}
.dscr_services .table-box {
  margin: 0 0 80px;
  padding: 14px 0 0;
}
.dscr_services p {
  margin: 0 0 21px;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.42;
}
.dscr_services .list {
  padding: 0 0 0 59px;
  margin: 0 0 17px;
}
.dscr_services .list li {
  margin: 0 0 6px;
  padding: 0 0 0 19px;
  position: relative;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 500;
}
.dscr_services .list li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #3db78b;
  border-radius: 50%;
}
.table_dscr {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #ececf2;
}
.table_dscr td {
  height: 76px;
  padding: 5px 25px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  border-right: 1px solid #ececf2;
  box-sizing: border-box;
}
.table_dscr tr:nth-child(odd) td {
  background: #f9f9fb;
}
.table_dscr tr:first-child td {
  height: 51px;
  background: #333774;
  border-left: 1px solid rgba(236, 236, 242, 0.2);
  border-right: 1px solid rgba(236, 236, 242, 0.2);
}
.table_dscr td:first-child {
  border-left: 1px solid #ececf2;
  width: 25.64%;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 700;
  padding-left: 52px;
  padding-right: 10px;
}
.table_dscr td:last-child {
  width: 20.17%;
  padding-left: 35px;
  padding-right: 10px;
}
.table_dscr td .title {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 700;
}
.table_dscr .price_box {
  display: flex;
  flex-wrap: wrap;
}
.table_dscr .price_box strong {
  display: block;
  color: #3db78b;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 21px 0 0;
}
.table_dscr .price_box span {
  display: block;
  color: #acacac;
  font-size: 12px;
  line-height: 20px;
  text-decoration: line-through;
  font-weight: 400;
}
.useful_video_block {
  background: #f4f9f7;
  padding: 32px 53px 20px 66px;
  box-shadow: inset 0 1px 25px rgba(244, 249, 247, 0.13);
}
.useful_video_block .title_video {
  margin: 0 0 30px;
  color: #000;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}
.video_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.video_list .item_video {
  width: 25%;
  padding: 0 7px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.video_list .inner_item {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 27px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  height: 100%;
}
.video_list .img_box {
  position: relative;
}
.video_list .img_box img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_list .img_box:before {
  display: block;
  content: "";
  padding: 56.5% 0 0;
}
.video_list .dscr {
  display: flex;
  padding: 5px 60px 6px 20px;
  align-items: center;
  position: relative;
  min-height: 68px;
  box-sizing: border-box;
}
.video_list .title {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.video_list .play {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-60%);
  width: 37px;
  height: 37px;
  background: #f94c72;
  border-radius: 50%;
}
.video_list .play:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-35%, -45%);
  border-left: 10px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.tags_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 37px;
}
.tags_list .item_tags {
  width: 20%;
  padding: 0 10px;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.tags_list .inner_tags {
  padding: 23px 25px 28px 28px;
  height: 100%;
  position: relative;
  border-radius: 4px;
  z-index: 0;
  display: block;
  box-sizing: border-box;
}
.tags_list .inner_tags:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #eff3f4;
  border-radius: 4px;
  transition: all 0.2s linear;
  box-sizing: border-box;
}
.tags_list .inner_tags:hover:after {
  border: 2px solid #3db78b;
}
.tags_list .title {
  display: block;
  margin: 0 0 11px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
}
.tags_list .price {
  display: block;
  margin: 0 0 6px;
  color: #3db78b;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
}
.tags_list .price em {
  font-style: normal;
  font-size: 10px;
}
.tags_list p {
  margin: 0;
  color: #5e5e63;
  font-size: 11px;
  line-height: 14px;
}

@media screen and (max-width: 1100px) {
  .useful_video_block {
    padding: 32px 20px 20px;
  }
  .tags_list .inner_tags {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 991px) {
  .video_list .item_video {
    width: 50%;
  }
  .tags_list .item_tags {
    width: 33.3%;
  }
}
@media screen and (max-width: 820px) {
  .dscr_services .list {
    padding: 0 0 0 20px;
  }
  .table_dscr td {
    padding: 5px 10px 5px 15px;
    font-size: 14px;
  }
  .table_dscr td:first-child,
  .table_dscr td:last-child {
    padding-left: 15px;
  }
  .table_dscr td:first-child {
    font-size: 15px;
  }
  .table_dscr td .title {
    font-size: 16px;
  }
  .table_dscr .price_box strong {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 690px) {
  .video_list .item_video {
    width: 100%;
  }
  .dscr_services .table-box {
    margin: 0 0 50px;
  }
  .tags_list .item_tags {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .table_dscr {
    min-width: 480px;
  }
}
/* end style for new block */

/* style for calc_btn */
.block-link a.btn_calc {
  background: #3db78b;
  border-radius: 9px;
  border: 1px solid #3db78b;
  max-width: 123px;
  width: 100%;
  padding: 7px 5px 6px;
  margin: 0 0 5px;
  display: inline-block;
  text-align: center;
}
.block-link a.btn_calc span {
  padding: 0 0 0 21px;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin: 0;
}
.btn_calc span:after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("/local/templates/dezoff.2.0/images/calc-icon-03.svg")
    no-repeat;
  background-size: 100%;
}
.block-link a.btn_calc:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1120px) {
  .block-link a.btn_calc {
    margin-right: 12px;
  }
}
/* end style for calc_btn */

/* new style 13.12.2021 */
.promo_title {
  margin: 0 0 18px;
}
.promo_title h1 {
  display: inline;
}
.promo_title .turquoise {
  display: inline;
  font-size: 55px;
  font-weight: 700;
}
.promo_title .turquoise small {
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .promo_title .turquoise {
    font-size: 45px;
  }
}
@media screen and (max-width: 690px) {
  .promo_title .turquoise {
    font-size: 40px;
  }
}
@media screen and (max-width: 450px) {
  .promo_title .turquoise {
    font-size: 28px;
  }
}
/* end new style 13.12.2021 */

.dscr_services ul {
  padding: 0 0 0 59px;
  margin: 0 0 17px;
}
.dscr_services ul li {
  margin: 0 0 6px;
  padding: 0 0 0 19px;
  position: relative;
  font-size: 17px;
  line-height: 1.42;
  font-weight: 500;
}
.dscr_services ul li:after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #3db78b;
  border-radius: 50%;
}
.dscr_services h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 18px;
}
.dscr_services ol {
  counter-reset: myCounter;
}
.dscr_services ol li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.dscr_services ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #3db78b;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.list-advantages .holder-icon i.icon-icon-016:before {
  padding: 0 2px;
}

/* new style autor page 10.02.2022 */
.wd_change .author-dscr .name {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.wd_change .author-dscr .dscr {
  margin: 0 0 33px;
}
.wd_change .about-company {
  margin: 0 -15px 33px 0;
}
.education_block .item_block {
  margin: 0 0 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #dbdbe0;
  padding: 0 0 7px;
}
.education_block .item_block:last-child {
  border-bottom: none;
  padding: 0;
}
.education_block .item_box.small {
  width: calc(50% - 15px);
}
.education_block .title {
  display: block;
  margin: 0 0 23px;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 700;
}
.education_block .item_box .list_box {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.education_block .list_box li {
  position: relative;
  padding: 0 0 0 39px;
  margin: 0 0 22px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.375;
  width: calc(50% - 15px);
  box-sizing: border-box;
}
.education_block .list_box li:after {
  position: absolute;
  content: "";
  top: 11px;
  left: -1px;
  height: 1px;
  background: #3db78b;
  width: 27px;
}
.education_block .item_box.small .list_box li {
  width: 100%;
  padding: 0 0 0 39px;
}
.quote_box {
  padding: 31px 38px 31px 58px;
  margin: 0 0 25px;
  position: relative;
  background: #f9fafb;
  border: 1px solid #aad0c2;
  border-radius: 4px;
}
.quote_box p {
  margin: 0 0 11px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
}
.quote_box .dscr {
  display: block;
  text-align: right;
  color: #000;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
}
.quote_box:after {
  position: absolute;
  content: "";
  top: -13px;
  left: 36px;
  width: 40px;
  height: 27px;
  background: url("/local/templates/dezoff.2.0/images/wd_icon-01.png") no-repeat;
  background-size: 100%;
}
.docs-slider .slick-track {
  margin: 0;
}
.recomended_block,
.docs-section.wd_change .docs-slider {
  max-width: 850px;
  padding-left: 10px;
}
.recomended_block {
  padding-top: 40px;
}
.recomended_block .list-recommended {
  margin: 0 -15px 54px;
}
.recomended_block .bx_pagination_section_one {
  margin: 0 0 50px;
}
.autor_section {
  padding: 30px 0 50px;
}
.autor_section h4 {
  margin: 0 0 36px;
}
.autor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: center;
}
.autor_list .item_list {
  width: 33.3%;
  padding: 0 15px;
  margin: 0 0 30px;
  box-sizing: border-box;
}
.autor_list .inner_list {
  background: white;
  border: 1px solid #e4f0f2;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 26px 20px 35px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.autor_list .img_box {
  margin: 0 auto 32px;
  border-radius: 50%;
  width: 127px;
  height: 127px;
  overflow: hidden;
  position: relative;
}
.autor_list .img_box img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.autor_list .img_box:before {
  display: block;
  content: "";
  padding: 100% 0 0;
}
.autor_list .dscr .name {
  display: block;
  margin: 0 0 15px;
  color: #000;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.autor_list .dscr span {
  display: block;
  color: #5e5e63;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
}

@media screen and (max-width: 900px) {
  .autor_list .inner_list {
    padding: 26px 10px 20px;
  }
}
@media screen and (max-width: 690px) {
  .education_block .item_box.small {
    width: 100%;
  }
  .education_block .list_box li {
    width: 100%;
    margin: 0 0 10px;
  }
  .education_block .item_block .item_box {
    margin: 0 0 20px;
  }
  .autor_list .item_list {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .quote_box {
    padding: 31px 20px;
  }
  .quote_box p {
    font-size: 16px;
  }
  .autor_list .item_list {
    width: 100%;
  }
}

/* end new style autor page 10.02.2022 */
.dscr_services img {
  margin: 0 auto;
}

/* update for categoris blog 3.06.2022 */
.nav_list_mob .open_mob {
  display: none;
}
@media screen and (max-width: 820px) {
  .nav_list_mob {
    margin: 10px 0;
  }
  .nav_list_mob .open_mob {
    display: block;
    padding: 0 0 0 0;
    padding: 17px 30px;
    border-radius: 3px;
    background: #eceef2;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    position: relative;
  }
  .nav_list_mob .open_mob:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    background: url(/local/templates/dezoff.2.0/css/../images/bg-18.png)
      no-repeat;
    width: 21px;
    height: 13px;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  .nav_list_mob .nav-list {
    display: none;
    padding: 10px 0 0;
  }
}
/* end update for categoris blog 3.06.2022 */


@media (max-width: 768px) {
  .slider-review .holder-block { display: block; }
  .slider-review .holder-text { flex: auto }
  .slider-review .slick-slide { display: block; }
  .slider-review .slick-track { display: block; }
}
.slider-review .holder-block .nav { text-align: right; }
.review-detail { display: none; }

.video_reviews_block{ padding-top: 16px; margin-bottom: 0; }
.video_reviews_block .video_reviews_title{ margin-bottom: 24px; line-height: 1; font-size: 36px; font-weight: 700; }
.video_reviews_slider{ margin: 0 -15px 20px; /* display: flex; flex-wrap: wrap; */ }
/* .video_reviews_slider .video_reviews_item{ width: 25%; } */
.video_reviews_slider .video_reviews_inner{ padding: 0 15px; }
.video_reviews_slider .video_reviews_img{ margin-bottom: 27px; }
.video_reviews_slider .video_reviews_img a{ display: block; position: relative; }
.video_reviews_slider .video_reviews_img a:after { content: ''; position: absolute; z-index: 1; left: 50%; top: 50%; background: url("/local/templates/dezoff.2.0/css/../images/bg-12.png") no-repeat; border-radius: 50%; box-shadow: 12px 17px 30px 0px rgba(0, 0, 0, 0.55); width: 74px; height: 74px; transform: translateX(-50%) translateY(-50%); }
.video_reviews_slider .video_reviews_img a img{ position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; object-fit: cover; }
.video_reviews_slider .video_reviews_img a:before{ display: block; content: ''; padding-top: 56%; }
.video_reviews_slider .video_title{ display: block; font-size: 19px; line-height: 1.05; font-weight: 700; letter-spacing: -0.01em; }
.video_reviews_slider .video_title a{ transition: all ease 0.3s; }
.video_reviews_slider .video_title a:hover{ text-decoration: underline; }

/* update social */
.social-list{
  flex: 1 0 auto;
}
.social-list li a,
.social-list li img{
  display: block !important;
}
.social-list li a{
  opacity: 0.8;
  transition: all ease 0.3s;
}
.social-list li a:hover{
  opacity: 1;
}

/* update style services menu */
@media (min-width: 821px){
  #nav > ul > li:hover .drop-nav{
    display: block;
  }
  .fixed-header #nav > ul > li:hover .drop-nav{
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 63px;
    bottom: 0;
  }
  .fixed-header #nav > ul > li:hover .list-nav{
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
  }
}
@media (min-width: 992px){
  .fixed-header #nav > ul > li:hover .drop-nav{
    top: 65px;
  }
}
@media (max-width: 820px){
  .list-nav .block:hover{
    box-shadow: none;
  }
}

.video_reviews_block {  }
#content { width: calc(100% - 270px); }
@media (max-width: 768px) {
  #content { width: 100%; }
  .recomended_block .list-recommended { margin: 0 0 54px; }
  .wd_change .about-company { margin: 0 0 33px; }
  .ajax-form.review-form-add { padding: 15px; }
}

.indx-dscr-box table { margin-bottom: 30px; }
.indx-dscr-box img { margin: 0 auto; }

#header .wtsp{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    /* position: relative; */
    border-radius: 25px;
    margin: -13px 34px 0 0;
    border: 2px solid #1EBA6F;
    padding: 15px 18px 15px;
    transition: all 0.3s ease;

}
#header .wtsp span{
    display: inline-block;
    vertical-align: top;
    /* padding-bottom: 3px; */
    /* border-bottom: 1px solid #79C3A0; */
    position: relative;
    padding-left: 39px;
    transition: all 0.3s ease;
}
#header .wtsp span:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 27px;
    height: 27px;
    background: url("/local/templates/dezoff.2.0/images/wtsp_2.svg") no-repeat;
    background-size: 100%;
    transition: all 0.3s ease;
}
#header .wtsp:hover{
  background: #1EBA6F;
}
#header .wtsp:hover span{
    color: #fff;
}
#header .wtsp:hover span:after{
  background: url("/local/templates/dezoff.2.0/images/wtsp-hv_2.svg") no-repeat;
  background-size: 100%;
}
#header .wtsp.hide_d{
    display: none;
}
.fixed-header #header .head-contact{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  /* flex: 0 0 50%; */
  padding-top: 5px;
  white-space: normal;
}
.fixed-header #header .wtsp{
  margin-top: 0;
  margin-right: 10px;
  padding: 8px 8px;
  font-size: 12px;
}
.fixed-header #header .wtsp span{
  padding-left: 23px;
}
.fixed-header #header .wtsp span:after{
  width: 18px;
  height: 18px;
}
.fixed-header #header .holder-cal-back{
  display: block;
  margin: 0;
}
.fixed-header #header .tel-number{
  margin-right: 10px;
}
.fixed-header #header .cal-back{
  margin: 0;
}
.widget_box{
	position: fixed;
	bottom: 50px;
	right: 100px;
	width: 58px;
	height: 58px;
	z-index: 20;
}
.widget_box .open_widget{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #1EBA6F;
	/* box-shadow: 0px 10px 30px rgba(201, 135, 7, 0.20); */
  /* border: 13px solid rgba(30, 186, 111, 0.2); */
  outline: 13px solid rgba(30, 186, 111, 0.2);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
  box-sizing: border-box;
}
.widget_box .open_widget .icon{
	display: block;
	width: 44px;
	height: 44px;
  background: url(/local/templates/dezoff.2.0/images/wtsp-hv_2.svg) no-repeat;
  background-size: 100%;
}
.widget_box .open_widget:after,
.widget_box .open_widget:before{
	border: 2px solid #D8F3E6;
	content: '';
	position: absolute;
	left: -20px;
	opacity: 0;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 2.5s linear infinite;
  /* z-index: -1; */
}
.widget_box .open_widget:after{
	animation-delay: 1.25s;
}
.widget_box .open_widget:hover:after,
.widget_box .open_widget:hover:before{
	animation: none;
	display: none;
}
@keyframes pulse {
	0% {
	  transform: scale(0.5);
	  opacity: 0;
	}
	50% {
	  opacity: 1;
	}
	100% {
	  transform: scale(1.2);
	  opacity: 0;
	}
 }
@media (max-width: 1120px){
  .holder-cal-back{
    margin: 0 0 0 10px;
  }
  #header .wtsp{
    margin: -13px 10px 0 0;
    padding: 10px;
  }
  .fixed-header #header .wtsp{
    /* max-width: 110px; */
    text-align: left;
    box-sizing: border-box;
    width: 110px;
  }
  .fixed-header #header .wtsp span{
    border: none;
    padding-bottom: 0;
    text-decoration-color: #79C3A0;
  }
  .fixed-header #header .wtsp:hover span{
    text-decoration: none;
  }
}
@media (max-width: 980px){
    .head-contact{
        /* float: right; */
        columns: 2;
    }
    #header .wtsp{
        margin: 10px 20px 10px 0;
    }
    .tel-number{
        margin-top: 0;
    }
    .fixed-header #header .wtsp{
      margin-bottom: 0;
    }
}
@media (max-width: 820px){
    #header .wtsp{
        margin: 10px 0;
        font-size: 12px;
    }
}
@media (max-width: 690px){
    #header .wtsp.hide_d{
        display: block;
        position: absolute;
        right: auto;
        left: 17px;
        top: 11px;
        width: auto;
        max-width: none;
        box-sizing: border-box;
        margin: 0;
        border: none;
        padding: 0;
    }
    #header .wtsp.hide_d span{
        padding-left: 24px;
        color: #1EBA6F;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: -0.02em;
    }
    #header .wtsp.hide_d span:after{
      width: 16px;
      height: 16px;
    }
    .fixed-header #header .wtsp.hide_d{
      right: 290px;
      top: 10px;
    }
    .fixed-header #header .wtsp.hide_d span{
      padding-left: 23px;
    }
    #header .holder-nav.open .head-contact{
      display: flex;
      flex-direction: column;
      align-items: start;
    }
    #header .holder-nav.open .wtsp{
      margin: 10px 0;
    }
    #header .logo{
      margin: 0 0 0 17px;
      font-size: 11px;
      padding: 0 0 0 99px;
      max-width: 246px;
      line-height: 1.2;
    }
    #header .logo:before{
      width: 80px;
      height: 53px;
      transform: translateX(0) translateY(-60%);
    }
    .open-menu{
      display: block;
      position: absolute;
      bottom: 0;
      right: 27px;
    }
    .btn-form-search{
      display: none;
    }
    #header .head-nav{
      padding: 18px 0;
      margin: 0 0 22px;
    }
    #header .head-nav .mob-phone{
      right: 16px;
      font-weight: 700;
      font-size: 16px;
      max-width: none;
      width: auto;
      top: 10px;
    }
    #header .head-nav .mob-phone .desc_phone{
      display: none;
    }
    .fixed-header #header .head-nav .mob-phone{
      top: 8px;
      right: 62px;
    }
    .fixed-header #header .open-menu{
      bottom: 10px;
    }
    .fixed-header #header .wtsp.hide_d{
      right: auto;
      top: 15px;
    }
    .widget_box{
      right: 70px;
      bottom: 36px;
    }
    .widget_box .open_widget{
      width: 44px;
      height: 44px;
      outline: 7px solid rgba(30, 186, 111, 0.2);
    }
    .widget_box .open_widget .icon{
      width: 24px;
      height: 24px;
    }
}
@media (max-width: 480px){
    .fixed-header #header .head-nav .mob-phone{
      font-size: 16px;
      top: 13px;
    }
    .fixed-header #header .wtsp.hide_d{
      top: 10px;
      max-width: none;
      font-size: 10px;
      width: 95px;
    }
    .fixed-header .btn-form-search{
      margin-top: 5px;
    }
    .fixed-header #header .wtsp span:after{
      width: 14px;
      height: 14px;
    }
}
@media (max-width: 380px){

}

/* price_page */
.price_page .promo-two h1{
  letter-spacing: -0.03em;
  margin-bottom: 35px;
}
.price_page .promo-two p{
  color: #444;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 68px;
}
.price_page .list_check{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0;
  position: relative;
  padding-top: 30px;
}
.price_page .list_check:after{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #D9D9D9;
  width: 173px;
  height: 1px;
}
.price_page .list_check li{
  margin: 0 30px 25px 0;
  padding-left: 31px;
  position: relative;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.price_page .list_check li:after{
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("/local/templates/dezoff.2.0/images/pr_icon-1.svg") no-repeat;
  background-size: 100%;
}
.price_page .price_block{
  padding: 0;
  margin: -16px 0 52px;
}
.price_page .price_block .title_list{
  margin: 0 0 26px;
  color: #000;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.price_table_wrap .link_holder{
  display: none;
}
.price_table{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0;
}
.price_table .item{
  width: 15.7%;
  padding: 0 5px;
  margin: 0 0 15px;
  box-sizing: border-box;
}
.price_table .head_item{
  width: 21.5%;
}
.price_table .inner_item{
  border-radius: 8px;
  padding: 15px 15px 26px;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.price_table .head_item .inner_item{
  background: #F7F7F9;
  padding: 15px 26px 26px;
}
.clr_1 .inner_item{
  background: #EDF6F5;
}
.clr_2 .inner_item{
  background: #ECF4FA;
}
.clr_3 .inner_item{
  background: #F8F3F4;
}
.clr_4 .inner_item{
  background: #F8EDEF;
}
.clr_5 .inner_item{
  background: #F2F8F6;
}
.price_table .title_serv{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  height: 76px;
}
.price_table .title_serv .name{
  display: block;
  margin: 0 0 7px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 18px;
}
.price_table .title_serv.not_rating .name{
  margin: 0 0 19px;
}
.price_table .title_serv .txt{
  margin: 0 0 3px;
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.clr_1 .title_serv .name{
  color: #366986;
}
.clr_2 .title_serv .txt,
.clr_2 .title_serv .name{
  color: #173D5A;
}
.clr_3 .title_serv .name{
  color: #9C646F;
}
.clr_4 .title_serv .txt,
.clr_4 .title_serv .name{
  color: #631D2A;
}
.clr_5 .title_serv .name{
  color: #3C9D88;
}
.price_table .title_serv .faq{
  display: block;
  position: absolute;
  top: 17px;
  right: 16px;
  width: 14px;
  height: 14px;
  background: url("/local/templates/dezoff.2.0/images/pr_icon-2.svg") no-repeat;
  background-size: 100%;
}
.price_table .list-star{
  display: flex;
  align-items: center;
}
.price_table .list-star li{
  margin-right: 8px;
}
.price_table .list-star li a{
  display: block;
  width: 12px;
  height: 12px;
}
.price_table .list-star li.active svg path{
  fill: #E0CE27;
}
.price_table .list-star li.half svg path:first-child{
  fill: #E0CE27;
}
.price_list{
  padding: 25px 0 0;
}
.price_list .price{
  margin: 0 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E3;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  box-sizing: border-box;
}
.price_list .price:last-child{
  min-height: 47px;
}
.price_list .price .title{
  display: none;
  margin: 0 0 5px;
  font-weight: 600;
}
.price_table .btn_holder{
  padding-top: 3px;
}
.price_table .btn_holder .time{
  display: block;
  margin: 0 0 18px;
  color: #009F7D;
  font-weight: 500;
  line-height: 1.1;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.price_table .btn_holder .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #20332A;
  width: 100%;
  height: 35px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  font-size: 16px;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.price_table .btn_holder .btn:hover{
  color: #fff;
  background: #3DB78B;
  border-color: #3DB78B;
}
.price_table .btn_holder .dscr{
  font-weight: 300;
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #878790;
}
.txt_block{
  margin: 0 0 70px;
}
.txt_block .title_block{
  margin: 0 0 33px;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: #000;
}
.txt_block p{
  margin: 0 0 25px;
  font-weight: 300;
  color: #444;
  line-height: 1.1;
  font-size: 18px;
  letter-spacing: -0.02em;
}
.txt_block .big{
  font-size: 20px;
}

@media (max-width: 1200px){
  .price_table .item{
    /* width: auto; */
    flex: 1 0 auto;
  }
  .price_table .head_item{
    width: 180px;
  }
  .price_table .head_item .inner_item{
    padding: 15px 15px 26px;
  }
  .price_list .price:last-child{
    min-height: 82px;
  }
  .price_list .price:nth-last-child(2){
    min-height: 47px;
  }
}
@media (max-width: 1120px){

}
@media (max-width: 980px){
  .price_table .head_item{
    display: none !important;
  }
  .price_table .item{
    width: 33.3%;
  }
  .price_list .price{
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
  }
  .price_list .price .title{
    display: block;
    font-size: 14px;
    width: 60%;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .price_list .price:last-child,
  .price_list .price:nth-last-child(2){
    min-height: auto;
  }
}
@media (max-width: 820px){
  .price_table .item{
    width: 50%;
    display: none;
  }
  .price_table .item:nth-child(2),
  .price_table .item:nth-child(3){
    display: block;
  }
  .price_table_wrap .link_holder{
    display: block;
    text-align: center;
    padding-top: 15px;
  }
  .price_table_wrap .link_holder .link{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 3px;
    border-bottom: 1px solid #009F7D;
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
    /* color: #009F7D; */
  }
  .price_table_wrap.active .price_table .item{
    display: block;
  }
}
@media (max-width: 690px){
  .price_page .promo-two p{
    margin-bottom: 30px;
    font-size: 18px;
  }
  .price_page .promo-two p br{
    display: none;
  }
  .price_page .price_block .title_list{
    font-size: 24px;
  }
  .txt_block .title_block{
    font-size: 30px;
  }
  .txt_block p{
    font-size: 16px;
  }
  .txt_block .big{
    font-size: 18px;
  }
}
@media (max-width: 480px){
  .price_page .list_check li{
    margin-right: 0;
  }
  .price_page .list_check li br{
    display: none;
  }
  .price_page .list_check li:after{
    top: 0;
  }
  .price_table .item,
  .price_table .item:nth-child(3){
    width: 100%;
    display: none;
  }
}

#form-box-callback{
  width: 100%;
  max-width: 788px;
  /* height: 743px; */
  padding: 66px 20px;
  margin: 0 auto;
}
.form-box.form-box-callback{
  max-width: 535px;
}
.form-box.form-box-callback .holder-free{
  padding: 0;
}
.form-box.form-box-callback .holder-free:before{
  display: none;
}
.form-box-callback .title-popup{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin: 0 0 21px;
}
.form-box-callback p{
  margin: 0 0 32px;
  color: #444;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.form-box-callback .label{
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 3px;
}
.form-box-callback .holder-input{
  margin: 0 0 22px;
}
.form-box-callback .holder-input input{
  height: 70px;
  border-color: #D4D4D8;
  border-radius: 5px;
  line-height: 1;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.02em;
  padding: 0 28px;
  /* font-family: 'MuseoSansCyrl'; */
  /* font-family: MuseoSansCyrl; */
  font-family: "MuseoSans";
}
.form-box-callback .correct-text{
  margin: 3px 0 27px;
}
#form-box-callback .btn-turquoise{
  max-width: 100%;
  border-radius: 2px;
  height: 62px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 15px;
}
.form-box-callback .agree{
  max-width: 325px;
  letter-spacing: -0.02em;
  color: #A9ACB1;
  font-size: 14px;
  line-height: 1.1;
}
.form-box-callback .agree a{
  color: #A9ACB1;
}
.callback_box{
  padding: 32px 42px 29px 39px;
  margin-top: 28px;
  background: #E7F0EF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.callback_box .title{
  width: 210px;
  padding-left: 55px;
  padding-right: 5px;
  margin-right: auto;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #6D7775;
  margin-bottom: 8px;
}
.callback_box .title:after{
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 36px;
  background: url("/local/templates/dezoff.2.0/images/nw_icon-1.svg") no-repeat;
  background-size: 100%;
}
.callback_box span{
  display: block;
}
.callback_box span a{
  display: inline-block;
  vertical-align: top;
  padding-bottom: 7px;
  border-bottom: 1px solid #B1D5C8;
  line-height: 1;
  color: #000;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  transition: all 0.3s ease;
}
.callback_box span a:hover{
  border-color: transparent;
}
@media (max-width: 690px){
  .callback_box{
    padding: 20px 15px 10px 15px;
  }
  .callback_box .title{
    width: 200px;
    padding-left: 45px;
  }
}
@media (max-width: 480px){
  .callback_box{
    display: block;
  }
  .callback_box .title{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 35px;
  }
  .callback_box .title br{
    display: none;
  }
  .callback_box .title:after{
    width: 26px;
    height: 26px;
  }
  .form-box-callback .holder-input input{
    height: 60px;
    padding: 0 15px;
  }
  #form-box-callback .btn-turquoise{
    height: 52px;
  }
}

.content-text .discount-price {  }
.content-text .discount-price li { margin-left: 0; }
.content-text .discount-price li:before { display: none !important; }
.content-text .discount-price li .cal-back { text-decoration: none; }

/* update price_page */
.update_80724 .price_block{
  margin-top: 0;
  padding-top: 10px;
}
.update_80724 .txt_block{
  margin: 0 0 54px;
}
.update_80724 .price_block .title_list{
  font-weight: 600;
  margin: 0 0 29px;
}
.update_80724 .txt_block p{
  line-height: 1.3;
  margin: 0 0 29px;
}
.update_80724 .txt_block ul{
  margin: 0 0 29px;
}
.update_80724 .txt_block ul li{
  margin: 0 0 0;
  line-height: 1.3;
  color: #444;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.02em;
  padding-left: 27px;
  position: relative;
}
.update_80724 .txt_block ul li:after{
  position: absolute;
  content: '';
  top: 9px;
  left: 11px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #444;
}
.update_80724 .price_table .item{
  width: 18.73%;
}
.update_80724 .price_table .head_item{
  width: 25.08%;
}
.update_80724 .price_table .inner_item{
  padding-bottom: 38px;
}
.update_80724 .price_table .head_item .inner_item{
  background: none;
}
.update_80724 .price_table .item.bdr .inner_item{
  border: 1px solid #DCDCDC;
}
.update_80724 .price_table .item.bdr_green .inner_item{
  border: 2px solid #3DB78B;
}
.update_80724 .price_table .title_serv .faq{
  background: url("/local/templates/dezoff.2.0/images/upd_icon-1.svg") no-repeat;
  background-size: 100%;
}
.update_80724 .price_table .title_serv .name{
  font-size: 20px;
}
.update_80724 .price_table .title_serv .txt{
  color: #878790;
}
.update_80724 .price_table .bdr_green .title_serv .name,
.update_80724 .price_table .bdr_green .title_serv .txt{
  color: #3DB78B;
}
.update_80724 .price_list .price{
  margin-bottom: 21px;
  font-weight: 700;
}
.update_80724 .price_list .head_item .price{
  font-weight: 500;
}
.update_80724 .price_list .price:last-child{
  min-height: auto;
  margin-top: -11px;
}
.update_80724 .price_table .btn_holder .time{
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 11px;
}
.update_80724 .price_table.small_table{
  margin-top: -64px;
}
.update_80724 .small_table .price_list{
  padding-top: 3px;
}
.update_80724 .small_table .price_list .price{
  margin-bottom: 7px;
}
.update_80724 .small_table .price_list .price:last-child{
  margin-top: 0;
}
.update_80724 .price_block .link_holder{
  display: block;
  margin-top: -8px;
  margin-bottom: 100px;
}
.update_80724 .price_block .link_holder .link{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #3DB78B;
  padding: 5px 10px;
  line-height: 1;
  width: 100%;
  max-width: 274px;
  height: 50px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #fff;
  box-sizing: border-box;
}
.update_80724 .list_prices{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -6px -8px 0;
}
.update_80724 .prices_item{
  padding: 0 8px;
  margin: 0 0 17px;
  width: 33.33%;
  box-sizing: border-box;
}
.update_80724 .prices_item .inner_item{
  width: 100%;
  height: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  padding: 14px 10px 5px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  min-height: 77px;
}
.update_80724 .prices_item .inner_item span{
  display: block;
  margin-bottom: 10px;
  margin-right: auto;
  color: #000;
  line-height: 1.1;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.update_80724 .prices_item .inner_item .price{
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  line-height: 1.1;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.update_80724 .icon_holder{
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0;
}
.update_80724 .icon_holder .icon{
  position: relative;
  animation: shakeUp 1s infinite;
}
@keyframes shakeUp {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.update_80724 .txt_more{
  display: none;
  vertical-align: top;
  padding-bottom: 8px;
  border-bottom: 1px solid #79C3A0;
  font-weight: 700;
  color: #000;
  line-height: 1;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.update_80724 .nav_price_block{
  background: #fff;
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 10px;
  padding: 26px 27px 9px;
  background: #fff;
  box-shadow: 0px 10px 50px rgba(31, 62, 90, 0.1);
  width: 232px;
  box-sizing: border-box;
  z-index: 10;
}
.update_80724 .nav_list li{
  margin: 0 0 20px;
}
.update_80724 .nav_list a{
  display: inline-block;
  vertical-align: top;
  color: #000;
  line-height: 1;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  padding-bottom: 5px;
  border-bottom: 1px solid #E2E2E3;
}
.update_80724 .nav_list li.active a,
.update_80724 .nav_list a:hover{
  color: #3DB78B;
  border-color: #CEE9E4;
}
.update_80724 .nav_list .txt{
  display: block;
  font-weight: 300;
  line-height: 1.1;
  color: #878790;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.update_80724 .nav_price_block.fixed{
  display: block;
}

@media (max-width: 1600px){
  .update_80724 .nav_price_block{
    width: 190px;
  }
}
@media (max-width: 1450px){
  .update_80724 .nav_price_block{
    padding: 26px 15px 9px;
    width: 140px;
  }
}
@media (max-width: 1300px){
  .update_80724 .nav_block_wrap{
    min-height: 42px;
    margin: 0 0 20px;
  }
  .update_80724 .nav_price_block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 42px;
    padding: 0;
    border-radius: 0;
    transform: none;
    position: static;
    top: auto;
    right: auto;
    box-shadow: none;
    width: auto;
  }
  .update_80724 .nav_list{
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .update_80724 .nav_list li{
    margin-right: 20px;
    margin-bottom: 0;
  }
  .update_80724 .nav_list a{
    display: block;
    font-size: 22px;
  }
  .update_80724 .nav_list .txt{
    display: none;
  }
  .update_80724 .nav_price_block.fixed{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0px 10px 30px rgba(25, 22, 69, 0.1);
    height: 63px;
    min-height: auto;
    padding: 0 20px;
    z-index: 10;
    display: flex;
  }
}
@media (max-width: 1200px){
  .update_80724 .price_table .item{
    flex: none;
  }
  .update_80724 .price_table .title_serv{
    flex-wrap: nowrap;
  }
  .update_80724 .price_list .price:nth-last-child(2){
    min-height: auto;
  }
  .update_80724 .nav_price_block.fixed{
    padding: 0 10px;
  }
}
@media (max-width: 980px){
  .update_80724 .price_table .head_item{
    display: block !important;
  }
  .update_80724 .price_table .title_serv .name{
    font-size: 18px;
  }
  .update_80724 .price_table .head_item .inner_item{
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 890px){
  .update_80724 .txt_block{
    margin: 0 0 30px;
  }
  .update_80724 .price_table_wrap{
    overflow: hidden;
    overflow-x: auto;
    margin: -25px 0 20px;
    position: relative;
  }
  /* .update_80724 .price_table_wrap::-webkit-scrollbar-track{
    background: #E2E2E3;
  }
  .update_80724 .price_table_wrap::-webkit-scrollbar{
    background: #E2E2E3;
    height: 2px;
  }
  .update_80724 .price_table_wrap::-webkit-scrollbar-thumb{
    background: #3DB78B;
  } */
  .update_80724 .price_table_wrap .mCSB_container{
    margin-top: 30px;
    margin-bottom: 0;
  }
  .update_80724 .price_table_wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    bottom: auto;
    top: 0;
    margin-right: 70px;
  }
  .update_80724 .price_table_wrap .mCSB_scrollTools .mCSB_draggerRail{
    background: #E2E2E3;
  }
  .update_80724 .price_table_wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    height: 2px;
    margin: 7px auto;
    background: #3DB78B;
  }
  .update_80724 .price_table{
    flex-wrap: nowrap;
  }
  .update_80724 .price_table .item,
  .update_80724 .price_table .head_item{
    width: 212px;
  }
  .update_80724 .price_table.small_table .inner_item{
    padding-bottom: 15px;
  }
  .update_80724 .price_block .link_holder{
    margin-top: 0;
    margin-bottom: 50px;
  }
  .update_80724 .prices_item{
    width: 50%;
  }
  .update_80724 .icon_holder{
    display: flex;
  }


}
@media (max-width: 820px){
  .update_80724 .price_table .item{
    display: block;
  }
}
@media (max-width: 690px){
  .update_80724 .price_block .title_list{
    margin: 0 0 17px;
  }
  .update_80724 .prices_item{
    width: 100%;
  }
  .update_80724 .prices_item .inner_item{
    min-height: 55px;
    padding: 14px 10px 5px;
  }
  .update_80724 .prices_item .inner_item span,
  .update_80724 .prices_item .inner_item .price{
    font-size: 16px;
  }
  .update_80724 .txt_block ul li{
    font-size: 16px;
    line-height: 1.2;
  }
  .update_80724 .txt_block p{
    line-height: 1.2;
  }
  .update_80724 .txt_box{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
    margin: 0 0 11px;
  }
  .update_80724 .txt_box.active{
    display: block;
    overflow: visible;
  }
  .update_80724 .txt_more{
    display: inline-block;
  }
  .update_80724 .nav_list a{
    font-size: 18px;
  }
}
/* end update price_page */


.tag-list {
  max-width: 901px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 55px;
  padding: 0;
  list-style: none;
}
.tag-list li {
  font-family: 'MuseoSans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.tag-list a {
  display: flex;
  align-items: center;
  padding: 12px 19px;
  border: 1px solid #3db78b;
  color: #000;
  transition: all 0.3s ease;
  border-radius: 20px;
}
.tag-list a:hover,
.tag-list li.active a{
  background: #009f7d;
  color: #ffffff;
}
.tag-list svg {
  margin: 0 10px 0 0;
  font-size: 10px;
  color: #009f7d;
}
.tag-list a:hover svg,
.tag-list li.active a svg {
  color: #ffffff;
}
@media (max-width: 767px){
  .tag-list {
    margin: 0 0 30px;
  }
  .tag-list a {
    padding: 10px 16px;
  }
}
@media (max-width: 400px){
  .tag-list {
    display: block;
  }
  .tag-list li {
    margin: 0 0 15px;
  }
}
/* End */
/* /local/templates/dezoff.2.0/css/jquery.fancybox.css?169426960815207 */
/* /local/templates/dezoff.2.0/css/slick.css?16942696081784 */
/* /local/templates/dezoff.2.0/css/all.css?1740492460119595 */
/* /local/templates/dezoff.2.0/css/bonus.css?173917192937878 */
/* /local/templates/dezoff.2.0/fonts/brub/stylesheet.css?16942696082062 */
/* /local/templates/dezoff.2.0/fonts/stylesheet.css?16942696083330 */
/* /local/templates/dezoff.2.0/icomoon/style.css?16942696083266 */
/* /local/templates/dezoff.2.0/styles.css?1753431949209 */
/* /local/templates/dezoff.2.0/template_styles.css?1753431949154316 */
