﻿@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/font-awesome/fontawesome-webfont.eot@v=4.7.0");
    src: url("../fonts/font-awesome/fontawesome-webfont.eot@v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2@v=4.7.0.html") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff@v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf@v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg@v=4.7.0") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Circe-Light";
    font-display: auto;
    src: url("../fonts/Circe-Regular.eot");
    src: url("../fonts/Circe-Regular.eot@") format("embedded-opentype"), url("../fonts/Circe-Regular.woff2.html") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Circe-Regular";
    font-display: auto;
    src: url("../fonts/Circe-Regular.eot");
    src: url("../fonts/Circe-Regular.eot@") format("embedded-opentype"), url("../fonts/Circe-Regular.woff2.html") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Circe-Bold";
    font-display: auto;
    src: url("../fonts/Circe-Bold.eot");
    src: url("../fonts/Circe-Bold.eot@") format("embedded-opentype"), url("../fonts/Circe-Bold.woff2.html") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "Circe-ExtraBold";
    font-display: auto;
    src: url("../fonts/Circe-ExtraBold.eot");
    src: url("../fonts/Circe-ExtraBold.eot@") format("embedded-opentype"), url("../fonts/Circe-ExtraBold.woff2.html") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe-ExtraBold.ttf") format("truetype")
}

