html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/slick.css?15962065631729*/


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/slick-theme.css?15962065633145*/

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list {
    background: #fff url('/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/./ajax-loader.gif') center center no-repeat;
}


/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/./fonts/slick.eot');
    src: url('/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/./fonts/slick.woff') format('woff'), url('/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/gvozdevsoft_finance_color_18/lib/slider-slick/./fonts/slick.svg#slick') format('svg');
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'в†ђ';
}

[dir='rtl'] .slick-prev:before {
    content: 'в†’';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'в†’';
}

[dir='rtl'] .slick-next:before {
    content: 'в†ђ';
}


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'вЂў';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/owl-carousel-2/css/owl.carousel.min.css?15962065632931*/


/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/bitrix/templates/gvozdevsoft_finance_color_18/lib/owl-carousel-2/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/owl-carousel-2/css/owl.theme.default.css?15962065632820*/


/**
  * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */


/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme {
    height: 420px;
    position: relative;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme:hover .owl-nav [class*='owl-'] {
    display: inline-block;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 32px;
    width: 44px;
    height: 44px;
    line-height: 36px;
    display: none;
    cursor: pointer;
    box-sizing: border-box;
}

.owl-theme .owl-nav .owl-prev {
    float: left;
    padding-left: 12px;
}

.owl-theme .owl-nav .owl-next {
    float: right;
    padding-left: 16px;
}

.owl-theme .owl-nav .fa {
    font-size: 1.5em;
    opacity: 0.7;
}

.owl-theme .owl-nav .fa:hover {
    opacity: 1;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    cursor: pointer;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 3px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-theme .slideblock {
    height: 420px;
    position: relative;
}

.owl-theme .slideblock img {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
}

.swiper-slide-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.owl-theme .slpart {
    max-width: 1100px;
    margin: 0 auto;
}

.owl-theme .slidetext {
    color: #fff;
    left: 4%;
    position: relative;
    top: 100px;
    width: 500px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px 10px 40px 30px;
}

.owl-theme .slidetexthd {
    font-size: 1.9em;
    margin-bottom: 5px;
}

.owl-theme .slidetextdesc {
    font-size: 1.9em;
    margin-bottom: 35px;
}

.owl-theme a.slidetextlink {
    color: #fff;
    border: 3px solid #48a216;
    padding: 8px 13px;
    border-radius: 4px;
    font-size: 1.1em;
    cursor: pointer;
}

.owl-theme a.slidetextlink:hover {
    background: #48a216;
}

.owl-theme span.cena_color {
    font-size: 1.5em;
}

.owl-theme .slideoverlay {
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    width: 50%;
    height: 0;
    /*border-bottom: 420px solid rgba(0,0,0,0.4);
  border-right: 250px solid transparent;*/
}

.owl-theme svg {
    display: block;
    overflow: visible;
}

.owl-theme .slideoverlaypath {
    opacity: 0.4;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/accordion/accordion.css?15962065631496*/


/* stranica price */

.accordion {
    width: 100%;
    margin: 0 0 30px;
}

.accordion .accordion_item {
    margin-bottom: 1px;
    position: relative
}

.accordion .title_block {
    font-weight: 400;
    font-size: 18px;
    color: #eee;
    cursor: pointer;
    background: #9d9cab;
    padding: 10px 55px 10px 15px;
    -webkit-transition: all .2s linear 0;
    -webkit-transition-delay: .2s 0;
    transition: all .2s linear 0
}

.accordion .title_block:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #fefefe;
    border-right-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 15px
}

.accordion .active_block .title_block:before {
    border: 2px solid #fefefe;
    border-left-width: 0;
    border-bottom-width: 0;
    top: 18px
}

.accordion .title_block:hover {
    background: #9d9cab
}

.accordion .active_block .title_block {
    background: #9d9cab;
    color: #fefefe
}

.accordion .info {
    display: none;
    overflow: hidden;
}

.accordion .info_first {
    display: block;
}

.accordion .info_item {
    margin-bottom: 10px
}

.accordion .info img {
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.large-img {
    width: 100%;
    margin-bottom: 10px;
}

.img-left {
    width: 25%;
    float: left;
    margin: 5px 15px 5px 0;
}

.img-right {
    width: 25%;
    float: right;
    margin: 5px 0 5px 15px;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/tabs/tabs.css?1596206563712*/

#tabs {
    display: inline-block;
    width: 100%;
}

#tabs>div {
    padding-top: 10px;
}

#content #tabs>ul {
    margin: 0px;
    padding: 0px;
}

#tabs>ul:after {
    content: "";
    display: block;
    clear: both;
    height: 7px;
    background: #9d9cab;
}

#tabs>ul>li {
    width: 23%;
    margin: 0 0 0 10px;
    padding: 0;
    cursor: pointer;
    display: block;
    float: left;
    padding: 10px 0;
    background: #e5e5e5;
    color: #000;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

#tabs>ul>li:first-child {
    margin-left: 0 !important;
}

#tabs>ul>li.active,
#tabs>ul>li.active:hover {
    background: #9d9cab;
    color: #fff;
    border-bottom: 0;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/flmenu/flmenu.css?15962065634477*/


/**Top menu**/


/* block struktury */

#flvmenu {
    display: block;
    margin: 0 auto;
    max-width: 1130px;
    position: relative;
}

#flvmenu>ul>li>a,
#flvmenu>ul>li>ul>li>a,
#flvmenu>ul>li>ul>li>ul>li>a,
#flvmenu>ul>li>ul>li>ul>li>ul>li>a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

#flvmenu>ul>li {
    display: inline-block;
    position: relative;
    margin-right: -4px;
}

#flvmenu>ul>li>ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

#flvmenu>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
}

#flvmenu>ul>li:last-child>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1000;
}

#flvmenu>ul>li:last-child>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1001;
}

#flvmenu>ul>li ul li {
    display: block;
    position: relative;
}

#flvmenu>ul>li:hover>ul {
    display: block;
}

#flvmenu>ul>li>ul>li:hover>ul {
    display: block;
}

#flvmenu>ul>li>ul>li>ul>li:hover>ul {
    display: block;
}

#flvmenu>ul>#fllast {
    display: none;
    font-weight: 500;
}


/* block stile */

#flvmenu {
    background-color: #48a216;
    font-size: 14px;
}

#flvmenu ul>li ul {
    background-color: #fff;
}

.minmenu {
    display: none;
}

#flvmenu>ul>li>a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

#flvmenu>ul>li ul li {
    width: 210px;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
}

#flvmenu>ul>li ul li:first-child {
    border-top: 0;
}

#flvmenu>ul>li:hover {
    background-color: #7c82bc;
}

#flvmenu>ul>li ul li:hover {
    background-color: #48a216;
}

#flvmenu>ul>li ul {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
}

#flvmenu>ul>li a {
    display: inline-block;
    padding: 15px 30px;
}

#flvmenu>ul>li a:hover {
    color: #fff;
}

#flvmenu>ul>li ul li a {
    padding: 15px 30px 15px 0;
    padding-left: 20px;
    color: #000;
    font-size: 1em;
}

#flvmenu>ul>li>.flarr {
    top: 16px;
    right: 0px;
}

#flvmenu>ul>li ul li .flarr {
    top: 8px;
    right: 0px;
}

#flvmenu>ul>li .flarr {
    padding: 0;
}

#flvmenu>ul>li>a.flarr:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -24px;
    margin-right: 10px;
}

#flvmenu>ul>li ul li a.flarr:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
}

#flvmenu>ul>li ul li:hover a.flarr {
    color: #fff;
}

#flvmenu>ul>li ul li:hover>a {
    color: #fff;
}

#flvmenu>ul>li ul li.root-item-selected>a {
    color: #fff;
}

@media (max-width:768px) {
    .minmenu {
        display: block;
        cursor: pointer;
    }
    .minmenu i {
        padding-left: 25px;
        line-height: 45px;
        font-size: 24px;
        color: #fff;
    }
    .minmenu a {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 45px;
        font-size: 20px;
        color: #fff;
    }
    #flvmenu>ul {
        position: relative;
        left: 0;
        top: 100%;
        z-index: 999;
    }
    #flvmenu>ul li {
        width: 100%;
    }
    #flvmenu>ul>li>ul,
    #flvmenu>ul>li>ul>li>ul {
        display: block;
        position: relative;
        overflow-y: hidden;
        width: auto;
        left: 0;
    }
    #flvmenu>ul>li>ul>li,
    #flvmenu>ul>li>ul>li>ul>li {
        width: auto;
    }
    /* block style */
    #flvmenu>ul {
        background-color: #48a216;
        width: 100%;
    }
    #flvmenu>ul li ul {
        background-color: #48a216;
    }
    #flvmenu>ul li a {
        color: #fff !important;
        display: block;
    }
    #flvmenu>ul>li {
        display: block;
    }
    #flvmenu>ul>li>a {
        font-size: 18px;
    }
    #flvmenu>ul>li>ul>li>a {
        font-size: 16px;
    }
    #flvmenu>ul>li>ul,
    #flvmenu>ul>li>ul>li>ul {
        border: none;
    }
    #flvmenu>ul>li>ul>li a {
        padding-left: 40px;
    }
    #flvmenu>ul>li>ul>li>ul>li a {
        padding-left: 35px;
    }
    #flvmenu>ul>li>a.flarr:after,
    #flvmenu>ul>li ul li a.flarr:after {
        content: "";
    }
    #flvmenu>ul>li ul {
        box-shadow: none;
    }
    #flvmenu>ul>li .flarr,
    #flvmenu>ul>li ul li a.flarr {
        position: absolute;
        top: 0;
        padding: 15px;
    }
    #flvmenu>ul>li ul li {
        border-top: 0;
    }
}

