@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:FontAwesome;src:url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\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-close:before,.fa-remove:before,.fa-times: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-times-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-times-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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc: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-full:before,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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-times-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-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-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-full:before,.fa-thermometer: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-bath:before,.fa-bathtub:before,.fa-s15: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-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-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}@font-face{font-family:sp-indicator-fontello;src:url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/font/fontello.eot?88546065);src:url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/font/fontello.eot?88546065#iefix) format('embedded-opentype'),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/font/fontello.woff2?88546065) format('woff2'),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/font/fontello.woff?88546065) format('woff'),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/font/fontello.ttf?88546065) format('truetype'),url(//fc2export.com/wp-content/plugins/wp-expand-tabs-free/src/Shared/font/fontello.svg?88546065#fontello) format('svg');font-weight:400;font-style:normal}[class*=" sp-indicator-icon-"]:before,[class^=sp-indicator-icon-]:before{font-family:sp-indicator-fontello;font-style:normal;font-weight:400;speak:never;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sp-indicator-icon-indicator-right-open-big:before{content:'\e806'}.sp-indicator-icon-indicator-right-open-1:before{content:'\e807'}.sp-indicator-icon-right:before{content:'\e817'}.sp-indicator-icon-indicator-right-open:before{content:'\f006'}
@import url("https://fonts.googleapis.com/css?family=Jost:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic");*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:#000;line-height:1;font-family:Jost;font-size:.9375rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Jost;font-size:inherit}button{cursor:pointer;color:inherit;background-color:transparent}a{color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}.lock body{overflow:hidden;-ms-touch-action:none;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{max-width:88.75rem;margin:0 auto;padding:0 .9375rem}[class*=-ibg]{position:relative}[class*=-ibg] img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}[class*=-ibg_contain] img{-o-object-fit:contain;object-fit:contain}* a{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;cursor:pointer}* a:hover{color:#ff6c0c}.header{padding:50px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px;gap:20px}.header__logo{margin-left:50px;margin-right:30px}.header__logo a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:24px}.header__logo img{width:100%;height:100%;margin-right:10px;max-width:250px}.header__menu{justify-content: center;max-width:800px;padding:0 10px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;margin:0 auto;font-weight:500}.header__menu_top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__menu_top p{cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.header__menu_top p:hover{color:#ff6c0c}.header__menu_grafik{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;font-weight:400;margin-top: 25px;}.header__menu_grafik p{color:#ff6c0c}.header__menu_social img{width:18px}.header__menu_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__button{height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:10px;margin-right:50px}.header__button button{height:100%;border:2px solid #ff6c0c;padding:5px;border-radius:5px;width:185px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-weight:400}.header__button button:hover{background:#ff6c0c;color:#fff}.social{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.social a{color:#ff6c0c}.header-fix{position:fixed;top:0;left:0;width:100%;padding:5px 10px;background:#fff;z-index:99999}.header-fix .header__logo a{font-size:16px}.header-fix .header__logo img{width:115px;height:50px}.header-fix .header__menu_top{display:none}.header-fix .header__button button{height:70%}.footer{background:#212121;padding:50px 0}.footer .fomr-2__info,.footer .form-2__check{color:#fff!important}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:25px}.footer__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:45px;border-bottom:1px solid rgba(255,255,255,.5)}.footer__item_title{color:rgba(255,255,255,.5);text-transform:uppercase;margin-bottom:20px}.footer__item_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.footer__item_link{font-size:20px;color:#fff;font-weight:300}.footer__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__form_item{padding:15px;font-size:20px;background:0 0;color:#fff;border-bottom:1.5px solid #fff;outline:0;height:65px}.footer__form_item::-webkit-input-placeholder{color:#fff}.footer__form_item::-moz-placeholder{color:#fff}.footer__form_item:-ms-input-placeholder{color:#fff}.footer__form_item::-ms-input-placeholder{color:#fff}.footer__form_item::placeholder{color:#fff}.footer__copywrite{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;font-size:20px;font-weight:300}.footer__copywrite_policy{width:33.3%}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:33.3%;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__lang{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:33.3%;gap:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}section{margin:100px auto}section h2{font-weight:600;font-size:40px;padding:0 0 50px;text-align:center}a i{position:relative;top:2px}.no-webp .page .banner{background:url(//fc2export.com/wp-content/themes/factory/assets/img/back1.jpg) 0 0/cover no-repeat}.page .banner{width:100%;height:700px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}.page .banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:330px}.page .banner__content h1{font-weight:600;color:#fff;font-size:44px;margin:30px 0;text-transform:uppercase;text-align:center;text-shadow:2px 2px 6px rgba(0,0,0,.6784313725)}.page .banner__content h2{color:#fff;margin:30px 0;padding:0;text-shadow:2px 2px 6px rgba(0,0,0,.6784313725)}.page .banner__content h3{font-weight:600;color:#fff;font-size:30px;margin:30px 0;text-shadow:2px 2px 6px rgba(0,0,0,.6784313725)}.button{min-width:185px;border:2px solid #ff6c0c;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#fff;margin:30px 0;padding:15px;border-radius:5px;text-align:center;cursor:pointer}.button:hover{background:#ff6c0c;color:#fff}.advantages__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:50px 0}.advantages__item{text-align:center}.advantages__item_img{width:75px}.advantages__item_text{color:#7d7d7d;line-height:1.2;font-size:24px;padding:25px 0 0}.import{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#e7e7e7;padding:50px 0 11px;margin:0}.import__title{font-weight:700;font-size:30px}.import__items{margin:50px auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:700px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.import__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.import__item_img{width:100px;height:100px;background:#fff;border-radius:50%;padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:4px 4px 6px rgba(133,133,133,.4901960784);box-shadow:4px 4px 6px rgba(133,133,133,.4901960784)}.import__item_img svg{width:100%;height:100%}.import__item_img svg path{fill:#ff6c0c}.import__item_title{text-transform:uppercase;font-weight:600;font-size:20px;padding-bottom:20px}.import__item_desc{font-size:20px;line-height:24px;max-width:180px}.services__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.services__item{width:30%;padding:20px;-webkit-box-shadow:0 0 7px rgba(193,193,193,.6509803922);box-shadow:0 0 7px rgba(193,193,193,.6509803922);border-radius:5px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.services__item_more{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.services__item:hover{-webkit-box-shadow:0 28px 36px 0 rgba(0,0,0,.24);box-shadow:0 28px 36px 0 rgba(0,0,0,.24)}.services__item:hover span{color:#ff6c0c}.services__item_title{font-weight:700;font-size:20px;height:40px}.services__item_info{height:144px;margin:20px 0;line-height:24px}.services2__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.services2__item{width:48.5%;height:270px;border-radius:5px;position:relative}.services2__item_img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:15px;position:absolute;top:0;left:0;z-index:0}.services2__item_body{position:relative;z-index:1;color:#fff;padding:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px}.services2__item_desc-and-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.services2__item_desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.services2__item_btn{margin:0}.form{background:#e7e7e7;padding:50px 0}.form__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;gap:20px}.form__img-block{width:100%;max-width:595px}.form__img-block img{width:100%;border-radius:5px}.form__about{width:100%;max-width:595px}.form__about_title{font-weight:600;color:#000;font-size:40px;padding:0;text-align:left}.form__about_item{color:#696969;font-size:22px;line-height:34px;padding:10px 0;text-align:justify}.form__about button{color:#000}.form__body{padding:50px 0;width:100%;max-width:500px}.form__body_title{font-weight:600;color:#fff;font-size:40px;padding:0 0 30px;text-align:left}.form__body_items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form__body_input{width:47%;padding:15px 0;font-size:24px;background:0 0;color:#fff;border-bottom:1.5px solid #fff;outline:0;height:65px}.form__body_input::-webkit-input-placeholder{color:#fff}.form__body_input::-moz-placeholder{color:#fff}.form__body_input:-ms-input-placeholder{color:#fff}.form__body_input::-ms-input-placeholder{color:#fff}.form__body_input::placeholder{color:#fff}.form__body_textarea{width:100%;overflow:hidden}.form__body_btn{margin:30px 0;color:#fff;width:100%}.no-webp .form-2{background:-webkit-gradient(linear,left top,left bottom,from(rgba(117,117,117,.8)),to(rgba(0,0,0,.48))),url(//fc2export.com/wp-content/themes/factory/assets/img/video-poster.jpg) 0 0/cover no-repeat}.no-webp .form-2{background:linear-gradient(rgba(117,117,117,.8),rgba(0,0,0,.48)),url(//fc2export.com/wp-content/themes/factory/assets/img/video-poster.jpg) 0 0/cover no-repeat}.form-2{color:#fff!important;padding:0}.form-2__title{width:100%;padding:33px 0;max-width:595px}.form-2__title h3{font-size:55px;margin-top:12px;line-height:79px}.form-2__check{padding:15px 0}.form-2__info{line-height:24px}.delivery-time__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.delivery-time__item{width:25%;background-color:#f6f6f6;padding:15px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;height:520px;max-height:570px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.delivery-time__item:hover{-webkit-box-shadow:0 28px 36px 0 rgba(0,0,0,.24);box-shadow:0 28px 36px 0 rgba(0,0,0,.24)}.delivery-time__item_icon{margin:30px 0;width:75px}.delivery-time__item_title{font-size:30px;color:#282828}.delivery-time__item_info{margin:30px 0;height:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.7;color:#686868}.delivery-time__item_#FF6C0C{height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ff6c0c;text-transform:uppercase;font-weight:600}.delivery-time__item_#FF6C0C-button{margin:30px 0;margin-bottom:70px;text-transform:uppercase;padding:15px;background:#ff6c0c;color:#fff;border-radius:5px}.delivery-time__item_button{line-height:1.7;text-transform:uppercase;background:#303030;color:#fff;padding:10px 15px;border-radius:5px;position:absolute;width:100%;bottom:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.delivery-time__item_button:hover{background:#ff6c0c}.delivery-services__item{background-color:transparent;-webkit-box-shadow:0 0 7px rgba(193,193,193,.6509803922);box-shadow:0 0 7px rgba(193,193,193,.6509803922);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.delivery-services__item:hover{-webkit-box-shadow:0 28px 36px 0 rgba(0,0,0,.24);box-shadow:0 28px 36px 0 rgba(0,0,0,.24)}.delivery-services__item_info{margin:20px 0;height:auto}.delivery-services__item_#FF6C0C-button{margin:0 0 80px}.mySetka .services__container{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr);-ms-grid-rows:(1fr)[2];grid-template-rows:repeat(2,1fr);grid-template-areas:"a a b b b" "c d d d e" "c f f f f"}.mySetka .services__item{display:-ms-grid;display:grid;height:100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:hidden;width:100%;width:100%}.mySetka .services__item_title{height:65px}.mySetka .services__item:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:a;background:#ff6c0c;color:#fff}.mySetka .services__item:nth-child(2){-ms-grid-row:1;-ms-grid-column:3;-ms-grid-column-span:3;grid-area:b}.mySetka .services__item:nth-child(3){-ms-grid-row:2;-ms-grid-row-span:2;-ms-grid-column:1;grid-area:c}.mySetka .services__item:nth-child(4){-ms-grid-row:2;-ms-grid-column:2;-ms-grid-column-span:3;grid-area:d}.mySetka .services__item:nth-child(5){-ms-grid-row:2;-ms-grid-column:5;grid-area:e;background:#eee}.mySetka .services__item:nth-child(6){-ms-grid-row:3;-ms-grid-column:2;-ms-grid-column-span:4;grid-area:f}.mySetka .services__item:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.sertificate__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px}.sertificate__img{max-width:500px}.sertificate__info h3{font-size:37px}.sertificate__info p{font-size:20px;font-weight:300;margin:25px 0}.blog{background:#eee;padding:50px 0}.blog__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.blog__item{width:31.5%;overflow:hidden}.blog__item_img{overflow:hidden;width:100%;height:222px;border-radius:10px}.blog__item_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.blog__item_img img:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.blog__item_news{font-size:16px;color:rgba(0,0,0,.5411764706);padding:20px 0}.blog__item_title{font-size:22px}.blog__item_date{font-size:16px;color:rgba(0,0,0,.5411764706);padding:20px 0}.blog__item_info{font-size:20px;font-weight:300}.blog__btn{text-align:center;color:#000;max-width:185px;margin:50px auto}.services3 a:hover{color:inherit}.services3__title{padding:0 0 30px}.services3__subtitle{padding:0 0 40px;font-size:22px;color:#ff6c0c;text-align:center}.services3 .mySetka2{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr 20px 1fr;grid-template-columns:repeat(3,1fr);-ms-grid-rows:1fr;grid-template-rows:repeat(1,1fr);grid-template-areas:"a b b" "c c e";grid-gap:20px}.services3 .mySetka2__item{width:100%;display:-ms-grid;display:grid;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.services3 .mySetka2__item:hover{-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.services3 .mySetka2__item:nth-child(1){-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:a}.services3 .mySetka2__item:nth-child(2){-ms-grid-row:1;-ms-grid-column:3;-ms-grid-column-span:3;grid-area:b}.services3 .mySetka2__item:nth-child(3){-ms-grid-row:3;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:3;grid-area:c}.services3 .mySetka2__item:nth-child(4){-ms-grid-row:3;-ms-grid-column:5;grid-area:e}.timeline{margin:100px auto 150px}.timeline__more{margin-top:5px}.timeline__body{min-height:250px;position:relative;background:url(//fc2export.com/wp-content/themes/factory/assets/img/line1366.svg) no-repeat center;background-size:1410px auto}.timeline__item{position:absolute;cursor:pointer}.timeline__item:nth-child(1){left:calc(50% - 585px);top:55px}.timeline__item:nth-child(2){left:calc(50% - 355px);top:175px}.timeline__item:nth-child(3){left:calc(50% - 112px);top:142px}.timeline__item:nth-child(4){left:calc(50% + 120px);top:90px}.timeline__item:nth-child(5){left:calc(50% + 365px);top:185px}.timeline__item:nth-child(6){left:calc(50% + 575px);top:140px}.timeline__item_number{margin:0;color:rgba(0,0,0,.705);font-size:2.813rem;font-weight:700;line-height:1}.timeline__item_desk{max-width:135px;margin:5px 0 5px 0;color:rgba(0,0,0,.705);font-size:1.188rem;line-height:1.1;font-weight:500}.timeline__item_podskazka{padding:16px;width:259px;border-radius:2px;background-color:#fff;height:130px;-webkit-box-shadow:0 28px 36px 0 rgba(0,0,0,.24);box-shadow:0 28px 36px 0 rgba(0,0,0,.24);display:-webkit-box;display:-ms-flexbox;display:flex;font-family:Muller;font-size:16px;letter-spacing:0;line-height:19px;padding-bottom:17px;color:#7a7a7a;position:absolute;top:-125px;z-index:10;left:-10px;opacity:0;visibility:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.timeline__item:hover .timeline__item_podskazka{opacity:1;visibility:visible}.manufacturer__test-img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:50px auto}.manufacturer__info{text-align:center;color:#282828;font-weight:400;line-height:1.2;font-size:1.5rem}.manufacturer__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:50px;margin:50px 0}.manufacturer__item{width:20%;height:200px}.manufacturer__item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:1366px){.timeline__body{background:url(//fc2export.com/wp-content/themes/factory/assets/img/line1024.svg) no-repeat center;background-size:1068px auto}.timeline__item:nth-child(1){left:calc(50% - 455px);top:66px}.timeline__item:nth-child(2){left:calc(50% - 276px);top:183px}.timeline__item:nth-child(3){left:calc(50% - 97px);top:160px}.timeline__item:nth-child(4){left:calc(50% + 60px)}.timeline__item:nth-child(5){left:calc(50% + 240px)}.timeline__item:nth-child(6){left:calc(50% + 417px);top:160px}}@media (max-width:1300px){[class*=__container]{padding:0 80px}}@media (max-width:1200px){.mySetka .services__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.mySetka .services__item{width:31%}}@media (max-width:1024px){.timeline__body{max-width:768px;height:1097px;margin:60px auto 0 auto;background:url(//fc2export.com/wp-content/themes/factory/assets/img/line768.svg) no-repeat center;background-size:auto 1097px}.timeline__item:nth-child(1){left:calc(50% - 100px);top:96px}.timeline__item:nth-child(2){left:calc(50% + 80px);top:260px}.timeline__item:nth-child(3){left:calc(50% - 100px);top:432px}.timeline__item:nth-child(4){left:calc(50% + 77px);top:692px}.timeline__item:nth-child(5){left:calc(50% - 102px);top:830px}.timeline__item:nth-child(6){left:calc(50% + 78px);top:calc(100% - 44px)}}@media (max-width:993px){.services3 .mySetka2{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.services3 .mySetka2__item{width:48%;height:210px}}@media (max-width:768px){.services3 .mySetka2__item{width:100%;height:210px}.timeline__body{width:100%;max-width:320px;height:1028px;background:url(//fc2export.com/wp-content/themes/factory/assets/img/line320.svg) no-repeat center;background-size:auto 1028px}.timeline__item:nth-child(1){left:91px;top:36px}.timeline__item:nth-child(2){left:145px;top:200px;text-align:right}.timeline__item:nth-child(3){left:92px;top:370px}.timeline__item:nth-child(4){left:65px;top:628px;text-align:right}.timeline__item:nth-child(5){left:90px;top:764px}.timeline__item:nth-child(6){left:157px;top:calc(100% - 23px);text-align:right}}@media (max-width:767px){.mySetka .services__item{width:48%}}@media (max-width:531px){.mySetka .services__item{width:100%}}.webp .page .banner{background:url(//fc2export.com/wp-content/themes/factory/assets/img/back1.webp) 0 0/cover no-repeat}.webp .form-2{background:-webkit-gradient(linear,left top,left bottom,from(rgba(117,117,117,.8)),to(rgba(0,0,0,.48))),url(//fc2export.com/wp-content/themes/factory/assets/img/video-poster.webp) 0 0/cover no-repeat}.webp .form-2{background:linear-gradient(rgba(117,117,117,.8),rgba(0,0,0,.48)),url(//fc2export.com/wp-content/themes/factory/assets/img/video-poster.webp) 0 0/cover no-repeat}*{
line-height: 1.7;
}
.wrapper{
position: relative;
}
.footer .form__body_items {
flex-direction: column;
}
.footer__myform p{
display: flex;
flex-wrap: wrap;
row-gap: 10px;
column-gap: 40px;
}
.footer__myform p span{
width: 47%;
}
.footer__myform p span:nth-child(9){
width: 100%;
}
.footer__myform p span .form__body_input{
width: 100%;
}
.footer__checkbox{
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: flex-end;
color: #fff;
gap: 15px;
margin-bottom: 10px;
}
.footer .form__body_btn{
background: transparent;
}
.wpcf7 form.sent .wpcf7-response-output{
color: #fff;
text-align: center;
}
.import__item_img img{
width: 85%;
}
.header__button a{
height: 100%;
border: 2px solid #ff6c0c;
padding: 5px;
border-radius: 5px;
width: 185px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
}
.header__button a:hover{
background: #ff6c0c;
color: #fff;
}
.my-slider{
max-width: 1000px;
margin: 0 auto;
}
.my-slider__columns{
box-shadow: 2px 3px 15px #00000096;
border-radius: 2px;
}
.my-slider__img{
width: 40% !important;
}
.my-slider__img_img img{
width: 100%;
}
.my-slider__info_text{
max-height: 192px;
overflow-y: scroll;
overflow-x: hidden;
}
.my-slider__info_title{
font-size: 14px;
}
#sp-wp-tabs-wrapper_33.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane,
#sp-wp-tabs-wrapper_33.sp-tab__lay-default > ul{
border: none !important;
}
#sp-wp-tabs-wrapper_33.sp-tab__lay-default > ul .sp-tab__nav-item,
#sp-wp-tabs-wrapper_33.sp-tab__lay-default label.collapsed > .sp-tab__card-header{
background: transparent;
}
#sp-wp-tabs-wrapper_33 .sp-tab__nav{
justify-content: center !important;
}
#sp-wp-tabs-wrapper_33.sp-tab__lay-default > ul .sp-tab__nav-item{
margin: 0 !important;
}
#sp-wp-tabs-wrapper_33 > .sp-tab__nav-tabs .sp-tab__nav-link{
border: none;
border-bottom: 1px solid #cccccc !important;
}
#sp-wp-tabs-wrapper_33 .sp-tab__nav-tabs .sp-tab__nav-item.show .sp-tab__nav-link,
#sp-wp-tabs-wrapper_33.sp-tab__lay-default ul li label.sp-tab__active{
border-bottom: 1px solid #ff6c0c !important;
}
#sp-wp-tabs-wrapper_33.sp-tab__lay-default > ul > li > label,
#sp-wp-tabs-wrapper_33.sp-tab__lay-default > ul > li > a{
padding-right: 45px !important;
padding-left: 45px !important;
}
div#n2-ss-2 .n-uc-T72F5SkjhiEJ.
div#n2-ss-2 .n-uc-DKUai2u3IEdP{
padding: 10px 35px 10px 10px !important;
}
.form__body_btn{
background: transparent;
}
.n2-ss-slider .n2-ss-slider-controls-absolute-left-center>*, .n2-ss-slider .n2-ss-slider-controls-absolute-right>*{
margin-left: 45px !important;
}
.page-banner{
height: 400px;
margin: 0 auto 100px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
position: relative;
flex-direction: column;
gap: 40px;
text-align: center;
padding: 20px;
}
.page-banner__img{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
object-position: 0 -140px;
}
.page-banner__title{
position: relative;
color: #fff;
text-transform: uppercase;
font-size: 49px;
font-weight: 400;
text-shadow: 0 0 4px black;
}
.page-gray-img-block{
background: #F4F3F6;
padding: 50px 0;
}
.page-gray-img-block__container{
display: flex;
gap: 25px;
}
.page-gray-img-block__text{
font-size: 22px;
font-weight: 300;
line-height: 34px;
text-align: justify;
}
.svg-timeline{
background: linear-gradient(45deg, #ffb072, #ff6c0c);
padding: 100px 0; }
.svg-timeline__container{
}
.svg-timeline__title{
text-align: center;
font-size: 33px;
font-weight: 500;
margin-bottom: 65px;
color: #fff;
}
.svg-timeline__svg{
}
.svg-timeline__svg_desc{
display: block;
width: 80%;
margin: 0 auto;
}
.svg-timeline__svg_mob{
display: none;
}
.gotovie-resheniya__icon{
width: 100px;
height: 100px;
padding: 20px;
border: 1px solid #0000002b;
border-radius: 50%;
margin-bottom: 15px;
transition: all 0.3s ease-in-out;
}
.gotovie-resheniya__icon img{
width: 100%;
height: 100%;
object-fit: contain;
}
.gotovie-resheniya .services__item:hover .gotovie-resheniya__icon{
border: 1px solid #FF6C0E;
}
.gotovie-resheniya__title{
padding: 50px 15px;
font-size: 30px;
font-weight: 500;
color: #FF6C0E;
}
.checklist {}
.checklist__container {}
.checklist__body {
display: flex;
gap: 100px;
}
.checklist__left {
width: 50%;
position: relative;
}
.checklist__left_title {
color: #FF6C0C;
text-align: left;
font-size: 48px;
font-weight: 700;
max-width: 545px;
position: -webkit-sticky;
position: sticky;
top: 79px;
}
.checklist__right {
width: 50%;
}
.checklist__list {
list-style: none;
}
.checklist__list_item {
background: #F4F3F6;
padding: 30px;
font-size: 21px;
margin-bottom: 20px;
color: #645677;
}
.beginer .services__item{
height: 304px;
}
.my-spoiler{
border: 1px solid #ff6c0c;
padding: 20px;
}
.my-spoiler .su-spoiler-title{
border: none;
outline: none !important;
font-size: 20px;
}
.service-page__items{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 20px;
}
.service-page__item{
width: 48%;
padding: 65px 45px;
min-height: 354px;
}
.service-page__item1{
background: url(//fc2export.com/wp-content/uploads/2024/04/поиск-производителя-поставщика.jpg) center/cover no-repeat;
}
.service-page__item2{
background: url(//fc2export.com/wp-content/uploads/2024/04/выкуп-с-площадок.jpg) center/cover no-repeat;
}
.service-page__item3{
background: url(//fc2export.com/wp-content/uploads/2024/04/Аудит-и-инспекция.jpg) center/cover no-repeat;
}
.service-page__item4{
background: url(//fc2export.com/wp-content/uploads/2024/04/ОЕМ-производство.jpg) center/cover no-repeat;
}
.service-page__item5{
background: url() center/cover no-repeat;
}
.service-page__item6{
background: url(//fc2export.com/wp-content/uploads/2024/04/оплата-поставщикам.jpg) center/cover no-repeat;
}
.service-page__item7{
background: url(//fc2export.com/wp-content/uploads/2024/04/параллельный-импорт.jpg) center/cover no-repeat;
}
.service-page__item8{
background: url(//fc2export.com/wp-content/uploads/2024/04/помощь-в-импортозамещении.jpg) center/cover no-repeat;
}
.service-page__item9{
background: url(//fc2export.com/wp-content/uploads/2024/04/кредитование-поставок.jpg) center/cover no-repeat;
}
.service-page__item10{
background: url(//fc2export.com/wp-content/uploads/2024/04/провеати-переговоры.jpg) center/cover no-repeat;
}
.service-page__item11{
background: url(//fc2export.com/wp-content/uploads/2024/04/Аудит-1.jpg) center/cover no-repeat;
}
.service-page__item12{
background: url(//fc2export.com/wp-content/uploads/2024/04/бизнесс-тур-и-выставки.jpg) center/cover no-repeat;
}
.service-page__item13{
background: url() center/cover no-repeat;
}
.service-page__item14{
background: url(//fc2export.com/wp-content/uploads/2024/04/автодоставка.jpg) center/cover no-repeat;
}
.service-page__item15{
background: url(//fc2export.com/wp-content/uploads/2024/04/доставка-морем.jpg) center/cover no-repeat;
}
.service-page__item16{
background: url(//fc2export.com/wp-content/uploads/2024/04/авиадоставка.jpg) center/cover no-repeat;
}
.service-page__item17{
background: url(//fc2export.com/wp-content/uploads/2024/04/ЖД-доставка.jpg) center/cover no-repeat;
}
.service-page__item18{
background: url(//fc2export.com/wp-content/uploads/2024/04/таможенное-оформление.jpg) center/cover no-repeat;
}
.service-page__item19{
background: url(//fc2export.com/wp-content/uploads/2024/04/страхование-груза.jpg) center/cover no-repeat;
}
.service-page__item20{
background: url(//fc2export.com/wp-content/uploads/2024/04/сборные-грузы.jpg) center/cover no-repeat;
}
.service-page__item21{
background: url(//fc2export.com/wp-content/uploads/2024/04/карго-доставка.jpg) center/cover no-repeat;
}
.service-page__item22{
background: url(//fc2export.com/wp-content/uploads/2024/04/контейнерный-перевозки.jpg) center/cover no-repeat;
}
.service-page__item23{
background: url(//fc2export.com/wp-content/uploads/2024/04/экспресс-доставка.jpg) center/cover no-repeat;
}
.service-page__item24{
background: url() center/cover no-repeat;
}
.service-page__item3-1{
background: url(//fc2export.com/wp-content/uploads/2023/12/asia_mainserv_lic-1-10-1.jpg) center/cover no-repeat;
}
.service-page__item3-2{
background: url(//fc2export.com/wp-content/uploads/2023/12/asia_mainserv_lic-3-1.jpg) center/cover no-repeat;
}
.service-page__item3-3{
background: url(//fc2export.com/wp-content/uploads/2023/12/asia_mainserv_lic-1-13.jpg) center/cover no-repeat;
}
.service-page__item3-4{
background: url(//fc2export.com/wp-content/uploads/2023/12/asia_mainserv_lic-3-2.jpg) center/cover no-repeat;
}
.service-page__item3-5{
background: url(//fc2export.com/wp-content/uploads/2023/12/asia_download_mnng.jpg) center/cover no-repeat;
width: 100%;
}
.service-page__item4-1{
//background: url(//fc2export.com/wp-content/uploads/2024/04/бизнесс-под-ключч.jpg) center/cover no-repeat;
background: url(//fc2export.com/wp-content/uploads/2024/04/бизнесс-под-ключч.jpg) 0 0/cover no-repeat;
width: 100%;
}
.service-page__item_alltitle{
color: #ff6c0c;
}
.service-page__item_alltitle{
text-transform: uppercase;
letter-spacing: .2rem;
margin-bottom: 15px;
font-size: .9rem;
font-weight: 500;
}
.service-page__item_title{
font-size: 2rem;
margin-bottom: 28px;
}
.service-page__item_desc{
font-size: 15px;
line-height: 1.7;
margin-bottom: 35px;
max-width: 255px;
}
.service-page__item_anchor{
height: 100%;
border: 2px solid #ff6c0c;
padding: 15px;
border-radius: 5px;
width: 185px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
}
.service-page__title{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 20px;
padding: 0px 0 50px;
}
.service-page__title h3{
font-size: 25px;
text-align: center;
}
.service-page__title span{
background: #ff6c0c;
color: #fff;
padding: 8px;
border-radius: 4px;
font-size: 13px;
font-weight: 700;
}
.header__desc{
width: 100%;
display: flex;
align-items: center;
}
.header__mob{
display: none;
}
.footer__myform br{
display: none;
}
.blog,
.form-2{
margin: 0 auto;
}
.form-2 .footer__myform p span{
width: 100%;
}
.form__about_title{
line-height: 1.2;
}
.my-tabs__container {}
.tabs {}
.tabs__items {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.tabs__item {
padding: 20px;
font-size: 18px;
text-transform: uppercase;
border-bottom: 1px solid #e7e7e7;
transition: all 0.3s ease-in-out;
}
.tabs__block {
display: none;
}
.tab-active{
display: block;
}
.tab-active-nav{
border-bottom: 1px solid #ff6c0c;
color: #ff6c0c;
}
.blog__item{
min-width: 430px;
}
.service-page-black-back{
background: #F2F2F2;
color: #000;
padding: 100px 0;
}
.service-page-black-back__items{
padding: 50px 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
align-items: flex-start;
gap: 20px;
}
.service-page-black-back__item{
width: 31%;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
justify-content: center;
}
.service-page-black-back__item_icon{
width: 60px;
height: 60px;
border: 2px solid #ff6c0c;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 26px;
color: #ff6c0c;
}
.service-page-black-back__item_text{
font-size: 20px;
position: relative;
cursor: pointer;
}
.service-page-black-back__item_text:after{
display: block;
position: absolute;
left: 0; width: 0; height: 2px; background-color: #ff6c0c; content: "";
transition: width 0.3s ease-out; }
.service-page-black-back__item_text:hover:after {
width: 100%;
}
.service-page-black-back__btn{
text-align: center;
}
.service-page-black-back__btn .button{
color: #000;
}
.service-page-form__body_item{
width: 50%;
}
.service-page-form__body_item img{
width: 100%;
}
.service-page__grey-back{
background: #e7e7e7;
margin: 0;
padding: 50px 0 100px;
}
.service-page-form__body{
display: flex;
align-items: center;
}
.service-list__item{
padding: 20px 0;
display: flex;
gap: 20px;
}
.service-list__item i{
font-size: 28px;
width: 40px;
}
.service-list__item_text p{
font-size: 24px;
padding-bottom: 5px;
color: #4c4c4c;
}
.service-list__item_text span{
color: #828282;
}
.service-page-form__body_desc{
font-size: 17px;
color:#848484;
}
.service-page-form__body_item .service-page__title{
align-items: baseline;
padding: 20px 0;
}
.service-page-form__body_item .service-page__title h3{
font-weight: 600;
font-size: 31px;
max-width: 510px;
}
.service-page__btn{
margin-top: 50px;
display: block;
color: #ff6c0c;
}
.banner__slider{
position: relative;
}
.slick-list{
overflow: hidden;
}
.slick-track{
display: flex;
}
.banner__slider .slick-arrow{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1000; }
.banner__slider .slick-arrow.slick-prev{
left: 0;
}
.banner__slider .slick-arrow.slick-next{
right: 0;
}
.banner__slider .slick-dots{
display: flex;
justify-content: center;
position: absolute;
bottom: 10px;
z-index: 1000;
left: 50%;
gap: 20px;
transform: translateX(-50%);
}
.banner__slider .slick-dots li{
list-style: none;
}
.banner__slider .slick-dots button{
font-size: 0;
width: 15px;
height: 15px;
background: #fff;
border-radius: 10px;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.banner__slider .slick-dots li.slick-active button{
background:#ff6c0c;
width: 30px;
}
.page .banner{
max-height: 800px;
height: 100vh;
}
.checklist__left_img1{
width: 100%;
}
.checklist__left_img2{
width: 80%;
position: absolute;
right: -8%;
top: 40%;
}
.checklist__left_img3{
width: 60%;
position: absolute;
right: -12%;
top: 60%;
}
.beginer-answer__title{
text-transform: uppercase;
color: #FF6C0C;
}
.hide-text{
padding: 10px 0;
}
.hide-text__title{
font-size: 18px;
font-weight: 500;
cursor: pointer;
color:#ff6c0c;
display: flex;
align-items: flex-end;
gap: 10px;
}
.hide-text__list{
padding: 15px;
display: none;
}
.hide-text__list li{
list-style: disc;
padding: 5px 0;
}
.services3__container .services__item_info{
height: auto;
}
.page-banner__opitnim{
height: 570px;
}
.my-btn{
border: 2px solid #ff6c0c;
padding: 15px;
border-radius: 5px;
width: 185px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
width: auto;
font-size: 20px;
}
.my-btn:hover{
background: #ff6c0c;
color: #fff;
}
.specialist-consult{
border: 2px solid #ff6c0c;
padding: 15px;
border-radius: 5px;
width: 185px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-weight: 400;
display: flex;
align-items: center;
justify-content: center;
float: right;
width: auto;
font-size: 20px;
}
.specialist-consult:hover{
background: #ff6c0c;
color: #fff;
}
.page-junior-vstavka{
background: linear-gradient(1deg, #3c3c3cb5, #3c3c3ca1),url(//fc2export.com/wp-content/uploads/2024/01/изображение_viber_2024-01-25_14-21-18-267.jpg) 0 0/cover no-repeat;
display: flex;
justify-content: flex-end;
padding: 100px 0;
color: #fff;
}
.page-junior-vstavka__body{
width: 50%;
display: flex;
flex-direction: column;
gap: 20px;
margin: 0;
}
.page-junior-vstavka__body p{
font-size: 26px;
}
.page-junior-vstavka .specialist-consult{
float: none;
width: 175px;
margin-top: 50px;
}
.page-gray-img-block__container img{
margin-right: 20px;
max-width: 500px;
}
.form__about_btns{
display: flex;
justify-content: space-between;
}
.services__item_info{
text-align: justify;
}
.about-us__list{
margin: 20px 0;
}
.about-us__list li{
list-style: inside;
font-size: 18px;
line-height: 24px;
color: #696969;
padding: 5px 0;
}
.posts__container{
margin: 50px 0;
}
.post__item_text .h2{
font-size: 26px;
}
.posts__content{
padding: 15px 0;
font-size: 19px;
line-height: 26px;
}
.posts__item{
display: flex;
gap: 50px;
}
.post__item_text,
.posts__image{
width: 50%;
}
.posts__image img{
width: 100%;
}
.posts__content ul li{
list-style: inside;
}
.kama_breadcrumbs{
padding: 18px;
font-size: 18px;
}
.kama_breadcrumbs:after{
content: '';
display: block;
height: 2px;
width: 100px;
background: #ff6c0c;
margin-top: 5px;
}
.kb_title{
color: #ff6c0c;
}
.about-page{
margin: 0;
}
.about-page .form__about{
max-width: 100% !important;
}
.timeline{
margin: 0 auto;
display: flex;
justify-content: space-between;
position: relative;
height: 140px;
margin-top: 160px;
margin-bottom: 100px;
}
.timeline:after{
content:'';
display: block;
width: 100%;
background: #ff6c0c;
height: 2px;
position: absolute;
}
.timeline__item{
padding: 8px;
display: flex;
border: 1px solid #ff6c0c;
align-items: center;
justify-content: center;
position: absolute;
text-align: center;
max-width: 300px;
height: 125px;
background: #f7f7f7;
flex-direction: column;
width: 100%;
}
.timeline__item br{
display: none;
}
.timeline__item span{
font-size: 19px;
font-weight: 700;
}
.timeline__item:nth-child(odd){
top: -147px;
}
.timeline__item:nth-child(odd):after{
content: '';
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
background: #ff6c0c;
position: absolute;
bottom: -29px;
}
.timeline__item:nth-child(even){
top: 25px;
}
.timeline__item:nth-child(even):before{
content: '';
display: block;
width: 10px;
height: 10px;
border-radius: 50%;
background: #ff6c0c;
position: absolute;
top: -29px;
}
.timeline__item:nth-child(1){
left: 0%;
}
.timeline__item:nth-child(2){
left: 20%;
}
.timeline__item:nth-child(3){
left: 40%;
}
.timeline__item:nth-child(4){
left: 60%;
}
.timeline__item:nth-child(5){
left: 78.5%;
}
.timeline-mob{
display: none;
}
.form__img-block img{
max-height: 565px !important;
}
.main-form__about .form__img-block{
max-height: 500px !important;
}
.main-form__about .form__img-block img{
height: 100% !important; 
}
.main-form__about .form__about_item{
line-height: 20px;
padding: 15px 0;
}
.service-page__new{
padding: 0;
transition: all 0.3s ease-in-out;
}
.service-page__new img{
width: 100%;
}
.service-page__new:hover{
box-shadow: 0 28px 36px 0 rgba(0,0,0,.24);
}
.uslugi{
line-height: 30px;
}
.uslugi .page-banner{
min-height: 600px;
height: 100%;
}
.uslugi .page-banner__container{
display: flex;
flex-direction: column;
gap: 25px;
padding: 100px 0;
}
.page-banner__gray-text{
position: relative;
font-size: 26px;
text-align: center;
text-shadow: 0 0 4px black;
color: #e7e7e7;
line-height: 1.2;
}
.page-banner__text{
position: relative;
font-size: 26px;
text-align: center;
text-shadow: 0 0 4px black;
color: #fff;
}
.uslugi .page-banner__img{
filter: brightness(0.5);
}
.uslugi__red-alert_body{
max-width: 915px;
margin: 0 auto;
}
.uslugi__red-alert_body p{
font-size: 20px;
line-height: 31px;
text-align: center;
margin: 20px 0;
color: #636363;
}
.alert{
width: 30px;
display: inline-flex;
height: 30px;
align-items: center;
justify-content: center;
background: #ff6c0c;
border-radius: 50%;
color: #fff;
}
.uslugi__block1{
background: #e7e7e7;
}
.uslugi__text-img{
padding: 50px;
display: flex;
align-items: center;
gap: 50px;
}
.uslugi__text-img_img{
width: 40%;
}
.uslugi__text-img_img img{
width: 100%;
}
.uslugi__text-img_text{
width: 60%;
}
.uslugi__text-img_text h3{
font-size: 29px;
margin-bottom: 30px;
font-weight: 500;
}
.uslugi__text-img_text p{
color: #686868;
line-height: 30px;
font-size: 18px;
}
.uslugi__text-img_text .button{
color:#000;
}
.uslugi__text-img_text .button:hover{
color: #fff;
}
.red-alert{
display: inline-flex;
background: red;
width: 50px;
height: 50px;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.red-alert i{
color: #fff;
}
.uslugi__text-img_text ul{
margin: 30px 0;
}
.uslugi__text-img_text ul li{
color: #686868;
font-size: 18px;
padding: 10px 0;
}
.my-check{
font-size: 14px;
color: #fff;
display: inline-flex;
align-items: center;
justify-content: center;
background: #ff6c0c;
width: 20px;
height: 20px;
border-radius: 50%;
}
.uslugi__text-not-img__container{
text-align: center;
display: flex;
flex-direction: column;
gap: 30px;
font-size: 18px;
max-width: 900px;
align-items: center;
}
.uslugi__text-not-img__container p{
font-size: 24px;
}
.uslugi__btn-group{
display: flex;
align-items: center;
gap: 20px;
}
.uslugi__btn-group button{
color: #000;
width: 455px;
}
.uslugi__btn-group button:hover{
color: #fff;
}
.uslugi__line-services{
background: #e7e7e7;
}
.uslugi__line-services_content{
padding: 80px 0;
}
.uslugi__line-services_list{
display: flex;
align-items: flex-start;
gap: 30px;
justify-content: center;
flex-wrap: wrap;
}
.uslugi__line-services_item{
width: 23%;
text-align: center;
}
.uslugi__line-services_item-title{
font-weight: 500;
font-size: 18px;
}
.uslugi__line-services_item-title i{
width: 40px;
height: 40px;
}
.uslugi__line-services_item p{
font-size: 17px;
line-height: 1.3;
}
.uslugi__line-services-not-bg{
background: transparent;
}
.uslugi__line-services-not-bg .uslugi__line-services_item{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 20px;
height: 237px;
justify-content: center;
border: 2px solid #ff6c0c;
border-radius: 5px;
padding: 20px;
box-shadow: 0 0 10px #00000040;
min-height: 275px;
height: 100%;
}
.uslugi__block2 button{
width: 455px;
}
.tomojka-page{
margin: 0 auto;
}
.tomojka-page__banner{
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;
}
.tomojka-page__banner h1{
font-size: 40px;
}
.tomojka-page__container{
max-width: 1000px;
}
.tomojka-page__banner h2{
font-weight: 400;
font-size: 28px;
padding: 0;
color: #5f5f5f;
}
.tomojka-page__bordered-block{
border: 2px solid #ff6c0c;
border-radius: 5px;
text-align: center;
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
font-size: 20px;
color: #5f5f5f;
width: 100%;
position: relative;
z-index: 1;
}
.tomojka-page__bordered-block h3{
font-size: 26px;
font-weight: 500;
}
.tomojka-page .uslugi__btn-group{
width: 100%;
justify-content: space-between;
position: relative;
z-index: 1;
}
.tomojka-page__some-text{
text-align: center;
line-height: 1.2;
font-size: 1.5rem;
max-width: 540px;
color: #5f5f5f;
margin: 20px auto;
}
.service-page__title p{
font-size: 18px;
}
.tomojka  .service-page-black-back__item_text span{
color: #888;
margin-bottom: 10px;
font-size: .9em;
text-transform: uppercase;
font-weight: 500;
letter-spacing: .2rem;
}
.tomojka .service-page-black-back__item_text h5{
font-size: 22px;
line-height: 1.2;
color: #5f5f5f;
margin: 10px 0;
}
.tomojka .service-page-black-back__item_text p{
line-height: 1.2;
font-size: 18px;
color: #5f5f5f;
font-weight: 400;
}
.tomojka .service-page-black-back__item{
max-width: 500px;
width: 23%;
border-radius: 5px;
padding: 20px;
box-shadow: 0 0 10px #ff6c0c;
min-height: 415px;
}
.service-page-black-back .tomojka-page__some-text{
max-width: 800px;
}
.service-page-black-back .tomojka-page__some-text span{
color:#ff6c0c;
font-weight: 500;
line-height: 1.2;
}
.tomojka-page__banner_banner{
position: relative;
text-align: center;
padding: 20px;
}
.tomojka-page__banner_banner h1,
.tomojka-page__banner_banner h2{
margin: 100px 0;
position: relative;
z-index: 1;
color: #fff;
}
.tomojka-page__banner_banner img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
filter: brightness(0.7);
object-fit: cover;
}
.big-banner-page {
}
.big-banner-page__banner {
margin: 0;
padding: 100px 0;
position: relative;
}
.big-banner-page__banner:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//fc2export.com/wp-content/uploads/2024/03/Search3.original.jpg) 0 0/cover no-repeat;
filter: brightness(0.5);
}
.big-banner-page__banner_content {
position: relative;
z-index: 1;
color: #fff;
}
.danger-title {
text-transform: uppercase;
background: #ff6c0c;
width: fit-content;
padding: 5px 15px;
font-weight: 500;
border-radius: 5px;
color:#fff;
}
.big-banner-page__banner_title {
font-size: 48px;
max-width: 550px;
font-weight: 500;
line-height: 1.2;
margin: 30px 0;
}
.big-banner-page__banner_subtitle {
font-size: 26px;
font-weight: 600;
max-width: 550px;
margin-bottom: 20px;
line-height: 1.2;
}
.big-banner-page__banner_text{
line-height: 1.1;
max-width: 492px;
margin-bottom: 20px;
font-size: 18px;
}
.big-banner-page__content{
display: flex;
align-items: flex-start;
gap: 50px;
}
.big-banner-page__tabs_nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
flex-direction: column;
width: 35%;
padding: 20px;
background: #f5f5f5;
border-radius: 5px;
max-width: 430px;
}
.big-banner-page__tabs_nav-btn {
min-width: 140px;
border: 2px solid #ff6c0c;
background: transparent;
padding: 15px;
font-size: 18px;
outline: none;
transition: all 0.3s ease-in-out;
}
.big-banner-page__tabs_nav-btn:hover {
background: #ff6c0c;
color: #fff;
box-shadow: 0 0 10px #ff6c0c;
}
.big-banner-page__tabs_nav-btn.active {
background: #ff6c0c;
color: #fff;
box-shadow: 0 0 10px #ff6c0c;
}
.big-banner-page__tabs_item {
display: none;
}
.big-banner-page__tabs_item.active {
display: block;
}
.big-banner-page__tabs_content {
padding: 40px;
width: 65%;
border: 2px solid #ff6c0c;
border-radius: 5px;
}
.big-banner-page__tabs_content.active {
height: 100%;
}
.big-banner-page__tabs_item-body h3{
font-size: 28px;
}
.big-banner-page__tabs_item-body p{
font-size: 18px;
line-height: 1.2;
padding: 10px 0;
}
.big-banner-page__tabs_item-body p b{
color: #5f5f5f;
font-weight: 600;
}
.big-banner-page__tabs_item-list{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.big-banner-page__tabs_item-list li{
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
color: #fb9654;
}
.big-banner-page__tabs_item-list li i{
color: #ff6c0c;
font-size: 18px;
}
.big-banner-page__cardx3_items{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
margin: 50px 0;
}
.big-banner-page__cardx3_item{
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
gap: 30px;
width: 31%;
min-height: 505px;
padding: 20px;
border-radius: 5px;
background: #F2F2F2;
}
.big-banner-page__cardx3_item-title{
font-size: 21px;
font-weight: 500;
line-height: 1.2;
}
.big-banner-page__cardx3_item p{
line-height: 1.2;
}
.big-banner-page__cardx3 h4{
text-align: center;
font-size: 28px;
}
.big-banner-page__cardx2 .big-banner-page__cardx3_item{
width: 48%;
padding: 50px;
text-align: left;
min-height: 605px;
}
.big-banner-page__cardx4 .big-banner-page__cardx3_item{
width: 23%;
}
.big-banner-page__white-card {
background: #F2F2F2;
padding: 50px 0;
}
.big-banner-page__white-card_items {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
gap: 50px;
}
.big-banner-page__white-card_item {
width: 48%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 30px;
background: #fff;
border-radius: 5px;
padding: 20px;
min-height: 375px;
justify-content: center;
}
.big-banner-page__white-card_item-icon {
font-size: 50px;
color: #ff6c0c;
}
.big-banner-page__white-card_item-title {
color: #282828;
font-size: 24px;
}
.big-banner-page__white-card .uslugi__btn-group{
justify-content: center;
margin-top: 40px;
}
.big-banner-page__banner.inspection-page:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//fc2export.com/wp-content/uploads/2024/03/china_pmi-1920x1080-1.jpg) 0 0/cover no-repeat;
filter: brightness(0.5);
}
.big-banner-page__cardx1 .big-banner-page__cardx3_item{
width: 100%;
min-height: auto;
padding: 50px;
}
.big-banner-page.tomojka .service-page-black-back__item{
width: 31%;
}
.orange-bg .service-page-black-back__item{
background: #ff6c0ca6;;
}
.orange-bg .service-page-black-back__item_text h5,
.orange-bg .service-page-black-back__item_text p{
color: #fff;
}
.big-banner-page__cardx5 .big-banner-page__cardx3_item{
width: 18%;
min-height: 375px;
text-align: left;
align-items: flex-start;
}
.big-banner-page__cardx4text-left .big-banner-page__cardx3_item{
min-height: 350px;
text-align: left;
align-items: flex-start;
}
.norm-img img{
width: 100%;
max-width: 277px;
}
.minh655{
min-height: 655px;
}
.minh300{
min-height: 300px;
}
.minh250{
min-height: 250px !important;
}
.uslugi__line-services_list-3x .uslugi__line-services_item{
width: 30%;
}
.big-banner-page__banner_content h1{
font-size: 52px;
margin-top: 100px;
}
.big-banner-page__white-card_conetnt h4{
font-size: 32px;
font-weight: 500;
text-align: center;
margin-bottom: 50px;
}
.blog-for-pages{
margin: 100px 0;
}
.popup{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: none;
}
.popup__overlay{
width: 100%;
height: 100%;
background: #000000a3;
}
.popup__body{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 600px;
width: 100%;
min-height: 350px;
background: #ccc;
}
.popup__content{
position: relative;
padding: 50px;
}
.popup__close{
position: absolute;
right: 20px;
top: 20px;
font-size: 30px;
cursor: pointer;
color: #fff;
}
.popup__form .form__body_items p{
width: 100%;
}
.popup__form .form__body_input{
width: 100%;
}
.popup h3{
text-align: center;
font-size: 24px;
padding: 20px 0;
color: #fff;
}
.buisiness-tour{
gap: 45px;
flex-direction: column;
}
.buisiness-tour .service-page-black-back__item{
width: 100% !important;
max-width: 100% !important;
min-height: 170px !important;
}
.fomr-2__info{
margin-left: 30px;
}
.header__menu{
margin-top: -30px;
gap: 0;
}
.beginers__pack .hide-text__title.services__item_more{
display: none !important;
}
.beginers__pack .hide-text__list{
display: block !important;
}
@media(max-width: 1120px){
.header{
padding: 5px 10px;
}
.header__mob i{
font-size: 25px;
margin-right: 50px;
}
.header__desc{
display: none;
}
.header__mob{
display: block;
}
.mob-menu{
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: #000000f7;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
transition: all 0.3s ease-in-out;
z-index: 9999;
}
.menu-open{
left: 0;
}
.mob-menu__content{
position: absolute;
top: 20%;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.mob-menu__content .header__menu_list{
display: flex;
flex-direction: column;
font-size: 28px;
gap: 20px;
margin: 20px 0;
}
.mob-menu__content .header__button{
margin: 0;
}
.menu-close{
position: absolute;
top: 15%;
right: 5%;
}
.form-2__title h3{
font-size: 42px;
text-transform: uppercase;
line-height: 53px;
}
.n2-ss-slider .n2-ss-layer[data-sstype=content]{
width: 75% !important;
}
.header__button{
flex-direction: column;
}
}
@media(max-width: 997px){
.svg-timeline__svg_desc{
display: none;
}
.svg-timeline__svg_mob{
display: block;
}
.delivery-time__items{
flex-wrap:wrap;
}
.delivery-time__item{
width: 48%;
}
.advantages__items{
justify-content: center;
flex-wrap: wrap;
}
.form-2 .form__container{
flex-direction: column;
}
.form-2__title,
.form__body{
max-width: 100%;
}
.form-2__title,
.form__body_title{
text-align: center;
}
.form-2__title br{
display: none;
}
.footer__myform p{
justify-content: space-between;
}
.form-2__title h3{
font-size: 32px;
line-height: 40px;
}
.service-page__item{
width: 100%;
}
.timeline__item{
max-width: 240px;
}
}
@media(max-width: 768px){
[class*=__container]{
padding: 0 10px;
}
.about-page .form{
padding: 0 !important;
}
.form{
padding: 0 !important;
}
.page .banner__content h1{
font-size: 26px;
}
section h2{
font-size: 27px;
}
.page .banner__content h3{
font-size: 21px;
}
.import{
text-align: center;
padding: 20px 10px;
}
.services__item{
width: 48%;
}
.form__container{
flex-direction: column-reverse;
align-items: center;
}
.form__about_title{
text-align: center;
}
.blog__item{
width: 48%;
}
.service-page-black-back__item{
width: 50%;
}
.service-page-form__body{
flex-direction: column;
}
.service-page-form__body_item{
width: 100%;
}
.timeline{
display: none;
}
:root {
--primary-color: #212121;
--background-color: #111;
--font: sans-serif;
} .timeline-mob {
background: var(--primary-color);
margin: 20px auto;
padding: 20px;
display: block;
} .card {
position: relative;
max-width: 400px;
}
.outer{
display: flex;
flex-direction: column;
align-items: center;
} .card:nth-child(odd) {
padding: 60px 0 60px 33px;
}
.card:nth-child(even) {
padding: 60px 33px 60px 0;
text-align: end;
} .card::before {
content: "";
position: absolute;
width: 50%;
border: solid orangered;
} .card:nth-child(odd)::before {
left: 0px;
top: -5.5px;
bottom: -4.5px;
border-width: 5px 0 5px 5px;
border-radius: 50px 0 0 50px;
} @media only screen and (max-width: 400px) {
.card:nth-child(odd)::before {
top: -5px;
bottom: -5px;
}
} .card:nth-child(even)::before {
right: 0;
top: 0;
bottom: 0;
border-width: 5px 5px 5px 0;
border-radius: 0 50px 50px 0;
} .card:first-child::before {
border-top: 0;
border-top-left-radius: 0;
} .card:last-child:nth-child(odd)::before {
border-bottom: 0;
border-bottom-left-radius: 0;
} .card:last-child:nth-child(even)::before {
border-bottom: 0;
border-bottom-right-radius: 0;
} .info {
display: flex;
flex-direction: column;
background: #333;
color: gray;
border-radius: 10px;
padding: 10px;
width: 330px;
height: 130px;
font-size: 20px;
} .title {
color: orangered;
position: relative;
} .title::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
background: white;
border-radius: 999px;
border: 3px solid orangered;
} .card:nth-child(even) > .info > .title {
text-align: right;
} .card:nth-child(odd) > .info > .title::before {
left: -45px;
} .card:nth-child(even) > .info > .title::before {
right: -45px;
}
.form__about_item{
font-size: 15px;
line-height: 24px;
}
}
@media(max-width: 600px){
.import__items{
flex-direction: column;
align-items: center;
gap: 20px;
}
.services__item,
.delivery-time__item,
.blog__item,
.footer__myform p span{
width: 100%;
}
.delivery-time__item{
height: 400px;
}
.delivery-time__item_icon{
margin: 5px 0;
}
.delivery-time__item_info{
height: auto;
}
}
@media(max-width: 450px){
.service-page-black-back__item{
width: 100%;
}
.service-page-form__body_item:nth-child(2){
display: none;
}
}
::-webkit-scrollbar {
width: 6px;
}
::-webkit-scrollbar-thumb {
background: #212121bd;
}