/*
Theme Name: Qas
Author: Yurii Boiko
Version: 1.0
Text Domain: qas
*/

@charset "utf-8";

/* General Reset */

@font-face {
    font-family: 'almonidl';
    font-weight: 300; /*(light)*/
    font-style: normal;
    src: url('fonts/almoni/almoni-dl-aaa-300.eot'); 
    src: url('fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'), 
        url('fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
}

@font-face {
    font-family: 'almonidl';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('fonts/almoni/almoni-dl-aaa-400.eot'); 
    src: url('fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'), 
        url('fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
}

@font-face {
    font-family: 'almonidl';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('fonts/almoni/almoni-dl-aaa-700.eot'); 
    src: url('fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'), 
        url('fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
}

@font-face {
    font-family: 'almonidl';
    font-weight: 900; /*(black)*/
    font-style: normal;
    src: url('fonts/almoni/almoni-dl-aaa-900.eot'); 
    src: url('fonts/almoni/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
        url('fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype'), 
        url('fonts/almoni/almoni-dl-aaa-900.woff') format('woff');
}


@font-face {
    font-family: "RobotoBold";
    src: url("fonts/RobotoBold/RobotoBold.eot");
    src: url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}




html {
    font-size: 20px;
}

body {
    font-family: "almonidl", sans-serif;
    font-weight: 400;
    color: #1e1435;
    line-height: 1.5;
    margin: 0;
}

a {
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
:focus {
    outline: 2px solid #000;
}
.o-hidden {
    overflow: hidden;
}

.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.mt-0 {
    margin-top: 0!important;
}
.pt-50 {
    padding-top: 50px;
}
.pt-0 {
    padding-top: 0!important;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mt-55 {
    margin-top: 55px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-20 {
    margin-bottom: 20px;
}

p {
    margin: 0 0 1em 0;
}
input:focus, textarea:focus, button:focus, select:focus,
input:focus-visible, textarea:focus-visible, button:focus-visible, select:focus-visible{
	outline: 2px solid #1e1435 !important;
}

.wpcf7-form input[type="submit"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.labelSelect {
    display: block !important;
}
.bottom-contacts form label, .bottom-contacts form br{
	display: none;
}

.fullwidth {
    width: 100%
}

.text-center {
    text-align: center;
}


.video-bg {
    position: absolute;
    bottom: 50%; 
    right: 50%;
    -webkit-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}







/* tables */
th {
  text-align: left;
  outline: none;
}
.table {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 30px;
    line-height: 1.2;
    vertical-align: middle;
    border-bottom: 1px solid #D9D9D9;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

img {
    max-width: 100%;
}
.alt-bg {
    background-color: #edfcfc;
}

.your-recipient + br {
    display: none;
}

a,
.footer .wpcf7-form input[type="submit"], 
.footer a, 
.page-template-template_contact .wpcf7-form input[type="submit"], 
.sidebar-socials a, .sidebar-block .searchform input[type="submit"],
.sidebar-bottom-links a,
.comment-respond input:not([type="submit"]), .comment-respond textarea,
.comment-respond input[type="submit"],
.comment-reply-link,
.sidebar-block:nth-child(2) ul li a,
.owl-theme .owl-nav [class*=owl-]
{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.theme-btn {
    color: #fff;
    background-color: #F10604;
    padding: 7px 22px;
    display: inline-block;
}
.theme-btn:hover {
    background-color: #001346;
}



.header .container {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.custom-logo-link {
    width: 65px;
    height: 40px;
}
.custom-logo-link img {
    width: 100%;
    height: auto;
}

/*sub-menu-none*/
@media (max-width: 767px) {
    .sub-menu, ul.main-nav li.menu-item-has-children .opener {
        display: none !important;
    } 
}




.video-wrap {
    position: relative;
}
.video-wrap .playpause {
    background-image: url(/wp-content/themes/qas/images/play.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-position: center;
    cursor: pointer;
}

.video-wrap video {
    width: 100%;
}


.partners-slider.owl-carousel .owl-nav.disabled {
    display: block;
}




.owl-carousel:not(.owl-loaded) {
    opacity: 0;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}


@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
