.bi {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  
  .animate {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .animate-fast {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  
  .animate-slow {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .noAnimate {
    -webkit-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
  }
  
  .d-c-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  
  .d-c-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  
  .d-c-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  
  .d-c-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  
  .d-s-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  
  .d-s-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  
  .d-s-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  
  .d-s-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  
  .d-e-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  
  .d-e-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  
  .d-e-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }

@media screen and (min-width: 1026px) and (max-width: 10000px) {
  .right.right--1849 .list {
    width: 90%;
  }
  .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: 1.04167vw;
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0.52083vw 0px;
    color: #51baea;
    font-size: 1.14583vw;
    font-weight: 400;
    line-height: 1.14583vw;
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.04167vw;
    text-align: left;
  }
  .contentMap__info {
    float: left;
    width: 100%;
    position: relative;
    color: #51baea;
    font-size: 0.78125vw;
    font-weight: 400;
    line-height: 1.04167vw;
    text-align: left;
  }
  .contentMap__info span:after {
    content: ' / ';
  }
  .contentMap__info span:last-child:after {
    content: '';
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
  .formBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 1.5625vw 0px 0vw 0px;
  }
  .formBox__inside {
    float: left;
    width: 100%;
    position: relative;
  }
  .formBox__inputBox {
    float: left;
    width: 24%;
    margin: 0px 0px 1.04167vw 0px;
  }
  .formBox__inputBox.allWidth {
    width: 100%;
  }
  .formInput {
    float: left;
    width: 100%;
    height: 3.125vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 1.04167vw 0px 1.04167vw;
    color: #000;
    font-size: 0.98958vw;
    font-weight: 300;
    line-height: 0.98958vw;
    border: 1px solid #eaeaea;
    background: #ffffff;
  }
  .formTextarea {
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 10.41667vw;
    min-height: 10.41667vw;
    max-height: 10.41667vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 1.04167vw;
    color: #000;
    font-size: 0.98958vw;
    font-weight: 400;
    line-height: 0.98958vw;
    border: 1px solid #eaeaea;
    background: #ffffff;
  }
  .formSelect {
    float: left;
    width: 100%;
    height: 3.125vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 1.04167vw 0px 1.04167vw;
    border: 1px solid #eaeaea;
    color: #000;
    font-size: 0.98958vw;
    font-weight: 400;
    line-height: 0.98958vw;
    outline-color: #b7d437;
    background: #fff url(images/selectArrow.svg) center right 1vw no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .formSubmit {
    float: right;
    width: 16vw;
    height: 76px;
    background-color: #51baea;
    color: #ffffff;
    font-size: 0.98958vw;
    font-weight: 400;
    line-height: 0.98958vw;
    text-transform: uppercase;
    border: 0px solid #dedede;
    cursor: pointer;
    border-radius: 4px;
    letter-spacing: 0.2vw;
  }
  .formBox__checkBox {
    float: left;
    width: 100%;
    margin: 0px 0px 1.04167vw 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .formBox__checkInput {
    float: left;
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid #eaeaea;
  }
  .formBox__checkText {
    float: left;
    width: calc(100% - 30px);
    position: relative;
    color: #000;
    font-size: 0.83333vw;
    line-height: 1.04167vw;
    font-weight: 400;
    text-align: justify;
  }
  .formBox__checkText a {
    color: #51baea;
    text-decoration: underline;
  }
  .formInput:focus, .formTextarea:focus, .formSelect, .formSubmit:focus {
    outline: none;
  }

  .header__25, .text__19 h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #51baea;
    font-size: 1.30208vw;
    font-weight: 800;
    line-height: 1.82292vw;
  }
  .text__19 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
    color: #202020;
    font-size: 0.98958vw;
    font-weight: 300;
    line-height: 1.5625vw;
    text-align: justify;
  }

.sale {
    float: left;
    width: 100%;
    height: 42.44792vw;
    position: relative;
    margin: 0vw 0px 3.125vw 0px;
    padding: 0px 0vw 0px 0vw;
  }
  .sale__inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0vw 3.64583vw 0vw;
  }
  .sale__left {
    float: left;
    width: 52%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: #f9f9f9;
  }
  .sale__left .header__25 {
    font-weight: 800;
  }
  .sale__left .header__25.sale__header {
    margin: 1.52083vw 0px 0px 0px;
  }
  .sale__form {
    float: left;
    width: 100%;
    height: 33%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 2.08333vw;
    
  }
  .sale__search {
    float: left;
    width: 100%;
    position: relative;
    margin: 0.52083vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .sale__submit {
    float: left;
    width: 3.90625vw;
    height: 3.125vw;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/submitIcon.svg) center no-repeat;
    background-size: 0.78125vw;
    border: 0;
  }
  .sale__submit--down {
    float: left;
    width: auto;
    height: 2.60417vw;
    position: relative;
    margin: 0.52083vw 0px 0px 0px;
    padding: 0px 1.30208vw 0px 1.30208vw;
    color: #fff;
    font-family: 'Futura PT', sans-serif;
    font-size: 0.9375vw;
    font-weight: 400;
    line-height: 0.9375vw;
    background-color: #51baea;
    border: 0;
  }
  .sale__submit--down--arrow {
    float: left;
    width: 0.26042vw;
    position: relative;
    margin: 0px 0px 0px 2.34375vw;
    padding: 0px 0px 0px 0px;
  }
  .sale__category {
    float: left;
    width: 100%;
    position: relative;
    margin: 0.78125vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .sale__category .formBox__inside {
    width: 100%;
  }
  .sale__category .formBox__inside:nth-child(1) {
    width: 25%;
  }
  .sale__category .formBox__inside:nth-child(2) {
    width: 25%;
  }
  .sale__category .formBox__inside:nth-child(3) {
    width: 50%;
  }
  .sale__category.sale__category--two .formBox__inside:nth-child(3) {
    width: 30%;
  }
  .sale__category.sale__category--two .formBox__inside:nth-child(4) {
    width: 20%;
  }
  .sale__category .formBox__checkText {
    text-align: left;
  }
  .formBox__checkBox .formBox__checkInput {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 0.78125vw;
    width: 0.78125vw;
    background-color: #ffffff;
  }
  /* On mouse-over, add a grey background color */
  .formBox__checkBox:hover .formBox__checkInput ~ .checkmark {
    background-color: #51baea;
  }
  /* When the checkbox is checked, add a blue background */
  .formBox__checkBox .formBox__checkInput:checked ~ .checkmark {
    background-color: #51baea;
  }
  .sale__list {
    float: left;
    width: 100%;
    height: 67%;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .sale__list--inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
  }
  .sale__box {
    float: left;
    width: 100%;
    height: 5.20833vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 2.60417vw 0px 2.60417vw;
    border-top: 1px solid #efefef;
    border-left: 5px solid rgba(0, 0, 0, 0);
  }
  .sale__box.sale__box--active {
    padding: 0px 1.5625vw 0px 4.16667vw;
    border-left: 5px solid #51baea;
  }
  .sale__box:first-child {
    border-top: 0px solid #efefef;
  }
  .sale__box--marker {
    float: left;
    width: 1.51042vw;
    position: relative;
  }
  .sale__box--inside {
    float: left;
    width: calc(100% - 5.9375vw);
    height: 100%;
    margin: 0px 0px 0px 1.82292vw;
  }
  .sale__box--name.text__19 {
    color: #002b4f;
    font-weight: 600;
    line-height: 1.04167vw;
  }
  .sale__box--info {
    line-height: 1.04167vw;
  }
  .sale__right {
    float: right;
    width: 47.5%;
    height: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    backgrund: #f9f9f9;
  }
}


@media screen and (min-width: 0px) and (max-width: 1026px) {
  .mapaBox {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .contentMap {
    float: left;
    position: relative;
    padding: 5vw;
  }
  .contentMap__name {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 2.5vw 0px;
    color: #00447d;
    font-size: 4vw;
    font-weight: 400;
    line-height: 4vw;
    text-align: left;
  }
  .contentMap__text {
    float: left;
    width: 100%;
    position: relative;
    color: #383436;
    font-size: 3vw;
    font-weight: 400;
    line-height: 4vw;
    text-align: left;
  }
  .contentMap__info {
    float: left;
    width: 100%;
    position: relative;
    color: #00447d;
    font-size: 3vw;
    font-weight: 400;
    line-height: 4vw;
    text-align: left;
  }
  .contentMap__info span:after {
    content: ' / ';
  }
  .contentMap__info span:last-child:after {
    content: '';
  }
  .gm-ui-hover-effect {
    top: 3px !important;
    right: 3px !important;
  }
  .formBox {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 7.5vw 0px 0vw 0px;
  }
  .formBox__inside {
    float: left;
    width: 100%;
    position: relative;
  }
  .formBox__inputBox {
    float: left;
    width: 100%;
    margin: 0px 0px 2.5vw 0px;
  }
  .formBox__inputBox.allWidth {
    width: 100%;
  }
  .formInput {
    float: left;
    width: 100%;
    height: 15vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
    color: #000;
    font-size: 4vw;
    font-weight: 300;
    line-height: 4vw;
    border: 1px solid #eaeaea;
    background: #ffffff;
  }
  .formTextarea {
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 50vw;
    min-height: 50vw;
    max-height: 50vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5vw;
    color: #000;
    font-size: 4.75vw;
    font-weight: 400;
    line-height: 4.75vw;
    border: 1px solid #eaeaea;
    background: #ffffff;
  }
  .formSelect {
    float: left;
    width: 100%;
    height: 15vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
    border: 1px solid #eaeaea;
    color: #000;
    font-size: 4.75vw;
    font-weight: 400;
    line-height: 4.75vw;
    outline-color: #b7d437;
    background: #fff url(images/selectArrow.svg) center right 1vw no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .formSubmit {
    float: left;
    width: 100%;
    height: 12.5vw;
    background-color: #00447d;
    color: #ffffff;
    font-size: 4.75vw;
    font-weight: 400;
    line-height: 4.75vw;
    text-transform: uppercase;
    border: 0px solid #dedede;
    cursor: pointer;
    border-radius: 0px;
    letter-spacing: 0.2vw;
  }
  .formBox__checkBox {
    float: left;
    width: 100%;
    margin: 0px 0px 5vw 0px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .formBox__checkInput {
    float: left;
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid #eaeaea;
  }
  .formBox__checkText {
    float: left;
    width: calc(100% - 30px);
    position: relative;
    color: #000;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 400;
    text-align: justify;
  }
  .formBox__checkText a {
    color: #00447d;
    text-decoration: underline;
  }
  .formInput:focus, .formTextarea:focus, .formSelect, .formSubmit:focus {
    outline: none;
  }
  .header__25, .text__19 h2 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
   
    color: #00447d;
    font-size: 5vw;
    font-weight: 800;
    line-height: 7vw;
  }
  .text__19 {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
   
    color: #202020;
    font-size: 4.22222vw;
    font-weight: 300;
    line-height: 6.66667vw;
    text-align: justify;
  }
.sale {
    float: left;
    width: 100%;
    position: relative;
    margin: 0vw 0px 15vw 0px;
    padding: 0px 0vw 0px 0vw;
  }
  .sale__inside {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0vw 0vw 0vw;
  }
  .sale__left {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0vw 0px 0vw 0px;
    background: #f9f9f9;
  }
  .sale__left .header__25 {
    font-weight: 800;
  }
  .sale__left .header__25.sale__header {
    margin: 2.5vw 0px 0px 0px;
  }
  .sale__form {
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 10vw 5vw;
    
  }
  .true.sale .sale__form {
    padding: 7.5vw 5vw;
  }
  .sale__search {
    float: left;
    width: 100%;
    position: relative;
    margin: 2.5vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .sale__submit {
    float: left;
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/submitIcon.svg) center right 5vw no-repeat;
    background-size: 3.75vw;
    border: 0;
  }
  .sale__submit--down {
    float: left;
    width: 100%;
    height: 12.5vw;
    position: relative;
    margin: 2.5vw 0px 0px 0px;
    padding: 0px 6.25vw 0px 6.25vw;
    color: #fff;
    font-family: 'Futura PT', sans-serif;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 4.5vw;
    background-color: #51baea;
    border: 0;
  }
  .sale__submit--down--arrow {
    float: left;
    width: 1.25vw;
    position: relative;
    margin: 0px 0px 0px 11.25vw;
    padding: 0px 0px 0px 0px;
  }
  .sale__category {
    float: left;
    width: 100%;
    position: relative;
    margin: 3.75vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .sale__category .formBox__inside {
    width: 100%;
  }
  .sale__category .formBox__inside:nth-child(1) {
    width: 100%;
  }
  .sale__category .formBox__inside:nth-child(2) {
    width: 100%;
  }
  .sale__category .formBox__inside:nth-child(3) {
    width: 100%;
  }
  .sale__category.sale__category--two .formBox__inside:nth-child(3) {
    width: 100%;
  }
  .sale__category.sale__category--two .formBox__inside:nth-child(4) {
    width: 100%;
  }
  .sale__category .formBox__checkText {
    text-align: left;
  }
  .formBox__checkBox .formBox__checkInput {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 3.75vw;
    width: 3.75vw;
    background-color: #ffffff;
  }
  /* On mouse-over, add a grey background color */
  .formBox__checkBox:hover .formBox__checkInput ~ .checkmark {
    background-color: #51baea;
  }
  /* When the checkbox is checked, add a blue background */
  .formBox__checkBox .formBox__checkInput:checked ~ .checkmark {
    background-color: #51baea;
  }
  .sale__list {
    float: left;
    width: 100%;
    height: 75vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0vw 0px 0vw;
    overflow: hidden;
    background: #fff;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .sale__list--inside {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
  }
  .sale__box {
    float: left;
    width: 100%;
    height: 25vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 5vw 0px 5vw;
    border-top: 1px solid #efefef;
    border-left: 5px solid rgba(0, 0, 0, 0);
  }
  .sale__box.sale__box--active {
    padding: 0px 5vw 0px 5vw;
    border-left: 5px solid #51baea;
  }
  .sale__box:first-child {
    border-top: 0px solid #efefef;
  }
  .sale__box--marker {
    float: left;
    width: 7.25vw;
    position: relative;
  }
  .sale__box--inside {
    float: left;
    width: calc(100% - 28.5vw);
    height: 100%;
    margin: 0px 0px 0px 8.75vw;
  }
  .sale__box--name.text__19 {
    color: #002b4f;
    font-weight: 600;
    line-height: 5.5vw;
  }
  .sale__box--info {
    line-height: 4.5vw !important;
  }
  .sale__right {
    float: right;
    width: 100%;
    height: 125vw;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    backgrund: #f9f9f9;
  }
}