/*
@font-face {
    font-family: "Gilroy-Heavy";
    font-display: auto;
    src: url("../fonts/Gilroy-Heavy.eot");
    src: url("../fonts/Gilroy-Heavy.eot@") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2.html") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype")
}

@font-face {
    font-family: "Gilroy-Light";
    font-display: auto;
    src: url("../fonts/Gilroy-Light.eot");
    src: url("../fonts/Gilroy-Light.eot@") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2.html") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype")
}
*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

.mob_t {
    display: none;
}

.mob_t span {
    font-family: 'Circe-Regular';
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

body,
div,
a {
    margin: 0;
    padding: 0;
    border: 0
}

a {
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    text-decoration: none
}

a:focus {
    outline: 0
}

img {
    max-width: 100%
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: Arial;
    background: #000;
    overflow: hidden;
    overflow-y: auto
}

@media (min-width: 1921px) {
    body {
        max-width: 2000px;
        margin: 0 auto;
        position: relative
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wrap1 {
    background: #fff;
    flex: 1 0 auto
}

.wrap2 {
    background: #fff;
    flex: 0 0 auto
}

.color-green {
    color: #4442dd !important;
}

.ajax-loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none
}

.ajax-loading:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url("../images/ajax-loading.gif") center no-repeat !important
}

.ajax-loading.active {
    opacity: 1
}



.header .content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100px
}

.header .header__logo {
    width: 212px
}

.header .header__logo img {
    max-width: 170px
}

.header .header__section {
    width: calc(100% - 212px)
}

.header .header__contact {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0
}

.header .header__contact.header-contact .header-contact__item.header-contact__item_location {
    width: 330px
}

.header:after {
    content: '';
    clear: both;
    display: block
}

.header-section {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header-section .header-section__item {
    width: calc(100% - 370px);
    padding: 0 35px 0 0
}

.header-section .header-section__item.header-section__item_button {
    width: 370px;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header-section .header-section__item.header-section__item_button .header-but {
    width: 180px
}

.header-section .header-section__item.header-section__item_button .but {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 12px;
}

.header-contact .header-contact__item {
    color: #727272;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.0
}

.header-contact .header-contact__item.header-contact__item_phone {
    color: #000;
    font-size: 18px;
    font-family: Circe-ExtraBold;
    padding: 0 0 5px
}

.header-contact .header-contact__item.header-contact__item_phone a {
    color: #000
}

.header-contact .header-contact__item.header-contact__item_soc span {
    padding: 0 5px 0 0
}

.header-contact .header-contact__item.header-contact__item_soc a {
    margin: 0 1px
}

.header-contact .header-contact__item.header-contact__item_soc a i {
    vertical-align: middle
}

.header-contact .header-contact__link {
    font-size: 16px;
    font-family: Circe-Light !important
}

@media (max-width: 1300px) {
    .header .content {
        height: 70px;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .header .header__logo {
        width: 212px
    }

    .header .header__section {
        width: 440px
    }

    .header .header__contact.header-contact .header-contact__item.header-contact__item_location,
    .header .header__contact.header-contact .header-contact__item.header-contact__item_soc {
        display: none
    }
}

@media (max-width: 1100px) {
    .header .header__section {
        width: 420px
    }

    .header-section .header-section__item {
        width: calc(100% - 320px);
        padding: 0 25px 0 0
    }

    .header-section .header-section__item.header-section__item_button {
        width: 320px
    }

    .header-section .header-section__item.header-section__item_button .header-but {
        width: 160px
    }

    .header-section .header-section__item.header-section__item_button .but {
        height: 40px;
        line-height: 40px;
        padding: 0 20px
    }

    .header-contact .header-contact__item {
        font-size: 13px
    }

    .header-contact .header-contact__item.header-contact__item_phone {
        font-size: 16px;
        padding: 0 0 5px
    }

    .header-contact .header-contact__link {
        font-size: 14px
    }
}


@media (max-width: 640px) {
    .header .content {
        height: 95px
    }

    .header .header__logo img {
        margin-top: -5px;
    }

    .mob_t {
        display: block;
    }

    .header .header__logo {
        width: 170px
    }

    .header .header__section {
        width: calc(100% - 170px)
    }

    .header-section .header-section__item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        width: calc(100% - 170px);
        padding: 0
    }

    .header-section .header-section__item.header-section__item_button {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: right;
        width: 170px
    }

    .header-section .header-section__item.header-section__item_button .header-contact {
        width: 100%
    }

    .header-section .header-section__item.header-section__item_button .header-but {
        width: 100%;
        margin: 5px 0 0
    }

    .header-section .header-section__item.header-section__item_button .but {
        height: 41px;
        line-height: 41px;
        padding: 0 10px;
        width: 100%;
    }

    .header-contact .header-contact__item {
        font-size: 13px
    }

    .header-contact .header-contact__item.header-contact__item_phone {
        font-size: 16px;
        padding: 0 5px 0 0
    }

    .header-contact .header-contact__item.header-contact__item_link {
        display: none
    }

    .header-contact .header-contact__link {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .header-section .header-section__item {
        width: calc(100% - 155px)
    }

    .header-section .header-section__item.header-section__item_button {
        width: 155px
    }
}

@media (max-width: 400px) {
    .header .content {
        height: 70px
    }

    .header .header__logo {
        width: calc(100% - 200px)
    }

    .header .header__section {
        width: 200px
    }

    .header-section .header-section__item {
        width: calc(100% - 145px)
    }

    .header-section .header-section__item.header-section__item_button {
        width: 145px
    }

    .header-section .header-section__item.header-section__item_button .but {
        height: 32px;
        line-height: 32px;
        padding: 0 15px
    }

    .header-contact .header-contact__item {
        font-size: 13px
    }

    .header-contact .header-contact__item.header-contact__item_phone {
        font-size: 15px;
        padding: 0 5px 0 0
    }

    .header-contact .header-contact__link {
        font-size: 14px
    }
}

@media (max-width: 400px) {
    .header .content {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: auto;
        padding: 0 0 70px
    }

    .header .header__logo {
        width: 160px;
        margin: 0 50px 0 0
    }

    .header .header__section {
        width: 60px
    }

    .header-section .header-section__item {
        width: 40px
    }

    .header-section .header-section__item.header-section__item_button {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -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
    }

    .header-section .header-section__item.header-section__item_button .header-contact {
        width: auto;
        padding: 0 10px 0 0
    }

    .header-section .header-section__item.header-section__item_button .header-but {
        width: auto;
        margin: 0
    }
}

.menu {
    width: 100%;
    height: 30px
}

.menu ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu ul li {
    position: relative;
    padding: 0 15px 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.menu ul li a {
    color: #323232;
    font-size: 16px;
    font-family: Circe-Bold;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.menu ul li.active a,
.menu ul li:hover a {
    color: #4442dd;
}

.menu-fix {
    display: none
}

@media (max-width: 1300px) {

    html.htmlmenu,
    body.htmlmenu {
        overflow-y: scroll !important
    }

    body.bodymenu {
        overflow: hidden !important
    }

    .menu-fix {
        display: block
    }

    .menu-fix .menu-fix__icon-menu {
        display: block
    }

    .menu-fix .menu-fix__icon-menu .icon-bars {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 70px
    }

    .menu-fix .menu-fix__icon-menu .icon-bars .icon-bars__item {
        width: 30px;
        height: 3px;
        background: #4442dd;
        margin: 0px auto 5px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px
    }

    .menu-fix .menu-fix__icon-menu .icon-bars .icon-bars__item:last-child {
        margin: 0 auto
    }

    .menu-fix .menu-fix__icon-close {
        z-index: -100;
        right: -200px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0.5s;
        -moz-transition: all 0.3s ease 0.5s;
        -ms-transition: all 0.3s ease 0.5s;
        -o-transition: all 0.3s ease 0.5s;
        transition: all 0.3s ease 0.5s
    }

    .menu-fix .menu-fix__icon-close.active {
        display: block;
        position: fixed;
        top: 12px;
        right: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        opacity: 1;
        z-index: 1051
    }

    .menu-fix .menu-fix__icon-close.active div {
        position: relative;
        width: 100%;
        height: 2px;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        top: 14px
    }

    .menu-fix .menu-fix__icon-close.active div:before {
        content: '';
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        height: 2px;
        background: rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        top: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .menu-fix .menu-fix__icon-close.active:hover div {
        background: #000;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .menu-fix .menu-fix__icon-close.active:hover div:before {
        background: #000
    }

    .menu-fix .menu-fix__box {
        position: fixed;
        z-index: 1050;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        overflow: hidden;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s linear 0.3s;
        -moz-transition: all 0.3s linear 0.3s;
        -ms-transition: all 0.3s linear 0.3s;
        -o-transition: all 0.3s linear 0.3s;
        transition: all 0.3s linear 0.3s
    }

    .menu-fix .menu-fix__box.active {
        right: 0;
        opacity: 1;
        pointer-events: all
    }

    .menu-fix .menu-fix__box.active .menu-fix__box2 {
        opacity: 1;
        z-index: 1051
    }

    .menu-fix .menu-fix__box.active .menu-fix__bottom {
        opacity: 1;
        z-index: 1051
    }

    .menu-fix .menu-fix__box .menu-fix__box2 {
        width: 100%;
        height: 100%;
        padding: 60px 30px;
        overflow: hidden;
        opacity: 0;
        z-index: -100;
        -webkit-transition: all 0.5s ease 0.5s;
        -moz-transition: all 0.5s ease 0.5s;
        -ms-transition: all 0.5s ease 0.5s;
        -o-transition: all 0.5s ease 0.5s;
        transition: all 0.5s ease 0.5s
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 {
        max-width: 100%;
        max-height: 100%;
        overflow-y: auto
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul {
        list-style: none;
        padding: 0px;
        margin: 0;
        display: block;
        max-height: 100%
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li {
        padding: 10px 0px
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 ul li a {
        position: relative;
        color: #323232;
        font-size: 16px;
        font-family: Circe-Bold;
        line-height: 1.2;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        background-color: #fff
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar {
        width: 7px;
        background-color: #fff
    }

    .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: none;
        background-color: #b9b9b9
    }

    .menu-fix.active:after {
        pointer-events: all;
        z-index: 1040;
        opacity: 1;
        background: rgba(0, 0, 0, 0.6)
    }

    .menu-fix:after {
        content: '';
        display: block;
        position: fixed;
        z-index: 1040;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        opacity: 0;
        background: transparent;
        -webkit-transition: all 0.3s linear 0.3s;
        -moz-transition: all 0.3s linear 0.3s;
        -ms-transition: all 0.3s linear 0.3s;
        -o-transition: all 0.3s linear 0.3s;
        transition: all 0.3s linear 0.3s
    }

    .menu {
        display: none
    }
}

@media (max-width: 640px) {
    .menu-fix .menu-fix__icon-menu {
        margin: 0 0 0 auto;
        width: 50px
    }
}

@media (max-width: 400px) {
    .menu-fix .menu-fix__icon-menu {
        width: 40px
    }
}

.but {
    display: inline-block;
    vertical-align: top;
    width: auto;


    color: #fff;

    font-family: Circe-Bold;

    /*  
       height: 60px;
      line-height: 60px;
    font-size: 16px;
     padding: 0 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;*/

    -webkit-box-shadow: 0 17px 43px rgba(82, 184, 234, .27), inset 0 0 49px rgba(255, 255, 255, .41);
    box-shadow: 0 17px 43px rgba(82, 184, 234, .27), inset 0 0 49px rgba(255, 255, 255, .41);
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    padding: 35px 49px;
    border-radius: 10px;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.but.but-green-gradient {
    background: #4442dd;
    background: -moz-linear-gradient(0deg, #2dc872 0%, #50debb 100%);
    background: -webkit-linear-gradient(0deg, #2dc872 0%, #50debb 100%);
    background: -ms-linear-gradient(0deg, #2dc872 0%, #50debb 100%);
    background: -o-linear-gradient(0deg, #2dc872 0%, #50debb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dc872', endColorstr='#50debb', GradientType=1)
}

.but.but-green {
    background: #4442dd
}

.but:hover,
.but:focus,
.but:active {
    color: #fff;
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

.but:hover.but-green,
.but:focus.but-green,
.but:active.but-green {
    background: lighter(#4442dd, 50%)
}

.but:hover.but-green-gradient,
.but:focus.but-green-gradient,
.but:active.but-green-gradient {
    background: #50debb;
    background: -moz-linear-gradient(0deg, #50debb 0%, #2dc872 100%);
    background: -webkit-linear-gradient(0deg, #50debb 0%, #2dc872 100%);
    background: -ms-linear-gradient(0deg, #50debb 0%, #2dc872 100%);
    background: -o-linear-gradient(0deg, #50debb 0%, #2dc872 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50debb', endColorstr='#2dc872', GradientType=1)
}

.but-gradient-border {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    font-family: Circe-Bold;
    background: #f1f4fb;
    background-clip: padding-box;
    border: solid 1px transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.but-gradient-border:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: #000000
}

.but-gradient-border:hover,
.but-gradient-border:focus,
.but-gradient-border:active {
    color: #fff;
    -webkit-transform: translate(1px, -1px);
    -moz-transform: translate(1px, -1px);
    -ms-transform: translate(1px, -1px);
    -o-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}

.but-link {
    position: relative;
    color: #505050;
    font-size: 16px;
    font-family: Circe-Bold;
    line-height: 1.2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.but-link:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #b2b2b2;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.but-link.but-link-green {
    color: #4442dd;
}

.but-link.but-link-green:after {
    background: rgba(18, 47, 179, 0.5)
}

.but-link:hover,
.but-link:focus,
.but-link:active {
    color: #505050
}

.but-link:hover:after,
.but-link:focus:after,
.but-link:active:after {
    background: #505050
}

.but-link:hover.but-link-green,
.but-link:focus.but-link-green,
.but-link:active.but-link-green {
    color: #4442dd
}

.but-link:hover.but-link-green:after,
.but-link:focus.but-link-green:after,
.but-link:active.but-link-green:after {
    background: #4442dd
}

.adrres {
    /*
    height: 40px;
    margin-top: -10px;*/
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

@media (max-width: 1300px) {

    .but,
    .but-gradient-border {
        height: 52px;
        line-height: 52px;
        padding: 0 35px
    }
}

@media (max-width: 1100px) {

    .but,
    .but-gradient-border {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        padding: 0 25px
    }
}

@media (max-width: 640px) {

    .but,
    .but-gradient-border {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
        padding: 0 20px;
        margin: 0 auto;
        text-align: center;
        width: 200px;
    }
}

.icon {
    display: inline-block;
    vertical-align: top
}

.icon.icon-vk {
    width: 30px;
    height: 30px;
    background: url("/assets/a66492df/images/vk.webp") center no-repeat;
    background-size: contain;
}

.icon.icon-instagram {
    width: 30px;
    height: 30px;
    background: url("/assets/a66492df/images/inst.webp") center no-repeat;
    background-size: contain;
}

.icon.icon-whats {
    width: 30px;
    height: 30px;
    background: url("/assets/a66492df/images/whatsapp.webp") center no-repeat;
    background-size: contain;
}

.no-webp .icon.icon-vk {
    background: url("/assets/a66492df/images/vk.png") center no-repeat;
    background-size: contain;
}

.no-webp .icon.icon-instagram {
    background: url("/assets/a66492df/images/inst.png") center no-repeat;
    background-size: contain;
}

.no-webp .icon.icon-whats {
    background: url("/assets/a66492df/images/whatsapp.png") center no-repeat;
    background-size: contain;
}

.form-my .form-group {
    margin: 0 0 20px
}

.form-my .form-group label {
    display: none
}

.form-my .form-group input,
.form-my .form-group textarea {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    color: #323232;
    font-size: 16px;
    font-family: Circe-Light;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.form-my .form-group input::-webkit-input-placeholder,
.form-my .form-group textarea::-webkit-input-placeholder {
    color: rgba(50, 50, 50, 0.7)
}

.form-my .form-group input::-moz-placeholder,
.form-my .form-group textarea::-moz-placeholder {
    color: rgba(50, 50, 50, 0.7)
}

.form-my .form-group input:-moz-placeholder,
.form-my .form-group textarea:-moz-placeholder {
    color: rgba(50, 50, 50, 0.7)
}

.form-my .form-group input:-ms-input-placeholder,
.form-my .form-group textarea:-ms-input-placeholder {
    color: rgba(50, 50, 50, 0.7)
}

.form-my .form-group input.error,
.form-my .form-group textarea.error {
    color: #a94442;
    border-color: #a94442
}

.form-my .form-group input.error::-webkit-input-placeholder,
.form-my .form-group textarea.error::-webkit-input-placeholder {
    color: #a94442
}

.form-my .form-group input.error::-moz-placeholder,
.form-my .form-group textarea.error::-moz-placeholder {
    color: #a94442
}

.form-my .form-group input.error:-moz-placeholder,
.form-my .form-group textarea.error:-moz-placeholder {
    color: #a94442
}

.form-my .form-group input.error:-ms-input-placeholder,
.form-my .form-group textarea.error:-ms-input-placeholder {
    color: #a94442
}

.form-my .form-group textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 65px !important;
    max-height: 65px !important
}

.form-my .form-group .help-block {
    color: #a94442;
    margin: 5px 0 0px !important;
    font-size: 12px;
    font-family: Arial
}

.form-my .terms_of_use {
    color: #a3a3a3;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.2;
    padding: 15px 0px 0px
}

.form-my .terms_of_use a {
    color: #727272;
    text-decoration: underline
}

.form-my .form-bot .form-captcha .help-block {
    color: #a94442;
    font-size: 12px;
    font-family: Arial
}

.form-my .form-bot.form-bot-inline {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 20px 0px
}

.form-my .form-bot.form-bot-inline .form-captcha {
    position: relative;
    width: 245px;
    height: 65px
}

.form-my .form-bot.form-bot-inline .form-captcha .g-recaptcha {
    position: absolute;
    left: -30px;
    top: -6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.form-my .form-bot.form-bot-inline .form-captcha .help-block {
    position: absolute;
    bottom: -20px;
    text-align: center
}

.form-my .form-bot.form-bot-inline .form-button {
    margin: 0;
    padding: 0px 0px 0px 0px
}

.form-my .form-button {
    margin: 20px 0 0
}

.form-my input[type="submit"],
.form-my button {
    width: 100%;
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.form-my input[type="submit"]:hover,
.form-my input[type="submit"]:focus,
.form-my input[type="submit"]:active,
.form-my button:hover,
.form-my button:focus,
.form-my button:active {
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

.form-my.form-review .form-group input,
.form-my.form-review .form-group textarea {
    border: 1px solid #cccccc
}

@media (max-width: 1300px) {

    .form-my input[type="submit"],
    .form-my button {
        height: 52px;
        line-height: 52px;
        padding: 0 40px
    }
}

@media (max-width: 1100px) {

    .form-my input[type="submit"],
    .form-my button {
        height: 46px;
        line-height: 46px;
        padding: 0 30px
    }
}

@media (max-width: 640px) {

    .form-my .form-group input,
    .form-my .form-group textarea {
        font-size: 14px
    }

    .form-my .form-bot .form-captcha {
        position: relative;
        width: 100%;
        height: 75px
    }

    .form-my .form-bot .form-captcha .g-recaptcha {
        position: absolute;
        left: -21px;
        top: 0;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85)
    }

    .form-my .form-bot .form-captcha .help-block {
        position: absolute;
        bottom: -20px
    }

    .form-my .form-bot.form-bot-inline {
        display: block;
        width: 100%;
        margin: 20px 0px
    }

    .form-my .form-bot.form-bot-inline .form-captcha {
        position: relative;
        width: 100%;
        height: 75px
    }

    .form-my .form-bot.form-bot-inline .form-captcha .g-recaptcha {
        position: absolute;
        left: -2px;
        top: 0;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95)
    }

    .form-my .form-bot.form-bot-inline .form-captcha .help-block {
        position: absolute;
        bottom: -20px
    }

    .form-my .form-bot.form-bot-inline .form-button {
        margin: 0;
        padding: 30px 0px 0px
    }

    .form-my input[type="submit"],
    .form-my button {
        height: 42px;
        line-height: 42px;
        padding: 0 20px
    }
}

.modal-my .modal-header {
    border: none;
    padding: 40px 40px 0px
}

.modal-my .modal-header .box-style__heading:before {
    display: none
}

.modal-my .modal-header .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
    z-index: 1051;
    -webkit-appearance: listbox
}

.modal-my .modal-header .modal-close div {
    position: relative;
    width: 100%;
    height: 1px;
    background: rgba(17, 17, 17, 0.7);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10px
}

.modal-my .modal-header .modal-close div:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(17, 17, 17, 0.7);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.modal-my .modal-header .modal-close:hover div {
    background: #111;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

.modal-my .modal-header .modal-close:hover div:before {
    background: #111
}

.modal-my .modal-header .close {
    color: #000
}

.modal-my .modal-header .close:hover,
.modal-my .modal-header .close:focus,
.modal-my .modal-header .close:active {
    outline: 0
}

.modal-my .modal-header .modal-my-heading {
    position: relative;
    color: #323232;
    font-size: 25px;
    font-family: Circe-Light;
    line-height: 1.2;
    padding: 15px 0
}

.modal-my .modal-header .modal-my-heading strong {
    font-size: 32px;
    font-family: Circe-Bold
}

.modal-my .modal-content {
    background: #fff;
    position: relative;
    z-index: 11;
}

.modal-my .modal-content:after {
    position: absolute;
    display: block;
    content: '';
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 5px;
    border: 1px solid #d1c9c9;
    z-index: -1;
}

.modal-my .modal-body {
    padding: 10px 40px 40px
}

.modal-my .form-my input[type="submit"],
.modal-my .form-my button {
    height: 50px;
    line-height: 50px;
    padding: 0 30px
}

.modal-my .modal-success-message {
    color: #4442dd;
    font-size: 18px;
    font-family: Circe-Bold;
    padding: 10px 40px 40px
}

.modal-my .modal-success-message .modal-success-message__result {
    color: #323232
}

.modal-my .modal-success-message .modal-success-message__result span {
    color: #4442dd
}

.modal-my .modal-success-message .hint-message {
    color: #323232;
    font-size: 16px;
    font-family: Circe-Light;
    padding: 20px 0px 0
}

.modal-my .modal-success-message .hint-message a {
    color: #4442dd;
    font-family: Circe-Bold
}

.modal-my.modal-my-xs .modal-dialog {
    width: 385px;
    margin: 30px auto
}

@media (max-width: 768px) {
    .modal-my .modal-header .modal-my-heading {
        font-size: 22px
    }

    .modal-my .modal-header .modal-my-heading strong {
        font-size: 30px
    }
}

@media (max-width: 640px) {
    .modal-my .modal-dialog {
        width: 300px;
        margin: 20px auto
    }

    .modal-my .modal-header {
        padding: 25px 20px 0px
    }

    .modal-my .modal-header .modal-my-heading {
        font-size: 18px
    }

    .modal-my .modal-header .modal-my-heading strong {
        font-size: 26px
    }

    .modal-my .modal-body {
        padding: 10px 20px 20px
    }

    .modal-my .form-my .form-bot.form-bot-inline .form-captcha {
        position: relative;
        width: 100%;
        height: 75px
    }

    .modal-my .form-my .form-bot.form-bot-inline .form-captcha .g-recaptcha {
        position: absolute;
        left: -21px;
        top: 0;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85)
    }

    .modal-my .form-my .form-bot.form-bot-inline .form-captcha .help-block {
        position: absolute;
        bottom: -20px
    }

    .modal-my .form-my input[type="submit"],
    .modal-my .form-my button {
        height: 42px;
        line-height: 42px;
        padding: 0 20px
    }

    .modal-my.modal-my-xs .modal-dialog {
        width: 300px;
        margin: 20px auto
    }
}

@media (max-width: 480px) {
    .modal-my .modal-header .modal-my-heading {
        font-size: 20px
    }

    .modal-my .modal-header .modal-my-heading strong {
        font-size: 26px
    }
}

footer {
    width: 100%;
    height: auto;
    background: #fff
}

.footer .footer__top {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 40px 0px
}

.footer .footer__bot {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    border-top: 1px solid #dfe4f0;
    padding: 22px 0px 25px
}

.footer .footer__bot:after {
    content: '';
    clear: both;
    display: block
}

.footer .footer__item.footer__item_logo {
    width: 260px;
    padding: 35px 90px 0 0
}

.footer .footer__item.footer__item_menu,
.footer .footer__item.footer__item_service {
    width: 240px;
    padding: 0 40px 0 0
}

.footer .footer__item.footer__item_contact {
    width: 430px;
    padding: 0
}

.footer .footer__heading {
    color: #323232;
    font-size: 15px;
    font-family: Circe-ExtraBold;
    line-height: 1.1;
    padding: 0 0 20px
}

.footer .footer__copy {
    width: calc(100% - 155px);
    color: #959595;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.1
}

.footer .footer__dc-logo {
    width: 260px;
    display: flex;
    font-size: 15px;
}

.footer .footer__dc-logo a {
    display: block
}

.footer .footer__dc-logo a img {
    width: 115px
}

.footer-requisite {
    color: #535353;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.5;
    padding: 15px 0 0 10px
}

.footer-requisite a {
    position: relative;
    display: inline-block;
    margin: 10px 0px 0px;
    color: #535353
}

.footer-requisite a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(83, 83, 83, 0.5)
}

.menu-footer {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.menu-footer li {
    padding: 0 0 15px
}

.menu-footer li a {
    color: #323232;
    font-size: 15px;
    font-family: Circe-Light;
    line-height: 1.1
}

.menu-footer li a:hover {
    color: #4442dd
}

.footer-contact {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

.footer-contact .footer-contact__item {
    width: 250px;
    color: #323232;
    font-size: 15px;
    font-family: Circe-Light;
    line-height: 1.5
}

.footer-contact .footer-contact__item.footer-contact__item_2 {
    width: 170px
}

.footer-contact .footer-contact__location br {
    display: none
}

.footer-contact .footer-contact__email {
    padding: 15px 0 0
}

.footer-contact .footer-contact__email a {
    color: #323232
}

.footer-contact .footer-contact__phone {
    color: #000;
    font-size: 18px;
    font-family: Circe-ExtraBold;
    padding: 0 0 5px 5px
}

.footer-contact .footer-contact__phone a {
    color: #000
}

.footer-contact .footer-contact__soc {
    padding: 0 0 0 5px
}

.footer-contact .footer-contact__soc span {
    padding: 0 5px 0 0
}

.footer-contact .footer-contact__soc a {
    margin: 0 1px
}

.footer-contact .footer-contact__soc a i {
    vertical-align: middle
}

.footer-contact .footer-contact__link {
    font-size: 16px;
    font-family: Circe-Light !important
}

.footer-contact .footer-contact__callback {
    padding: 10px 0 0
}

.footer-contact .footer-contact__callback .but {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    line-height: 3;
}

@media (max-width: 1300px) {
    .footer .footer__item.footer__item_logo {
        width: 230px;
        padding: 25px 35px 0 0
    }

    .footer .footer__item.footer__item_menu,
    .footer .footer__item.footer__item_service {
        width: 220px;
        padding: 0 35px 0 0
    }

    .footer .footer__item.footer__item_contact {
        width: 420px;
        padding: 0
    }
}

@media (max-width: 1100px) {
    .footer .footer__top {
        display: block;
        text-align: center;
        padding: 40px 0px
    }

    .footer .footer__bot {
        display: block;
        text-align: center;
        padding: 22px 0px 25px
    }

    .footer .footer__item.footer__item_logo {
        width: 100%;
        padding: 0
    }

    .footer .footer__item.footer__item_logo img {
        max-width: 200px
    }

    .footer .footer__item.footer__item_menu,
    .footer .footer__item.footer__item_service {
        width: 100%;
        padding: 0
    }

    .footer .footer__item.footer__item_contact {
        width: 100%;
        padding: 0
    }

    .footer .footer__heading {
        padding: 20px 0 10px
    }

    .footer .footer__copy {
        width: 100%
    }

    .footer .footer__dc-logo {
        width: 100%
    }

    .footer .footer__dc-logo a img {
        width: 115px;
        margin: 15px auto 0
    }

    .footer-contact {
        display: block;
        width: 300px;
        margin: 0 auto
    }

    .footer-contact .footer-contact__item {
        width: 100%
    }

    .footer-contact .footer-contact__item.footer-contact__item_2 {
        width: 170px;
        margin: 20px auto 0
    }
}

.slide-home {
    position: relative;
    width: 100%;
    min-height: 634px;
    background: #f1f4fb;
    -webkit-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    -moz-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    -ms-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    -o-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04)
}

.slide-home .box-parallax-img__triangle {
    top: 85px;
    left: calc(50% - 680px)
}

.slide-home .box-parallax-img__img1 {
    z-index: 1;
    bottom: -160px;
    left: 0
}

.slide-home .box-parallax-img__img2 {
    z-index: 0;
    bottom: -100px;
    left: 0
}

.slide-home .box-parallax-img__img3 {
    bottom: -90px;
    left: calc(50% - 780px)
}

.slide-home .box-parallax-img__img4 {
    bottom: -60px;
    right: 0
}

.slide-home .box-parallax-img__img5 {
    bottom: -90px;
    right: 0
}

.slide-box {
    position: relative;
    width: 100%
}

.slide-box .slide-box__item {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    /*    height: 610px*/
    height: 635px
}

.slide-box .slide-box__item:after {
    content: '';
    clear: both;
    display: block
}

.slide-box .slide-box__img {
    order: 2;
    width: calc(100% - 500px)
}

.slide-box .slide-box__text {
    order: 1;
    /*    width: 500px*/
    width: 800px
}

.slide-box .slide-box__name {
    color: #323232;
    font-size: 37px;
    font-family: Circe-Light;
    line-height: 60px;
    padding: 0 0 20px
}

.slide-box .slide-box__name span {
    font-size: 55px;
    font-family: Circe-ExtraBold
}

.slide-box .slide-box__desc {
    color: #545454;
    color: #191919;
    font-size: 18px;
    font-family: Circe-Light;
    line-height: 30px;
    padding: 0 0 40px
}

.slide-box .slide-box__button a {
    /*padding: 0 40px;*/
    padding: 0px 40px;
    margin: 0 25px 25px 0;
    padding-top: 3px;
    height: 60px;
    line-height: 4;
}

.slide-box .slide-box__button a:last-child {
    margin: 0 0 25px;
    padding-top: 0;
}

.slide-box.slide-box-carousel {
    margin: 0 auto !important
}

.slide-box.slide-box-carousel .slick-dots {
    width: 500px;
    bottom: 60px;
    left: 0;
    text-align: left
}

.slide-box.slide-box-carousel .slick-dots li {
    width: 58px;
    height: 6px;
    margin: 0 8px
}

.slide-box.slide-box-carousel .slick-dots li button {
    width: 58px;
    height: 6px;
    border: 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.slide-box.slide-box-carousel .slick-dots li.slick-active button {
    border: 0;
    background: #4442dd
}

@media (min-width: 480px) {
    .slide-home .slide-home__mouse {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 36px;
        background: url("../images/slide-mouse-body.webp.html") center no-repeat
    }

    .slide-home .slide-home__mouse:after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 18px;
        left: calc(50% - 10.5px);
        display: block;
        width: 21px;
        height: 32px;
        background: url("../images/icon/icon-scroll.webp.html") center no-repeat
    }

    .no-webp .slide-home .slide-home__mouse {
        background: url("../images/slide-mouse-body.png") center no-repeat
    }

    .no-webp .slide-home .slide-home__mouse:after {
        background: url("../images/icon/icon-scroll.png") center no-repeat
    }
}

@media (max-width: 1300px) {
    .slide-home {
        min-height: 530px
    }

    .slide-box .slide-box__item {
        height: 500px
    }

    .slide-box .slide-box__img {
        width: calc(100% - 440px)
    }

    .slide-box .slide-box__text {
        width: 440px
    }

    .slide-box .slide-box__name {
        font-size: 32px;
        line-height: 50px;
        padding: 0 0 15px
    }

    .slide-box .slide-box__name span {
        font-size: 48px
    }

    .slide-box .slide-box__desc {
        font-size: 16px;
        line-height: 28px;
        padding: 0 0 35px
    }

    .slide-box .slide-box__button a {
        padding: 0 35px;
        margin: 0 25px 25px 0
    }

    .slide-box .slide-box__button a:last-child {
        margin: 0 0 25px
    }

    .slide-box.slide-box-carousel .slick-dots {
        width: 440px;
        bottom: 40px;
        left: 0
    }

    .slide-box.slide-box-carousel .slick-dots li {
        width: 42px;
        height: 5px;
        margin: 0 8px
    }

    .slide-box.slide-box-carousel .slick-dots li button {
        width: 42px;
        height: 5px
    }
}

@media (max-width: 1100px) {
    .slide-home {
        min-height: 420px
    }

    .slide-box .slide-box__item {
        height: 390px
    }

    .slide-box .slide-box__img {
        width: calc(100% - 360px)
    }

    .slide-box .slide-box__text {
        width: 360px
    }

    .slide-box .slide-box__name {
        font-size: 24px;
        line-height: 36px;
        padding: 0 0 15px
    }

    .slide-box .slide-box__name span {
        font-size: 36px
    }

    .slide-box .slide-box__desc {
        font-size: 14px;
        line-height: 24px;
        padding: 0 0 25px
    }

    .slide-box .slide-box__button a {
        padding: 0 20px;
        margin: 0 10px 15px 0
    }

    .slide-box .slide-box__button a:last-child {
        margin: 0 0 15px
    }

    .slide-box.slide-box-carousel .slick-dots {
        width: 360px;
        bottom: 25px;
        left: 0
    }

    .slide-box.slide-box-carousel .slick-dots li {
        width: 38px;
        height: 5px;
        margin: 0 8px
    }

    .slide-box.slide-box-carousel .slick-dots li button {
        width: 38px;
        height: 5px
    }
}

@media (max-width: 768px) {
    .slide-home {
        min-height: 350px
    }

    .slide-box .slide-box__item {
        height: 320px
    }

    .slide-box .slide-box__img {
        width: calc(100% - 320px)
    }

    .slide-box .slide-box__text {
        width: 320px
    }

    .slide-box .slide-box__name {
        font-size: 22px;
        line-height: 32px;
        padding: 0 0 15px
    }

    .slide-box .slide-box__name span {
        font-size: 32px
    }

    .slide-box .slide-box__desc {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 20px
    }

    .slide-box .slide-box__button a {
        padding: 0 20px;
        margin: 0 10px 15px 0
    }

    .slide-box .slide-box__button a:last-child {
        margin: 0 0 15px
    }

    .slide-box.slide-box-carousel .slick-dots {
        width: 320px;
        bottom: 10px;
        left: 0
    }

    .slide-box.slide-box-carousel .slick-dots li {
        width: 32px;
        height: 5px;
        margin: 0 6px
    }

    .slide-box.slide-box-carousel .slick-dots li button {
        width: 32px;
        height: 5px
    }
}

@media (max-width: 640px) {
    .slide-home {
        min-height: 360px
    }

    .slide-box .slide-box__item {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        height: auto;
        padding: 0 0 40px
    }

    .slide-box .slide-box__img {
        position: relative;
        width: calc(100% - 290px)
    }

    .slide-box .slide-box__img img {
        position: absolute;
        left: -30px;
        top: 0;
        max-width: 400px
    }

    .slide-box .slide-box__text {
        width: 315px;
        padding: 40px 0 0 10px
    }

    .slide-box .slide-box__name {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 10px
    }

    .slide-box .slide-box__name span {
        font-size: 28px
    }

    .slide-box .slide-box__desc {
        font-size: 14px;
        line-height: 20px;
        padding: 0 0 15px
    }

    .slide-box .slide-box__button a {
        padding: 0 16px;
        margin: 0 7px 10px 0
    }

    .slide-box .slide-box__button a:last-child {
        margin: 0 0 10px
    }

    .slide-box.slide-box-carousel {
        width: calc(100% + 20px);
        margin: 0 -10px !important
    }

    .slide-box.slide-box-carousel .slick-dots {
        width: 315px;
        bottom: 10px;
        left: 0;
        padding: 0 0 0 10px
    }

    .slide-box.slide-box-carousel .slick-dots li {
        width: 28px;
        height: 5px;
        margin: 0 6px
    }

    .slide-box.slide-box-carousel .slick-dots li button {
        width: 28px;
        height: 5px
    }
}

@media (max-width: 640px) {
    .slide-home {
        min-height: 360px
    }

    .slide-box .slide-box__item {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slide-box .slide-box__img {
        position: relative;
        width: 100%
    }

    .slide-box .slide-box__img img {
        position: relative;
        left: auto;
        top: auto;
        bottom: -40px;
        max-width: 100%
    }

    .slide-box .slide-box__text {
        width: 100%;
        padding: 25px 10px 20px
    }
}

@media (max-width: 480px) {
    .slide-box.slide-box-carousel {
        width: 100%;
        margin: 0 !important
    }

    .slide-box.slide-box-carousel .slick-dots {
        width: 100%;
        bottom: 20px;
        left: 0;
        padding: 0 10px
    }

    .slide-box.slide-box-carousel .slick-dots li {
        width: 22px;
        height: 5px;
        margin: 0 6px
    }

    .slide-box.slide-box-carousel .slick-dots li button {
        width: 22px;
        height: 5px
    }
}

.box-style .box-style__heading {
    position: relative;
    color: #323232;
    font-size: 35px;
    font-family: Circe-Light;
    line-height: 1.2
}

.box-style .box-style__heading strong {
    font-size: 40px;
    font-family: Circe-ExtraBold
}

.box-style .box-style__heading:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 47px;
    height: 14px;
    background: url("../images/figure/service-title-before.png") center no-repeat
}

.box-style .box-style__desc {
    color: #727272;
    color: #191919;
    font-size: 16px;
    font-family: Circe-Light;
    line-height: 24px
}

.box-style .box-style__but .but-link:after {
    height: 2px
}

.no-webp .box-style .box-style__heading:before {
    background: url("../images/figure/service-title-before.png") center no-repeat
}

@media (max-width: 1300px) {
    .box-style .box-style__heading {
        font-size: 32px
    }

    .box-style .box-style__heading strong {
        font-size: 34px
    }

    .box-style .box-style__desc br {
        display: none
    }
}

@media (max-width: 1100px) {
    .box-style .box-style__heading {
        font-size: 30px
    }

    .box-style .box-style__heading strong {
        font-size: 32px
    }

    .box-style .box-style__desc {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width: 768px) {
    .box-style .box-style__heading {
        font-size: 28px
    }

    .box-style .box-style__heading strong {
        font-size: 30px
    }
}

@media (max-width: 640px) {
    .box-style .box-style__heading {
        font-size: 26px
    }

    .box-style .box-style__heading strong {
        font-size: 28px
    }
}

@media (max-width: 480px) {
    .box-style .box-style__heading {
        font-size: 24px
    }

    .box-style .box-style__heading strong {
        font-size: 26px
    }

    .box-style .box-style__desc {
        font-size: 14px;
        line-height: 20px
    }
}

.services-home {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px 0px
}

.services-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.services-box .services-box__item {
    position: relative;
    width: calc(100% / 3 - 30px);
    min-height: 370px;
    background: #f0f0f0;
    margin: 0 15px 30px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box .services-box__item.services-box__item_heading {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    background: transparent
}

.services-box .services-box__item.services-box__item_heading .box-style .box-style__desc {
    padding: 10px 0 0
}

.services-box .services-box__item.services-box__item_heading .box-style .box-style__but {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0 0
}

.services-box .services-box__item.services-box__item_heading .box-style .box-style__but a {
    margin: 0 50px 0px 0
}

.services-box .services-box__item.services-box__item_heading .box-style .box-style__but a:last-child {
    margin: 0
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__name {
    color: #fff
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link {
    color: #fff
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:after {
    opacity: 1;
    background: rgba(255, 255, 255, 0.5)
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:hover,
.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:focus,
.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:active {
    color: #fef61f;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:hover:after,
.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:focus:after,
.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__child.services-box-child .services-box-child__link:active:after {
    background: rgba(254, 246, 31, 0.5);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__desc {
    color: #fff
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__link {
    color: #fef61f;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__link span:after {
    background: rgba(254, 246, 31, 0.5);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__link svg path {
    fill: #fef61f
}

.services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__back {
    opacity: 1
}

.services-box .services-box__img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    pointer-events: none
}

.services-box .services-box__img img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%
}

.services-box .services-box__name {
    width: 100%;
    height: 40px;
    color: #323232;
    font-size: 20px;
    font-family: Circe-ExtraBold;
    line-height: 1.1;
    overflow: hidden;
    margin: 0 0 15px
}

.services-box .services-box__child,
.services-box .services-box__desc {
    width: 100%;
    min-height: 200px;
    overflow: hidden;
    margin: 0 0 20px
}

.services-box .services-box__desc {
    font-size: 16px;
    line-height: 24px
}

.services-box .services-box__button {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0 40px
}

.services-box .services-box__link span {
    position: relative
}

.services-box .services-box__link span:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 185, 86, 0.5);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box .services-box__link svg {
    width: 16px;
    height: 11px;
    margin: 0 0 0 10px
}

.services-box .services-box__link svg path {
    fill: #4442dd
}

.services-box .services-box__link:after {
    display: none
}

.services-box .services-box__link:hover,
.services-box .services-box__link:focus,
.services-box .services-box__link:active {
    color: #fef61f
}

.services-box .services-box__link:hover span:after,
.services-box .services-box__link:focus span:after,
.services-box .services-box__link:active span:after {
    background: #fef61f
}

.services-box .services-box__link:hover svg path,
.services-box .services-box__link:focus svg path,
.services-box .services-box__link:active svg path {
    fill: #fef61f
}

.services-box .services-box__info {
    position: relative;
    z-index: 2;
    padding: 40px
}

.services-box .services-box__back {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: url("../images/service-item-body.jpg") center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box.services-box-child {
    position: relative;
    padding: 0 0 40px
}

.services-box.services-box-child .services-box__back:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.services-box.services-box-child .services-box__name {
    height: auto;
    margin: 0 0 10px;
    white-space: nowrap
}

.services-box.services-box-child .services-box__button {
    bottom: 20px
}

.services-box.services-box-child .box-parallax-img__img6 {
    bottom: 80px;
    right: calc(50% - 850px)
}

.no-webp .services-box .services-box__back {
    background: url("../images/service-item-body.jpg") center no-repeat
}

.services-box-child .services-box-child__item {
    padding: 0 0 12px
}

.services-box-child .services-box-child__link {
    position: relative;
    color: #727272;
    font-size: 15px;
    font-family: Circe-Light;
    line-height: 1.1;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.services-box-child .services-box-child__link:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

@media (max-width: 1300px) {
    .services-box {
        margin: 0 -10px
    }

    .services-box .services-box__item {
        width: calc(100% / 3 - 20px);
        min-height: 320px;
        margin: 0 10px 20px
    }

    .services-box .services-box__item.services-box__item_heading {
        width: 100%;
        min-height: auto;
        margin: 0 10px 40px
    }

    .services-box .services-box__item.services-box__item_heading .box-style .box-style__desc {
        padding: 10px 0 0
    }

    .services-box .services-box__item.services-box__item_heading .box-style .box-style__but {
        padding: 25px 0 0
    }

    .services-box .services-box__item.services-box__item_heading .box-style .box-style__but a {
        margin: 0 40px 0px 0
    }

    .services-box .services-box__img {
        width: 140px
    }

    .services-box .services-box__name {
        height: 38px;
        font-size: 18px;
        margin: 0 0 10px
    }

    .services-box .services-box__child,
    .services-box .services-box__desc {
        margin: 0 0 20px
    }

    .services-box .services-box__desc {
        font-size: 15px;
        line-height: 22px
    }

    .services-box .services-box__info {
        padding: 30px 25px 40px
    }

    .services-box .services-box__button {
        bottom: 30px;
        width: 100%;
        padding: 0 25px
    }

    .services-box.services-box-child {
        padding: 0 0 40px
    }

    .services-box.services-box-child .services-box__name {
        margin: 0 0 10px
    }
}

@media (max-width: 1100px) {
    .services-box {
        margin: 0 -10px
    }

    .services-box .services-box__item {
        width: calc(100% / 2 - 20px)
    }

    .services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__back {
        opacity: 1;
        z-index: 1
    }

    .services-box .services-box__item:hover:not(.services-box__item_heading) .services-box__img:after {
        opacity: 0
    }

    .services-box .services-box__desc {
        color: #424242;
        font-size: 14px;
        line-height: 22px
    }

    .services-box .services-box__img:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(240, 240, 240, 0.8)
    }

    .services-box-child .services-box-child__link {
        color: #424242;
        font-size: 14px
    }
}

@media (max-width: 640px) {
    .services-box {
        margin: 0 -5px
    }

    .services-box .services-box__item {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px
    }

    .services-box .services-box__item.services-box__item_heading .box-style .box-style__but a {
        margin: 0 30px 0px 0
    }

    .services-box.services-box-child .services-box__item {
        min-height: auto
    }

    .services-box.services-box-child .services-box__desc {
        min-height: auto
    }
}

@media (max-width: 480px) {
    .services-box {
        margin: 0
    }

    .services-box .services-box__item {
        width: calc(100% / 1 - 0px);
        margin: 0 0 10px
    }
}

.company-home {
    position: relative;
    min-height: 700px;
    background: #f1f4fb
}

.company-home .box-parallax-img__img6 {
    top: -50px;
    right: calc(50% - 750px)
}

.company-home .box-parallax-img__img8 {
    bottom: -30px;
    right: 0
}

.company-box {
    position: relative
}

.company-box .company-box__text {
    position: relative;
    z-index: 2;
    width: 50%;
    color: #323232;
    font-size: 16px;
    font-family: Circe-Light;
    line-height: 22px;
    background: #f1f4fb;
    padding: 90px 70px 70px 0
}

.company-box .company-box__text .company-box__arrow {
    position: absolute;
    top: 0;
    right: -36px;
    width: 36px;
    height: 100%;
    text-align: left
}

.company-box .company-box__text .company-box__arrow svg {
    position: relative;
    z-index: 1;
    width: 11px;
    height: 100%
}

.company-box .company-box__text .company-box__arrow svg path {
    fill: #2b88d3
}

.company-box .company-box__text .company-box__arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.company-box:after {
    content: '';
    clear: both;
    display: block
}

#company-tab {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    height: 40px;
    list-style-type: none;
    border-bottom: 1px solid #cecece
}

#company-tab li {
    height: 100%;
    padding: 0 45px 0 0
}

#company-tab li a {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: #323232;
    font-size: 18px;
    font-family: Circe-Bold;
    line-height: 1.1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#company-tab li a:after {
    content: '';
    position: absolute;
    opacity: 0;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #323232;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

#company-tab li:hover a,
#company-tab li.active a {
    color: #4442dd
}

#company-tab li:hover a:after,
#company-tab li.active a:after {
    opacity: 1;
    background: #4442dd
}

#company-tab li:last-child {
    padding: 0
}

.company-tab-content {
    padding: 20px 0 25px
}

.company-advantages {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 40px
}

.company-advantages .company-advantages__item {
    padding: 0 20px;
    border-right: 1px solid #cecece
}

.company-advantages .company-advantages__item:first-child {
    padding-left: 0
}

.company-advantages .company-advantages__item:last-child {
    padding-right: 0;
    border-right: 0
}

.company-advantages .company-advantages__name {
    color: #4442dd;
    font-size: 35px;
    font-family: Circe-ExtraBold;
    line-height: 1.2
}

.company-advantages .company-advantages__desc {
    color: #323232;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.2
}

.company-img {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.company-img img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.company-img-text {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 470px;
    height: 100%
}

.company-img-text .company-img-text__one {
    position: relative;
    top: -20px;
    left: -30px;
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    -moz-transform: translate(-50%, 0) rotate(-90deg);
    -ms-transform: translate(-50%, 0) rotate(-90deg);
    -o-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg);
    color: #ffffff;
    font-size: 17px;
    font-family: Circe-Light;
    letter-spacing: 4.08px
}

.company-img-text .company-img-text__two {
    color: #4442dd;
    font-size: 128px;
    font-family: 'Circe-ExtraBold';
    line-height: 105px
}

.company-img-text .company-img-text__two span {
    color: #ffffff
}

.company-img-text .company-img-text__three {
    color: #fff;
    font-size: 17px;
    font-family: Circe-Light;
    line-height: 1.2;
    text-align: right;
    padding: 50px 0 0
}

@media (min-width: 1100px) {
    .company-box .company-box__text .company-box__arrow:after {
        background: url("../images/company-arrow-body.png") center no-repeat
    }

    .no-webp .company-box .company-box__text:after {
        background: url("../images/company-arrow-body.png") center no-repeat
    }
}

@media (max-width: 1300px) {
    .company-home {
        min-height: 620px
    }

    .company-box .company-box__text {
        width: 50%;
        font-size: 16px;
        line-height: 22px;
        padding: 70px 50px 40px 0
    }

    #company-tab {
        margin: 15px 0 0;
        height: 40px
    }

    #company-tab li {
        padding: 0 35px 0 0
    }

    #company-tab li a {
        font-size: 16px
    }

    .company-advantages {
        padding: 0 0 40px
    }

    .company-advantages .company-advantages__item {
        padding: 0 15px
    }

    .company-advantages .company-advantages__name {
        font-size: 30px
    }

    .company-advantages .company-advantages__desc {
        font-size: 14px
    }

    .company-img-text {
        width: 325px
    }

    .company-img-text .company-img-text__one {
        top: 10px;
        font-size: 16px;
        letter-spacing: 2.08px
    }

    .company-img-text .company-img-text__two {
        font-size: 90px;
        line-height: 80px
    }

    .company-img-text .company-img-text__three {
        font-size: 16px;
        padding: 30px 0 0
    }
}

@media (max-width: 1100px) {
    .company-home {
        min-height: auto
    }

    .company-box .company-box__text {
        width: 100%;
        padding: 70px 0 40px
    }

    .company-box .company-box__text .company-box__arrow {
        display: none
    }

    .company-box .company-box__img_text,
    .company-box .company-box__img {
        display: none
    }

    .company-img,
    .company-img-text {
        display: none
    }
}

@media (max-width: 640px) {
    #company-tab {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

@media (max-width: 480px) {
    .company-box .company-box__text {
        font-size: 14px;
        line-height: 20px
    }

    #company-tab {
        margin: 15px 0 0;
        height: 40px
    }

    #company-tab li {
        padding: 0 22px 0 0
    }

    #company-tab li a {
        font-size: 16px
    }

    .company-advantages {
        display: block
    }

    .company-advantages .company-advantages__item {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 0 20px !important;
        border-right: none
    }

    .company-advantages .company-advantages__name {
        font-size: 30px
    }

    .company-advantages .company-advantages__desc {
        font-size: 14px;
        padding: 0 0 0 10px
    }
}

.producer-home {
    padding: 90px 0px 20px;
    background: #f1f4fb
}

.producer-home.producer-service {
    position: relative;
    padding: 50px 0 30px;
    background: #fff
}

.producer-home.producer-service .producer-list-carousel .producer-list__img:after {
    background: rgba(255, 255, 255, 0.5)
}

.producer-home.producer-service .producer-list-carousel .slick-dots li button {
    background: #f1f4fb
}

.producer-home.producer-service .producer-list-carousel .slick-dots li.slick-active button {
    border: 0;
    background: #4442dd
}

.producer-home.producer-service .box-parallax-img__img1 {
    z-index: 1;
    top: -160px;
    left: 0
}

.producer-home.producer-service .box-parallax-img__img2 {
    z-index: 0;
    top: -100px;
    left: 0
}

.producer-home.producer-service .box-parallax-img__img4 {
    top: -260px;
    right: 0
}

.producer-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.producer-box .producer-box__heading {
    width: 300px;
    color: #323232;
    font-size: 30px;
    font-family: Circe-Light;
    line-height: 1.2
}

.producer-box .producer-box__heading strong {
    font-family: Circe-ExtraBold
}

.producer-box .producer-box__heading p {
    margin: 0
}

.producer-box .producer-box__list {
    width: calc(100% - 300px)
}

.producer-box:after {
    content: '';
    clear: both;
    display: block
}

.producer-list-carousel {
    width: calc(100% - 120px);
    margin: 0 auto !important
}

.producer-list-carousel .producer-list__item {
    padding: 0 15px
}

.producer-list-carousel .producer-list__item:hover .producer-list__img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

.producer-list-carousel .producer-list__item:hover .producer-list__img:after {
    opacity: 0;
    z-index: -1
}

.producer-list-carousel .producer-list__img {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: relative
}

.producer-list-carousel .producer-list__img img {
    display: inline-block;
    max-height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.producer-list-carousel .producer-list__img:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(241, 244, 251, 0.5);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.producer-list-carousel .slick-prev {
    left: -25px
}

.producer-list-carousel .slick-next {
    right: -25px
}

@media (max-width: 1300px) {
    .producer-home {
        padding: 70px 0px 20px
    }

    .producer-home.producer-service {
        padding: 50px 0 30px
    }

    .producer-box .producer-box__heading {
        width: 270px;
        font-size: 28px
    }

    .producer-box .producer-box__list {
        width: calc(100% - 270px)
    }
}

@media (max-width: 1100px) {
    .producer-home {
        padding: 40px 0px
    }

    .producer-home.producer-service {
        padding: 40px 0 20px
    }

    .producer-box {
        display: block
    }

    .producer-box .producer-box__heading {
        width: 270px;
        font-size: 26px
    }

    .producer-box .producer-box__list {
        width: 100%
    }

    .producer-list-carousel {
        width: calc(100% - 50px)
    }

    .producer-list-carousel .slick-prev {
        left: -25px
    }

    .producer-list-carousel .slick-next {
        right: -25px
    }
}

@media (max-width: 640px) {
    .producer-home {
        padding: 40px 0px
    }

    .producer-home.producer-service {
        padding: 40px 0 60px
    }

    .producer-list-carousel {
        width: 100%
    }

    .producer-list-carousel .slick-prev,
    .producer-list-carousel .slick-next {
        display: none !important
    }
}

.helpRepair-home {
    position: relative;
    background: #f1f4fb;
    padding: 20px 0px 60px
}

.helpRepair-home .box-parallax-img__img7 {
    top: -25px;
    left: calc(50% - 950px);
    z-index: 1
}

.helpRepair-home .box-parallax-img__img9 {
    z-index: 1;
    bottom: -100px;
    right: 0
}

.helpRepair-home .box-parallax-img__img10 {
    z-index: 0;
    bottom: -80px;
    right: 0
}

.helpRepair-home .box-parallax-img__img11 {
    z-index: 0;
    top: -14px;
    left: calc(50% - 762px)
}

.helpRepair-home .box-parallax-img__img12 {
    z-index: 0;
    top: 320px;
    left: calc(50% - 955px)
}

.helpRepair-home.helpRepair-service {
    background: #fff
}

.helpRepair-home.helpRepair-service2 {
    padding: 10px 0px 60px
}

.helpRepair-home.helpRepair-service2 .box-parallax-img__img7 {
    top: 50px
}

.helpRepair-home.helpRepair-service2 .box-parallax-img__img9 {
    bottom: auto;
    top: -200px
}

.helpRepair-home.helpRepair-service2 .box-parallax-img__img10 {
    bottom: auto;
    top: -60px
}

.helpRepair-home.helpRepair-service2 .box-parallax-img__img11 {
    top: 60px
}

.helpRepair-home.helpRepair-service2 .box-parallax-img__img12 {
    top: 398px
}

.helpRepair-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.helpRepair-box .helpRepair-box__content {
    width: 570px
}

.helpRepair-box .helpRepair-box__media {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 570px
}

.helpRepair-box .helpRepair-box__twenty_img {
    position: relative;
    width: 265px;
    height: 530px;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -ms-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important;
    margin: 0 auto
}

.helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100px;
    color: #000;
    font-size: 18px;
    font-family: 'Circe-Regular';
    text-align: center;
}

.helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text div {
    padding: 2px 0px
}

.helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text a {
    color: #000 !important;
    font-size: 22px
}

.helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text a span {
    color: #000 !important
}

.helpRepair-box .helpRepair-box__form {
    padding: 30px 0px 0px
}

.helpRepair-box .helpRepair-box__twenty {
    width: 264px;
    height: 527px;
    margin: 0 auto
}

.form-order-repair .form-order-repair-row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin: 0 -15px
}

.form-order-repair .form-order-repair-row .form-order-repair-row__item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px
}

.form-order-repair .form-order-repair__bottom {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 20px 0px
}

.form-order-repair .form-order-repair__captcha {
    position: relative;
    width: 245px;
    height: 65px
}

.form-order-repair .form-order-repair__captcha .g-recaptcha {
    position: absolute;
    left: -30px;
    top: -6px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8)
}

.form-order-repair .form-order-repair__captcha .help-block {
    position: absolute;
    bottom: -20px
}

.form-order-repair .form-order-repair__button {
    padding: 0px 0px 0px 20px
}

@media (min-width: 640px) {
    .helpRepair-box .helpRepair-box__media {
        /*        background: url("../images/twenty/twenty-body.png") center 40px no-repeat;*/
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -ms-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }

    .helpRepair-box .helpRepair-box__twenty_img {
        background: url("/img/vv.png") center no-repeat
    }

    .tw-img {
        width: 264px;
        height: 527px;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -ms-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }

    .tw-img.tw-img-1 {
        background: url("../images/twenty/smart_flip1.png") center no-repeat
    }

    .tw-img.tw-img-2 {
        background: url("../images/twenty/smart_flip2.png") center no-repeat
    }

    .no-webp .helpRepair-box .helpRepair-box__media {
        /*        background: url("../images/twenty/twenty-body.png") center 40px no-repeat*/
    }

    .no-webp .tw-img {
        width: 264px;
        height: 527px
    }

    .no-webp .tw-img.tw-img-1 {
        background: url("../images/twenty/smart_flip1.png") center no-repeat
    }

    .no-webp .tw-img.tw-img-2 {
        background: url("../images/twenty/smart_flip2.png") center no-repeat
    }
}

@media (min-width: 1900px) {
    .helpRepair-home .box-parallax-img__img7 {
        top: -25px;
        left: 0;
        z-index: 1
    }

    .helpRepair-home .box-parallax-img__img11 {
        left: 188px
    }

    .helpRepair-home .box-parallax-img__img12 {
        left: 0
    }
}

@media (max-width: 1300px) {
    .helpRepair-box .helpRepair-box__content {
        width: 510px
    }

    .helpRepair-box .helpRepair-box__media {
        width: 440px
    }

    .helpRepair-box .helpRepair-box__twenty_img {
        width: 230px;
        height: 460px
    }

    .helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text {
        top: 60px;
        height: 100px;
        font-size: 16px
    }

    .helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text a {
        font-size: 18px
    }

    .helpRepair-box .helpRepair-box__form {
        padding: 30px 0px 0px
    }

    .helpRepair-box .helpRepair-box__twenty {
        width: 230px;
        height: 460px
    }

    .tw-img {
        width: 230px;
        height: 460px
    }
}

@media (max-width: 1100px) {
    .helpRepair-box {
        display: block
    }

    .helpRepair-box .helpRepair-box__content {
        width: 100%;
        padding: 0 0 40px
    }

    .helpRepair-box .helpRepair-box__media {
        width: 100%
    }
}

@media (max-width: 768px) {
    .helpRepair-home {
        padding: 40px 0px
    }

    .helpRepair-box {
        display: block
    }

    .helpRepair-box .helpRepair-box__content {
        width: 100%;
        padding: 0 0 40px
    }

    .helpRepair-box .helpRepair-box__media {
        width: 100%
    }
}

@media (max-width: 640px) {
    .helpRepair-box .helpRepair-box__media {
        /*        background: url("../images/twenty/xs/twenty-body.webp.html") center 20px no-repeat*/
    }

    .helpRepair-box .helpRepair-box__twenty_img {
        width: 190px;
        height: 379px;
        background: url("../images/twenty/xs/smart_flip_not.webp.html") center no-repeat
    }

    .helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text {
        top: 60px;
        height: 100px;
        color: #fff;
        font-size: 14px;
        line-height: 1.3
    }

    .helpRepair-box .helpRepair-box__twenty_img .helpRepair-box__twenty_text a {
        font-size: 16px;
        color: #fff !important;
        line-height: 1.3
    }

    .helpRepair-box .helpRepair-box__twenty {
        width: 190px;
        height: 379px
    }

    .tw-img {
        width: 190px;
        height: 379px;
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -ms-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }

    .tw-img.tw-img-1 {
        background: url("../images/twenty/xs/smart_flip1.webp.html") center no-repeat
    }

    .tw-img.tw-img-2 {
        background: url("../images/twenty/xs/smart_flip2.webp.html") center no-repeat
    }

    .no-webp .helpRepair-box .helpRepair-box__media {
        background: url("../images/twenty/xs/twenty-body.png") center 40px no-repeat
    }

    .no-webp .tw-img {
        width: 190px;
        height: 379px
    }

    .no-webp .tw-img.tw-img-1 {
        background: url("../images/twenty/xs/smart_flip1.png") center no-repeat
    }

    .no-webp .tw-img.tw-img-2 {
        background: url("../images/twenty/xs/smart_flip2.png") center no-repeat
    }

    .form-order-repair .form-order-repair-row {
        margin: 0;
        display: block
    }

    .form-order-repair .form-order-repair-row .form-order-repair-row__item {
        width: calc(100%);
        margin: 0
    }
}

@media (max-width: 480px) {
    .form-order-repair .form-order-repair__bottom {
        display: block;
        width: 100%;
        margin: 20px 0px
    }

    .form-order-repair .form-order-repair__captcha {
        width: 100%;
        height: 75px
    }

    .form-order-repair .form-order-repair__captcha .g-recaptcha {
        position: absolute;
        left: -2px;
        top: 0;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95)
    }

    .form-order-repair .form-order-repair__captcha .help-block {
        position: absolute;
        bottom: -20px
    }

    .form-order-repair .form-order-repair__button {
        padding: 30px 0px 0px
    }
}

@media (max-width: 430px) {
    .helpRepair-box .helpRepair-box__media {
        -webkit-background-size: contain !important;
        -moz-background-size: contain !important;
        -ms-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important
    }
}


.garant {
    padding-top: 80px;
    padding-bottom: 32px;
}

.garant .container {
    position: relative;
}

.garant__abs1 {
    pointer-events: none;
    position: absolute;
    top: -35px;
    right: 190px;
}

.garant__row {
    padding-top: 40px;
    padding-bottom: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 30px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.garant__item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.garant__item:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.garant__item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.garant__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.garant__item {
    background: #F4F3F3;
    border-radius: 10px;
    color: #000;
    padding: 54px 35px 0;
    position: relative;
    min-height: 300px;
}

.garant__item--long {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 3;
    padding-left: 47px;
    padding-top: 35px;
}

.garant__num {
    font-weight: bold;
    font-size: 71px;
    line-height: 1;
    color: #643ec4;
    font-family: 'Circe-ExtraBold';
}

.garant__h1 {
    font-family: 'Circe-Bold';
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}

.garant__h2 {
    font-size: 16px;
    line-height: 1.2;
    opacity: 0.6;
    margin-top: 10px;
    font-family: Circe-Light;
}

.garant .content {
    position: relative;
}

.garant__item img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.garant__item--long .garant__num {
    position: absolute;
    right: 40px;
    top: 53px;
}

.garant__item--long .garant__h1 {
    font-size: 27px;
    line-height: 1.3;
    margin-bottom: -4px;
}

.garant__item--red {
    /*	background: #CA291A;*/
    background: url(../images/service-item-body.jpg) center no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    color: #fff;
}

.garant__item--red .garant__num {
    color: #fff;
}

img.garant__img1 {
    right: -55px;
}

img.garant__img2 {
    bottom: auto;
    top: -40px;
}

img.garant__img3 {
    bottom: 8px;
}

img.garant__img4 {
    bottom: auto;
    top: 7px;
}

img.garant__img5 {
    bottom: auto;
    top: -30px;
    right: 40px;
}


img.garant__abs2 {
    position: absolute;
    top: 395px;
    left: -65px;
    z-index: 10;
    pointer-events: none;
}

.garant__item--long .garant__num {
    position: relative;
    top: auto;
    right: auto;
}

@media (max-width: 992px) {
    .garant__row {
        grid-template-columns: 1fr;
        padding-top: 0px;
        grid-gap: 15px;
    }

    .garant_item {
        padding: 30px 25px 20px;
        min-height: 200px;
    }

    .garant_item--long {
        grid-row: 1/2;
    }

    .garant_item--long .garant_num {
        position: relative;
        top: auto;
        right: auto;
    }

    .garant_item--long .garant_h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .garant_h1 {
        max-width: 80%;
        font-size: 18px;
        line-height: 1.3;
    }

    .garant_h2 {
        font-size: 13px;
        line-height: 1.4;
    }

    .garant_item .garant_img1 {
        transform: scale(0.48);
        right: -15px;
    }

    .garant_item {
        padding: 30px 25px 20px;
        min-height: 200px;
    }

    img.garant_abs2 {
        display: none;
    }

    .garant__item img {
        transform: scale(0.6);
        transform-origin: 100% 0;
    }

    .garant__item .garant__img1 {
        right: 0;
        bottom: 0;
        transform: scale(0.48);
        right: -15px;
        transform-origin: 100% 100%;
    }

    img.garant__img2 {
        top: 20% !important;
        right: -10px !important;
        transform: scale(0.8);
    }

    img.garant__img3 {
        bottom: 20% !important;
        transform-origin: 100% 100% !important;
        transform: scale(0.8);
    }

    img.garant__img4 {
        top: 30% !important;
        transform: scale(0.8);
    }

    img.garant__img5 {
        top: 0 !important;
        right: 10px !important;
        transform: scale(0.8);
    }

}

/*
.garant__item .garant__img1 {
    transform: scale(0.48);
    right: -15px;
}
*/
.galle {
    padding-top: 80px;
    padding-bottom: 80px;
}

.producer-home2 {
    padding: 90px 0px 20px;
    background: #f1f4fb
}

.producer-home2.producer-service2 {
    position: relative;
    padding: 50px 0 30px;
    background: #fff
}

.producer-home2.producer-service2 .producer-list-carousel2 .producer-list__img2:after {
    background: rgba(255, 255, 255, 0.5)
}

.producer-home2.producer-service2 .producer-list-carousel2 .slick-dots li button {
    background: #f1f4fb
}

.producer-home2.producer-service2 .producer-list-carousel2 .slick-dots li.slick-active button {
    border: 0;
    background: #4442dd
}

.producer-home2.producer-service2 .box-parallax-img__img1 {
    z-index: 1;
    top: -160px;
    left: 0
}

.producer-home2.producer-service2 .box-parallax-img__img2 {
    z-index: 0;
    top: -100px;
    left: 0
}

.producer-home2.producer-service2 .box-parallax-img__img4 {
    top: -260px;
    right: 0
}

.producer-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.producer-box .producer-box__heading {
    width: 300px;
    color: #323232;
    font-size: 30px;
    font-family: Circe-Light;
    line-height: 1.2
}

.producer-box .producer-box__heading strong {
    font-family: Circe-ExtraBold
}

.producer-box .producer-box__heading p {
    margin: 0
}

.producer-box .producer-box__list2 {
    width: 100%
}

.producer-box:after {
    content: '';
    clear: both;
    display: block
}

.producer-list-carousel2 {
    width: calc(100% - 120px);
    margin: 0 auto !important
}

.producer-list-carousel2 .producer-list__item2 {
    padding: 0 15px;
    opacity: .071;
}

.producer-list-carousel2 .slick-active {
    opacity: 1;
}


.producer-list-carousel2 .producer-list__item2:hover .producer-list__img2:after {
    opacity: 0;
    z-index: -1
}

.producer-list-carousel2 .producer-list__img2 {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    position: relative
}

.producer-list-carousel2 .producer-list__img2 img {
    display: inline-block;
    max-height: 100%;
    border-radius: 10px;
}


.producer-list-carousel2 .slick-prev {
    left: -35px;
    background: #5745e1;
    width: 7.1rem;
    height: 7.1rem;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8b69eb), to(#5745e1));
    background: linear-gradient(180deg, #8b69eb 1%, #5745e1);
}

.producer-list-carousel2 .slick-next {
    right: -35px;
    background: #5745e1;
    width: 7.1rem;
    height: 7.1rem;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #8b69eb), to(#5745e1));
    background: linear-gradient(180deg, #8b69eb 1%, #5745e1);
}

.producer-list2 .slick-list {
    overflow: inherit;
}


@media (max-width: 1300px) {
    .producer-home2 {
        padding: 70px 0px 20px
    }

    .producer-home2.producer-service2 {
        padding: 50px 0 30px
    }

    .producer-box .producer-box__heading {
        width: 270px;
        font-size: 28px
    }

    .producer-box .producer-box__list2 {
        width: 100%
    }
}

@media (max-width: 1100px) {
    .producer-home2 {
        padding: 40px 0px
    }

    .producer-home2.producer-service2 {
        padding: 40px 0 20px
    }

    .producer-box {
        display: block
    }

    .producer-box .producer-box__heading {
        width: 270px;
        font-size: 26px
    }

    .producer-box .producer-box__list2 {
        width: 100%
    }

    .producer-list-carousel2 {
        width: calc(100% - 50px)
    }

    .producer-list-carousel2 .slick-prev {
        left: -25px
    }

    .producer-list-carousel2 .slick-next {
        right: -25px
    }
}

@media (max-width: 640px) {

    .galle {
        padding-top: 50px;
        padding-bottom: 40px;
        overflow: hidden;
    }


    .producer-home2 {
        padding: 40px 0px
    }

    .producer-home2.producer-service2 {
        padding: 40px 0 60px
    }

    .producer-list-carousel2 {
        width: 100%
    }

    .producer-list-carousel2 .slick-prev,
    .producer-list-carousel2 .slick-next {
        display: none !important
    }
}

.producer-list2 .slick-prev:hover svg path,
.producer-list2 .slick-prev:focus svg path,
.producer-list2 .slick-next:hover svg path,
.producer-list2 .slick-next:focus svg path {
    fill: #ffffff !important;
}

.producer-list2 .slick-prev svg path,
.producer-list2 .slick-next svg path {
    fill: #ffffff !important;
}

.works-home {
    background: #fff;
    padding: 85px 0 50px
}

.works-home.works-service {
    background: #f1f4fb
}

.works-step-header {
    padding: 0 0 40px
}

.works-step-header .box-style {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.works-step-header .box-style .box-style__header {
    width: calc(100% - 450px)
}

.works-step-header .box-style .box-style__but {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 425px
}

.works-step-header .box-style .box-style__but a {
    margin: 0 0 0 10px
}

.works-step-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.works-step-box .works-step-box__item {
    width: calc(100% / 4 - 20px);
    margin: 0px 10px 20px
}

.works-step-box .works-step-box__step {
    color: #626262;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.1;
    padding: 0 0 10px
}

.works-step-box .works-step-box__media {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.works-step-box .works-step-box__img {
    width: 40px
}

.works-step-box .works-step-box__name {
    width: calc(100% - 40px);
    color: #232323;
    font-size: 18px;
    font-family: Circe-Bold;
    line-height: 1.1;
    padding: 0 0 0 10px
}

.works-step-box .works-step-box__desc {
    color: #626262;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 24px;
    padding: 5px 0px 0px
}

@media (max-width: 1300px) {
    .works-home {
        padding: 75px 0 45px
    }

    .works-step-header {
        padding: 0 0 40px
    }

    .works-step-header .box-style .box-style__header {
        width: calc(100% - 400px)
    }

    .works-step-header .box-style .box-style__but {
        width: 375px
    }

    .works-step-header .box-style .box-style__but a {
        margin: 0 0 0 35px
    }

    .works-step-box .works-step-box__item {
        width: calc(100% / 3 - 20px)
    }
}

@media (max-width: 1100px) {
    .works-home {
        padding: 70px 0 30px
    }

    .works-step-header {
        padding: 0 0 40px
    }

    .works-step-header .box-style {
        display: block
    }

    .works-step-header .box-style .box-style__header {
        width: 100%
    }

    .works-step-header .box-style .box-style__but {
        display: none
    }

    .works-step-box {
        margin: 0 -5px
    }

    .works-step-box .works-step-box__item {
        width: calc(100% / 2 - 20px);
        margin: 0px 10px 40px
    }
}

@media (max-width: 480px) {
    .works-step-box {
        margin: 0
    }

    .works-step-box .works-step-box__item {
        width: calc(100% / 1 - 0px);
        margin: 0px 0 40px
    }
}

.review-home {
    width: 100%;
    height: auto;
    background: #f1f4fb;
    /*    padding: 50px 0 60px;*/
    padding: 50px 0 10px;
}

#review_youtube {
    background: #f1f4fb;

}

@media (max-width: 1100px) {
    .review-home {
        padding: 50px 0 40px
    }
}

.box-parallax-img {
    position: absolute
}

@media (min-width: 1300px) {
    .box-parallax-img__triangle {
        width: 38px;
        height: 39px;
        background: url("../images/4.png") center no-repeat
    }

    .box-parallax-img__img1 {
        width: 277px;
        height: 277px;
        background: url("../images/par4.png") center no-repeat
    }

    /*     .box-parallax-img__img2 {
        width: 48px;
        height: 129px;
          background: url("../images/figure/img2.webp.html") center no-repeat
    }

    .box-parallax-img__img3 {
        width: 118px;
        height: 118px;
        background: url("../images/figure/img3.webp.html") center no-repeat
    }
*/
    .box-parallax-img__img4 {
        width: 46px;
        height: 170px;
        background: url("../images/figure/img4.webp.html") center no-repeat
    }

    .box-parallax-img__img5 {
        width: 39px;
        height: 25px;
        background: url("../images/figure/img5.png") center no-repeat
    }

    .box-parallax-img__img6 {
        width: 199px;
        height: 199px;
        background: url("../images/5.png") center no-repeat
    }

    .box-parallax-img__img7 {
        width: 351px;
        height: 427px;
        background: url("../images/img7.png") center no-repeat
    }

    .box-parallax-img__img8 {
        width: 23px;
        height: 67px;
        background: url("../images/figure/img8.webp.html") center no-repeat
    }

    .box-parallax-img__img9 {
        width: 292px;
        height: 313px;
        background: url("../images/par1.png") center no-repeat
    }

    .box-parallax-img__img10 {
        width: 92px;
        height: 133px;
        background: url("../images/figure/img10.webp.html") center no-repeat
    }

    .box-parallax-img__img11 {
        width: 133px;
        height: 133px;
        background: url("/assets/a66492df/images/v3.png") center no-repeat
    }

    .box-parallax-img__img12 {
        width: 51px;
        height: 66px;
        background: url("../images/figure/img12.webp.html") center no-repeat
    }

    .no-webp .box-parallax-img__triangle {
        background: url("../images/figure/triangle-1.png") center no-repeat
    }

    .no-webp .box-parallax-img__img1 {
        background: url("../images/figure/img1.png") center no-repeat
    }

    .no-webp .box-parallax-img__img2 {
        background: url("../images/figure/img2.png") center no-repeat
    }

    .no-webp .box-parallax-img__img3 {
        background: url("../images/figure/img3.png") center no-repeat
    }

    .no-webp .box-parallax-img__img4 {
        background: url("../images/figure/img4.png") center no-repeat
    }

    .no-webp .box-parallax-img__img5 {
        background: url("../images/figure/img5.png") center no-repeat
    }

    .no-webp .box-parallax-img__img6 {
        background: url("../images/figure/img6.png") center no-repeat
    }

    .no-webp .box-parallax-img__img7 {
        background: url("../images/figure/img7.png") center no-repeat
    }

    .no-webp .box-parallax-img__img8 {
        background: url("../images/figure/img8.png") center no-repeat
    }

    .no-webp .box-parallax-img__img9 {
        background: url("../images/figure/img9.png") center no-repeat
    }

    .no-webp .box-parallax-img__img10 {
        background: url("../images/figure/img10.png") center no-repeat
    }

    .no-webp .box-parallax-img__img11 {
        background: url("../images/figure/img11.png") center no-repeat
    }

    .no-webp .box-parallax-img__img12 {
        background: url("../images/figure/img12.png") center no-repeat
    }
}

.content {
    width: 1290px;
    padding: 0px 10px;
    margin: 0 auto
}

.helpRepair-home .content {
    width: 1190px;
}

/*
.page-content__header .content {
    width: 1290px;
}
*/
h1 {
    position: relative;
    color: #323232;
    font-size: 48px;
    font-family: Circe-ExtraBold;
    line-height: 1.1;
    margin: 0;
    padding: 40px 0 5px
}

h1 .small-sm {
    font-size: 35px;
    font-weight: normal;
    font-family: Circe-Light
}

.page-content {
    color: #323232;
    font-size: 16px;
    font-family: Circe-Light;
    line-height: 24px;
    overflow: hidden
}

.page-content .page-content__header {
    background: #f1f4fb;
    -webkit-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    -moz-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    -ms-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    -o-box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04);
    box-shadow: inset 0px 0px 47px 0px rgba(15, 56, 135, 0.04)
}

.page-content #televizor {
    background: url(/assets/a66492df/images/bg-tel1.jpg);
    background-size: cover;
    background-position: center;
}

#televizor .televizor {
    display: none;
}

.page-content .page-content__text {
    padding: 0 0 60px
}

.page-content .page-content__body {
    padding: 60px 0 0;
}

.page-content .box-parallax-img__triangle {
    top: 0;
    left: calc(47% - 645px);
}

.page-content-header {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    min-height: 290px
}

.page-content-header .page-content-header__heading {
    width: 470px;
    padding: 0 0 50px
}

.page-content-header .page-content-header__heading.box-style h1 {
    padding: 40px 0 5px
}

.page-content-header .page-content-header__heading.box-style .box-style__desc {
    padding: 0 0 10px;
}

.page-content-header .page-content-header__img {
    position: relative;
    width: 700px;
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 770px;
    height: 350px;
    background: url("../images/glav.png") no-repeat;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -ms-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important
}

.page-content-header.page-content-header-2 {
    padding: 0 0 80px
}

.page-content-header.page-content-header-2 .page-content-header__heading {
    width: calc(100% - 502px);
    padding: 0 70px 0 0
}

.page-content-header.page-content-header-2 .page-content-header__img {
    position: relative;
    width: 502px;
    height: 531px;
    border-radius: 10px;
    bottom: auto;
    right: auto;
    overflow: hidden;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

.page-content-header.page-content-header-2 .page-content-header__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/figure/headerimg-maska.png") no-repeat;
    background: none;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.page-content-header.page-content-header-2 .page-content-header__img.televizor {
    background-size: cover !important;
}

.page-content-header.page-content-header-2 .page-content-header__img.televizor:after {
    background: none;
}

.page-content-header.page-content-header-2 .page-content-header__img.phones {
    background-size: contain !important;
}

.page-content-header.page-content-header-2 .page-content-header__img.phones:after {
    background: none;
}

.page-content-header.page-content-header-3 {
    padding: 0 0 60px;
    min-height: 90px
}

.page-content-header.page-content-header-3 .page-content-header__heading {
    width: 100%;
    padding: 0
}

.page-content-header:after {
    content: '';
    clear: both;
    display: block
}

.no-webp .page-content-header .page-content-header__img {
    background: url("../images/services/remontGadget.png") no-repeat
}

.no-webp .page-content-header.page-content-header-2 .page-content-header__img:after {
    background: url("../images/figure/headerimg-maska.png") no-repeat
}

.breadcrumb {
    background: transparent;
    margin: 0px;
    padding: 30px 0px 0px
}

.breadcrumb li {
    position: relative;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.0;
    padding: 0 15px 10px 0
}

.breadcrumb li a {
    position: relative;
    color: #6b6b6b;
    font-size: 14px;
    font-family: Circe-Light;
    line-height: 1.0
}

.breadcrumb li a:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(107, 107, 107, 0.5);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.breadcrumb li.active {
    color: #545454
}

.breadcrumb li.active a {
    color: #545454
}

.breadcrumb>li+li:before {
    display: none
}

@media (max-width: 640px) {
    .breadcrumb li {
        font-size: 13px;
        padding: 0 10px 8px 0
    }

    .breadcrumb li a {
        font-size: 13px
    }
}

.brandPrice {
    position: relative
}

.brandPrice .brandPrice__body table {
    width: 100% !important
}

.brandPrice .brandPrice__body table thead tr td {
    font-family: Circe-Bold;
    line-height: 1.0
}

.brandPrice .brandPrice__body table thead tr td span {
    color: #4442dd !important;
    font-size: 14px;
    display: block
}

.brandPrice .brandPrice__body table tr {
    border-bottom: 1px solid #cccccc
}

.brandPrice .brandPrice__body table tr td {
    color: #323232;
    font-size: 16px;
    font-family: Circe-Light;
    text-align: center;
    padding: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.brandPrice .brandPrice__body table tr td .old-price {
    float: right;
    text-align: left;
    width: 50%;
    padding-left: 2px;
    color: #727272;
    text-decoration: line-through
}

.brandPrice .brandPrice__body table tr td .old-price+.new-price {
    float: left;
    text-align: right;
    width: 50%;
    padding-right: 2px;
    color: red
}

.brandPrice .brandPrice__body table tr td .akciya-price {
    width: 100%;
    color: #727272;
    font-size: 14px;
    text-align: center
}

.brandPrice .brandPrice__body table tr td .def-desc-info {
    color: #727272;
    font-size: 14px
}

.brandPrice .brandPrice__body table tr td .but-link {
    pointer-events: none
}

.brandPrice .brandPrice__body table tr td .but-link:hover {
    color: #4442dd
}

.brandPrice .brandPrice__body table tr td .but-link:hover:after {
    background: #4442dd
}

.brandPrice .brandPrice__body table tr td:first-child {
    width: 400px;
    text-align: left
}

.brandPrice .brandPrice__body table tr td:last-child {
    width: 150px
}

.brandPrice .brandPrice__body table tbody tr:hover {
    cursor: pointer
}

.brandPrice .brandPrice__body table tbody tr:hover td {
    background: #f1f4fb
}

.brandPrice .box-parallax-img__img6 {
    top: 60px;
    right: calc(50% - 850px)
}

.brands-model-content .brands-model-content__button {
    padding: 30px 0 0
}

.myTab {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    height: 40px;
    list-style-type: none;
    border-bottom: 1px solid #cecece
}

.myTab li {
    height: 100%;
    padding: 0 45px 0 0
}

.myTab li a {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: #323232;
    font-size: 20px;
    font-family: Circe-Bold;
    line-height: 1.1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.myTab li:hover a,
.myTab li.active a {
    color: #4442dd
}

.myTab li:last-child {
    padding: 0
}

.myTab-border {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

.myTab-border li {
    height: 40px;
    padding: 0 15px 10px 0
}

.myTab-border li a {
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: #323232;
    font-size: 15px;
    font-family: Circe-Bold;
    line-height: 1.1;
    padding: 0 15px;
    border: 1px solid #cecece;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.myTab-border li:hover a,
.myTab-border li.active a {
    color: #ffffff;
    background: #4442dd;
    border: 1px solid #4442dd;
}

.brands-model-content {
    padding: 20px 0px 40px
}

@media (max-width: 1100px) {
    .myTab li {
        padding: 0 20px 0 0
    }

    .myTab li a {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .brandPrice .brandPrice__body table thead tr td span {
        font-size: 12px
    }

    .brandPrice .brandPrice__body table tr td {
        font-size: 14px;
        line-height: 1.2;
        padding: 6px 10px
    }

    .brandPrice .brandPrice__body table tr td .akciya-price {
        font-size: 13px
    }

    .brandPrice .brandPrice__body table tr td .def-desc-info {
        font-size: 13px
    }

    .brandPrice .brandPrice__body table tr td .but-link {
        font-size: 14px
    }

    .brandPrice .brandPrice__body table tr td .but-link:after {
        content: '';
        display: none
    }

    .brandPrice .brandPrice__body table tr td:first-child {
        width: 400px;
        padding: 6px 10px 6px 0
    }

    .brandPrice .brandPrice__body table tr td:last-child {
        width: 70px
    }

    .myTab li {
        padding: 0 15px 0 0
    }

    .myTab li a {
        font-size: 16px
    }

    .myTab-border {
        margin: 25px 0 0
    }

    .myTab-border li {
        height: 36px;
        padding: 0 3px 10px 0
    }

    .myTab-border li a {
        font-size: 14px;
        padding: 0 9px
    }
}

.review-solution {
    text-align: center;
    max-width: 535px;
    margin: 0 auto;
    padding: 0 10px
}

.review-solution__img {
    position: relative;
    padding: 5px;
    width: 77px;
    height: 77px;
    margin: 0 auto 26px
}

.review-solution__img::before {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border: 1px solid rgba(85, 130, 220, 0.1);
    border-radius: 100%
}

.review-solution__img-inner {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    overflow: hidden
}

.review-solution__img-inner img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    display: block
}

.review-solution p {
    line-height: 30px;
    padding-bottom: 29px
}

@media screen and (max-width: 800px) {
    .review-solution p {
        font-size: 16px;
        line-height: 24px
    }
}

.review-solution__author-quote {
    color: #cecece
}



.reviews-item {
    width: auto;
    margin-right: 60px;
}

@media (max-width: 640px) {
    .brandPrice .brandPrice__body table thead tr td:nth-child(4) span {
        display: none
    }

    .brandPrice .brandPrice__body table tr td:nth-child(3) {
        /*display: none*/
        font-weight: bold;
    }

    .myTab {
        height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .myTab li {
        height: 40px;
        padding: 0 15px 0 0
    }

    .myTab li a {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
        font-size: 16px
    }
}

@media (max-width: 480px) {
    .brandPrice .brandPrice__body table tr td {
        padding: 6px 6px
    }

    .brandPrice .brandPrice__body table tr td:first-child {
        width: 400px;
        padding: 6px 6px 6px 0
    }

    .brandPrice .brandPrice__body table tr td:last-child {
        display: none
    }

    .page-content #televizor {
        background: #f1f4fb;
    }

    #televizor .televizor {
        display: block;
    }

}

.review-form-box .review-form-box__header {
    padding: 40px 0px
}

.rating-box {
    margin: 0 0 20px
}

.rating-box .rating-box__header {
    color: #323232;
    font-size: 18px;
    font-family: Circe-Light;
    padding: 0 0 3px
}

.rating-box .rating-box__header strong {
    font-family: Circe-Bold
}

.rating-list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

.rating-list .rating-list__item {
    color: #4442dd;
    font-size: 16px;
    padding: 0 10px 0 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.rating-list .rating-list__item:before {
    content: "\f006";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rating-list .rating-list__item.active:before {
    content: "\f005"
}

.rating-list.rating-list-form:not(.no-hover):hover {
    cursor: pointer
}

.rating-list.rating-list-form:not(.no-hover):hover .rating-list__item:before {
    content: "\f005"
}

.rating-list.rating-list-form:not(.no-hover):hover .rating-list__item:hover~.rating-list__item:before {
    content: "\f006"
}

.review-box {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.review-box .review-box__item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
    padding: 40px 40px 35px;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.review-box .review-box__item.review-box__item_heading {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    background: transparent
}

.review-box .review-box__item.review-box__item_heading .box-style .box-style__desc {
    padding: 10px 0 0
}

.review-box .review-box__item.review-box__item_heading .box-style .box-style__but {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0 0
}

.review-box .review-box__item.review-box__item_heading .box-style .box-style__but a {
    margin: 0 20px 0px 0
}

.review-box .review-box__item.review-box__item_heading .box-style .box-style__but a:last-child {
    margin: 0
}

.review-box .review-box__item.review-box__item_heading .box-style .box-style__but .but {
    padding: 0 30px;
    line-height: 3;
}

.review-box .review-box__service_name {
    color: #323232;
    font-size: 24px;
    font-family: Circe-ExtraBold;
    line-height: 1.1;
    padding: 0 0 10px
}

.review-box .review-box__description {
    color: #727272;
    font-size: 16px;
    font-family: Circe-Light;
    line-height: 30px
}

.review-box .review-box__raiting,
.review-box .review-box__bottom {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0px 15px;
    color: #5d5d5d;
    font-size: 16px;
    font-family: Circe-Light;
    line-height: 1.0
}

.review-box .review-box__bottom {
    padding: 20px 0 0;
    border-top: 1px solid #dbdbdb
}

.review-box .review-box__name span {
    position: relative
}

.review-box .review-box__name span:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(93, 93, 93, 0.7);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.review-box.review-page .review-box__item {
    background: #f1f4fb
}

.review-box.review-page .review-box__bottom {
    border-top: 1px solid #fff
}

@media (max-width: 1300px) {
    .review-box {
        margin: 0 -10px
    }

    .review-box .review-box__item {
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
        padding: 30px 25px 25px
    }

    .review-box .review-box__item.review-box__item_heading {
        width: 100%;
        margin: 0 10px 30px;
        padding: 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__desc {
        padding: 10px 0 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but {
        padding: 20px 0 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but a {
        margin: 0 20px 20px 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but a:last-child {
        margin: 0;
        margin: 0 0 20px
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but .but {
        padding: 0 30px
    }

    .review-box .review-box__service_name {
        font-size: 22px;
        line-height: 1.1;
        padding: 0 0 10px
    }

    .review-box .review-box__description {
        font-size: 16px;
        line-height: 28px
    }

    .review-box .review-box__raiting,
    .review-box .review-box__bottom {
        padding: 20px 0px 15px;
        font-size: 16px;
        line-height: 1.0
    }

    .review-box .review-box__bottom {
        padding: 20px 0 0
    }
}

@media (max-width: 1100px) {
    .review-box .review-box__item {
        width: calc(100% / 2 - 20px)
    }

    .review-box .review-box__service_name {
        font-size: 20px
    }

    .review-box .review-box__description {
        font-size: 14px;
        line-height: 22px
    }

    .review-box .review-box__raiting,
    .review-box .review-box__bottom {
        padding: 15px 0px 10px;
        font-size: 14px;
        line-height: 1.0
    }

    .review-box .review-box__bottom {
        padding: 15px 0 0
    }
}

@media (max-width: 640px) {
    .review-box {
        margin: 0 -5px
    }

    .review-box .review-box__item {
        width: calc(100% / 2 - 10px);
        margin: 0 5px 10px
    }
}

@media (max-width: 480px) {
    .review-box {
        margin: 0
    }

    .review-box .review-box__item {
        width: calc(100% / 1 - 0px);
        margin: 0 0 10px
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but a {
        margin: 0 15px 0 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but a:last-child {
        margin: 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but .but {
        padding: 0 20px;
        margin: 0 0 20px;
        line-height: 4.5;
    }
}

@media (max-width: 360px) {
    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        padding: 25px 0 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but a {
        margin: 0 20px 10px 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but a:last-child {
        margin: 0
    }

    .review-box .review-box__item.review-box__item_heading .box-style .box-style__but .but {
        padding: 0 30px
    }
}

.pagination-box {
    text-align: center
}

.pagination-box .pagination {
    margin: 0;
    padding: 0
}

.pagination-box .pagination li {
    float: left;
    margin-right: 3px
}

.pagination-box .pagination li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border-color: #4442dd;
    color: #000;
    font-size: 16px;
    font-family: Circe-Bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.pagination-box .pagination li a:hover,
.pagination-box .pagination li a:focus {
    background: #4442dd;
    color: #fff
}

.pagination-box .pagination li.active a,
.pagination-box .pagination li.active span {
    background: #4442dd;
    border-color: #4442dd;
    color: #fff
}

.pagination-box .pagination li.disabled a {
    color: rgba(0, 0, 0, 0.5)
}

@media (max-width: 480px) {
    .pagination-box .pagination li a {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 14px
    }
}

.contact-box {
    padding: 30px 0 0
}

.contact-box .contact-box__info {
    float: left;
    width: 400px
}

.contact-box .contact-box__info h1 {
    padding: 0 0 40px
}

.contact-box .contact-box__info p {
    margin: 0 0 25px
}

.contact-box .contact-box__map {
    float: right;
    width: calc(100% - 400px)
}

.contact-box .contact-box__map iframe {
    width: 100% !important;
    height: 320px !important
}

.contact-box:after {
    content: '';
    clear: both;
    display: block
}

@media (max-width: 1100px) {
    .contact-box .contact-box__info {
        float: none;
        width: 100%
    }

    .contact-box .contact-box__map {
        float: none;
        width: 100%
    }

    .contact-box .contact-box__map iframe {
        height: 400px !important
    }
}

@media (max-width: 1300px) {
    .content {
        width: 980px
    }

    h1 {
        font-size: 34px;
        padding: 35px 0 5px
    }

    h1 .small-sm {
        font-size: 32px
    }

    .page-content-header {
        min-height: 260px
    }

    .page-content-header .page-content-header__img {
        right: -100px;
        width: 620px;
        height: 310px
    }
}

@media (max-width: 1100px) {
    .content {
        width: 720px
    }

    h1 {
        font-size: 32px;
        padding: 30px 0 5px
    }

    h1 .small-sm {
        font-size: 30px
    }

    .page-content-header {
        min-height: 190px
    }

    .page-content-header .page-content-header__heading {
        width: 360px
    }

    .page-content-header .page-content-header__img {
        right: -100px;
        width: 470px;
        height: 235px
    }

    .page-content-header.page-content-header-2 {
        padding: 0 0 80px
    }

    .page-content-header.page-content-header-2 .page-content-header__heading {
        width: calc(100% - 340px);
        padding: 0 50px 0 0
    }

    .page-content-header.page-content-header-2 .page-content-header__img {
        width: 340px;
        margin: 0 auto;
        height: 292px
    }
}

@media (max-width: 768px) {
    .content {
        width: 600px
    }

    h1 {
        font-size: 30px;
        padding: 30px 0 5px
    }

    h1 .small-sm {
        font-size: 28px
    }

    .page-content-header {
        min-height: 190px
    }

    .page-content-header .page-content-header__heading {
        width: 330px
    }

    .page-content-header .page-content-header__img {
        right: -100px;
        width: 400px;
        height: 200px
    }

    .page-content-header.page-content-header-2 {
        display: block;
        min-height: auto;
        padding: 0 0 40px
    }

    .page-content-header.page-content-header-2 .page-content-header__heading {
        width: 100%;
        text-align: center;
        padding: 0 0 30px;

    }

    .page-content-header.page-content-header-2 .page-content-header__img {
        width: 350px;
        height: 300px;
    }

    .page-content-header.page-content-header-2 .page-content-header__heading br {
        display: none
    }
}

@media (max-width: 640px) {
    .content {
        width: 100% !important;
    }

    h1 {
        font-size: 28px;
        padding: 25px 0 5px
    }

    h1 .small-sm {
        font-size: 26px
    }

    .page-content-header {
        min-height: auto;
        padding: 0 0 150px
    }

    .page-content-header .page-content-header__heading {
        width: 100%
    }

    .page-content-header .page-content-header__img {
        right: 0;
        right: -50px
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 26px;
        padding: 20px 0 5px;
        line-height: 1.2;
    }

    h1 .small-sm {
        font-size: 24px
    }
}

@media (max-width: 360px) {
    .page-content-header.page-content-header-2 .page-content-header__img {
        width: 100%;
        height: 260px
    }

    .page-content-header.page-content-header-2 .page-content-header__img:after {
        display: none
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.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-slide:hover,
.slick-slide:focus,
.slick-slide:active {
    outline: 0
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("../images/ajax-loader.gif") center center no-repeat
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 10;
    display: block;
    width: 11px;
    height: 20px;
    cursor: pointer;
    border: none;
    background: transparent;
    top: 50%;
    padding: 0;
    outline: none;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.slick-prev svg,
.slick-next svg {
    width: 11px;
    height: 100%
}

.slick-prev svg path,
.slick-next svg path {
    fill: #d0d0d0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    opacity: 1
}

.slick-prev:hover svg path,
.slick-prev:focus svg path,
.slick-next:hover svg path,
.slick-next:focus svg path {
    fill: #2daf6e
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: .25
}

.slick-prev {
    left: -50px
}

.slick-next {
    right: -50px
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 6px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    width: 32px;
    height: 6px;
    border: 0;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li.slick-active button {
    border: 0;
    background: #4442dd
}

@media (max-width: 1300px) {
    .slick-dots li {
        width: 26px;
        height: 5px;
        margin: 0 8px
    }

    .slick-dots li button {
        width: 26px;
        height: 5px
    }
}

@media (max-width: 1100px) {
    .slick-dots li {
        width: 22px;
        height: 5px;
        margin: 0 8px
    }

    .slick-dots li button {
        width: 22px;
        height: 5px
    }
}

@media (max-width: 768px) {
    .slick-dots li {
        width: 18px;
        height: 5px;
        margin: 0 6px
    }

    .slick-dots li button {
        width: 18px;
        height: 5px
    }
}

@media (max-width: 640px) {
    .slick-dots li {
        width: 14px;
        height: 5px;
        margin: 0 6px
    }

    .slick-dots li button {
        width: 14px;
        height: 5px
    }
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
    height: 9999px;
    left: 50%;
    margin-left: -1px
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 2px;
    top: 50%;
    margin-top: -1px
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    transition-duration: 0.5s
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    transition-property: opacity
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.twentytwenty-container .tw-img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-container * {
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: attr(data-content)
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: attr(data-content)
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    transition-property: background;
    background: transparent;
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -9px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 9px;
    box-shadow: 0 2px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 9px;
    box-shadow: 0 -2px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 9px;
    box-shadow: 2px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 9px;
    box-shadow: -2px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5)
}

.twentytwenty-left-arrow {
    position: absolute;
    left: 1px;
    top: calc(50% - 6.5px);
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2daf6e !important;
    font-size: 13px !important
}

.twentytwenty-left-arrow:before {
    content: "\f104"
}

.twentytwenty-right-arrow {
    position: absolute;
    right: 1px;
    top: calc(50% - 6.5px);
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2daf6e !important;
    font-size: 13px !important
}

.twentytwenty-right-arrow:before {
    content: "\f105"
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

/*# sourceMappingURL=style.min.css.map */

#pozvoni {
    padding: 30px 50px;
    font-size: 17px;
    line-height: 26px;
    border-radius: 100px;
    height: auto;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
}






.problem {
    background: #f1f4fb;
    padding: 50px 5px 97px;
}

@media (max-width: 767px) {
    .problem {
        padding-bottom: 40px;
    }
}

.problem .problem__banner {
    background: #4342dc;
    background: -o-linear-gradient(113deg, #8e6aeb 1.34%, #4342dc 99.84%, rgba(223, 76, 47, 0) 99.85%);
    background: linear-gradient(113deg, #8e6aeb 1.34%, #4342dc 99.84%, rgba(223, 76, 47, 0) 99.85%);
    border-radius: 7px;
    max-width: 1216px;
    width: 100%;
    margin: 0 auto;
    padding: 49px 52px;
    position: relative;
}

@media (max-width: 767px) {
    .problem .problem__banner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px;
    }
}

.problem .problem__banner .problem__left {
    max-width: 50%;
}

@media (max-width: 767px) {
    .problem .problem__banner .problem__left {
        max-width: 100%;
    }
}

.problem .problem__banner .problem__left .problem__title {

    font-weight: 600;
    font-size: 30px;
    font-family: 'Circe-Bold';
    line-height: 130.9%;
    color: #FFFFFF;
    margin-bottom: 17px;

}

@media (max-width: 991px) {
    .problem .problem__banner .problem__left .problem__title {
        font-size: 21px;
    }
}

.problem .problem__banner .problem__left .problem__text {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .problem .problem__banner .problem__left .problem__text {
        font-size: 14px;
        line-height: 21px;
    }
}

.problem .problem__banner .problem__img {
    background: url(/img/problem.png) no-repeat center;
    width: 437px;
    height: 353px;
    position: absolute;
    bottom: 0;
    right: 90px;
}

@media (max-width: 991px) {
    .problem .problem__banner .problem__img {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .problem .problem__banner .problem__img {
        display: none;
    }
}


.blogs {
    padding: 100px 0;
}



.main__services {
    max-width: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 25px;
}

.main__services .slick-arrow {
    display: none !important
}

.main__services .slick-list.draggable {
    padding: 0 80px 0 0 !important
}

.main__service {
    min-width: 0;
    max-width: 226px;
    width: 100%;
    height: 105px;
    border-radius: 11px;
    background-color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 10px 10px 25px
}

.main__service_text {
    color: #151515;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
}

.main__info {
    margin: 0 auto
}

.main__button {
    display: block;
    max-width: 332px;
    width: 100%;
    height: 94px;
    -webkit-box-shadow: 0 17px 43px rgba(82, 184, 234, .27), inset 0 0 49px rgba(255, 255, 255, .41);
    box-shadow: 0 17px 43px rgba(82, 184, 234, .27), inset 0 0 49px rgba(255, 255, 255, .41);
    border-radius: 6px;
    background-color: #4eb6ea;
    text-align: center;
    color: #fff;
    font-family: Circle, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    padding: 42px 69px;
    letter-spacing: 1.04px;
    position: relative
}

.service {
    width: 100%;
    min-height: 331px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding: 31px 0 12px
}

@media (max-width: 760px) {
    .main__service_text {
        font-size: 14px;
    }

    .list-container .single-item {
        height: 465px;
        background: #f1f4fb;
    }

    .company-box__link {
        font-size: 11px;
    }

    .main__services {
        max-width: 539px;
        display: block;
        margin: 0 38px;
        padding: 5px 0 25px;
    }

    .main__service {
        max-width: 320px;
        margin-bottom: 10px;
    }
}


#review_youtube {
    margin-top: 25px;
    margin-bottom: 25px;
}

.youtube {
    width: 480px;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url('/images/youtube-play-btn.png') no-repeat;
    /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play {
    background-position: 0 0;
}

.reviews-image img {
    /*
border-radius: 20em/2.5em;*/
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.reviews-sliders {
    margin-top: 25px;
}

.reviews-item {
    /*
width: 445px;
margin-right: 95px;
margin-top: 55px;*/

    width: auto;
    margin-right: 60px;
    /* margin-top: 55px;*/
}

.reviews-item img {
    max-width: 100%;
}

.reviews-item.slick-current {
    width: auto;
    margin-top: 0;
}

.reviews-item.slick-active.slick-center a {
    display: block;
}



.reviews-sliders,
.reviews-slider2 {
    position: relative;
}

#phone__toggle {
    display: none;
    bottom: 25px;
    right: 10px;
    position: fixed;
    z-index: 999;
}

@media (max-width: 767px) {
    .menu-fix {
        position: relative;
    }

    .menu-fix::before {
        content: 'МЕНЮ';
        bottom: -5px;
        /* top: 5px; */
        font-family: 'Circe-Regular';
        position: absolute;

    }

    #phone__toggle {
        display: block !important;
    }


}



.img-circles {
    background-color: #0274df;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #0274df;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}



.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #0274df;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circles {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}


#phone__toggle .img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(/images/mini.png);
    background-size: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.img-circles:hover {
    opacity: 1;
}



@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

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

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}