@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;
}

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

::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #31658A;
}

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: #F3F8FB;
}
body.image {
  color: white;
}
body.image .bg-glav {
  background: none;
}
body.image img {
  display: none;
}
body.image .glavni .slider {
  display: none;
}
body.gray {
  filter: grayscale(1);
  color: white;
}
body.gray img {
  display: flex;
}
body.gray .glavni .slider {
  background: flex;
}
body.mode {
  filter: invert(100%) grayscale(100%);
  color: white;
}
body.mode img, body.mode .glavni .slider {
  filter: invert(1) grayscale(1);
  display: flex;
}
body.mode .bg-glav {
  background: flex;
}
body img {
  display: flex;
}
body .glavni .slider {
  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: #31658A;
  border-radius: 8px;
  padding: 12px 33px 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: #ffffff;
  border: 1px solid #BCBCBC;
  background: transparent;
}
.glavni-btn:active {
  top: 2px;
}

.back-btn {
  font-weight: 600 !important;
  color: #000000;
  border: none;
  background: #E2ECF4;
  padding: 11px 24px;
  border-radius: 12px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.back-btn:hover {
  border: none;
  background: #31658A;
  color: #ffffff;
}
.back-btn svg {
  margin-left: 12px;
  transition: 0.3s;
  width: 13px;
  height: 9px;
}
.back-btn svg path {
  fill: #000000;
}
.back-btn:hover svg {
  transform: translateX(5px);
}
.back-btn:hover svg path {
  fill: #ffffff;
}
.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: 600;
  font-size: 60px;
  line-height: 84px;
}
@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: rgba(255, 255, 255, 0.1);
}
@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: rgba(255, 255, 255, 0.1);
}
@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] {
  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);
  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: 9;
  width: 40px;
  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;
  transition: 0.3s;
}

/* line 505, src/sass/components/_main-header.scss */
.special-fixed .special-fixed__btn {
  width: 40px;
  height: 40px;
  display: flex;
  background-color: #31658A;
  color: #fff;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  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: 0px;
  height: 100%;
  transition: all ease 0.3s;
  background-color: #31658A;
}

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

/* line 536, src/sass/components/_main-header.scss */
.special-fixed-container .special-fixed__btn.active:after {
  background-color: #31658A;
  width: 20px;
}

.modal-web {
  width: 556px;
  padding: 50px;
  position: fixed;
  background: #FFFFFF;
  border-radius: 12px;
  z-index: 12;
  opacity: 0;
  pointer-events: none;
  top: 60%;
  left: 50%;
  transition: 0.3s;
  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;
  pointer-events: all;
}
.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 .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;
  font-size: 14px;
  text-transform: capitalize;
}
.modal-web form .input:-ms-input-placeholder {
  color: #CFCFCF;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
.modal-web form .input::placeholder {
  color: #CFCFCF;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
.modal-web form .input:focus {
  border: 1px solid #31658A;
}
.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: #31658A;
  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: #31658A;
  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: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 24px 24px;
  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;
}

.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;
  padding-left: 20px;
  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: 67px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 24px;
}
.navigation-top .my-container .top-in-left .logos .txt-16 {
  width: 190px;
  color: #999999;
  font-weight: 400;
}
.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:first-child {
  margin-right: 110px;
}
.navigation-top .my-container .top-in-left .main-page-in .left-in {
  width: 60px;
  height: 60px;
  justify-content: center;
  background: #F2F6FB;
  align-items: center;
  display: flex;
  border-radius: 18px;
  margin-right: 18px;
}
.navigation-top .my-container .top-in-left .main-page-in .left-in svg {
  width: 35px;
  height: 35px;
}
.navigation-top .my-container .top-in-left .main-page-in .right-in .txt-16 {
  color: #4776B3;
  font-weight: 400;
}
.navigation-top .my-container .top-in-left .main-page-in .right-in .fw5 {
  color: #000000;
  font-weight: 600;
  margin-top: 2px;
}
.navigation-top .my-container .top-in .language {
  background: transparent;
  box-shadow: none;
}
.navigation-top .my-container .top-in .language .txt-14 {
  color: #000000;
  text-align: center;
}
.navigation-top .my-container .top-in .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 .language-in:after {
  display: none;
}
.navigation-top .my-container .top-in .language-in.show .chervon {
  transform: rotate(-180deg);
}
.navigation-top .my-container .top-in .language-in .glob {
  width: 18px;
  height: 18px;
}
.navigation-top .my-container .top-in .language-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
}
.navigation-top .my-container .top-in .language-in span {
  margin: 0 8px 0 8px;
  color: #000000;
  font-weight: 500;
}
.navigation-top .my-container .top-in .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 .language-menu .txt-14 {
  color: #000000;
  font-weight: 500;
  padding: 0;
}
.navigation-top .my-container .top-in .language-menu a:hover {
  color: #31658A;
  background: transparent;
}
.navigation-top .my-container .top-in .language-menu a:active {
  color: #31658A;
  background: transparent;
}
.navigation-top .my-container .top-in .language-menu a:focus {
  color: #31658A;
  background: transparent;
}

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

