.text-block-29 {
  height: 70px;
}


.text-block-34 {
  width: 60%;
  font-size: 48px;
}




@media all and (max-width: 991px) {
    .text-block-30 {
      display: block;
    }
    .text-block-34 {
        width: 100%;
        font-size: 48px;
    }
}



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

.paragraph {
  font-size: 21px;
}

.message{
    font-size: 16px;
    text-align: center; 
}

video.main{
    max-width: 536px;
    border-radius: 20px !important;
}







@media only screen and (min-width: 768px) {
    .paldies .lin {
        pointer-events: none; 
        cursor: default; 
        color: inherit; 
        text-decoration: none; 
    }
}


.remote-video-blocks-wrap {

}

.red{
    color: #e51f22;
}

.faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq__title {
    color: #ffffff;
    font-size: 35px;
    text-align: center;
}

.faq-section .video-wrap video{
        width: 250px;
        text-align: left;
}

.faq-section .video-wrap {
    float: left;
    margin-right: 20px; 
}

.acc-block__question {
    cursor: pointer;
}

.acc-block {
    /*cursor: pointer;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.acc-block.active .acc-block__question:before {
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
}

.acc-block:hover .acc-block__question {
    text-decoration: underline;
}

.acc-block__question {
    color: #ffffff;
    font-size: 20px;
    padding-left: 50px;
    position: relative;
}

.acc-block__question:before {
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background-image: url(../images/acc-block-icon.svg);
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    left: 0;
    margin-left: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.acc-block__answer {
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding-left: 50px;
    display: none;
    overflow: hidden;
}


.acc-block__answer a {
    text-decoration: underline;
    color: #fff;
}




@media screen and (max-width: 767px) {
    .remote-video-blocks-wrap,
    .remote-video-blocks-wrap video{
        width: 100%;
    }
    
    .acc-block__answer {
        padding-left: 50px;
    }
    
    .faq-section .video-wrap {
        float: none;
        margin-right: 0px;
        margin-bottom: 20px; 
    }
    
    .text-block-29 {
      height: 100px;
    }
}


/*HEADER*/

.icon-4 {
    margin-right: 3px;
    font-size: 14px;
    color: red;
    font-weight: bold;
}


.se1 {
  margin-top: 51px;
}

.se-cont,
.se-progr,
.se1.thank {
  padding-top: 101px;
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.header.moved .header_sides,
.header.moved .lang_chooser .selectric,
.header.moved .lang_chooser .selectric .label,
.header.moved .soc_link {
    color: #fff;
}
.header.going_down {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.header:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.header.moved:before {
    opacity: 1;
}

/*END HEADER*/


/* Kontakti */

.foto-teh._1 {
  background-image: url("../images/photo/tatjana.jpg");
}

.foto-teh._2 {
  background-image: url("../images/photo/inita.jpg");
}

.foto-teh._3 {
  background-image: url("../images/photo/lilija.jpg");
}

.foto-teh._4 {
  background-image: url("../images/photo/kristine.jpg");
}

.foto-teh._5 {
  background-image: url("../images/photo/girts.jpg");
}
/* End Kontakti */

.logo {
  width: 200px;
  height: 65px;
  background-image: url("../images/vsk.lv.svg");
  background-position: 50%;
  background-size: cover;
  flex: none;
  order: -1;
  margin-top: 7px;  
}

.logo2 {
  width: 182px;
  height: 80px;
  background-image: url("../images/vsk.lv-1.svg") !important;
  background-position: 50%;
  background-size: cover;
  flex: none;
  order: -1;
  margin-top: 7px;  
}

.logos {
  width: 200px;
  height: 65px;
  background-image: url("../images/vsk.lv-3.svg") !important;
  background-position: 50%;
  background-size: cover;
}


.se10 {
  height: auto;
  background-color: #520484;
  border-radius: 20px;
  padding-top: 37px;
  padding-bottom: 22px;
  overflow: hidden;
}


.div10 {
  text-align: left !important;
}



.colum-umnik {
    width:71%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 100px;
    height: 32px;
  }
  
  .logo2 {
    width: 91px;
    height: 40px;
  }
  .logos {
    width: 150px;
    height: 48px;
  }
  
  .se1 {
    margin-top: 63px;
  }
  
  .se-cont {
    padding-top: 85px;
  }
  
  .colum-umnik {
    width:100%;
    }    


}

@media screen and (max-width: 767px) {
  .se-cont {
    padding-top: 75px;
  }
    
    
    .div6 {
      background-color: transparent;
      padding: 10px 4% 54px;
    }
    
    .div6:hover {
      background-color: transparent;
      
    }
    
}


@media screen and (max-width: 479px) {
  .se1 {
    margin-top: 55px;
  }
  
  .plahka-6 {
    /*display: none;*/
    transform: translate3d(0px, 100px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) skew(0deg, 0deg) !important; 
    }
  .lang-ru .plahka-6 {
    /*display: none;*/
    transform: translate3d(0px, 120px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-4deg) skew(0deg, 0deg) !important; 
    }
}





.cls{
    clear: both;
}

.alignleft{
    float: left;
}

.alignght{
    float: right;
}

/*PAGE*/

.page h1 {
    margin-bottom: 30px;
}


.page h1,
.page h2{
    text-align: center;
 
}

.page.text-left h2{
    text-align: left;
}

.page p{
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 16px;
}

.page ul li{
    line-height: 1.5;
    font-size: 16px;
}

.page {
  width: 95%;
  min-height: 410px;
  max-width: 1400px;
  
  background-color: #fff;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5% 10px 5%;
  --display: flex;
  overflow: hidden;
}

.page .button-container{
    max-width: 400px;
    margin: 0 auto 50px auto;
}

.page .button{
    opacity: 1; 
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    transform-style: preserve-3d;
}


.page .cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
}

.page  .col-left {
    max-width: 30%; 
}

.page  .col-right {
    max-width: 65%; 
}

.page table {

}
  
.page table td,
.page table th {
  border: 1px solid black;
  padding: 10px;
}
  
@media screen and (max-width: 767px) {
    .page  .cols {
        display: flex;
        flex-direction: column; 
        max-width: 100%;
    }

    .page  .col-left {
        max-width: 100%;
    }

    .page  .col-right {
        max-width: 100%;
    }
    .page table td,
    .page table th {
      padding: 1px;
      font-size: 12px;
    }
}


/*PAGE*/






/*PRICE Table*/
.tbl {
    display: table;
    max-width: 900px;
    margin: 30px 0px 30px 0px;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
    width: 50%;
}

.tbl.active {
    background: #b8f200;
    -webkit-box-shadow: 0 20px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.70);
    border-radius: 10px;
}
/*
.tbl-row  {
    display: table-row;
}
*/
.tbl-cell {
    display: table-cell;
    padding: 6px 30px;
    font-size: 18px;
    border: 0px solid #bbb;
    text-align: left;
    vertical-align: middle;
}

