@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=cyrillic");
.f_14 {
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

.f_16 {
    font-family: "Roboto", sans-serif;
    font-size: 16px
}

.f_18 {
    font-family: "Roboto", sans-serif;
    font-size: 18px
}

.f_21 {
    font-family: "Roboto", sans-serif;
    font-size: 21px
}

.f_24 {
    font-family: "Roboto", sans-serif;
    font-size: 24px
}

.f_27 {
    font-family: "Roboto", sans-serif;
    font-size: 27px
}

.f_30 {
    font-family: "Roboto", sans-serif;
    font-size: 30px
}

.f_32 {
    font-family: "Roboto", sans-serif;
    font-size: 32px
}

.f_36 {
    font-family: "Roboto", sans-serif;
    font-size: 36px
}

.f_42 {
    font-family: "Roboto", sans-serif;
    font-size: 42px
}

.fw_300 {
    font-weight: 300
}

.fw_500 {
    font-weight: 500
}

.fw_700 {
    font-weight: 700
}

.fw_900 {
    font-weight: 900
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1.25;
    font-weight: 900;
    margin: 0
}

h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    margin: 0
}

.width_content {
    width: 750px;
    margin: 0 auto
}

.b-header {
    height: 415px;
    background: url("../img/header-bg.jpg") 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 25px
}

.b-header_subtitle {
    color: #fff;
    margin-bottom: 30px
}

.b-header__form {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYzZmMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 70, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(234, 243, 252, 0.9)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(234, 243, 252, 0.9) 70px);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(234, 243, 252, 0.9) 70px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(234, 243, 252, 0.9) 70px);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: right;
    padding: 5px 22px 30px;
    margin-right: 65px;
    width: 320px;
    box-sizing: border-box
}

.b-header__form_title {
    line-height: 1.3em;
    color: #1c7ec9
}

.b-header__form_subtitle {
    color: #868686;
    margin-bottom: 10px;
    line-height: 1.4em
}

.b-header__form form {
    border: 1px dashed #c4c9ce;
    padding: 20px 0 25px
}

.b-header__form input[type="text"] {
    color: #34495e;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 204px;
    padding: 8px 20px;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

.b-header__form input[type="submit"] {
    cursor: pointer;
    border: 1px solid #0177b3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlkZSIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMwMDkzYmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9de), color-stop(4%, #0093be), color-stop(100%, #006fa3));
    background-image: -moz-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: -webkit-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: linear-gradient(to bottom, #00c9de 0%, #0093be 4%, #006fa3 100%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 244px;
    height: 38px;
    line-height: 1em;
    padding: 0
}

.b-title {
    position: relative;
    text-align: center
}

.b-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    width: 100%;
    height: 2px;
    background-color: #d9dfe2
}

.b-title-wrap {
    background-color: #fff;
    width: 210px;
    margin: auto;
    position: relative;
    z-index: 1
}

.b-services {
    padding: 30px 0 40px
}

.b-loupe {
    padding: 40px 0;
    background: rgba(234, 243, 252, 0.5)
}

.b-folder {
    margin: 50px 0
}

.b-order_service {
    background: rgba(234, 243, 252, 0.5);
    padding: 26px 0;
    margin-bottom: 50px
}

.b-order_service__form {
    margin: auto;
    width: 500px
}

.b-order_service__form form {
    border: 1px dashed #d0d3d5;
    padding: 20px 0 25px
}

.b-order_service__form input[type="text"] {
    color: #34495e;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 202px;
    padding: 8px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin-right: 20px
}

.b-order_service__form input[type="submit"] {
    cursor: pointer;
    border: 1px solid #0177b3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlkZSIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMwMDkzYmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9de), color-stop(4%, #0093be), color-stop(100%, #006fa3));
    background-image: -moz-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: -webkit-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: linear-gradient(to bottom, #00c9de 0%, #0093be 4%, #006fa3 100%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 176px;
    height: 38px;
    line-height: 1em;
    padding: 0
}

.b-variants {
    padding: 12px 0 50px
}

.b-variants .dashed_small {
    position: relative
}

.b-variants .b-btn-wrap {
    width: 220px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto
}

.b-variants_title {
    margin: -15px auto 40px;
    background: #fff;
    width: 480px
}

.b-variants_item {
    width: 44%
}

.b-time {
    padding: 10px 0
}

.b-error {
    background: url("../img/blue_gradient_big-bg.jpg") 50% 50% no-repeat;
    margin: 50px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0 60px
}

.b-error_line {
    width: 94px;
    height: 2px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.3)
}

.b-error a {
    color: #fff;
    text-decoration: none
}

.b-lock {
    margin: 50px 0 40px
}

.b-money {
    margin: 40px 0 20px;
    padding: 40px 0;
    background: rgba(234, 243, 252, 0.5)
}

.b-price {
    background: url("../img/blue_gradient_small-bg.jpg") 50% 50% no-repeat;
    margin: 20px 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 40px 0 50px
}

.b-btn {
    position: relative;
    text-align: center
}

.b-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    width: 100%;
    height: 2px;
    background-color: #d9dfe2
}