.menu-bar {
  width: 100%;
  background: #31658A;
}
@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;
  padding: 0;
  border: none !important;
  transition: 2s ease !important;
}
.menu-bar .my-container .bar-in .menu .menu-in .m-in {
  padding: 20px 0px !important;
  transition: 0.2s;
  width: 100%;
  color: #ffffff;
  font-weight: 300;
  margin-right: 30px;
}
.menu-bar .my-container .bar-in .menu .menu-in .m-in:hover {
  opacity: 0.7;
}
.menu-bar .my-container .bar-in .menu .menu-in-in {
  border: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  width: 100%;
}
.menu-bar .my-container .bar-in .menu .menu-in-in:after {
  display: none;
}
.menu-bar .my-container .bar-in .menu .menu-in-in.show {
  opacity: 0.7;
}
.menu-bar .my-container .bar-in .menu .menu-in-in.show .chervon {
  transform: rotate(-180deg);
}
.menu-bar .my-container .bar-in .menu .menu-in-in .chervon {
  width: 9px;
  height: 6px;
  transition: 0.2s;
  margin-right: 12px;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu {
  padding: 0;
  background: #ffffff;
  padding: 6px 24px;
  border-radius: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 220px;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu li:last-child {
  margin-bottom: 0;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu li:last-child a {
  border-bottom: 1px solid transparent;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu a {
  color: #000000;
  font-weight: 500;
  padding: 18px 0;
  border-bottom: 1px solid #ECEEF0;
  width: 100%;
  white-space: normal !important;
  transition: 0.2s;
  background: transparent;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu li {
  width: 100% !important;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu .dropdown-item {
  width: 100% !important;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu a:hover {
  opacity: 0.5;
  color: #31658A;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu a:active {
  opacity: 0.8;
}
.menu-bar .my-container .bar-in .menu .menu-in-menu a:focus {
  opacity: 0.8;
}
.menu-bar .my-container .bar-in .right-menu-bar {
  display: flex;
  align-items: center;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 20px;
  align-items: center;
  display: flex;
  border-radius: 6px;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language {
  background: transparent;
  border-radius: 6px;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language-in {
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 6px;
  border: none;
  background: transparent;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language-in:after {
  display: none;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in {
  background: #ffffff;
  border-color: transparent;
  border-radius: 12px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
  margin: 15px 0 0 0 !important;
  padding: 20px 24px;
  position: relative;
  transform: translate(20%, 40px) !important;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  background: #000;
  left: 68%;
  transform: rotate(45deg);
  top: -10px;
  background: #ffffff;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom {
  display: flex;
  align-items: center;
  padding: 12px 0;
  margin-top: 8px;
  border-bottom: 1px solid #E0E7EF;
}
.menu-bar .my-container .bar-in .right-menu-bar .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-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom .blog-color .txt-12 {
  display: flex;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom .blog-color:last-child {
  margin-right: 0;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom .blog-color .txt-12 {
  font-size: 8px;
  margin-top: 5px;
  color: #7B8A90;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom .phone {
  width: 35px;
  height: 35px;
  background: #4776B3;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom .phone:hover {
  border: 1px solid #31658A;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom #gray {
  background: #C4C4C4;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom #image {
  background: #C4C4C4;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom #image svg {
  width: 25px;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom #image:hover svg path {
  fill: #000;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .bottom #mode {
  background: #021B34;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .txt-16 {
  text-align: start;
  color: #031E39;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E7EF;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .txt-12 {
  color: #031E39;
  padding-bottom: 5px;
  display: none;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .katta {
  margin-top: 12px;
  border-bottom: none;
  padding-bottom: 8px;
}
.menu-bar .my-container .bar-in .right-menu-bar .blog-k .language .menu-in .katta span {
  font-weight: 700;
}
.menu-bar .my-container .bar-in .right-menu-bar .phone {
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
}
.menu-bar .my-container .bar-in .right-menu-bar .phone .poisk {
  width: 17px;
  height: 17px;
}
.menu-bar .my-container .bar-in .right-menu-bar .phone:hover {
  background: #4776B3;
  border-radius: 6px;
  border: 1px solid transparent;
}
.menu-bar .my-container .bar-in .right-menu-bar .phone:hover svg path {
  fill: #ffffff;
}
.menu-bar .my-container .bar-in .right-menu-bar .phone svg {
  transition: 0.2s;
  width: 24px;
  height: 24px;
}
.menu-bar .my-container .bar-in .right-menu-bar .phone svg path {
  fill: #ffffff;
}

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

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-submenu .menu-in-menu {
  margin-left: 24px;
  top: 0;
  left: 100% !important;
  margin-top: -1px;
}

.bg-p {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10;
  background: rgba(4, 33, 55, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  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(4, 33, 55, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
.bg-m.active {
  opacity: 1;
  pointer-events: all;
}

#animationWindow {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 100;
  background: rgba(4, 33, 55, 0.6);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 1;
  pointer-events: all;
  transition: 0.4s ease-in-out;
}
#animationWindow .kinetic {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}
#animationWindow .kinetic::after, #animationWindow .kinetic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #fff;
  -webkit-animation: rotateA 2s linear infinite 0.5s;
          animation: rotateA 2s linear infinite 0.5s;
}
#animationWindow .kinetic::before {
  transform: rotate(90deg);
  -webkit-animation: rotateB 2s linear infinite;
          animation: rotateB 2s linear infinite;
}
@-webkit-keyframes rotateA {
  0%, 25% {
    transform: rotate(0deg);
  }
  50%, 75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateA {
  0%, 25% {
    transform: rotate(0deg);
  }
  50%, 75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateB {
  0%, 25% {
    transform: rotate(90deg);
  }
  50%, 75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(450deg);
  }
}
@keyframes rotateB {
  0%, 25% {
    transform: rotate(90deg);
  }
  50%, 75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(450deg);
  }
}

.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 #31658A;
}
.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: #31658A;
  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: #31658A;
}
.menu-l .top-in-right .poisk {
  width: 17px;
  height: 17px;
  margin-left: 195px;
}
@media (max-width: 420px) {
  .menu-l .top-in-right .poisk {
    margin-left: 145px;
  }
}
@media (max-width: 360px) {
  .menu-l .top-in-right .poisk {
    margin-left: 105px;
  }
}
.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: #31658A;
  background: transparent;
}
.menu-l .top-in-right .language-menu a:active {
  color: #31658A;
  background: transparent;
}
.menu-l .top-in-right .language-menu a:focus {
  color: #31658A;
  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: #31658A !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: #31658A;
}
.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: #31658A;
}
.menu-l .sign-btn-menu .dropdown-item:active .txt-16 {
  color: #31658A;
}
.menu-l .sign-btn-menu .dropdown-item:focus .txt-16 {
  color: #31658A;
}
.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: #31658A;
  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: 24px 30px;
  min-height: 210px;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  width: 19%;
  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);
  transform: translateY(-5px);
}
.work .work-in .main-content .card-c:hover .txt-20 {
  color: #31658A;
}
.work .work-in .main-content .card-c .img {
  width: 80px;
  background: #E2ECF4;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.work .work-in .main-content .card-c .img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.work .work-in .main-content .card-c .txt-20 {
  color: #000000;
  margin-top: 16px;
  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;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cards-rahbaryat .card-b:first-child {
  margin-top: 0;
}
.cards-rahbaryat .card-b img {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  margin-right: 30px;
}
.cards-rahbaryat .card-b .sec {
  width: 70%;
}
.cards-rahbaryat .card-b .sec .txt-20 {
  color: #B9BFC6;
  font-weight: 400;
}
.cards-rahbaryat .card-b .sec .txt-32 {
  color: #000000;
  font-weight: 500;
  margin-top: 3px !important;
}
.cards-rahbaryat .card-b .sec .main-c {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  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: 24px;
  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: 4px;
  width: 100%;
  font-weight: 500;
}

.cards-kengash {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cards-kengash .card-b {
  width: 49%;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
  min-height: 130px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: 0.3s;
}
.cards-kengash .card-b .txt-18 {
  color: #31658A !important;
  margin-top: 0 !important;
}
.cards-kengash .card-b .txt-20 {
  color: #31658A;
  margin-top: 0 !important;
}
.cards-kengash .card-b .txt-16 {
  color: #595F65;
  font-weight: 400;
  margin-top: 5px;
}
.cards-kengash .card-b:first-child {
  margin-top: 0;
}
.cards-kengash .card-b:nth-child(2) {
  margin-top: 0;
}
.cards-kengash .card-b:hover {
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  transform: translateY(-5px);
}
.cards-kengash .card-b .blog-in {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  flex-direction: column;
  margin-top: 20px;
}
.cards-kengash .card-b .blog-in .top {
  display: flex;
  align-items: center;
}
.cards-kengash .card-b .blog-in .top svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.cards-kengash .card-b .blog-in .top svg path {
  fill: #B9BFC6;
}
.cards-kengash .card-b .blog-in .top .txt-14 {
  color: #7B8A90;
}
.cards-kengash .card-b .blog-in .bottom {
  color: #000000;
  margin-top: 4px !important;
  width: 100%;
  font-weight: 500;
}

.pedogok .card-b {
  width: 100%;
}
.pedogok .card-b:nth-child(2) {
  margin-top: 24px !important;
}
.pedogok .card-korupsiya {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
}
.pedogok .card-korupsiya img {
  width: 177px;
  height: 100%;
  margin-right: 18px;
}
.pedogok .card-korupsiya .sec-right {
  width: 70%;
}
.pedogok .card-korupsiya .txt-18 {
  color: #000000 !important;
  margin-top: 0 !important;
}

.card-school {
  margin-top: 30px;
}
.card-school:first-child {
  margin-top: 0;
}
.card-school .card-sch {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-school .card-sch .sec {
  width: 100%;
}
.card-school .card-sch .sec .txt-20 {
  color: #595F65;
  font-weight: 400;
}
.card-school .card-sch .sec .txt-32 {
  color: #31658A;
  font-weight: 500;
  margin-bottom: 3px !important;
}
.card-school .card-sch .sec .main-c {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-school .card-sch .sec .main-c .blog-in {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px 0 5px;
  margin-bottom: 24px;
  flex-direction: column;
}
.card-school .card-sch .sec .main-c .blog-in .top {
  display: flex;
  align-items: center;
}
.card-school .card-sch .sec .main-c .blog-in .top svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.card-school .card-sch .sec .main-c .blog-in .top .txt-14 {
  color: #7B8A90;
}
.card-school .card-sch .sec .main-c .blog-in .bottom {
  color: #000000;
  margin-top: 4px;
  width: 100%;
  font-weight: 500;
}

table {
  width: 100%;
  margin-top: 0px !important;
  border-collapse: collapse;
  overflow: hidden;
  background: #ffffff;
  border-radius: 12px;
}
table .txt-14 {
  font-weight: 400;
}

th {
  text-align: left;
  font-weight: 400;
}

.fr {
  padding-left: 50px;
}

thead {
  color: #3F4649;
  background: #c8dae4;
}

td, th {
  padding: 1em 0.5em;
  vertical-align: middle;
}

td {
  font-weight: 400;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000000;
}

a {
  color: #73685d;
}

@media all and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  table {
    position: relative;
    padding-bottom: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  thead {
    float: left;
    white-space: nowrap;
  }
  tbody {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
  }
  tr {
    display: inline-block;
    vertical-align: top;
  }
  th {
    border-bottom: 1px solid #a39485;
  }
  td {
    border-bottom: 1px solid #e5e5e5;
  }
}
#icetab-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 30px;
  padding-bottom: 5px;
}
#icetab-container .icetab {
  padding-bottom: 2px;
  margin-right: 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  color: #595F65;
  transition: all ease-in-out 0.5s;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
#icetab-container .icetab.current-tab {
  border-bottom: 2px solid #31658A;
  color: #31658A;
}

#icetab-content {
  transition: all ease-in-out 0.5s;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#icetab-content .tabcontent {
  background: transparent;
  width: 100%;
  transition: all ease-in-out 0.5s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  transform: translateY(-100%);
}
#icetab-content .tabcontent:first-child {
  position: relative;
}
#icetab-content .tabcontent.tab-active {
  border-top: 0px;
  display: block;
  transform: translateY(0%);
}

.quation-content {
  width: 100%;
  padding-top: 0px !important;
}
.quation-content .accordion-item {
  padding: 13px 25px;
  border: 1px solid transparent !important;
  border-radius: 12px;
  margin-top: 18px;
}
.quation-content .accordion-item:first-child {
  margin-top: 0;
}
.quation-content .accordion-item .txt-18 {
  font-weight: normal;
  color: #000000;
  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: #31658A;
}
.qonun-main .qonun-in .swiper-wrapper .blog-ta .s-card .bottom .txt-18:hover svg path {
  fill: #31658A;
}
.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 #31658A;
}
.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: #31658A;
}
.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: #31658A;
}
.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: #31658A;
}
.qon-page .qon-in .main-left .yukla .txt-18:hover svg path {
  fill: #31658A;
}
.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: #31658A;
}
.qon-page .qon-in .main-right .s-card .bottom .txt-18:hover svg path {
  fill: #31658A;
}
.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 #31658A;
}
.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: #31658A;
}
.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 #31658A;
}
.contact-main .contact-in .left-main {
  width: 100%;
  border-radius: 12px;
  height: 450px;
  margin-top: 50px;
}

