body {
  font-family: "Source Sans Pro", sans-serif;
  overflow-x: hidden !important;
  background-color: #f1f1f1 !important;
}

* {
  transition: all 0.3s ease;
}
 .header-btn.second {
    display: flex;
    align-items: center;
    border: 1px solid #429f44;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background .3s;
    border-radius: 8px;
    background: #429f44;
    font-weight: 400;
    text-decoration: none;
    text-decoration: none;
}
/*slider*/
.section-slider{
    height: 95vh;
    overflow: hidden;
    position: relative;
}
.owl-one {
    position: relative;
}
.slider-item{
    height: 95vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-fullstory i{
       font-size: 20px;
    padding-right: 5px;
}


.video-about {
  width: 329px;
    height: 672px;
    border-radius: 66px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 992px){

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.social-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding: 17px 10px;
    width: 50px;
    height: 50px;
 
    border: 1px solid #fff;
    border-radius: 100%;
    transition: background-color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease,-webkit-box-shadow .15s ease,-webkit-transform .15s ease,-moz-transform .15s ease,-o-transform .15s ease;
}
.social-icon a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    height: 18px;
    object-fit:contain;
}
.social-icon img {
    transition: filter .15s ease,-webkit-filter .15s ease;
    -webkit-filter: invert(1);
    filter: invert(0);
}
.social-icon:last-child img {
    transition: filter .15s ease,-webkit-filter .15s ease;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.social-icon.contact-yt:hover {
    transform: scale(1.45);
    background-color: #ec6060;
    border-color: #ec6060;
    -webkit-box-shadow: 0 7px 14px 0 rgb(236 96 96 / 87%);
    box-shadow: 0 7px 14px 0 rgb(236 96 96 / 87%);
}
.social-icon.contact-fb:hover {
    transform: scale(1.45);
    background-color: #6389c8;
    border-color: #6389c8;
    -webkit-box-shadow: 0 7px 14px 0 rgb(99 137 200 / 80%);
    box-shadow: 0 7px 14px 0 rgb(99 137 200 / 80%);
}
.social-icon.contact-ig:hover {
    background-color: #f15274;
    border-color: #f15274;
    outline: 0;
    -webkit-box-shadow: 0 7px 14px 0 rgb(227 97 131 / 79%);
    box-shadow: 0 7px 14px 0 rgb(227 97 131 / 79%);
    transform: scale(1.45);
}
.social-icon.contact-tw:hover {
    background-color: #6aa1df;
    border-color: #6aa1df;
    -webkit-box-shadow: 0 7px 14px 0 rgb(106 161 223 / 63%);
    box-shadow: 0 7px 14px 0 rgb(106 161 223 / 63%);
    transform: scale(1.45);
}
.social-icon:last-child:hover img {
    filter: invert(1);
}
.social-icon:hover img {
    filter: none;
}

}
.video-iphone {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-iphone img {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    object-fit: contain;
    z-index: 4;
    display: block;
}

.video-about video {
 position: absolute;
    top: 0;
    left: 0;
    width: 364px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    object-fit: contain;
}





.contact-fullstory .btn {
    width: 100%;
   
    border-radius: 2px;
    border-radius: 10px;
    padding: 0 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #ce3c28;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    border: none;
    transition: 0.1 e
}
.slide-text-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 50px 140px;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.8547794117647058) 11%, rgba(254,254,254,0.6334908963585435) 32%, rgba(240,240,240,0) 100%);
    filter: drop-shadow(80px 80px 80px rgba(255, 255, 255, 0.99));
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    z-index: 2;
}
.slider-item .slide-text-wrapper .slide-text {
    width: 90%;
}
.slider-item .slide-text-wrapper .slide-text h1,
.slider-item .slide-text-wrapper .slide-text h2{
    color: #2a3139;
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
    overflow: hidden;
}
.slider-desc {
    margin-bottom: 0;
    color: #919fa9;
    font-size: 16px;
    /*height: 100px;*/
    margin-bottom: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.controls-wrapper {
    position: absolute;
    left: 70%;
    bottom: 5%;
    z-index: 2;
}
.controls-wrapper #customNavs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.controls-wrapper #customNavs .owl-nav {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .4s ease,-webkit-transform .4s ease;
    transition: background-color .4s ease,-webkit-transform .4s ease;
    transition: background-color .4s ease,transform .4s ease;
    transition: background-color .4s ease,transform .4s ease,-webkit-transform .4s ease;
    position: relative;
    cursor: pointer;
}
.controls-wrapper #customDots {
    padding: 0 15px;
}
.controls-wrapper #customNavs .owl-nav.owl-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 44%;
}
.controls-wrapper #customNavs .owl-nav:before {
    content: '';
    position: absolute;
    top: 40%;
    border: 1px solid #39485b;
    border-width: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    border-radius: 0 2px 2px 2px;
    padding: 4px;
}
.controls-wrapper #customDots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #39485b;
    border: none;
    opacity: 1;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    margin: 0 15px;
    cursor: pointer;
}
.controls-wrapper #customDots .owl-dot.active {
    background-color: #f8f8f8;
}
.controls-wrapper #customDots .owl-dot:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 1px solid #39485b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}
.controls-wrapper #customDots .owl-dot svg {
    stroke: #f8f8f8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: transparent;
    stroke-width: 3px;
    stroke-dasharray: 94;
    stroke-dashoffset: 94;
}
.controls-wrapper #customNavs .owl-nav.owl-next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 36%;
}
.custom-btn{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    width: 240px;
    height: 56px;
    line-height: 56px;
    background-color: #900000;
    -webkit-box-shadow: 0 20px 30px -18px #cd2527;
    -moz-box-shadow: 0 20px 30px -18px #cd2527;
    box-shadow: 0 20px 30px -18px #cd2527;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*-webkit-transition: all .25s ease-in-out;*/
    /*-moz-transition: all .25s ease-in-out;*/
    /*-o-transition: all .25s ease-in-out;*/
    /*transition: all .25s ease-in-out;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.custom-btn:hover{
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}
/*slider*/

.onproduct-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    z-index: 1;
}
.products-cards-section, #works {
    background: #f1f1f1;
}

