body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    position: relative;
}
button:focus{
    outline: none!important;
}
input{
    outline: 0;
}
input[type=text] {
  -webkit-appearance: searchfield;
}
.doubleclick{
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.background_body{
    background-color: #C9E2FF;
    opacity: 0.22;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -15;
}
.full_web:not(.open_menu){
    width: 0;
    height: 0;
    display: none;

}
.full_web{
    display: block;
    position: fixed;
    z-index: 6!important;
    width: 100%;
    height: 100%;
    background-color: rgba(114, 114, 114,0.61);
    transition: 2.5s!important;
}
#tel_menu:not(.open_menu){
  /* display: none; */
  left: -72vw;
  top: 2.9vh;
  transition: 0.5s;
  position: absolute;
  z-index: 6;
}
.open_menu{
    z-index: 7;
    top: 2.9vh;
    left: 0!important;
    transition: 0.5s;
}
.lol{
    overflow: hidden;
}
#tel_menu{
    height: 113%;
    display: grid;
    grid-template-rows: 70.9% 15%;
}
.tel_menu_hore{
    width: 72vw;
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 10px #3E9FFF1A;
    border-radius: 0px 12px 0px 0px;
    opacity: 1;
    display: grid;
    align-items: center;
    grid-template-columns: 100%;
}
.tel_menu_hore .links{
    width: 100%;
    transform: translateY(3vh);
    /* top: 1vw; */
    padding: 0vh 0;
}
.tel_menu_hore .links p{
    margin-bottom: 7vh;
    margin-left: 12vw;
    width: 100%;
}
.tel_menu_hore .links p:last-child{
    margin-bottom: 0vh;
}
.tel_menu_hore .links a{
    text-decoration: none;
    outline: 0;
    font-size: 4.8vw;
    font-family: SourceSansSemiBold;
    letter-spacing: 0.9px;
    color: #43425D;
    opacity: 1;
}
@media screen and ( min-height: 800px ) {
        #tel_menu:not(.open_menu){
          /* display: block!important; */
        }
        .tel_menu_hore .links a{
            font-size: 5.2vw;
        }
        .tel_menu_hore .links p{
            margin-bottom: 6.5vh;
        }
}