div.menu-clear-left {
    clear: left;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/arrup/arrup.css?1596206563556*/

#arrup {
    height: 35px;
    width: 35px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    color: #333;
    border: 2px solid;
    border-color: #333;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    opacity: 0;
    transition: color 0.2s ease 0s, background 0.2s ease 0s, opacity 0.2s ease 0s, border 0.2s ease 0s;
    visibility: hidden;
    z-index: 1003;
    cursor: pointer;
    box-sizing: content-box;
}

#arrup.arvis {
    opacity: 1;
    visibility: visible;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/hdfix/hdfix.css?15962065632137*/

#header .head_slide {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: -50px;
    height: 40px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: top 0.7s ease;
}

#header .hdslide_inn {
    margin: 0 auto;
    max-width: 1130px;
    padding: 0 10px;
}

#header .hdslide_home {
    float: left;
    background: #48a216;
    color: #fff;
}

#header .hdslide_home .fa {
    padding: 6px 10px;
    font-size: 1.8em;
    background: #48a216;
    color: #fff;
}

#header .hdslide_logo {
    float: left;
    font-family: Play;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#header .hdslide_logo:hover {
    opacity: 0.7;
}

#header .hdslide_logo_slogan {
    display: block;
    font-size: 0.6em;
    color: #000;
}

#header .hdslide_contact {
    float: right;
    margin: 10px 20px 0 0;
    text-align: right;
}

#header .hdslide_contact_nomer {
    font-size: 1.2em;
}

#header .header_nomer_2 {
    margin-left: 10px;
}

#header .hdslide_contact_callback,
#header .hdslide_contact_zayvka {
    float: right;
    margin: 0;
}

#header .hdslide_contact_callback a,
#header .hdslide_contact_zayvka a {
    display: block;
    padding: 11px 13px 12px 13px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #fff;
    border-right: 1px solid #eee;
}

#header .hdslide_contact_callback a {
    background-color: #444;
}

#header .hdslide_contact_zayvka a {
    background-color: #48a216;
}

#header .hdslide_contact_callback a:hover,
#header .hdslide_contact_zayvka a:hover {
    opacity: 0.9;
}

#header .hdslide_contact_email {
    float: right;
    margin: 11px 3% 0 0;
}

#header .hdslide_contact_email a {
    color: #000;
}

@media (max-width: 1024px) {
    #header .hdslide_contact_email {
        display: none;
    }
}

@media (max-width: 890px) {
    #header .hdslide_contact_email,
    #header .hdslide_contact_zayvka {
        display: none;
    }
}

@media (max-width: 768px) {
    #header .head_slide {
        display: none;
    }
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/img-zoom/img-zoom.css?1596206563682*/

.img_zoom {
    width: 100%;
    overflow: hidden;
}

.img_zoom a {
    position: relative;
    float: left;
}

.img_zoom a span::before {
    color: #fff;
    content: "\f00e";
    display: inline-block;
    font-family: FontAwesome;
}

.img_zoom a span {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    font-size: 24px;
    height: 40px;
    left: 30px;
    display: none;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: color 0.15s ease 0s, background 0.15s ease 0s, opacity 0.15s ease 0s, border 0.15s ease 0s;
    width: 40px;
    cursor: pointer;
}


/* End */


/* Start:/lib/feedback/feedback.css?15962065637916*/


/* FORM */

#form_vopros,
#form_contacts,
#form_zayvka_popup,
#form_callback_popup,
#form_zamer_popup,
#form_zamer_calc,
#form_slider_uslugi,
#form_catalog_popup {
    background: #f7f7f7 !important;
}

.feedback input[type="text"],
.feedback textarea {
    box-sizing: border-box;
    padding: 7px 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1em;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

form .garant {
    font-size: 0.9em;
    margin: 10px 0 30px;
}

form .garant a {
    vertical-align: top;
    text-decoration: underline;
}

form .garant a:hover {
    text-decoration: none;
}

form .garant label {
    vertical-align: top;
}

#garant_error_expert,
#garant_error_calc,
#garant_error_contacts,
#garant_error_uslugi,
#garant_error_zayvka,
#garant_error_callback,
#garant_error_catalog {
    color: red;
}

form .thanks_form {
    margin: 15px 0 0 0;
    font-size: 1.1em;
    color: green;
}

form .thanks_form2 {
    padding: 15px 0 0 0;
    font-size: 1em;
    color: green;
}

.feedback input[type='file'] {
    display: none;
}

.feedback .files {
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    width: 300px;
    height: 55px;
    border-radius: 5px;
    font-size: 1em;
    background: #eee;
}

.feedback .files img {
    position: absolute;
    top: 8px;
    left: 32px;
}

.feedback .files span {
    position: absolute;
    top: 18px;
    left: 82px;
}

.feedback .files:hover {
    background: #e4e4e4;
}

.mfp-close-btn-in .mfp-close {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 5px 0 0 5px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    background: none;
    border: 0;
    border-radius: 0;
}


/* FORM EXPERT */

#form_vopros {
    width: 100%;
    box-sizing: border-box;
    margin: 80px 0 40px;
    padding: 30px 5%;
    text-align: center;
    border: 5px solid transparent;
    border-image: 5 repeating-linear-gradient(45deg, #e4e4e4, #e4e4e4 5px, transparent 5px, transparent 5px, #e4e4e4 5px, #e4e4e4 10px, transparent 10px, transparent 20px);
    border-radius: 4px;
    overflow: hidden;
}

#form_vopros .left {
    float: left;
    width: 70%;
}

#form_vopros .right {
    float: right;
}

#form_vopros .text {
    margin-bottom: 20px;
}

#form_vopros .prorab img {
    width: 150px;
    height: auto;
}

#form_vopros .prorab p {
    font-size: 0.9em;
}

#form_vopros .text .title {
    margin: 10px 0 20px 0;
    font-size: 1.4em;
}

#form_vopros p {
    font-size: 1em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
}

#form_vopros input[type="text"] {
    width: 46%;
    margin-bottom: 10px;
}

#form_vopros button {
    display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px) {
    #form_vopros {
        margin: 20px 0;
        padding: 20px;
    }
    #form_vopros .left {
        float: none;
        width: 100%;
    }
    #form_vopros .right {
        display: none;
    }
    #form_vopros .text {
        margin-bottom: 10px;
    }
    #form_vopros .text .title {
        margin: 0 0 20px 0;
    }
    #form_vopros p {
        margin-bottom: 10px;
    }
    #form_vopros input[type="text"] {
        width: 100%;
    }
}


/* FORM CONTACTS */

#form_contacts {
    width: 100%;
    min-width: 300px;
    margin: 0;
    padding: 20px 25px;
    text-align: center;
    border: 2px dashed #e4e4e4;
    border-radius: 4px;
    box-shadow: 0 15px 10px -14px #9d9cab;
    overflow: hidden;
}

#form_contacts .title {
    margin: 0 0 20px;
    font-size: 1.4em;
}

#form_contacts input[type="text"] {
    width: 49.2%;
    margin-bottom: 10px;
    font-size: 0.9em;
}

#form_contacts textarea {
    width: 100%;
    height: 60px;
    font-size: 0.9em;
}

#form_contacts button {
    display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px) {
    #form_contacts {
        width: 100%;
        box-sizing: border-box;
    }
    #form_contacts input[type="text"] {
        width: 100%;
    }
    #form_contacts textarea {
        width: 100%;
        height: 100px;
    }
}


/* ZAYVKA POPUP */

#form_zayvka_popup {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border: 10px solid #9d9cab;
    border-radius: 4px;
}

#form_zayvka_popup .title {
    font-size: 1.7em;
    margin: 0 0 20px;
}

#form_zayvka_popup p {
    font-size: 0.9em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
}

#form_zayvka_popup input[type="text"] {
    width: 49.4%;
    margin-bottom: 10px;
}

#form_zayvka_popup input[type="text"].input100 {
    width: 100%;
}

#form_zayvka_popup textarea {
    width: 100%;
    height: 80px;
}

#form_zayvka_popup button {
    display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px) {
    #form_zayvka_popup {
        width: 100%;
        box-sizing: border-box;
    }
    #form_zayvka_popup input[type="text"] {
        width: 100%;
    }
    #form_zayvka_popup textarea {
        width: 100%;
        height: 100px;
    }
}


/* CALLBACK POPUP */

#form_callback_popup {
    position: relative;
    max-width: 400px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px 40px;
    text-align: center;
    border: 10px solid #9d9cab;
    border-radius: 4px;
}

#form_callback_popup .title {
    font-size: 1.7em;
    margin: 0 0 20px;
}