.tbl-cell.desc{
    height: 50px;
    vertical-align: top;
    font-size: 12pt;
   	width: 100% !important;
}


.tbl-row .tbl-cell:first-child {
	width: 60%;
}
.tbl-row .tbl-cell:nth-child(2) {
	width: 40%;
    padding-left: 40px;

}


@media screen and (max-width: 991px) {
    .tbl.alignright {
        float: left;
        margin-bottom: 30px;
    }
    .tbl {
        margin-bottom: 0px;
        width: 100%;
    } 
}

/*PRICE Table*/


/*Text video*/

.text-video {
    text-align: left; 
    padding-top: 30px;
}

.custom_video_1{
    text-align: left; 
    margin-top: 0px;
    margin-bottom: 20px;
}

.custom_video_1 video{
    width: 100%; 
    max-width: 460px;
    margin-right:  40px;
    border-radius: 20px;
}



@media screen and (max-width: 991px) {

    .custom_video_1{
        text-align: center; 
    }
        
    .custom_video_1 video{
        width: 100%; 
        max-width: none;
        margin-right:  0px;
    }

    .custom_video_1{
        margin-top: 0px;
    }
    
    .text-video {
        padding-top: 10px;
    }
 
}

/*Text video*/


/*Imported Forms*/


.imp_forms input,
/*select,*/
.imp_forms textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
}

.imp_forms input:hover {
    font-weight: 500;
}

.imp_forms textarea:hover {
    font-weight: 500;
}

.imp_forms textarea {
    resize: vertical;
}

.imp_forms button[type=submit] {
    cursor: pointer;
}

.imp_forms .checkbox-label {
    font-weight: normal;
    cursor: pointer;
}

.select-block-input-wrap {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-bottom: 8px;
    margin: 0 9px;
    margin-bottom: 35px;
}

.select-block-input-wrap:after {
    z-index: 5;
    position: absolute;
    display: block;
    content: '';
    width: 43px;
    height: 3px;
    border-radius: 1px;
    background-color: #e52a33;
    top: 100%;
    margin-top: -1.5px;
}

