

/* Start:/bitrix/templates/ipza/css/font-awesome.css?151812061740783*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../../../templates/ipza/fonts/fontawesome-webfont.svg') format('svg'),
    url('../../../../../templates/ipza/fonts/fontawesome-webfont.woff') format('woff'),
    url('../../../../../templates/ipza/fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.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.33333333em;
    line-height: 0.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.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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);
}
@-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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-spans:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-spans-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-spans-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-spans:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-spans-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-spans-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-spans-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.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;
}

/* End */


/* Start:/bitrix/templates/ipza/js/magnific-popup/magnific-popup.css?15181206176952*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  xwidth: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/ipza/css/style.css?162633284367097*/
@charset "UTF-8";

/* roboto-regular - latin_cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../../../../../templates/ipza/fonts/Roboto/roboto-v18-latin_cyrillic-regular.woff2") format("woff2"), url("../../../../../templates/ipza/fonts/Roboto/roboto-v18-latin_cyrillic-regular.woff") format("woff");
}

/* roboto-700 - latin_cyrillic */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../../../../templates/ipza/fonts/Roboto/roboto-v18-latin_cyrillic-700.woff2") format("woff2"), url("../../../../../templates/ipza/fonts/Roboto/roboto-v18-latin_cyrillic-700.woff") format("woff");
}

/* roboto-condensed-regular - latin_cyrillic */

@font-face {
  font-family: 'Roboto-Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../../../../../templates/ipza/fonts/Roboto-Condensed/roboto-condensed-v16-latin_cyrillic-regular.woff2") format("woff2"), url("../../../../../templates/ipza/fonts/Roboto-Condensed/roboto-condensed-v16-latin_cyrillic-regular.woff") format("woff");
}

@font-face {
  font-family: 'Bebas';
  font-weight: bold;
  font-style: normal;
  src: url("../../../../../templates/ipza/fonts/Bebas/bebasneue_bold-w.woff2") format("woff2"), url("../../../../../templates/ipza/fonts/Bebas/bebasneue_bold-w.woff") format("woff");
}

@font-face {
  font-family: 'Bebas';
  font-weight: normal;
  font-style: normal;
  src: url("../../../../../templates/ipza/fonts/Bebas/bebasneue_regular-w.woff2") format("woff2"), url("../../../../../templates/ipza/fonts/Bebas/bebasneue_regular-w.woff") format("woff");
}

@font-face {
  font-family: 'MinionPro';
  font-weight: normal;
  font-style: normal;
  src: url("../../../../../templates/ipza/fonts/Minion-Pro/MinionPro-Regular.woff2") format("woff2"), url("../../../../../templates/ipza/fonts/Minion-Pro/MinionPro-Regular.woff") format("woff");
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #010101;
}

img,
video {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-title {
  position: relative;
  font-family: "Bebas";
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  padding-bottom: 14px;
  margin-bottom: 15px;
  border-bottom: 3px solid #8186a0;
  text-align: center;
  color: #10216d;
}

.block-title--no-border {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.read-more {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #10216d;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto auto 0;
}

.read-more:hover {
  color: #1a35b0;
  text-decoration: none;
}

.read-more--small {
  font-size: 16px;
}

.link-nav {
  position: absolute;
  top: 83px;
  right: 60px;
    width: 66px;
    height: 157px;
  background-image: url("https://ipza.ru/bitrix/templates/ipza/img/link-bg.png");
/*   -webkit-background-size: 100% 100%;
background-size: 100%; */
  background-repeat: no-repeat;
}

.link-nav a {
  display: block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ffffff;
  position: absolute;
top: 45%;
    left: -26px;
  white-space: nowrap;
  font-family: "Bebas";
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .2px;
}

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

.page-header {
  padding-top: 37px;
  padding-bottom: 17px;
  background-color: #10216d;
}

.page-header__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 741px;
  width: 100%;
  margin-right: 16px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #ffffff;
}

.page-header__info .logo {
  margin-right: 16px;
}

.page-header__info .logo img {
  display: block;
  width: 82px;
}

.page-header__info-content {
  max-width: 637px;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-header__title {
  font-family: "Roboto-Condensed";
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 2px;
  line-height: 42px;
  text-transform: uppercase;
}

.page-header__title span:last-child {
  letter-spacing: 0.7px;
}
.page-header__title span {display:block;}

.page-header__subtitle {
  font-size: 28px;
  margin-bottom: 0;
}

.page-header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 430px;
  width: 100%;
}

.page-header__contacts .logo {
  margin-top: 4px;
  margin-right: 17px;
}

.page-header__contacts .logo img {
  display: block;
  width: 90px;
}

.page-header__contacts-right {
  max-width: 310px;
  width: 100%;
}

.page-header__contacts-phone {
  font-size: 29.8px;
  color: #ffffff;
  margin-bottom: 3px;
}

.page-header__contacts-phone a {
  color: inherit;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-header__contacts-phone a:hover {
  color: #c6c6c6;
}

.page-header__contacts-address {
  color: #ffffff;
}

.page-header__contacts-address b {
  display: block;
  font-size: 19px;
}

.page-header__contacts-address span {
  display: block;
  font-size: 14px;
}

.page-header__contacts-time {
  color: #ffffff;
}

.page-header__contacts-time span {
  font-size: 14px;
  margin-right: 35px;
}

.page-header__contacts-time a {
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-header__contacts-time a:hover {
  text-decoration: none;
  color: #d1d1d1;
}

.main-nav {
  padding-top: 21px;
  padding-bottom: 23px;
  margin-bottom: 21px;
  background-color: #f2f8fc;
}

.main-nav--inner {
  padding-top: 12px;
  padding-bottom: 14px;
}

.main-nav--inner .main-nav__menu-link {
  height: 79px;
}

.main-nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav__menu-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 185px;
  font-family: "Bebas";
  font-size: 36px;
  font-weight: bold;
  color: #10216d;
  height: 127px;
  background-color: #ffffff;
  border: solid 5px #10216d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
}

.main-nav__menu-link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 0;
  background-color: #10216d;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.main-nav__menu-link:hover {
  color: #ffffff;
}

.main-nav__menu-link:hover::after {
  width: 100%;
}

.section-content {
  margin-bottom: 26px;
}

.section-content .flex-container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-content__col-2 {
  max-width: 270px;
  -webkit-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  width: 100%;
}

.section-content__col-3 {
  max-width: 370px;
  -webkit-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  width: 100%;
}

.section-content__col-4 {
  max-width: 420px;
  -webkit-flex-basis: 420px;
  -ms-flex-preferred-size: 420px;
  flex-basis: 420px;
  width: 100%;
}

.section-content__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 0;
}