.ymaps-2-1-79-events-pane {
    pointer-events: none;
}
.ymaps-2-1-79-inner-panes {
  width: 100% !important;
  height: 500px !important;
  border-radius: 20px !important;
  
}
.ymaps-2-1-79-controls__toolbar,
.ymaps-2-1-79-copyrights-pane {
  display: none !important;
}
/*.products-cards-section,{*/
/*    background-color: #f1f1f1;*/
/*}*/
#products .underline1 {
  color: black;
}
#products h2 {
  display: inline;
}
#products .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#products .underlines {
  position: relative;
  color: black;
}
#products .underlines::after {
  content: "";
  height: 0.8px;
  width: 0%;
  position: absolute;
  background-color: black;
  display: block;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  bottom: 0;
}
#products .underlines:hover:after {
  width: 100%;
}
.ymaps-2-1-79-map,
.ymaps-2-1-79-i-ua_js_yes,
.ymaps-2-1-79-map-bg,
.ymaps-2-1-79-islets_map-lang-en {
  height: 500px !important;
  border-radius: 20px !important;
}
.box {
  display: none !important;
}
#full img {
  width: 100%;
  border-radius: 33px;
  height: 450px;
  object-fit: cover;
}
#full {
  overflow-x: hidden !important;
}
#full {
  padding-top: 100px;
  padding-bottom: 20px;
}
.full-text {
  background: white !important;
  border-radius: 33px !important;
  padding: 50px !important;
}
.details {
  font-size: 20px;
}
.full-title {
  font-size: 27px;
  font-weight: 600;
}
.full-info {
  color: gray;
}

/* Works */
#works {
  padding: 50px 0 65px;
}
#works .see-all {
    white-space: nowrap;
      color: #777982;
      border-bottom: 1px solid #777982;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      font-size: 12px;
}
#works .owl-carousel .owl-item img {
  height: 400px;
  margin: 0;
  object-fit: cover;
}
#works .owl-dots button {
  margin: 7px !important;
}
#works .owl-dots button.active span {
  background-color: #ce3c28;
}
#works h2 {
  font-weight: 600;
}
#works .owl-carousel .owl-item:after {
  content: "";
  height: 110px;
  position: absolute;
  bottom: 0;
  padding: 20px 5px;
  text-align: center;
  width: 100%;
  background: linear-gradient(360deg, black, transparent);
  color: white;
}

#works p,
#services .serv-title {
  margin-top: 20px;
  color: black;
  margin-bottom: 0;
  font-size: 14px;
}

.advantages img {
  width: 55px;
  /*filter: invert(1);*/
  /*margin-bottom: 5px;*/
  margin-right: 15px;
}

.main-carousel-works {
  position: absolute;
  bottom: 10%;
  color: white;
  left: 5%;
}
#map {
  width: 100% !important;
  height: 500px !important;
  margin-top: 60px !important;
  box-shadow: rgb(0 0 0 / 12%) 0px 1px 2px 0px !important;
  border-radius: 20px !important;
  position: relative !important;
}
.modal-header {
  border-bottom: none !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
  padding-top: 30px !important;
}
.modal-body {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.form-control {
  border-color: #f5f5f5 !important;
  background-color: #f5f5f5 !important;
  padding-left: 25px !important;
}
input,
textarea {
  padding: 17px !important;
}
.red-btn {
  border-color: #df4847 !important;
  background-color: #df4847 !important;
  color: #fff !important;
  padding: 22px 58px !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}
.form-control:hover {
  border-color: #ccc !important;
}
.form-control:focus {
  border-color: #d94d4e !important;
  box-shadow: none !important;
}
.phone-validation{
    width: 100%;
}
.red-btn:hover {
  border-color: #bb3939 !important;
  background-color: #bb3939 !important;
  color: #fff !important;
}
.other {
  /*margin-top: 100px;*/
}
.contact-box a {
  text-decoration: none;
  text-decoration: none;
  display: block;
  color: white;
}
.cert {
  margin-bottom: 19px !important;
}
.highslide {
  position: relative !important;
}
.highslide::before {
  background-image: none !important;
  border-width: 23px !important;
  border-style: solid !important;
  border-color: #2a2929 #3a3a3a #2a2929 #3a3a3a !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.highslide-image {
  border: 11px solid #3a3a3a !important;
}
.highslide-viewport-size {
  background: rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(37px) !important;
  z-index: 3 !important;
}
.highslide::before {
  position: absolute !important;
  /*content: "" !important;*/
  /*background-image: url(../img/ramka.png)!important;*/
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 550px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  filter: grayscale(1) !important;
  z-index: 2 !important;
}
.sertifikatlar {
  width: 100%;
  height: 535px;
  margin-bottom: 20px;
}
.contact-box a:hover {
  color: white;
}
.contact-box:hover {
  background-color: #ae3737;
  color: white;
}
.map-info h2 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 20px;
  /*padding-bottom: 10px;*/
  padding-left: 20px;
  padding-right: 20px;
}
.img-parts {
  padding-top: 15px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
.face {
  width: 24%;
  transition: all 0.3s ease;
}
.references{
    padding: 50px 0;
}
.footer-sosial-link:hover .face {
  fill: white;
}
.map-info {
  width: 340px;
  position: absolute !important;
  top: 135px !important;
  left: 50px !important;
  background: white;
  border-radius: 10px;
  z-index: 2 !important;
}
.address {
  padding-left: 15px;
  font-weight: bold;
  font-size: 14px;
}
#contact-part {
  margin-top: 140px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-subtitle {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: gray !important;
  margin-bottom: 46px !important;
}
.contact-box i {
  font-size: 25px;
}
#contact-part a {
  text-decoration: none;
}
.contact-box a {
  text-decoration: none;
  text-decoration: none;
  display: block;
  color: white;
}
.contact-box {
  transition: all 0.3s ease;
  background-color: #df4847;
  color: white;
  padding-left: 19px;
  border-radius: 22px;
  padding-top: 25px;
  padding-bottom: 15px;
  height: 245px;
}
footer {
  padding-top: 60px;
  /*padding-bottom: 60px;*/
  padding-left: 30px;
  padding-right: 30px;
  background-color: white;
}

