@media (max-width: 1023px) {
    .marquiz__modal #marquiz__close {
        width: 50px;
        height: 50px;
        background-size: 50px;
        opacity: 1;
    }    
}


#rec594726978 {
    display: none;
}

#rec571106646 .t395__wrapper_mobile, #rec615773455 .t395__wrapper_mobile {
    display: block!important;
}

#rec615773455, #rec615801608 {
    background-color: transparent!important;
}

#rec571106646 .t395__wrapper, #rec615773455 .t395__wrapper {
    display: none!important;
}

#rec571106646 .t395__select, #rec615773455 .t395__select, #rec716824338 .t395__select {
    background-image: url("https://static.tildacdn.com/tild6134-6438-4336-a266-653930383831/arrow.svg")!important;
    background-size: 10px 10px!important;
    background-repeat: no-repeat!important;
    background-position: 94.5% 50% !important;
}

#rec571106646 .t395__wrapper_mobile:after, #rec615773455 .t395__wrapper_mobile:after, #rec716824338 .t395__wrapper_mobile:after {
    display: none!important;
}

#rec571106646 .t395__select, #rec615773455 .t395__select, #rec716824338 .t395__select {
    font-size: 30px;
    padding-top: 0;
    padding-bottom: 5px;
    height: 50px;
}

#rec571106646 .t395__select option, #rec615773455 .t395__select option, #rec716824338  .t395__select option {
    font-size: 20px;
}


#rec615773469 {
    padding-bottom: 30px;
}




#rec569986283 .t-records ul {
	min-height: 420px;
}

.t-feed__post-popup__date-parts-wrapper_aftertext {
    display: none!important;
}

.t-feed__post-tag {
    text-align: left;
}



/* Стили для кастомных табов */

.t-rec .t123 .t395__wrapper_mobile {
    display: block;
}

/*.t-rec .t123 .t395__select {*/
/*  background-image: url("https://static.tildacdn.com/tild6134-6438-4336-a266-653930383831/arrow.svg") !important;*/
/*  background-size: 10px 10px !important;*/
/*  background-repeat: no-repeat !important;*/
/*  background-position: 94.5% 50% !important;*/
/*}*/

.t-rec .t123 .t395__select {
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 5px;
  height: 50px;
}

.t-rec .t123 .t395__firefoxfix {
  width: 16px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  pointer-events: none;
}

.t-rec .t123 .t395__firefoxfix {
  top: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #ab7866 !important;
}


.t-rec .t123 .t395__wrapper_mobile::after {
  border-color: #ffffff transparent transparent transparent;
}

.t-rec .t123 .t395__wrapper_mobile {
  border: 1px solid #ab7866;
  border-radius: 0px;
  overflow: hidden;
}

.t-rec .t123 .t395__wrapper_mobile {
  position: relative;
  display: block;
}

.t-rec .t123 .t395__select {
  color: #ffffff !important;
}

.t-rec .t123 .t395__select {
  border: none;
  color: #ffffff !important;
  background-color: #ab7866 !important;
}

.t-rec .t123 .t395__select option {
  font-size: 20px;
}


#rec615773455 {
    display: none!important;
}


.years {
    /*display: flex;*/
    /*margin: 0 30px;*/
    margin: 0 0 35px; 
    display: flex;
    justify-content: center;    
}

.years-section__years-row {
    max-width: 100%;
    width: 100%;
}

.years__item {
    color: rgb(181, 132, 112)!important;
    font-family: Karlotte;   
    letter-spacing: 1px;
    font-size: 30px;
    margin: 10px;
    position: relative;
    line-height: 1.3;
}



.years__item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: rgb(181, 132, 112);
    opacity: 0;
    transition: opacity .15s ease-in-out;
}

.years__item.active:before {
    opacity: 1;
}

.years__item:hover:before {
    opacity: 1;
}

.select-list__item {
    display: none;
}

.select-list__item.active {
    display: block;
}

.years-section__month-row {
    margin: auto;
}

@media (min-width: 576px) {
    .years {

        margin: 0 -15px 40px;
    }    
    
    .years__item {
        margin: 0 15px;
        font-size: 36px;
    }
}


@media (min-width: 768px) {
    .years__item {
        font-size: 45px;
    }    
}

@media (min-width: 1200px) {
    .years__item {
        margin: 0 40px;
    }
    .years {
        margin: 0 -40px 80px;
    }        
}


.mortgage-element {
    overflow: hidden; 
}

.mortgage-element a {
    transition: transform .5s ease-in-out; 
}

.mortgage-element:hover a {
    transform: scale(1.1);
}





