body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #ffffff;
}


html,
body {
  height: 100%;
}


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



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

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



p {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 28px;

}


strong {
  font-weight: bold;
}


a {
  color: #004479;
  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: #0074cd;

}




h1 {
  font-size: 36px;
  background: url(../images/header_line.svg) no-repeat left top;
  font-weight: bold;
  margin: 0 0 40px 0;
  text-align: left;
  padding: 10px 0 0 0;

}


h2 {
  padding: 0px 0px 20px 0px;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
}


h3 {

  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 24px;
  text-align: left;
  color: #212121;
  font-weight: bold;
}


h4 {

  padding: 0px 0px 20px 0px;
  margin: 0;
  font-size: 20px;
  color: #212121;
  text-transform: uppercase;
 font-weight: bold;
}


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



/*menu holder*/

.menu-holder {
  width: 100%;
  position: fixed;
  padding: 20px 0 0 0;
  z-index: 99;
  transition: all 0.6s ease;
}


.text-right {
  flex-direction: row-reverse;
}

.nav-link {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover {
  color: #6edfff;
}

.navbar {
  --bs-navbar-nav-link-padding-x: 1rem;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #6edfff;
}

.tel-holder {
  flex-grow: 10;
  align-items: center;
}

.tel-top {
  background: url(../images/tel_icon_circle.svg) no-repeat left center;
  color: #ffffff;
  padding: 40px 0 40px 70px;
  display: block;
  width: 220px;
  margin: 0 auto;
}


.tel-top:hover {
  color: #6edfff;
  text-decoration: none;
}

.slider {
  object-fit: cover;
  object-position: center;
  width: 100%;
}


.sl-1 {
  background: url(/images/slide_1.jpg) no-repeat center;
}

.sl-2 {
  background: url(/images/slide_2.jpg) no-repeat center;
}

.sl-3 {
  background: url(/images/slide_3.jpg) no-repeat center;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex;
}

.slideset {
  background-size: cover;
  height: 980px;
  border-bottom-right-radius: 280px;
  display: flex;
  align-items: center;
}

.carousel-text {
  color: #ffffff;
  width: 50%;
  position: relative;
}

.carousel-text h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

.carousel-text h1 span {
  color: #01a7d0;
  margin: 0 0 20px 0;
}

.carousel-text p {
  font-size: 18px;
  line-height: 32px;
}

.carousel-rmore {
  display: block;
  width: 260px;
  background-color: #00bce4;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  margin-top: 30px;
}

.carousel-rmore:hover,
.carousel-rmore:focus {
  background-color: #0069ba;
  color: #ffffff;
  text-decoration: none;
}


.carousel-indicators {
  margin-bottom: 0;
  align-items: baseline;
  transition: all 0.6s ease;
}


.carousel-indicators [data-bs-target] {
  border: none;
  height: 21px;
  width: 7px;
  opacity: 1;
  background-color: #0069ba;
  transition: all 0.6s ease;
}

.carousel-indicators .active {
  height: 61px;
  background-color: #00bce4;
  transition: all 0.6s ease;
}

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

}

.carousel-control-next-icon {
  background: url(../images/right_arrow.svg) no-repeat center;
  background-size: 100%;
  height: 47px;
  width: 25px;
}

.carousel-control-prev-icon {
  background: url(../images/left_arrow.svg) no-repeat center;
  height: 47px;
  width: 25px;
  background-size: 100%;

}

.many-arrows {
  background: url(../images/many_arrows.svg) no-repeat center;
  background-size: auto;
  height: 20px;
  width: 120px;
  position: absolute;
  left: 280px;
  bottom: 20px;
}



@media (max-width: 1199px) {

  .navbar {
    --bs-navbar-nav-link-padding-x: 0.5rem;
  }

  .carousel-text {
    width: 70%;
  }

  .tel-holder {
    flex-grow: 1;
    align-items: center;
  }

}