footer .container {
    padding-inline: 0;
}

.footer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-nav-links {
    display: grid;
}

.footer-extra {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (min-width: 992px) {
 
.footer-links {
    display: grid;
    grid-template-columns:75% 25%;
}
.footer-nav-links {
     grid-template-columns:30% 35% 35%;
}
.links {
   padding-block: 20px 30px; 
}
.contact{
    justify-self: end
}
.contact .nav-link {
  /*text-align: right;*/
}
.mobile-none {
    display: block;
}
.footer-extra {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
}
@media screen and (max-width: 991.99px) {
    .whatsapp-full {
        font-size:11px;
    }
    
    .products-box {
        width:100% !important ;
    }
    .products-box img {
        padding:10px !important;
    }
       .onfooter h1 {
        font-size:18px !important;
    }
    .onfooter-call {
        flex-direction:column;
    }
    .footer-links {
    display: block;
}
.footer-nav-links {
   grid-template-columns:50% 50%;
}
.links {
   padding-block: 20px; 
}
.contact .nav-link {
  text-align: left;
}
.mobile-none {
    display: none;
}
.footer-extra {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}





.mobile-none {}
.logo-foo {
  width: 100px;
  padding-right: 20px;
}

.end1 {
  text-align: right !important;
}

.footer-link {
  text-decoration: none;
  font-weight: 700;
  color: #2e2e38;
  transition: all 0.3s ease;
  margin: 0 0 0 23px;
  font-size: 20px;
  /* line-height: 2.1; */
}

.end-text {
  margin-top: 62px;
  color: #747480;
  line-height: 1.43;
}

.end-text img {
  width: 80px;
}

.box-info1 {
    margin-top : 42px;
}
.box-info3 {
    margin-top : 110px;
}
.box-info4 {
    margin-top : 73px;
}


footer .box-info2 {
  font-size: 16px;
  text-decoration: none;
  color: #747480;
  transition: all 0.3s ease;
}

.end {
  justify-content: flex-end !important;
  display: inherit !important;
}

.sosial {
  margin-top: 40px !important;
  font-size: 18px;
}

.footer-sosial-link {
  color: black;
  border-radius: 50%;
  border: 0.5px solid rgba(0, 0, 0, 0.325);
  width: 45px;
  height: 45px;
  margin-right: 15px;
  text-align: center;
  padding-top: 8px;
  transition: all 0.3s ease;
}

.footer-link:hover {
  border-bottom: 1px solid #2e2e38;
  color: #2e2e38;
}

footer .box-info2:hover {
  opacity: 0.6;
  color: #747480;
}

.footer-sosial-link:hover {
  color: white;
  background-color: black;
}

#products-all{
    display-block: 60px;
}

#products {
  padding-block: 60px;
}

#products h2 {
  letter-spacing: -0.02em !important;
  font-weight: 700 !important;
  padding-bottom: 25px;
}

.link {
  text-decoration: none;
  color: black;
}

.product {
  background: #fff;
  box-shadow: 0 0 20px 3px #efefef;
  width: 100%;
  border-radius: 0.8rem;
  position: relative;
  margin-bottom: 1.6rem;
}

.product .pro-imgs {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px 10px 15px 15px;
}

.text-part {
  padding: 2.4rem 1.2rem 1.6rem;
}
.text-part h2{
    font-size: 18px;
}
.text-part-title{
    display: flex;
    flex-direction: column;
    float: left;
}

.text-part-title h2{
    font-size: 18px;
    font-weight: 500 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 15px;
    margin: 0;
}

.product p {
  /*margin: 0.4rem 0 0.8rem !important;*/
  font-size: 14px !important;
  line-height: 140% !important;
      letter-spacing: 0.5px;
}

.products-cards-section .product p,
.other .product p{
    background-image: linear-gradient(rgb(231, 127, 127), rgb(180, 57, 40));
    text-align: center;
    padding: 15px 10px;
    border-radius: 30px;
    margin: 0 auto;
    color: #fff;
    float: right;
    font-weight: 600;
    width: 70%;
}
.other .product p{
    width: 100%;
}
.other .product-kate{
    width: fit-content;
} 
.other .more-info-row{
    display: flex;
    justify-content: space-between;
}
.other .product-kate .look-p{
    background-image: linear-gradient(rgb(231, 127, 127), rgb(180, 57, 40));
    text-align: center;
    padding: 3px 10px;
    border-radius: 30px;
    margin: 0 auto;
    color: #fff;
    float: right;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
}
.products-cards-section .product:hover p,
.other .product:hover .look-p {
    box-shadow: 0 0 30px rgb(187, 107, 107);
    opacity: .7;
}

.more-info {
  padding-top: 4rem;
}

.info1 {
  background-color: #5786e491;
  color: #df4947;
  font-weight: 700;
  font-size: 13px;
  padding: 0 1.2rem;
  border-radius: 0.4rem;
  padding: 3px 15px;
}

.text-end {
  text-align: right;
}

.look span {
  font-size: 15px;
}

.imgpro-part {
  padding-top: 111px;
  padding-bottom: 111px;
  width: 100%;
  background: #262626d9;
  border-radius: 10px 10px 15px 15px;
}

.imgpro-part img {
  filter: brightness(0) invert(1) !important;
}

