/* General */
body, html{
    overflow-x: hidden;
}
html a {
    text-decoration: none;
}
.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.mt-45{
    margin-top: 45px;
}
/* Header */
body.privacy-policy .main-title,
body.cookie-policy .main-title,
body.terms-of-service .main-title{
	margin: 50px 0;
}
body.forgot-password .navbar-brand.green,
body.privacy-policy .navbar-brand.green,
body.cookie-policy .navbar-brand.green,
body.terms-of-service .navbar-brand.green,
body.login .navbar-brand.green,
body.register .navbar-brand.green{
	display: block!important;
}
body.forgot-password .navbar-brand.transparent,
body.privacy-policy .navbar-brand.transparent,
body.cookie-policy .navbar-brand.transparent,
body.terms-of-service .navbar-brand.transparent,
body.login .navbar-brand.transparent,
body.register .navbar-brand.transparent{
	display: none;
}
ul.navbar-nav li.nav-item a:hover{
	color: #41ad49;
}
ul.navbar-nav li.nav-item a:hover:after{
	transform: scaleX(1);
}
ul.navbar-nav li.nav-item {
	padding: 0 25px;
}
ul.navbar-nav li.nav-item a{
	position:relative;
	display:inline-block; 
	margin:0;
	line-height:1.2em;
	padding: 0!important;
}

ul.navbar-nav li.nav-item a:after{
  display:block;
  content: '';
  border-bottom: solid 3px #41ad49;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
  position:absolute;
  bottom: -10px;
  left:0;
  width:100%;
}
.navbar.green .navbar-nav .nav-link {
    color: #006540;
}
.navbar.green .navbar-brand.transparent{
    display: none;
}
.navbar.transparent .navbar-brand.green{
    display: none;
}
.sign-buttons{
    display: inline-flex;
	margin-right: 30px;
}
.sign-buttons div{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}
.sign-buttons  a{
    color: #fff;
}
.sign-buttons #sign-in{
    padding: 10px 29px 13px 24px;
    background: #000101;
    border-radius: 20px 0px 0px 20px;
}
.sign-buttons #sign-up{
    padding: 10px 24px 13px 29px;
    /*background: #006540;*/
    background: rgb(4, 81, 117);
    border-radius: 0px 20px 20px 0px;
}
.lang-switcher{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    border-radius: 10px;
    padding: 10px 9px 13px;
    color: #fff;
    margin-left: 0px;
}
.lang-switcher a{
    color: #fff;
    text-transform: capitalize;
}
/* Slider */
.slider .text-center .slider-btn:hover a{
    color: #fff;
}
.slider .text-center .slider-btn:hover{
    background: #006540;
    color: #fff;
}
.slider .text-center .slider-btn a{
    color: #41AD49;
}
.slider .text-center .slider-btn{
    background: #FFFFFF;
    border-radius: 30px;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #41AD49;
    width: fit-content;
    display: block;
    padding: 20px 30px 20px;
    margin: 32px auto 0;
    transition: background-color 0.5s ease;
    cursor: pointer;
}
.slider .text-center h1{
    font-weight: 800;
    font-size: 62px;
    line-height: 76px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}