.select-block-input-wrap:hover:after {
	background-color: #5749e1;
	transition: all .35s;
}

.select-block__input {
    color: #333333;
    font-size: 17px;
    padding-left: 53px;
    width: 100%;
    padding-right: 15px;
	transition: all .35s;
}

.select-block__input:hover {
    font-size: 18px;
	padding-left: 65px;
	transition: all .35s;
}



.select-block__input.error::-webkit-input-placeholder {
    color: #e52a33;
}

.select-block__input.error::-moz-placeholder {
    color: #e52a33;
}

.select-block__input.error:-ms-input-placeholder {
    color: #e52a33;
}

.select-block__input.error::placeholder {
    color: #e52a33;
}

.select-block__input-icon {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    margin-left: 13px;
	transition: all .35s;
}

.select-block__input-icon:hover {
    top: 30%;
}

.select-block__input--textarea {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}


.select-block__input-icon-comment {
    top: auto;
    /*bottom: 10px;*/
    top: 18px;
}

.popup-disc3 {
    display: block;
    color: grey;
    font-size: 12px;
    text-align: left;
    margin: 30px 10px;
}

.popup-disc3 input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.popup-disc3 input[type=checkbox].error + span {
    color: #e52a33;
}


.button,
.main-button,
.select-block__button,
.facebook__button {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button:hover,
.main-button:hover,
.select-block__button:hover,
.facebook__button:hover {
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
}

.button:active,
.main-button:active,
.select-block__button:active,
.facebook__button:active {
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.select-block__button {
    position: relative;
    margin-bottom: 0;
    margin: 0 auto;
    width: 96%;
    letter-spacing: 1px;
    height: 80px;
    -webkit-box-shadow: 0 13px 32px rgba(184, 242, 0, 0.22);
    box-shadow: 0 13px 32px rgba(184, 242, 0, 0.22);
    border-radius: 40px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 10;
    color: #520484;
    background-color: #b8f200;
}
.select-block__button:hover {
    background-color: #ff60cd;
    -webkit-box-shadow: 0 13px 32px rgba(255, 95, 205, 0.22);
    box-shadow: 0 13px 32px rgba(255, 95, 205, 0.22);
}

.select-block__button strong {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}

.select-block__button  {
    animation: myanim1 7s infinite;
}

.select-block__button:hover {
    animation: myanim2 7s infinite;
}

@keyframes myanim1 {
    50% {
        box-shadow: 0 13px 32px rgba(184, 242, 0, 0.22);
    }
    60% {
        box-shadow: 0 3px 32px 5px rgba(184, 242, 0, 0.82);
    }
    100% {
        box-shadow: 0 13px 32px rgba(184, 242, 0, 0.22);
    }
}

@keyframes myanim2 {
    50% {
        box-shadow: 0 13px 32px rgba(255, 95, 205, 0.22);
    }
    60% {
        box-shadow: 0 3px 32px 5px rgba(255, 95, 205, 0.82);
    }
    100% {
        box-shadow: 0 13px 32px rgba(255, 95, 205, 0.22);
    }
}

 .select-block-input-wrap-small {
        width: calc(33% - 19px);
        display: inline-block;
 }



.email-form-wrap .w-form-done,
.email-form-wrap .w-form-fail{
    margin-left:  50px;
    padding: 10px 20px 10px 20px;
}


.email-form{
    margin-bottom:  20px;
    margin-left:  50px;
    padding: 40px 30px 10px 30px;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.text-block-10 {
    width: 100%;
    margin-bottom: 20px;
	transition: all .35s;
}

.text-block-10:hover {
    font-size: 21px;
}

.select-block-checkboxes-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

.select-block__checkbox {
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.select-block__checkbox.not-active {
    opacity: 0.5;
    cursor: default;
}

.select-block__checkbox:checked + label {
    display: block;
    background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
    background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
    color: #ffffff;
}

.select-block__checkbox--label {
    width: 43px;
    height: 43px;
    background-color: #eaeaea;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    color: #333333;
    font-size: 18px;
}


.select-block__checkbox--label {
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

.select-block__checkbox--label.noanim {
    animation: none;
}

.select-block__checkbox--label[for="10"],
.select-block__checkbox--label[for="11"],
.select-block__checkbox--label[for="12"] {
    animation-delay: 6s;
}

.select-block__checkbox--label[for="7"] {
    animation-name: shadow-pulse-1;
}

.select-block__checkbox--label[for="8"] {
    animation-name: shadow-pulse-2;
}

.select-block__checkbox--label[for="9"] {
    animation-name: shadow-pulse-3;
}

.select-block__checkbox--label[for="10"] {
    animation-name: shadow-pulse-1;
}

.select-block__checkbox--label[for="11"] {
    animation-name: shadow-pulse-2;
}

.select-block__checkbox--label[for="12"] {
    animation-name: shadow-pulse-3;
}


@keyframes shadow-pulse-1 {
    0% {
        background-image: inherit;
        color: inherit;
    }
    7% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    14% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    21% {
        background-image: inherit;
        color: inherit;
    }
}

@keyframes shadow-pulse-2 {
    0% {
        background-image: inherit;
        color: inherit;
    }
    7% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    14% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    21% {
        background-image: inherit;
        color: inherit;
    }
    29% {
        background-image: inherit;
        color: inherit;
    }
    36% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    40% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    47% {
        background-image: inherit;
        color: inherit;
    }
}

@keyframes shadow-pulse-3 {
    29% {
        background-image: inherit;
        color: inherit;
    }
    36% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    40% {
        display: block;
        background-image: -webkit-linear-gradient(105deg, #d6161f 0%, #ed464e 100%);
        background-image: linear-gradient(-15deg, #d6161f 0%, #ed464e 100%);
        color: #ffffff;
    }
    47% {
        background-image: inherit;
        color: inherit;
    }
}


@media screen and (max-width: 991px) {
   .popup-disc3 {
        margin-bottom: 0;
    }
    
 .select-block-input-wrap-small {
        width: 100%;
        display: block;
 }
 .select-block__button {
    margin-top: 20px;
 }
 

    .email-form{
        margin-left:  0px;
        padding: 40px 10px 40px 10px;
    }

    
       .select-block-checkboxes-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .select-block-checkbox-wrap{
        
    }
    
    .select-block__checkbox--label {
        margin: 2px;
    }
    
}


/*Imported Form*/


/* Popup */

#callback-thanks {
    display: none;
}

.select-block {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 35px 25px 42px 25px;
    margin-left: 90px;
}

.js-enter-popup {
    width: 500px;
    max-width: 100%;
}

#enter-popup {
    display: none;
    margin-left: 0;
    margin-top: -90px;
    margin-top: 0;
}

.select-block__title,
.popup__title {
    text-align: center;
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 10px;
}

.select-block__subtitle {
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

@media all and (max-width: 991px) {
    .select-block__title,
    .popup__title {
        margin-bottom: 10px;
    }

    .select-block__title br,
    .popup__title br {
        display: none;
    }
    
    .mobile_hide {
        display: none !important;
    }
}

@media all and (min-width: 991px) {

    #enter-popup {
        margin-top: -90px;
    }
    
     .desktop_hide {
        display: none !important;
    }
    
}



/* End Popup */


/* Quiz*/

.ask .select-block__button{
    width: 100%;
    
}

.ask {
    margin: 50px 0px 50px 0px;
    
}

.ask .w-form-done,
.ask .w-form-fail{
    padding: 20px 20px 10px 20px;
    text-align: center;
     margin: 20px 0px 20px 0px;
}




.quiz label { 
    cursor: pointer; 
    margin-right: 10px;
}
.quiz .select-block__button { 
    max-width: 500px;
}


.choice {
    -webkit-appearance: radio !important;
    cursor: pointer;
}
#user-quiz-form div  {
    padding-bottom: 20px;
}

#user-quiz-form p  {
    font-size:  20px;
}


div.opt div{
    display: inline-block;
    margin-right: 15px;
}

div.opt div.title{
    min-width: 80px;
    margin-right: 20px;
    font-size: 16px;
}



@media all and (max-width: 991px) {
    div.opt div{
        display: block;
    }    
}


/* End Quiz*/


/*Invoice*/


.invoice-html .buttons a{
     max-width: 360px; 
     margin-right: 30px;  
     float: left;
     margin-left: 0;

}

@media all and (max-width: 991px) {
    .invoice-html .buttons a{
      max-width: 300px; 
    }  
}

@media all and (max-width: 767px) {
    .invoice-html .buttons a{
     float: none;
     margin: 0 auto 20px auto; 
    }  
}

/*End Invoice*/


/*Menu Fix*/

.menu-link {
  text-decoration: none;
}

.menu-link:hover, .menu-link.w--current {
  color: #ff60cd;
}

/*End menu fix*/


/*Footer*/
@media all and (min-width: 991px) {
    .colum-footer-r  a.link{
     margin-right: 25px;
    }
}
@media all and (max-width: 479px) {
.colum-footer-r a.button {
    min-width: 150px;
  }
}
/*End Footer*/



@media screen and (min-width: 767px) {
    .phone-number {
        pointer-events: none;
    }
}


@media screen and (max-width: 479px) {
	.paragraph {
	font-size: 16px;
	}
	
	.hide-mobile {
        display: none;
	}
}

/*Contacts fix*/

.div15{
   margin-bottom: 30px; 
}

@media screen and (max-width: 991px) {
  .div15{
   margin-bottom: 0px; 
  }

}
/*Contacts fix*/

/*Custom video player*/


.video-container {
  position: relative;
  margin: 0px auto 10px auto;
  
}

video.custom-player {
  width: 100%;
  display: block;
}

.custom-controls {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-controls.v2 {
  top: 60%;
  left: 50%;
}

.custom-controls.v3 {
  top: 60%;
  right: 30%;
}


.play-pause-button {
  width: 60px;
  height: 60px;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.3); 
  border-radius: 50%;
  border: 3px solid white; 
  outline: none;
  cursor: pointer;
  color: white; 
  opacity: 0.7;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.play-pause-button:hover {
  opacity: 0.9; 
  background-color: rgba(0, 0, 0, 0.5);
}


video.custom-player::-webkit-media-controls {
  display:none !important;
}

video.custom-player::-webkit-media-controls-play-button,
video.custom-player::-webkit-media-controls-start-playback-button,
video.custom-player::-webkit-media-controls-panel {
  display:none !important;
}

/*End Custom video player*/


.foto-iphone {
  background-image: url("../images/iphone15.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 80%;
  padding-bottom: 30%;
}

.div-left {
  position: absolute;
  bottom: 0; 
  width: 50%;
}

.div-block-7-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 59%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.headin2 {
  color: #5749e1;
  margin-bottom: 65px;
  font-size: 45px;
  line-height: normal;
}

.div7-2 {
  background-color: #e8e9fc;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  width: 95%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
	.div-block-7-2 {
	width: 100%;
	padding-bottom: 5%;
	padding-top: 5%;
	}
	.headin2 {
	margin-bottom: 25px;
	font-size: 33px;
	}
	.div7-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-direction: column;
    align-items: center;
	padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
	}
	.foto-iphone {
	width: 100%;
	padding-bottom: 49%;
	}
	.div-left {
	width: 100%;
	display: contents;
	}
}

@media screen and (min-width: 991px) {
    .colum-chat-r {
	flex-direction: unset;
	justify-content: unset;
	height: 330px;
	width: 55%;
	}
	.div-block-14 {
	width: 100%;
	height: 444px;
	}
	.content {
    width: 104%;
	}
}

@media screen and (max-width: 767px) {  
    .text-block-29 {
    height: auto;
    }
}

.div2 {
	align-items: start;
}

.text-block-50 {
  font-size: 21px;
  line-height: normal;
}

.p1 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #9c9c9c;
}

@media screen and (max-width: 479px) {
	.foto-men {
    padding-bottom: 100%;
	}
}

.div15{
   flex-wrap: wrap;
}

@media screen and (min-width: 479px) {
.colum-join-l {
    width: calc(33.33% - 5px);
	margin-bottom: 30px;
}
}

.colum-join-left {
  width: 59%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 991px) {
	.colum-join-left {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: wrap;
    width: 48.5%;
  }
}


.plahka._2 {
	margin-right: 120px;
}

.link-6 {
  color: rgba(255, 255, 255, .20);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  transition: all .375s;
}

.piet {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #ff60cd;
  text-align: center;
}
@media screen and (min-width: 1400px) {
.text-block-17 {
  font-size: 16px;
}

.headin {
  font-size: 24px;
}

.text-block-18 {
  font-size: 17px;
}

.foto-men {
  padding-bottom: 65%;
  background-size: auto 470px;
  background-repeat: no-repeat;
  background-position: center top;
  top: -60px;
  position: relative;
}

.se7 {
  padding-bottom: 0px;
}
}

.foto-iphone::before{
    content: "";
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/apple.gif);
    background-repeat: no-repeat;
    background-position: -8% -1px;
    background-size: 54%;
	border-radius: 20px;
    opacity: 1;
	z-index: 1;
}

.foto-iphone {
  background-image: url("../images/iphone-15.webp");
}


.item-wid._4 {
  color: #ff60cd;
  border-color: #ff60cd;
}

.item-wid._4:hover, .item-wid._4.w--current {
  color: #fff;
  background-color: #ff60cd;
}

.item-wid._5 {
  color: #278aff;
  border-color: #278aff;
}

.item-wid._5:hover, .item-wid._5.w--current {
  color: #fff;
  background-color: #278aff;
}

.old10 {
	opacity: 0.6;
}




.construction-page-background {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.construction-page-background:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4b52db; 
	z-index: -1;
}

.construction-wrapper {
    display: flex;
	flex-direction: row;
    width: 100%;
    height: 100%;
}

.left-container {
    flex: 1;
	width: 50%;
    padding: 20px 20px 20px 100px;
    text-align: left;
	top: 40%;
    left: 20px;
    position: absolute;
	z-index: 1;
}

.left-container p {
    font-size: 35px; 
    margin: 0;
	line-height: 150%;
	color: #fff;
}

.left-container a {
    text-decoration: none;
	color: #fff;
}

p.construction-paragraph {
	margin-top: 65px;
}

p.phone-number {
	margin-top:45px;
}

.right-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
	top: 100px;
    right: 50px;
}

.construction-gif img {
    max-width: 100%;
    height: auto;
	top: 13rem;
    right: 8rem;
    position: relative;
}

.orange {
	font-size: 45px;
	color: #f2acaa;
}

@media screen and (max-width: 1700px) {
	.construction-gif img {
    right: 3rem;
	}
}

@media screen and (max-width: 768px) {
    .construction-wrapper {
	margin-top: 50px;
    flex-direction: column;
    justify-content: center;
    }

    .left-container, .right-container {
    flex: none; 
    width: 100%; 
    text-align: center;
    }
	
	.left-container {
	position: relative;
	padding: 20px;
    top: 20px;
	left: 0px;
    }
	
	.right-container {
	top: 0px;
    right: 0px;
	padding: 0px;
	}
	
	.left-container p {
    font-size: 22px; 
    margin-top: 35px;
	margin-bottom: 25px;
	}

    .construction-gif img {
    margin-top: 20px;
	top: 0rem;
	right: 0rem;
    }
	
	.orange {
    font-size: 32px;
    line-height: 130%;
	}
}

@media screen and (min-width: 768px) {
.phone-number a {
    pointer-events: none;
    }
}

.text-field:hover {
    width: 70%;
    height: 50px;
    font-size: 16px;
}

.plahka-6 {
    margin-bottom: 0px;
}

.text-block-5 {
	margin-top: 5px;
	margin-bottom: 20px;
}

.green {
	color: #b8f200;
}

.heading.green {
	line-height: 2rem;
}

h2 {
    line-height: 44px;
}

a.text-block-13 {
	text-decoration: none;
}

.demo {
	font-size: 16px; 
	top: 102px; 
	position: absolute;
}

@media screen and (max-width: 768px) {
	.demo {
	top: 92px;
	}
}

@media screen and (max-width: 479px) {
    .text-block-4-2 {
        font-size: 20px;
    }
}

.main-container{
    width: 900px !important;
    min-width: 800px !important;
    margin: 0 auto 40px auto;
	font-family: Proxima Nova;
}


.txt{
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
}

.txt2{
    line-height: 1.2;
    margin-bottom: 20px;
    width: 80%;
    margin: 0 auto;
}

.tx1{
    font-size: 50px;
	color: black;
    font-weight: bold;
}

.tx2{
   font-size: 18px; 
   color: black;
   font-weight: bold;
}

.tx3{
   font-size: 24px; 
   color: #4a0d80; 
   font-weight: bold;
}

.tx4{
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.tx5{
    font-size: 20px;
    color: #000000;
}

.tx6{
    font-size: 33px;
    color: #5e17eb;
    font-weight: bold;
	margin-bottom: 0;
}

.tx{
   font-size: 18.4px; 
   color: black;
   font-weight:  normal;
   text-align: left;
}

.invite__text{
     color: red;
     font-weight: bold;
}



.header-main__logo {
    margin: 20px auto 20px  auto;
    width: 200px;
}

.footer-main__logo {
    margin: 0px auto 20px  auto;
    width: 200px;
}




ul.list {
    list-style-type: none; 
    padding: 0;
}

ul.list li {
    position: relative; 
    padding-left: 20px; 
    margin-bottom: 10px; 
    color: #c6f03f; 
    font-weight: bold;
}

ul.list li::before {
    content: ''; 
    position: absolute; 
    left: -28px; 
    top: 10px; 
    transform: translateY(-50%);
    width: 7px; 
    height: 7px; 
    background-color: black; 
    border-radius: 50%; 
}

ul.list li span {
    color: white; 
    font-weight: normal;
}

ul.list._2{
    margin-left: 120px;
}

ul.list._2 li {
    color: #000000; 
    font-weight: normal;
    font-size: 18px;
    padding-left: 0px; 
}

ul.list._3{
    margin-left: 50px;
}

ul.list._3 li {
    color: #000000; 
    font-weight: normal;
    font-size: 18px;
    padding-left: 0px; 
}

.foto {
  background-image: url("../images/girl.png");
  background-position: bottom -5px right -70px;
  background-size: 45%; 
  background-repeat: no-repeat; 
}

#content1{
    display: block;
}

#content2{
    display: none;
}