@media (max-width: 991px) {

  .navbar-toggler {
    border: none;
    padding: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    width: 40px;
    height: 32px;
    background: url(../images/menu_icon.svg) no-repeat center;
    background-size: auto;
    transition: all 0.6s ease;
  }

  .navbar-toggler-icon:hover {
    opacity: 0.7;
  }

  .carousel-text {
    width: 85%;
  }

  
  .navbar-collapse {
    background-color: #004479;
    padding: 10px 10px 10px 20px;
  }

}


@media (max-width: 767px) {

  .carousel-text {
    width: 100%;
  }

  .carousel-text h1 {
    font-size: 30px;
  }

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

  .slideset {
    height: 800px;
    border-bottom-right-radius: 140px
  }

  .navbar-brand {
    width: 160px;
  }

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

  .navbar {
    padding: 0;
  }

  .menu-holder {
    padding: 10px 0 0 0;
  }

  .tel-top {
    background: url(../images/tel_icon.svg) no-repeat left center;
    background-size: 15px;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 0 10px 25px;
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .carousel-control-next,
  .carousel-control-prev {
    height: 40px;
    top: auto;
    bottom: 20px;
    ;
  }

  .carousel-control-next {
    right: 30%;
    z-index: 99;
  }

  .carousel-control-prev {
    left: 30%;
    z-index: 99;
  }


  .many-arrows {
    background: url(../images/many_arrows.svg) no-repeat center;
    background-size: auto;
    height: 20px;
    width: 80%;
    margin-top: 20px;
    margin-left: -80px;

  }


}


@media (max-width: 410px) {

  .carousel-text h1 {
    font-size: 28px;
  }

  .tel-top {
    background: none;
    background-size: auto;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 0 0px 0px;
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .slideset {
    height: 700px;
    border-bottom-right-radius: 140px
  }

}



.lanxess-block {
  padding: 80px 0 80px 0;
}

.lanxess-block h2 {
  background: url(../images/header_line.svg) no-repeat center top;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 60px 0;
}

.lanx-option {
  box-shadow: 0 0 20px #eeeeee;
  height: 220px;
  display: block;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding-right: 20px;
}

.lanx-option:hover {
  opacity: 0.6;
}

.lanx-text-holder {
  display: flex;
  margin-left: 45%;
}

.lanx-digit {
  padding-right: 5px;
  font-size: 14px;
  color: #60baff;
}

.lanx-text {
  font-weight: bold;
  color: #004479;
}

.lx-op1 {
  background: url(../images/lanx_01.svg) no-repeat center left 10%;
}

.lx-op2 {
  background: url(../images/lanx_02.svg) no-repeat center left 10%;
}

.lx-op3 {
  background: url(../images/lanx_03.svg) no-repeat center left 10%;
}

.lx-op4 {
  background: url(../images/lanx_04.svg) no-repeat center left 10%;
}

.lx-op5 {
  background: url(../images/lanx_05.svg) no-repeat center left 10%;
}

.lx-op6 {
  background: url(../images/lanx_06.svg) no-repeat center left 10%;
}

.lx-op7 {
  background: url(../images/lanx_07.svg) no-repeat center left 10%;
}

.lx-op8 {
  background: url(../images/lanx_08.svg) no-repeat center left 10%;
}

.lx-op9 {
  background: url(../images/lanx_09.svg) no-repeat center left 10%;
}


@media (max-width: 1199px) {

  .lanx-option {
    background-size: 60px;
    height: 180px;
  }

  .lanx-text-holder {
    margin-left: 35%;
  }

}

@media (max-width: 991px) {

  .lx-op1,
  .lx-op2,
  .lx-op3,
  .lx-op4,
  .lx-op5,
  .lx-op6,
  .lx-op7,
  .lx-op8,
  .lx-op9 {
    background-position: left 5% center;
  }

  .lanx-option {
    background-size: 65px;
    height: 130px;
  }

  .lanx-text-holder {
    margin-left: 120px;
  }

}


@media (max-width: 767px) {
  .lanx-text-holder {
    margin-left: 100px;
  }
}


/*----------jotun block----------*/

.jotun-block {
  background: url(../images/jotun_bcg.jpg) no-repeat left top;
  background-size: contain;
  background-color: #e4eff7;
  padding: 140px 0 140px 0;
  border-top-left-radius: 140px;
  border-bottom-right-radius: 140px;
}

.jotun-img {
  border-bottom-right-radius: 140px;
  width: 100%;
  max-width: 483px;
}

.jotun-img-holder {
  position: relative;

}

.jotun-logo {
  position: absolute;
  bottom: 60px;
  left: -20px;
}

.jotun-block h2 {
  font-size: 36px;
  background: url(../images/header_line.svg) no-repeat left top;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: left;
  padding: 20px 0 0 0;
}

.jotun-block p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 30px 0;
}

.jotun-text-holder {
  padding-left: 60px;
}


.rmore {
  display: block;
  width: 260px;
  background-color: #30dbff;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  margin-top: 30px;
}

.rmore:hover,
.rmore:focus {
  background-color: #0069ba;
  color: #ffffff;
  text-decoration: none;
}


@media (max-width: 1199px) {

  .jotun-text-holder {
    padding-left: 30px;
  }

  .jotun-logo {
    width: 250px;
    position: absolute;
    bottom: 60px;
    left: -20px;
  }


}

@media (max-width: 991px) {

  .jotun-block {
    background: none;
    background-color: #e4eff7;
    padding: 140px 0 140px 0;
    border-top-left-radius: 140px;
    border-bottom-right-radius: 140px;
  }

  .jotun-img-holder {
    margin-bottom: 40px;
  }

  .jotun-logo {
    width: 250px;
    position: absolute;
    bottom: 60px;
    left: 0px;
  }

  .jotun-text-holder {
    padding-left: 0px;

  }

}

@media (max-width: 767px) {

  .jotun-block h2 {
    font-size: 30px;
  }

  .jotun-block {
    background-color: #e4eff7;
    padding: 40px 10px 40px 10px;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }

  .jotun-block p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }

  .jotun-img {
    border-bottom-right-radius: 80px;
    width: 100%;
    max-width: 483px;
  }

}