.b-btn-wrap {
    background-color: #fff;
    width: 340px;
    margin: auto;
    position: relative;
    z-index: 1
}

.b-btn-wrap-medium {
    background-color: #fff;
    width: 286px;
    margin: auto;
    position: relative;
    z-index: 1
}

.b-why_we {
    margin: 50px 0
}

.b-why_we_item {
    width: 32%
}

.b-why_we_text {
    margin: 15px 0 20px;
    color: #696969;
    line-height: 1.25em
}

.b-why_we_gold {
    color: #b17d16;
    font-weight: 500
}

.b-stories {
    margin: 50px 0
}

.b-stories_item {
    padding: 10px 0 0 65px;
    background: url("../img/icons/quote.png") 0 0 no-repeat;
    width: 500px;
    margin-left: 45px
}

.b-stories .swiper-container {
    width: 690px;
    padding: 0 30px
}

.b-stories .swiper-button-next {
    background-image: url("../img/icons/arrow-right.png")
}

.b-stories .swiper-button-prev {
    background-image: url("../img/icons/arrow-left.png")
}

.b-reviews {
    margin: 50px 0
}

.b-reviews_title {
    text-transform: uppercase;
    color: #34495e;
    font-weight: 700;
    width: 260px;
    text-align: center;
    padding: 20px 0;
    border: 1px solid #017dc4;
    margin: 0 auto 60px;
    letter-spacing: 0.05em
}

.b-reviews_item {
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
    width: 166px;
    height: 230px;
    text-align: center
}

.b-reviews_item:nth-child(2),
.b-reviews_item:nth-child(3),
.b-reviews_item:nth-child(4) {
    margin-right: 20px
}

.b-reviews_item img {
    width: 166px;
    height: 230px
}

.b-special_offer {
    padding-top: 30px;
    background: url("../img/special_offer-bg.jpg") 50% 50% no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 451px
}

.b-special_offer__form {
    margin-top: 30px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWYzZmMiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 70, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(234, 243, 252, 0.9)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(234, 243, 252, 0.9) 70px);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(234, 243, 252, 0.9) 70px);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(234, 243, 252, 0.9) 70px);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    float: right;
    padding: 30px 22px 30px;
    margin-right: 40px;
    width: 320px;
    box-sizing: border-box
}

.b-special_offer__form_title {
    color: #868686;
    margin-bottom: 15px;
    line-height: 1.4em
}

.b-special_offer__form form {
    border: 1px dashed #c4c9ce;
    padding: 20px 0 25px
}

