.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;
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}.lwpcngNotice{position:fixed;z-index:999999;padding:12px 24px;font:16px/20px "Trebuchet MS","Helvetica CY",sans-serif;box-shadow:0 0 8px rgba(0,0,0,.1);border:0 solid}.lwpcngNotice A{text-decoration:underline}.lwpcngNotice A:hover{text-decoration:none}.lwpcngNotice-float{border:1px solid;border-radius:4px}.lwpcngNotice_message{display:inline;margin-right:8px}.lwpcngNotice_accept,.lwpcngNotice_reject{margin:8px 8px;display:inline-block;vertical-align:middle;padding:6px 12px;border:1px solid;white-space:nowrap;cursor:pointer}.lwpcngNotice_accept{font-weight:700}.lwpcngNotice_more{margin:0 6px;display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;font-size:14px}.lwpcngNoticeBar{text-align:center}.lwpcngNoticeBar.lwpcngNotice-sticked{left:0;right:0}.lwpcngNoticeBar-top.lwpcngNotice-sticked{top:0;border-bottom-width:1px}.lwpcngNoticeBar-bottom.lwpcngNotice-sticked{bottom:0;border-top-width:1px}.lwpcngNoticeBar .lwpcngNotice_buttons{display:inline}.lwpcngNoticeBox{max-width:40%}@media screen and (max-width:980px){.lwpcngNoticeBox{max-width:75%}}@media screen and (max-width:600px){.lwpcngNoticeBox{max-width:none;left:0!important;right:0!important;border-radius:0!important;border-width:0}.lwpcngNoticeBox-topLeft,.lwpcngNoticeBox-topRight{top:0!important;border-bottom-width:1px}.lwpcngNoticeBox-bottomLeft,.lwpcngNoticeBox-bottomRight{bottom:0!important;border-top-width:1px}}.lwpcngNoticeBox-bottomLeft.lwpcngNotice-sticked{left:0;bottom:0;border-right-width:1px;border-top-width:1px;border-radius:0 4px 0 0}.lwpcngNoticeBox-bottomRight.lwpcngNotice-sticked{right:0;bottom:0;border-left-width:1px;border-top-width:1px;border-radius:4px 0 0 0}.lwpcngNoticeBox-topLeft.lwpcngNotice-sticked{left:0;top:0;border-right-width:1px;border-bottom-width:1px;border-radius:0 0 4px 0}.lwpcngNoticeBox-topRight.lwpcngNotice-sticked{right:0;top:0;border-left-width:1px;border-bottom-width:1px;border-radius:0 0 0 4px}.lwpcngNoticeBox .lwpcngNotice_buttons{margin-top:6px}.lwpcngNotice-light{background:#fff;background:rgba(255,255,255,.97);color:#000;border-color:#ddd}.lwpcngNotice-light A,.lwpcngNotice-light A:hover,.lwpcngNotice-light A:visited{color:#aaa}.lwpcngNotice-light .lwpcngNotice_accept{border-color:#ddd;background:#fff;color:#00a65a}.lwpcngNotice-light .lwpcngNotice_accept:hover{border-color:#82ccaa;background:#f4fff3}.lwpcngNotice-light .lwpcngNotice_reject{border-color:#ddd;background:#fff;color:#888}.lwpcngNotice-light .lwpcngNotice_reject:hover{border-color:#bbb;background:#f8f8f8;color:#000}.lwpcngNotice-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#fff;border-color:#2b2b2b}.lwpcngNotice-dark A,.lwpcngNotice-dark A:hover,.lwpcngNotice-dark A:visited{color:#aaa}.lwpcngNotice-dark .lwpcngNotice_accept{border-color:#555;color:#00a65a}.lwpcngNotice-dark .lwpcngNotice_accept:hover{background:#2b2b2b}.lwpcngNotice-dark .lwpcngNotice_reject{border-color:#555;color:#888}.lwpcngNotice-dark .lwpcngNotice_reject:hover{background:#2b2b2b;color:#aaa}.lwpcngShowAgain{position:fixed;z-index:999999;padding:6px 16px;border:0 solid;border-top-width:1px;font:14px/18px "Trebuchet MS","Helvetica CY",sans-serif;cursor:pointer}.lwpcngShowAgain-bottomSticked{bottom:0}.lwpcngShowAgain-bottomFloat{border-bottom-width:1px}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomRight{right:0}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomLeft{left:0}.lwpcngShowAgain-bottomRight{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-light{background:#fff;background:rgba(255,255,255,.97);border-color:#ddd;color:#000}.lwpcngShowAgain-light:hover{background:#f6f6f6;color:#000}.lwpcngShowAgain-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#bbb;border-color:#2b2b2b}.lwpcngShowAgain-dark:hover{background:#2b2b2b;color:#ddd}.lwpcngHide{display:none}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}html {
}
body {
background: #fff;
line-height: normal;
font-size: 16px;
font-family: Manrope, Arial, Helvetica, sans-serif;
font-weight: 500;
color: #1f211d;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
overflow-x: hidden;
}
body.body404 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100vw;
height: 100vh;
padding: 0;
margin: 0;
text-align: center;
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/body404mob.jpg) no-repeat;
background-size: cover;
background-position: top center;
color: #fff;
padding: 150px 0px;
}
.error404-title {
margin-bottom: 35px;
font-size: 28px;
font-weight: 700;
}
.error404-txt {
margin-bottom: 87px;
font-size: 160px;
font-weight: 700;
}
body.body404 .btn {
text-transform: none;
}
@media screen and (min-width: 992px) {
body.body404 {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/body404.jpg) no-repeat;
background-size: cover;
background-position: top center;
}
}
.entry.topper {
padding-top: 31.5px;
}
.no-js .owl-carousel {
display: block;
}
@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
body,
body.search.bg {
padding-top: 170px;
}
body.bg {
padding-top: 0;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
body,
body.search.bg {
padding-top: 140px;
}
body.bg {
padding-top: 0;
}
}
@media screen and (min-width: 992px) {
.entry.topper {
padding-top: 0px;
}
}
@media screen and (min-width: 1200px) {
body,
body.search.bg {
padding-top: 170px;
}
body.bg {
padding-top: 0;
}
} html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type='checkbox'],
[type='radio'] {
box-sizing: border-box;
padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}
[type='search'] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
.font300 {
font-weight: 700;
}
.font400 {
font-weight: 700;
}
.font600 {
font-weight: 700;
}
.font700 {
font-weight: 700;
}
.site_map {
display: flex;
justify-content: flex-start;
align-items: flex-start;
gap: 50px;
margin: 50px 0px;
}
.site_map nav {
}
.site_map nav ul {
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 17px;
}
.site_map nav ul li {
margin-left: 0px;
transition: 0.3s;
}
.site_map nav ul li:hover {
margin-left: 10px;
transition: 0.3s;
}
.site_map nav ul li a {
}
.information_pages {
border-radius: 30px;
padding: 40px;
background: #f8f8f8;
}
.services_pages {
border-radius: 30px;
padding: 40px;
background: #f8f8f8;
}
@media screen and (max-width: 424px) {
body {
font-size: 5vw;
}
.txt10 {
font-size: 3.2vw;
}
.txt12 {
font-size: 3.75vw;
}
.txt14 {
font-size: 4.37vw;
}
.txt16 {
font-size: 5vw;
}
.txt18 {
font-size: 6.2vw;
}
.txt22 {
font-size: 6.87vw;
}
}
@media screen and (min-width: 425px) {
body {
font-size: 16px;
}
.txt10 {
font-size: 14px;
}
.txt12 {
font-size: 16px;
}
.txt14 {
font-size: 18px;
}
.txt16 {
font-size: 21px;
}
.txt18 {
font-size: 26px;
}
}
@media screen and (min-width: 768px) {
.txt10 {
font-size: 16px;
}
.txt12 {
font-size: 18px;
}
.txt14 {
font-size: 20px;
}
.txt16 {
font-size: 23px;
}
.txt18 {
font-size: 28px;
}
}   .center {
text-align: center;
}
p {
padding: 0;
margin: 0 0 20px;
line-height: 1.5;
}
p a {
text-decoration: underline;
}
strong,
b {
font-weight: bold;
}
em {
font-style: italic;
}
small {
font-size: 0.75em;
color: #b7b5c5;
}
small a {
color: #b7b5c5;
}
pre {
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
position: relative;
padding: 0;
margin: 0;
line-height: 1.2;
-webkit-font-smoothing: antialiased !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
font-family: Manrope, sans-serif;
}
h1 {
position: relative;
margin-bottom: 20px;
line-height: 4vw;
font-size: 4.2vw;
color: #222;
font-weight: 700;
}
h2 {
position: relative;
margin-bottom: 20px;
font-size: 24px;
line-height: 28px;
color: #222;
font-weight: 700;
}
h3 {
font-weight: 700;
font-size: 22px;
line-height: 26px;
margin-bottom: 15px;
}
h4 {
font-weight: 700;
font-size: 20px;
}
h5 {
font-weight: 700;
font-size: 18px;
}
h6 {
font-weight: 700;
font-size: 16px;
}
ol ol,
ol ul,
ul ol,
ul ul {
font-size: 100% !important;
}
ol,
ul {
margin: 20px 0;
}
ul {
list-style-type: none;
}
.content-container ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
list-style-position: outside;
}
li {
position: relative;
margin-bottom: 3px;
}
li:last-child {
margin-bottom: 0;
}
a {
color: #222;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a:hover {
text-decoration: none;
color: #333;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.lazyloaded {
opacity: 1;
-webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
-moz-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright {
display: inline;
float: right !important;
text-align: right;
}
.aligncenter {
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
display: block;
clear: both;
text-align: center;
}
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 0.8em;
margin: 0;
}
.form-row {
margin-bottom: 6px;
}
.modalio .form-row {
margin-bottom: 6px;
}
.form-row-last {
margin-bottom: 0px;
}
.sformio .form-row-last {
margin-top: -3px;
}
.wpcf7-spinner {
display: none;
}
.wpcf7-form-control-wrap {
display: block;
}
.wpcf7-not-valid-tip {
position: absolute;
top: 8px;
right: 8px;
font-size: 10px;
color: #fca2a2;
}
.wpcf7-response-output {
width: 100%;
margin: 20px 0 0;
padding: 15px;
border-radius: 10px;
border: 2px solid #65aed7;
text-align: center;
line-height: 120%;
font-size: 10px;
color: #bdddee;
box-sizing: border-box;
}
.wpcf7 form .wpcf7-response-output {
margin: 20px 0 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #fffb0b;
font-weight: 300;
}
.wpcf7-acceptance .wpcf7-list-item {
width: 100%;
margin: 0;
padding: 0;
}
input { width: 100%;
max-width: 100%;
}
input[type='text'],
input[type='tel'] { width: 100%;
height: 50px;
padding-left: 12px;
border-radius: 10px;
background: transparent;
border: 2px solid #65aed7;
line-height: 48px;
font-size: 12px;
letter-spacing: -0.47px;
font-weight: 400;
box-sizing: border-box;
color: #d8ebf5;
}
.modalio input[type='text'],
.modalio input[type='tel'] {
background: #fff;
font-size: 12px;
padding-left: 23px;
border: 1px solid #dededd;
color: #1f211d;
}
.modalio input.wpcf7-not-valid {
border-color: #ff7860;
}
input[type='text']::placeholder,
input[type='tel']::placeholder {
color: #d8ebf5;
}
.modalio input[type='text']::placeholder,
.modalio input[type='tel']::placeholder {
color: #797a77;
}
input[type='text']:focus,
input[type='tel']:focus {
outline: 0;
}
input[type='submit'],
.button,
.btn {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
max-width: 100%;
height: 52px;
padding: 0 30px;
background: transparent;
border-radius: 10px;
text-align: center;
text-transform: uppercase;
line-height: 120%;
font-size: 3.2vw;
letter-spacing: 0.7px;
font-weight: 700;
color: #fff; outline: 0;
cursor: pointer; -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
-moz-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
-o-transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
overflow: hidden;
}
input[type='submit']::after,
.button::after,
.btn::after {
-webkit-animation: movingFlare 4s ease-in-out 0.05s infinite;
animation: movingFlare 4s ease-in-out 0.05s infinite;
background: #fff;
background: -webkit-gradient(
linear,
left top,
left bottom,
from(hsla(0, 0%, 100%, 0.5)),
color-stop(50%, #fff),
to(hsla(0, 0%, 100%, 0.5))
);
background: linear-gradient(
180deg,
hsla(0, 0%, 100%, 0.5) 0,
#fff 50%,
hsla(0, 0%, 100%, 0.5)
);
content: '';
display: block;
height: 200px;
left: -40px;
margin-left: 50px;
position: absolute;
top: -100px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 20px;
z-index: 1;
}
@-webkit-keyframes movingFlare {
0% {
left: -30px;
margin-left: 0;
}
30% {
left: 110%;
margin-left: 80px;
}
to {
left: 110%;
margin-left: 80px;
}
}
@keyframes movingFlare {
0% {
left: -30px;
margin-left: 0;
}
30% {
left: 110%;
margin-left: 80px;
}
to {
left: 110%;
margin-left: 80px;
}
}
.modalio input[type='submit'] {
background: #1f8cc7;
border: 2px solid #1f8cc7;
}
button:hover { box-shadow: none;
color: #fff;
}
button:focus {
outline: 0;
}
.btn:hover { text-decoration: none;
color: #fff;
}
.modalio input[type='submit']:hover {
background: #2996d1; color: #fff;
}
.btn-green {
background: #8ea937; }
.btn-blue {
background: #1f8cc7; }
.btn-white {
background: #fff;
color: #0079be;
}
.btn-blur {
height: 48px;
border: 2px solid #fff;
background: rgba(255, 255, 255, 0.01);
backdrop-filter: blur(10px);
}
.btn-green:hover {
background: #9db846; color: #fff;
}
.btn-blue:hover {
background: #2996d1; color: #fff;
}
.btn-white:hover {
background: rgba(255, 255, 255, 0.85); color: #0079be;
}
.btn-blur:hover {
background: rgba(255, 255, 255, 0.1);
}
.fancybox-is-open .fancybox-bg {
opacity: 1 !important;
}
.fancybox-bg {
background: rgba(31, 33, 29, 0.1);
}
.fancybox-container {
backdrop-filter: blur(50px);
}
.modalio {
padding: 30px 20px;
box-sizing: border-box;
width: 90%;
background: #fff;
border-radius: 20px;
overflow: unset;
}
.modalio-title {
margin-bottom: 20px;
text-align: center;
font-weight: 700;
}
.modalio .fancybox-close-small {
position: absolute;
top: auto;
bottom: -50px;
left: 50%;
width: 36px;
height: 36px;
margin-left: -18px;
background: #fff;
border-radius: 50%;
}
.fancybox-button svg path {
fill: #1f8cc7;
}
.wpcf7-acceptance .wpcf7-list-item [type='checkbox'],
.wpcf7-acceptance .wpcf7-list-item [type='radio'] {
display: none;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
position: relative;
padding-left: 20px;
user-select: none;
}
.wpcf7-acceptance label span {
font-size: 10px;
font-weight: 400;
letter-spacing: 0.37px;
color: #fff;
opacity: 0.7;
}
.wpcf7-acceptance label span a {
position: relative;
text-decoration: none;
color: #fff;
}
.wpcf7-acceptance label span a::after {
position: absolute;
bottom: 2px;
left: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #fff;
opacity: 0.7;
}
.modalio .wpcf7-acceptance label span {
font-size: 10px;
color: #797a77;
opacity: 1;
}
.modalio .wpcf7-acceptance label span a {
color: #797a77;
opacity: 1;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
position: absolute;
top: 0;
left: 0;
width: 12px;
height: 12px;
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 2px;
z-index: 3;
cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
background: transparent;
}
.modalio .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
background: transparent;
border: 1px solid #e9e9e9;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
position: absolute;
top: 4px;
left: 4px;
width: 8px;
height: 6px;
border-radius: 0px;
z-index: 5;
cursor: pointer;
}
.wpcf7-acceptance
.wpcf7-list-item
input[type='checkbox']:checked
~ .wpcf7-list-item-label::after {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/checker-bg.svg) no-repeat center center;
}
.modalio
.wpcf7-acceptance
.wpcf7-list-item
input[type='checkbox']:checked
~ .wpcf7-list-item-label::after {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/checker.svg) no-repeat center center;
}
.modalio .wpcf7 form .wpcf7-response-output {
margin: 20px 0 0;
border: 1px solid #fffb0b;
font-size: 12px;
color: #1f211d;
}
.modalio .wpcf7 form.sent .wpcf7-response-output {
border: 1px solid #8ea937;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
} input:focus::-moz-placeholder {
color: transparent;
} input:focus:-ms-input-placeholder {
color: transparent;
} @media screen and (max-width: 991px) {
.wpcf7-acceptance label span {
letter-spacing: 0;
font-size: 9.8px;
}
}
@media screen and (min-width: 768px) {
.btn {
font-size: 16px;
}
.modalio {
width: 100%;
padding: 40px 50px 50px;
max-width: 515px;
border-radius: 30px;
}
.modalio-title {
margin-bottom: 30px;
line-height: 36px;
font-size: 28px;
}
.modalio .fancybox-close-small {
bottom: -90px;
width: 60px;
height: 60px;
margin-left: -30px;
}
.modalio .form-row {
margin-bottom: 10px;
}
.modalio .form-row-last {
margin-top: 20px;
}
.sformio .form-row-last {
margin-top: 0;
}
.modalio .wpcf7-acceptance label span {
font-size: 15px;
color: #797a77;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
padding-left: 33px;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::before {
top: -2px;
width: 20px;
height: 20px;
border-radius: 4px;
border: 2px solid #e9e9e9;
}
.modalio .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
background: transparent;
border: 2px solid #e9e9e9;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
top: 7.5px;
left: 8px;
}
.wpcf7-acceptance label span {
font-size: 15px;
}
.modalio input[type='text'],
.modalio input[type='tel'] {
height: 62px;
line-height: 62px;
font-size: 16px;
}
input[type='text'],
input[type='tel'] {
height: 62px;
line-height: 62px;
font-size: 16px;
}
.button,
.btn {
height: 54px;
font-size: 16px;
}
.btn-blur {
height: 50px;
}
input[type='submit'] {
height: 54px;
font-size: 16px;
}
.modalio .wpcf7 form .wpcf7-response-output {
border: 2px solid #fffb0b;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output {
font-size: 13px;
}
}
@media screen and (min-width: 992px) {
.modalio input[type='text'],
.modalio input[type='tel'] {
height: 54px;
line-height: 54px;
font-size: 15px;
}
input[type='text'],
input[type='tel'] {
height: 54px;
line-height: 54px;
font-size: 15px;
padding-left: 22px;
}
.button,
.btn {
height: 54px;
font-size: 15px;
}
.btn-blur {
height: 50px;
}
input[type='submit'] {
height: 54px;
font-size: 15px;
letter-spacing: 0.8px;
}
.wpcf7-acceptance label span {
font-size: 11px;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.wpcf7-acceptance label span {
font-size: 1.13vw;
}
.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
padding-top: 2px;
}
}
@media screen and (min-width: 1200px) {
.modalio input[type='text'],
.modalio input[type='tel'] {
height: 62px;
line-height: 62px;
font-size: 16px;
}
input[type='text'],
input[type='tel'] {
height: 62px;
line-height: 62px;
font-size: 16px;
padding-left: 22px;
}
.button,
.btn {
height: 62px;
font-size: 16px;
}
.btn-blur {
height: 58px;
}
input[type='submit'] {
height: 62px;
font-size: 16px;
}
}
@media screen and (min-width: 1230px) {
.wpcf7-acceptance label span {
font-size: 15px;
}
} #header {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: auto;
display: none;
padding: 0;
z-index: 1000;
}
.headmob {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 60px;
padding: 13px 15px 0;
box-sizing: border-box;
z-index: 1000; }
.headmob.white {
position: relative; }
.headmob a {
display: flex;
align-items: center;
height: 34px;
}
.headmob img {
width: auto;
height: 34px;
margin-right: 7px;
}
.headmob .svg path {
fill: #fff;
}
.headmob.white .svg path {
fill: #1f211d;
}
.burger-btn,
.mobile-nav,
.mobile-overlay {
display: none;
}
@media screen and (max-width: 991px) {
.headmob {
display: flex;
align-items: center;
justify-content: space-between;
}
.headmob a {
position: relative;
z-index: 1002;
} .burger-btn {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 30px;
height: 22px;
padding: 0;
border: none;
background: none;
cursor: pointer;
position: relative;
z-index: 1002;
}
.burger-btn span {
display: block;
width: 100%;
height: 2px;
background: #fff;
transition: all 0.3s ease;
}
.headmob.white .burger-btn span {
background: #1f211d;
}
.burger-btn.active span:nth-child(1) {
transform: translateY(10px) rotate(45deg);
}
.burger-btn.active span:nth-child(2) {
opacity: 0;
}
.burger-btn.active span:nth-child(3) {
transform: translateY(-10px) rotate(-45deg);
} .mobile-overlay {
display: block;
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
visibility: hidden;
transition: 0.3s;
z-index: 999;
}
.mobile-overlay.active {
opacity: 1;
visibility: visible;
} .mobile-nav {
display: block;
position: fixed;
top: 0;
right: -100%;
width: 320px;
max-width: 90%;
height: 100vh;
background: #fff;
transition: right 0.3s ease;
z-index: 1001;
overflow-y: auto;
}
.mobile-nav.active {
right: 0;
}
.mobile-nav-inner {
padding: 80px 20px 30px;
}
.mobile-menu {
margin: 0;
padding: 0;
list-style: none;
}
.mobile-menu > li {
border-bottom: 1px solid #ececec;
}
.mobile-menu li {
position: relative;
}
.mobile-menu a {
display: block;
padding: 15px 0;
color: #1f211d;
text-decoration: none;
font-size: 16px;
line-height: 1.4;
} .mobile-menu .sub-menu {
display: none;
margin: 0;
padding: 0 0 10px 15px;
list-style: none;
}
.mobile-menu .sub-menu a {
padding: 10px 0;
font-size: 14px;
}
.mobile-menu .menu-item-has-children > a {
padding-right: 35px;
}
.mobile-menu .menu-item-has-children::after {
content: '+';
position: absolute;
right: 0;
top: 14px;
width: 24px;
height: 24px;
text-align: center;
font-size: 24px;
line-height: 24px;
color: #1f211d;
pointer-events: none;
}
.mobile-menu .menu-item-has-children.open::after {
content: '−';
}
.mobile-phone {
display: block;
margin-top: 25px;
color: #1f211d;
text-decoration: none;
font-size: 18px;
font-weight: 600;
}
body.mobile-open {
overflow: hidden;
}
} @media screen and (min-width: 992px) {
.mobile-nav,
.mobile-overlay {
display: none !important;
}
}
#header.white .header-bg {
background: #fff;
border-radius: 0 0 15px 15px;
color: #1f211d;
}
#header.white {
background: #fff;
padding-bottom: 10px; }
#header.fixed {
position: fixed; }
#header.white.fixed { }
.hmenu {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
width: 74%;
padding: 0 0 0 40px;
margin: 0;
box-sizing: border-box;
}
.hmenu li {
margin: 0;
margin-right: 5%;
padding: 0;
}
.hmenu li:last-child {
margin: 0;
}
.hmenu > li.menu-item-has-children {
position: relative;
}
.hmenu a {
display: block;
line-height: 40px;
color: #fff; font-weight: 600;
}
#header.white .hmenu a {
color: #1f211d;
}
#header .hmenu a:hover,
#header .hmenu li.hover a {
text-decoration: none;
opacity: 0.75;
}
#header.white .hmenu a:hover,
#header.white .hmenu li.hover a {
text-decoration: none;
color: #1f8cc7;
opacity: 1;
}
.h-submenu {
display: none;
position: absolute;
width: 100%;
left: 0;
top: calc(100% - 6px);
background: transparent;
padding: 26px 0 0;
}
.h-submenu.white {
top: calc(100% - 16px);
background: transparent;
padding: 16px 0 0;
}
.h-submenu.active {
display: block;
}
.h-submenu.white::after {
position: absolute;
display: block;
content: '';
top: 6px;
left: 0;
width: 100%;
height: 26px;
background: #fff;
z-index: 1010;
}
.h-submenu-inner {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(40px);
}
.h-submenu.white .h-submenu-inner {
width: 100%;
height: 100%;
background: #fff;
backdrop-filter: none;
box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.h-submenu .container {
padding: 30px 30px 45px;
box-sizing: border-box;
}
.h-submenus {
display: flex;
justify-content: space-between;
}
.h-submenu-list {
width: 50%;
}
.ul-submenu {
padding: 0;
margin: 0;
}
.ul-submenu li {
margin-bottom: 20px;
}
.ul-submenu li:last-child {
margin-bottom: 0;
}
.ul-submenu li a {
position: relative;
display: inline-block;
line-height: normal;
font-weight: 700;
font-size: 16px;
padding-bottom: 3px;
box-sizing: border-box;
text-decoration: none;
color: #fff;
}
.h-submenu.white .ul-submenu li a {
color: #1f211d;
}
.h-submenu .ul-submenu li a:hover {
text-decoration: none;
opacity: 0.75;
}
.h-submenu.white .ul-submenu li a:hover,
.h-submenu.white .ul-submenu li.current-menu-item a {
color: #1f8cc7;
opacity: 1;
}
.ul-submenu li a::after {
position: absolute;
display: block;
content: '';
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.4);
}
.ul-submenu li a:hover::after {
opacity: 0.75;
}
.h-submenu.white .ul-submenu li a::after {
background: #1f211d;
opacity: 0.1;
}
.h-submenu.white .ul-submenu li a:hover::after,
.h-submenu.white .ul-submenu li.current-menu-item a::after {
background: #1f8cc7;
opacity: 1;
}
.h-submenu-call {
width: 40%;
}
.h-submenu-call img {
display: block;
width: 100%;
height: auto;
margin-bottom: 29px;
border-radius: 25px;
}
.h-submenu-call a,
.h-submenu-call a:hover {
text-decoration: none;
color: #fff;
}
.h-submenu.white .h-submenu-call a {
color: #1f211d;
}
.h-submenu-call a span {
position: relative;
display: inline-block;
line-height: normal;
font-weight: 700;
padding-bottom: 3px;
font-size: 16px;
}
.h-submenu .h-submenu-call a:hover span {
opacity: 0.75;
}
.h-submenu.white .h-submenu-call a:hover span {
color: #1f8cc7;
opacity: 1;
}
.h-submenu-call a span::after {
position: absolute;
display: block;
content: '';
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background: rgba(255, 255, 255, 0.4);
}
.h-submenu-call a:hover span::after {
opacity: 0.75;
}
.h-submenu.white .h-submenu-call a span::after {
background: #1f211d;
opacity: 0.1;
}
.h-submenu.white .h-submenu-call a:hover span::after {
background: #1f8cc7;
opacity: 1;
}
#wpadminbar {
display: none;
}
@media screen and (min-width: 784px) {
}
@media screen and (min-width: 768px) {
}
.hblock-txt a.mail-link {
padding-left: 0;
font-size: 16px !important;
color: #fff !important;
}
.hblock-txt a.mail-link:hover {
opacity: 1;
color:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#75c0e0 0,
#0079be 100%
),
#3197cd !important;
}
#header.white .hblock-txt a.mail-link {
color: #1f211d !important;
}
#header.white .hblock-txt a.mail-link:hover {
opacity: 1;
color: #1f8cc7 !important;
}
@media screen and (min-width: 992px) {
.headmob {
display: none;
}
#wpadminbar {
display: block;
}
#header {
display: block;
}
.header-top {
display: grid; grid-template-columns: repeat(3, 1fr);
column-gap: 10px;
padding: 10px 0;
}
.header-top-logo a {
width: 100%;
max-width: 202px;
display: flex;
margin-bottom: 0;
align-items: center;
justify-content: space-between;
}
.header-top-logo a .logo {
width: 25.45%;
}
.header-top-logo a .logo2 {
width: 68.18%;
}
#header.white .header-top-logo a .logo2 {
position: relative;
top: 2px;
}
.header-top-logo a .logo2 path {
fill: #fff;
}
#header.white .header-top-logo a .logo2 path {
fill: #1f211d;
}
.hblock {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.header-top-stat {
padding-left: 4px;
box-sizing: border-box;
}
.header-top-addr {
padding-left: 8px;
box-sizing: border-box;
}
.header-top-stat .hblock-img,
.header-top-addr .hblock-img {
width: 46px;
height: 46px;
border-radius: 10px;
overflow: hidden;
}
.header-top-stat .hblock-img .svg,
.header-top-addr .hblock-img .svg {
display: block;
width: 100%;
height: 100%;
}
#header.white .header-top-stat .hblock-img,
#header.white .header-top-addr .hblock-img {
background: #f1f0f0;
}
.header-top-tel {
padding-left: 0;
box-sizing: border-box;
}
.header-top-tel .hblock-img,
.header-top-search .hblock-img {
display: flex;
justify-content: center;
align-items: center;
width: 46px;
height: 46px;
background: linear-gradient(
55.58deg,
rgba(255, 255, 255, 0.35) 0%,
rgba(255, 255, 255, 0) 107.5%
);
border-radius: 50%;
}
#header.white .header-top-tel .hblock-img,
#header.white .header-top-search .hblock-img {
background: #f4f9fc;
}
#header.white .header-top-tel .hblock-img .svg path {
fill: #1f8cc7;
}
.hblock-txt,
.hblock-txt a.mail-link {
width: calc(100% - 15%);
padding-left: 15.5px;
padding-top: 2px;
box-sizing: border-box;
line-height: 120%;
font-size: 12px;
color: #fff;
}
.logo-text {
font-size: 12px;
}
.hblock-txt a.mail-link {
padding-left: 0;
color: #fff !important;
}
.hblock-txt span,
.hblock-txt .mail-link {
opacity: 0.75;
}
#header.white .hblock-txt,
#header.white .hblock-txt .mail-link,
#header.white .hblock-txt a.mail-link {
color: #1f211d;
}
#header.white .hblock-txt a.mail-link {
color: #1f211d;
}
#header.white .hblock-txt span,
#header.white .hblock-txt .mail-link {
opacity: 1;
}
.hblock-title {
line-height: normal;
font-size: 18px;
margin-bottom: 7px;
opacity: 0.75;
}
.header-top-addr .hblock-title {
letter-spacing: -0.5px;
margin-bottom: 8px;
}
.header-top-tel .hblock-title {
line-height: 30px;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.2px;
margin-bottom: 3px;
opacity: 1;
}
#header.white .hblock-title {
opacity: 1;
}
#header.white .header-top-tel .hblock-title {
letter-spacing: 0;
font-weight: 700;
}
.header-top-tel .hblock-title a {
color: #fff;
}
#header.white .header-top-tel .hblock-title a {
color: #1f211d;
}
.header-bot {
position: relative;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(22px);
border-radius: 15px;
padding: 5px;
box-sizing: border-box;
}
#header.white .header-bot {
background: #f8f8f8;
}
.header-bot .btn {
width: 25%;
height: 40px;
line-height: 40px;
font-size: 12px;
padding: 0;
box-sizing: border-box;
}
#header.white .header-bot .btn:hover {
background: #1f8cc7;
color: #fff;
}
.header-bot .btn.green {
color: #8ea937;
}
#header.white .header-bot .btn.green {
color: #0079be;
}
.hmenu {
padding-left: 30px;
}
.hmenu a {
font-size: 14px;
}
.tosub {
padding-right: 15px !important;
position: relative;
}
.tosub::after {
position: absolute;
display: block;
content: '';
top: 50%;
margin-top: -1px;
right: 0;
width: 6px;
height: 4px;
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/tosub.svg) no-repeat;
cursor: pointer;
}
#header.white .tosub::after {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/tosub-white.svg) no-repeat;
}
}
@media screen and (min-width: 1100px) {
.header-top {
grid-template-columns: repeat(3, 1fr);
column-gap: 15px;
padding: 12px 0 12px;
}
.hmenu li {
margin-right: 5.4%;
}
.hmenu a {
font-size: 15px;
}
}
@media screen and (min-width: 1150px) {
.header-top {
padding: 13px 0 13px;
}
.hblock-txt,
.logo-text {
font-size: 13px;
}
.hmenu {
width: calc(100% - 270px);
padding-left: 47.5px;
}
.hmenu li {
margin-right: 5.7%;
}
.hmenu a {
font-size: 15px;
line-height: 44px;
}
.header-bot {
padding: 6px;
}
.header-bot .btn {
width: 270px;
height: 44px;
line-height: 44px;
font-size: 13px;
}
}
@media screen and (min-width: 1180px) {
.hmenu {
width: calc(100% - 280px);
padding-left: 47.5px;
}
.header-bot .btn {
width: 280px;
}
.hmenu li {
margin-right: 6%;
}
}
@media screen and (min-width: 1230px) {
.header-top {
padding: 16px 0 14px;
}
.header-top-tel {
padding-left: 10px;
}
.header-top-tel .hblock-title {
font-size: 24px;
}
.hblock-txt,
.logo-text {
font-size: 14px;
}
.hmenu {
width: calc(100% - 289px);
padding-left: 47.5px;
}
.hmenu li {
margin-right: 6.3%;
}
.hmenu a {
font-size: 15px;
line-height: 48px;
}
.header-bot .btn {
width: 289px;
height: 48px;
line-height: 48px;
font-size: 14px;
}
.h-submenu .container {
padding: 30px 54px 45px;
}
.ul-submenu li a,
.h-submenu-call a span {
font-size: 18px;
}
}
@media screen and (min-width: 1260px) {
.header-top-tel {
padding-left: 26px;
}
} .bread {
position: relative;
display: none;
margin-bottom: 74px;
top: 0;
font-size: 15px;
line-height: 15px;
z-index: 99;
}
.bread a {
text-decoration: none;
opacity: 0.6;
}
.bread.bg {
position: absolute;
top: 140px;
}
.bread.bg,
.bread.bg a {
color: #fff;
}
.bread p {
letter-spacing: 0.2px;
}
.section {
position: relative;
} .section.sfull {
margin-left: -15px;
margin-right: -15px;
}
.section h2,
.content-items h2 {
margin-bottom: 10px;
line-height: 110%;
font-weight: 400;
font-size: 6.87vw;
}
.section-top {
display: flex;
flex-direction: column;
margin-bottom: 19px;
padding-right: 15px;
}
.section-buttons {
display: none;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.section-top-left {
margin-bottom: 15px;
}
.section-top-left h2 {
margin-bottom: 0;
}
.section-slides {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
line-height: 140%;
font-size: 12px;
color: #1f211d;
}
.section-slides-txt {
opacity: 0.5;
}
.section-slides img {
margin-top: -2px;
animation: horizontal-shaking 2.5s infinite;
}
@keyframes horizontal-shaking {
0% {
transform: translateX(0);
}
25% {
transform: translateX(10px);
}
50% {
transform: translateX(-10px);
}
75% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.section .aftertitle {
margin-bottom: 20px;
line-height: 140%;
font-weight: 500;
font-size: 3.75vw;
}
.section-top-left .aftertitle {
margin-top: 10px;
margin-bottom: 0;
}
.container {
position: relative;
display: block; width: 100%;
max-width: 1230px;
padding: 0 15px;
margin: 0 auto;
box-sizing: border-box;
}
.swiper-buttons {
display: flex;
flex-direction: row;
position: absolute;
width: 130px;
bottom: 40px;
right: 0;
padding: 0;
margin: 0;
}
.swiper-button-prev,
.swiper-button-next {
position: relative;
display: none;
width: 60px;
height: 60px;
justify-content: center;
align-items: center;
background: #1f8cc7;
border-radius: 50%;
}
.swiper-button-prev {
margin: 0;
padding: 0;
left: -10px;
}
.swiper-button-next {
margin: 0;
padding: 0;
right: 0px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
font-weight: 700;
font-size: 15px;
color: #fff;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
background: #2996d1;
}
@media screen and (max-width: 991px) {
.head-caro > .container {
position: absolute;
width: 100%;
height: 0;
top: 100px;
bottom: auto;
left: 0;
padding: 0;
}
.head-caro .swiper-buttons {
position: absolute;
width: 100%;
height: 0;
bottom: 0;
}
.head-caro .swiper-button-prev,
.head-caro .swiper-button-next {
position: absolute;
display: block;
width: 15%;
height: 380px;
background: transparent;
margin-top: 0;
border-radius: 0;
top: 0;
-webkit-tap-highlight-color: transparent;
}
.head-caro .swiper-button-prev {
left: 0;
}
.head-caro .swiper-button-next {
right: 0;
}
.head-caro .swiper-button-prev::after,
.head-caro .swiper-button-next::after {
display: none;
}
.head-caro .swiper-button-prev:hover,
.head-caro .swiper-button-next:hover {
background: transparent;
-webkit-tap-highlight-color: transparent;
}
}
@media screen and (min-width: 425px) {
.section h2,
.content-items h2 {
font-size: 30px;
}
.section .aftertitle,
.content-items p {
font-size: 16px;
}
}
@media screen and (min-width: 768px) {
.section h2,
.content-items h2 {
font-size: 40px;
}
}
@media screen and (min-width: 992px) {
.bread {
display: block;
margin-bottom: 50px;
}
.section h2,
.content-items h2 {
margin-bottom: 20px;
line-height: 48px;
font-weight: 300;
font-size: 44px;
}
.section-top {
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
margin-bottom: 40px;
padding-right: 0;
}
.section-top-left {
width: calc(100% - 200px);
margin: 0;
}
.section-top-left h2 {
margin-bottom: 0;
}
.section-buttons {
display: flex;
}
.section-slides {
display: none;
}
.section .aftertitle,
.content-items p {
margin-bottom: 40px;
line-height: 28px;
font-size: 20px;
}
.section-top-left .aftertitle {
margin-top: 31px;
margin-bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
display: flex;
position: relative;
top: -3px;
}
.swiper-button-prev {
left: -11px;
}
.swiper-button-next {
right: 1px;
}
.head-caro .swiper-button-prev,
.head-caro .swiper-button-next {
display: flex;
background: linear-gradient(
157.82deg,
rgba(255, 255, 255, 0.4) -0.45%,
rgba(217, 217, 217, 0) 103.11%
);
backdrop-filter: blur(7.5px);
}
.head-caro .swiper-button-prev:hover,
.head-caro .swiper-button-next:hover {
background: linear-gradient(
157.82deg,
rgba(255, 255, 255, 0.2) -0.45%,
rgba(217, 217, 217, 0) 103.11%
);
backdrop-filter: blur(7.5px);
}
.head-caro .swiper-pagination span {
background: #ffffff;
opacity: 0.3;
}
.head-caro .swiper-pagination span.swiper-pagination-bullet-active {
opacity: 1;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
.bread { }
}
@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation: landscape) {
.bread { }
}
@media screen and (min-width: 1200px) {
.bread {
margin-bottom: 74px;
}
.bread.bg {
top: 170px;
}
.section-top-left { }
.section h1 {
margin-bottom: 30px;
line-height: 57px;
font-weight: 300;
font-size: 2, 5em;
}
.section h2,
.content-items h2 {
margin-bottom: 30px;
line-height: 57px;
font-weight: 300;
font-size: 52px;
}
}
@media screen and (min-width: 1230px) {
.container {
width: calc(100% - 30px);
box-sizing: unset;
}
.section.sfull {
margin-left: calc((100vw - 100%) / -2);
width: 100vw;
}
}  .shead {
margin-bottom: 41px;
}
body.home .shead {
margin-bottom: 40px;
}
.head-item {
position: relative;
width: 100%; background: radial-gradient(
124.06% 78.49% at 39.06% 71.71%,
#3baddd 0%,
#0079be 100%
);
}
.head-item.green { background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
}
.head-item .container {
}
.head-body-info {
position: relative;
display: flex;
min-height: 655px;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding-top: 114px;
padding-bottom: 33px;
box-sizing: border-box;
color: #fff;
z-index: 2;
} body.home .head-body-info {
padding-top: 88px;
padding-bottom: 44px;
}
.head-pretitle,
.head-body .head-pretitle h2 {
margin-bottom: 19px; font-weight: 600;
}
.head-txt {
margin-top: 14px;
margin-bottom: 16px;
text-align: center;
}
.head-txt-circle {
text-align: center;
}
.head-body h1,
.head-body h2 {
text-align: center;
line-height: 107%;
font-weight: 300; margin-bottom: 0;
color: #fff;
}
.head-item.fullslide .head-body h1,
.head-item.fullslide .head-body h2 {
letter-spacing: -1.2px;
line-height: 100%;
}
.head-pretitle h2 {
font-size: 3.75vw;
font-weight: 600;
margin: 0;
padding: 0;
letter-spacing: 0 !important;
}
.head-bot {
margin-top: 105vw;
}
.head-bot .btn-white {
margin-bottom: 6px;
}
.head-bot .btn {
width: 100%;
box-sizing: border-box;
}
.head-bot-btn1.green {
color: #8ea937;
}
.head-img {
position: absolute;
display: flex;
justify-content: center;
align-items: flex-end;
bottom: 0;
right: 50%;
width: 100%;
height: 70%;
z-index: 1;
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-webkit-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
}
.head-img img {
display: block;
max-height: 100%;
width: auto;
image-rendering: -moz-crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
-ms-interpolation-mode: nearest-neighbor; }
.head-caro .head-item.green .btn-white {
color: #8ea937;
}
@media screen and (max-width: 991px) {
.head-caro .head-item {
overflow: hidden;
}
.head-caro .head-img {
height: 65%;
}
.head-caro .head-item.head-item-2 .head-img,
.head-caro .head-item.head-item-4 .head-img {
right: 55%;
}
.head-caro .head-item.head-item-1 .head-img {
right: 55%;
width: 120%;
}
body.page-child .head-caro .head-item.head-item-1 .head-img {
right: 50%;
width: 100%;
}
body.page-id-1472 .head-caro .head-item.head-item-1 .head-img,
body.page-id-37 .head-caro .head-item.head-item-1 .head-img {
width: 100%;
height: auto;
max-height: 100vh;
}
.head-caro .head-item.head-item-1.fullslide .head-img {
right: 49%;
width: 107%;
}
body.home .head-caro .head-item.head-item-2 .head-img,
body.home .head-caro .head-item.head-item-4 .head-img {
right: 66%;
width: 130%;
height: 77%;
}
body.home .head-caro .head-item.head-item-3 .head-img {
right: 46.5%;
width: 120%;
}
.head-caro
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
margin: 0;
margin-right: 20px;
}
.head-caro .swiper-pagination {
bottom: auto;
top: 62px;
left: 13px;
right: 13px;
width: calc(100% - 26px);
height: 2px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.head-caro .swiper-pagination-bullet {
position: relative;
display: block;
width: auto;
height: auto;
text-align: left;
border-radius: 0;
opacity: 1;
margin: 0 2px !important;
background-color: transparent;
}
.head-caro .swiper-pagination-bullet i {
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
height: 2px;
background-color: rgba(255, 255, 255, 0.3);
}
.head-caro .swiper-pagination-bullet b {
position: absolute;
bottom: 0;
left: 0;
z-index: 2;
width: 0%;
height: 2px;
background-color: #fff;
}
.head-caro .swiper-pagination-bullet-active {
background-color: transparent;
}
.head-caro .swiper-pagination-bullet-active b {
animation-name: countingBar;
animation-duration: 7s;
animation-timing-function: ease-in;
animation-iteration-count: 1;
animation-direction: alternate;
animation-fill-mode: forwards;
}
@keyframes countingBar {
0% {
width: 0;
}
100% {
width: 100%;
}
}
.head-bot {
width: 100%;
}
.head-bot .btn {
letter-spacing: 0.4px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.head-caro .head-item.head-item-1.fullslide .head-bot {
margin-top: 77vw;
}
}
.mob-circle {
display: block;
}
.desk-circle {
display: none;
}
@media screen and (min-width: 768px) {
.head-bot {
margin-top: 70vw;
max-width: 50%;
}
.head-bot .btn {
padding: 0;
}
.head-pretitle h2 {
font-size: 18px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.head-img {
height: 60%;
}
body.home .head-caro .head-item.head-item-2 .head-img,
body.home .head-caro .head-item.head-item-4 .head-img,
.head-caro .head-item.head-item-2 .head-img,
.head-caro .head-item.head-item-4 .head-img {
right: 50%;
}
.head-body-info-top {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.head-item.fullslide .head-body-info-top h2 {
width: 80%;
}
.head-item.fullslide .head-body-info-top .head-txt {
width: 80%;
}
.head-item.fullslide .head-body-info-top br {
display: none;
}
}
@media screen and (min-width: 992px) {
.shead {
margin-bottom: 77px;
}
body.home .shead {
margin-bottom: 70px;
}
.head-item {
background: radial-gradient(
100% 100% at 0% 100%,
#75c0e0 0%,
#0079be 100%
);
}
.head-item.green {
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
}
.head-item .container {
height: 100vh;
max-height: 810px;
padding-top: 65px; box-sizing: border-box;
padding-top: 130px;
}
.head-body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 100%;
}
.head-item.left .head-body {
align-items: flex-end;
}
.head-body-info {
display: block;
width: 60%;
min-height: auto;
height: auto;
padding: 0;
box-sizing: border-box;
}
.head-item.fullslide .head-body h1,
.head-item.fullslide .head-body h2 {
line-height: 110%;
letter-spacing: 0;
}
.head-item.fullslide .head-body-info {
padding: 0;
}
.head-item.left .head-body-info {
width: 55%;
position: relative;
top: -34px;
left: -2px;
z-index: 9;
}
.head-item-3 .head-body-info {
top: -30px;
left: -2px;
}
.head-item-3 .head-img {
right: 15px;
}
.head-body h1,
.head-body h2 {
line-height: 45px;
font-size: 40px; margin-bottom: 20px;
text-align: left;
}
.head-pretitle h2 {
font-size: 16px;
line-height: 22px;
}
.head-item-3 .head-body h2 {
margin-bottom: 55px;
}
.head-txt-circle {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 12%;
left: -12%;
width: 160px;
height: 160px;
padding: 2px;
box-sizing: border-box;
border-radius: 50%;
background: linear-gradient(
157.82deg,
rgba(0, 0, 0, 0.15) -0.45%,
rgba(217, 217, 217, 0) 103.11%
);
backdrop-filter: blur(7.5px);
color: #fff;
z-index: 3;
font-weight: 300;
font-size: 15px;
line-height: 21px;
text-align: center;
}
.head-txt-circle::after {
position: absolute;
display: block;
content: '';
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(
161.74deg,
rgba(255, 255, 255, 0.5) 9.83%,
rgba(255, 255, 255, 0) 87.6%
);
border-radius: 50%;
z-index: 2;
} .head-item.left .head-txt-circle {
top: 28%;
right: -90px;
left: auto;
}
.head-pretitle {
margin-bottom: 10px;
text-align: left;
font-weight: 500;
font-size: 16px;
line-height: 22px;
}
.head-txt {
margin-top: 0;
margin-bottom: 20px;
text-align: left;
font-weight: 400;
font-size: 18px;
line-height: 25.2px;
}
.head-item.fullslide .head-txt,
.head-item.fullslide .head-txt {
font-size: 16px;
line-height: 22px;
}
.mob-circle {
display: none;
}
.desk-circle {
display: flex;
}
.head-bot {
display: flex;
max-width: 100%;
margin-top: 0;
}
.head-bot .btn {
width: auto;
box-sizing: border-box;
padding: 0 30px;
}
.head-bot .btn-white {
margin: 0 12px 0 0;
}
.head-img {
right: 0;
width: auto;
height: auto;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
z-index: 3;
height: 77%;
}
.head-item.left .head-img {
right: auto;
left: 27px;
}
.head-img { }
.head-img img {
position: relative;
z-index: 5;
height: 100%;
}
.head-caro .swiper-horizontal > .swiper-pagination-bullets,
.head-caro .swiper-pagination-bullets.swiper-pagination-horizontal,
.head-caro .swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 36px;
}
.head-caro .swiper-pagination span {
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 5px !important;
}
.head-caro .swiper-buttons {
right: 3px;
bottom: 39px;
}
.head-bot .btn {
height: 54px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) and (orientation: portrait) {
.head-img.sh-circle {
margin-right: -50px;
}
.sh-circle .head-txt-circle {
top: 13%;
left: -5%;
}
.head-item.left .head-txt-circle {
display: none;
}
}
@media screen and (min-width: 1200px) {
.shead {
margin-bottom: 107px;
}
body.home .shead {
margin-bottom: 99px;
}
.head-item.left .head-body-info {
width: 50%;
}
.head-item.fullslide .head-body {
padding-top: 22px;
box-sizing: border-box;
}
.head-body h1,
.head-body h2 {
line-height: 55px;
font-size: 50px; }
.head-pretitle h2 {
font-size: 18px;
line-height: 25.2px;
}
.head-pretitle {
margin-bottom: 20px;
font-weight: 500;
font-size: 18px;
line-height: 25.2px;
}
.head-item.fullslide .head-txt,
.head-item.fullslide .head-txt {
position: relative;
top: 5px;
letter-spacing: 0.25px;
font-size: 18px;
line-height: 25.2px;
}
.head-txt-circle {
top: 13.4%;
left: -6.2%;
font-size: 16px;
line-height: 22.4px;
}
.head-bot {
position: relative; padding-left: 3px;
}
.head-item.fullslide .head-bot {
top: 8px;
padding-left: 1px;
}
.head-img {
height: auto;
right: -34px;
height: 77%;
}
.head-item.fullslide .head-img {
height: 77%;
right: -15px;
}
.head-item.fullslide.left .head-img {
left: 0;
right: auto;
}
.head-item.left .head-txt-circle {
top: 30%;
right: -110px;
}
.head-img img {
height: auto;
}
.head-bot .btn {
height: 62px;
}
.head-item.fullslide .head-bot .btn {
letter-spacing: 0.9px;
}
.head-bot-btn1 {
padding: 0 33px;
}
.head-item .container {
padding-top: 132px;
padding-left: 0;
padding-right: 0;
}
} .sservices {
margin-bottom: 40px;
}
.sservices h2 {
margin-top: 40px;
margin-bottom: 20px;
font-weight: 700;
}
.serv-items {
display: grid;
grid-template-columns: 1fr;
row-gap: 10px;
}
.serv-more {
margin-top: 20px;
}
.serv-more .btn {
height: 50px;
background: #f4f9fc;
color: #0079be;
}
.serv-more .btn:hover {
background: #ecf4f9;
}
.serv-item {
margin-bottom: 10px;
height: 100%;
}
.serv-item {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
padding: 20px 20px;
margin-bottom: 10px;
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
border-radius: 20px;
box-sizing: border-box;
}
.home .serv-item:first-child {
background:
linear-gradient(
180deg,
rgba(142, 169, 55, 0.15) 0%,
rgba(142, 169, 55, 0.05) 50%
),
#fff;
}
.home .serv-item:first-child .btn-green {
background: #1f8cc7;
color: #fff;
}
.home .serv-item:first-child .btn-green:hover {
opacity: 0.9;
} .serv-item.serv-so {
display: none;
}
.serv-item.serv-so.active {
display: block;
}
.serv-attr span {
position: relative;
background:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#75c0e0 0,
#0079be 100%
),
#3197cd;
border-radius: 6px;
display: inline-block;
margin-bottom: 13px;
padding: 5px 7.5px;
font-weight: 700;
line-height: 140%;
-webkit-transform: rotate(-4deg);
transform: rotate(-4deg);
color: #fff;
}
.serv-name {
margin-bottom: 10px;
font-weight: 700;
line-height: normal;
}
.serv-center {
padding: 13px 16px;
margin-bottom: 21px;
background: #fff;
border: 1px solid #1f8cc7;
border-radius: 14px;
box-sizing: border-box;
}
.serv-consult {
margin-bottom: 3px;
font-weight: 700;
line-height: 140%;
color: #1f8cc7;
}
.serv-cost {
font-weight: 700;
line-height: 140%;
}
.serv-dop {
margin-bottom: 15px;
line-height: 140%;
opacity: 0.5;
}
.serv-txt {
margin-bottom: 20px;
line-height: 140%;
}
.serv-btn {
padding: 0;
}
@media screen and (max-width: 991px) {
.serv-items {
display: flex;
flex-direction: column;
row-gap: 0;
}
.serv-btn {
height: 50px;
line-height: 50px;
letter-spacing: 0.35px;
}
.serv-dop {
margin-top: -10px;
}
.serv-attr {
padding-top: 3px;
padding-left: 2px;
}
.serv-name {
margin-left: 2px;
}
.serv-txt {
width: 98%;
line-height: 141%;
margin-bottom: 19px;
}
.serv-more {
margin-top: 1px;
}
}
@media screen and (min-width: 768px) {
.serv-items {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 15px;
row-gap: 15px;
}
.serv-item:nth-of-type(3) {
display: none;
}
.serv-items.active .serv-item:nth-of-type(3) {
display: flex;
}
.serv-attr {
position: absolute;
top: -22px;
right: 40px;
margin: 0;
}
.serv-name {
margin-right: -20px;
font-size: 22px;
}
.serv-more {
margin-top: 20px;
}
}
@media screen and (min-width: 992px) {
.sservices {
margin-bottom: 70px;
}
.sservices h2 {
margin-top: 100px;
margin-bottom: 50px;
padding-left: 2px;
}
.serv-items {
grid-template-columns: 1fr 1fr 1fr;
column-gap: 15px;
row-gap: 15px;
}
.serv-item {
margin-bottom: 20px;
padding: 30px 18px 30px;
border-radius: 20px;
}
.serv-item:nth-of-type(3) {
display: flex;
}
.serv-attr {
position: absolute;
top: -20px;
right: 40px;
margin: 0;
}
.serv-attr span {
padding: 10px;
font-size: 16px;
border-radius: 10px;
}
.serv-name {
margin-right: -20px;
margin-bottom: 20px;
font-size: 20px;
letter-spacing: 0;
}
.serv-center {
margin-bottom: 14px;
padding: 13px 16px 13px;
border-radius: 12px;
}
.serv-consult {
margin-bottom: 5px;
font-size: 14px;
}
.serv-cost {
font-size: 20px;
}
.serv-dop {
margin-bottom: 14px;
font-size: 14px;
}
.serv-txt {
width: 98%;
margin-bottom: 10px;
font-size: 15px;
}
.serv-btn {
margin-top: auto;
padding: 0;
font-size: 14px;
}
.serv-more .btn {
height: 56px;
}
}
@media screen and (min-width: 1100px) {
.serv-item {
margin-bottom: 20px;
padding: 35px 22px 30px;
border-radius: 25px;
}
.serv-center {
margin-bottom: 16px;
padding: 16px 18px 15px;
border-radius: 17px;
}
.serv-name {
margin-right: -20px;
margin-bottom: 20px;
font-size: 21px;
letter-spacing: 0;
}
.serv-btn {
font-size: 14.5px;
}
.serv-cost {
font-size: 22px;
}
.serv-txt {
font-size: 16px;
}
.serv-dop {
margin-bottom: 16px;
font-size: 15px;
}
}
@media screen and (min-width: 1200px) {
.sservices {
margin-bottom: 106px;
}
.serv-item {
margin-bottom: 20px;
padding: 40px 30px 30px;
border-radius: 30px;
}
.serv-center {
margin-bottom: 20px;
padding: 20px 20px 17px;
border-radius: 20px;
}
.serv-name {
margin-right: -20px;
margin-bottom: 20px;
font-size: 23px;
letter-spacing: 0;
}
.serv-consult {
font-size: 16px;
}
.serv-cost {
font-size: 24px;
}
.serv-txt {
font-size: 18px;
}
.serv-btn {
font-size: 16px;
}
.serv-dop {
margin-bottom: 20px;
font-size: 16px;
}
} .sopinion {
margin-bottom: 42px;
}
.sopinion .swiper-buttons {
bottom: auto;
}
.opi-caro .swiper-slide {
height: auto;
}
.opi-item {
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: flex-start;
height: 100%;
padding: 20px 20px 20px 23px;
background: #fff;
border: 1px solid #1f8cc7;
border-radius: 20px;
box-sizing: border-box;
color: #1f211d;
}
.opi-top {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.opi-name {
line-height: 140%;
font-weight: 700;
color: #1f8cc7;
}
.opi-title {
width: 100%;
margin: 17px 0 9px;
line-height: normal;
font-weight: 700;
}
.opi-txt {
width: 100%;
margin-bottom: 14px;
max-height: 274px;
overflow: hidden;
transition: max-height 0.3s ease;
}
.opi-txt.active {
max-height: 1000px;
}
.opi-more {
margin-bottom: 20px;
font-weight: bold;
cursor: pointer;
font-size: 16px;
}
.opi-more[style*='visibility: hidden'] {
pointer-events: none;
}
.opi-txt p {
margin-bottom: 10px;
}
.opi-txt p:last-child {
margin-bottom: 0px;
}
.opi-bot {
margin-top: auto;
font-weight: 700;
line-height: 140%;
}
.opi-bot a {
position: relative;
text-decoration: none;
color: #1f8cc7;
}
.opi-bot a::after {
position: absolute;
bottom: -2px;
left: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #1f8cc7;
}
.opi-bot a:hover {
color: #4db1e7;
}
.opi-bot a:hover::after {
background: #4db1e7;
}
.opi-ya {
margin-right: 10px;
}
.opi-caro .swiper-pagination {
bottom: 3px;
}
.opi-caro .swiper-pagination span {
width: 10px;
height: 10px;
margin: 0 5px !important;
background: #bcddef;
opacity: 1;
}
.opi-caro .swiper-pagination span.swiper-pagination-bullet-active {
background: #1f8cc7;
}
@media screen and (max-width: 991px) {
.sopinion {
margin-bottom: 40px;
}
.sopinion .container { width: 100%;
padding-right: 0;
}
.opi-item {
padding-top: 17px;
}
.opi-stars {
width: 30%;
}
.opi-name {
padding-top: 5px;
line-height: 100%;
}
.opi-stars img {
position: relative;
top: -1px;
display: block;
}
.opi-txt p {
line-height: 142%;
font-size: 12px;
}
.opi-more {
font-size: 12px;
}
}
@media screen and (min-width: 768px) {
.opi-ya {
margin-right: 27px;
}
.opi-txt p {
line-height: 142%;
font-size: 14px;
}
}
@media screen and (min-width: 992px) {
.sopinion .section-top {
margin-bottom: 59px;
}
.sopinion h2 {
margin-bottom: 0;
}
.sopinion .swiper-button-prev,
.sopinion .swiper-button-next {
top: -1px;
}
.sopinion .swiper-button-prev {
left: -10px;
}
.sopinion .swiper-button-next {
right: 0;
}
.opi-caro {
padding-bottom: 40px;
}
.opi-item {
padding: 28px 20px 30px 20px;
border: 2px solid #1f8cc7;
border-radius: 30px;
}
.opi-stars {
padding-right: 8px;
}
.opi-name {
font-size: 16px;
}
.opi-title {
margin: 18px 0 20px;
font-size: 23px;
}
.opi-txt {
margin-bottom: 18px;
font-size: 14px;
}
.opi-txt p {
font-size: 14px;
line-height: 140%;
}
.opi-txt p:last-child {
margin-bottom: 0;
}
.opi-bot {
font-size: 13px;
}
}
@media screen and (min-width: 1200px) {
.sopinion {
margin-bottom: 60px;
}
.opi-item {
padding: 28px 30px 38px 42px;
}
.opi-title {
font-size: 24px;
}
.opi-txt {
margin-bottom: 28px;
font-size: 16px;
}
.opi-txt p {
font-size: 16px;
}
.opi-bot {
font-size: 14px;
}
} .svideopinion,
.svideorutube {
margin-bottom: 40px;
}
.svideopinion h2,
.svideorutube h2 {
font-weight: 700;
line-height: 110%;
}
.svideopinion h2 span,
.svideorutube h2 span {
position: relative;
background:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#75c0e0 0,
#0079be 100%
),
#3197cd;
border-radius: 6px;
display: inline-block;
margin-left: 0;
top: 0;
padding: 2px 7px;
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
font-size: 6.25vw;
color: #fff;
}
.vopi-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 6px;
row-gap: 12px;
}
.vopi-more {
margin-top: 37px;
}
.vopi-more .btn {
background: #f4f9fc;
color: #0079be;
}
.vopi-more .btn:hover {
background: #ecf4f9;
}
.vopi-item.vopi-ro {
display: none;
}
.vopi-item.vopi-ro.active {
display: block;
}
.ytlink,
.rtlink {
position: relative;
display: block;
margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
}
.ytlink-img {
display: block;
width: 100%;
}
.vopi-attr {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
top: 10px;
right: 10px;
width: 24px;
height: 24px;
background: #fff;
border-radius: 5px;
z-index: 5;
cursor: pointer;
}
.vopi-attr img {
display: inline-block;
width: 33%;
}
.vopi-bot {
display: flex;
margin-bottom: 10px;
}
.vopi-bot-info {
font-weight: 700;
line-height: 140%;
color: #20221e;
}
.vopi-bot img {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 50%;
}
.vopi-stars img {
width: auto;
max-width: 62px;
height: auto;
margin-top: 4px;
border-radius: 0;
}
.vopi-link {
margin-left: -40px;
border-bottom: 1px solid #1f8cc7;
text-decoration: none;
font-weight: 700;
line-height: 140%;
color: #1f8cc7;
}
.vopi-link:hover {
text-decoration: none;
color: #1f8cc7;
}
@media screen and (max-width: 991px) {
.svideopinion h2,
.svideorutube h2 {
margin-bottom: 13px;
}
.svideopinion h2 span,
.svideorutube h2 span {
margin-bottom: -5px;
margin-right: 2px;
}
.svideopinion .aftertitle,
.svideorutube .aftertitle {
letter-spacing: -0.02px;
margin-bottom: 21px;
}
.vopi-items {
row-gap: 20px;
}
.ytlink,
.rtlink {
margin-bottom: 12px;
}
.vopi-more {
margin-top: 20px;
}
.vopi-more .btn {
height: 44px;
letter-spacing: 0.3px;
}
}
@media screen and (min-width: 768px) {
.svideopinion h2 span,
.svideorutube h2 span {
font-size: 40px;
}
.vopi-items {
grid-template-columns: repeat(4, 1fr);
}
}
@media screen and (min-width: 992px) {
.svideopinion,
.svideorutube {
margin-bottom: 70px;
}
.svideopinion h2,
.svideorutube h2 {
margin-bottom: 25px;
line-height: 85%;
}
.svideopinion h2 span,
.svideorutube h2 span {
border-radius: 16px;
display: inline-block;
margin-left: 11px;
top: -5px;
padding-top: 10px;
padding-bottom: 14px;
padding-left: 21px;
padding-right: 21px;
font-size: 44px;
}
.svideopinion .aftertitle,
.svideorutube .aftertitle {
margin-bottom: 39px;
}
.vopi-items {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 20px;
row-gap: 40px;
}
.vopi-attr {
top: 20px;
right: 20px;
width: 42px;
height: 42px;
border-radius: 10px;
}
.vopi-attr img {
width: 33%;
}
.ytlink,
.rtlink {
margin-bottom: 20px;
border-radius: 25px;
}
.vopi-bot-info {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 0;
font-size: 16px;
}
.vopi-bot img {
width: 64px;
height: 64px;
margin-right: 28px;
}
.vopi-stars img {
width: auto;
max-width: 103px;
height: auto;
margin: 0;
}
.vopi-link {
margin: 0;
font-size: 14px;
}
}
@media screen and (min-width: 1230px) {
.svideopinion,
.svideorutube {
margin-bottom: 100px;
}
.svideopinion h2 span,
.svideorutube h2 span {
font-size: 52px;
}
} .sblog {
margin-bottom: 38px;
}
.section.sblog h2 {
margin-bottom: 20px;
font-weight: 700;
}
.news-items {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 20px;
}
.news-img img {
display: block;
margin-bottom: 15px;
border-radius: 20px;
}
.news-title {
margin-bottom: 10px;
line-height: 140%;
font-weight: 700;
}
.news-title a {
color: #1f211d;
}
.news-title a:hover {
color: #1f8cc7;
}
.news-date {
line-height: 140%;
font-weight: 500;
color: #1f211d;
opacity: 0.5;
}
@media screen and (max-width: 991px) {
.sblog .container { width: 100%;
padding-right: 0;
}
}
@media screen and (min-width: 768px) {
.sblog {
margin-bottom: 65px;
}
.section.sblog h2 {
width: 100%;
}
.news-img img {
margin-bottom: 22px;
border-radius: 25px;
}
.news-title {
font-size: 18px;
}
.news-date {
font-size: 15px;
}
}
@media screen and (min-width: 992px) {
.sblog {
margin-bottom: 96px;
}
.section.sblog h2 {
margin-bottom: 32px;
line-height: 100%;
}
.news-title {
font-size: 20px;
}
.news-date {
font-size: 16px;
}
}
@media screen and (min-width: 1230px) {
} .steam {
margin-bottom: 40px;
}
.team-img {
position: relative;
border-radius: 10px;
}
.team-img img {
border-radius: 10px;
}
.team-loop-txt {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 20px;
background: rgba(31, 33, 29, 0.3);
border-radius: 10px;
line-height: 140%;
color: #fff;
z-index: 2;
box-sizing: border-box;
backdrop-filter: blur(25.4px);
}
.team-loop-txt.active {
display: block;
}
.team-img-attr {
position: absolute;
display: block;
bottom: 8px;
left: 7px;
width: 28px;
height: 28px;
background: #fff;
border-radius: 8px;
z-index: 5;
cursor: pointer;
}
.team-img-attr::after {
position: absolute;
display: block;
content: '';
width: 10px;
height: 2px;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -5px;
background: #8ea937;
transition: transform 0.2s; }
.team-img-attr::before {
position: absolute;
display: block;
content: '';
width: 2px;
height: 10px;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -1px;
background: #8ea937;
transition: transform 0.2s; }
.team-img-attr.active {
background: rgba(0, 0, 0, 0.2);
}
.team-img-attr.active::after {
background: #fff;
transform: rotate(90deg);
}
.team-img-attr.active::before {
background: #fff;
transform: rotate(90deg);
}
.team-name {
margin: 13px 0 8px;
font-weight: 700;
line-height: 140%;
color: #20221e;
}
.team-status {
line-height: 140%;
color: #20221e;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 991px) {
.steam .section-top {
margin-bottom: 21px;
}
.steam .section-top-left {
margin-bottom: 0;
}
.team-name {
margin-top: 16px; }
.steam .container {
width: 100%;
padding-right: 0;
}
}
@media screen and (min-width: 992px) {
.steam {
margin-bottom: 70px;
}
.team-img {
border-radius: 20px;
}
.team-img img {
border-radius: 20px;
}
.team-loop-txt {
padding: 30px;
border-radius: 20px;
font-size: 14px;
}
.team-img-attr {
bottom: 10px;
left: 10px;
width: 42px;
height: 42px;
border-radius: 12px;
}
.team-img-attr::after {
width: 16px;
margin-left: -8px;
}
.team-img-attr::before {
height: 16px;
margin-top: -8px;
}
.team-name {
margin: 20px 0 10px;
font-size: 16px;
}
.team-status {
font-size: 16px;
}
}
@media screen and (min-width: 1230px) {
.steam {
margin-bottom: 99px;
}
.team-loop-txt {
font-size: 16px;
}
.team-name {
font-size: 18px;
}
.team-status {
font-size: 18px;
}
} .sbanopi {
margin-bottom: 40px;
}
.banner {
border-radius: 20px;
overflow: hidden;
}
.sbanopi .banner {
position: relative;
width: 100%;
padding: 40px 20px 0;
background: radial-gradient(
100% 100% at 100% 100%,
#eaedf1 0%,
#a5a9af 100%
);
background-image: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/banner-opi-smart.jpg);
background-repeat: no-repeat;
background-size: cover;
text-align: center;
box-sizing: border-box;
}
.banner-body h2,
.banner-body h1 {
margin-bottom: 14px;
line-height: 110%;
font-weight: 700;
font-size: 6.87vw;
color: #fff;
}
.banner-links {
display: flex;
justify-content: center;
align-items: center;
}
.banner-links a {
width: 27.5%;
margin: 0 1%;
}
.sbanopi .banner .banner-img {
display: flex;
justify-content: center;
margin-top: 17px;
}
.sbanopi .banner .banner-img img {
display: block;
}
@media screen and (max-width: 991px) {
.sbanopi .banner {
padding-left: 0;
padding-right: 0;
}
.banner-body h2,
.banner-body h1 {
padding-left: 3px;
padding-right: 20px;
margin-bottom: 13.8px;
}
.sbanopi .banner .banner-img {
padding-left: 10px;
padding-right: 4px;
}
}
@media screen and (min-width: 425px) {
.banner-body h2,
.banner-body h1 {
margin-bottom: 30px;
font-size: 30px;
}
.banner-links a {
max-width: 130px;
}
}
@media screen and (min-width: 768px) {
.sbanopi .banner {
padding: 30px 30px 40px;
background-image: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/banner-opi-desk.jpg);
text-align: left;
}
.sbanopi .banner-body {
max-width: 65%;
}
.banner-body h2,
.banner-body h1 {
margin-bottom: 20px;
font-size: 36px;
}
.banner-links {
justify-content: flex-start;
}
.banner-links a {
width: 100%;
max-width: 100px;
margin: 0 10px 0 0;
}
.sbanopi .banner .banner-img {
position: absolute;
width: 47%;
max-height: 100%;
bottom: 0;
right: 2%;
display: block;
margin-top: 0;
}
}
@media screen and (min-width: 992px) {
.sbanopi {
margin-bottom: 70px;
}
.banner {
border-radius: 30px;
}
.sbanopi .banner {
padding: 40px 40px 50px;
background-image: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/banner-opi-desk.jpg);
text-align: left;
}
.sbanopi .banner-body {
max-width: 55%;
}
.banner-body h2,
.banner-body h1 {
margin-bottom: 20px;
font-size: 40px;
}
.banner-links {
justify-content: flex-start;
}
.banner-links a {
width: 100%;
max-width: 156px;
margin: 0 10px 0 0;
}
.sbanopi .banner .banner-img {
position: absolute;
width: 47%;
max-height: 100%;
bottom: 0;
right: 5.6%;
display: block;
margin-top: 0;
}
}
@media screen and (min-width: 1230px) {
.sbanopi {
margin-bottom: 100px;
}
.sbanopi .container { width: calc(100% - 30px);
}
.banner {
border-radius: 50px;
}
.sbanopi .banner {
padding: 60px 60px 70px;
}
.sbanopi .banner-body {
max-width: 50%;
}
.banner-body h2,
.banner-body h1 {
font-size: 52px;
}
.sbanopi .banner .banner-img {
width: auto;
}
} .scomps { margin-bottom: 40px;
}
.scomps h2 {
font-weight: 700;
}
.parlx-items {
position: relative;
overflow: hidden; }
.sectionio {
position: relative;
overflow: hidden;
width: 100%; padding: 30px 20px 51px;
margin-top: -20px;
border-radius: 20px 20px 0 0;
box-sizing: border-box;
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
}
.parlx-items > div:first-child {
margin-top: 0;
}
.parlx-items > div:last-child {
position: relative;
height: auto;
padding: 0;
background:
radial-gradient(100% 100% at 0% 100%, #75c0e0 0%, #0079be 100%) ,
#ffffff;
border-radius: 20px;
}
.parlx-container {
display: flex;
flex-direction: column;
}
.parlx-title {
margin-bottom: 10px;
line-height: 120%;
font-weight: 700;
}
.parlx-txt {
line-height: 139%;
}
.parlx-txt p {
margin-bottom: 10px;
}
.parlx-txt p:last-child {
margin-bottom: 0px;
}
.parlx-item-bot {
display: flex;
flex-direction: column-reverse;
padding: 30px 20px 0;
box-sizing: border-box;
}
.parlx-item-bot-info {
color: #fff;
}
.parlx-item-last-title {
margin-bottom: 10px;
line-height: 120%;
font-weight: 700;
}
.parlx-item-last-txt {
margin-bottom: 13px;
line-height: 139%;
}
.parlx-item-bot-info .btn {
width: 100%;
max-width: 427px;
padding: 0;
}
.parlx-item-bot-img {
margin: 0 -20px;
}
@media screen and (max-width: 991px) {
.parlx-items > div:last-child {
margin-top: -17px;
}
.parlx-txt {
margin-right: -5px;
}
.parlx-txt p {
margin-bottom: 10px;
line-height: 141%;
}
.parlx-item-bot-info .btn {
height: 50px;
letter-spacing: 0.35px;
}
}
@media screen and (min-width: 768px) {
.sectionio {
padding: 30px;
border-radius: 25px 25px 0 0;
height: calc(20vh + 20px);
min-height: 270px;
max-height: 400px;
margin-top: -20px;
}
.parlx-items > div:last-child {
border-radius: 30px;
max-height: 1000px;
}
.parlx-container {
flex-direction: row;
justify-content: space-between;
}
.parlx-title {
width: 55%;
margin-bottom: 0px;
font-size: 25px;
}
.parlx-txt {
width: 45%;
font-size: 16px;
padding-left: 20px;
box-sizing: border-box;
}
.parlx-txt p {
margin-bottom: 16px;
}
.parlx-txt p:last-child {
margin-bottom: 0px;
}
.parlx-item-bot {
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
padding: 0;
}
.parlx-item-bot-info {
width: 90%;
padding: 35px 30px 50px 0;
box-sizing: border-box;
}
.parlx-item-last-title {
margin-bottom: 20px;
line-height: 110%;
font-size: 25px;
}
.parlx-item-last-txt {
margin-bottom: 25px;
font-size: 16px;
}
}
@media screen and (min-width: 992px) {
.scomps {
margin-bottom: 70px;
}
.sectionio {
padding: 40px;
border-radius: 35px 35px 0 0;
height: calc(40vh + 40px);
margin-top: -40px;
}
.parlx-items > div:last-child {
border-radius: 40px;
}
.parlx-container {
flex-direction: row;
justify-content: space-between;
}
.parlx-title {
width: 45%;
margin-bottom: 0px;
font-size: 30px;
}
.parlx-txt {
width: 40%;
font-size: 18px;
padding-left: 9px;
box-sizing: border-box;
}
.parlx-txt p {
margin-bottom: 25px;
}
.parlx-txt p:last-child {
margin-bottom: 0px;
}
.parlx-item-bot {
flex-direction: row;
justify-content: space-between;
align-items: flex-end;
padding: 0;
}
.parlx-item-bot-info {
width: 50%;
padding: 35px 30px 50px 0;
box-sizing: border-box;
}
.parlx-item-last-title {
margin-bottom: 25px;
line-height: 110%;
font-size: 30px;
}
.parlx-item-last-txt {
margin-bottom: 35px;
font-size: 18px;
}
.parlx-item-bot-info .btn {
width: auto;
padding: 0 30px;
}
.parlx-item-bot-img {
width: 50%;
margin: 0;
}
}
@media screen and (min-width: 1230px) {
.scomps {
margin-bottom: 100px;
}
.sectionio {
padding: 60px;
border-radius: 50px 50px 0 0;
}
.parlx-items > div:last-child {
border-radius: 64px;
}
.parlx-item-bot-img {
position: absolute;
bottom: 0;
left: 0;
width: 54%;
margin: 0;
}
.parlx-item-bot-info {
padding: 80px 75px 95px 0;
margin-left: 50%;
}
.parlx-item-bot-info .btn {
padding: 0;
}
.parlx-title {
width: 45%;
margin-bottom: 0px;
font-size: 36px;
}
.parlx-txt {
width: 40%;
font-size: 20px;
padding-left: 9px;
box-sizing: border-box;
}
.parlx-txt p {
margin-bottom: 25px;
}
.parlx-item-last-title {
font-size: 36px;
}
.parlx-item-last-txt {
font-size: 20px;
}
} .scontact {
margin-bottom: 40px; }
.cont-item {
display: flex;
flex-direction: column;
background:
linear-gradient(
154.82deg,
rgba(31, 140, 199, 0.15) 22.87%,
rgba(31, 140, 199, 0.05) 88.86%
),
#ffffff;
border-radius: 20px;
padding: 20px;
box-sizing: border-box;
}
.cont-tel {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;
}
.cont-tel-link {
display: inline-block;
}
.cont-tel-img {
display: flex;
justify-content: center;
align-items: center;
width: 38px;
height: 38px;
background: #fff;
border-radius: 50%;
}
.cont-tel-img .svg path {
fill: #1f8cc7;
}
.cont-tel-txt {
width: calc(100% - 38px);
padding-left: 10px;
box-sizing: border-box;
font-size: 18px;
font-weight: 700;
}
.cont-name {
margin-bottom: 5px;
font-size: 12px;
font-weight: 700;
line-height: 140%;
}
.cont-txt {
font-size: 12px;
font-weight: 500;
line-height: normal;
opacity: 0.7;
}
@media screen and (max-width: 767px) {
.cont-info .btn {
height: 50px;
line-height: 50px;
letter-spacing: 0.35px;
}
}
@media screen and (max-width: 991px) {
.scontact .container { padding-right: 0;
}
.scontact .section-top-left {
margin-bottom: 13px;
}
.cont-info-top {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px;
width: 100%;
box-sizing: border-box;
background: #fff;
border-radius: 15px;
}
.cont-photo-mob img {
width: 58px;
height: 58px;
border-radius: 10px;
}
.cont-info-right {
width: calc(100% - 68px);
}
}
@media screen and (min-width: 768px) {
.cont-info .btn {
margin-top: auto;
}
.cont-name {
margin-bottom: 5px;
font-size: 18px;
}
}
@media screen and (min-width: 992px) {
.scontact {
margin-bottom: 70px;
padding-top: 0;
}
.scontact h2 {
margin-bottom: 0;
}
.scontact .swiper-button-prev,
.scontact .swiper-button-next {
top: -9px;
}
.cont-item {
flex-direction: row;
justify-content: space-between;
}
.cont-desk-photo {
width: 37%;
}
.cont-desk-photo img {
border-radius: 10px;
}
.cont-info {
display: flex;
flex-direction: column;
width: 63%;
padding-top: 10px;
padding-left: 20px;
box-sizing: border-box;
}
.cont-tel {
margin-top: 10px;
margin-bottom: 0;
}
.cont-tel-img {
width: 46px;
height: 46px;
}
.cont-tel-txt {
position: relative;
top: 1px;
width: calc(100% - 46px);
padding-left: 21px;
font-size: 24px;
letter-spacing: -0.25px;
}
.cont-name {
margin-bottom: 10px;
font-size: 24px;
line-height: 33px;
}
.cont-txt {
font-size: 14px;
font-weight: 500;
line-height: 19px;
}
.cont-info .btn {
font-size: 14px;
}
}
@media screen and (min-width: 1230px) {
.scontact {
margin-bottom: 100px;
}
.cont-item {
flex-direction: row;
justify-content: space-between;
border-radius: 30px;
padding: 30px;
}
.cont-info {
padding-left: 30px;
}
.cont-desk-photo {
width: 200px;
}
.cont-info {
width: calc(100% - 200px);
}
.cont-info .btn {
font-size: 16px;
}
.cont-tel {
margin-top: 30px;
}
} .sifyou {
margin-bottom: 40px;
}
.sifyou h2 {
margin-bottom: 16.5px;
line-height: 101%;
}
.sifyou h2 span {
position: relative;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 6.72137px;
display: inline-block;
margin-left: 0;
top: 4px;
padding: 2px 8px 5px 12px;
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
font-weight: 700;
font-size: 6.875vw;
color: #fff;
}
.ifyou-text {
margin-bottom: 10px;
padding: 21px 20px 20px;
border-radius: 20px;
box-sizing: border-box;
}
.ifyou-first h2 {
margin-bottom: 22px;
}
.ifyou-first h2 span {
position: relative;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 6.72137px;
display: inline-block;
margin-left: 0;
top: 0;
padding: 2px 8px 4px 12px;
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
font-weight: 700;
font-size: 6.875vw;
color: #fff;
}
.ifyou-first .ifyou-text {
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
}
.ifyou-first .ifyou-text:hover { }
.ifyou-first .ifyou-text:last-child {
padding-top: 20px;
padding-bottom: 18px;
background: #ffffff;
border: 1px solid #1f8cc7;
}
.ifyou-first .ifyou-text:last-child:hover { }
.ifyou-third .ifyou-text {
margin-top: 10px;
margin-bottom: 10px;
background:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#0079be 0%,
#75c0e0 100%
),
#1f8cc7;
color: #fff;
}
.ifyou-third .ifyou-text:hover { }
.ifyou-text-title {
margin-bottom: 8px;
font-weight: 700;
line-height: 120%;
}
.ifyou-first .ifyou-text:last-child .ifyou-text-title {
margin-bottom: 10px;
line-height: 117%;
}
.ifyou-text-txt {
line-height: 135%;
}
.ifyou-third {
display: flex;
flex-direction: column-reverse;
}
.ifyou-third .ifyou-text {
padding-bottom: 18px;
margin-bottom: 9px;
}
.ifyou-third .ifyou-text-title {
line-height: 118%;
margin-bottom: 10px;
}
.ifyou-third img {
border-radius: 20px;
}
.ifyou-second {
position: relative;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 20px;
color: #fff;
overflow: hidden;
}
.ifyou-second:hover { }
.ifyou-second .ifyou-text-title {
margin-bottom: 11px;
padding: 21px 20px 0;
}
.ifyou-second .ifyou-text-txt {
padding: 0 20px;
}
.ifyou-second img {
margin-top: 17px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.ifyou {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.ifyou-first {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}
.ifyou-first h2 {
width: 100%;
}
.ifyou-first h2 span {
font-size: 40px;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 15px;
}
.ifyou-first .ifyou-text {
width: calc(55% - 10px);
margin-bottom: 20px;
}
.ifyou-first .ifyou-text:last-child {
width: calc(45% - 10px);
}
.ifyou-second {
display: flex;
flex-direction: column;
width: calc(55% - 10px);
}
.ifyou-second img {
margin-top: auto;
}
.ifyou-third {
width: calc(45% - 10px);
}
.ifyou-third .ifyou-text {
margin-top: 0;
margin-bottom: 20px;
}
.ifyou-text-title {
font-size: 22px;
line-height: 26.8px;
}
.ifyou-text-txt {
font-size: 16px;
}
}
@media screen and (min-width: 992px) {
.sifyou {
margin-bottom: 70px;
}
.sifyou h2.pretitle {
margin-bottom: 32px;
}
.ifyou {
display: flex;
justify-content: space-between;
}
.ifyou-first {
width: 32.5%;
max-width: 400px;
display: flex;
flex-direction: column;
}
.ifyou-text {
padding: 30px;
border-radius: 30px;
}
.ifyou-first .ifyou-text {
margin-bottom: 20px;
}
.ifyou-first .ifyou-text:last-child {
margin-bottom: 0;
}
.ifyou-first h2 {
margin-bottom: auto;
}
.ifyou-first h2 span {
display: inline-block;
margin-left: 1px;
top: 11px;
padding-top: 3px;
padding-bottom: 6px;
padding-left: 25px;
padding-right: 22px;
font-size: 44px;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 15px;
}
.ifyou-first.blue h2 span {
top: -14px;
padding-bottom: 9px;
background:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#75c0e0 0%,
#0079be 100%
) ,
#1f8cc7;
}
.ifyou-second {
width: 37.5%;
max-width: 463px;
display: flex;
flex-direction: column;
border-radius: 30px;
}
.ifyou-second .ifyou-text-title {
margin-bottom: 15px;
padding: 30px 30px 0;
}
.ifyou-second .ifyou-text-txt {
padding: 0 30px;
}
.ifyou-second img {
margin-top: auto; }
.ifyou-third {
width: 26.4%;
max-width: 325px;
flex-direction: column;
}
.ifyou-third .ifyou-text {
margin-top: 20px;
margin-bottom: 0;
border-radius: 30px;
}
.ifyou-text-title {
line-height: 26.8px;
font-size: 22px;
}
.ifyou-text-txt {
font-size: 16px;
}
.ifyou-third img {
border-radius: 30px; }
}
@media screen and (min-width: 1230px) {
.sifyou {
margin-bottom: 100px;
}
.ifyou-first h2 span {
font-size: 52px;
}
.ifyou-text {
padding: 40px;
border-radius: 30px;
}
.ifyou-second {
width: 37.5%;
}
.ifyou-second img { }
.ifyou-second .ifyou-text-title {
margin-bottom: 15px;
padding: 40px 40px 0;
}
.ifyou-second .ifyou-text-txt {
padding: 0 40px;
}
.ifyou-text-title {
line-height: 28.8px;
font-size: 24px;
}
.ifyou-text-txt {
font-size: 18px;
}
.ifyou-first .ifyou-text {
margin: 0;
}
.ifyou-first .ifyou-text:last-child {
margin: 20px 0 0;
}
.ifyou-first .ifyou-text {
padding-top: 42px;
padding-bottom: 47px;
padding-left: 40px;
}
.ifyou-first .ifyou-text:last-child {
padding-top: 40px;
padding-bottom: 40px;
padding-left: 40px;
border: 2px solid #1f8cc7;
}
.ifyou-third .ifyou-text {
padding-top: 40px;
padding-bottom: 46px;
}
.ifyou-first .ifyou-text-title {
margin-bottom: 15px;
}
.ifyou-first .ifyou-text:last-child .ifyou-text-title {
margin-bottom: 20px;
}
.ifyou-third .ifyou-text .ifyou-text-title {
margin-bottom: 15px;
}
} .scollectors {
margin-bottom: 40px;
}
.esectio {
position: relative;
display: block;
width: 100%;
padding: 20px;
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
border-radius: 20px;
box-sizing: border-box;
margin-bottom: 10px;
}
.scollectors .section-top {
margin-bottom: 17px;
}
.scollectors .section-top-left {
margin-bottom: 0;
}
.forsmart {
display: block;
}
.fordesk {
display: none;
}
.etap-name {
margin-top: 9px;
letter-spacing: 0.52px;
text-transform: uppercase;
}
.etap-info {
margin-bottom: 20px;
}
.etap-top {
display: flex;
align-items: flex-start;
height: 43px;
}
.etap-top-btn {
display: inline-block;
padding: 7px 10px;
background: #fff;
border-radius: 7px;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
letter-spacing: 0.5px;
color: #0079be;
}
.etap-title {
margin-top: 1px;
line-height: 120%;
font-weight: 700;
margin-bottom: 9px;
}
.etap-aftitle {
margin-bottom: 16px;
line-height: 133%;
}
.etap-item:last-child .etap-aftitle {
margin-bottom: 10px;
}
.etap-bot-txt {
line-height: 133%;
}
.etap-img img {
border-radius: 10px;
}
@media screen and (min-width: 768px) {
.esectio {
height: 325px;
margin-bottom: 10px;
}
.etap-container-inner {
display: flex;
justify-content: space-between;
}
.etap-info {
width: 57%;
margin-bottom: 0;
padding-right: 30px;
box-sizing: border-box;
}
.etap-title {
font-size: 23px;
}
.etap-aftitle,
.etap-bot-txt {
font-size: 16px;
}
.etap-img {
width: 43%;
}
.etap-top-btn.etap-name {
display: none;
}
}
@media screen and (min-width: 992px) {
.scollectors {
margin-bottom: 70px;
}
.scollectors .section-top {
margin-bottom: 40px;
}
.forsmart {
display: none;
}
.fordesk {
display: block;
}
.etap-items {
padding-bottom: 40px;
}
.section-top-left .etap-name {
display: none;
}
.etap-name {
margin: 0;
}
.etap-top-btn.etap-name {
display: inline-block;
}
.esectio {
height: auto;
margin-bottom: 0;
}
.etap-item {
padding: 30px;
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
border-radius: 30px;
}
.etap-top {
margin-bottom: 10px;
}
.etap-top-btn {
margin-right: 10px;
padding: 10px 15px 10px 16px;
border-radius: 10px;
line-height: 19.12px;
font-size: 13px;
letter-spacing: 0.7px;
}
.etap-title {
margin-bottom: 15px;
line-height: 35px;
font-size: 31px;
}
.etap-aftitle {
margin-bottom: 20px;
line-height: 22.59px;
font-size: 16px;
color: #1f211d;
}
.etap-bot {
display: flex;
align-items: center;
}
.etap-bot img {
width: 60px;
height: auto;
margin-right: 20px;
border-radius: 10px;
}
.etap-img {
position: relative;
top: 0;
right: 0;
width: 43%;
height: auto;
}
.etap-img img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 30px;
}
.etap-bot-txt {
line-height: 20px;
font-size: 16px;
}
.etap-items .swiper-pagination {
bottom: 5px;
}
.etap-items .swiper-pagination-bullet {
width: 10px;
height: 10px;
border-radius: 50%;
margin: 0 5px !important;
background: #1f8cc7;
}
}
@media screen and (min-width: 1230px) {
.scollectors {
margin-bottom: 60px;
}
.scollectors .swiper-button-prev {
top: -1px;
left: -12px;
}
.scollectors .swiper-button-next {
top: -1px;
right: 2px;
}
.etap-top {
margin-bottom: 15px;
}
.etap-top-btn {
font-size: 14px;
}
.etap-item {
padding: 50px;
border-radius: 50px;
}
.etap-title {
margin-bottom: 20px;
line-height: 43.2px;
font-size: 36px;
}
.etap-aftitle {
margin-bottom: 24px;
line-height: 24.59px;
font-size: 18px;
color: #1f211d;
}
.etap-bot-txt {
line-height: 24.59px;
font-size: 18px;
}
.etap-img {
}
.etap-img img {
border-radius: 30px;
}
} .sbankrupt {
margin-bottom: 37px;
}
.sbankrupt .aftertitle {
margin-bottom: 14px;
}
.sbankrupt .section-slides {
margin-bottom: 18px;
}
.bankrupt-items-outer {
width: 100%;
overflow-x: auto;
}
.bankrupt-items {
display: flex;
justify-content: flex-start; width: 240%;
overflow-x: auto;
}
.bankrupt-item {
display: flex;
flex-direction: column;
margin-right: 6px;
}
.bankrupt-item:first-child { width: 16.8%;
}
.bankrupt-item:nth-of-type(2) { width: 32%;
}
.bankrupt-item:nth-of-type(3) { width: 27%;
}
.bankrupt-item:last-child { width: 24.2%;
margin: 0;
}
.bankrupt-top {
width: 100%; margin-bottom: 6px;
padding: 9px 15px;
box-sizing: border-box;
background: #f4f9fc;
text-transform: uppercase;
letter-spacing: 0.5px;
font-weight: 700;
color: #0079be;
}
.bankrupt-bot {
width: 100%; height: 100%;
padding: 13px 15px;
box-sizing: border-box;
background: #f4f9fc;
}
.bankrupt-item:first-child .bankrupt-top {
border-radius: 6px 0 0 0;
}
.bankrupt-item:last-child .bankrupt-top {
background: #8ea937;
border-radius: 0 6px 0 0;
color: #fff;
}
.bankrupt-item:first-child .bankrupt-bot {
border-radius: 0 0 0 6px;
}
.bankrupt-item:last-child .bankrupt-bot {
background: #8ea937;
border-radius: 0 0 6px 0;
color: #fff;
}
@media screen and (max-width: 991px) { .bankrupt-items-outer {
width: auto;
margin-right: -15px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bankrupt-items {
width: 120%;
}
.bankrupt-item:first-child {
width: 20%;
}
.bankrupt-item:nth-of-type(2) {
width: 30%;
}
.bankrupt-item:nth-of-type(3) {
width: 25%;
}
.bankrupt-item:nth-of-type(4) {
width: 25%;
}
.bankrupt-top {
font-size: 12px;
font-weight: 700;
}
.bankrupt-bot {
font-size: 12px;
}
}
@media screen and (min-width: 992px) {
.sbankrupt {
margin-bottom: 70px;
}
.sbankrupt .aftertitle {
margin-bottom: 40px;
}
.bankrupt-items {
width: 100%;
justify-content: space-between;
}
.bankrupt-item:first-child {
width: 20%;
}
.bankrupt-item:nth-of-type(2) {
width: 30%;
}
.bankrupt-item:nth-of-type(3) {
width: 25%;
}
.bankrupt-item:nth-of-type(4) {
width: 25%;
}
.bankrupt-item:first-child .bankrupt-top {
border-radius: 10px 0 0 0;
}
.bankrupt-item:last-child .bankrupt-top {
border-radius: 0 10px 0 0;
}
.bankrupt-item:first-child .bankrupt-bot {
border-radius: 0 0 0 10px;
}
.bankrupt-item:last-child .bankrupt-bot {
border-radius: 0 0 10px 0;
}
.bankrupt-top {
height: 52px;
padding: 15px 20px 15px 18px;
margin-bottom: 10px;
font-weight: 700;
letter-spacing: 0.8px;
box-sizing: border-box;
color: #0079be;
font-size: 14px;
}
.bankrupt-bot {
height: auto;
padding: 20px 18px 20px 20px;
box-sizing: border-box;
font-size: 16px;
line-height: 140%;
}
}
@media screen and (min-width: 1230px) {
.sbankrupt {
margin-bottom: 100px;
}
.bankrupt-item:first-child {
width: 180px;
}
.bankrupt-item:nth-of-type(2) {
width: 315px;
}
.bankrupt-item:nth-of-type(3) {
width: 315px;
}
.bankrupt-item:last-child {
width: 391px;
}
.bankrupt-top {
padding: 15px 20px 15px 18px;
margin-bottom: 10px;
font-weight: 700;
letter-spacing: 0.8px;
box-sizing: border-box;
color: #0079be;
font-size: 16px;
}
.bankrupt-bot {
padding: 20px 18px 20px 20px;
box-sizing: border-box;
font-size: 18px;
}
} .sformio {
margin-bottom: 40px;
}
.formio {
padding: 41px 20px 0;
background:
radial-gradient(100% 100% at 0% 100%, #75c0e0 0%, #0079be 100%), #ffffff;
box-shadow: 0px 7.0303px 14.0606px rgba(0, 0, 0, 0.05);
border-radius: 20px;
box-sizing: border-box;
color: #fff;
}
.sformio .formio {
position: relative;
overflow: hidden;
}
.formio h2 {
color: #fff;
}
.sformio .formio h2 {
margin-bottom: 16px;
}
.sformio .formio-img {
position: relative;
width: 80%;
margin: 1px auto 0;
bottom: -20px;
}
.sformio input[type='submit'] {
background: #fff;
color: #0079be;
}
.sformio input[type='submit']:hover {
background: rgba(255, 255, 255, 0.85);
color: #0079be;
}
.formio-tablet {
display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) { .formio {
display: flex;
flex-direction: row;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}
.formio-tablet {
display: block;
width: 100%;
}
.sformio .formio .formio-tablet h2 br {
display: none;
}
.formio-info {
width: 50%;
}
.formio-info-inner {
width: 100%;
}
.formio-info-inner h2 {
display: none;
}
.sformio .formio-img {
width: 42%;
bottom: 0;
}
.sformio .wpcf7-acceptance label span {
font-size: 14px;
}
}
@media screen and (max-width: 991px) {
.sformio .container {
width: 100%;
padding: 0;
}
}
@media screen and (min-width: 992px) {
.formio {
display: flex;
justify-content: space-between;
align-items: flex-end;
padding: 30px 30px 0;
background:
radial-gradient(
80.6% 96.23% at 0% -22.34%,
#75c0e0 0%,
#0079be 100%
),
#ffffff;
border-radius: 50px;
}
.formio-info {
width: 60%;
padding-bottom: 30px;
}
.formio-img {
position: relative;
width: 40%;
}
.formio-form {
width: 100%;
max-width: 455px;
}
.formio-form input[type='submit'] {
background: #fff;
color: #0079be;
}
.sformio {
margin-bottom: 70px;
}
.formio {
padding: 40px 50px 0;
}
.sformio .formio h2 {
}
.sformio .aftertitle {
margin-bottom: 30px;
font-size: 18px;
line-height: 140%;
}
.formio-info {
width: 100%;
padding-bottom: 50px;
}
.sformio .formio-img {
position: absolute;
width: 42%;
bottom: 0;
margin: 0;
right: 40px;
}
}
@media screen and (min-width: 1230px) {
.sformio {
margin-bottom: 100px;
}
.formio {
padding: 50px 82px 0 60px;
}
.sformio .formio h2 {
margin-bottom: 30px;
}
.formio-info {
padding-bottom: 61px;
}
.sformio .formio-img {
right: 74px;
}
} .sresult {
margin-bottom: 40px;
}
.sresult .container { width: 100%;
padding-right: 0;
}
.sresult .section-top {
}
.sresult .section-top-left {
margin-bottom: 18px;
}
.sresult .opi-item {
background: #f4f9fc;
border: 0;
padding-bottom: 30px;
}
.sresult .opi-txt {
margin-bottom: 10px;
letter-spacing: -0.1px;
}
.call-txt {
margin-bottom: 10px;
font-weight: 700;
}
.sresult .opi-bot {
letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
.sresult .opi-txt {
font-size: 14px;
}
}
@media screen and (min-width: 992px) {
.sresult {
margin-bottom: 52px;
}
.sresult .container {
padding-right: 15px;
}
.sresult .section-top {
margin-bottom: 20px; margin-right: 0;
}
.sresult .opi-item {
padding-top: 32px;
padding-left: 40px;
padding-bottom: 40px;
}
.sresult .opi-title {
margin-bottom: 23px;
}
.sresult .opi-stars {
padding-right: 11px;
margin-top: -10px;
}
.call-txt {
margin-bottom: 8px;
font-size: 16px;
}
.sresult .opi-txt {
margin-bottom: 19px;
}
.sresult .opi-bot {
margin-top: 2px;
letter-spacing: 0px;
}
}
@media screen and (min-width: 1230px) {
.sresult {
margin-bottom: 62px;
}
.sresult .container {
padding-right: 15px;
width: calc(100% - 30px);
}
.sresult .section-top {
margin-right: 0;
}
.sresult .swiper-button-prev {
top: -19px;
left: -10px;
}
.sresult .swiper-button-next {
top: -19px;
right: 0;
}
.sresult .opi-txt {
font-size: 16px;
}
} .sconsult {
margin-bottom: 40px;
}
.consult-item {
display: flex;
flex-direction: column;
margin-bottom: 11px;
padding: 20px;
background:
radial-gradient(88.5% 110.41% at 91.5% 100%, #75c0e0 0%, #0079be 100%),
#ffffff;
border-radius: 20px;
box-sizing: border-box;
color: #fff;
}
.consult-item:last-child {
background: radial-gradient(
100% 97.26% at 0% 11.64%,
#8ea937 0%,
#648300 100%
);
}
.sconsult h2,
.sconsult .aftertitle {
text-align: center;
}
.sconsult h2 {
margin-bottom: 11px;
}
.sconsult .aftertitle {
margin-bottom: 19px;
}
.consult-top {
display: flex;
flex-direction: column-reverse;
}
.consult-top .circle-ico {
margin-bottom: 12px;
}
.consult-title {
margin-bottom: 10px;
font-weight: 700;
}
.consult-txt {
margin-bottom: 20px;
opacity: 0.8;
}
.consult-item .btn {
padding: 0;
height: 50px;
letter-spacing: 0.3px;
}
.consult-item:last-child .btn {
color: #648301;
}
@media screen and (min-width: 768px) {
.consult-items {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 15px;
}
.consult-title {
font-size: 18px;
}
.consult-txt {
font-size: 14px;
}
.consult-btn {
margin-top: auto;
}
.sconsult h2,
.sconsult .aftertitle {
text-align: left;
}
}
@media screen and (min-width: 992px) {
.sconsult {
margin-bottom: 65px;
}
.sconsult h2,
.sconsult .aftertitle {
text-align: left;
}
.consult-items {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 30px;
}
.consult-item {
padding: 30px;
border-radius: 30px;
background:
radial-gradient(
88.5% 110.41% at 91.5% 100%,
#75c0e0 0%,
#0079be 100%
),
#ffffff;
}
.consult-item:last-child {
background: radial-gradient(
100% 97.26% at 0% 11.64%,
#8ea937 0%,
#648300 100%
);
}
.consult-top {
flex-direction: row;
justify-content: space-between;
margin-bottom: 11px;
}
.consult-title {
width: calc(100% - 50px);
margin-bottom: 0;
font-size: 22px;
line-height: 30.05px;
}
.consult-top .circle-ico {
margin-bottom: 0;
}
.consult-txt {
margin-bottom: 24px;
font-size: 16px;
line-height: 22px;
}
.consult-item .btn {
margin-top: auto;
display: inline-flex;
width: auto;
height: 62px;
padding: 0 31px;
letter-spacing: 0.8px;
}
}
@media screen and (min-width: 1230px) {
.sconsult {
margin-bottom: 89px;
}
.sconsult h2 {
margin-bottom: 30px;
}
.sconsult .aftertitle {
margin-bottom: 28px;
}
.consult-txt {
font-size: 18px;
line-height: 25.2px;
}
} .sbangrey {
margin-bottom: 40px;
}
.bangrey {
padding: 42px 20px 23px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 20px;
color: #fff;
}
.bangrey h2,
.bangrey .aftertitle {
text-align: center;
padding-right: 15px;
}
.bangrey h2 {
font-weight: 700;
line-height: 19.8px;
font-size: 18px;
color: #fff;
}
.bangrey h2 span {
opacity: 0.65;
}
.bangrey-items {
margin-top: 270px;
display: grid;
grid-template-columns: 1fr;
row-gap: 10px;
}
.bangrey-item {
padding: 1px;
border-radius: 12px;
box-sizing: border-box;  }
.bangrey-item-inner {
padding: 20px 20px 18px 19px;
background: linear-gradient(
142.8deg,
rgba(0, 0, 0, 0.15) 3.1%,
rgba(217, 217, 217, 0) 142.47%
);
backdrop-filter: blur(22.5px);
border-radius: 12px;
box-sizing: border-box;
background:
linear-gradient(
142.8deg,
rgba(0, 0, 0, 0.15) 3.1%,
rgba(217, 217, 217, 0) 142.47%
)
padding-box,
linear-gradient(
to right bottom,
rgba(215, 215, 215, 0.2),
rgba(215, 215, 215, 0)
)
border-box; border: 2px solid transparent;
}
.bangrey-title {
margin-bottom: 10px;
font-weight: 700;
letter-spacing: 0.2px;
}
.bangrey-txt {
position: relative;
margin-bottom: 3px;
padding-left: 18px;
}
.bangrey-txt:last-child {
margin-bottom: 0;
}
.bangrey-txt::after {
position: absolute;
display: block;
content: '';
width: 3px;
height: 3px;
border-radius: 50%;
background: #fff;
left: 6px;
top: 7px;
}
@media screen and (min-width: 768px) {
.bangrey h2,
.bangrey .aftertitle {
text-align: left;
}
.bangrey h2 {
line-height: 32.8px;
font-size: 30px;
}
.bangrey-items {
margin-top: 50px;
grid-template-columns: 1fr 1fr;
column-gap: 20px;
row-gap: 0;
}
.bangrey-item {
padding: 2px;
border-radius: 20px;
}
.bangrey-item-inner {
height: 100%;
padding: 30px 27px; border-radius: 18px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.bangrey { background-position: 0 100%;
}
.bangrey-items {
margin-top: 30px;
}
.bangrey-txt {
font-size: 14px;
}
}
@media screen and (max-width: 991px) {
.sbangrey .container {
width: 100%;
padding: 0;
}
}
@media screen and (min-width: 992px) {
.sbangrey {
margin-bottom: 70px;
}
.bangrey {
padding: 45px;
border-radius: 40px;
}
.bangrey h2,
.bangrey .aftertitle {
text-align: left;
}
.bangrey h2 {
margin-bottom: 20px;
line-height: 41.8px;
font-size: 38px;
letter-spacing: -1px;
}
.bangrey .aftertitle {
margin-bottom: 0;
line-height: 135%;
font-size: 18px;
}
.bangrey-items {
margin-top: 30px;
}
.bangrey-title {
margin-right: -10px;
margin-bottom: 15px;
font-size: 22px;
letter-spacing: 0;
}
.bangrey-txt {
padding-left: 27px;
margin-bottom: 10px;
line-height: 135%;
font-size: 16px;
}
.bangrey-txt::after {
position: absolute;
display: block;
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #fff;
left: 10px;
top: 10.5px;
}
}
@media screen and (min-width: 1230px) {
.sbangrey {
margin-bottom: 100px;
}
.bangrey {
padding: 60px;
border-radius: 50px;
}
.bangrey-txt {
font-size: 18px;
}
} .sordersafe {
margin-bottom: 40px;
}
.ordersafe-top h2,
.ordersafe-top-right {
text-align: center;
}
.ordersafe-top h2 {
margin-bottom: 23px;
letter-spacing: 0.6px;
}
.ordersafe-top-right {
margin-bottom: 19px;
}
.ordersafe-top-right img {
width: 60px;
height: 60px;
}
.ordersafe-top h2 span {
position: relative;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 6.72137px;
display: inline-block;
margin-left: 0;
top: 3px;
padding: 2px 7px 3px 10px;
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
font-weight: 700;
font-size: 6.25vw;
letter-spacing: 1.2px;
color: #fff;
}
.ordersafe-top-right img {
display: none;
}
.ordersafe-item {
margin-bottom: 10px;
padding: 21px 20px 21px;
background:
linear-gradient(
23.57deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 62.7%
),
#ffffff;
border-radius: 20px;
box-sizing: border-box;
}
.ordersafe-title {
margin-bottom: 10px;
font-weight: 700;
}
@media screen and (min-width: 768px) {
.ordersafe-top {
display: flex;
justify-content: space-between;
}
.ordersafe-top h2,
.ordersafe-top-right {
text-align: left;
}
.ordersafe-top-right img {
display: block;
margin-bottom: 30px;
border-radius: 10px;
}
.ordersafe-top h2 {
width: 70%;
}
.ordersafe-top-right {
width: 30%;
}
.ordersafe-items {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 13px;
}
.ordersafe-item {
margin-bottom: 0;
background:
linear-gradient(
23.57deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 62.7%
),
#ffffff;
border-radius: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.ordersafe-top-right {
width: 27%;
}
.ordersafe-top-right img {
margin-bottom: 10px;
}
.ordersafe-top-right .txt12 {
font-size: 14px;
}
.rchoice-item-top {
margin-bottom: 10px;
}
.ordersafe-title {
margin-bottom: 10px;
line-height: 110%;
font-size: 20px;
}
.ordersafe-txt {
line-height: 120%;
font-size: 14px;
}
}
@media screen and (min-width: 992px) {
.sordersafe {
margin-bottom: 70px;
}
.ordersafe-top {
margin-bottom: 31px;
}
.ordersafe-top h2 {
width: 68%;
font-weight: 700;
letter-spacing: 0;
}
.ordersafe-top h2 span {
display: inline-block;
margin-left: 1px;
top: 9px;
padding-top: 2px;
padding-bottom: 7px;
padding-left: 25px;
padding-right: 21px;
font-size: 44px;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 15px;
letter-spacing: 0;
}
.ordersafe-top-right {
width: 30.2%;
padding-top: 24px;
margin-bottom: 0;
}
.ordersafe-top-right img {
margin-bottom: 30px;
}
.ordersafe-top-right .txt12 {
line-height: 140%;
letter-spacing: 0px;
font-size: 17px;
}
.ordersafe-item {
padding: 30px 20px 30px 30px;
border-radius: 30px;
}
.ordersafe-title {
margin-bottom: 20px;
font-size: 24px;
}
.ordersafe-item .rchoice-item-top {
margin-bottom: 20px;
}
.ordersafe-txt {
line-height: 139%;
font-size: 15px;
}
}
@media screen and (min-width: 1230px) {
.sordersafe {
margin-bottom: 100px;
}
.ordersafe-top h2 span {
font-size: 52px;
}
.ordersafe-txt {
font-size: 18px;
}
.ordersafe-top-right {
margin-bottom: 19px;
}
.ordersafe-top-right .txt12 {
line-height: 155%;
letter-spacing: 0px;
font-size: 18px;
}
} .sstatesafe {
margin-bottom: 40px;
}
.sstatesafe h2 {
margin-bottom: 15px;
}
.sstatesafe .aftertitle {
margin-bottom: 24px;
font-weight: 700;
font-size: 4.45vw;
letter-spacing: -0.1px;
}
.state-items {
margin-bottom: 30px;
}
.state-item {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.state-item img {
width: 50px;
height: 50px;
border-radius: 10px;
margin-right: 15.38px;
}
.state-banner {
padding: 10px 10px 20px;
background:
radial-gradient(88.5% 110.41% at 91.5% 100%, #75c0e0 0%, #0079be 100%),
#ffffff;
border-radius: 20px;
box-sizing: border-box;
text-align: center;
color: #fff;
}
.state-banner-info {
padding: 0 10px;
}
.state-banner img {
margin-bottom: 21px;
border-radius: 15px;
}
.state-banner-title {
margin-bottom: 19px;
margin-left: -10px;
margin-right: -10px;
line-height: 121%; font-weight: 600;
font-size: 6vw;
}
.state-banner-info .btn {
height: 50px;
letter-spacing: 0.3px;
font-weight: 700;
}
.state-banner-info .btn span {
display: none;
}
@media screen and (min-width: 768px) {
.sstatesafe {
margin-bottom: 60px;
}
.sstatesafe h2 {
margin-bottom: 30px;
}
.sstatesafe .aftertitle {
margin-bottom: 30px;
font-size: 18px;
}
.state-items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 10px;
}
.state-item {
display: flex;
align-items: center;
width: 50%;
margin-bottom: 30px;
}
.state-item img {
width: 60px;
height: 60px;
border-radius: 12px;
margin-right: 15px;
}
.state-txt {
font-size: 15px;
}
.state-banner {
display: flex;
justify-content: space-between;
padding: 15px;
background:
radial-gradient(
80.6% 96.23% at 0% -22.34%,
#75c0e0 0%,
#0079be 100%
),
#ffffff;
text-align: left;
}
.state-banner img {
width: 50%;
max-width: 546px;
margin-bottom: 0;
}
.state-banner-info {
display: flex;
flex-direction: column;
width: 50%;
padding-left: 20px;
box-sizing: border-box;
}
.state-banner-title {
font-size: 20px;
margin-bottom: 18px;
margin-left: 0;
margin-right: 0;
}
.state-banner-info .btn {
margin-top: auto;
display: inline-flex;
}
.state-banner-info .btn span {
display: none;
}
}
@media screen and (min-width: 992px) {
.sstatesafe {
margin-bottom: 70px;
}
.state-items {
display: grid;
grid-template-columns: 1.03fr 1.11fr 0.89fr;
row-gap: 42px;
column-gap: 0;
margin-bottom: 40px;
}
.state-item {
display: block;
width: 100%;
margin-bottom: 0;
}
.state-txt {
font-size: 16px;
}
.state-item img {
width: 80px;
height: 80px;
border-radius: 15px;
margin-bottom: 20px;
}
.state-banner {
padding: 20px 20px 21px;
border-radius: 30px;
align-items: center;
}
.state-banner img {
width: 45.8%;
border-radius: 20px;
}
.sstatesafe .aftertitle {
font-size: 20px;
}
.state-banner-info {
padding-left: 13px;
}
.state-banner-title {
font-weight: 700;
font-size: 24px;
margin-bottom: 20px;
letter-spacing: 0.55px;
}
.state-banner-bot {
}
.state-banner-info .btn {
height: 62px;
letter-spacing: 0.87px;
}
.state-banner-info .btn span {
display: inline;
margin-left: 5px;
}
}
@media screen and (min-width: 1230px) {
.sstatesafe {
margin-bottom: 100px;
}
.sstatesafe h2 {
margin-bottom: 33px;
}
.sstatesafe .aftertitle {
margin-bottom: 42px;
font-size: 24px;
letter-spacing: 0px;
}
.state-items {
margin-bottom: 57px;
}
.state-txt {
font-size: 18px;
}
.state-banner-title {
margin-bottom: 30px;
line-height: 38.4px;
font-size: 32px;
}
} .safterbankrupt {
margin-bottom: 40px;
}
.safterbankrupt h2 {
font-weight: 700;
margin-bottom: 16px;
}
.safterbankrupt h2 span {
position: relative;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 6.72137px;
display: inline-block;
margin-left: 0;
top: 2px;
padding: 2px 7px 4px 12px;
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
font-weight: 700;
font-size: 6.25vw;
letter-spacing: 1.3px;
color: #fff;
}
.ab-txt {
font-weight: 700;
margin-bottom: 15px;
}
.afb-item:first-child {
margin-bottom: 20px;
}
.ab-num {
margin-bottom: 10px;
line-height: 33px;
font-weight: 300;
font-size: 30px;
background:
radial-gradient(80.6% 96.23% at 0% -22.34%, #75c0e0 0%, #0079be 100%),
#ffffff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
letter-spacing: 0.4px;
}
.ab-img-mob {
display: block;
margin-bottom: 40px;
}
.ab-img-mob img {
border-radius: 20px;
}
.ab-img {
display: none;
}
@media screen and (min-width: 768px) {
.ab-info-inner {
display: flex;
justify-content: space-between;
}
.ab-info-inner-txt {
width: 56%;
}
.ab-img-mob {
width: 40%;
}
.afb-items {
display: flex;
justify-content: flex-start;
}
.afb-item {
width: 50%;
}
.afb-item:last-child {
padding-right: 25px;
}
.ab-txt {
font-size: 20px;
margin-bottom: 20px;
}
.ab-num {
margin-bottom: 20px;
line-height: 47.2px;
font-size: 42px;
}
.ab-loop-txt {
font-size: 16px;
}
.safterbankrupt h2 span {
font-size: 40px;
}
}
@media screen and (min-width: 992px) {
.safterbankrupt {
margin-bottom: 70px;
}
.safterbankrupt .aftertitle {
margin-bottom: 20px;
}
.ab-block {
display: flex;
justify-content: space-between;
gap: 15px;
}
.ab-info {
width: 71%;
box-sizing: border-box;
}
.ab-info-inner-txt {
width: 100%;
}
.ab-info-inner {
display: block;
}
.ab-txt {
font-size: 24px;
margin-bottom: 20px;
}
.afb-item {
width: auto;
min-width: 320px;
margin: 0;
box-sizing: border-box;
}
.afb-item:first-child {
padding-right: 13px;
}
.ab-num {
margin-bottom: 20px;
line-height: 57.2px;
font-size: 52px;
background:
radial-gradient(
80.6% 96.23% at 0% -22.34%,
#75c0e0 0%,
#0079be 100%
),
#ffffff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.ab-loop-txt {
font-size: 16px;
}
.ab-img-mob {
display: none;
}
.ab-img {
display: block;
width: 29%;
}
.ab-img img {
border-radius: 30px;
}
.safterbankrupt h2 {
margin-bottom: 30px;
}
.safterbankrupt h2 span {
display: inline-block;
margin-left: 4px;
top: 0px;
padding-top: 0px;
padding-bottom: 9px;
padding-left: 16px;
padding-right: 21px;
font-size: 44px;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
);
border-radius: 15px;
letter-spacing: 0;
}
}
@media screen and (min-width: 1230px) {
.safterbankrupt {
margin-bottom: 83px;
}
.safterbankrupt .aftertitle {
margin-bottom: 51px;
}
.ab-info {
width: calc(71% - 20px);
box-sizing: border-box;
}
.ab-img {
display: block;
width: 30%;
margin-right: 15px;
box-sizing: border-box;
}
.safterbankrupt h2 span {
font-size: 52px;
}
.afb-item {
width: auto;
min-width: 313px;
}
.ab-txt {
margin-bottom: 30px;
}
.ab-loop-txt {
font-size: 18px;
}
} .srightchoice {
margin-bottom: 40px;
}
.srightchoice .container {
width: 100%;
padding: 0;
}
.rchoice {
padding: 40px 15px;
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
border-radius: 20px;
}
.rchoice-top {
text-align: center;
}
.rchoice-top-inner {
display: inline-block;
padding: 7px 12px;
margin: 0 auto 20px;
background: #fff;
border-radius: 7.05px;
text-transform: uppercase;
letter-spacing: 0.4px;
font-weight: 700;
color: #0079be;
}
.srightchoice h2 {
margin-bottom: 25px;
font-weight: 700;
font-size: 5vw;
text-align: center;
}
.rchoice-items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.rchoice-item {
width: 50%;
padding: 0 8px;
padding-left: 0;
margin-bottom: 25px;
box-sizing: border-box;
}
.rchoice-item:nth-of-type(2n) {
width: 51%;
}
.rchoice-item:nth-of-type(2n + 1) {
width: 44%;
}
.rchoice-txt {
text-align: center;
}
.rchoice-item-top {
display: flex;
justify-content: center;
margin-bottom: 10px;
}
.ordersafe-item .rchoice-item-top {
justify-content: flex-start;
}
.srightchoice .ordersafe-item .rchoice-item-top {
justify-content: flex-start;
margin-bottom: 11px;
}
.circle-ico {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
}
.circle-ico::after {
position: absolute;
display: block;
content: '';
top: 50%;
left: 50%;
width: 30%;
height: 22.95%;
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/circle-ico-white.svg) no-repeat;
background-size: cover;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.circle-ico.blue {
background: #1f8cc7;
}
.circle-ico.blue::after {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/circle-ico.svg) no-repeat;
background-size: cover;
}
.srightchoice .btn {
padding: 0;
font-weight: 600;
letter-spacing: 0.5px;
}
@media screen and (min-width: 360px) {
.circle-ico {
width: 26px;
height: 26px;
}
}
@media screen and (min-width: 768px) {
.rchoice {
padding: 45px 25px;
background:
linear-gradient(
180deg,
rgba(31, 140, 199, 0.15) 0%,
rgba(31, 140, 199, 0.05) 50%
),
#ffffff;
border-radius: 35px;
}
.rchoice-top {
text-align: left;
}
.rchoice-top-inner {
margin-bottom: 20px;
padding: 10px 15px 10px 17px;
border-radius: 10px;
}
.rchoice-top-inner .txt10 {
font-size: 14px;
}
.srightchoice h2 {
margin-bottom: 30px;
font-size: 30px;
line-height: 120%;
text-align: left;
letter-spacing: 0;
}
.rchoice-item {
width: 25%;
padding: 0 10px;
box-sizing: border-box;
}
.rchoice-item:nth-of-type(2n) {
width: 25%;
}
.rchoice-item:nth-of-type(2n + 1) {
width: 25%;
}
.rchoice-item:first-child {
padding: 0 10px 0 0;
}
.rchoice-item-top {
justify-content: flex-start;
margin-bottom: 20px;
}
.rchoice-txt {
text-align: left;
font-size: 15px;
}
.rchoise-call .btn {
display: inline-flex;
}
.circle-ico {
width: 32px;
height: 32px;
}
.circle-ico::after,
.circle-ico.blue::after {
width: 100%;
height: 100%;
top: 0;
left: 0;
background-position: center;
background-size: auto;
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.srightchoice .btn {
padding: 0 30px;
font-weight: 700;
}
}
@media screen and (min-width: 992px) {
.srightchoice {
margin-bottom: 70px;
}
.srightchoice .container {
width: calc(100% - 30px);
padding: 0 15px;
}
.rchoice {
padding: 50px 40px;
border-radius: 40px;
}
.srightchoice h2 {
margin-bottom: 40px;
font-size: 34px;
line-height: 110%;
letter-spacing: -0.1px;
}
.rchoice-top-inner {
margin-bottom: 22px;
}
.rchoice-top-inner .txt10 {
letter-spacing: 0.65px;
}
.rchoice-item {
padding: 0;
margin-bottom: 43px;
}
.rchoice-item:nth-of-type(1) {
width: 27%;
max-width: 320px;
margin-left: -1px;
box-sizing: border-box;
}
.rchoice-item:nth-of-type(2) {
width: 28.8%;
max-width: 310px;
}
.rchoice-item:nth-of-type(3) {
width: 24.2%;
}
.rchoice-item:nth-of-type(4) {
width: 20%;
}
.srightchoice .btn {
margin-left: -2px;
letter-spacing: 0.8px;
padding-left: 34px;
padding-right: 35px;
}
.rchoice-txt {
font-size: 16px;
}
}
@media screen and (min-width: 1230px) {
.srightchoice {
margin-bottom: 97px;
}
.rchoice {
padding: 60px 62px;
border-radius: 50px;
}
.srightchoice h2 {
font-size: 38px;
}
.rchoice-txt {
font-size: 18px;
}
} .sfaq {
margin-bottom: 40px;
}
.faq-container {
}
.faq-items {
display: grid;
row-gap: 10px;
}
.faq-item {
position: relative; background: #ffffff;
border: 1px solid #dbdbdb;
border-radius: 10px;
box-sizing: border-box;
cursor: pointer;
}
.faq-question {
position: relative; padding: 15px 40px 14px 20px;
font-weight: 700;
z-index: 5;
line-height: 130%;
}
.faq-question:hover {
background: #f4f9fc;
border-radius: 10px;
}
.faq-item.activer .faq-question:hover {
background: transparent;
}
.faq-answer {
display: none;
margin-top: -5px;
padding: 0 20px 15px;
opacity: 0.6;
line-height: 140%;
}
.faq-more {
margin-top: 24px;
}
.faq-more .btn {
height: 44px;
background: #f4f9fc;
letter-spacing: 0.2px;
color: #0079be;
}
.faq-more .btn:hover {
background: #ecf4f9;
}
.faq-item.faq-fo {
display: none;
}
.faq-item.faq-fo.active {
display: block;
}
.faq-plus {
position: absolute;
display: block;
top: 9px;
right: 8px;
width: 24px;
height: 24px;
background: #1f8cc7;
border-radius: 50%;
z-index: 6;
cursor: pointer;
}
.faq-plus:hover {
background: #46b9f7;
}
.faq-plus::after {
position: absolute;
display: block;
content: '';
width: 1px;
height: 9px;
top: 50%;
left: 50%;
margin-top: -4.5px;
margin-left: -0.5px;
background: #fff;
transition: transform 0.2s;
}
.faq-plus::before {
position: absolute;
display: block;
content: '';
width: 9px;
height: 1px;
top: 50%;
left: 50%;
margin-top: -0.5px;
margin-left: -4.5px;
background: #fff;
transition: transform 0.2s;
}
.faq-item.activer .faq-plus::after,
.faq-item.activer .faq-plus::before {
transform: rotate(45deg);
}
.faq-right {
margin-top: 40px;
}
.fcont {
position: relative;
padding: 20px;
background:
linear-gradient(
154.82deg,
rgba(31, 140, 199, 0.15) 22.87%,
rgba(31, 140, 199, 0.05) 88.86%
),
#ffffff;
border-radius: 20px;
box-sizing: border-box;
}
.fcont-top {
display: flex;
align-items: center;
margin-bottom: 20px;
padding: 8px;
background: #fff;
border-radius: 15px;
}
.fcont-img {
width: 25%;
border-radius: 10px;
margin-right: 10px;
overflow: hidden;
}
.fcont-img img {
width: 100%;
object-fit: cover;
}
.fcont-name {
margin-bottom: 5px;
font-weight: 700;
}
.fcont-pos {
opacity: 0.7;
}
.fcont-polcons {
margin-bottom: 15px;
font-weight: 700;
}
.fcont-tel {
display: flex;
align-items: center;
}
.fcont-tel-link {
position: relative;
display: block;
width: 15.2%;
height: 0;
padding-bottom: 15.2%;
background: #fff;
border-radius: 50%;
}
.fcont-tel-img .svg {
position: absolute;
display: block;
width: 40%;
height: auto;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fcont-tel-img .svg path {
fill: #1f8cc7;
}
.fcont-tel-right {
width: calc(100% - 15.2%);
padding-left: 10px;
box-sizing: border-box;
}
.fcont-tel-txt {
margin-bottom: -3px;
letter-spacing: -0.9px;
font-weight: 700;
}
.fcont-tel-bot {
opacity: 0.7;
}
.fcont .btn {
height: 50px;
margin: 15px 0 20px;
}
.fcont-bot {
display: flex;
justify-content: space-between;
align-items: center;
}
.fcont-ask {
width: 36%;
opacity: 0.7;
}
.fcont-soc {
display: flex;
justify-content: flex-end;
width: 36%;
}
.fcont-soc a {
position: relative;
display: block;
width: 46.66%;
height: 0;
padding-bottom: 46.66%;
border-radius: 8px;
margin-right: 6px;
}
.fcont-soc a:last-child {
margin: 0;
}
.fcont-soc a.soc-wa {
background: #66bc3e;
}
.fcont-soc a.soc-wa:hover {
background: rgba(112, 198, 72, 1);
}
.fcont-soc a.soc-tg {
background: #38afef;
}
.fcont-soc a.soc-tg:hover {
background: rgba(66, 185, 249, 1);
}
.fcont-soc a .svg {
position: absolute;
display: block;
width: 40%;
height: auto;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
@media screen and (min-width: 425px) {
.fcont-soc a {
width: 50px;
padding-bottom: 50px;
}
}
@media screen and (min-width: 768px) {
.faq-container {
display: flex;
justify-content: space-between;
}
.faq-left {
width: 57%;
}
.faq-right {
width: 40%;
margin: 0;
}
.faq-item {
border-radius: 15px;
}
.faq-question {
font-size: 14px;
}
.faq-question:hover {
border-radius: 15px;
}
.faq-answer {
padding-right: 20px;
font-size: 14px;
}
.faq-plus {
top: 50%;
right: 10px;
margin-top: -12px;
}
.faq-item.activer .faq-plus {
top: 10px;
margin-top: 0;
}
.faq-more {
margin-top: 30px;
}
.faq-more .btn {
height: 50px;
font-size: 14px;
}
.fcont-top {
padding: 8px;
}
.fcont-img {
width: 58px;
height: 58px;
padding: 0;
}
.fcont-name {
font-size: 13px;
}
.fcont-pos {
font-size: 12px;
}
.fcont-top {
margin-bottom: 15px;
padding: 10px;
}
.fcont-polcons {
margin-bottom: 15px;
font-size: 16px;
}
.fcont-tel-txt {
font-size: 21px;
}
.fcont-tel-bot {
font-size: 11px;
}
.fcont .btn {
height: 50px;
margin-bottom: 15px;
padding: 0;
font-size: 12px;
}
.fcont-bot {
display: block;
}
.fcont-ask {
width: 100%;
margin-bottom: 10px;
font-size: 12px;
}
.fcont-soc {
width: 100%;
}
.fcont-soc a {
width: 44px;
padding-bottom: 44px;
}
}
@media screen and (min-width: 992px) {
.sfaq {
margin-bottom: 70px;
}
.sfaq .aftertitle {
margin-bottom: 30px;
}
.faq-left {
width: 68%;
}
.faq-right {
width: 28.45%;
}
.faq-items {
row-gap: 15px;
}
.faq-item { border-radius: 20px;
}
.faq-question { padding: 30px 31px 28px;
font-size: 18px;
}
.faq-question:hover {
border-radius: 20px;
}
.faq-answer {
padding: 0 60px 30px 31px;
margin-top: -11px;
font-size: 17px;
}
.faq-plus {
width: 36px;
height: 36px;
right: 19px;
margin-top: -18px;
}
.faq-item.activer .faq-plus {
top: 20px;
}
.faq-plus::after {
width: 2px;
height: 14px;
margin-top: -7px;
margin-left: -1px;
}
.faq-plus::before {
width: 14px;
height: 2px;
margin-top: -1px;
margin-left: -7px;
}
.faq-more {
margin-top: 39px;
}
.faq-more .btn {
height: 60px;
font-size: 16px;
}
.fcont-top {
margin-bottom: 15px;
padding: 10px;
}
.fcont-name {
font-size: 14px;
}
.fcont-polcons {
margin-bottom: 15px;
font-size: 18px;
}
.fcont-tel-txt {
letter-spacing: 0;
font-size: 22px;
}
.fcont-tel-bot {
font-size: 12px;
}
.fcont .btn {
height: 50px;
margin-bottom: 15px;
padding: 0;
font-size: 14px;
}
.fcont-bot {
display: block;
}
.fcont-ask {
width: 100%;
margin-bottom: 10px;
font-size: 13px;
}
.fcont-soc {
width: 100%;
}
.fcont-soc a {
width: 44px;
padding-bottom: 44px;
border-radius: 8px;
margin-right: 8px;
}
}
@media screen and (min-width: 1230px) {
.sfaq {
margin-bottom: 102px;
}
.faq-left {
width: 840px;
}
.faq-right {
width: 350px;
}
.fcont {
padding: 30px;
border-radius: 30px;
}
.faq-question {
font-size: 20px;
}
.faq-answer {
font-size: 18px;
}
.fcont-top {
margin-bottom: 20px;
border-radius: 20px;
}
.fcont-img {
width: 70px;
height: 70px;
padding-bottom: 0;
margin-right: 14px;
}
.fcont-name {
font-size: 16px;
}
.fcont-pos {
font-size: 14px;
}
.fcont-polcons {
margin-bottom: 25px;
}
.fcont-tel {
margin-bottom: 30px;
}
.fcont-tel-link {
width: 46px;
padding-bottom: 46px;
}
.fcont-tel-right {
width: calc(100% - 46px);
padding-left: 15px;
}
.fcont-tel-txt {
margin-bottom: 5px;
line-height: 24px;
font-size: 24px;
}
.fcont-tel-bot {
font-size: 14px;
}
.fcont .btn {
height: 62px;
margin-bottom: 25px;
font-size: 16px;
}
.fcont-ask {
margin-bottom: 17px;
font-size: 14px;
}
.fcont-soc a {
width: 56px;
padding-bottom: 56px;
border-radius: 10px;
margin-right: 10px;
}
} .sdelo {
margin-top: 2px;
margin-bottom: 40px;
}
.imgbnr {
position: relative;
padding: 40px 14px 74.5% 15px;
border-radius: 20px;
box-sizing: border-box;
color: #fff;
overflow: hidden;
}
.imgbnr.outer {
margin-left: -15px;
margin-right: -15px;
}
.sdebit .imgbnr {
margin-top: 2px;
padding: 40px 20px 94.8% 20px;
}
.sbanknow .imgbnr {
padding: 40px 19px 78% 16px;
}
.sbangetit .imgbnr {
padding: 40px 20px;
}
.sdelo .imgbnr {
margin-bottom: 40px;
}
.imgbnr.cntr {
text-align: center;
}
.imgbnr.green {
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
) ;
}
.imgbnr.gray {
background: radial-gradient(
51.3% 60.13% at 71.3% 94.57%,
#e0e3e7 0%,
#a5a9af 100%
) ;
}
.sbanknow .imgbnr {
background: radial-gradient(
54.19% 42.34% at 26.59% 100%,
#eaedf1 0%,
#939caa 100%
) ;
}
.imgbnr h1,
.imgbnr h2 {
margin-bottom: 15px;
color: #fff;
}
.sdebit .imgbnr h1,
.sdebit .imgbnr h2 {
line-height: 105%;
}
.imgbnr .aftertitle {
margin-bottom: 0;
}
.imgbnr-img {
position: absolute;
display: block;
width: 100%;
max-height: 100%;
bottom: 0;
right: 12%;
}
.sdelo .imgbnr-img {
width: 99%;
right: 14.5%;
}
.sdebit .imgbnr-img {
width: 106%;
right: auto;
left: -7.8%;
}
.sbanknow .imgbnr-img {
right: 0%;
}
.sbangetit .imgbnr-img {
width: 76%;
right: 53%;
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-webkit-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
}
.sbanknow .imgbnr .btn {
height: 50px;
letter-spacing: 0.2px;
margin-left: 4px;
margin-right: 1px;
}
.delo-items {
display: grid;
row-gap: 10px;
}
.delo-item {
width: 100%;
padding: 20px;
background: #ffffff;
border: 1px solid #e5e5e5;
border-radius: 15px;
box-sizing: border-box;
font-weight: 700;
}
.delo-item .txt14 {
line-height: 130%;
}
.delo-link {
margin-top: 5px;
}
.delo-link a {
position: relative;
text-decoration: none;
color: #1f8cc7;
}
.delo-link a:hover {
text-decoration: none;
color: #4db1e7;
}
.delo-link a::after {
position: absolute;
bottom: -2px;
left: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #1f8cc7;
}
.delo-link a:hover::after {
background: #4db1e7;
}
.delo-more {
margin-top: 20px;
}
.delo-more .btn {
height: 44px;
background: #f4f9fc;
letter-spacing: 0.25px;
color: #0079be;
}
.delo-more .btn:hover {
background: #ecf4f9;
}
.delo-item.delo-do {
display: none;
}
.delo-item.delo-do.active {
display: block;
}
@media screen and (min-width: 768px) {
.section .imgbnr {
padding: 40px 25px;
}
.imgbnr.cntr {
text-align: left;
}
.imgbnr.gray {
background: radial-gradient(
37.4% 86.42% at 71.3% 94.57%,
#e0e3e7 0%,
#a5a9af 100%
) ;
}
.sbanknow .imgbnr {
background: linear-gradient(335.66deg, #eaedf1 15.41%, #939caa 57.79%);
}
.imgbnr-img {
width: 44%;
bottom: 0;
right: 7%;
}
.sdelo .imgbnr-img {
width: 45%;
right: 5%;
}
.sdebit .imgbnr-img {
width: 44%;
bottom: 0;
right: 3%;
left: auto;
}
.sbanknow .imgbnr-img {
width: 54%;
bottom: 0;
right: 0%;
}
.sbangetit .imgbnr-img {
width: 36.75%;
right: 2%;
}
.sbangetit .imgbnr-img {
width: 40%;
right: 1%;
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-webkit-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
.imgbnr .btn {
position: relative;
display: inline-flex;
z-index: 3;
}
.sbanknow .imgbnr .btn {
margin: 0;
}
.delo-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 15px;
row-gap: 15px;
}
.delo-link {
margin-top: 10px;
}
.delo-link a {
line-height: 19.6px;
font-size: 14px;
}
.delo-more .btn {
height: 50px;
}
}
@media screen and (min-width: 992px) {
.sdelo {
margin-bottom: 70px;
}
.section .imgbnr {
padding: 50px 40px;
border-radius: 30px;
}
.section .imgbnr.outer {
margin-left: 0;
margin-right: 0;
}
.sdelo .imgbnr {
margin-bottom: 60px;
}
.sbanknow .imgbnr {
padding: 40px;
border-radius: 40px;
}
.sbanknow .imgbnr {
padding: 40px 52px 50px;
}
.sbangetit .imgbnr {
padding: 40px 52px 50px;
}
.imgbnr h1,
.imgbnr h2 {
margin-bottom: 25px;
}
.sdelo .aftertitle {
padding-left: 4px;
}
.imgbnr-img {
width: 40%;
right: 7%;
}
.sdelo .imgbnr-img {
width: 40%;
right: 7%;
}
.sdebit .imgbnr-img {
width: 40%;
right: 3%;
}
.sbanknow .imgbnr-img {
width: 49%;
bottom: 0;
right: 0%;
}
.sbangetit .imgbnr-img {
width: 36.75%;
right: 2%;
}
.sbangetit .imgbnr-img {
width: 35%;
right: 3%;
}
.delo-items {
grid-template-columns: repeat(3, 1fr);
}
.delo-item {
padding: 30px 30px 30px;
border-radius: 20px;
}
.delo-item .txt14 {
line-height: 133%;
}
.delo-link {
margin-top: 16px;
}
.delo-link a {
line-height: 19.6px;
font-size: 14px;
}
.delo-more {
margin-top: 40px;
}
.delo-more .btn {
height: 60px;
}
}
@media screen and (min-width: 1230px) {
.sdelo {
margin-bottom: 100px;
}
.section .imgbnr {
padding: 60px;
}
.sdelo .imgbnr {
padding: 60px 62px 59px;
}
.sbanknow .imgbnr {
padding: 50px;
border-radius: 50px;
}
.sbanknow .imgbnr {
padding: 51px 50px 50px;
}
.sbangetit .imgbnr {
padding: 50px 53px 60px 62px;
}
.sdebit .imgbnr {
padding: 63px 63px 59px;
}
.imgbnr-img {
width: 40%;
right: 10%;
}
.sdelo .imgbnr-img {
width: 40%;
right: 7.6%;
}
.sdebit .imgbnr-img {
width: 39%;
right: 6%;
}
.sbangetit .imgbnr-img {
width: 36.75%;
right: 2%;
}
.sbangetit .imgbnr-img {
width: 40%;
right: -1%;
}
.sbanknow .imgbnr-img {
width: 50%;
right: 1%;
}
.sbanknow .imgbnr .btn {
width: 335px;
height: 62px;
padding: 0;
letter-spacing: 0.8px;
}
} .sdebit {
margin-bottom: 40px;
}
.sdebit h1 span,
.sdebit h2 span {
position: relative;
background:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#75c0e0 0,
#0079be 100%
),
#3197cd;
border-radius: 6px;
display: inline-block;
margin-left: 0;
margin-right: 2px;
top: 2px;
padding: 1px 6px 3px 7px;
-webkit-transform: rotate(-2.5deg);
transform: rotate(-2.5deg);
font-size: 6.25vw;
color: #fff;
}
@media screen and (min-width: 768px) {
.sdebit .imgbnr h1,
.sdebit .imgbnr h2,
.sdebit h1 span,
.sdebit h2 span {
font-size: 34px;
}
}
@media screen and (min-width: 992px) {
.sdebit {
margin-bottom: 70px;
}
.sdebit .imgbnr h1,
.sdebit .imgbnr h2,
.sdebit h1 span,
.sdebit h2 span {
font-size: 44px;
}
.sdebit .imgbnr h1,
.sdebit .imgbnr h2 {
margin-bottom: 32px;
line-height: 97%;
}
.sdebit h1 span,
.sdebit h2 span {
border-radius: 16px;
display: inline-block;
margin-left: 0;
margin-right: -5px;
top: 2px;
padding-top: 6px;
padding-bottom: 10px;
padding-left: 22px;
padding-right: 21px;
}
.sdebit .aftertitle {
padding-left: 3px;
}
}
@media screen and (min-width: 1230px) {
.sdebit {
margin-bottom: 101px;
}
.sdebit .imgbnr h1,
.sdebit .imgbnr h2,
.sdebit h1 span,
.sdebit h2 span {
font-size: 52px;
}
} .sbanknow {
margin-bottom: 40px;
}
.sbanknow .imgbnr h2 {
line-height: 110%;
margin-bottom: 10px;
}
.sbanknow .imgbnr h2 span {
opacity: 0.6;
}
.sbanknow .aftertitle {
margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.sbanknow .imgbnr h1,
.sbanknow .imgbnr h2 {
font-size: 28px;
}
.sbanknow .aftertitle {
margin-bottom: 10px;
}
}
@media screen and (min-width: 992px) {
.sbanknow {
margin-bottom: 70px;
}
.sbanknow .imgbnr h1,
.sbanknow .imgbnr h2 {
line-height: 37px;
font-size: 34px;
margin-bottom: 20px;
}
.sbanknow .aftertitle {
margin-bottom: 20px;
line-height: 23.2px;
font-size: 16px;
}
}
@media screen and (min-width: 1230px) {
.sbanknow {
margin-bottom: 100px;
}
.sbanknow .imgbnr h1,
.sbanknow .imgbnr h2 {
line-height: 41.8px;
font-size: 38px;
}
.sbanknow .aftertitle {
margin-bottom: 29px;
line-height: 25.2px;
font-size: 18px;
}
} .sbangetit {
margin-bottom: 40px;
}
.sbangetit h1,
.sbangetit h2 {
margin-bottom: 10px;
}
.sbangetit .aftertitle {
margin-bottom: 20px;
}
.sbangetit .txt-item {
margin-bottom: 20px;
}
.s-circle-ico {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 20px;
height: 20px;
margin-bottom: 10px;
background: #fff;
border-radius: 50%;
}
.s-circle-ico.blue {
background: #1f8cc7;
}
.sbangetit-bot {
padding-top: 79%;
}
.sbangetit .btn {
height: 50px;
color: #648301;
}
@media screen and (min-width: 768px) {
.sbangetit h1,
.sbangetit h2 {
margin-bottom: 15px;
}
.sbangetit-bot {
padding-top: 0;
}
.sbangetit .txt-item-txt {
font-size: 16px;
}
.s-circle-ico {
width: 24px;
height: 24px;
}
}
@media screen and (min-width: 992px) {
.sbangetit {
margin-bottom: 70px;
}
.sbangetit h1,
.sbangetit h2 {
margin-bottom: 25px;
line-height: 100%;
}
.sbangetit .aftertitle {
margin-bottom: 25px;
line-height: 25.2px;
font-size: 18px;
}
.sbangetit .txt-items {
display: flex;
flex-wrap: wrap;
}
.sbangetit .txt-item {
margin-right: 40px;
margin-bottom: 30px;
}
.sbangetit .txt-item:last-child {
margin-right: 0px;
}
.sbangetit .txt-item-txt {
line-height: 25.2px;
font-size: 18px;
}
}
@media screen and (min-width: 1230px) {
.sbangetit {
margin-bottom: 100px;
}
.sbangetit h1,
.sbangetit h2 {
margin-bottom: 30px;
}
.sbangetit .aftertitle {
margin-bottom: 30px;
}
.sbangetit .txt-item {
width: 27.55%;
margin-right: 20px;
}
.sbangetit .txt-item:last-child {
margin-right: 0px;
}
.sbangetit .btn {
width: 400px;
height: 62px;
padding: 0;
}
} .sfamiliar {
margin-bottom: 40px;
}
.sfamiliar h1,
.sfamiliar h2 {
margin-bottom: 14px;
}
.sfamiliar img {
width: 100%;
height: auto;
margin-bottom: 10px;
border-radius: 15px;
}
.sfamiliar .txt-items {
display: grid;
row-gap: 10px;
}
.sfamiliar .txt-item {
padding: 20px 20px 18px;
background: #f4f9fc;
border-radius: 15px;
box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.sfamiliar h1,
.sfamiliar h2 {
margin-bottom: 20px;
}
.sfamiliar img {
border-radius: 20px;
}
.sfamiliar .txt-items {
grid-template-columns: repeat(2, 1fr);
column-gap: 10px;
row-gap: 10px;
}
.sfamiliar .txt-item-txt {
font-size: 16px;
}
}
@media screen and (min-width: 992px) {
.sfamiliar {
margin-bottom: 70px;
}
.sfamiliar h1,
.sfamiliar h2 {
margin-bottom: 25px;
}
.sfamiliar img {
border-radius: 25px;
}
.sfamiliar .txt-items {
grid-template-columns: repeat(4, 1fr);
column-gap: 10px;
row-gap: 0px;
}
.sfamiliar .txt-item {
padding: 21px 20px 20px;
}
.sfamiliar .txt-item-txt {
font-size: 14px;
}
}
@media screen and (min-width: 1230px) {
.sfamiliar {
padding-top: 2px;
margin-bottom: 101px;
}
.sfamiliar h1,
.sfamiliar h2 {
margin-bottom: 30px;
}
.sfamiliar img {
border-radius: 30px;
}
.sfamiliar .txt-item-txt {
line-height: 24.59px;
font-size: 18px;
}
} .sfconsult {
margin-bottom: 40px;
}
.sfconsult h1,
.sfconsult h2 {
margin-bottom: 15px;
}
.sfconsult .aftertitle {
line-height: 134%;
}
.fconsult-info .btn {
display: none;
}
.fconsult .txt-item {
margin-bottom: 15px;
}
.fconsult .txt-item:last-child {
margin-bottom: 30px;
}
.fconsult-img {
position: relative;
}
.fconsult-img img {
border-radius: 20px;
}
.fconsult-img .btn {
position: absolute;
width: calc(100% - 40px);
height: 50px;
letter-spacing: 0.2px;
left: 20px;
bottom: 20px;
padding: 0;
}
.fconsult-block img {
display: none;
}
@media screen and (min-width: 768px) {
.fconsult-info .btn {
display: inline-flex;
}
.fconsult-img .btn {
display: none;
}
.fconsult {
display: flex;
justify-content: space-between;
}
.fconsult-info {
width: 100%;
}
.fconsult .txt-item-txt {
font-size: 16px;
}
.fconsult-img {
display: none;
width: 30%;
}
.fconsult-img img {
border-radius: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.sfconsult h1 br,
.sfconsult h2 br,
.sfconsult .aftertitle br {
display: none;
}
.fconsult-block {
display: flex;
justify-content: space-between;
}
.fconsult-block-info {
width: 50%;
}
.fconsult-block img {
display: block;
width: 45%;
border-radius: 20px;
}
}
@media screen and (min-width: 992px) {
.sfconsult {
margin-bottom: 70px;
}
.sfconsult h1,
.sfconsult h2 {
margin-bottom: 25px;
}
.fconsult-info {
width: 68%;
}
.sfconsult .aftertitle {
margin-bottom: 20px;
}
.fconsult .txt-items {
display: flex;
}
.fconsult .txt-item {
margin-bottom: 30px;
margin-right: 25px;
}
.fconsult .txt-item:last-child {
margin-bottom: 0px;
margin-right: 0px;
}
.fconsult-img {
display: block;
width: 30%;
}
.fconsult-img img {
border-radius: 25px;
}
}
@media screen and (min-width: 1230px) {
.sfconsult {
margin-bottom: 100px;
}
.sfconsult h1,
.sfconsult h2 {
margin-bottom: 30px;
}
.sfconsult .aftertitle {
padding-left: 1px;
margin-bottom: 29px;
line-height: 143%;
}
.fconsult-block {
padding-left: 2px;
}
.fconsult .txt-item {
margin-bottom: 43px;
margin-right: 0;
}
.fconsult .txt-item:nth-child(1) {
width: 30.3%;
}
.fconsult .txt-item:nth-child(2) {
width: 30.1%;
}
.fconsult .txt-item:nth-child(3) {
width: 33%;
}
.fconsult .txt-item-txt {
font-size: 18px;
}
.fconsult-img {
width: 433px;
}
.fconsult-img img {
border-radius: 30px;
}
.fconsult-info .btn {
width: 398px;
letter-spacing: 0.8px;
box-sizing: border-box;
}
} .schecklist {
margin-bottom: 40px;
}
.schecklist .beforetitle {
margin-bottom: 10px;
}
.schecklist h1,
.schecklist h2 {
margin-bottom: 21px;
font-size: 5.64vw;
}
.schecklist .aftertitle {
margin-bottom: 20px;
}
.checklist-info .btn {
display: none;
}
.checklist .txt-item {
margin-bottom: 19px;
}
.checklist .txt-item:last-child {
margin-bottom: 30px;
}
.checklist .txt-item-txt {
letter-spacing: -0.05px; }
.checklist-img {
position: relative;
}
.checklist-img img {
border-radius: 20px;
}
.checklist-img .btn {
position: absolute;
width: calc(100% - 40px);
left: 20px;
bottom: 20px;
padding: 0;
}
.checklist-block img {
display: none;
}
@media screen and (min-width: 768px) {
.schecklist .beforetitle {
font-size: 16px;
}
.checklist-info .btn {
display: inline-flex;
}
.checklist-img .btn {
display: none;
}
.checklist {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.checklist-info {
width: 100%;
}
.checklist .txt-item-txt {
font-size: 16px;
}
.checklist-img {
display: none;
width: 30%;
}
.checklist-img img {
border-radius: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.schecklist h1 br,
.schecklist h2 br,
.schecklist .aftertitle br {
display: none;
}
.checklist-block {
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.checklist-block-info {
width: 45%;
}
.checklist-block-info .btn {
width: 100%;
padding: 0;
}
.checklist-block img {
display: block;
width: 50%;
border-radius: 20px;
}
}
@media screen and (min-width: 992px) {
.schecklist {
margin-bottom: 70px;
}
.schecklist .beforetitle {
margin-bottom: 20px;
font-size: 18px;
letter-spacing: 0.15px;
}
.schecklist h1,
.schecklist h2 {
margin-bottom: 25px;
line-height: 47.2px;
font-size: 40px;
}
.checklist-info {
width: 55.3%;
padding-left: 50px;
box-sizing: border-box;
}
.schecklist .aftertitle {
margin-bottom: 20px;
font-size: 18px;
}
.checklist .txt-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 30px;
row-gap: 30px;
margin-bottom: 41px;
}
.checklist .txt-item {
margin-bottom: 0;
margin-right: 0;
}
.checklist .txt-item:last-child {
margin-bottom: 0px;
margin-right: 0px;
}
.checklist-img {
display: block;
width: 44.7%;
}
.checklist-img img {
border-radius: 25px;
}
}
@media screen and (min-width: 1230px) {
.schecklist {
margin-bottom: 100px;
}
.schecklist h1,
.schecklist h2 {
margin-bottom: 20px;
line-height: 57.2px;
font-size: 52px;
}
.schecklist .aftertitle {
margin-bottom: 22px;
letter-spacing: 0.2px;
}
.checklist-info {
width: calc(100% - 550px);
padding-left: 80px;
}
.checklist-img {
width: 550px;
}
.checklist-img img {
border-radius: 30px;
}
.checklist .txt-item-txt {
line-height: 25.2px;
font-size: 18px;
}
.schecklist .s-circle-ico {
margin-bottom: 14px;
}
.checklist .btn {
width: 390px;
padding: 0;
letter-spacing: 0.8px;
}
.checklist .txt-items {
grid-template-columns: 0.9fr 1fr;
}
} .stroubles {
margin-bottom: 40px;
}
.stroubles h1,
.stroubles h2 {
margin-bottom: 20px;
}
.trouble-items {
display: grid;
row-gap: 20px;
}
.trouble-item {
padding: 10px;
background: #f4f9fc;
border-radius: 20px;
box-sizing: border-box;
}
.trouble-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.trouble-top img {
width: 48px;
height: 48px;
border-radius: 10px;
}
.trouble-name {
width: calc(100% - 58px);
height: 48px;
padding-left: 15px;
background: #fff;
border-radius: 10px;
line-height: 48px;
font-weight: 700;
color: #1f8cc7;
box-sizing: border-box;
}
.trouble-list-item {
position: relative;
padding-left: 28px;
margin-bottom: 10px;
box-sizing: border-box;
}
.trouble-list-item::after {
position: absolute;
display: block;
content: '';
top: 5px;
left: 10px;
width: 6px;
height: 6px;
background: #0079be;
border-radius: 50%;
}
@media screen and (min-width: 768px) {
.trouble-items {
grid-template-columns: repeat(2, 1fr);
column-gap: 15px;
row-gap: 0;
}
.stroubles h1,
.stroubles h2 {
margin-bottom: 25px;
}
.trouble-name {
width: calc(100% - 70px);
height: 60px;
line-height: 60px;
font-size: 16px;
}
.trouble-top img {
width: 60px;
height: 60px;
}
.trouble-list-item {
line-height: 140%;
font-size: 16px;
}
.trouble-list-item::after {
top: 7px;
}
}
@media screen and (min-width: 992px) {
.stroubles {
margin-bottom: 70px;
}
.stroubles h1,
.stroubles h2 {
margin-bottom: 30px;
}
.trouble-items {
column-gap: 25px;
}
.trouble-item {
padding: 20px 20px 30px;
border-radius: 30px;
}
.trouble-top {
margin-bottom: 22px;
}
.trouble-name {
width: calc(100% - 110px);
height: 100px;
padding-left: 20px;
line-height: 100px;
font-size: 22px;
border-radius: 20px;
}
.trouble-top img {
width: 100px;
height: 100px;
border-radius: 20px;
}
.trouble-list-item {
padding-left: 38px;
font-size: 18px;
}
.trouble-list-item::after {
width: 8px;
height: 8px;
left: 20px;
top: 10px;
}
}
@media screen and (min-width: 1230px) {
.stroubles {
margin-bottom: 103px;
}
.stroubles h1,
.stroubles h2 {
margin-bottom: 40px;
}
.trouble-items {
column-gap: 30px;
}
.trouble-name {
font-size: 24px;
}
.trouble-list-item {
font-size: 20px;
}
} .smeet {
margin-bottom: 40px;
}
.smeet h2 {
margin-bottom: 20px;
}
.meet-text {
margin-bottom: 10px;
padding: 21px 20px 20px;
border-radius: 20px;
box-sizing: border-box;
}
.meet1,
.meet3 {
background:
linear-gradient(
32.08deg,
rgba(31, 140, 199, 0.15) 6.09%,
rgba(31, 140, 199, 0.05) 79.14%
),
#ffffff;
}
.meet2 {
padding-top: 21px;
padding-bottom: 21px;
background: radial-gradient(
100% 100% at 100% 100%,
#8ea937 0%,
#648300 100%
) ;
color: #fff;
}
.meet4 {
margin-bottom: 0;
background:
radial-gradient(
103.07% 601.47% at -1.51% 99.78%,
#75c0e0 0%,
#0079be 100%
) ,
#1f8cc7;
color: #fff;
}
.meet-text-title {
margin-bottom: 11px;
font-weight: 700;
line-height: 120%;
}
.meet2 .meet-text-title {
margin-bottom: 10px;
line-height: 117%;
}
.meet-text-txt {
line-height: 135%;
}
.meet1.meet-text img {
width: 100%;
margin-top: 20px;
border-radius: 10px;
}
.meet-second {
position: relative;
margin-bottom: 10px;
border-radius: 20px;
color: #fff;
overflow: hidden;
}
.meet3 {
padding-bottom: 21px;
margin-bottom: 10px;
}
.meet4 {
padding-bottom: 20px;
margin-bottom: 0;
}
.meet3 .meet-text-title {
line-height: 118%;
margin-bottom: 10px;
}
.meet4 .meet-text-title {
line-height: 118%;
margin-bottom: 14px;
}
.meet4.meet-text .meet-text-num {
position: relative;
margin-bottom: 16px;
padding: 8px 15px 9px;
border-radius: 10px;
color: #fff;
background: rgba(255, 255, 255, 0.1);
font-size: 24px;
font-weight: 700;
}
.meet4.meet-text .meet-text-num span {
position: relative;
bottom: 3px;
margin-left: 10px;
font-weight: 700;
opacity: 0.5;
}
.meet4.meet-text .meet-text-num span b {
position: relative;
}
.meet4.meet-text .meet-text-num span b::after {
position: absolute;
display: block;
content: '';
width: 100%;
height: 2px;
background: #fff;
top: 50%;
left: 0;
transform: rotate(-5deg);
}
.meet4.meet-text .btn {
padding: 0;
width: 100%;
height: 50px;
letter-spacing: 0.2px;
margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.meet {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr 1fr 2fr;
column-gap: 22px;
row-gap: 20px;
}
.meet2 {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 2;
}
.meet3 {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 3;
}
.meet1 {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 3;
grid-row-end: 4;
}
.meet4 {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 3;
grid-row-end: 4;
}
.meet-text {
margin-bottom: 0;
padding: 20px;
border-radius: 25px;
}
.meet-second {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 3;
margin-bottom: 0;
border-radius: 20px;
}
.meet-second img {
width: 100%;
height: 100%;
object-fit: cover;
}
.meet-text-title {
font-size: 22px;
line-height: 26.8px;
}
.meet-text-txt {
font-size: 16px;
}
.meet4 .meet-text-txt {
margin-bottom: 30px;
}
.meet4 .meet-text-title {
margin-bottom: 30px;
font-size: 24px;
}
}
@media screen and (min-width: 992px) {
.smeet {
margin-bottom: 70px;
}
.smeet h2 {
margin-bottom: 30px;
}
.meet {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr 0.8fr 1fr;
column-gap: 22px;
row-gap: 20px;
height: 520px;
}
.meet1 {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 1;
grid-row-end: 3;
}
.meet2 {
grid-column-start: 1;
grid-column-end: 2;
grid-row-start: 3;
grid-row-end: 4;
}
.meet3 {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 1;
grid-row-end: 2;
}
.meet4 {
grid-column-start: 3;
grid-column-end: 4;
grid-row-start: 2;
grid-row-end: 4;
}
.meet-text {
margin-bottom: 0;
padding: 20px;
border-radius: 25px;
}
.meet-second {
grid-column-start: 2;
grid-column-end: 3;
grid-row-start: 1;
grid-row-end: 4;
margin-bottom: 0;
border-radius: 30px;
}
.meet-second img {
width: 100%;
height: 100%;
object-fit: cover;
}
.meet-text-title {
line-height: 26.8px;
font-size: 20px;
}
.meet1.meet-text img {
margin-top: 35px;
}
.meet-text-txt {
font-size: 16px;
}
.meet4 .meet-text-title {
margin-bottom: 19px;
line-height: 25.2px;
font-size: 18px;
}
.meet4.meet-text .meet-text-num {
margin-bottom: 21px;
padding: 9px 20px;
line-height: 38.4px;
font-size: 30px;
}
.meet4.meet-text .meet-text-num span {
margin-left: 16px;
bottom: 1px;
}
.meet4.meet-text .btn {
height: 54px;
margin-top: 16px;
letter-spacing: 0.8px;
font-size: 12px;
}
}
@media screen and (min-width: 1230px) {
.smeet {
margin-bottom: 97px;
}
.meet {
height: 600px;
grid-template-rows: 1fr 0.66fr 1fr;
}
.meet-text {
height: 100%;
padding: 30px 33px;
border-radius: 30px;
}
.meet-text-title {
margin-bottom: 16px;
line-height: 28.8px;
font-size: 24px;
}
.meet-text-txt {
font-size: 18px;
}
.meet3,
.meet4 {
padding: 30px;
}
.meet-first .meet-text-title {
margin-bottom: 15px;
}
.meet2 .meet-text-title {
margin-bottom: 15px;
}
.meet3 .meet-text-title {
margin-bottom: 16px;
}
.meet4.meet-text .btn {
height: 62px;
margin-top: 24px;
font-size: 15px;
}
.meet4.meet-text .meet-text-num {
font-size: 32px;
}
.meet1.meet-text img {
margin-top: 20px;
}
} .sgals {
margin-bottom: 40px;
}
.sgals .aftertitle {
display: none;
}
.sgals .section-slides {
margin-top: 10px;
}
.gals-img {
position: relative;
border-radius: 15px;
}
.gals-img img {
border-radius: 10px;
}
.gals-loop-txt {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 20px;
background: rgba(31, 33, 29, 0.3);
border-radius: 10px;
line-height: 140%;
color: #fff;
z-index: 2;
box-sizing: border-box;
backdrop-filter: blur(25.4px);
}
.gals-loop-txt.active {
display: block;
}
.gals-img-attr {
position: absolute;
display: block;
bottom: 8px;
left: 7px;
width: 28px;
height: 28px;
background: #fff;
border-radius: 8px;
z-index: 5;
cursor: pointer;
}
.gals-img-attr::after {
position: absolute;
display: block;
content: '';
width: 10px;
height: 2px;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -5px;
background: #8ea937;
transition: transform 0.2s; }
.gals-img-attr::before {
position: absolute;
display: block;
content: '';
width: 2px;
height: 10px;
top: 50%;
left: 50%;
margin-top: -5px;
margin-left: -1px;
background: #8ea937;
transition: transform 0.2s; }
.gals-img-attr.active {
background: rgba(0, 0, 0, 0.2);
}
.gals-img-attr.active::after {
background: #fff;
transform: rotate(90deg);
}
.gals-img-attr.active::before {
background: #fff;
transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
.gals-loop-txt {
font-size: 12px;
}
}
@media screen and (max-width: 991px) {
.sgals .section-top {
margin-bottom: 21px;
}
.sgals .section-top-left {
margin-bottom: 0;
}
.sgals .container {
width: 100%;
padding-right: 0;
}
}
@media screen and (min-width: 992px) {
.sgals .aftertitle {
display: block;
}
.gals-img {
border-radius: 20px;
}
.gals-img img {
border-radius: 20px;
}
.gals-loop-txt {
padding: 30px;
border-radius: 20px;
font-size: 14px;
}
.gals-img-attr {
bottom: 10px;
left: 10px;
width: 42px;
height: 42px;
border-radius: 12px;
}
.gals-img-attr::after {
width: 16px;
margin-left: -8px;
}
.gals-img-attr::before {
height: 16px;
margin-top: -8px;
}
.sgals .swiper-button-prev,
.sgals .swiper-button-next {
top: -7px;
}
.gals-caro {
padding-bottom: 40px;
}
.gals-caro .swiper-pagination {
bottom: 5px;
}
.gals-caro .swiper-pagination span {
width: 10px;
height: 10px;
margin: 0 5px !important;
background: #bcddef;
opacity: 1;
}
.gals-caro .swiper-pagination span.swiper-pagination-bullet-active {
background: #1f8cc7;
}
}
@media screen and (min-width: 1230px) {
.sgals {
margin-bottom: 59px;
}
.gals-loop-txt {
font-size: 16px;
}
} @media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1230px) {
} @media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1230px) {
} @media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1230px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.section.sresult h2,
.section.sconsult h2,
.section.sstatesafe h2,
.section.sbankrupt h2 {
width: 86%;
}
.section.scollectors h2,
.section.sbangrey h2 {
width: 87%;
}
.section.sconsult .aftertitle,
.section.sbankrupt .aftertitle {
width: 85%;
}
.section.sbangrey .aftertitle {
width: 70%;
}
.section.sresult h2 br,
.section.sconsult h2 br,
.section.sstatesafe h2 br,
.section.sbankrupt h2 br,
.section.scollectors h2 br,
.section.sbangrey h2 br,
.section.scollectors .aftertitle br,
.section.sconsult .aftertitle br,
.section.sbangrey .aftertitle br,
.section.sbankrupt .aftertitle br {
display: none;
}
.etap-name {
font-weight: 700;
}
} .map-flex-wrap {
display: flex;
flex-wrap: wrap;
}
.child {
flex-basis: 25%;
}
#map {
width: 100%;
height: 300px;
border-radius: 20px;
overflow: hidden;
margin-bottom: 40px;
}
.map-top {
display: flex;
flex-direction: column; }
.map-form {
padding: 20px;
background:
radial-gradient(100% 100% at 0% 100%, #75c0e0 0%, #0079be 100%) ,
linear-gradient(0deg, #ffffff, #ffffff);
border-radius: 20px;
box-sizing: border-box;
margin-bottom: 20px;
}
input[type='submit'] {
height: 50px;
border: 0;
letter-spacing: 0.3px;
}
.map-form input[type='submit'] {
background: #fff;
color: #0079be;
}
.map-form input[type='submit']:hover {
background: rgba(255, 255, 255, 0.85);
color: #0079be;
}
.modalio iframe {
margin-bottom: -5px;
}
@media screen and (min-width: 768px) {
#map {
height: 280px;
border-radius: 20px;
}
.map-form {
padding: 35px 20px;
border-radius: 25px;
}
.modalio iframe {
margin-bottom: -10px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.map-top {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
margin-bottom: 40px;
}
.map-top br {
display: none;
}
.map-txt {
width: 100%;
}
.map-form {
width: calc(50% - 8px);
}
.map-form input[type='submit'] {
height: 60px;
line-height: 60px;
}
.map-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
top: 5px;
}
.map-form
.wpcf7-acceptance
.wpcf7-list-item
.wpcf7-list-item-label::before {
top: -3px;
}
.map-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label::after {
top: 7px;
}
.map-form .wpcf7-acceptance label span {
font-size: 1.55vw;
}
#map {
width: calc(50% - 8px);
height: 300px;
margin-bottom: 0;
}
}
@media screen and (min-width: 992px) {
#map {
margin-top: 70px;
margin-bottom: 70px;
width: 100%;
height: 342px;
border-radius: 30px;
}
.map-top {
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap; }
.map .aftertitle {
margin-bottom: 0;
}
.map-txt {
width: 57%;
}
.map-form {
width: 40.3%;
padding: 41px 40px;
border-radius: 30px;
margin-bottom: 0;
}
.map-form .form-row,
.sformio .form-row {
margin-bottom: 10px;
}
.map-form .form-row-last,
.sformio .form-row-last {
margin-top: 20px;
}
input[type='submit'] {
height: 62px;
letter-spacing: 0.8px;
}
}
@media screen and (min-width: 1230px) {
#map {
margin-bottom: 100px;
}
}
.modalio {
display: none;
}
@media screen and (max-width: 767px) {
#modalio {
width: 95%;
max-width: 350px;
}
.modalio .wpcf7-acceptance label span {
font-size: 3vw;
}
} #footer {
position: relative;
width: 100%;
padding: 0 0 50px;
margin: 0;
box-sizing: border-box;
}
.ftop {
background: #f8f8f8;
padding: 20px 0 30px;
}
.ftop .container {
display: flex;
flex-direction: column;
}
.ftop-one {
order: 1;
}
.ftop-one .flogo a {
display: flex;
width: 38%;
margin-bottom: 30px;
align-items: center;
justify-content: space-between;
}
.ftop-one .flogo .logo {
width: 25.45%;
}
.ftop-one .flogo .logo2 {
width: 68.18%;
}
.ftop-two {
display: none;
order: 3;
}
.ftop-three {
display: none;
order: 3;
}
.ftop-two .fmenu {
margin: 0;
padding: 0;
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
}
.ftop-two .fmenu li {
display: inline-block;
width: 100%;
margin: 0 0 18px;
}
.ftop-two .fmenu li a {
position: relative;
font-weight: 700;
font-size: 14px;
padding-bottom: 4px;
box-sizing: border-box; }
.ftop-two .fmenu li a::after {
position: absolute;
bottom: 0px;
left: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #e3e3e3;
}
.ftop-two .fmenu li a:hover {
text-decoration: none;
color: #1f8cc7;
}
.ftop-two .fmenu li a:hover::after {
background: #1f8cc7;
}
.ftop-four {
order: 2;
margin-bottom: 30px;
}
.ftop .soc {
position: absolute;
display: flex;
width: 45%;
align-items: center;
top: 0.5px;
left: 52.8%;
}
.ftop .soc a {
position: relative;
display: block;
width: 19.3%;
height: 0;
padding-bottom: 19.3%;
border-radius: 7px;
margin-right: 5px;
}
.ftop .soc a.soc-wa {
background: rgba(102, 188, 62, 1);
}
.ftop .soc a.soc-wa:hover {
background: rgba(112, 198, 72, 1);
}
.ftop .soc a.soc-tg {
background: rgba(56, 175, 239, 1);
}
.ftop .soc a.soc-tg:hover {
background: rgba(66, 185, 249, 1);
}
.ftop .soc a.soc-vk {
background: rgba(31, 140, 199, 1);
}
.ftop .soc a.soc-vk:hover {
background: rgba(41, 150, 209, 1);
}
.ftop .soc a img,
.ftop .soc a .svg {
position: absolute;
display: block;
width: 40%;
height: auto;
top: 50%;
left: 50%;
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.finfos {
}
.finfo {
margin-bottom: 22px;
line-height: 130%; letter-spacing: -0.5px;
font-weight: 800;
color: #000;
}
.finfo-label {
margin-bottom: 10px;
line-height: normal;
letter-spacing: 0px;
font-weight: 500;
opacity: 0.5;
}
.finfo:first-child .finfo-label {
margin-bottom: 15px;
}
.finfo:first-child a:hover {
text-decoration: none;
border-bottom: 1px solid #1f8cc7;
color: #1f8cc7;
}
.finfo:last-child {
margin-bottom: 0;
}
.finfo-ft-addr {
margin-bottom: 10px;
}
.finfo-ft-addr:last-child {
margin-bottom: 0;
}
.finfo-ft-addr br {
display: none;
}
.fbot {
padding: 20px 0 15px;
background: #fff;
color: #1f211d;
}
.fbot .container {
display: flex;
flex-direction: column-reverse;
}
.ftxt {
margin-bottom: 10px;
}
.fcopy,
.finn {
opacity: 0.5;
}
.ftxt:first-child {
margin-bottom: 0;
}
.fbot a {
text-decoration: none;
color: #1f211d;
opacity: 0.5;
}
.fbot a:hover {
text-decoration: none;
color: #1f8cc7;
opacity: 1;
}
.fbot-menu {
order: 5;
}
.fbot-menu ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 5px;
column-gap: 6px;
margin: 0;
padding: 0;
}
.fbot-menu ul li:nth-child(1),
.fbot-menu ul li:nth-child(2),
.fbot-menu ul li:nth-child(3) {
grid-column: 1 / 3;
}
.fbot-menu ul li {
margin: 0;
padding: 0;
}
.fbot-menu ul li a {
position: relative;
display: block;
padding: 15.5px 20px;
background: #fff;
border-radius: 10px;
box-sizing: border-box;
font-weight: 700; font-size: 4.37vw;
line-height: 19px;
color: #1f211d;
}
.fbot-menu ul li.active a {
border-radius: 10px 10px 0 0;
}
.fbot-menu ul li.active .sub-menu a {
padding: 10px 0;
}
.fbot-menu ul li.active .sub-menu li {
margin: 0;
}
.fbot-menu ul li.menu-item-has-children > a::after {
position: absolute;
display: block;
content: '';
width: 8px;
height: 5px;
top: 50%;
margin-top: -2px;
right: 20px;
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/fbot-menu.svg) no-repeat;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
.fbot-menu ul li.menu-item-has-children.active > a::after {
transform: rotate(180deg);
}
.fbot-menu ul ul {
display: none;
background: #fff;
border-radius: 0 0 10px 10px;
margin: 0;
padding: 5px 20px 20px;
}
.fbot-menu ul ul.active {
display: block;
}
.fbot-menu ul ul li {
margin-bottom: 15px;
}
.fbot-menu ul ul li:last-child {
margin-bottom: 0;
}
.fbot-menu ul ul a {
padding: 0;
line-height: 12px;
font-weight: 600; font-size: 3.75vw;
opacity: 0.6;
}
@media screen and (max-width: 991px) {
.ftop-three .ftop-menu-name {
position: relative;
font-size: 4.37vw;
}
.ftop-three .ftop-menu-name.active {
color: #1f8cc7;
}
.ftop-three .ftop-menu-name span {
position: relative;
display: inline-block;
padding-bottom: 4px;
box-sizing: border-box;
}
.ftop-three .ftop-menu-name span::after {
position: absolute;
bottom: 0px;
left: 0;
content: '';
display: block;
width: 100%;
height: 1px;
background: #e3e3e3;
}
.ftop-three .ftop-menu-name.active span::after {
background: #1f8cc7;
}
.ftop-three .fmenu {
display: none;
margin: 15px 0 0;
padding: 0;
}
.ftop-three .fmenu.active {
display: block;
}
.ftop-three .fmenu li {
margin-bottom: 6px;
}
.ftop-three .fmenu li:last-child {
margin-bottom: 0;
}
.ftop-three .fmenu li a {
font-size: 4.37vw;
font-weight: 400;
color: #1f211d;
}
.ftop-three .fmenu li a:hover {
text-decoration: none;
opacity: 1;
color: #1f8cc7;
}
}
@media screen and (min-width: 425px) {
.fbot-menu ul li a {
font-size: 18px;
}
.fbot-menu ul ul li {
margin-bottom: 20px;
}
.fbot-menu ul ul li a {
font-size: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.ftop-three .ftop-menu-name {
font-size: 18px;
}
.fbot-menu ul li a {
font-size: 20px;
}
}
@media screen and (max-width: 424px) {
.ftop-two .fmenu li a {
font-size: 4.37vw;
}
.ftop-three .ftop-menu-name {
font-size: 4.37vw;
}
}
@media screen and (min-width: 425px) {
.ftop-two .fmenu li a {
font-size: 18px;
}
.ftop .soc a {
width: 40px;
height: 40px;
padding-bottom: 0;
border-radius: 8px;
}
.ftop-one .flogo a {
width: 100%;
max-width: 150px;
}
}
@media screen and (min-width: 768px) {
.ftop-two .fmenu li a {
font-size: 18px;
}
.finfos {
display: flex;
justify-content: space-between;
}
.finfo {
width: calc(50% - 10px);
font-size: 24px;
}
.finfo-ft-addr {
font-size: 16px;
}
.ftop .soc {
left: 51%;
}
.ftop .soc a {
width: 46px;
height: 46px;
border-radius: 10px;
}
.ftop-one .flogo a {
max-width: 200px;
}
}
@media screen and (min-width: 992px) {
#footer {
padding: 0;
}
.fbot-menu {
display: none;
}
.ftop {
padding: 50px 0 55px;
}
.ftop .container {
flex-direction: row;
justify-content: space-between;
}
.ftop-two .fmenu {
margin-top: -1px;
columns: 1;
-webkit-columns: 1;
-moz-columns: 1;
}
.ftop-two .fmenu li {
margin-bottom: 24px;
}
.ftop-two .fmenu li:last-child {
margin-bottom: 0;
}
.ftop-one {
width: 25%;
padding-top: 3px;
}
.ftop-two {
display: block;
width: 20%;
order: 2;
padding-top: 1px;
}
.ftop-three {
display: block;
width: 32%;
order: 3;
padding-top: 1px;
}
.ftop-four {
width: 23%;
order: 4;
margin-bottom: 0;
}
.ftop-menu-name {
position: relative;
top: -1px;
margin-bottom: 25px;
font-size: 18px;
}
.ftop-three .fmenu {
margin: 0;
padding: 0;
}
.ftop-three .fmenu li {
margin-bottom: 16px;
}
.ftop-three .fmenu li:last-child {
margin-bottom: 0;
}
.ftop-three .fmenu li a {
opacity: 0.5;
}
.ftop-three .fmenu li a:hover {
text-decoration: none;
opacity: 1;
color: #1f8cc7;
}
.ftop .soc {
position: relative;
display: flex;
width: auto;
align-items: center;
top: -4px;
left: -2px;
}
.finfos {
flex-direction: column;
}
.finfo {
width: 100%;
letter-spacing: -0.8px;
}
.finfo:first-child {
margin: 26px 0 29px;
}
.finfo-label {
margin-bottom: 11px;
letter-spacing: 0;
}
.finfo:first-child .finfo-label {
margin-bottom: 9px;
}
.finfo-ft-addr br {
display: block;
}
.fbot {
padding: 30px 0;
}
.fbot .container {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.fcopy {
width: 45%;
}
.finn {
width: 32%;
}
.fpolitics {
width: 23%;
}
.ftxt {
margin-bottom: 0;
}
}
@media screen and (min-width: 1150px) {
.ftop-one {
width: 25.5%;
padding-top: 4px;
}
.ftop-two {
width: 23%;
order: 2;
}
.ftop-three {
display: block;
width: 28.5%;
order: 3;
}
.ftop-four {
width: 23%;
order: 4;
}
.fcopy {
width: 48.5%;
}
.finn {
width: 28.5%;
}
.fpolitics {
width: 23%;
}
}
@media screen and (min-width: 1230px) {
.ftop-one {
width: 25.5%;
}
.ftop-two {
width: 20%;
}
.ftop-three {
width: 31.5%;
}
.ftop-four {
width: 23%;
}
.fcopy {
width: 45.5%;
}
.finn {
width: 31.5%;
}
.finfo-ft-addr {
font-size: 16px;
}
}
.fixbar {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
background: #fff;
box-shadow: 4px 0px 15px rgba(31, 33, 29, 0.1);
display: none;
justify-content: space-between;
align-items: center;
z-index: 1100;
}
.fixbar.fixed-enabled {
display: flex;
}
.fixbar-item {
width: 25%;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
font-weight: 700;
font-size: 10px;
line-height: 14px;
color: #838581;
-webkit-tap-highlight-color: transparent;
}
.fixbar-item:hover {
text-decoration: none;
color: #838581;
}
.fixbar-item.active {
text-decoration: none;
color: #1f8cc7;
-webkit-tap-highlight-color: transparent;
}
.fixbar-item:nth-of-type(1).active .fixbar-img path {
fill: #1f8cc7;
}
.fixbar-item:nth-of-type(2).active .fixbar-img line,
.fixbar-item:nth-of-type(2).active .fixbar-img rect {
stroke: #1f8cc7;
}
.fixbar-item:nth-of-type(3).active .fixbar-img path,
.fixbar-item:nth-of-type(4).active .fixbar-img path {
stroke: #1f8cc7;
}
.fixover {
position: fixed;
display: none;
bottom: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(31, 33, 29, 0.1);
backdrop-filter: blur(50px);
z-index: 990;
touch-action: none;
}
.fixover.active {
display: block;
}
.fixside {
position: fixed;
display: none;
bottom: 50px;
left: 0;
width: 100%;
padding: 40px 20px;
box-sizing: border-box;
background: #fff;
border-radius: 20px 20px 0 0;
z-index: 1000;
transition: bottom 0.4s ease-in-out;
}
.fixside::after {
position: absolute;
display: block;
content: '';
top: 9px;
left: 50%;
width: 96px;
height: 3px;
margin-left: -48px;
border-radius: 2px;
background: #d3d5d1;
}
.fixside.active {
display: block;
}
.fixside.close {
bottom: -500px;
}
.fixside-menu a {
line-height: 19px;
font-weight: 700;
font-size: 14px;
}
.fixside-imgs {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 10px;
margin-top: 20px;
}
.fixside-imgs.one {
display: block;
}
.fixside-imgs a {
position: relative;
display: block;
width: 100%;
height: 0px;
padding-bottom: 74%;
border-radius: 10px;
color: #fff;
}
.fixside-imgs.one a {
padding-bottom: 47%;
}
.fixside-imgs a span {
position: absolute;
display: block;
bottom: 10px;
left: 10px;
line-height: 19px;
font-weight: 700;
font-size: 14px;
}
.fixside-imgs-opi {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/fixside-imgs-opi.jpg) no-repeat center;
background-size: cover;
}
.fixside-imgs-blog {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/fixside-imgs-blog.jpg) no-repeat center;
background-size: cover;
}
.fixside-imgs-consult {
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/fixside-imgs-consult.jpg) no-repeat center;
background-size: cover;
}
.fixinfomenu {
margin: 0;
padding: 0;
}
.fixinfomenu li {
margin-bottom: 10px;
}
.fixinfomenu ul {
display: none;
background: #f8f8f8;
border-radius: 0 0 10px 10px;
padding: 0 20px 5px 20px;
margin: 0;
}
.fixinfomenu li a {
position: relative;
display: block;
padding: 15px 20px;
box-sizing: border-box;
background: #f8f8f8;
border-radius: 10px;
line-height: 19px;
font-weight: 700;
font-size: 14px;
color: #1f211d;
}
.fixinfomenu li.menu-item-has-children > a::after {
position: absolute;
display: block;
content: '';
top: 50%;
right: 20px;
width: 6px;
height: 4px;
margin-top: -2px;
background: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/themes/finfreedom/images/fixinfomenu-arrow.png) no-repeat;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
}
.fixinfomenu li.menu-item-has-children.active > a::after {
transform: rotate(180deg);
}
.fixinfomenu li.menu-item-has-children.active a {
border-radius: 10px 10px 0 0;
}
.fixinfomenu ul li {
margin-bottom: 15px;
}
.fixinfomenu ul li a {
padding: 0;
line-height: 12px;
font-weight: 600;
font-size: 12px;
opacity: 0.6;
}
.fixinfomenu li a:hover {
text-decoration: none;
color: #1f211d;
}
.fixservmenu {
margin: 0;
padding: 0;
}
.fixservmenu li {
margin-bottom: 15px;
}
.fixservmenu li:last-child {
margin-bottom: 25px;
}
.fixservmenu li a {
border-bottom: 1px solid #e9e9e9;
line-height: 19px;
font-weight: 700;
font-size: 14px;
color: #1f211d;
}
.fixservmenu li a:hover {
text-decoration: none;
color: #1f211d;
}
.header-search {
position: relative;
display: flex;
align-items: center;
}
.header-search form {
margin: 0;
}
.header-search form .search-input {
width: 0;
opacity: 0;
padding: 0;
border: none;
height: 40px;
transition: all 0.3s ease;
margin-right: 0;
background: #fff;
border-radius: 10px;
box-sizing: border-box;
}
.header-search.active .search-input {
width: 240px;
opacity: 1;
padding: 0 15px;
border: 1px solid #0079be;
margin-right: 10px;
}
.header-top-search {
justify-content: end;
}
.search-toggle {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: none;
border: none;
cursor: pointer;
flex-shrink: 0;
color: #0079be;
}
.search-toggle:hover,
.home .search-toggle:hover {
color: #000;
}
.home .search-toggle {
color: #fff;
}
.search-input {
width: 260px;
transform: scaleX(0);
transform-origin: right center;
opacity: 0;
}
.header-search.active .search-input {
transform: scaleX(1);
opacity: 1;
}
@media screen and (min-width: 768px) {
.fixside.active {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 20px;
}
.fixside-imgs {
margin: 0;
}
.fixservmenu li:last-child {
margin-bottom: 0;
}
}
@media screen and (min-width: 992px) {
.fixbar,
.fixbar.fixbar.fixed-enabled,
.fixside {
display: none;
}
}
.fancybox-slide--video {
padding: 0 !important;
}
.fancybox-slide--video .fancybox-content {
padding: 30px 20px;
padding: 0;
box-sizing: border-box;
width: 90% !important;
height: 410px !important;
max-height: 410px;
background: #fff; overflow: unset;
}
.fancybox-slide--iframe .fancybox-content {
aspect-ratio: 9 / 16; width: 100% !important;
padding: 0;
max-width: 430px;
}
.fancybox-iframe {
position: relative;
height: 410px;
}
.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
width: 100%;
height: 100%;
border: 0;
}
.fancybox-toolbar {
top: calc(50% + 220px);
left: 50%;
margin-left: -18px;
width: 36px;
height: 36px;
}
.fancybox-button--close {
width: 36px;
height: 36px;
border-radius: 50%;
background: #fff;
}
.fancybox-button--close svg path {
d: path('M13 12l5-5-1-1-5 5-5-5-1 1 5 5-5 5 1 1 5-5 5 5 1-1z') !important;
}
@media screen and (min-width: 768px) {
.fancybox-slide--video .fancybox-content {
width: 100%;
padding: 40px 50px;
padding: 0;
max-width: 720px;
max-height: 405px; }
.fancybox-slide--iframe .fancybox-content {
aspect-ratio: 9 / 16; width: 100%;
max-width: 430px;
border-radius: 30px;
}
.fancybox-iframe {
position: relative;
height: 405px;
}
.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
width: 100%;
height: 100%;
border: 0;
}
.fancybox-toolbar {
margin-left: -30px;
width: 60px;
height: 60px;
}
.fancybox-button--close {
width: 60px;
height: 60px;
}
}
.sopiwidget {
margin-bottom: 60px;
}
.opiwidget-block:first-child {
margin-bottom: 40px;
}
.opiwidget-block iframe {
position: relative;
width: 100%;
}
@media screen and (min-width: 992px) {
.sopiwidget {
margin-bottom: 100px;
}
.opiwidget {
display: flex;
justify-content: space-between;
}
.opiwidget-block {
width: 48%;
}
.opiwidget-block:first-child {
margin-bottom: 0px;
}
}
@media screen and (min-width: 1368px) {
.site_map {
flex-direction: column;
align-items: unset;
gap: 20px;
}
}
.scroll-to-top {
position: fixed;
bottom: 130px;
right: 30px;
width: 50px;
height: 50px;
background: #0073aa;
color: white;
border: none;
border-radius: 50%;
font-size: 28px;
font-weight: bold;
cursor: pointer;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease-in-out;
z-index: 9998;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 768px) {
.scroll-to-top {
bottom: 20px;
right: 20px;
width: 45px;
height: 45px;
font-size: 24px;
}
}
.scroll-to-top.show {
opacity: 1;
visibility: visible;
}
.scroll-to-top:hover {
background: #005a87;
transform: translateY(-3px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.scroll-to-top:active {
transform: translateY(1px);
}
.content-items li p {
margin-bottom: 0;
}
.lwpcngHide {
display: none;
}
.header-top-logo {
display: flex;
gap: 20px;
align-items: center;
min-width: 420px;
width: 100%;
}
.header-top-logo .logo-text {
color: #fff;
font-size: 14px;
}
#header.white .header-top-logo .logo-text {
color: #1f211d;
}
.second-logo {
max-width: 370px;
width: 100%;
}
body {
overflow-x: clip;
}
.title-2 {
font-weight: 300;
letter-spacing: 0.01em;
}
.title-2 span {
font-weight: 400;
}
.about .container {
max-width: 1250px;
}
.about__wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.about__item {
position: relative;
z-index: 1;
border: 1px solid #dbdbdb;
}
.about__item-icon {
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
translate: -50% -50%;
max-height: calc(100% - 40px);
}
.about__item-title {
font-weight: 500;
line-height: 1.3;
letter-spacing: 0.035em;
background: linear-gradient(90deg, #6ab9dd 0, #037bbf 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.about__item-text {
letter-spacing: 0.01em;
}
.step__wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(max(25%, 280px), 1fr));
counter-reset: number;
}
.step__item {
position: relative;
z-index: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
background: linear-gradient(180deg, #ddedf6 0, #f4f9fc 100%);
counter-increment: number;
box-sizing: border-box;
}
.step__item:nth-child(n + 10) .step__item-top:after {
content: counter(number);
}
.step__item:nth-child(3n):after,
.step__item:nth-child(3n):before {
display: none;
}
.step__item:after,
.step__item:before {
content: '';
position: absolute;
left: 100%;
}
.step__item:before {
translate: -50% 0;
z-index: 2;
border-radius: 50%;
background: #8ea937;
}
.step__item:after {
width: 200px;
height: 1px;
background: #dbdbdb;
}
.step__item-top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
width: 100%;
}
.step__item-top:after {
content: '0' counter(number);
margin-left: auto;
font-weight: 500;
line-height: 1.3;
letter-spacing: 0.01em;
text-align: right;
background: linear-gradient(90deg, #6ab9dd 0, #037bbf 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.step__item-icon {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #fff;
}
.step__item-icon img,
.step__item-icon svg {
max-width: 60%;
max-height: 60%;
}
.step__item-button {
height: auto;
padding-block: 12px;
width: auto;
font-weight: 500;
box-sizing: border-box;
}
.step__item-title {
margin-top: auto;
font-size: 18px;
letter-spacing: 0.01em;
}
@media (min-width: 767px) {
.step__item {
padding: round(
clamp(
min(28px, 16px),
5.356461405px + 1.3876843018vw,
max(28px, 16px)
),
1px
);
}
}
@media (min-width: 992px) {
.step__wrapper {
-moz-column-gap: round(
clamp(
min(80px, 20px),
-44.1379310345px + 6.4655172414vw,
max(80px, 20px)
),
1px
);
column-gap: round(
clamp(
min(80px, 20px),
-44.1379310345px + 6.4655172414vw,
max(80px, 20px)
),
1px
);
}
}
@media (min-width: 1691px) {
.title-2 {
font-size: 52px;
}
.about {
margin-bottom: 100px;
}
.about__wrapper {
gap: 20px;
}
.about__item {
padding-top: 24px;
padding-bottom: 36px;
padding-inline: 28px;
border-radius: 20px;
}
.about__item-title {
margin-bottom: 20px;
font-size: 40px;
}
.about__item-text {
font-size: 18px;
}
.step {
margin-bottom: 100px;
}
.step__wrapper {
row-gap: 32px;
}
.step__item {
gap: 20px;
min-height: 275px;
border-radius: 20px;
}
.step__item:before {
top: 64px;
width: 15px;
height: 15px;
}
.step__item:after {
top: 71px;
}
.step__item-top:after {
font-size: 40px;
}
.step__item-icon {
width: 75px;
height: 75px;
}
.step__item-button {
min-height: 50px;
padding-inline: 16px;
font-size: 18px;
}
}
@media (max-width: 1690px) {
.title-2 {
font-size: round(
clamp(min(52px, 32px), 28px + 1.25vw, max(52px, 32px)),
1px
);
}
.about {
margin-bottom: round(
clamp(min(100px, 40px), 28px + 3.75vw, max(100px, 40px)),
1px
);
}
.about__wrapper {
gap: round(
clamp(min(20px, 12px), 10.4px + 0.5vw, max(20px, 12px)),
1px
);
}
.about__item {
padding-top: round(
clamp(min(24px, 16px), 14.4px + 0.5vw, max(24px, 16px)),
1px
);
padding-bottom: round(
clamp(min(36px, 16px), 12px + 1.25vw, max(36px, 16px)),
1px
);
padding-inline: round(
clamp(min(28px, 16px), 13.6px + 0.75vw, max(28px, 16px)),
1px
);
border-radius: round(
clamp(min(20px, 16px), 15.2px + 0.25vw, max(20px, 16px)),
1px
);
}
.about__item-title {
margin-bottom: round(
clamp(min(20px, 12px), 10.4px + 0.5vw, max(20px, 12px)),
1px
);
font-size: round(
clamp(min(40px, 24px), 20.8px + 1vw, max(40px, 24px)),
1px
);
}
.about__item-text {
font-size: round(
clamp(min(18px, 16px), 15.6px + 0.125vw, max(18px, 16px)),
1px
);
}
.step {
margin-bottom: round(
clamp(min(100px, 40px), 28px + 3.75vw, max(100px, 40px)),
1px
);
}
.step__wrapper {
row-gap: round(
clamp(min(32px, 16px), 12.8px + 1vw, max(32px, 16px)),
1px
);
}
.step__item {
gap: round(
clamp(min(20px, 12px), 10.4px + 0.5vw, max(20px, 12px)),
1px
);
min-height: round(
clamp(min(275px, 140px), 113px + 8.4375vw, max(275px, 140px)),
1px
);
border-radius: round(
clamp(min(20px, 16px), 15.2px + 0.25vw, max(20px, 16px)),
1px
);
}
.step__item:before {
top: round(clamp(min(64px, 48px), 44.8px + 1vw, max(64px, 48px)), 1px);
width: round(
clamp(min(15px, 12px), 11.4px + 0.1875vw, max(15px, 12px)),
1px
);
height: round(
clamp(min(15px, 12px), 11.4px + 0.1875vw, max(15px, 12px)),
1px
);
}
.step__item:after {
top: round(
clamp(min(71px, 54px), 50.6px + 1.0625vw, max(71px, 54px)),
1px
);
}
.step__item-top:after {
font-size: round(
clamp(min(40px, 24px), 20.8px + 1vw, max(40px, 24px)),
1px
);
}
.step__item-icon {
width: round(
clamp(min(75px, 40px), 33px + 2.1875vw, max(75px, 40px)),
1px
);
height: round(
clamp(min(75px, 40px), 33px + 2.1875vw, max(75px, 40px)),
1px
);
}
.step__item-button {
min-height: round(
clamp(min(50px, 40px), 38px + 0.625vw, max(50px, 40px)),
1px
);
padding-inline: round(
clamp(min(16px, 12px), 11.2px + 0.25vw, max(16px, 12px)),
1px
);
font-size: round(
clamp(min(18px, 14px), 13.2px + 0.25vw, max(18px, 14px)),
1px
);
}
}
@media (max-width: 991px) {
.about__wrapper {
grid-template-columns: repeat(auto-fill, minmax(max(40%, 200px), 1fr));
}
.step__wrapper {
-moz-column-gap: 20px;
column-gap: 20px;
grid-template-columns: repeat(auto-fill, minmax(max(40%, 280px), 1fr));
gap: 12px;
}
.step__item:after,
.step__item:before {
display: none;
}
}
@media (max-width: 766px) {
.step__item {
padding: 16px;
}
}.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//xn--80abcjr4aibx1a.xn--p1ai/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}.clear{clear:both}.nobr{white-space:nowrap}.lazy-hidden,.entry img.lazy-hidden,img.thumbnail.lazy-hidden{background-color:#fff}