.glavni {
  width: 100%;
}
.glavni .glavni-in {
  width: 100%;
  position: relative;
  height: 600px;
}
.glavni .glavni-in .glavni-block {
  background: rgba(0, 0, 0, 0.39);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}
.glavni .glavni-in .glavni-block .glavni-block-in {
  width: 63%;
}
.glavni .glavni-in .glavni-block .glavni-block-in .txt-60 {
  color: #ffffff;
}
.glavni .glavni-in .glavni-block .glavni-block-in .txt-24 {
  color: #ffffff;
  font-weight: 400;
  margin-top: 12px;
  margin-bottom: 30px;
}
.glavni .glavni-in .glavni-block .glavni-block-in .glavni-btn:hover {
  color: #ffffff;
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in {
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c {
  margin-right: 20px;
  padding: 22px;
  max-width: 155px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  border: 1px solid transparent;
  transition: 0.3s;
  min-height: 134px;
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c:nth-child(1) {
  background: rgba(63, 66, 65, 0.6);
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c:nth-child(3) {
  background: rgba(251, 254, 80, 0.4823529412);
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c:nth-child(2) {
  background: rgba(114, 248, 201, 0.4666666667);
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c .txt-30 {
  color: #ffffff;
}
.glavni .glavni-in .glavni-block .glavni-block-in .counter-in .card-c .txt-14 {
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}
.glavni .glavni-in .slider {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  opacity: 1;
  z-index: 1;
}
.glavni .glavni-in .slide {
  height: 100%;
  width: 105%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: left;
  opacity: 0;
  -webkit-animation: fade linear infinite backwards normal;
          animation: fade linear infinite backwards normal;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}
.glavni .glavni-in .slide:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.glavni .glavni-in .slide:nth-child(2) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.glavni .glavni-in .slide:nth-child(3) {
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}
@-webkit-keyframes fade {
  0%, 100%, 50% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: translateX(-5%) scale(105%);
  }
}
@keyframes fade {
  0%, 100%, 50% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: translateX(-5%) scale(105%);
  }
}

.counterr {
  width: 100%;
  background: #F7F8FA;
  padding: 40px 0;
}
.counterr .txt-48 {
  color: #000000;
  font-weight: 600;
}
.counterr .counter-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 24px;
}
.counterr .counter-in .card-c {
  padding: 30px;
  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: 24px;
  min-height: 234px;
}
.counterr .counter-in .card-c .img-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #E2ECF4;
  border-radius: 50%;
}
.counterr .counter-in .card-c img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.counterr .counter-in .card-c .txt-24 {
  margin-top: 12px;
  text-align: center;
  color: #000000;
}
.counterr .counter-in .card-c .txt-16 {
  text-align: center;
  margin-top: 8px;
  font-weight: 300;
}

.line-left {
  padding-left: 27px;
  position: relative;
}
.line-left::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  top: 0;
  left: 0;
  background: #31658A;
  border-radius: 9px;
}

.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 #31658A;
}
.boshqarma-main .boshqarma-in .main-content .card-l:hover .card-l-in .txt-20 {
  color: #31658A;
}
.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 #31658A;
}
.carda:hover .card-l-in .txt-20 {
  color: #31658A;
}

