@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

/* line 4, src/sass/_visully.scss */
.narratorBox {
  position: relative;
  background-color: rgba(87, 235, 123, 0.21);
}

/* line 9, src/sass/_visully.scss */
.loading-text {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  right: 10px;
  top: -30px;
  background-color: #45a57d !important;
  border-radius: 50%;
  -webkit-animation: pulse-shadow 2s infinite;
  animation: pulse-shadow 2s infinite;
  transition: all ease 0.3s;
  color: #fff !important;
}

/* line 26, src/sass/_visully.scss */
.loading-text:hover {
  -webkit-animation: none;
  animation: none;
  background-color: #45a57d;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background-color: #F1F6F9;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #206BDC;
}

a {
  text-decoration: none !important;
}

.plu {
  text-indent: 0px;
  margin: 0px;
  padding: 0px;
  border-style: none;
  float: none;
  line-height: normal;
  font-size: 1px;
  vertical-align: baseline;
  display: inline-block;
  width: 90px;
  height: 20px;
  background: transparent;
}

.plu>.ifr {
  position: static;
  top: 0px;
  width: 90px;
  margin: 0px;
  border-style: none;
  left: 0px;
  visibility: visible;
  height: 20px;
}

h1 {
  margin: 0;
}

p {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

ul {
  padding-left: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #ffffff;
}

body.image {
  color: white;
}

body.image .bg-glav {
  background: none;
}

body.image img {
  display: none;
}

body.image .news .news-in .main-content .s-card .top {
  display: none;
}

body.gray {
  filter: grayscale(1);
  color: white;
}

body.gray img {
  display: flex;
}

body.gray .bg-glav {
  background: flex;
}

body.mode {
  filter: invert(100%) grayscale(100%);
  color: white;
}

body.mode img {
  filter: invert(1);
  display: flex;
}

body.mode .bg-glav {
  background: flex;
}

body img {
  display: flex;
}

body .bg-glav {
  background: flex;
}

img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.my-container {
  margin: 0px 80px;
}

@media (max-width: 1380px) {
  .my-container {
    margin: 0 65px;
  }
}

@media (max-width: 1000px) {
  .my-container {
    margin: 0 40px;
  }
}

@media (max-width: 650px) {
  .my-container {
    margin: 0 20px;
  }
}

.glavni-btn {
  color: #ffffff;
  background: #206BDC;
  border-radius: 8px;
  padding: 12px 18px 11px;
  border: 1px solid transparent;
  font-weight: 400 !important;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 650px) {
  .glavni-btn {
    padding: 12px 50px 11px;
  }
}

.glavni-btn:hover {
  color: #206BDC;
  border: 1px solid #BCBCBC;
  background: transparent;
}

.glavni-btn:active {
  top: 2px;
}

.back-btn {
  font-weight: 600 !important;
  color: #206BDC;
  border: none;
  background: transparent;
  padding: 0px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.back-btn:hover {
  border: none;
  background: transparent;
}

.back-btn svg {
  margin-left: 15px;
  transition: 0.2s;
}

.back-btn svg path {
  fill: #206BDC;
}

.back-btn:hover svg {
  transform: translateX(5px);
}

.back-btn:active {
  top: 2px;
}

.txt-18 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 1380px) {
  .txt-18 {
    font-size: 17px;
  }
}

@media (max-width: 650px) {
  .txt-18 {
    font-size: 15px;
    line-height: 20px;
  }
}

.txt-16 {
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}

@media (max-width: 1380px) {
  .txt-16 {
    font-size: 15px;
  }
}

@media (max-width: 650px) {
  .txt-16 {
    font-size: 14px;
    line-height: 18px;
  }
}

.txt-12 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

@media (max-width: 650px) {
  .txt-12 {
    font-size: 10px;
    line-height: 14px;
  }
}

.txt-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 650px) {
  .txt-14 {
    font-size: 12px;
    line-height: 16px;
  }
}

.txt-19 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 500;
}

@media (max-width: 1380px) {
  .txt-19 {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .txt-19 {
    font-size: 16px;
    line-height: 18px;
  }
}

.txt-20 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-width: 1380px) {
  .txt-20 {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .txt-20 {
    font-size: 17px;
    line-height: 22px;
  }
}

.txt-22 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

@media (max-width: 1380px) {
  .txt-22 {
    font-size: 21px;
  }
}

@media (max-width: 650px) {
  .txt-22 {
    font-size: 18px;
    line-height: 22px;
  }
}

.txt-30 {
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}

@media (max-width: 1380px) {
  .txt-30 {
    font-size: 28px;
  }
}

@media (max-width: 650px) {
  .txt-30 {
    font-size: 19px;
    line-height: 24px;
  }
}

.txt-32 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
}

@media (max-width: 1380px) {
  .txt-32 {
    font-size: 30px;
  }
}

@media (max-width: 650px) {
  .txt-32 {
    font-size: 23px;
    line-height: 28px;
  }
}

.txt-24 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}

@media (max-width: 1380px) {
  .txt-24 {
    font-size: 23px;
  }
}

@media (max-width: 1150px) {
  .txt-24 {
    font-size: 20px;
    line-height: 33px;
  }
}

@media (max-width: 650px) {
  .txt-24 {
    font-size: 18px;
    line-height: 24px;
  }
}

.txt-29 {
  font-weight: 600;
  font-size: 29px;
  line-height: 33px;
}

@media (max-width: 1380px) {
  .txt-29 {
    font-size: 27px;
  }
}

@media (max-width: 650px) {
  .txt-29 {
    font-size: 23px;
    line-height: 28px;
  }
}

.txt-60 {
  font-weight: 700;
  font-size: 60px;
  line-height: 78px;
}

@media (max-width: 1380px) {
  .txt-60 {
    font-size: 52px;
    line-height: 68px;
  }
}

@media (max-width: 650px) {
  .txt-60 {
    font-size: 28px;
    line-height: 35px;
  }
}

.txt-42 {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  color: #043D54;
}

@media (max-width: 1380px) {
  .txt-42 {
    font-size: 33px;
    line-height: 40px;
  }
}

@media (max-width: 650px) {
  .txt-42 {
    font-size: 22px;
    line-height: 35px;
  }
}

.txt-38 {
  font-weight: 600;
  font-size: 38px;
  line-height: 45px;
  color: #043D54;
}

@media (max-width: 1380px) {
  .txt-38 {
    font-size: 33px;
    line-height: 40px;
  }
}

@media (max-width: 650px) {
  .txt-38 {
    font-size: 22px;
    line-height: 35px;
  }
}

.swiper-wrapper {
  padding-bottom: 3px;
}

#mobilep .navigation-top {
  padding: 10px 0;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.12);
}

html.grey p,
html.grey h1,
html.grey h2,
html.grey span,
html.grey button,
html.grey img,
html.grey i {
  filter: grayscale(100%);
  box-shadow: none;
}

html.grey .navigation {
  filter: grayscale(100%);
}

html.grey .navigation .kategory {
  filter: grayscale(0) !important;
}

html.grey .navbar-top {
  filter: grayscale(100%);
}

html.grey .navbar-top .kategory {
  filter: grayscale(100%) !important;
}

html.grey .footer {
  filter: grayscale(100%);
}

html.grey .footer {
  filter: grayscale(100%);
}

html.grey .mySwiper {
  filter: grayscale(100%);
  z-index: 1;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 12px 0;
  width: 100%;
  border: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #C6D0D9;
  border-radius: 10px;
  border: 0px solid #000101;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgb(143, 143, 143);
  -webkit-appearance: none;
  margin-top: -8.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C6D0D9;
}

/* line 491, src/sass/components/_main-header.scss */
.special-fixed {
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 999;
  width: 50px;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.44);
}

/* line 500, src/sass/components/_main-header.scss */
.special-fixed-container {
  position: relative;
  transition: 0.3s;
}

/* line 505, src/sass/components/_main-header.scss */
.special-fixed .special-fixed__btn {
  width: 50px;
  height: 50px;
  display: flex;
  background-color: #003a4f;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  outline: none;
  border: 0;
}

/* line 520, src/sass/components/_main-header.scss */
.special-fixed .special-fixed__btn:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 20px;
  height: 100%;
  transition: all ease 0.3s;
  background-color: #003a4f;
}

/* line 532, src/sass/components/_main-header.scss */
.special-fixed-container .special-fixed__btn.active {
  background-color: #003a4f;
}

/* line 536, src/sass/components/_main-header.scss */
.special-fixed-container .special-fixed__btn.active:after {
  background-color: #003a4f;
}