#form_callback_popup p {
    font-size: 0.9em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
}

#form_callback_popup input[type="text"] {
    width: 80%;
    margin-bottom: 10px;
}

#form_callback_popup button {
    display: block;
    margin: 10px auto 0 auto;
}

@media screen and (max-width: 768px) {
    #form_callback_popup {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
    #form_callback_popup input[type="text"] {
        width: 100%;
    }
}


/* CATALOG POPUP */

#form_catalog_popup {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    border: 10px solid #9d9cab;
    border-radius: 4px;
}

#form_catalog_popup .title {
    font-size: 1.7em;
    margin: 0 0 20px;
}

#form_catalog_popup p {
    font-size: 0.9em;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
}

#form_catalog_popup input[type="text"] {
    width: 49.5%;
    margin-bottom: 10px;
}

#form_catalog_popup input[type="text"].input100 {
    width: 100%;
}

#form_catalog_popup textarea {
    width: 100%;
    height: 100px;
}

#form_catalog_popup button {
    display: block;
    margin: 10px auto 0 auto;
}

#form_catalog_popup .tovar {
    padding: 15px;
    border: 1px solid #ccc;
    text-align: left;
    margin-bottom: 10px;
    color: #555;
}

@media screen and (max-width: 768px) {
    #form_catalog_popup {
        width: 100%;
        box-sizing: border-box;
    }
    #form_catalog_popup input[type="text"] {
        width: 100%;
    }
    #form_catalog_popup textarea {
        width: 100%;
        height: 100px;
    }
}


/* FORM USLUGI */

#form_slider_uslugi {
    width: 230px;
    margin: 0;
    padding: 15px 25px;
    text-align: center;
    border: 10px solid #9d9cab;
    border-radius: 4px;
    box-shadow: 0px 0px 31px 0px #000000;
    overflow: hidden;
}

#form_slider_uslugi .title {
    font-size: 1.05em;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 110%;
}

#form_slider_uslugi input[type="text"] {
    width: 100%;
    margin-bottom: 5px;
    font-size: 1em;
}

#form_slider_uslugi button {
    display: block;
    margin: 10px auto 0 auto;
}

#form_slider_uslugi form .garant {
    font-size: 0.9em;
    margin: 0 0 20px;
}

#form_slider_uslugi form .thanks_form {
    margin: 0 0 18px;
    font-size: 1em;
    color: green;
}


/* End */


/* Start:/lib/calc/css/calc.css?15962065634533*/

#content .calc {
    padding: 40px 5%;
    margin-bottom: 30px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 5px solid #ccc;
}

#content .calc h3 {
    width: 200px;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    background: #777;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 7px 0 7px;
    margin-bottom: 20px;
}

#content .calc ul {
    list-style-type: none;
    margin: 0;
}

#content .calc hr {
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    margin: 25px 0;
}

#content .calc p {
    font-weight: 600;
    width: 140px;
    margin: 0;
}

#content .calc ul li {
    margin: 0 0 10px 20px;
}

#content .calc ul li:first-child {
    margin-left: 0;
}

#content .calc ul li:first-child {
    font-size: 1.1em;
}

#content .calc input[type="number"] {
    padding: 10px;
    width: 100px;
    font-size: 1.5em;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#content .calc select {
    padding: 7px;
    width: 350px;
    font-size: 1em;
    border: 2px solid #fdb418;
    border-radius: 4px;
    background: #fff;
}

#content .calc .razdelitel {
    margin-left: 20px;
}

#content .calc ul li.otstup_abh {
    margin-left: 16px;
}

#content .calc .calc_rezultat {
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}

#content .calc .calc_rezultat p {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 1em;
    color: #717171;
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
}

#content .calc_rez,
#content .calc .rub,
#content .calc .ot {
    font-size: 1.7em;
    color: #5aba2b;
}

#content .calc .rub {
    margin-left: 5px;
    text-transform: lowercase;
    font-size: 1.2em;
}

#content .calc .ot {
    margin-right: 5px;
    text-transform: lowercase;
    font-size: 1.2em;
}

#content .calc input[type=checkbox] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 17px;
    height: 17px;
}

#content .calc input[type=checkbox]~label {
    cursor: pointer;
}

#content .calc input[type=checkbox]:not(checked) {
    position: absolute;
    opacity: 0;
}

#content .calc input[type=checkbox]:not(checked)~label {
    position: relative;
    padding: 0 0 0 60px;
}

#content .calc input[type=checkbox]:not(checked)~label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

#content .calc input[type=checkbox]:not(checked)~label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s;
    /* Р В Р’В°Р В Р вЂ¦Р В РЎвЂР В РЎпїЅР В Р’В°Р РЋРІР‚В Р В РЎвЂР РЋР РЏ, Р РЋРІР‚РЋР РЋРІР‚С™Р В РЎвЂўР В Р’В±Р РЋРІР‚в„– Р РЋРІР‚РЋР В Р’ВµР В РЎвЂќР В Р’В±Р В РЎвЂўР В РЎвЂќР РЋР С“ Р В РЎвЂ”Р В Р’ВµР РЋР вЂљР В Р’ВµР В РЎвЂќР В Р’В»Р РЋР вЂ№Р РЋРІР‚РЋР В Р’В°Р В Р’В»Р РЋР С“Р РЋР РЏ Р В РЎвЂ”Р В Р’В»Р В Р’В°Р В Р вЂ Р В Р вЂ¦Р В РЎвЂў */
}

#content .calc input [type=radio] {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

#content .calc input [type=radio]+label {
    cursor: pointer;
}

#content .calc input[type=radio]:not(checked) {
    position: absolute;
    opacity: 0;
}

#content .calc input[type=radio]:not(checked)~label {
    position: relative;
    padding: 0 0 0 35px;
}

#content .calc input[type=radio]:not(checked)~label:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #CDD1DA;
    border-radius: 50%;
    background: #FFF;
}

#content .calc input[type=radio]:not(checked)~label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fdb418;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .2s;
}

#content .calc input[type=radio]:checked~label:after {
    opacity: 1;
}

#content .calc input[type=radio]:focus~label:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}

#content .calc input[type=checkbox]:checked~label:before {
    background: #9FD468;
}

#content .calc input[type=checkbox]:checked~label:after {
    left: 26px;
}

#content .calc input[type=checkbox]:focus~label:before {
    box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/lib/magnific-popup/magnific-popup.css?15962065636951*/


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/css/style.css?159620656310916*/


/* main */

body {
    font: 1em "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
    color: #000;
}

a {
    text-decoration: none;
    color: #48a216;
    outline: 0;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

button {
    outline: 0;
}

.br10 {
    margin-bottom: 10px;
}

.br20 {
    margin-bottom: 20px;
}

.br30 {
    margin-bottom: 30px;
}

.button {
    padding: 13px 12px;
    border-radius: 4px;
    background: #48a216;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 0.95em;
}

.button:hover {
    text-decoration: none;
    opacity: 0.9;
}

a.button {
    color: #fff;
}

a.button:hover,
a.button:focus,
a.button:active {
    color: #fff;
}

@font-face {
    font-family: Play;
    src: url(/bitrix/templates/gvozdevsoft_finance_color_18/css/../css/fonts/play.ttf);
}

#header_top,
#header,
#top_menu,
#slider,
#block_company,
#block_company2,
#wrapper,
#footer_menu,
#footer_top,
#footer_bottom,
#footer_center {
    width: 100%;
}

#header_top_main,
#header_main,
#block_company_main,
#wrapper,
#footer_menu_main,
#footer_top_main,
#footer_bottom_main,
#footer_center_main {
    max-width: 1130px;
    margin: 0 auto;
    box-sizing: content-box;
}


/* HEADER */

#header {
    width: 100%;
}

#header .fa {
    color: #48a216;
}


/* header top */

#header_top {
    background: #f7f7f7;
    color: #000;
    overflow: hidden;
}

#header_top a {
    color: #000;
}

#header_top_main {
    padding: 3px 10px;
    font-size: 0.9em;
    overflow: hidden;
}

#header_top_address {
    float: left;
    margin: 7px 0 0 0;
    padding-right: 15px;
    font-size: 0.9em;
}

#header_top_address .fa-map-marker:before {
    margin-right: 3px;
    font-size: 1.4em;
}

#header_top_email {
    float: left;
    margin: 7px 0 0 0;
    padding-left: 15px;
    border-left: 1px solid #888;
}

#header_top_email .fa-envelope:before {
    margin-right: 3px;
    font-size: 1em;
}

#header_top_search {
    float: right;
}

#header_top_search form {
    position: relative;
    width: 230px;
}

#header_top_search input,
button {
    border: none;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
}

#header_top_search input {
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 33px;
    background: #fff;
    color: #000;
    padding: 0 40px 0 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#header_top_search button {
    height: 26px;
    width: 26px;
    position: absolute;
    top: 3px;
    right: 8px;
    background: none;
    cursor: pointer;
}

#header_top_search button:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #999;
    font-size: 1.4em;
}


/*header main */

#header_main {
    height: 100px;
    padding: 3px 10px;
    overflow: hidden;
}