.b-special_offer__form input[type="text"] {
    color: #34495e;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 204px;
    padding: 8px 20px;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

.b-special_offer__form input[type="submit"] {
    cursor: pointer;
    border: 1px solid #0177b3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlkZSIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMwMDkzYmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9de), color-stop(4%, #0093be), color-stop(100%, #006fa3));
    background-image: -moz-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: -webkit-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: linear-gradient(to bottom, #00c9de 0%, #0093be 4%, #006fa3 100%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    width: 244px;
    height: 38px;
    line-height: 1em;
    padding: 0
}

.pull_left {
    float: left
}

.pull_right {
    float: right
}

.clear {
    clear: both
}

.giftcard {
    margin: 6px 0 0
}

.stock {
    margin-top: 35px;
    width: 240px;
    float: left;
    margin-left: 65px
}

.title_blue {
    color: #017dc4;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: 700
}

.block_icon {
    width: 385px
}

.block_icon-right {
    width: 350px
}

.block_text {
    width: 360px
}

.block_text-left {
    width: 395px
}

.desc_gray {
    color: #696969;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
    font-size: 14px
}

.line-gray {
    width: 70px;
    height: 2px;
    background-color: #e9edee;
    margin: 15px 0 16px
}

.line-gray_light {
    width: 100%;
    height: 2px;
    background-color: #d9dfe2;
    margin-bottom: 20px
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

.text_center {
    text-align: center
}

.text_upper {
    text-transform: uppercase
}

.text_bold {
    font-weight: 700
}

.text_white {
    color: #fff
}

.text_blue {
    color: #017dc4
}

.text_blue-bright {
    color: #007dc4
}

.text_blue-dark {
    color: #34495e
}

.text_gray-dark {
    color: #5e5e5e
}

.text_gray-light {
    color: #e3e3e3
}

.text_gray {
    color: #696969
}

.dashed_small {
    border: 2px dashed #d9dfe2;
    width: 613px;
    margin: 0 auto
}

.dashed_large {
    border: 2px dashed #d9dfe2;
    width: 746px;
    padding: 25px 0
}

.inlbl_middle {
    display: inline-block;
    vertical-align: middle
}

.inlbl_top {
    display: inline-block;
    vertical-align: top
}

.btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

.btn_blue {
    border: 1px solid #0177b3;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlkZSIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMwMDkzYmUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmYTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00c9de), color-stop(4%, #0093be), color-stop(100%, #006fa3));
    background-image: -moz-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: -webkit-linear-gradient(top, #00c9de 0%, #0093be 4%, #006fa3 100%);
    background-image: linear-gradient(to bottom, #00c9de 0%, #0093be 4%, #006fa3 100%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 1em
}

.btn_blue-small {
    width: 166px
}

.btn_orange {
    border: 1px solid #9e6d19;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.45);
    color: #fff;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzY2Y0NCIvPjxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNjNzlmMmQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjc5MjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3cf44), color-stop(4%, #c79f2d), color-stop(100%, #b27922));
    background-image: -moz-linear-gradient(top, #e3cf44 0%, #c79f2d 4%, #b27922 100%);
    background-image: -webkit-linear-gradient(top, #e3cf44 0%, #c79f2d 4%, #b27922 100%);
    background-image: linear-gradient(to bottom, #e3cf44 0%, #c79f2d 4%, #b27922 100%);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em
}

.btn_orange-small {
    width: 164px;
    height: 38px
}

.btn_orange-medium {
    width: 245px;
    height: 40px
}

.btn_orange-large {
    width: 305px;
    height: 40px
}

.btn_orange-xlarge {
    width: 346px;
    height: 40px
}

.m-bottom_5 {
    margin-bottom: 5px
}

.m-bottom_10 {
    margin-bottom: 10px
}

.m-bottom_15 {
    margin-bottom: 15px
}

.m-bottom_20 {
    margin-bottom: 20px
}

.m-bottom_25 {
    margin-bottom: 25px
}

.m-bottom_30 {
    margin-bottom: 30px
}

.m-bottom_40 {
    margin-bottom: 40px
}

.m-bottom_50 {
    margin-bottom: 50px
}

.m-left_70 {
    margin-left: 70px
}

.m-left_60 {
    margin-left: 60px
}

.m-left_50 {
    margin-left: 50px
}

.m-left_40 {
    margin-left: 40px
}

.m-left_30 {
    margin-left: 30px
}

.m-left_10 {
    margin-left: 10px
}

.m-left_5 {
    margin-left: 5px
}

.m-right_60 {
    margin-right: 60px
}

.m-right_20 {
    margin-right: 20px
}

.m-right_15 {
    margin-right: 15px
}

.m-right_10 {
    margin-right: 10px
}

.m-right_5 {
    margin-right: 5px
}

.m-top_5 {
    margin-top: 5px
}

.m-top_10 {
    margin-top: 10px
}

.m-top_15 {
    margin-top: 15px
}

.m-top_20 {
    margin-top: 20px
}

.m-top_30 {
    margin-top: 30px
}

.m-top_40 {
    margin-top: 40px
}

.m-top_50 {
    margin-top: 40px
}

.pos_rel {
    position: relative
}

.lh_12 {
    line-height: 1.2em
}

.lh_125 {
    line-height: 1.25em
}

.lh_15 {
    line-height: 1.5em
}

.lh_2 {
    line-height: 2em
}

.w_470 {
    width: 470px
}

.w_270 {
    width: 270px
}

.mh_265 {
    min-height: 265px
}

.b-services h3 {
    color: #34495e;
    font-size: 27px;
    margin: 0;
}
.b-loupe h3 {
    color: #34495e;
    font-size: 27px;
    margin: 0;
}

.b-folder h3 {
    color: #34495e;
    font-size: 27px;
    margin: 0;
}

b.we1 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    margin: 0;
    display: block;
}

.ash3.f_24 {
    margin-top: 30px;
    color: #34495e;
    margin-bottom: 5px;
}
.ash3.f_18 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}

.b-why_we b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    display: block;
}
.b-stories b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    display: block;
}
.b-reviews b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    display: block;
}

b.text_upper {
        text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    margin: 0;
}

.ash33.f_14 {
    color: #696969; 
    font-family: "Roboto", sans-serif;   
    font-size: 14px;
    font-weight: 400; 
    margin: 0 0 9px 0;
}


.zaz1 h2 {
    line-height: 1.2em;
    color: #007dc4;
    text-align: center;
    font-weight: 500;
        font-family: "Roboto", sans-serif;
    font-size: 24px;
    margin: 0;
}
.zaz2 h2 {
    line-height: 1.25em;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.b-error h3 {
	margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
}
.b-time2 h3 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #696969;
	/* color: #fff; */
	font-weight: 400;
	margin-top: 5px;
	line-height: 1.5em;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}


/* */

.b-header h1 {

}
.b-header h1 span {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    display: block;   
}

.block1.top h2 {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    display: inline;
    font-size: 18px;
    color: #dddddd;
}
.block21 h2 {
    position: relative;
    top: -25px;
    padding: 0 20px;
    color: #007dc4;
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

.block21 h3 {
        font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #34495e;
    margin-top: 3px;
}

.element_imagext div.left-img h3:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 68px;
    background: #e9edee;
    bottom: -14px;
    left: 2px;
}

.element_imagext div.right-img h3:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 68px;
    background: #e9edee;
    bottom: -15px;
    /* left: 260px; */
}

.esho h3 {
    color: #34495e !important;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
}

.imagext-text h2 {
    text-align: left;
}
.element_imagext.block21 div h2 {
    padding: 0;
    text-align: left;
}

.dad1 h2 {
        margin-top: 50px;
    font-size: 32px;
    line-height: 26px;
}

.element_otzv h3 {
    font-size: 32px;
    font-weight: bold;
}


.top.block1 span.title_ed {
    font-size: 18px;
}
.top.block1 span.title_ed b {
    font-weight: normal;
}

.block21 span.title_ed {
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.imagext-text span.title_ed {
        font-family: 'Roboto',sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #34495e;
    margin-top: 3px;
    padding-top: 4px;
    text-align: left;
    position: relative;
    margin-bottom: 25px;
}

.element_imagext div.left-img span.title_ed:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 68px;
    background: #e9edee;
    bottom: -14px;
    left: 2px;
}
.element_imagext div.right-img span.title_ed:after {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 68px;
    background: #e9edee;
    bottom: -15px;
}
.esho span.title_ed {
    color: #34495e !important;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    text-align: center;
    display: block;
}
.tarif span.title_ed {
letter-spacing: 0.9px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    display: block;
}

.block8.two span.title_ed {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    top: 26px;
    position: inherit;
    text-align: center;
    display: block;
}


.element_otzv span.title_ed {
    letter-spacing: 0.9px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-transform: uppercase;
}

.block8.three span.title_ed {
    letter-spacing: 0.9px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-transform: uppercase;
    display: block;
    top: 0;
}

.b-stories span.title_ed {
    letter-spacing: 0.9px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-transform: uppercase;
    display: block;   
    margin-bottom: 30px;
}
.istorii span.title_ed {
    letter-spacing: 0.9px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-transform: uppercase;
    display: block;   
    margin-bottom: 30px;
}




/* */

.b-header__form {
    margin-top: 47px;
}

.b-why_we b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    display: block;
}

.b-stories b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    display: block;
}