.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 .txt-48 {
  color: #000000;
  font-weight: 600;
}
.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 #31658A;
}
.link .link-in .main-content .card-bg:hover .txt-20 {
  color: #31658A;
}
.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 .link-in .main-content .glavni-btn {
  padding: 0;
  border: 1px solid #cff;
  width: 45px;
  height: 45px;
  position: absolute;
  box-shadow: none;
  z-index: 5;
  border-radius: 50%;
  top: 48%;
}
.link .link-in .main-content .glavni-btn:active {
  top: 48%;
}
.link .link-in .main-content .glavni-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.link .link-in .main-content .glavni-btn:hover {
  border: 1px solid #31658A;
}
.link .link-in .main-content .glavni-btn:hover svg path {
  fill: #31658A;
}
.link .link-in .main-content .btn-prev1 {
  position: absolute;
  left: -30px;
}
.link .link-in .main-content .btn-next1 {
  position: absolute;
  right: -30px;
}

.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: #31658A;
}
.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;
}

.txt-48 {
  color: #000000;
  font-weight: 600;
}

.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-48 {
  color: #000000;
  font-weight: 600;
}
.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: 24px;
  background: #ffffff;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  width: 32%;
  display: flex;
  flex-direction: column;
}
.news .news-in .main-content .s-card .bottom-card {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px 24px;
}
@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: -200%;
}
.news .news-in .main-content .s-card:hover .bg-i img {
  transform: scale(1.05);
}
.news .news-in .main-content .s-card:hover .txt-24 {
  color: #31658A;
}
.news .news-in .main-content .s-card .bg-i {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 267px;
}
.news .news-in .main-content .s-card .bg-i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 3;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.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: 300;
  margin-top: 0;
}
.news .news-in .main-content .s-card .sana svg {
  font-weight: 100;
  opacity: 0.8;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.news .news-in .main-content .s-card .sana svg path {
  fill: #595C61;
}
.news .news-in .main-content .s-card .txt-24 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
  text-align: start;
  margin-top: 12px;
  transition: 0.2s;
  font-weight: 600;
  overflow: hidden;
}
.news .news-in .main-content .s-card .txt-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
  color: #595F65;
  text-align: start;
  font-weight: 400;
}
.news .news-in .main-content .s-card-video {
  margin-top: 24px;
  border-radius: 12px;
  width: 32%;
  display: flex;
  flex-direction: column;
}
.news .news-in .main-content .s-card-video .bottom-card {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px 24px;
}
@media (max-width: 1050px) {
  .news .news-in .main-content .s-card-video {
    width: 48.5%;
  }
}
@media (max-width: 700px) {
  .news .news-in .main-content .s-card-video {
    width: 100%;
  }
}
.news .news-in .main-content .s-card-video .bg-i {
  transition: 0.3s;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 267px;
}
.news .news-in .main-content .s-card-video .bg-i:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}
.news .news-in .main-content .s-card-video .bg-i:hover::before {
  left: -200%;
}
.news .news-in .main-content .s-card-video .bg-i .play {
  width: 60px;
  height: 60px;
  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: #31658A;
  opacity: 0.8;
}
.news .news-in .main-content .s-card-video .bg-i .play:hover {
  opacity: 1;
}
.news .news-in .main-content .s-card-video .bg-i .play svg {
  width: 30px;
  height: 30px;
}
.news .news-in .main-content .s-card-video .bg-i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 3;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.news .news-in .main-content .s-card-video .top {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.news .news-in .main-content .s-card-video .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.news .news-in .main-content .s-card-video .sana .txt-16 {
  color: #595C61;
  font-weight: 300;
  margin-top: 0;
}
.news .news-in .main-content .s-card-video .sana svg {
  font-weight: 100;
  opacity: 0.8;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.news .news-in .main-content .s-card-video .sana svg path {
  fill: #595C61;
}
.news .news-in .main-content .s-card-video .txt-20 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
  text-align: start;
  margin-top: 12px;
  transition: 0.2s;
  font-weight: 600;
  overflow: hidden;
}
.news .news-in .main-content .s-card-video .txt-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
  color: #595F65;
  text-align: start;
  font-weight: 400;
}
.news .news-in .main-content .glavni-btn {
  padding: 0;
  border: 1px solid #cff;
  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: 24px;
  height: 24px;
}
.news .news-in .main-content .glavni-btn:hover {
  border: 1px solid #31658A;
}
.news .news-in .main-content .glavni-btn:hover svg path {
  fill: #31658A;
}
.news .news-in .main-content .btn-prev1 {
  position: absolute;
  left: -30px;
}
.news .news-in .main-content .btn-next1 {
  position: absolute;
  right: -30px;
}