.tel_menu_dole{
    width: 72vw;
    background-color: #3E9FFF;
    border-radius: 0px 0px 12px 0px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.links_dole{
    padding-left: 9.6vw;
    width: 100%;
}
.links_dole a:last-child p:last-child{
    margin-bottom: 0;
}
.tel_menu_dole p{
    font-size: 13px;
    font-family: SourceSansBold;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}
.tel_icon{
    width: 12px;
    height: 13px;
}
.mail_icon{
    width: 16px;
    height: 14px;
}

button{
    border: none;
}
a{
    text-decoration: none;
    background-color: transparent;
}
.responsive {
    width: 100%;
    height: auto;
}



/*VERZIE*/

.verzia_pc{
    display: block;
}
.verzia_mobil{
    display: none;
}

@media (max-width: 767px) {
    .verzia_pc {
        display: none!important;
    }
    .verzia_mobil {
        display: block!important;
    }
}




/* HEADER */
.header_top{
    width: 100%;
    height: 2.969vw;
    background: transparent linear-gradient(180deg, #3E9FFF 0%, #1581ED 100%) 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 12px 12px;
    opacity: 1;
}
.header_top_text{
    font-size:0.781vw;
    font-family: SourceSansBold;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}
.header_top svg{
  width: 20px;
  height: 14px;
  margin-bottom: 4px;
  margin-right: 2px;

}

.header_top .a_link{
   margin:auto 0;
}
.header_top .a_link:hover{
  text-decoration:none!important;
}
.header_top .a_link:hover .header_top_text{
  color:#DEDEDE!important;
}
.header_top .a_link:hover svg{
  filter: contrast(0.5);
}
.nav_style{
    width: 100%;
    height: 5.417vw;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #3E9FFF1A;
    opacity: 1;
}
.nav_left{
    margin-left: 13.542vw;
    font-size: 1.042vw!important;
    font-family: SourceSansBold;
    letter-spacing: 1px;
    color: #2B6AB4;
    opacity: 1;
}
.menu{
    margin-right: 9.896vw;
}
.nav_right .nav-item{
    margin-right: 3.646vw;
}
.nav_right .nav-item:hover{
    margin-bottom: -2.04vw;
    border-bottom: 3px solid #3E9FFF;
    opacity: 1;
}
.nav_right .nav-item.active{
    margin-bottom: -2.04vw;
    border-bottom: 3px solid #3E9FFF;
    opacity: 1;
}
.nav_right .nav-item:active{
  border-bottom: 3px solid #2B6AB4;
}
.nav_right .nav-link{
    font-size: 0.938vw;
    font-family: SourceSansSemiBold ;
    letter-spacing: 0.9px;
    color: #43425D!important;
    opacity: 1;
    padding: 0!important;
}
.nav_right .nav-item.active .nav-link{
    color:  #3E9FFF!important;
}
.nav_right .nav-item:hover .nav-link{
  color: #3E9FFF!important;
}
.nav_right .nav-item:active .nav-link{
  color: #2B6AB4!important;
}
@media (max-width: 767px) {
    .header_top{
        height: 7px;
    }
    .nav_style{
        border-radius: 0px 0px 12px 12px;
    }
    .header_top .row{
        display: none;
    }
    .navbar{
        height: 21vw;
        display: flex !important;
        flex-basis: 80% 20% !important;
    }

    .overlay{
        position: absolute;
        width: 10.133vw !important;
        height: 100%;
        left: 0;
        top: 0;
    }
    .nav_left {
        margin-left: 9.600vw;
    }
    .hamburger{
        width: 10.133vw!important;
        height: 7.467vw!important;
        margin-right: 9.867vw;
    }

    .nav_right .nav-link {
        font-size: 4.800vw;
    }
    .nav_left {
        color: #3E9FFF;
        font-size: 5.333vw!important;
    }

}



/*FOOTER*/
.footer{
    width: 100%;
    height: 22.240vw;
    background-color: #FFFFFF;
    opacity: 1;
}
.footer div{
    position: absolute;
    padding-top: 3.750vw;
}
.footer1{
    padding-top: 3.594vw!important;
    padding-left: 12.5vw;
    font-size: 1.146vw;
    font-family: SourceSansBold;
    letter-spacing: 2.2px;
    color: #3E9FFF;
    opacity: 1;
    width: 39.792vw;
}
.footer h2{
    margin-bottom: 2.240vw;
    font-size: 0.938vw;
    font-family: SourceSansBold;
    letter-spacing: 0;
    color: #3E9FFF;
    text-transform: uppercase;
    opacity: 1;
}
.footer p{
    font-size: 0.938vw;
    font-family: SourceSansRegular;
    letter-spacing: 0;
    color: #7FBEFC;
    opacity: 1;
    margin-bottom: 0.885vw;
}
.footer2{
    left: 39.792vw;
}
.footer3{
    left: 54.219vw;
}
.footer4{
    left: 68.698vw;
}
.footer5{
  font-size: 0.625vw;
  font-family: SourceSansRegular;
  letter-spacing: 1.2px;
  color: #CCCCCC;
  opacity: 1;
  padding-top: 19vw!important;
  padding-left: 12.5vw;
}

footer a:hover{
  text-decoration: underline!important;
  text-decoration-color:#2B6AB4!important;
}
.footer_link:hover p{
  color: #2B6AB4!important;
}

@media (max-width: 767px) {
    .footer{ display: none;}
    .footer_tel{
        display: block!important;
        background-color: #FFFFFF;
        height: auto;
        padding-left: 9.867vw;
    }
    .footer_tel h2{
        font-size: 4vw;
        font-family: SourceSansBold;
        letter-spacing: 0;
        color: #3E9FFF;
        text-transform: uppercase;
        opacity: 1;
    }
    .footer_tel .nazov{
        font-size: 5.867vw;
        letter-spacing: 2.2px;
        margin-bottom: 9.333vw;
        padding-top: 8vw;
    }
    .footer_tel .n1{
        margin-bottom: 0.800vw;
    }
    .footer_tel p :not(.footer_copyright){
        font-size: 3.467vw;
        font-family: SourceSansRegular;
        letter-spacing: 0;
        color: #7FBEFC;
        opacity: 1;
        margin-bottom: 2.400vw;
    }
    .footer_tel .n2{
        margin-bottom: 4vh;
    }
    .footer_copyright{
      font-size: 3.200vw;
      font-family: SourceSansBold;
      letter-spacing: 1.2px;
      color: #EBEBEB;
      opacity: 1;
      padding-bottom: 4vw;
      margin-bottom: 0;
    }
    .footer_link{
      color: #7FBEFC;
    }
    .footer_link p{
      margin-bottom: 2vh;
    }

}


/*BUTTONY*/

.btn_hero{
  /*background-image: linear-gradient(to bottom,red,yellow,blue,green);*/
  background-image: linear-gradient(to bottom,#3E9FFF,#3E9FFF, #3B91E6, #1581ED);
  background-size: 100% 250%;
  box-shadow: 0px 10px 16px #00000029;
  color: #FFFFFF;
  border-radius: 12px;
  letter-spacing: 0.9px;
  border: none;
  opacity: 1;
  -webkit-transition:   background-position .2s ease-in-out, margin-bottom .15s ease, top .15s ease;
  -moz-transition:   background-position .2s ease-in-out, margin-bottom .15s ease, top .15s ease;
  -o-transition:   background-position .2s ease-in-out, margin-bottom .15s ease, top .15s ease;
  transition:   background-position .2s ease-in-out, margin-bottom .15s ease, top .15s ease;
}
.btn_hero.posun1{
  position: relative;
  top: 0;
}
.btn_hero:hover{
  background-position: 0 100%;
}
.btn_hero:hover.posun1{

  top: -2px;
}
.btn_hero:hover.posun2{
  margin-bottom: 2px;
}
.btn_hero:active{
/*  background-position: 0 0;
  background-size: 100% 100%;
  background-image: linear-gradient(#7FBEFC, #2B6AB4)!important;
  box-shadow: none;*/
  background-position: 0 100%;
}
.btn_hero:active.posun1{
  position: relative;
  top: -2px;
}
.btn_hero:active.posun2{
  margin-bottom: 2px;
}



.btn_card{
  background: #3E9FFF 0% 0% no-repeat padding-box;
  border-radius: 12px;
  opacity: 1;
}
.btn_card:hover{
  background: #2B6AB4 0% 0% no-repeat padding-box;
}
.btn_card:active{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2B6AB4;
  letter-spacing: 0.75px;
  color: #2B6AB4!important;
}


/*animacie*/

/*@media (min-width: 768px) {*/

    .animacia_obrazkov{
      animation-duration: .8s!important;
      animation-iteration-count: 1;
      animation-delay: 0s;
      /*animation-fill-mode: backwards;*/
    }


    .animacia_obrazkov_delay1{
      opacity: 1;
      animation-delay: .15s;
    }
    .animacia_obrazkov_delay2{
      opacity: 1;
      animation-delay: .3s;
    }
    .animacia_obrazkov_delay3{
      opacity: 1;
      animation-delay: .45s;
    }
    .animacia_obrazkov_delay4{
      opacity: 1;
      animation-delay: .35s;
    }
    .animacia_obrazkov_delay5{
      opacity: 1;
      animation-delay: .7s;
    }
    .animacia_obrazkov_delay6{
      opacity: 1;
      animation-delay: 1.05s;
    }
    /*@keyframes animacia_obrazkov_right {
      0% {    margin-left: -140px;opacity: 0;}
      100% {    margin-left: 0px;opacity: 1;}
    }
    @keyframes animacia_obrazkov_left {
      0% {    margin-left: 140px;opacity: 0;}
      100% {    margin-left: 0px;opacity: 1;}
    }*/
    @-webkit-keyframes animacia_obrazkov_right {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
      }
      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes animacia_obrazkov_right {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
      }
      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    .animacia_obrazkov.right{
      -webkit-animation-name: animacia_obrazkov_right;
      animation-name: animacia_obrazkov_right;
    }




    @-webkit-keyframes animacia_obrazkov_left {
      from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
      }
      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes animacia_obrazkov_left {
      from {
        opacity: 0;
        -webkit-transform: translate3d(20%, 0, 0);
        transform: translate3d(20%, 0, 0);
      }
      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    .animacia_obrazkov.left{
      -webkit-animation-name: animacia_obrazkov_left;
      animation-name: animacia_obrazkov_left;
    }
    
/*}*/




.animacia_textu{
  animation-duration: .8s!important;
  animation-iteration-count: 1;
  animation-delay: 0s;
  -webkit-animation-name: animacia_textu;
  animation-name: animacia_textu;
}

@-webkit-keyframes animacia_textu {
  from {  opacity: 0;}
  to {  opacity: 1;}
}

@keyframes animacia_textu {
  from {  opacity: 0;}
  to {  opacity: 1;}
}

.animacia_main{
  animation-duration: .8s!important;
  animation-iteration-count: 1;
  animation-delay: 0s;
  -webkit-animation-name: animacia_main;
  animation-name: animacia_main;
}

@-webkit-keyframes animacia_main {
  from {  opacity: 0;}
  to {  opacity: 1;}
}

@keyframes animacia_main {
  from {  opacity: 0;}
  to {  opacity: 1;}
}

/*FONTY*/

@font-face {
    font-family: SourceSansBold;
    src: url(../fonts/SourceSansPro-Bold.ttf)
}
@font-face {
    font-family: SourceSansSemiBold;
    src: url(../fonts/SourceSansPro-Semibold.ttf)
}
@font-face {
    font-family: SourceSansRegular;
    src: url(../fonts/SourceSansPro-Regular.ttf)
}
@font-face {
    font-family: SourceSansLight;
    src: url(../fonts/SourceSansPro-Light.ttf)
}


@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