.slider .text-center{
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider{
    height: 850px;
    margin-top: -85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.owl-carousel.slide .owl-dots{

}
.owl-carousel.slide{
    margin-top: -85px;
}
.navbar {
    z-index: 999;
}
/* Features */
.features .feature-block.green .feature-title,
.features .feature-block.green .feature-text{
    color: #fff;
}
.features .feature-block.green:hover .feature-title{
    color: #818385;
}
.features .feature-block.green:hover{
    background: #fff;
}
.features .feature-block.green{
    background: #006540;
}
.features .feature-block.white:hover .feature-title{
    color: #fff;
}
.features .feature-block.white:hover{
    background: #006540;
}
.features .feature-block.white{
    background: #fff;
}
.features .feature-block .feature-text{
    font-size: 14px;
    line-height: 126.9%;
    text-align: center;
    color: #818385;
}
.features .feature-block .feature-title{
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #818385;
    margin-top: 17px;
    margin-bottom: 7px;
}
.features .feature-block .icon img{
    width: 108px;
}
.features .feature-block:hover .icon{
    display: none;
}
.features .feature-block:hover .icon.hover{
    display: block;
}
.features .feature-block .icon.hover{
    display: none;
}
.features .feature-block .icon{
    margin: 0 auto;
    text-align: center;
}
.features .feature-block:last-child,
.features .feature-block:first-child{
    margin-top: -9em;
}
.features .feature-block{
    width: 273px;
    height: 314px;
    padding: 15px 27px;
    margin-top: -12.5em;
    z-index: 99;
    transition: background-color 0.5s ease;
    cursor: pointer;
}
.features .row{
    display: flex;
    justify-content: space-around;
    position: relative;
}
/* What we do */
.what-we-do p{
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #818385;
}
.what-we-do .main-subtitle{
    font-weight: 600;
    font-size: 40px;
    line-height: 49px;
    color: #818385;
}
.main-title span{
    /*color: #41AD49;*/
    color: rgb(53 53 53);
}
.what-we-do .main-title{
    margin-bottom: 53px;
}
.main-title{
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    text-align: left;
    color: #818385;
}
.what-we-do {
    margin-top: 90px;
    background: #fff;
    padding-top: 59px;
	padding-bottom: 70px;
}
.video-player{
    height: 787px;
    position: relative;
    margin-top: 25px;
    background-size: cover;
}
.play-icon{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.latest-video{
	padding-bottom: 70px;
}
/* Research */
.research .date{
    font-size: 23px;
    line-height: 184.9%;
    color: #818385;
}
.research .views{
    font-size: 23px;
    line-height: 184.9%;
    color: #818385;
    margin-right: 13px;
}
.research .research-title{
    font-weight: 800;
    font-size: 30px;
    line-height: 184.9%;
    color: #818385;
    margin-top: 30px;
    margin-bottom: 8px;
}
.research .video-player{
    margin-top: 0px;
	z-index: 99;
}
.research .main-title{
    margin-bottom: 51px;
}
.research .meta-info{
    display: flex;
}
.latest-video{
		position: relative;
}
.latest-video:after,
.research:after{
	content: '';
    background-image: url(/assets/images/Kvadrateliai.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 830px;
    height: 340px;
    position: absolute;
    right: 0%;
    top: -10%;	
}
.research{
    /*background-image: url('/assets/images/Kvadrateliai.png');*/
	position: relative;
    padding-top: 57px;
    background-repeat: no-repeat;
    background-position: 80% 13%;
}
/* Latest video */
textarea:focus-visible,
input:focus-visible{
    outline: none;
}
#description-and-manual-section .search-field img,
.latest-video .search-field img{
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}
#description-and-manual-section .search-field input,
.latest-video .search-field input{
    background: #FFFFFF;
    border-radius: 10px;
    font-size: 17px;
    line-height: 184.9%;
    color: #818385;
    font-style: italic;
    width: 560px;
    border: unset;
    padding: 9px 57px;
}
.latest-video .main-title{
    margin-top: 65px;
    margin-bottom: 22px;
}
.video-carousel .date img{
    width: auto!important;
    height: 24px;
    float: left;
    margin-right: 3px;
}
.video-carousel .date{
    font-size: 14px;
    line-height: 184.9%;
    color: #818385;
}
.video-carousel .views{
    margin-right: 13px;
    font-size: 14px;
    line-height: 184.9%;
    color: #818385;
}
.video-carousel .meta-info{
    display: flex;
}
.video-carousel .title{
    font-weight: 800;
    font-size: 16px;
    line-height: 164.4%;
    color: #818385;
    margin-top: 14px;
}
.video-carousel .play-icon{
    width: 64px;
    height: 62px;
}
.video-carousel .video-player{
    height: 173px;
    background-size: contain;
    background-repeat: no-repeat;
}
.video-carousel .owl-nav span[aria-label="Next"]{
    color: #006540;
}
.video-carousel .owl-nav span[aria-label="Previous"]{
    color: #818385;
    margin-right: 10px;
}
.video-carousel .owl-nav span{
    font-size: 80px;
    font-weight: 300;
}
.video-carousel .owl-nav{
    position: absolute;
    /*top: -60px;*/
    right: 0;
    display: none;
}
.latest-video .owl-stage {
    /*left: -100px;*/
}
.latest-video .no-js .owl-carousel, .latest-video .owl-carousel.owl-loaded {
    display: block;
    /*margin-top: -2em;*/
}
/* Markets */
.markets .main-title{
    margin-bottom: 40px;
}
.markets{
    background: white;
    padding-top: 53px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 150px;
}
.accordion .accordion-header .accordion-button h3{
    padding-right: 15px;
    width: 100%;
}
.accordion .accordion-header .accordion-button[aria-expanded="true"] h3{
    width: 100%;
    position: relative;
    right: 0;
    text-align: left;
    margin-left: 30%;
    font-weight: 800;
}
.accordion .accordion-header .accordion-button[aria-expanded="false"] .numb{
    display: none;
}
.accordion .accordion-header .accordion-button[aria-expanded="true"] .numb{
    font-size: 174px;
    line-height: 114.4%;
    font-weight: normal;
    width: 50%;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.accordion .accordion-header .accordion-button{
    font-weight: 600;
    font-size: 28px;
    line-height: 114.4%;
    text-align: right;
    color: #818385;
    background-color: transparent;
}
.accordion .accordion-header .numb{
    font-weight: bold;
    font-size: 39px;
    line-height: 114.4%;
    color: #006540;
    width: 30%;
    text-align: left;
}
.accordion .accordion-item{
    background-color: transparent;
    border: unset;
    border-bottom: 2px solid #006540;
    position: relative;
}
.accordion-body ul li:before{
    display: inline-block;
    content: "";
    width: 14px;
    height: 15px;
    background: transparent url('/assets/images/Logo_dalis_zalia 1.svg') no-repeat;
    margin-right: 17px;
}
.accordion-body ul li a#singin:hover{
	    color: #006540;
}
.accordion-body ul li a#singin{
	color: #41ad49;
    padding-left: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	transition: color 0.5s ease;
	float: right;
}
.accordion-body ul li{
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #818385;
	margin-bottom: 2px;
}
.accordion-body ul{
    list-style: none;
    padding: 0;
}
.accordion .accordion-header .accordion-button[aria-expanded="true"]::after  {
    background-image: url('/assets/images/Rodykle_pilka 1.svg');
    position: absolute;
    right: 0;
    bottom: 1.5em;
    transform: rotate(-0deg);
}
.accordion-button::after {
    background-image: url('/assets/images/Rodykle_zalia 1.svg');
    position: absolute;
    right: 0;
}
/* Plans */
.plans-list .plan.plan-premium{
    background-image: url('/assets/images/Premium_kampas.png');
    background-repeat: no-repeat;
}
.plans-list .plan.plan-basic{
    background-image: url('/assets/images/Basic_kampas.png');
    background-repeat: no-repeat;
}
.plans-list .plan.plan-free{
    background-image: url('/assets/images/Free_kampas.png');
    background-repeat: no-repeat;
}
/*.plans-list .plan.plan-free .order-btn:hover{
    background: #41AD49;
}
.plans-list .plan.plan-free .order-btn{
    background: #006540;
}*/
.plans-list .plan.plan-free .content {
    /*margin-top: 6em;*/
}
.plans-list .plan.plan-free{
    background-image: url('/assets/images/Free_kampas.png');
    background-repeat: no-repeat;
}
.toggle.btn {
    min-width: 50px;
    min-height: 27px;
}
.toogle-btn{
    position: relative;
    display: contents;
}
.toggle-group label{
    color: transparent;
}
.toggle-off.btn,
.toggle-on.btn {
    color: transparent;
}
.plans .toogle-btn h5 span{
    margin: 0 5px;
    color: #6fbb68;
}
.plans .toogle-btn h5{
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #818385;
    position: relative;
    display: flex;
    margin-left: 12px;
    margin-top: 15px;
}
.plans .form-switch .form-check-input{
	margin-top: 20px;
    height: 19px;
    width: 50px;
}
.toogle-btn label.monthly.active,
.toogle-btn label.annual.active{
	opacity: 1;
}
.toogle-btn label.annual{
	opacity: 0.7;
}
.toogle-btn label.monthly{
	opacity: 0.7;
}
.form-check-input:checked {
    background-color: #6fbb68;
    border-color: #6fbb68;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgb(111 187 104 / 34%);
	    border-color: #6fbb68;
}
.form-switch .form-check-input:focus {
    background-image: url(/assets/images/switch_circle.svg);
}
.form-check-input:checked {
    /*background-color: #6fbb68;
    border-color: #6fbb68;*/
}
.plans .form-switch{
	 margin-bottom: 400px;
	 margin-left: 11px;
}
.plans .toggle.btn{
    float: revert;
    margin-top: 9px;
    margin-left: 1em;
    border-radius: 30px;
    height: 27px!important;
}
.plans .toggle{
    margin-bottom: 400px;
}
.plans .main-title{
    float: left;
    width: auto;
}
#page-content-wrapper #plans-section .card{
	border: none;
}
#page-content-wrapper .plans{
    padding-top: 0px;
}
.plans{
    padding-top: 50px;
}

.plans-list .plan.pay-monthly{
    display: block;
}
.plans-list.plans-year .plan.pay-monthly{
    display: none;
}
.plans-list .plan.pay-yearly{
    display: none;
}
.plans-list.plans-year .plan.pay-yearly{
    display: block;
}

.plans-list .plan.background {
    /* background-image: url('/assets/images/Basic_kampas.png'); */
    background-repeat: no-repeat;
}
.plans-list .plan.big {
    width: 400px;
    height: max-content;
}
.plans-list .plan.small {
    width: 380px;
    /*height: max-content;*/
}
.plans-list .plan .content h4:before{

}
.plans-list .plan-free .content h4{
    color: #e9674b;
}
.plans-list .plan .content h4{
    color: #3fa535;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 23px;
    line-height: 37px;
}
/*
.plans-list .plan.plan-free .content h4{
    color: #3fa535;
}
*/
.plans-list .plan:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.plans-list .plan {
    background: #F1F2F2;
    padding: 64px 25px 39px;
    margin-top: -22em;
    box-shadow: 0 4px 7px rgb(0 0 0 / 12%), 0 1px 6px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.plans-list .plan .order-btn:hover{
    background: #006540;
}
.plans-list .plan .order-btn a{
    color: #FFFFFF;
}
.plans-list .plan .order-btn{
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    background: #41AD49;
    border-radius: 30px;
    padding: 14px 77px;
    width: 255px;
    text-align: center;
    margin: 0 auto;
    transition: background-color 0.5s ease;
    cursor: pointer;
}
.plans-list .plan .content ul li.disable:before{
    display: block;
    content: "";
    width: 21px;
    height: 23px;
    background: transparent url('/assets/images/Neigiamas_zenklas 1.svg') no-repeat;
    margin-right: 29px;
    margin-top: 10px;
}
.plans-list .plan .content ul li.enable:before{
    display: inline-table;
    content: "";
    width: 80px;
    height: 29px;
    background: transparent url('/assets/images/Teigiamas_zenklas 1.svg') no-repeat;;
    margin-top: 2px;
    background-size: inherit;
    position: absolute;
    margin-left: -40px;
}
.plans-list .plan .content ul li{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding-left: 40px;
    margin-bottom: 11px;
}
body.lang-lv .plans-list .plan .content ul{
	height: 390px;
}
body.lang-et .plans-list .plan .content ul,
body.lang-lt .plans-list .plan .content ul{
	height: 350px;
}
body.lang-lv .plans-list .plan .label ,
body.lang-lt .plans-list .plan .label {
    font-size: 25px;
}
body.lang-lv .plans-list .plan .content h4 ,
body.lang-et .plans-list .plan .content h4 {
	height: 75px;
}
body.lang-lt .plans-list .plan .content h4 {
    font-size: 21px;
}
.plans-list .plan .content ul{
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 20px;
	height: 323px;
}
.plans-list .plan.plan-free .price span{
	visibility: hidden;
}
.plans-list .plan .price span{
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    display: block;
}
.plans-list .plans-bottom{
	
}
.plans-list .plan .price{
    font-weight: 500;
    font-size: 49px;
    line-height: 60px;
    color: #000000;
    text-align: right;
	margin-top: 0.4em;
}
.plans-list .-plan-premium .content{
    margin-top: 3em;
}
.plans-list .plan.plan-basic .content{
    /*margin-top: 2em;*/
}
.plans-list .plan .content{
    margin-top: 3.5em;
}
.plans-list .plan .label{
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
}
.plans-list .row{
    display: flex;
    justify-content: space-around;
    position: relative;
}
#page-content-wrapper .plans-list{
    background-color: transparent;
}
.plans-list{
    background-color: #f6f6f6;
	padding-bottom: 68px;
}
/* Contacts */
.contacts p{
    font-size: 17px;
    line-height: 184.9%;
    color: #818385;
}
.contacts .main-title{
    margin-bottom: 29px;
}
.contacts{
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 60px;
}
.form-group img,
.form-group img{
    position: absolute;
    z-index:9;
    margin-top: 4px;
    margin-left: 17px;
}
.form-group textarea{
    height: 183px;
    padding-left: 20px;
    padding-top: 10px;
}
.form-group textarea::placeholder,
.form-group input[type="email"]::placeholder,
.form-group input[type="text"]::placeholder{
    font-style: italic;
    font-weight: normal;
    font-size: 17px;
    line-height: 184.9%;
    color: #818385;
}
.form-group.checkbox{
	margin-bottom: 0px;
}
.form-group{
    margin-bottom: 37px;
}
.form-group select,
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="text"]{
    padding-left: 57px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.form-group select,
.form-group textarea,
.form-group input[type="password"],
.form-group input[type="email"],
.form-group input[type="text"]{
    background: #F6F6F6;
    border-radius: 15px;
    position: relative;
    border: none;
}
/* Register */
.subscribe form button{
    font-size: 21px;
    line-height: 1;
    color: #FFFFFF;
    background: #006540;
    border-radius: 15px;
    padding: 14px 54px;
   margin-bottom: 221px;
}
.subscribe .form-group {
    margin-bottom: 24px;
}
.subscribe .form-group img {
    margin-top: 0px;
}
.subscribe .form-group input[type="email"]{
    padding-left: 65px;
}
.subscribe .form-group input::placeholder{
    color: #fff;
}
.subscribe .form-group input{
    background: #41AD49;
    border-radius: 15px;
}
.subscribe .main-title{
    margin-bottom: 135px;
    color: #006540;
}
.subscribe{
    background: #F8F8F9;
    padding-top: 76px;
    background-repeat: no-repeat;
    background-position: right;
}
/* Footer */
.footer .footer-widget ul li a{
    font-size: 14px;
    line-height: 205.9%;
    color: #FFFFFF;
    text-decoration: none;
}
.footer .footer-widget ul{
    list-style: none;
    padding: 0;
}
.footer .footer-widget .title a{
    text-decoration: none;
    border-bottom: none;
    color: #FFFFFF;
}
.footer .footer-widget .title{
    font-weight: 600;
    font-size: 21px;
    line-height: 184.9%;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-bottom: 11px;
}
.footer .footer-widget{

}
.footer{
    /*background: #006540;*/
    background: rgb(4, 81, 117);
    padding: 81px 0;
    /*background-image: url('/assets/images/Logo_zalias 1.png');*/
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}
/* Sign up Form */
.sign-up-section {
    background-repeat: no-repeat;
    background-position: 90% center;
}
.sign-up-section .form-signup{
    margin-top: 142px;
    margin-bottom: 86px;
}
/*
.form-signup form .form-group:nth-child(2){
    margin-bottom: 73px;
}
*/
.form-signup form .form-group input[type="password"],
.form-signup form .form-group input[type="email"]{
    border-bottom: 1px solid #818385;
    border-radius: 0;
    background: transparent;
    padding-left: 0;
    text-transform: unset;
    border-top: none;
    border-left: none;
    border-right: none;
}
.subscribe form .form-group label a,
.contacts form .form-group label a,
.form-signup form .form-group label a{
	color: #41ad49;
}
.subscribe form .form-group label[for="InputcheckboxSubscribe"] ,
.contacts form .form-group label[for="InputcheckboxContact"] ,
.form-signup form .form-group label[for="InputcheckboxMarketing"] ,
.form-signup form .form-group label[for="Inputcheckbox"] {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #818385;
    top: -3px;
    left: 0px;
    position: relative;
}
.subscribe form .form-group input[type="checkbox"] ,
.contacts form .form-group input[type="checkbox"] ,
.form-signup form .form-group input[type="checkbox"] {
    border: 2px solid #818385;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    appearance: auto;
    display: flex;
    visibility: hidden;
}
.subscribe form .form-group input[type="checkbox"] + label:before ,
.contacts form .form-group input[type="checkbox"] + label:before ,
.form-signup form .form-group input[type="checkbox"] + label:before {
    border: 2px solid #818385;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 .45em 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
}
.subscribe form .form-group input[type="checkbox"]:checked + label:before ,
.contacts form .form-group input[type="checkbox"]:checked + label:before ,
.form-signup form .form-group input[type="checkbox"]:checked + label:before {
    background: transparent;
    color: #005f3b;
    content: "\2713";
    text-align: center;
    font-weight: 600;
}
.subscribe form .form-group input[type="checkbox"]:checked + label:after ,
.contacts form .form-group input[type="checkbox"]:checked + label:after ,
.form-signup form .form-group input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.form-signup form .form-group span {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    margin-top: 10px;
    color: #818385;
}
.form-signup form .form-group[type="email"], .form-signup form .form-group[type="password"] {
    padding-bottom: 7px;
}
.form-signin form input.block{
	width: 100%;
    border: none;
    box-shadow: unset!important;
    background: transparent;
    border-bottom: 1px solid #818385;
    margin-top: 0px!important;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #818385;
    font-style: normal;
	padding-top: 11px;
    padding-bottom: 11px;
}
html .form-signin form button[type="submit"]{
	margin: unset!important;
    display: initial!important;
}
.form-signin form a.underline,
.form-signin form label[for="remember_me"]{
	font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #818385;
    position: relative;
}
.form-signin form button[type="submit"]{
	    font-weight: 600;
    font-size: 13px;
    line-height: 184.9%;
    color: #FFFFFF;
    background: #818385;
    border-radius: 15px;
    padding: 6px 29px;
    margin: 60px auto 0;
    position: relative;
    display: block;
}
.form-signin form label.block{
	display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #818385;
    font-style: normal;
}
.form-signup form .form-group input[type="password"],
.form-signup form .form-group input[type="email"],
.form-signup form .form-group input[type="password"]::placeholder,
.form-signup form .form-group input[type="email"]::placeholder{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #818385;
    font-style: normal;
}
.form-signup .subtitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #818385;
    margin-bottom: 43px;
}
.form-signup .main-title{
    margin-bottom: 16px;
}
.form-signup form .btn-primary.grey {
    font-weight: 600;
    font-size: 13px;
    line-height: 184.9%;
    color: #FFFFFF;
    background: #818385;
    border-radius: 15px;
    padding: 6px 29px;
    margin: 60px auto 0;
    position: relative;
    display: block;
}
/* System pages: */
.collapse .card-body {
    padding: 0;
    border: navajowhite;
}
/* Auth login */
.auth-login .main-title .subtitle{
	
}
.auth-login .main-title span{
	
}
.auth-login .main-title {
	
}
.auth-login .navbar-brand img {
	
}
/* Plans */
html .breadcrumb{
    font-size: 12px;
    line-height: 15px;
    color: #818385;
    background: transparent;
    padding: 0px;
    margin-bottom: 50px;
    padding-left: 0px;
}
#plans-section .plans .toggle {
    margin-bottom: 43px;
}
#plans-section .plans-list .plan {
   margin-top: 0em;
   border-right: 30px solid #fff;
   box-shadow: none;
    /*margin-right: 35px;*/
}
#plans-section  .plans-list .row {
    display: inline-flex;
}
/* Video research */
#video-research-section .video-item .video-player .play-icon img{
    width: 58.61px;
}
#video-research-section .video-item .title{
    font-weight: 800;
    font-size: 18px;
    line-height: 130.4%;
    color: #818385;
    margin-top: 12px;
}
#description-and-manual-section .search-field input ,
#video-research-section .latest-video .search-field input {
    background: #F8F8F9;
}
#video-research-section .video-item .meta-info .date img{
    width: 17px;
    margin-left: 12px;
    top: -2px;
    position: relative;
}
#video-research-section .video-item .meta-info{
    font-size: 12px;
    line-height: 184.9%;
    color: #818385;
    display: inline-flex;
}
#video-research-section .video-item .meta-info{

}
#video-research-section .video-item .video-player{
    height: 202.39px;
    margin-top: 35px;
}
/* Desc and manual */
#description-and-manual .desc{
    font-size: 16px;
    line-height: 187.4%;
    color: #818385;
    margin-bottom: 50px;
}
#description-and-manual .main-title{
    margin-top: 26px;
    margin-bottom: 26px;
}
.accordion.accordion-flush .accordion-item{
    border-bottom: 2px solid white;
}
.accordion.accordion-flush .accordion-button:not(.collapsed){
    background: #006540;
    border-radius: 15px 15px 0 0;
}
.accordion.accordion-flush .accordion-button{
    background: #41AD49;
    border-radius: 15px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding-left: 55px;
}
.accordion.accordion-flush .accordion-header .accordion-button[aria-expanded="true"]::after {
    background-image: url('../assets/Polygon 6.png');
    position: absolute;
    left: 23px;
    background-size: contain;
    width: 13px;
    height: 10px;
    right: unset;
    transform: rotate(90deg);
    bottom: unset;
    margin-top: 3px;
}
.accordion.accordion-flush .accordion-body{
    background: #F3F3F5;
    padding: 33px 61px;
}
.accordion.accordion-flush .accordion-body .video-player .play-icon img {
    height: 100px;
}
.accordion.accordion-flush .accordion-body .video-player {
    height: 604px;
    margin-top: 0px;
}
.accordion.accordion-flush .accordion-button::after {
    background-image: url('../assets/Polygon 6.png');
    position: absolute;
    left: 23px;
    background-size: contain;
    width: 13px;
    height: 10px;
    right: unset;
}
/* Edit profile */
#page-content-wrapper form .form-group img.select-arrow{
    left: 0;
    top: 12px;
}
#page-content-wrapper form .form-group img{
    top: 5px;
    right: -40px;
}
#page-content-wrapper form .form-group input::placeholder{
    font-style: normal;
}
#page-content-wrapper form .form-group select option{
    color: #818385;
}
#page-content-wrapper form .form-group select{
    padding-left: 40px;
}
#page-content-wrapper form .form-group input{
    padding-left: 26px;
}
#page-content-wrapper form .form-group{
    position: relative;
    width: 402px;
    margin-bottom: 33px;
}
#page-content-wrapper form{
    margin-top: 42px;
}
#page-content-wrapper form .btn-primary:hover {
    background: #005f3b;
}
#page-content-wrapper form .btn-primary {
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    background: #41AD49;
    border-radius: 20px;
    padding: 9px 35px;
    position: relative;
    display: table;
    margin-left: 0;
    text-align: center;
    margin-top: 28px;
    width: 190px;
    transition: background-color 0.5s ease;
    font-weight: normal;
}
/* Payments and invoices */
.main-btn.grey:hover{
    background: #41AD49;
}
.main-btn.grey{
    background: #E5E5E5;
    color: #818385;
}
.main-btn.green:hover{
    background: #006540;
}
.main-btn.green{
    background: #41AD49;
}
.main-btn{
    background: #41AD49;
    border-radius: 30px;
    font-size: 17px;
    line-height: 21px;
    line-height: 21px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 0;
    width: 191px;
    transition: background-color 0.5s ease;
    position: relative;
    display: block;
}
#payments-and-invoices .plan-manage .main-btn.grey{
    margin-left: 40px;
}
#payments-and-invoices .bank-card-box a:hover,
#payments-and-invoices .plan-manage a:hover{
	color: #fff;
}
#payments-and-invoices .plan-manage{
    display: inherit;
    margin-top: 20px;
}
#payments-and-invoices .plan-name{
    font-size: 16px;
    line-height: 20px;
    color: #818385;
    margin-top: 24px;
    position: relative;
    display: block;
}
.payment-info{
    margin-top: 24px;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #818385;
}
#payments-and-invoices .form-group select option{
    font-size: 16px;
    line-height: 21px;
    color: #818385;
}
#page-content-wrapper #payments-and-invoices  form .form-group img.select-arrow{
    right: 0;
    top: 3px;
    left: unset;
}
#page-content-wrapper #payments-and-invoices form .form-group {

}
#page-content-wrapper #payments-and-invoices form .form-group {
    width: 224px;
    margin-bottom: 10px;
}
#page-content-wrapper #payments-and-invoices form .form-group select{
    background: transparent;
    padding: 0;
    padding-left: 0px;
    width: auto;
}
.bank-card .card .form-group input::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #818385;
}
.bank-card .card .form-group select,
.bank-card .card .form-group input{
    color: #818385;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding-left: 23px;
}
.bank-card .card .card-footer .btn-danger{
    font-size: 17px;
    line-height: 21px;
    color: #818385;
    background: transparent;
    border: none;
    margin-left: 20px;
}
.bank-card .card .card-footer .btn-success{
    background: #41AD49;
    border-radius: 30px;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 20px;
    border: none;
}
.bank-card .card .card-footer{
    background: unset;
    border: none;
    padding: 0;
}
.bank-card .card .form-group label{
    font-size: 16px;
    line-height: 21px;
    color: #818385;
    margin-bottom: 15px;
}
.bank-card .card{
    border: unset;
    background: #F1F1F3;
    border-radius: 10px;
    padding: 22px 34px;
}
table.billing-info-preview .method,
table.billing-info-preview .plan,
table.billing-info-preview .price,
table.billing-info-preview .date{
    padding-right: 43px;
}
table.billing-info-preview .orderid{
    width: 200px;
}
table.billing-info-preview .preview span{
    color: #006540;
    font-weight: 500;
    margin-right: 3px;
    margin-left: 2px;
}
table.billing-info-preview .orderid:before{
    display: inline-grid;
    content: "";
    width: 20px;
    height: 17px;
    background: transparent url('/assets/images/Logo_dalis_spalvota.png') no-repeat;
    margin-right: 11px;
    top: 2px;
    position: relative;
}
table.billing-info-preview td{
    font-size: 12px;
    line-height: 15px;
    color: #818385;
    padding: 8px 0px;
    width: auto;
}
table.billing-info-preview tr{
    border-bottom: 1px dashed #41AD49;
}
table.billing-info-preview{
    margin-top: 35px;
    margin-bottom: 60px;
    position: relative;
    display: table;
    width: auto;

}
/* Responsive */