.product h4,
.imgpro-part {
  text-align: center;
  font-weight: 600 !important;
}

#products a:hover {
  color: black !important;
}

.product:hover img {
  transform: scale(1.04);
}

.product:hover h5,
.product:hover .look {
  /*color: #df4947;*/
}

.footer__contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 5.5rem;
  padding-bottom: 6.6875rem;
  background-color: #ce3c28;
  color: white;
}

.footer__contacts-wrapper svg {
  fill: white;
}

.wrapper {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  margin: 0 auto;
}

.footer__contacts-list {
  width: 50%;
}

.footer__contacts-item {
  margin-bottom: 1.5rem;
}

.text-default {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
}

.footer__contacts-item-label {
  opacity: 0.4;
  margin-bottom: 0.5rem;
  display: block;
}

.footer__contacts-item-link {
  color: currentColor;
  display: block;
  font-size: 2.5rem;
  line-height: 1.34;
  font-weight: 500;
  background-size: 0 1px;
  background-position: 100% 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.4)),
    to(hsla(0, 0%, 100%, 0.4))
  );
  background-image: -o-linear-gradient(
    hsla(0, 0%, 100%, 0.4),
    hsla(0, 0%, 100%, 0.4)
  );
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.4),
    hsla(0, 0%, 100%, 0.4)
  );
  background-repeat: no-repeat;
  text-decoration: none !important;
  -webkit-transition-property: background-size, color;
  -o-transition-property: background-size, color;
  transition-property: background-size, color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  will-change: background-size;
}

.btn--empty {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid hsla(0, 0%, 100%, 0.4);
}

.button-slider {
  cursor: pointer;
  background-image: linear-gradient(rgb(231, 127, 127), rgb(180, 57, 40));
  border: none;
  padding: 8px 16px;
  border-radius: 30px;
  color: white;
  /* font-family: gothambold; */
  font-size: 16px;
  transition-duration: 300ms;
  align-self: flex-start;
}

@media screen and (min-width: 475px) {
  .button-slider {
    width: 260px;
  }
}


.button {
  margin-right: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.btn__text {
  position: relative;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.btn--hover-white:not(:disabled):not(.disabled):after {
  background-color: #fff;
}

.button:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.footer__social-list {
  padding: 2rem 0 0;
}

.footer__social-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__contacts-social {
  width: 50%;
}

.footer__social-item {
  margin-bottom: 1.5rem;
  width: 50%;
}

.footer__social-link {
  color: #efeff2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__social-text {
  margin-left: 2rem;
  color: white;
}

.footer__social-text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 1.5rem;
  line-height: 1.5rem;
  pointer-events: none;
  background-size: 0 1px;
  background-position: 100% 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0.4)),
    to(hsla(0, 0%, 100%, 0.4))
  );
  background-image: -o-linear-gradient(
    hsla(0, 0%, 100%, 0.4),
    hsla(0, 0%, 100%, 0.4)
  );
  background-image: linear-gradient(
    hsla(0, 0%, 100%, 0.4),
    hsla(0, 0%, 100%, 0.4)
  );
  background-repeat: no-repeat;
  text-decoration: none !important;
  -webkit-transition-property: background-size, color;
  -o-transition-property: background-size, color;
  transition-property: background-size, color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  will-change: background-size;
}

ul {
  list-style: none;
}

.section-5 {
  padding: 17px 0;
  padding-bottom: 36px;
}

.section-3-head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.section-3-head h2 {
  font-size: 36px;
  font-weight: 600;
  /* padding: 0 0 20px 0; */
}

.section-5 {
  padding: 17px 0;
  padding-bottom: 36px;
}

.applyuni{
    transform: scale(2.5);
}

.section-5-cards {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  gap: 20px;
  margin-top: 50px;
}

.section-5-cards button {
  /*background-color: #a8a8a81b;*/
  background-color: transparent;
  border: none;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  width: 199px;
  height: 90px;
  padding: 20px;
  position: relative;
  cursor: auto;
}

.mouse-cursor-gradient-tracking {
  position: relative;
  font-size: 1.2rem;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}

.mouse-cursor-gradient-tracking::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: var(--x);
  top: var(--y);
  width: 0;
  height: 0;
  background: radial-gradient(circle, #cbcedb, transparent);
  transform: translate(-50%, -50%);
  transition: all .5s;
}

.mouse-cursor-gradient-tracking:hover::before {
  width: 1000px;
  height: 1000px;
}

/*.mouse-cursor-gradient-tracking.act::before {*/
/*  width: 1000px;*/
/*  height: 1000px;*/
/*  background: radial-gradient(circle, #cbcedb, transparent);*/
/*}*/

.section-5-cards button img {
  width: 100%;
  z-index: 2;
  position: absolute;
  height: 100%;
  transition: 0.4s;
  inset: 0;
  object-fit: contain;
  padding: 5px;
}



.advantages-wrapper {
  /*background-color: #ce3c28;*/
  color: #000;
}

.advantages-wrapper svg {
  filter: brightness(0) invert(1) !important;
}

.advantages {
  padding: 50px 0;
}