/*----------about block----------*/

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


.about-block h2 {
  font-size: 36px;
  background: url(../images/header_line.svg) no-repeat left top;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: left;
  padding: 20px 0 0 0;
}

.about-block p {
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 30px 0;
}

.about-text-holder {
  padding-right: 60px;
}

.about-pic {
  width: 100%;
  max-width: 480px;
  border-bottom-left-radius: 140px;
}

@media (max-width: 991px) {

  .about-pic {
    margin-top: 40px;
  }

  .about-text-holder {
    padding-right: 0px;
  }

}

@media (max-width: 767px) {

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

  .about-block h2 {
    font-size: 30px;
  }


  .about-block p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }


}


/*--------contact-block----------*/

.contact-block {
  background-color: #e4eff7;
  padding: 80px 0 80px 0;
  border-top-left-radius: 140px;
}

.contact-block h2 {
  font-size: 36px;
  background: url(../images/header_line.svg) no-repeat left top;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: left;
  padding: 20px 0 0 0;
}

.contact-name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.contact-address {
  background: url(../images/icon_location.svg) no-repeat left center;
  font-size: 18px;
  padding: 10px 0 10px 45px;
  margin: 0 0 10px 0;
}

.contact-mail {
  display: block;
  background: url(../images/icon_mail.svg) no-repeat left center;
  font-size: 18px;
  padding: 10px 0 10px 45px;
  margin: 0 0 10px 0;
}

.contact-tel {
  display: block;
  background: url(../images/icon_phone.svg) no-repeat left center;
  font-size: 18px;
  padding: 10px 0 10px 45px;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
}