.map-page {
  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: 500px;
}
.map-page .map-page-in .tabs__content {
  width: 45%;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
}
.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-24 {
  color: #000000;
  font-weight: 600;
}
.map-page .map-page-in .tabs__content .card-blog .card-blog-in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.map-page .map-page-in .tabs__content .card-blog .card-blog-in .l-text {
  color: #B9BFC6;
  margin-right: 18px;
  font-weight: 400;
}
.map-page .map-page-in .tabs__content .card-blog .card-blog-in .r-text {
  color: #000;
  margin-right: 18px;
}
.map-page .map-page-in .tabs__content .card-blog .bottom-text {
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
}

/*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: #31658A;
  transform: translateY(-2px);
}

.tabs__btn.is-active {
  fill: #31658A;
}

.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: #31658A;
  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: #31658A;
}
.blog-qonunlar .s-card .bottom .txt-18:hover svg path {
  fill: #31658A;
}
.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 #31658A;
}
.blog-qonunlar .card-c .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: #31658A;
}
.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;
}

.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: 24px;
  background: #ffffff;
  border-radius: 12px;
  width: 32%;
  display: flex;
  flex-direction: column;
}
.elonlar-page .swiper-wrapper .blog .s-card .bottom-card {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px 24px;
}
@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: -200%;
}
.elonlar-page .swiper-wrapper .blog .s-card:hover .bg-i img {
  transform: scale(1.05);
}
.elonlar-page .swiper-wrapper .blog .s-card:hover .txt-24 {
  color: #31658A;
}
.elonlar-page .swiper-wrapper .blog .s-card .bg-i {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 267px;
}
.elonlar-page .swiper-wrapper .blog .s-card .bg-i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 3;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.elonlar-page .swiper-wrapper .blog .s-card .top {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.elonlar-page .swiper-wrapper .blog .s-card .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.elonlar-page .swiper-wrapper .blog .s-card .sana .txt-16 {
  color: #595C61;
  font-weight: 300;
  margin-top: 0;
}
.elonlar-page .swiper-wrapper .blog .s-card .sana svg {
  font-weight: 100;
  opacity: 0.8;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.elonlar-page .swiper-wrapper .blog .s-card .sana svg path {
  fill: #595C61;
}
.elonlar-page .swiper-wrapper .blog .s-card .txt-24 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
  text-align: start;
  margin-top: 12px;
  transition: 0.2s;
  font-weight: 600;
  overflow: hidden;
}
.elonlar-page .swiper-wrapper .blog .s-card .txt-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
  color: #595F65;
  text-align: start;
  font-weight: 400;
}
.elonlar-page .swiper-wrapper .s-card-video {
  margin-top: 24px;
  border-radius: 12px;
  width: 32%;
  display: flex;
  flex-direction: column;
}
.elonlar-page .swiper-wrapper .s-card-video .bottom-card {
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px 24px;
}
@media (max-width: 1050px) {
  .elonlar-page .swiper-wrapper .s-card-video {
    width: 48.5%;
  }
}
@media (max-width: 700px) {
  .elonlar-page .swiper-wrapper .s-card-video {
    width: 100%;
  }
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i {
  transition: 0.3s;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 267px;
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i:hover::before {
  left: -200%;
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i .play {
  width: 60px;
  height: 60px;
  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: #31658A;
  opacity: 0.8;
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i .play:hover {
  opacity: 1;
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i .play svg {
  width: 30px;
  height: 30px;
}
.elonlar-page .swiper-wrapper .s-card-video .bg-i::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 3;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.elonlar-page .swiper-wrapper .s-card-video .top {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.elonlar-page .swiper-wrapper .s-card-video .sana {
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.elonlar-page .swiper-wrapper .s-card-video .sana .txt-16 {
  color: #595C61;
  font-weight: 300;
  margin-top: 0;
}
.elonlar-page .swiper-wrapper .s-card-video .sana svg {
  font-weight: 100;
  opacity: 0.8;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
}
.elonlar-page .swiper-wrapper .s-card-video .sana svg path {
  fill: #595C61;
}
.elonlar-page .swiper-wrapper .s-card-video .txt-20 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000000;
  text-align: start;
  margin-top: 12px;
  transition: 0.2s;
  font-weight: 600;
  overflow: hidden;
}
.elonlar-page .swiper-wrapper .s-card-video .txt-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
  color: #595F65;
  text-align: start;
  font-weight: 400;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 16px;
  font-size: 16px;
  color: #31658A;
  opacity: 1;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #E2ECF4;
  padding: 9px;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #31658A;
}

.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;
  margin-top: 30px;
}
.main-page-w .main-in .main .main-left {
  padding-right: 30px;
  width: 69%;
}
.main-page-w .main-in .main .main-left .img-st {
  width: 100%;
  margin-top: 30px;
}
.main-page-w .main-in .main .main-left .img-st:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-left .img-sec {
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
  height: 400px;
}
.main-page-w .main-in .main .main-left .img-sec:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-left .video-sec {
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
  height: 400px;
  transition: 0.3s;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.main-page-w .main-in .main .main-left .video-sec .top {
  width: 100%;
  height: 100%;
}
.main-page-w .main-in .main .main-left .video-sec:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-left .video-sec:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}
.main-page-w .main-in .main .main-left .video-sec:hover::before {
  left: -200%;
}
.main-page-w .main-in .main .main-left .video-sec .play {
  width: 60px;
  height: 60px;
  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: #31658A;
  opacity: 0.8;
}
.main-page-w .main-in .main .main-left .video-sec .play:hover {
  opacity: 1;
}
.main-page-w .main-in .main .main-left .video-sec .play svg {
  width: 30px;
  height: 30px;
}
.main-page-w .main-in .main .main-left .video-sec::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 3;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.main-page-w .main-in .main .main-left .sana {
  width: 100%;
  text-align: start;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.main-page-w .main-in .main .main-left .sana .txt-16 {
  color: #595C61;
  font-weight: 500;
}
.main-page-w .main-in .main .main-left .sana svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.main-page-w .main-in .main .main-left .sana svg path {
  fill: #595C61;
}
.main-page-w .main-in .main .main-left .txt-38 {
  color: #000000;
  margin-top: 0px;
  font-weight: 600;
}
.main-page-w .main-in .main .main-left .section-text {
  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-left-ochiq {
  padding-right: 30px;
  width: 100%;
}
.main-page-w .main-in .main .main-left-ochiq .img-st {
  width: 100%;
  margin-top: 30px;
}
.main-page-w .main-in .main .main-left-ochiq .img-st:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-left-ochiq .img-sec {
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
  height: 400px;
}
.main-page-w .main-in .main .main-left-ochiq .img-sec:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec {
  width: 100%;
  border-radius: 12px;
  margin-top: 30px;
  height: 400px;
  transition: 0.3s;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec .top {
  width: 100%;
  height: 100%;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
}
.main-page-w .main-in .main .main-left-ochiq .video-sec:hover::before {
  left: -200%;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec .play {
  width: 60px;
  height: 60px;
  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: #31658A;
  opacity: 0.8;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec .play:hover {
  opacity: 1;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec .play svg {
  width: 30px;
  height: 30px;
}
.main-page-w .main-in .main .main-left-ochiq .video-sec::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: rotate(45deg);
  z-index: 3;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.5s;
}
.main-page-w .main-in .main .main-left-ochiq .sana {
  width: 100%;
  text-align: start;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.main-page-w .main-in .main .main-left-ochiq .sana .txt-16 {
  color: #595C61;
  font-weight: 500;
}
.main-page-w .main-in .main .main-left-ochiq .sana svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.main-page-w .main-in .main .main-left-ochiq .sana svg path {
  fill: #595C61;
}
.main-page-w .main-in .main .main-left-ochiq .txt-38 {
  color: #000000;
  margin-top: 0px;
  font-weight: 600;
}
.main-page-w .main-in .main .main-left-ochiq .section-text {
  font-weight: 500;
  color: #3F4649;
  line-height: 28px;
  margin-top: 24px;
}
.main-page-w .main-in .main .main-left-ochiq .glavni-btn {
  margin-top: 30px;
}
.main-page-w .main-in .main .main-right {
  width: 32%;
}
.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: transparent !important;
  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-16 {
  color: #31658A;
}
.main-page-w .main-in .main .main-right .cards .s-card .top {
  width: 140px;
  height: 110px;
  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-14 {
  color: #595C61;
  font-weight: 400;
}
.main-page-w .main-in .main .main-right .cards .s-card .sana svg {
  width: 15px;
  height: 14px;
  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: 500;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.main-page-w .main-in .main .main-right .cards .s-card .main-text-bot {
  transition: 0.2s;
  font-weight: 400;
  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;
}
.main-page-w .main-in .main .main-right .main-right-sidebar {
  width: 100%;
  padding: 30px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 12px;
}
.main-page-w .main-in .main .main-right .main-right-sidebar:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .txt-24 {
  color: #000000;
  font-weight: 500;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c {
  padding: 20px 0px;
  background: #ffffff;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: 0.2s;
  border-bottom: 1px solid #ECEEF0;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c:last-child {
  border-bottom: 1px solid transparent;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c:hover .txt-20 {
  color: #31658A;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c .img {
  width: 80px;
  background: #E2ECF4;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c .img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c .txt-20 {
  color: #000000;
  text-align: start;
  font-weight: 500;
  width: 100px;
  transition: 0.2s;
  margin-left: 18px;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .main-content .card-c .txt-16 {
  color: #808588;
  margin-top: 18px;
  text-align: center;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c {
  margin-top: 20px;
  padding: 13px 30px;
  background: #FFFFFF;
  box-shadow: 0px 9px 18px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid transparent;
  transition: 0.3s;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c:first-child {
  margin-top: 0;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c:nth-child(1) {
  background: #3F4241;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c:nth-child(3) {
  background: #E59111;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c:nth-child(2) {
  background: #08B879;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c .txt-30 {
  color: #ffffff;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c .txt-14 {
  text-align: center;
  margin-top: 10px;
  color: #ffffff;
}
.main-page-w .main-in .main .main-right .main-right-sidebar .counter-in .card-c .txt-20 {
  text-align: center;
  margin-left: 18px;
  font-weight: 400;
  color: #ffffff;
}

.footer {
  width: 100%;
  padding: 60px 0;
  background: #0E2242;
}
.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: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.footer .footer-in-l .logos .logo {
  width: 67px;
  height: 67px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 24px;
}
.footer .footer-in-l .logos .txt-20 {
  max-width: 240px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  font-weight: 400;
}
.footer .footer-in-l .blog {
  padding: 24px;
  background: #253855;
  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 svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.footer .footer-in-l .blog .card-blog .txt-16 {
  color: #ffffff;
  font-weight: 400;
}
.footer .footer-in-l .bottom-r {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}
.footer .footer-in-l .bottom-r .txt-16 {
  font-weight: 400;
  color: #ffffff;
  text-align: start;
}
.footer .footer-in-l .bottom-r .images {
  display: flex;
  margin-top: 14px;
}
.footer .footer-in-l .bottom-r .images a {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  background: #D9D9D9;
  border-radius: 5px !important;
  overflow: hidden;
}
.footer .footer-in-l .bottom-r .images a:hover img {
  transform: scale(0.95);
}
.footer .footer-in-l .bottom-r .images a img {
  transition: 0.2s;
  width: 100%;
  height: 100%;
}
.footer .footer-in-r {
  width: 33%;
}
.footer .footer-in-r .top {
  width: 100%;
  height: 440px;
  border-radius: 12px;
  filter: grayscale(1);
}
.footer .footer-in .footer-in-form {
  width: 32%;
  display: flex;
  flex-direction: column;
}
.footer .footer-in .footer-in-form .txt-20 {
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-in .footer-in-form .form-footer {
  width: 100%;
}
.footer .footer-in .footer-in-form .form-footer .input {
  width: 100%;
  margin-top: 10px;
  background: #253855;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 11px 18px;
  color: #000;
  outline: none;
  transition: 0.2s;
  color: #ffffff;
  font-weight: 300;
}
.footer .footer-in .footer-in-form .form-footer .input::-moz-placeholder {
  color: #BACCD3;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
.footer .footer-in .footer-in-form .form-footer .input:-ms-input-placeholder {
  color: #BACCD3;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
.footer .footer-in .footer-in-form .form-footer .input::placeholder {
  color: #BACCD3;
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
.footer .footer-in .footer-in-form .form-footer .input:focus {
  border: 2px solid #31658A;
  background: #0E2242;
}
.footer .footer-in .footer-in-form .form-footer .label {
  margin-top: 16px;
  color: #ffffff;
  font-weight: 200;
}
.footer .footer-in .footer-in-form .form-footer .glavni-btn {
  margin-top: 18px;
}
.footer .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.footer .bottom-l {
  width: 50%;
  color: #ffffff;
  font-weight: 300;
}
.footer .bottom-r {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  font-weight: 300;
}

@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: #31658A;
  }
  .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%), url(image.png);
    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: #31658A;
  }
  .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: #31658A;
    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: #31658A;
  }
  .blog-qonunlar .s-card .bottom .txt-18:hover svg path {
    fill: #31658A;
  }
  .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 #31658A;
  }
}
@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: #31658A;
  }
  .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: #31658A;
    background: transparent;
  }
  .navigation-top .my-container .top-in-right .language-menu a:active {
    color: #31658A;
    background: transparent;
  }
  .navigation-top .my-container .top-in-right .language-menu a:focus {
    color: #31658A;
    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: #31658A;
  }
  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:active .txt-16 {
    color: #31658A;
  }
  .navigation-top .my-container .top-in-right .sign-btn-menu .dropdown-item:focus .txt-16 {
    color: #31658A;
  }
  .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: #31658A;
    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: #31658A;
  }
  .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: #4776B3;
    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: #31658A;
    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: #31658A;
  }
}
@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: #31658A;
  }
  .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 #31658A;
  }
  .link .link-in .main-content .card-bg:hover .txt-20 {
    color: #31658A;
  }
  .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: #31658A;
  }
  .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 #31658A;
  }
  .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: #31658A;
    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%), url(image.png);
    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 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .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%), url(image.png);
    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%), url(image.png);
    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: #31658A;
  }
  .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: #31658A;
  }
  .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: #4776B3;
    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: #31658A;
    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: #31658A;
  }
  .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: #31658A;
    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: #31658A;
  }
  .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 #31658A;
  }
  .link .link-in .main-content .card-bg:hover .txt-20 {
    color: #31658A;
  }
  .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: #31658A;
  }
  .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: #31658A;
  }
  .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 */