body {
	margin:0px;
	padding: 0px 0px 0px 0px;
  font-family: 'Roboto';
	font-size: 18px;
  font-weight: 300;
  font-style: normal;
	color: #212121;
	background-color: #ffffff;
}


html, body {
  height: 100%;
}


/*common*/
body.modal-open {
    overflow: hidden;
}


@font-face {
  font-family: 'Prata';
  src: url('../fonts/Prata-Regular.woff2') format('woff2'),
      url('../fonts/Prata-Regular.woff') format('woff'),
      url('../fonts/Prata-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
      url('../fonts/Roboto-Bold.woff') format('woff'),
      url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
      url('../fonts/Roboto-Light.woff') format('woff'),
      url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}


p {
	margin: 0px 0px 20px 0px;
   padding: 0px;
   font-size: 18px;
   line-height: 29px;
   font-weight: 300;
}


strong {
  font-weight: bold;
}


a {
  color: #2d429c;
  text-decoration: none;
  outline: 0 !important; 
 -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}


a:hover,  a:focus {
  color: #f1d17f;
  
}

 


h1 {
  font-family: 'Prata';
  font-size: 36px;
  text-align: left;
  color: #212121;
  line-height: normal;
  text-transform: uppercase;
  background: url(../images/header_h2.svg) no-repeat bottom left;
  padding: 0 0 30px 0;
  margin: 0 0 50px 0;
}


h2 {
  font-family: 'Prata';
  padding: 	0px 0px 20px 0px;
  font-size: 30px;
  color: #000000;
  text-align: left;
}


h3 {
  font-family: 'Prata';
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #212121;
  text-transform: uppercase;
}


h4 {
  font-family: 'Prata';
  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 20px;
  color: #212121;
  text-transform: uppercase;
}


div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0;
}


@media (max-width: 767px) {
  h1 {
    font-family: 'Prata';
    font-size: 24px;
    text-align: left;
    color: #212121;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
  }

  
h2 {
  font-size: 24px;
}
  
}


/*menu holder*/

.carousel {
  height: 1012px;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  margin: 0 auto;
}

.carousel-text-holder {
  top: 250px;
  position: absolute;
  width: 670px;
}

h1.h1-main {
  background: url(../images/header_main.svg) no-repeat top left;
  padding: 60px 0 20px 0;
  color: white;
  font-size: 45px;
  text-transform: uppercase;
  margin: 0;
}

.carousel-text-holder p {
  color: white;
  padding: 0 0 20px 0;
}

.btn-holder {
  background: url(../images/btn_border.svg) no-repeat top left;
  padding: 5px;
}

.main-btn {
  display: block;
  width: 290px;
  line-height: 60px;
  border: 1px solid #f1d17f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #f1d17f;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   

}


.main-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgba(231,168,82,1) 50%, rgba(241,209,127,1) 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}


.main-btn:hover, .main-btn:focus  {
  /*background: url(../images/btn_gradient.png) repeat-y left center;*/
  color: white;
}

.main-btn:hover:after {
  opacity: 1;
}

.main-btn span {
  position: relative;
  z-index: 3;
}



.carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
}

.carousel-indicators {
  margin-bottom: 60px;
}

.carousel-indicators .active {
  background-color: #f1d17f;
}



.menu-holder {
  background: url(../images/menu_bcg.png) repeat-x top;
  height: 117px;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 10px 0 0 0;
}

.nav-link {
  font-family: 'Prata';
  font-size: 16px;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: #2d429c;
  white-space:nowrap;
}

.nav-link:hover {
  color: #abb0c8;
}


.dropdown-menu {
  border: none;
  background-color: #455488;
}

.dropdown-menu .dropdown-item {
  font-family: 'Prata';
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  margin: 5px 0 5px 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #7e8fd8;
}

/*
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
} 
*/


.drp-lng {
  display: inline-block;
  cursor: pointer;
  right: 0px;
}


.langs {
  display: inline-block;
  border-radius: 80px;
  font-size: 18px;
  font-weight: bold;
  width: 60px;
  padding: 7px 10px 7px 15px;
  text-align: left;
  background: url(../images/triangle.svg) no-repeat right 10px center;
  color: #ba802a;
}


.dp-lang {
  background-color: white;
  border-radius: 8px;
  min-width: 60px;
  position: absolute;
  padding: 7px;
  display: none;
  box-shadow: 0 0 5px #e4e4e4;
  color: #ba802a;
}

.dp-lang .dropdown-item {
  font-size: 16px;
  padding: 4px 0 4px 0;
  text-align: center;
  font-weight: bold;
  color: #ba802a;
  text-transform: uppercase;
}



.see {
  display: block;
}


.carousel-control-next, .carousel-control-prev {
  width: 5%;
}

.slide-mob {
  display: none;
}


@media (max-width: 1920px) {
  .carousel-item img {
    width: auto;
    margin: 0 auto;
  }

}

@media (max-width: 1399px) {
  .nav-link {
    font-size: 14px;
  }

  .navbar-brand {
    width: 160px;
  }

  .navbar-brand img {
    width: 100%;
  }

  .menu-holder {
    height: 90px;
    width: 100%;
    padding: 10px 0 0 0;
  }

}


