/**Basic**/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');
:root{--red-color:#B22234;--white-color:#FFF;--dark-blue-color:#2B2A57;--blue-color:#3C3B6E;--text-color:#000;--grey-color:#808080;--light-grey-color:#f8f9fb;--gold-color:#FFD700;}
*{margin:0;padding:0; outline: 0;}
html{height:100%; font-size: 16px;}
body{font-family: 'Roboto', sans-serif; font-size:17px; font-weight:400; line-height: 1.5; background-color: var(--white-color); color: var(--text-color); height:100%; box-sizing: border-box;}
a{text-decoration: none; color: var(--blue-color); transition: color 0.3s ease 0.2s;}
a:hover{text-decoration:none; color: var(--grey-color);-webkit-transition:color .5s,background-color .5s;-moz-transition:color .5s,background-color .5s;-ms-transition:color .5s,background-color .5s;-o-transition:color .5s,background-color .5s;transition:color .5s,background-color .5s}
a:active{text-decoration:none}
a:visited{text-decoration:none}
a.black-color {color: var(--text-color);}
a.decoration-underline {text-decoration: underline; }
a.decoration-underline:hover {text-decoration: none; }
.x-padding {padding-left: 15px; padding-right: 15px;}
.y-padding {padding-top: 15px; padding-bottom: 15px;}
.padding {padding: 15px;}
.text-uppercase{text-transform: uppercase;}
.text-center{text-align: center;}
.text-grey {color:var(--grey-color)}
.font-bold {font-weight: 600;}
.font-semibold {font-weight: 500;}
.font-italic {font-style: italic;}
#page{display: flex; flex-direction: column; min-height: 100%; min-width: 320px;}
.clearfix::after { display: block; clear: both; content: ""; }
.max-wh-50 {max-width: 50%;}
.max-wh-75 {max-width: 75%;}

/**Header**/
#main-header{background: var(--dark-blue-color);padding-top:7px; padding-bottom: 7px;}
.nav-position{display: flex; align-items: center;}
ul#primary-menu{text-align:center}
ul#primary-menu li{list-style:none;float:left;padding:10px 20px;}
ul#primary-menu li a{color:var(--white-color); text-decoration:none; font-weight: 500;}
ul#primary-menu li a:hover{color: var(--grey-color);}
.logo {display: flex; align-items: center; justify-content: center;}
.logo img {vertical-align: middle;}
.header-contacts a {color: var(--white-color); text-decoration: none; font-size: 23px;}
.header-contacts a:hover{color: var(--grey-color);}
.social-icons ul{list-style:none; margin-top: -2px;}
.social-icons ul li{vertical-align:top;display:inline;margin: 0 3px 0 0;}
li#social-telegram a i:hover{color: var(--grey-color);-webkit-transition:color .5s,background-color .5s;-moz-transition:color .5s,background-color .5s;-ms-transition:color .5s,background-color .5s;-o-transition:color .5s,background-color .5s;transition:color .5s,background-color .5s}
li#social-telegram {margin-right: 2px;}
li#social-telegram a{font-size: 10px;}
li#social-telegram a i{padding: 5px 5px 4px 4px; border-radius: 50%; color:var(--white-color); border: 2px solid; margin-top: 5px;}
#phone a { color: var(--gold-color); font-weight: 500; font-size: 25px;}

/**Common**/
.container {box-sizing: border-box;}
#welcome-front { background-image: linear-gradient(to left, rgb(60, 59, 110, 0.4) 20%, rgb(60, 59, 110, 1) 49%), url(../../uploads/2026/02/liberty-cut.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.welcome-banner{margin-top:3rem;margin-bottom:3rem;color:var(--white-color); z-index: 3; position: relative;}
.welcome-banner h2{font-size:40px;line-height:40px;margin-bottom:20px}
.welcome-banner h4{font-weight:500;margin-bottom:10px;}
.welcome-banner h3 {font-weight:500;margin-bottom:10px;font-size: 16px;}
.welcome-banner p{font-size:18px;line-height:28px;margin-bottom:30px}
.welcome-banner a {color: var(--white-color);}
.btn, input[type=submit]{cursor:pointer;padding:12px 20px;display:inline-block;font-weight:500}
#btn-welcome:hover{background:var(--grey-color)}
#btn-welcome{background:var(--red-color);color:var(--white-color)}
#btn-welcome i{padding-left:20px}
.description{max-width:800px;text-align:center;padding-top:50px;padding-bottom:50px;font-size:18px}
#welcome-services{margin-bottom:65px}
a.black-color:hover .card {border:2px solid #808080;}
.card{background-color:var(--white-color);border:2px solid #e5e5e5;padding:25px;border-radius:6px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;height: 100%;box-sizing:border-box}
.card-icon{margin-right:20px; float: left; min-height: 7rem;}
.card-icon i{font-size:3.75rem;color:var(--grey-color)}
.card-description h2{font-size:1.15rem;color:var(--blue-color)}
#welcome-testimonials{background-color:var(--light-grey-color);padding-top:65px;padding-bottom:40px}
.common-title h1{font-size:2rem}
.strong-view.wpmtst-modern .wpmtst-testimonial-content{font-size:1.1rem!important}
.strong-view.wpmtst-modern .wpmtst-testimonial-field{font-weight:500}
.intro-bg {position: relative; z-index: 1;}
.overlay-mask{background-color:rgba(60,59,110,0.90);position:absolute;height:100%;width:100%;top:0;left:0;z-index:0}
.wpcf7-form-control-wrap {display: block;}
.common-layout{padding-top: 65px; padding-bottom: 65px;}
.common-layout p {margin-bottom: 1.25rem;}
.common-layout ul {padding-left: 1rem; margin-bottom: 1.25rem;}
.common-layout ul li {margin-bottom: 0.3rem;}
.common-layout h4 {font-weight: 500; font-size: inherit; margin-bottom: 0.3rem;}
.common-layout h3 {font-weight: 500; font-size: inherit; margin-bottom: 0.3rem;}
#services ul li::marker {color: var(--blue-color);}
.common-layout h2{font-size:1.5rem;margin-bottom:.6rem;font-weight:500}
.contact-wt-title{margin-top:1rem;display:block;font-weight:500}
.contact-widget{background:var(--light-grey-color)}
.contact-widget p{margin-bottom:0}
#custom-contact{font-size:18px}
input[type=text],input[type=email],input[type=tel]{width:100%;border-radius:4px;padding:0 8px;font-family:'Roboto',sans-serif;background:var(--white-color);border:1px solid gray;box-shadow:0 0 0 transparent;height:42px;font-size:1rem;line-height:1.5;outline:none;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;box-sizing:border-box}
textarea{width:100%;padding:8px;font-family:'Roboto',sans-serif;background:var(--white-color);border:1px solid gray;border-radius:4px;font-size:1rem;line-height:1.5;outline:none;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;box-sizing:border-box;max-width:100%}
.form-layer,.form-field{margin-bottom:1.2rem}
textarea:focus,input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{border-color:var(--blue-color);box-shadow:0 0 0 .25rem rgba(60,59,110,0.35)}
#send-btn,.wpmtst_submit_testimonial{font-size:1rem;border-radius:4px;font-family:'Roboto',sans-serif;outline:none;background:var(--red-color);color:var(--white-color);border:none}
span.required.symbol::after{content:'*';color:var(--red-color);font-size:1rem;font-weight:400;margin:0 2px;position:relative}
#wpmtst_post_content {min-height: 8rem;}
.wpcf7-not-valid-tip, .error {color: var(--red-color);}
.uacf7-rating label {line-height: 20px !important; font-size: 20px !important;}
.cf7-cf-turnstile{margin-top: 0 !important; margin-bottom: -2rem !important;}
.contact-widget h3 {font-size: 1.13em;font-weight: 700;}

/**Footer**/
#main-footer {background-color: var(--light-grey-color);}
.st-footer{margin-top:auto;padding-top:50px}
ul#footer-about-menu li a:hover, ul#footer-usefull-menu li a:hover {text-decoration: underline;transition: color 0.3s ease 0.2s;}
#footer-upper {margin-bottom: 2rem;}
#footer-lower{ border-top: 1px solid #2c333833; font-size: 0.9rem;}
ul.footer-menu li{list-style:none;padding-bottom:2px}
ul.footer-menu a{color:var(--text-color)}
#footer-upper h3{font-size:1.15rem;font-weight:500;margin-bottom:12px}
#block-9 {padding-bottom: 1rem;}
.disclaimer-layer {text-align: center;}

/**Responsive**/
@media all and (min-device-width:1201px) and (max-device-width:1400px) {
	.card-icon i {font-size: 2.8rem;}
} 

@media all and (max-width:1200px){
	.logo a img {width: 150px;}
	#phone a {font-size:19px;}
	.header-contacts a {font-size: 22px;}
	li#social-telegram a {font-size: 8px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {font-size: 15px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {font-size: 15px;}
	.max-wh-50 {max-width: 75%;}
	#welcome-front {background-image: linear-gradient(to left, rgb(60, 59, 110, 0.7) 20%, rgb(60, 59, 110, 1) 40%), url(../../uploads/2026/02/liberty-cut.jpg);}
	.card {padding: 1rem;}
	.card-icon {margin-right: 10px;}
	.card-icon i {font-size: 2rem;}
}

@media all and (max-width:992px){
	#main-header {padding-top: 1rem; padding-bottom: 1rem;}
	.max-wh-50 {max-width: 100%;}
	.max-wh-75 {max-width: 100%;}
	#welcome-front {background-image: linear-gradient(to left, rgb(60, 59, 110, 0.9) 20%, rgb(60, 59, 110, 1) 49%), url(../../uploads/2026/02/liberty-cut.jpg);}
	.card-icon {margin-right: 1rem;}
	.strong-view.wpmtst-modern .wpmtst-testimonial-content {margin: 0 2rem !important;}
	.strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {padding-left: 2rem !important; padding-right: 2rem !important;}
	.f-menu-layer {margin-bottom: 2rem;}
	.disclaimer-layer {text-align: left;}
}