html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}@font-face{font-family:'Avenir Next';src:url("/wp-content/themes/skomat/fonts/AvenirNext-Regular.eot");src:url("/wp-content/themes/skomat/fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/skomat/fonts/AvenirNext-Regular.woff2") format("woff2"),url("/wp-content/themes/skomat/fonts/AvenirNext-Regular.woff") format("woff"),url("/wp-content/themes/skomat/fonts/AvenirNext-Regular.ttf") format("truetype"),url("/wp-content/themes/skomat/fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:'Avenir Next';src:url("/wp-content/themes/skomat/fonts/AvenirNext-Bold.eot");src:url("/wp-content/themes/skomat/fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/skomat/fonts/AvenirNext-Bold.woff2") format("woff2"),url("/wp-content/themes/skomat/fonts/AvenirNext-Bold.woff") format("woff"),url("/wp-content/themes/skomat/fonts/AvenirNext-Bold.ttf") format("truetype"),url("/wp-content/themes/skomat/fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");font-weight:bold;font-style:normal;font-display:swap;}@font-face{font-family:'Avenir Next';src:url("/wp-content/themes/skomat/fonts/AvenirNext-Medium.eot");src:url("/wp-content/themes/skomat/fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/skomat/fonts/AvenirNext-Medium.woff2") format("woff2"),url("/wp-content/themes/skomat/fonts/AvenirNext-Medium.woff") format("woff"),url("/wp-content/themes/skomat/fonts/AvenirNext-Medium.ttf") format("truetype"),url("/wp-content/themes/skomat/fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");font-weight:500;font-style:normal;font-display:swap;}/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.1
 * @url https://github.com/feimosi/baguetteBox.js
 */
 #baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);-moz-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,0.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease, -webkit-transform .4s ease;transition:left .4s ease, -webkit-transform .4s ease;transition:left .4s ease, transform .4s ease;transition:left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,0.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,0.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}.btn{height:5.6rem;width:21.5rem;background:#2174CB !important;color:white;box-shadow:10px 15px 20px 0 rgba(0,0,0,0.1);border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;text-decoration:none;border-radius:5px;transition:all 0.2s linear}.btn span{font-weight:400}.btn:focus{outline:none;background:#1c80bd !important}.btn:hover{background:#156291 !important}.buttons{display:flex}.buttons-center{justify-content:center}body,html{font-size:10px;color:#272727}input,select,textarea{font-family:"Avenir Next",sans-serif}b,strong{font-weight:600}i,em{font-style:italic}h1{font-size:4rem;line-height:5.5rem;font-weight:700}@media (max-width: 960px){h1{font-size:2.8rem;line-height:4rem}}h2{font-size:3rem;line-height:4.1rem;font-weight:700;margin-bottom:5rem;}@media (max-width: 960px){h2{font-size:2.3rem;line-height:3.6rem}}h2.title{position:relative;margin-top:2rem;margin-bottom:3rem}h2.title::before{content:'';position:absolute;top:-1rem;height:5px;width:13rem;background:#2174CB;display:block;left:0}h3{font-size:2.5rem;font-weight:600}@media (max-width: 960px){h3{font-size:2.2rem;line-height:2.8rem}}h4{font-size:2rem;line-height:2.7rem;font-weight:500}@media (max-width: 960px){h4{font-size:1.8rem;line-height:2.2rem}}h5{font-size:1.6rem;line-height:2.2rem;font-weight:600}p{font-size:1.6rem;line-height:2.4rem;margin-bottom:2.4rem}.wyswig p,.wyswig li{font-size:1.6rem;line-height:3rem}.wyswig ul{margin:2rem 0}.wyswig ul li{position:relative;padding-left:3rem}.wyswig ul li::before{content:'';width:1.1rem;height:.5rem;border-left:3px solid #2174CB;border-bottom:3px solid #2174CB;border-radius:1px;position:absolute;left:0;top:10px;transform:rotate(-45deg)}.wyswig ol{margin:2rem 0;list-style-type:none;counter-reset:count}.wyswig ol li{counter-increment:count;display:flex;margin-bottom:7rem}@media (max-width: 960px){.wyswig ol li{margin-bottom:3rem}}.wyswig ol li::before{content:counter(count);width:4.4rem;height:4.4rem;margin-right:1.5rem;flex:0 0 4.4rem;max-width:4.4rem;line-height:4.4rem;font-size:1.6rem;font-weight:700;color:#2174CB;background:white;border-radius:100%;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);display:flex;text-align:center;justify-content:center;align-items:center}@media (max-width: 960px){.wyswig ol li::before{width:3rem;height:3rem;flex:0 0 3rem;max-width:3rem;margin-right:1rem;line-height:3rem}}.wyswig .wp-block-buttons{margin:3rem 0}.wyswig .wp-block-buttons .wp-block-button__link{font-size:1.4rem;padding:1rem 2rem}.text-center{text-align:center !important}table{width:100%;margin:3rem 0}@media (max-width: 960px){table{overflow-x:auto}}table th{background:#2174CB;color:white;text-align:center;font-size:1.6rem;line-height:2.2rem;padding:1.2rem;font-weight:bold}@media (max-width: 960px){table th{font-size:1.4rem;padding:.6rem}}table th b,table th strong{font-size:1.2rem;font-weight:normal;line-height:1.6rem;display:block}table td{text-align:center;padding:1.2rem;font-size:1.6rem;line-height:2.2rem}@media (max-width: 960px){table td{font-size:1.4rem;line-height:2rem}}table tr:nth-child(even){background:rgba(33,116,203,0.05)}.table{overflow-x:auto}.white{color:white}body,html{font-size:10px;font-family:'Avenir Next'}body.page-template-about-us,html.page-template-about-us{background:#f6f6f6}.blocked{height:100%;overflow:hidden}.container{width:100%;box-sizing:border-box;padding:0 3rem;max-width:122rem;margin:0 auto}.container-top{transform:translateY(-10rem);margin-bottom:-10rem}@media (max-width: 960px){.container-top{transform:translateY(0);margin-bottom:0}}img{max-width:100%;height:auto}.box-shadow{box-shadow:0 2px 20px 0 rgba(0,0,0,0.1)}.box-radius{border-radius:5px}.mb4{margin-bottom:4rem}@media (max-width: 960px){.mb4{margin-bottom:2rem}}.section-padding{padding:10rem 0}@media (max-width: 960px){.section-padding{padding:4rem 0}}.section-blue{background:rgba(33,116,203,0.05)}.section-grey{background:#f6f6f6}.flex{display:flex}.content{margin-top:18rem;padding:10rem 0}
 @media (max-width: 960px){.content{margin-top:12.5rem;padding:4rem 0}}.section-form{background-image:url("/wp-content/themes/skomat/img/bg.webp");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center}@media (max-width: 960px){.section-form{padding:0}}.section-form .container{background:white;padding:9rem}@media (max-width: 960px){.section-form .container{padding:3rem 1.5rem}}.section-form .container h4{text-transform:uppercase}.section-form .form-offer .wpcf7-list-item label span a{color:black}.section-form .form-offer .row{display:flex;justify-content:space-between;flex-wrap:wrap}.section-form .form-offer .row br{display:none}.section-form .form-offer .row .wpcf7-form-control-wrap{flex:0 0 calc(50% - .75rem);width:calc(50% - .75rem);max-width:calc(50% - .75rem)}@media (max-width: 960px){.section-form .form-offer .row .wpcf7-form-control-wrap{flex:0 0 100%;width:100%;max-width:100%}}.section-form .form-offer .wpcf7-radio{display:flex;flex-direction:column}.section-form .form-offer input,.section-form .form-offer textarea{display:block;width:100%;height:6.4rem;line-height:6.4rem;background:#EBEBEB;font-size:1.6rem;font-family:"Avenir Next",sans-serif;border:none;box-sizing:border-box;padding:0 1rem;margin-top:1.5rem}@media (max-width: 960px){.section-form .form-offer input,.section-form .form-offer textarea{padding:0 .5rem;font-size:1.2rem}}.section-form .form-offer input::-webkit-input-placeholder,.section-form .form-offer textarea::-webkit-input-placeholder{color:#1F1F1F;opacity:1}.section-form .form-offer input::-moz-placeholder,.section-form .form-offer textarea::-moz-placeholder{color:#1F1F1F;opacity:1}.section-form .form-offer input:-ms-input-placeholder,.section-form .form-offer textarea:-ms-input-placeholder{color:#1F1F1F;opacity:1}.section-form .form-offer input:-moz-placeholder,.section-form .form-offer textarea:-moz-placeholder{color:#1F1F1F;opacity:1}.section-form .form-offer input:focus,.section-form .form-offer textarea:focus{outline:none;background:rgba(33,116,203,0.05)}.section-form .form-offer textarea{height:14rem;line-height:2rem;padding:1rem}.section-form .form-offer .more{display:block;width:100%;height:6.4rem;line-height:6.4rem;background:#EBEBEB;box-sizing:border-box;padding:0 1rem;font-size:1.6rem;color:#1F1F1F;position:relative;cursor:pointer;margin-top:1.5rem}@media (max-width: 960px){.section-form .form-offer .more{padding:0 .5rem;font-size:1.2rem}}.section-form .form-offer .more-btn{position:absolute;width:2.8rem;height:2.8rem;border-radius:100%;border:1px solid #1e1e1e;top:2rem;right:2rem;display:flex;transition:all 0.2s linear}.section-form .form-offer .more-btn::after{content:'';display:block;width:1.2rem;height:1.2rem;border-left:1px solid #1e1e1e;border-bottom:1px solid #1e1e1e;transform:rotate(-45deg);position:absolute;top:.5rem;left:.75rem}.section-form .form-offer .more-info{background:#fafafa;transition:all 0.2s linear;max-height:0;overflow:hidden}.section-form .form-offer .more-info .wpcf7-checkbox .wpcf7-list-item{margin-right:2rem}.section-form .form-offer .more-box-1{max-height:0;transition:all 0.2s linear;overflow:hidden}.section-form .form-offer .more-box-1.active{max-height:50rem}.section-form .form-offer .more-box-3{max-height:0;transition:all 0.2s linear;overflow:hidden;display:flex;justify-content:space-between}@media (max-width: 960px){.section-form .form-offer .more-box-3{flex-wrap:wrap}}.section-form .form-offer .more-box-3.active{max-height:50rem}@media (max-width: 960px){.section-form .form-offer .more-box-3.active{max-height:2000rem}}.section-form .form-offer .more-box-3 .col{flex:0 0 calc(50% - 2rem);width:calc(50% - 2rem);max-width:calc(50% - 2rem)}@media (max-width: 960px){.section-form .form-offer .more-box-3 .col{flex:0 0 100%;width:100%;max-width:100%}}.section-form .form-offer .more-box.active>.more-btn{transform:rotate(180deg)}.section-form .form-offer .more-box.active>.more-info{max-height:50rem;padding-bottom:1.5rem;overflow:inherit}.section-form .form-offer .more-box-2{display:flex;align-items:center;justify-content:space-between;max-height:0;transition:all 0.2s linear;overflow:hidden}@media (max-width: 960px){.section-form .form-offer .more-box-2{flex-direction:column}}.section-form .form-offer .more-box-2.active{max-height:50rem}.section-form .form-offer .more-box-2 .text-409-invoice{flex:0 0 50%;max-width:50%;width:50%}@media (max-width: 960px){.section-form .form-offer .more-box-2 .text-409-invoice{flex:0 0 100%;width:100%;max-width:100%}}.section-form .form-offer .more-box-options{display:flex;align-items:center}@media (max-width: 960px){.section-form .form-offer .more-box-options{flex-wrap:wrap}}.section-form .form-offer .more-box-options p{margin-bottom:0}.section-form .form-offer .more-box-options .wpcf7-radio{display:flex;align-items:center;flex-direction:row;flex-wrap:wrap}.section-form .form-offer .more-box-options .wpcf7-radio .wpcf7-list-item{margin:0 0 0 2rem}@media (max-width: 700px){.section-form .form-offer .more-box-options .wpcf7-radio .wpcf7-list-item{flex:0 0 50%;width:50%;max-width:50%;margin:1rem 0}}.section-form .form-offer .more-box-options .wpcf7-radio .wpcf7-list-item label{margin-top:0}.section-form .form-offer .more-box-options .wpcf7-radio .wpcf7-list-item label span::before{margin-right:1rem}.section-form input.btn{width:21.5rem;height:5.6rem;margin:3rem auto 0}.codedropz-upload-handler{border:none}.codedropz-upload-handler .dnd-upload-counter{display:none}.codedropz-upload-handler h3{display:none}.codedropz-upload-handler span{display:none}.codedropz-upload-handler .cd-upload-btn{height:5.6rem;width:21.5rem;background:#2174CB;color:white;box-shadow:10px 15px 20px 0 rgba(0,0,0,0.1);border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;text-decoration:none;border-radius:5px;position:relative;padding-left:4rem}@media (max-width: 960px){.codedropz-upload-handler .cd-upload-btn{font-size:1.3rem;padding-left:2rem}}.codedropz-upload-handler .cd-upload-btn::before{width:1.6rem;height:2px;background:white;content:'';position:absolute;top:50%;left:1.9rem;transform:translateY(-50%)}.codedropz-upload-handler .cd-upload-btn::after{width:2px;height:1.6rem;background:white;content:'';position:absolute;top:50%;left:2.6rem;transform:translateY(-50%)}.codedropz-upload-handler .cd-upload-btn span{font-weight:400}.codedropz-upload-handler .cd-upload-btn:focus{outline:none;background:#1c80bd}.wpcf7-list-item label{display:block;position:relative;margin-top:1.5rem;cursor:pointer;user-select:none}.wpcf7-list-item label input{position:absolute;opacity:0 !important;cursor:pointer}.wpcf7-list-item label input:checked ~ span::before{border-color:#4f8e20}.wpcf7-list-item label input:checked ~ span::after{opacity:1}.wpcf7-list-item label span{position:relative;font-size:1.4rem;line-height:2.4rem;padding-left:4rem}@media (max-width: 960px){.wpcf7-list-item label span{font-size:1.2rem}}.wpcf7-list-item label span a{color:white;text-decoration:none}.wpcf7-list-item label span::before{width:2.4rem;height:2.4rem;content:'';display:block;border:1px solid #c2c2c2;margin-right:2rem;transition:all 0.2s linear;flex:0 0 2.4rem;position:absolute;top:0;left:0}.wpcf7-list-item label span::after{position:absolute;top:.7rem;left:.6rem;width:1.4rem;height:.8rem;border-left:1px solid #4f8e20;border-bottom:1px solid #4f8e20;transform:rotate(-45deg);transition:all 0.2s linear;opacity:0}.section-wyswig h2{margin-top:10rem;margin-bottom:4rem}@media (max-width: 960px){.section-wyswig h2{margin-top:5rem;margin-bottom:2rem}}.section-wyswig h2:first-child{margin-top:0}.wpcf7 form .wpcf7-response-output{font-size:2rem !important;line-height:3rem !important;margin:3rem 0 !important;padding:0 !important}.wpcf7 form.sent .wpcf7-response-output{color:black !important;border:none !important}.wpcf7-radio .first{display:none}#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice span{color:white !important;font-family:"Avenir Next",sans-serif !important}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{color:black !important;border:none !important}input[type=submit]{cursor:pointer}.more{text-align:center;cursor:pointer;transition:all 0.2s linear}.more.hide{height:0;overflow:hidden}.more-text{max-height:0;transition:all 0.2s linear;overflow:hidden}.more-text.active{max-height:200rem}.shadow{box-shadow:0 2px 20px 0 rgba(0,0,0,0.1)}.section__text{padding-bottom:4rem;background:#FBFBFB}.section__text__box{box-sizing:border-box;padding:5rem 3rem}@media (max-width: 960px){.section__text__box{padding:3rem 1.5rem}}.section__text__box h2{margin-bottom:3rem}.wpcf7-not-valid-tip{font-size:1.8rem;margin-bottom:.5rem;font-weight:bold;color:white}.header{margin-top:14rem;background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;}.header.header__new{margin-top:14rem;height: 764px;}@media (max-width: 960px){.header.header__new{margin-top:11.5rem;height: 450px;}}@media (max-width: 700px){.header.header__new{margin-top:9.5rem;height: 300px;}}.header-homepage{position:relative}.header-homepage .header-video{position:relative;width:100%;padding-bottom:56.25%}.header-homepage .header-video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border:none !important}.header-homepage .container{height:calc(100vh - 18rem);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative;z-index:2}
 @media (max-width: 960px){.header-homepage .container{height:calc(100vh - 12.5rem)}}.header-homepage .container-video{position:absolute;top:50%;left:50%;height:auto;transform:translate(-50%, -50%)}.header-homepage .container-video .text{background:rgba(255,255,255,0.7);border-radius:7px;padding:3rem}.header-homepage h1{margin-bottom:2rem;color:#2174CB;text-transform:uppercase}.header-homepage h4{color:#272727}@media (max-width: 960px){.header-homepage h4{font-size:1.3rem}}.header-homepage h4 span{color:#2174CB;display:inline-block;margin:0 1rem}@media (max-width: 960px){.header-homepage .text{padding:2rem;background:rgba(255,255,255,0.7);border-radius:5px}}.header-about-us{padding:11rem 0 29rem;color:white}@media (max-width: 960px){.header-about-us{padding:6rem 0}}.header-center{padding:20rem 0;color:white}@media (max-width: 960px){.header-center{padding:6rem 0}}.header-blog{background-image:url(/wp-content/themes/skomat/img/header-blog.webp);padding:20rem 0;color:#2174CB}@media (max-width: 960px){.header-blog{padding:6rem 0}}.header__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.header__img img{width:100%;height:100%;object-fit:cover}.header__content{padding:3rem;box-sizing:border-box;background:rgba(255,255,255,0.9);text-align:center;display:inline-block}.header__content h1{font-size:4rem;line-height:5.5rem;color:#2174CB;font-weight:600;margin-bottom:1.5rem}@media (max-width: 960px){.header__content h1{font-size:3.2rem;line-height:4rem}}@media (max-width: 700px){.header__content h1{font-size:2.4rem;line-height:3rem}}.header__content p{font-size:2rem;line-height:2.7rem;font-weight:500}@media (max-width: 960px){.header__content p{font-size:1.6rem;line-height:2.4rem}}.header__content p span{color:#2174CB;display:inline-block;margin:0 1rem}.header__new .container{padding:24rem 3rem;z-index:2;position:relative;text-align:center}@media (max-width: 960px){.header__new .container{padding:14rem 3rem;}}@media (max-width: 700px){.header__new .container{padding:4rem 3rem;}}.header__small .container{padding:13rem 3rem;z-index:2;position:relative}.header__small .header__content{background:none;padding:0;text-align:left}@media (max-width: 700px){.kt-inside-inner-col h2,.kt-inside-inner-col p{background-color: rgba(255,255,255,0.5);padding: 10px !important;}}.nav{position:fixed;width:100%;top:0;z-index:5000;transition:all 0.2s linear}.nav.active{transform:translateY(-8rem)}@media (max-width: 960px){.nav.active{transform:translateY(-5.5rem)}}.nav.active .nav-bottom{box-shadow:0 2px 20px 0 rgba(0,0,0,0.1)}.nav-top{background:#2174CB;transition:all 0.2s linear}.nav-top .container{display:flex;justify-content:flex-end;align-items:center}@media (max-width: 960px){.nav-top .container{justify-content:center}}.nav-top .container a{margin:3rem 4.4rem 2.5rem 0;font-size:1.6rem;line-height:2.2rem;color:white;text-decoration:none;display:flex;align-items:center;font-weight:500}.nav-top .container a:last-child{margin-right:0}@media (max-width: 960px){.nav-top .container a{font-size:1.4rem;margin:1.5rem}}.nav-top .container a span{margin-left:1rem}@media (max-width: 960px){.nav-top .container a span{display:none}}.nav-bottom{padding:3rem 0;background:white;transition:all 0.2s linear}@media (max-width: 960px){.nav-bottom{padding:1.5rem 0}}.nav-bottom .container{display:flex;justify-content:space-between;align-items:center}.nav-menu{width:100%;box-sizing:border-box;padding-left:8rem}@media (max-width: 960px){.nav-menu{position:absolute;top:12.5rem;transform:translateX(-120%);transition:all 0.2s linear;width:100%;height:calc(100vh - 12.5rem);background:white;overflow:auto;left:0;padding-left:0}.nav-menu.active{transform:translateX(0)}}.nav-menu a{font-size:1.6rem;line-height:2.2rem;font-weight:500;color:#272727;text-decoration:none}.nav-menu a:hover{color:#2174CB}@media (max-width: 1290px){.nav-menu a{margin-left:3rem}}@media (max-width: 960px){.nav-menu a{margin-left:0}}.nav-menu ul{display:flex;align-items:center;justify-content:space-between}@media (max-width: 960px){.nav-menu ul{flex-direction:column;align-items:center;justify-content:center;padding:2rem}}.nav-menu li{position:relative}@media (max-width: 960px){.nav-menu li{width:100%;text-align:center;margin-bottom:1rem}}.nav-menu li.current-menu-item>a{color:#2174CB}.nav-menu li.menu-item-has-children::after{content:'';width:0;height:0;border-style:solid;border-width:8px 4px 0 4px;border-color:#000000 transparent transparent transparent;display:inline-block;vertical-align:middle;margin:-.5rem 0 0 .5rem}.nav-menu li.home a{text-indent:-9999rem;background-image:url("/wp-content/themes/skomat/img/home1.svg");background-repeat:no-repeat;background-size:contain;background-position:center;width:2rem;height:2rem;position:relative;display:block;transition:all 0.2s linear}.nav-menu li.home a:hover{background-image:url("/wp-content/themes/skomat/img/home.svg")}@media (max-width: 960px){.nav-menu li.home a{width:100%}}.nav-menu li.home.current-menu-item a{background-image:url("/wp-content/themes/skomat/img/home.svg")}.nav-menu li>ul{display:none;position:absolute;top:100%;left:0;background:rgb(255,255,255);border-top:3px solid #2174CB;padding:2rem;width:20rem}@media (max-width: 960px){.nav-menu li>ul{display:block;position:relative;background:#f0f0f0;width:100%;margin-left:-2rem}}.nav-menu li>ul li{text-align:left;margin-bottom:2rem}@media (max-width: 960px){.nav-menu li>ul li{margin-bottom:.5rem;text-align:center}}.nav-menu li>ul li:last-child{margin-bottom:0}.nav-menu li>ul li.menu-item-has-children::after{content:'';width:0;height:0;border-style:solid;border-width:4px 0 4px  8px;border-color:transparent transparent transparent #000000;display:inline-block;vertical-align:middle;margin:-.5rem 0 0 .5rem}.nav-menu li>ul li a{margin-left:0}.nav-menu li>ul li>ul{top:initial;bottom:-2rem;left:95%;width:29rem;}@media (max-width: 960px){.nav-menu li>ul li>ul{display:block;position:relative;background:#f0f0f0;width:100%;left:0}.nav-menu li>ul li>ul a{padding:2px 0;font-size:1.4rem}}.nav-menu li:hover>ul{display:block}.nav-btn{display:none}@media (max-width: 960px){.nav-btn{width:3rem;height:2.4rem;margin-top:1rem;position:relative;display:block;z-index:4}.nav-btn span{position:absolute;width:100%;height:.3rem;background:#2174CB;border-radius:.2rem;display:block;left:50%;transform:translateX(-50%);transition:all 0.2s linear}.nav-btn span:first-child{top:0}.nav-btn span:nth-child(2){top:50%;transform:translate(-50%, -50%)}.nav-btn span:last-child{bottom:0}.nav-btn.active span:first-child{width:0}.nav-btn.active span:nth-child(2){top:1.2rem;transform:rotate(45deg);left:0}.nav-btn.active span:nth-child(3){top:1.2rem;left:0;bottom:auto;transform:rotate(-45deg)}}ul.sub-menu{box-shadow:0 0 5px rgba(0,0,0,0.2)}@media (max-width: 960px){ul.sub-menu{box-shadow:none}}.footer{padding:4rem 0;font-size:1.4rem;line-height:2rem;color:#7d7d7d;font-weight:500;background:#f6f6f6}@media (max-width: 960px){.footer{padding:2rem 0}}.footer .col{box-sizing:border-box;padding-right:2rem}@media (max-width: 960px){.footer .col{padding-right:0}}.footer .container{display:flex;justify-content:space-between}@media (max-width: 960px){.footer .container{flex-direction:column;justify-content:center;align-items:center;text-align:center}}.footer .container a{color:#7d7d7d;text-decoration:none}.footer .container ul{display:flex;flex-direction:column}@media (max-width: 960px){.footer .container ul{flex-direction:column;justify-content:center;align-items:center}}.footer .container ul li{margin-bottom:2rem}@media (max-width: 960px){.footer .container ul li{margin-right:0;margin-bottom:2rem}}.contact-us{margin:0 auto;color:#272727;width:100%;max-width:116rem;transform:translateY(-12rem)}@media (max-width: 960px){.contact-us{position:relative;top:0;left:0;transform:translateX(0)}}.contact-us .container{background:white;border-radius:.5rem;padding:3.5rem 5rem;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);display:flex;justify-content:space-between;align-items:center}@media (max-width: 960px){.contact-us .container{padding:2rem;flex-wrap:wrap}}.contact-us .container .wpcf7 form.failed .wpcf7-response-output{color:#dc3232}.contact-us .container .wpcf7-response-output{border:none;font-size:2rem;margin:2rem 0 0;padding:0;font-weight:700}.contact-us .container .wpcf7-list-item label span a{color:black}.contact-us .container .col{display:flex}.contact-us .container .col:last-child{flex:0 0 70%;max-width:70%;width:70%}@media (max-width: 960px){.contact-us .container .col:last-child{flex:0 0 100%;width:100%;max-width:100%}}.contact-us .container .col:last-child .wpcf7{width:100%}.contact-us .container .col h3{color:#2174CB;text-transform:uppercase;margin-bottom:.5rem}.contact-us .container .col .img{margin-right:2rem}.contact-us .container .form{display:flex;justify-content:space-between;width:100%;margin-bottom:1.5rem}@media (max-width: 960px){.contact-us .container .form{flex-wrap:wrap}}.contact-us .container .form .col{flex-direction:column}.contact-us .container .form .col:first-child{flex:0 0 40%;max-width:40%;width:40%;justify-content:space-between}@media (max-width: 960px){.contact-us .container .form .col:first-child{flex:0 0 100%;width:100%;max-width:100%;margin-bottom:0}.contact-us .container .form .col:first-child input{margin-bottom:1rem}.contact-us .container .form .col:first-child br{display:none}}.contact-us .container .form .col:last-child{flex:0 0 calc(60% - 2rem);max-width:calc(60% - 2rem);width:calc(60% - 2rem)}
 @media (max-width: 960px){.contact-us .container .form .col:last-child{flex:0 0 100%;max-width:100%;width:100%}}.contact-us .container .form .col:last-child .buttons{display:flex;justify-content:space-between;align-items:center}@media (max-width: 960px){.contact-us .container .form .col:last-child .buttons{flex-wrap:wrap;align-items:center;justify-content:center}}.contact-us .container .form .col:last-child .buttons .btn{background-color:#2174CB;width:calc(50% - 2rem);max-width:calc(50% - 2rem);flex:0 0 calc(50% - 2rem)}@media (max-width: 960px){.contact-us .container .form .col:last-child .buttons .btn{width:28rem;max-width:100%;flex:0 0 28rem;margin:2rem 2rem 0rem}}.contact-us .container .form .wpcf7-list-item{margin-left:0}.contact-us .container .form .wpcf7-list-item label{display:flex;align-items:center}.contact-us .container .form input{height:4.9rem;line-height:4.9rem;font-family:"Avenir Next",sans-serif;font-size:1.4rem;color:black;border:none;background:#EBEBEB;box-sizing:border-box;padding:0 2.2rem;width:100%}.contact-us .container .form input[type=checkbox]{width:2rem;height:2rem;margin-right:.5rem}.contact-us .container .form textarea{height:11rem;line-height:4.9rem;font-family:"Avenir Next",sans-serif;font-size:1.4rem;color:black;border:none;background:#EBEBEB;box-sizing:border-box;padding:0 2.2rem;width:100%}.section-home-one{background-image:url(/wp-content/themes/skomat/img/bg.webp);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;color:white;position:relative;padding:5rem 0 10rem;z-index:2}@media (max-width: 960px){.section-home-one{padding:0 0 4rem}}.section-home-one .container{display:flex;justify-content:space-between}@media (max-width: 960px){.section-home-one .container{flex-wrap:wrap}}.section-home-one .container h2{flex:0 0 35%;max-width:35%;width:35%}@media (max-width: 960px){.section-home-one .container h2{flex:0 0 100%;width:100%;max-width:100%;margin-top:4rem}}.section-home-one .container .desc{flex:0 0 60%;width:60%;max-width:60%}@media (max-width: 960px){.section-home-one .container .desc{flex:0 0 100%;width:100%;max-width:100%;margin-top:2rem}}.offers{display:flex;justify-content:space-between;margin-top:6rem;margin-bottom:-30rem}@media (max-width: 960px){.offers{flex-wrap:wrap;margin-top:4rem;margin-bottom:4rem}}.offers .offer{flex:calc(33% - 2rem);max-width:calc(33% - 2rem);width:calc(33% - 2rem);background:white;border-radius:5px 5px 0 0;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);color:#272727;padding:1.7rem;box-sizing:border-box}@media (max-width: 960px){.offers .offer{flex:0 0 100%;width:100%;max-width:100%;margin-top:2rem}}.offers .offer_image{position:relative}.offers .offer_image h3{position:absolute;left:2rem;bottom:2.4rem;color:white;max-width:calc(100% - 10rem);font-weight:600;font-size:2.5rem;line-height:3.4rem}@media (max-width: 960px){.offers .offer_image h3{bottom:auto;top:2rem;font-size:1.6rem;line-height:2rem}}.offers .offer_image_icon{position:absolute;bottom:0;right:1.6rem;width:6rem;height:6rem;border-radius:5px 5px 0 0;background:white}.offers .offer_image_icon img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:2.7rem;width:auto}.offers .offer_desc{padding-top:3rem;line-height:3rem}.offers .offer_desc p{line-height:3rem;font-size:1.6rem;height:12rem;overflow:hidden}@media (max-width: 960px){.offers .offer_desc p{height:auto}}.offers .offer_links{display:flex;justify-content:flex-end}.offers .offer_links a{font-size:1.6rem;line-height:2.2rem;text-decoration:none;color:#2174CB}.section-home-two{padding:30rem 0 9rem;background:#f6f6f6}@media (max-width: 960px){.section-home-two{padding:4rem 0}}.section-home-two h2{text-align:center;margin-bottom:5rem}.why-section{display:flex;justify-content:space-between;align-items:center}@media (max-width: 960px){.why-section{flex-wrap:wrap}}.why-section .why-info{display:flex;flex-direction:column;flex:0 0 33%;max-width:33%;width:33%}@media (max-width: 960px){.why-section .why-info{order:2;flex:0 0 100%;max-width:100%;width:100%}}.why-section .why-info .info{display:flex;align-items:flex-start}.why-section .why-info .info h4{font-size:1.6rem;font-weight:600}.why-section .why-info .info p{font-size:1.6rem;line-height:2.2rem}.why-section .img{padding:0 3rem}@media (max-width: 960px){.why-section .img{order:1;margin-bottom:2rem}}.section-home-three{padding:7rem 0 8rem;background:#FBFBFB}@media (max-width: 960px){.section-home-three{padding:4rem 0}}.section-home-three h4{color:#1F1F1F;font-size:1.6rem;font-weight:700;height:2.7rem;overflow:hidden}@media (max-width: 960px){.section-home-three h4{height:2.2rem}}.section-home-three h4 a{color:#1F1F1F;text-decoration:none}.section-home-three .date{margin:0.5rem 0;color:#1F1F1F;opacity:.7;font-size:1.4rem;line-height:1.9rem}@media (max-width: 960px){.section-home-three .date{font-size:1.2rem}}.section-home-three h2{margin-bottom:6.5rem;text-align:center}.section-home-three .tns-outer{position:relative}.section-home-three .tns-outer .tns-controls{width:calc(100% + 6rem);left:-3rem;top:5rem;z-index:3;display:flex;justify-content:space-between;pointer-events:none;position:absolute}.section-home-three .tns-outer .tns-controls button{pointer-events:auto;background-color:inherit;border:none;text-indent:-99999rem;background-repeat:no-repeat;background-size:contain;background-position:center;transition:all 0.2s linear}.section-home-three .tns-outer .tns-controls button[data-controls=prev]{background-image:url(/wp-content/themes/skomat/img/arrow.svg)}.section-home-three .tns-outer .tns-controls button[data-controls=next]{background-image:url(/wp-content/themes/skomat/img/arrow1.svg)}.section-home-three .tns-outer .tns-controls button:focus{outline:none;transform:scale(1.05)}.section-home-three .tns-outer .tns-controls button:hover{transform:scale(1.1)}.news-home .desc{height:5rem;overflow:hidden}.news-home .desc p{font-size:1.5rem;line-height:2.5rem}.news-home .desc a{color:black;text-decoration:none}.news-home .more{display:flex;justify-content:flex-end}.news-home .more a{font-size:1.8rem;color:#2174CB;text-decoration:none}.news-home-post-image{height:0;position:relative;padding-bottom:56.25%;display:block;overflow:hidden}.news-home-post-image img{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%, -50%)}.section-home-four{background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;padding:10rem 0}@media (max-width: 960px){.section-home-four{padding:4rem 0}}.section-home-four .container{display:flex;justify-content:flex-end}.section-home-four .container .col{background:white;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);border-radius:5px;flex:0 0 50%;max-width:50%;width:50%;box-sizing:border-box;padding:6rem 4rem 3rem}@media (max-width: 960px){.section-home-four .container .col{flex:0 0 100%;max-width:100%;width:100%;padding:3rem 2rem}}.section-home-four .offer_links{display:flex;justify-content:center;margin-top:5rem}@media (max-width: 960px){.section-home-four .offer_links{margin-right:2rem}}.section-home-four h2{margin-bottom:5rem;text-align:center}.section-home-five{padding:10rem 0;background:#f6f6f6}@media (max-width: 960px){.section-home-five{padding:4rem 0}}.section-home-five img{max-width:100%;display:block;height:auto}.section-home-five h2{padding-bottom:10rem}@media (max-width: 960px){.section-home-five h2{padding-bottom:4rem}}.section-home-five .steps{width:90%;display:flex;margin:2rem auto 0;justify-content:space-between;position:relative}@media (max-width: 960px){.section-home-five .steps{width:100%;flex-wrap:wrap}}.section-home-five .steps::before{content:'';width:calc(100% + 4rem);left:-2rem;height:30rem;display:block;position:absolute;top:4rem;background-image:url(/wp-content/themes/skomat/img/line.svg);background-repeat:no-repeat;background-size:contain}@media (max-width: 960px){.section-home-five .steps::before{display:none}}.section-home-five .steps h3{font-size:1.6rem;line-height:2.2rem;font-weight:600}.section-home-five .steps .step{flex:0 0 calc(25% - 2rem);width:calc(25% - 2rem);max-width:calc(25% - 2rem);text-align:center;position:relative;z-index:2}@media (max-width: 960px){.section-home-five .steps .step{flex:0 0 100%;width:100%;max-width:100%}}.section-home-five .steps .step img{margin:0 auto 2rem;display:block}.section-home-five .steps .step h5{margin-bottom:2rem}.section-home-five .steps .step .wyswig p,.section-home-five .steps .step .wyswig li{font-size:1.4rem;line-height:1.9rem}.section-home-six{padding:7.5rem 0}@media (max-width: 960px){.section-home-six{padding:4rem 0}}.section-home-six .logos-slider{margin-top:10rem}@media (max-width: 960px){.section-home-six .logos-slider{margin-top:4rem}}.section-home-six .logos-slider .tns-item{max-height:6rem}.section-home-six .logos-slider .tns-item img{width:100%;height:6rem;object-fit:contain}.section-home-seven{padding:8rem 0;background-image:url(/wp-content/themes/skomat/img/bg2.jpg);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center}@media (max-width: 960px){.section-home-seven{padding:4rem 0}}.section-home-seven .container{background:white;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);border-radius:5px;padding:8rem}@media (max-width: 960px){.section-home-seven .container{padding:2rem}}.section-home-seven .container h2{margin-bottom:10rem}
 @media (max-width: 960px){.section-home-seven .container h2{margin-bottom:4rem}}.section-home-seven .opinion{text-align:center;position:relative}.section-home-seven .opinion::before{position:absolute;content:'';display:block;background-image:url("/wp-content/themes/skomat/img/1.svg");background-repeat:no-repeat;background-size:contain;height:8rem;width:9.5rem;top:0;left:3rem}@media (max-width: 960px){.section-home-seven .opinion::before{width:4rem;height:4rem}}.section-home-seven .opinion::after{position:absolute;content:'';display:block;background-image:url("/wp-content/themes/skomat/img/1.svg");background-repeat:no-repeat;background-size:contain;height:8rem;width:9.5rem;bottom:0;right:3rem}@media (max-width: 960px){.section-home-seven .opinion::after{width:4rem;height:4rem}}.section-home-seven .opinion .wyswig{width:calc(100% - 10rem);margin:0 auto;font-style:italic;padding:3rem 0}@media (max-width: 960px){.section-home-seven .opinion .wyswig{width:calc(100% - 4rem)}}.section-home-seven .tns-outer{position:relative}.section-home-seven .tns-outer .tns-controls{width:100%;left:0;top:50%;z-index:3;display:flex;justify-content:space-between;pointer-events:none;position:absolute;transform:translateY(-50%)}.section-home-seven .tns-outer .tns-controls button{pointer-events:auto;background-color:inherit;border:none;text-indent:-99999rem;background-repeat:no-repeat;background-size:contain;background-position:center;transition:all 0.2s linear}.section-home-seven .tns-outer .tns-controls button[data-controls=prev]{background-image:url(/wp-content/themes/skomat/img/arrow.svg)}.section-home-seven .tns-outer .tns-controls button[data-controls=next]{background-image:url(/wp-content/themes/skomat/img/arrow1.svg)}.section-home-seven .tns-outer .tns-controls button:focus{outline:none;transform:scale(1.05)}.section-home-seven .tns-outer .tns-controls button:hover{transform:scale(1.1)}.section-home-eight{background-image:url(/wp-content/themes/skomat/img/bg2.webp);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed;color:white;position:relative;padding:10rem 0}@media (max-width: 960px){.section-home-eight{padding:4rem 0}}.section-home-eight .wyswig{max-width:68rem;margin:0 auto}.section-home-eight h2{margin-bottom:6rem}@media (max-width: 960px){.section-home-eight h2{margin-bottom:4rem}}.section-home-eight .form .row{display:flex;justify-content:space-between}@media (max-width: 960px){.section-home-eight .form .row{flex-wrap:wrap}}.section-home-eight .form .row .col{flex:0 0 calc(50% - 2rem);width:calc(50% - 2rem);max-width:calc(50% - 2rem)}@media (max-width: 960px){.section-home-eight .form .row .col{flex:0 0 100%;width:100%;max-width:100%}}.section-home-eight .form .row.row-last .col:first-child{flex:0 0 calc(100% - 25rem);max-width:calc(100% - 25rem);width:calc(100% - 25rem)}@media (max-width: 960px){.section-home-eight .form .row.row-last .col:first-child{flex:0 0 100%;width:100%;max-width:100%}}.section-home-eight .form .row.row-last .col:last-child{flex:0 0 21rem;width:21rem;max-width:21rem;display:flex;justify-content:flex-end}@media (max-width: 960px){.section-home-eight .form .row.row-last .col:last-child{flex:0 0 100%;width:100%;max-width:100%;justify-content:center;margin-top:3rem}}.section-home-eight .form input,.section-home-eight .form textarea{width:100%;background:inherit;border-radius:5px;opacity:.9;border:1px solid white;height:7.6rem;line-height:7.6rem;box-sizing:border-box;padding:0 2.7rem;color:white;transition:all 0.2s linear;margin-bottom:1.5rem}@media (max-width: 960px){.section-home-eight .form input,.section-home-eight .form textarea{height:4.6rem;line-height:4.6rem}}.section-home-eight .form input:hover,.section-home-eight .form textarea:hover{opacity:.6}.section-home-eight .form input:focus,.section-home-eight .form textarea:focus{opacity:.9;outline:none}.section-home-eight .form input::placeholder,.section-home-eight .form textarea::placeholder{color:white;opacity:1}.section-home-eight .form input:-ms-input-placeholder,.section-home-eight .form textarea:-ms-input-placeholder{color:white}.section-home-eight .form input::-ms-input-placeholder,.section-home-eight .form textarea::-ms-input-placeholder{color:white}.section-home-eight .form textarea{height:20rem;line-height:2rem;padding:2.7rem}.section-home-eight .form .wpcf7-list-item{margin-left:0}.section-home-eight .form .wpcf7-list-item label{display:flex;font-size:1.2rem;line-height:1.6rem}.section-home-eight .form .btn{background:white !important;color:#272727;font-weight:bold;cursor:pointer;transition:all 0.2s linear}.section-home-eight .form .btn:hover{background:#272727 !important;color:white}.section-about-one{padding-bottom:10rem}.section-about-one .container-top{background:white;padding:5.5rem}.section-about-one .awards{display:flex;flex-direction:column}.section-about-one .awards .award{display:flex;justify-content:flex-start;margin-top:7rem;align-items:center;color:#2174CB}@media (max-width: 960px){.section-about-one .awards .award{margin-top:3rem;flex-direction:column}}.section-about-one .awards .award p{font-size:2rem;line-height:3rem;margin-bottom:0}@media (max-width: 960px){.section-about-one .awards .award p{text-align:center}}.section-about-one .awards .award img{margin-right:3rem}@media (max-width: 960px){.section-about-one .awards .award img{margin-right:0;margin-bottom:2rem}}.section-about-one .strengths{display:flex;margin-top:10rem;justify-content:space-between}@media (max-width: 960px){.section-about-one .strengths{margin-top:4rem;flex-wrap:wrap;justify-content:center}}.section-about-one .strengths .strength{flex:0 0 calc(20% - 2rem);max-width:calc(20% - 2rem);width:calc(20% - 2rem);text-align:center}@media (max-width: 960px){.section-about-one .strengths .strength{flex:0 0 calc(50% - 2rem);max-width:calc(50% - 2rem);width:calc(50% - 2rem);text-align:center;margin-bottom:3rem}}@media (max-width: 700px){.section-about-one .strengths .strength{flex:0 0 100%;max-width:100%;width:100%}}.section-about-one .strengths .strength p{font-size:2rem;font-weight:400;line-height:2.7rem;display:block;max-width:16rem;margin:1.5rem auto 0}@media (max-width: 960px){.section-about-one .strengths .strength p{font-size:1.6rem;line-height:2.2rem}}.section-about-two{background:white}.section-about-two .wyswig{margin-bottom:3rem}.section-about-three{background-image:url(/wp-content/themes/skomat/img/bg3.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-position:center}.section-about-three .container{background:white;padding:6rem 8rem}@media (max-width: 960px){.section-about-three .container{padding:3rem}}.section-about-four{background:rgba(33,116,203,0.05)}.section-about-four .stages{display:flex;flex-direction:column}.section-about-four .stages .stage{display:flex;background:white;box-shadow:0 0 10px -3px rgba(0,0,0,0.12);border-radius:1.6rem;margin-bottom:2rem;flex-direction:column;padding:4.2rem 3.6rem;border:1px solid rgba(255,255,255,0);transition:all 0.2s linear}@media (max-width: 960px){.section-about-four .stages .stage{padding:2rem}}.section-about-four .stages .stage.active{background:#e4f2ff;border:1px solid #2174CB}.section-about-four .stages .stage.active .stage-more{max-height:50rem;margin-top:2rem}.section-about-four .stages .stage-more{max-height:0;overflow:hidden;transition:all 0.2s linear}.section-about-four .stages .stage-more p{font-size:2rem;line-height:2.7rem}@media (max-width: 960px){.section-about-four .stages .stage-more p{font-size:1.4rem;line-height:2rem}}.section-about-four .stages .stage-more-list{display:flex;flex-wrap:wrap}.section-about-four .stages .stage-more-list-element{display:flex;align-items:center;margin-right:3rem;font-size:1.7rem}.section-about-four .stages .stage-more-list-element img{margin-right:1rem}.section-about-four .stages .stage h5{font-size:2rem;font-weight:500;line-height:2.7rem;position:relative;cursor:pointer}.section-about-four .stages .stage h5::before{position:absolute;top:50%;transform:translateY(-50%);right:0;width:10px;height:2px;background:#4a4b65;display:block;content:''}.section-about-four .stages .stage h5::after{position:absolute;top:50%;transform:translateY(-50%);right:4px;height:10px;width:2px;background:#4a4b65;display:block;content:'';transition:all 0.2s linear}.section-about-four .stages .stage h5.active::after{height:0}.section-about-five{background-image:url(/wp-content/themes/skomat/img/bg.webp);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed}.section-about-five .numbers{display:flex;justify-content:space-between;color:white}@media (max-width: 960px){.section-about-five .numbers{flex-wrap:wrap;justify-content:center}}.section-about-five .numbers .number{box-sizing:border-box;text-align:center}@media (max-width: 960px){.section-about-five .numbers .number{margin:0 2rem}}.section-about-five .numbers .number p.number-bold{font-size:7rem;margin-bottom:1rem;font-weight:700;line-height:8rem}@media (max-width: 960px){.section-about-five .numbers .number p.number-bold{font-size:4rem;line-height:5rem}}.section-about-six .gallery{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.section-about-six .gallery img{margin:3rem;max-width:24rem;max-height:10rem}.section-about-six .logos{text-align:center;margin-top:6rem}.section-about-six .logos h4{margin-bottom:4rem}.section-offer-one{background-image:url(/wp-content/themes/skomat/img/bg4.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed}
 @media (max-width: 960px){.section-offer-one{padding-bottom:4rem}}.section-offer-one .container-top{background:white;padding:5.5rem}.section-offer-two .offers{margin-bottom:0}@media (max-width: 960px){.section-offer-two .offers .offer_image h3{top:1rem}}@media (max-width: 960px){.section-offer-three .flex{flex-wrap:wrap}}.section-offer-three .col{flex:0 0 50%;max-width:50%;width:50%;box-sizing:border-box}@media (max-width: 960px){.section-offer-three .col{flex:0 0 100%;width:100%;max-width:100%}}.section-offer-three .col:first-child{padding-right:4rem}@media (max-width: 960px){.section-offer-three .col:first-child{padding-right:0;order:2;margin-top:2rem}}.container-offer{color:white;margin-top:10rem}@media (max-width: 960px){.container-offer{margin-top:4rem}}.container-offer .why-section{transform:translateY(5rem);margin-top:-5rem}@media (max-width: 960px){.container-offer .why-section{transform:translateY(0);margin-top:0}}.offer{position:relative}.offer__content{display:block;position:relative;max-width:60rem;z-index:2;box-sizing:border-box;padding:12rem 0}@media (max-width: 960px){.offer__content{padding:3rem 0}}.offer__img{position:absolute;top:0;left:0;width:100%;height:100%}.offer__img img{width:100%;height:100%;object-fit:cover}.section-funding-one{overflow:hidden}.section-funding-two{background-image:url(/wp-content/themes/skomat/img/bg6.jpg);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;color:white}.section-funding-two ul li::before{border-color:white}.section-funding-three .logos{display:flex;justify-content:space-between}@media (max-width: 960px){.section-funding-three .logos{flex-wrap:wrap;justify-content:center}.section-funding-three .logos a{flex:0 0 100%;width:100%;max-width:100%;padding:2rem;box-sizing:border-box}}.section-funding-three .logos img{height:8rem}@media (max-width: 960px){.section-funding-three .logos img{height:auto;width:100%}}.filters{display:flex;justify-content:flex-start;align-items:center;margin:0 0 4rem}@media (max-width: 960px){.filters{margin:4rem 0 2rem;flex-wrap:wrap}}.filters-list{display:flex;align-items:center}@media (max-width: 960px){.filters-list{flex-direction:column;align-items:flex-start}}.filters-list li.active a{color:#2174CB}.filters-list ul{display:flex;align-items:center}@media (max-width: 960px){.filters-list ul{flex-direction:column;align-items:flex-start}}.filters a{margin-left:2rem;font-size:2rem;color:#272727;text-decoration:none;text-transform:lowercase;display:block;padding:1rem}@media (max-width: 960px){.filters a{font-size:1.4rem;margin-left:1.5rem}}.filters a.active{color:#2174CB}.filters p{font-size:2rem;font-weight:bold;margin-bottom:0}@media (max-width: 960px){.filters p{font-size:1.4rem}}.filters .categories{text-indent:-9999rem;position:relative;display:flex}.filters .categories li{text-indent:0}.filters .categories li a{margin-bottom:0;margin-top:0;display:block;padding:1rem}.blog{background:#f6f6f6}.blog .post{margin-bottom:4rem}@media (max-width: 960px){.blog .post{margin-bottom:2rem}}.blog .post-image{height:21rem;overflow:hidden;width:100%;flex:0 0 100%;max-width:100%;position:relative;display:block}@media (max-width: 960px){.blog .post-image{height:16rem}}.blog .post-image img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}.blog .post-text{padding:3.4rem 10rem 6rem}@media (max-width: 960px){.blog .post-text{padding:2rem}}.blog .post-text-meta{display:flex;align-items:center;margin-bottom:3rem}.blog .post-text-meta .date{display:flex;align-items:center;margin-right:6rem;font-size:1.4rem}@media (max-width: 960px){.blog .post-text-meta .date{margin-right:3rem;font-size:1.2rem}}.blog .post-text-meta .date img{width:2.4rem;height:auto;margin-right:1rem;flex:0 0 2.4rem;max-width:2.4rem}@media (max-width: 960px){.blog .post-text-meta .date img{margin-right:.5rem;flex:0 0 1.6rem;max-width:1.6rem;width:1.6rem}}.blog .post-text hr{display:block;max-width:13rem;border-bottom:5px solid #2174CB;margin:2rem 0 3rem}.pagination{display:flex;padding:6rem 0 0;justify-content:center}.pagination .page-numbers{display:block;width:3rem;height:3rem;line-height:3rem;text-align:center;border-radius:100%;font-size:1.4rem;color:#2174CB;border:1px solid #2174CB;text-decoration:none;margin:0 1rem}.pagination .page-numbers.current{background:#2174CB;color:white}body.single-post{padding:0}.single-post{background:#f6f6f6;padding:8rem 0}.single-post-div{background:white}.single-post-div-image{height:21.6rem;overflow:hidden}.single-post-div-image img{width:100%;height:100%;object-fit:cover}.single-post-div-text{padding:4rem 10rem}@media (max-width: 960px){.single-post-div-text{padding:2rem}}.single-post-div-text hr{display:block;max-width:13rem;border-bottom:5px solid #2174CB;margin:2rem 0 3rem;border-top:none}.back{display:flex;align-items:center;font-size:1.6rem;margin-top:4rem;color:#2174CB;text-decoration:none}.back::before{content:'';display:block;width:3rem;height:3rem;background-image:url(/wp-content/themes/skomat/img/down-arrow.svg);background-repeat:no-repeat;background-size:contain;margin-right:1rem}.wp-block-buttons.is-content-justification-center .wp-block-button{margin:0 3rem}@media (max-width: 600px){.wp-block-buttons.is-content-justification-center{flex-direction:column}.wp-block-buttons.is-content-justification-center .wp-block-button{margin:2rem auto;width:100% !important}.wp-block-buttons.is-content-justification-center .wp-block-button .wp-block-button__link{box-sizing:border-box}}.gallery-realizations{display:flex;flex-wrap:wrap;justify-content:center}.gallery-realizations .gallery-item{flex:0 0 calc(33% - 2rem);max-width:calc(33% - 2rem);width:calc(33% - 2rem);margin:0 1rem 3rem;display:none}@media (max-width: 960px){.gallery-realizations .gallery-item{flex:0 0 calc(50% - 2rem);width:calc(50% - 2rem);max-width:calc(50% - 2rem)}}@media (max-width: 700px){.gallery-realizations .gallery-item{flex:0 0 100%;width:100%;max-width:100%;margin:0 0 3rem}}.gallery-realizations .gallery-item.active{display:block}.gallery-realizations .gallery-item-image{height:24rem}.gallery-realizations .gallery-item-image img{width:100%;height:100%;object-fit:cover}p.gallery-item-image{padding-left:3.5rem;padding-top:2rem}.container.gal-col{gap:4em;}.gallery-realizations .gallery-item-desc{display:flex;align-items:center;padding:3rem 3.5rem 2rem}@media (max-width: 960px){.gallery-realizations .gallery-item-desc{padding:2rem}}.gallery-realizations .gallery-item-desc .left{flex:0 0 50%;width:50%;max-width:50%}.gallery-realizations .gallery-item-desc .left h5{font-size:1.6rem;line-height:3rem}.gallery-realizations .gallery-item-desc .right{flex:0 0 50%;max-width:50%;width:50%;display:flex;justify-content:flex-end}.gallery-realizations .gallery-item-desc .gallery-photos a{display:none}.gallery-realizations .gallery-item-desc .gallery-photos a:first-child{display:flex;width:11.4rem}@media (max-width: 960px){.gallery-realizations .gallery-item-desc .gallery-photos a:first-child{width:10rem}}.gallery-realizations .gallery-item-desc .gallery-photos a:first-child img{display:none}.certificates .gallery-photos{display:flex;flex-wrap:wrap}.certificates .gallery-photos a{flex:0 0 calc(25% - 2rem);max-width:calc(25% - 2rem);width:calc(25% - 2rem);margin-bottom:2rem;height:20rem;display:block;position:relative;margin-right:2rem}@media (max-width: 960px){.certificates .gallery-photos a{flex:0 0 calc(33% - 2rem);max-width:calc(33% - 2rem);width:calc(33% - 2rem)}}@media (max-width: 700px){.certificates .gallery-photos a{flex:0 0 calc(50% - 2rem);max-width:calc(50% - 2rem);width:calc(50% - 2rem)}}@media (max-width: 580px){.certificates .gallery-photos a{flex:0 0 100%;width:100%;max-width:100%;margin-right:0;height:auto}}.certificates .gallery-photos a img{position:absolute;width:100%;height:100%;object-fit:cover}@media (max-width: 580px){.certificates .gallery-photos a img{position:relative;height:auto}}@media (max-width: 960px){.for-houses-one .flex{flex-wrap:wrap}}.for-houses-one .col{flex:0 0 50%;max-width:50%;width:50%}@media (max-width: 960px){.for-houses-one .col{flex:0 0 100%;width:100%;max-width:100%}.for-houses-one .col:first-child{order:2;margin-top:4rem}}.for-houses-two{background-image:url("/wp-content/themes/skomat/img/bg7.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center;color:white}.for-houses-three h2{margin-top:10rem;margin-bottom:3rem}@media (max-width: 960px){.for-houses-three h2{margin-top:5rem;margin-bottom:2rem}}.for-houses-three h2:first-child{margin-top:0}.for-houses-four h2{display:flex;align-items:center;color:#2174CB}.for-houses-four h2 span{margin-left:2rem}.for-houses-five{background-image:url("/wp-content/themes/skomat/img/bg8.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center;color:white}.for-houses-five .wyswig ul li::before{border-color:white}.for-companies-one{background-image:url("/wp-content/themes/skomat/img/bg9.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center}.for-companies-one .container{padding:9rem;background:white}@media (max-width: 960px){.for-companies-one .container{padding:3rem}}.for-companies-one h2{margin-top:10rem;margin-bottom:3rem}@media (max-width: 960px){.for-companies-one h2{margin-top:5rem;margin-bottom:2rem}}.for-companies-one h2:first-child{margin-top:0}.for-companies-two h2{margin-top:10rem;margin-bottom:3rem}
 @media (max-width: 960px){.for-companies-two h2{margin-top:5rem;margin-bottom:2rem}}.for-companies-two h2:first-child{margin-top:0}.for-farmers-one{background-image:url("/wp-content/themes/skomat/img/bg10.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center}.for-farmers-one .container{padding:9rem;background:white}@media (max-width: 960px){.for-farmers-one .container{padding:3rem}}.contact{position:relative}.contact .map{position:absolute;top:0;right:0;width:50%;height:100%}.contact .map iframe{position:absolute;width:100%;height:100%;top:0;left:0}@media (max-width: 960px){.contact .map{height:30vh;width:100%}}.contact .col{width:50%;box-sizing:border-box;padding-right:6rem}@media (max-width: 960px){.contact .col{padding-right:0;width:100%;padding-top:calc(30vh + 2rem)}}.contact-section-one .form{display:flex;flex-wrap:wrap;justify-content:space-between}.contact-section-one .form .col{flex:0 0 calc(50% - 2rem);width:calc(50% - 2rem);max-width:calc(50% - 2rem)}@media (max-width: 960px){.contact-section-one .form .col{flex:0 0 100%;width:100%;max-width:100%;margin-bottom:2rem}}.contact-section-one .form .col-full{flex:0 0 100%;max-width:100%;width:100%}.contact-section-one .form-bottom{display:flex;justify-content:space-between}@media (max-width: 960px){.contact-section-one .form-bottom{flex-wrap:wrap}}.contact-section-one .form-bottom .col:last-child{flex:0 0 21.5rem;max-width:21.5rem;width:21.5rem}@media (max-width: 960px){.contact-section-one .form-bottom .col:last-child{flex:0 0 100%;width:100%;max-width:100%}}.contact-section-one .form-bottom .col:last-child .btn{background:white !important;color:#2174CB;cursor:pointer;transition:all 0.2s linear}.contact-section-one .form-bottom .col:last-child .btn:hover{background:#1F1F1F !important;color:white}.contact-section-one .form-bottom .col:first-child{flex:0 0 calc(100% - 25rem);max-width:calc(100% - 25rem);width:calc(100% - 25rem)}@media (max-width: 960px){.contact-section-one .form-bottom .col:first-child{flex:0 0 100%;width:100%;max-width:100%;margin-bottom:2rem}}.section-contact-two .buttons{display:flex;justify-content:center}.section-contact-two .buttons .btn{width:28rem;background:white !important;color:#2174CB;transition:all 0.2s linear}.section-contact-two .buttons .btn:hover{background:#1F1F1F !important;color:white}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border:none;color:red;font-size:2rem}.section__info{padding-bottom:0;overflow:hidden}@media (max-width: 960px){.section__info{padding:3rem 0 0}}.section__info .container{display:block}.section__info .container h2{max-width:100%;flex:0 0 100%;width:100%}.section__info__row{display:flex;flex-wrap:wrap;gap:3rem}.section__info__row .col:first-child{flex:0 0 35%}@media (max-width: 700px){.section__info__row .col:first-child{flex:0 0 100%}}.section__info__row .col:last-child{flex:0 0 calc(65% - 3rem)}@media (max-width: 700px){.section__info__row .col:last-child{flex:0 0 100%}}.section__info picture{margin-top:6rem;display:block;margin-bottom:-3px}.why{padding:8rem 0 4rem;background:#FBFBFB}.why .row{margin-top:5rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.why .row .col{display:flex;flex-direction:column;width:17.5rem;align-items:center}.why .row .col p{font-weight:400;font-size:2rem;line-height:2.7rem}.why .row .col picture{width:10rem;height:10rem;margin-bottom:1.5rem}.why .row .col picture img{width:100%;height:100%;object-fit:contain}.section__text{padding:6rem 0}@media (max-width: 960px){.section__text{padding:3rem 0}}.section__text .row{display:flex;gap:4rem;margin:3rem 0;align-items:center;flex-wrap:wrap}@media (max-width: 960px){.section__text .row{flex-direction:column-reverse}}.section__text .row.left{flex-direction:row-reverse}.section__text .row .col{flex:0 0 calc(50% - 4rem)}@media (max-width: 960px){.section__text .row .col{flex:0 0 100%}}.section__text__bg{position:relative;padding:6rem 0}@media (max-width: 960px){.section__text__bg{padding:3rem 0}}.section__text__bg--img{position:absolute;top:0;left:0;width:100%;height:100%}.section__text__bg--img img{width:100%;height:100%;object-fit:cover}.section__text__bg--content{position:relative;z-index:2;background:white;box-sizing:border-box;padding:6rem}@media (max-width: 960px){.section__text__bg--content{padding:2rem}}.section__text__bg--content h2{margin-bottom:4rem}@media (max-width: 960px){.section__text__bg--content h2{margin-bottom:2rem}}.section__dark{position:relative;padding:6rem 0;color:white}.section__dark .container{z-index:2;position:relative}.section__dark .container ol li{margin-bottom:1.5rem}.section__dark .container h2{margin-bottom:4rem}.section__white{background:white}.section__white .row .col:first-child{flex:0 0 calc(60% - 4rem)}.section__white .row .col:last-child{flex:0 0 calc(40% - 4rem)}.faq{background:#FBFBFB;padding:6rem 0}.faq h2{margin-bottom:4rem}.faq__row{display:flex;flex-direction:column;gap:2rem}.faq__single{box-sizing:border-box;padding:3rem;border-radius:1.6rem;box-shadow:0 0 1rem -3px rgba(0,0,0,0.12);background:white;border:1px solid rgba(255,255,255,0);transition:all 0.2s linear}.faq__single.active{box-shadow:3px 3px 10px -2px rgba(0,0,0,0.08);background:#E4F2FF;border:1px solid #2174CB}.faq__single.active .faq__question::after{transform:translateY(-50%) scale(0)}.faq__single.active .faq__answear{max-height:calc(2.7rem * 15);margin-top:2rem}.faq__question{position:relative;font-size:2rem;font-weight:500;line-height:2.7rem;cursor:pointer;margin-bottom:0}.faq__question::before{content:'';display:block;width:1rem;height:2px;background:#272727;position:absolute;top:50%;right:0;transform:translateY(-50%);transition:all 0.2s linear}.faq__question::after{content:'';display:block;width:2px;height:1rem;background:#272727;position:absolute;top:50%;right:.4rem;transform:translateY(-50%) scale(1);transition:all 0.2s linear}.faq__answear{transition:all 0.2s linear;overflow:hidden;max-height:0;margin-bottom:0;font-size:2rem;line-height:2.7rem}.services{position:relative;padding:6rem 0}.services::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:50%;background:white;z-index:2}.services h2{margin-bottom:5.2rem}.services__img{position:absolute;width:100%;height:100%;top:0;left:0}.services__img img{width:100%;height:100%;object-fit:cover}.services .container{position:relative;z-index:3}.services__row{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.services__single{flex:0 0 calc(33% - 4rem);background:white;box-sizing:border-box;box-shadow:0 2px 20px 0 rgba(0,0,0,0.1);padding:3rem 4rem}.services__single picture{height:18rem;width:calc(100% + 8rem);display:block;margin:-3rem -4rem 2rem}.services__single picture img{width:100%;height:100%;object-fit:cover}.calc{position:relative;padding:6rem 0}.calc .container{z-index:2;position:relative}.calc__header{color:white}.calc__img{position:absolute;top:0;left:0;width:100%;height:100%}.calc__img img{width:100%;height:100%;object-fit:cover}.calc__tabs{display:flex;gap:.2rem;justify-content:space-between}.calc__tab{flex:1;height:5.6rem;background:rgba(255,255,255,0.8);transition:all 0.2s linear;font-size:2rem;line-height:5.6rem;color:#272727;text-align:center;cursor:pointer}.calc__tab.active{background:#fff}.calc__desc{padding:3rem;background:white;box-sizing:border-box;width:100%;display:none}.calc__desc.active{display:block}.form__last{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.form__last span[data-name="information"],.form__last span[data-name="address"]{flex:0 0 100%;max-width:80rem}.form__last span[data-name="information"] textarea,.form__last span[data-name="address"] textarea{max-width:80rem}.form__last span{flex:0 0 calc(50% - 2rem);max-width:39rem}.form__last input{max-width:39rem !important}.form__last span[data-name="upload-file-877"]{flex:0 0 100%;max-width:100%}.form__calc p{text-align:center;font-size:2rem;line-height:2.7rem}.form__calc>.form__row:first-child{display:block !important}.form__calc input[type="text"],.form__calc input[type="email"],.form__calc input[type="number"],.form__calc textarea{border:none;background:#f6f6f6;color:black;font-family:"Avenir Next",sans-serif;height:6.4rem;width:100%;max-width:29rem;padding:0 3rem 0 1rem;transition:all 0.2s linear;box-sizing:border-box}.form__calc input[type="text"]:disabled,.form__calc input[type="email"]:disabled,.form__calc input[type="number"]:disabled,.form__calc textarea:disabled{opacity:.3}.form__calc textarea{height:20rem;display:block;margin:0 auto;padding:.5rem 1rem;box-sizing:border-box}.form__calc select{border:none;background:#f6f6f6;color:black;font-family:"Avenir Next",sans-serif;height:6.4rem;width:100%;max-width:29rem;padding:0 3rem 0 1rem;transition:all 0.2s linear;box-sizing:border-box}.form__calc select:disabled{opacity:.3}.form__btn,.form__subbtn,.form__btn--second{font-size:1.6rem;line-height:2.2rem;border-radius:5px;padding:0 1.5rem;color:#FFF;cursor:pointer;box-sizing:border-box;text-align:center;min-width:18.1rem;height:6.4rem;display:flex;justify-content:center;align-items:center;background:#2174CB}.form__btn.active,.form__subbtn.active,.form__btn--second.active{background:#2174CB;color:white}.form__row,.form__subrow{display:none;padding-bottom:2rem}.form__row.active,.form__subrow.active{display:block;text-align:center}.form__row .cd-upload-btn,.form__subrow .cd-upload-btn{margin:0 auto}.form__row button[type="submit"],.form__subrow button[type="submit"]{margin:2rem auto}.form__btns{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.form__btns .input__choose{flex:1 0 100%;display:flex;justify-content:center}.form__choose__id{display:none}.form__choose__id.active{display:block}.form__choose__sub{display:none}
 .form__choose__sub.active{display:block}.form__text{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.form__text label{font-size:1.8rem}.form__text>label{flex:0 0 40%;text-align:right}.form__text .input__label{position:relative}.form__text .input__label label{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.form__input{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;flex-direction:column}.form__input label{font-size:1.8rem;display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.hidden{display:none}.hidden.visible{display:block}.wpcf7-not-valid{background:#FFA6A0 !important}.inputs__room{display:flex;gap:1rem;flex-wrap:wrap;width:100%;justify-content:center}.cookieinfo{position:fixed;z-index:99999999999;background:rgba(0,0,0,0.7);top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.cookieinfo.hide{display:none}.cookieinfo-box{background:white;padding:3rem;width:100%;max-width:110rem;box-sizing:border-box}@media (max-width: 960px){.cookieinfo-box{padding:1.2rem;overflow:auto}}.cookieinfo-box h4{margin-bottom:3rem}@media (max-width: 960px){.cookieinfo-box h4{margin-bottom:2rem;font-size:1.4rem}}@media (max-width: 960px){.cookieinfo-box p{font-size:1.1rem;line-height:1.5rem;margin-bottom:.5rem}}.cookieinfo-box .btn{cursor:pointer;text-align:center}@media (max-width: 960px){.cookieinfo-box .btn{font-size:1.4rem;height:4rem}}.cookieinfo-box .btn:nth-child(2){background:#2174CB !important}.cookieinfo-box-one{text-align:center}.cookieinfo-box-one.hide{display:none}.cookieinfo-box-one-buttons{display:flex;justify-content:center;margin-top:2rem}.cookieinfo-box-one-buttons .btn{margin:0 2rem}.cookieinfo-box-two{display:none}.cookieinfo-box-two.active{display:block}.cookieinfo-box-two-content{padding-right:5rem;position:relative}.cookieinfo-box-two-content .cookieinfo-checkbox{display:block;width:3.5rem;height:2rem;border-radius:3rem;background:black;position:absolute;top:0;right:0;cursor:pointer}.cookieinfo-box-two-content .cookieinfo-checkbox.active::before{left:100%;transform:translate(-100%, -50%)}.cookieinfo-box-two-content .cookieinfo-checkbox.blocked{opacity:.6;cursor:auto}.cookieinfo-box-two-content .cookieinfo-checkbox::before{display:block;width:1.8rem;height:1.8rem;border-radius:100%;content:'';position:absolute;top:50%;left:.1rem;transition:all 0.2s linear;background:white;transform:translateY(-50%)}.wp-block-kadence-image.text-image figcaption{position: absolute;top: 0;right: 3rem;color: #fff;background-color: #1B2F51;padding: 1rem;margin-top: 0;}.searchform input[type="search"],.searchform input[type="text"] {border:2px solid #2174CB;border-radius: 35px;padding:10px 20px;font-size:16px;outline:none;width:100%;max-width:300px;}.searchform input[type="submit"] {background-color: #fff;border: none;border-radius:35px;padding:10px 20px;color: #2174CB;font-size:0;cursor: pointer;position: relative;width: 45px;height: 45px;}.searchform input[type="submit"]::before {content: "\f002";font-family: "Font Awesome 6 Free";font-weight: 900;font-size: 18px;color: #2174CB;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}.searchform{align-items: center;}.kt-inside-inner-col .set-right .kt-row-column-wrap{margin-right:0;}.searchform {display: flex;align-items: center;gap: 10px;margin-bottom:20px;}.searchform input[type="text"] {border: 2px solid #2174CB;border-radius: 35px;padding: 10px 20px;font-size: 16px;outline: none;width: 100%;max-width: 300px;}.searchform button[type="submit"] {background-color: #fff;border: none;border-radius: 35px;padding: 10px;width: 45px;height: 45px;cursor: pointer;display: flex;align-items: center;justify-content: center;margin-left: -60px;}.searchform button[type="submit"] i {font-family: "Font Awesome 6 Free";font-weight: 900;font-size: 18px;color: #2174CB;}.search-results{margin: 5rem 0;color: #272727;}.search-result h2 a{color:#2174CB}.nav-menu li.drop{margin-bottom:-32px;padding-bottom:32px;}