#header_logo {
    float: left;
    margin-top: -3px;
}

#header_logo img {
    height: 106px;
}

#header_logo:hover {
    opacity: 0.7;
}

#header_logo a {
    color: #000;
    text-decoration: none;
}

#header_logo_img {
    float: left;
}

#header #header_logo_img .fa {
    padding: 5px 9px;
    font-size: 2.3em;
    background: #48a216;
    color: #fff;
    border-radius: 4px;
}

#header_logo_name {
    float: left;
    font-family: Play;
    font-size: 1.9em;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 5px 0 0 10px;
}

#header_callback {
    float: right;
}

#header_callback a {
    text-decoration: none;
    border-bottom: 1px dotted;
    cursor: pointer;
}

#header_callback a:hover {
    text-decoration: none;
    border: 0;
}

#header_contact {
    float: right;
    margin: 12px 0 0 0;
    text-align: right;
}

#header_nomer {
    font-size: 1.5em;
    margin-bottom: 7px;
    position: relative;
}

#header_nomer a,
#header .hdslide_contact_nomer a {
    color: #000;
}

#header_time {
    font-size: 0.85em;
}

#header_zayavka {
    float: right;
    margin: 6px 6% 0 0;
    padding: 10px 5% 10px 0;
    line-height: 1em;
    border-right: 1px solid #ccc;
}

#header_calc {
    float: right;
    margin: 26px 5% 0 0;
    padding: 10px 5% 10px 0;
    line-height: 1em;
    border-right: 1px solid #ccc;
    width: 122px;
}

#header_zayavka .fa,
#header_calc .fa {
    float: left;
    margin-right: 10px;
    font-size: 2em;
}

#header_zayavka:hover,
#header_calc:hover {
    opacity: 0.7;
}

#header_calc a,
#header_zayavka a {
    color: #000;
}


/* TOP MENU */

#top_menu_main {
    background: #48a216;
}

#top_menu a {
    color: #fff;
    text-transform: uppercase;
}

#top_menu ul li:hover,
#top_menu ul li.root-item-selected,
#top_menu ul li.item-selected {
    background: rgba(0, 0, 0, 0.1);
}

#top_menu ul li ul li.root-item-selected,
#top_menu ul li ul li.item-selected {
    background: #48a216;
}

#top_menu ul li.item-selected>a {
    color: #fff;
}


/* SLIDER */

#slider {
    width: 100%;
    height: 420px;
    margin: 0 auto 1px auto;
    background: #000;
}


/* BLOCK KOMPANY */

#block_company, #block_company2 {
    margin-bottom: 10px;
    background: #f7f7f7;
}

#block_company_main {
    padding: 25px 1% 20px 3%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 0.8em;
}

#block_company ul {
    list-style: none;
}

#block_company ul li {
    display: inline-block;
    margin-right: 3%;
    width: 22%;
}

#block_company ul li:last-child {
    margin-right: 0;
}

#block_company .title, #block_company2 .title {
    float: left;
    width: 70%;
    margin: 10px 0 0 15px;
    font-size: 1.2em;
}

#block_company .fa, #block_company2 .fa {
    float: left;
    font-size: 4em;
    color: #777;
    opacity: 0.6;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}

#block_company a, #block_company2 a {
    color: #000;
}

#block_company a:hover, , #block_company2 a: hover {
    opacity: 0.7;
}


/* WRAPPER */

#wrapper {
    min-height: 500px;
    padding: 70px 10px;
    overflow: hidden;
}


/* BREADCRUMB */

#breadcrumb {
    margin: 0 0 30px 330px;
    overflow: hidden;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px;
    color: #777;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#breadcrumb a {
    text-decoration: underline;
    font-size: 1.2em;
}

#breadcrumb a:hover {
    text-decoration: none;
}

#breadcrumb ul {
    list-style: none;
    margin: 0;
}

#breadcrumb ul li {
    background: none;
    float: left;
    margin: 0 10px 0 0;
    font-size: 0.8em;
}

#breadcrumb li+li:before {
    content: "\f105";
    font-family: fontAwesome;
    font-size: 1em;
    margin: 0 10px 0 0;
}

#breadcrumb ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

#breadcrumb ul li:last-child {
    background: none;
    font-size: 0.9em;
    line-height: 1.3;
}


/* SIDEBAR */

#sidebar {
    float: left;
    width: 280px;
}

#sidebar_menu {
    overflow: hidden;
}

#section_element_menu ul.menu-element-list-active2 a.item-selected {
    color: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu>li.menu-section-active2>a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu>li.menu-section-drive-active>a {
    background: #48a216;
}

#section_element_menu ul#vertical-multilevel-menu li a:hover {
    background: #48a216;
    color: #fff;
}


/* CONTENT */

#content {
    margin-left: 330px;
    overflow: hidden;
}

#content h1 {
    font-size: 1.9em;
    margin: 0 0 22px 0;
}

#content h2 {
    font-size: 1.4em;
    margin: 27px 0 10px 0;
}

#content h3 {
    font-size: 1.3em;
    margin: 27px 0 10px 0;
}

#content h4 {
    font-size: 1.14em;
    margin: 27px 0 10px 0;
}

#content h5 {
    font-size: 1em;
    font-weight: bold;
}

#content p,
#content ul,
#content ol {
    color: #404040;
}

#content p {
    line-height: 1.5;
    margin: 0 0 10px 0;
}

#content table {
    width: 100%;
    border: 1px solid #dedede;
    font-size: 0.9em;
    margin: 20px 0;
}

#content td,
#content th {
    border: 0;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #dedede;
}

#content th {
    text-transform: uppercase;
    padding: 15px 5px;
    background: #48a216;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
}

#content tr {
    background: #fff;
}

#content table td:first-child {
    text-align: left;
    padding-left: 24px;
}

#content table tr:nth-child(odd) {
    background: #fcfcfc;
}

#content ul,
#content ol {
    margin: 10px 0 20px 5%;
}

#content ul {
    list-style: square;
}

#content ol {
    list-style: decimal;
}

#content ul li,
#content ol li {
    line-height: 1.5;
}

#content a {
    text-decoration: underline;
}

#content a:hover {
    text-decoration: none;
}

#content img {
    max-width: 100%;
    height: auto;
}

#content b,
#content strong {
    font-weight: 600;
}

#content sup {
    position: relative;
    top: -0.5em;
}

#content sub {
    position: relative;
    top: 0.5em;
}


/*FOOTER*/

#footer a {
    color: #888;
}

#footer a:hover {
    color: #ccc;
}

#footer_top,
#footer_bottom {
    width: 100%;
    background: #222;
    overflow: hidden;
}

#footer_menu {
    background: #f7f7f7;
    overflow: hidden;
}

#footer_top_main {
    padding: 35px 10px;
    overflow: hidden;
}

#footer_bottom_main {
    padding: 45px 10px;
    overflow: hidden;
}

#footer_menu ul li {
    display: inline-block;
}

#footer_menu ul li a {
    display: block;
    text-transform: uppercase;
    padding: 30px;
}

#footer_menu a {
    text-decoration: underline;
}

#footer_menu a:hover {
    color: #888;
    text-decoration: none;
}

#footer .title {
    font-size: 1.2em;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#footer_top_main .map_index {
    float: left;
    width: 70%;
    padding: 7px;
    box-sizing: border-box;
    background: #888;
}

#footer_top_main .kontakty,
#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
    box-sizing: border-box;
}

#footer_top_main {
    border-bottom: 1px solid #888;
    color: #fff;
}

#footer_top_main .kontakty {
    float: right;
    width: 26%;
    padding-right: 5px;
}

#footer_top_main .company,
#footer_top_main .proekty,
#footer_top_main .dopmenu {
    float: left;
    width: 24%;
    padding: 0 5px;
}

#footer_nomer {
    font-size: 1.5em;
    margin-bottom: 15px;
}

#footer_callback {
    margin-bottom: 30px;
}

#footer_callback a {
    padding: 6px 10px;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

#footer_callback a:hover {
    background: #fff;
    color: #000;
}

#footer_email {
    margin-bottom: 10px;
    font-size: 0.9em;
}

#footer_email a {
    color: #888;
}

#footer_address {
    font-size: 0.9em;
    margin-bottom: 30px;
    color: #888;
}

#footer_top_main .fa {
    color: #888;
    margin-right: 3px;
}

#footer_top_main .footer_menu ul li {
    padding: 0 0 10px 0;
}

#footer_top_main .footer_menu a {
    font-size: 0.95em;
    text-decoration: underline;
}

#footer_top_main .map {
    float: right;
    padding-right: 150px;
}

#footer_social ul li {
    float: left;
    margin-right: 10px;
}

#footer_social ul li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #888;
}

#footer_social ul li a:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

#footer_social .fa-vk {
    position: absolute;
    top: 9px;
    left: 8px;
}

#footer_social .fa-facebook {
    position: absolute;
    top: 9px;
    left: 13px;
}

#footer_social .fa-twitter {
    position: absolute;
    top: 9px;
    left: 11px;
}

#footer_social .fa-instagram {
    position: absolute;
    top: 9px;
    left: 10px;
}