.advantages h4.title {
  font-size: 20px;
  margin: 8px 0 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.advantages p {
  margin: 0 auto 4rem;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
}

.advantages .item-wrapper {
  /*max-width: 1000px;*/
  /*margin: auto;*/
  /*row-gap: 2rem;*/
}

.advantages .item-wrapper .item {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 40px;
    text-align: center;
    background-color: #fff;
    transition: all 0.2s;
    cursor: pointer;
    height: 110px;
}
.advantages .item-wrapper .item:not(:last-child){
    border-right: 1px solid #eee;
}
.advantages .item-wrapper .item:hover{
    background-color: #900000;
}

.advantages .item-wrapper .item:hover span{
   color: #fff;
}
.advantages .item-wrapper .item:hover img{
   filter: invert(1);
}

.advantages svg {
  overflow: hidden;
  vertical-align: middle;
}

.advantages .item-wrapper .item span {
  font-size: 14px;
  font-weight: 600;
}

.advantages-wrapper svg {
  fill: white;
}

.header {
  position: fixed;
  top: 0;
  /*background: #900000;*/
  left: 0;
  right: 0;
  z-index: 500;
}
header.sticky{
    position: fixed;
    /*box-shadow: 10px -6px 15px black;*/
    transition: all 0.4s ease;
    animation: smoothScroll 1s;
    border-top: none;
    /*background: #000000e6;*/
    background: #900000;
    z-index: 222;
    /*padding: 5px 0;*/
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}
.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.wrap-pl-1 {
  padding-left: 4.5rem;
}

.header__logo {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6.3125rem;
}

.header__logo-main {
  width: 100%;
  display: inline-block;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 94.41px;
  position: fixed;
  top: 0;
  right: 0;
}

.header__menu:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 4.375rem;
  background: url("/img/nav-back.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}

.header__menu .menu {
  padding-left: 0;
  color: #fff;
  background: #000;
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.header__menu .menu__item {
  max-width: 100%;
}

.menu__item {
  list-style: none;
}

.header__menu .menu__link {
  height: 100%;
  color: currentColor;
  position: relative;
  z-index: 501;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.menu__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.5rem;
}

.text-menu {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.menu__dropdown {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.menu__link svg {
  width: 0.625rem;
  height: 0.375rem;
  margin-left: 0.75rem;
}

svg:not(:root) {
  overflow: hidden;
}

.icon-symbol--default {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-symbol {
  display: block;
}

.header__menu .menu__sub {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: max-height, padding, -webkit-transform;
  transition-property: max-height, padding, -webkit-transform;
  -o-transition-property: transform, max-height, padding;
  transition-property: transform, max-height, padding;
  transition-property: transform, max-height, padding, -webkit-transform;
}

.header__menu .menu__sub:before {
  content: "";
  height: 4.5625rem;
  width: 100%;
  background-color: #000;
  position: absolute;
  left: 4.375rem;
  bottom: 1.1875rem;
}

.header__menu .menu__sub .menu--columns {
  -webkit-columns: 2;
  -moz-columns: 2;
  column-count: 2;
}

.header__menu .menu__sub .menu__item {
  margin-bottom: 1rem;
}

.header__menu .menu__item {
  max-width: 100%;
}

.menu__item {
  list-style: none;
}

.header__menu .menu__sub .menu__link:last-child {
  margin-right: 0;
}

.header__menu .menu__link {
  height: 100%;
  color: currentColor;
  position: relative;
  z-index: 501;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.header__menu .menu__sub:after {
  content: "";
  display: block;
  height: 4.5625rem;
  width: 4.375rem;
  background: url("/img/nav-back.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  position: relative;
  top: -1.1875rem;
}

.header__controls {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 501;
}
.grey-part {
  padding-top: 148px;
  padding-bottom: 50px;
   background-image:url("/img/pexels-ann-h-2019859.jpg");
   background-size:cover;
    background-position: center;
}
.grey-part h1 {
  line-height: 1.2;
  font-weight: 700;
  color:white;
}
.white-part {
  padding: 50px 0px 20px 0px;
}
.white-part p {
  font-size: 20px;
  font-weight: 500;
}
.header__controls .link-action {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 3.5rem;
  background-color: #900000;
  position: relative;
  overflow: hidden;
  color: white;
}

.link-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0);
  color: #212121;
}

.header__controls .link-action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header__controls .link-action__icon {
  color: #212121;
  position: relative;
  z-index: 1;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

svg:not(:root) {
  overflow: hidden;
}

.link-action__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  color: #ffd200;
}

.icon-symbol--default {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-symbol {
  display: block;
}

.header__controls .link-action__text {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.link-action__text:not(:first-child) {
  margin-left: 1rem;
}

.link-action__text {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.burger {
  display: none;
  width: 3.75rem;
  height: 3.75rem;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.burger__line {
  width: 1.375rem;
  height: 2px;
  background-color: currentColor;
  margin-bottom: 0.5rem;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.header__menu:after {
  content: "";
  height: 100%;
  width: calc(100% - 4.375rem);
  background-color: #000;
  position: absolute;
  left: 4.375rem;
  top: -1px;
  z-index: 500;
}

.header__logo {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 77%, 54% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 54% 100%, 0% 100%);
  background-color: white;
  padding: 15px;
}

#banner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 40px;
}

@media screen and (min-width: 991px) and (max-width: 1093px) {
  #banner {
    padding-top: 200px;
  }
}

#banner .container {

  overflow: hidden;
}



#banner .title {
  line-height: 1.2;
  font-weight: 700;
}

  .more-text {
flex-grow: 1;
  border: 1px solid #eee;
  color: black;
  padding-left: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 0;

}


.owl-one .owl-item img {
  object-fit: contain;
}



@media screen and (min-width: 911.99px) {
    .owl-one .owl-item img {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .section-slider .controls-wrapper {
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .slide-text-wrapper{
        padding: 0 20px 50px;
        width: 100%;
    }
    .slider-item .slide-text-wrapper .slide-text{
        width: 100%;
    }
    .slider-item .slide-text-wrapper .slide-text h1,
    .slider-item .slide-text-wrapper .slide-text h2{
        text-align:center;
        font-size: 18px;
    }
    .custom-btn{
        margin: 0 auto 70px;
        width: 200px;
    }
    .section-slider{
        height: 470px;
    }
    .slider-item{
        height: 470px;
    }
}

@media screen and (min-width: 575.99px) and (max-width: 911.99px){
.owl-one .owl-item img {
    width: 80%;
}

}

@media screen and (max-width: 574.99px) {
.owl-one .owl-item img {
    width: 65%;
}
}

@media screen and (min-width: 912px) {
      #banner .container {
            display: grid;
    grid-template-columns: repeat(2, 50%);
  }
  #banner .img-wrapper {
    position: static;
  }

  #banner .title {
    font-size: 3rem;
  }
  .banner-image .img-wrapper {
  height: 100%;
}

}

@media screen and (max-width: 911.99px) {
      #banner .container {
            display: block;
  }
  #banner .img-wrapper {
    position: absolute;
    top: 10%;
    right: -3%;
    z-index: -1;
    display: flex;
    justify-content: flex-end;
  }

  #banner .title {
    font-size: 2rem;
  }
  .content {
width: 300px;

}
  .categories {
    flex-direction: column;
  }


}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__item:hover .menu__link-text,
.menu__item:hover .menu__link {
  color: #ce3c28;
  cursor: pointer;
}

.menu__link-text,
.link-action__text,
.menu__link {
  font-size: 16px !important;
}

.header__controls .link-action:hover {
  color: #212121;
}

.bi-telephone {
  z-index: 2;
}

.header__controls .link-action:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sub {
  width: 65%;
  font-size: 0.9375rem;
  line-height: 1.73;
  font-weight: 400;
  padding-top: 22px;
  margin-bottom: 55px;
}

.banner-btn {
  color: black;
  background-color: white;
  padding: 20px 30px;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.1;
}

.banner-btn:hover {
  color: black;
  border-color: #d6d6d6;
}

.field-search .input-shell {
  position: relative;
}

.field-search .input {
  height: 4.5rem;
  padding: 0.625rem 1.75rem;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  line-height: 1.1;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
}

.more-container {
  background-color: white;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 475px) {
  .more-container {
    width: 200px;
    font-size: 12px;
  }
}


@media (min-width: 576px) {
.flex-sm-column {
     flex-direction: row !important; }
}

@media screen and (min-width: 475px) and (max-width: 1200px) {
  .more-container {
    width: 260px;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1201px){
    .menu__link{
        margin-right: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
  .more-container {
    width: 340px;
    font-size: 16px;
  }
}



.more-button {
  border: 2px solid #ffd200;
  background: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 475px) {
  .more-button {
    font-size: 12px;
    width: 2.8rem;
    height: 2.8rem;
  }
    .more-text {
height: 2.8rem;

}
}
@media screen and (min-width: 475px) and (max-width: 1200px) {
  .more-button {
    font-size: 14px;
    width: 3.2rem;
    height: 3.2rem;
  }
      .more-text {
height: 3.2rem;

}
}
@media screen and (min-width: 1200px) {
  .more-button {
    font-size: 16px;
    width: 4rem;
    height: 4rem;
  }
      .more-text {
height: 4rem;

}
}

.more-button svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.more-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd200;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.more-button:hover:after {
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  transform: translateY(-101%);
}

.more-button:hover {
  border-left-color: #ffd200;
}
.more:hover {
  color: black;
}

.more {
  color: black;
  font-size: 15px;
  background-color: white;
  padding: 25px 30px;
  padding-right: 280px;
  border: none;
}

.search-btn {
  position: relative;
}

.categories {
  margin-top: 65px;
  display: flex;
  gap: 8px;
}


#banner .category {
  border-radius: 10px;
  background-color: #747480;
  color: white;
  font-size: 16px;
  padding: 12px 25px;
  margin-right: 10px;
}

#banner .category:hover {
  opacity: 0.7;
  color: white;
}

.allpro:hover .text-part {
  color: #cf3c28;
}

.underline {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.underline:hover {
  color: white;
}

.underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.3px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.587);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.underline1 .footer__social-text {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.underline1 .footer__social-text::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.3px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.587);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underline1:hover .footer__social-text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.button {
  position: relative;
  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;
  border: none;
  border-radius: 0;
  padding: 0.8125rem 1.5rem;
  min-width: 8.125rem;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition-property: color, width, background-color, border, opacity;
  -o-transition-property: color, width, background-color, border, opacity;
  transition-property: color, width, background-color, border, opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.btn--large {
  padding-left: 3.375rem;
  padding-right: 3.375rem;
}

.btn--empty {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid hsla(0, 0%, 100%, 0.4);
}

.btn__text {
  position: relative;
  display: inline-block;
  z-index: 1;
  pointer-events: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.btn--hover-white:not(:disabled):not(.disabled):after {
  background-color: #fff;
}

.button:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.button.focus-visible:after,
.button:hover:after {
  width: 100%;
}

.button:hover {
  border-color: #d13e3d;
}

.button:hover .btn__text {
  color: black;
}

.mobile-nav {
  display: none;
}

/*.owl-nav {*/
/*  position: absolute !important;*/
/*  bottom:40px !important;*/
/*  right: 5% !important;*/
/*}*/

#works .owl-carousel .owl-nav,
.owl-two .owl-nav{
    position: absolute !important;
    bottom:40px !important;
    right: 5% !important;
}

.owl-nav button {
  color: #df4847 !important;
  background: #fcfcfc !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  font-size: 30px !important;
  transition: all 0.3s ease !important;
  padding-top: 4px !important;
  
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next  {
    border: 1px solid #dfdfdf;

}

.owl-nav button:hover {
  color: white !important;
  background: #df4847 !important;
}

.owl-nav span {
  display: block !important;
  margin-top: -1px !important;
}
.main-pr .product {
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 30, 60, 0.12);
  box-shadow: 0 16px 32px 0 rgba(0, 30, 60, 0.12);
  border-radius: 8px;
  margin-bottom: 24px;
  position: relative;
  height: 380px;
  transition: 0.3s;
}
.products-all{
    display: flex;
    flex-wrap: wrap;
}
.products-box{
    width: 33.333333%;
    height: 380px;
}
.products-box img{
    height: 100%;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    object-fit: cover;
}

.d-block {
  display: block !important;
}
#products .product .product-overlay {
  width: 100%;
  height: 100%;
  /* background-color: #00000059; */
  background-image: linear-gradient(
    180deg,
    rgba(0, 15, 30, 0),
    rgba(0, 15, 30, 0.38) 44%,
    rgba(0, 15, 30, 0.67)
  );
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
#products .product .image-block {
  overflow: hidden;
  position: relative;
  height: 100%;
}
#products .product .image-block .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.35, 0, 0, 1),
    -webkit-transform 0.8s cubic-bezier(0.35, 0, 0, 1);
}
#products .pr-large .about {
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
}
#products .title-block {
  font-weight: 700;
  padding-bottom: 12px;
  width: 100%;
  z-index: 2;
}
#products .about-block .product-title {
  text-align: left;
}
.main-pr .product-title {
  color: white;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
#products .product .image-block p {
  margin-top: 8px;
  font-weight: 500;
  font-size: 16px !important;
  color: #fff !important;
  margin-bottom: 0;
}
#products .pr-large .more {
  display: block !important;
  color: #fff;
  background-color: #db0840;
  border: none;
  margin-left: 20px;
  align-self: flex-end;
  border-radius: 6px;
  padding: 7px 30px;
  font-size: 22px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  z-index: 10;
}
.main-pr .product:hover .product-img {
  transform: scale(1.05);
}
.main-pr .pr-large .more:hover {
  border-color: #f30b47;
  background-color: #f30b47;
}
.onfooter {
  background: #ce3c28;
  padding: 38px 0;
}
.onfooter h1 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 22px;
  /*margin: auto;*/
  text-align: center;
}
.onfooter .start {
 
  display: flex;
  justify-content: center;
  align-items: center;
}
/*.mail-section{*/
/*    width: fit-content;*/
/*    padding-left: 77px !important;*/
/*}*/
.onfooter .btn {
  width: 270px;
  padding: 15px 20px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #2d3640 !important;
  border: none;
  transition: 0.1 ease-in-out;
}
.footer {
  background: #2d3640;
  padding-top: 40px;
}
.order-md-1 {
  -ms-flex-order: 1;
  order: 1;
}
.footer .footerlogos img {
  width: 75px;
  display: block;
  filter: brightness(0) invert(1) !important;
  margin-bottom: 20px;
}
.pl-sm-0,
.px-sm-0 {
  padding-left: 0 !important;
}
.pr-sm-0,
.px-sm-0 {
  padding-right: 0 !important;
}
.d-sm-block {
  display: block !important;
}
.mt-6 {
  margin-top: 70px;
}
.links ul li a {
  font-size: 13px;
  text-align: left;
  color: #d2dbe4;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 200;
}
.footersocial {
  display: flex;
  justify-content: flex-end;
}
.socialnew {
  height: 29px;
  width: 29px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  /* margin-top: 20px; */
  margin-bottom: 29px;
  transition: 0.3s ease-in-out;
}
.socialnew .fa-facebook-f {
  font-size: 12px;
}
.socialnew i {
  color: #2d3640;
  font-size: 14px;
}
.bottomlinks {
  margin-top: 13px;
    display: flex;
    gap: 20px;
  
}

