@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

body{
    direction: ltr;
    font-family: 'IBM Plex Sans Arabic', sans-serif !important;
    font-size: 18px;
    margin: 0;
    padding: 0;
    
}
a {
    word-break: break-all;
    text-decoration: none;
    cursor: pointer;
}
.cont-area a {
    color: #293B5F ;
    word-break: break-word;
}
.kont-osn a {
    color: #2D132C;
    word-break: break-word;
}
.paddingStal {
    padding: 55px 0;
}
.marginStal {
    margin: 55px 0;
}
.titleStal {
    padding-top: 17px;
    padding-bottom: 17px;
    color: #293B5F;
    text-align: center;
    font-weight: 600;
}
.titleStalDop {
    border-bottom: 2px  solid #ebebeb;
    color: #293B5F;
    font-weight: bold;
}
.white {
    color: #f4f9f9;
}
header {
    height: 278px;
}
.carousel-item img{
    height: 278px;
    object-fit: cover;
    background-position: center;
}
.header-back{
    position: relative;
}

.header-back-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #293B5F;
    border-radius: 0px;
    opacity: 0.8;
    
    text-align: right;
}

.header-back-text p {
    color: white;
    opacity: 1;
    text-align: right;
    padding: 9px;
    font-size: 20px;
}
.header-log {
    padding: 13px;
    border-bottom: 1px solid rgba(87, 85, 85, 0.23);
}
.logo-area {
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.logo-area img {
    height: 40px;
}
.logo-title {
    color: #293B5F;
    font-size: 21px;
    padding: 9px;
}


.header-log-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
}
.cont-area {
     display: flex;
    gap: 17px;
}
.cont-area div {
     display: flex;
    align-items: center;
    gap: 13px;
}
.cont-area i {
    font-size: 25px;
}
.change {
    display: flex;
    align-items: flex-start;
    gap: 28px;
}


.sidenav {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.menu ul {
    padding: 17px;
    border: 2px solid #ebebeb;
    border-radius: 0px;
}
.menu li {
    list-style: none;
    text-decoration: none;
}
.menu a {
    text-decoration: none;
    font-size: 25px;
    color:  #2D132C;
    display: block;
}
.menu-dop  {
    margin-left: 18px;
    list-style: circle !important;
}
.menu-dop-main {
    border: 0 !important;
}
.menu-dop a {
    text-decoration: none;
    font-size: 18px;
    color: #2D132C;
    display: block;
}

.latest {
    margin: 28px 0;
}
.latest-main {
    display: flex;
    flex-direction: column;
    gap: 13px;
}
.latest-main-title {
    font-size: 21px;
}
.transparent {
    position: relative;
    padding:  18px;
    background-size: cover;
}

.transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient(to top, #00b05f, #00996a, #00826d, #006a66, #005257);
}

.form-inner {
    position: relative;
}
.check {
     color: #ffffff;
     border-bottom: 2px solid;
}
.form-inner h3 {
    position: relative;
    margin-top: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
}



.form-inner label {
    display: block;
    padding-left: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

.form-inner input, .form-inner textarea {
    display: block;
    width: 100%;
    padding: 0 13px;
    margin: 13px 0 13px;
    border-width: 0;
    line-height: 40px;
    border-radius: 18px;
    color: #ffffff;
    background: rgba(255, 255, 255, .2);
}
::placeholder{
    color: #fff;
}

.form-inner input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

#custom-checkbox+label {
    position: relative;
    margin: 18px 0;
    text-transform: none;
    cursor: pointer;
}

#custom-checkbox+label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    vertical-align: text-top;
    background: white;
}

#custom-checkbox:checked+label:before {
    background: #464a51;
}

#custom-checkbox:checked+label:after {
    content: "";
    position: absolute;
    width:  2px;
    height:  2px;
    left: 20px;
    top: 9px;
    background: white;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


.privas-content{
    overflow: hidden;
    word-break: break-word;
}
.privas-content p{
  margin-bottom: 9pxpx;
  text-indent: 2ch;
}
.privas-content h1{
  font-weight: 600;
  text-align: center;
  margin-bottom:  23px;
}
.privas-content h2{
  font-weight:600;
  text-align: center;
  margin-bottom:16px ;
}
.privas-content table,.privas-content a{
  word-break: break-word;
  color: inherit;
}
.privas-content ul li,
.privas-content ol li {
  margin-bottom: 4px;
}
.privas-content ul,
.privas-content ol {
  margin-bottom: 13px;
  padding-left:  18px;
  list-style: inside;
}