#footer_social ul li:last-child {
    padding-left: 0;
}

#footer_bottom_main {
    padding: 30px 10px;
}

#footer_copyrait {
    float: left;
    margin-top: 1px;
    color: #888;
    font-size: 0.8em;
}

#footer_copyrait a {
    text-decoration: underline;
    margin-right: 10px;
    font-size: 0.9em;
}

#footer_stat {
    float: right;
    margin-right: 50%;
}


/* bitrix */

[id^=bx_incl] {
    display: inline;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/css/content.css?159620656316561*/


/* MAIN */


/* tabs */

#content #tabs>ul {
    margin: 40px 0 20px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
}

#content #tabs>ul:after {
    background: none;
    height: 0;
}

#content #tabs>ul>li {
    font-size: 1em;
    padding: 13px 5%;
    width: auto;
    background: #fff;
    color: #555;
    border: none;
    border-radius: 0;
    text-transform: none;
}

#content #tabs>ul>li.active,
#content #tabs>ul>li.active:hover,
#content #tabs>ul>li:hover {
    border: none;
    border-bottom: 3px solid #48a216;
    color: #48a216;
}


/* GLAVNAYA STRANICA */


/* content */

#content_index {
    overflow: hidden;
    box-sizing: border-box;
}

#content_index h1 {
    font-size: 1.9em;
    margin: 0 0 22px 0;
}

#content_index h2 {
    font-size: 2em;
    margin: 0 0 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-transform: uppercase;
    text-align: center;
}

#content_index h3 {
    font-size: 1.3em;
    margin: 27px 0 10px 0;
}

#content_index h4 {
    font-size: 1.14em;
    margin: 27px 0 10px 0;
}

#content_index h5 {
    font-size: 1em;
    font-weight: bold;
}

#content_index p,
#content_index ul,
#content_index ol {
    color: #404040;
}

#content_index p {
    line-height: 1.5;
    margin: 0 0 10px 0;
}

#content_index table {
    width: 100%;
    border: 1px solid #dedede;
    font-size: 0.9em;
    margin: 20px 0;
}

#content_index td,
#content_index th {
    border: 0;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #dedede;
}

#content_index th {
    text-transform: uppercase;
    padding: 15px 5px;
    background: #f7f7f7;
    font-size: 0.9em;
    font-weight: 600;
}

#content_index tr {
    background: #fff;
}

#content_index table td:first-child {
    text-align: left;
    padding-left: 24px;
}

#content_index table tr:nth-child(odd) {
    background: #fcfcfc;
}

#content_index ul,
#content_index ol {
    margin: 10px 0 20px 5%;
}

#content_index ul {
    list-style: square;
}

#content_index ol {
    list-style: decimal;
}

#content_index ul li,
#content_index ol li {
    line-height: 1.5;
}

#content_index a {
    text-decoration: underline;
}

#content_index a:hover {
    text-decoration: none;
}

#content_index img {
    max-width: 100%;
    height: auto;
}

#content_index b,
#content_index strong {
    font-weight: 600;
}

#content_index sup {
    position: relative;
    top: -0.5em;
}

#content_index sub {
    position: relative;
    top: 0.5em;
}

#content_index a.link_all {
    display: block;
    width: 150px;
    text-align: center;
    padding: 15px;
    margin: 10px auto 0 auto;
    border: 1px solid;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 600;
}

#content_index a.link_all:hover {
    opacity: 0.8;
}


/* uslugi */

.uslugi_index {
    overflow: hidden;
    margin-bottom: 90px;
}

#content_index #uslugi_box .box {
    width: 31.69%;
    vertical-align: top;
    display: inline-block;
    margin: 0 2% 30px 0;
    border: 5px solid #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
}

#content_index #uslugi_box .box:nth-child(3n) {
    margin-right: 0;
}


/* popul uslugi */

.uslugi_pop_index {
    overflow: hidden;
    margin-bottom: 90px;
}

#content_index #uslugi .block_uslugi {
    width: 31.6%;
    vertical-align: top;
    display: inline-block;
    margin: 0 2% 30px 0;
    border: 5px solid #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
}

#content_index #uslugi .block_uslugi:nth-child(3n) {
    margin-right: 0;
}


/* text */

#content_index .text_index,
#content .index_plus {
    margin: 30px 0;
}

#content_index .index_plus_block,
#content .index_plus_block {
    margin: 20px 0 25px;
}

#content_index .index_plus_block .left,
#content .index_plus_block .left {
    float: left;
}

#content_index .index_plus_block .block,
#content .index_plus_block .block {
    margin-left: 55px;
}

#content_index .index_plus .fa,
#content .index_plus .fa {
    margin: 3px 0 0 10px;
    font-size: 2.5em;
    color: #48a216;
}

#content_index .index_plus .title,
#content .index_plus .title {
    font-size: 1.1em;
    margin-bottom: 0;
}

#content_index .index_plus .text,
#content .index_plus .text {
    font-size: 1em;
    margin-bottom: 0;
}

#content_index ol.index_zakaz,
#content ol.index_zakaz {
    margin: 20px 0 30px;
    counter-reset: myCounter;
}

#content_index ol.index_zakaz li,
#content ol.index_zakaz li {
    list-style: none;
}

#content_index ol.index_zakaz li:before,
#content ol.index_zakaz li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background: #48a216;
    display: inline-block;
    text-align: center;
    margin: 5px 10px;
    line-height: 37px;
    width: 37px;
    height: 37px;
    font-size: 1.2em;
}

#content_index #form_vopros .text .title {
    font-size: 1.8em;
}

#content_index #form_vopros {
    background: #fff !important;
    padding: 50px 8%;
}

#content_index #form_vopros .prorab img {
    width: 170px;
}


/* partnery */

.partnery_index {
    margin-top: 90px;
}

#index_partnery {
    padding: 10px 40px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

#index_partnery .box {
    margin: 4px;
    width: 100%;
    max-height: 215px;
    border: 1px solid #ececec;
}

#index_partnery img:hover {
    opacity: 0.8;
}

#index_partnery .prevarr,
#index_partnery .nextarr {
    font-size: 2em;
    color: #ccc;
}

#index_partnery .prevarr:hover,
#index_partnery .nextarr:hover {
    color: #aeaeae;
}

#index_partnery {
    position: relative;
}

#index_partnery .nextarr {
    position: absolute;
    bottom: 40%;
    right: 8px;
    cursor: pointer;
}

#index_partnery .prevarr {
    position: absolute;
    bottom: 40%;
    left: 8px;
    z-index: 1;
    cursor: pointer;
}


/* STRANICA AKCII */

#content .block_promo {
    width: 100%;
    max-width: 700px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 15px 10px -14px #9d9cab;
    margin: 0 auto 50px auto;
    padding-bottom: 10px;
}

#content .block_promo img {
    width: 100%;
    height: auto;
}

#content .block_promo_text_1 {
    padding: 5px 20px 10px 20px;
    font-style: italic;
    font-size: 0.8em;
    color: #666666;
}

#content .block_promo_text_2 {
    padding: 0 20px 10px 20px;
    font-size: 1.2em;
}

#content .block_promo_text_2 a {
    color: #000;
}

#content .block_promo_text_2 p {
    margin: 10px 0 0 0;
    color: #000;
    font-size: 0.7em;
}

#content .img_action img {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-bottom: 30px;
}

#content .block_promo_text_3 {
    padding: 0 20px;
    font-size: 0.9em;
}


/* STRANICA USLUGI SECTIONS */

#uslugi_box .box {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 384px;
    margin: 0 3.3% 30px 0;
    border: 5px solid #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
}

#uslugi_box .box:nth-child(2n) {
    margin-right: 0;
}

#uslugi_box .img {
    line-height: 0;
}

#uslugi_box .img img {
    width: 100%;
    height: auto;
    padding-bottom: 1px;
    border-bottom: 3px solid #48a216;
}

#uslugi_box .img img:hover {
    opacity: 0.8;
}

#uslugi_box .text {
    padding: 20px;
}

#uslugi_box .text h2 {
    font-size: 1.1em;
    margin: 0 0 15px 0;
}

#uslugi_box .text h2 a {
    color: #000;
    font-size: 1.3em;
}

.uslugi_color .text .title a {
    color: #000;
}

#uslugi_box .text .title {
    margin: 0 0 10px 0;
}

#uslugi_box .text .title a {
    margin: 0;
    font-size: 1.2em;
}

#uslugi_box .text title a:hover {
    opacity: 0.8;
}

#uslugi_box .text,
#uslugi_box .text p {
    margin: 0;
    font-size: 0.9em;
}

#uslugi_box .text a {
    margin-right: 15px;
    font-size: 0.9em;
}

#uslugi_box .text ul {
    margin: 0 0 0 20px;
}


/* STRANICA USLUGI */

#uslugi .block_uslugi {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 384px;
    margin: 0 3.3% 30px 0;
    vertical-align: top;
    border: 5px solid #f7f7f7;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

#uslugi .block_uslugi:nth-child(2n) {
    margin-right: 0;
}

#uslugi .block_uslugi img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 1px;
    border-bottom: 1px solid #333;
}

#uslugi .block_uslugi img:hover {
    opacity: 0.8;
}