@media (max-width: 1199px) {

  .langs {
    font-size: 16px;
  }

  .navbar-brand {
    width: 140px;
  }

  .navbar-brand img {
    width: 100%;
  }

  .nav-link {
    font-size: 13px;
  }

  .menu-holder {
    height: 90px;
    width: 100%;
    padding: 10px 0 0 0;
  }

  .carousel-text-holder {
    width: 540px;
  }

  h1.h1-main {
    font-size: 36px;
  }

  .navbar-toggler {
    position: absolute;
    top: 20px;
    right: 0px;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem
  }
  

  .navbar-toggler:focus {
    outline: 0;
  }

  .navbar-toggler-icon {
    background-color: #ba802a;
    height: 4px;
    display: block;
    margin: 0 0 4px 0;
  }

}



@media (max-width: 991px) {

  .navbar {
    padding-top: 3px;
  }

  .drp-lng {
    top: 18px;
    right: 50px;
    position: absolute;
  }

  .navbar-brand {
    margin-left: 10px;
  }


  .navbar-collapse {
    background-color: #455488;
    width: 100%;
    top: 66px;
    position: absolute;
  }

  .menu-holder {
    height: 65px;
    width: 100%;
    padding: 0px 0 0 0;
  }

  .nav-link {
    color: white;
  }

  .menu-holder .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  
  }

  .dropdown-menu {
    background-color: #384575;
    text-align: center;
  }

}



@media (max-width: 767px) {

  .carousel-text-holder {
    width: 80%;
    top: 120px;
    position: absolute;
    left: 30px;

  }
  h1.h1-main {
    font-size: 24px;
    padding: 40px 0 10px 0;
  }

  .carousel-text-holder p {
    font-size: 16px;
    line-height: 21px;
  }

  .carousel {
    height: 100%;
  }

  .carousel-indicators {
    margin-bottom: 30px;
  }
  .main-btn {
    width: 100%;
  }

  .slide-img {
    display: none;
  }
  

  .slide-mob {
    display: block;
    height: 100%;
  }
  
  .navbar-toggler {
    top: 16px;
  }

  .drp-lng {
    top: 14px;
  }


}


/*serivces block*/

.services-block {
  padding: 90px 0 40px 0;
}

.service-holder {
  margin: 0 0 140px 0;
}

.services-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  background: url(../images/header_h2.svg) no-repeat bottom center;
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0 0 80px 0;
}

.service-pic {
  background: url(../images/service_p1_bcg.svg) no-repeat right bottom;
  padding: 0px 30px 30px 0;
  max-width: 469px;
  
}

.service-pic img {
  width: 100%;
  max-width: 437px;
}

.service-header-link {
  font-family: 'Prata';
  display: block;
  background: url(../images/services_header.svg) no-repeat top left;
  padding: 40px 0px 0 0px;
  font-size: 36px;
  margin: 10px 0 20px 0;
}

.link-btn {
  display: block;
  width: 290px;
  line-height: 60px;
  border: 1px solid #f1d17f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   
  background: rgb(241,209,127);
  background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgba(231,168,82,1) 50%, rgba(241,209,127,1) 100%);
  /*background: url(../images/btn_gradient.png) repeat-y top center;*/
  -webkit-backface-visibility: hidden;
  z-index: 1;
}


.link-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgb(241,209,127,1) 50%, rgba(241,209,127,1) 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.link-btn:hover, .link-btn:focus  {
  /*background: url(../images/btn_gradient.png) repeat-y left center;*/
  color: white;
}

.link-btn:hover:after {
  opacity: 1;
}

.link-btn span {
  position: relative;
  z-index: 3;
}


@media (max-width: 1399px) {

  .service-pic {
    background: url(../images/service_p1_bcg.svg) no-repeat right bottom;
    background-size: 386px;
    padding: 0px 30px 30px 0;
    max-width: 469px;
    margin-right: 40px;
  }
 
}


@media (max-width: 1199px) {

  .service-header-link {
    font-size: 30px;
  }

  .service-pic {
    background: url(../images/service_p1_bcg.svg) no-repeat right bottom;
    background-size: 317px;
    padding: 0px 24px 26px 0;
    max-width: 469px;
    margin-right: 40px;
  }
 
}


@media (max-width: 991px) {

  .service-pic {
    background: url(../images/service_p1_bcg.svg) no-repeat right bottom;
    background-size: 90%;
    padding: 0px 25px 25px 0;
    max-width: 469px;
    margin-right: 40px;
    margin: 0 auto 20px auto;
  }
 
}


@media (max-width: 767px) {

    .services-block {
    padding: 50px 0 20px 0;
  }

  .service-holder {
    margin: 0 0 70px 0;
  }

  .services-block h2 {
    font-size: 26px;
    text-transform: uppercase;
    background: url(../images/header_h2.svg) no-repeat bottom center;
    padding: 0 0 20px 0;
    text-align: center;
    margin: 0 0 60px 0;
  }

  .service-header-link {
    font-size: 24px;
  }

  p {
    font-size: 16px;
    line-height: 21px;
  }

  
.link-btn {
  display: block;
  width: 100%;
  max-width: none;
}

}


/*portfolio block*/

.portfolio-block {
  padding: 90px 0 90px 0;
  /*background: linear-gradient(230deg, rgba(52,69,125,1) 0%, rgba(88,110,179,1) 100%);*/
  background: url(/images/portfolio_bcg.png) no-repeat center bottom #586db2 ;
  background-size: auto;
  
}


.portfolio-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  background: url(../images/header_h2_blue.svg) no-repeat bottom center;
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0 0 80px 0;
  color: white;
}

.port-pic {
  background: url(../images/portfolio_pic.svg) no-repeat top right;
  padding: 20px 20px 0px 0;
  margin: 0 0 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   
}

.port-pic:hover {
   opacity: 0.8;
}