/*
@media screen and (min-width: 1281px) and (max-width: 1366px) {
	.plans-list .plan .content ul {
		height: 365px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.plans-list .plan .content ul {
		height: 450px;
	}
}*/
@media screen and (min-width: 1201px) and (max-width: 1366px) {
	.plans-list .plan {
		width: 31%!important;
	}
	.video-player {
		height: 500px;
	}
	.video-carousel .video-player {
		height: 148px;
		width: 100%;
	}
	body.lang-en .plans-list .plan .content ul, 
	body.lang-et .plans-list .plan .content ul{
		height: 390px;
	} 
	body.lang-lt .plans-list .plan .content ul {
		height: 365px;
	}
	body.lang-lv .plans-list .plan .content ul {
		height: 400px;
	}
	.plans-list .plan .content h4 {
		height: 65px;
	}
	
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.navbar-brand img{
		width: 200px;
	}
	html .sign-buttons div{
		padding: 5px 15px 5px 15px!important;
		font-size: 14px;
		display: table-cell;
	}
	.features .feature-block {
		width: 23%;
	}
	.video-player {
		height: 500px;
	}
	.video-carousel .video-player {
		height: 122px;
	}
	#description-and-manual-section .search-field input, .latest-video .search-field input {
		z-index: 9999;
		position: relative;
	}
	.sign-up-section .form-signup {
		margin-top: 50px;
	}
	body.lang-en .plans-list .plan .content ul, 
	body.lang-et .plans-list .plan .content ul, 
	body.lang-lt .plans-list .plan .content ul {
		height: 460px;
	}
	body.lang-lv .plans-list .plan .content ul {
		height: 500px;
	}
	.plans-list .plan .price {
		font-size: 36px;
		line-height: 50px;
		margin-top: 0.6em;
	}
	.plans-list .plan.small {
		width: 31%;
	}
	
	body.lang-et .features .feature-block .feature-title {
		word-break: break-word
	}
	.features .feature-block .feature-title {
		font-size: 17px;
	}
	html .lang-switcher,
	ul.navbar-nav li.nav-item {
		padding: 0 10px!important;
	}
	.sign-buttons a {
		font-size: 12px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.sign-up-section .form-signup {
    margin-top: 50px;
}
	.plans .form-switch {
		margin-bottom: 0px;
	}
	.features .feature-block:nth-child(3) ,
	.features .feature-block:last-child {
		margin-top: 25px;
	}
	.features .feature-block:first-child {
		margin-top: -12.5em;
	}
	.navbar-brand img{
		width: 120px;
	}
	.navbar-expand-md .navbar-nav{
		margin-bottom: 0!important;
	}
	.sign-buttons {
		display: inline-flex!important;
		margin-top: 0em!important;
		margin-right: 13px!important;
	}
	html .sign-buttons #sign-in{
		border-radius: 20px 0px 0px 20px;	
	}
	html .sign-buttons #sign-up{
		border-radius: 0px 20px 20px 0px;	
	}
	html .sign-buttons div{
		padding: 5px 8px 5px 8px!important;
		font-size: 14px;
		display: table-cell;
	}
	html .lang-switcher,
	ul.navbar-nav li.nav-item a {
		font-size: 14px!important;
	}
	html .lang-switcher,
	ul.navbar-nav li.nav-item {
		padding: 0 7px!important;
	}
	.sign-buttons a {
		font-size: 12px;
	}
    .contacts {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    html .what-we-do .video-player {
		height: 400px;
		background-size: cover;
	}
    html .what-we-do {
        margin-top: 80px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 10px;
    }
	.latest-video .main-title {
		z-index: 99;
	}
	.latest-video .search-field {
		z-index: 999;
		position: relative;
	}
	.video-carousel .video-player {
		height: 400px!important;
	}
    .features .feature-block {
        width: 47%;
        height: 315px;
        padding: 15px 15px;
    }
    .plans-list .plan.small,
    .plans-list .plan.big {
       width: 100%;
    margin-top: 2em;
    }
	.plans-list .plan {
		margin-top: 0em; 
}
	.plans-list .plan .content ul {
		height: unset;
	}
	.plans .toggle {
    margin-bottom: 60px;
}
}
@media screen and (min-width: 768px) {
	body.forgot-password  .lang-switcher a,
	body.forgot-password  .navbar-nav .nav-link,
	
	body.privacy-policy .lang-switcher a,
	body.privacy-policy  .navbar-nav .nav-link,
	
	body.terms-of-service .lang-switcher a,
	body.terms-of-service .navbar-nav .nav-link,

	body.cookie-policy .lang-switcher a,
	body.cookie-policy .navbar-nav .nav-link,
	
	body.login .lang-switcher a,
	body.login .navbar-nav .nav-link,
	
	body.register .lang-switcher a,
	body.register .navbar-nav .nav-link {
    color: #006540;
}
}
@media screen and (max-width: 768px) {
	.navbar-brand img{
		width: 200px;
	}
    .form-signup form .form-group:nth-child(2) {
        margin-bottom: 50px;
    }
    .footer {
        padding: 60px 0;
    }
    /**.sign-up-section::before {
        background-color: #f6f6f6ab;
        content:" ";
        height: 100%;
        width: 100%;
        display: block;
        position: absolute;
    }*/
    .form-signup form .form-group span {
        position: relative;
    }
    html .form-signup .main-title {
        z-index: 99;
        position: relative;
    }
    html .form-signup .subtitle{
        z-index: 99;
        position: relative;
    }
    html .form-signup .subtitle,
    html .sign-up-section {
        background-position: left;
        background-size: cover;
    }
    .form-signup form .form-group label[for="Inputcheckbox"] {
        left: 0px;
        width: 100%;
        text-align: center;
    }
    .form-signup form .btn-primary.grey {
        margin: 30px auto 0;
    }
    .sign-up-section .form-signup {
        margin-top: 30px;
        margin-bottom: 60px;
    }
	html .navbar.green .navbar-nav .nav-link {
		color: #ffffff;
	}
    .nav-item.sign-up img,
    .nav-item.sign-in img{
        width: 25px;
        margin-right: 10px;
    }
    .nav-item.sign-in{
        background: #006540;
        margin-top: 30px;
    }
    .navbar-toggle.pull-left img{
        width: 40px;
    }
    .navbar-toggle.pull-left{
        border: unset;
        background: transparent;
    }
    .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        transition: left .4s;
    }
	.sign-buttons {
		display: block;
		margin-right: 0px;
		margin-top: 5em;
	}
    .side-collapse-container.out {
        left: 200px;
    }
	.sign-buttons #sign-in {
		padding: 8px 29px 8px 24px;
		background: #41AD49;
		border-radius: 0;
	}
	.sign-buttons #sign-up {
		padding: 8px 29px 8px 24px;
		background: #006540;
		border-radius: 0;
	}
	html .lang-switcher {
    font-weight: 600;
    font-size: 18px;
    padding: 23px 1em 0px;
}
	.sign-buttons div {
		font-weight: 600;
		font-size: 18px;
}
    .side-collapse {
        top: 0px;
        bottom: 0;
        right: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s;
        background: #3fa535;
        z-index: 999999;
    }
   
    .side-collapse .navbar-nav .nav-item.sign-in{
		padding: 10px 15px;
	}
    .side-collapse .navbar-nav .nav-item{
        padding-left: 1em;
		margin-top: 15px;
    }
    .side-collapse .navbar-nav {
        top: 3em;
        display: block;
        position: relative;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
    }
    .side-collapse .close-side {
        width: 25px;
        float: right;
        margin-top: 20px;
        margin-right: 20px;
    }
    .side-collapse.in {
        width: 0;
    }
    .slider .text-center h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider {
        height: 500px;
    }
    .slider .text-center .slider-btn{
        font-size: 16px;
        line-height: 20px;
        width: fit-content;
        padding: 12px 29px 12px;
        margin: 15px auto 0;
    }
    html .slider .text-center {
        width: 100%;
        padding: 0 30px;
		top: 45%;
    }
	.plans .form-switch {
		margin-bottom: unset;
	}
	body.lang-lv .plans-list .plan .content h4, 
	body.lang-et .plans-list .plan .content h4 {
		height: auto;
	}
	html body .plans-list .plan .content ul {
		height: auto!important;
	}
    .features {
        margin-top: -5em;
    }
    .features .feature-block{
        margin-top: unset!important;
        margin-bottom: 20px;
        height: auto;
    }
    .features .feature-block:last-child {
        margin-top: unset;
    }
    .what-we-do {
        margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 60px;
    }
    .what-we-do p {
        font-size: 14px;
        line-height: 20px;
        text-align: justify;
    }
    .what-we-do .main-title {
        margin-bottom: 20px;
    }
    .video-player {
		height: 197px!important;
		margin-top: 15px;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
    }
	.latest-video .main-title {
		margin-top: 40px;
	}
    .video-player .play-icon img{
        width: 80px;
    }
    .research .research-title {
        font-size: 20px;
    }
    .research .date, .research .views {
        font-size: 14px;
        line-height: 20px;
    }
    .research .date img{
        width: 20px;
        top: -2px;
        position: relative;
    }
    #description-and-manual-section .search-field input, .latest-video .search-field input {
        width: 100%;
    }
	.latest-video {
		padding-bottom: 0;
	}
    .latest-video .search-field{
        margin-bottom: 1.2em;
    }
    .latest-video .no-js .owl-carousel, .latest-video .owl-carousel.owl-loaded {
        margin-top: 0em;
    }
    .video-carousel .owl-nav {
        top: -84px;
    }
    .accordion .accordion-header .accordion-button[aria-expanded="true"] h3 {
        margin-left: 0;
    }
    .accordion .accordion-header .accordion-button[aria-expanded="true"] .numb {
        display: none;
    }
    .markets {
        padding-bottom: 60px;
		padding-top: 40px;
    }
    html .plans-list .plan {
        margin: 15px 15px 0px 15px;
    }
    .plans .toggle {
        margin-bottom: 10px;
    }
	.btn-primary {
		line-height: 1;
	}
	.form-group {
		margin-bottom: 20px;
	}
    .plans-list {
        margin: 0 15px;
        padding-bottom: 60px;
        background-color: #f6f6f6;
    }
    .contacts {
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .subscribe {
        padding-top: 50px;
		background-position: center bottom;
    }
}