/* line 541, src/sass/components/_main-header.scss */
.special-fixed .bvi-container {
  background-color: #014158;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  transform: translateX(180px);
  top: 0;
  width: 180px;
  z-index: 100;
  margin-right: 0;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

/* line 553, src/sass/components/_main-header.scss */
.special-fixed .bvi-container .dropdown-title {
  color: #fff;
  font-family: var(--default-font);
}

/* line 558, src/sass/components/_main-header.scss */
.special-fixed-bvi.active {
  transform: translateX(-180px);
}

.modal-web {
  width: 556px;
  padding: 50px;
  position: fixed;
  background: #FFFFFF;
  border-radius: 12px;
  z-index: -12;
  opacity: 0;
  top: 60%;
  left: 50%;
  transition: top 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .modal-web {
    width: 850px;
  }
}

@media (max-width: 950px) {
  .modal-web {
    width: 700px;
    padding: 24px;
  }
}

@media (max-width: 800px) {
  .modal-web {
    width: 500px;
    padding: 24px;
  }

  .modal-web .back {
    right: 18px;
    top: 18px;
  }
}

.modal-web.active {
  top: 50%;
  z-index: 12;
  opacity: 1;
}

.modal-web .back {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #E5E9EE;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal-web .back svg {
  width: 24px;
  height: 24px;
}

.modal-web .txt-24 {
  color: #000000;
  font-weight: 600;
  text-align: center;
}

.modal-web .sucsess {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #E5E9EE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.modal-web .sucsess svg {
  width: 60px;
  height: 40px;
}

.modal-web .glavni-btn {
  width: 100%;
  margin-top: 24px;
}

.modal-web form {
  margin-top: 6px;
  width: 100%;
}

.modal-web form .label {
  margin-top: 24px;
  font-weight: 400;
  color: #596469;
}

.modal-web form .input {
  width: 100%;
  margin-top: 12px;
  background: #F1F6F9;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 11px 22px;
  color: #000;
  outline: none;
  transition: 0.2s;
}

.modal-web form .input::-moz-placeholder {
  color: #CFCFCF;
  font-weight: 400;
}

.modal-web form .input:-ms-input-placeholder {
  color: #CFCFCF;
  font-weight: 400;
}

.modal-web form .input::placeholder {
  color: #CFCFCF;
  font-weight: 400;
}

.modal-web form .input:focus {
  border: 1px solid #206BDC;
}

.modal-web form .blog-input {
  width: 100%;
  display: flex;
  align-items: center;
}

.modal-web form .blog-input .input-mini {
  width: 155px;
}

.modal-web form .blog-input .txt-16 {
  margin-top: 12px;
  cursor: pointer;
  margin-left: 24px;
  width: 100%;
  color: #206BDC;
  font-weight: 600;
}

@media (max-width: 650px) {
  .modal-web form .blog-input .txt-16 {
    margin-left: 0;
  }
}

.modal-web form .glavni-btn {
  margin-top: 24px;
  width: 100%;
}

.modal-web form .sign-r {
  margin-top: 24px;
  width: 100%;
  text-align: center;
  color: #206BDC;
  font-weight: 600;
}

.modal-web .search-page {
  width: 100%;
  margin-top: 24px;
}

.modal-web .search-page .top {
  color: #7B8A90;
  font-weight: 400;
}

.modal-web .search-page .top strong {
  color: #000;
}

.modal-web .search-page .card-bg {
  overflow-y: scroll;
  margin-top: 5px;
  height: 250px;
}

.modal-web .search-page .card-bg .card-m {
  width: 95%;
  background: #F1F6F9;
  border-radius: 12px;
  padding: 18px 12px;
  margin-top: 12px;
  cursor: pointer;
}

.modal-web .search-page .card-bg .card-m .sana {
  text-align: start;
  display: flex;
  align-items: center;
}

.modal-web .search-page .card-bg .card-m .sana .txt-16 {
  color: #BCBCBC;
  font-weight: 400;
}

.modal-web .search-page .card-bg .card-m .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.modal-web .search-page .card-bg .card-m .bottom {
  margin-top: 6px;
  color: #000;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sign-r {
  cursor: pointer;
}

.sign-r:hover {
  text-decoration: underline;
}

.modal-search {
  width: 1000px;
}

@media (max-width: 1100px) {
  .modal-search {
    width: 850px;
  }
}

@media (max-width: 950px) {
  .modal-search {
    width: 700px;
    padding: 24px;
  }
}

@media (max-width: 800px) {
  .modal-search {
    width: 500px;
    padding: 24px;
  }

  .modal-search .back {
    right: 18px;
    top: 18px;
  }
}

.modal-search .back {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal-search .txt-24 {
  color: #000000;
  font-weight: 600;
  text-align: start;
  width: 100%;
}

.modal-search form {
  margin-top: 15px;
  width: 100%;
}

.modal-search form .glavni-btn {
  margin-top: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.modal-search .search-page {
  width: 100%;
  margin-top: 24px;
}

.modal-search .search-page .top {
  color: #7B8A90;
  font-weight: 400;
}

.modal-search .search-page .top strong {
  color: #000;
}

.modal-search .search-page .card-bg {
  overflow-y: scroll;
  margin-top: 5px;
  height: 250px;
}

.modal-search .search-page .card-bg .card-m {
  width: 95%;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 18px 12px;
  margin-top: 12px;
  cursor: pointer;
}

.modal-search .search-page .card-bg .card-m .sana {
  text-align: start;
  display: flex;
  align-items: center;
}

.modal-search .search-page .card-bg .card-m .sana .txt-16 {
  color: #BCBCBC;
  font-weight: 400;
}

.modal-search .search-page .card-bg .card-m .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.modal-search .search-page .card-bg .card-m .bottom {
  margin-top: 6px;
  color: #000;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@-webkit-keyframes air {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes air {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle11 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(400px) translateX(-300px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes circle11 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(400px) translateX(-300px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes circle22 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-300px) translateX(-700px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes circle22 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-300px) translateX(-700px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes circle33 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(300px) translateX(700px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes circle33 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(300px) translateX(700px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes circle44 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-300px) translateX(700px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes circle44 {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-300px) translateX(700px);
  }

  100% {
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.75);
    opacity: 0;
  }
}

@-webkit-keyframes wawe {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wawe {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes leftball {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(40deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes leftball {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(40deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rightball {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-40deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rightball {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-40deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes shade {
  0% {
    background-position-x: -500%;
  }

  100% {
    background-position-x: 500%;
  }
}

@keyframes shade {
  0% {
    background-position-x: -500%;
  }

  100% {
    background-position-x: 500%;
  }
}

.navigation-top {
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
}

.navigation-top .my-container .top-in {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-top .my-container .top-in-left {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-top .my-container .top-in-left .menu-h {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-right: 16px;
  display: none;
}

.navigation-top .my-container .top-in-left .logos {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 60px;
}

@media (max-width: 1250px) {
  .navigation-top .my-container .top-in-left .logos {
    margin-right: 40px;
  }
}

.navigation-top .my-container .top-in-left .logos .logo {
  width: 79px;
  height: 79px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 2px;
}

.navigation-top .my-container .top-in-left .logos .txt-16 {
  color: #000000;
  font-weight: 600;
}

.navigation-top .my-container .top-in-left .main-page {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (max-width: 1050px) {
  .navigation-top .my-container .top-in-left .main-page {
    display: none;
  }
}

.navigation-top .my-container .top-in-left .main-page-in {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-top .my-container .top-in-left .main-page-in .left-in {
  width: 50px;
  height: 50px;
  justify-content: center;
  background: #E5F0FF;
  align-items: center;
  display: flex;
  border-radius: 50%;
  margin-right: 18px;
}

.navigation-top .my-container .top-in-left .main-page-in .left-in svg {
  width: 17px;
  height: 18px;
}

.navigation-top .my-container .top-in-left .main-page-in .right-in .txt-14 {
  color: #595C61;
}

.navigation-top .my-container .top-in-left .main-page-in .right-in .fw5 {
  color: #000000;
  font-weight: 600;
  margin-top: 5px;
}

.navigation-top .my-container .top-in-right {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-top .my-container .top-in-right .blog-k {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 20px;
  align-items: center;
  display: flex;
}

.navigation-top .my-container .top-in-right .blog-k .language {
  background: transparent;
  margin-left: 18px;
}

.navigation-top .my-container .top-in-right .blog-k .language-in {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: none;
  background: transparent;
}

.navigation-top .my-container .top-in-right .blog-k .language-in:after {
  display: none;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #9FA8B3;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  margin: 15px 0 0 0 !important;
  padding: 20px 24px;
  position: relative;
  transform: translate(42%, 40px) !important;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  background: #000;
  left: 46%;
  transform: rotate(45deg);
  top: -10px;
  background: #ffffff;
  border: 1px solid #9FA8B3;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom {
  display: flex;
  align-items: center;
  margin-top: 8px;
  padding-bottom: 0px;
  border-bottom: 1px solid #E0E7EF;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom .blog-color {
  display: flex;
  margin-right: 12px;
  flex-direction: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom .blog-color .txt-12 {
  display: flex;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom .blog-color:last-child {
  margin-right: 0;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom .blog-color .txt-12 {
  font-size: 8px;
  margin-top: 5px;
  color: #7B8A90;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom .phone {
  width: 35px;
  height: 35px;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom .phone:hover {
  border: 1px solid #206BDC;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom #gray {
  background: #C4C4C4;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom #image {
  background: #C4C4C4;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom #image svg {
  width: 25px;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom #image:hover svg path {
  fill: #000;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .bottom #mode {
  background: #021B34;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .txt-16 {
  text-align: start;
  color: #031E39;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E7EF;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .txt-12 {
  color: #031E39;
  padding-bottom: 5px;
  display: none;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .katta {
  margin-top: 12px;
  border-bottom: none;
  padding-bottom: 8px;
}

.navigation-top .my-container .top-in-right .blog-k .language .menu-in .katta span {
  font-weight: 700;
}

.navigation-top .my-container .top-in-right .blog-k .phone {
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #B4B8C0;
  padding: 0;
  background: #fff;
}

.navigation-top .my-container .top-in-right .blog-k .phone:hover {
  background: #206BDC;
  border: 1px solid transparent;
}

.navigation-top .my-container .top-in-right .blog-k .phone:hover svg path {
  fill: #ffffff;
}

.navigation-top .my-container .top-in-right .blog-k .phone svg {
  transition: 0.2s;
  width: 26px;
  height: 24px;
}

.navigation-top .my-container .top-in-right .blog-k .phone svg path {
  fill: #206BDC;
}

.navigation-top .my-container .top-in-right .language {
  background: transparent;
  box-shadow: none;
}

.navigation-top .my-container .top-in-right .language .txt-14 {
  color: #000000;
  text-align: center;
}

.navigation-top .my-container .top-in-right .language-in {
  border: 1px solid #B4B8C0;
  color: #000000;
  border-radius: 5px;
  padding: 3px 9px;
  height: 40px;
  display: flex;
  align-items: center;
}

.navigation-top .my-container .top-in-right .language-in:after {
  display: none;
}

.navigation-top .my-container .top-in-right .language-in.show .chervon {
  transform: rotate(-180deg);
}

.navigation-top .my-container .top-in-right .language-in .glob {
  width: 18px;
  height: 18px;
}

.navigation-top .my-container .top-in-right .language-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
}

.navigation-top .my-container .top-in-right .language-in span {
  margin: 0 8px 0 8px;
  color: #000000;
  font-weight: 500;
}

.navigation-top .my-container .top-in-right .language-menu {
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid #B4B8C0;
  border-radius: 5px;
  margin: -10px 0 0 0 !important;
  min-width: 100%;
  padding: 7px 0;
}

.navigation-top .my-container .top-in-right .language-menu .txt-14 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}

.navigation-top .my-container .top-in-right .language-menu a:hover {
  color: #206BDC;
  background: transparent;
}

.navigation-top .my-container .top-in-right .language-menu a:active {
  color: #206BDC;
  background: transparent;
}

.navigation-top .my-container .top-in-right .language-menu a:focus {
  color: #206BDC;
  background: transparent;
}

.navigation-top .my-container .top-in-right .sign-btn {
  margin-left: 24px !important;
  background: transparent;
}

.navigation-top .my-container .top-in-right .sign-btn .txt-14 {
  color: #595C61;
  text-align: center;
}

.navigation-top .my-container .top-in-right .sign-btn-in {
  border: 1px solid transparent;
  border-radius: 5px;
  color: #595C61;
  padding: 3px 9px;
  height: 40px;
  display: flex;
  align-items: center;
}

.navigation-top .my-container .top-in-right .sign-btn-in:after {
  display: none;
}

.navigation-top .my-container .top-in-right .sign-btn-in.show .chervon {
  transform: rotate(-180deg);
}

.navigation-top .my-container .top-in-right .sign-btn-in .acaunt {
  width: 24px;
  height: 24px;
}

.navigation-top .my-container .top-in-right .sign-btn-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
}

.navigation-top .my-container .top-in-right .sign-btn-in span {
  margin: 0 8px 0 8px;
  color: #595C61;
  font-weight: 500;
}

.navigation-top .my-container .top-in-right .sign-btn-menu {
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  margin: -5px 0 0 0 !important;
  min-width: 100%;
  padding: 10px 20px;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: 5px 0;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item .back {
  color: #E53C3C !important;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:hover {
  background: transparent;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:hover .txt-16 {
  color: #206BDC;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:active .txt-16 {
  color: #206BDC;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:focus .txt-16 {
  color: #206BDC;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item .txt-16 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}

.navigation-top .my-container .top-in-right .w-in {
  padding: 10px 16px 9px;
  margin-left: 24px;
}

.navigation-top .my-container .top-in-right .sign-w {
  margin-left: 18px;
  color: #206BDC;
  cursor: pointer;
  transition: 0.2s;
}

.navigation-top .my-container .top-in-right .sign-w:hover {
  text-decoration: underline;
}

.rot {
  width: 40px !important;
  height: 30px;
}

.menu-bar {
  width: 100%;
  background: #206BDC;
}

@media (max-width: 900px) {
  .menu-bar {
    display: none;
  }
}

.menu-bar .my-container .bar-in {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-bar .my-container .bar-in .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.menu-bar .my-container .bar-in .menu .menu-in {
  padding-bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.menu-bar .my-container .bar-in .menu .menu-in .m-in {
  padding: 15px 19px !important;
  transition: 0.2s;
  color: #ffffff;
  width: 100%;
  font-weight: 300;
}

@media (max-width: 1250px) {
  .menu-bar .my-container .bar-in .menu .menu-in .m-in {
    padding: 12px 15px !important;
  }
}

.menu-bar .my-container .bar-in .menu .menu-in .m-in:hover {
  background: #1162db;
}

.menu-bar .my-container .bar-in .menu .menu-in .txt-16 {
  color: #ffffff;
  font-weight: 400;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none !important;
  transition: 2s ease !important;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-in {
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-in:after {
  display: none;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-in.show {
  background: #0D53BC;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-in.show .chervon {
  transform: rotate(-180deg);
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
  margin-left: 12px;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu {
  transform: translate(0px, 53px) !important;
  padding: 0;
  background: #1162db;
  border-radius: 0px 0px 12px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 500px;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu li:last-child a {
  border-radius: 0px 0px 12px 12px;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu a {
  color: #ffffff;
  font-weight: 400;
  border-top: 1px solid #2E8AB0;
  padding: 14px 21px;
  width: 100%;
  white-space: normal !important;
  transition: 0.2s;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu li {
  width: 100% !important;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu .dropdown-item {
  width: 100% !important;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu a:hover {
  background: #0D53BC;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu a:active {
  background: #1162db;
}

.menu-bar .my-container .bar-in .menu .menu-in .menu-in-menu a:focus {
  background: #0D53BC;
}

.menu-bar .my-container .bar-in .poisk {
  width: 17px;
  height: 17px;
}

.dropdown-menu {
  --bs-dropdown-min-width: auto;
  border-radius: var(--bs-dropdown-border-radius);
}

.bg-p {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}

.bg-p.active {
  opacity: 1;
  pointer-events: all;
}

.bg-m {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}

.bg-m.active {
  opacity: 1;
  pointer-events: all;
}

.menu-l {
  padding: 24px 20px;
  position: fixed;
  height: 100vh;
  top: 0;
  left: -100%;
  width: 400px;
  background: #ffffff;
  z-index: 11;
  transition: 0.4s ease-in-out;
}

@media (max-width: 420px) {
  .menu-l {
    width: 350px;
  }
}

@media (max-width: 360px) {
  .menu-l {
    width: 310px;
  }
}

.menu-l.active {
  left: 0;
}

.menu-l .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.menu-l .top .main-page-in {
  align-items: center;
  display: flex;
  width: 80%;
}

.menu-l .top .main-page-in .left-in {
  width: 48px;
  height: 48px;
  border: 1px solid #D9D9D9;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50%;
  margin-right: 10px;
}

.menu-l .top .main-page-in .left-in svg {
  width: 19px;
  height: 24px;
}

.menu-l .top .main-page-in .right-in {
  width: 80%;
}

.menu-l .top .main-page-in .right-in .txt-14 {
  color: #6A99AC;
}

.menu-l .top .main-page-in .right-in .fw5 {
  color: #000000;
  font-weight: 500;
  margin-top: 5px;
}

.menu-l .top .back {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #E5E9EE;
  border-radius: 50%;
}

.menu-l .top-in-right {
  justify-content: start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.menu-l .top-in-right .blog-k .language {
  margin-right: 18px;
  background: transparent;
}

.menu-l .top-in-right .blog-k .language-in {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0;
  border: none;
  background: transparent;
}

.menu-l .top-in-right .blog-k .language-in:after {
  display: none;
}

.menu-l .top-in-right .blog-k .language .menu-in {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #9FA8B3;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  margin: 15px 0 0 0 !important;
  padding: 20px 24px;
  position: relative;
}

.menu-l .top-in-right .blog-k .language .menu-in::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 10;
  background: #000;
  left: 5%;
  transform: rotate(45deg);
  top: -8px;
  background: #ffffff;
  border: 1px solid #9FA8B3;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom {
  display: flex;
  align-items: center;
  margin-top: 8px;
  padding-bottom: 0px;
  border-bottom: 1px solid #E0E7EF;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom .blog-color {
  display: flex;
  margin-right: 12px;
  flex-direction: column;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom .blog-color .txt-12 {
  display: flex;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom .blog-color:last-child {
  margin-right: 0;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom .blog-color .txt-12 {
  font-size: 8px;
  margin-top: 5px;
  color: #7B8A90;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom .phone {
  width: 35px;
  height: 35px;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom .phone:hover {
  border: 1px solid #206BDC;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #gray {
  background: #C4C4C4;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #image {
  background: #C4C4C4;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #image svg {
  width: 25px;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #image:hover svg path {
  fill: #000;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #mode {
  background: #021B34;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #gray-t {
  background: #C4C4C4;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #image-t {
  background: #C4C4C4;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #image-t svg {
  width: 25px;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #image-t:hover svg path {
  fill: #000;
}

.menu-l .top-in-right .blog-k .language .menu-in .bottom #mode-t {
  background: #021B34;
}

.menu-l .top-in-right .blog-k .language .menu-in .txt-16 {
  text-align: start;
  color: #031E39;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E7EF;
}

.menu-l .top-in-right .blog-k .language .menu-in .txt-12 {
  color: #031E39;
  padding-bottom: 5px;
  display: none;
}

.menu-l .top-in-right .blog-k .language .menu-in .katta {
  margin-top: 12px;
  border-bottom: none;
  padding-bottom: 8px;
}

.menu-l .top-in-right .blog-k .language .menu-in .katta span {
  font-weight: 700;
}

.menu-l .top-in-right .blog-k .phone {
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  border: 1px solid #B4B8C0;
  padding: 0;
  background: #fff;
}

.menu-l .top-in-right .blog-k .phone:hover {
  background: #206BDC;
  border: 1px solid transparent;
}

.menu-l .top-in-right .blog-k .phone:hover svg path {
  fill: #ffffff;
}

.menu-l .top-in-right .blog-k .phone svg {
  transition: 0.2s;
  width: 26px;
  height: 24px;
}

.menu-l .top-in-right .blog-k .phone svg path {
  fill: #206BDC;
}

.menu-l .top-in-right .poisk {
  width: 17px;
  height: 17px;
  margin-left: 140px;
}

@media (max-width: 420px) {
  .menu-l .top-in-right .poisk {
    margin-left: 90px;
  }
}

@media (max-width: 360px) {
  .menu-l .top-in-right .poisk {
    margin-left: 50px;
  }
}

.menu-l .top-in-right .poisk path {
  fill: #000;
}

.menu-l .top-in-right .language {
  background: transparent;
  box-shadow: none;
}

.menu-l .top-in-right .language .txt-14 {
  color: #000000;
  text-align: center;
}

.menu-l .top-in-right .language-in {
  border: 1px solid #B4B8C0;
  color: #000000;
  border-radius: 5px;
  padding: 3px 9px;
  height: 40px;
  display: flex;
  align-items: center;
}

.menu-l .top-in-right .language-in:after {
  display: none;
}

.menu-l .top-in-right .language-in.show .chervon {
  transform: rotate(-180deg);
}

.menu-l .top-in-right .language-in .glob {
  width: 18px;
  height: 18px;
}

.menu-l .top-in-right .language-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
}

.menu-l .top-in-right .language-in span {
  margin: 0 8px 0 8px;
  color: #000000;
  font-weight: 500;
}

.menu-l .top-in-right .language-menu {
  background: #ffffff;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  border: 1px solid #B4B8C0;
  border-radius: 5px;
  margin: -10px 0 0 0 !important;
  min-width: 100%;
  padding: 7px 0;
}

.menu-l .top-in-right .language-menu .txt-14 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}

.menu-l .top-in-right .language-menu a:hover {
  color: #206BDC;
  background: transparent;
}

.menu-l .top-in-right .language-menu a:active {
  color: #206BDC;
  background: transparent;
}

.menu-l .top-in-right .language-menu a:focus {
  color: #206BDC;
  background: transparent;
}

.menu-l-in {
  border: none;
  margin-top: 30px;
}

.menu-l-in .accordion {
  border: none;
}

.menu-l-in .accordion .accordion-item {
  border: none;
  margin-top: 10px;
}

.menu-l-in .accordion .accordion-item .accordion-header .menu-in {
  color: #3F4649 !important;
  padding: 7px 0;
  font-weight: 500;
  transition: 0.2s;
}

.menu-l-in .accordion .accordion-item .accordion-header .menu-in:hover {
  color: #206BDC !important;
}

.menu-l-in .accordion .accordion-item .accordion-header {
  padding: 7px 0;
}

.menu-l-in .accordion .accordion-item .accordion-header .txt-16 {
  color: #3F4649 !important;
  font-weight: 500;
}

.menu-l-in .accordion .accordion-item .accordion-body {
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}

.menu-l-in .accordion .accordion-item .accordion-body .txt-16 {
  margin-bottom: 10px;
  color: #3F4649;
  font-weight: 400;
  transition: 0.2s;
}

.menu-l-in .accordion .accordion-item .accordion-body .txt-16:hover {
  color: #206BDC;
}

.menu-l .sign-btn {
  background: transparent;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #9FA8B3;
  border-radius: 8px;
}

.menu-l .sign-btn .txt-14 {
  color: #595C61;
  text-align: center;
}

.menu-l .sign-btn-in {
  border: 1px solid transparent;
  border-radius: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #595C61;
  padding: 3px 9px;
  height: 40px;
  display: flex;
  align-items: center;
}

.menu-l .sign-btn-in:after {
  display: none;
}

.menu-l .sign-btn-in.show .chervon {
  transform: rotate(-180deg);
}

.menu-l .sign-btn-in .acaunt {
  width: 24px;
  height: 24px;
}

.menu-l .sign-btn-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
}

.menu-l .sign-btn-in span {
  margin: 0 8px 0 8px;
  color: #595C61;
  font-weight: 500;
}

.menu-l .sign-btn-menu {
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin: -5px 0 0 0 !important;
  min-width: 100%;
  padding: 10px 20px;
}

.menu-l .sign-btn-menu .dropdown-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: start;
  padding: 5px 0;
}

.menu-l .sign-btn-menu .dropdown-item .back {
  color: #E53C3C !important;
}

.menu-l .sign-btn-menu .dropdown-item:hover {
  background: transparent;
}

.menu-l .sign-btn-menu .dropdown-item:hover .txt-16 {
  color: #206BDC;
}

.menu-l .sign-btn-menu .dropdown-item:active .txt-16 {
  color: #206BDC;
}

.menu-l .sign-btn-menu .dropdown-item:focus .txt-16 {
  color: #206BDC;
}

.menu-l .sign-btn-menu .dropdown-item svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.menu-l .sign-btn-menu .dropdown-item .txt-16 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}

.menu-l .w-in {
  padding: 10px 16px 9px;
  width: 100%;
  margin-top: 20px;
}

.menu-l .sign-w {
  width: 100%;
  margin-top: 12px;
  color: #206BDC;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}

.menu-l .sign-w:hover {
  text-decoration: underline;
}

.accordion {
  --bs-accordion-color: #000;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: none;
  --bs-accordion-border-width: none;
  --bs-accordion-border-radius: none;
  --bs-accordion-inner-border-radius: none;
  --bs-accordion-btn-padding-x: none;
  --bs-accordion-btn-padding-y: none;
  --bs-accordion-btn-color: none;
  --bs-accordion-btn-bg: none;
  --bs-accordion-btn-icon-width: 10px;
  --bs-accordion-btn-icon-transform: rotate(-90deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: none;
  --bs-accordion-body-padding-y: none;
  --bs-accordion-active-color: $c16;
  --bs-accordion-active-bg: none;
}

.work {
  width: 100%;
  padding: 20px 0 40px 0;
  background: #F7F8FA;
}

.work .work-in {
  width: 100%;
}

.work .work-in .main-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work .work-in .main-content .card-c {
  margin-top: 20px;
  padding: 30px;
  min-height: 211px;
  background: #E7EEFA;
  border-radius: 12px;
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  transition: 0.2s;
  border: 1px solid transparent;
}

.work .work-in .main-content .card-c:hover {
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
}

.work .work-in .main-content .card-c:hover .txt-18 {
  color: #206BDC;
}

.work .work-in .main-content .card-c .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.work .work-in .main-content .card-c .img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.work .work-in .main-content .card-c .txt-18 {
  color: #081B38;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  transition: 0.2s;
}

.work .work-in .main-content .card-c .txt-16 {
  color: #808588;
  margin-top: 18px;
  text-align: center;
}

.cards-rahbaryat {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cards-rahbaryat .card-b {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 24px;
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cards-rahbaryat .card-b img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  margin-right: 24px;
}

.cards-rahbaryat .card-b .sec {
  width: 70%;
}

.cards-rahbaryat .card-b .sec .txt-14 {
  color: #7B8A90;
  font-weight: 400;
}

.cards-rahbaryat .card-b .sec .txt-18 {
  color: #000000;
  font-weight: 700;
  margin-top: 5px !important;
}

.cards-rahbaryat .card-b .sec .main-c {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cards-rahbaryat .card-b .sec .main-c .blog-in {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px 0 5px;
  margin-top: 10px;
  flex-direction: column;
}

.cards-rahbaryat .card-b .sec .main-c .blog-in .top {
  display: flex;
  align-items: center;
}

.cards-rahbaryat .card-b .sec .main-c .blog-in .top svg {
  width: 13px;
  height: 14px;
  margin-right: 8px;
}

.cards-rahbaryat .card-b .sec .main-c .blog-in .top .txt-14 {
  color: #7B8A90;
}

.cards-rahbaryat .card-b .sec .main-c .blog-in .bottom {
  color: #000000;
  margin-top: 8px;
  width: 100%;
  font-weight: 600;
}

.bot-b {
  width: 100%;
  margin: 18px 0 0;
  padding-top: 18px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  .bot-b {
    flex-direction: column-reverse;
  }
}

.acardions {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.acardions .accordion-item {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

.acardions .accordion-item:first-child {
  margin-top: 0;
}

.acardions .accordion-item:last-child {
  margin-bottom: 0;
}

.acardions .accordion-item .item-header {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.acardions .accordion-item .item-header.active a {
  color: #206BDC;
}

.acardions .accordion-item .item-header.active a svg {
  transform: rotate(180deg);
}

.acardions .accordion-item .item-header.active a svg path {
  fill: #206BDC;
}

.acardions .accordion-item .item-header a {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #043D54;
  transition: 0.2s;
}

.acardions .accordion-item .item-header a svg {
  width: 14px;
  height: 6px;
  margin-right: 10px;
  transition: 0.2s;
}

.acardions .accordion-item .item-header a svg path {
  fill: #043D54;
}

.acardions .accordion-item .item-header a:hover {
  color: #206BDC;
}

.acardions .accordion-item .item-header a:hover svg path {
  fill: #206BDC;
}

.acardions .accordion-item .item-content {
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

.acardions .accordion-item .item-content .item-answer {
  margin-top: 20px;
  font-weight: 400;
  color: #3F4649;
}

.quation-content {
  width: 100%;
  padding-top: 10px;
}

.quation-content .accordion-item {
  padding: 13px 25px;
  border: 1px solid #D9D9D9 !important;
  border-radius: 12px;
  margin-top: 18px;
}

.quation-content .accordion-item .txt-18 {
  font-weight: normal;
  color: #3F4649;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0 !important;
}

.quation-content .accordion-item .accordion-body {
  margin-top: 12px;
  border-top: 1px solid #D9D9D9;
  padding: 20px 0;
  font-weight: 400;
  color: #3F4649;
}

.qonun-main {
  width: 100%;
  padding: 50px 0 60px;
}

@media (max-width: 1050px) {
  .qonun-main {
    padding: 20px 0 60px;
  }
}

@media (max-width: 650px) {
  .qonun-main {
    padding: 15px 0 40px;
  }
}

.qonun-main .qonun-in {
  width: 100%;
}

.qonun-main .qonun-in .top-t {
  color: #000000;
  font-weight: 600;
}

.qonun-main .qonun-in .top-t span {
  color: #71777A;
  font-weight: 400;
}

.qonun-main .qonun-in .txt-48 {
  color: #021E2B;
  margin-top: 30px;
  font-weight: 700;
}

.qonun-main .qonun-in .swiper-wrapper {
  padding-bottom: 70px;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #B3BEC5;
  border-radius: 12px;
  padding: 24px;
  width: 32%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 950px) {
  .qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card {
    width: 48.5%;
  }
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .right {
  width: 100%;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .top .sana {
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .top .sana .txt-16 {
  color: #043D54;
  font-weight: 400;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .top .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .main-text {
  margin-top: 12px;
  font-weight: 400;
  color: #71777A;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .txt-20 {
  color: #000000;
  text-align: start;
  margin-top: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .txt-18 {
  margin-top: 15px;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #043D54;
  transition: 0.2s;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .txt-18 svg path {
  fill: #043D54;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .txt-18:hover {
  color: #206BDC;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .txt-18:hover svg path {
  fill: #206BDC;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .file svg {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-right: 10px;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c {
  margin-top: 30px;
  padding: 24px;
  background: #F1F6F9;
  border-radius: 12px;
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s;
  border: 1px solid transparent;
}

@media (max-width: 950px) {
  .qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c {
    width: 48.5%;
  }
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c:hover {
  border: 1px solid #206BDC;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #206BDC;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c .img img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c .txt-18 {
  color: #000000;
  margin-top: 18px;
  text-align: center;
  font-weight: 600;
}

.qonun-main .qonun-in .swiper-wrapper .blog-ta .card-c .txt-16 {
  color: #808588;
  margin-top: 18px;
  text-align: center;
}

.qon-page {
  width: 100%;
  padding: 50px 0 60px;
}

@media (max-width: 1050px) {
  .qon-page {
    padding: 20px 0 60px;
  }
}

@media (max-width: 650px) {
  .qon-page {
    padding: 15px 0 40px;
  }
}

.qon-page .qon-in {
  width: 100%;
}

.qon-page .qon-in .main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.qon-page .qon-in .main-left {
  padding-right: 30px;
  border-right: 1px solid #D9D9D9;
  width: 67%;
}

.qon-page .qon-in .main-left .back-btn svg {
  margin-left: 0;
  margin-right: 10px;
}

.qon-page .qon-in .main-left .back-btn svg path {
  fill: #206BDC;
}

.qon-page .qon-in .main-left .back-btn:hover svg {
  transform: translateX(-5px);
}

.qon-page .qon-in .main-left .back-btn:hover svg path {
  fill: #ffffff;
}

.qon-page .qon-in .main-left .txt-32 {
  font-weight: 700;
  color: #013A52;
  margin-top: 30px;
}

.qon-page .qon-in .main-left .yukla {
  width: 100%;
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}

.qon-page .qon-in .main-left .yukla .sana {
  text-align: start;
  display: flex;
  align-items: center;
}

.qon-page .qon-in .main-left .yukla .sana .txt-16 {
  color: #043D54;
  font-weight: 400;
}

.qon-page .qon-in .main-left .yukla .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.qon-page .qon-in .main-left .yukla .txt-18 {
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #043D54;
  transition: 0.2s;
}

.qon-page .qon-in .main-left .yukla .txt-18 svg path {
  fill: #043D54;
}

.qon-page .qon-in .main-left .yukla .txt-18:hover {
  color: #206BDC;
}

.qon-page .qon-in .main-left .yukla .txt-18:hover svg path {
  fill: #206BDC;
}

.qon-page .qon-in .main-left .yukla .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.qon-page .qon-in .main-left .yukla .file svg {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-right: 10px;
}

.qon-page .qon-in .main-left .txt-18 {
  font-weight: 500;
  color: #3F4649;
  line-height: 28px;
  margin-top: 30px;
}

.qon-page .qon-in .main .main-in {
  border: none !important;
}

.qon-page .qon-in .main-right {
  width: 30%;
  padding-left: 30px;
}

.qon-page .qon-in .main-right .txt-20 {
  color: #000;
  font-weight: 500;
}

.qon-page .qon-in .main-right .s-card {
  margin-top: 12px;
  background: #ffffff;
  border: 1px solid #B3BEC5;
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qon-page .qon-in .main-right .s-card .right {
  width: 100%;
}

.qon-page .qon-in .main-right .s-card .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.qon-page .qon-in .main-right .s-card .top .sana {
  text-align: start;
  display: flex;
  align-items: center;
}

.qon-page .qon-in .main-right .s-card .top .sana .txt-16 {
  color: #043D54;
  font-weight: 400;
}

.qon-page .qon-in .main-right .s-card .top .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.qon-page .qon-in .main-right .s-card .main-text {
  margin-top: 12px;
  font-weight: 400;
  color: #71777A;
}

.qon-page .qon-in .main-right .s-card .txt-20 {
  color: #000000;
  text-align: start;
  margin-top: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.qon-page .qon-in .main-right .s-card .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.qon-page .qon-in .main-right .s-card .bottom .txt-18 {
  margin-top: 15px;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #043D54;
  transition: 0.2s;
}

.qon-page .qon-in .main-right .s-card .bottom .txt-18 svg path {
  fill: #043D54;
}

.qon-page .qon-in .main-right .s-card .bottom .txt-18:hover {
  color: #206BDC;
}

.qon-page .qon-in .main-right .s-card .bottom .txt-18:hover svg path {
  fill: #206BDC;
}

.qon-page .qon-in .main-right .s-card .bottom .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.qon-page .qon-in .main-right .s-card .bottom .file svg {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-right: 10px;
}

.qon-page .qon-in .main-right .card-c {
  border: 1px solid transparent;
  margin-top: 12px;
  padding: 24px;
  background: #F1F6F9;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s;
}

.qon-page .qon-in .main-right .card-c:hover {
  border: 1px solid #206BDC;
}

.qon-page .qon-in .main-right .card-c .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #206BDC;
}

.qon-page .qon-in .main-right .card-c .img img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.qon-page .qon-in .main-right .card-c .txt-18 {
  color: #000000;
  margin-top: 18px;
  text-align: center;
  font-weight: 600;
}

.qon-page .qon-in .main-right .card-c .txt-16 {
  color: #808588;
  margin-top: 18px;
  text-align: center;
}

.work-page {
  width: 100%;
}

.work-page .txt-38 {
  color: #000;
}

.work-page .txt-20 {
  margin-top: 20px;
  font-weight: 400;
  width: 60%;
  color: #000;
}

.work-page .main-c {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
}

.work-page .main-c .blog-in {
  margin-top: 12px;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  margin-right: 10px;
}

.work-page .main-c .blog-in .bottom {
  color: #000000;
  width: 100%;
  font-weight: 600;
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.work-page .main-c .blog-in .top {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.work-page .main-c .blog-in .top svg {
  width: 38px;
  height: 38px;
  margin-right: 8px;
}

.work-page .main-c .blog-in .top .txt-20 {
  color: #000000;
  font-weight: 500;
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.work-page .buttons {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
}

.work-page .buttons .glavni-btn {
  margin-top: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.work-page .buttons .btn-r {
  background: #E53C3C;
}

.work-page .buttons .btn-r:hover {
  background: transparent;
  color: #E53C3C;
}

.work-page .img-t {
  margin-top: 20px;
  width: 100%;
}

.contact-main {
  width: 100%;
  padding: 50px 0 60px;
}

@media (max-width: 1050px) {
  .contact-main {
    padding: 20px 0 60px;
  }
}

@media (max-width: 650px) {
  .contact-main {
    padding: 15px 0 40px;
  }
}

.contact-main .contact-in {
  width: 100%;
}

.contact-main .contact-in .top-t {
  color: #000000;
  font-weight: 600;
}

.contact-main .contact-in .top-t span {
  color: #71777A;
  font-weight: 400;
}

.contact-main .contact-in .txt-48 {
  color: #021E2B;
  margin-top: 30px;
  font-weight: 700;
}

.contact-main .contact-in .main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}

.contact-main .contact-in .main-content .right {
  width: 49%;
  background: #FFFFFF;
  border: 1px solid #DBE4E9;
  border-radius: 12px;
}

.contact-main .contact-in .main-content .right .top {
  padding: 30px 50px;
  border-bottom: 1px solid #DBE4E9;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-main .contact-in .main-content .right .top:last-child {
  border-bottom: none;
}

.contact-main .contact-in .main-content .right .top .left {
  display: flex;
  align-items: center;
  width: 49%;
}

.contact-main .contact-in .main-content .right .top .left svg {
  width: 17px;
  height: 18px;
  margin-right: 10px;
}

.contact-main .contact-in .main-content .right .top .left .txt-20 {
  color: #7B8A90;
  font-weight: 400;
}

.contact-main .contact-in .main-content .right .top .right-in {
  width: 48%;
  text-align: start;
  color: #000000;
  font-weight: 500;
}

.contact-main .contact-in .main-content form {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.contact-main .contact-in .main-content form .glavni-btn {
  margin-top: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contact-main .contact-in .main-content form .txt-16 {
  margin-top: 24px;
  color: #596469;
  font-weight: 400;
}

.contact-main .contact-in .main-content form .txt-16:first-child {
  margin-top: 0;
}

.contact-main .contact-in .main-content form .input {
  margin-top: 12px;
  width: 100%;
  background: #F1F6F9;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 11px 18px;
  color: #000;
  outline: none;
  transition: 0.2s;
}

.contact-main .contact-in .main-content form .input:focus {
  border: 1px solid #206BDC;
}

.contact-main .contact-in .left-main {
  width: 100%;
  border-radius: 12px;
  height: 450px;
  margin-top: 50px;
}

.glavni {
  width: 100%;
  padding: 40px 0;
  background: #ffffff;
}

.glavni .my-container .glavni-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.glavni .my-container .glavni-in .main-left {
  width: 55%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 12px;
  height: 450px;
}

.glavni .my-container .glavni-in .main-left::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  z-index: 3;
  left: -200%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.glavni .my-container .glavni-in .main-left:hover::before {
  left: -100%;
}

.glavni .my-container .glavni-in .main-left:hover img {
  transform: scale(1.05);
}

.glavni .my-container .glavni-in .main-left .img {
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.glavni .my-container .glavni-in .main-left .blog-g {
  position: absolute;
  z-index: 4;
  padding: 30px;
  bottom: 0;
  left: 0;
}

.glavni .my-container .glavni-in .main-left .blog-g .sana {
  transition: 0.5s;
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.glavni .my-container .glavni-in .main-left .blog-g .sana .txt-16 {
  color: #fff;
  font-weight: 500;
}

.glavni .my-container .glavni-in .main-left .blog-g .sana svg {
  width: 17px;
  height: 17px;
  margin: 0 10px;
}

.glavni .my-container .glavni-in .main-left .blog-g .sana svg path {
  fill: #fff;
}

.glavni .my-container .glavni-in .main-left .blog-g .txt-29 {
  transition: 0.5s;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
}

.glavni .my-container .glavni-in .main-right {
  width: 42%;
}

.glavni .my-container .glavni-in .main-right .txt-30 {
  color: #000;
  font-weight: 500;
}

.glavni .my-container .glavni-in .main-right .cards {
  width: 100%;
}

.glavni .my-container .glavni-in .main-right .cards .s-card {
  margin-top: 12px;
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.2s;
}

.glavni .my-container .glavni-in .main-right .cards .s-card:first-child {
  margin-top: 0;
}

.glavni .my-container .glavni-in .main-right .cards .s-card:hover .txt-18 {
  color: #206BDC;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .top {
  width: 184px;
  height: 140px;
  border-radius: 12px;
  margin-right: 15px;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .sana .txt-16 {
  color: #595C61;
  font-weight: 500;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .sana svg {
  width: 17px;
  height: 17px;
  margin: 0 10px;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .sana svg path {
  fill: #595C61;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .main-text {
  transition: 0.2s;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.glavni .my-container .glavni-in .main-right .cards .s-card .main-text-bot {
  transition: 0.2s;
  font-weight: 600;
  margin-top: 8px;
  color: #595C61;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.counterr {
  width: 100%;
  background: #F7F8FA;
  padding: 40px 0;
}

.counterr .top {
  color: #000000;
}

.counterr .counter-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.counterr .counter-in .card-c {
  padding: 32px 40px 22px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  border: 1px solid transparent;
  transition: 0.3s;
  margin-top: 30px;
  min-height: 234px;
}

.counterr .counter-in .card-c:nth-child(1) .txt-30 {
  color: #573A3A;
}

.counterr .counter-in .card-c:nth-child(1) .txt-18 {
  color: #8E7878;
}

.counterr .counter-in .card-c:nth-child(2) .txt-30 {
  color: #094725;
}

.counterr .counter-in .card-c:nth-child(2) .txt-18 {
  color: #6A7C72;
}

.counterr .counter-in .card-c:nth-child(3) .txt-30 {
  color: #4B4233;
}

.counterr .counter-in .card-c:nth-child(3) .txt-18 {
  color: #8F8678;
}

.counterr .counter-in .card-c:nth-child(4) .txt-30 {
  color: #263242;
}

.counterr .counter-in .card-c:nth-child(4) .txt-18 {
  color: #556070;
}

.counterr .counter-in .card-c img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}

.counterr .counter-in .card-c .txt-30 {
  margin-top: 12px;
}

.counterr .counter-in .card-c .txt-18 {
  text-align: center;
  margin-top: 10px;
}

.xudud {
  width: 100%;
  padding: 60px 0;
  background: #F7F9FA;
  border-top: 1px solid #DBE4E9;
  border-bottom: 1px solid #DBE4E9;
}

.xudud .xudud-in {
  width: 100%;
}

.xudud .xudud-in .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xudud .xudud-in .main-content {
  width: 100%;
  position: relative;
}

.xudud .xudud-in .main-content .card-r {
  padding: 38px 24px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  width: 40%;
}

.xudud .xudud-in .main-content .card-r .txt-20 {
  color: #000000;
}

.xudud .xudud-in .main-content .card-r .card-blog {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.xudud .xudud-in .main-content .card-r .card-blog svg {
  width: 15px;
  height: 18px;
  margin-right: 10px;
}

.xudud .xudud-in .main-content .card-r .card-blog .txt-16 {
  color: #000000;
  font-weight: 400;
}

.xudud .xudud-in .main-content .card-l {
  padding: 24px;
  width: 58%;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.xudud .xudud-in .main-content .card-l img {
  width: 212px;
  height: 200px;
  margin-right: 25px;
  border-radius: 12px;
}

.xudud .xudud-in .main-content .card-l .card-l-in .txt-20 {
  color: #000000;
}

.xudud .xudud-in .main-content .card-l .card-l-in .card-blog {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.xudud .xudud-in .main-content .card-l .card-l-in .card-blog svg {
  width: 15px;
  height: 18px;
  margin-right: 10px;
}

.xudud .xudud-in .main-content .card-l .card-l-in .card-blog .txt-16 {
  color: #000000;
  font-weight: 400;
}

.xudud .xudud-in .main-content .cards {
  width: 100%;
  margin-top: 33px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.boshqarma-main {
  width: 100%;
  padding: 50px 0 60px;
}

@media (max-width: 1050px) {
  .boshqarma-main {
    padding: 20px 0 60px;
  }
}

@media (max-width: 650px) {
  .boshqarma-main {
    padding: 15px 0 40px;
  }
}

.boshqarma-main .boshqarma-in {
  width: 100%;
}

.boshqarma-main .boshqarma-in .top-t {
  color: #000000;
  font-weight: 600;
}

.boshqarma-main .boshqarma-in .top-t span {
  color: #71777A;
  font-weight: 400;
}

.boshqarma-main .boshqarma-in .txt-48 {
  color: #021E2B;
  margin-top: 30px;
  font-weight: 700;
}

@media (max-width: 650px) {
  .boshqarma-main .boshqarma-in .txt-48 {
    margin-top: 18px !important;
  }
}

.boshqarma-main .boshqarma-in .main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boshqarma-main .boshqarma-in .main-content .card-l {
  padding: 24px;
  margin-top: 30px;
  width: 32%;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
  border: 1px solid transparent;
}

.boshqarma-main .boshqarma-in .main-content .card-l:hover {
  box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.07) !important;
  border: 1px solid #206BDC;
}

.boshqarma-main .boshqarma-in .main-content .card-l:hover .card-l-in .txt-20 {
  color: #206BDC;
}

.boshqarma-main .boshqarma-in .main-content .card-l img {
  width: 100%;
  height: 260px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.boshqarma-main .boshqarma-in .main-content .card-l .card-l-in .txt-20 {
  color: #000000;
  transition: 0.2s;
}

.boshqarma-main .boshqarma-in .main-content .card-l .card-l-in .card-blog {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.boshqarma-main .boshqarma-in .main-content .card-l .card-l-in .card-blog svg {
  width: 15px;
  height: 18px;
  margin-right: 10px;
}

.boshqarma-main .boshqarma-in .main-content .card-l .card-l-in .card-blog .txt-16 {
  color: #000000;
  font-weight: 400;
}

.boshqarma-main .boshqarma-in .tuzilma-img {
  margin-top: 30px;
  width: 100%;
  height: auto !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 650px) {
  .boshqarma-main .boshqarma-in .tuzilma-img {
    margin-top: 18px !important;
  }
}

.bosh-main {
  width: 100%;
  padding: 50px 0 60px;
}

@media (max-width: 1050px) {
  .bosh-main {
    padding: 20px 0 60px;
  }
}

@media (max-width: 650px) {
  .bosh-main {
    padding: 15px 0 40px;
  }
}

.bosh-main .bosh-in {
  width: 100%;
}

.bosh-main .bosh-in .top-t {
  color: #000000;
  font-weight: 600;
}

.bosh-main .bosh-in .top-t span {
  color: #71777A;
  font-weight: 400;
}

.bosh-main .bosh-in .main-content {
  width: 100%;
  margin-top: 30px;
}

.bosh-main .bosh-in .main-content .sec-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.bosh-main .bosh-in .main-content .sec-top .left {
  width: 49%;
}

.bosh-main .bosh-in .main-content .sec-top .left .txt-48 {
  color: #021E2B;
  font-weight: 700;
}

.bosh-main .bosh-in .main-content .sec-top .left .txt-20 {
  color: #3F4649;
  font-weight: 400;
  margin-top: 18px;
}

.bosh-main .bosh-in .main-content .sec-top .left .blog {
  margin-top: 30px;
}

.bosh-main .bosh-in .main-content .sec-top .left .blog .card-blog {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

.bosh-main .bosh-in .main-content .sec-top .left .blog .card-blog svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.bosh-main .bosh-in .main-content .sec-top .left .blog .card-blog .txt-18 {
  color: #000000 !important;
  font-weight: 400;
}

.bosh-main .bosh-in .main-content .sec-top img {
  width: 600px;
  height: 420px;
  border-radius: 12px;
}

.bosh-main .bosh-in .main-content .sec-top .right {
  width: 49%;
}

.carda {
  border: 1px solid transparent;
  transition: 0.2s;
}

.carda:hover {
  box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.07) !important;
  border: 1px solid #206BDC;
}

.carda:hover .card-l-in .txt-20 {
  color: #206BDC;
}

.link {
  width: 100%;
  padding: 40px 0;
  background: #F7F9FA;
}

.link .link-in {
  width: 100%;
}

.link .link-in .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link .link-in .top .buttons-c {
  display: flex;
  align-items: center;
}

.link .link-in .top .buttons-c .glavni-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  position: relative;
  box-shadow: none;
  z-index: 5;
  border-radius: 50%;
  top: 48%;
}

.link .link-in .top .buttons-c .glavni-btn:first-child {
  margin-right: 14px;
}

.link .link-in .top .buttons-c .glavni-btn:active {
  top: 48%;
}

.link .link-in .top .buttons-c .glavni-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 10px;
}

.link .link-in .top .buttons-c .glavni-btn:hover svg path {
  fill: #206BDC;
}

.link .link-in .main-content {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.link .link-in .main-content .card-bg {
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
  border: 1px solid transparent;
}

.link .link-in .main-content .card-bg:hover {
  border: 1px solid #206BDC;
}

.link .link-in .main-content .card-bg:hover .txt-20 {
  color: #206BDC;
}

.link .link-in .main-content .card-bg img {
  width: 122px;
  height: 122px;
  border-radius: 50%;
}

.link .link-in .main-content .card-bg .txt-20 {
  color: #000000;
  margin-top: 18px;
  transition: 0.2s;
  text-align: center;
  font-weight: 600;
}

.link .link-in .main-content .card-bg .txt-16 {
  color: #000000;
  margin-top: 18px;
  text-align: center;
  font-weight: 400;
}

.link-top {
  width: 100%;
  padding: 40px 0;
  background: #F7F9FA;
}

.link-top .link-in {
  width: 100%;
}

.link-top .link-in .main-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.link-top .link-in .main-content .card-bg {
  width: 23.5%;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s;
  border: 1px solid transparent;
  min-height: 218px;
}

.link-top .link-in .main-content .card-bg:hover {
  transform: translateY(-10px);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
}

.link-top .link-in .main-content .card-bg:hover .txt-20 {
  color: #206BDC;
}

.link-top .link-in .main-content .card-bg img {
  width: 130px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-top .link-in .main-content .card-bg .txt-18 {
  color: #595C61;
  margin-top: 18px;
  text-align: center;
  font-weight: 400;
}

.swiper-wrapper {
  padding: 10px 0;
}

.news {
  width: 100%;
  padding: 40px 0;
  background: #F7F9FA;
}

@media (max-width: 900px) {
  .news {
    padding: 20px 0;
  }
}

.news .news-in {
  width: 100%;
}

.news .news-in .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .news-in .top .txt-32 {
  color: #000000;
}

.news .news-in .main-content {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.news .news-in .main-content .swiper-wrapper {
  padding: 0 0 45px 0;
}

.news .news-in .main-content .s-card {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 24px;
  width: 32%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1050px) {
  .news .news-in .main-content .s-card {
    width: 48.5%;
  }
}

@media (max-width: 700px) {
  .news .news-in .main-content .s-card {
    width: 100%;
  }
}

.news .news-in .main-content .s-card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}

.news .news-in .main-content .s-card:hover .bg-i::before {
  left: -100%;
}

.news .news-in .main-content .s-card:hover .bg-i .txt-16 {
  bottom: 0;
}

.news .news-in .main-content .s-card:hover .bg-i img {
  transform: scale(1.05);
}

.news .news-in .main-content .s-card .bg-i {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.news .news-in .main-content .s-card .bg-i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  z-index: 3;
  left: -200%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}

.news .news-in .main-content .s-card .bg-i .txt-16 {
  position: absolute;
  padding: 10px;
  bottom: -100%;
  z-index: 4;
  width: 100%;
  left: 0;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
}

.news .news-in .main-content .s-card .top {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.news .news-in .main-content .s-card .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.news .news-in .main-content .s-card .sana .txt-16 {
  color: #595C61;
  font-weight: 500;
}

.news .news-in .main-content .s-card .sana svg {
  width: 17px;
  height: 17px;
  margin: 0 10px;
}

.news .news-in .main-content .s-card .sana svg path {
  fill: #595C61;
}

.news .news-in .main-content .s-card .txt-24 {
  color: #000000;
  text-align: start;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news .news-in .main-content .s-card .txt-18 {
  margin-top: 15px;
  color: #206BDC;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.news .news-in .main-content .s-card .txt-18:hover svg {
  transform: translateX(5px);
}

.news .news-in .main-content .s-card .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.news .news-in .main-content .glavni-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  position: absolute;
  box-shadow: none;
  z-index: 5;
  border-radius: 50%;
  top: 48%;
}

.news .news-in .main-content .glavni-btn:active {
  top: 48%;
}

.news .news-in .main-content .glavni-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
}

.news .news-in .main-content .glavni-btn:hover svg path {
  fill: #206BDC;
}

.news .news-in .main-content .btn-prev1 {
  position: absolute;
  left: -30px;
}

.news .news-in .main-content .btn-next1 {
  position: absolute;
  right: -30px;
}

.map-page {
  background: #fff;
  padding: 40px 0;
}

.map-page .map-page-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.map-page .map-page-in .map {
  width: 55% !important;
  height: 400px;
}

.map-page .map-page-in .tabs__content {
  width: 43%;
}

.map-page .map-page-in .tabs__content .card-blog {
  width: 100%;
  display: none;
  flex-direction: column;
}

.map-page .map-page-in .tabs__content .card-blog.is-visible {
  display: flex;
}

.map-page .map-page-in .tabs__content .card-blog .txt-32 {
  color: #000000;
  font-weight: 600;
}

.map-page .map-page-in .tabs__content .card-blog .card-blog-in {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.map-page .map-page-in .tabs__content .card-blog .card-blog-in .txt-29 {
  width: 135px;
  text-align: center;
  padding: 10px 30px;
  background: #F7F8FA;
  border-radius: 12px;
  color: #206BDC;
  margin-right: 18px;
}

.map-page .map-page-in .tabs__content .card-blog .card-blog-in .txt-20 {
  color: #595C61;
  font-weight: 500;
}

/*map kashqadaryo*/
.map {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.map {
  position: relative;
}

.map-s {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-top: 70px;
  width: 100%;
  fill: #B4B8C0;
}

.map-s path {
  /*opacity: 0.4;*/
  fill: #B4B8C0;
  cursor: pointer;
  transition: 0.3s;
  stroke: #fff;
  stroke-width: 1;
}

.map-s path:hover {
  transition: 0.3s;
  fill: #206BDC;
}

.tabs__btn.is-active {
  fill: #206BDC;
}

.blog-ta {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-ta .s-card {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  transition: 0.3s;
  padding: 24px;
  width: 32%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 900px) {
  .blog-ta .s-card {
    margin-top: 24px;
  }
}

.blog-ta .s-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
}

@media (max-width: 950px) {
  .blog-ta .s-card {
    width: 48.5%;
  }
}

@media (max-width: 650px) {
  .blog-ta .s-card {
    width: 100%;
  }
}

.blog-ta .s-card .right {
  width: 100%;
}

.blog-ta .s-card .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
}

.blog-ta .s-card .sana .txt-16 {
  color: #595C61;
  font-weight: 500;
}

.blog-ta .s-card .sana svg {
  width: 17px;
  height: 17px;
  margin: 0 10px;
}

.blog-ta .s-card .sana svg path {
  fill: #595C61;
}

.blog-ta .s-card .main-text {
  margin-top: 12px;
  font-weight: 400;
  color: #71777A;
}

.blog-ta .s-card .txt-24 {
  color: #000000;
  text-align: start;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-ta .s-card .txt-18 {
  margin-top: 15px;
  color: #206BDC;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.blog-ta .s-card .txt-18:hover svg {
  transform: translateX(5px);
}

.blog-ta .s-card .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.blog-qonunlar {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-qonunlar .s-card {
  margin-top: 30px;
  background: #ffffff;
  border: 1px solid #B3BEC5;
  border-radius: 12px;
  padding: 24px;
  width: 32%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 950px) {
  .blog-qonunlar .s-card {
    width: 48.5%;
  }
}

.blog-qonunlar .s-card .right {
  width: 100%;
}

.blog-qonunlar .s-card .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blog-qonunlar .s-card .top .sana {
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.blog-qonunlar .s-card .top .sana .txt-16 {
  color: #043D54;
  font-weight: 400;
}

.blog-qonunlar .s-card .top .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.blog-qonunlar .s-card .main-text {
  margin-top: 12px;
  font-weight: 400;
  color: #71777A;
}

.blog-qonunlar .s-card .txt-20 {
  color: #000000;
  text-align: start;
  margin-top: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-qonunlar .s-card .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.blog-qonunlar .s-card .bottom .txt-18 {
  margin-top: 15px;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #043D54;
  transition: 0.2s;
}

.blog-qonunlar .s-card .bottom .txt-18 svg path {
  fill: #043D54;
}

.blog-qonunlar .s-card .bottom .txt-18:hover {
  color: #206BDC;
}

.blog-qonunlar .s-card .bottom .txt-18:hover svg path {
  fill: #206BDC;
}

.blog-qonunlar .s-card .bottom .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.blog-qonunlar .s-card .bottom .file svg {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-right: 10px;
}

.blog-qonunlar .card-c {
  margin-top: 30px;
  padding: 24px;
  background: #F1F6F9;
  border-radius: 12px;
  width: 23.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transition: 0.3s;
  border: 1px solid transparent;
}

@media (max-width: 950px) {
  .blog-qonunlar .card-c {
    width: 48.5%;
  }
}

.blog-qonunlar .card-c:hover {
  border: 1px solid #206BDC;
}

.blog-qonunlar .card-c .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #206BDC;
}

.blog-qonunlar .card-c .img img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-qonunlar .card-c .txt-18 {
  color: #000000;
  margin-top: 18px;
  text-align: center;
  font-weight: 600;
}

.blog-qonunlar .card-c .txt-16 {
  color: #808588;
  margin-top: 18px;
  text-align: center;
}

.blog-foto {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-foto .main-left {
  width: 49%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 12px;
  height: 400px;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .blog-foto .main-left {
    height: 300px;
    margin-top: 24px;
  }
}

.blog-foto .main-left::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  z-index: 3;
  left: -200%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.blog-foto .main-left:hover::before {
  left: -100%;
}

.blog-foto .main-left:hover img {
  transform: scale(1.05);
}

.blog-foto .main-left .img {
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-foto .main-left .blog-g {
  position: absolute;
  z-index: 4;
  padding: 30px;
  bottom: 0;
  left: 0;
}

@media (max-width: 900px) {
  .blog-foto .main-left .blog-g {
    padding: 20px;
  }
}

.blog-foto .main-left .blog-g .sana {
  transition: 0.5s;
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.blog-foto .main-left .blog-g .sana .txt-16 {
  color: #fff;
  font-weight: 400;
}

.blog-foto .main-left .blog-g .sana svg {
  width: 17px;
  height: 17px;
  margin: 0 10px;
}

.blog-foto .main-left .blog-g .sana svg path {
  fill: #fff;
}

.blog-foto .main-left .blog-g .txt-24 {
  transition: 0.5s;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
}

.blog-video {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.blog-video div {
  width: 100%;
  max-width: 680px;
  min-height: 315px;
}

@media (max-width:992px) {
  .blog-video div {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}

@media (max-width:776px) {
  .blog-video {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
}

.blog-video div iframe {
  width: 100% !important;
  height: 100% !important;
}

.blog-video .main-left {
  width: 49%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 12px;
  height: 400px;
  margin-top: 30px;
}

.blog-video .main-left::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  z-index: 3;
  left: -200%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.blog-video .main-left:hover::before {
  left: -100%;
}

.blog-video .main-left:hover img {
  transform: scale(1.05);
}

.blog-video .main-left:hover .blog-g {
  bottom: -100%;
}

.blog-video .main-left .img {
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-video .main-left .blog-g {
  position: absolute;
  z-index: 4;
  padding: 30px;
  transition: 0.7s;
  bottom: 0;
  left: 0;
}

.blog-video .main-left .blog-g .txt-24 {
  transition: 0.5s;
  font-weight: 500;
  color: #ffffff;
  margin-top: 12px;
}

.blog-video .main-left .play {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: rgba(44, 128, 255, 0.8);
}

.blog-video .main-left .play:hover {
  background: rgb(44, 128, 255);
}

.blog-video .main-left .play svg {
  width: 35px;
  height: 35px;
}

.sec-video {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-radius: 12px;
  height: 400px;
  margin-top: 30px;
}

@media (max-width: 900px) {
  .sec-video {
    margin-top: 24px;
  }
}

@media (max-width: 650px) {
  .sec-video {
    margin-top: 18px;
    height: 244px;
  }
}

.sec-video::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  z-index: 3;
  left: -200%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease-in-out;
}

.sec-video:hover::before {
  left: -100%;
}

.sec-video:hover img {
  transform: scale(1.05);
}

.sec-video .img {
  transition: 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sec-video .play {
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: rgba(44, 128, 255, 0.8);
}

@media (max-width: 650px) {
  .sec-video .play {
    width: 50px;
    height: 50px;
  }
}

.sec-video .play:hover {
  background: rgb(44, 128, 255);
}

.sec-video .play svg {
  width: 20px;
  height: 20px;
}

.bg-gr {
  background: #F7F8FA;
}

.elonlar-page {
  width: 100%;
}

.elonlar-page .txt-38 {
  color: #000;
}

.elonlar-page .swiper-wrapper {
  padding-bottom: 70px;
}

.elonlar-page .swiper-wrapper .blog {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.elonlar-page .swiper-wrapper .blog .s-card {
  margin-top: 30px;
  background: #ffffff;
  border-radius: 12px;
  padding: 24px;
  width: 32%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1050px) {
  .elonlar-page .swiper-wrapper .blog .s-card {
    width: 48.5%;
  }
}

@media (max-width: 700px) {
  .elonlar-page .swiper-wrapper .blog .s-card {
    width: 100%;
  }
}

.elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i::before {
  left: -100%;
}

.elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i .txt-16 {
  bottom: 0;
}

.elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i img {
  transform: scale(1.05);
}

.elonlar-page .swiper-wrapper .blog .s-card .bg-i {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.elonlar-page .swiper-wrapper .blog .s-card .bg-i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  z-index: 3;
  left: -200%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}

.elonlar-page .swiper-wrapper .blog .s-card .bg-i .txt-16 {
  position: absolute;
  padding: 10px;
  bottom: -100%;
  z-index: 4;
  width: 100%;
  left: 0;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ffffff;
}

.elonlar-page .swiper-wrapper .blog .s-card .top {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.elonlar-page .swiper-wrapper .blog .s-card .sana {
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.elonlar-page .swiper-wrapper .blog .s-card .sana .txt-16 {
  color: #BCBCBC;
  font-weight: 400;
}

.elonlar-page .swiper-wrapper .blog .s-card .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.elonlar-page .swiper-wrapper .blog .s-card .txt-24 {
  color: #000000;
  text-align: start;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.elonlar-page .swiper-wrapper .blog .s-card .txt-18 {
  margin-top: 15px;
  color: #206BDC;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.elonlar-page .swiper-wrapper .blog .s-card .txt-18:hover svg {
  transform: translateX(5px);
}

.elonlar-page .swiper-wrapper .blog .s-card .txt-18 svg {
  transition: 0.2s;
  width: 14px;
  height: 9px;
  margin-left: 10px;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: #043D54;
  opacity: 1;
  background: #F1F6F9;
  border-radius: 5px;
  padding: 9px;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #206BDC;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.cards-rah {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.cards-rah .card-r {
  width: 49%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}

.cards-rah .card-r:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
}

.cards-rah .card-r img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
}

.cards-rah .card-r .txt-20 {
  font-weight: 600;
  margin-top: 24px;
  color: #000;
}

.cards-rah .card-r .txt-14 {
  font-weight: 400;
  margin-top: 5px;
  color: #7B8A90;
}

.cards-rah .card-r .txt-16 {
  font-weight: 400;
  margin-top: 12px;
  color: #7B8A90;
}

.cards-rah .card-r .txt-16 span {
  font-weight: 500;
  color: #000;
  margin-left: 5px;
}

.cards-rah .card-r .main-c {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
  border-top: 1px solid #D9D9D9;
}

.cards-rah .card-r .main-c .blog-in {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 5px;
  flex-direction: column;
}

.cards-rah .card-r .main-c .blog-in .top {
  display: flex;
  align-items: flex-end;
}

.cards-rah .card-r .main-c .blog-in .top svg {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.cards-rah .card-r .main-c .blog-in .top .txt-14 {
  color: #7B8A90;
  font-weight: 400;
}

.cards-rah .card-r .main-c .blog-in .bottom {
  color: #000000;
  margin-top: 8px;
  width: 100%;
}

.cards-rah .card-r .bottom-text {
  margin: 20px auto 0;
}

.cards-rah .card-r .bottom-text a {
  color: #0D53BC;
  font-weight: 500;
}

.main-page-w {
  width: 100%;
  padding: 40px 0 80px;
}

@media (max-width: 1050px) {
  .main-page-w {
    padding: 20px 0 60px;
  }
}

@media (max-width: 650px) {
  .main-page-w {
    padding: 15px 0 40px !important;
  }
}

.main-page-w .main-in {
  width: 100%;
}

.main-page-w .main-in .main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-page-w .main-in .main .main-left {
  padding-right: 30px;
  width: 55%;
}

.main-page-w .main-in .main .main-left .top-t {
  color: #000000;
  font-weight: 600;
  margin-top: 0;
}

.main-page-w .main-in .main .main-left .top-t span {
  color: #71777A;
  font-weight: 400;
}

.main-page-w .main-in .main .main-left .txt-38 {
  color: #021E2B;
  margin-top: 0px;
  font-weight: 700;
}

.main-page-w .main-in .main .main-left .txt-18 {
  font-weight: 500;
  color: #3F4649;
  line-height: 28px;
  margin-top: 24px;
}

.main-page-w .main-in .main .main-left .glavni-btn {
  margin-top: 30px;
}

.main-page-w .main-in .main .main-right {
  width: 42%;
}

.main-page-w .main-in .main .main-right .top {
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}

.main-page-w .main-in .main .main-right .cards {
  width: 100%;
}

.main-page-w .main-in .main .main-right .cards .s-card {
  margin-top: 18px;
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.2s;
}

.main-page-w .main-in .main .main-right .cards .s-card:first-child {
  margin-top: 0;
}

.main-page-w .main-in .main .main-right .cards .s-card:hover .txt-18 {
  color: #206BDC;
}

.main-page-w .main-in .main .main-right .cards .s-card .top {
  width: 184px;
  height: 120px;
  border-radius: 12px;
  margin-right: 15px;
}

.main-page-w .main-in .main .main-right .cards .s-card .right {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main-page-w .main-in .main .main-right .cards .s-card .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.main-page-w .main-in .main .main-right .cards .s-card .sana .txt-16 {
  color: #595C61;
  font-weight: 500;
}

.main-page-w .main-in .main .main-right .cards .s-card .sana svg {
  width: 17px;
  height: 17px;
  margin: 0 10px;
}

.main-page-w .main-in .main .main-right .cards .s-card .sana svg path {
  fill: #595C61;
}

.main-page-w .main-in .main .main-right .cards .s-card .main-text {
  transition: 0.2s;
  font-weight: 600;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main-page-w .main-in .main .main-right .cards .s-card .main-text-bot {
  transition: 0.2s;
  font-weight: 600;
  margin-top: 8px;
  color: #595C61;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.main-page-w .main-in .main .main-right .img-about {
  width: 100%;
  height: 500px;
  border-radius: 18px;
  margin-top: 30px;
}

.main-page-w .main-in .main .main-right .img-about:nth-child(1) {
  margin-top: 0;
}

.ariza-card {
  margin-top: 40px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ariza-card .card-left .txt-24 {
  color: #000;
}

.ariza-card .card-right {
  width: 49%;
}

.ariza-card .card-right .label {
  margin-top: 24px;
  font-weight: 400;
  color: #596469;
}

.ariza-card .card-right .label:first-child {
  margin-top: 0;
}

.ariza-card .card-right .input {
  width: 100%;
  margin-top: 12px;
  background: #F1F6F9;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 11px 22px;
  color: #000;
  outline: none;
  transition: 0.2s;
}

.ariza-card .card-right .input::-moz-placeholder {
  color: #CFCFCF;
  font-weight: 400;
}

.ariza-card .card-right .input:-ms-input-placeholder {
  color: #CFCFCF;
  font-weight: 400;
}

.ariza-card .card-right .input::placeholder {
  color: #CFCFCF;
  font-weight: 400;
}

.ariza-card .card-right .input:focus {
  border: 1px solid #206BDC;
}

.ariza-card .card-right .glavni-btn {
  margin-top: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px 24px;
  float: right;
}

.test img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
  margin-top: 30px;
}

.dr-dr a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dr-dr {
  position: relative;
  width: 100%;
}

.dr-dr a span {
  margin-left: 5px;
  transform: rotate(-90deg);
}

.dr-dr-in {
  visibility: hidden;
  border-radius: none !important;
  flex-direction: column !important;
  opacity: 0;
  margin-top: -2px;
  margin-left: 2px;
  position: absolute;
  transition: all 0.5s ease;
  right: -50%;
  top: -51px;
  display: none;
  border-radius: 0 !important;
}

.dr-dr-in:last-child a {
  border-radius: 0 !important;
}

.dr-dr:hover>.dr-dr-in,
.dr-dr .dr-dr-in:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dr-left {
  margin-left: 10px;
}

.dr-left .txt-14 {
  color: #000;
}

.yangilik-in {
  width: 100%;
}

.yangilik-in .blog-yukla {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yangilik-in .file {
  margin-top: 20px;
  display: flex;
  align-items: center;
  text-align: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #206BDC !important;
  transition: 0.2s;
}

.yangilik-in .file svg {
  width: 20px;
  height: 20px;
  margin-left: 0px;
  margin-right: 10px;
}

.yangilik-in .file:hover {
  color: #206BDC;
  text-decoration: underline !important;
}

.yangilik-in .file:hover svg path {
  fill: #206BDC;
}

.yangilik-in .sana {
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.yangilik-in .sana .txt-16 {
  color: #BCBCBC;
  font-weight: 400;
}

.yangilik-in .sana svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.yangilik-in .txt-38 {
  margin-top: 18px !important;
  color: #000000;
}

.yangilik-in .txt-20 {
  margin-top: 20px;
  color: #3F4649;
}

.yangilik-in .sec-img {
  width: 100%;
  height: 430px;
  border-radius: 12px;
  margin-top: 30px;
}

.test img {
  width: 100% !important;
  height: auto !important;
  border-radius: 12px;
  margin-top: 30px;
}

@media (max-width: 650px) {
  .yangilik-in .sec-img {
    height: 210px;
    margin-top: 18px;
  }
}

.yangilik-in .comment-card {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 650px) {
  .yangilik-in .comment-card {
    margin-top: 18px;
  }
}

.yangilik-in .comment-card .txt-24 {
  color: #000000;
}

.yangilik-in .comment-card .card-com {
  margin-top: 20px;
  width: 100%;
  background: #F7F8FA;
  border-radius: 12px;
}

.yangilik-in .comment-card .card-com .top-com {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 650px) {
  .yangilik-in .comment-card .card-com .top-com {
    padding: 18px;
  }
}

.yangilik-in .comment-card .card-com .top-com svg {
  width: 50px;
  height: 50px;
}

.yangilik-in .comment-card .card-com .top-com .txt-16 {
  margin-top: 20px;
  color: #7B8A90;
  font-weight: 400;
}

.yangilik-in .comment-card .card-com .bottom-com {
  width: 100%;
  padding: 24px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 650px) {
  .yangilik-in .comment-card .card-com .bottom-com {
    padding: 18px;
  }
}

.yangilik-in .comment-card .card-com .bottom-com .txt-18 {
  color: #000000;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
}

.yangilik-in .comment-card .card-com .bottom-com .sign {
  margin-top: 18px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.yangilik-in .comment-card .card-com .bottom-com .sign .glavni-btn {
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.yangilik-in .comment-card .card-com .bottom-com .sign .w-in {
  padding: 10px 16px 9px;
  margin-left: 0px;
}

.yangilik-in .comment-card .card-com .bottom-com .sign .sign-w {
  margin-left: 18px;
  color: #206BDC;
  cursor: pointer;
  transition: 0.2s;
}

.yangilik-in .comment-card .card-com .bottom-com .sign .sign-w:hover {
  text-decoration: underline;
}

.help-card {
  margin-top: 30px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.help-card:nth-child(2) {
  flex-direction: row-reverse;
}

.help-card:nth-child(2) img {
  margin-right: 0;
  margin-left: 18px;
}

.help-card:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
}

.help-card img {
  width: 240px;
  height: 190px;
  margin-right: 18px;
  border-radius: 12px;
}

.help-card .txt-18 {
  color: #3F4649;
}

.footer {
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
  border-top: 3px solid #E5E9EE !important;
}

.footer .footer-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .footer-in-l {
  width: 30%;
}

.footer .footer-in-l .logos {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-in-l .logos .logo {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px;
}

.footer .footer-in-l .logos .txt-18 {
  color: #000000;
  font-weight: 600 !important;
}

.footer .footer-in-l .blog {
  padding: 24px;
  background: #F7F8FA;
  border: 1px solid #E5E9EE;
  border-radius: 12px;
  margin-top: 34px;
}

.footer .footer-in-l .blog .card-blog {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
}

.footer .footer-in-l .blog .card-blog:first-child {
  margin-top: 0;
}

.footer .footer-in-l .blog .card-blog:first-child svg {
  width: 30px;
  height: 25px;
}

.footer .footer-in-l .blog .card-blog svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer .footer-in-l .blog .card-blog svg path {
  fill: #0D53BC;
}

.footer .footer-in-l .blog .card-blog .txt-16 {
  color: #000000;
  font-weight: 500;
}

.footer .footer-in-r {
  width: 67%;
}

.footer .footer-in-r .top {
  width: 100%;
  height: 420px;
  border-radius: 12px;
  filter: grayscale(1);
}

.footer .bottom {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 35px;
}

.footer .bottom-l {
  width: 75%;
  color: #595C61;
}

.footer .bottom-r {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer .bottom-r .txt-16 {
  font-weight: 500;
  color: #595C61;
  text-align: start;
}

.footer .bottom-r .images {
  display: flex;
  margin-top: 14px;
}

.footer .bottom-r .images a {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background: #D9D9D9;
  border-radius: 5px !important;
  overflow: hidden;
}

.footer .bottom-r .images a:hover img {
  transform: scale(0.95);
}

.footer .bottom-r .images a img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .main-page-w {
    width: 100%;
    padding: 20px 0 40px;
  }
}

@media (max-width: 1000px) and (max-width: 650px) {
  .main-page-w {
    padding: 20px 0 30px !important;
  }
}

@media (max-width: 1000px) {
  .main-page-w .main-in {
    width: 100%;
  }

  .main-page-w .main-in .main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .main-page-w .main-in .main .main-left {
    padding-right: 0px;
    width: 100%;
  }

  .main-page-w .main-in .main .main-left .top-t {
    color: #000000;
    font-weight: 600;
    margin-top: 0;
  }

  .main-page-w .main-in .main .main-left .top-t span {
    color: #71777A;
    font-weight: 400;
  }

  .main-page-w .main-in .main .main-left .txt-38 {
    color: #021E2B;
    margin-top: 0px;
    font-weight: 700;
  }

  .main-page-w .main-in .main .main-left .txt-18 {
    font-weight: 500;
    color: #3F4649;
    line-height: 28px;
    margin-top: 24px;
  }

  .main-page-w .main-in .main .main-left .glavni-btn {
    margin-top: 30px;
  }

  .main-page-w .main-in .main .main-right {
    width: 100%;
    margin-top: 24px;
  }

  .main-page-w .main-in .main .main-right .top {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .main-page-w .main-in .main .main-right .cards {
    width: 100%;
  }

  .main-page-w .main-in .main .main-right .cards .s-card {
    margin-top: 24px;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: 0.2s;
  }

  .main-page-w .main-in .main .main-right .cards .s-card:first-child {
    margin-top: 0;
  }

  .main-page-w .main-in .main .main-right .cards .s-card:hover .txt-18 {
    color: #206BDC;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .top {
    width: 184px;
    height: 140px;
    border-radius: 12px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana .txt-16 {
    color: #595C61;
    font-weight: 500;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana svg path {
    fill: #595C61;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .main-text {
    transition: 0.2s;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .main-text-bot {
    transition: 0.2s;
    font-weight: 600;
    margin-top: 8px;
    color: #595C61;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main-page-w .main-in .main .main-right .img-about {
    width: 100%;
    height: 500px;
    border-radius: 18px;
    margin-top: 30px;
  }

  .main-page-w .main-in .main .main-right .img-about:nth-child(1) {
    margin-top: 0;
  }
}

@media (max-width: 1100px) {
  .glavni {
    padding: 40px 0;
  }

  .glavni .my-container .glavni-in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }

  .glavni .my-container .glavni-in .main-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 12px;
    height: 450px;
  }

  .glavni .my-container .glavni-in .main-left::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 3;
    left: -200%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .glavni .my-container .glavni-in .main-left:hover::before {
    left: -100%;
  }

  .glavni .my-container .glavni-in .main-left:hover img {
    transform: scale(1.05);
  }

  .glavni .my-container .glavni-in .main-left .img {
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .glavni .my-container .glavni-in .main-left .blog-g {
    position: absolute;
    z-index: 4;
    padding: 30px;
    bottom: 0;
    left: 0;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana {
    transition: 0.5s;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana .txt-16 {
    color: #fff;
    font-weight: 500;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana svg path {
    fill: #fff;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .txt-29 {
    transition: 0.5s;
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
  }

  .glavni .my-container .glavni-in .main-right {
    width: 100%;
    margin-top: 24px;
  }

  .glavni .my-container .glavni-in .main-right .txt-30 {
    color: #000;
    font-weight: 500;
  }

  .glavni .my-container .glavni-in .main-right .cards {
    width: 100%;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card {
    margin-top: 12px;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: 0.2s;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card:first-child {
    margin-top: 0;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card:hover .txt-18 {
    color: #206BDC;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .top {
    width: 184px;
    height: 140px;
    border-radius: 12px;
    margin-right: 15px;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana .txt-16 {
    color: #595C61;
    font-weight: 500;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana svg path {
    fill: #595C61;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .main-text {
    transition: 0.2s;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .main-text-bot {
    transition: 0.2s;
    font-weight: 600;
    margin-top: 8px;
    color: #595C61;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .footer {
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
    border-top: 3px solid #E5E9EE;
  }

  .footer .footer-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer .footer-in-l {
    width: 40%;
  }

  .footer .footer-in-l .logos {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .footer-in-l .logos .logo {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
  }

  .footer .footer-in-l .logos .txt-18 {
    color: #000000;
    font-weight: 600 !important;
  }

  .footer .footer-in-l .blog {
    padding: 24px;
    background: #F7F8FA;
    border: 1px solid #E5E9EE;
    border-radius: 12px;
    margin-top: 34px;
  }

  .footer .footer-in-l .blog .card-blog {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }

  .footer .footer-in-l .blog .card-blog:first-child {
    margin-top: 0;
  }

  .footer .footer-in-l .blog .card-blog:first-child svg {
    width: 30px;
    height: 25px;
  }

  .footer .footer-in-l .blog .card-blog svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .footer .footer-in-l .blog .card-blog svg path {
    fill: #0D53BC;
  }

  .footer .footer-in-l .blog .card-blog .txt-16 {
    color: #000000;
    font-weight: 500;
  }

  .footer .footer-in-r {
    width: 55%;
  }

  .footer .footer-in-r .top {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    filter: grayscale(1);
  }

  .footer .bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 35px;
  }

  .footer .bottom-l {
    width: 75%;
    color: #595C61;
  }

  .footer .bottom-r {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .footer .bottom-r .txt-16 {
    font-weight: 500;
    color: #595C61;
    text-align: start;
  }

  .footer .bottom-r .images {
    display: flex;
    margin-top: 14px;
  }

  .footer .bottom-r .images a {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-radius: 5px !important;
    overflow: hidden;
  }

  .footer .bottom-r .images a:hover img {
    transform: scale(0.95);
  }

  .footer .bottom-r .images a img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .cards-rah {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cards-rah .card-r {
    width: 49%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
  }

  .cards-rah .card-r:hover {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
  }

  .cards-rah .card-r img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
  }

  .cards-rah .card-r .txt-20 {
    font-weight: 600;
    margin-top: 24px;
    color: #000;
  }

  .cards-rah .card-r .txt-14 {
    font-weight: 400;
    margin-top: 5px;
    color: #7B8A90;
  }

  .cards-rah .card-r .txt-16 {
    font-weight: 400;
    margin-top: 12px;
    color: #7B8A90;
  }

  .cards-rah .card-r .txt-16 span {
    font-weight: 500;
    color: #000;
    margin-left: 5px;
  }

  .cards-rah .card-r .main-c {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
    border-top: 1px solid #D9D9D9;
  }

  .cards-rah .card-r .main-c .blog-in {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 5px;
    flex-direction: column;
  }

  .cards-rah .card-r .main-c .blog-in .top {
    display: flex;
    align-items: flex-end;
  }

  .cards-rah .card-r .main-c .blog-in .top svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }

  .cards-rah .card-r .main-c .blog-in .top .txt-14 {
    color: #7B8A90;
    font-weight: 400;
  }

  .cards-rah .card-r .main-c .blog-in .bottom {
    color: #000000;
    margin-top: 8px;
    width: 100%;
  }

  .cards-rah .card-r .bottom-text {
    margin: 20px auto 0;
  }

  .cards-rah .card-r .bottom-text a {
    color: #0D53BC;
    font-weight: 500;
  }

  .elonlar-page {
    width: 100%;
  }

  .elonlar-page .txt-38 {
    color: #000;
  }

  .elonlar-page .swiper-wrapper {
    padding-bottom: 70px;
  }

  .elonlar-page .swiper-wrapper .blog {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .elonlar-page .swiper-wrapper .blog .s-card {
    margin-top: 12px !important;
    background: #ffffff;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 18px;
    width: 32%;
    display: flex;
    flex-direction: column;
  }

  /*map kashqadaryo*/
}

@media (max-width: 900px) and (max-width: 1050px) {
  .elonlar-page .swiper-wrapper .blog .s-card {
    width: 48.5%;
  }
}

@media (max-width: 900px) and (max-width: 700px) {
  .elonlar-page .swiper-wrapper .blog .s-card {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .elonlar-page .swiper-wrapper .blog .s-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  }

  .elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i::before {
    left: -100%;
  }

  .elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i .txt-16 {
    bottom: 0;
  }

  .elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i img {
    transform: scale(1.05);
  }
}

@media (max-width: 900px) {
  .elonlar-page .swiper-wrapper .blog .s-card .bg-i {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .elonlar-page .swiper-wrapper .blog .s-card .bg-i::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 3;
    left: -200%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
  }

  .elonlar-page .swiper-wrapper .blog .s-card .bg-i .txt-16 {
    position: absolute;
    padding: 10px;
    bottom: -100%;
    z-index: 4;
    width: 100%;
    left: 0;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #ffffff;
  }
}

@media (max-width: 900px) {
  .elonlar-page .swiper-wrapper .blog .s-card .top {
    width: 100%;
    height: 223px;
    transition: 0.5s;
  }
}

@media (max-width: 900px) {
  .elonlar-page .swiper-wrapper .blog .s-card .sana {
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .elonlar-page .swiper-wrapper .blog .s-card .sana .txt-16 {
    color: #BCBCBC;
    font-weight: 400;
  }

  .elonlar-page .swiper-wrapper .blog .s-card .sana svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  .elonlar-page .swiper-wrapper .blog .s-card .txt-24 {
    color: #000000;
    text-align: start;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .elonlar-page .swiper-wrapper .blog .s-card .txt-18 {
    margin-top: 15px;
    color: #206BDC;
    display: flex;
    align-items: center;
    text-align: start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .elonlar-page .swiper-wrapper .blog .s-card .txt-18:hover svg {
    transform: translateX(5px);
  }

  .elonlar-page .swiper-wrapper .blog .s-card .txt-18 svg {
    transition: 0.2s;
    width: 14px;
    height: 9px;
    margin-left: 10px;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blog-qonunlar .s-card {
    margin-top: 12px;
    background: #ffffff;
    border: 1px solid #B3BEC5;
    border-radius: 12px;
    padding: 24px;
    width: 32%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 900px) and (max-width: 950px) {
  .blog-qonunlar .s-card {
    width: 49%;
  }
}

@media (max-width: 900px) and (max-width: 650px) {
  .blog-qonunlar .s-card {
    width: 100%;
    padding: 18px;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .s-card .right {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .s-card .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .blog-qonunlar .s-card .top .sana {
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .blog-qonunlar .s-card .top .sana .txt-16 {
    color: #043D54;
    font-weight: 400;
  }

  .blog-qonunlar .s-card .top .sana svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .s-card .main-text {
    margin-top: 12px;
    font-weight: 400;
    color: #71777A;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .s-card .txt-20 {
    color: #000000;
    text-align: start;
    margin-top: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .s-card .bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .blog-qonunlar .s-card .bottom .txt-18 {
    margin-top: 15px;
    display: flex;
    align-items: center;
    text-align: start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #043D54;
    transition: 0.2s;
  }

  .blog-qonunlar .s-card .bottom .txt-18 svg path {
    fill: #043D54;
  }

  .blog-qonunlar .s-card .bottom .txt-18:hover {
    color: #206BDC;
  }

  .blog-qonunlar .s-card .bottom .txt-18:hover svg path {
    fill: #206BDC;
  }

  .blog-qonunlar .s-card .bottom .txt-18 svg {
    transition: 0.2s;
    width: 14px;
    height: 9px;
    margin-left: 10px;
  }

  .blog-qonunlar .s-card .bottom .file svg {
    width: 20px;
    height: 20px;
    margin-left: 0px;
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .card-c {
    margin-top: 30px;
    padding: 24px;
    background: #F1F6F9;
    border-radius: 12px;
    width: 23.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: 0.3s;
    border: 1px solid transparent;
  }
}

@media (max-width: 900px) and (max-width: 950px) {
  .blog-qonunlar .card-c {
    width: 48.5%;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .card-c:hover {
    border: 1px solid #206BDC;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .card-c .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #206BDC;
  }

  .blog-qonunlar .card-c .img img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .card-c .txt-18 {
    color: #000000;
    margin-top: 18px;
    text-align: center;
    font-weight: 600;
  }
}

@media (max-width: 900px) {
  .blog-qonunlar .card-c .txt-16 {
    color: #808588;
    margin-top: 18px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .glavni {
    padding: 20px 0;
  }
}

@media (max-width: 900px) {
  .navigation-top {
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
  }

  .navigation-top .my-container .top-in {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navigation-top .my-container .top-in-left {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navigation-top .my-container .top-in-left .menu-h {
    width: 26px;
    height: 26px;
    cursor: pointer;
    margin-right: 16px;
    display: flex;
  }
}

@media (max-width: 900px) and (max-width: 490px) {
  .navigation-top .my-container .top-in-left .menu-h {
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-left .logos {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 60px;
  }
}

@media (max-width: 900px) and (max-width: 650px) {
  .navigation-top .my-container .top-in-left .logos {
    width: 100%;
  }
}

@media (max-width: 900px) and (max-width: 1250px) {
  .navigation-top .my-container .top-in-left .logos {
    margin-right: 40px;
  }
}

@media (max-width: 900px) and (max-width: 650px) {
  .navigation-top .my-container .top-in-left .logos {
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-left .logos .logo {
    width: 49px;
    height: 49px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-left .logos .txt-16 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #000000;
    font-weight: 600;
  }
}

@media (max-width: 900px) and (max-width: 490px) {
  .navigation-top .my-container .top-in-left .logos .txt-16 {
    width: 150px;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-left .main-page {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

@media (max-width: 900px) and (max-width: 1050px) {
  .navigation-top .my-container .top-in-left .main-page {
    display: none;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-left .main-page-in {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navigation-top .my-container .top-in-left .main-page-in .left-in {
    width: 50px;
    height: 50px;
    justify-content: center;
    background: #E5F0FF;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin-right: 18px;
  }

  .navigation-top .my-container .top-in-left .main-page-in .left-in svg {
    width: 17px;
    height: 18px;
  }

  .navigation-top .my-container .top-in-left .main-page-in .right-in .txt-14 {
    color: #595C61;
  }

  .navigation-top .my-container .top-in-left .main-page-in .right-in .fw5 {
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-right {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navigation-top .my-container .top-in-right .blog-k {
    display: none;
  }

  .navigation-top .my-container .top-in-right .language {
    display: none;
  }

  .navigation-top .my-container .top-in-right .language .txt-14 {
    color: #000000;
    text-align: center;
  }

  .navigation-top .my-container .top-in-right .language-in {
    border: 1px solid #B4B8C0;
    color: #000000;
    border-radius: 5px;
    padding: 3px 9px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .navigation-top .my-container .top-in-right .language-in:after {
    display: none;
  }

  .navigation-top .my-container .top-in-right .language-in.show .chervon {
    transform: rotate(-180deg);
  }

  .navigation-top .my-container .top-in-right .language-in .glob {
    width: 18px;
    height: 18px;
  }

  .navigation-top .my-container .top-in-right .language-in .chervon {
    width: 9px;
    height: 6px;
    transition: 0.2s;
  }

  .navigation-top .my-container .top-in-right .language-in span {
    margin: 0 8px 0 8px;
    color: #000000;
    font-weight: 500;
  }

  .navigation-top .my-container .top-in-right .language-menu {
    background: #ffffff;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
    border: 1px solid #B4B8C0;
    border-radius: 5px;
    margin: -10px 0 0 0 !important;
    min-width: 100%;
    padding: 7px 0;
  }

  .navigation-top .my-container .top-in-right .language-menu .txt-14 {
    color: #000000;
    font-weight: 500;
    padding: 0;
  }

  .navigation-top .my-container .top-in-right .language-menu a:hover {
    color: #206BDC;
    background: transparent;
  }

  .navigation-top .my-container .top-in-right .language-menu a:active {
    color: #206BDC;
    background: transparent;
  }

  .navigation-top .my-container .top-in-right .language-menu a:focus {
    color: #206BDC;
    background: transparent;
  }

  .navigation-top .my-container .top-in-right .sign-btn {
    margin-left: 24px !important;
    background: transparent;
    display: none;
  }

  .navigation-top .my-container .top-in-right .sign-btn .txt-14 {
    color: #595C61;
    text-align: center;
  }

  .navigation-top .my-container .top-in-right .sign-btn-in {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #595C61;
    padding: 3px 9px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .navigation-top .my-container .top-in-right .sign-btn-in:after {
    display: none;
  }

  .navigation-top .my-container .top-in-right .sign-btn-in.show .chervon {
    transform: rotate(-180deg);
  }

  .navigation-top .my-container .top-in-right .sign-btn-in .acaunt {
    width: 24px;
    height: 24px;
  }

  .navigation-top .my-container .top-in-right .sign-btn-in .chervon {
    width: 9px;
    height: 6px;
    transition: 0.2s;
  }

  .navigation-top .my-container .top-in-right .sign-btn-in span {
    margin: 0 8px 0 8px;
    color: #595C61;
    font-weight: 500;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu {
    background: #FFFFFF;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    margin: -5px 0 0 0 !important;
    min-width: 100%;
    padding: 10px 20px;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding: 5px 0;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item .back {
    color: #E53C3C !important;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:hover {
    background: transparent;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:hover .txt-16 {
    color: #206BDC;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:active .txt-16 {
    color: #206BDC;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:focus .txt-16 {
    color: #206BDC;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item .txt-16 {
    color: #000000;
    font-weight: 500;
    padding: 0;
  }

  .navigation-top .my-container .top-in-right .w-in {
    padding: 10px 20px 9px;
    margin-left: 24px;
  }
}

@media (max-width: 900px) and (max-width: 490px) {
  .navigation-top .my-container .top-in-right .w-in {
    margin-left: 4px;
  }
}

@media (max-width: 900px) {
  .navigation-top .my-container .top-in-right .sign-w {
    margin-left: 18px;
    display: none;
    color: #206BDC;
    cursor: pointer;
    transition: 0.2s;
  }

  .navigation-top .my-container .top-in-right .sign-w:hover {
    text-decoration: underline;
  }
}

@media (max-width: 900px) {
  .work {
    padding: 10px 0 30px;
  }

  .work .work-in {
    width: 100%;
  }

  .work .work-in .main-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .work .work-in .main-content .card-c {
    margin-top: 20px;
    padding: 30px;
    min-height: 211px;
    background: #E7EEFA;
    border-radius: 12px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid transparent;
  }

  .work .work-in .main-content .card-c:hover {
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  }

  .work .work-in .main-content .card-c:hover .txt-18 {
    color: #206BDC;
  }

  .work .work-in .main-content .card-c .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .work .work-in .main-content .card-c .img img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .work .work-in .main-content .card-c .txt-18 {
    color: #081B38;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    transition: 0.2s;
  }

  .work .work-in .main-content .card-c .txt-16 {
    color: #808588;
    margin-top: 18px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .counterr {
    width: 100%;
    background: #F7F8FA;
    padding: 20px 0 20px;
  }

  .counterr .top {
    color: #000000;
  }

  .counterr .counter-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .counterr .counter-in .card-c {
    padding: 32px 40px 22px;
    background: #FFFFFF;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    border: 1px solid transparent;
    transition: 0.3s;
    margin-top: 20px;
    min-height: 234px;
  }

  .counterr .counter-in .card-c:nth-child(1) .txt-30 {
    color: #573A3A;
  }

  .counterr .counter-in .card-c:nth-child(1) .txt-18 {
    color: #8E7878;
  }

  .counterr .counter-in .card-c:nth-child(2) .txt-30 {
    color: #094725;
  }

  .counterr .counter-in .card-c:nth-child(2) .txt-18 {
    color: #6A7C72;
  }

  .counterr .counter-in .card-c:nth-child(3) .txt-30 {
    color: #4B4233;
  }

  .counterr .counter-in .card-c:nth-child(3) .txt-18 {
    color: #8F8678;
  }

  .counterr .counter-in .card-c:nth-child(4) .txt-30 {
    color: #263242;
  }

  .counterr .counter-in .card-c:nth-child(4) .txt-18 {
    color: #556070;
  }

  .counterr .counter-in .card-c img {
    width: 64px;
    height: 64px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .counterr .counter-in .card-c .txt-30 {
    margin-top: 12px;
  }

  .counterr .counter-in .card-c .txt-18 {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .map-page {
    background: #fff;
    padding: 20px 0;
  }

  .map-page .map-page-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .map-page .map-page-in .map {
    width: 100% !important;
    height: 400px;
  }

  .map-page .map-page-in .tabs__content {
    width: 100%;
  }

  .map-page .map-page-in .tabs__content .card-blog {
    width: 100%;
    display: none;
    flex-direction: column;
  }

  .map-page .map-page-in .tabs__content .card-blog.is-visible {
    display: flex;
  }

  .map-page .map-page-in .tabs__content .card-blog .txt-32 {
    color: #000000;
    font-weight: 600;
  }

  .map-page .map-page-in .tabs__content .card-blog .card-blog-in {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .map-page .map-page-in .tabs__content .card-blog .card-blog-in .txt-29 {
    width: 135px;
    text-align: center;
    padding: 10px 30px;
    background: #F7F8FA;
    border-radius: 12px;
    color: #206BDC;
    margin-right: 18px;
  }

  .map-page .map-page-in .tabs__content .card-blog .card-blog-in .txt-20 {
    color: #595C61;
    font-weight: 500;
  }
}

@media (max-width: 900px) {
  .map {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
}

@media (max-width: 900px) {
  .map {
    position: relative;
  }
}

@media (max-width: 900px) {
  .map-s {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-top: 20px;
    width: 100%;
    fill: #B4B8C0;
  }

  .map-s path {
    /*opacity: 0.4;*/
    fill: #B4B8C0;
    cursor: pointer;
    transition: 0.3s;
    stroke: #fff;
    stroke-width: 1;
  }

  .map-s path:hover {
    transition: 0.3s;
    fill: #206BDC;
  }
}

@media (max-width: 900px) {
  .link {
    width: 100%;
    padding: 20px 0;
    background: #F7F9FA;
  }

  .link .link-in {
    width: 100%;
  }

  .link .link-in .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .link .link-in .top .buttons-c {
    display: flex;
    align-items: center;
  }

  .link .link-in .top .buttons-c .glavni-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    position: relative;
    box-shadow: none;
    z-index: 5;
    border-radius: 50%;
    top: 48%;
  }

  .link .link-in .top .buttons-c .glavni-btn:first-child {
    margin-right: 14px;
  }

  .link .link-in .top .buttons-c .glavni-btn:active {
    top: 48%;
  }

  .link .link-in .top .buttons-c .glavni-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 10px;
  }

  .link .link-in .top .buttons-c .glavni-btn:hover svg path {
    fill: #206BDC;
  }

  .link .link-in .main-content {
    width: 100%;
    margin-top: 30px;
    position: relative;
  }

  .link .link-in .main-content .card-bg {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid transparent;
  }

  .link .link-in .main-content .card-bg:hover {
    border: 1px solid #206BDC;
  }

  .link .link-in .main-content .card-bg:hover .txt-20 {
    color: #206BDC;
  }

  .link .link-in .main-content .card-bg img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
  }

  .link .link-in .main-content .card-bg .txt-20 {
    color: #000000;
    margin-top: 18px;
    transition: 0.2s;
    text-align: center;
    font-weight: 600;
  }

  .link .link-in .main-content .card-bg .txt-16 {
    color: #000000;
    margin-top: 18px;
    text-align: center;
    font-weight: 400;
  }
}

@media (max-width: 900px) {
  .link-top {
    width: 100%;
    padding: 20px 0;
    background: #F7F9FA;
  }

  .link-top .link-in {
    width: 100%;
  }

  .link-top .link-in .main-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .link-top .link-in .main-content .card-bg {
    width: 49%;
    margin-top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid transparent;
    min-height: 218px;
  }

  .link-top .link-in .main-content .card-bg:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
  }

  .link-top .link-in .main-content .card-bg:hover .txt-20 {
    color: #206BDC;
  }

  .link-top .link-in .main-content .card-bg img {
    width: 130px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .link-top .link-in .main-content .card-bg .txt-18 {
    color: #595C61;
    margin-top: 18px;
    text-align: center;
    font-weight: 400;
  }
}

@media (max-width: 900px) {
  .footer {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    border-top: 3px solid transparent;
  }

  .footer .footer-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer .footer-in-l {
    width: 100%;
  }

  .footer .footer-in-l .logos {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .footer-in-l .logos .logo {
    width: 65px;
    height: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
  }

  .footer .footer-in-l .logos .txt-18 {
    color: #000000;
    font-weight: 600 !important;
  }

  .footer .footer-in-l .blog {
    padding: 24px;
    background: #F7F8FA;
    border: 1px solid #E5E9EE;
    border-radius: 12px;
    margin-top: 34px;
  }

  .footer .footer-in-l .blog .card-blog {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }

  .footer .footer-in-l .blog .card-blog:first-child {
    margin-top: 0;
  }

  .footer .footer-in-l .blog .card-blog:first-child svg {
    width: 30px;
    height: 25px;
  }

  .footer .footer-in-l .blog .card-blog svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .footer .footer-in-l .blog .card-blog svg path {
    fill: #0D53BC;
  }

  .footer .footer-in-l .blog .card-blog .txt-16 {
    color: #000000;
    font-weight: 500;
  }

  .footer .footer-in-r {
    width: 100%;
    margin-top: 24px;
  }

  .footer .footer-in-r .top {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    filter: grayscale(1);
  }

  .footer .bottom {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 35px;
  }

  .footer .bottom-l {
    width: 100%;
    color: #595C61;
  }

  .footer .bottom-r {
    width: 100%;
    margin-top: 24px;
  }

  .footer .bottom-r .txt-16 {
    font-weight: 500;
    color: #595C61;
    text-align: start;
  }

  .footer .bottom-r .images {
    display: flex;
    margin-top: 14px;
  }

  .footer .bottom-r .images a {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-radius: 5px !important;
    overflow: hidden;
  }

  .footer .bottom-r .images a:hover img {
    transform: scale(0.95);
  }

  .footer .bottom-r .images a img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 900px) {
  .ariza-card {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .ariza-card .card-left .txt-24 {
    color: #000;
  }

  .ariza-card .card-right {
    width: 100%;
    margin-top: 24px;
  }

  .ariza-card .card-right .label {
    margin-top: 24px;
    font-weight: 400;
    color: #596469;
  }

  .ariza-card .card-right .label:first-child {
    margin-top: 0;
  }

  .ariza-card .card-right .input {
    width: 100%;
    margin-top: 12px;
    background: #F1F6F9;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 11px 22px;
    color: #000;
    outline: none;
    transition: 0.2s;
  }

  .ariza-card .card-right .input::-moz-placeholder {
    color: #CFCFCF;
    font-weight: 400;
  }

  .ariza-card .card-right .input:-ms-input-placeholder {
    color: #CFCFCF;
    font-weight: 400;
  }

  .ariza-card .card-right .input::placeholder {
    color: #CFCFCF;
    font-weight: 400;
  }

  .ariza-card .card-right .input:focus {
    border: 1px solid #206BDC;
  }

  .ariza-card .card-right .glavni-btn {
    margin-top: 24px;
    width: 100%;
    padding: 12px 24px;
    float: right;
  }
}

@media (max-width: 650px) {
  .modal-web {
    width: 90%;
    padding: 24px;
    position: fixed;
    background: #FFFFFF;
    border-radius: 12px;
    z-index: -12;
    opacity: 0;
    top: 60%;
    left: 50%;
    transition: top 0.3s ease-in-out;
    transform: translate(-50%, -50%);
  }

  .modal-web .sucsess {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #E5E9EE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .modal-web .sucsess svg {
    width: 28px;
    height: 18px;
  }

  .modal-web.active {
    top: 50%;
    z-index: 12;
    opacity: 1;
  }

  .modal-web .back {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 12px;
    cursor: pointer;
  }

  .modal-web .txt-24 {
    color: #000000;
    font-weight: 600;
  }

  .modal-web form {
    margin-top: 0px;
    width: 100%;
  }

  .modal-web form .input {
    width: 100%;
    margin-right: 24px;
    background: #F1F6F9;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 12px;
    padding: 11px 22px;
    color: #000;
    outline: none;
    transition: 0.2s;
  }

  .modal-web form .input::-moz-placeholder {
    color: #CFCFCF;
    font-weight: 400;
  }

  .modal-web form .input:-ms-input-placeholder {
    color: #CFCFCF;
    font-weight: 400;
  }

  .modal-web form .input::placeholder {
    color: #CFCFCF;
    font-weight: 400;
  }

  .modal-web form .input:focus {
    border: 1px solid #00354A;
  }

  .modal-web form .glavni-btn {
    margin-top: 18px;
    width: 100%;
  }

  .modal-web .search-page {
    width: 100%;
    margin-top: 18px;
  }

  .modal-web .search-page .top {
    color: #7B8A90;
    font-weight: 400;
  }

  .modal-web .search-page .top strong {
    color: #000;
  }

  .modal-web .search-page .card-bg {
    overflow-y: scroll;
    margin-top: 5px;
    height: 250px;
  }

  .modal-web .search-page .card-bg .card-m {
    width: 95%;
    background: #F1F6F9;
    border-radius: 12px;
    padding: 18px 12px;
    margin-top: 12px;
    cursor: pointer;
  }

  .modal-web .search-page .card-bg .card-m .sana {
    text-align: start;
    display: flex;
    align-items: center;
  }

  .modal-web .search-page .card-bg .card-m .sana .txt-16 {
    color: #BCBCBC;
    font-weight: 400;
  }

  .modal-web .search-page .card-bg .card-m .sana svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .modal-web .search-page .card-bg .card-m .bottom {
    margin-top: 6px;
    color: #000;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .blog-ta {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blog-ta .s-card {
    margin-top: 18px;
    background: #FFFFFF;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    transition: 0.3s;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blog-ta .s-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.07);
  }

  .blog-ta .s-card .right {
    width: 100%;
  }

  .blog-ta .s-card .sana {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
  }

  .blog-ta .s-card .sana .txt-16 {
    color: #595C61;
    font-weight: 500;
  }

  .blog-ta .s-card .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .blog-ta .s-card .sana svg path {
    fill: #595C61;
  }

  .blog-ta .s-card .main-text {
    margin-top: 12px;
    font-weight: 400;
    color: #71777A;
  }

  .blog-ta .s-card .txt-24 {
    color: #000000;
    text-align: start;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .blog-ta .s-card .txt-18 {
    margin-top: 15px;
    color: #206BDC;
    display: flex;
    align-items: center;
    text-align: start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .blog-ta .s-card .txt-18:hover svg {
    transform: translateX(5px);
  }

  .blog-ta .s-card .txt-18 svg {
    transition: 0.2s;
    width: 14px;
    height: 9px;
    margin-left: 10px;
  }

  .blog-foto {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .blog-foto .main-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 12px;
    height: 244px;
    margin-top: 18px;
  }

  .blog-foto .main-left::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 3;
    left: -200%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .blog-foto .main-left:hover::before {
    left: -100%;
  }

  .blog-foto .main-left:hover img {
    transform: scale(1.05);
  }

  .blog-foto .main-left .img {
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .blog-foto .main-left .blog-g {
    position: absolute;
    z-index: 4;
    padding: 18px;
    bottom: 0;
    left: 0;
  }

  .blog-foto .main-left .blog-g .sana {
    transition: 0.5s;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .blog-foto .main-left .blog-g .sana .txt-16 {
    color: #fff;
    font-weight: 400;
  }

  .blog-foto .main-left .blog-g .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .blog-foto .main-left .blog-g .sana svg path {
    fill: #fff;
  }

  .blog-foto .main-left .blog-g .txt-24 {
    transition: 0.5s;
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
  }


  .blog-video .main-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 12px;
    height: 250px;
    margin-top: 18px;
  }

  .blog-video .main-left::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 3;
    left: -200%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .blog-video .main-left:hover::before {
    left: -100%;
  }

  .blog-video .main-left:hover img {
    transform: scale(1.05);
  }

  .blog-video .main-left:hover .blog-g {
    bottom: -100%;
  }

  .blog-video .main-left .img {
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .blog-video .main-left .blog-g {
    position: absolute;
    z-index: 4;
    padding: 18px;
    transition: 0.7s;
    bottom: 0;
    left: 0;
  }

  .blog-video .main-left .blog-g .txt-24 {
    transition: 0.5s;
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
  }

  .blog-video .main-left .play {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background: rgba(44, 128, 255, 0.8);
  }

  .blog-video .main-left .play:hover {
    background: rgb(44, 128, 255);
  }

  .blog-video .main-left .play svg {
    width: 35px;
    height: 35px;
  }

  .work-page {
    width: 100%;
  }

  .work-page .txt-38 {
    color: #000;
  }

  .work-page .txt-20 {
    margin-top: 18px;
    font-weight: 400;
    width: 100%;
    color: #000;
  }

  .work-page .main-c {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 12px;
  }

  .work-page .main-c .blog-in {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }

  .work-page .main-c .blog-in .bottom {
    color: #000000;
    width: 100%;
    font-weight: 600;
    margin-top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .work-page .main-c .blog-in .top {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
  }

  .work-page .main-c .blog-in .top svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }

  .work-page .main-c .blog-in .top .txt-20 {
    color: #000000;
    font-weight: 500;
    margin-top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .work-page .buttons {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
  }

  .work-page .buttons .glavni-btn {
    margin-top: 18px;
    width: 100%;
  }

  .work-page .buttons .btn-r {
    background: #E53C3C;
  }

  .work-page .buttons .btn-r:hover {
    background: transparent;
    color: #E53C3C;
  }

  .work-page .img-t {
    margin-top: 20px;
    width: 100%;
  }

  .cards-rahbaryat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .cards-rahbaryat .card-b {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 24px;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cards-rahbaryat .card-b img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .cards-rahbaryat .card-b .sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cards-rahbaryat .card-b .sec .txt-14 {
    color: #7B8A90;
    font-weight: 400;
  }

  .cards-rahbaryat .card-b .sec .txt-18 {
    color: #000000;
    font-weight: 700;
    margin-top: 5px !important;
  }

  .cards-rahbaryat .card-b .sec .main-c {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cards-rahbaryat .card-b .sec .main-c .blog-in {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0px 10px 0 5px;
    margin-top: 10px;
    flex-direction: column;
  }

  .cards-rahbaryat .card-b .sec .main-c .blog-in .top {
    display: flex;
    align-items: center;
  }

  .cards-rahbaryat .card-b .sec .main-c .blog-in .top svg {
    width: 13px;
    height: 14px;
    margin-right: 8px;
  }

  .cards-rahbaryat .card-b .sec .main-c .blog-in .top .txt-14 {
    color: #7B8A90;
  }

  .cards-rahbaryat .card-b .sec .main-c .blog-in .bottom {
    color: #000000;
    margin-top: 8px;
    width: 100%;
    font-weight: 600;
  }

  .bot-b {
    width: 100%;
    margin: 18px 0 0;
    padding-top: 18px;
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media (max-width: 650px) and (max-width: 1100px) {
  .bot-b {
    flex-direction: column-reverse;
  }
}

@media (max-width: 650px) {
  .cards-rah {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cards-rah .card-r {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
  }

  .cards-rah .card-r:hover {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
  }

  .cards-rah .card-r img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }

  .cards-rah .card-r .txt-20 {
    font-weight: 600;
    margin-top: 24px;
    color: #000;
    text-align: center;
  }

  .cards-rah .card-r .txt-14 {
    font-weight: 400;
    margin-top: 5px;
    color: #7B8A90;
    text-align: center;
  }

  .cards-rah .card-r .txt-16 {
    font-weight: 400;
    margin-top: 12px;
    color: #7B8A90;
    text-align: center;
  }

  .cards-rah .card-r .txt-16 span {
    font-weight: 500;
    color: #000;
    margin-left: 5px;
  }

  .cards-rah .card-r .main-c {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 18px;
    border-top: 1px solid #D9D9D9;
  }

  .cards-rah .card-r .main-c .blog-in {
    display: flex;
    width: 100%;
    padding: 10px 5px;
    flex-direction: column;
    align-items: center;
  }

  .cards-rah .card-r .main-c .blog-in .top {
    display: flex;
    align-items: flex-end;
  }

  .cards-rah .card-r .main-c .blog-in .top svg {
    width: 17px;
    height: 17px;
    margin-right: 8px;
  }

  .cards-rah .card-r .main-c .blog-in .top .txt-14 {
    color: #7B8A90;
    font-weight: 400;
    text-align: center;
  }

  .cards-rah .card-r .main-c .blog-in .bottom {
    color: #000000;
    margin-top: 8px;
    width: 100%;
  }

  .cards-rah .card-r .bottom-text {
    margin: 20px auto 0;
  }

  .cards-rah .card-r .bottom-text a {
    color: #0D53BC;
    font-weight: 500;
  }
}

@media (max-width: 650px) {
  .glavni {
    padding: 20px 0;
  }

  .glavni .my-container .glavni-in .main-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 12px;
    height: 222px;
  }

  .glavni .my-container .glavni-in .main-left::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 3;
    left: -200%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease-in-out;
  }

  .glavni .my-container .glavni-in .main-left:hover::before {
    left: -100%;
  }

  .glavni .my-container .glavni-in .main-left:hover img {
    transform: scale(1.05);
  }

  .glavni .my-container .glavni-in .main-left .img {
    transition: 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .glavni .my-container .glavni-in .main-left .blog-g {
    position: absolute;
    z-index: 4;
    padding: 12px;
    bottom: 0;
    left: 0;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana {
    transition: 0.5s;
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana .txt-16 {
    color: #fff;
    font-weight: 500;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .sana svg path {
    fill: #fff;
  }

  .glavni .my-container .glavni-in .main-left .blog-g .txt-29 {
    transition: 0.5s;
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
  }

  .glavni .my-container .glavni-in .main-right {
    width: 100%;
    margin-top: 24px;
  }

  .glavni .my-container .glavni-in .main-right .txt-30 {
    color: #000;
    font-weight: 500;
  }

  .glavni .my-container .glavni-in .main-right .cards {
    width: 100%;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card {
    margin-top: 12px;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: 0.2s;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card:first-child {
    margin-top: 0;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card:hover .txt-18 {
    color: #206BDC;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .top {
    width: 134px;
    height: 120px;
    border-radius: 12px;
    margin-right: 15px;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana .txt-16 {
    color: #595C61;
    font-weight: 500;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .sana svg path {
    fill: #595C61;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .main-text {
    transition: 0.2s;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .glavni .my-container .glavni-in .main-right .cards .s-card .main-text-bot {
    transition: 0.2s;
    font-weight: 600;
    margin-top: 8px;
    color: #595C61;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (max-width: 650px) {
  .work {
    padding: 10px 0 30px;
  }

  .work .work-in {
    width: 100%;
  }

  .work .work-in .main-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .work .work-in .main-content .card-c {
    margin-top: 20px;
    padding: 20px;
    min-height: 160px;
    background: #E7EEFA;
    border-radius: 12px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid transparent;
  }

  .work .work-in .main-content .card-c:hover {
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  }

  .work .work-in .main-content .card-c:hover .txt-18 {
    color: #206BDC;
  }

  .work .work-in .main-content .card-c .img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .work .work-in .main-content .card-c .img img {
    width: 38px;
    height: 38px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .work .work-in .main-content .card-c .txt-18 {
    color: #081B38;
    margin-top: 18px;
    text-align: center;
    font-weight: 500;
    transition: 0.2s;
  }

  .work .work-in .main-content .card-c .txt-16 {
    color: #808588;
    margin-top: 18px;
    text-align: center;
  }
}

@media (max-width: 650px) {
  .counterr {
    padding: 20px 0 20px;
  }

  .counterr .top {
    color: #000000;
  }

  .counterr .counter-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .counterr .counter-in .card-c {
    padding: 22px 22px;
    background: #FFFFFF;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    border: 1px solid transparent;
    transition: 0.3s;
    margin-top: 12px;
    min-height: 180px;
  }

  .counterr .counter-in .card-c:nth-child(1) .txt-30 {
    color: #573A3A;
  }

  .counterr .counter-in .card-c:nth-child(1) .txt-18 {
    color: #8E7878;
  }

  .counterr .counter-in .card-c:nth-child(2) .txt-30 {
    color: #094725;
  }

  .counterr .counter-in .card-c:nth-child(2) .txt-18 {
    color: #6A7C72;
  }

  .counterr .counter-in .card-c:nth-child(3) .txt-30 {
    color: #4B4233;
  }

  .counterr .counter-in .card-c:nth-child(3) .txt-18 {
    color: #8F8678;
  }

  .counterr .counter-in .card-c:nth-child(4) .txt-30 {
    color: #263242;
  }

  .counterr .counter-in .card-c:nth-child(4) .txt-18 {
    color: #556070;
  }

  .counterr .counter-in .card-c img {
    width: 39px;
    height: 39px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .counterr .counter-in .card-c .txt-30 {
    margin-top: 12px;
  }

  .counterr .counter-in .card-c .txt-18 {
    text-align: center;
    margin-top: 10px;
  }
}

@media (max-width: 650px) {
  .news {
    width: 100%;
    padding: 20px 0;
  }

  .news .news-in {
    width: 100%;
  }

  .news .news-in .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .news .news-in .top .txt-32 {
    color: #000000;
  }

  .news .news-in .main-content {
    width: 100%;
    margin-top: 10px;
    position: relative;
  }

  .news .news-in .main-content .swiper-wrapper {
    padding: 0 0 45px 0;
  }

  .news .news-in .main-content .s-card {
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 18px;
  }

  .news .news-in .main-content .s-card img {
    height: 220px;
  }

  .news .news-in .main-content .s-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  }

  .news .news-in .main-content .s-card:hover .bg-i::before {
    left: -100%;
  }

  .news .news-in .main-content .s-card:hover .bg-i .txt-16 {
    bottom: 0;
  }

  .news .news-in .main-content .s-card:hover .bg-i img {
    transform: scale(1.05);
  }

  .news .news-in .main-content .s-card .bg-i {
    border-radius: 12px;
    position: relative;
    overflow: hidden;
  }

  .news .news-in .main-content .s-card .bg-i::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    transform: rotate(45deg);
    z-index: 3;
    left: -200%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
  }

  .news .news-in .main-content .s-card .bg-i .txt-16 {
    position: absolute;
    padding: 10px;
    bottom: -100%;
    z-index: 4;
    width: 100%;
    left: 0;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #ffffff;
  }

  .news .news-in .main-content .s-card .top {
    width: 100%;
    height: 100%;
    transition: 0.5s;
  }

  .news .news-in .main-content .s-card .sana {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  .news .news-in .main-content .s-card .sana .txt-16 {
    color: #595C61;
    font-weight: 500;
  }

  .news .news-in .main-content .s-card .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .news .news-in .main-content .s-card .sana svg path {
    fill: #595C61;
  }

  .news .news-in .main-content .s-card .txt-24 {
    color: #000000;
    text-align: start;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .news .news-in .main-content .s-card .txt-18 {
    margin-top: 15px;
    color: #206BDC;
    display: flex;
    align-items: center;
    text-align: start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .news .news-in .main-content .s-card .txt-18:hover svg {
    transform: translateX(5px);
  }

  .news .news-in .main-content .s-card .txt-18 svg {
    transition: 0.2s;
    width: 14px;
    height: 9px;
    margin-left: 10px;
  }

  .news .news-in .main-content .glavni-btn {
    padding: 0;
    width: 38px;
    height: 38px;
    position: absolute;
    box-shadow: none;
    z-index: 5;
    border-radius: 50%;
    top: 48%;
  }

  .news .news-in .main-content .glavni-btn:active {
    top: 48%;
  }

  .news .news-in .main-content .glavni-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 10px;
  }

  .news .news-in .main-content .glavni-btn:hover svg path {
    fill: #206BDC;
  }

  .news .news-in .main-content .btn-prev1 {
    position: absolute;
    left: -10px;
  }

  .news .news-in .main-content .btn-next1 {
    position: absolute;
    right: -10px;
  }
}

@media (max-width: 650px) {
  .map-page {
    background: #fff;
    padding: 20px 0;
  }

  .map-page .map-page-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .map-page .map-page-in .map {
    width: 100% !important;
    height: 300px;
  }

  .map-page .map-page-in .tabs__content {
    width: 100%;
    margin-top: 0px;
  }

  .map-page .map-page-in .tabs__content .card-blog {
    width: 100%;
    display: none;
    flex-direction: column;
  }

  .map-page .map-page-in .tabs__content .card-blog.is-visible {
    display: flex;
  }

  .map-page .map-page-in .tabs__content .card-blog .txt-32 {
    color: #000000;
    font-weight: 600;
  }

  .map-page .map-page-in .tabs__content .card-blog .card-blog-in {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .map-page .map-page-in .tabs__content .card-blog .card-blog-in .txt-29 {
    width: 135px;
    text-align: center;
    padding: 10px 30px;
    background: #F7F8FA;
    border-radius: 12px;
    color: #206BDC;
    margin-right: 18px;
  }

  .map-page .map-page-in .tabs__content .card-blog .card-blog-in .txt-20 {
    color: #595C61;
    font-weight: 500;
  }
}

@media (max-width: 650px) {
  .link {
    width: 100%;
    padding: 20px 0;
    background: #F7F9FA;
  }

  .link .link-in {
    width: 100%;
  }

  .link .link-in .top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .link .link-in .top .buttons-c {
    display: flex;
    align-items: center;
  }

  .link .link-in .top .buttons-c .glavni-btn {
    padding: 0;
    width: 38px;
    height: 38px;
    position: relative;
    box-shadow: none;
    z-index: 5;
    border-radius: 50%;
    top: 48%;
  }

  .link .link-in .top .buttons-c .glavni-btn:first-child {
    margin-right: 14px;
  }

  .link .link-in .top .buttons-c .glavni-btn:active {
    top: 48%;
  }

  .link .link-in .top .buttons-c .glavni-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 10px;
  }

  .link .link-in .top .buttons-c .glavni-btn:hover svg path {
    fill: #206BDC;
  }

  .link .link-in .main-content {
    width: 100%;
    margin-top: 18px;
    position: relative;
  }

  .link .link-in .main-content .card-bg {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid transparent;
  }

  .link .link-in .main-content .card-bg:hover {
    border: 1px solid #206BDC;
  }

  .link .link-in .main-content .card-bg:hover .txt-20 {
    color: #206BDC;
  }

  .link .link-in .main-content .card-bg img {
    width: 122px;
    height: 122px;
    border-radius: 50%;
  }

  .link .link-in .main-content .card-bg .txt-20 {
    color: #000000;
    margin-top: 18px;
    transition: 0.2s;
    text-align: center;
    font-weight: 600;
  }

  .link .link-in .main-content .card-bg .txt-16 {
    color: #000000;
    margin-top: 18px;
    text-align: center;
    font-weight: 400;
  }
}

@media (max-width: 650px) {
  .link-top {
    width: 100%;
    padding: 20px 0;
    background: #F7F9FA;
  }

  .link-top .link-in {
    width: 100%;
  }

  .link-top .link-in .main-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .link-top .link-in .main-content .card-bg {
    width: 49%;
    margin-top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s;
    border: 1px solid transparent;
    min-height: 200px;
  }

  .link-top .link-in .main-content .card-bg:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
  }

  .link-top .link-in .main-content .card-bg:hover .txt-20 {
    color: #206BDC;
  }

  .link-top .link-in .main-content .card-bg img {
    width: 80px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .link-top .link-in .main-content .card-bg .txt-18 {
    color: #595C61;
    margin-top: 18px;
    text-align: center;
    font-weight: 400;
  }
}

@media (max-width: 650px) {
  .footer {
    width: 100%;
    padding: 30px 0;
    background: #ffffff;
    border-top: 3px solid transparent;
  }

  .footer .footer-in {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer .footer-in-l {
    width: 100%;
  }

  .footer .footer-in-l .logos {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer .footer-in-l .logos .logo {
    width: 48px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 12px;
  }

  .footer .footer-in-l .logos .txt-18 {
    color: #000000;
    font-weight: 600 !important;
  }

  .footer .footer-in-l .blog {
    padding: 18px;
    background: #F7F8FA;
    border: 1px solid #E5E9EE;
    border-radius: 12px;
    margin-top: 24px;
  }

  .footer .footer-in-l .blog .card-blog {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
  }

  .footer .footer-in-l .blog .card-blog:first-child {
    margin-top: 0;
  }

  .footer .footer-in-l .blog .card-blog:first-child svg {
    width: 25px;
    height: 25px;
  }

  .footer .footer-in-l .blog .card-blog svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .footer .footer-in-l .blog .card-blog svg path {
    fill: #0D53BC;
  }

  .footer .footer-in-l .blog .card-blog .txt-16 {
    color: #000000;
    font-weight: 500;
  }

  .footer .footer-in-r {
    width: 100%;
    margin-top: 24px;
  }

  .footer .footer-in-r .top {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    filter: grayscale(1);
  }

  .footer .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
    margin-top: 24px;
  }

  .footer .bottom-l {
    width: 100%;
    color: #595C61;
    text-align: center;
  }

  .footer .bottom-r {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 24px auto 0;
  }

  .footer .bottom-r .txt-16 {
    font-weight: 500;
    color: #595C61;
    text-align: center;
  }

  .footer .bottom-r .images {
    display: flex;
    margin-top: 14px;
  }

  .footer .bottom-r .images a {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-radius: 5px !important;
    overflow: hidden;
  }

  .footer .bottom-r .images a:hover img {
    transform: scale(0.95);
  }

  .footer .bottom-r .images a img {
    transition: 0.2s;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 650px) {
  .main-page-w {
    width: 100%;
    padding: 20px 0 40px;
  }
}

@media (max-width: 650px) and (max-width: 650px) {
  .main-page-w {
    padding: 20px 0 30px !important;
  }
}

@media (max-width: 650px) {
  .main-page-w .main-in {
    width: 100%;
  }

  .main-page-w .main-in .main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .main-page-w .main-in .main .main-left {
    padding-right: 0px;
    width: 100%;
  }

  .main-page-w .main-in .main .main-left .top-t {
    color: #000000;
    font-weight: 600;
    margin-top: 0;
  }

  .main-page-w .main-in .main .main-left .top-t span {
    color: #71777A;
    font-weight: 400;
  }

  .main-page-w .main-in .main .main-left .txt-38 {
    color: #021E2B;
    margin-top: 0px;
    font-weight: 700;
  }

  .main-page-w .main-in .main .main-left .txt-18 {
    font-weight: 500;
    color: #3F4649;
    line-height: 28px;
    margin-top: 24px;
  }

  .main-page-w .main-in .main .main-left .glavni-btn {
    width: 100%;
    margin-top: 24px;
  }

  .main-page-w .main-in .main .main-right {
    width: 100%;
    margin-top: 24px;
  }

  .main-page-w .main-in .main .main-right .top {
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .main-page-w .main-in .main .main-right .cards {
    width: 100%;
  }

  .main-page-w .main-in .main .main-right .cards .s-card {
    margin-top: 18px;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: 0.2s;
  }

  .main-page-w .main-in .main .main-right .cards .s-card:first-child {
    margin-top: 0;
  }

  .main-page-w .main-in .main .main-right .cards .s-card:hover .txt-18 {
    color: #206BDC;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .top {
    width: 140px;
    height: 120px;
    border-radius: 12px;
    margin-right: 15px;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .right {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana {
    width: 100%;
    text-align: start;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana .txt-16 {
    color: #595C61;
    font-weight: 500;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana svg {
    width: 17px;
    height: 17px;
    margin: 0 10px;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .sana svg path {
    fill: #595C61;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .main-text {
    transition: 0.2s;
    font-weight: 600;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main-page-w .main-in .main .main-right .cards .s-card .main-text-bot {
    transition: 0.2s;
    font-weight: 600;
    margin-top: 8px;
    color: #595C61;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .main-page-w .main-in .main .main-right .img-about {
    width: 100%;
    height: 280px;
    border-radius: 18px;
    margin-top: 18px;
  }

  .main-page-w .main-in .main .main-right .img-about:nth-child(1) {
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .help-card {
    margin-top: 24px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 18px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    cursor: pointer;
  }

  .help-card:nth-child(2) {
    flex-direction: column;
  }

  .help-card:nth-child(2) img {
    margin-right: 0;
    margin-left: 0px;
  }

  .help-card:hover {
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.07);
  }

  .help-card img {
    width: 100%;
    height: 190px;
    margin-right: 0px;
    border-radius: 12px;
  }

  .help-card .txt-18 {
    color: #3F4649;
    margin-top: 18px !important;
  }
}

/*# sourceMappingURL=main.css.map */


/* keyingilar */


/* line 491, src/sass/components/_main-header.scss */
.special-fixed {
  position: fixed;
  right: 0;
  top: 30vh;
  z-index: 999;
  width: 40px;
  -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.44);
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.44);
  border-radius: 5px 0 0 5px;

}

/* line 500, src/sass/components/_main-header.scss */
.special-fixed-container {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 505, src/sass/components/_main-header.scss */
.special-fixed .special-fixed__btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background-color: $c16; */
  color: #fff;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  outline: none;
  border: 0;
}

/* line 520, src/sass/components/_main-header.scss */
.special-fixed .special-fixed__btn:after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 00px;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  /* background-color: $c16; */
}

/* line 532, src/sass/components/_main-header.scss */
.special-fixed-container .special-fixed__btn.active {
  /* background-color: $c16; */
}

/* line 536, src/sass/components/_main-header.scss */
.special-fixed-container .special-fixed__btn.active:after {
  /* background-color: $c16; */
  width: 20px;
}

.main-content .s-card .top {
  height: 250px !important;
  object-fit: cover;
  object-position: center;
  width: 100%;
}