.addr-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-form-holder {
  background-color: #ffffff;
  padding: 45px;
  border-bottom-right-radius: 80px;
  box-shadow: 0 0 20px #eeeeee;
}

.form-header {
  font-weight: bold;
  margin: 0 0 20px 0;
}

.form-input {
  height: 50px;
  border-radius: 0;
  font-size: 16px;
}

.form-textarea {
  height: 100px;
  border-radius: 0;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.btn-submit {
  display: block;
  width: 260px;
  background-color: #30dbff;
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
  margin-top: 0px;
  border: none;
  transition: all 0.6s ease;
}

.btn-submit:hover,
.btn-submit:focus {
  background-color: #0069ba;
  color: #ffffff;
  text-decoration: none;
}


@media (max-width: 767px) {

  .contact-block {
    background-color: #e4eff7;
    padding: 40px 0 10px 0;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    margin: 0 0 40px 0;
  }


  .addr-holder {
    padding: 0 10px 0 20px;
  }

  .contact-form-holder {
    margin: 20px 0 5px 0;
    background-color: #ffffff;
    padding: 40px 20px 20px 20px;
    border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
  }

  .contact-name {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
  }



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

  .contact-address,
  .contact-mail,
  .contact-tel {
    font-size: 16px;
    margin: 0 0 0px 0;
  }

}


/*footer*/

.footer {
  background-color: #004479;
  padding: 80px 0 80px 0;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.copyright {
  text-align: center;
  font-size: 16px;
}

.logo-bot {
  display: block;
}


.footer a {
  color: #7cdaff;
}

a.tel-bot {
  display: block;
  width: 180px;
  margin: 0 0 0 auto;
  text-align: left;
  background: url(../images/tel_icon.svg) no-repeat left center;
  padding: 10px 0 10px 25px;
  font-size: 18px;
  color: #ffffff;
}

.bot-logo-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

.logo-bot-tel-holder {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {

  .bot-logo-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 0 20px 0;
  }

  
.logo-bot-tel-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  }

  a.tel-bot {
  display: block;
  width: 180px;
  margin: 0 auto 0 auto;
}


}


/*---scroll-----*/

.inner-menu {
  background-color: #004479;
  padding: 20px 0 20px 0;
  background: url(../images/menu_bcg.jpg) no-repeat center;
  background-size: cover;
}

.menu-scroll {
  background-color: #004479;
  
  padding: 10px 0 10px 0;
  transition: all 0.6s ease;
}

.tel-scroll {
  padding: 5px 0 5px 25px;
  background: url(../images/tel_icon.svg) no-repeat left center;
}

@media (max-width: 991px) {

  .tel-scroll {
  padding: 5px 0 5px 25px;
  background: url(../images/tel_icon.svg) no-repeat left center;
  background-size: 15px;
}

}


/*-------------content block-----------*/




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

.navline {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #a1a1a1;
}

.content-pic {
  width: 100%;
  margin: 0 0 30px 0;
  border-bottom-right-radius: 80px;
}

.content-table {
  background-color: #f8f8f8;
  margin: 0 0 30px 0;
  width: 100%;
}

.content-table th {
  background-color: #004479;
  color: #ffffff;
  padding: 15px 15px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
}

.content-table td {
  padding: 15px 15px;
  font-size: 16px;
  background-color: #f8f8f8;
  vertical-align: middle;
  border: none;
}


@media (max-width: 767px) {
  .inner-menu {
  background-color: #004479;
  padding: 10px 0 10px 0;
}

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

.navline {
  margin: 0 0 20px 0;
  font-size: 14px;
}

h1 {
  font-size: 28px;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px 0;
}


.content-table th {
  background-color: #004479;
  color: #ffffff;
  padding: 5px 15px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

.content-table td {
  padding: 5px 15px;
  font-size: 14px;
  background-color: #f8f8f8;
  vertical-align: middle;
  border: none;
}



}


.table-small-text {
  font-size: 12px;
  font-weight: normal;
  line-height: 10px;
}