#uslugi .block_uslugi_title {
    margin-bottom: 10px;
    font-size: 1.1em;
}

#uslugi .block_uslugi_title a:hover {
    opacity: 0.8;
}

#uslugi .block_uslugi_price {
    line-height: 1.3;
    color: #000;
}

#uslugi .block_uslugi_price span {
    font-size: 1.6em;
}

#uslugi .block_uslugi_button {
    margin: 30px 0;
}

#uslugi .block_uslugi_button a.button {
    padding: 10px 25px;
    font-size: 0.9em;
}


/* USLUGI VNUTR */


/* img-top */

#uslugi_detail .img_top {
    position: relative;
    margin-bottom: 30px;
    max-width: 800px;
    height: 340px;
}

#uslugi_detail .img_top img {
    max-width: 800px;
    height: 340px;
    border: 1px solid #ececec;
}

#uslugi_detail .img_top #form_slider_uslugi {
    position: absolute;
    top: 30px;
    right: 7%;
    z-index: 5;
}

#uslugi_detail .img_top .slogan {
    position: absolute;
    top: 70px;
    left: 7%;
    color: #fff;
    font-size: 2.5em;
    width: 40%;
    z-index: 2;
}

#uslugi_detail .img_top .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


/* nashi raboty */

#carousel_photo {
    margin: 20px 0 30px;
    padding: 8px 45px 10px 40px;
    border: 1px solid #eee;
    background: #f7f7f7;
    border-radius: 7px;
}

#carousel_photo div {
    margin: 1px;
    width: 100%;
    max-height: 170px;
}

#carousel_photo img:hover {
    opacity: 0.8;
}

#carousel_photo .prevarr,
#carousel_photo .nextarr {
    font-size: 2em;
    color: #999;
}

#carousel_photo .prevarr:hover,
#carousel_photo .nextarr:hover {
    color: #444;
}

#carousel_photo {
    position: relative;
}

#carousel_photo .nextarr {
    position: absolute;
    bottom: 40%;
    right: 8px;
    cursor: pointer;
}

#carousel_photo .prevarr {
    position: absolute;
    bottom: 40%;
    left: 8px;
    z-index: 1;
    cursor: pointer;
}


/* STRANICA CENY */

#content .accordion h2 {
    font-size: 1.2em;
    margin: 0;
    background: #48a216;
}

#content .accordion h2:hover {
    opacity: 0.9;
}

#content .accordion table {
    font-size: 0.9em;
    margin: 0;
}

#content .accordion table th {
    background: #f7f7f7;
    color: #000;
    font-size: 0.9em;
}

#content .accordion table td:first-child {
    width: 60%;
}

#content .prais_print {
    margin: 20px 0 20px 10px;
}

#content .prais_print a {
    padding: 5px 15px;
    background: #48a216;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

#content .prais_print a:hover {
    opacity: 0.8;
}

#content .prais_print .fa {
    font-size: 1.1em;
    margin: 0 10px 0 0;
}


/* tarify */

#tarif {
    margin: 30px 0 40px;
    text-align: center;
}

#tarif .block {
    display: inline-block;
    width: 31.5%;
    margin: 0 2% 50px 0;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}

#tarif .block:nth-child(3n) {
    margin-right: 0;
}

#tarif h3 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}

#tarif .cena {
    padding: 20px 0;
    background: #ccc;
    font-size: 1.2em;
}

#tarif .raboty {
    margin: 0;
    padding: 30px 20px 10px 20px;
    font-size: 0.9em;
    text-align: left;
}

#tarif .raboty p {
    margin-bottom: 7px;
}

#tarif .raboty .fa {
    margin-right: 3px;
    color: #48a216;
}

#tarif .raboty_no {
    display: none;
}

#tarif .zakaz {
    padding: 15px 0;
    background: #393838;
}

#tarif .zakaz a {
    color: #fff;
    text-decoration: underline;
}

#tarif .zakaz a:hover {
    text-decoration: none;
}

#tarif button.button_raboty {
    width: 175px;
    margin: 0 0 30px;
    background: #f7f7f7;
    border: 1px solid #a5a5a5;
    color: #000;
    border-radius: 4px;
    padding: 7px 15px;
    cursor: pointer;
}

#tarif button.button_raboty:hover {
    opacity: 0.7;
}


/* STRANICA PROEKTY SECTIONS */

#proekty_box .box {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    max-width: 384px;
    margin: 0 3.3% 30px 0;
    border: 5px solid #f7f7f7;
    border-radius: 4px;
    box-sizing: border-box;
}

#proekty_box .box:nth-child(2n) {
    margin-right: 0;
}

#proekty_box .img {
    line-height: 0;
}

#proekty_box .img img {
    width: 100%;
    height: auto;
    padding-bottom: 1px;
    border-bottom: 3px solid #48a216;
}

#proekty_box .img img:hover {
    opacity: 0.8;
}

#proekty_box .text {
    padding: 20px;
}

#proekty_box .text h2 {
    font-size: 1.1em;
    margin: 0 0 15px 0;
}

#proekty_box .text h2 a {
    color: #000;
    font-size: 1.2em;
}

#proekty_box .text,
#proekty_box .text p {
    margin: 0;
    font-size: 0.9em;
}

#proekty_box .text a {
    margin-right: 15px;
    font-size: 0.9em;
}

#proekty_box .text ul {
    margin: 0 0 0 20px;
}


/* STRANICA KONTAKTY */

#contacts {
    margin: 50px 0 50px;
    overflow: hidden;
}

#contacts .left {
    float: left;
    width: 43%;
    margin-right: 20px;
}

#contacts .left .fa {
    font-size: 2em;
    color: #48a216;
    margin-right: 15px;
    width: 30px;
}

#contacts .left p {
    margin-bottom: 20px;
}

#contacts .left p>span {
    font-weight: 600;
}

#contacts .left p>i {
    float: left;
}

#contacts .right {
    float: left;
    width: 45%;
}


/* STRANICA NEWS */

#content .news_list .block_new {
    overflow: hidden;
    padding: 30px 0 30px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

#content .news_list img.preview_picture {
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 2px;
    width: 38%;
    max-width: 300px;
    height: auto;
    margin: 0 15px 0 0;
}

#content .news_list a.link {
    margin-bottom: 10px;
    font-size: 1.2em;
}

#content .news_list .block_new p {
    margin: 7px 20px 0 0;
}

#content .news_list .block_new {
    margin: 7px 20px 0 0;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #404040;
}

#content .news_list .right_text {
    float: left;
    width: 60%;
}

#content .news_detail .img_top {
    margin-bottom: 30px;
}


/* share */

#content .block_friends {
    margin: 15px 0 0 0;
    border-top: 1px solid #ccc;
}


/* STRANICA OTZYVY */

#content .top {
    margin: 0 0 40px;
}

#otzyv .block {
    padding: 15px;
    border-radius: 4px;
    border: 1px dashed #ccc;
    margin: 0 0 30px;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #404040;
}

#otzyv .name_date {
    margin: 0 0 10px;
}

#otzyv .name {
    font-weight: 600;
    margin-right: 20px;
}

#otzyv .date {
    font-style: italic;
}


/* STRANICA REKVIZITY */

#content table.table_rekvizity td {
    padding-left: 20px;
    text-align: left;
}


/* STRANICA SERTIFIKATY */

#sertifikaty {
    margin: 40px 0 0;
}

#sertifikaty .box {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 2.9% 25px 0;
}


/* STRANICA SOTRUDNIKI */

#sotrudniki {
    margin: 20px 0 0;
}

#sotrudniki .box {
    overflow: hidden;
    padding: 50px 0;
    border-bottom: 5px solid #f7f7f7;
}

#sotrudniki .box .img {
    float: left;
    margin-left: 20px;
}

#sotrudniki .box .text {
    margin-left: 240px;
    color: #404040;
}

#sotrudniki .box .text .fa {
    color: #ccc;
    margin-right: 5px;
}

#sotrudniki .box .name {
    font-size: 1.2em;
    margin-bottom: 5px;
}

#sotrudniki .box .position {
    font-size: 1em;
    color: #999;
    margin-bottom: 20px;
}

#sotrudniki .box .description {
    font-size: 0.9em;
    margin-bottom: 20px;
}

#sotrudniki .box .email {
    margin-bottom: 5px;
}

#sotrudniki .box .phone {}


/* STRANICA SITEMAP */

#content .sitemap table {
    background: #fff;
    border: 0;
}

#content .sitemap table td,
#content .sitemap table th {
    text-align: left;
    background: #fff;
    border: 0;
}


/* link back infoblock */

#content .link_back {
    margin-top: 30px;
}

#content .link_back .fa {
    margin-right: 30px;
    width: 30px;
    height: 30px;
    line-height: 31px;
    color: #fff;
    background: #48a216;
    border-radius: 4px;
    padding-right: 2px;
    margin-right: 10px;
    text-align: center;
}

#content .link_back a {
    text-decoration: none;
}

#content .link_back a:hover {
    opacity: 0.8;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/css/sidebar.css?15962065633183*/


/* SIDEBAR */

#sidebar .title {
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
}