.b-reviews b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    display: block;
}


.b-services_item h3 {
    color: #34495e;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;

}

.b-money h2 {
    line-height: 1.1em;
    color: #34495e;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}
.b-money span {
    line-height: 1.25em;
    color: #007dc4;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 21px;
}

.b-price h2 {
    line-height: 1.25em;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
}

.reco h3 {
        font-weight: normal;
    color: #333;
}


.b-services b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    margin: 0;
    display: block;
}
.b-services_item i {
    color: #34495e;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-style: normal;
    display: block;
}

.b-keep_term b {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    margin: 0;
    display: block;    
}

.b-time b {
    margin-top: 18px;
    margin-bottom: 8px;
    color: #34495e;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    margin: 0;
    text-align: left;
    display: block;
}
.desc_gray i {
    color: #696969;
    line-height: 1.5em;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}

.ash1 i {
    color: #34495e;
    font-weight: 500;
    margin: 0;
    font-size: 24px;
    display: block;
    font-style: normal;
}

.b-money b {
    line-height: 1.1em;
    color: #34495e;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    display: block;
}
.b-price b {
    line-height: 1.25em;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    display: block;
}

.reco i {
    font-weight: normal;
    color: #333;
        font-size: 24px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-style: normal;
}
.b-why_we_gold {

    display: block;
}


.centert b {
    display: block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    color: #34495e;
    line-height: 1.25;
    font-weight: 900;
    margin: 0;
}

.b-services i {
    color: #34495e;
    font-size: 27px;
    margin: 0;
    display: block;
    font-weight: bold;
    font-style: normal;
}

.b-loupe i {
    color: #34495e;
    font-size: 27px;
    margin: 0;
    display: block;
    font-weight: bold;
    font-style: normal;
}
.b-folder i {
    color: #34495e;
    font-size: 27px;
    margin: 0;
    display: block;
    font-weight: bold;
    font-style: normal;
}

.zaz1 b {
    line-height: 1.2em;
    color: #007dc4;
    text-align: center;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    margin: 0;
    display: block;
}
.b-error i {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
    display: block;
    font-style: normal;
}

/* */
.block_text_blue1 b {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    color: #fff;
    padding-top: 4px;
    line-height: 1.25;
    text-align: center;
    margin: 0;
    display: block;
}

.tarif.tar2 b {
    letter-spacing: 0.9px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    text-align: center;
    margin-top: 40px;
    color: #3b3b3b;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    display: block;
}
.tarif b+div+b {
    color: #3b3b3b;
    font-family: Roboto, sans-serif;
    margin-top: 42px;
    display: block;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}