.port-pic img {
  width: 100%;
  max-width: 405px;
}

.port-link {
  display: block;
  color: white;
  text-align: center;
  margin: 0 0 60px 0;
}

.port-link:hover {
  color: #e1e8ff;
}

.btn-port {
  margin: 0 auto;
  width: 290px;
}


@media (max-width: 1399px) {

  .port-pic {
    background: url(../images/portfolio_pic.svg) no-repeat top right;
    background-size: 250px;
    padding: 20px 20px 0px 0;
    margin: 0 0 30px 0;
 
  }
 
}


@media (max-width: 1199px) {

  .port-pic {
    background: url(../images/portfolio_pic.svg) no-repeat top right;
    background-size: 200px;
    padding: 20px 20px 0px 0;
    margin: 0 0 30px 0;
 
  }

}


@media (max-width: 991px) {
  .port-pic {
    background-size: 150px;
  }
}


@media (max-width: 767px) {

  .portfolio-block {
    padding: 50px 0 50px 0;
    
  }


  .portfolio-block h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
    text-align: center;
    margin: 0 0 40px 0;
  }

  
  

  .port-pic {
    background-size: 70%;
  }

  .port-pic img {
    width: 100%;
    max-width: 100%;
  }


}

/* benefit block*/

.benefit-block {
  padding: 90px 0 40px 0;
}

.benefit-holder {
  margin: 0 0 40px 0;
}

.benefit-icon-holder {
  width: 153px;
  margin: 0px auto 40px auto;
}

.benefit-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  background: url(../images/header_h2.svg) no-repeat bottom center;
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0 0 80px 0;
}