#sidebar .nextarr {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

#sidebar .prevarr {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 1;
    cursor: pointer;
}

#sidebar .prevarr,
#sidebar .nextarr {
    font-size: 2em;
    color: #ccc;
}

#sidebar .prevarr:hover,
#sidebar .nextarr:hover {
    color: #aeaeae;
}

#sidebar .link_all {
    position: absolute;
    bottom: 7px;
}

#sidebar .link_all a {
    padding: 3px 10px;
    color: #fff;
    background: #48a216;
    border-radius: 4px;
}

#sidebar .link_all a:hover {
    opacity: 0.8;
}


/* sidebar otzyvy */

#sidebar_otzyv_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_otzyv_block .text {
    color: #404040;
    font-size: 0.9em;
    padding: 0 0 45px;
}

#sidebar_otzyv_block .name_date {
    margin: 5px 0;
}

#sidebar_otzyv_block .name {
    font-weight: 600;
    margin-right: 10px;
}

#sidebar_otzyv_block .date {
    font-style: italic;
}

#sidebar_otzyv {
    position: relative;
}


/* sidebar action */

#sidebar_action_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_action_block .action_img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#sidebar_action_block .action_text {
    margin-bottom: 50px;
    padding: 0 15px 0 15px;
    text-align: center;
}

#sidebar_action_block .action_text a {
    text-decoration: underline;
    color: #000;
    font-size: 0.9em;
    font-weight: 600;
}

#sidebar_action_block .action_text a:hover {
    text-decoration: underline;
}


/* sidebar action */

#sidebar_news_block {
    position: relative;
    margin-bottom: 70px;
}

#sidebar_news_block .news_list {
    margin-bottom: 25px;
}

#sidebar_news_block .news_list .news_item {
    overflow: hidden;
    margin-bottom: 5px;
}

#sidebar_news_block .news_list .news_item img {
    float: left;
    width: 80px;
    height: 80px;
}

#sidebar_news_block .news_list .news_item .news-date-time {
    font-size: 0.8em;
    display: block;
}

#sidebar_news_block .news_list .news_item .right_text {
    margin-left: 90px;
    font-size: 1em;
}

#sidebar_news_block .news_list .news_item a.link {
    color: #000;
    text-decoration: underline;
}

#sidebar_news_block .news_list .news_item a.button {
    display: none;
}

#sidebar #sidebar_news_block .link_all {
    position: static;
    bottom: 7px;
}


/* FIX */


/* sidebar fixed */

#sidebar_fixed {
    margin: 0;
    width: 280px;
}

#sidebar .sticky-wrapper {
    z-index: 1;
}


/* prais */

#sidebar_prais {
    margin: 0 0 50px;
    padding: 5px;
    background: #f7f7f7;
}

#sidebar_prais .block {
    border: 2px dashed #e4e4e4;
    padding: 15px;
    text-align: center;
}

#sidebar_prais .block .fa {
    font-size: 2.5em;
    color: #48a216;
    margin-bottom: 10px;
}

#sidebar_prais .text {
    color: #000;
    text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
    font-size: 0.9em;
    text-transform: uppercase;
}

#sidebar_prais:hover {
    opacity: 0.8;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/css/adaptiv.css?15962065638501*/


/* ADAPTIV */

@media screen and (max-width: 1100px) {
    #wrapper {
        box-sizing: border-box;
    }
    #portfolio ul li {
        margin: 0 1.3% 30px 0;
    }
    #content_index #uslugi_box .box {
        width: 31.6%;
    }
}

@media screen and (max-width: 1024px) {
    #header_text {
        margin: 25px 3% 0 0;
        padding: 10px 3% 10px 0;
    }
    #header_zayavka {
        margin: 26px 3% 0 0;
    }
    #flvmenu>ul>li a {
        padding: 15px 25px;
    }
    #uslugi_detail .img_top #form_slider_uslugi {
        right: 3%;
    }
    #uslugi_detail .img_top .slogan {
        left: 3%;
    }
    #portfolio_box h2 a {
        bottom: 10%;
    }
    #portfolio_box .box {
        margin: 0 3.2% 30px 0;
    }
    #portfolio ul li {
        margin: 0 1.3% 30px 0;
    }
    #uslugi_box .box {
        margin: 0 3.2% 30px 0;
    }
    #uslugi .block_uslugi {
        margin: 0 3.2% 30px 0;
    }
    #sertifikaty .box {
        margin: 0 2.8% 25px 0;
    }
    #portfolio ul li {
        margin: 0 1.2% 30px 0;
    }
}

@media screen and (max-width: 992px) {
    #wrapper {
        padding: 70px 3%;
    }
    #header_top_search form {
        width: 150px;
    }
    #block_company ul li span {
        width: 66%;
        margin-top: 9px;
    }
    #sidebar {
        display: none;
    }
    #content {
        margin-left: 0;
    }
    #breadcrumb {
        margin: 0 0 30px 0;
    }
    #content_index .news_list .news_item {
        width: 31.5%;
    }
    #content_index .news_list .news_item:nth-child(3n) {
        margin-right: 0;
    }
    #content_index #uslugi_box .box {
        width: 31.55%;
    }
}

