.geography_content_item{
    display: none;
}
.geography_content_item.active{
    display: flex;
}
.service_img.hidden{
    display: none;
}
.services_item:hover .service_img.hidden{
    display: block;
}

.lite_text {
    color: #142850;
    font-size: 1.88rem;
    font-weight: 400;
    line-height: 111%;
    margin-bottom: 12px;
}

.tform_img {
    position: absolute;
    right: 25px;
    bottom: 0;
    height: 100%;
    width: auto;
}
.work_txtt {
    color: #CECECE;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1rem;
    font-style: italic;
    margin-bottom: 20px;
}
.services_item:hover  .service_img.visible{
    display: none;
}
.news_grid{
    flex-wrap: wrap;
}
.geography_title a{
    text-decoration: none;
    color: inherit;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal_title{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.modal_form{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.modal_form input{
    width: 250px;
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    border: 1px solid  #000;
    width: 100%;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 0px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
.close_modal{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.id_title a{
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}
.modal_form button{
    width: 100%;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.main_txt_img{
    width: 350px;
    height: auto;
    object-fit: contain;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.null{
    clear: both;
}
.main_txt p + p{
    margin-top: 20px;
}
.main_txt h2{
    margin-bottom: 20px;
}
.main_txt h3{
    margin-bottom: 20px;
}
.main_txt ul{
    margin:  20px 0;
    margin-left: 25px;
}
.main_txt_section{
    margin-bottom: 100px;
}
.service_item_title a{
    color: inherit;
    text-decoration: none;
}
.strahovanie_main_section .wrapper{
  padding-top: 119px;
  padding-bottom: 130px;
}
.big_title h1{
  margin-bottom: 65px;
  text-transform: uppercase;
}
.strahovanie_big_title{
  text-transform: uppercase;
}
.strahovanie_big_title h1{
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.strahovanie_big_subtitle{
  font-size: 4.06rem;
  font-weight: 400;
  line-height: 4.88rem;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.btns_flex_container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.strahovanie_main_section{
  overflow: hidden;
}
.strahovanie_main_section .wrapper{
  position: relative;
}
.main_car{
  position: absolute;
  right: -27%;
  bottom: 74px;
  width: 63%;
}
.polis_section .wrapper{
  background: url(../img/polis.jpg)center no-repeat;
  background-size: cover;
  color: #fff;
}
.polis_section .polis_container{
  padding: 96px 57px 66px 57px;
}
.polis_title{
  font-size: 4.06rem;
  font-weight: 400;
  line-height: 4.88rem;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.polis_subtitle{
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
}
.polis_top{
  position: relative;
  padding-bottom: 50px;
  border-bottom: 2px solid #FF4438;
  margin-bottom: 40px;
}
.polis_bottom_flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.abs_polis{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.abs_polis_img{
  margin-bottom: 4px;
}
.abs_polis_txt{
  font-size: 1.38rem;
  font-weight: 600;
  line-height: 111%;
  color: rgb(170, 198, 255);
}
.polis_bottom_item{
  width: 50%;
}
.polis_bottom_title{
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 111%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 37px;
  margin-bottom: 20px;
}
.polis_bottom_title span{
  color: rgb(170, 198, 255);
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 111%;
}
.polis_bottom_item ul{
  margin-left: 25px;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
  margin-bottom: 59px;
}
.polis_bottom_item td{
  padding-bottom: 4px;
}
.polis_bottom_item td:first-child{
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
  padding-right: 73px;
}
.polis_bottom_item td:last-child{
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 111%;
  color: rgb(170, 198, 255);
}
.polis_section{
  margin-bottom: 132px;
}
.service_txt ul{
  margin-left: 25px;
}
.title_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.dms_srok{
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
}
.dms_srok span{
  color: #FF4438;
}
.section_subtitle.big{
  margin-top: 27px;
}
.dms_flex_container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 74px;
  margin-top: 104px;
}
.dms_item{
  width: 50%;
}
.dms_item.big{
  width: 63%;
}
.dms_item h2{
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 111%;
  text-transform: uppercase;
}
.dms_section p{
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
}
.dms_item p{
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
}
.dms_item ul{
  margin-left: 25px;
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
}
.dms_section{
  margin-bottom: 160px;
}
.partners_slider .swiper-slide{
  width: auto;
}
.strahovanie_partners_section{
  overflow: hidden;
}
.partners_img{
  max-width: 306px;
}
.partners_slider{
  margin-top: 104px;
}
.strahovanie_partners_section{
  margin-bottom: 170px;
}
.advantages_item{
  background: url(../img/pip1.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
}
.advantages_txt{
  font-size: 1.38rem;
  font-weight: 500;
  line-height: 1.63rem;
  color: #fff;
}
.advantages_item:nth-child(1){
  width: 571px;
  height: 307px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 52px;
  padding-left: 57px;
}
.advantages_item:nth-child(1) .advantages_txt{
  max-width: 342px;
}
.advantages_item:nth-child(2){
  width: 521px;
  height: 428px;
  background: url(../img/pip2.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 61px;
  padding-left: 67px;
}
.advantages_item:nth-child(2) .advantages_txt{
  max-width: 364px;
}

.advantages_item:nth-child(3){
  width: 426px;
  height: 779px;
  background: url(../img/pip3.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages_item:nth-child(3) .advantages_txt{
  max-width: 307px;
}
.advantages_item:nth-child(4){
  width: 571px;
  height: 432px;
  background: url(../img/pip4.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 84px;
  padding-left: 56px;
}
.advantages_item:nth-child(4) .advantages_txt{
  max-width: 471px;
}
.advantages_item:nth-child(5){
  width: 521px;
  height: 311px;
  background: url(../img/pip5.png) center no-repeat, linear-gradient(180deg, rgb(20, 40, 80) 50%, rgb(20, 40, 80) 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 74px;
  padding-left: 67px;
}
.advantages_item:nth-child(5) .advantages_txt{
  max-width: 360px;
}
.advantages_grid{
  margin-top: 69px;
}
.advantages_section{
  margin-bottom: 170px;
}
.faq_header svg{
  flex-shrink: 0;
}
.faq_header{
  gap: 20px;
}
.polisstrah_section .wrapper{
  background: url('/extore/frontend/themes/skzi/img/strah_bg.svg') right -40px bottom 56px no-repeat;
}
.polisstrah_container{
  padding-left: 52px;
  padding-top: 93px;
  padding-bottom: 24px;
  padding-right: 52px;
  position: relative;
}
.polisstrah_img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 98px;
}
.polisstrah_main_img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 760px;
}
.polisstrah_section{
  margin-bottom: 170px;
}
.polisstrah_title{
  font-size: 4.06rem;
  font-weight: 400;
  line-height: 4.88rem;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.polisstrah_title span{
  color: #FF4438;
}
.polisstrah_main_title {font-size: 5rem;
    font-weight: 700;
    line-height: 6rem;
    text-transform: uppercase;
    margin-bottom: 24px;}
.strahovanie_main_big_subtitle {font-size: 3.06rem;
    font-weight: 400;
    line-height: 4 rem;
    text-transform: uppercase;
    margin-bottom: 16px;}
.polisstrah_content p{
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  margin-bottom: 37px;
}
.polisstrah_content ul{
  color: rgb(20, 40, 80);
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  margin-left: 25px;
  max-width: 633px;
  margin-bottom: 60px;
}
.contacts_grid{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-top: 69px;
}
.contacts_left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}
.contacts_item h3{
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 111%;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #FF4438;
}
.contacts_item p, .contacts_item a{
  font-size: 2.19rem;
  font-weight: 500;
  line-height: 111%;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}
.contacts_socials{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 35px;
}
.social{
  width: 43px;
  height: 43px;
  object-fit: contain;
}
.contacts_section{
  margin-bottom: 170px;
}
.contacts_right{
  width: 763px;
}

/* custom_checkbox */
.custom_checkbox a{
  color: inherit;
}
.custom_checkbox {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 12px;
  margin-top: 12px;
  cursor: pointer;
  color: rgb(146, 146, 146);
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 111%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 27px;
  width: 27px;
  border: 1px solid #142850;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 11px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #142850;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* custom_checkbox */
.contacts_right p{
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
}
.flex_form{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 38px;
}
.main_input{
  width: 100%;
  height: 93px;
  border: none;
  background: #F8F8F8;
  color: #000;
  padding: 0 47px;
  font-family: Tilda Sans VF;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 111%;
}
.lite_text{
  text-transform: none;
}
.strahovanie_big_subtitle{
  max-width: 1007px;
}
.strahovanie_main_section .lite_text{
  max-width: 623px;
}
@media screen and (max-width: 1598px){
    
    
    
    .polisstrah_section .wrapper{
      background: url('/extore/frontend/themes/skzi/img/strah_bg.svg') right -340px bottom 56px no-repeat;
    }
    .polisstrah_main_img{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 16px;
      width: 560px;
    }
    .polisstrah_main_title{
      font-size: 4.06rem;
      font-weight: 400;
      line-height: 4.88rem;
      text-transform: uppercase;
      margin-bottom: 40px;
    }
    .strahovanie_main_big_subtitle {
        font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  margin-bottom: 37px;
    }
    
  .main_car {
    right: -36%;
  }
  .advantages_item{
    width: calc(100% / 3 - 40px * 2 / 3)!important;
  }
  .advantages_item:nth-child(4){
    padding-left: 20px;
  }
  .advantages_item:nth-child(1){
    padding-left: 20px;
  }
  .advantages_item:nth-child(2){
    padding-left: 20px;
  }
  .advantages_item:nth-child(5){
    padding-left: 20px;
  }
}
@media screen and (max-width: 1290px) {
    
    .polisstrah_section {margin-bottom: 56px; overflow: hidden;}
    .polisstrah_section .wrapper{
      background: url('/extore/frontend/themes/skzi/img/strah_bg.svg') right -340px bottom 280px no-repeat;
    }
    .polisstrah_container{
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  position: relative;
}

.tform_img {
    position: absolute;
    right: -165px;
    bottom: 0;
    /* height: 100%; */
    width: 0px;
    z-index: 2;
}
.polisstrah_container ul {margin-bottom: 46px;}
    .polisstrah_main_img{
      position: absolute;
      top: 46%;
      transform: translateY(-50%);
      right: 0px;
      width: 560px;
    }
    .polisstrah_main_title{
      font-size: 3.06rem;
      font-weight: 900;
      line-height: 2.88rem;
      text-transform: uppercase;
      margin-bottom: 40px;
    }
    .strahovanie_main_big_subtitle {
        font-size: 1.88rem;
  font-weight: 400;
  line-height: 111%;
  margin-bottom: 237px;
    }
    
    
    .news_grid{
        flex-wrap: nowrap;
    }
    .main_txt_img{
        width: 100%;
    }
    .title_flex{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 20px;
    }
    .dms_flex_container{
      margin-top: 20px;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 20px;
    }
    .dms_item{
      width: 100%;
    }
    .dms_item.big{
      width: 100%;
    }
    .dms_section{
      margin-bottom: 70PX;
    }
    .advantages_item{
      width: 100%!important;
      padding: 20px!important;
    }
    .advantages_txt{
      max-width: 100%;
    }
    .advantages_section{
      margin-bottom: 70px;
    }
    .contacts_grid{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }
    .contacts_section{
      margin-bottom: 70px;
    }
    .strahovanie_big_title h1{
      font-size: 1.88rem;
      line-height: 2.25rem;
      margin-bottom: 20px;
    }
    .strahovanie_big_subtitle{
      font-size: 1.88rem;
      line-height: 2.25rem;
    }
    .strahovanie_big_subtitle br{
      display: none;
      margin-bottom: 20px;
    }
    .main_car{
      position: static;
      width: 100%;
      height: auto;
      transform: none;
    }
    .btns_flex_container{
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 20px;
    }
    .btns_flex_container button{
      width: 100%;
    }
    .strahovanie_main_section .wrapper{
      padding-top: 40px;
      padding-bottom: 0;
    }
    .strahovanie_main_section{
      margin-bottom: 70px;
    }
    .dms_srok{
      font-size: 1.13rem;
      line-height: 1.38rem;
    }
    .dms_item p, .dms_item ul, .dms_section p{
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.19rem;
    }
    .dms_item h2{
      font-size: 1.58rem;
    }
    .dms_flex_container{
      margin-bottom: 20px;
    }
    .partners_slider{
      padding: 0 20px;
    }
    .partners_img{
      max-width: 120px;
    }
    .partners_slider{
      margin-top: 30px;
    }
    .strahovanie_partners_section{
      margin-bottom: 70px;
    }
    .contacts_item h3 {
      font-size: 1.38rem;
    }
    .contacts_item p, .contacts_item a{
      font-size: 1.39rem;
    }
    .contacts_left{
      gap: 20px;
    }
    .contacts_grid{
      gap: 30px;
      margin-top: 30px;
    }
    .strahovanie_big_subtitle, .strahovanie_main_section.lite_text{
      max-width: 100%;
    }
}