@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

.zoomContainer {
    z-index: 1000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.center {
    overflow: hidden;
}

.tac {
    text-align: center;
}

.nav {
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

.icon-next {
    background: url(../images/sprite.png) -102px -29px;
    display: inline-block;
    width: 13px;
    height: 24px;
}

.icon-next:hover {
    background: url(../images/sprite.png) -102px 0px;
    display: inline-block;
    width: 13px;
    height: 24px;
}

.icon-prev {
    background: url(../images/sprite.png) -120px 0px;
    display: inline-block;
    width: 13px;
    height: 24px;
}

.icon-prev:hover {
    background: url(../images/sprite.png) -102px -58px;
    display: inline-block;
    width: 13px;
    height: 24px;
}

.text-in ,
.text-in p {
    font-size: 18px;
    line-height: 24px;
    /* max-width: 810px; */
    color: #333;
    margin: 0 0 22px 0;
}

.text-in break {
    display: none;
}

.text-in i {
    font-style: italic;
}

.text-in h3:first-child,
.text-in h4:first-child,
.text-in h2:first-child {
    margin-top: 0;
}

.text-in .btn-toggle {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.text-in hr {
    display: none !important;
}

.text-in h3:first-child,
.text-in h4:first-child,
.text-in h2 {
    color: #1f519f;
    font-size: 34px;
    line-height: 1.25;
    margin-top: 35px;
    font-style: normal;
    font-weight: 500;
}

.text-in .hidden-text {
    display: none;
}

.text-in {
    overflow: hidden;
}

.text-in img {
    height: auto;
    max-width: 100%;
}

.text-in [align="left"],
.text-in .fl_l {
    max-width: 50%;
    margin: 0 41px 0 0;
}

.text-in [align="right"],
.text-in .fl_r {
    max-width: 50%;
    margin: 0 0 0 41px;
}

.text-in blockquote p:last-child {
    margin: 0;
}

.text-in blockquote {
    border-left: 3px solid #0f4dab;
    padding: 15px;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.text-in blockquote.fl_l {
    padding-right: 80px;
}

.text-in blockquote.fl_r {
    padding-left: 80px;
}

.text-in blockquote.fl_r,
.text-in blockquote.fl_l {
    width: 49%;
}

.text-in ul li {
    overflow: hidden;
    /*
    padding: 0 0 0 22px;
    margin: 0 0 8px;
    */
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 19px 0;
    padding: 0 0 0 31px;
    color: #333;
}

.text-in ul li:after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 1px;
    background-color: #43ddbb;
    /*
    content: '—';
    color: #0f4dab;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
     */
}

.text-in ol {
    counter-reset: li;
}

.text-in ol li {
    overflow: hidden;

    /*
    padding: 0 0 0 22px;
    margin: 0 0 8px;
     */
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 19px 0;
    padding: 0 0 0 31px;
    color: #333;
}

.text-in ol {
    counter-reset: li;
}

.text-in ol li:after {
    /*
    content: counter(li) ".";
    color: #0f4dab;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
     */
    content: counter(li) '.';
    counter-increment: li;
    color: #3b517b;
    font-size: 24px;
    line-height: 28px;
    margin: 0 15px 0 -33px;
    position: absolute;
    top: -4px;
    left: 32px;
}

.text-in table {
    /*margin: 33px 0 32px;
     */
    margin: 38px 0 50px;
    width: 100%;
}

.text-in th {
    text-align: center;
    padding: 6px 18px;
    font-weight: bold;
    background-color: #f1f1f1;
    font-size: 18px;
    color: #1f529f;
    line-height: 28px;
    border: 1px solid #dadada;
}

.text-in td {
    text-align: center;
    color: #333;
    line-height: 28px;
    font-size: 18px;
    padding: 5px 21px;
    border: 1px solid #dadada;
}

.text-in td:first-child {
    color: #1f519f;
    font-weight: bold;
}

.text-in td > p {
    font-size: 16px;
}

.text-in a {
    color: #0f4dab;
}

.text-in a:hover {
    text-decoration: underline;
}

.text-in .btn-yellow {
    color: #393535;
    margin: 33px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 34px
}

.text-in .btn-yellow:hover {
    text-decoration: none;
}

.column_text,
.services-list_text {
    padding: 0 11px 0 17px;
    margin: 0 0 60px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
}

.services-list_text h3 {
    text-align: left;
}

.content-info .inner-in {
    overflow: hidden;
}

.content-info .tab-menu,
.scope-item .tab-menu,
.contact-info .tab-menu,
.team-list .tab-menu,
.about-team_in .tab-menu,
.product-params .tab-menu {
    text-align: center;
    position: relative;
    margin: 0 0 57px;
}

.content-info .tab-menu ul,
.scope-item .tab-menu ul,
.contact-info .tab-menu ul,
.team-list .tab-menu ul,
.about-team_in .tab-menu ul,
.product-params .tab-menu ul {
    position: relative;
    z-index: 10;
}

.content-info .tab-menu li,
.scope-item .tab-menu li,
.contact-info .tab-menu li,
.team-list .tab-menu li,
.about-team_in .tab-menu li,
.product-params .tab-menu li {
    margin: 0 18px;
}

.content-info .tab-menu:after,
.scope-item .tab-menu:after,
.contact-info .tab-menu:after,
.team-list .tab-menu:after,
.about-team_in .tab-menu:after,
.product-params .tab-menu:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f2f2f2;
}

.content-info .tab-menu li,
.scope-item .tab-menu li,
.contact-info .tab-menu li,
.team-list .tab-menu li,
.about-team_in .tab-menu li,
.product-params .tab-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 20px 8px 16px 9px;
    width: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 1.25;
    color: #0f4eac;
}

.content-info .tab-menu li:hover,
.scope-item .tab-menu li:hover,
.contact-info .tab-menu li:hover,
.team-list .tab-menu li:hover,
.about-team_in .tab-menu li:hover,
.product-params .tab-menu li:hover {
    color: #3a3636;
}

.content-info .tab-menu .active,
.scope-item .tab-menu .active,
.contact-info .tab-menu .active,
.team-list .tab-menu .active,
.about-team_in .tab-menu .active,
.product-params .tab-menu .active {
    color: #3a3636;
    border-bottom: 2px solid #0f4eac;
    position: relative;
}

.content-info .tab-menu .active:after,
.scope-item .tab-menu .active:after,
.contact-info .tab-menu .active:after,
.team-list .tab-menu .active:after,
.about-team_in .tab-menu .active:after,
.product-params .tab-menu .active:after {
    border-top: 7px solid #0f4eac;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -9px;
    content: '';
    left: 50%;
    margin-left: -7px;
}

blockquote {
    box-sizing: border-box;
    color: #393535;
    font-size: 22px;
    line-height: 32px;
}

.icon-vk {
    background: url(../images/sprite.png) 0px -65px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon-fb {
    background: url(../images/sprite.png) -73px 0px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon-tw {
    background: url(../images/sprite.png) -73px -29px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icon-map-site {
    background: url(../images/sprite.png) -57px -65px;
    display: inline-block;
    width: 21px;
    height: 16px;
}

* {
    outline: none;
}

body {
    font: 16px/24px "Fira Sans", sans-serif;
    position: relative;
    color: #656565;
    min-width: 320px;
}

.wrapper,
.masthead-carousel .slick-dots {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    max-width: 1320px;
}

.wrapper:after,
.masthead-carousel .slick-dots:after {
    content: "";
    display: table;
    clear: both;
}

.title-h1,
h1 {
    color: #1f519f;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    margin: 2px 0 15px;
    line-height: 45px;
}

.title-h2,
h2 {
    /*
    color: #393535;
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin: 0 0 38px;
     */
    margin: 0 0 38px;
    font-size: 36px;
    line-height: 45px;
    font-weight: 500;
    color: #1f519f;
    text-align: left;
}

.title-h3,
h3 {
    color: #1f519f;
    font-size: 34px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    margin: 0 0 48px;
}

.title-h4,
h4 {
    color: #393535;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 40px;
}

.title-h5,
h5 {
    color: #0f4dab;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 15px;
}

.btn {
    padding: 0;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    box-sizing: border-box;
}

.btn-yellow {
    background: #43ddbb;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 9px 18px;
    border-radius: 3px;
}

.btn-yellow:hover {
    background: #ffea27;
    color: #333 !important;
}

.btn-up {
    background: #f3db00;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    position: fixed;
    bottom: 100px;
    right: 50%;
    margin-right: -640px;
    display: none;
    z-index: 1000;
    cursor: pointer;
}

.btn-up:hover {
    background: #ffea27;
}

.btn-up:after {
    background: url(../images/sprite.png) 0px -94px;
    display: inline-block;
    width: 18px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 8px;
    content: '';
}

/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

/* grow */

.tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */

.tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotateZ(0deg);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

/* slide */

.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

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;
}

.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;
    }

}
/* 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);
    }
}

/* 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 {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.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;
}

.header {
    position: relative;
    z-index: 1001;
    padding: 12px 0 21px;
}

.logo img {
    height: 88px;
}

.logo {
    float: left;
    margin: 20px 7px 0 5px;
    height: 88px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header_top {
    text-align: center;
    font-size: 0;
    margin: 0 0 -8px;
}

.header_top li {
    display: inline-block;
    margin: 0 18px 0 14px;
    vertical-align: top;
}

.header_top a {
    color: #0f4dab;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    padding: 0 3px 0 4px;
    border-bottom: 2px solid transparent;
}

.header_top a:hover {
    color: #0f4eac;
    border-bottom: 2px solid #0f4eac;
}

.header_top .active a {
    color: #0f4eac;
    border-bottom: 2px solid #0f4eac;
}

.header_tel {
    padding: 17px 20px 16px;
    /*margin: 20px 0 0 85px;*/
    margin: 20px 0 0 20%;
    color: #656565;
    font-size: 14px;
    font-style: italic;
    float: left;
    border: 1px solid transparent;
    position: relative;
}

.header_tel a {
    font-style: normal;
    font-size: 24px;
    font-weight: 600;
    color: #3a3636;
}

.header_tel a span {
    color: #656565;
}

.header_tel .city-name {
    color: #0f4dab;
    font-size: 14px;
    font-style: normal;
    /*cursor: pointer;*/
    font-weight: 700;
}

.header_tel .city-name:hover i {
    background: #ffea27;
}

.header_tel i {
    background: #f3db00;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header_tel i:after {
    background: url(../images/sprite.png) -120px -29px;
    display: inline-block;
    width: 10px;
    height: 6px;
    position: absolute;
    content: '';
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.header_tel p {
    margin: 1px 0 0;
}

.header_tel ul {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #2f73e5;
    border-top: none;
    text-align: center;
}

.header_tel ul a {
    font-weight: 500;
    font-size: 15px;
}

.header_tel ul a:hover {
    color: #0f4dab;
}

.city-drop {
    text-align: left;
    display: none;
}

.city-drop.open {
    display: block;
}

.header_tel--border {
    text-align: center;
    background: #fff;
    border: 1px solid #2f73e5;
    border-radius: 3px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
}

.header-right p {
    margin: 5px 0 5px 38px;
    text-align: left;
    clear: both;
    font-size: 14px;
}

.header-right {
    margin: 20px 0;
    float: right;
    text-align: center;
}

.header-right .btn {
    margin: 0 0 19px;
    display: block;
}

.sidebar-catalog_callback_social .mail,
.header-right .mail {
    color: #0f4dab;
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.sidebar-catalog_callback_social .mail {
    margin: 0 0 15px;
}

.sidebar-catalog_callback_social .mail:hover,
.header-right .mail:hover {
    color: #0f4eac;
    text-decoration: underline;
}


.sidebar-catalog_callback_social .mail i,
.header-right .mail i {
    background: url(../images/sprite.png) -29px -65px;
    display: inline-block;
    width: 23px;
    height: 16px;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.sidebar-catalog_callback_social .mail i {
    margin: -3px 8px 0 0;
}

.header-right i {
    display: none;
}

.nav-menu {
    background-color: #1f519f;
    /*background: linear-gradient(to left, #00a3e3 0%, #0f4eab 100%) #0f4dab;*/
    text-align: center;
    position: relative;
    z-index: 20;
}

.nav-menu a {
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
}

.nav-menu a:hover {
    text-decoration: underline;
}

.nav-menu li {

    /* position: relative;

     */
    padding: 16px 0 14px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
}

.nav-menu_in {
    position: relative;
}

.nav-menu li:hover .drop-menu {
    display: block;
}

.nav-wrap > .only-mobile {
    display: none;
}

.nav-wrap > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.burger {
    width: 17px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 8px 0 0;
    float: left;
}

.burger span {
    position: absolute;
    width: 17px;
    height: 2px;
    background: #fff;
    display: block;
    top: 0;
    margin: 7px 0 0;
}

.burger span:first-child {
    margin: 0;
}

.burger span:last-child {
    margin: 14px 0 0;
}

.drop-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 1280px;
    margin: 0;
    top: 100%;
    z-index: -1;
    border-radius: 0 0 5px 5px;
    background: #fff url("../images/bg-drop-menu.png") top center no-repeat;
    background-size: cover;
    box-shadow: 0 3px 7px 0 rgba(37, 25, 98, .15);
    padding: 4px 0 20px;

}

.drop-menu:after {
    background: #fff url("../images/bg-drop-menu.png") no-repeat;
    /*content: '';*/
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 0 0 5px 5px;
}

.drop-menu li {
    float: left;
    width: 20%;
    display: block;
    position: relative;
    z-index: 4;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 0;
}

.drop-menu img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.drop-menu span {
    max-width: 125px;
    height: 60px;
    display: flex;
    align-items: center;
    float: left;
}

.drop-menu li:nth-child(5n+1) {
    clear: left;
}


.drop-menu a {
    padding: 16px 27px 14px;
    display: block;
    text-transform: none;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #333;
}

.drop-menu a:hover span {
    text-decoration: underline;
}

.sub-seo-links a:hover {
    text-decoration: underline;
}

.sub-seo-links a {
    line-height: 24px;
    color: #0f4dab;
    display: block;
    font-size: 18px;
}

.sub-seo-links {
    display: flex;
    justify-content: space-between;
}

.nav-icon {
    color: #fff;
    line-height: 18px;
    padding: 10px 0;
    display: none;
}

.nav-icon .burger {
    float: left;
}

.masthead-carousel {
    overflow: hidden;
}

.masthead-carousel .title a:hover {
    text-decoration: none;
}

.masthead-carousel .title a {
    color: #1f519f;
    text-decoration: none;
    font-style: italic;
    font-size: 64px;
}

.masthead-carousel .title a:after {
    content: '';
    background: url("../images/icon/arr-carousel.png");
    width: 52px;
    height: 25px;
    position: absolute;
    right: 55px;
    bottom: 60px;
}

.masthead-carousel .title {
    max-width: 876px;
    position: absolute;
    color: #1f519f;
    font-size: 64px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 13px 15px rgba(255, 255, 255, 0.46);
    left: 50%;
    padding: 42px 150px 42px 30px;
    box-sizing: border-box;
    line-height: 72px;
    margin-left: -582px;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    z-index: 8;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;

}

.masthead-carousel .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.masthead-carousel .carousel-item {
    box-sizing: border-box;
    min-height: 600px !important;
    position: relative;
}

.masthead-carousel img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
}

.content {
    overflow: hidden;
}

.video-bg:after {
    /* content: '';*/
    position: absolute;
    background: #fff;
    opacity: .5;
    top: 50%;
    left: 0;
    width: 100%;
    bottom: 0;
}

.video-bg {
    position: relative;
    background: url("../images/video.png") center center no-repeat;
    background-size: cover;
}

.masthead-carousel .slick-arrow {
    background: url(../images/arr-prev.png) no-repeat top center;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
    left: 50%;
    margin-left: -640px;
    color: transparent;
    position: absolute;
    z-index: 10;
    display: inline-block;
    width: 31px;
    height: 59px;
}

.masthead-carousel .slick-arrow:hover {
    opacity: .8;
}

.masthead-carousel .slick-next {
    background: url(../images/arr-next.png) no-repeat top center;
    display: inline-block;
    width: 32px;
    height: 60px;
    left: auto;
    margin: 0 -640px 0 0;
    right: 50%;
}

.masthead-carousel .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 32px;
    right: 50%;
    padding: 0 72px 0 0;
    margin-right: -640px;
}

.masthead-carousel .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 8px;
}

.masthead-carousel .slick-dots button {
    background: #0f4eab;
    font-size: 0;
    color: transparent;
    padding: 0;
    width: 16px;
    cursor: pointer;
    height: 16px;
    border-radius: 8px;
    border: 3px solid #0f4eab;
    box-shadow: 0 2px 0 #fff;
}

.masthead-carousel .slick-dots button:hover {
    background: #fff;
}

.masthead-carousel .slick-dots .slick-active button {
    background: #fff;
}

.masthead-carousel .slick-slide .carousel-item {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
}

.tab-item,
.carousel-item {
    display: none;
}

.tab-item:first-child,
.carousel-item:first-child {
    display: block;
}

.crumbs + .small-catalog {
    padding-top: 10px;
}

.small-catalog {
    padding: 40px 0 20px;
    font-size: 0;
    position: relative;
    z-index: 10;
}

.small-catalog h2 {
    font-size: 49px;
    line-height: 1.25;
    margin: 0 0 32px;
}

.small-catalog-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    border: 1px solid #fff;
    position: relative;
    box-sizing: border-box;
    margin: 0 0 10px;
    text-align: center;
}