@media screen and (max-width: 991px) {
    #header_text,
    #block_company {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #header_top,
    #header,
    #top_menu,
    #footer_top,
    #footer_bottom,
    #footer_center {
        width: 100%;
        min-width: 100%;
    }
    #header_top_main,
    #header_main,
    #top_menu_main,
    #wrapper,
    #footer_top_main,
    #footer_bottom_main,
    #footer_center_main {
        max-width: 100%;
        min-width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #header_top_search,
    #header_text,
    #block_company,
    #sidebar {
        display: none;
    }
    /* HEADER */
    #header_top_address,
    #header_top_email,
    #header_logo,
    #header_callback,
    #header_contact,
    #header_zayavka,
    #header_calc {
        float: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        text-align: center;
    }
    #header_top {
        margin-bottom: 10px;
    }
    #header_top_address {
        margin: 10px 0 10px 0;
    }
    #header_top_email {
        margin: 0 0 10px;
    }
    #header_logo {
        margin: 20px auto;
        overflow: hidden;
        width: auto;
        display: table;
    }
    #header_logo_name {
        padding: 5px 0 0 10px;
    }
    #header_callback {
        margin-bottom: 30px;
    }
    #header_contact {
        margin-bottom: 30px;
    }
    #header_zayavka,
    #header_calc {
        margin: 0 auto 30px auto;
        border: 0;
        padding: 10px 20px;
        border-radius: 4px;
        background: #f7f7f7;
        width: 180px;
    }
    /* TOP MENU */
    #top_menu ul li:hover {
        background: rgba(0, 0, 0, 0.1) !important;
    }
    #breadcrumb {
        margin: 20px 0 10px 10px;
        line-height: 150%;
    }
    #breadcrumb ul li:last-child {
        line-height: 1.8;
    }
    /* SLIDER */
    .owl-theme .slidetext {
        color: #fff;
        text-align: center;
        position: relative;
        top: 100px;

	/* 13.10.21 */
        /* background: none; */
	/* padding: 0; */
        /* width: 100%; */
        /* left: 0; */
	width: 94%;
	left: 1%;
	padding-left: 2%;
	padding-right: 2%;
    }
    /* WRAPPER */
    #wrapper {
        min-height: auto;
        padding: 0;
    }
    #wrapper .otstup_index {
        display: none;
    }
    /* SIDEBAR */
    #sidebar {
        float: none;
        width: 100%;
        text-align: center;
    }
    #sidebar_menu_title {
        display: none;
    }
    #sidebar_menu ul {
        margin: 0;
    }
    #sidebar_menu ul li a {
        padding: 15px 0;
    }
    #sidebar_fixed,
    .sticky-wrapper,
    #top_search,
    #sidebar_otzyv_block,
    #sidebar_photo_block {
        display: none;
    }
    /* CONTENT */
    #content,
    #content_index {
        margin: 0;
        padding: 20px 3%;
        width: 100%;
        box-sizing: border-box;
    }
    #content td,
    #content th {
        border: 0;
        padding: 15px 1%;
    }
    #content th {
        padding: 15px 2%;
    }
    #content table td:first-child {
        padding-left: 2%;
    }
    /*FOOTER*/
    #footer {
        text-align: center;
    }
    #footer .title {
        margin: 40px 0 20px 0;
    }
    #footer_top_main {
        padding: 35px 10px;
    }
    #footer_top_main .kontakty {
        float: none;
        width: 100%;
        padding-right: 5px;
        overflow: hidden;
    }
    #footer_top_main .company,
    #footer_top_main .proekty,
    #footer_top_main .dopmenu {
        float: none;
        width: 100%;
        padding: 0 5px;
    }
    #footer_nomer {
        font-size: 1.7em;
        margin-bottom: 30px;
    }
    #footer_callback {
        margin-bottom: 30px;
    }
    #footer_callback a {
        padding: 6px 10px;
    }
    #footer_email {
        font-size: 1em;
        margin-bottom: 10px;
    }
    #footer_address {
        font-size: 1em;
        margin-bottom: 30px;
    }
    #footer_top_main .fa {
        margin-right: 3px;
    }
    #footer_menu ul li {
        padding: 0 0 10px 0;
    }
    #footer_bottom_main {
        padding: 30px 10px;
    }
    #footer_social {
        float: none;
        width: 190px;
        margin: 0 auto;
    }
    #footer_copyrait {
        float: none;
    }
    #footer_copyrait a {
        margin-right: 10px;
    }
    #footer_stat {
        float: none;
        margin-right: 50%;
    }
    #footer_top_main .map_index {
        display: none;
    }
    /* GLAVNAYA STRANICA */
    #content_index #uslugi .block_uslugi {
        width: 48%;
        max-width: 384px;
        margin: 0 3.2% 30px 0;
    }
    #content_index #uslugi .block_uslugi:nth-child(2n) {
        margin-right: 0;
    }
    #content_index #uslugi_box .box {
        width: 48.5%;
    }
    #content_index #uslugi_box .box:nth-child(3n) {
        margin-right: 2%;
    }
    #content_index #uslugi_box .box:nth-child(2n) {
        margin-right: 0;
    }
    /* STRANICA KONTAKTY */
    #contacts {
        margin: 10px 0;
    }
    #contacts #form_contacts {
        display: none;
    }
    #contacts .left {
        float: none;
        width: 100%;
    }
    /* STRANICA CENY */
    /* tarify */
    #tarif {
        width: 99%;
        margin: 0;
        text-align: center;
    }
    #tarif .block {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* taby */
    #content #tabs {
        display: block;
        width: 100%;
    }
    #content #tabs>ul>li {
        width: 100%;
        margin: 0 0 10px 0;
        padding: 10px 0;
    }
    #content #tabs>ul>li:hover {
        border: 0;
    }
    #content #tabs>ul:after {
        height: 0;
    }
    #footer_menu_main {
        padding: 10px 0;
    }
    #footer_menu ul li {
        display: block;
    }
    #footer_menu ul li a {
        padding: 20px;
    }
    /* GLAVNAYA STRANICA */
    #content_index #uslugi .block_uslugi {
        width: 100%;
        max-width: 384px;
        margin: 0 0 30px 0;
        padding: 0;
        box-sizing: border-box;
    }
    #content_index #uslugi_box .box {
        width: 100%;
        margin: 0 0 30px;
    }
    #content_index #catalog_section_list .box {
        width: 100%;
        margin: 0 0 30px;
    }
    #content_index .news_list .news_item {
        width: 100%;
    }
    #content_index .news_list .news_item:nth-child(3n) {
        margin-right: 2%;
    }
    /* STRANICA USLUGI */
    #uslugi_box .box {
        width: 100%;
        margin: 0 0 30px;
    }
    #uslugi {
        width: 100%;
        padding: 0 1%;
    }
    #uslugi .block_uslugi {
        width: 100%;
        margin: 0 0 30px;
    }
    /* USLUGI VNUTR */
    #form_slider_uslugi,
    #uslugi_detail .img_top .slogan,
    #uslugi_detail .img_top .bg {
        display: none;
    }
    #uslugi_detail .img_top,
    #uslugi_detail .img_top img {
        width: 100%;
        height: auto;
    }
    #content .carousel_block {
        margin: 0;
    }
    #content .carousel_block {
        margin: 0;
    }
    /* STRANICA NEWS */
    #content .news_list img.preview_picture {
        float: none;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 0 0 10px;
    }
    #content .news_list a.link {
        display: block;
        margin: 10px 0 0 0;
    }
    #content .news_list .right_text {
        float: none;
        width: 100%;
    }
    #content .news_list .block_new p {
        margin: 0 20px 0 0;
    }
    /* STRANICA SOTRUDNIKI */
    #sotrudniki .box .img {
        float: none;
        width: 180px;
        margin: 0 auto 20px auto;
    }
    #sotrudniki .box .text {
        margin-left: 0;
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .feedback .files {
        width: 100%;
    }
    .feedback .files span {
        display: none;
    }
    .feedback .files img {
        position: static;
        top: 8px;
        left: 32px;
        margin-top: 9px;
    }
    #footer_top_main .map {
        padding-right: 45px;
    }
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/css/color.css?15962065632276*/


/* color_18 */

a {
    color: #107bb1;
}

.button {
    background: #107bb1;
}

#header .fa {
    color: #107bb1;
}

#header #header_logo .fa {
    background: #107bb1;
}

#header_callback a {
    color: #107bb1;
}

#header .hdslide_home .fa {
    background: #107bb1;
}

#header .hdslide_contact_zayvka a {
    background: #107bb1;
}

#header .hdtopmenu ul li:hover {
    background: #107bb1 !important;
}

#header .hdtopmenu ul li a:hover {
    background: #107bb1;
}

#top_menu_main {
    background: #107bb1;
}

#flvmenu {
    background: #107bb1;
}

#top_menu ul li ul li.root-item-selected {
    background: #107bb1;
}

#top_menu ul li ul li.item-selected {
    background: #107bb1;
}

#top_menu ul li ul li:hover {
    background: #107bb1;
}

#slider .owl-theme a.slidetextlink {
    border-color: #107bb1;
}

#slider .owl-theme a.slidetextlink:hover {
    border-color: #107bb1;
    background: #107bb1;
}

#block_company .fa, #block_company2 .fa {
    color: #107bb1;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
    color: #107bb1;
}

#catalog_section_list .box {
    border-color: #107bb1;
}

#catalog_element .pr-elemright .zakaz_doma a {
    background: #107bb1;
}

#content_index .index_plus .fa,
#content .index_plus .fa {
    color: #107bb1;
}

#content .link_back a:hover {
    color: #107bb1;
}

#content_index ol.index_zakaz li:before,
#content ol.index_zakaz li:before {
    background: #107bb1;
}

#content .link_back .fa {
    background: #107bb1;
}

#content .accordion h2 {
    background: #107bb1;
}

#content th {
    background: #107bb1;
}

#portfolio_box h2 a {
    background: #107bb1;
}

#sidebar .link_all a {
    background: #107bb1;
}

#sidebar_prais .block .fa {
    color: #107bb1;
}

#index_photo .prevarr,
#index_photo .nextarr {
    color: #107bb1;
}

#section_element_menu ul.menu-element-list-active2 a.item-selected {
    color: #107bb1;
}

#section_element_menu ul#vertical-multilevel-menu>li.menu-section-active2>a {
    background: #107bb1;
}

#section_element_menu ul#vertical-multilevel-menu>li.menu-section-drive-active>a {
    background: #107bb1;
}

#section_element_menu ul#vertical-multilevel-menu li a:hover {
    background: #107bb1;
}

#content #tabs>ul>li.active,
#content #tabs>ul>li.active:hover,
#content #tabs>ul>li:hover {
    border-color: #107bb1;
    color: #107bb1;
}

#contacts .left .fa {
    color: #107bb1;
}

@media (max-width:768px) {
    #flvmenu>ul,
    #flvmenu>ul li ul {
        background: #107bb1;
    }
}

#uslugi_box .img img {
    border-color: #107bb1;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/components/bitrix/menu/hdtopmenu/style.css?15962065631485*/


/* menu */

#header .hdtopmenu {
    display: block;
    position: relative;
    float: left;
    margin-left: 1px;
    height: 40px;
    width: 100px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    background: #f7f7f7;
}

#header .hdtopmenu nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

#header .hdtopmenu nav ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
}

#header .hdtopmenu ul {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.137);
    z-index: 9999;
}

#header .hdtopmenu ul li {
    width: 200px;
    position: relative;
}

#header .hdtopmenu ul li a {
    display: block;
    padding: 10px 5px 10px 20px;
    color: #000;
    font-size: 0.9em;
    border-bottom: 1px solid #eee;
}

#header .hdtopmenu ul li:hover {
    background-color: #48a216;
}

#header .hdtopmenu ul li:hover>a {
    color: #fff;
}

#header .hdmname {
    padding-top: 10px;
    padding-left: 35px;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
}

#header .hdtopmenu:hover nav>ul {
    display: block;
}

#header .hdtopmenu nav>ul li:hover ul {
    display: block;
}

#header .hdmname::before {
    position: absolute;
    font: 0.9em FontAwesome;
    content: "\f0c9";
    top: 13px;
    left: 17px;
}

#header .head_slide .hdtopmenu .fa {
    position: absolute;
    font-size: 1em;
    color: #000;
    top: 8px;
    right: 15px;
}

#header .hdtopmenu nav>ul li:hover .fa {
    color: #fff;
}


/* End */


/* Start:/bitrix/templates/gvozdevsoft_finance_color_18/components/bitrix/menu/top/style.css?1596206563581*/


/* Left menu*/

ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative;
    /*IE bug*/
}

ul.left-menu li {
    padding: 10px 16px;
    background: #F5F5F5 url(/bitrix/templates/gvozdevsoft_finance_color_18/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a {
    font-size: 100%;
    color: #BC262C;
    font-weight: bold;
    text-decoration: none;
}

ul.left-menu li a:visited {
    color: #BC262C;
}

ul.left-menu li a:hover {
    color: #BC262C;
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
    color: #FC8D3D;
}