.tabs {
    display: flex;
    cursor: pointer;
}

.tabs .tab {
    padding: 7px;
	color: #fff;
    background-color: #ff60cd;
    border-radius: 100px;
    text-align: center;
	width: 265px;
    height: 56px;
    text-decoration: none;
    transition: all .35s;
    display: flex;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-direction: column;
    justify-content: center;
}

.tabs .tab.active-tab {
    background-color: #c6f03f;
    color: #520484;
}



#c1{
    margin-right: 10px;
	font-size: 19px;
}

#c2{
	font-size: 19px;
}


.cc{
    width: 65px;
}


.arrow-container{
    position: absolute;
    top: 70px;
    right: 70px;
    width: 90px;
}

.justify {
	text-align: justify;
}

.right {
	text-align: right;
	margin-bottom: 15px;
	border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
}

.noborder{
    border-bottom: 0;
}

.logo1 {
	width: 240px;
}

.logo4 {
	width: 250px;
}

.logo3 {
	width: 120px;
}

.stars {
	width: 100px;
	padding-bottom: 10px;
}

a {
	color: #477ef1;
    text-decoration: none;
}

.center {
	text-align: center;
}



.bl.block1 {

    background-color: #477ef1;

    border-radius: 15px;

    padding: 20px 20px 20px 0px;

    margin-top: 20px;

    position: relative;

    color: white;

    font-size: 18px;

}

