@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@400;500;600;700&display=swap');

:root{
    --title-color: #181623;

    --bg-all-1:#0D2D8C;
    --bg-all-2:#2E5902;
    --bg-all-3:#A62B1F;
    --bg-all-4:#400036;
    --bg-all-5:#181623;
  --gold:#dfbe47;
  --white: #fff;
  --black:black;
  --gap-25-30:28px;
  --gap-10-15:8px;
  --pink-bg-color: #ebdfff;
  --primary-color:#7a3ae3;
 
}

body{
    box-sizing: border-box;
    font-family: 'News Cycle', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
    direction: ltr;
   
    
  }
  
 html{
    scroll-behavior: smooth;
 }
*{
  box-sizing: border-box;
}

a{
  text-decoration: none;
}
input,textarea {
  outline: none;
}
p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

ul, ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

img{
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.title-sls{
      max-height: 80px;
    min-height: 80px;
    background-color: var(--bg-all-1);
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    display: flex;
    color: var(--white);
}
.tag-sls{
  color: var(--white);
  background-color: var(--bg-all-1);
padding: 6px 22px;
    transition: color .2s, background-color .2s;
    font-size: clamp(12px,5vw,20px);
}
.tag-sls:hover{
      background-color: var(--primary-color);
}
.container{
  max-width: 1200px;
  margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-sls{
     
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width:768px) {
  .container-sls{
    padding-left: 40px;
    padding-right: 40px;
}
}
.home-page-wrap-sls{
  background-image: url(img/bg.png);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: contain;
}
.container-nav-sls{
    
    padding-top: 40px;
}
.navbar-sls{
  border-top: 2px solid var(--bg-all-1);
    border-bottom: 2px solid var(--bg-all-1);
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.header-logo-sls{
  display: flex;
    align-items: center;
    gap: 10px;
}
.logo-title{
   font-size:clamp(14px, 1vw + 6px, 22px);
  font-weight: 600;
  color: var(--bg-all-1);
}
.logo-img-sls{
  width: 50px;
}
.logo-img-sls img{
  width: 100%;

}


@keyframes bugfix {
	 from {
		 padding: 0;
	}
	 to {
		 padding: 0;
	}
}
 @-webkit-keyframes bugfix {
	 from {
		 padding: 0;
	}
	 to {
		 padding: 0;
	}
}
 #overlay-button {

	 padding: 26px 11px;
	 z-index: 5;
	 cursor: pointer;
	 user-select: none;
}
 #overlay-button span {
	 height: 4px;
	 width: 35px;
	 border-radius: 2px;
	 background-color: black;
	 position: relative;
	 display: block;
	 transition: all 0.2s ease-in-out;
}
 #overlay-button span:before {
	 top: -10px;
	 visibility: visible;
}
 #overlay-button span:after {
	 top: 10px;
}
 #overlay-button span:before, #overlay-button span:after {
	 height: 4px;
	 width: 35px;
	 border-radius: 2px;
	 background-color: black;
	 position: absolute;
	 content: "";
	 transition: all 0.2s ease-in-out;
}
 #overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
	 background: #333332;
}
 input[type=checkbox] {
	 display: none;
}
 input[type=checkbox]:checked ~ #overlay {
	 visibility: visible;
     
}
 input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
	 background: transparent;
}
 input[type=checkbox]:checked ~ #overlay-button span:before {
	 transform: rotate(45deg) translate(7px, 7px);
	 opacity: 1;
}
 input[type=checkbox]:checked ~ #overlay-button span:after {
	 transform: rotate(-45deg) translate(7px, -7px);
}
 #overlay {
  padding: 15px;
	    width: 100%;
	 background: var(--bg-all-1);
	 z-index: 2;
	 visibility: hidden;
	 position: absolute;
  top: 130px;
      left: 50%;
    transform: translate(-50%);
}
 #overlay.active {
	 visibility: visible;
 
}
 #overlay ul {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 height: 15vh;
	 padding-left: 0;
	 list-style-type: none;
}
 #overlay ul li {
	 padding: 1em;
}
 #overlay ul li a {
	 color: white;
	 text-decoration: none;
	 font-size: 1.5em;
}
 #overlay ul li a:hover {
	 color: #333332;
}
 
