/*!
Theme Name: usite
*/
*, *::before, *::after {
  box-sizing: border-box;
}
ul[class], ol[class] {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class], ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/*----------------------------------------------
Slick-Slider
----------------------------------------------*/
.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 3px;
  transform: rotate(45deg);
}
.slick-next:before {
  content: ' ';
}
.slick-prev {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 3px;
  transform: rotate(-135deg);
}
.slick-prev:before {
  content: ' ';
}
.slick-dots li button:before {
  font-size: 20px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dotted.slick-slider .slick-slide {
  padding: 0 10px;
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/*----------------------------------------------
Basic tag style
----------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, input[type="search"], select {
  width: 100%;
  border: 1px solid #c3c4c7;
  border-radius: 3px;
  padding: 5px 10px;
  color: #000;
  cursor: pointer;
}
input[type="text"]:focus, input[type="text"]:focus-visible, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="email"]:focus, input[type="email"]:focus-visible, textarea:focus, textarea:focus-visible, input[type="search"]:focus, input[type="search"]:focus-visible, select:focus, select:focus-visible {
  border: 1px solid #c3c4c7;
  outline: none;
}
textarea {
  height: 150px;
}
form {
  position: relative;
}
form .wrapper {
  padding-right: 0;
  padding-left: 0;
}
/*----------------------------------------------*/
.form-input {
  margin-bottom: 8px;
}
.form-input .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.form .contact-block {
  margin-bottom: 12px;
}
.form .contact-block span {
  font-size: 25px;
  margin-right: 12px;
}
.form .contact-block a {
  color: #000;
  text-decoration: underline;
}
.form .contact-block a:hover {
  color: #FFBF00;
}
#searchform {
  display: flex;
}
#searchform #searchsubmit {
  padding: 5px 15px;
}
#searchform #input-search {
  margin-right: 12px;
}
#searchform #searchsubmit:hover {
  border-color: #FFBF00;
}
.full-fill {
  background: #0B61A4;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  color: #fff;
  border: 2px solid #0B61A4;
  cursor: pointer;
  transition: 0.3s ease;
}
.full-fill:active, .full-fill:focus, .full-fill:hover {
  background: #FFBF00;
  border-color: #FFBF00;
}
.transparent-fill {
  background: transparent;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  color: #0B61A4;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.3s ease;
  border-color: #0B61A4;
}
.transparent-fill:active, .transparent-fill:focus, .transparent-fill:hover {
  background: #0B61A4;
  color: #fff;
}
.accent-fill, .wp-block-search__button {
  background: #FFBF00;
  padding: 10px 30px;
  border-radius: 5px;
  display: block;
  color: #fff;
  border: 2px solid #FFBF00;
  cursor: pointer;
  transition: 0.3s ease;
}
.accent-fill:active, .accent-fill:focus, .accent-fill:hover, .wp-block-search__button:active, .wp-block-search__button:focus, .wp-block-search__button:hover {
  background: #0B61A4;
  border-color: #0B61A4;
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/*----------------------------------------------
Grid
----------------------------------------------*/
.wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.wrapper .wrapper {
  padding-right: 0;
  padding-left: 0;
}
.col-1 {
  grid-column: span 1;
}
.col-2 {
  grid-column: span 2;
}
.col-3 {
  grid-column: span 3;
}
.col-4 {
  grid-column: span 4;
}
.col-5 {
  grid-column: span 5;
}
.col-6 {
  grid-column: span 6;
}
.col-7 {
  grid-column: span 7;
}
.col-8 {
  grid-column: span 8;
}
.col-9 {
  grid-column: span 9;
}
.col-10 {
  grid-column: span 10;
}
.col-11 {
  grid-column: span 11;
}
.col-12 {
  grid-column: span 12;
}
@media (max-width: 768px) {
  .wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .col-1 {
    grid-column: span 12;
  }
  .col-2 {
    grid-column: span 12;
  }
  .col-3 {
    grid-column: span 12;
  }
  .col-4 {
    grid-column: span 12;
  }
  .col-5 {
    grid-column: span 12;
  }
  .col-6 {
    grid-column: span 12;
  }
  .col-7 {
    grid-column: span 12;
  }
  .col-8 {
    grid-column: span 12;
  }
  .col-9 {
    grid-column: span 12;
  }
  .col-10 {
    grid-column: span 12;
  }
  .col-11 {
    grid-column: span 12;
  }
  .col-12 {
    grid-column: span 12;
  }
  .column-half-width {
    grid-column: span 6;
  }
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/*----------------------------------------------
Helpers
----------------------------------------------*/
.pl-s {
  padding-left: 10px;
}
.pr-s {
  padding-right: 10px;
}
.pl-m {
  padding-left: 20px;
}
.pr-m {
  padding-right: 20px;
}
.pl-l {
  padding-left: 30px;
}
.pr-l {
  padding-right: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.flexbox-wrap {
  display: flex;
  flex-wrap: wrap;
}
.alg-spacebetween {
  align-content: space-between;
}
.just-content-spacebetween {
  justify-content: space-between;
}
.alg-center {
  align-content: center;
}
.full-width-element {
  width: 100%;
}
.full-width-fill {
  background: #FFBF00;
}
.limited-width {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pl-s, .pl-m, .pr-s, .pr-m {
    padding: 0 !important;
  }
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
/*----------------------------------------------
Main wordpress classes
----------------------------------------------*/
#site-navigation {
  text-align: right;
  height: 100%;
}
#site-navigation .menu-toggle {
  background: #fff;
  width: 40px;
  display: none;
}
#site-navigation .menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 7px 0;
  background: #0B61A4;
}
#site-navigation div {
  height: 100%;
}
#site-navigation #primary-menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.site-header {
  background: #0B61A4;
  color: #fff;
  padding: 20px 0;
}
.site-header button {
  float: right;
}
.site-main {
  padding: 30px 0;
}
.site-footer {
  background: #0B61A4;
  color: #fff;
  padding: 30px 0;
}
.site-footer .footer-sidebar {
  padding: 0 20px;
}
.site-footer .footer-sidebar:first-child {
  padding-left: 0;
}
.site-footer .footer-sidebar:last-child {
  padding-right: 0;
}
.site-branding {
  display: flex;
  height: 100%;
  align-items: center;
}
.wp-block-search label {
  display: none;
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .header-with-top .top-header .contact {
    flex-wrap: wrap;
    width: 100%;
  }
  .header-with-top .top-header .contact div {
    width: 100%;
    text-align: center;
  }
  .header-with-top .top-header button {
    float: none;
    margin: 12px auto 0;
  }
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-sidebar {
    padding: 0;
    margin-bottom: 12px;
  }
  #footer-sidebar1 img {
    margin: 0 auto;
  }
  .info-with-image img {
    margin: 12px 0;
  }
  .features .col-12 {
    flex-wrap: wrap;
  }
  .features .info-features {
    width: 100%;
    margin-bottom: 12px;
  }
  .features .info-features:last-child {
    margin-bottom: 0;
  }
  #contact-block {
    margin-top: 12px;
  }
  .limited-width {
    width: 100%;
    text-align: center;
  }
  .center-input-form {
    justify-content: center;
  }
  #textbox-form {
    margin-top: 12px;
  }
  .header-with-top .top-header {
    display: none;
  }
  #site-navigation .menu-toggle {
    display: block;
  }
  #site-navigation #primary-menu {
    position: absolute;
    z-index: 100;
    background: #000;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100px;
    height: max-content;
    display: block;
  }
  #site-navigation #primary-menu li {
    text-align: center;
    padding: 10px 0;
  }
  .main-navigation div {
    display: none;
  }
  .main-navigation.toggled div {
    display: block;
  }
  .header-with-top .main-header .col-4 {
    grid-column: span 11;
  }
  .header-with-top .main-header .col-8 {
    grid-column: span 1;
    margin: auto 0;
  }
  .header-two .site-branding {
    justify-content: center;
  }
  .header-two #block-button-nav {
    grid-row: 1;
    margin: auto 0;
  }
  .header-two #block-button-nav button {
    float: none;
  }
  .header-three .call-block {
    text-align: center;
  }
  .header-three #block-button-nav-2 {
    margin: auto 0;
  }
  .mobile-col-4 {
    grid-column: span 4;
  }
  .mobile-hidden {
    display: none;
  }
}
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Variables
----------------------------------------------*/
/*----------------------------------------------
Mixins & Animations
----------------------------------------------*/
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
@media (max-width: 545px) {
  .header-two #myBtn {
    display: none;
  }
  .header-two img {
    object-fit: contain;
  }
  .header-three .call-block {
    display: none;
  }
  .header-three .block-logo {
    grid-column: span 8;
  }
}
@media (max-width: 400px) {
  .title-descr-header {
    display: none;
  }
}
/*----------------------------------------------
Basic tag style
----------------------------------------------*/
body {
  font-family: Roboto;
}
h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}
h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 12px;
}
h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
}
p {
  font-size: 16px;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #FFBF00;
}
section {
  padding: 30px 0;
}
/*----------------------------------------------*/
.home .site-main {
  padding-top: 0;
}
.slider {
  padding: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFBF00;
  margin: auto;
  padding: 40px 40px 60px;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px;
}
.infoblock p {
  margin-bottom: 12px;
}
.infoblock p:last-child {
  margin-bottom: 0;
}
.infoblock img {
  height: max-content;
}
.spacer {
  height: 40px;
  width: 100%;
}
.header-ref {
  display: block;
}
.header-with-top {
  padding-top: 0;
}
.header-with-top .main-header {
  padding-top: 20px;
  position: relative;
}
.header-with-top .top-header {
  background: #A9BFD0;
  padding: 10px 0;
}
.header-with-top .top-header .flexbox-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header-with-top .top-header .contact {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
.header-with-top .top-header button {
  padding: 5px 15px;
}
.features .col-12 {
  display: flex;
}
.features .info-features {
  width: 24%;
  text-align: center;
  background: #A9BFD0;
  padding-bottom: 10px;
}
.features .info-features h4 {
  margin: 12px 0;
}
.background-color {
  background: #A9BFD0;
  padding: 50px 0;
}
.copyright {
  padding-top: 30px;
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.wpcf7-not-valid-tip {
  color: #A60000;
  font-size: 14px;
  line-height: 1.3;
}
.mb-0 + .wpcf7-not-valid-tip {
  margin-top: 8px;
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