.rhombus-icon {
  background: url(../images/rhombus_icon.svg) no-repeat center center;
  width: 153px;
  height: 179px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon-text {
  font-family: 'Prata';
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.ben-positive-block {
  background: url(../images/ben_pos_line.png) no-repeat right;
  padding-right: 100px;
  margin: 100px 0 0 0;
}

.ben-positive-block ul li {
  list-style-type: none;
  background: url(../images/rhobm_sm_pos.svg) no-repeat right;
  text-align: right;
  padding: 0 40px 0 0;
  margin: 0 0 10px 0;
  line-height: normal;
}

.benefit-block h3.h3-pos {
  font-size: 22px;
  font-family: 'Prata';
  font-weight: normal;
  padding: 0 0 60px 0;
  text-align: right;
}

.benefit-block h3.h3-neg {
  font-size: 22px;
  font-family: 'Prata';
  font-weight: normal;
  padding: 0 0 60px 0;
  text-align: left;
  color: #adb6df;
}




.ben-negative-block {
  padding-right: 100px;
  margin: 100px 0 0 0;
}

.ben-negative-block ul li {
  list-style-type: none;
  background: url(../images/rhobm_sm_neg.svg) no-repeat left;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 0 0 10px 0;
  line-height: normal;
}

.mob-show {
  display: none;
}



@media (max-width: 1399px) {
  .benefit-block h3.h3-pos, .benefit-block h3.h3-neg {
    font-size: 18px;
    padding: 0 0 0px 0;
  }

  .benefit-icon-holder {
    margin: 0 0 20px 0;
  }
 
}


@media (max-width: 1199px) {

  .benefit-icon-text {
    margin: 0;
  }

  .benefit-holder {
    margin: 0 0 10px 0;
  }


  .ben-negative-block {
    padding-right: 40px;
    margin: 80px 0 0 0;
  }

  .ben-positive-block {
    padding-right: 40px;
    margin: 80px 0 0 0;
    background: none;
  }

  .benefit-icon-holder {
    width: 100%;
  }

  .rhombus-icon {
    width: 100%;
    background-size: 100%;
  }

}

@media (max-width: 991px) {

  .rhombus-icon {
    height: 125px;
  }

  .ben-positive-block {
    margin: 39px 0 0 0;
    padding-right: 0;
  }

  .ben-negative-block {
    margin: 39px 0 0 0;
  }

  .ben-positive-block ul {
    margin: 0;
    padding: 0;
  }

  .ben-negative-block ul {
    margin: 0;
    padding: 0;
  }


  
}


@media (max-width: 767px) {

  .benefit-block {
    padding: 50px 0 50px 0;
  }

  .benefit-holder {
    margin: 0 0 40px 0;
  }

  .benefit-block h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
    text-align: center;
    margin: 0 0 10px 0;
  }

  .rhombus-icon {
    width: 100px;
    background-size: 100%;
  }

  .benefit-block h3.h3-pos, .benefit-block h3.h3-neg {
    text-align: left;
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: none;
  }


  .benefit-icon-holder {
    width: 100px;
    margin: 0 auto 20px auto;
  }

  .rhombus-icon {
    width: 75px;
    height: 88px;
    margin: 0 auto;
  }

  .benefit-icon-text {
    font-size: 14px;
  }

  .rhombus-icon img {
    width: 35px;
  }

  .ben-positive-block {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #c5cbe8;
  }

  .ben-positive-block ul {
    margin: 0;
    padding: 0;
  }

  .ben-positive-block ul li {
    list-style-type: none;
    background: url(../images/rhobm_sm_pos.svg) no-repeat left;
    background-size: 15px;
    text-align: left;
    padding: 0 0px 0 30px;
    margin: 0 0 10px 0;
    line-height: normal;
    font-size: 16px;
  }

  .ben-negative-block {
    margin: 0;
  }

  .ben-negative-block ul {
    margin: 0;
    padding: 0;
  }

  .ben-negative-block ul li {
    list-style-type: none;
    background: url(../images/rhobm_sm_neg.svg) no-repeat left;
    background-size: 15px;
    text-align: left;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    line-height: normal;
    font-size: 16px;
  }
  

  .mob-hide {
    display: none;
  }

  .mob-show {
    display: block;
  }

}

/*promotion block*/

.promotion-block {
  background-color: #f4f6ff;
  padding: 0px 0 0px 0;
}

h3.h3remont {
  background: url(../images/promo_i1.svg) no-repeat top center, url(../images/header_h2_blue.svg) no-repeat bottom center;
  padding: 80px 0 30px 0;
  text-transform:none;
  text-align: center;
  font-size: 36px;
  margin: 0 0 40px 0;
}

 h3.h3bud {
  background: url(../images/promo_i2.svg) no-repeat top center, url(../images/header_h2_blue.svg) no-repeat bottom center;
  padding: 80px 0 30px 0;
  text-transform:none;
  text-align: center;
  font-size: 36px;
  margin: 0 0 40px 0;
}

.pm-left {
  border-right: 1px solid #d7dcf2;
}

.promo-text {
  text-align: center;
  margin: 0 0 40px 0;
}

.promo-holder {
  background: url(../images/promo_bcg.png) no-repeat bottom center;
  padding: 200px 40px 220px 40px;
 
}


@media (max-width: 1399px) {
  .promo-holder {
    background: url(../images/promo_bcg.png) no-repeat bottom center;
    padding: 200px 0px 220px 0px;
  }
}


@media (max-width: 1199px) {

  h3.h3bud {
    font-size: 30px;
  }

  h3.h3remont {
    font-size: 30px;
  }

  .pm-left {
    border-right: none;
  }

}


@media (max-width: 991px) {
  .promo-holder {
    padding: 60px 0 60px 0;
  }

  .pm-left {
    border-bottom: 1px solid #d7dcf2;
  }

}

@media (max-width: 767px) {

  h3.h3remont {
    background: url(../images/promo_i1.svg) no-repeat top center, url(../images/header_h2_blue.svg) no-repeat bottom center;
    padding: 80px 0 30px 0;
    text-transform:none;
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  
  h3.h3bud {
    background: url(../images/promo_i2.svg) no-repeat top center, url(../images/header_h2_blue.svg) no-repeat bottom center;
    padding: 80px 0 30px 0;
    text-transform:none;
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px 0;
  }

  .promo-holder {
    padding: 40px 0 40px 0;
  }

  .pm-left {
    border-bottom: 1px solid #d7dcf2;
  }

  .promo-text {
    font-size: 16px;
  }
  
}


/*about-block*/

.about-block {
  padding: 90px 0 90px 0;
}

.about-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  background: url(../images/header_h2.svg) no-repeat bottom center;
  padding: 0 0 40px 0;
  text-align: center;
  margin: 0 0 80px 0;
}


@media (max-width: 767px) {

  .about-block h2 {
    font-size: 26px;
    text-transform: uppercase;
    background: url(../images/header_h2.svg) no-repeat bottom center;
    padding: 0 0 20px 0;
    text-align: center;
    margin: 0 0 60px 0;
  }
}


/*contact-block*/

.contact-block {
  background: url(../images/contact_bcg.jpg) no-repeat center center;
  background-size: cover;
  padding: 160px 0 160px 0;
}

.contact-block h2 {
  font-size: 36px;
  text-transform: uppercase;
  background: url(../images/header_h2_blue.svg) no-repeat bottom left;
  padding: 0 0 40px 0;
  text-align: left;
  margin: 0 0 60px 0;
  color: white;
}

.telephone {
  background: url(../images/cont_i1.svg) no-repeat left;
  font-size: 30px;
  padding: 0 0 0 60px;
  color: #ffe091;
  display: block;
  margin: 0 0 40px 0;
}

.telephone:hover, .telephone:focus {
  color: white;
}


.location {
  background: url(../images/cont_i2.svg) no-repeat left;
  font-size: 20px;
  padding: 10px 0 10px 60px;
  color: #ffffff;
  display: block;
  margin: 0 0 40px 0;
}


.mail {
  background: url(../images/cont_i3.svg) no-repeat left;
  font-size: 20px;
  padding: 0 0 0 60px;
  color: #ffe091;
  display: block;
  margin: 0 0 40px 0;
}

.mail:hover, .mail:focus {
  color: white;
}


.time {
  background: url(../images/cont_i4.svg) no-repeat left;
  font-size: 20px;
  padding: 10px 0 10px 60px;
  color: #ffffff;
  display: block;
  margin: 0 0 40px 0;
}

.form-holder {
  background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgba(231,168,82,1) 50%, rgba(241,209,127,1) 100%);
  padding: 50px 50px 70px 50px;
}

.form-field {
  margin: 0 0 40px 0;
  border: none;
  border-radius: 0;
  height: 70px;
  font-size: 18px;
  padding: 0 0 0 30px;
}

.form-header {
  text-align: center;
  font-size: 30px;
  margin: 0 0 40px 0;
  font-family: 'Prata';
}

