/*
Theme Name: Asrna
Theme URI: https://grandem.lv/
Description: Custom theme
Version: 1.0.0
Author: Grandem <niks@mail.lv>
Author URI: https://grandem.lv/
Text Domain: asrna
*/

@font-face {
    font-family: "Helvetica Neue";
    src: url(/fonts/medium.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    font-weight: bold;
    src: url(/fonts/bold.ttf);
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(/fonts/light.otf);
    font-weight: lighter;
}

:root{
    --green: #21522E;
    --darker-green: #25392A;
    --yello: #F8A62C;
    --cc-btn-primary-bg: #25392A;
    
}

.deskEl{
    display: block;
}

.flex{
    display: flex;
}

a{
    color: unset;
    text-decoration: none;
    text-wrap: nowrap;
}

.houseSub{

  font-family: "Open Sans";
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 300;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}

.houseSub>div{
  width: 50%;
}


.vertDiv{
    width: 1px;
    height: 1.5rem;
    border-left: 1px solid black;
}

.center{
    justify-content: center;
    align-items: center;
}

body{
    background-color: white;
    padding: 0;
    margin: 0;
    overflow-x: clip;
    font-family: "Open Sans"
}

html{
    font-size: 16px;
}

.headerMain{
    width: 91rem;
    padding-top: 3.313rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.headerCenter{
    display: flex;
    justify-content: center;
    position: relative;
}

.headerMenu a{
    color: black;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
}

.headerMenu{
    list-style-type: none;
    display: flex;
}

.headerMenu li{
    font-size: 1.25rem;
    margin-right: 2.5rem;
}

.current_page_item {
    font-weight: bold;
}

.languageSwitcher{
    background-image: unset;
    width: fit-content;
    height: 1.25rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2.5rem;
}

.currLang{
    text-transform: uppercase;
    font-family: "Open Sans";
}

.buttons{
    display: flex;
    align-items: center;
}

.portalButton{
    font-size: 1.125rem;
    font-family: "Open Sans";
    line-height: 1.30rem;
    width: fit-content;
    background-color: var(--green);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 1rem 1.9rem 1rem 1.9rem;
    border-radius: .625rem;
    transition: all 0.5s ease;
}

.portalButton:hover{
    transform: scale(1.05);
}

.portalButton img{
    margin-left: .8125rem;
}

.indexTopGrayBg{
    margin-top: 4.4375rem;
}

.indexTopGrayBg>.top, .indexTopGrayBg>.bottom{
    display: flex;
}

.indexTopGrayBg>.top>.left{
    width: 85.875rem;
    background-color: var(--green);
    border-radius: 10px;
    font-family: "Open Sans";
    color: white;
    position: relative;
    display: flex;
}

.rigaCity{
    position: absolute;
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
    margin-bottom: 0rem;
    background-image: url(assets/images/riga.svg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;

}

.homeSide .home {
    width: 38.75rem;
    position: absolute;
    height: 37.7rem;
    bottom: 0;
    margin-bottom: -0.1rem;
    margin-left: 3rem;
    pointer-events: none;
}

.centerNotBig{
    width: 97.625rem;
}

.indexTopGrayBg>.top>.left .textSide{
    max-width: 40%;
    padding-top: 4.375rem;
    padding-left: 3.9375rem;
    padding-bottom: 2.5rem;
    position: relative;
}

.centerNotBigContainer{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.indexTopGrayBg>.top>.left .title{
    font-family: "M PLUS Rounded 1c";
    font-size: 3.75rem;
    line-height: 4.5rem;
    color: white;
    font-weight: 500;
    margin-bottom: 1.375rem;

}

.indexTopGrayBg>.top>.left .text{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.875rem;
    opacity: 0.8;
    margin-bottom: 2.5625rem;
}

.indexTopGrayBg>.top>.left .phone, .indexTopGrayBg>.top>.left .email{
    font-size: 1.25rem;
    line-height: 1.6875rem;
    margin-bottom: 1.5625rem;
    display: flex;
    align-items: center;
}

.phone img, .email img{
    width: 1.6875rem;
    height: 1.6875rem;
    margin-right: 1.5rem;
}

.indexRightBlock{
    display: flex;
    transition: all 0.5s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2.25rem 1.5rem 2.1875rem 1.5rem;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    box-shadow: inset 0px -4px 0px #0000000F;
    margin-left: 1.4375rem;
    width: 10.8125rem;
    height: 10.8125rem;
    box-sizing: border-box;
    margin-bottom: .9375rem;
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    cursor: pointer;

}


.headerMain .logo img{
    width: 7.5rem;
    height: 5.75rem;
}

.indexRightBlock:last-of-type{
    margin-bottom: 0;
}

.indexRightBlock img{
    width: 2.875rem;
    height: 2.875rem;
    margin-bottom: .8438rem;
}

.bottom .left{
    width: 50%;
    font-family: "Open Sans";
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 300;
    padding-left: 2rem;
    padding-right: 2rem;

}

.indexTopGrayBg .bottom{
    position: relative;
}

.bottom .left .aboutUsButton{
    font-size: 1.125rem;
    font-family: "Open Sans";
    font-weight: 500;
    line-height: 1.4375rem;
    background-color: var(--darker-green);
    color: white;
    display: flex;
    align-items: center;
    padding: 1rem 3.0625rem 1rem 3.0625rem;
    border-radius: .625rem;
    width: fit-content;
    transition: all 0.5s ease;
}

.aboutUsButton:hover{
    transform: scale(1.05);
}

.bottom .right{
    display: flex;
    align-items: center;
    background-color: var(--green);
    padding: 4.0625rem 4.5rem  4.0625rem 4.125rem;
    height: fit-content;
    width: fit-content;
    border-radius: 10px;
    margin-top: 3.25rem;
    position: relative;

}

.absolute{
    position: absolute;
}

.graybgcont{
    width: 100%;
    left: 0;
}

.bottom .grayBgOverlay{
    background-color: #F5F5F5;
    border-radius: 10px;
    width: 105.5625rem;
    height: 37.0625rem;
    position: absolute;
    left: 0;
    margin-left: -4rem;
    z-index: -1;
    margin-top: -15rem;
    margin-bottom: -5rem;
}

.bottom .left p{
    margin-bottom: 1rem;
    width: 95%;
}

.bottom>.right>.text{
    font-family: "Open Sans";
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: white;
}

.linksft{
    display: flex;
}

.linksft .right:nth-last-of-type(1) .fake{
    margin-right: 0;
}

.bottom>.right .button{
    font-size: 1.125rem;
    font-family: "Open Sans";
    line-height: 1.4375rem;
    background-color: var(--yello);
    color: black;
    display: flex;
    font-weight: 600;
    align-items: center;
    padding: 1rem 3.0625rem 1rem 3.0625rem;
    border-radius: .625rem;
    width: fit-content;
    text-wrap: nowrap;
}

.right>.pin{
        width: 2.9375rem;
        height: 2.9375rem;
        margin-right: 1.875rem;
}

.indexTopGrayBg>.bottom{
    align-items: end;
}

footer{
    background-color: var(--green);
    margin-top: 3.5rem;
}

.househead{
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    font-family: "Open Sans";
    margin-bottom: 2rem;

}

.moreOverlay{
    background-color: black;
    width: 105.5625rem;
    height: 25.1875rem;
    position: absolute;
    margin-left: 7.25rem;
    margin-right: 7.25rem;
    margin-top: 25rem;
    z-index: -1;
    background-color: #F5F5F5;
    border-radius: 10px;
}

footer .topPart{
    padding-left: 13.9375rem;
    padding-top: 2.625rem;
    padding-right: 13.9375rem;
    padding-bottom: 1.0125rem;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

footer .bottomPart{
    padding-left: 13.9375rem;
    padding-right: 13.9375rem;
    display: flex;
    justify-content: space-between;
}

footer .topPart .right{
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 2.1875rem;
    font-weight: 400;
    max-width: 22.5625rem;
    text-align: right;
    color: white;
}

footer .headerMenu{
    display: flex;
    width: 45rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
}

footer .headerMenu li{
    width: fit-content;
    margin-right: 6.5rem;
    font-size: 1.125rem;
    line-height: 3.75rem;
}

footer .longPipe{
    width: 100vw;
    height: 1px;
    border-bottom: 1px white solid;
    opacity: 0.22;
}

footer .headerMenu li a{
    font-family: "Open Sans";
    color: white !important;
    font-size: 1.125rem;
    
}

.alertInnerFlex{
    font-family: "Open Sans";
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    max-width: 70%;
    display: flex;

}



.alertOuterFlex{
    padding: 2.375rem 3rem 2.375rem 3.6875rem;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 3px #0000000F;
border-radius: 10px;
margin-top: 15px;
cursor: pointer;
display: flex;
justify-content: space-between;
}

footer .headerMenu li{
    width: 8.125rem;
    text-wrap: nowrap;
    overflow-x: visible;
}

footer .bottomPart .left{
    display: flex;
    align-items: center;

}

red{
    color: #CC0433;
    font-weight: bold;
}

footer .copyRight{
    color: white;
    font-family: "Open Sans";
    font-size: 1rem;
    margin-right: 2.8125rem;
    display: flex;
    align-items: centers;
    opacity: 0.5;


}

.footLogo{
    width: 2.135rem;
    height: 1.6287rem;
}

footer .copyRight img{
    margin-left: .5625rem;
    width: 4.3125rem;
    height: 1.0531rem;
    margin-top: 0.15rem;
}

footer .bottomPart{
    padding-top: 1.4375rem;
    padding-bottom: 2.75rem;
}

footer .privMenu{
    width: fit-content;
    display: flex;
    list-style-type: none;
    color: white;
    text-decoration: none;
    opacity: 0.5;
    padding-left: 2.5625rem;
}

footer .privMenu a{
    color: white;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 1rem;
    margin-right: 2.8125rem;
}


footer .bottomPart .right{
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 2.8125rem;
    font-weight: 200;

}

footer .bottomPart .right img{
    margin-right: 1.625rem;
    width: 2.125rem;
    height: 2.125rem;
}

.postSlide{
    margin-top: 8.625rem;
    text-align: center;
}

.postSlide .title, .clientTitle{
    font-family: "Open Sans";
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    font-weight: bold;
    margin-bottom: 4.25rem;
}

.scrollContainer{
    width: 91.25rem;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollContainer::-webkit-scrollbar {
    display: none;
  }



.scroll{
    width: fit-content;
    display: flex;
}

.scrollPage{
    scroll-snap-align: center;
    display: flex;
    width: 91.25rem;
    justify-content: space-between;
    margin-right: 0rem;
    margin-left: 1rem;
}

.scrollPage:first-of-type{
    margin-left: 0;
}

.onePost{
    max-width: 29.3125rem;
    cursor: pointer;
}

.source{
    display: flex;
    align-items: center;
    justify-content: center;
    color: gainsboro;
    margin-top: 1rem;
    font-family: "Open Sans";
    font-size: 0.8rem;
}

.onePost .text{
    font-size: 1.125rem;
    font-family: "Open Sans";
    color: #25392A;
    line-height: 1.5rem;
    text-align: left;
    margin-top: 1.5625rem;
    padding-right: .925rem;
}

 .date{
    font-size: 1rem;
    font-family: "Open Sans";
    line-height: 1.125rem;
    color: #969696;
    text-align: left;
    margin-top: .9375rem;
}

.alertOuterFlex .date{
    margin-top: 0;
}

.onePost .link a{
    color: #F6882E;
    font-family: "Open Sans";
text-align: right;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    text-decoration: underline;
}

.onePost .link img{
    width: .5625rem;
    height: .5625rem;
}

.onePost .link{
    text-align: right;
    margin-top: .1875rem;
    padding-right: .925rem;
}



.onePost .image img{
    width: 29.3125rem;
    height: 20.5625rem;
    object-fit: cover;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollWithControls{
    display: flex;
    align-items: center;
}

.scrollCtrl{
    margin-left: 2.3125rem;
    margin-right: 2.3125rem;
    margin-top: -5.5rem;
    cursor: pointer;

}

.scrollCtrl.right .arrow{
    transform: rotate(180deg);
    cursor: pointer;
}

.portalButton.news{
    margin-top: 4.4375rem;
    font-size: 18px;
    margin-bottom: 4.8125rem;
}

.longIndexLine{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 5.75rem;
}

.clientBlocks{
    display: flex;
    margin-bottom: 5.5625rem;
}

.clientBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 10px;
    margin-left: 1rem;
    padding-top: 4.6875rem;
    padding-left: 5.6875rem;
    padding-right: 5.6875rem;
    padding-bottom: 3rem;
    margin-right: 1rem;
    text-align: center;
    width: 29.3125rem;
    box-sizing: border-box;
}

.clientBlock img{
    margin-bottom: 1.625rem;
    width: 2.625rem;
    height: 2.625rem;
}

.clientBlock .blockTitle{
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.875rem;
    font-family: "Open Sans";
    text-wrap: nowrap;

}

.clientBlock a{
    text-decoration: underline;
    color: #F6882E;
}

.clientBlock .blockSub{
    font-size: 1.125rem;
    font-family: "Open Sans";
    line-height: 1.5rem;
    font-weight: 400;
}

.grayOverlayTop{
    position: absolute;
    width: 100vw;
    height: 50rem;
    top: 0;
    background-color: #FBFBFB;
    z-index: -1;
}

.formBlock{
    width: 98.125rem;
    height: 38.625rem;
    position: relative;
    border-radius: 10px;
    padding-top: 6.0313rem;
    padding-left: 9.5rem;
    padding-right: 9.5rem;
    padding-bottom: 6rem;
    box-sizing: border-box;
    display: flex;
    background: transparent linear-gradient(352deg, #F6882E 0%, #F8A62C 100%) 0% 0% no-repeat padding-box;
    justify-content: space-between;
}

.formBlock .rigaCity{
    opacity: 0.4;
}

.formBlock .left, .formBlock .right{
    width: 50%;
    position: relative;
}

.formBlock .title{
    font-size: 2.8125rem;
    font-family: "Open Sans";
    line-height: 3.8125rem;
    text-align: left;
    font-weight: bold;
    color: #25392A;
}

.formBlock .subtitle{
    font-size: 1.25rem;
    font-family: "Open Sans";
    line-height: 2.0625rem;
    text-align: left;
    font-weight: 400;
    color: #25392A;
}

.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container input {

    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5625rem;
    width: 1.5625rem;
    background-color: white;
    border-radius: 5px;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: white;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: .5625rem;
    top: .3125rem;
    width: .3125rem;
    height: .625rem;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  form.index{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
  }

  .alertInnerFlex a{
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.1875rem;
    font-weight: 500;
    display: flex;
    align-items: baseline;
  }

  .linkIcon{
    width: .5625rem;
    height: .5625rem;
    margin-left: .6875rem;
  }

  form.index .container{
    font-family: "Open Sans";
    font-size: 1rem;
    text-align: left;
    line-height: 1.5625rem;
    color: #25392A;
    margin-top: 1.1875rem;

  }

  form.index input, form.index select{
    font-size: 1rem;
    line-height: 1.5625rem;
    transition: all 0.5s ease;
    width: 28.75rem;
    font-family: "Open Sans";
    padding: 1.375rem 0 1.25rem 1.6875rem;
    border: 3px white solid;
    background-color: white;
    border-radius: 10px;
    margin-bottom: .6875rem;
  }

  form.index select{
    width: 100%;
    border-right: 2.1875rem solid transparent;
  }

  .formBlock .right{
    display: flex;
    justify-content: end;
  }

  .formBlock{
    margin-bottom: 4rem;
  }

  form.index button#send{
    font-size: 1.125rem;
    font-family: "Open Sans";
    line-height: 1.4375rem;
    color: white;
    background-color: #25392A;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.5s ease;
    width: 100%;
    padding: 1.1875rem 8.25rem 1.1875rem 8.25rem;
  }

  form.index button#send:hover{
    background-color: var(--green);
  }

  .partnerImg{
    max-width: 12.5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    filter: grayscale(1);
  }

  .heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--green);
    border-radius: 10px;
    width: 100%;
    z-index: 5;
    max-width: 97.625rem;
    margin-left: 10.9375rem;
    margin-right: 10.9375rem;
    margin-top: 3.75rem;
    max-height: 8.5rem;
    padding-right: 17.8125rem;
    padding-left: 12.5rem;
    margin-bottom: 5.625rem;

  }

  .paddingReg{
    margin-left: 8.4375rem;
    margin-right: 8.4375rem;
    background-color: #F5F5F5;
    margin-top: -8rem;
    padding-top: 8rem;
  }

  .paddingReg>div{
    width: 50%;
  }

  .heading .home{
    margin-top: -2.8rem;
  }

  .heading .title{
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    font-weight: bold;
    font-family: "Open Sans";
    color: white;
  }

  .contactInfo:not(:last-of-type){
    border-bottom: 1px #DDDDDD solid;
  }

  .languages a{
    font-size: 1rem;
    font-family: "Open Sans";
    line-height: 2rem;
    color: black;
    font-weight: 400;
  }

  .languages a.active{
    color: var(--green);
    font-weight: bold;
  }

  .languages{
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    box-shadow: 0px 3px 15px #00000029;
    margin-bottom: -6rem;
    margin-left: -0.5rem;
    border-radius: 10px;
    pointer-events: none;
    padding: 1.125rem 2.0625rem 1.125rem 1.6875rem;
    transition: all 0.5s ease;
  }

  .languages.show{
    opacity: 1;
    pointer-events: all;
  }

  .languageSwitcher{
    cursor: pointer;
    position: relative;
  }

  .contactInfo{
    padding-bottom: 1.6563rem;
    padding-top: 1.4688rem;
    max-width: 422px;
  }

  .swedbank .img{
    width: 10.5rem;
    height: 2.25rem;
  }

  .citadele .img{
    width: 6.3125rem;
    height: 2.9375rem;
  }

  .seb .img{
    width: 4.625rem;
    height: 2.0625rem;
  }

  .industra .img{
    width: 11.1875rem;
    height: 1.6875rem;
  }

  .maxima .img{
    width: 8.25rem;
    height: 1.8125rem;
  }

  .paddingReg>div:not(:last-of-type){
    padding-left: 8rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .contactInfo img{
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 1.9375rem;
  }

  .paddingReg form.index{
    background-color: var(--green);
    padding-top: 3.625rem;
    padding-left: 5.25rem;
    padding-right: 5.25rem;
    padding-bottom: 3.625rem;
    border-radius: 10px;
  }

  .mobReadMore{
    display: none;
  }

  .paddingReg form.index button#send{
    background-color: #F8A62C;
    color: black;
   }

  .contactInfo .text{
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-weight: 300;
    max-width: 22.75rem;
  }

  .contactInfo .title{
    font-size: 1.375rem;
    max-width: 22.75rem;
    line-height: 1.6875rem;
    font-weight: 500;
  }

  .contactInfo p{
    margin-top: 0.5rem;
    margin-bottom: 0rem;
  }

  form.index textarea{
    height: 8.625rem;
    width: 100%;
    border-radius: 10px;
    font-size: 1rem;
    padding: 1.375rem 0 1.25rem 1.6875rem;
    resize: none;
    color: black;
    box-sizing: border-box;
    font-family: "Open Sans";

  }

  textarea::placeholder{
    color: #464646;
  }

  .paddingReg form.index .container{
    color: white;
  }

  .acf-map, #map {
    width: 105rem;
    margin-top: 3.8125rem;
    margin-left: 8.4375rem;
    margin-right: 8.4375rem;
    height: 30rem;
    position: relative;
    box-sizing: border-box;
    border-radius: 10px;
}

.overlayMap{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: calc(8.4375rem + 4.4375rem);
    margin-bottom: 3.9375rem;
    z-index: 500;
}

.mapCont{
    position: relative;
}

.acf-map img {
    max-width: inherit !important;
 }

 .recieved{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;

    background-color: rgba(0, 0, 0, 0.661);
 }

 .overlayMap .locations{
    display: flex;
    column-gap: .9375rem;
 }

 .overlayMap .address{
    font-family: "Open Sans";
    font-weight: 200;
    font-size: 1.25rem;
    line-height: 2.1875rem;
 }

 .locations .location{
    border-radius: 10px;
    font-family: "Open Sans";
    font-size: 1.125rem;
    cursor: pointer;
    line-height: 1.4375rem;
    font-weight: 500;
    padding: .5625rem .8438rem;
    transition: all 0.5s ease;
 }

 .location.active{
    background-color: #EBEBEB;
 }

 .page-template-page-houses .onePost>.link{
    display: block;
 }



 .recievedText{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 11px 22px #00000029;
    padding: 3.25rem 5.25rem 3.25rem 3.25rem;
    max-width: 28.125rem;
    position: relative;
    transition: all 0.5s ease;

 }

 .recievedText .title{
    font-family: "Open Sans";
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: bold;
    margin-bottom: .9375rem;
 }

 .recievedText .text{
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 1.125rem;
    margin-bottom: 1.0625rem;
    max-width: 18.75rem;
    line-height: 1.375rem;
 }

 .recievedText .button{
        font-size: 1.125rem;
        font-family: "Open Sans";
        line-height: 1.30rem;
        width: fit-content;
        background-color: var(--darker-green);
        color: white;
        display: flex;
        align-items: center;
        padding: 1rem 1.9rem 1rem 1.9rem;
        border-radius: .625rem;
    
 }

 .recievedText .closeAlert{
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    margin: 1.0625rem;
    cursor: pointer;
 }

 .hidden{
    display: none !important;
 }

 .overlayMap{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 11px 16px #00000029;
    padding-top: 2.1875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.1037rem;
 }

 .waze{
    background-image: url(assets/images/waze.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 2.8044rem;
    height: 2.8044rem;
    cursor: pointer;
 }

 .gmap{
    background-image: url(assets/images/gmap.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 2.8044rem;
    height: 2.8044rem;
    cursor: pointer;
 }

 .overlayMap .links {
    display: flex;
    column-gap: .7813rem;
 }

 .flex.paddingReg{
    width: 105rem;
    z-index: 0;
    border-radius: 10px;
 }

 .newsBlocks{
    width: 97rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 3.25rem;
 }

 .newsBlocks .onePost{
    width: 31%;
    margin-bottom: 3.5rem;
    max-width: 29.3125rem;
 }

 .scrollCtrl.mob{
    display: none;
 }

 .page-template-page-news .grayOverlayTop{
    height: 27rem;
 }

 .nextButton a{
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 1.4375rem;
    color: white;
    background-color: var(--darker-green);
    border-radius: 10px;
    padding: 1.1875rem 2.3125rem;
 }

 .prevButton a{
    border-radius: 10px;
    border: 1px solid black;
    padding: 1.2625rem 1.1875rem;
 }

 .single-jaunums .grayOverlayTop{
    height: 24rem;
 }

 .pagination{
    display: flex;
    margin-top: 5rem;
    margin-bottom: 3.75rem;
 }

 .page-info{
    margin-left: 1.625rem;
    font-family: "Open Sans";
    line-height: 1.375rem;
    font-size: 1.125rem;
    color: #969696;
 }

 .picArea, .textArea{
    width: 50%;
 }

 .behind{
 position: relative;
 z-index: -1;
 }

 .jaunums-template-default .splitNews{
    background-color: unset !important;
 }

 .splitNews{
    margin-left: 8.0625rem;
    margin-right: 8.0625rem;
    display: flex;
    margin-top: 2rem;
    max-width: 85vw;
    width: 100%;
    box-sizing: border-box;
    background-color: #F5F5F5;
    padding: 0 8.9375rem 3.9375rem 8.9375rem;
    padding-top: 8rem;
    margin-top: -7rem;
    border-radius: 10px 10px 0px 0px;
    
 }

 .electricity{
    background-color: #F5F5F5;
    margin-left: 8.0625rem;
    margin-right: 8.0625rem;
    margin-top: 1.9375rem;
    border-radius: 10px;
    width: 100%;
    display: flex;
    max-width: 105rem;
    padding: 4.25rem 8.9375rem 3.9375rem 8.9375rem;

 }

 .electricity .left{
    width: 40%;
 }

 .electricity .right{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .thePill .rating{
    font-size: 1rem;
    line-height: 1.6875rem;
    color: white;
    user-select: none;
    font-family: "Open Sans";
 }

 .thePill{
    width: 44.4375rem;
    height: 2.625rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 100px;
    background: transparent linear-gradient(90deg, #8CAC3E 0%, #FCD32A 50%, #F26422 100%) 0% 0% no-repeat padding-box;
 }

 .electricity .title{
    margin-bottom: .9375rem;
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    text-align: center;
    font-family: "Open Sans";
    font-weight: bold;
    text-align: left;
 }

 .electricity .text{
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-family: "Open Sans";
    font-weight: 300;
 }

 .electricity .finalCalc{
    font-size: 2.5rem;
    line-height: 3.0625rem;
    font-family: "Open Sans";
    font-weight: 200;
 }

 .maja-template-default .splitNews .content{
    margin-bottom: 2.625rem;
    text-align: center;
 }

 .maja-template-default .splitNews .title{
    margin-bottom: .9375rem;
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    text-align: center;
 }

 .oneInfo{
    width: 100%;
    justify-content: space-between;
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 200;
 }

 .oneInfo .Title{
    font-weight: bold;
    max-width: 20rem;
 }

 .oneInfo .Data{
    /*uhhh bai */
 }

 .splitNews .title{
    font-family: "Open Sans";
    font-size: 1.875rem;
    line-height: 2.3125rem;
    color: black;
    font-weight: bold;
    margin-bottom: 2.5rem;
 }

 .splitNews .content{
    font-size: 1.25rem;
    line-height: 2.0625rem;
    font-family: "Open Sans";
    font-weight: 300;
    margin-bottom: 6rem;
 }

 .splitNews .content a{
    color: var(--green);
    text-decoration: underline;
 }

 .jaunums-template-default .heading .house{
    margin-left: 0rem;
 }

 .jaunums-template-default .heading .back{
    margin-left: -5rem;
 }

 .slideScroll{
    display: flex;
    width: fit-content;
    scroll-snap-type: x mandatory;
    height: 28.75rem;
    border-radius: 10px;
    overflow: scroll;
    width: 41.25rem;



 }

 .textArea{
    padding-right: 8.6875rem;
 }

 .slideScroll img{
    min-width: 41.25rem;
    min-height: 28.75rem;
    max-width: 41.25rem;
    max-height: 28.75rem;
    scroll-snap-align: center;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    object-fit: contain;
    background-color: gray;
 }

 .slideMain{
    width: 41.25rem;
    height: 28.75rem;
    position: relative;
 }

 .controls{
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 }

 .slideScroll::-webkit-scrollbar {
    display: none;
  }

 .controls .buttons{
    pointer-events: all;
    display: flex;
    column-gap: .875rem;
    padding: 2.25rem 3.125rem;
 }

 .controls .buttons img{
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.7;
    cursor: pointer;
 }

  .counter{
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: "Open Sans";
    font-size: .875rem;
    line-height: 1.0625rem;
    color: white;
    background: #000000 0% 0% no-repeat padding-box;
border-radius: 13px;
opacity: 1;
backdrop-filter: blur(7px) brightness(76%);
margin-bottom: 1.9063rem;
margin-right: 2.125rem;

-webkit-backdrop-filter: blur(7px);
padding: .2813rem .875rem .2813rem .875rem;
 }

 .electricity .right{
    position: relative;
 }

 .slider-container {
    position: absolute;
    width: 100%;
    height: 100%;

}

.slider-label .funnyLine{
    height: 1.25rem;
    width: 1px;
    margin-top: .9375rem;
    margin-bottom: .9375rem;
    border-right: .125rem solid black;
}

#slider1-label{
    margin-top: -4.5rem;
}

#slider2-label{
        margin-top: 1rem;;
}



.slider {
    position: relative;
    width: 100%;
    height: 5px;
    background: none;
    pointer-events: none;
    appearance: none;
    transition: all 1s ease;

}

.slider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: all 1s ease;
    border: none;

}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    pointer-events: auto;
    transition: all 1s ease;

}

.slider::-ms-thumb {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    transition: all 1s ease;
}

.check{
    width: .875rem;
    height: .6431rem;
    margin-right: 1.1875rem;
    margin-top: 0.5rem;
}

.thing{
    font-family: "Open Sans";
    font-weight: 200;
    display: flex;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1.25rem;
}

.renoContact{
    max-width: 43%;
    margin-top: 6.25rem;
    margin-bottom: 3rem;
}

.renoContact .title{
    font-family: "Open Sans";
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    text-align: center;
    font-weight: bold;
    color: var(--darker-green);
}

.renoContact .subtitle{
    font-family: "Open Sans";
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    font-weight: 200;
    color: var(--darker-green);
    margin-top: 1rem;
    text-align: center;

}

.heading .back{
    position: absolute;
    margin-left: -7rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}



.topBlock{
    background-color: var(--green);
    width: 97.625rem;
    display: flex;
    border-radius: 10px;
    margin-top: 4rem;
    position: relative;
}

.topBlock .title{
    color: white;
    font-family: "Open Sans";
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.topBlock .desc{
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: white;
}

.topBlock .left{
    padding-top: 4.5rem;
    padding-left: 5.25rem;
    padding-bottom: 5.375rem;
    width: 40%;
    position: relative;
}

.lowerBlock{
    background-color: #F5F5F5;
    width: 105.5625rem;
    display: flex;
    justify-content: center;
    padding-top: 20rem;
    margin-top: -18rem;
    padding-left: 3.625rem;
    padding-right: 3.625rem;
    box-sizing: border-box;
    padding-bottom: 3.625rem;
    border-radius: 10px;
}

.lowerBlockInner{
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    background-color: #c1c1c13a;
    align-items: center;
    padding-top: 1.75rem;
    padding-bottom: 1.8125rem;
}

.lowerBlockInner .pin{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 2.8125rem;
}

.lowerBlockInner .text{
    font-family: "Open Sans";
    font-size: 1.5625rem;
    line-height: 1.875rem;
    color: black;
    font-weight: 600;
}

.lowerBlockInner .button{
    font-size: 1.125rem;
    font-family: "Open Sans";
    line-height: 1.4375rem;
    background-color: var(--yello);
    color: black;
    display: flex;
    font-weight: 600;
    align-items: center;
    padding: 1rem 3.0625rem 1rem 3.0625rem;
    border-radius: .625rem;
    width: fit-content;
    text-wrap: nowrap;
    margin-left: 2.8125rem;
}

.topBlock .right{
    width: 30rem;
    width: 40%;
    height: 25rem;
    margin-left: 15.5rem;
    margin-right: 7rem;
    position: relative;
}

.box2{
    width: 64.125rem;
    margin-top: 3.5625rem;
    margin-bottom: 3.375rem;
}

.box2 .title{
    font-family: "Open Sans";
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    color: black;
    font-weight: bold;
    margin-bottom: 1.375rem;
    text-align: center;
}

.oneBox{
    background-color: #F5F5F5;
    border-radius: 10px;
    padding-top: 3.4375rem;
    padding-right: 2.8125rem;
    padding-bottom: 3.4375rem;
    padding-left: 2.8125rem;
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.625rem;

}

.oneBox p{
    margin: 0;
    margin-top: 2.5625rem;
    font-weight: 300;
}

.oneBox p a{
    color: var(--green);
    font-weight: 500;
    text-decoration: underline;
}

.defaultBox{
    display: flex;
    width: 97.625rem;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding-top: 5.4375rem;
    padding-left: 6.3125rem;
    padding-right: 6.3125rem;
    padding-bottom: 5.3125rem;
    box-sizing: border-box;
    margin-bottom: 5.4375rem;
}

.defaultBox .left{
    padding-right: 12.5rem;
}

.dox{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    max-height: 21rem;
}

.dox .document{
    font-family: "Open Sans";
    font-weight: 200;
    text-decoration: underline;
    color: #464646;
    font-size: 1.25rem;
    line-height: 2.0625rem;
    margin-bottom: 1.375rem;
    display: flex;
    align-items: center;
}

.ext{
    margin-left: .875rem;
}

.defaultBox .right{
    padding-left: 7.0625rem;
}

.defaultBox .title{
    font-family: "Open Sans";
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    font-weight: bold;
    margin-bottom: 2.1875rem;
}

.defaultBox .left, .defaultBox .right{
    width: 50%;
    box-sizing: border-box;
}

.oneBox img{
    width: 2.875rem;
    height: 2.875rem;
}

.vertDivBig{
    height: 25rem;
    width: 1px;
    border-left: 1px #C1C1C1 solid;
}

.defaultBox .desc{
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: left;
    font-weight: 300;
}

.page-template-page-about .electricity .right{
    align-items: unset;
}

.box2boxes{
    width: 97.9375rem;
    display: flex;
    margin-bottom: 5.75rem;
    justify-content: space-evenly;
    column-gap: 1.9375rem;
}



.topBlock .home{
    width: 29rem;
    height: 30rem;
    position: absolute;
    margin-left: 3.5rem;
    left: 0;
    margin-top: -1rem;
    bottom: 0;
    margin-bottom: -1.5rem;
}

.box2 .subtitle{
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 300;
    text-align: center;
}

.renoContact .phone{
    font-size: 2.5rem;
    text-align: center;
    color: black;
    font-family: "Open Sans";
    line-height: 3.0625rem;
    font-weight: 200;
    margin-top: 1.7125rem;
}

.slider-label {
    position: absolute;
    width: 13.25rem;
    height: fit-content;
    top: 0;
    left: 50%;
transform: translateX(-50%);

    background-color: transparent;
    color: black;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Open Sans";
    text-align: center;
    font-size: 1.125rem;
    pointer-events: none;
    z-index: 1;
    transition: left 1s ease;

}

.specialEvent{
    width: 100%;
    height: 4.3125rem;
    background-color: #F8A62C;
    display: flex;
    position: sticky;
    top: 0;
    z-index: 98;
    justify-content: center;
    align-items: center;
    transform: translateY(-6.25rem);
    transition: all 0.5s ease;
    max-height: 0px;
}

.specialEvent .closeLive{
    position: absolute;
    top: 0;
    cursor: pointer;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 2.5625rem;
}

.specialEvent.drop{
    transform: translateY(0);
    max-height: unset;

}

.alertFull{
    background-color: white;
    padding-top: 4.125rem;
    padding-right: 4.5625rem;
    padding-bottom: 3.9375rem;
    padding-left: 4.5625rem;
    border-radius: 10px;
    display: flex;
    transition: all 0.5s ease;
    position: relative;
    box-sizing: border-box;
}

.alertFull .vidyo{
    width: 32.5rem;
    height: 18.125rem;
    border-radius: 10px;
}

.mobEl{
    display: none;
}

.alertFull .vidyo iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.alertFull .left, .alertFull .right{
    width: 50%;
}

.alertFull .title{
    font-family: "Open Sans";
    font-size: 2.5rem;
    line-height: 3.0625rem;
    font-weight: bold;
    margin-bottom: 1.5625rem;
}

.alertFull .time{
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.5625rem;
}

.alertFull .desc{
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 2.3125rem;
}

.alertFull .left{
    max-width: 18.75rem;
    box-sizing: border-box;
    margin-right: 7.6875rem;
}

.alertFull .button{
    font-size: 1.125rem;
    font-family: "Open Sans";
    line-height: 1.4375rem;
    background-color: var(--yello);
    color: black;
    display: flex;
    font-weight: 600;
    align-items: center;
    padding: 1rem 3.0625rem 1rem 3.0625rem;
    border-radius: .625rem;
    width: fit-content;
    text-wrap: nowrap;
    cursor: pointer;
}

.closeFull{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 1.25rem;
    margin-right: 1.125rem;
    cursor: pointer;
}



.indexRightBlock:hover{
    transform: scale(1.05);
}

.specialEvent .live{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9375rem;
    line-height: 1.125rem;
    font-family: "Open Sans";   
    background-color: #CC0434;
    color: white;
    border-radius: 26px;
    padding-top: .3875rem;
    padding-bottom: .5125rem;
    padding-right: 1.1969rem;
    padding-left: 1.1969rem;
}

.live .dot{
    width: .5219rem;
    height: .5219rem;
    background-color: white;
    border-radius: 100%;
    margin-right: .5219rem;
}

.linkArro{
    width: 1rem;
    height: 1rem;
    margin-left: 1.3125rem;
}

.liveTitle{
    font-family: "Open Sans";
    font-size: 1.375rem;
    line-height: 1.6875rem;
    color: black;
    font-weight: 500;
    margin-left: 1.8125rem;
    margin-right: 1.3125rem;
}

.boringContent{
    width: 105.5625rem;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding-top: 7.9375rem;
    box-sizing: border-box;
    position: relative;
    margin-top: -7rem;
    z-index: -1;
    padding-left: 12.125rem;
    padding-bottom: 7.625rem;
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: left;
    padding-right: 46.5625rem;
    font-weight: 300;
}

.liveLink{
    font-family: "Open Sans";
    text-decoration: underline;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    cursor: pointer;
}

.paymentOverlay, .alertOverlay, .readingsOverlay{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 101;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #0000006f;
    transition: all 0.5s ease;
}

.paymentBox{
    background-color: white;
    border-radius: 10px;
    width: 33.4375rem;
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
    padding-bottom: 3.125rem;
    padding-top: 2.8125rem;
    transition: all 0.5s ease;
    position: relative;
}

.paymentBox .title{
    font-family: "Open Sans";
    font-size: 25px;
    text-align: center;
    line-height: 1.875rem;
    font-weight: bold;
    margin-bottom: .75rem;
}

.paymentBox .subtitle{
    font-family: "Open Sans";
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5rem;
    margin-bottom: 2.9375rem;

}

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

.payment:not(:last-of-type){
    border-bottom: 1px solid #C1C1C1;
}

.payment .img img{
    max-width: 9.5625rem;
    height: 2.75rem;
    object-fit: contain;
}

.payment .buttons{
    position: relative;
    width: 1.5625rem;
    height: 1.5625rem;
}

.payment{
    padding-top: 1.625rem;
    padding-bottom: 1.6875rem;
}

.buttons .close, .buttons .open{
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    cursor: pointer;
}

.payment .bottom{
    margin-top: 1.3125rem;
    display: flex;
    max-height: 18.75rem;
    transition: all 0.5s ease;
}

.recieved.novis, .paymentOverlay.novis, .alertOverlay.novis, .readingsOverlay.novis{
    background-color: transparent;
    pointer-events: none;
}

.paymentBox.novis, .alertFull.novis, .readingsFull.novis, .recievedText.novis{
    transform: translateY(150vh);
}

.closeAlert.paymentclose{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 1.25rem;
    cursor: pointer;
    margin-right: 1.25rem;
}

.payment .copy img{
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1rem;
    cursor: pointer;
}



.buttons .open.hidden{
    display: none;
}

.paymentBox .portalButton{
    background-color: var(--darker-green);
    font-size: 1.125rem;
}

.payment .bottom .main{
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 1.25rem;
}

.payment .bottom .sub{
    font-family: "Open Sans";
    font-size: 1rem;
    line-height: 1.25rem;
    color: #969696;
}

.payment .bottom.closed{
    max-height: 0px;
    overflow: hidden;
    margin-top: 0;
}

.readingsFull{
    background-color: white;
    padding-top: 2.8125rem;
    padding-left: 3.0625rem;
    padding-right: 3.0625rem;
    padding-bottom: 2.8125rem;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 33.4375rem;
    position: relative;
    transition: all 0.5s ease;

}

.readingsFull .top, .readingsFull .mid, .readingsFull .bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.readingsFull .top, .readingsFull .mid{
    border-bottom: 1px #C1C1C1 solid;
}

.readingsFull .top{
    padding-bottom: 2.3438rem;
}

.readingsFull .mid, .readingsFull .bottom{
    font-family: "Open Sans";
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 300;
}

.readingsFull .top .title{
    font-family: "Open Sans";
    font-size: 1.5625rem;
    line-height: 1.875rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1.0625rem;
}

.readingsFull .top .subtitle{
    font-family: "Open Sans";
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1.0625rem;
}

.closeReadings{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin-top: 1.3125rem;
    margin-right: 1.1875rem;
}

.heading .house img{
    width: 30.8125rem;
    height: 11.625rem;
}

.heading .back{
    width: 3.125rem;
    height: 3.125rem;
    background-image: url(assets/images/innerback.svg);
}

.portalButton img{
    width: 1.125rem;
}

.button{
    cursor: pointer;
    transition: all 0.5s ease;
}

.button:hover{
    transform: scale(1.05);
}

.floater{
    position: fixed;
    transform: rotate(270deg);
    top: 0;
    right: 0;
    margin-top: 13.0625rem;
    margin-right: -30px;
    z-index: 99;
    transition: all 0.5s ease;
    cursor: pointer;
}

.floater:hover{
    transform: scale(1.05) rotate(270deg);
}

.floater .redThing{
    background-color: #CC0433;
    border-radius: 10px 10px 0 0;
    padding-top: .8125rem;
    padding-bottom: .75rem;
    padding-left: 1.0938rem;
    padding-right: 1.0938rem;
    font-family: "Open Sans";
    color: white;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    display: flex;
    align-items: center;
}

footer .topPart .right a{
    text-decoration: underline;
}

.floater .redThing img{
    transform: rotate(90deg);
    margin-left: .525rem;
}

.partnerSlide{
    display: flex;
    justify-content: center;
}

.alertInnerFlex .vertDiv{
    margin-left: 1rem;
}

.floater .topText{
    font-family: "Open Sans";
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #25392A;
    margin-bottom: .8125rem;
    text-align: center;
}

.mobButtons{
    display: none;
}


.leftMob{
    display: none;
}

.smolLogo.mob{
    display: none;
}

.mobfb{
    display: none;
}

.mobileMenu{
    display: none;
}

.mobMenuBottom{
    display: none;
}

.onePost>.link{
    display: none;
}

.onePost>.date{
    display: none;
}

.clickable{
    cursor: pointer;
}

.ru-locale{
    font-size: 1rem;
}

.usageText{
    max-height: 3rem;
    width: 15rem;
}

.oneInfo a{
text-decoration: underline;
}

.killMe{
  background-color: #F5F5F5;
  border-radius: 0px 0px 10px 10px;
  width: 100%;
  padding-left: 8.75rem;
  padding-right: 8.75rem;
  margin-left: 8.0625rem;
  margin-right: 8.0625rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5rem;
  row-gap: 1rem;
  max-width: 85vw;
  box-sizing: border-box;
  
}

.OptAlert{
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 3px 3px #0000000F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.75rem;
  padding-left: 4.438rem;
  padding-right: 4.438rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  
}

.OptAlert img{
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 0;
  position: absolute;
  margin-left: -1.5rem;
  margin-top: 2.5rem;
}

.OptAlert .textPart{
font-size: 1.125rem;
line-height: 1.5rem;
width: 43.75rem;

}

.OptAlert .button{
  border-radius: 10px;
  background-color: #F8A62C;
  width: 14.688rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  
}




@media (max-width: 1899px) {
    html{
    font-size: 0.8vw;
    }
}

@media (max-width: 1920px) {
    .floater{
        margin-right: -1.4vw;
    }
}


@media (max-width: 800px) {
    html{
    font-size: 10px;
    overflow-x: clip;
    }
    
    .killMe{
    padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
  width: 100%;
  padding-bottom: 2rem;
  box-sizing: border-box;
    }
    
    .OptAlert{
      justify-content:center;
      width: 100%;
      flex-direction:column;
      padding-top: 3.3rem;
      padding-bottom: 2.7rem;
      row-gap: 1.6rem;
      height: fit-content;
    }
    
    .OptAlert .textPart{
    width: fit-content;
    text-align: center;
    font-size: 1.5rem;
    text-align: left;
    }
    
    .OptAlert .button{
    width: 13.8rem;
    height: 4.5rem;
    font-size: 1.5rem;
    }
    
    .OptAlert img{
    width: 3.3rem;
    height: 3.3rem;
    left: unset;
    margin-left: unset;
    margin-top: -1.5rem;
    
    }

    .mobMenuBottom{
        display: block;
    }

    .mobMenuButtons ul{
        flex-direction: column;
        margin-top: 4.2rem;
        padding-left: 0;
        row-gap: 0rem;
    }

    .headerMain .logo img{
        transition: all 0.5s ease;
    }

    .headerMain .logo img.scrolled{
        transform: translateY(-2rem) scale(0.8);
    }

    .mobMenuButtons{
        width: 100%;
        position: relative;
    }

    .closeMobMain{
        position: absolute;
        top: 0;
        right: 0;
        background-size: cover;
        margin-top: 2.1rem;
        margin-right: 2.7rem;
        background-image: url(assets/images/menuclose1.svg);
        filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(22%) hue-rotate(300deg) brightness(105%) contrast(97%);
        width: 1.746rem;
        height: 1.746rem;
    }

    .headerCenter{
        position: sticky;
        z-index: 98;
        top: 0;
        box-shadow: 0px 3px 3px #0000000F;

    }

    .mobMenuBottom{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        height: fit-content;
        transition: all 0.5s ease;
    }

    .mobMenuBottom.closed{
        transform: translateY(50vh);
    }

    .mobileMenu.closed{
        transform: translateY(-150vh);
    }

    .mobMenuBottom .bottomLine{
        background-color: #CC0433;
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        left: 0;
        width: 100%;
        height: 5.5rem;
    }

    .bottomLine .arrow img{
        filter: invert(90%) sepia(92%) saturate(23%) hue-rotate(293deg) brightness(106%) contrast(97%);
        width: .86rem;
        height: .86rem;
    }

    .rigaOverlay{
        background-image: url(assets/images/riga.svg);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 48.9rem;
    }

   

    .bottomLine .text{
        font-family: "Open Sans";
        font-size: 1.4rem;
        line-height: 1.7rem;
        color: white;

    }

    .bottomLine .logoText{
        font-family: "Open Sans";
        font-size: 1.4rem;
        letter-spacing: .56rem;
        line-height: 1.7rem;
        font-weight: bold;
        color: white;
    }

    .mobMenuBottom .house img{
        width: 33.9rem;
        height: 21.3rem;
        object-fit: cover;
        object-position: top;
    }

    .mobMenuBottom .house{
        display: flex;
        justify-content: center;

    }

    .mobMenuButtons ul li{
        padding-left: 4rem;
        padding-top: 1.3rem;
        padding-bottom: 1.3rem;
        border-radius: 10px;
        margin-right: 0;
    }

    .mobMenuButtons ul li.current_page_item{
        background-color: rgba(255, 255, 255, 0.097);

    }


    .mobMenuButtons ul li a{
        font-size: 1.8rem;
        font-family: "Open Sans";
        color: white;
        width: 100%;
    }

    .mobileMenu{
        display: block;
        position: fixed;
        transition: all 0.5s ease;
        width: 100vw;
        height: 100vh;
        box-sizing: border-box;
        top: 0;
        left: 0;
        background-color: #21522E;
        z-index: 99;
        padding-top: 4.5rem;
        padding-left: 2.6rem;
        padding-right: 2.7rem;
        display: flex;
        align-items: center;
        flex-direction: column;

    }

    .mobileMenu .mobMainLogo img{
        width: 6.5rem;
        height: 5rem;
    }

    

    .onePost .datelink{
        display: block;
    }
    
    .leftMob{
        display: block;
    }
    
    .smolLogo.mob{
        display: block;
    }
    
    .mobfb{
        display: block;
    }

    body{
        overflow-x: clip;
    }

    .headerMain .buttons{
        display: none;
    }

    .centerNotBig{
        width: 100%;
    }

    .indexTopGrayBg>.top>.left {
        width: 100%;
        flex-direction: column;
        border-radius: 0;
    }

    .indexTopGrayBg>.top, .indexTopGrayBg>.bottom {
        flex-direction: column;
    }

    .indexTopGrayBg>.top>.left .textSide {
        max-width: 100%;
        padding-top: 8rem;
        padding-left: 0;
    }

    .homeSide .home{
        width: 90.13%;
        height: 20rem;
        margin-left: 0;
        object-fit: cover;
        object-position: top;
    }

    .homeSide{
        height: 20rem;
        display: flex;
        justify-content: center;
    }

    .indexTopGrayBg .top .right{
        display: flex;
    justify-content: center;
    margin-top: -3.5rem;
    z-index: 1;
    column-gap: .5rem;
    }

    .heading .house{
        display: none;

    }

    form.index input, form.index select {
        box-sizing: border-box;
    }

    .flex.paddingReg{
        flex-direction: column-reverse;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 2.6rem;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }

    .paymentBox{
        width: 70%;
    }

    .paddingReg>div{
        width: 100%;
        box-sizing: border-box;
    }

    .acf-map, #map{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
        width: 100vw;
        height: 40rem;
        z-index: 5;
    }

    .overlayMap{
        padding: 0;

        margin: 0;
        background-color: transparent;
        box-shadow: none;
        width: 100%;
        height: 100%;
        padding-top: 1.75rem;
        box-sizing: border-box;
        padding-left: 6.5rem;
        padding-right: 1.625rem;
        padding-bottom: 1.625rem;
    }

    .overlayMap .address{
        display: none;
    }

    .overlayMap .links{
        position: absolute;
        right: 0;
        bottom: 0;
        padding-right: 1.625rem;
        padding-bottom: 1.625rem;
    }

    .waze, .gmap{
        width: 4.4rem;
        height: 4.4rem;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .overlayMap .location{
        font-size: 1.6rem;
        padding: 1.3rem 1.6rem 1.3rem 1.6rem;
        color: white;
        background: rgba(0, 0, 0, 0.281) 0% 0% no-repeat padding-box;
        backdrop-filter: blur(5px);
    }

    .location.active{
        font-weight: 600;
        color: black;
        background-color: #F8A62C;
    }



    .paddingReg>div:not(:last-of-type) {
        padding-left: 1.5rem;
        margin-top: 3rem;
    }

    .contactInfo{
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .contactInfo p{
        font-size: 1.5rem;
    }

    .contactInfo .title{
        font-size: 1.6rem;
    }

    



    .paddingReg form.index{
        box-sizing: border-box;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-top: 2.1rem;
        padding-bottom: 3rem;
    }

    form.index button#send {
        font-size: 1.5rem;
        font-weight: bold;
        text-wrap: nowrap;
        padding: 1.1875rem 8rem 1.1875rem 8rem;
    }

    .recievedText .title {
        font-size: 2.2rem;
        line-height: 2.7rem;
    }

    .newsBlocks .onePost .image{
        width: 100%;
    }

    .onePost>.date, .onePost>.link{
        display: none;
    }

    .newsBlocks .onePost .image img{
        width: 100%;
    }

    .splitNews{
        flex-direction: column-reverse;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }

    .heading .back{
        margin-left: 2.5rem !important;
        left: 0;
        bottom: 0;
    }

    .slideScroll{
        border-radius: 0;
    }

    .single-maja .textArea{
width: 95%;
margin-left: 1.5rem;
margin-right: 1.5rem;
    }

    footer{
        margin-top: 0;
    }

    .payment .copy img{
        width: 3.1rem;
        height: 3.1rem;
    }


    .payment .img img{
        max-width: 16rem;
        height: 4rem;
    }

    .payment .bottom .main{
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .payment .bottom .sub{
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .boringContent{
        width: 100%;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        font-size: 1.6rem;
        line-height: 2.2rem;

    }

    .randopad{
        margin-bottom: 3rem !important;
    }

    .single-maja .center.flex:nth-of-type(4) .title{
        margin-bottom: 3rem;
    }

    .renoContact{
        max-width: 86%;
        margin-bottom: 6.25rem;
    }

    .heading .back{
        background-image: url(assets/images/pageback.svg);
        margin-bottom: 2.4rem;
        filter: invert(100%) sepia(42%) saturate(419%) hue-rotate(175deg) brightness(107%) contrast(101%);
    }

    .allTheInfo{
        background-color: #F5F5F5;
        border-radius: 10px;
        padding-top: 2.6rem;
        padding-bottom: 2.3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .electricity{
        box-sizing: border-box;
        flex-direction: column;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-top: 4.1rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
        padding-bottom: 3.3rem;
        max-width: 95%;
    }

    .electricity .title{
        text-align: center;
    }

    .thePill .rating{
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 2.7rem;
    }

    .texts{
        font-family: "Open Sans";
        font-size: 1.6rem;
        line-height: 2.2rem;
        font-weight: 300;
        text-align: center;

    }

    #slider1-label{
        margin-top: -5.5rem;
    }

    .slider-label .funnyLine {
        height: 2rem;
        border-right: .2rem solid black;
    }

    .alternativeLabel .number{
        font-size: 1.6rem;
        font-family: "Open Sans";
        font-weight: bold;
        color: black;
        text-align: center;
        line-height: 1.8rem;
    }

    .slider-label .usageText{
        display: none;
    }

    .alternativeLabel .text{
        font-family: "Open Sans";
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .electricity .left>.text, .electricity .left>.finalCalc{
        display: none;
    }

    .thePill{
        margin-top: 9rem;
        height: 4.2rem;
    }

    #slider2-label {
        margin-top: 2.5rem;
    }

    .calcMobile{
        margin-top: 8rem;
        display: flex !important;
        justify-content: center;
        flex-direction: row-reverse;
        background-color: #EDEDED;
        border-radius: 20px;
        padding-top: 2.7rem;
        padding-bottom: 2.4rem;
        align-items: center;
    }

    .calcMobile .text{
        width: 25%;
        text-wrap: wrap;
        margin-left: 1rem;
        font-weight: 500;
        font-size: 1.4rem;
    }

    .thing{
        font-size: 1.6rem;
        line-height: 1.8rem;
        display: flex;
    }

    .calcMobile .finalCalc{
        font-size: 3rem;
        line-height: 3.7rem;
        font-weight: bold;

    }

    .electricity .left, .electricity .right{
        width: 100%;
    }

    .oneInfo{
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    .slideMain{
        width: 100%;
    }

    .slideScroll{
        width: 100%;
    }

    .heading .title{
        text-align: end;
        margin-left: 8rem;
    }

    .single-jaunums .overflowNo{
        margin-bottom: 5.7rem;
    }

    .slideScroll img{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .single-maja .splitNews{
        background-color: transparent;
        align-items: center;
    }

    .newsBlocks .onePost .text{
        color: #25392A;
        text-align: left;
        width: 100%;
        margin-left: 1rem;
    }

    .currLang{
        font-size: 1.5rem;
        margin-top: -0.2rem;
    }

    .newsBlocks{
        flex-direction: column;
        align-items: center;
        padding-top: 3.3rem;
    }

    .newsBlocks .onePost{
        width: 100%;
        max-width: 100%;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;

    }


    .recievedText .text {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .recievedText .button {
        font-size: 1.5rem;
        padding: 1.3rem 3rem;

    }

    .paddingReg form.index .container {
        margin-top: 2rem;
    }

    .contactInfo img {
        width: 1.9rem;
        height: 1.7rem;
    }

    form.index textarea {
        font-size: 1.6rem;
    }

    footer .copyRight{
        text-wrap: nowrap;
    }

    .heading{
        margin: 0;
        position: relative;

        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
        justify-content: end;
        padding-right: 2.5rem;
        padding-top: 3.4rem;
        padding-bottom: 3.4rem;
    }

    .paymentOverlay, .alertOverlay, .readingsOverlay {
        width: 100vw;
    }

    .bottomPart .leftMob .flex{
        display: flex;
    }

    .bottomPart .left{
        display: none !important;
    }

    .alertFull{
        flex-direction: column;

    }

    .bottom .grayBgOverlay{
        width: 100%;
    }

    .scrollContainer{
        width: 100vw;
        margin-left: 2.5rem;
    }

    .portalButton.news{
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.5rem;
        padding: 1.244rem 2.504rem 1.456rem 2.504rem;
    }

    .onePost .image img{
        width: 31rem;
    }

    .source{
        position: absolute;
        font-size: 1.2rem;
        padding-top: 2.5rem;
        margin-left: 2.5rem;
    }

    .picArea>.center.flex{
        justify-content: start;
    }


    .linkArro{
        margin-left: 0;
    }
    

    .newsbutt{
        margin-top: 2.675rem;
        margin-bottom: 4rem;
    }

    .headerMain .logo{
        margin-bottom: -1rem;
    }

    .clientBlocks{
        flex-direction: column;
    }

    .mobEl{
        display: block;
    }

    .formBlock{
        width: 100vw;
        flex-direction: column;
        height: fit-content;
        padding-left: 3.7rem;
        padding-right: 3.7rem;
        border-radius: 0;
        padding-bottom: 5.5rem;
    }

    .formBlock .left, .formBlock .right {
        width: 100%;
    }

    form.index{
        width: 100%;
    }

    form.index input, form.index select {
        width: 100%;
        font-size: 1.6rem;
        text-wrap: wrap;

        padding-right: 1rem;
    }

    .ru-locale{
        font-size: 1.6rem;
    }

    form.index input:nth-of-type(4){
        padding-bottom: 3rem;
    }

    form.index .container {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .checkmark{
        height: 2.2rem;
        width: 2.2rem;
    }

    .container .checkmark:after {
        left: 7px;
        top: 3px;
    }

    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        white-space:pre-line;  
        position:relative;
        
      }

    .formBlock .title{
        font-size: 3rem;
        line-height: 3.7rem;
    }

    .formBlock .subtitle{
        font-size: 1.6rem;
        line-height: 2rem;
        margin-bottom: 2.5rem;
        margin-top: 1.5rem;
    }

    footer .topPart .left{
        display: none;
    }

    .container .checkmark:after{
        width: 0.4125rem;
        height: 1.025rem;
    }

    footer .topPart{
        padding-left: 4.5rem;
        padding-right: 4.5rem;
        padding-bottom: 3rem;
        justify-content: center;
    }

    footer .topPart .right {
        text-align: center;
        font-size: 1.7rem;
        line-height: 2rem;
        max-width: unset;
    }

    .mobfb{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobfb .fake{
        width: 3rem;
        height: 3rem;
        margin-right: 1.1rem;
    }

    .footLogo{
        width: 3.4rem;
        height: 2.6rem;
    }

    .longPipe{
        display: none;
    }

    .pipe{
        border-bottom: 1px white solid;
        width: 40%;
        opacity: 0.22;
    }

    .longPipeMob{
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: fit-content;
    }

    .bottomPart .smolLogo{
        display: none;
    }

    footer .bottomPart .right{
        display: none;
    }

    .picArea, .textArea{
        width: 100%;
        box-sizing: border-box;
    }

    .topBlock{
        width: 100%;
        box-sizing: border-box;
        flex-direction: column;
        border-radius: 0;
        padding-left: 0;
        margin-top: 0;
    }

    .topBlock .title{
        font-size: 3rem;
        line-height: 3.7rem;
    }

    .topBlock .desc{
        font-size: 1.6rem;
        line-height: 2rem;
        max-width: 30.3rem;
        max-height: 8rem;
        overflow: hidden;
        opacity: 0.8;
        transition: all 0.5s ease;
    }

    .desc.extended{
        max-height: 40vh;
    }

    .lowerBlockInner{
        flex-direction: column;
        position: relative;
        padding-top: 4.2rem;
        padding-bottom: 4.2rem;
        padding-left: 4.1rem;
        padding-right: 4.1rem;
        text-align: center;
    }

    .box2{
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        width: 100%;
    }

    .box2 .subtitle{
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: left;
    }

    .box2boxes{
        width: 100%;
        overflow: scroll;
        margin-left: 1.7rem;
        justify-content: start;
        scroll-snap-type: x mandatory;
    }

    .box2boxes .oneBox{
        min-width: 29rem;
        box-sizing: border-box;
        font-size: 1.6rem;
        line-height: 2.2rem;
        padding-bottom: 3.2rem;
        padding-left: 3.4rem;
        padding-right: 3.7rem;
        padding-top: 4.3rem;
        scroll-snap-align: center;

    }

    .noflexm .defaultBox{
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        background-color: transparent;
        padding-top: 0;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        margin-bottom: 0;
    }

    .moreOverlay{
        width: 100vw;
    }

    .househead{
        font-size: 2.2rem;
        line-height: 2.7rem;
        text-align: center;
        margin-top: 3.2rem;
        margin-bottom: 3.2rem;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .page-template-page-houses .onePost>.link{
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 1.3rem;
    }

    .page-template-page-houses .newsBlocks{
        padding-top: 0;
    }




    .defaultBox .left, .defaultBox .right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .dox{
        max-height: unset;
    }

    .dox .document{
        font-size: 1.6rem;
        line-height: 2.7rem;
    }

    .defaultBox .desc {
        font-size: 1.6rem;
        line-height: 2.2rem;
        text-align: left;
        margin-bottom: 4rem;
    }

    .defaultBox .text{
        text-align: left;
    }

    .defaultBox .vertDivBig{
        display: none;
    }

    

    .box2 .title{
        font-size: 2.2rem;
        line-height: 2.7rem;
        text-align: left;

    }

    .lowerBlock{
        padding-top: 22rem;
        border-radius: 0 0 20px 20px;
    }

    .lowerBlockInner .text{
        margin-bottom: 1.45rem;
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .lowerBlockInner .button{
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .lowerBlockInner .pin{
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -1.7rem;
        width: 3.745rem;
        height: 3.745rem;
    }

    .lowerBlockInner .button{
        margin-left: 0;
    }

    .topBlock .left{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
        text-align: center;
        box-sizing: border-box;
        padding-bottom: 3rem;
        

    }

    .controls .buttons{
        position: absolute;
        bottom: 0;
    }

    .controls .buttons img{
        width: 3rem;
        height: 3rem;
    }

    .counter{
        font-size: 1.2rem;
        padding: .4813rem 1rem .4813rem 1rem;
    }

    .mobReadMore{
        font-size: 1.2rem;
        line-height: 2rem;
        color: white;
        opacity: 0.8;
        display: block;
        text-decoration: underline;
        font-weight: bold;
        font-family: "Open Sans";
        margin-top: 1.65rem;
    }

    .topBlock .home{
        position: relative;
        margin: 0;
        width: 90.13%;
        height: 20rem;
        margin-left: 0;
        object-fit: cover;
        object-position: top;
    }

    .topBlock .right{
        width: 100%;
        margin-left: 0;
        height: fit-content;
        display: flex;
        justify-content: center;
    }

    .overflowNo{
        overflow: hidden;
    }

    .textArea{
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        margin-top: 3.5rem;
        width: 85%;
        padding-right: 0;
    }

    .textArea .title{
        font-size: 2.2rem;
    }

    .textArea .content{
        font-size: 1.6rem;
    }



    .mobButtons .menuToggle{
        margin-right: 2.5rem;
    }

    .languages a{
        font-size: 1.6rem;
        line-height: 3rem;
    }

    .languages{
        left: unset;
        right: 0;
        margin-bottom: -9rem;
    }

    .mobButtons{
        display: flex;
        align-items: center;
        margin-top: -2rem;
    }

    .languageSwitcher{
        order: -2;
        width: 2rem;
        height: 2rem;
    }

    .kopaaMob{
        display: flex;
        font-size: 1.4rem;
        margin-right: 2.8rem;
        border-radius: 5px;
        font-family: "Open Sans";
        line-height: 1.7rem;
        color: white;
        order: -2;
        background-color: #CC0433;
        align-items: center;
        padding: .6rem 1.5rem;
    }

    .kopaaMob img{
        margin-left: .8rem;
    }

    .mobButtons .menuToggle img{
        width: 2.2rem;
        height: 1.788rem;
    }

    footer .leftMob>.copyRight{
        margin-right: 0;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    footer .bottomPart{
        flex-direction: column-reverse;
        padding-left: 0;
        padding-right: 0;

    }

    footer .bottomPart .left{
        flex-direction: column;
    }

    .paymentBox.novis, .alertFull.novis, .readingsFull.novis, .recievedText.novis{
        transform: translateY(200vh);
    }

    .postSlide{
        width: 100vw;
        margin-top: 3.6rem;
    }

    .postSlide .title, .clientTitle {
        margin-bottom: 3.6rem;
    }

    .scrollCtrl{
        display: none;
    }

    .scrollCtrl.mob{
        display: block;
        margin-top: 0;
        margin-left: 3.7rem;
        margin-right: 3.7rem;
    }

    .scrollCtrl.mob img{
        width: 1.77rem;
        height: 1rem;
    }

    .clientBlock{
        width: unset;
        margin-right: 2.5rem;
        margin-left: 2.5rem;
        flex-direction: row-reverse;
        margin-bottom: 1rem;
        position: relative;
        padding: 2.745rem 2.5rem 1.955rem 2.5rem;
        justify-content: flex-end;
    }

    .clientBlock>div:nth-of-type(2){
        width: 80%;
    }

    .clientBlock img{
        position: absolute;
        margin-top: 2.7rem;
        margin-right: 2.5rem;
        width: 3rem;
        height: 3rem;
        top: 0;
        right: 0;
    }

    .clientTitle{
        width: 46%;
        text-align: center;
    }

    .clientBlock .blockTitle{
        text-align: left;
        font-size: 1.6rem;
        line-height: 2.3rem;
    }

    .clientBlock .blockSub{
        text-align: left;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .deskEl{
        display: none;
    }

    .indexRightBlock{
        margin-left: 0;
    }

    .alertOverlay, .alertFull{
        display: none;
    }

    .partnerSlide{
        display: flex;
        overflow: scroll;
        justify-content: start;
        width: 100vw;
        margin-bottom: 2.8rem;
    }

    .closeAlert.paymentclose, .closeReadings{
        display: flex;
        justify-content: center;
        bottom: 0;
        top: unset;
        margin-bottom: -7rem;
        margin-right: 0;
        width: 100%;
       
    }

    .readingsFull .mid, .readingsFull .bottom {
        font-size: 1.6rem;
        line-height: 2.2rem;
    }

    .alertInnerFlex>a{
        display: none;
    }

    .alertInnerFlex{
        width: 100%;
        max-width: 100%;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

  

    .vertDiv{
        display: none;
    }

    .readingsFull .top .title{
        font-size: 2.2rem;
        line-height: 2.7rem;
    }

    .readingsFull .top .subtitle{
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .closeAlert.paymentclose img, .closeReadings img{
        background-color: white;
        border-radius: 100%;
        padding: 1rem;
    }

    .paymentBox .portalButton{
        font-size: 1.5rem;
        padding: 1.3rem 3rem;
    }

    .floater{
        display: none;
    }

    .liveTitle{
        font-size: 1.6rem;
        line-height: 1.9rem;
    }

    .liveLink{
        font-size: 0px;
        width: 1.02rem;
        height: 1.02rem;
        display: flex;
    }

    .specialEvent .live{
        font-size: 1.2rem;
        padding-top: .6875rem;
    }

    .headerMain{
        padding-top: 2.5rem;
        padding-left: 2.9rem;
        box-sizing: border-box;
        width: 100vw;
        background-color: white;
    }

    .specialEvent{
        height: 5.5rem;
    }

    .indexTopGrayBg{
        margin-top: -2rem;
        background-color: #F5F5F5;
        padding-bottom: 4rem;
        border-radius: 0 0 20px 20px;
    }

    .closeLive{
        display: none !important;
    }

    .scroll{
        column-gap: 5rem;
    }

    .alertOuterFlex{
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        margin-top: 1.6rem;
        flex-direction: column;
    }

    .alertLinks{
        display: flex;
        justify-content: space-between;
        margin-top: 2.1rem;
    }

    .alertLinks .date{
        font-size: 1.2rem;
        line-height: 1.4rem;
        color: #969696;
        font-family: "Open Sans";
    }

    .alertLinks .linkToAlert{
        font-size: 1.2rem;
        line-height: 1.5rem;
        color: black;
        font-weight: 500;
        font-family: "Open Sans";
    }

    .bottom .left{
        width: 100%;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        padding-left: 0;
        text-align: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 2rem;
    }

    .indexTopGrayBg>.bottom {
        align-items: center;
    }

    .bottom .left p {
        margin-bottom: 1.4rem;
    }

    .bottom .left .aboutUsButton {
        font-size: 1.5rem;
        padding: 1.2rem 2.6rem 1.4rem 2.6rem;
    }

    .bottom .right {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        box-sizing: border-box;
        flex-direction: column;
        padding-top: 4.2rem;
        padding-right: 4rem;
        padding-left: 4.2rem;
        padding-bottom: 4.1rem;
    }

    .bottom>.right>.text {
        text-align: center;
        margin-bottom: 1.45rem;
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .right > .pin{
        position: absolute;
        margin-top: -1.5rem;
        right: 0;
        top: 0;
        width: 3.745rem;
        height: 3.745rem;
    }

    .scrollPage{
        scroll-snap-align: unset;
        column-gap: 1.5rem;

    }

    .onePost{
        scroll-snap-align: center;
        max-width: 31rem;
    }
    .indexTopGrayBg>.top>.left .title {
        font-size: 3rem;
        line-height: 3.7rem;
        text-transform: uppercase;
        text-align: center;
    }

    .indexTopGrayBg>.top>.left .text {
        font-size: 1.6rem;
        text-align: center;
        line-height: 2rem;
        margin-left: 3.6rem;
        margin-right: 3.6rem;
    }

    .indexTopGrayBg>.top>.left .phone, .indexTopGrayBg>.top>.left .email {
        justify-content: center;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .onePost .text{
        font-size: 1.6rem;
        line-height: 1.8rem;

    }

    .onePost .date{
        font-size: 1.2rem;
        line-height: 1.4rem;

    }

    .onePost>.link{
        display: none;
    }

    .datelink{
        display: flex;
        align-items: center;
    }

    .onePost .link{
        margin-top: 0;
        margin-left: 1.56rem;
    }

    .onePost .date{
        margin-top: 0;
    }

    .onePost .datelink{
        margin-top: 1rem;
        display: flex;
        width: 100%;
    }

    .onePost .link a{
        font-size: 1.2rem;
        line-height: 1.5rem;
        text-decoration: none;
    }


}


.invalid{
    border: 3px red solid !important;
    background-color: rgba(255, 0, 0, 0.41) !important;
}

#contact-form .container p{
    margin-top: 0;
    margin-bottom: 0;
    text-wrap: nowrap;
}

#contact-form .container p a{
    text-decoration: underline;
}


@media (max-width: 800px){
    #contact-form .container p{
        text-wrap: wrap;
    }
}

@media(max-height: 700px){
    .mobMenuButtons ul li{
        padding-top: 0.7rem;
        padding-bottom: 0.7rem;
    }
}


 
 
@media (min-width: 768px) {
	.splitNews .textArea {
		max-width: 555px;
		margin-left: auto;
	}
}

.splitNews .textArea iframe {
	width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
	max-width: 800px;
}