.bl.block1 ul {

    list-style: none;

    margin: 0;

    padding: 0;

    width: 570px;

}

.bl.block1 li {

    margin: 5px 0;

    padding: 10px 20px;

    display: flex;

    align-items: center;

    transition: background-color 0.3s;

    font-weight: bold;

    cursor: pointer;

}

.bl.block1 li:hover,

.bl.block1 li.active {

    background-color: #faf142;

    color: #477ef1;

}

.bl.block1 li:hover img,

.bl.block1 li.active img {

    content: url('images/checkmark-hover.png'); 

}

.bl.block1 li img {

    margin-right: 10px;

    width: 25px;

    height: 25px;

}

.bl.block1 .boy-image {

    position: absolute;

    right: -50px; 

    bottom: 0px;

    width: 440px;

}



.bl.block1 .text{

    color: #fef100;

    text-align: left;

    font-size: 24px;

    line-height: 1.2;

    margin-left: 50px;

    padding-bottom: 20px;

}

body {
            font-family: Arial, sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
        }
        .container {
            width: 90%;
            margin: auto;
            overflow: hidden;
        }
        header {
            background: #333;
            color: #fff;
            padding-top: 30px;
            min-height: 70px;
            border-bottom: #ccc 3px solid;
            text-align: center;
        }
        header h1 {
            margin: 0;
            font-size: 2em;
        }
        .intro {
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        .block {
            background: #fff;
            border-radius: 5px;
            padding: 20px;
            margin-bottom: 20px;
        }
        .block h2 {
            margin-top: 0;
        }
        .grid-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* Divi bloki vienā rindā */
            gap: 20px;
            margin-bottom: 20px;
        }
        .grid-item {
            background: #fff;
            border-radius: 15px;
            padding: 20px;
            text-align: center;
			border: 1px solid cornflowerblue;
			box-shadow: 0 4px 8px rgb(2 0 255 / 36%);
        }
        .grid-item h3 {
            margin: 0;
        }
        .social-links {
            margin-top: 10px;
        }
        .social-links a {
            text-decoration: none;
            color: #333;
            margin: 0 5px;
        }
        .logo-container {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 150px;
            margin-bottom: 10px;
            overflow: hidden;
        }
        .logo-container img {
            max-height: 115px;
            max-width: 100%;
            height: auto;
            width: auto;
        }

        /* Mediju vaicājumi */
        @media (max-width: 768px) {
            .grid-container {
                grid-template-columns: 1fr; /* Vienā kolonnā uz šaurām ierīcēm */
            }
        }

        @media (max-width: 480px) {
            header h1 {
                font-size: 1.5em;
            }
            .intro, .block {
                padding: 15px;
            }
            .grid-item {
                padding: 15px;
            }
            .logo-container {
                height: 120px;
            }
            .logo-container img {
                max-height: 100px;
            }
        }
		
	.img-tabula {
		width: 900px;
	}
	
	/* Chatbot Container */