@media screen and (min-width: 992px) {
.bottomlinks {
    justify-content: flex-end;
  
}
}
@media screen and (max-width: 991.99px) {
.bottomlinks {
    justify-content: center;
  
}
.highslide::before {
    visibility : hidden;
  border-color: #2a2929 #3a3a3a #2a2929 #3a3a3a !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

}






.bottomlinks .nav-link {
  padding: 0;
  font-size: 12px;
  color: #8b95a1;
  margin-bottom: 30px;
  transition: 0.1s ease-in-out;
}
.copyright {
  padding: 0;
  font-size: 12px;
  text-align: left;
  color: #8b95a1;
  margin-top: 15px;
  margin-bottom: 30px;
  transition: 0.1s ease-in-out;
}
.oklogo {
  width: 100px;
}

.pb-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.links ul li a {
  font-size: 13px;
  text-align: left;
  color: #d2dbe4;
  padding: 0;
  margin-bottom: 15px;
  font-weight: 200;
}

footer .contact i {
  font-size: 12px;
  color: #ce3c28;
}
footer .contact .num {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: end;
  margin-bottom: 10px;
  transition: 0.1s ease-in-out;
}
.fa-envelope {
  margin-right: 7px;
}

footer .contact .mail {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: end;
  margin-left: 4px;
  margin-bottom: 10px;
}
.onfooter .btn:hover {
  background-color: #f6f6f6 !important;
  transition: 0.1 ease-in-out;
}
.bottomlinks .nav-link:hover,
.links ul li a:hover {
  color: white;
  transition: 0.2s ease-in-out;
}
.socialnew:hover {
  background: #e7dfdf;
  transition: 0.3s ease-in-out;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
footer .contact a:hover .num,
footer .contact a:hover .mail {
  color: #afc7e5;
  transition: 0.1s ease-in-out;
}
.product {
    background: #fff;
    width: 100%;
    border-radius: 0.8rem;
    height: 500px;
    position: relative;
    margin-bottom: 1.6rem;
}
.product img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px 10px 15px 15px;
}
.text-part {
  padding: 2.4rem 1.2rem 1.6rem;
}
/*#products .products-item:nth-of-type(2) .text-part,*/
/*#products .products-item:nth-of-type(3) .text-part*/
/*{*/
/*    padding: 4.2rem 1.2rem 1.6rem;*/
/*}*/
.product h5 {
  /*height: 75px;*/
  font-size: 1.2rem !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
  font-weight: 400 !important;
  margin: 0;
}
.info1 {
  background-color: #044b9966;
  color: white;
  font-weight: 700;
  font-size: 13px;
  padding: 0 1.2rem;
  border-radius: 0.4rem;
  padding: 3px 15px;
}
.look {
  text-align: end !important;
}
.look span {
  /* font-size: 13px; */
  display: block;
  width: 101%;
}
.info {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #f9fff3;
  color: #4f9937;
  font-size: 13px;
  padding: 0 1.2rem;
  border-radius: 0.4rem;
  padding: 3px 15px;
  transition: all 0.3s ease;
}
@media (max-width: 990px) {
  #products .underlines {
    padding-bottom: 25px;
  }
  #products .pr-large .about {
    padding: 20px 12px;
  }
  .map-info {
    display: none;
  }

  .section-5-cards {
    display: flex;
    flex-wrap: wrap;
    /*gap: 20px;*/
    justify-content: space-between;
  }
  #works .owl-carousel .owl-item img {
    height: 350px;
    margin: 0;
    object-fit: cover;
  }

  .grey-part {
    padding-top: 60px;
    padding-bottom: 55px;
   
    
  }

  #full {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .full-text {
    margin-top: 40px !important;
  }
  #full img {
    height: 280px;
  }

  .contact-subtitle {
    margin-top: -100px;
  }
  .main-pr .product {
    height: 255px;
  }
  .full-text {
    padding: 30px !important;
  }
  


  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    text-align: left !important;
  }
  .other {
    margin-top: 15px;
  }
  .section-5-cards button {
    margin: 0 0 0 0;
    width: 183.2px;
    height: 80px;
  }

  .burger {
    display: block;
  }

  #products {
    padding: 60px 0;
  }

  footer {
    padding-top: 33px;
    padding-bottom: 33px;
    padding-inline: 14px;
  }

  .end1 {
    text-align: left !important;
    margin-top: 20px !important;
  }

  .footer-link {
    margin: 0 0 0 0 !important;
    margin-right: 10px !important;
    display: block !important;
    margin-bottom: 10px !important;
  }

  .end {
    justify-content: left !important;
    display: inherit !important;
  }

  .sosial {
    margin-top: 0px !important;
  }

  .footer-sosial-link {
    margin-right: 15px;
  }

  .end-text {
    margin-top: 11px;
    color: #747480;
    line-height: 1.43;
  }

  .wrapper {
    padding-left: 0rem;
    padding-right: 1rem;
    margin: 0 auto;
  }

  .footer__contacts-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #banner {
    padding-top: 25px;
  }

  #banner .category {
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
  }

  .more {
    padding-right: 175px;
  }



  .header {
    display: none;
  }

  .mobile-nav {
    display: block;
    background-color: #df4847 !important;
  }

  .mobile-nav {
    position: sticky;
    top: 0px;
    left: 0px;
    z-index: 99;
    width: 100%;
    transition: 0.3s ease-in-out;
  }

  .mobile-nav {
    display: flex !important;
    justify-content: space-between !important;
  }

  .mobile-nav .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .promena-logo img {
    padding: 14px;
    filter: brightness(0) invert(1) !important;
  }

  .burger {
    z-index: 111;
    position: relative;
    width: 80px;
    height: 84px;
    margin-top: 7px;
    border: none;
  }

  .burger .line1 {
    top: 20px;
    right: 5px;
  }

  .burger div {
    width: 40px;
    height: 3px;
    background: #fff;
    transform: translate3d(-13px, 0, 0);
    transition: all 0.3s ease;
    margin-top: 8px;
    position: absolute;
  }

  .burger .line2 {
    top: 30px;
    right: 5px;
  }

  .burger .line3 {
    top: 40px;
    right: 5px;
  }

  .mobile-menu {
    position: fixed;
    top: 80px;
    right: 0%;
    padding: 0;
    left: 0%;
    height: 91vh;
    width: 100%;
    z-index: 11;
    background: #df4947;
    padding-top: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align:center;
    transition: 0.4s all;
    display: flex;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-menu li:first-child {
    margin: 0;
  }

  .mobile-menu li:first-child {
    margin: 0;
  }

  .mobile-menu li {
    padding: 15px 0;
    width: 100%;
  }
.mobile-menu li a{
    display:block;
    text-align:center;
    width:100%;
}
  .mobile-item {
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  .mobile-item a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }

  .nav-link {
    padding-left: 0px !important;
  }

  .mobile-menu li {
    padding: 15px 0;
    width: 100%;
  }

  .d-flex {
    display: flex !important;
  }

  .white-btn {
    margin: 10px 0;
  }

  .white-btn {
    background-color: #ffffff !important;
    border-color: #ffffff;
    color: #162c4c;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 40px;
    user-select: none;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
    padding: 16px 22px;
    background-color: rgba(0, 0, 0, 0.432);
    font-size: 13px;
    border-radius: 25px
  }

  .translate {
    visibility: visible !important;
    opacity: 1 !important;
  }

  .change .line1 {
    transform: rotate(-45deg) translate(-10px, 7px);
  }

  .change .line2 {
    opacity: 0;
  }

  .change .line3 {
    transform: rotate(40deg) translate(-5px, -6px);
  }

  .mobile-nav.scrolled-info {
    background: #ee4a4a;
  }

  .white-btn {
    color: black;
  }
  .wrapper {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .footer {
    padding-bottom: 2px;
    padding-top: 30px;
  }
  .footerlogos {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 0;
  }
  .footerlogos img {
    object-fit: contain;
  }
  .mobilefooter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .headtxt {
    text-align: center !important;
  }
  .mobilefooter .footersocial {
    justify-content: flex-end;
  }
  .socialnew {
    margin-right: 5px;
    margin-left: 5px;
  }

  .copyright {
    text-align: center;
  }
  .bottomlinks .nav-link {
    margin-bottom: 10px;
  }
  .bottomlinks .nav-link {
    margin-right: 0px;
  }

  .footer__contacts-list {
    width: 100%;
  }
  .a {
    display: none;
  }
  ul {
    padding-inline-start: 3px;
  }
}
.dropdown:hover .dropdown-menu{display:block !important;}