@-webkit-keyframes topHover {
  from {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes topHover {
  from {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes topHoverAfter {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes topHoverAfter {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}




.ic_phone{
  background-image: url(/local/templates/cubtemplate/img/icons/svg/ic_phone.svg);
  width: 21px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  top: 3px
}

.ic_arrow-long, .ic_arrow-blue{
  background-image: url(/local/templates/cubtemplate/img/icons/svg/ic_arrow-long.svg);
  width: 60px;
  height: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  padding-left: 10px;
}

.ic_arrow-blue{
  background-image: url(/local/templates/cubtemplate/img/icons/svg/ic_arrow-long-blue.svg);
}

a.btn{
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 20px 0 20px;
  max-width: none;
  width: auto;
}

.box-privileges .button-box{
  padding-bottom: 60px;
}

.btn, btn-line, .btn-line-blue  {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  height: 40px;
  width: 260px;
  max-width: 240px;
  font-family: Intro Bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 1px;
  cursor: pointer;
}

.btn-line.hover:hover {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  height: 40px;
 
 
  font-family: Intro Bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
 
  cursor: pointer;
}

.btn-line:hover, .btn-line.hover {
  background: #fff;
  border: 2px solid #fff;
  color: #232322;

}

.btn-blue {
  background: #154889;
  border: 2px solid #fff;
  color: #fff;

}

.btn-line-blue{
  border: 2px solid #154889;
  color: #154889
}

.btn-line-blue:hover  {
  background: #154889;
  border: 2px solid #154889;
  color: #fff;

}

.btn-download {
  background: #154889;
  height: 46px;
  width: 100%;
  max-width: none;
  font-size: 14px;
  border: none;
  text-align: left;
  padding-left: 27px;
  line-height: 47px;
  background-image: url(/local/templates/cubtemplate/img/icons/ic_download.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 17px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 40px;
}


input[type="text"], input[type="email"], input[type="tel"], textarea{
  background: #fff;
  border: none;
  color: #000000;
  padding: 16px 36px 14px 0px;
  width: calc(100% - 61px);
  text-overflow: ellipsis;
  border-bottom: 1px solid #000;
}

input.search {
	background-image: url(/local/templates/cubtemplate/img/icons/svg/ic_search.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-color: #f3f4f5;
	border: none;
	padding-left: 25px;
}



select{
  background: #F3F4F5;
  border: none;
  color: #000000;
  padding: 16px 20px 14px ;
  width: calc(100%);

  text-overflow: ellipsis;
}

.modal-window input[type="text"],
.modal-window input[type="email"],
.modal-window input[type="tel"],
.modal-window textarea
{
  width: calc(100% - 53px);
  max-width: none;
}

.modal-window  .input-form textarea {
  max-width: calc(100% - 53px);
  min-width: calc(100% - 32px);
  min-height: 80px;
  height: 27px;
}

.modal-window .box-header-2 {
  text-align: center;
  font-size: 35px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus
{
  border-color: #154889;
}

.next-slide{
  font-size: 14px;
  line-height: 14px;
  z-index: 1111;
  padding-right: 7%;
  position: relative;
  top: -20px;

  /* identical to box height */
  letter-spacing: 0.1em;
  text-transform: uppercase;

  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.box-nav-slider{
  text-align: right;
  width: auto;

  z-index: 111;
  position: absolute;
  left: 0;
  right: 0;
}