.main {
    width: 70%;
}

.blog-new {
    display: flex;
    gap: 17px;
}
.blog-main-box {
    display: flex;
    gap: 28px;
}
.blog {
    display: flex;
    flex: 1;
    padding: 17px;
    gap: 17px;
    border: 2px solid #ebebeb;
    border-radius: 0px;
    transition: .5s all;
    align-items: center;
}
.blog:hover {
border-color: transparent;
    box-shadow: 0 5px 29px rgba(0, 0, 0, 0.2);
}
.blog-img{
    overflow: hidden;
    flex: 1;
}
.blog-img img {
    object-fit: contain;
    height: 331px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.section-groupLJ{
    display: flex;
    flex-direction:  column-reverse;
}

.blog-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 17px;
    justify-content: space-between;
    
}
.blog-text-dop {
    display: flex;
    gap: 17px;
    justify-content: space-between;
}
.blog-text-title {
  color: #293B5F;
  font-size: 25px
}
.blog-text-more {
  color: #293B5F;
  transition: all 0.3s ease-in-out;
  
}
.blog-text-title:hover {
  color: #2b2e4a;
}
.blog-text-more:hover {
  color: #2b2e4a;
  border: 2px solid;
  width: fit-content;
  padding:9px;
border-radius: 0px;
}
.img1 {
    transition: filter 0.3s ease-in-out;
}

.img1:hover {
    filter: brightness(0.7);
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 16px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.commented-main {
    background-color: #e2bcb7;
}
.commented {
    display: flex;
    margin: 17px;
    gap: 17px;
}
.commented img {
    object-fit: cover;
    height: 115px;
    width: 100%;
}
.commented-content {
    display: flex;
    color: #2D132C;
    font-size: 25px;
    border-left: 3px solid;
    border-right: 3px solid;
    align-items: center;
    padding: 17px;
    gap: 17px;
}


.slick-slider {
    height: fit-content;
}

.fans-main {
    background-color: #293B5F;
}
.fans-bac {
    background-image: url(static/images/mask-bg_1920x10800.png);
    background-position: center;
    background-size: cover;
}
.fans-osnov {
    color: #fff;
    display: flex;
    gap: 17px;
}

.fans-box {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 17px;
    border: 2px solid;
    border-radius: 0px;
    gap: 17px;
}

.fans-box-img img {
    height: 115px;
    border-radius:50%;
}
.fans-box div {
    font-size: 21px;
}

.img2 {
    position: relative;
    animation: moveUpDown 2s ease-in-out infinite alternate;
}

@keyframes moveUpDown {
    0% {
        top: 0;
    }

    50% {
        top: 15px;
    }

    100% {
        top: 0;
    }
}

.articles-osnov {
    display: flex;
    gap: 28px;
}
.articles-box-main {
    display: flex;
    gap: 28px;
    padding: 17px 0;
    border-bottom: 2px solid #ebebeb;
    border-top: 2px solid #ebebeb;
}
.articles-box {
    display: flex;
    flex: 1;
    gap: 17px;
}
.articles-img {
    flex: 1;
    display: flex;
    justify-content: center;
}
.articles-img img {
    object-fit: cover;
    height: 165px;
    width: 100%;
}
.articles-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 13px;
}
.articles-content a {
    color:  #293B5F;
    font-size: 21px;
}

.footer-main {
    color: #000000;
    flex-direction: column;
    background-color: #293B5F2a;
    align-items: center;
    display: flex;
    gap: 28px;
}
.polit a {
    color: #000000;
}
.polit {
     display: flex;
     align-items: center;
    gap: 17px;
}

.page-dop {
    width: 70%;
}
.page-dop-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 17px;
}
.page-img {
   
    display: flex;
    align-items: center;
    height:  409px;
    justify-content: center;
}
.page-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.page-info-dop {
    display: flex;
    justify-content: space-between;
    gap: 17px;
}
.page-info-dop div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 13px;
}
.page-info-dop i {
    font-size: 25px;
}
.page-info-text {
    text-align: justify;
    p{
        text-indent: 2ch; 
    }
}
.page-info-text ul li,
.page-info-text ol li {
  margin-bottom: 4px;
}
.page-info-text ul,
.page-info-text ol {
  margin-bottom: 13px;
  padding-left:  18px;
  list-style: inside;
}