.about {
  max-width: 402px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f1f2f8;
}

.about__content {
  font-size: 18px;
  text-align: justify;
  line-height: 1.15;
  color: #010101;
}

.about__content p {
  margin-bottom: 0;
}

.experts__content img {
  display: block;
  margin: 0 auto 12px;
  height: 244px;
}

.experts__content p {
  font-size: 16px;
  text-align: justify;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.15;
}

.experts__title {
  font-family: "Bebas";
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #10216d;
}

.reviews__item {
  margin-bottom: 23px;
}

.reviews__text {
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
}

.reviews__title {
  font-size: 16px;
  margin-bottom: 2px;
  color: #10216d;
}

.news__content {
  width: 233px;
  margin: 0 auto;
}

.news {
  background-color: #f1f2f8;
}

.news__item {
  margin-bottom: 25px;
}

.news__date {
  font-weight: bold;
  color: #10216d;
}

.news__text {
  margin-bottom: 0;
  color: #000000;
}

.news__text a {
  color: #10216d;
}

.stock__item {
  width: 100%;
  margin-bottom: 8px;
  background-color: #f6f7fc;
  background-image: url("../../../../../templates/ipza/img/hand.png");
  background-position-y: 22px;
  background-position-x: 104%;
  background-repeat: no-repeat;
  background-blend-mode: darken;
  border: solid 1px #f7f7f7;
}

.stock__item-body {
  padding-top: 27px;
  padding-left: 15px;
}

.stock__item-footer {
  padding-top: 9px;
  padding-bottom: 6px;
  padding-left: 15px;
  padding-right: 31px;
  font-size: 18px;
  color: #000000;
  background-color: #ffc087;
}

.stock__item-footer p {
  margin-bottom: 0;
}

.stock__item-text {
  width: 196px;
}

.stock__item-text--top {
  font-size: 16px;
  margin-bottom: 12px;
  color: #10216d;
}

.stock__item-text--bottom {
  font-size: 14px;
  margin-bottom: 27px;
  color: #000000;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.photo-slider {
  position: relative;
  height: 100%;
}

.photo-slider__item {
  position: relative;
}

.photo-slider__item img {
  height: 100%;
}

.photo-slider__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "MinionPro";
  font-size: 48px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  color: #fefefe;
}

.photo-slider__control {
  position: absolute;
  bottom: 88px;
  width: 100%;
}

.photo-slider__control-prev,
.photo-slider__control-next {
  position: absolute;
  font-size: 22px;
  color: #fefefe;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.photo-slider__control-prev {
  left: 31px;
}

.photo-slider__control-next {
  right: 31px;
}

body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: -webkit-calc(100% - 100px);
  max-width: calc(100% - 100px);
  max-height: -webkit-calc(100% - 88px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

/* Buttons */

.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
  padding: 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fancybox-share p:first-of-type {
  margin-right: -10px;
}

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.fancybox-share input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}

/* Thumbs */

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

.license {
  margin-bottom: 56px;
}

.license .block-title {
  padding-bottom: 11px;
  margin-bottom: 35px;
}

.license__slider {
  position: relative;
  max-width: 1115px;
  margin: 0 auto;
}