.small-catalog-item .preview {
    padding: 25px 20px 8px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.small-catalog-item .preview span {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    width: 210px;
    height: 210px;
}

.small-catalog-item .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-catalog-item .name {
    display: block;
    padding: 0 0 17px;
    font-size: 20px;
    /* color: #004db0;
     */
    color: #1f519f;
    line-height: 25px;
    max-width: 170px;
    margin: 0 auto;
}

.small-catalog-item .subtext {
    color: #ccc;
    font-size: 16px;
    line-height: 1.25;
    margin: -14px 0 0;
    display: block;
}


.drop-info a:after {
    display: none;
}

.drop-info {
    background: #f1f1f1;
    border: 1px solid #fff;
    border-top: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 16px 0 16px 14px;
    overflow: hidden;
}

.drop-info-item {
    text-align: left;
    margin: 0 0 8px;
}

.drop-info-item ul,
.drop-info-item li,
.drop-info-item p {
    line-height: 24px;
    vertical-align: top;
    display: inline-block;
}

.drop-info-item p {
    color: #393535;
    font-size: 12px;
    margin: 0 9px 0 0;
    font-weight: 500;
    /*
    text-transform: uppercase;
     */
}

.drop-info-item .color {
    box-sizing: border-box;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 4px 6px 0 0;
}

.drop-info-item li {
    margin: 0 15px 0 0;
}

.drop-info-item a {
    line-height: 24px;
    color: #0f4dab;
    display: block;
    font-size: 14px;
}

.drop-info-item a:hover {
    text-decoration: underline;
}

.drop-info-item .list-color a {
    font-size: 12px;
}

.form-bottom {
    background: #f1f1f1;
    position: relative;
    padding: 25px 0 26px 0;
}

.form-bottom:after {
    content: '';
    background: url("../images/bg-form-in.png") no-repeat;
    width: 100%;
    position: absolute;
    top: 25px;
    left: 0;
    bottom: 0;
}

.form-bottom_in {
    padding: 17px 0px 0 71px;
    overflow: hidden;
    width: 735px;
    float: right;
}

.form-bottom_in .column {
    float: left;
    width: 327px;
    margin: 0 24px 0 0;
}

.form-bottom_in label {
    display: block;
    margin: 0 0 8px;
    line-height: 1;
    min-height: 15px;
    font-size: 16px;
    min-width: 1px;
    font-weight: 400;
    color: #333;
}

.form-bottom_in form {
    overflow: hidden;
}

.form-bottom_in textarea,
.form-bottom_in input {
    border: 1px solid #999;
    box-sizing: border-box;
    height: 50px;
    font-size: 18px;
    color: #747474;;
    width: 100%;
    padding: 5px 16px;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 5px;
}

.form-bottom_in textarea::-webkit-input-placeholder,
.form-bottom_in input::-webkit-input-placeholder {
    color: #999;
}

.form-bottom_in textarea::-moz-placeholder,
.form-bottom_in input::-moz-placeholder {
    color: #999;
}

.form-bottom_in textarea:-moz-placeholder,
.form-bottom_in input:-moz-placeholder {
    color: #999;
}

.form-bottom_in textarea:-ms-input-placeholder,
.form-bottom_in input:-ms-input-placeholder {
    color: #999;
}

.form-bottom_in textarea {
    height: 237px;
    resize: none;
    padding: 8px 16px;
    line-height: 30px;
}

.form-bottom_in .form-item {
    margin: 0 0 19px;
}

.form-bottom_in .polit {
    margin: 20px 0 0 0;
}

.form-bottom_in .btn {
    display: block;
    margin: 29px 0;
    padding: 11px 22px 9px;
    font-size: 18px;
    line-height: 30px;
}

.form-bottom_in .center {
    padding: 0 0 0 7px;
}

.form-bottom_in .error input {
    border: 1px solid red;
}

.form-bottom_photo img {
    display: block;
}

.form-bottom_photo {
    display: none;
    float: left;
    margin: 22px 0 0;
    width: 258px;
}

.content-callback {
    text-align: left;
    padding: 53px 0 75px 0;
    background-color: #f1f1f1;
    position: relative;
}

.content-callback:before {
    content: '';
    background: url(../images/callback.png) no-repeat;
    background-size: contain;
    width: 770px;
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
}

.content-callback h3 {
    margin: 0 0 32px;
    text-transform: uppercase;
}

.content-callback .wrapper,
.content-callback .masthead-carousel .slick-dots,
.masthead-carousel .content-callback .slick-dots {
    /*max-width: 864px;*/
}

.content-callback .center {
    float: right;
    width: 59.5%;
    padding: 0 46px 0 3px;
    box-sizing: border-box;
}

.content-callback img {
    margin: 35px 27px 0 33px;
    float: left;
}

.content-callback label {
    display: block;
    margin: 0 0 8px;
    line-height: 1;
    min-height: 15px;
    font-size: 16px;
    min-width: 1px;
    font-weight: 400;
    color: #333;
}

.content-callback form {
    overflow: hidden;
}

.content-callback textarea,
.content-callback input {
    border: 1px solid #999;
    box-sizing: border-box;
    height: 50px;
    font-size: 18px;
    color: #747474;
    width: 100%;
    padding: 5px 16px;
    line-height: 25px;
    border-radius: 5px;
}

.content-callback textarea::-webkit-input-placeholder,
.content-callback input::-webkit-input-placeholder {
    color: #ccc;
}

.content-callback textarea::-moz-placeholder,
.content-callback input::-moz-placeholder {
    color: #ccc;
}

.content-callback textarea:-moz-placeholder,
.content-callback input:-moz-placeholder {
    color: #ccc;
}

.content-callback textarea:-ms-input-placeholder,
.content-callback input:-ms-input-placeholder {
    color: #ccc;
}

.content-callback textarea {
    height: 120px;
    resize: none;
}

.content-callback .form-item {
    margin: 0 0 21px;
    width: 50%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    float: left;
}

.content-callback .error input {
    border: 1px solid red;
}

.content-callback .btn {
    clear: both;
    display: block;
    margin: 33px 0 0;
    padding: 11px 21px 9px;
    font-size: 18px;
    line-height: 30px;
}

.news-small-list {
    display: none;
    background: #f7f7f7;
    margin: 0 0 44px;
    padding: 32px 0 0;
}

.news-small-list .news-item {
    width: 30%;
}

.news-small-list .btn {
    margin: 115px 0 0;
}

.content-info {
    display: none;
    padding: 0 0 90px;
}

.content-info .tab-menu {
    margin: 0 auto 39px;
    max-width: 1166px;
}

.content-info .tab-menu li {
    padding: 30px 8px 12px 9px;
    font-size: 28px;
    margin: 0 28px;
}

.content-info .tab-content {
    margin: 0 auto;
    max-width: 1166px;
}

.content-info .text-in p {
    margin: 28px 0 24px;
}

.content-info .text-in .fl_l {
    margin: 0 97px 10px 74px;
}

.content-info .text-in .fl_r {
    margin: 0 74px 10px 97px;
}

.content-info .map-in {
    margin: 0;
}

.partners-list {
    padding: 7px 0 25px;
}

.partners-list a {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.crumbs {
    text-align: center;
    padding: 85px 0 0;
}

.crumbs .wrapper,
.crumbs .masthead-carousel .slick-dots,
.masthead-carousel .crumbs .slick-dots {
    padding: 0 30px;
}

.crumbs li {
    display: inline-block;
    vertical-align: top;
    color: #656565;
    font-size: 13px;
}

.crumbs a {
    color: #656565;
}

.crumbs a:hover {
    color: #0f4dab;
}

.inner-preview {
    float: left;
    padding: 1px 0 0 50px;
    width: 397px;
    margin: 0 40px 30px 0;
    box-sizing: border-box;
}

.inner-preview img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-preview > span {
    display: block;
    height: 208px;
    margin: 0 0 10px;
    overflow: hidden;
}

.inner-preview .price-download {
    display: inline-block;
    position: relative;
    top: 0;
    bottom: inherit;
    text-align: center;
    transform: none;
    margin: 0 0 10px 0;
    width: 100%;
}
.inner-preview .price-download a {
    font-size: 16px !important;
}

.inner-in {
    overflow: hidden;
}

.inner-in p {
    margin: 0 0 24px;
}

.inner-info {
    overflow: hidden;
    padding: 0 0 97px;
}

.scope-column {
    font-size: 0;
    overflow: hidden;
    padding: 0 85px 0 92px;
    text-align: left;
}

.scope-column .column {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    padding: 0 20px;
}

.scope-column a {
    color: #0f4dab;
    font-size: 16px;
    line-height: 24px;
}

.scope-column a:hover {
    text-decoration: underline;
}

.scope-column li {
    margin: 0 0 3px;
}

.scope-column_4x {
    padding: 0 85px 0 92px;
}

.scope-column_4x .column {
    max-width: 25%;
}

.scope-column_4x a {
    border-bottom: 1px dashed #0f4dab;
}

.scope-column_4x a:hover {
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

.scope-item {
    margin: 0 0 28px;
    padding: 28px 0 0;
}

.contact-info {
    margin: -5px 0 0;
    padding: 40px 0 0 0;
}

.contact-info .tab-menu li {
    padding-top: 0;
}

.contact-in .tab-menu {
    padding: 0;
    margin: 0 0 40px;
}

.contact-in .tab-menu:after {
    display: none;
}

.contact-in .tab-menu li {
    margin: 0 19px 0 22px;
    padding: 0;
    font-size: 16px;
    color: #0f4eac;
    border: none;
}

.contact-in .tab-menu .active {
    color: #3a3636;
    border: none;
}

.contact-in .tab-menu .active:after {
    display: none;
}

.map-info,
.team-item {
    padding: 0;
}

.map-info ul,
.team-item ul {
    display: block;
    margin: 0 auto;
    max-width: 608px;
}

.map-info a,
.team-item a,
.map-info span,
.team-item span {
    display: block;
    overflow: hidden;
    color: #656565;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.map-info a,
.team-item a {
    color: #0f4eac;
}

.map-info a:hover,
.team-item a:hover {
    text-decoration: underline;
}

.map-info p,
.team-item p {
    float: left;
    margin: 0 7px 0 0;
    text-align: right;
    color: #999;
    width: 130px;
    font-size: 14px;
    line-height: 25px;
}

.map-info li,
.team-item li {
    margin: 0 0 10px;
}

.map-in {
    background: #fff;
    height: 368px;
    margin: 32px 0 70px;
}

.team-list {
    text-align: center;
    padding: 0 0 50px;
}

.team-item {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 0 7px;
    padding: 0 30px 32px 0;
    text-align: left;
}

.team-item .photo {
    margin: 0 28px 0 0;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    width: 161px;
}

.team-item .name {
    margin: 8px 0 15px;
    color: #393535;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}

.team-item ul {
    max-width: 100%;
}

.team-item p {
    width: 76px;
}

.services-item {
    color: #393535;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 50%;
    padding: 0 16px;
}

.services-item:nth-child(2n+1) {
    clear: left;
}

.services-item .preview {
    width: 110px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.services-item .preview img {
    transition: all 0.12s ease-in-out;
    object-fit: cover;
    position: absolute;
    top: 25px;
    left: 5px;
}

.services-item li {
    padding: 0 0 0 22px;
    margin: 0 0 8px;
    position: relative;
}

.services-item li:after {
    content: '—';
    color: #0f4dab;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

.services-item h5 {
    color: #1f519f;
    line-height: 28px;
    font-size: 24px;
    margin: 0 0 19px;
}

.services-item ul {
    padding: 12px 0 0;
}

.services-item_in {
    position: relative;
    padding: 19px 10px 20px 108px;
    min-height: 170px;
}

.services-item_in:hover {
    color: #0f4dab;
}

.services-item_in:hover .preview img {
    transform: scale(1.1);
}

.services-list--small h5 {
    min-height: 64px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.services-list--small .services-item_in {
    min-height: 1px;
}

.services-list .services-list {
    padding: 0;
}

.services-list {
    overflow: hidden;
    margin: -4px 0 0;
    padding: 48px 0 30px;
    /*background: url("../imagesbg-services-list.png") top center;*/
}

.services-list h3 {
    color: #1f519f !important;
}

.services-list_in p {
    font-size: 18px;
    line-height: 28px;
    height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.services-list_in {
    margin: 0 -16px;
    padding: 5px 0;
    overflow: hidden;
}

.sidebar-news {
    width: 352px;
    margin: 15px 14px 0 66px;
    float: right;
}

.sidebar-news .news-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.news-item {
    width: 33.3%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 16px;
    margin: 0 0 32px;
}

.news-item:nth-child(3n+1) {
    clear: left;
}

.news-item_in {
    display: block;
    position: relative;
    overflow: hidden;
    height: 264px;
    width: 100%;
}

.news-item_in:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shadow.png) repeat-x left bottom;
}

.news-item_in img {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.12s ease-in-out;
}

.news-item_in .date {
    background: rgba(255, 255, 255, 0.9);
    width: 144px;
    padding: 97px 0 0 61px;
    height: 144px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 12px;
    color: #999;
    border-radius: 72px;
    top: -80px;
    position: absolute;
    left: -47px;
}

.news-item_in .date span {
    color: #666;
    float: left;
    font-size: 30px;
    line-height: 24px;
}

.news-item_in .name {
    position: absolute;
    padding: 5px 10px 10px 15px;
    bottom: 0;
    z-index: 10;
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    left: 0;
    width: 100%;
}

.news-item_in:hover img {
    transform: scale(1.1);
}

.news-list {
    padding: 0 0 95px;
}

.news-list_in {
    overflow: hidden;
    margin: 0 62px 5px 65px;
}

.pagination {
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.pagination a {
    color: #0f4dab;
    line-height: 24px;
    font-size: 22px;
    font-weight: 600;
    padding: 0 2px;
    position: relative;
    display: block;
}

.pagination a:hover {
    color: #3a3636;
}

.pagination .active a {
    color: #3a3636;
}

.pagination .active a:after {
    background: #0f4dab;
    height: 2px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
}

.news-preview {
    float: left;
    margin: 1px 39px 0 81px;
    overflow: hidden;
    position: relative;
    width: 352px;
}

.news-preview .date {
    background: rgba(255, 255, 255, 0.9);
    width: 144px;
    padding: 97px 0 0 61px;
    height: 144px;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 12px;
    color: #999;
    border-radius: 72px;
    top: -80px;
    position: absolute;
    left: -47px;
}

.news-preview .date span {
    color: #666;
    float: left;
    font-size: 30px;
    line-height: 24px;
}

.news-preview img {
    width: 100%;
    height: auto;
}

.price-list {
    padding: 0 0 75px;
    margin: -4px 0 0;
}

.price-list h4 {
    max-width: 780px;
    margin: 0 0 29px 18px;
}

.price-list_in {
    padding: 5px 0 0 150px;
}

.sidebar-price {
    float: right;
    width: 368px;
}

.sidebar-price h3 {
    text-align: left;
    margin: 0 0 46px;
    font-weight: 600;
}

.sidebar-price label {
    display: block;
    color: #656565;
    font-size: 14px;
    font-weight: 700;
}

.sidebar-price input {
    font: 15px "Fira Sans", sans-serif;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 0 0 23px;
    border: 1px solid #999;
    padding: 0 10px;
}

.sidebar-price form {
    padding: 0 72px 0 0;
}

.sidebar-price .btn {
    padding: 13px 22px;
    font-size: 16px;
}

.sidebar-price .tag-list {
    margin: 0 0 34px;
}

.sidebar-price .tag-list li {
    margin: 0 0 8px;
    color: #0f4dab;
    font-size: 16px;
}

.sidebar-price .tag-list li:hover i {
    transform: rotate(-45deg);
}

.sidebar-price .tag-list a {
    color: #0f4dab;
    font-size: 16px;
}

.sidebar-price .tag-list a:hover {
    text-decoration: underline;
}

.sidebar-price .tag-list i {
    transition: all 0.12s ease-in-out;
    float: left;
    padding: 0 4px 0 0;
    cursor: pointer;
    position: relative;
}

.checkbox {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}

.checkbox:hover .icon {
    border: 1px solid #0f4dab;
}

.checkbox label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.checkbox input {
    position: absolute;
    bottom: 100%;
    right: 100%;
    width: 0;
    height: 0;
    background: none;
    border: none;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.checkbox input:checked + span:after {
    opacity: 1;
    visibility: visible;
}

.checkbox span {
    display: block;
    overflow: hidden;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
    margin: 1px 0 0 0;
}

.checkbox a {
    color: #0f4dab !important;
}

.checkbox .icon {
    width: 30px;
    border-radius: 3px;
    border: 1px solid #999;
    height: 30px;
    margin: 0 17px 0 0;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.checkbox .icon:after {
    background: #2f73e5;
    width: 13px;
    opacity: 0;
    display: inline-block;
    visibility: hidden;
    height: 13px;
    border-radius: 3px;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.price-item {
    margin: 0 0 24px;
}

.about-top {
    overflow: hidden;
    margin: 0;
    padding: 0 0 56px;
}

.about-top .text-in {
    padding: 0 0 0 16px;
}

.about-top td {
    border: none;
    padding: 10px 21px 16px;
    text-align: left;
    border-bottom: 2px solid #efefef;
    box-sizing: border-box;
}

.about-top td p {
    margin: 0;
    line-height: 28px;
}

.about-top td:first-child {
    font-weight: normal;
}

.about-team {
    padding: 0 0 41px;
}

.about-top h2 {
    margin: 69px 0 20px;
}

.about-top .table2 {
    width: auto;
    margin: 21px 0 32px;
}

.about-team_in {
    padding: 0 0 0 16px;
    overflow: hidden;
}

.about-team_in .tab-menu li {
    padding-top: 0;
}

.about-team_in .team-item {
    width: 100%;
}

.about-team_in .team-item .photo {
    border-radius: 100%;
    overflow: hidden;
    width: 161px;
    margin: 0 32px 0 0;
}

.about-history {
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}

.about-history img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.about-history h2 {
    position: absolute;
    left: 0;
    top: 71px;
    width: 100%;
    text-align: center;
}

.clients-list {
    display: none;
    padding: 73px 0 65px;
}

.clients-carousel img {
    margin: 0 auto;
    max-width: 90%;
}

.clients-carousel .slick-dots {
    padding: 19px 0 0;
    text-align: center;
}

.clients-carousel .slick-dots li {
    display: inline-block;
    margin: 0 4px;
    vertical-align: top;
}

.clients-carousel .slick-dots .slick-active button {
    background: #fff;
}

.clients-carousel .slick-dots button {
    background: #0f4eab;
    font-size: 0px;
    color: transparent;
    width: 16px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    height: 16px;
    border: 3px solid #0f4eab;
    border-radius: 8px;
    box-shadow: 0 2px 0 #fff;
}

.clients-carousel .slick-dots button:hover {
    background: #fff;
}

.catalog-list {
    overflow: hidden;
}

.catalog-list_in .center .center .center{
    padding-left: 30px;
}
.catalog-list_in{
    min-height: 964px;
}
.sidebar-catalog {
    float: right;
    margin: 0 0 0 48px;
    width: 360px;
}

.sidebar-catalog_new-tablet,
.sidebar-catalog_new .move-wrap {
    border: 1px solid #158fce;
    box-sizing: border-box;
    border-radius: 2px;
}

.sidebar-catalog .title-h5,
.sidebar-catalog h5 {
    color: #393535;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 21px;
}

.sidebar-catalog .title-h3,
.sidebar-catalog h3 {
    margin: 0 0 43px;
}

.sidebar-nav {
    margin: 0 0 90px;
}

.sidebar-nav a {
    color: #0f4dab;
    font-size: 16px;
    padding: 0 0 0 4px;
    line-height: 24px;
}

.sidebar-nav a:hover {
    text-decoration: underline;
}

.sidebar-nav li {
    margin: 0 0 8px;
}

.sidebar-tel {
    color: #3a3636;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.sidebar-tel span {
    color: #656565;
}

.sidebar-tel a {
    color: #3a3636;
}

.sidebar-tel p {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0 9px;
    font-style: italic;
}

.sidebar-catalog_callback > [id]{
  padding-top: 20px;
}
.sidebar-catalog_callback {
    color: #656565;
    font-size: 22px;
    padding: 0 0 0 7px;
    font-weight: 600;
    line-height: 1.25;
}

.sidebar-catalog_callback p {
    margin: 0 0 30px;
}

.sidebar-catalog_callback label {
    display: block;
    color: #656565;
    font-size: 14px;
    margin: 0 0 4px;
    font-weight: 700;
}

.sidebar-catalog_callback .form-item {
    margin: 0 0 20px;
}

.sidebar-catalog_callback input {
    font: 15px "Fira Sans", sans-serif;
    background: #fff;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 0 10px;
}

.sidebar-catalog_callback form {
    padding: 0 72px 0 0;
}

.sidebar-catalog_callback .btn {
    padding: 13px 22px;
    font-size: 16px;
}

.sidebar-catalog_callback .error input {
    border-color: red;
}

.catalog-list_in {
    overflow: hidden;
}

.catalog-filter {
    background: #f1f1f1;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 71px 18px;
    border: 1px solid #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
    padding: 42px 20px 30px;
}

.catalog-filter .title-h4,
.catalog-filter h4 {
    margin: 0 0 28px;
}

.catalog-filter h5 {
    color: #393535;
    margin: 0 0 20px;
}

.catalog-filter_item {
    margin: 0 0 17px;
}

.catalog-filter_item ul,
.catalog-filter_item li,
.catalog-filter_item p {
    line-height: 24px;
    vertical-align: top;
    display: inline-block;
}

.catalog-filter_item p {
    color: #393535;
    font-size: 14px;
    margin: 0 9px 0 0;
    font-weight: 500;
    text-transform: uppercase;
}

.catalog-filter_item .color {
    box-sizing: border-box;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 4px 7px 0 0;
}

.catalog-filter_item li {
    margin: 0 4px 0 8px;
}

.catalog-filter_item a {
    line-height: 24px;
    color: #0f4dab;
    display: block;
    font-size: 16px;
}

.catalog-filter_item a:hover {
    text-decoration: underline;
}

.catalog-item:after {
    content: "";
    display: table;
    clear: both;
}

.catalog-item {
    display: block;
    padding: 0 0 0 18px;
    margin: 0 0 29px;
}

.catalog-item .preview {
    margin: 0 22px 0 0;
    float: left;
    width: 161px;
}

.catalog-item .preview span {
    display: block;
    height: 161px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.catalog-item .name {
    color: #0f4dab;
    float: left;
    width: 305px;
    font-size: 22px;
    font-weight: 600;
    margin: 14px 0 21px 7px;
    display: block;
    overflow: hidden;
    clear: both;
}

.catalog-item .cash {
    max-width: 180px;
    float: left;
    color: #393535;
    margin: 15px 15px 10px 0;
    font-size: 16px;
}

.catalog-item .cash span {
    font-size: 22px;
    font-weight: 600;
}

.catalog-item .cash .btn {
    margin: 18px 0 0;
}

.catalog-item ul {
    width: 305px;
    clear: left;
    float: left;
}

.catalog-item li {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 160px;
}

.catalog-item li span {
    position: absolute;
    text-align: right;
    width: 152px;
    top: 0;
    font-size: 14px;
    left: 0;
    color: #666;
    display: inline-block;
    vertical-align: top;
}

.catalog-item .color {
    box-sizing: border-box;
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    border-radius: 100%;
    margin: 1px 5px 0 1px;
    border-radius: 100%;
}

.catalog-item a {
    color: #0f4eac;
}

.catalog-item a:hover {
    text-decoration: underline;
}

.services-list_text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;

    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.application-info {
    background: #f2f2f2;
    font-size: 0;
    padding: 93px 0 96px;
    text-align: center;
    margin: 0 0 30px;
}

.application-info h2 {
    margin: 0 0 66px;
}

.application-info_in {
    margin: 0 14px 0 18px;
}

.application-info_in .btn-yellow {
    margin-top: 62px;
}

.application-info_item {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    text-align: left;
    box-sizing: border-box;
    padding: 0 52px 0 0;
    margin: 0 0 60px;
}

.application-info_item .preview {
    width: 161px;
    height: 161px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    margin: 0 15px 0 0;
    float: left;
}

.application-info_item .preview img {
    transition: all 0.12s ease-in-out;
    min-width: 100%;
    min-height: 100%;
    display: block;
}

.application-info_item .text {
    display: -ms-flexbox;
    display: flex;
    height: 161px;
    color: #393535;
    font-size: 16px;
    line-height: 24px;
    -ms-flex-align: center;
    align-items: center;
}

.application-info_item .text p {
    background: #fff;
    position: relative;
    border-radius: 3px;
    padding: 13px 15px 13px 0;
}

.application-info_item .text p:after {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 30px;
    bottom: 0;
    background: #fff;
}

.application-info_item:hover img {
    transform: scale(1.1);
}

.certificate-list_in {
    nav-down: 0 -17px 0 -13px;
}

.certificate-list {
    font-size: 0;
    padding: 67px 0;
}

.certificate-item {
    width: 33.3%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.certificate-item .fancybox {
    max-width: 100%;
    display: block;
}

.certificate-item .text {
    color: #656565;
    padding: 19px 30px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.certificate-item img {
    max-width: 90%;
}

.bottom-text {
    padding: 14px 0 13px;
    margin: 0 0 53px;
}

.bottom-text .wrapper,
.bottom-text .masthead-carousel .slick-dots,
.masthead-carousel .bottom-text .slick-dots {
    max-width: 1000px;
    padding: 0 20px;
}

.bottom-text h2 {
    /*
    font-size: 40px;
    line-height: 1.25;
     */
    margin: 0 0 25px
}

.bottom-text p {
    margin: 0 0 17px;
}

.product-info .catalog-filter {
    padding: 20px 20px 13px 51px;
}

.product-info_in {
    overflow: hidden;
}

.product-info_in .preview {
    float: left;
    margin: 1px 14px 0 20px;
}


.product-info_in .preview a,
.product-info_in .preview span {
    width: 208px;
    height: 208px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
}

.fancybox-nav span {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    width: 15px;
    height: 15px;
    overflow: visible !important;
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg);
}

.fancybox-prev span {
    transform: rotate(-45deg);
}

.product-info_in .wrap-preview a:first-child {
    display: block;
}

.product-info_in .wrap-preview a {
    display: none;
}

.product-info_carousel span img {
    display: block;
}

.product-info_carousel span {
    float: left;
    box-sizing: border-box;
    width: 33.3% !important;
    border: 5px solid #fff;
}

.product-info_carousel {
    box-sizing: border-box;
    max-width: 208px;
    overflow: hidden;
}


.js-zoom {
    cursor: zoom-in;
}


.fancybox-type-image .fancybox-close:before,
.fancybox-type-image .fancybox-close:after {
    background: #000;
}

.product-info_carousel {
    margin: 0 auto 20px !important;
}

.product-info_carousel img {
    border-radius: 0 !important;
    width: 100%;
    height: auto !important;

}

.product-info_carousel .active:after {
    content: '';
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.product-info_carousel .slick-slide {
    padding: 0 5px;
    box-sizing: border-box;
}

.product-info_carousel {
    padding: 10px 15px 0;
    margin: 0 auto;
    height: auto;
    border-radius: 0;
}

.product-info_carousel span {
    height: auto !important;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.product-info_in .preview img:first-child {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-info_list > p {
    background: #f3db00;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
}

.product-info_list {
    float: left;
    padding: 4px 0 50px;
}

.product-info_list ul {
    width: 320px;
    float: left;
    margin: 0 0 23px;
}

.product-info_list li {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 160px;
}

.product-info_list li span {
    position: absolute;
    text-align: right;
    width: 152px;
    top: 0;
    font-size: 14px;
    left: 0;
    color: #666;
    display: inline-block;
    vertical-align: top;
}

.product-info_list .color {
    box-sizing: border-box;
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 1px 5px 0 1px;
}

.product-info_list a {
    color: #0f4eac;
    border-bottom: 1px dotted #0f4eac;
}

.product-info_list a:hover {
    border-bottom: 1px dotted transparent;
}

.product-info_list p {
    color: #393535;
    font-size: 14px;
    font-weight: 600;
}

.product-info_cash {
    float: right;
    margin: -3px 0 94px;
    width: 220px;
}

.product-info_cash_item {
    line-height: 1.26;
    margin: 0 0 30px;
    font-size: 16px;
}

.product-info_cash_item .cash {
    color: #3a3636;
}

.product-info_cash_item span {
    font-weight: 600;
    font-size: 22px;
}

.product-info_cash_item p {
    color: #999;
    margin: 4px 0 0;
}

.product-params {
    padding: 0 0 34px;
}

.product-params .tab-menu li {
    margin: 0 15px;
}

.product-params .certificate-list,
.product-params .application-info {
    background: none;
    padding: 0;
}

.param-table {
    color: #3b517b;
    margin: 0 0 46px;
}

.param-table table {
    width: auto;
    margin: 0 auto;
}

.gost-item p {
    margin-bottom: 10px;
}

.gost-item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #656565;
    font-size: 16px;
    margin: 0 0 55px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 17px;
}

.gost-item h5 {
    color: #393535;
}

.gost-item span {
    color: #393535;
    font-size: 16px;
    display: block;
    margin: 0 0 17px;
    font-weight: 600;
}

.gost-item .btn {
    margin: 17px 0 0 9px;
    padding: 11px 23px;
}

.gost-list_in {
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.content-nav {
    margin: 40px 0 96px;
    text-align: center;
}

.content-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 27px;
}

.content-nav a {
    color: #0f4dab;
    font-size: 22px;
}

.content-nav a:hover {
    text-decoration: underline;
}

.certificate-list h2 {
    margin: 0 0 82px;
}

.certificate-list h3 {
    margin: 0 0 32px;
}

.certificate-item {
    margin: 0 0 55px;
}

.footer {
    background: url("../images/bg-footer.png") no-repeat;
    background-size: cover;
    padding: 62px 0 0;
    position: relative;
}


.footer_nav {
    float: left;
    width: 335px;
    box-sizing: border-box;
    padding: 0 30px 0 16px;
}

.footer_nav a {
    color: #fff;
    font-size: 14px;
}

.footer_nav a:hover {
    text-decoration: underline;
}

.footer_nav li {
    margin: 0 0 8px;
}

.footer_top {
    border-bottom: 1px solid #3da3d9;
    overflow: hidden;
    padding: 0 0 20px 24px;
}

.footer_tel {
    line-height: 1.25;
    float: left;
    width: 100%;
}

.footer_tel p {
    color: #fff;
    margin: 4px 0 0 11px;
    font-size: 14px;
}

.footer_tel a {
    font-size: 25px;
    display: block;
    color: #fff;
}

.footer_tel a span {
    color: #43debc;
}

.footer-content_nav {
    text-align: center;
    font-size: 0;
    padding: 23px 0 0;
}

/*
.footer-content_nav ul {
    text-align: left;
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 20px;
}*/

.footer-content_nav {
    text-align: left;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 26px;
}

.footer-content_nav li {
    margin: 0 0 -2px;
}

.footer-content_nav a {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 25px 0;
}

.footer-content_nav a:hover {
    text-decoration: underline;
}

.footer-bottom {
    background: #f2f2f2;
    overflow: hidden;
    padding: 8px 16px 6px;
    margin: 25px 0 0;
}

.footer-bottom .link {
    float: right;
    color: #0068e7;
    line-height: 22px;
    display: inline-block;
    font-size: 14px;
}

.footer-bottom .icon-map-site {
    float: left;
    margin: 3px 7px 0 0;
}

.footer_social {
    /*display: none;*/
    overflow: hidden;
    float: left;
}

.footer_social a {
    width: 25px;
    height: 25px;
    display: block;
    float: left;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 8px 0 0;
}

.copyright {
    overflow: hidden;
    text-align: center;
    padding: 2px 20px 0 63px;
    font-size: 14px;
}

.popup-callback div{
  color: #000;
}
.popup-callback {
    background: linear-gradient(to left, #00a3e3 0%, #0f4eab 100%);
    width: 350px;
    box-sizing: border-box;
    padding: 20px 30px 25px;
    height: auto;
    display: none;
}

.popup-callback .title-h3,
.popup-callback h3 {
    text-align: left;
    margin: 0 0 29px;
    color: #fff;
}

.popup-callback .wrapper,
.popup-callback .masthead-carousel .slick-dots,
.masthead-carousel .popup-callback .slick-dots {
    max-width: 864px;
}

.popup-callback img {
    margin: 35px 27px 0 33px;
    float: left;
}

.popup-callback label {
    display: block;
    margin: 0 0 5px;
    color: #fff;
    line-height: 1;
    min-height: 15px;
    font-size: 14px;
    min-width: 1px;
    font-weight: 700;
}

.popup-callback form {
    overflow: hidden;
}

.popup-callback textarea,
.popup-callback input {
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 40px;
    font-size: 15px;
    color: #999;
    width: 100%;
    padding: 5px 16px;
    line-height: 25px;
    border-radius: 2px;
}

.popup-callback textarea::-webkit-input-placeholder,
.popup-callback input::-webkit-input-placeholder {
    color: #ccc;
}

.popup-callback textarea::-moz-placeholder,
.popup-callback input::-moz-placeholder {
    color: #ccc;
}

.popup-callback textarea:-moz-placeholder,
.popup-callback input:-moz-placeholder {
    color: #ccc;
}

.popup-callback textarea:-ms-input-placeholder,
.popup-callback input:-ms-input-placeholder {
    color: #ccc;
}

.popup-callback textarea {
    height: 120px;
    resize: none;
}

.popup-callback .form-item {
    margin: 0 0 21px;
    box-sizing: border-box;
}

.popup-callback .error input {
    border: 1px solid red;
}

.popup-callback .btn {
    clear: both;
    display: block;
    margin: 17px 0 0;
    padding: 13px 0 12px;
    font-size: 16px;
    width: 100%;
}

.content-callback .polit {
    clear: both;
}

.polit a:hover {
    text-decoration: none;
}

.polit a {
    color: inherit;
    text-decoration: underline;
}

.popup-callback .polit .icon {
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
}

.popup-callback .polit span:after {
    background: #fff;
    width: 10px;
    height: 10px;
}

.popup-callback .polit span {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
}

.tab-name {
    display: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    color: #0f4eac;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}

.show-tablet,
.show-table {
    display: none;
}

.only-mobile {
    display: none;
}

.error-content h1 {
    font-size: 180px;
    line-height: 1;
    font-style: normal;
    margin: 0;
    padding: 0 0 30px;
}

.error-content h2 {
    font-size: 33px !important;
    font-style: normal;
    line-height: 124% !important;
    margin: 0;
    padding: 0 0 15px;
}

.error-content a {
    display: inline-block;
}

.error-content {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.sidebar-catalog_callback_social h3 {
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: 0;
}

.sidebar-catalog_callback_social {
    text-align: center;
    padding: 0;
    margin: 0 -20px 20px;
}

.show-tablet .sidebar-catalog_callback_social p {
    margin: 0 0 10px;
}

.show-tablet .sidebar-tel {
    margin: 0 0 5px;
}

.show-tablet .sidebar-catalog_callback_social h3 {
    margin: 0 !important;
}

.show-tablet .sidebar-catalog_callback_social {
    padding: 0 !important;
}


.sidebar-social--wh:hover {
  background-position: bottom center;
}

.sidebar-social--wh {
  width: 50px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url(../images/sc1.png) no-repeat top center;
  background-size: 100% auto;
}

.sidebar-social--vk:hover {
  background-position: bottom center;
}

.sidebar-social--vk {
  width: 50px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px 0 0;
  background: url(../images/vk.png) no-repeat top center;
  background-size: 100% auto;
}


.sidebar-social--tel:hover {
    background-position: bottom center;
}

.sidebar-social--tel {
    width: 50px;
    height: 50px;
    vertical-align: top;
    display: inline-block;
    margin: 0 0 0 10px;
    background: url(../images/sc3.png) no-repeat top center;
    background-size: 100% auto;
}

.sidebar-social--viber:hover {
    background-position: bottom center;
}

.sidebar-social--viber {
    width: 50px;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px;
    height: 50px;
    background: url(../images/sc2.png) no-repeat top center;
    background-size: 100% auto;
}

.sidebar-social--wh2 {
    background: url(../images/sc4.png) no-repeat top center;
    background-size: 100% auto;
}

.sidebar-social--viber2 {
    background: url(../images/sc5.png) no-repeat top center;
    background-size: 100% auto;
}

.sidebar-social--tel2 {
    background: url(../images/sc6.png) no-repeat top center;
    background-size: 100% auto;
}

.sidebar-social--inst {
    width: 50px;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px;
    height: 50px;
    background: url(../images/Instagram_icon.png) no-repeat center center;
    background-size: 100% 100%;
}

.header-social-mobile {
    display: none;
}

.show-tablet .sidebar-right {
    margin: 0 30px 0 0;
}

.show-tablet .sidebar-right h3 {
    margin-bottom: 10px;
}

.move-wrap {
    position: relative;
}

.move-wrap.stop {
    position: absolute !important;
    bottom: 100px !important;
    left: auto !important;
    top: auto !important;
}

.show-mobile .sidebar-download,
.show-tablet .sidebar-download {
    position: static;
    transform: none;
    margin: 20px 0 0;
}

.move-wrap.to-fixed {
    position: fixed;
    top: 0;
    width: 360px;
}

.inner-info--new .move-wrap.to-fixed{
    width: 347px;
}
.inner-info--new .move-wrap.stop {
    bottom: 0 !important;
}

.content-info .text-in .btn {
    margin-top: 20px;
}

.sidebar-right {
    background: #eef9ff;
    padding: 15px 0 1px;
    margin: 0 0 10px;
    text-align: center;
}

.sidebar-right .title-h3,
.sidebar-right h3 {
    color: #333;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 12px;
}

.sidebar-right .sidebar-tel p {
    margin: -1px 0 0;
}

.sidebar-catalog_callback {
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar-catalog_callback p {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px;
}

.sidebar-catalog_callback form {
    padding: 0;
}

.sidebar-catalog_callback label {
    margin: 0 0 6px;
}

.sidebar-catalog_callback .form-item {
    margin: 0 0 17px;
}

.sidebar-catalog_callback .btn {
    width: 100%;
    font-size: 14px;
}

.tooltipster-sidetip .tooltipster-box {
    border: 1px solid #0879c7;
    border-radius: 2px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.tooltipster-sidetip .tooltipster-content {
    color: #656565;
    font-size: 14px;
    font-style: italic;
    padding: 19px 32px 14px 16px;
    line-height: 25px;
}

.tooltipster-sidetip .tooltipster-content .preview {
    float: left;
    margin: 0 18px 0 0;
}

.tooltipster-sidetip .tooltipster-content .text {
    padding: 6px 10px 9px 22px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #0879c7;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top: -1px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    top: 1px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -11px;
}

.tooltipster-fade.tooltipster-show {
    height: auto !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    top: 1px;
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: visible;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #0879c7;
    top: -1px;
}

.tooltipster-content .center .center {
    min-height: 117px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-item-icon-group + .catalog-item-middle-text {
    margin-top: 20px;
}

.catalog-item-icon-group {
    overflow: hidden;
    text-align: center;
    color: #333;
    padding: 0 0 25px;
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
}

.catalog-item-icon-group i {
    background: #0b61b7;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 2px;
    display: block;
    margin: 0 auto 24px;
    line-height: 80px;
    text-align: center;
}

.catalog-item-icon-group img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.catalog-item-icon-group li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
}

.catalog-item-delivery-info {
    overflow: hidden;
    margin: -19px 0 42px;
    padding: 0 23px 0 110px;
    box-sizing: border-box;
}

.catalog-item-delivery-info li {
    float: left;
    width: 33.3%;
    overflow: hidden;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.catalog-item-delivery-info i {
    float: left;
    /*
    margin: 0 13px 0 0;
    width: 40px;
     */
    margin: 0 15px 0 0;
    width: 55px;
    height: 100px;
    border-radius: 2px;
    display: block;
    position: relative;
}

.catalog-item-delivery-info b {
    color: #1f519f;
    font-size: 24px;
    max-width: 200px;
    margin: 0 0 21px;
    line-height: 28px;
    display: inline-block;
}

.map-site-nav {
    padding-top: 20px;
}

.map-site-nav ul {
    margin-top: 30px;
}

.catalog-item-delivery-info p {
    color: #333;
    font-size: 18px;
    max-width: 285px;
    line-height: 28px;
}

.catalog-item-delivery-info img {
    position: absolute;
    /*transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    */
}

.about-weight {
    overflow: hidden;
}

.about-weight_list {
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
    overflow: hidden;
    padding: 48px 0 40px;
    margin: 0 0 0px;
}

.about-weight_list ul {
    box-sizing: border-box;
    padding: 0 25px;
}

.about-weight_list li {
    color: #333;
    font-size: 18px;
    float: left;
    line-height: 24px;
    margin: 0 0 20px;
    width: 33.3%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.about-weight_list i {
    color: #43ddbb;
    font-size: 60px;
}

.about-weight_list p {
    color: #757575;
    font-size: 18px;
    margin: 0 0 21px;
}

.about-weight_list h3 {
    margin: 0 0 72px;
    font-size: 36px;
}

.about-short {
    overflow: hidden;
    padding: 61px 0 72px;
}

.about-short h3 {
    margin: 0 0 65px;
}

.about-short li {
    float: left;
    width: 16.6%;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
}

.about-short i {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    display: block;
    margin: 0 auto 15px;
    position: relative;
}

.about-short i:after {
    content: '';
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #43ddbb;
    position: absolute;
    top: -2px;
    right: -16px;
    z-index: -1;
}

.about-short img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.about-short p {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.about-short p:hover {
    text-decoration: underline;
}

.about-our-goal {
    padding: 52px 0 90px;
    font-size: 36px;
}

.about-our-goal h3 {
    margin: 0 0 10px;
}

.about-our-goal_list {
    margin: 0 -24px 0 -17px;
    font-size: 0;
    position: relative;
}

.about-our-goal_list:after {
    content: '';
    background: url("../images/about-our-goal_bg.png");
    position: absolute;
    width: 407px;
    height: 222px;
    bottom: -35px;
    right: 19px;
}

.about-our-goal_list li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 20px;
    /*margin: 0 0 70px;*/
}

.about-our-goal_item {
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    min-height: 148px;
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    padding: 20px 10px 0 49px;
}

.about-our-goal_item i {
    width: 80px;
    height: 80px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    margin-left: -30px;
}

.about-our-goal_item img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.about-competences {
    /*background: url(../images/blue-map.png) no-repeat center center;*/
    background: url("../images/bg-competences.png") no-repeat;
    background-size: 100% 400px;
    overflow: hidden;
    padding: 65px 0 0;
}

.about-competences h3 {
    color: #fff;
    margin: 0 0 25px;
    font-size: 36px;
}

.about-competences_list {
    display: -ms-flexbox;
    display: flex;
}

.about-competences_list li {
    float: left;
    width: 16.6%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 25px 12px;
}

.about-competences_list li:first-child {
    border-left: none;
}

.about-competences_list a:hover{
    text-decoration: underline;
}
.about-competences_list a{
    color: #fff;
}
.about-competences_list i {
    height: 70px;
    line-height: 50px;
    display: block;
    margin: 0 0 25px;
}

.about-competences_list img {
    vertical-align: middle;
}

.about-more-delivery {
    padding: 50px 0 20px;
    margin: 63px 0 0;
}

.about-more-delivery h3 {
    margin: 0 0 77px;
    color: #1f519f;
}

.sidebar-catalog_callback_social {
    /*
    padding: 0 0 28px;
     */
    padding: 0;
}

.sidebar-catalog_callback_social h3,
.sidebar-catalog_callback_social .title-h3 {
    margin: -20px 0 5px;
}

.sidebar-catalog_callback_social p {
    text-align: center;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 20px;
    font-style: italic;
    line-height: 20px;
}

.product-info_list ul {
    width: 379px;
}

.product-info_list li:last-child{
    height: 52px;
    overflow: hidden;
}
.product-info_list li {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    text-align: left;
    padding: 0 0 7px 180px;
}

.product-info_list li span {
    text-align: left;
}

.header_top {
    padding: 6px 0 8px;
    margin: 0 0 -1px;
    border-bottom: 1px solid #ededed;
}

.header_top li {
    margin: 0 6px;
}

.header_top ul {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_top a {
    padding: 0;
}

.about-top {
    text-align: center;
}

.about-top .text-in {
    color: #666;
    margin: 0 auto;
    max-width: 1055px;
}

.about-top blockquote {
    overflow: hidden;
}

.crumbs ul {
    margin: 0 0 15px;
}

.footer_tel {
    padding-left: 0;
    text-align: center;
}

.catalog-item-middle-text {
    color: #3a3636;
    font-size: 24px;
    margin: -50px 0 30px 18px;
    padding: 15px;
    line-height: 1.3;
    border: 1px solid #158fce;
    background: #eef9ff;
}

.sidebar-catalog_callback .polit {
    margin-bottom: 10px;
}

.form-bottom_in .polit span,
.sidebar-catalog_callback .polit span {
    font-size: 16px;
}

.catalog-item-middle-text-info {
    text-align: center;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.catalog-item-middle-text-info p {
    background: #f3db00;
    color: #393535;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
}

.catalog-item .cash .cash {
    margin-top: 15px;
}

img:not([src]) {
    visibility: hidden;
}

.popup-callback .polit span a:hover,
.sidebar-catalog_callback .polit span a:hover,
.form-bottom_in .polit span a:hover {
    text-decoration: none;
}

.popup-callback .polit span a{
    color: #fff !important;
    text-decoration: underline;
}
.sidebar-catalog_callback .polit span a{
    color: #1f519f;
}

.popup-callback .polit .icon,
.sidebar-catalog_callback .polit .icon,
.form-bottom_in .polit .icon {
    width: 30px;
    height: 30px;
}

.popup-callback .polit span,
.sidebar-catalog_callback .polit span,
.form-bottom_in .polit span ,
.form-bottom_in .polit span {
    /*
    line-height: 28px;
    font-size: 16px;
     */
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.cash-delivery-item:nth-child(4n+1) .preview {
    border-left: 1px solid transparent;
}

.cash-delivery-item a:hover {
    text-decoration: none;
}

.cash-delivery-item a {
    text-decoration: underline;
}

.cash-delivery-item .btn {
    text-decoration: none;
}

.cash-delivery-item {
    font-family: "Arial", Arial;
    width: 25%;
    line-height: normal;
    margin: 0 0 20px;
    color: #333;
    box-sizing: border-box;
    flex: 25% 0 0;
    padding: 0 10px;
}

.cash-delivery-item .name {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin: 0 0 10px;
    color: rgb(15, 78, 173);
    text-align: left;
}

.cash-delivery-item .weight {
    font-weight: 400;
    font-style: italic;
    margin: 0 0 10px;
    font-size: 18px;
    text-align: left;
}

.cash-delivery-item .preview img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    margin-left: 10px;
    top: 50%;
    left: 50%;
    display: block;
}

.cash-delivery-item .link {
    display: inline-block;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-decoration: underline;
    color: #0F4EAD;
    text-align: left;
}

.cash-delivery-item .preview {
    height: 201px;
    position: relative;
    margin: 0 0 15px;
    border-left: 1px solid #333;
    padding-left: 15px;
}

.cash-delivery-item .title {
    font-weight: 700;
    font-style: normal;
    margin: 0 0 20px;
    font-size: 25px;
}

.cash-delivery-item .cash {
    margin: 0 0 15px;
    font-size: 25px;
    text-align: left;
    font-weight: 400;
    font-style: normal;
}

.cash-delivery-item .cash span {
    display: inline-block;
    font-weight: 700;
    vertical-align: top;
}

.cash-delivery-item .cash i {
    font-style: italic;
}

.cash-delivery-item .cash p {
    display: inline-block;
    vertical-align: top;
    font-family: 'Arial';
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    text-align: left;
}

.cash-delivery-item--color {
    background: #eef9ff;
}

.cash-delivery-list_in {
    display: flex;
    flex-wrap: wrap;

}

.cash-delivery-item--long .title {
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
}

.cash-delivery-item--long i {
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    margin: 0 0 30px;
    display: block;
    text-align: left;
}

.cash-delivery-item--color .in {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.cash-delivery-item--long p {
    margin: 0 0 10px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.cash-delivery-item--long a {
    color: #0F4EAD;
}

.cash-delivery-item--long:nth-child(4) {
    width: 100%;
    flex: 100% 0 0;
}

.cash-delivery-item--long {
    width: 50%;
    flex: 50% 1 1;
}

.cash-delivery-list {
    padding: 40px 0 0;
    margin: 0 0 20px;
}

.scope-item .application-info_in {
    text-align: center;
}

.scope-item {
    /*display: none;*/
    background: #f2f2f2;
    padding: 58px 0 0;
    margin: 0;
}

.scope-item .tab-menu:after {
    background: #fff;
}

.city-catalog {
    padding: 71px 0 72px;
}

.city-catalog .contacts-list__in {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    float: none;
    width: 100%;
    column-rule: 1px solid #f2f2f2;
}

.js-drop.open {
    height: auto;
}

.js-drop {
    overflow: hidden;
    height: 230px;
}

.js-show-more-list span:hover,
.js-toggle-siblings span:hover {
    text-decoration: none;
}

.js-show-more-list span ,
.js-toggle-siblings span {
    cursor: pointer;
    text-decoration: underline;
    color: rgb(15, 78, 173);
}

.js-show-more-list ,
.js-toggle-siblings {
    text-align: center;
    float: none !important;
    margin: 16px 0 30px;
    cursor: pointer;
    font-size: 16px;
}
.js-show-more-list{
    margin-top: 0;
}
.city-catalog .column {
    display: inline !important;
    float: none !important;
    border-top: 1px solid #e5e5e5;
    border-left: none;
    width: 20%;

    margin: 0;
    border-right: none;
    box-sizing: border-box;
}

.contact-group-item .active *,
.contact-group-item .active {
    font-weight: 700;
}

.contact-group-item a,
.contact-group-item div {
    box-sizing: border-box;
    min-height: 44px;
}

.contact-group-item div {
    font-weight: 700;
    color: #333;
    padding: 9px 10px 10px 29px;
    background: #eef9ff;
    border-bottom: 1px solid #eef9ff;
}

.contact-group-item a:hover {
    text-decoration: underline;
}

.contact-group-item a {
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    color: rgb(15, 78, 173);
    text-decoration: underline;
    padding: 9px 0 10px 29px;
}


.contact-group-item {
    padding: 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}

.application-info .application-info_in .btn-yellow {
    margin: 0 0 40px;
}


@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.sidebar-nav ul:hover .js-anim {
    animation-play-state: paused !important;
}

.sidebar-nav .js-anim {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    display: block;
    position: relative;
}

.popup-calc {
    background: #fff;
    display: none;
    width: 450px;
  padding: 0;
    padding-bottom: 1px;
}

.open-popup-calc .fancybox-close {
    right: -30px;
}

.masthead-carousel_small .slick-slide {

}

.masthead-carousel_small span {
    border-radius: 5px;
    border: 1px solid #2f73e5;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    display: block;
    position: relative;
}

.masthead-carousel_small img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masthead-carousel_small .slick-slide {
    padding: 0 0 0 19px;
    box-sizing: border-box;
}

.masthead-wrap {
    position: relative;
}

.masthead-carousel_small {
    position: absolute;
    height: 50px;
    z-index: 10;
    width: 534px;
    bottom: 45px;
    right: 0;
}

.content-callback img {
    display: none;
}

.advantages {
    padding: 64px 0 30px;
}

.advantages-item a{
    color: #0f4dab;
}
.advantages-item {
    width: 25%;
    float: left;
    text-align: center;
    min-height: 150px;
}

.advantages-item i {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 80px;
    height: 70px;
    margin: 0 auto 20px;
    position: relative;
}

.advantages-item i:after {
    content: '';
    border-radius: 50%;
    background-color: #43ddbb;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -8px;
    right: -19px;
    z-index: -1;
}

.advantages-item p {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    max-width: 245px;
    margin: 0 auto;
}

.product-info {
    padding: 20px 0 0 0;
}

.sale-carousel_item {
    border-radius: 10px;
    border: 1px solid #757575;
    padding: 14px 15px 22px;
    box-sizing: border-box;
}

.sale-carousel_item h3 {
    max-width: 240px;
    color: #1f519f;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    text-align: center;
    margin: 15px auto 17px;
}

.sale-carousel_item p {
    color: #757575;
    line-height: 100%;
    font-size: 16px;
    margin: 0 0 16px 0;
}

.sale-carousel_item span {
    float: right;
}

.btn-green {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    background-color: #43ddbb;
    border-radius: 5px;
    padding: 13px 0;
    text-align: center;
    margin: 19px 0 0 0;
}

.btn-green:hover {
    background: #ffea27;
}

.sale-block {
    padding: 70px 0 20px 0;
}

.change-view{
    display: none;
}
.sale-block h2 {
    font-size: 36px;
    color: #1f519f;
    line-height: 45px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
}

.sale-carousel_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background-color: #f5efe1;
    border-radius: 50%;
    overflow: hidden;
}

.sale-carousel {
    position: relative;
    margin: 0 -16px;
}

.sale-carousel .slick-slide {
    margin: 0 16px;
}

.sale-carousel .slick-arrow {
    border: none;
    background: none;
    font-size: 0;
    width: 30px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin: -28px 0 0 0;
    cursor: pointer;
    z-index: 100;
}

.sale-carousel .slick-prev {
    background: url("/local/templates/main/images/arr-prev2.png") top center;
    left: -27px;
}

.sale-carousel .slick-next {
    background: url("/local/templates/main/images/arr-next2.png") top center;
    right: -27px;
}

.footer-tab-content {
    width: 100%;
    overflow: hidden;
}

.footer-tab-content .tab-item li {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    float: left;
}

.footer-tab-content a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 36px;
    margin: 0 0 3px 0;
}

.footer-tab-menu {
    overflow: hidden;
    margin: 25px 0 0 0;
}

.footer-tab-menu ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.footer-tab-menu li {
  width: auto;
    float: left;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    margin: 0 0 9px 0;
    cursor: pointer;
}

.footer-tab-menu li.active i {
    padding: 0 0 2px 0;
    border-bottom: 2px solid #fff;
}

.bottom-text h2 {
    font-size: 36px;
    line-height: 60px;
    color: #1f529f;
    text-align: left;
    font-style: normal;
}

.bottom-text h3 {
    font-size: 24px;
    line-height: 60px;
    color: #1f529f;
    text-align: left;
    margin: 43px 0 14px 0;
}

.bottom-text h4 {
    font-size: 18px;
    line-height: 60px;
    color: #1f529f;
    text-align: left;
    margin: 48px 0 5px 0;
}

.bottom-text .btn-yellow {
    width: auto;
    margin: 50px auto 0;
}

.bottom-text .wrapper {
    max-width: 1320px;
}

.services-list_old {
    background: none;
}

.services-list_old .services-item {
    margin: 0 0 32px;
}

.services-list_old .services-item_in {
    background: #f1f1f1;
    padding: 23px 10px 20px 311px;
    border: 1px solid #fff;
    border-radius: 3px;
    min-height: 242px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 14%);
}

.services-list_old h5 {
    color: #0f4dab;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 3px;
}

.services-list_old p {
    font-size: 16px;
    line-height: 24px;
}

.services-list_old h3 {
    display: none;
}

.services-list_old .services-item_in:hover {
    background: #f4dc00;
    color: #0f4dab;
}

.services-list_old .services-item .preview {
    width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
}

.services-list_old .services-item .preview img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-types {
    padding: 45px 0 17px
}

.catalog-types h2 {
    color: #1f519f;
    line-height: 45px;
    font-size: 36px;
    text-align: left;
    font-style: normal;
}

.catalog-types .drop-info-item p {
    font-size: 16px;
}

.catalog-types .drop-info-item a {
    font-size: 16px;
}

.catalog-types .tab-menu {
    overflow: hidden;
    margin: 5px 0 35px 0;
}

.catalog-types .tab-menu li {
    color: #757575;
    float: left;
    line-height: 44px;
    font-size: 36px;
    cursor: pointer;
    font-weight: 300;
    margin: 0 32px 0 0;
}

.catalog-types .tab-menu li span {
    margin: 0 5px 0 45px;
}

.catalog-types .tab-menu li:first-child {
    margin: 0 33px 0 0;
}


.catalog-types .tab-menu li i {
    border-bottom: 2px solid #757575;
}

.catalog-types .tab-menu li.active {
    color: #1f519f;
    font-weight: 500;
}

.catalog-types .tab-menu li.active i {
    border: none;
}

.catalog-types_item:after {
    content: "";
    clear: both;
    display: table;
    overflow: hidden;
}

.catalog-types_item:hover {
    z-index: 10;
    position: relative;
}

.catalog-types_item {
    padding: 55px 0 30px;
}

.catalog-types_item:nth-child(odd) {
    background: url("../images/bg-tab-odd.png") top center;
    background-size: cover;
}

.catalog-types_item:nth-child(even) {
    background: url("../images/bg-tab-even.png") top center;
    background-size: cover;
}

.tab-item_center {
    float: left;
    max-width: 690px;
}

.tab-item_center h3 {
    color: #1f519f;
    line-height: 100%;
    font-size: 24px;
    text-align: left;
    margin: 0 0 19px 0;
}

.tab-item_center .drop-info-item {
    margin: 0 0 20px;
}

.tab-item_center .drop-info-item p {
    color: #333;
    line-height: 24px;
    font-size: 18px;
    margin: 0 29px 0 0;
}

.tab-item_center .drop-info-item li {
    margin: 0 30px 10px 0;
}

.tab-item_center .drop-info-item a {
    font-size: 18px;
    color: #1f519f;
}

.tab-item_right {
    float: left;
    padding: 44px 0 40px 45px;
    max-width: 270px;
}

.tab-item_right a img {
    opacity: 0;
    position: absolute;
    right: 100%;
    border-radius: 100%;
    top: 0;
    visibility: hidden;
    margin-right: 20px;
    max-width: 400px;
}

.tab-item_right a {
    display: block;
    color: #1f519f;
    position: relative;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px 0;
}

.tab-item_right a:hover img {
    opacity: 1;
    visibility: visible;
}

.tab-item_right a:hover {
    text-decoration: underline;
}

.catalog-types_item span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background-color: #f5efe1;
    overflow: hidden;
    float: left;
    margin: 0 35px 0 2px;
}

.catalog-index {
    z-index: 20;
}

.nav-menu_bottom {
    /*background: none;*/
    z-index: 1900;
    position: absolute;
    left: 0;
    right: 0;
}

.nav-menu_bottom .nav-wrap {
    background-color: #1f519f;
}

.nav-menu_bottom a {
    display: flex;
    align-items: center;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.nav-menu_bottom li {
    padding: 13px 0 14px;
}

.nav-menu_bottom .drop-menu {
    left: 20px;
}

.sidebar-download .btn-yellow:hover {
    background: #43ddbb;
    color: #fff !important;
}

.sidebar-download i {
    display: block;
    font-style: italic;
}

.sidebar-download .btn-yellow {
    background: #ffea27;
    color: #333 !important;
}

.sidebar-download {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    margin: 0 0 -20px;
}

.footer-tab-content .tab-name {
    border: none !important;
    overflow: hidden;
}

.footer-content_nav .tab-item:last-child {
    margin-bottom: 20px;
}

.footer-content_nav .tab-item {
    overflow: hidden;
}

.footer-content_nav .tab-item {
    border-bottom: 1px solid #fff;
    margin: 0 0 9px;
}

.catalog-index + .catalog-index{
    z-index: 15;
}

.catalog-item .cash2{
    display: none;
}

.services-list_text.text-in{
    font-size: 18px;
    line-height: 24px;
    color: #333;
}


.inner-info--new .preview{
}

.inner-in .wrapper{
    padding: 0;
}

.catalog-filter_item .h-wrap.height-full{
  max-height: 1000px;
}
.catalog-filter_item .h-wrap{
  max-height: 71px;
  transition: all 0.2s linear;
  overflow: hidden;
}


.move-wrap.to-fixed::-webkit-scrollbar {
  display: none; /* Для Webkit-браузеров (Chrome, Safari, Edge) */
}
.move-wrap.to-fixed.stop{
  height: auto !important;
}
.move-wrap.to-fixed.h-a{
  height: auto !important;
}
.move-wrap.to-fixed{
  height: 100% !important;
  -ms-overflow-style: none; /* Для IE и Edge */
  scrollbar-width: none; /* Для Firefox */
  overflow: auto;
}


.form-bottom.wf2 .title-h2{
  text-align: center;
}
.form-bottom.wf2{
  background: none;
}
.form-bottom.wf2 .form-bottom_in{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-bottom.wf2 .wrapper{
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  overflow: hidden;
}
.form-bottom.wf2 .wrapper:after{
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  background: #e0f3ee url(../images/new-bg-form.jpg) no-repeat center center;
  background-size: cover;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  height: 100%;
  border-radius: 20px;
}
.form-bottom.wf2 .form-bottom_in{
  width: 42%;
  margin-right: 24px;
  margin-left: auto;
  padding: 32px 32px 26px;
  border-radius: 24px;
  background: #fff;
  float: none;
}
.form-bottom.wf2:after{
  display: none !important;
}
.form-bottom.wf2 .col{
  flex: 1;
}
.form-bottom.wf2 .row{
  display: flex;
  gap: 12px;
}
.form-bottom.wf2 .checkbox {
  text-align: center;
}
.form-bottom.wf2 .checkbox .icon{
  display: none;
}
.form-bottom.wf2 .btn{
  text-transform: none !important;
  width: 100%;
}
.form-bottom.wf2 label{
  font-weight: 400;
  font-size: 14px;
 line-height: 20px;
  margin: 0 0 4px;
  letter-spacing: -0.02em;
  color: #121417;
}
.form-bottom.wf2{}
.form-bottom.wf2 .polit{
  margin: -2px 0 0 0;
}
.form-bottom.wf2 .form-item{
  margin: 0 0 24px;
}


.form-bottom.wf2 textarea,
.form-bottom.wf2 input{
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #dde0e4;
  border-radius: 8px;
  height: 44px;
}

.form-bottom.wf2 textarea{
  height: 120px;
  padding: 12px 15px;
}

.form-bottom_text h3{
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  margin: 0 0 23px;
  color: #121417;
}
.form-bottom_text p{
  max-width: 360px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 32px;
  text-align: center;
  color: #535d6a;
}
.form-bottom_text .social{
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: -7px 0 23px;
}
.form-bottom_text .social a{
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 8px;

}
.form-bottom_text .sidebar-social--wh{
  background: url(/local/templates/main/images/s1.svg) no-repeat;
}
.form-bottom_text .sidebar-social--viber{
  background: url(/local/templates/main/images/s2.svg) no-repeat;
}
.form-bottom_text .sidebar-social--tel{
  background: url(/local/templates/main/images/s3.svg) no-repeat;
}
.form-bottom_text .or{
  font-size: 12px;
 line-height: 16px;
  margin: 0 0 31px;
}
.form-bottom_text .or span{
  position: relative;
  padding: 0 10px;
}
.form-bottom_text .or span:after,
.form-bottom_text .or span:before{
  position: absolute;
  left: 100%;
  width: 97px;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  content: "";
  top: 7px;
}
.form-bottom_text .or span:after{
  left: auto;
  right: 100%;
}
.form-bottom_text .mess:hover{
  text-decoration: none;
}
.form-bottom_text .mess{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0059d6;
}
.form-bottom_text i{
  display: block;
  margin: 0 auto 24px;
  box-shadow: 0 2px 4px 0 rgba(20, 20, 20, 0.04);
  background: #00b487;
  width: 56px;
  height: 56px;
  position: relative;
  border-radius: 20px;
}
.form-bottom_text i svg,
.form-bottom_text i img{
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.form-bottom_text{
  float: left;
  padding: 57px 0 0;
  width: 50%;
  text-align: center;
}

.header_tel .imgs a:hover img{
  transform: scale(1.2);
}
.header_tel .imgs img {
  transition: all 0.2s linear;
}
.header_tel .imgs > img {
  transform: scale(1.4);
}
.header_tel .imgs img {
  width: 100%;
  display: block;
  margin: 0 0 10px ;
}
.header_tel .imgs{
  width: 20px;
  position: absolute;
  top: 16px;
  right: -35px;

}

.service-carousel h2,
.service-carousel .title-h2{
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 24px;
  color: #fff;
}
.service-carousel .text:after{
  z-index: -1;
  width: 848px;
  height:653px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  background: url(../images/elipse.svg) no-repeat center;
}
.service-carousel .btn-white:hover{
  background: #43ddbc;
  color: #fff;
}
.service-carousel .btn-white{
  margin: 39px 0 0;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.1;
  color: #000;
}
.service-carousel .text{
  max-width: 400px;
  position: relative;
  z-index: 5;
  margin: 60px 112px 70px;
}
.service-carousel{
  overflow: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}

.service-carousel_in .slick-slide .carousel-item{
  display: block !important;
}
.service-carousel_in{
  /*margin: 0 32px;*/
  overflow: hidden;
  border-radius: 12px;
}


.service-carousel_in  .slick-track {
      display: flex !important;
  }

.service-carousel_in  .slick-slide > div{
  height: 100%;
}
.service-carousel_in  .slick-slide {
      height: inherit !important;
  }
.service-carousel .carousel-item{
  min-height: 100%;
  overflow: hidden;
  position: relative;
  /*height: 411px;*/
  z-index: 3;
}
.service-carousel .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.service-carousel .slick-arrow svg{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.service-carousel .slick-arrow:hover path{
  stroke: #fff
}
.service-carousel .slick-arrow:hover{
  background: #43ddbc;
  border: 1px solid #43ddbc;

}

.service-carousel .slick-arrow{
  transform: translateY(-50%);
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: 0 20px;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(13, 18, 30, 0.04);
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius: 12px;
  padding: 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.service-carousel .slick-next{
  left: auto;
  right: 0;
}
.service-carousel .slick-dots button:hover,
.service-carousel .slick-dots .slick-active button{
  background: #fff;
}
.service-carousel .slick-dots button{
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 100%;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
.service-carousel .slick-dots li{
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}
.service-carousel .slick-dots{
  position: absolute;
  bottom: 31px;
  font-size: 0;
  left: 112px;
  right: 20px;
}


.service-carousel_bottom{
  overflow: hidden;
  padding: 40px 0;
}
.service-carousel_bottom_list .item:first-child{
  border-left: none;
}
.service-carousel_bottom_list .item{
  border-left: 1px solid #E9EBED;
  padding: 0 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  width: 33.3%;
  color: #24282e;
  display: flex;
  align-items: center;
}
.service-carousel_bottom_list i{
  background: #e0f3ee;
  width: 64px;
  margin: 0 20px 0 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  min-width: 64px;
}
.service-carousel_bottom_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}

.services-list-big .btn{
  padding: 11px 16px;
}
.services-list-big{
  padding: 20px 0;
  overflow: hidden;
}
.services-list-big .item:nth-child(even){
  border: 1px solid #e3e3e3;
  background: #fff;
}
.services-list-big .item{
  position: relative;
  overflow: hidden;
  font-weight: 400;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.5;
  color: #3d434c;
  background: #eef7ff;
  border: 1px solid #eef7ff;
  border-radius: 20px;
  padding: 44px 590px 40px 44px;
}
.services-list-big .title:hover{
  color: #43ddbc;
}
.services-list-big .title{
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin: 0 0 19px;
  color: #121417;
}
.services-list-big .cash{
  display: flex;
  margin: 24px 0 42px;
  align-items: center;
  border-top: 1px solid #e2e2e2;
  padding: 20px 0 0 0;
  gap: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #000;
}
.services-group_in .row,
.services-list-big .row{
  display: flex;
  margin: 0 -30px;
}
.services-group_in .col a:hover,
.services-list-big .col a:hover{
  text-decoration: underline;
}
.services-group_in .col li:last-child,
.services-list-big .col li:last-child{
  margin: 0;
}
.services-group_in .col li,
.services-list-big .col li{
  margin: 0 0 10px;
}
.services-group_in .col a,
.services-list-big .col a{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #20519f;
}
.services-group_in .col:first-child,
.services-list-big .col:first-child{
  border: none;
}
.services-group_in .col,
.services-list-big .col{
  flex: 1;
  padding: 0 30px;
  border-left: 1px solid #e2e2e2;
}


.services-list-big .img img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  object-fit: cover;
}
.services-list-big .img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 500px;
}
.services-gallery{
  padding: 48px 0 30px;
  overflow: hidden;
}
.services-gallery .title{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: #121417;
  margin: 0 0 24px;
}
.services-gallery_in{
  position: relative;
  padding: 0 0 58px;
}
.services-gallery_in a:hover img{
  transform: scale(1.1);
}
.services-gallery_in a{
  border-radius: 12px;
  height: 380px;
  display: block;
  position: relative;
  overflow: hidden;
}
.services-group_in--carousel .carousel-item,
.services-gallery_in .carousel-item{
  padding: 0 32px 0 0;
  box-sizing: border-box;
}
.services-gallery_in img{
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.services-group_in--carousel .slick-arrow svg,
.services-gallery_in .slick-arrow svg{
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}
.services-group_in--carousel .slick-arrow:hover path,
.services-gallery_in .slick-arrow:hover path{
  stroke: #fff
}
.services-group_in--carousel .slick-arrow:hover,
.services-gallery_in .slick-arrow:hover{
  background: #43ddbc;
  border: 1px solid #43ddbc;

}
.services-group_in--carousel .slick-arrow,
.services-gallery_in .slick-arrow{
  cursor: pointer;
  position: absolute;
  margin: 0 20px 0 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  box-shadow: 0 1px 2px 0 rgba(13, 18, 30, 0.04);
  background: #fff;
  border: 1px solid #dde0e4;
  border-radius: 12px;
  padding: 10px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}

.services-group_in--carousel .slick-next,
.services-gallery_in .slick-next{
  left: 48px;
}
.services-gallery_in .slick-list{
  padding: 0 240px 0 0;
  overflow: visible;
}

.big-slogan{
  padding: 30px 0;
  overflow: hidden;
}

.big-slogan .right{
}

.big-slogan_in{
  padding: 80px;
  border-radius: 20px;
  background: url(../images/Benefits.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.big-slogan_in .title{
  float: left;
  font-weight: 500;
  font-size: 48px;
  line-height: 46px;
  letter-spacing: -0.04em;
  color: #121417;
  width: 400px;
}
.big-slogan_in .right{
  overflow: hidden;
  font-weight: 400;
  max-width: 516px;
  padding: 22px 0 0;
  margin-left: auto;
  font-size: 18px;
 line-height: 28px;
  letter-spacing: 0;
  color: #323232;
}
.big-slogan_in td:first-child{
  font-weight: 400;
  font-size: 60px;
  text-align: left;
 line-height: 58px;
  letter-spacing: -0.04em;
  color: #00a07a;
}
.big-slogan_in tr:last-child td{
  border: none;
}
.big-slogan_in td{
  padding: 35px 0 34px;
  vertical-align: middle;
  text-align: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.big-slogan_in table{
  margin: 50px 0 0;
  width: 100%;
}
.big-slogan_in .bottom{
  padding: 81px 0 0;
  clear: both;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #3d434c;
}
.big-slogan_in .small-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.19;
  margin: 0 0 20px;
  color: #121417;
}
.big-slogan_in li{
  border-left: 1px solid #d9d9d9;
  padding: 0 20px;
  flex:1;
}

.big-slogan_in i{
  border-radius: 24px;
  width: 56px;
  background: #fff;
  padding: 16px;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  margin: 0 auto 23px;
  height: 56px;
}
.big-slogan_in a:hover{
  color: #43ddbc;

}
.big-slogan_in a{
  font-weight: 600;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  letter-spacing: -0.02em;
  color: #0f0f0f;
}
.big-slogan_in ul{
  padding: 80px 0 0;
  display: flex;
  margin: 0 -20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  text-align: center;
  color: #525252;
}

.big-quote{
  padding: 49px 0;
  overflow: hidden;
}

.big-quote_in .title{
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  margin: 0 0 23px;
  color: #121417;
}
.big-quote_in .bottom:after{
  background: rgba(0, 0, 0, 0.12);
  width: 240px;
  height: 1px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.big-quote_in .bottom p{
  margin: 0 0 8px;
}
.big-quote_in .bottom{
  position: relative;
  padding: 33px 0 0;
  margin: 32px 0 0;
}
.big-quote_in i{
  font-style: italic;
  color: #535d6a;
}
.big-quote_in strong{
  color: #070707;
}
.big-quote_in .video img{
  position: absolute;
  bottom: -64px;
  left: 0;
}
.big-quote_in .video svg{
  display: block;
}
.big-quote_in .video i{
  border-radius: 24px;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  background: #43ddbc ;
  padding: 16px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0 0 0 58px;
  content: "";
}
.big-quote_in .video:hover path{
  stroke: #333;
}
.big-quote_in .video:hover i{
  background: #ffea27;
}
.big-quote_in .video{
  position: absolute;
  bottom: 0;
  height: 100%;
  right: 0;
  width: 675px;

}
.big-quote_in{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #535d6a;
  background: #e0f3ee url(../images/big-quote.png) no-repeat left 200px bottom 100px;
  position: relative;
  overflow: hidden;
  padding: 69px 860px 61px 68px;
  border-radius: 20px;
}

section.text-block{
  overflow: hidden;
  padding: 33px 0 13px;
}

.text-block .text-in [align="right"],
.text-block .text-in .fl_r{
  margin: 0 0 0 100px;
}
.text-block .text-in ,
.text-block .text-in li,
.text-block .text-in p{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d434c;
}
.text-block .text-in h3,
.text-block .text-in h4,
.text-block .text-in h2{
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  text-align: left;
  color: #121417;
  margin: 40px 0 26px;
}
.text-block .text-in h3:first-child,
.text-block .text-in h4:first-child,
.text-block .text-in h2:first-child{
  margin-top: 0;
}
.text-block .text-in h3{
  font-size: 24px;
  line-height: 32px;
}
.text-block .text-in h4{
  margin: 40px 0 15px;
  font-size: 20px;
  line-height: 24px;
}
.text-block .text-in p{
  margin: 0 0 24px;
}
.text-block .text-in ul{
  margin: 0 0 24px;
}
.text-block .text-in ul li{
  padding: 0 0 0 28px;
  margin: 0 0 8px;
}
.text-block .text-in ul li:after{
  width: 16px;
  top: 4px;
  left: 0;
  height: 16px;
  background: url(../images/icon/list.svg) no-repeat;
}
.text-block .text-in th{
  font-weight: 500;
  font-size: 14px;
  border: none;
  background: none;
  border-bottom: 2px solid #00a07a;
 line-height: 20px;
  text-align: left;
  padding: 0 20px 15px 0;
  color: #00a07a;
}
.text-block .text-in td:last-child td{
  border-bottom: none;
}
.text-block .text-in table{
  margin: 49px 0 40px;
}
.text-block .text-in td{
  font-weight: 400;
  text-align: left;
  font-size: 14px;
 line-height: 20px;
  padding: 16px 20px 16px 0;
  color: #3d434c;
  border: none;
  border-bottom: 1px solid #dde0e4;
}
.text-block .text-in blockquote{
  margin: 33px 0 24px;
  background: #ebf8f5;
  border-left: 2px solid #00a07a;
  padding: 12px 22px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d434c;
}

.service-partners{
  padding: 20px 0 95px;
  overflow: hidden;
}
.services-group .title-item,
.service-partners .title{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 31px;
  color: #121417;
}
.service-partners li:first-child{
  border-left: none;
}
.service-partners li{
  padding: 24px 20px;
  flex: 1;
  border-left: 1px solid #DDE0E4;
}
.service-partners img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.service-partners i{
  overflow: hidden;
  border-radius: 200px;
  width: 112px;
  height: 112px;
  display: block;
  margin: 0 auto 12px;
  background: #eef7ff;
  font-weight: 500;
  font-size: 28px;
 line-height: 112px;
  text-align: center;
  color: #20519f;

    background-size: cover;       /* Масштабирует картинку, чтобы она полностью покрыла кружок */
    background-position: center;  /* Центрирует картинку */
    background-repeat: no-repeat; /* Запрещает повторение картинки */
}
.service-partners ul{
  display: flex;
  text-align: center;
}
.service-partners p{
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #20519f;
}
.service-partners span{
  font-weight: 400;
  font-size: 14px;
 line-height: 20px;
  color: #8791a1;
  display: block;
}


.faq{
  overflow: hidden;
  padding: 54px 0 40px;
}

.faq-in .active .accordion-title  path{
  stroke: #1b66f0;
}

.faq-in .accordion-title:hover,
.faq-in .active .accordion-title{
  color: #008664;
}
.faq-in .accordion-title svg{
  min-width: 24px;
}

.faq-in .accordion-title{
  cursor: pointer;
  color: #141414;
  font-weight: 500;
  padding: 20px 0;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-in .accordion-item:last-child{
  border: none;
}
.faq-in .accordion-item{
  border-bottom: 1px solid #DDE1E7;
}
.faq-in .title{
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 61px;
  line-height: 1.1;
  color: #141414;
}
.faq-in .drop{
  display: none;
  padding: 12px 0 41px;
}
.faq-in .label{
  padding: 0 0 12px;
  margin: 0 0 39px;
  font-weight: 400;
  font-size: 12px;
 line-height: 20px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #DDE1E7;
  color: #6f6f6f;
}
.faq-in{
  background: #f4f5f6;
  border-radius: 12px;
  padding: 44px;
  color: #6f6f6f;
  font-size: 16px;
 line-height: 24px;
}


.service-carousel .bottom .btn{
  padding: 12px 16px;

}
.service-carousel .bottom{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin: 20px 0 0;
  gap: 20px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}

.services-group{
  padding: 20px 0 54px;
  position: relative;
  z-index: 10;
}

.services-group_in .item:nth-child(13) .drop,
.services-group_in .item:nth-child(12) .drop,
.services-group_in .item:nth-child(9) .drop,
.services-group_in .item:nth-child(8) .drop,
.services-group_in .item:nth-child(5) .drop,
.services-group_in .item:nth-child(4) .drop,
.services-group_in .item:nth-child(1) .drop,

.services-group_in .item:nth-child(13),
.services-group_in .item:nth-child(12),
.services-group_in .item:nth-child(9),
.services-group_in .item:nth-child(8),
.services-group_in .item:nth-child(5),
.services-group_in .item:nth-child(4),
.services-group_in .item:nth-child(1) {
  background: #eef7ff;
  border-color: #eef7ff;
}
.services-group_in .item{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  color: #6f6f6f;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 40px 40px 98px;
  background: #fff;
  position: relative;
  flex: 40% 1 1;
  box-sizing: border-box;
}
.services-group_in .name,
.services-group_in h3{
  font-weight: 500;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 38px;
  text-align: left;
  color: #20519f;
}
.services-group_in p{
  overflow: hidden;
  max-width: 236px;

  margin: 0 0 20px;
}
.services-group_in  img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-group_in .preview{
  float: right;
  border-radius: 8px;
  margin: 0 0 19px 50px;
  width: 236px;
  height: 220px;
  overflow: hidden;

}
.services-group_in .bottom{
  font-weight: 500;
  clear: both;
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 38px;
  border-top: 1px solid #e2e2e2;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 19px 0 0;
  color: #000;
}
.services-group_in{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}


.btn-empty:hover{
  background: #43ddbc;
  border-color: #43ddbc;
  color: #fff;
}
.btn-empty{
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
}

.services-list-detail{
  padding: 20px 0 1px;
}
.services-list-detail .item{
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 44px 44px 36px;
  overflow: hidden;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 150%;
  color: #3d434c;
}
.services-list-detail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

}
.services-list-detail .preview{
  float: left;
  border-radius: 200px;
  width: 260px;
  overflow: hidden;
  margin: 0 40px 0 0;
  height: 260px;
}
.services-list-detail .name:hover{
  text-decoration: none;
}
.services-list-detail .name{
  font-weight: 500;
  font-size: 24px;
  display: block;
  margin: 0 0 19px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #20519f;
}
.services-list-detail .btn{
  margin: 33px 0 0;
  padding: 12px 14px;
}
.services-list-detail .cash{
  font-weight: 500;
  font-size: 20px;
  padding: 20px 0 0 32px;
  line-height: 1;
  letter-spacing: 0.01em;
  border-left: 1px solid #e2e2e2;
  min-width: 240px;
  width: 240px;
  color: #000;
}
.services-list-detail .row{
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 39px 0 0;
}
.services-list-detail strong{
  font-weight: 600;
}
.services-list-detail li:after{
  border-radius: 100%;
  background: #20519f;
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
}
.services-list-detail ul{
  padding: 16px 0 0;
}
.services-list-detail li{
  position: relative;
  padding: 0 0 8px 14px;
}

.green-price{
  padding: 30px 0 69px;
}
.green-price_in .label{
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #6f6f6f;
  margin: 0 0 20px;
  border-bottom: 1px solid #DDE1E7;
  padding: 0 0 12px;
}
.green-price_in .title{
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #141414;
  margin: 0 0 40px;
}
.text-block tr:last-child td,
.green-price_in tr:last-child td{
  border: none;
}
.green-price_in td{
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #dde0e4;
  padding: 16px 16px 16px 0;
 line-height: 20px;
  color: #3d434c;
}
.green-price_in th{
  text-align: left;
  border-bottom: 2px solid #00a07a;
  padding: 16px 16px 16px 0;
  font-weight: 500;
  font-size: 14px;
 line-height: 20px;
  color: #00a07a;
}
.green-price_in table{
  width: 100%;
}
.green-price_in .tab-menu li{
  text-align: center;
  padding: 6px 12px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border-radius: 99px;
  margin: 0 1px 4px 0;
  font-weight: 400;
  font-size: 14px;
 line-height: 20px;
  letter-spacing: -0.02em;
  background: #fff;
  color: #181818;
}
.green-price_in .tab-menu .active,
.green-price_in .tab-menu li:hover{
  color: #fff;
  background: #00b487;
}
.green-price_in .tab-menu{
  margin: 0 0 16px;
}
.green-price_in{
  border-radius: 12px;
  padding: 44px;
  background: #ebf8f5;
}

.new-crumbs {
  text-align: center;
  margin: 0 0 37px;
  padding: 20px 0 0;
}
.new-crumbs li:after{
  content: "/";
}
.new-crumbs li:last-child:after{
  display: none;
}
.new-crumbs li,
.new-crumbs a{
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #6c6c6c;
}
.new-crumbs a:hover{
  color: #20519f;
}
.new-crumbs li{
  display: inline-block;
  vertical-align: top;
}
.new-right-form .btn-yellow{
  padding-top: 0;
  padding-bottom: 0;
}

.services-item-new_left .new-right-form_choice{
  padding: 0 0 6px;
}
.services-item-new_left .sidebar-catalog{
  margin: 0;
  width: 100%;
}
.services-item-new_left .move-wrap.to-fixed {
  width: 400px;
}
.services-item-new_left .move-wrap.stop{
  bottom: 1px !important;
}
.services-item-new-preview{
  margin: 0 auto 30px;
  float: none;
  display: block;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  overflow: hidden;
}

.services-item-new_left{
  margin: 0 61px 0 0;
  min-height: 1px;
  float: left;
  width: 400px;
}

.services-item-new_in{
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #3d434c;
}
.services-item-new_in h1{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin: 2px 0 17px;
  color: #20519f;
}
.services-item-new_in .tab-menu {
  margin: 0 0 38px;
}
.services-item-new_in .tab-menu li{
  font-weight: 500;
  padding: 16px 24px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  font-size: 16px;
  line-height: 150%;
  border-radius: 12px 12px 0 0;
  color: #121417;
}
.services-item-new_in .tab-menu li.active,
.services-item-new_in .tab-menu li:hover{
  border-bottom: 2px solid #00a07a;
  background: #ebf8f5;
}
.services-item-new_in .tab-menu ul{
  position: relative;
  border-bottom: 1px solid #dde0e4;
  display: flex;


}
.services-item-new_in > .cash .btn{
  padding: 12px 13px;
}
.services-item-new_in > .cash{
  font-weight: 500;
  font-size: 28px;
 line-height: 28px;
  letter-spacing: 0.01em;
  color: #000;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #e2e2e2;
  padding: 40px 0 20px;
}
.services-item-new_in .steps {
  padding: 41px 0 0;
}
.services-item-new_in .steps p{
  font-weight: 500;
  font-size: 24px;
  margin: 0 0 14px;
  line-height: 1.2;
  color: #121417;
}
.services-item-new_in .steps li:after{
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #20519f;
  border-radius: 100%;
}
.services-item-new_in .steps li{
  padding: 0 0 8px 14px;
  position: relative;

}
.services-item-new_in .text-block{
  padding: 32px 0 0;
}
.services-item-new_in .text-in table:last-child{
  margin-bottom: 0;
}
.services-item-new_in .text-in{
  margin: 0;
}


.doc-list{
  padding: 42px 0 10px;
}
.doc-list a:hover p{
  text-decoration: none;
}
.doc-list a:after{
  background: #fff url(../images/icon/file.svg) no-repeat center;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
}
.doc-list a{
  font-size: 14px;
  width: calc(50% - 10px);
  background: #f7f7f7;
  border-radius: 8px;
  line-height: 20px;
  position: relative;
  box-sizing: border-box;
  display: block;
  padding: 20px 20px 20px 80px;
}
.doc-list p{
  font-weight: 500;

  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #0059d6;
}

.doc-list span{
  font-weight: 400;
  color: #6f6f6f;
  display: block;
  margin: 5px 0 0;
}
.fast-review h3,
.doc-list h3{
  text-align: left;
  margin: 0 0 3px;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #121417;
}
.doc-list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fast-review{
  padding: 30px 0 0;
}

.fast-review_in .preview img{
  display: block;
  width: 100%;
  height: auto;
}
.fast-review_in .preview{
  width: 154px;
  min-width: 154px;
}
.fast-review_in small{
  font-weight: 400;
  font-size: 14px;
 line-height: 20px;
  color: #8791a1;
}
.fast-review_in strong{
  font-weight: 500;

}
.fast-review_in{
  margin: 24px 0 0;
  border-radius: 12px;
  padding: 32px;
  background: #eef7ff;
  display: flex;
  gap: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d434c;
}

.services-item-new{
  padding: 0 0 35px;
  overflow: hidden;
}

.services-group_in--carousel .slick-slide:nth-child(even) .item{
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fff;
}
.services-group_in--carousel .slick-slide{
  padding: 0 24px 0 0;box-sizing: border-box;
}
.services-group_in--carousel .item{

}
.services-group_in--carousel{
  padding: 0 0 58px;
}

.services-item-new_in .catalog-item .preview{
  width: 141px;
  height: 146px;
  margin: 18px 14px 0 0;
}
.services-item-new_in .catalog-item .name {
  width: 452px;
}
.services-item-new_in .catalog-item{
  padding: 0;
}
.services-item-new_in .catalog-item .cash{
  margin: 11px 15px 10px 0;
}
.services-item-new_in .catalog-item .cash .btn {
  padding: 11px 18px;
}
.services-item-new_in .title-item{
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #121417;
  margin: 0 0 12px;
}


.portfolio-info{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d434c;
  padding: 0 0 109px;
}
.portfolio-info h1{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #20519f;
  margin: 0 0 20px;
}
.portfolio-info_nav ul{
  text-align: center;
}
.portfolio-info_nav li{
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}
.portfolio-info_nav a:hover,
.portfolio-info_nav .active a{
  background: #00b487;
  border-color: #00b487;
  color: #fff;
}
.portfolio-info_nav {
  padding: 19px 0 14px;
}
.portfolio-info_nav a {
  font-weight: 400;
  font-size: 14px;
  transition: all 0.2s linear;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #181818;
  border: 1px solid #dfdfdf;
  border-radius: 24px;
  padding: 6px 12px 5px;
  display: block;
}

.portfolio-info_list{
  display: flex;
  flex-wrap: wrap;
  padding: 21px 0 0;
  gap: 32px;
}
.portfolio-info_list a:nth-child(odd){
  background: #eef7ff;
  border-color: #eef7ff;
}
.portfolio-info_list a:hover .btn-empty{
  background: #43ddbc;
  border-color: #43ddbc;
  color: #fff;
}
.portfolio-info_list a{
  width: calc(33% - 19px);
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 39px;
  font-weight: 400;
  font-size: 16px;
 line-height: 22px;
  color: #6f6f6f;
  box-sizing: border-box;
}
.portfolio-info_list .name{
  margin: 0 0 19px;
  font-weight: 500;
  font-size: 20px;
 line-height: 24px;
  display: block;
  color: #20519f;
}
.portfolio-info_list img{
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.portfolio-info_list .preview{
  margin: 0 0 20px;
  border-radius: 12px;
  height: 244px;
  width: 100%;
  display: block;
  overflow: hidden;


}
.portfolio-info_list .text{
  display: block;

}
.portfolio-info_list .btn{
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 18px;
}

.new-pagination ul,
.new-pagination li,
.new-pagination .btn{
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #121417;
  display: inline-block;

}
.new-pagination svg{
  vertical-align: middle;
}
.new-pagination a:hover{
  color: #20519f;
}
.new-pagination .active a{
  background: #f3f8ff;
  color: #20519f;

}
.new-pagination a{
  padding: 10px 12px;
  border-radius: 99px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
 line-height: 20px;
  box-sizing: border-box;
  min-width: 40px;
  text-align: center;
  color: #121417;
}
.new-pagination .disabled:hover,
.new-pagination .disabled{
  color: #dde0e4;
}
.new-pagination{
  padding: 31px 0 0;
  text-align: center;
}

.portfolio-item-info{}
.portfolio-item-info{}
.portfolio-item-info{}
.portfolio-item-info{}
.portfolio-item-info .catalog-item li:after{
  display: none !important;
}
.portfolio-item-info .catalog-item li{
  color: #999;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 6px 1px !important;
  padding: 0 0 0 160px !important;
}
.portfolio-item-info .catalog-item .name {
  width: 72%;
  margin: -4px 0 21px 0;
}
.portfolio-item-info .catalog-item{
  padding: 0;
  margin: 0 0 3px;
}
.portfolio-item-info .catalog-item .btn{
  font-size: 16px;
  line-height: 18px;
  padding: 10px 15px;
}
.portfolio-item-info .catalog-item .preview{
  width: 146px;
}
.portfolio-item-info .catalog-item .preview span{
  width: 146px;
  height: 146px;
}

.portfolio-item-info{

}
.portfolio-item-info h1{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 38px;
  color: #20519f;
}
.portfolio-item-info_sidebar ul{

}
.portfolio-item-info_sidebar .active a,
.portfolio-item-info_sidebar a:hover{
  color: #9c9c9c;
}
.portfolio-item-info_sidebar a{
  border-bottom: 1px dashed currentColor;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #20519f;
}

.portfolio-item-info_sidebar li{
  margin: 0 0 10px;
}
.portfolio-item-info_sidebar{
  padding: 17px 0 0;
  float: left;
  width: 300px;
  margin: 0 66px 0 0;
  position: sticky;
  top: 20px;
}

.small-gallery a:hover{
  border: 1px solid #00a07a;
  box-shadow: inset 0 0 10px 10px #00a07a;
}
.small-gallery a{
  display: block;
  padding: 78% 0 0;
  position: relative;
  border-radius: 12px;
  border: 1px solid #e9ebed;
  overflow: hidden;
}
.small-gallery img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.small-gallery li:after{
  display: none;
}
.small-gallery li{
  margin: 0 !important;
  width: calc(25% - 18px);
  padding: 0 !important;
}
.small-gallery ul{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.small-gallery{
  clear: both;
}

.small-service a:hover,
.small-service a:hover .name{
  text-decoration: none;
}
.small-service a{
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  text-decoration: none;
  padding: 32px 32px 29px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3d434c;
  margin: 0 0 23px;
}
.small-service span{
  display: block;
}
.small-service img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.small-service .preview{
  float: left;
  border-radius: 200px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0 39px 0 0;
}
.small-service .name{
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #20519f;
  margin: 0 0 19px;
}
.small-service .cash{
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin: 20px 0 0;
  letter-spacing: 0.01em;
  color: #000;
}
.small-service h3{
}
.small-service + *{
  clear: both;
}
.small-service{
  padding: 17px 0;
}

.small-service--col .cash{
  font-size: 20px;
  line-height: 1;
}
.small-service--col .preview{
  float: none;
  margin: 0 0 39px;
  display: block;
}
.small-service--col a{
  border-radius: 20px;
  width: calc(50% - 10px);
  margin: 0 10px 20px 0;
  box-sizing: border-box;
  float: left;
}

.tab-title{
  display: none;
}

.services-group .active .mobile-toggler:after{
  font-size: 20px;
  content: "-";
}
.services-group .active .drop--down,
.services-group .active .drop{
  display: block;
}
.services-group .active .mobile-toggler{
  font-size: 0;
}
.services-group .mobile-toggler{
  text-align: center;
  cursor: pointer;
  z-index: 20;
  background: #f3db00;
  position: absolute;
  top: 0;
  width: 30px;
  font-size: 20px;
  height: 30px;
  right: 0;
  line-height: 30px;
  color: #000;
  border-radius: 100%;
  margin: 15px 20px 0 0;
  left: auto;
}

.services-group_in .drop-toggler{
  background: url(../images/icon/arr-up.png) center no-repeat, #f3db00;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  bottom: -16px;
  cursor: pointer;
  z-index: 20;
  left: 50%;
  font-size: 0;
  margin: 0 0 0 -16px;
  transform: rotate(180deg);
}

.services-group_in .drop--down,
.services-group_in .drop{
  border: 1px solid #e3e3e3;
  border-radius: 0 0 8px 8px;
  border-top: none;

  position: absolute;
  display: none;
  background: #fff;
  top: 0;
  overflow: auto;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 40px;
}
.services-group_in .drop--down{
  margin-top: -10px;
  position: absolute;
  top: 100%;
  width: auto;
  height: auto;
  left: -1px;
  right: -1px;
}
.services-group_in .item{
  position: relative;
  overflow: visible;
}

.portfolio-item-info .change-view{
  float: right;
}
@media screen and (max-width: 1320px) {
    .sidebar-catalog_new-tablet, .sidebar-catalog_new .move-wrap{
        width: 300px;
    }

    .move-wrap.to-fixed {
        width: 300px;
    }

    .sidebar-catalog_callback_social {
        text-align: center;
        padding: 0;
    }

    .drop-menu {
        width: calc(100vw - 40px);
    }

    .nav-menu li {
        margin: 0 4px;
    }

    .logo {
        margin: 20px 0 0;
    }

    .header_tel {
        display: inline-block;
        vertical-align: top;
        float: none;
        text-align: left;
        padding: 17px 20px 16px 18px;
        margin: 20px 0 0 0px;
    }

    .masthead-carousel .slick-dots {
        right: 0;
        margin: 0;
        padding: 0 20px 0 0;
    }

    .small-catalog-item {
        width: 25%;
    }

    .application-info_item {
        width: 50%;
    }

    .application-info_in {
        margin: 0;
    }

    .header {
        text-align: center;
    }

    .content-info .text-in .fl_r {
        margin: 0 0 10px 50px;
    }

    .content-info .text-in .fl_l {
        margin: 0 50px 10px 0;
    }

    .content-info .text-in .show-table {
        margin: 10px 70px 0;
        text-align: center;
    }

    .news-small-list .news-item {
        width: 29%;
    }

    /*
        .footer-content_nav ul {
            width: 32%;
            padding: 0 15px;
        }
    */
    .footer_nav {
        width: 290px;
    }

    .btn-up {
        margin: 0;
        right: 20px;
    }

    .copyright {
        padding: 2px 20px 0;
    }

    .form-bottom_in {
        padding: 28px 30px 0;
    }

    .application-info_item {
        margin: 0 0 30px;
    }

    .application-info {
        padding: 70px 0;
    }

    .application-info_in .btn-yellow {
        margin: 20px 0 0;
    }

    .footer_top {
        padding: 0 0 15px 15px;
    }

    .footer_tel p {
        font-size: 13px;
    }

    .services-item_in {
        padding: 23px 10px 20px 110px;
    }


    .sidebar-news {
        width: 300px;
        margin: 15px 0 0 30px;
    }

    .about-team_in .tab-menu li {
        margin: 0 10px;
    }

    .about-history h2 {
        top: 35px;
    }

    .sidebar-catalog {
        width: 300px;
        margin: 0 0 0 30px;
    }

    .sidebar-catalog_new-tablet {
        position: relative;
    }

    .catalog-item .cash {
        margin-right: 5px;
    }

    .catalog-item .cash > div span {
        font-size: 18px;
    }

    .catalog-item .name,
    .catalog-item ul {
        width: 285px;
    }

    .sidebar-catalog_callback form {
        padding: 0;
    }

    .sidebar-catalog_callback .btn {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .product-info_in .preview {
        margin: 1px 15px 0 0;
    }

    .product-info_cash {
        width: 180px;
        margin: 4px 0 20px;
    }

    .product-info_list {
        float: none;
        overflow: hidden;
        padding: 0 0 20px;
        text-align: center;
    }

    .product-info_list ul {
        text-align: left;
        float: none;
        display: inline-block;
    }

    .product-info_list p {
        display: block;
    }

    .product-info_cash {
        float: none;
        width: 100%;
        overflow: hidden;
        margin: 0 0 20px;
        padding: 0 0 0 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-info_cash_item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        text-align: center;
    }

    .product-params .tab-menu li {
        padding: 15px 8px 10px 9px;
        font-size: 19px;
        margin: 0 -5px;
    }

    .team-list .tab-menu li,
    .contact-info .tab-menu li {
        margin: 0 10px;
        font-size: 19px;
        padding-bottom: 10px;
    }

    .team-item {
        padding: 0 15px 32px 0;
    }

    .news-list_in {
        margin: 0 0 5px;
    }

    .scope-column,
    .scope-column_4x {
        padding: 0;
    }

    .masthead-carousel .title {
        left: 20px;
        margin: 0;
        right: 0;
        max-width: none;
        width: auto;
        padding-left: 20px;
    }

    .content-callback:before {
        left: -170px;
    }

    .sidebar-catalog_callback_social h3 {
        margin-right: -20px;
    }

    .inner-preview {
        width: 320px;
    }

    .about-our-goal_item {
        padding: 59px 20px 0;
    }

    .sidebar-catalog_callback_social h3 {
        line-height: 1.25;
        margin: 0 0 10px;
        font-size: 28px;
    }

    .form-bottom:after {
        left: -145px;
        bottom: 0;
    }

    .form-bottom_in {
        width: 555px;
    }

    .form-bottom_in .column {
        width: 260px;
    }

    .masthead-carousel_small {
        right: 20px;
    }

    .about-competences {
        background-size: auto;
    }

    .sale-carousel .slick-prev {
        right: 70px;
        top: -70px;
        left: auto;
    }

    .sale-carousel .slick-next {
        right: 20px;
        top: -70px;
    }

    .tab-item_center {
        width: 54%;
    }

    .tab-item_right {
        width: 17.6%;
        padding: 44px 0 40px 25px;
    }

    .sidebar-catalog_callback {
        padding: 0 20px;
    }

    .services-list_old .services-item .preview{
        width: 200px;
    }
    .services-list_old .services-item_in{
        padding: 23px 10px 20px 220px;
    }
    .catalog-list_in{
        min-height: 1020px;
    }


    .inner-info--new .move-wrap.to-fixed,
    .sidebar-catalog_new .move-wrap {
        width: 270px;
    }



  .big-slogan_in {
    padding: 50px;
  }
  .big-slogan_in table{
    margin: 0;
  }
  .big-quote_in {
    background: #e0f3ee url(../images/big-quote.png) no-repeat left 360px bottom 25px;
    padding: 50px 640px 50px 50px;
  }

  .big-quote_in .video {
    width: 555px;
  }

  .services-group_in .item{
    padding: 35px 35px 95px;
  }
  .services-group_in .preview {
    margin: 0 0 19px 20px;
    width: 200px;
  }

  .services-item-new_left{
    width: 270px;
    margin: 0 30px 0 0;
  }
  .services-item-new_left .g-recaptcha{
    transform: scale(0.75);
    transform-origin: left;
  }
  .services-item-new_left .sidebar-catalog{
    overflow: hidden;
  }
  .services-item-new_left .move-wrap.to-fixed {
    width: 270px;
  }
}

@media screen and (max-width: 1107px) {
    .logo img {
        height: 75px;
    }

    .about-our-goal_item {
        height: 320px;
        padding: 59px 15px 0;
    }

    .about-competences_list {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .about-competences_list:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #fff;
        width: 100%;
    }

    .about-competences_list li {
        min-height: 182px;
        overflow: hidden;
        border: none;
        width: 33.3%;
    }

    .about-competences_list li:nth-child(3n+1) {
        clear: left;
        border-left: none;
    }


    .form-bottom:after {
        background-size: auto 400px;
        height: 400px;
        top: auto;
        left: -110px;
        bottom: -40px;
    }

    .form-bottom_in {
        width: 650px;
    }

    .about-competences {
        background-size: cover;
    }

    .about-more-delivery {
        background: #fff;
    }


  .services-list-big .item {
    padding: 35px 500px 35px 35px;
  }
  .services-list-big .img {
    width: 470px;
  }
  .big-slogan_in .title{
    float: none;
    width: 100%;
    margin: 0 0 20px;
    text-align: center;
  }
  .big-slogan_in .right p{
    text-align: center;
  }
  .big-slogan_in .right{
    max-width: 100%;
  }

  .big-quote_in {
    padding: 40px 590px 40px 40px;
  }

  .text-block .text-in [align="right"],
  .text-block .text-in .fl_r {
    margin: 0 0 0 60px;
  }

  .services-group_in {
    gap: 20px;
  }


  .services-list-detail .cash {
    min-width: 220px;
    width: 220px;
  }

  .portfolio-info{
    padding: 0 0 50px;
  }
  .portfolio-info_list a{
    padding: 30px;
  }

  .portfolio-item-info_sidebar {
    width: 230px;
    margin: 0 30px 0 0;
  }
}

@media screen and (max-width: 1023px) {
    .catalog-list_in{
        min-height: 1px;
    }
    .sidebar-catalog_new-tablet, .sidebar-catalog_new .move-wrap{
        width: 100%;
    }
    .nav-wrap > .only-mobile {
        display: none;
    }

    .nav-wrap > ul {
        display: block;
    }

    .drop-menu li {
        width: 100%;
    }

    .hide-tablet {
        display: none;
    }

    .show-tablet,
    .show-table {
        display: block;
    }

    .header_top {
        padding: 0 0 10px;
    }

    .header_tel {
        float: right;
        margin: 20px 0 0 9px;
        padding: 0 15px 0 0;
    }

    .header_tel--border {
        margin-top: 31px;
        float: none;
        margin-bottom: -100px;
        padding: 17px 20px 16px 18px;
    }

    .header-right {
        /*margin: 10px 0 0;*/
        margin: 45px 0 0;
    }

    .header-right .btn {
        margin: 0 0 10px;
    }

    .logo img {
        height: 75px;
    }

    .logo {
        margin: 31px 0 0;
    }

    .nav-menu {
        position: relative;
        z-index: 9;
    }

    .nav-menu.open {
        z-index: 1500;
    }

    .nav-menu.open .nav-menu_in {
        display: block;
    }

    .nav-menu_in {
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        position: fixed;
        background: rgba(0, 0, 0, 0.5);
    }

    .nav-menu_in .nav-wrap {
        overflow: auto;
        width: 250px;
        position: absolute;
        /*
        background: linear-gradient(to left, #00a3e3 0%, #0f4eab 100%) #0f4dab;
         */
        background-color: #1f519f;
        left: 0;
        top: 0;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .fix {
        overflow: hidden;
    }

    .nav-menu_in li:hover .drop-menu {
        display: none;
    }

    .nav-menu_in:before,
    .nav-menu_in:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 20px;
        top: 20px;
        left: 260px;
        transform: rotate(-45deg);
        margin-top: -1px;
        background: #fff;
    }

    .nav-menu_in:after {
        transform: rotate(45deg);
    }

    .nav-menu_in li.open > .drop-menu {
        display: block;
    }

    .nav-menu_in li.open .burger span {
        opacity: 0;
        top: 7px;
        margin: 0;
    }

    .nav-menu_in li.open .burger span:first-child {
        opacity: 1;
        transform: rotate(45deg);
    }

    .nav-menu_in li.open .burger span:last-child {
        opacity: 1;
        transform: rotate(-45deg);
    }

    .nav-menu_in a,
    .nav-menu_in li {
        text-align: left;
    }

    .nav-menu_in li {
        float: none;
        padding: 10px 0;
        margin: 0 10px;
        display: block;
    }

    .nav-menu_in ul {
        padding: 10px 0;
    }

    .drop-menu {
        position: static;
        width: 100%;
        padding: 15px 0 0;
    }

    .drop-menu.open {
        display: block;
    }

    .drop-menu li {
        margin: 0;
        padding: 0;
    }

    .drop-menu a {
        padding: 7px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .drop-menu:after {
        display: none;
    }

    .nav-icon {
        display: inline-block;
    }

    .masthead-carousel img {
        position: absolute;
        width: 100%;
        z-index: -1;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .masthead-carousel .carousel-item {
        padding: 30px 0 60px;
        position: relative;
        min-height: 400px !important;
    }

    .masthead-carousel .title {
        margin: 0 auto;
        position: relative;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: 100%;
        transform: none;
    }

    .masthead-carousel .slick-dots {
        bottom: 25px;
    }

    .small-catalog-item {
        width: 33.3%;
    }

    .application-info {
        overflow: hidden;
    }

    .application-info_item {
        padding: 0 25px 0 0;
    }

    .application-info_in {
        margin: 0 -25px 0 0;
    }

    .footer-bottom {
        position: relative;
        padding: 10px 15px;
    }

    .footer-bottom .link {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        right: 20px;
    }

    .footer_social {
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 20px;
    }

    .copyright {
        max-width: 490px;
        margin: 0 auto;
        box-sizing: border-box;
        line-height: 1.25;
    }

    .footer_nav {
        padding: 0 10px 0 0;
        width: 200px;
    }

    .form-bottom_in {
        padding: 28px 20px 15px 15px;
    }

    .form-bottom_in .column {
        width: 210px;
        margin: 0 15px 0 0;
    }

    .form-bottom_photo {
        width: 250px;
    }

    .footer_tel {
        width: 50%;
        margin: 0 0 25px;
    }

    .footer .center {
        overflow: visible;
    }

    .footer-content_nav {
        clear: both;
    }

    .sidebar-news {
        float: none;
        margin: 0 -15px 25px;
        width: auto;
        text-align: center;
    }

    .sidebar-news .news-item {
        width: 50%;
        box-sizing: border-box;
        text-align: left;
        padding: 0 15px;
    }

    .services-list {
        background: #fff;
        padding: 40px 0 31px;
    }

    .services-item_in {
        padding: 0;
    }

    .services-item .preview {
        width: 100%;
        display: block;
        height: 125px;
        position: relative;
    }

    .services-item .center {
        padding: 10px;
    }

    .text-in blockquote.fl_r {
        padding-left: 40px;
    }

    .text-in blockquote.fl_l {
        padding-right: 40px;
    }

    .sidebar-catalog {
        float: none;
        overflow: hidden;
        width: 100%;
        padding: 0 0 10px;
        margin: 0;
    }

    .sidebar-nav {
        margin: 0 0 20px;
    }

    .sidebar-nav li {
        float: left;
        margin: 0 10px 5px 0;
    }

    .sidebar-catalog .title-h3,
    .sidebar-catalog h3 {
        margin: 0 0 20px;
    }

    .catalog-filter {
        margin: 0 0 20px;
    }

    .sidebar-tel {
        text-align: center;
        margin: 0 0 20px;
        overflow: hidden;
    }

    .sidebar-catalog_callback {
        overflow: hidden;
    }

    .sidebar-catalog_callback p {
        text-align: center;
    }

    .sidebar-right {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        width: 50%;
        padding: 0;
        float: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .sidebar-catalog_new-tablet,
    .sidebar-catalog_new .move-wrap {
        padding-top: 30px;
        padding-left: 50%;
    }

    .sidebar-catalog_new-tablet {
        position: relative;
        padding-bottom: 30px;
    }

    .sidebar-catalog_new-tablet .sidebar-catalog_callback_social {
        margin: 0 0 20px;
    }

    .sidebar-catalog_new-tablet .title-h3,
    .sidebar-catalog_new-tablet h3 {
        margin-bottom: 5px;
    }

    .column_text,
    .services-list_text,
    .services-list_text {
        column-gap: 30px;
        padding: 0;
    }

    .inner-preview {
        padding: 0;
        width: 250px;
        margin: 0 10px 25px 0;
    }

    .product-info .wrapper,
    .product-info .masthead-carousel .slick-dots,
    .masthead-carousel .product-info .slick-dots {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .application-info h2 {
        line-height: 1.25;
    }

    .news-small-list .news-item {
        width: 49%;
    }

    .news-small-list .btn {
        margin: 115px 0 0 15px;
    }

    .content-info .tab-menu li {
        font-size: 20px;
        margin: 0 10px;
    }

    .product-params .tab-menu {
        display: none;
    }

    .product-params .tab-content {
        padding: 20px 0 0;
    }

    .product-params .tab-item {
        display: block !important;
    }

    .product-params .tab-name {
        display: block;
    }

    .product-params .tab-item.open .tab-item_in {
        display: block;
        padding: 0 0 20px;
    }

    .product-params .tab-item.open .tab-name {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .product-params .tab-item_in {
        display: none;
    }

    .product-params .open .tab-name {
        color: #555;
    }

    .product-params .open .tab-item_in {
        display: block;
    }

    .column_text,
    .services-list_text {
        margin: 0 0 30px;
    }

    .team-list .tab-menu,
    .scope-item .tab-menu,
    .contact-info .tab-menu {
        margin: 0 0 30px;
    }

    .team-list .tab-menu li,
    .scope-item .tab-menu li,
    .contact-info .tab-menu li {
        margin: 0;
        font-size: 17px;
        padding: 0 5px 10px;
    }

    .team-item {
        min-width: 600px;
        padding: 0 0 32px;
        width: auto;
    }

    .news-item {
        width: 50%;
    }

    .news-item:nth-child(3n+1) {
        clear: none;
    }

    .news-item:nth-child(2n+1) {
        clear: left;
    }

    .news-preview {
        width: 300px;
        margin: 1px 30px 0 0;
    }

    .price-list h4 {
        margin: 0 0 20px;
    }

    .price-list_in {
        overflow: hidden;
        padding: 5px 0 0;
    }

    .sidebar-price {
        width: 300px;
        margin: 0 0 0 20px;
    }

    .sidebar-price h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .sidebar-price form {
        padding: 0 30px 0 0;
    }

    .scope-column_4x .column {
        width: 100%;
        max-width: 50%;
        margin: 0;
    }

    .header-right {
        clear: right;
    }

    .catalog-list {
        padding-bottom: 20px;
    }

    .catalog-item-delivery-info i {
        margin: 0 20px 0 0;
    }

    .about-weight_list li {
        font-size: 15px;
    }

    .about-short li {
        width: 33.3%;
        margin-bottom: 20px;
    }

    .about-our-goal_list li {
        width: 50%;
    }

    .about-our-goal_item {
        height: 290px;
    }

    .sidebar-catalog_new-tablet .sidebar-catalog_callback_social {
        margin-left: 15px;
        margin-right: 15px;
    }

    .footer_tel {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding-right: 15px;
    }

    .footer-content_nav {
        clear: none !important;
        width: 72%;
        padding: 0 5px;
    }

    .has-child .burger span {
        background: #393535;
    }

    .has-child > a {
        background: #f3db00;
        color: #393535;
        display: block;
        margin: 0 -10px;
        padding: 10px;
    }

    .nav-menu_in .has-child {
        margin-bottom: 20px !important;

    }

    .catalog-item-middle-text {
        margin: 0 0 30px 0;
    }

    .cash-delivery-item {
        width: 33.3%;
        flex: 33.3% 0 0;
    }

    .cash-delivery-item:nth-child(4n+1) .preview {
        border-left: 1px solid #333;
    }

    .cash-delivery-item--long {
        width: 66%;
        flex: 66% 1 1;
    }

    .city-catalog .contacts-list__in {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

    }

    .popup-calc .move-wrap {
        padding: 30px 0 0 270px;
    }

    .popup-calc .sidebar-catalog_callback {
        padding-left: 30px;
        padding-right: 30px;
    }

    .popup-calc {
        width: 600px;
    }

    .header_tel {
        font-size: 11px;
    }

    .masthead-carousel .carousel-item {
        padding: 50px 0 100px;
    }

    .masthead-carousel_small {
        bottom: 20px;
    }

    .content-callback:before {
        left: -334px;
        top: 0;
    }

    .content-callback .center {
        padding-right: 0;
    }

    .form-bottom:after {
        display: none;
    }

    .form-bottom_in {
        box-sizing: border-box;
        width: 100%;
    }

    .drop-menu img {
        width: 45px;
        height: 45px;
        margin: 0 10px 0 0;
    }

    .catalog-types_item span {
        float: none;
        margin: 0 auto 25px;
    }

    .tab-item_center {
        width: 70%;
    }

    .tab-item_right {
        width: 30%;
        padding: 44px 0 40px 0px;
        box-sizing: border-box;
    }

    .catalog-types .tab-menu li:first-child {
        margin: 0 30px 0 0;
    }

    .footer-tab-menu li {
        font-size: 20px;
    }

    .move-wrap.to-fixed {
        width: 100%;
    }

    .move-wrap.stop {
        position: relative !important;
        top: 0 !important;
        right: 0;
        left: 0 !important;
    }

    .product-info,
    .product-info .sidebar-catalog {
        overflow: visible;
    }

    .product-info .sidebar-catalog {
        margin-bottom: 30px !important;
    }

    .nav-wrap > ul > li {
        padding: 0 10px;
        margin: 15px 0 !important;
    }
    .nav-menu_in .burger{
        margin: 3px 8px 0 0px;
    }
    .nav-menu_in .has-child{
        margin: 0 0 1px !important;
        padding: 0 10px;
    }


    .services-list_old .services-item .preview {
        width: 100%;
        display: block;
        height: 200px;
        position: relative;
    }
    .services-list_old .services-item_in{
        padding: 0;
    }

  .form-bottom.wf2 .row{
    display: block;
  }
  .form-bottom.wf2 .form-bottom_in {
    width: 48%;
    padding: 30px 30px 26px;
  }


  .service-carousel .text:after {
    margin: 0 0 0 -185px;
  }

  .service-carousel_bottom_list {
    margin: 0 -20px;
  }

  .service-carousel_bottom_list i {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 15px 0 0;
  }
  .service-carousel_bottom_list .item {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1.2;
  }
  .services-list-big .img img{
    height: 400px;
  }
  .services-list-big .img {
    width: 370px;
    margin: -100px -100px 0 0;
    bottom: auto;
    height: 400px;
  }
  .services-list-big .item {
    padding: 35px 300px 35px 35px;
  }
  .services-gallery_in a {
    height: 200px;
  }
  .big-quote_in .video{
    position: relative;
    display: block;
    width: 400px;
    overflow: hidden;
    height: 230px;
    margin: 0 auto 0;
  }
  .big-quote_in .video i{
    margin: 0;
  }
  .big-quote_in .video img{
    width: 100%;
    height: calc(100% + 70px);
    bottom: -70px;
    object-fit: contain;
  }
  .big-quote_in {
    padding: 40px 40px 0;
  }

  .service-partners li{
    min-width: 200px;
  }
  .service-partners ul::-webkit-scrollbar {
    display: none;
  }
  .service-partners ul{
    overflow: auto;
    margin: 0 -20px;
    padding: 0 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .service-partners {
    padding: 20px 0 40px;
  }


  .services-group_in{
    display: block;
  }
  .services-group_in .item{
    margin: 0 0 20px;
  }
  .services-group_in p{
    max-width: none;
  }

  .green-price_in,
  .services-list-detail .item{
    padding: 25px;
  }

  .services-list-detail .preview{
    width: 200px;
    height: 200px;
  }
  .services-list-detail .btn{
    margin: 0;
  }
  .services-list-detail .cash{
    display: flex;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    gap: 20px;
    border: none;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    min-width: 100%;
  }
  .services-list-detail .row{
    flex-direction: column-reverse;
  }

  .services-item-new_in .only-tab{
    display: block;
  }

  .services-item-new-preview{
    float: left;
    margin: 0 30px 0 0;
  }
  .services-item-new_in > .cash{
    clear: both;
    padding-left: 290px;
  }
  .services-item-new .wrapper{
    display: flex;
    flex-direction: column-reverse;

  }

  .services-item-new_left .move-wrap{
    overflow: hidden !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .services-item-new_left .new-right-form{
    padding-left: 50%;
  }
  .services-item-new_left {
    width: 100%;
    margin: 30px 0 0;
  }
  .services-item-new_left .hide-tablet > div{
    height: auto !important;
  }
  .services-item-new_left .hide-tablet{
    display: block;
  }
  .services-item-new_left .new-right-form .sidebar-right {
    padding: 32px 0 174px;
  }
  .services-item-new_left .sidebar-catalog_callback_social{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin: 80px 30px 0;
    box-sizing: border-box;
  }
  .services-item-new_left .services-item-new-preview{
    display: none;
  }
  .services-item-new_left .g-recaptcha {
     transform: scale(1);
    transform-origin: left;
  }

  .services-item-new_left .move-wrap.to-fixed {
    width: 100%;
  }

  .portfolio-info_list a {
    width: calc(50% - 16px);
  }


  .portfolio-item-info_sidebar{
    float: none;
    position: static;
    width: 100%;
    margin: 0 0 30px;
  }
}



@media screen and (min-width: 768px) {

    .change-view .active .fill{
        fill: #f3db00;
    }

    .view-group .preview {
        margin: 0 auto;
        float: none;
        width: 100%;
    }
    .view-group .catalog-item .btn-green{
        width: 100%;
    }
    .view-group .catalog-item li:nth-child(3),
    .view-group .catalog-item li:nth-child(5),
    .view-group .catalog-item li:nth-child(4){
        display: none;
    }
    .view-group .catalog-item .cash {
        display: none;
    }
    .view-group .catalog-item .cash2 {
        display: block;
    }
    .view-group .catalog-item li {
        text-align: right;
        padding: 0;
        overflow: hidden;
        font-size: 16px;
        line-height: 22px;
        color: #757575;

    }
    .view-group .catalog-item .color{
        float: none;
        display: inline-block;
        margin: 2px 5px -2px 1px;
    }
    .view-group .catalog-item li span{
        color: #757575;
        position: static;
        line-height:    22px;
        text-align: left;
        float: left;
        width: auto;
        font-size: 16px;
    }
    .view-group .catalog-item ul{
        width: 100%;
    }
    .view-group .catalog-item .preview span{
        margin: 0 auto;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
    }
    .view-group .catalog-item .name{
        max-width: 100% !important;
        min-width: 100% !important;
        width: 100% !important;
        color: #1f519f;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        height: 48px;
        overflow: hidden;
        text-align: center;
        margin: 15px auto 17px;
    }
    .view-group .pagination{
        width: 100%;
    }
    .view-group .product-info_carousel{
        display: none;
    }
    .view-group .catalog-item{
        border-radius: 10px;
        width: 31.3%;
        border: 1px solid #757575;
        padding: 14px 15px 22px;
        box-sizing: border-box;
        margin: 0 1% 2%;
    }
    .view-group{
        display: flex;
        flex-wrap: wrap;
    }
    .change-view span:hover .fill{
        fill: #f3db00;
    }
    .change-view span{
        cursor: pointer;
        display: inline-block;
        margin: 0 10px 0 0;
    }
    .change-view{
        display: flex;
        align-items: center;
    }


}

@media screen and (max-width: 1300px) and (min-width: 768px) {
    .view-group .catalog-item li span,
    .view-group .catalog-item li{
        font-size: 15px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .view-group .catalog-item {
        width: 48%;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .view-group .catalog-item li span, .view-group .catalog-item li{
        font-size: 14px;
    }

    .view-group .catalog-item {
        width: 31.3%;
    }

    .inner-in .view-group .catalog-item .preview{
        width: 100%;
        height: auto;
    }
    .inner-in .view-group .catalog-item {
        width: 48%;
    }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
    .view-group .catalog-item {
        width: 48%;
    }
    .view-group .catalog-item li span, .view-group .catalog-item li{
        font-size: 15px;
    }
}

@media screen and (max-width: 840px) {
    .header_tel {
        margin-left: 9px;
    }

    .catalog-item-delivery-info li {
        width: 50%;
        margin: 0 0 20px;
    }

    .catalog-item-delivery-info li:last-child {
        width: 100%;
    }

    .header_top a {
        font-size: 13px;
    }

    .fancybox-image {
        width: auto !important;
        max-width: 100%;
        margin: 0 auto;
        height: auto !important;
        max-height: 90vh;
    }

    .fancybox-type-image {
        top: 50% !important;
        width: 100% !important;
        transform: translateY(-50%);
    }

    .fancybox-type-image .fancybox-inner {
        width: auto !important;
        height: auto !important;
    }

    .advantages-item {
        width: 50%;
        margin: 0 0 35px 0;
    }

    .sale-carousel_img {
        width: 170px;
        height: 170px;
    }


    .sale-block h2 {
        max-width: 500px;
    }
}

@media screen and (min-width: 769px) {
    .small-catalog-item:hover {
        z-index: 10;
        background: url(../images/p-bg.png) no-repeat top center;
        background-size: cover;
        border: 1px solid #fff;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
    }

    .small-catalog-item:hover .name {
        color: #fff;
    }

    .small-catalog-item:hover a:after {
        content: '';
        background: url("../images/icon/arr-up.png") center no-repeat, #f3db00;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        position: absolute;
        bottom: -16px;
        left: 50%;
        z-index: 10;
        margin: 0 0 0 -16px;
        transform: rotate(180deg);
    }

    .small-catalog-item:hover .drop-info {
        opacity: 1;
        visibility: visible;
    }

}

@-webkit-keyframes border {
    100%,
    0% {
        background: #2f73e5;
    }
    50% {
        background: #43ddbb;
    }
}

@keyframes border {
    100%,
    0% {
        background: #2f73e5;
    }
    50% {
        background: #43ddbb;
    }
}

@media screen and (max-width: 767px) {
  .green-price_in .tab-item,
  .open .drop-tab ,
  .tab-title{
    display: block !important;
  }
  .green-price_in .tab-menu,
  .drop-tab{
    display: none;
  }
  .green-price .open .tab-title{
    color: #fff;
    background: #00b487;
  }
  .green-price .tab-title{
    text-align: center;
    padding: 6px 12px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-radius: 99px;
    margin: 0 1px 4px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    background: #fff;
    color: #181818;
  }
    .catalog-list_in .center .center .center{
        padding: 0;
    }
    .header_top a{
        font-size: 15px;
    }
    .product-params a:hover{
        text-decoration: none;
    }
    .product-params{
        margin-top: 20px;
    }
    .product-params a{
        color: #1f519f !important;
        text-decoration: underline;
    }
    .product-params .tab-name{
        font-size: 25px !important;
        color: #1f519f !important;
    }
    .nav-wrap .header_top .wrapper{
        padding: 0;
    }
    .nav-wrap .header_top ul{
        display: block;
    }
    .nav-wrap .header_top{
        border-top: 1px solid #ededed;
        display: block;
    }
    .tab-item_right a img {
        display: none !important;
    }

    .sidebar-catalog_new-tablet .sidebar-catalog_callback_social {
        margin: 0;
    }

    .header-right {
        margin-top: 10px;
    }

    .sidebar-catalog_callback_social h3 {
        margin-right: 0;
    }

    .sidebar-catalog_callback_social {
        text-align: center;
        padding: 0;
    }

    .nav-wrap > .only-mobile {
        display: block;
    }

    .wrapper,
    .masthead-carousel .slick-dots {
        padding: 0 15px;
    }

    .header_top {
        display: none;
    }

    .small-catalog-item {
        width: 100%;
    }

    .logo img {
        width: 80%;
        height: auto;
    }

    .logo {
        float: none;
        display: block;
        margin: 0;
        width: auto !important;
    }

    .header_tel {
        width: 100%;
        float: left;
        box-sizing: border-box;
        font-size: 12px;
        margin: 0 0 5px;
        padding: 0;
        text-align: center;
    }

    .header_tel a {
        font-size: 18px;
    }

    .header_tel p {
        line-height: 1;
    }

    .header_tel--border {
        padding: 15px 0;
    }

    .header-right {
        width: 100%;
    }

    .header-right .btn {
        font-size: 0;
        float: right;
        padding: 5px;
    }

    .header-right i {
        display: block;
    }

    .header-right .mail {
        display: inline-block;
        line-height: 30px;
        float: left;
    }

    .header {
        padding: 0;
    }

    .masthead-carousel .title {
        padding: 20px 15px;
        font-size: 30px;
        line-height: 1.25;
    }

    .title-h1,
    h1 {
        font-size: 38px;
        line-height: 1.25;
    }

    .title-h2,
    h2,
    .bottom-text h2,
    .small-catalog h2 {
        font-size: 35px;
        line-height: 1.25;
        margin: 0 0 25px;
    }

    .title-h3,
    .certificate-list h3,
    h3 {
        line-height: 1.25;
        font-size: 28px;
        margin: 0 0 25px;
    }

    .title-h4,
    h4 {
        font-size: 24px;
        line-height: 1.25;
    }

    blockquote {
        font-size: 18px;
        line-height: 1.25;
        padding: 0;
    }

    .small-catalog {
        padding: 30px 0 20px;
    }

    .content-callback {
        padding: 20px 0;
    }

    .content-callback img {
        display: none;
    }

    .content-callback h3 {
        font-size: 28px;
        line-height: 1.25;
    }

    .content-callback .form-item {
        width: 100%;
        padding: 0;
    }

    .content-callback .btn {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        box-sizing: border-box;
    }

    .application-info h2 {
        margin: 0 0 25px;
    }

    .application-info_in {
        margin: 0;
    }

    .application-info_item {
        width: 100%;
        margin: 0 0 25px;
        padding: 0;
    }

    .application-info_item .preview {
        width: 120px;
        height: 120px;
        margin: 0 10px 0 0;
    }

    .application-info_item img {
        width: 100%;
    }

    .application-info_item .text {
        height: 120px;
        font-size: 15px;
    }

    .application-info_item .text p {
        width: 100%;
    }

    .content-info {
        overflow: hidden;
        padding: 0 0 20px;
    }

    .content-info .tab-menu {
        display: none;
    }

    .content-info .open .tab-name {
        color: #555;
    }

    .application-info {
        margin: 0;
    }

    .tab-name {
        display: block;
    }

    .tab-item {
        /* display: block !important; */
    }

    .tab-item.open .tab-item_in {
        display: block;
        padding: 0;
    }

    .tab-item.open .tab-name {
        border-bottom: none;
        margin-bottom: 20px;
    }

    .tab-item_in {
        display: none;
    }

    .text-in .fl_l,
    .text-in .fl_r,
    .text-in img {
        float: none;
        display: block;
        margin: 0 auto 20px !important;
    }

    .text-in .fl_r,
    .text-in .fl_l {
        float: none !important;
        width: auto !important;
    }

    .text-in blockquote {
        padding: 5px 10px !important;
    }

    .text-in table {
        width: 100%;
        display: block;
        overflow: auto;
    }

    .partners-list {
        padding: 10px 0;
    }

    .news-small-list .news-item {
        padding: 0;
        width: 100%;
    }

    .news-small-list .btn {
        margin: 15px auto 30px;
        width: 130px;
        display: block;
        clear: both;
    }

    .footer_nav {
        float: none;
        width: 100%;
    }

    .footer-content_nav {
        padding: 0;
        width: 100%;
    }

    .footer-content_nav ul {
        padding: 0;
        width: 100%;
    }

    .footer-bottom .link,
    .footer_social {
        position: static;
        transform: none;
    }

    .footer {
        padding-top: 20px;
        background: url(../images/fff.png) no-repeat;
        background-size: cover;
    }

    .copyright {
        clear: both;
        width: 100%;
        padding: 10px 0 5px;
        max-width: 100%;
    }

    .form-bottom_photo {
        float: none;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

    .form-bottom_in .column {
        width: 100%;
        float: none;
    }

    .bottom-text {
        margin: 0;
    }

    .popup-callback {
        width: 320px;
    }

    .popup-callback {
        padding: 20px 25px 25px;
    }

    .popup-callback .title-h3,
    .popup-callback h3 {
        font-size: 28px;
        text-align: center;
        margin: 0 0 10px;
    }

    .crumbs .wrapper,
    .crumbs .masthead-carousel .slick-dots,
    .masthead-carousel .crumbs .slick-dots {
        padding: 0 15px;
    }

    .crumbs h1 {
        margin: 5px 0 40px;
    }

    .about-top {
        padding: 0 0 20px;
    }

    .sidebar-news .news-item,
    .services-item {
        width: 100%;
    }

    .about-team_in {
        padding: 0;
    }

    .about-team_in .tab-menu {
        display: none;
    }

    .about-team_in .open .tab-name {
        color: #555;
    }

    .team-item {
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .team-item .photo {
        float: none;
        margin: 0 auto;
    }

    .about-team_in .team-item {
        margin: 0 0 15px;
    }

    .about-team_in .team-item:last-child {
        margin-bottom: 0;
    }

    .about-team_in .team-item .photo {
        margin: 0 auto;
    }

    .about-history {
        padding: 20px 0 0;
    }

    .about-history h2 {
        padding-left: 15px;
        box-sizing: border-box;
        padding-right: 15px;
        position: static;
        text-align: center;
    }

    .clients-list {
        padding: 40px 0;
    }

    .sidebar-nav li {
        float: none;
    }

    .catalog-item {
        padding: 0;
        margin: 0 0 30px;
        text-align: center;
    }

    .catalog-item .preview {
        float: none;
        margin: 0 auto 20px;
    }


    .catalog-item .name,
    .catalog-item ul {
        text-align: left;
        float: none;
        display: inline-block;
    }

    .catalog-item .name {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .catalog-item .cash {
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin: 0;
    }

    .sidebar-right {
        width: 100%;
        float: none;
        margin: 0 0 15px !important;
    }

    .sidebar-catalog_callback p {
        margin-bottom: 15px;
    }

    .column_text,
    .services-list_text,
    .services-list_text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0 0 30px;
    }

    .certificate-item {
        width: 100%;
    }

    .catalog-filter {
        padding: 20px 15px 15px;
    }

    .sidebar-catalog_callback {
        padding: 0;
    }

    .sidebar-catalog_callback form {
        padding: 0;
    }

    .inner-preview {
        float: none;
        margin: 0 auto 30px;
    }

    .product-info_in .preview {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }

    .product-info_in .preview a,
    .product-info_in .preview span {
        margin: 0 auto;
    }

    .product-info_cash {
        display: block;
        margin: 0;
        padding: 0;
    }

    .product-info .catalog-filter {
        padding: 20px 15px 10px;
    }

    .catalog-filter_item li {
        margin: 0 4px;
    }

    .param-table {
        margin: 0 0 20px;
    }

    .team-list .tab-menu,
    .scope-item .tab-menu {
        display: none;
    }

    /*.team-list .tab-menu,*/
    /*.scope-item .tab-menu,*/
    /*.contact-info .tab-menu {*/
    /*    display: none;*/
    /*}*/

    .team-item {
        width: 100%;
        min-width: 1px;
    }

    .contact-in .tab-menu {
        display: block;
        margin: 0 0 10px;
    }

    .contact-in .tab-menu li {
        font-size: 15px;
    }

    .contact-in .tab-item {
        display: none !important;
    }

    .contact-in .tab-item.open {
        display: block !important;
    }

    .team-item {
        padding: 0 0 15px;
    }

    .map-in {
        margin: 20px 0 0;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .gost-item {
        width: 100%;
        padding: 0;
    }

    .news-item {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
        float: none;
    }

    .pagination li {
        margin: 0 3px;
    }

    .inner-info,
    .price-list,
    .news-list {
        padding: 0 0 20px;
    }

    .news-preview {
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }

    .sidebar-price {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }

    .sidebar-price .tag-list {
        margin: 0 0 20px;
    }

    .sidebar-price form {
        padding: 0;
    }

    .sidebar-price form .btn {
        width: 100%;
    }

    .price-list_wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .price-item {
        margin: 0 0 15px;
    }

    .checkbox .icon {
        width: 20px;
        height: 20px;
        margin: 2px 10px 0 0;
    }

    .checkbox span {
        font-size: 15px;
    }

    .scope-column .column {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .scope-column a {
        font-size: 14px;
    }

    .scope-column_4x a {
        font-size: 14px;
    }

    .scope-column_4x .column {
        width: 50%;
        margin-bottom: 0;
    }

    .only-mobile {
        display: block;
    }

    .nav-menu .only-mobile {
        padding: 0;
    }

    .nav-menu a {
        line-height: 1.25;
    }

    .gost-item .btn {
        margin-left: 0;
    }

    .content-nav {
        margin: 0 0 20px;
    }

    .gost-list h2 {
        margin: 0 0 20px;
    }

    .gost-list_in {
        padding: 0 0 20px;
    }

    .about-top .text-in {
        padding: 0;
    }

    .footer-content_nav li {
        padding-left: 10px;
        position: relative;
        width: 100%;
        line-height: 30px;
    }

    .footer-content_nav li:after {
        font-size: 14px;
        display: inline-block;
        line-height: 1.25;
        /* content: '-';
         */
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }

    .drop-menu li {
        width: 100%;
    }

    .text-in table {
        border-bottom: none;
    }

    .text-in th {
        display: none !important;
    }

    .text-in tr,
    .text-in tbody {
        display: block;
        width: 100%;
        overflow: hidden;
        border-bottom: 2px solid #f2f2f2;
    }

    .text-in tbody {
        border: none;
    }

    .text-in td {
        float: left;
        display: block;
        border: none !important;
        padding: 5px 10px;
    }

    .text-in td:first-child {
        display: none;
    }

    .text-in td:nth-child(2) {
        display: inline;
        float: none;
    }

    .text-in td:nth-child(2):after {
        content: ',';
    }

    .text-in td:nth-child(3) {
        display: inline;
        float: none;
        padding-left: 0;
    }

    .text-in td:nth-child(4) {
        width: 100%;
    }

    .logo {
        width: 195px;
        height: auto;
    }

    .error-content h1 {
        font-size: 100px;
        padding: 0 0 15px;
        margin: 0;
    }

    .error-content h2 {
        font-size: 25px !important;
        line-height: 124% !important;
        margin: 0;
        padding: 0 0 10px;
    }

    .mobile-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .services-list_in p {
        height: auto;
    }

    .form-bottom_photo {
        display: none;
    }

    .form-bottom_in {
        padding: 15px 20px 15px 15px;
    }

    .catalog-item-delivery-info li {
        width: 100%;
        margin: 0 0 20px;
    }

    .catalog-item-delivery-info li:last-child {
        width: 100%;
    }

    .sidebar-right {
        position: static;
        padding: 20px 10px 0;
        box-sizing: border-box;
    }

    .sidebar-catalog_new-tablet {
        position: relative;
    }

    .sidebar-catalog_new-tablet,
    .sidebar-catalog_new .move-wrap {
        padding-top: 0;
        padding-left: 0;
    }

    .sidebar-catalog_callback {
        padding: 0 25px;
    }

    .sidebar-catalog_callback_social {
        margin: 0 -10px;
    }

    .sidebar-catalog_callback_social h3 {
        font-size: 25px;
    }

    .sidebar-catalog_callback_social p {
        font-size: 15px;
    }

    .catalog-item-icon-group li {
        width: 50%;
        text-align: left;
        margin: 10px 0;
    }

    .catalog-item-icon-group li i {
        margin: 0 10px 0 0;
        float: left;
    }

    .catalog-item-icon-group li span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
    }

    .text-in .fl_r,
    .text-in .fl_l {
        max-width: 100%;
    }

    .about-weight_list {
        padding: 20px 0 15px;
    }

    .about-weight_list li {
        width: 100%;
        margin: 0 0 20px;
    }

    .about-short li {
        width: 50%;
    }

    .about-our-goal_list li {
        width: 100%;
    }

    .about-our-goal_item {
        height: auto;
        padding: 59px 15px 15px;
    }

    .about-competences_list li {
        width: 100%;
        border-left: none;
        text-align: left;
        padding: 10px 10px 10px 80px;
        position: relative;
        min-height: 1px;
    }

    .about-competences_list i {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .about-competences_list span {
        display: -ms-flexbox;
        display: flex;
        height: 90px;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
    }

    .about-more-delivery {
        margin: 30px 0 0;
    }

    .about-competences h3 {
        font-size: 28px;
        margin: 0 20px;
    }

    .about-competences .catalog-item-delivery-info {
        margin-top: 25px;
    }

    .form-bottom_in .polit span,
    .sidebar-catalog_callback .polit span {
        font-size: 14px;
    }

    .catalog-item-icon-group + .catalog-item-middle-text {
        margin-top: 5px;
    }

    .hide-mobile {
        display: none !important;
    }

    .text-in .param-table td {
        text-align: center;
        width: 100%;
        display: block !important;
        box-sizing: border-box;
    }

    .text-in td img {
        width: 100%;
        height: auto;
    }

    .text-in td:nth-child(3):after,
    .text-in td:nth-child(2):after {
        display: none;
    }


    .cash-delivery-item {
        width: 100%;
    }

    .cash-delivery-list_in {
        display: block;
    }

    .cash-delivery-item .preview {
        border: none !important;
    }

    .cash-delivery-item--color {
        padding: 20px 10px;
    }

    .cash-delivery-item--long .title {
        font-weight: 400;
        font-style: normal;
        font-size: 27px;
    }

    .cash-delivery-item--long i {
        font-size: 20px;
    }

    .table2 td p {
        margin: 0;
    }

    .table2 tr:first-child {
        display: none !important;

    }

    .table2 {
        margin-top: 0 !important;
    }

    .table2 td {
        text-align: center;
        font-size: 16px;
        width: 100%;
        line-height: 1.25;
        display: block !important;
        box-sizing: border-box;
    }

    .header-social-mobile a {
        width: 25px;
        height: 25px;
        border-radius: 6px;
        display: inline-block !important;
        float: none !important;
        margin: 0 10px 10px 0;
    }

    .header-social-mobile {
        display: block;
        clear: both;
        float: right;
        text-align: right;
        overflow: hidden;
        margin: 5px -10px -5px -30px;
    }

    .masthead-carousel .carousel-item {
        min-height: 300px !important;
    }

    .city-catalog .contacts-list__in {
        border: 1px solid #f2f2f2;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        box-sizing: border-box;
    }

    .cash-delivery-list {
        padding-top: 20px;
    }

    .popup-calc .sidebar-catalog_callback {
        padding: 0 20px 20px;
    }

    .popup-calc .move-wrap {
        padding: 0;
    }

    .popup-calc .sidebar-right .title-h3,
    .popup-calc .sidebar-right h3 {
        margin-bottom: 10px;
    }

    .popup-calc {
        width: 280px;
    }

    .popup-calc .sidebar-right .title-h3,
    .popup-calc .sidebar-right h3 {
        font-size: 26px;
    }


    .text-in .table2 tr {
        padding: 5px 0;
    }

    .text-in .table2 td p {
        margin: 0;
    }

    .text-in .table2 td:first-child {
        font-size: 14px;
        opacity: .7;
    }

    .text-in .table2 td {
        display: block !important;
        float: none !important;
        padding: 5px 0;
        text-align: left;
        box-sizing: border-box;
    }

    .product-info_carousel span {
        width: 60px !important;
        height: 60px !important;
        display: inline-block !important;
        vertical-align: top;
        margin: 0 !important;
        float: none !important;

    }

    .catalog-item .preview span {
        width: 161px;
    }

    .catalog-item .preview {
        width: 100%;
    }
    .portfolio-item-info .catalog-item .preview {
        width: 100%;
    }

    .product-info_carousel {
        text-align: center;
        max-width: 100% !important;
    }

    .header-right p {
        margin: 0 0 5px 30px;
    }

    .masthead-carousel_small .slick-slide {
        padding: 0 10px;
    }

    .masthead-carousel_small {
        width: auto;
        left: 10px;
        right: 10px;
    }

    .masthead-carousel .title a {
        font-size: inherit;
    }

    .content-callback:before {
        display: none !important;
    }

    .content-callback .center {
        width: 100%;
    }

    .form-bottom_in .center {
        padding: 0;
    }

    .form-bottom_in .btn,
    .content-callback .btn {
        font-size: 16px;
    }

    .form-bottom_in {
        padding-left: 0;
        padding-right: 0;
    }

    .form-bottom_in .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-weight_list h3 {
        font-size: 28px;
        margin: 0 0 25px;
    }

    .about-our-goal_item img {
        z-index: -1;
    }

    .text-in .btn-yellow {
        margin-top: 10px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .about-competences_list li {
        margin: 0 0 15px;
        min-height: 68px;
        display: flex;
        align-items: center;
    }

    .about-competences_list i img {
        top: 50%;
        transform: translateY(-50%);
        max-height: 90%;
        position: absolute;
    }

    .about-competences_list i {
        max-height: 100%;
    }

    .about-competences .catalog-item-delivery-info {
        padding-left: 0;
    }

    .sale-block h2 {
        max-width: 360px;
    }

    .footer-tab-menu {
        margin: 0;
    }

    .footer-tab-content .tab-item li {
        width: 50%;
        box-sizing: border-box;
    }

    .footer-content_nav .tab-item {
        display: block !important;
    }

    .footer-content_nav .tab-name {
        color: #fff;
        margin: 0 0 9px 0;
        cursor: pointer;
        font-size: 20px;
    }

    .footer-content_nav .footer-tab-menu {
        display: none !important;
    }

    .header_tel--border {
        position: relative;
        z-index: 2;
    }

    .header_tel--border:after {
        position: absolute;

        height: 100%;
        z-index: -1;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.1;
        content: '';
        -webkit-animation: border 2s infinite;
        animation: border 2s infinite;
    }

    .small-catalog-item.active a:after {
        content: '';
        background: url(../images/icon/arr-up.png) center no-repeat, #f3db00;
        width: 33px;
        height: 33px;
        border-radius: 50%;
        position: absolute;
        bottom: -16px;
        left: 50%;
        z-index: 10;
        margin: 0 0 0 -16px;
        transform: rotate(
                180deg
        );
    }

    .small-catalog-item.active .name {
        color: #fff;
    }
    .small-catalog-item.active {
        z-index: 10;
        background: url(../images/p-bg.png) no-repeat top center;
        background-size: cover;
        border: 1px solid #fff;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0 , 0.14);
    }
    .small-catalog-item.active .drop-info {
        opacity: 1;
        visibility: visible;
    }

    .small-catalog-item.active .mobile-toggler:after {
        content: 'X';
    }

    .small-catalog-item .mobile-toggler:after{
        content: '!';
    }
    .small-catalog-item .mobile-toggler {
        text-align: center;
        background: #f3db00;
        position: absolute;
        top: 0;
        width: 30px;
        font-size: 20px;
        height: 30px;
        right: 0;
        line-height: 30px;
        color: #000;
        border-radius: 100%;
        margin: 15px 20px 0 0;
        left: auto;
    }

    .header_top  a:hover,
    .header_top .active a{
        color: #fff;
        border-bottom: 2px solid transparent !important;
        text-decoration: underline;

    }


    .services-list_old .services-item .preview {
        width: 100%;
        display: block;
        height: 200px;
        position: relative;
    }
    .services-list_old .services-item_in{
        padding: 0;
    }

    .crumbs{
        padding: 20px 0 0;
    }

    .load-more-pc{
      display: none !important;
    }
  .catalog-filter_item ul{
    max-height: none !important;
  }
  .catalog-filter_item li{
    display: none;
  }

  .catalog-filter_item li:nth-child(1),
  .catalog-filter_item li:nth-child(2),
  .catalog-filter_item li:nth-child(3),
  .catalog-filter_item li:nth-child(4),
  .catalog-filter_item li:nth-child(5),
  .catalog-filter_item li:nth-child(6),
  .catalog-filter_item li:nth-child(7),
  .catalog-filter_item li:nth-child(8),
  .catalog-filter_item li:nth-child(9),
  .catalog-filter_item li:nth-child(10){
    display: inline-block;
  }


  .catalog-filter_item .load-more.only-mobile{
    display: block;
  }

  .form-bottom.wf2 .wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-bottom.wf2 .wrapper:after{
    background: #e0f3ee;
    left: 0;
    right: 0;
  }

  .form-bottom.wf2 {
    padding: 22px 0 26px 0;
  }
  .form-bottom.wf2 .form-bottom_in,
  .form-bottom_text{
    float: none;
    width: 100%;
  }
  .form-bottom_text i img,
  .form-bottom_text i svg{
    width: 16px;
    height: 16px;
  }
  .form-bottom_text p{
    font-size: 16px;
    line-height: 1.5;
  }
  .form-bottom_text h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #121417;
    margin: 0 0 16px;
  }
  .form-bottom_text i{
    border-radius: 12px;
    width: 40px;
    margin: 0 auto 15px;
    height: 40px;
  }
  .form-bottom_text {
    padding: 0;
  }
  .form-bottom.wf2 .form-bottom_in .polit{
    margin: 0;
  }
  .form-bottom.wf2 .form-bottom_in .polit span{
    font-size: 12px;
    line-height: 14px;
  }
  .form-bottom.wf2 .form-bottom_in{
    margin: -8px 0 24px;
    padding: 21px 20px 16px;
  }
  .form-bottom_text .or {
    margin: 0 0 24px;
  }

  .form-bottom.wf2 .wrapper{
    display: block;
  }
  .form-bottom.wf2 .title-h2 {
    font-size: 30px;
    margin: 25px 0;
  }

  .header_tel .imgs{
    top: 10px;
    right: 15px;
  }



  .service-carousel .slick-arrow{
    bottom: 20px;
    left: 20px;
    right: auto;
    top: auto;
    margin: 0;
    transform: none;
  }
  .service-carousel .slick-next{
    left: 70px;
  }
  .service-carousel .slick-dots {
    bottom: 27px;
    left: 120px;
    right: 0;
  }
  .service-carousel .text:after{
    display: none;
  }
  .service-carousel .text {
    background: #21519f;
    box-sizing: border-box;
    margin: 300px 0 0;
    padding: 20px 20px 70px;
    min-width: 100%;
    width: 100%;
  }
  .service-carousel_bottom_list{
    display: block;
  }
  .service-carousel_bottom_list .item{
    width: 100%;
    font-size: 14px;
    margin: 20px 0;
  }
  .service-carousel_bottom {
    padding: 20px 0;
  }
  .services-list-big .img{
    display: none;
  }
  .services-list-big .item {
    padding: 30px;
  }
  .services-list-big .btn{
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .services-list-big .cash{
    text-align: center;
    display: block;
  }
  .services-list-big .row{
    display: block;
  }
  .services-list-big .col{
    border: none;
    margin: 0 0 10px;
  }
  .services-gallery_in .slick-list {
    padding: 0;
  }
  .services-gallery {
    padding: 30px 0;
  }

  .big-slogan_in {
    padding: 30px 25px;
  }

  .big-quote_in .title,
  .big-slogan_in .title{
    font-size: 20px;
    line-height: 1.2;
  }
  .big-slogan_in .right{
    font-size: 16px;
    line-height: 1.5;
  }
  .big-slogan_in tr,
  .big-slogan_in td,
  .big-slogan_in tbody,
  .big-slogan_in table{
    display: block;
    text-align: center !important;
    border: none;
    width: 100%;
  }
  .big-slogan_in tr:last-child{
    border: none;
  }
  .big-slogan_in td:first-child{
    font-size: 45px;
    line-height: 1.3;
    padding-bottom: 0;
  }
  .big-slogan_in tr{
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);

  }

  .big-slogan_in .bottom a{
    font-size: 14px;
  }
  .big-slogan_in .bottom{
    font-size: 14px;
    line-height: 1.3;
  }
  .big-slogan_in .small-title br{
    display: none;
  }

  .big-slogan_in .small-title{
    font-size: 18px;
    line-height: 1.3;
  }

  .big-slogan_in li{
    width: 50%;
    flex: 50% 1 1;
    box-sizing: border-box;
    padding: 15px 10px;
  }
  .big-slogan_in ul{
    gap: 0;
    flex-wrap: wrap;
  }

  .big-quote_in{
    padding: 30px 30px 0;
  }

  .faq-in{
    padding: 30px;
  }

  .green-price_in .title,
  .faq-in .title{
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .green-price_in .title{
    font-size: 24px;
  }

  .services-group_in .preview{
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
  .services-group_in .item{
    padding: 20px;
  }

  .services-group_in .bottom{
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .services-group_in .name,
  .services-group_in h3{
    text-align: center;
    margin: 0 0 20px;
  }
  .service-carousel .bottom .btn,
  .services-group_in .btn{
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  .service-carousel .bottom,
  .services-group_in .bottom{
    text-align: center;
    display: block;
  }
  .service-carousel h2, .service-carousel .title-h2 {
    font-size: 30px;
  }


  .services-list-detail .preview{
    float: none;
    margin: 0 auto 20px;
  }
  .services-list-detail .btn{
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .services-list-detail .name{
    font-size: 22px;
  }
  .services-list-detail .cash{
    display: block;
    text-align: center;
  }


  .green-price_in table::-webkit-scrollbar {
    display: none;
  }
  .green-price_in tbody{
    display: table;
    min-width: 687px;
  }
  .green-price_in table{
    margin: 0 -25px;
    padding: 0 25px;
    display: block;
    width: auto;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .green-price_in .tab-menu li{
    display: block;
  }

  .services-item-new_left .sidebar-catalog_callback_social{
    position: relative;
    left: 0;
    right: 0;
    margin: 17px 0;
    transform: none;
    top: 0;
    bottom: 0;
  }
  .services-item-new_left .new-right-form{
    padding: 0;
  }
  .services-item-new_left .new-right-form .sidebar-right {
    padding: 32px 0 0;
  }
  .services-item-new_left .g-recaptcha {
    transform: scale(0.8);
  }
  .services-item-new_left .move-wrap.to-fixed{
    width: 100%;
  }

  .services-group_in--carousel .slick-slide {
    padding: 0;
  }
  .services-item-new-preview{
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .services-item-new_in h1{
    text-align: center;
  }
  .services-item-new_in > .cash .btn{
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
  }
  .services-item-new_in .tab-menu li{
    text-align: center;
  }
  .services-item-new_in .catalog-item .preview{
    margin: 0 auto 24px;
  }
  .services-item-new_in > .cash{
    display: block;
    padding-left: 0;
    text-align: center;
  }
  .services-item-new_in .title-item{
    margin-bottom: 35px;
  }

  .text-block .text-in table{
    overflow: auto;
  }
  .text-block .text-in tbody{
    display: table;
    min-width: 767px;
  }
  .text-block .text-in tr{
    display: table-row !important;
  }
  .text-block .text-in td,
  .text-block .text-in th{
    float: none;
    width: auto !important;
    display: table-cell !important;
  }
  .doc-list a,
  .services-item-new_in .catalog-item .name{
    width: 100%;
  }
  .fast-review_in .preview{
    width: 100%;
    margin: 0 auto 30px;
  }
  .fast-review_in{
    display: block;
  }

  .new-pagination svg{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .new-pagination .btn{
    position: relative;
    font-size: 0 !important;
  }
  .portfolio-info_list a {
    width: 100%;
  }
  .portfolio-item-info_sidebar li{

  }

  .small-service .preview{
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .small-service .cash .btn{
    margin: 20px 0 0;
  }
  .small-service .cash{
    display: block;
    text-align: center;
  }
  .small-gallery li {
    width: calc(50% - 12px);
  }
  .new-pagination a{
    min-width: 35px;
    line-height: 15px;
    height: 35px;
  }

  .portfolio-item-info .catalog-item{
    margin: 0 0 30px;
  }
  .portfolio-item-info .catalog-item .name{
    width: 100%;
  }

  .small-service--col a{
    width: 100%;
  }

  .services-group_in .col{
    border: none !important;
  }
  .services-group_in .row{
    display: block;
  }
}


@media screen and (max-width: 480px) {
    .scope-column_4x .column {
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px;
    }

    .catalog-item-icon-group li {
        width: 100%;
        text-align: left;
        margin: 10px 0;
    }

    .catalog-item-icon-group li i {
        margin: 0 10px 0 0;
        float: left;
    }

    .catalog-item-icon-group li span {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 80px;
    }

    .popup-calc {
        background: #fff;
        display: none;
        width: 260px;
    }

    .open-popup-calc .fancybox-close {
        right: -26px;
    }

    .advantages {
        padding: 40px 0 30px;
    }

    .advantages-item {
        width: 100%;
    }

    .sale-block {
        padding: 50px 0 20px 0;
    }

    .sale-carousel .slick-prev {
        right: auto;
        top: 25%;
        left: 5px;
    }

    .sale-carousel .slick-next {
        right: 5px;
        top: 25%;
        left: auto;
    }

    .footer-tab-content .tab-item li {
        width: 100%;
        box-sizing: border-box;
    }

    .tab-item_center {
        width: 100%;
    }

    .tab-item_right {
        display: none;
    }
}