@media (max-width:991px) {
  .headeer-logf{
  flex: 1;
}

}
@media (min-width:992px) {
  
  .mob-menu{
display: none;
}

}


.nav-menu-sls{
  display: flex;
  gap: var(--gap-25-30);
  align-items: center;
}
.nav-link-box-sls{
  font-weight: 600;
  transition: color .2s, background-color .2s;
  position: relative;
      padding: 25px 0px;
}
@media (max-width:991px) {
  .nav-link-box-sls{display: none;}
}
.nav-link-box-sls a{
    font-size: clamp(14px, 1vw + 6px, 22px);
transition: color .2s;
  color: var(--title-color);
 }
 .nav-link-box-sls a:hover{
  color: var(--bg-all-1);
 }
.nav-circle-sls{
  min-height: 20px;
    min-width: 20px;
    background-color: #eee;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
       bottom: -10px;
    transform: translate(-50%, -50%);
        left: 50%;
    transform: translate(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-link-box-sls:hover .nav-circle-sls{
  opacity: 1;
}
.form-box-sls{
    border-left: 2px solid var(--title-color);
}
.forms-newsletter-sls{
  display: flex;
}
@media (max-width:991px) {
  .forma-box-sls{
    display: none;
  }
}
.pay-priv {
  word-break: break-all;
  overflow: hidden;
}
.input-newsletter-sls{

      height: 82px;
    min-width: 150px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);

    border-left: 2px solid var(--bg-all-1);
    color: var(--black);
    align-self: stretch;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
}
.input-newsletter-sls:focus, .input-newsletter-sls:focus {
  
    outline: 0;
}
.btn-form-sls{
      background-color: var(--bg-all-1);
    color: var(--white);
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 26px 30px;
     padding-top: clamp(10px, 2vw + 5px, 26px);
    padding-right: clamp(15px, 3vw + 10px, 30px);
    padding-bottom: clamp(10px, 2vw + 5px, 26px);
    padding-left: clamp(15px, 3vw + 10px, 30px);
    font-size: 18px;
    font-weight: 500;
    transition: background-color .2s;
}
.section-banner{
  padding-top: 45px;
  padding-bottom: 45px;
}
.banner-txt-sls{
  text-align: center;
      color: var(--title-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size:clamp(25px,5vw + 8px ,60px) ;
    font-weight: 600;
    line-height: 1.2;
     opacity: 0;
    animation: fade-in 2s forwards;
    animation-delay: 0.5s; 
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
.thumb-baner-sls{
  display: flex;
  gap: var(--gap-25-30);
  padding-top: 40px;
  flex-wrap: wrap;
}
.box-baner-sls{
  min-width: 100%;
      padding: 45px;
      max-height: 525px;
       flex: 1;
}
@media (max-width:575px) {
  .box-baner-sls{
    padding: 15px;
  }
}
@media (min-width:575px) {
  .box-baner-sls{
  min-width: 380px;}
}

@media (max-width:991px) {
    .box-baner-sls{ 
      order: 2  ;}
}
.box-baner-img-sls{
  width: 100%;
 
   overflow: hidden;
     max-height: 525px;
}
@media (min-width:575px) {
  .box-baner-img-sls{
   min-width: 420px;}
}

@media (max-width:991px) {
  .box-baner-img-sls{ 
    order: 2  ;}
}
@media (max-width:850px) {
  .box-baner-img-sls{ 
    order: -1  ;}
}
@media (min-width:992px) {
  .box-baner-img-sls{ 
     flex: 2;}
}
.box-baner-img-sls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.box-baner-img-sls img:hover{
   transform: scale(1.2);
}
.title-baner-sls{
          margin: 30px 0px;
          font-size: clamp(21px,5vw + 8px,36px);
           color: var(--white);
}
.title-baner-sls-text {
  padding-top: 15px;
  color: var(--white);
}
.banner-1-sls{
      background-color: var(--bg-all-1);
     
}
.baner-tag-sls{
  color: var(--gold);
}
@media (max-width:991px) {
  .banner-contact-sls{
        order: -1;
  }
}
.banner-contact-sls{
  min-width: 100%;
  background: var(--pink-bg-color);
      border: 2px solid var(--bg-all-1);
      padding: 45px 25px 75px 45px;
}
@media (max-width:575px) {
  .banner-contact-sls{
    padding: 25px 5px 55px 25px;
  }
}
@media (min-width:575px) {
  .banner-contact-sls{
  min-width: 380px;}
}
.thumb-svg-sls{
  display: flex;
    position: relative;
    justify-content: center;
}
@media (max-width:575px) {
  .thumb-svg-sls{
    display: none;
  }
}
.txt-baner-sls{
  font-weight:  700;
}
.svg-rotate-sls {
  width: 200px;
  height: 200px;
  position: relative;
}
.svg-rotate-sls svg{
  fill: var(--bg-all-1);
}
.link-contact-sls1{
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%); 
}
.link-contact-sls1 a{
  color: var(--white);
}
.link-contact-sls1:hover .link-contact-sls1 a{
  color: var(--bg-all-1);
}
.link-contact-sls1:hover .circle-arrow-sls{
    background-color: var(--white);
}
.link-contact-sls1:hover .arros-svg-sls svg{
  fill: var(--bg-all-1);
}
.arros-svg-sls{
  display: flex;
}
.circle-arrow-sls{
  display: flex;
      align-items: center;
    justify-content: center;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background-color: var(--primary-color);
  position: absolute;
  top: 100%; 
  left: 50%; 
  transform: translate(-50%, -0%); 
}
.svg-rotate-sls svg{
  width: 100%;
  height: 100%;
    animation: spin 15s linear infinite;
}
     @keyframes spin {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

.section-poster{
      padding: 50px 0px;
}
.thumb-poster-container-sls{
  display: flex;
  border-top: 2px solid var(--bg-all-1);
}
@media (max-width:991px) {
  .thumb-poster-container-sls{
        flex-direction: column-reverse;
  }
}
.thumb-poster-sls{
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  
}
.box-poster-sls{
        
    width: 100%;
}
@media (min-width:768px) {
  .box-poster-sls{
        
    width: 50%;
}
}
@media (max-width:991px) {
  .box-left-sls {
        padding-left: 15px;
            border-left: 2px solid var(--bg-all-1);

  }
}
.box-left-sls{
  padding-top: 50px;
        padding-bottom: 44px;
        padding-right: 15px;
        border-right: 2px solid var(--bg-all-1);
    border-bottom: 2px solid var(--bg-all-1);
}
.box-right-sls{
  padding-top: 50px;
        padding-bottom: 44px;
        padding-right: 15px;
            padding-left: 15px;
            border-right: 2px solid var(--bg-all-1);
    border-bottom: 2px solid var(--bg-all-1);
}
@media (max-width:767px) {
.box-right-sls{
    border-left: 2px solid var(--bg-all-1);
}
}
.poster-title-sls{
  color: var(--title-color);
    margin-bottom: 10px;
    font-size:clamp(16px,5vw,30px);
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    transition: color .2s;
    display: block;
}
.poster-title-sls:hover{
  color: var(--bg-all-1);
}
@media (min-width:992px) {
  .poster-img-sls{
  flex: 1;
  
}
}
@media (max-width:991px) {
  .poster-img-sls{
    height: 350px;
  }
}
.poster-img-sls img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-faq{
  padding: 45px 0px;
}
 .page-wrapper {
	 background-color: white;
	 margin: 0 auto;
	 max-width: 960px;
	 padding: 1rem 2rem;
	 border-radius: 0.5rem;
	 box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, .1);
}
.title-far-sls{
      font-size: clamp(25px,5vw,30px);
}
 .expandable-field-status {
	 display: none;
}
 .expandable-field {
	 margin: 0 auto;
	 display: inline-block;
	 width: 100%;
	 overflow: hidden;
	 transition: all 0.3s cubic-bezier(0.17, 0.67, 0.35, 1.19);
}
 .expandable-field__header {
	 padding: 0.5rem 4rem 0.5rem 0;
	 position: relative;
	 z-index: 1;
	 display: inline-block;
	 float: left;
	 width: 100%;
	 background: white;
	 transition: background 0.2s ease;
}
 .expandable-field__header:hover {
   color:var(--white);
	 background: var(--bg-all-1);
}
 .expandable-field__header:hover .expandable-field__heading {
	 transform: translateX(1rem);
	 transition: transform 0.3s cubic-bezier(0.17, 1, 0.35, 1.6);
}
 .expandable-field__label {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 display: flex;
	 align-items: center;
	 cursor: pointer;
}

 .expandable-field__label:after {
	 display: inline-block;
	 content: "+";
	 position: relative;
	 margin-left: calc(100% - 3rem);
	 line-height: 0.85;
	 height: 100%;
	 font-size: 3rem;
	 height: 3rem;
	 width: 3rem;
	 text-align: center;
	 transform: rotate(0);
	 transform-origin: center center;
	 transition: all 0.4s ease-out;
}
@media (max-width:575px) {
  .expandable-field__label:after{
    font-size: 2rem;
	 height: 30px;
	 width: 30px;
  }
}
 .expandable-field__heading {
	 pointer-events: none;
	 line-height: 1.33;
	 transition: transform 0.15s ease-out;
}
 .expandable-field__body {
	 position: relative;
	 transform-origin: top center;
	 bottom: 0;
	 opacity: 0;
	 margin-top: -10rem;
	 transition: max-height 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out, margin-top 0.3s ease-out;
	 max-height: 0;
	 padding: 0;
}
 .expandable-field-status:checked + .expandable-field .expandable-field__label:after {
	 transform: rotate(135deg);
}
 .expandable-field-status:checked + .expandable-field .expandable-field__body {
	 opacity: 1;
	 max-height: 100%;
	 margin-top: 2rem;
	 transition: max-height 0.6s cubic-bezier(0.17, 0.67, 0.35, 1.4), opacity 0.4s ease-out, padding 0.6s cubic-bezier(0.17, 0.67, 0.35, 1.4), margin-top 0.6s ease-out;
	 padding-bottom: 2.5rem;
}
 .expandable-field-status:checked + .expandable-field .expandable-field__body > *:first-child {
	 margin-top: 0;
}
 .expandable-field ~ .expandable-field {
	 margin-top: -4px;
	 border-top: 2px solid;
}

.section-post-blog{
  padding: 45px 0px;
}
.thumb-post-blog-sls{
display: flex;
gap: var(--gap-25-30);
flex-wrap: wrap;
    justify-content: center;
}
.title-blog-post-sls{
    color: var(--title-color);
    margin-bottom: 10px;
    font-size:clamp(15px,5vw,25px);
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    transition: color .2s;
    display: block;
        text-align: center;
}
.box-post-blog-sls{
  display: flex;
      flex-direction: column;
    justify-content: space-between;
  border: 2px solid var(--bg-all-1);
    background-color: var(--white);
    min-width:300px;
          min-height: 562px;
        padding: 45px 40px 40px;
        width: calc(33% - 20px);
                 
}
@media (max-width:767px) {
  .box-post-blog-sls{
    width: 100%;
  }
}
.post-blog-img-sls{
  width: 100%;
    height: 150px;
overflow: hidden;
position: relative;
}
.post-blog-img-sls img{
      width: 100%;
    height: 100%;
    object-fit: cover;
        transition: transform 0.3s ease;
}
.post-blog-img-sls img:hover{
     transform: scale(1.2);
}
   .date-post-blog-sls{
    padding: 10px;
    color: var(--white);
    border-radius: 15px;
    background-color: var(--bg-all-1);
    position: absolute;
    bottom: 10% ;
    left: 10%;
   }
   .btn-pos-blog-sls{
    display: flex;
    justify-content: center;
   }

.gallery-blog-post-sls{
  padding: 45px 0px;
}
.container-galley-sls {
	max-width: 100rem;
	margin: 0 auto;
}

.heading {
	font-size: clamp(21px,5vw,52px);
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: -1rem -1rem;
}

.gallery-item {
	
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
@media (min-width:768px) {
  .gallery-item{
    flex: 1 0 24rem;
  }
}
.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}
@media (min-width:768px) {
  .gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

.section-latest{
  padding-bottom: 45px;
}
.thumb-letest-news-sls{
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  gap: var(--gap-25-30);
}
@media (max-width:767px) {
  .thumb-letest-news-sls{
    flex-direction: column !important;
  }
}
.box-latest-post-sls{
  flex: 2;
  display: flex;
    flex-direction: column-reverse;
}
.box-latest-widget-sls{
  flex: 1;
      border-left: 2px solid var(--bg-all-1);
}
@media (max-width:767px) {
  .box-latest-widget-sls{
     border-right: 2px solid var(--bg-all-1);
  
  }
}
.latest-collection-item-sls{
  padding-bottom: 60px;
}

.thumb-read-more-sls{
  display: flex;
  justify-content: center;
}
.lined-link-sls{
  position: relative;
  color: var(--black);
  transition: all 0.3s ease;
}
.lined-link-sls:hover{
  position: relative;
  color: var(--bg-all-1);
}
.lined-link-sls::before,
        .lined-link-sls::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 20px; 
            height: 2px; 
            background-color: #000; 
            transform: translateY(-50%);
        }

        .lined-link-sls::before {
            left: -25px; 
        }

        .lined-link-sls::after {
            right: -25px; 
        }
.img-latest-sls{
 height: 270px;
 overflow: hidden;
}
.img-latest-sls img{
  width: 100%;
  height: 100%;
  object-fit: cover;
      transition: transform 0.3s ease;
}
.img-latest-sls img:hover{
      transform: scale(1.2);
}
.thumb-latest-txt-sls{
  padding-top: 30px;
}
.latest-thumb-tags-sls{
  display: flex;
  gap: var(--gap-10-15);
  align-items: center;
}
.title-latest-sls{
    color: var(--title-color);
    margin-bottom: 10px;
    font-size:clamp(16px,5vw,30px);
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    transition: color .2s;
    display: block;
}
.author-widget-sls {
  max-height: 215px;
  max-width: 215px;
  min-height: 215px;
  min-width: 215px;
  border: 2px solid var(--bg-all-1);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: border-color .2s;
  display: flex;
}
.author-widget-sls img{
  width: 100%;
  border-radius: 0%;

}
.author-widget-sls:hover {
  border-color: var(--primary-color);
}
.thumb-author-widget-sls{
  border-bottom: 2px solid var(--bg-all-1);
    flex-direction: column;
    padding-bottom: 42px;
    padding-left: 55px;
    padding-right: 40px;
    display: flex;

}
@media (max-width:767px) {
  .thumb-author-widget-sls{
       padding: 15px;
     border-top: 2px solid var(--bg-all-1);
       align-items: center;
    }
       
}
.category-latest-sls{
      border-bottom: 2px solid var(--bg-all-1);
 padding-bottom: 42px;
    padding-left: 55px;
    padding-right: 40px;
}
@media (max-width:767px) {
  .category-latest-sls{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.thumb-category-widget-sls{
  list-style-type: none;
}
.thumb-category-widget-sls li{
      gap: var(--gap-25-30);
    display: flex;
    align-items: center;
}
.blog-category-circle {
    max-height: 22px;
    max-width: 22px;
    min-height: 22px;
    min-width: 22px;
    border: 2px solid var(--bg-all-1);
    border-radius: 0%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.thumb-category-widget-sls li:hover .blog-category-inner-circle{
  opacity: 1;
}
.blog-category-inner-circle {
  opacity: 0;
    max-height: 10px;
    max-width: 10px;
    min-height: 10px;
    min-width: 10px;
    background-color: var(--bg-all-1);
    border-radius: 0%;
}
.widget-coment-thumb{
      border-bottom: 2px solid var(---bg-all-1);
padding-bottom: 42px;
    padding-left: 55px;
    padding-right: 40px;
}
@media (max-width:767px) {
  .widget-coment-thumb{
padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width:767px) {
  .widget-coment-thumb{
        text-align: center;
  }
}
.blog-comment-widget-sls{
  margin: 35px 0px;
}
@media (max-width:767px) {
  .blog-comment-widget-sls{
        display: flex;
    margin: 35px 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.thumb-widget-img-sls{
  align-items: center;
display: flex;
gap: var(--gap-25-30);
}
.widget-img-coments-sls{
      width: 125px;
    height: 125px;
   
   
}

.widget-name-sls{
  flex: 1;
}
.widget-img-coments-sls img{
  width: 100%;
  height: 100%;
    object-fit: cover;
    border-radius: 0%;
}
.thumb-latest-contacts-sls{
  border-bottom: 2px solid var(--bg-all-1);
    padding-bottom: 42px;
    padding-left: 55px;
    padding-right: 40px;
}
@media (max-width:767px) {
  .thumb-latest-contacts-sls{
    text-align: center;
     padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box-latest-contacts-sls{
  list-style-type: none;
  padding: 0;
}
.box-latest-contacts-sls li{
    color: var(--title-color);
      display: flex;
    gap: 30px;
    align-items: center;
}
.svg-latest-contact-sls{
  width: 40px;
  height: 40px;
}
.link-latest-contact-sls a{
      color: var(--title-color);
    margin-bottom: 10px;
    font-size: clamp(16px,5vw,24px);
    font-weight: 600;
}
.box-latest-contacts-sls li:hover{
    color: var(--bg-all-1);
}
.box-latest-contacts-sls li:hover .link-latest-contact-sls a{
  color: var(--bg-all-1);
}

.thumb-partners-sls{
background-color: var(--bg-all-1);
  margin: 5px;
}
.box-partners-sls{
  display: flex;
  flex-direction: column;
    align-items: center;
  padding: 15px;
      margin: 0;
   list-style-type: none;
}
.box-partners-sls li{
  width: 170px;
  height: auto;
}

.privaci-sls{
  padding: 25px 0px;
  justify-content: space-around;
  background-color: var(--bg-all-1);
      display: flex;
      
}
@media (max-width:991px) {
  .privaci-sls{
        flex-direction: column;
    align-items: center;
  }
}
.privaci-sls a{
      font-size: clamp(16px,5vw,24px);
      color: var(--white);
}
.copuring-sls{
      display: flex;
    justify-content: center;
}

.thumb-img-contact-sls{
width: 100%;
height: 375px;
    margin: 50px 0px;
     overflow: hidden;
}

.images-contacts-sls {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-contacts-sls:hover{
      transform: scale(1.2);
      transition: transform 0.3s ease;
}
.images-contacts-dnone{
  display: none;
}
.thumb-contact-page-sls{
  display: flex;
  gap: var(--gap-25-30);
      padding: var(--gap-25-30) 0px;
}
@media (max-width:991px) {
  .thumb-contact-page-sls{
    flex-direction: column;
  }
}
.contact-title-sls{
      margin-top: 0;
      text-align: center;
          font-size:clamp(45px,4vw,90px);
}
.box-contact-page-sls{
  flex: 1;
}
.thumb-contact-link-sls{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.thumb-contact-link-sls li{
      display: flex;
    align-items: center;
    gap: var(--gap-25-30);
}
@media (max-width: 576px) {
  .thumb-contact-link-sls li {
    flex-direction: column;
    align-items:start;
  }
  .contact-link-sls {
    word-break: break-all;
  }
}
.Maps-sls{
  width: 100%;
}
.contact-linn-svg-sls{
      max-height: 70px;
    max-width: 70px;
    min-height: 70px;
    min-width: 70px;
    border: 2px solid var(--bg-all-1);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    padding: 6px;
    display: flex;
}
@media (max-width:575px) {
  .contact-linn-svg-sls{
     max-height: 45px;
    max-width:  45px;
    min-height:  45px;
    min-width:  45px;
  }
}
.contact-link-svg-bg-sls{
  width: 100%;
    height: 100%;
    max-height: 55px;
    max-width: 55px;
    min-height: 55px;
    min-width: 55px;
    background-color: var(--bg-all-1);
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media (max-width:575px) {
  .contact-link-svg-bg-sls{
        max-height: 35px;
    max-width: 35px;
    min-height: 35px;
    min-width: 35px;
  }
}
.contact-link-svg-bg-sls{
  width: 45px;
  height: 45px;
}
.contact-link-sls{
  color: var(--black);
          font-size:clamp(16px,5vw,25px);
}
.contact-link-sls a{
  color: var(--black);
  transition: all 0.3s ease;
}
.contact-link-sls a:hover{
  color: var(--primary-color);
}

.box-contact-form-sls{
      border: 2px solid var(--bg-all-1);
      padding: 55px;
}
@media (max-width:991px) {
  .box-contact-form-sls{
      padding: 15px;
}
}
@media (min-width:1200px) {
  .box-contact-form-sls{
      padding: 75px;
}
}
.title-form-sls{
  font-size:clamp(28px,4vw,65px);
}
.forma-sls-contact{
      display: flex;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}
.input-thumb-sls{
  width: 100%;
}
.input-contact-form-sls{
      width: 100%;
  min-height: 60px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--bg-all-1);
    color: var(--title-color);
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 0;
    font-size:clamp(14px,4vw,22px);
    line-height: 1.3;
}
.input-contact-form-sls:focus{
border-color: var(--primary-color);
    outline: 0;
}
.checkbox-thumb-sls{
      margin: 25px 0px;
  display: flex;
  gap: var(--gap-10-15);
}
  .container-check-sls{
    display: flex;
    gap: var(--gap-10-15);
    align-items: center;
  }
  .thumb-privacy-txt-sls{
     font-size:clamp(14px,4vw,22px);
  }
  .color-pol35{
    color: var(--black);
  }
  .color-pol35:hover{
    color: var(--bg-all-1);
  }
  .btn-subb-contact{
    text-align: center;
  }

.section-mainpage-sls{
  padding: 45px 0px;
}
.page-img-box-sls{
   position: relative;
  width: 50%;
  height: 50%;
}
.page-img-box-sls img {
  width: 100%;
  object-fit: contain;
}
@media (max-width:991px) {
  .page-img-box-sls{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 275px;
    float: none;
  }
  .content-box-sls {
    flex: 1;
  }
}
@media (min-width:992px) {
  .page-img-box-sls{
   float: left;
  margin: 10px 20px 40px 10px;
}
}
@media (max-width:576px) {
  .page-img-box-sls{
    height: auto;
    width: 100%;
  }
}
.price-box{
  padding: 10px;
  border-radius: 15px;
  background-color: var(--bg-all-1);
 bottom: 5%;
  left: 5%;
  position: absolute;
  color:var(--white);
  
}
.title-main-form-sls{
  text-align: center;
}
.form-wr{
      border: 2px solid var(--bg-all-1);
    padding: 55px;
}
@media (max-width:575px) {
  .box-partners-sls {
    display: none;
  }
  .form-wr{
    padding: 15px;
}
}
.form-sls{
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}
.form-btn-sls{
      display: flex;
    justify-content: center;
  
    margin: 25px 0px;
}


.container-check input {
  display: none;
}

.container-check {
 display: flex;
    gap: 15px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width:575px) {
    .container-check {
        align-items: center;}
}
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #2196F300;
  border-radius: 0.25em;
  transition: all 0.25s;
}
@media (max-width:575px) {
  .checkmark {
      height: 0.7em;
  width: 0.7em;
  }
}
.container-check input:checked ~ .checkmark {
  background-color:var(--bg-all-1);
}
.thumb-privacy-txt35{
  flex: 1;
  font-size: clamp(10px,4vw,20px);
}
.checkmark:after {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  border: 0.1em solid black;
  left: 0;
  top: 0;
  width: 1.05em;
  height: 1.05em;
  border-radius: 0.25em;
  transition: all 0.25s, border-width 0.1s;
}
@media (max-width:575px) {
  .checkmark:after {
      height: 0.7em;
  width: 0.7em;
  }
}

.container-check input:checked ~ .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border-color: #fff0 white white #fff0;
  border-width: 0 0.15em 0.15em 0;
  border-radius: 0em;
  transform: rotate(45deg);
}
@media (max-width:575px) {
  .container-check input:checked ~ .checkmark:after {
  left: 0.25em;
    top: 0.1em;}
}

.input-input-box--item{
  width: 100%;
    min-height: 60px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--bg-all-1);
    color: var(--title-color);
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: clamp(14px,4vw,22px);
    line-height: 1.3;
}
.input-input-box--item label {
  margin:25px;
}
.textarea-input-box--item{
  width: 100%;
    min-height: 60px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: black black var(--bg-all-1);
    color: var(--title-color);
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: clamp(14px,4vw,22px);
    line-height: 1.3;
}
.textarea-input-box--item label {
  margin: 25px;
}

.page-main-content{
   
}
.btn-thumb-page-main-sls{
 
  display: flex;
  justify-content: center;
  
}

.page-box-main-sls{
    border: 2px solid var(---bg-all-1);
   padding: 15px;

}
@media (max-width: 996px) {
  .page-box-main-sls {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.size-img-sls{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-sls-1{
  min-width: 215px;
    background-color:var(--bg-all-1);
    text-align: center;
    padding: 20px 45px;
    font-weight: 500;
    transition: background-color .2s, color .2s;
    color: var(--white);
}
.button-sls-2{
 
  padding: 15px 30px;
  font-size: 18px;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: 0.5s;
  background: #1e1e1e;
  cursor: pointer;
  color: var(--bg-all-1);
  box-shadow: 0 0 10px #363636, inset 0 0 10px #363636;

}
.button-sls-2:hover {
  animation: a 0.5s 1 linear;
}

@keyframes a {
  0% {
    transform: scale(0.7, 1.3);
  }

  25% {
    transform: scale(1.3, 0.7);
  }

  50% {
    transform: scale(0.7, 1.3);
  }

  75% {
    transform: scale(1.3, 0.7);
  }

  100% {
    transform: scale(1, 1);
  }
}
.button-sls-3 {
 color: #fff;
 border-radius: 5px;
 padding: 10px 25px;
 font-weight: 500;
 background: transparent;
 cursor: pointer;
 transition: all 0.3s ease;
 position: relative;
 display: inline-block;
 box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 outline: none;
}
.button-sls-3 {
  color: var(--white);
  background-color: var(--bg-all-1);
 border: none;
}

.button-sls-3:before {
 height: 0%;
 width: 2px;
}
.button-sls-3:hover {
 box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .5), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.button-sls-4{
 appearance: none;
 background-color: transparent;
 border: 0.125em solid var(--bg-all-1);
 border-radius: 0.9375em;
 box-sizing: border-box;
 color: #3B3B3B;
 cursor: pointer;
 display: inline-block;
 font-size: 16px;
 font-weight: 600;
 line-height: normal;
 margin: 0;
 min-height: 3.75em;
 min-width: 0;
 outline: none;
 padding: 1em 2.3em;
 text-align: center;
 text-decoration: none;
 transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
 user-select: none;
 -webkit-user-select: none;
 touch-action: manipulation;
 will-change: transform;
}

.button-sls-4:disabled {
 pointer-events: none;
}

.button-sls-4:hover {
 color: #fff;
 background-color: var(--bg-all-1);
 box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
 transform: translateY(-2px);
}

.button-sls-4:active {
 box-shadow: none;
 transform: translateY(0);
}
.button-sls-5 {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color:var(--bg-all-1);
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid var(--bg-all-1);
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 var(--bg-all-1);
}

.button-sls-5:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 var(--bg-all-1);
}

.button-sls-5:active {
  transform: scale(0.9);
}