.breadcrumbs-main {
    font-size: 21px;
    margin: 28px 0;
    display: flex;
    align-items: center;
    gap: 17px;
}
.breadcrumbs-main i {
    font-size: 18px;
}
.breadcrumbs-main-text {
    color: #000;
}

.comentar {
    background-color: #293B5F1a;
}
.comment-main {
    display: flex;
    gap: 17px;
}
.single_creativeItem {
    text-align: center;
}
.testiCreCon {
    position: relative;
    box-shadow: 0 0  18px 0 rgb(0 0 0 / 6%);
    background: #fff;
    border-radius: 0px;
    padding: 48px  18px 48px;
    margin-bottom: 35px;
    margin-right: 0;
}
.testiCreCon {
    position: relative;
    box-shadow: 0 0 18px  0 rgb(0 0 0 / 6%);
    background: #fff;
    border-radius: 5px;
    padding: 48px 18px  48px;
    margin-bottom: 35px;
    margin-right: 0;
}
.testiCreCon:after {
    position: absolute;
    content: '';
    left: 45%;
    bottom: -19px;
    border-radius: 15px;
    width: 40px;
    height: 40px;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 0px 2px 29px 5px rgba(0, 0, 0, 0.08);
}
.testiCreCon i {
    font-size: 72px;
    color: #dddddd4f;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}
.em_test_thumb img {
    height: 72px;
    border-radius:50%;
    
}
.testAuthor {
    padding: 17px 0;
    color: #293B5F;
    font-size: 21px;
}
.guttergs {
    flex: 1;
}

.pop-main {
    display: flex;
    gap: 28px;
}

.pop-box {
    display: flex;
    flex: 1;
    justify-content: space-between;
    background-color: white;
    padding: 17px;
    gap: 17px;
    box-shadow: 9px 9px  35px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}
.pop-box-img {
    display: flex;
    justify-content: center;
}
.pop-box-img img {
    object-fit: contain;
    height: 278px;
    width: 100%;
}
.pop-box-cont {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.pop-box-cont-title {
    color: #293B5F;
    font-size: 21px;
}
.kont-main {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 28px;
}
.kont {
    display: flex;
    gap: 28px;
}
.kont-box {
    display: flex;
    gap: 17px;
}
.kont-osn {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 17px;
    gap: 17px;
    box-shadow: 0px 0px 33px 0px rgb(9 47 193 / 7%);
}
.kont-osn i {
    font-size:  28px;
    height: 120px;
    width: 120px;
    text-align: center;
    border-radius: 0px;
    line-height: 80px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    background: #293B5F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kont-osn-title {
    color:  #2D132C;
    text-align: center;
    font-size: 21px;
}
.kont-osn-text {
    text-align: center;
    font-size: 21px;
}
.form-contakt {
    flex: 1;
    padding:  25px;
    box-shadow:  13px  13px 35px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
}
.check-cont {
    border-bottom: 2px solid;
    color:  #2D132C;
}
.map {
    height: 100%;
}
.dop-pages {
    background-color: #293B5F1a;
}
.dop-pages-main {
    background-color: #fff;
    display: flex;
    padding: 28px;
    gap: 28px;
}
.dop-pages-text {
    width: 70%;
    text-align: justify;
}
.but,
button {
  outline: none;
  border: none;
  background: inherit;
  padding:  13px;
  box-sizing: border-box !important;
}
.button-1 {
    background-color: #856767;
    border: none;
    color: white;
    padding:  13px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:  18px;
    margin: 3px 2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .button-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: all 1s ease-in-out;
  }

  .button-1:hover::before {
    left: 100%;
  }

  .button-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease-in-out;
  }

  .button-1:hover::after {
    width: 100%;
  }

  .button-1 span {
    position: relative;
    z-index: 1;
  }

  .button-1:hover {
    color: #ffffff;
    background-color: #856767;
  }

.button-2 {
  display: inline-block;
  padding: 9px  25px;
  border: none;
  background-color: #ff4081;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
  box-shadow: 0  3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.button-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  transition: left 0.3s ease-in-out;
}

.button-2:hover {
  transform: scale(1.1);
}

.button-2:hover:before {
  left: 100%;
}

.button-3 {
  --border-radius:  16px;
  --border-width: 3px;
  appearance: none;
  position: relative;
  padding: 15px 18px;
  border: 0;
  background-color: #212121;
  font-family: "Roboto", Arial, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}

.button-3::after {
  --m-i: linear-gradient(#000, #000);
  --m-o: privas-content, padding-box;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: var(--border-width);
  border-radius: var(--border-radius);
  background-image: conic-gradient(#488cfb,
      #29dbbc,
      #ddf505,
      #ff9f0e,
      #e440bb,
      #655adc,
      #488cfb);
  -webkit-mask-image: var(--m-i), var(--m-i);
  mask-image: var(--m-i), var(--m-i);
  -webkit-mask-origin: var(--m-o);
  mask-origin: var(--m-o);
  -webkit-mask-clip: var(--m-o);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  filter: hue-rotate(0);
  animation: rotate-hue linear 500ms infinite;
  animation-play-state: paused;
}

.button-3:hover::after {
  animation-play-state: running;
}

@keyframes rotate-hue {
  to {
    filter: hue-rotate(1turn);
  }
}

.button-3,
.button-3::after {
  box-sizing: border-box;
}

.button-3:active {
  --border-width: 5px;
}

.button-4 {
    padding: 15px 20px;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #2c9caf;
    transition: all 1000ms;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    outline:  2px solid #2c9caf;
  }

    .button-4:hover {
    color: #ffffff;
    transform: scale(1.1);
    outline:  2px solid #70bdca;
    box-shadow: 4px 5px 18px -4px #268391;
  }

    .button-4::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #2c9caf;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }

    .button-4:hover::before {
    width: 250%;
  }

.button-5 {
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 16px;
  font-family: inherit;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 300%;
  border-radius:  29px;
  z-index: 1;
}

.button-5:hover {
  animation: ani 8s linear infinite;
  border: none;
}

@keyframes ani {
  0% {
    background-position: 0%;
  }

  100% {
    background-position: 400%;
  }
}

.button-5:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius:  29px;
  transition: 1s;
}

.button-5:hover::before {
  filter: blur(20px);
}

.button-5:active {
  background: linear-gradient(32deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
}




@media (max-width: 1400px) {
    .blog-main-box {
        flex-direction: column !important;
    }
    .blog {
        flex-direction: column !important;
    }
    .fans-osnov {
        flex-wrap: wrap;
    }
}
@media (max-width: 1200px) {
    .header-back-text p {
        font-size: 18px;
    }
    .pop-main {
        flex-direction: column !important;
    }
    .pop-box {
        flex-direction: row !important;
    }
    .kont-box {
        flex-direction: column !important;
    }
    
    .pop-box-img {
        flex: 1;
    }
    .pop-box-cont {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .kont-main {
        width: 100%;
    }
    .fans-osnov {
        flex-wrap: wrap;
    }
    .articles-box-main {
        flex-direction: column !important;
    }
    .header-log-main {
        flex-direction: column !important;
    }
    .change {
        flex-direction: column !important;
    }
    .main {
        width: 100%;
    }
    .sidenav {
        width: 100%;
    }
    .page-dop {
        width: 100%;
    }
    .pop-box {
        flex-direction: column !important;
    }
    .kont-main {
        flex-direction: column !important;
    }
    .dop-pages-main {
        flex-direction: column !important;
    }
    .dop-pages-text {
        width: 100%;
    }
}
@media(max-width: 767px) {
    .header-back-text p {
        font-size: 18px;
    }
    .form-inner h3 {
        font-size: header-back-text;
    }
    .comment-main {
        flex-direction: column !important;
    }
}
@media(max-width: 571px) {
    .header-back-text p {
        font-size: 16px;
    }
    .fans-osnov {
        flex-direction: column !important;
    }
    .polit {
        flex-direction: column !important;
    }
    .cont-area {
        align-items: center;
        flex-direction: column !important;
    }
    .blog-img img {
        height: auto;
    }
    .blog-text-dop {
        flex-direction: column !important;
    }
    .fans-box {
        flex-direction: column !important;
    }
    .blog-text-dop {
        flex-direction: column !important;
    }
    .page-img{
        height: auto;
    }
    
    .breadcrumbs-main {
        font-size: 18px;
    }
    .page-info-dop {
        flex-direction: column !important;
    }
    .kont-osn-title {
        font-size: 18px;
    }
    .kont-osn-text {
        font-size: 16px;
    }
}
@media(max-width: 430px) {
    .breadcrumbs-main {
        flex-direction: column !important;
    }
    .header-back-text p {
        font-size: 12px;
    }
    .cont-area div {
        flex-direction: column !important;
        align-items: center;
    }
    .logo-area {
        flex-direction: column !important;
        align-items: center;
    }
}