.license__item {
  position: relative;
  width: 200px;
  background-color: #ffffff;
  border: solid 1px transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.license__item img {
  display: block;
  margin: 0 auto;
}

.license__item .fa {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  right: 15px;
  font-size: 29px;
  color: #323232;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.license__item:hover {
  border-color: #10216d;
}

.license__item:hover .fa {
  opacity: 1;
}

.license__slider-control {
  position: absolute;
  top: 45%;
  width: 100%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.license__slider-control-prev,
.license__slider-control-next {
  position: absolute;
  font-size: 27px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.license__slider-control-prev {
  left: -20px;
}

.license__slider-control-next {
  right: -20px;
}

.contacts-form {
  margin-bottom: 0;
}

.contacts-form .container {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  border-top: 3px solid #8186a0;
  background-color: #f1f2f8;
}

.contacts {
  max-width: 634px;
  width: 100%;
  padding: 19px 25px;
  background-color: #ffffff;
  border: solid 5px #10216d;
}

.contacts .fa {
  font-size: 30px;
}

.contacts__title {
  font-family: "Bebas";
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #10216d;
}

.contacts__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 30px;
  color: #0f1f67;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.contacts__phone .fa {
  margin-right: 11px;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.contacts__phone a {
  color: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.contacts__phone:hover {
  color: #1933aa;
}

.contacts__row {
  font-size: 18px;
  margin-bottom: 12px;
  color: #000000;
}

.contacts__row .fa {
  color: #0f1f67;
  vertical-align: middle;
}

.contacts__row .fa-envelope-o {
  margin-right: 9px;
}

.contacts__row .fa-skype {
  margin-right: 12px;
}

.contacts__row .fa-map-marker {
  margin-right: 20px;
}

.contacts__row a {
  color: #000000;
  vertical-align: middle;
}

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

.contacts__time {
  font-size: 16px;
  margin-left: 30px;
  color: #000000;
}

.contacts__time span {
  margin-left: 25px;
}

.contacts__time a {
  margin-left: 68px;
  text-decoration: underline;
}

.contacts__time a:hover {
  text-decoration: none;
  color: #262626;
}

.callback {
  width: 429px;
  text-align: center;
}

.callback__title {
  font-family: "Bebas";
  font-size: 30px;
  font-weight: bold;
  margin: 13px 0;
  color: #0f1f67;
}

.callback__subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0f1f67;
}

.callback-form__field {
  margin-bottom: 8px;
}

.callback-form__field:nth-child(2) {
  margin-bottom: 20px;
}

.callback-form__field-input {
  display: block;
  width: 100%;
  height: 54px;
  padding: 0 15px;
  background-color: #ffffff;
  border: 1px solid transparent;
  font-size: 18px;
  color: #000000;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.callback-form__field-input::-webkit-input-placeholder {
  text-align: center;
  color: inherit;
}

.callback-form__field-input::-moz-placeholder {
  text-align: center;
  color: inherit;
}

.callback-form__field-input:-ms-input-placeholder {
  text-align: center;
  color: inherit;
}

.callback-form__field-input::placeholder {
  text-align: center;
  color: inherit;
}

.callback-form__field-input:focus {
  border-color: #0f1f67;
}

.callback-form__field-input:focus::-webkit-input-placeholder {
  color: transparent;
}

.callback-form__field-input:focus::-moz-placeholder {
  color: transparent;
}

.callback-form__field-input:focus:-ms-input-placeholder {
  color: transparent;
}

.callback-form__field-input:focus::placeholder {
  color: transparent;
}

.callback-form__field-btn {
  display: block;
  width: 100%;
  font-family: "Bebas";
  font-size: 24px;
  padding: 13px 0 14px;
  border: 5px solid transparent;
  outline: none;
  background-color: #0f1f67;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.callback-form__field-btn:hover {
  border-color: #0f1f67;
  color: #0f1f67;
  background-color: #fff;
}

.section-map .container {
  padding: 0;
}

#map {
  display: block;
  width: 100%;
  min-height: 275px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.breadcrumbs__item {
  margin-right: 3px;
}

.breadcrumbs__link {
  position: relative;
  margin-right: 3px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.breadcrumbs__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.breadcrumbs__link:hover::after {
  width: 100%;
}

.breadcrumbs__item--active .breadcrumbs__link {
  color: #10216d;
}

.breadcrumbs__item--active .breadcrumbs__link::after {
  width: 100%;
  background-color: #10216d;
}

.services-menu {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}

.services-menu__list {
  max-width: 301px;
  width: 100%;
  border: 5px solid #10216d;
}

.services-menu__items {
  background-color: #fff;
  padding: 15px 0;
  padding-left: 15px;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services-menu__items:nth-child(even) {
  background-color: #f1f8fc;
}

.services-menu__items:hover {
  background-color: #10216d;
}

.services-menu__items:hover .services-menu__link {
  color: #ffffff;
}

.services-menu__link {
  font-family: "Bebas";
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
}

.services-menu__link.active {
  color: #10216d;
  font-weight: bold;
}

.services__wrapper {
  padding-top: 18px;
  max-width: 100%;
  width: 100%;
}

.services__text {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: justify;
}

.services__text p {
  margin-bottom: 10px;
}

.services__text b {
  color: #10216d;
}

.services__table {
  width: 100%;
  border: 2px solid #10216d;
  background-color: #ffffff;
  text-align: left;
}

.services__table tr {
  background-color: #f1f8fc;
}

.services__table tr:nth-child(even) {
  background-color: #ffffff;
}

.services__table td {
  height: 46px;
  font-size: 24px;
  color: #10216d;
}

.services__table-name {
  padding-left: 19px;
}

.services__table-price {
  font-weight: bold;
  padding-right: 61px;
}

.contacts-info .breadcrumbs {
  margin-bottom: 30px;
}

.contacts-info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 982px;
  width: 100%;
  margin: 0 auto 20px;
}

.contacts-info__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info__list-item .fa {
  font-size: 30px;
  margin-right: 10px;
  color: #0f1f67;
  vertical-align: middle;
}

.contacts-info__list-phone {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

.contacts-info__list-mail {
  font-size: 24px;
  text-decoration: underline;
  color: #10216d;
}

.contacts-info__list-mail:hover {
  text-decoration: none;
}

.contacts-info__list-skype {
  font-size: 24px;
  color: #10216d;
  vertical-align: middle;
}

.contacts-info__address {
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  text-align: center;
}

.contacts-info__licens {
  max-width: 711px;
  width: 100%;
  margin: 0 auto 20px;
  color: #b2b5b9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.contacts-info__scheme {
  padding-top: 20px;
  border-top: 3px solid #8186a0;
}

.contacts-info__scheme p {
  font-size: 18px;
  margin-bottom: 15px;
}

.contacts-info__scheme-title {
  display: block;
  font-size: 18px;
  margin-bottom: 17px;
  color: #10216d;
  text-align: center;
}

.contacts-info__scheme-img {
  position: relative;
  height: 379px;
  margin-bottom: 20px;
  overflow: hidden;
}

.contacts-info__scheme-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-footer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #10216d;
}

.page-footer .contacts {
  width: 580px;
  padding: 0;
  background: none;
  border: none;
}

.page-footer .contacts__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}

.page-footer .contacts__btn {
  font-family: "Bebas";
  font-size: 24px;
  width: 270px;
  height: 56px;
  background-color: #10216d;
  border: solid 1px #ffffff;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-footer .contacts__btn:hover {
  color: #0f1f67;
  background-color: #fff;
}

.page-footer .contacts__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ffffff;
}

.page-footer .contacts__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-footer .contacts__social .contacts__row:first-child {
  margin-right: 176px;
}

.page-footer .contacts__social .fa {
  color: #ffffff;
}

.page-footer .contacts__social a {
  color: #ffffff;
}

.page-footer .contacts__address,
.page-footer .contacts__time {
  color: #ffffff;
}

.page-footer .contacts__address a,
.page-footer .contacts__address .fa,
.page-footer .contacts__time a,
.page-footer .contacts__time .fa {
  color: inherit;
}

.page-footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 33px;
}

.page-footer__sitemap {
  max-width: 516px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-footer__sitemap-item {
  font-size: 18px;
  margin-bottom: 12px;
}

.page-footer__sitemap-item a {
  color: #fdfdfd;
  text-decoration: none;
}

.page-footer__sitemap-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-footer__copy {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.page-footer__feedback {
  display: none;
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1171px;
  padding-top: 34px;
  padding-bottom: 43px;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #f1f2f8;
}

.page-footer__feedback-title {
  display: block;
  font-family: "Bebas";
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 22px;
  text-transform: uppercase;
  text-align: center;
  color: #0f1f67;
}

.page-footer__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-footer__form-field {
  max-width: 429px;
  width: 100%;
}

.page-footer__form-field input {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #f1f2f8;
  background-color: #ffffff;
  color: #000000;
}

.page-footer__form-field input::-webkit-input-placeholder {
  text-align: center;
  color: #000000;
}

.page-footer__form-field input::-moz-placeholder {
  text-align: center;
  color: #000000;
}

.page-footer__form-field input:-ms-input-placeholder {
  text-align: center;
  color: #000000;
}

.page-footer__form-field input::placeholder {
  text-align: center;
  color: #000000;
}

.page-footer__form-field input:focus {
  border-color: #1e1e1e;
}

.page-footer__form-field input:focus::-webkit-input-placeholder {
  color: transparent;
}

.page-footer__form-field input:focus::-moz-placeholder {
  color: transparent;
}

.page-footer__form-field input:focus:-ms-input-placeholder {
  color: transparent;
}

.page-footer__form-field input:focus::placeholder {
  color: transparent;
}

.page-footer__form-btn {
  max-width: 251px;
  width: 100%;
}

.page-footer__form-btn button {
  font-family: "Bebas";
  font-size: 24px;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  outline: none;
  background-color: #ff0000;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-footer__form-btn button:hover {
  background-color: #cc0000;
}

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}




.menu-toggle,
.menu-toggle2 {
  margin: 10px 15px;
  display: none;
  width: 50px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 33, 109, 0.25);
  cursor: pointer;
  border-radius: 3px;
}

.menu-toggle2 {
	left: 100%;
	margin: 0;
	position: absolute;
	border-radius: 0;
	border: 0;
	background: #10216d;
}

.icon-toggle {
  width: 30px;
  height: 25px;
  position: relative;
  display: flex;
  align-items: center;
}

.icon-toggle span {
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background: #10216d;
  transition: .2s;
}

.menu-toggle2 span {
	background: #FFF;
}

.icon-toggle span:first-child { position: absolute; top: 0; }
.icon-toggle span:last-child { position: absolute; bottom: 0; }
.icon-toggle.active span:first-child { top: auto; transform: rotate(45deg); }
.icon-toggle.active span:last-child { bottom: auto; transform: rotate(-45deg); }
.icon-toggle.active span:nth-child(2) { display: none; }

.services-menu.active {
	transform: none;
}

@media (max-width: 1199px) {
	.page-header {
		padding: 20px 0;
	}
	.container {
		width: auto;
	}
	.page-header__info {
		max-width: 100%;
		margin: 0 0 15px;
		flex-basis: auto;
		width: calc(100% - 320px);
	}
	.page-header__info .logo {
		width: 50px;
	}
	.page-header__info-content {
		flex-shrink: 1;
		width: calc(100% - 80px);
		max-width: 100%;
	}
	.page-header .flex-container {
		align-items: center;
	}
	.flex-container {
		flex-wrap: wrap;
	}
	.page-header__title {
		line-height: normal;
		font-size: 24px !important;
	}
	.page-header__subtitle {
		font-size: 24px;
	}
	.page-header__contacts {
		max-width: 100%;
		width: 300px;
	}
	.page-header__contacts-left {
		width: 80px;
	}
	.page-header__contacts-right {
		max-width: 100%;
		width: calc(100% - 80px);
	}
	.page-header__contacts-phone {
		font-size: 20px;
	}
	.page-header__contacts-time a {
		display: block;
	}
	.main-nav {
		padding: 10px 0;
	}
	.main-nav__menu {
		flex-wrap: wrap;
		justify-content: center;
	}
	.main-nav__menu-link {
		width: auto;
		height: auto;
		border: 0;
		padding: 10px;
		background: none;
		font-size: 30px;
	}
	.about {
		max-width: 100%;
		order: 0;
		margin-bottom: 20px;
		flex-basis: auto;
	}
	.experts {
		order: 1;
		max-width: 100%;
		width: calc(100% - 400px);
		flex-basis: auto;
	}
	.photo-slider {
		order: 2;
		width: 300px;
		flex-basis: auto;
	}
	.license__slider-control-prev {
		left: 0 !important;
	}
	.license__slider-control-next {
		right: 0 !important;
	}
	.section-content__col-2 {
		width: 270px;
		max-width: 100%;
		flex-basis: auto;
	}
	.section-content__column.reviews {
		/* width: calc(100% - 300px); */
		width: 100%;
		max-width: 100%;
		flex-basis: auto;
	}
	.section-content__column.stock {
		width: 100%;
		max-width: 100%;
		flex-basis: auto;
	}
	.news__content {
		width: auto;
		padding: 0 15px;
	}
	.photo-slider__item {
		height: auto !important;
		border: 0 !important;
	}
	.photo-slider__control-prev,
	.photo-slider__control-next {
		color: #FFF !important;
	}
	.contacts-form .container {
		padding: 15px;
	}
	.contacts__phone {
		justify-content: flex-start;
		font-size: 16px;
		margin-bottom: 20px;
		flex-wrap: wrap;
	}
	.contacts__phone-item {
		margin-right: 15px;
	}
	.contacts__row {
		margin-bottom: 20px;
	}
	.section-content .contacts__row .contacts__link,
	.section-content .contacts__row .contacts__address {
		font-size: 16px !important;
	}
	.contacts {
		width: 330px;
		padding: 20px;
		max-width: 100%;
	}
	.section-content.contacts-form .callback {
		width: calc(100% - 350px);
		border: solid 5px #10216d;
		padding: 20px;
	}
	.contacts__time a {
		margin-left: 0;
		display: block;
	}
	.page-footer__top {
		justify-content: space-around;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.page-footer__sitemap,
	.page-footer .contacts {
		max-width: 100%;
		flex-basis: auto;
	}
	.page-footer__menu {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.page-footer__sitemap-list {
		width: 100%;
	}
	.page-footer__sitemap {
		width: 220px;
	}
	.page-footer .contacts {
		width: calc(100% - 230px);
		max-width: 600px;
	}
	.page-footer__counters {
		display: none !important;
	}
	.page-footer .contacts__top {
		flex-wrap: wrap;
	}
	.page-footer .contacts__social .contacts__row:first-child {
		margin-right: 0;
	}
	.page-footer .contacts__social a {
		margin-right: 15px;
	}
	.contacts__time {
		margin-left: 0;
		margin-top: 10px;
	}
	.contacts__time span {
		margin-left: 0;
	}
	.footer-share {
		text-align: left;
	}
	.footer_developer {
		text-align: center;
		float: none !important;
	}
	.services-menu {
		width: 250px;
		position: absolute;
		transform: translateX(-265px);
		transition: .3s;
		margin: 0;
		z-index: 111;
	}
	.services-menu + .services__wrapper {
		/* width: calc(100% - 330px); */
		width: 100%;
	}
	.services-menu__list {
		max-width: 100%;
	}
	.services-menu__items {
		padding: 0;
	}
	.services-menu__items a {
		padding: 10px 15px !important;
	}
	.services__wrapper br,
	.services__wrapper p:empty {
		display: none;
	}
	.specialists__list {
		justify-content: center;
	}
	.specialists__block {
		padding: 15px;
	}
	.breadcrumbs__list {
		flex-wrap: wrap;
	}
	.section-content p,
	.section-content ul li,
	.section-content ol li,
	div.news-detail {
		text-align: left;
	}
	.news-detail ul {
		margin-left: 20px !important;
	}
	caption.block-title {
		font-size: 30px !important;
		margin-top: 15px !important;
	}
	.news-item .list-title {
		text-align: left;
	}
	.contacts-info__list {
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0 !important;
	}
	.services__text ul li {
		margin: 10px;
	}
	.services__text p {
		text-indent: 0 !important;
	}
	.contacts-info__list-phone,
	.contacts-info__address {
		font-size: 22px;
	}
	h3 {
		text-align: left;
	}
	.popup-container.callback {
		width: auto;
	}
	a[href*="24log"],
	a[href*="liveinternet"] {
		position: absolute;
		left: -10000px;
	}
	.services__text h3 {
		font-size: 18px !important;
	}
	.services__wrapper .license__item a {
		background-repeat: no-repeat !important;
	}
	.services-menu__link.active {
		background: #f1f8fc;
	}
	.menu-toggle2 {
		display: flex;
	}
	.first-ul > li.active:first-child {
		padding-right: 0 !important;
	}
	.services-menu__link.parent.active.item-selected {
		font-size: 30px !important;
		letter-spacing: 0 !important;
	}
	.deeper-ul li a {
		letter-spacing: 0 !important;
	}
	.block-title {
		padding: 0 50px;
	}
	.deeper-ul li:hover a,
	.deeper-ul li.active a {
		color: #10216d !important;
	}
	.section-content__column.news {
		display: none;
	}
	.reviews__item:nth-child(4) ~ .reviews__item {
		display: none;
	}
	.section-content__column.stock > a,
	.section-content__column.stock > p {
		display: none;
	}
	.section-content__column.stock .block-title {
		border-top: 3px solid #8186a0;
		padding: 15px;
	}
	.section-content__column.prices .block-title {
		border-top: 3px solid #8186a0;
		padding: 15px;
	}
	.section-content__col-3.photo-slider {
		display: none;
	}
	.about {
		width: 50%;
		padding: 15px;
	}
	.experts {
		width: 50%;
		padding: 15px;
	}
	.section-content__column.prices {
		width: 100%;
		max-width: 100% !important;
    flex-basis: auto;
	}
}

@media (max-width: 768px) {
	.services-menu {
		/* width: 100%; */
	}
	.services__wrapper {
		width: 100% !important;
		padding-top: 20px;
	}
	h1 {
		font-size: 36px !important;
	}
	.services__table {
		display: block;
		overflow: auto;
	}
	.about {
		width: 100%;
		/* padding: 0 15px; */
	}
	.experts {
		width: 100%;
		/* padding: 0 15px; */
	}
	.photo-slider {
		width: 370px;
		margin: auto;
	}
	.section-content__column.prices {
		display: block !important;
	}
}

@media (max-width: 720px) {
	.page-header__info {
		width: 100%;
	}
	.page-header__contacts {
		width: 100%;
	}
	.contacts {
		width: 100%;
		margin-bottom: 20px;
	}
	.section-content.contacts-form .callback {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.menu-toggle {
		display: flex;
	}
	.main-nav {
		display: none;
		flex-direction: column;
	}
	.main-nav__menu-item {
		width: 100%;
	}
	.main-nav__menu-link {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.section-content__col-2 {
		width: 100%;
	}
	.section-content__column.reviews {
		width: 100%;
	}
	.page-footer__sitemap {
		width: 100%;
	}
	.page-footer .contacts {
		width: 100%;
	}
	.page-footer__sitemap-list {
		width: 50%;
	}
	.services__table tr td,
	.services__table tr th {
		font-size: 16px !important;
	}
	.services__table th {
		font-size: 18px !important;
	}
	table .num-num {
		font-size: 22px !important;
	}
	.services__table tbody tr td {
		border-bottom: 1px solid #10216d !important;
	}
	.services__table {
		border-top: 1px solid #10216d !important;
		border-left: 1px solid #10216d !important;
		border-right: 1px solid #10216d !important;
	}
	.services__table tbody tr:last-child td,
	.services__table thead th {
		border-bottom: 1px solid #10216d !important;
	}
}

@media (max-width: 500px) {
	.page-header__title {
		font-size: 20px !important;
	}
	.page-header__subtitle {
		font-size: 18px;
	}
	.detail__picture {
		float: none !important;
		margin: auto !important;
	}
	#review_add table td {
		display: block;
	}
	#review_add table td input,
	#review_add table td textarea {
		width: 100%;
	}
	#page15 td {
		display: block;
	}
}

@media (max-width: 400px) {
	.page-header__info .logo {
		width: 30px;
	}
	.page-header__info-content {
		width: calc(100% - 30px);
	}
	.page-header__contacts-left {
		width: 45px;
	}
	.page-header__contacts-right {
		width: calc(100% - 45px);
	}
	.photo-slider {
		width: 280px;
	}
	.page-footer .contacts__social {
		flex-wrap: wrap;
	}
	.page-footer .contacts__social .contacts__row {
		width: 100%;
	}
	.page-header__title {
		font-size: 18px !important;
	}
}

.table_div p {
  color: #24358c;
  margin-bottom: 0px !important;
  text-indent: 0px !important;
  font-weight: bold;
}
.cena1ps {
  text-align: center !important;
  padding: 0px !important;
}
.zag1ps {
  font-weight: bold;
  text-align: center !important;
  color: #24358c;
  font-size: 22pt;
  margin-top: 20px;
}
.table_div {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid;
  border-color: #cacaca;
}
.table_div td, .table_div tr {
  border: 3px solid;
  padding: 10px;
  border-color: #cacaca;
}
.descprice {
  padding: 0px !important;
  font-size: 14px;
  font-weight: 100 !important;
  text-align: center !important;
}
/* End */


/* Start:/nm_forms/assets/css/nm_forms.css?15091024201698*/
#standaloneModalBlock{
	position: absolute;
	top: -9999px;
	transition: all 0.5s ease;
}
#nm_overlay{
	display: none;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nm_overlay_shown{
	display: block!important;
	opacity: 0;
	z-index: 3333;
}
#standaloneModalBlock.visible{
	overflow-y: auto;
	z-index: 3334;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#standaloneModalBlock [data-nmforms]{
	z-index: 3335;
}
.error_field_wrapper{
	position:  relative;
}
.error_field_wrapper .error_text{
    color: #ff0000;
}
.nm_forms_response{
	clear: both;
	width: auto;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
}
.nmforms_errors{
	border-color: #ebccd1;
	background: #f2dede;
	color: #a94442;
}
.nmforms_success{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    position: relative;
    z-index: 10;
    width: auto;
}
.nmforms_errors_header{
	font-weight: bold;
	margin-bottom: 10px;
}
.nm_tooltip{
    position: absolute;
    top: -9999px;
    left: -9999px;
    min-width: 120px;
    max-width: 270px;
    background-color: rgba(000,000,000,0.8);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 40000;
    transition: opacity .6s;
    font-size: 12px;
    opacity: 1;
}
.nm_tooltip_wrapper{
	position: relative;
}
.nm_tooltip::after {
    content: "";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
/* End */


/* Start:/bitrix/templates/ipza/css/custom.css?16263330118324*/
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
h1{
    font-size: 58px;
}
.services__text h3{
    font-size: 28px;
}
caption.block-title{
    font-size: 40px;
    margin-top: 40px;
}
.services__wrapper{
    padding-top: 0;
}
.services__wrapper h2{
    position: relative;
    font-family: "Bebas";
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: center;
    color: #10216d;
}
.services__table{
    border-top: 5px solid #10216d;
    border-left: 5px solid #10216d;
    border-right: 5px solid #10216d;
}
.services__table tr td, .services__table tr th{
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
}
.services__table tbody tr td{
    border-bottom: 5px solid #10216d;
}
.services__table thead th{
    /* border-bottom: 1px solid grey; */
    border-bottom: 5px solid #10216d;
}
.services__table:not(.no-nth) tr td:nth-child(1){
    /* width: 290px; */
    width: 40%;
    border-right: 1px solid grey;
}
.services__table:not(.no-nth) tr td:nth-child(2){
    width: 40%;
    border-right: 1px solid grey;
    /* width: 200px; */
}
.services__table:not(.no-nth) tr td:nth-child(3){
    width: 20%;
    /* width: 185px; */
}
.services__table:not(.no-nth) tr td:nth-child(4){
    width: 170px;
}
.services__table tbody tr:last-child td {
    border-bottom: 3px solid #10216d;
}
.services__table tbody tr:last-child td[colspan="1"]{
    border-bottom: 5px solid #10216d;
}
.link-nav{
    background-image: url(../../../../../../images/link-bg2.png);
}
.specialists__list {
    display: flex;
    flex-wrap: wrap;
}
.specialists__block {
    width: 270px;
    margin-bottom: 30px;
    border-bottom: 1px solid #10216d;
    padding-bottom: 15px;
    cursor: pointer;
}
.specialists__photo {
    width: 200px;
    margin: 0 auto;
    background-size: cover;
    height: 250px;
}
.specialists__photo img {
    /* width: 200px; */
    /* height: 250px; */
}
.specialists__name {
    margin: 15px 0;
}
.specialists__name h3 {}
.specialists__description {
    text-align: center;
    padding: 0 5px;
}
.specialists__description p {}
.specialists__list .read-more{
    margin-top: 20px;
}
.specialists__wrapper .block-title{
    position: relative;
    font-family: "Bebas";
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
    border-bottom: 3px solid #8186a0;
    text-align: center;
    color: #10216d;
}
.rev-more{
    float: right;
    font-size: 12px;
}
.block-title a{
    color: #10216d;
}
.block-title a:hover{
    color: #337ab7;
}
.link-nav{
    position: fixed;
    bottom: 40px;
    left: 25px;
    top: auto;
}
.link-nav a:hover{
    color: #fff;
}
#text_content_block ul, #text_content_block ol{
    margin: 15px 0 15px 40px;
}
#text_content_block ul li{
    list-style: disc;
    margin: 5px 0;
}
.first-ul > li.active:first-child{
    padding-right: 15px;
}
.services-menu__items{
    position: relative;
}
.services-menu__items a{
    position: relative;
    z-index: 1;
}
.services-menu__items .fa{
    position: absolute;
    right: 14px;
    top: 14px;
    color: #8186a0;
    z-index: 0;
}
.first-ul >.services-menu__items.parent:hover, .first-ul > .services-menu__items.parent > .services-menu__items{
    background-color: transparent;
}
.first-ul >.services-menu__items.parent:hover .services-menu__link, .first-ul > .services-menu__items.parent > .services-menu__link.active{
    color: #10216d;
}
.services-menu__link.parent.active.item-selected{
    font-size: 33px;
    letter-spacing: 0.07em;
}
.services-menu__list .categories{
    
}
.services-menu__list .categories li{

}
.services-menu__list .categories li a{

}
.services-menu__items{
    padding-left:0;
    padding-right:0;
}
.services-menu__items a{
padding-left: 15px;
padding-right: 15px;
    display: block;
}
/* .services-menu__list.first-ul > li:not(.active-parent){
    display: none;
} */
.active-parent > i{
    display: none;
}
.deeper-ul{
       border: none; 
}
.deeper-ul li{

}
.deeper-ul li a{
    font-size: 26px;
    letter-spacing: 0.07em;
    font-weight: bold;
}
.deeper-ul .services-menu__items.active {
    background-color: #10216d;
}
.deeper-ul li:hover a{
    color: #fff!important;
}
.deeper-ul li.active a {
    color: #ffffff !important;
}
.services__text ul, .services__text ol{
    margin-left: 40px;
    padding-left: 0;
}
.services__text ul li{
    list-style: disc;
    margin: 5px 0;
}
.services__text ol li{
    list-style: decimal;
    margin: 5px 0;
}
h4{
    font-weight: bold;
}
.photo-slider__item-title{
  font-size: 26px;
    color: #000;
    bottom: 11px;
    font-weight: bold;
    top: auto;
    text-transform: none;
}
.photo-slider__item{
    border: 5px solid #10216d;
}
.slick-initialized .slick-slide:active{
    outline: none;
}
.photo-slider__control-prev, .photo-slider__control-next{
    color: #10216d;
}
.page-header__subtitle{
    color: #fff;
}
.link-nav{
    display: none!important;
}
.detail__picture{
    width: 200px;
    margin: 0 auto;
    background-size: cover;
    float: left;
    height: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.news-detail ul{
    margin-left: 260px;
}
.license__slider-control-next {
    right: -40px;
    font-size: 40px;
    color: #10216d;
}
.license__slider-control-prev {
    left: -40px;
    font-size: 40px;
    color: #10216d;
}
.fancybox-navigation .fancybox-button--arrow_right, .fancybox-navigation .fancybox-button--arrow_left{
    color: red;
}
.fancybox-navigation{
    display: block!important;
}
.photo-slider__control{
    bottom: 88px;
    z-index: 10;
}
.photo-slider__control-prev {
    left: 15px;
    font-size: 60px;
}
.photo-slider__control-next {
    right: 15px;
    font-size: 60px;
}
.photo-slider__item{
  height: 565px;
}
.photo-slider__item img{
    height: auto;
    padding: 10px;
}
.fancybox-caption h3{
  font-size: 30px;
}
.specialists__block a:not(.read-more){
  color: #000;
}
.review-header{
    overflow: hidden;
}
.review-header h3{
    float: left;
}
.review-header .review_date{
    float: right;
    color: #10216d;
    font-size: 14px;
    margin-top: 3px;
}
.internal__actions .stock__item{
    margin-bottom: 47px;
}
.internal__actions .stock__item-text{
    width: auto;
}
.internal__actions .stock__item-text--top{
    font-size: 26px;
    color: #000;
}
.internal__actions .stock__item-footer{
    font-size: 22px;
}
.services__table th{
    text-align: center;
    font-size: 28px!important;
}
.services__table-price br{
    display: none;
}
table .num-num{
    font-size: 28px;
}
.a-block{
    display: block;
}
.wideo-wrap{
    position: relative;
    width: 460px;
    height: 320px;
}
.wideo-wrap a{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.services__wrapper .slick-track{
    
}
.services__wrapper .license__item{

}
.services__wrapper .license__item a{
    display: block;
    height: 150px;
    background-size: contain;
}
.services__wrapper .slick-slide{
    margin: 0 10px;
}
.callback__title{
    font-size: 36px;
    margin-top: -5px;
}
.callback-form__field{
    margin-top: 46px;
}
.callback-form__field-btn{
    position: relative;
    top: 9px;
}
.contacts__phone{
    margin-bottom: 40px;
}
.contacts__row{
    margin-bottom: 30px;
}
.license__slider.internal-slider{
    max-width: 770px;
}
.license__slider.internal-slider .license__item{
/*     width: 120px; */
}
.license__slider.internal-slider .slick-track{
    height: 178px;
}
.larger{
    font-size: 1.2em;
}
.services__text p{
    margin-bottom: 20px;
    text-indent: 20px;
}
.section-content .contacts__row .contacts__link{
    font-size: 26pt;
}
.section-content .contacts__row .contacts__address{
    font-size: 20pt;
    display: flex;
}
.section-content .contacts__row .contacts__address span{

}
.section-content .contacts__time{
    margin-left: 37px;
}
.contacts-info__list-phone a{
    color: #10216d;
}
.page-footer__sitemap{
    flex-wrap: wrap;
}
.page-footer__menu{
display: flex;
    justify-content: space-between;
    width: 100%;
}
.page-footer__counters{
    display: flex;
    margin-top: 37px;
}
.b-share__handle{
    color: #fff;
}
.required.invalid{
    border: 2px solid red;
}
/* End */


/* Start:/bitrix/templates/ipza/template_styles.css?1743732795369*/
.left-menu {float:left;}
.right-content {margin-left: 379px;}
.footer-share {text-align:center;}.footer-share *{color:#fff;}
.popup-container {background:#fff;padding:15px;}
.popup-container input {border-color:#ccc;}
.page-header__title {color:#fff}
.page-header__info {align-items: center;}
.photo-slider__item {height: 465px;}
.photo-slider__control {display:none;}

/* End */
/* /bitrix/templates/ipza/css/font-awesome.css?151812061740783 */
/* /bitrix/templates/ipza/js/magnific-popup/magnific-popup.css?15181206176952 */
/* /bitrix/templates/ipza/css/style.css?162633284367097 */
/* /nm_forms/assets/css/nm_forms.css?15091024201698 */
/* /bitrix/templates/ipza/css/custom.css?16263330118324 */
/* /bitrix/templates/ipza/template_styles.css?1743732795369 */