.chat-container {
    height: 100%;
    max-width: 100%;
    background-color: #f3f3f3;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Chatbox for messages */
.chat-box {
    display: flex;
    flex-direction: column-reverse; /* Reverse the column to keep the input box at bottom */
    justify-content: flex-start; /* Align content to the bottom */
    overflow-y: auto;
    flex-grow: 1;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background-image: url(https://test.vsk.lv/chatbot2/back2.jpg);
    background-size: cover; /* Cover the entire chat-box */
    background-position: center; /* Center the background image */
}

/* Assistant Messages */
.assistant-message {
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    margin: 5px 0px;
    max-width: 80%;
    align-self: flex-start; /* Align to the left */
}

/* User Messages */
.user-message {
    background-color: #d9fdd3; /* Light green color */
    border-radius: 15px;
    padding: 10px;
    margin: 5px 0px;
    max-width: 80%;
    align-self: flex-end; /* Align to the right */
}

/* Input and Button Container */
.input-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Input Field */
.user-input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 16px;
}

/* Send Button */
.send-button {
    background-color: #b8f200;
    color: white;
    border: none;
    border-radius: 50%; /* Ensures round shape */
    padding: 8px; /* Adjust padding for a perfect circle */
    width: 30px; /* Fixed width */
    height: 30px; /* Fixed height to match width */
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.send-button:hover {
    background-color: #e2fa96;
}
*/

/* IZI Assistant Messages */

/* Additional Media Query for Responsiveness */
@media (max-width: 768px) {
    .chat-container {
        padding-bottom: 60px; /* Adjust based on the actual height of input-button-container */
    }

    .input-button-container {
        position: fixed; /* Fix position to the bottom of the screen on mobile */
        bottom: 0; /* Align to the bottom */
        left: 0; /* Stretch across the screen */
        width: 100%; /* Ensure it spans the full width */
        background-color: #f3f3f3; /* Match the chat container's background */
        box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* Adds a slight shadow for depth */
        padding: 10px; /* Adjust padding as needed */
        box-sizing: border-box; /* Ensures padding doesn't add to the width */
        z-index: 2; /* Ensure it's above other content */
    }

    .chat-box {
        margin-bottom: 0; /* Adjust if necessary to account for input-button-container */
    }

    .send-button {
        position: relative; /* Enable positioning for the pseudo-element */
    }

    .send-button::after {
        content: '';
        position: absolute;
        top: -10px; /* Increase the top area */
        right: -10px; /* Increase the right area */
        bottom: -10px; /* Increase the bottom area */
        left: -10px; /* Increase the left area */
        z-index: -1; /* Place it behind the button to keep it invisible */
        background: transparent; /* Ensure it's invisible */
    }
}

.colum-umnik {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.div2 {
  background-color: #5749e1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
  padding: 33px 5%;
  transition: all .35s;
  display: flex;
  align-items: start;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
}


.content {
  width: 100%;
  display: flex;
}

@media screen and (min-width: 991px) {
    .content {
        width: 104%;
    }
}

.colum-chat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.colum-chat-r {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 309px;
  display: flex;
}

.text-chat {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.div-block-12 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
}

.text-block-6 {
    color: #fff;
    margin-bottom: 23px;
    font-size: 20px;
    font-weight: 400;
}

.item {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    color: #fff;
    align-items: flex-start;
    transition: all .275s;
    display: flex;
}

.radius {
    background-color: #b8f200;
    border-radius: 200px;
    flex: none;
    width: 10px;
    height: 10px;
}

.text-block-7 {
    font-size: 17px;
    font-weight: 400;
}

.podpis {
    margin-top: 32px;
}

.item-podpis {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
}

.item-podps {
    text-align: center;
    background-image: url(/images/659d429e946b29228bfda086_Frame2033.svg);
    background-position: 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    padding: 14px 22px;
    font-weight: 500;
    transform: rotate(-4deg);
}

.text-block-8 {
    color: #5749e1;
    font-size: 15px;
}

.arrow {
    background-image: url(/images/659d42fbd65a75ed18f6b8d8_pngwing201.svg);
    background-position: 50%;
    background-size: cover;
    width: 59px;
    height: 60px;
    margin-top: -15px;
}