.btn-submit {
  border: 1px solid #ffffff;
  background: transparent;
  width: 100%;
  height: 78px;
  font-size: 22px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.btn-submit:hover {
  background-color: white;
  color: #f0ce7b;
}

.btn-border {
  background: url(../images/btn_border_form.svg) no-repeat top left;
  padding: 5px;
}



@media (max-width: 991px) {
  .form-holder {
    padding: 40px 50px 50px 50px;
  }
}


@media (max-width: 767px) {

  .form-header {
    font-size: 24px;
    margin: 0 0 20px 0;
  }

  
.form-field {
  margin: 0 0 20px 0;
  height: 57px;
  font-size: 16px;
  padding: 0 0 0 20px;
}
  

  .contact-block {
    padding: 50px 0 50px 0;
  }

  .contact-block h2 {
    font-size: 26px;
    padding: 0 0 20px 0;
    text-align: left;
    margin: 0 0 40px 0;
    color: white;
  }


  .form-holder {
    margin: 30px 0 0 0;
    padding: 20px 30px 20px 30px;
  }

  .telephone {
    font-size: 26px;
    margin: 0 0 10px 0;
  }
   
  
  .location {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
    
  .mail {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  
  .time {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .btn-submit {
    border: 1px solid #ffffff;
    background: transparent;
    width: 100%;
    height: 58px;
    font-size: 16px;

  }


}


/*footer*/

.footer {
  background-color: #34457d;
  padding: 80px 0 80px 0;
  color: white;
  font-size: 16px;
}

.copyright {
  color: #98a5d2;
  display: block;
  text-align: center;
  font-size: 16px;
}

.soc-holder {
  text-align: right;
  padding: 20px 0 0 0;
}

.soc {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.fb {background: url(../images/soc_fb.svg) no-repeat center center;}
.inst {background: url(../images/soc_inst.svg) no-repeat center center;}
.lndn {background: url(../images/soc_lndn.svg) no-repeat center center;}

.soc:hover {
  opacity: 0.8;
}


@media (max-width: 767px) {

  .footer {
    padding: 40px 0 40px 0;
  }
  

.bot-logo-holder {
  text-align: center;
  margin: 0 0 10px 0;
}

.soc-holder {
  text-align: center;
  padding: 10px 0 0 0;
}

}



/*services page*/

.navline {
  background-color: #4a5a8b;
  padding: 5px 0 5px 0;
  position: absolute;
  top: 117px;
  width: 100%;
  color: white;
  font-size: 14px;
}

.navline a {
  color: #f0ce7c;
}

.content-block {
  padding: 180px 0 40px 0;
}


@media (max-width: 1399px) {

  .navline {
    top: 90px;
  }

  .content-block {
    padding: 150px 0 0 0;
  }
  
}

@media (max-width: 991px) {
  .navline {
    top: 65px;
  }

  .content-block {
    padding: 120px 0 40px 0;
  }
}


/*service page*/

.service-holder-page {
  margin: 0 0 40px 0;
}

.service-holder-page img.left-img {
  padding-right: 80px;
  width: 100%;
  max-width: 634px;
}

.service-holder-page img.right-img {
  padding-left: 80px;
  width: 100%;
  max-width: 634px;
}



.divider {
  background: url(../images/divider.png) no-repeat center center;
  padding: 40px 0 40px 0;
  margin: 0 0 80px 0;
}

@media (max-width: 1399px) {

  .service-holder-page img.left-img {
    padding-right: 40px;
    width: 100%;
    max-width: 594px;
  }

  .service-holder-page img.right-img {
    padding-left: 40px;
    width: 100%;
    max-width: 594px;
  }

}



@media (max-width: 1199px) {

  .service-holder-page img.left-img {
    padding-right: 30px;
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
  }

  .service-holder-page img.right-img {
    padding-left: 30px;
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
  }

}


@media (max-width: 991px) {

  .service-holder-page img.left-img {
    padding-right: 0px;
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
  }

  .service-holder-page img.right-img {
    padding-left: 0px;
    width: 100%;
    max-width: none;
    margin: 0 0 40px 0;
  }


  .divider {
    background: url(../images/divider.png) no-repeat center center;
    padding: 0px 0 40px 0;
    margin: 0 0 40px 0;
  }
  

} 

.contact-promo-block {
  background-color: #fffbed;
  border: 1px solid #ffeec4;
  padding: 70px 70px 40px 70px;
  margin: 0 0 60px 0;
}

.contact-promo-block h2 {
  color: #34457d;
}

.cnt-block {
  margin: 40px 0 0 50px;
}

.cnt-tel {
  display: block;
  background: url(../images/cont_i1.svg) no-repeat left;
  font-size: 28px;
  padding: 5px 0 5px 40px;
  margin: 0 0 10px 0;
}


@media (max-width: 1399px) {

  .contact-promo-block h2 {
    font-size: 28px;
  }

  .cnt-block {
    margin: 40px 0 0 20px;
  }

}


@media (max-width: 1199px) {
  .contact-promo-block {
    padding: 50px 50px 30px 50px;
    margin: 0 0 60px 0;
  }

  .cnt-block {
    margin: 40px 0 0 0px;
  }

  .contact-promo-block .link-btn {
    width: 100%;
  }

  .cnt-tel {
    display: block;
    background: url(../images/cont_i1.svg) no-repeat left;
    font-size: 24px;
    padding: 5px 0 5px 40px;
    margin: 0 0 10px 0;
  }

  .cnt-block {
    margin: 80px 0 0 0px;
  }

}


@media (max-width: 991px) {
  .cnt-block {
    margin: 0px 0 20px 0px;
  }
}


@media (max-width: 767px) {

  .contact-promo-block {
    background-color: #fffbed;
    border: 1px solid #ffeec4;
    padding: 20px 20px 0px 20px;
    margin: 0 0 60px 0;
  }

  .contact-promo-block h2 {
    font-size: 23px;
  }
  
}


/*portfolio page*/

.portfolio-holder-in {
  margin: 0 0 40px 0;
}

.port-link-in {
  display: block;
  text-align: center;
  margin: 0 0 60px 0;
}

.port-link-in:hover {
  color: #f1d17f;
}


.pages-holder {
  margin: 0 0 100px 0;
  text-align: center;
}

.pages-holder a {
  display: inline-block;
  width: 35px;
  line-height: 20px;
  background-color: #eaedf9;
  font-size: 20px;
  padding: 12px;
  text-align: center;
  margin: 0 5px 0 5px;
}


.pages-holder a:hover {
  background-color: #4d5c8d;

}

.page-active {
  display: inline-block;
  background-color: #4d5c8d;
  width: 35px;
  line-height: 20px;
  padding: 12px;
  font-size: 20px;
  color: white;
  margin: 0 5px 0 5px;
}

@media (max-width: 767px) {

  .portfolio-holder-in {
    margin: 0 0 20px 0;
  }

  .pages-holder {
    margin: 0 0 60px 0;
    text-align: center;
  }
  

  .pages-holder a {
    margin: 0 3px 0 3px;
  }

  .page-active {
    margin: 0 3px 0 3px;
  }
  
}

.port-option {
  background: url(../images/port_op_bullet.svg) no-repeat left;
  padding: 3px 0 3px 35px;
  margin-right: 60px;
}

.content-pic {
  width: 100%;
}

@media (max-width: 767px) {
  .port-option {
    display: block;
    margin: 0 0 20px 0;
  }
}


/*promotion page*/

.promo-holder-in {
  padding: 0px 40px 220px 40px;
 
}


@media (max-width: 767px) {
  .promo-holder-in {
    padding: 0px 0 40px 0;
    margin-bottom: 40px;
  }
}


/*article*/

.article-holder {
  margin: 0 0 60px 0;
}

.article-header-link {
  font-size: 30px;
  font-family: 'Prata';
  display: block;
  margin: 0 0 15px 0;
}

.art-cor {
  padding-left: 60px;
}


.art-pic {
  background: url(../images/portfolio_pic.svg) no-repeat top right;
  padding: 20px 20px 0px 0;
  margin: 0 0 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   
}

.art-pic:hover {
   opacity: 0.8;
}


.art-pic img {
  width: 100%;
  max-width: 405px;
}


@media (max-width: 1399px) {

  .art-pic {
    background: url(../images/portfolio_pic.svg) no-repeat top right;
    background-size: 250px;
    padding: 20px 20px 0px 0;
    margin: 0 0 30px 0;
 
  }
 
}



@media (max-width: 1199px) {

  .art-cor {
    padding-left: 20px;
  }

  .art-pic {
    background: url(../images/portfolio_pic.svg) no-repeat top right;
    background-size: 200px;
    padding: 20px 20px 0px 0;
    margin: 0 0 30px 0;
 
  }

}

@media (max-width: 991px) {

  .art-pic {
    background: url(../images/portfolio_pic.svg) no-repeat top right;
    background-size: 70%;
    padding: 20px 20px 0px 0;
    margin: 0 0 30px 0;
 
  }

  .art-pic img {
    width: 100%;
    max-width: none;
  }
  

  .article-header-link {
    font-size: 24px;
    font-family: 'Prata';
    display: block;
    margin: 0 0 15px 0;
  }

  .art-cor {
    padding-left: 10px;
  }

}

/*contacts*/


.telephone-c {
  background: url(../images/cont_i1.svg) no-repeat left;
  font-size: 30px;
  padding: 0 0 0 60px;
  display: block;
  margin: 0 0 40px 0;
}

.telephone:hover, .telephone:focus {
  color: white;
}


.location-c {
  background: url(../images/cont_i2.svg) no-repeat left;
  font-size: 20px;
  padding: 10px 0 10px 60px;
  display: block;
  margin: 0 0 40px 0;
}


.mail-c {
  background: url(../images/cont_i3.svg) no-repeat left;
  font-size: 20px;
  padding: 0 0 0 60px;
  display: block;
  margin: 10px 0 40px 0;
}

.map-holder {
  height: 600px;
  margin: 20px 0 60px 0;
}

.form-contacts {
  width: 80%;
  padding: 40px;
  margin: 0 auto 60px auto;
  border: 1px solid #e4e7f1;
}

.fc-text {
  text-align: center;
  margin: 0 0 30px 0;
}

.fc-input {
  height: 70px;
  font-size: 18px;
  padding-left: 30px;
  margin: 0 0 30px 0;
  border-radius: 0px;
}

.fc-area {
  height: 170px;
  font-size: 18px;
  padding-left: 30px;
  padding-top: 20px;
  border-radius: 0px;
}


.fc-btn-submit {
  border: 1px solid #ffffff;
  background: #ddb35f;
  width: 100%;
  height: 78px;
  font-size: 22px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.fc-btn-submit:hover {
  opacity: 0.8;
}

.fc-btn-border {
  background: url(../images/btn_border_fc.svg) no-repeat top left;
  padding: 5px;
  width: 60%;
  margin: 0 auto;
  padding: 5px;
  
}


@media (max-width: 1199px) {

  .telephone-c {
    font-size: 24px;
  }

  .location-c {
    font-size: 18px;
  }
  
  
  .mail-c {
    font-size: 18px;
  }

}



@media (max-width: 991px) {

  .telephone-c {
    font-size: 24px;
    margin: 0 0 10px;
    background-size: 35px;
  }

  .location-c {
    font-size: 18px;
    margin: 0 0 10px;
    background-size: 35px;
  }
  
  
  .mail-c {
    font-size: 18px;
    margin: 0 0 10px;
    background-size: 35px;
  }

  
.form-contacts {
  width: 100%;
}

}


@media (max-width: 767px) {

  .form-contacts {
   padding: 20px;
  }

  .fc-btn-border {
    width: 100%;
    
  }

  .fc-text {
    font-size: 16px;
  }
  
.fc-input {
  font-size: 16px;
  padding-left: 20px;
  margin: 0 0 30px 0;
  border-radius: 0px;
}

.fc-area {
  font-size: 16px;
  padding-left: 20px;
  padding-top: 20px;
  border-radius: 0px;
}

.fc-btn-submit {
  font-size: 18px;
  height: 70px;
}
}



/*------------modal-----------*/
.modal-open .menu-holder {
  padding-right: 17px;
  }
  
  
  .modal-inner {
    padding: 50px;
  }
  
  
  .form-head {
    font-family: "Prata";
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 24px;
  }
  
  .close-cross  {
    color: #282520;
     top: 20px;
     right: 20px;
     position: absolute;
     border: none;
     z-index: 999;
     outline: none !important;
  }
  
  .close-cross:focus  {
     outline: none !important;
  }
  
  .modal-content {
    padding: 40px;
    border-radius: 0;
  }
  
 
  
  .frm-name, .frm-tel {
    border-radius: 0;
    height: 70px;
    padding-left: 20px;
    font-size: 18px;
    margin: 0 0 30px 0;
  }
  
  
   .md-btn-border {
    background: url(../images/btn_border_fc.svg) no-repeat top left;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    
  }
  
   
   .form-p {
    font-size: 18px;
    text-align: center;
  }
  
  @media (max-width: 767px) {
    .modal-content {
      padding: 10px;
    }

    .form-p {
      font-size: 16px;
    }

  }



  /*------------quiz pages-------------*/

  .start-holder {
    border: 1px solid #bdc3d5;
    padding: 80px 70px 80px 70px;
    width: 60%;
    margin: 40px auto 60px auto;

  }


  .quiz-content-block {
    padding: 160px 0 0px 0;
  }

  .prm-quiz {
    margin: 0;
  }

  .h1-quiz {
    text-transform: none;
    margin: 20px 0 40px 0;
    
  }
  
  .tel-top {
    background: url(../images/tel_top.svg) no-repeat left;
    font-size: 24px;
    padding: 0 0 0 40px;
    display: block;
    margin: 0 0 40px 0;
    position: absolute;
    left: 40%;
    top: 30px;
  }

  .dp-quiz {
    position: absolute;
    right: 10px;
  }

  .quiz-question-holder {
    margin: 0 0 80px 0;
    padding: 0 0 80px 0;
  }

  .quiz-question-holder-hor {
    margin: 0 0 20px 0;
  }

  .question-option {
    font-size: 18px;
    border: 1px solid #bdc3d5;
    width: 300px;
    margin: 0 auto 20px auto;
    cursor: pointer;
  }

  .question-option img {
    width: 100%;
    max-width: 350px;
    border: 8px solid #edf1ff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;   
  }

  .question-option-text {
    padding: 20px;
  }

  .question-option:hover, .question-option:focus {
     border: 1px solid #ddb35f;
  }

  .question-option:hover > img, .question-option:focus > img {
    border: 8px solid #ddb35f;
 }



.bar-holder {
  background-color: #edf1ff;
  padding: 15px 0 30px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   

}

.progress {
  background-color: #ffffff;
  height: 10px;
  border-radius: 0px;
}

.bg-progr {
  background-color: #f1d17f;
}

.readiness {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.prg {
  position: relative;
  opacity: 0;
}

.next-btn-holder {
  background: url(../images/btn_border.svg) no-repeat top left;
  padding: 5px;
  width: 150px;
  line-height: 46px;
  position: absolute;
  right: 0;
}

.arrow-front {
  width: 20px;
  height: 13px;
  background: url(../images/arrow_front.svg) no-repeat center center;
  position: absolute;
  z-index: 99;
  right: 15px;
  top: 22px;

}

.next-btn {
  display: block;
  
  border: 1px solid #f1d17f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;   
  background: rgb(241,209,127);
  background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgba(231,168,82,1) 50%, rgba(241,209,127,1) 100%) ;
  /*background: url(../images/btn_gradient.png) repeat-y top center;*/
  z-index: 1;
}


.next-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgb(241,209,127,1) 50%, rgba(241,209,127,1) 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.next-btn:hover, .next-btn:focus  {
  /*background: url(../images/btn_gradient.png) repeat-y left center;*/
  color: white;
}

.next-btn:hover:after {
  opacity: 1;
}

.next-btn span {
  position: relative;
  z-index: 3;
}

.back-btn {
  border: 1px solid #bdc3d5;
  background: url(../images/arrow_back.svg) no-repeat center left 10px;
  width: 146px;
  line-height: 46px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
}

.back-btn:hover {
  background-color: #e2e8ff;
}

.question-horizontal {
  border: 1px solid #bdc3d5;
  padding: 20px 20px 20px 80px;
  position: relative;
  cursor: pointer;
}

.hor-circle {
  border-radius: 80px;
  border: 1px solid #bdc3d5;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;   
}

.question-horizontal:hover, .question-horizontal:focus {
  border: 1px solid #ddb35f;
}

.question-horizontal:hover > div.hor-circle, .question-horizontal:focus > div.hor-circle {
    background-color: #ddb35f;
    border: 1px solid #ddb35f;
}

.form-holder-final {
  width: 600px;
  margin: 0 auto 80px auto;
  padding: 40px;
  border: 1px solid #bdc3d5;
}


@media (max-width: 1399px) {
  .tel-top {
    left: 40%;
    top: 15px;
    padding: 5px 0 5px 40px;
  }
}

  @media (max-width: 1199px) {

    .question-option {
      width: 100%;
    }

    .start-holder {
      border: 1px solid #bdc3d5;
      padding: 80px 70px 80px 70px;
      width: 80%;
      margin: 0 auto 120px auto;
  
    }

    .tel-top {
      font-size: 20px;
      left: 40%;
      top: 15px;
      padding: 5px 0 5px 40px;
    }
  }


  @media (max-width: 991px) {
    .start-holder {
      border: 1px solid #bdc3d5;
      padding: 80px 70px 80px 70px;
      width: 100%;
      margin: 0 auto 40px auto;
  
    }

    .quiz-content-block {
      padding: 130px 0 40px 0;
    }

    .question-option-text {
      padding: 10px;
      font-size: 16px;
    }

    .quiz-question-holder {
      margin: 0 0 60px 0;
      padding: 0 0 0px 0;
    }


  }




  @media (max-width: 767px) {

    .question-horizontal {
      border: 1px solid #bdc3d5;
      padding: 10px 10px 10px 50px;
      position: relative;
      cursor: pointer;
      font-size: 16px;
    }

    .hor-circle {
      left: 10px;
    }


    .form-holder-final {
      width: 100%;
      margin: 0 auto 80px auto;
      padding: 20px;
      border: 1px solid #bdc3d5;
    }


    .quiz-question-holder {
      margin: 0 0 90px 0;
      padding: 0 0 0px 0;
    }

    .h1-quiz {
      margin: 0 0 20px 0;
    }

    .quiz-content-block {
      padding: 110px 0 40px 0;
    }

    .question-option-text {
      padding: 10px;
      font-size: 16px;
    }

    .start-holder {
      border: 1px solid #bdc3d5;
      padding: 20px 10px 20px 10px;
      width: 100%;
      margin: 0 auto 40px auto;
      }

    .tel-top {
      background: none;
      font-size: 16px;
      padding: 0 0 0 20px;
      display: block;
      margin: 0 0 40px 0;
      position: absolute;
      left: 140px;
      top: 20px;
    }

    .btn-port {
      width: 100%;
    }

    .bar-holder {
      background-color: #edf1ff;
      padding: 5px 0 15px 0;
    
    }
    


    .arrow-btns-holder {
      margin: 10px auto;
      width: 100%;
      height: 40px;
      position: relative;
    }

    
  .next-btn-holder {
    right: 0;
    width: 120px;
    }

    .back-btn {
      width: 100%;
      right: 0px;
      top: 5px;
      font-size: 16px;
      text-align: right;
      padding-right: 10px;
    }

    .readiness {
      margin: 8px 0 5px 0;
    }

  }



/*-----------------------------------------quiz classes--------------------------------------*/
/*-----------------------------------------quiz classes--------------------------------------*/
/*-----------------------------------------quiz classes--------------------------------------*/
/*-----------------------------------------quiz classes--------------------------------------*/
/*-----------------------------------------quiz classes--------------------------------------*/

.question-hider {
  display: none;
}

.opacity-hider {
  opacity: 0;
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;  
}

#step-0, #step-1, #step-2, #step-3, #step-4, #step-5, #step-6 {
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;   
}

.opacity-show  {
  opacity: 1;
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  transition: all 1.6s ease;   
}




.qop-check {
  border: 1px solid #ddb35f;
 }

 .qop-check img {
  border: 8px solid #ddb35f;
 }

 
 .qop-check div.hor-circle {
  background-color: #ddb35f;
  border: 1px solid #ddb35f;
}



.dp-lang .dropdown-item:hover, .dp-lang .dropdown-item:focus {
  font-size: 16px;
  padding: 4px 0 4px 0;
  text-align: center;
  font-weight: bold;
  color: #ba802a;
  text-transform: uppercase;
  background-color:#e7ebff;
}




/*contest banner*/

.contest-h3 {
  font-size: 24px;
  margin: 0;
  padding: 20px 0 10px 0;
  text-align: center;
}



.cookie-consent-banner {
display: none;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #f8f9fa;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
color: black;
padding: 15px;
font-size: 14px;
text-align: center;
z-index: 1000;
}

.cookie-consent-button {
border: none;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 4px;
}

.cookie-consent-banner p {
  font-size: 16px;
}

.cookie-consent-button:hover {
box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
opacity: .5;
}

.cookie-consent-button.btn-success {
color: white;
background: rgb(241,209,127);
background: linear-gradient(90deg, rgba(241,209,127,1) 0%, rgba(231,168,82,1) 50%, rgba(241,209,127,1) 100%);
margin-bottom: 20px;
}

.cookie-consent-button.btn-grayscale {
background-color: #dfe1e5;
color: black;
margin-bottom: 20px;
}

.cookie-consent-button.btn-outline {
  background: rgb(255, 242, 211);
color: #be7500;
margin-bottom: 20px;
}

.cookie-consent-options {
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 10px;
}

.cookie-consent-options label {
margin: 0 10px;
font-size: 14px;
}

.cookie-consent-options input {
margin-right: 5px;
}
