@import url("fonts.css");

/**

Usage example:

font-size: 24px;
@include mq('sm') {
    font-size: 18px;
}
@include mq('lg') {
    font-size: 16px;
}

*/

.ajax_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    background: #000;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    opacity: 0.8;
    z-index: 1000000;
    margin-left: -25px;
}

.ajax_loader img {
    width: 72%;
    margin-top: 7px;
}


.ui-selectmenu {
    font-family: "dp-medium";
}

.ui-selectmenu.error {
    border-color: #F00;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 10px 0;
    text-align: center;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
h1,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    height: 100%;
    min-height: 100%;
    font-family: "dp";
}

body {
    height: 100%;
    min-height: 100%;
    font-family: "dp";
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: none;
    width: 100%;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

/*Clearfix*/

.clearfix {
    zoom: 1;
}

.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.cl {
    display: inline-block;
}

.cl:after {
    content: " ";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \\*/

* html .cl {
    height: 1%;
}

.cl {
    display: block;
}

/* End hide from IE-mac */

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: underline;
}

nav * {
    color: #fff;
}

.color1 main h1,
.color1 form .req {
    color: #FFBE00;
}

.color2 main h1,
.color2 form .req {
    color: #8AC6CF;
}

.color3 main h1,
.color3 form .req {
    color: #ED6A53;
}

.color4 main h1,
.color4 form .req {
    color: #6CBE9A;
}

.color5 main h1,
.color5 form .req {
    color: #827464;
}

.color6 main h1,
.color6 form .req {
    color: #1EA638;
}

.color1_bg {
    background-color: #FFBE00;
}

.color1 .btn1 {
    background-color: #FFBE00;
}

.color1 .list .exp,
.color1 .list .icon {
    background-color: #FFBE00;
}

.color1 .bl_recplan .items .item:before {
    background-color: #FFBE00;
}

.color2_bg {
    background-color: #8AC6CF;
}

.color2 .btn1 {
    background-color: #8AC6CF;
}

.color2 .list .exp,
.color2 .list .icon {
    background-color: #8AC6CF;
}

.color2 .bl_recplan .items .item:before {
    background-color: #8AC6CF;
}

.color3_bg {
    background-color: #ED6A53;
}

.color3 .btn1 {
    background-color: #ED6A53;
}

.color3 .list .exp,
.color3 .list .icon {
    background-color: #ED6A53;
}

.color3 .bl_recplan .items .item:before {
    background-color: #ED6A53;
}

.color4_bg {
    background-color: #6CBE9A;
}

.color4 .btn1 {
    background-color: #6CBE9A;
}

.color4 .list .exp,
.color4 .list .icon {
    background-color: #6CBE9A;
}

.color4 .bl_recplan .items .item:before {
    background-color: #6CBE9A;
}

.color5_bg {
    background-color: #827464;
}

.color5 .btn1 {
    background-color: #827464;
}

.color5 .list .exp,
.color5 .list .icon {
    background-color: #827464;
}

.color5 .bl_recplan .items .item:before {
    background-color: #827464;
}

.color6_bg {
    background-color: #23b33e;
}

.color6 .btn1 {
    background-color: #23b33e;
}

.color6 .list .exp,
.color6 .list .icon {
    background-color: #23b33e;
}

.color6 .bl_recplan .items .item:before {
    background-color: #23b33e;
}

.color7_bg {
    background-color: #1EA638;
}

.color7 .btn1 {
    background-color: #1EA638;
}

.color7 .list .exp,
.color7 .list .icon {
    background-color: #1EA638;
}

.color7 .bl_recplan .items .item:before {
    background-color: #1EA638;
}

.tcenter {
    text-align: center;
}

.color1 .svg_bg_color {
    fill: #FFBE00;
}

.color2 .svg_bg_color {
    fill: #8AC6CF;
}

.color3 .svg_bg_color {
    fill: #ED6A53;
}

.color4 .svg_bg_color {
    fill: #6CBE9A;
}

.color5 .svg_bg_color {
    fill: #827464;
}

.color6 .svg_bg_color {
    fill: #1EA638;
}

.tac {
    text-align: center;
}

.bl_pag {
    display: inline-block;
    margin: 0px auto;
}

.bl_pag .arrow_placeholder {
    width: 24px;
    height: 14px;
    float: left;
}

.bl_pag .l {
    text-decoration: none;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 10px 14px 0px 14px;
    text-align: center;
    border: 1px solid #999999;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 1px;
    padding-top: 4px;
    font-size: 0.9375rem;
    font-family: "dp-bold";
}

.bl_pag .l:last-of-type {
    margin-right: 0;
}

.bl_pag .l_act {
    border-color: #999999;
    background-color: #999999;
    color: #ffffff;
}

.bl_pag .l:hover {
    border-color: #cfccc8 !important;
}

.color1 .bl_pag .l {
    border-color: #F0E9D6;
    color: #FFBE00;
}

.color1 .bl_pag .l_act {
    border-color: #F0E9D6;
    background-color: #FFBE00;
    color: #ffffff;
}

.color2 .bl_pag .l {
    border-color: #E4EAEB;
    color: #8AC6CF;
}

.color2 .bl_pag .l_act {
    border-color: #E4EAEB;
    background-color: #8AC6CF;
    color: #ffffff;
}

.color3 .bl_pag .l {
    border-color: #EEE1DE;
    color: #ED6A53;
}

.color3 .bl_pag .l_act {
    border-color: #EEE1DE;
    background-color: #ED6A53;
    color: #ffffff;
}

.color4 .bl_pag .l {
    border-color: #D9E7DB;
    color: #6CBE9A;
}

.color4 .bl_pag .l_act {
    border-color: #D9E7DB;
    background-color: #6CBE9A;
    color: #ffffff;
}

.color5 .bl_pag .l {
    border-color: #E3E2E0;
    color: #827464;
}

.color5 .bl_pag .l_act {
    border-color: #E3E2E0;
    background-color: #827464;
    color: #ffffff;
}

.color6 .bl_pag .l {
    border-color: #D9E7DB;
    color: #1EA638;
}

.color6 .bl_pag .l_act {
    border-color: #D9E7DB;
    background-color: #1EA638;
    color: #ffffff;
}

.color1 svg .styled_fill {
    fill: #FFBE00;
}

.color2 svg .styled_fill {
    fill: #8AC6CF;
}

.color3 svg .styled_fill {
    fill: #ED6A53;
}

.color4 svg .styled_fill {
    fill: #6CBE9A;
}

.color5 svg .styled_fill {
    fill: #827464;
}

.color6 svg .styled_fill {
    fill: #1EA638;
}

.bl_pag .sep {
    float: left;
    width: 3px;
    height: 10px;
    margin-right: 4px;
}

.bl_pag .sep2 {
    margin-left: 16px;
}

.bl_pag .ll {
    float: left;
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 14px;
}

.no-svg .bl_pag .ll {
    background: url("../img/icons/paging_arr_l.png") no-repeat center center;
}

.no-svg .bl_pag .ll img {
    display: none;
}

.no-svg .bl_pag .ll2 {
    background: url("../img/icons/paging_arr_r.png") no-repeat center center;
}

/*region form */

/* ---------------------- form ---------------------- */

.np { /* no padding */
    padding: 0px !important;
}

.npb { /* no bottom padding */
    padding-bottom: 0px !important;
}

.nm { /* no margin */
    margin: 0px !important;
}

.nmb { /* no bottom margin */
    margin-bottom: 0px !important;
}

.btn1 {
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    border-radius: 5px;
    padding: 0 19px;
    font-family: "dp-bold";
    font-size: 0.938rem;
    color: #fff;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: #6CBE9A;
}

.btn_big {
    height: 64px;
    font-size: 1.250rem;
}

.btn_wide {
    width: 100%;
}

.btn_medium {
    height: 40px;
    font-size: 0.9375rem; /*margin: 0px auto;*/
    display: block;
}

.btn_icon {
    background-repeat: no-repeat;
    background-position: 11px center;
    padding-left: 31px;
}

.btn_medium.btn_icon {
    padding-left: 41px;
    padding-right: 15px;
}

.icon_plane {
    background-image: url(../img/icons/plane02.svg);
}

.button,
button {
    cursor: pointer;
}

.button.btn1 {
    line-height: normal;
}

button.btn1 {
    line-height: normal;
}

button img {
    margin-right: 9px;
}

.button img {
    margin-right: 9px;
    vertical-align: middle;
}

.button span {
    vertical-align: middle;
}

button img,
button span {
    vertical-align: middle;
}

form .saved {
    color: #00CC00;
    font-family: "dp-bold";
    margin-bottom: 15px;
}

form .ftitle {
    font-size: 0.813rem;
    color: #000;
    font-family: Arial;
}

form label {
    font-size: 0.813rem;
    color: #000;
    font-family: Arial;
    display: block;
    padding-top: 5px;
}

form label.float {
    float: left;
    display: block;
    padding-top: 3px;
    margin-right: 10px;
    margin-left: 3px;
}

form label input[type="checkbox"],
form label input[type="radio"] {
    margin-right: 5px;
}

form .ftitle {
    padding: 5px 0;
    display: block;
    float: left;
}

form .ftitle_text {
    font-weight: bold;
    font-size: 0.8125rem;
    margin-bottom: 19px;
}

form .ftitle_desc {
    color: #999;
    padding-left: 10px;
}

form .req {
    font-family: "dp-bold";
    font-size: 1.5rem;
    line-height: 15px;
    display: block;
    margin-top: 8px;
    float: left;
    padding: 0 5px;
}

form .big_text {
    margin-top: 22px;
}

form .sep {
    border-top: 1px solid #DCDCDC;
    padding-top: 26px;
}

form .big_text_part {
    margin-top: 7px;
    margin-bottom: 6px;
}

form .fieldc .has_bottom {
    margin-bottom: 0px !important;
}

form .bottom_sticker {
    margin-bottom: 16px;
}

input[type="text"],
input[type="password"] {
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-family: "dp-medium";
    font-size: 0.938rem;
    padding: 0 8px;
    color: #333;
    width: 100%;
    -webkit-appearance: none;
}

textarea {
    height: 204px;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 0px 0px;
    font-family: "dp-medium";
    font-size: 0.938rem;
    padding: 8px;
    color: #333;
    width: 100%;
    -webkit-appearance: none;
    resize: none;
}

textarea:hover,
textarea:focus {
    border-color: #b5b5b5;
}

.small-textarea {
    height: 116px;
    border-radius: 3px;
}

.smaller-textarea {
    height: 101px;
    border-radius: 3px;
}

.textarea_container {
    height: 204px;
}

.textarea_bottom {
    border: 1px solid #D9D9D9;
    border-top-width: 0px;
    border-radius: 0px 0px 3px 3px;
    color: #333;
    width: 100%;
    height: 56px;
    padding: 8px 6px 0px 6px;
}

.description-text {
    margin: 0px 0 12px 0;
    font-size: 12px;
    line-height: 14px;
}

input[type="text"].small,
input[type="submit"].small {
    width: 50%;
}

input[type="text"].big,
input[type="password"].big {
    height: 64px;
    font-size: 1.875rem;
}

input[type="text"]:hover,
input[type="submit"]:hover {
    border-color: #b5b5b5;
}

input[type="text"]:focus,
input[type="submit"]:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-color: #b5b5b5;
}

form .fieldc .col1,
form .fieldc .col2,
form .fieldc .col3,
form .fieldc .col4,
form .fieldc .col5,
form .fieldc .col6,
form .fieldc .col7,
form .fieldc .col8,
form .fieldc .col9,
form .fieldc .col10,
form .fieldc .col11,
form .fieldc .col12 {
    margin-bottom: 30px;
}

form .bot {
    border-top: 1px solid #E6E3DF;
    margin-top: 53px;
    padding-top: 25px;
    padding-bottom: 25px;
}

form .bot .descc {
    float: left;
}

form .bot .btn1 {
    float: right;
}

form .inpc_err {
    border-color: #d90204;
}

.report_err {
    color: #D90000;
}

/*Custom selects*/

.custom-select-wrap {
    margin-right: 2px;
    margin-bottom: 23px;
}

select.custom-select {
    width: 100%;
    border: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    z-index: 100;
}

/*endregion form */

/*region list */

/* ---------------------- list ---------------------- */

.list .lmain {
    border: 1px solid #E6E3DF;
    position: relative;
    margin-bottom: -1px;
    padding: 20px 50px 20px 27px;
    font-size: 1.125em;
    display: block;
    cursor: pointer;
}

.list .lmain:hover {
    text-decoration: none;
}

.list.news .lmain {
    padding-right: 125px;
}

.list .exp {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border-color: red;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    display: block;
    right: 13px;
    top: 50%;
    margin-top: -13px;
    background-image: url(../img/icons/plus01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.list .exp_a {
    background-image: url(../img/icons/minus01.svg);
}

.list .icon {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    display: block;
    left: 13px;
    top: 50%;
    margin-top: -20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.list .icon.direct {
    background-image: url(../img/icons/arrow08.svg);
}

.list .icon.recurring_payment {
    background-image: url(../img/icons/arrow09.svg);
}

.list .icon.paypal {
    background-image: url(../img/logos/paypal.svg);
}

.list .icon.two_gpm {
    background-image: url(../img/icons/2gpm.svg);
}

.list .icon.heart {
    background-image: url(../img/icons/heart.svg);
    background-position: center 12px;
}

.list .icon.baloon {
    background-image: url(../img/icons/baloon.svg);
    background-position: center 10px;
}

.list .icon.star {
    background-image: url(../img/icons/star01.svg);
}

.list .icon.pdf {
    background-image: url(../img/ico-pdf.png);
    background-color: transparent;
    right: 50px;
    left: auto; /*display: none;*/
}

.color1 .list .exp {
    border-color: #FFBE00;
}

.color2 .list .exp {
    border-color: #8AC6CF;
}

.color3 .list .exp {
    border-color: #ED6A53;
}

.color4 .list .exp {
    border-color: #6CBE9A;
}

.color5 .list .exp {
    border-color: #827464;
}

.color6 .list .exp {
    border-color: #1EA638;
}

.list .download-pdf {
    display: inline-block;
    position: absolute;
    right: -100px;
    width: 85px;
    border-radius: 8px;
    border: 1px solid #b0e1ba;
    height: 85px;
    background: #fff url(../img/ico-pdf-down.png) no-repeat center center;
    top: 0px;
    z-index: 100;
}

.download-pdf .text {
    display: none;
    text-transform: uppercase;
}

.list .bugreport {
    display: inline-block;
    position: absolute;
    width: 85px;
    height: 85px;
    right: -100px;
    top: 100px;
    background: #fff url(../img/ico-bugreport-down.png) no-repeat center center;
    border-radius: 8px;
    border: 1px solid #b0e1ba;
    cursor: pointer;
    z-index: 100;
}

.bugreport .text {
    display: none;
    text-transform: uppercase;
}

.list .date {
    font-size: 0.688rem;
    font-family: Arial;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -6px;
    color: #999999;
}

.list .contc {
    display: none;
}

.list .cont {
    background: #F5F5F5;
    font-size: 0.875em;
    box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2);
    padding: 25px 27px;
    display: none;
}

.list .cont .body {
    font-size: 0.8125rem;
    margin-bottom: 22px;
}

.list .cont p:first-child {
    margin-top: 0;
}

.list .cont p:last-child {
    margin-bottom: 0;
}

.list .cont table {
    width: 100%;
}

.list .cont table td {
    padding: 0px 10px 13px 0;
}

.list .cont.nwsl table td {
    padding: 0;
}

.list .cont table tr:last-child td {
    padding-bottom: 0px;
}

.list .cont table a {
    text-decoration: underline;
}

.list .cont table a:hover {
    text-decoration: none;
}

.list.delete .lmain {
    cursor: default;
}

.list.delete .exp {
    background-image: url(../img/icons/delete01.svg);
}

.list .exp.restore {
    background-image: url(../img/icons/circle06.svg);
    background-color: #fff;
}

.list.support .title {
    text-transform: uppercase;
    padding-left: 37px;
    font-family: "dp-medium";
    color: #333333;
}

.friendclub .btn1 {
    float: right;
    margin-top: 16px;
}

.friendclub form .col1,
.friendclub form .col2,
.friendclub form .col3,
.friendclub form .col4,
.friendclub form .col5,
.friendclub form .col6,
.friendclub form .col7,
.friendclub form .col8,
.friendclub form .col9,
.friendclub form .col10,
.friendclub form .col11,
.friendclub form .col12 {
    margin-bottom: 16px;
}

.friendclub textarea {
    height: auto;
}

.friendclub .big_text_part {
    margin-top: 0px;
}

.support .onerow.last div {
    margin-bottom: 0px;
}

/*endregion list */

/*Offices list*/

.offices {
    position: relative;
    min-height: 160px;
}

.offices .lmain {
    padding: 18px 50px 18px 15px;
    text-transform: uppercase;
}

/*region header */

/* ---------------------- header ---------------------- */

header {
    height: 420px;
    background-color: #B3957D;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
}

header .top {
    background: #173118;
    background: rgba(0, 0, 0, 0.65);
    height: 32px;
    position: relative;
    z-index: 1;
}

header .top nav {
    padding: 8px 0 9px 27px;
    font-size: 0.750em;
    text-transform: uppercase;
    float: left;
}

header .top nav a {
    background: url(../img/icons/arrow01.svg) no-repeat left top 2px;
    padding: 0 0 0 23px;
    margin-right: 33px;
}

header .mob {
    display: none;
    z-index: 1000;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

header .bot {
    position: absolute;
    height: 61px;
    /*bottom: -60px;*/
    bottom: 0px;
    width: 100%;
    z-index: 50;
}

header .bot nav {
    width: 1200px;
    /*width: 1000px;*/
    margin: 0 auto;
}

header .bot nav > div {
    width: 16.66%;
    display: block;
    float: left;
}

.lang-en header .bot nav > div {
    width: 25%;

}

/*.lang-en header .bot nav > div {*/
/*width: 50%;*/
/*}*/

header .bot nav .sub_items {
    padding: 24px 2px 20px 0;
    display: none;
}

header .bot nav a {
    line-height: 60px;
    font-family: "dp-bold";
    font-size: 0.938em;
    display: block;
}

header .bot nav a.title {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

header .bot nav a.subtitle {
    font-family: "dp";
    text-decoration: inherit;
    text-align: left;
    line-height: 16px;
    position: relative;
    padding-left: 38px;
    font-size: 13px;
    margin-bottom: 6px;
}

header .bot nav a.subtitle:hover {
    text-decoration: underline;
}

header .bot nav a.subtitle:before {
    background-image: url("../img/icons/arrow13.svg");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center top;
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 100%;
    left: 14px;
    top: 3px;
}

header .search {
    height: 100%;
    float: right;
    background: #000;
    padding: 0 0 0 10px;
}

header .search input[type="text"] {
    width: 184px;
    height: 100%;
    border: 0;
    float: left;
    font-size: 0.813em;
    color: #CCCCCC;
    background-color: transparent;
}

header .search input[type="submit"] {
    width: 36px;
    height: 100%;
    border: 0;
    float: left;
    background: url(../img/icons/zoom01.svg) center 5px no-repeat;
}

header .bubblesc {
    width: 1140px;
    height: 10px;
    position: relative;
    margin: 0 auto;
}

.bubblesc .ep_title {
    position: absolute;
    top: 140px;
    left: 75px;

}

.ep_desktop {
    display: block;
}

.ep_mob {
    display: none;
}

.inner .bubblesc .ep_title {
    position: absolute;
    top: 25px;
    left: 350px;
}

.inner header .ep_telefonu {
    position: absolute;
    top: 80px;
    left: 225px;
}

.inner header .ep_telefonu img {
    width: 130px;
    height: auto;
}

.inner header .ep_laiskais {
    position: absolute;
    top: 80px;
    left: 395px;
}

.inner header .ep_laiskais img {
    width: 105px;
    height: auto;
}

.inner header .ep_chat {
    position: absolute;
    top: 80px;
    left: 540px;
}

.inner header .ep_chat img {
    width: 180px;
    height: auto;
}

.basechatMainIframeContainer {
    height: 230px;
    width: 100%;
    max-width: 730px;

}

.basechatMainIframeContainer iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media all and (max-width: 767px) {

    .basechatMainIframeContainer {
        height: 260px;
        max-width: 390px;

    }
}

@media all and (max-width: 360px) {

    .basechatMainIframeContainer {
        height: 270px;
        max-width: 390px;

    }
}

header .bubble {
    width: 253px;
    height: 244px;
    overflow: hidden;
    color: #fff;
    float: left;
    top: 60px;
    position: absolute;
}

header .bubble .icon {
    background-repeat: no-repeat;
    background-position: center top;
    width: 70px;
    height: 57px;
    margin: 23px auto 12px auto;
}

header .bubble .t1 {
    font-family: "dp-bold";
    font-size: 2.625em;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-block;
    text-transform: uppercase;
    line-height: 54px;
}

header .bubble .t2 {
    text-transform: uppercase;
    font-size: 1.250em;
    margin-top: 12px;
}

header .bubble .t2 br.br_alt {
    display: none;
}

header .bubble1 {
    background: url(../img/icons/bubble01.svg);
    padding-right: 3px;
    left: 15px;
}

header .ep_telefonu {
    position: absolute;
    top: 200px;
    left: 75px;
}

header .ep_laiskais {
    position: absolute;
    top: 200px;
    left: 282px;
}

header .ep_chat {
    position: absolute;
    top: 201px;
    left: 455px;
}

header .bubble1 .icon {
    background-image: url(../img/icons/phone01.svg);
    padding-left: 3px;
}

header .bubble2 {
    background: url(../img/icons/bubble02.svg);
    left: 870px;
}

header .bubble2 .t1 {
    font-size: 2.250em;
    background: url(../img/icons/arrow02.svg) right center no-repeat;
    padding-right: 40px;
}

header .bubble2 .icon {
    background-image: url(../img/icons/letter01.svg);
    background-position: center 14px;
}

header .logo {
    width: 205px;
    height: 56px;
    background: url(../img/logos/jaunimolinija.png) no-repeat #1EA838 center center;
    position: absolute;
    left: 70px;
    top: 35px;
}

header .logo:after {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    border-right: 34px solid transparent;
    border-top: 34px solid #18852E;
    margin: 56px 0 0 15px;
}

.inner header {
    height: 300px;
}

.inner header .bot {
    bottom: 0;
}

.inner header .bubble {
    background: none;
    height: auto;
    width: auto;
    padding: 17px 30px 10px 0;
    top: 40px;
}

.inner header .bubble .icon {
    display: none;
}

.inner header .bubble .t1 {
    border: none;
    font-size: 1.875em;
    line-height: 120%;
}

.inner header .bubble .tcenter {
    text-align: left;
}

.inner header .bubble .t2 {
    font-size: 0.688em;
    margin-top: 0;
    text-align: justify;
}

.inner header .bubble .t2 br {
    display: none;
}

.inner header .bubble .t2:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.inner header .bubble1 {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    left: 304px;
}

.inner header .bubble2 {
    left: 525px;
}

.inner header .bubble2 .t1 {
    background-size: 20px 20px;
    padding-right: 23px;
}

.inner header .logo {
    width: 180px;
    height: 50px;
    background-size: 155px 19px;
    top: 18px;
    left: 71px;
}

.inner header .logo:after {
    width: 30px;
    height: 30px;
    border-right-width: 30px;
    border-top-width: 30px;
    margin: 50px 0 0 10px;
}

/*endregion header */

/*region footer */

/* ---------------------- footer ---------------------- */

footer {
    background: #EEE;
    z-index: 10;
    position: absolute;
    width: 100%;
}

footer .subc {
    padding: 26px 30px 30px 30px;
}

footer .subc .t {
    font-size: 0.813em;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 10px;
}

footer .subc input {
    height: 32px;
    float: left;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 0;
}

footer .subc input[type="text"] {
    width: 214px;
    padding: 0 0px 0 8px;
    font-size: 0.813em;
    font-family: Arial;
    color: #AAA;
}

footer .subc input[type="text"]::-webkit-input-placeholder {
    color: #AAA;
}

footer .subc input[type="text"]:-moz-placeholder,
footer .subc input[type="text"]::-moz-placeholder {
    color: #AAA;
    opacity: 1;
}

footer .subc input[type="text"]:-ms-input-placeholder {
    color: #AAA;
}

footer .subc input[type="submit"].submit, input[type="button"].button {
    height: 32px;
    width: 36px;
    background-image: url(../img/icons/arrow03.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

footer .subc .fblikec {
    float: right;
    margin-top: 25px;
}

footer nav.main {
    width: 100%;
    display: table;
}

footer nav.main .bl {
    width: 16.5%; /* float: left; */
    padding: 23px 30px;
    display: table-cell;
}

footer nav.main .bl.color6_bg {
    width: 17.5%;
}

footer nav.main a {
    font-size: 0.813em;
    display: block;
    padding-left: 36px;
    padding-bottom: 4px;
    background: url(../img/icons/arrow04.svg) no-repeat 13px 5px;
}

footer nav.main a.title {
    font-family: "dp-bold";
    font-size: 1.188em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 10px;
    padding: 0;
    background: none;
}

footer nav.extra {
    padding: 25px 30px;
    font-size: 0.750em;
    font-family: "dp-bold";
    text-transform: uppercase;
}

footer nav.extra a {
    padding: 0 0 0 23px;
    float: left;
    background: url("../img/icons/arrow01.svg") no-repeat left 3px;
    color: #666;
    margin-right: 35px;
}

footer .copyr {
    color: #999;
    font-family: Arial;
    font-size: 0.750em;
    line-height: 160%;
    padding: 0 30px 15px 30px;
    position: relative;
}

footer .copyr * {
    color: #999;
}

footer .copyr .t .block1 {
    float: left;
}

footer .copyr .t .block2 {
    float: right;
}

footer .copyr .t span {
    margin-right: 17px;
}

footer .copyr .t span.last {
    margin-right: 0px;
}

footer .copyr .t2 {
    position: absolute;
    top: -41px;
    right: 30px;
}

footer .copyr .logos {
    padding-top: 42px;
}

footer .copyr .logos .sep {
    display: none;
}

footer .copyr .logos .lisbp {
    width: 352px;
    height: 33px;
    background: url(../img/logos/lisbp_logo.jpg);
    display: block;
    float: left;
}

footer .copyr .logos .kitoks {
    width: 168px;
    height: 48px;
    background: url(../img/logos/kitoks_logo.jpg);
    display: block;
    margin-top: -9px;
    float: right;
}

/*endregion footer */

/*region mobile menu */

/* ---------------------- mobile menu ---------------------- */

.bl_bg_disabler {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    display: none;
}

.bl_exp_menu {
    background: none repeat scroll 0 0 #fff;
    display: none;
    left: 0;
    padding: 20px 27px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.bl_exp_menu .bl_submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.bl_exp_menu .bl_submenu a {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2em;
    height: auto;
    margin: 16px 0px;
    padding: 0 15px 0 0;
}

.bl_exp_menu .bl_submenu .category,
.bl_exp_menu .bl_submenu .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
}

.bl_exp_menu .bl_submenu .category {
    font-size: 1.5em;
    font-family: "dp-bold";
    padding: 0px 12px 0 62px;
    text-transform: uppercase;
    width: 100%;
    line-height: 60px;
    vertical-align: middle;
}

.bl_exp_menu .bl_submenu .category:before {
    background-image: url("../img/icons/arrow12.svg");
    background-repeat: no-repeat;
    background-size: 42px 42px;
    background-position: center center;
    content: "";
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 100%;
    left: 12px;
    top: 0px;
}

.bl_exp_menu .bl_submenu .item {
    font-size: 1.125em;
    padding: 0px 38px 0px 12px;
    width: 100%;
    line-height: 60px;
    vertical-align: middle;
}

.bl_exp_menu .bl_submenu .item.l1 {
    font-family: "dp-bold";
    text-transform: uppercase;
}

.bl_exp_menu .bl_submenu .item.l1.parent:after {
    background: url("../img/icons/arrow14.svg") no-repeat;
    background-position: center center;
    content: "";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 100%;
    top: 0px;
    right: 24px;
}

.bl_exp_menu .bl_submenu .item.l1.parent.exp_a:after {
    background: url("../img/icons/arrow15.svg") no-repeat;
    background-position: center center;
    width: 16px;
    height: 100%;
    top: 0px;
}

.bl_exp_menu .bl_submenu .item.l2 {
    font-family: "dp";
    padding-left: 35px;
}

.bl_exp_menu .bl_submenu .item.l2:before {
    background-image: url("../img/icons/arrow13.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center center;
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 100%;
    left: 12px;
    top: 0px;
}

/*endregion mobile menu */

/*region frontpage swiper */

/* ---------------------- frontpage swiper ---------------------- */

.front_swiper {
    position: relative;
}

.front_swiper .swiper-slide {
    position: relative;
}

.front_swiper .swiper_pagination {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 20px;
    z-index: 100;
    height: 20px;
}

.front_swiper .swiper-slide .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.front_swiper .swiper-slide .slide .c {
    width: 1000px;
    margin: 0 auto;
    padding: 130px 0 0 0;
}

.front_swiper .imgc {
    width: 46%;
    height: auto;
    padding-right: 5%;
    float: left;
}

.front_swiper .img {
    width: 100%;
    height: auto;
}

.front_swiper .textc {
    width: 54%;
    float: left;
    font-family: georgia;
    font-style: italic;
}

.front_swiper .textc p {
    font-size: 1.250em;
    color: #5B5346;
    padding: 40px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 26px;
}

.front_swiper .textc .title {
    display: inline-block;
    position: relative;
    padding-right: 44px;
    font-size: 2.250em;
    color: #5A5246;
}

.front_swiper .textc .title:hover {
    text-decoration: underline;
}

.front_swiper .textc .title .icon_vcont {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
}

.front_swiper .textc .title .icon_cont {
    position: relative;
    width: 100%;
    height: 100%;
}

.front_swiper .textc .title .icon {
    height: 44px;
    width: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    background-image: url(../img/icons/arrow17.svg);
    background-size: 44px 44px;
    background-position: center left;
    background-repeat: no-repeat;
}

.front_swiper .shadow {
    background: url(../img/bg/swiper_shadow.png) center top no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.front_swiper .project_image {
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-color: #B3957D;
    width: 100%;
    height: 500px;
}

/*endregion frontpage swiper */

/*region donations */

/* ---------------------- donations ---------------------- */

main .persons_title {
    color: #444;
    font-family: "dp-bold";
}

main .people {
    margin: 15px 0 30px 0;
    color: #444;
}

/*endregion donations */

/*region ---------------- donation types ---------------- */

.donation_pages .section_title {
    font-family: "dp-bold";
    font-size: 20px;
    color: #ED6A53;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.donation_pages .section_title .info {
    font-family: Arial;
    font-size: 13px;
    color: #999999;
    margin-left: 20px;
    text-transform: none;
}

.donation_pages .donation_option {
    float: left;
    padding: 15px 16px;
    border: 1px solid #D0D0D0;
}

.donation_pages .donation_option.last {
    margin-right: 40px;
}

.donation_pages .donation_option input {
    font-family: "dp";
    font-size: 17px;
    color: #333333;
    margin-right: 10px;
}

.donation_pages .header_menu {
    display: none;
    margin-bottom: 39px;
}

.donation_pages .header_menu .bt_donation_twopercent {

    background-image: url("../img/bitcoin.png");
    background-repeat: no-repeat;
    width: 114px;
    height: 52px;
    display: inline-block;
}

.donation_pages .entry_block {
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 24px;
}

.donation_pages .entry_block .label {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
    margin-bottom: 10px;
}

.donation_pages .entry_block .label .info {
    color: #999999;
}

.donation_pages .entry_block .info {
    font-family: Arial;
    font-size: 13px;
    color: #999999;
}

.donation_pages .entry_block input {
    font-family: Arial;
}

.donation_pages .entry_block.error input {
    border-color: #F00;
}

.donation_pages .newsletter_block {
    margin-bottom: 45px;
}

.donation_pages .newsletter_block label {
    font-family: Arial;
    font-size: 13px;
    color: #000000;
}

.donation_pages hr {
    border: 1px solid #E6E3DF;
    border-bottom: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.donation_pages hr.bottom {
    margin-bottom: 44px;
}

.donation_pages .terms {
    font-family: Arial;
    font-size: 13px;
    color: #999999;
    height: 44px;
    margin-bottom: 10px;
}

.donation_pages .form_report {
    display: none;
    font-family: Arial;
    font-size: 13px;
    color: #F00;
    margin-bottom: 10px;
}

.donation_pages .bottom_navigation {
    display: table;
}

.donation_pages .bottom_navigation .nav_row {
    display: table-row;
}

.donation_pages .bottom_navigation .back_button {
    display: table-cell;
}

.donation_pages .bottom_navigation .next_button {
    display: table-cell;
}

.donation_pages .bottom_navigation .terms {
    display: table-cell;
    padding: 0 38px;
    text-align: center;
    vertical-align: middle;
}

.donation_pages .donation_page {
    display: none;
}

.donation_pages .donation_page.with_donation_options .donation_list {
    display: table;
    border-collapse: collapse;
    margin-bottom: 32px;
}

.donation_pages .donation_page.with_donation_options .donation_list .item_row {
    display: table-row;
}

.donation_pages .donation_page.with_donation_options .donation_item {
    display: table-cell;
    width: 33.3333%;
    min-width: 170px;
    border: 1px solid #D0D0D0;
    padding: 19px 15px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.donation_pages .donation_page.with_donation_options .donation_item .title_row {
    font-size: 1.0625rem;
}

.donation_pages .donation_page.with_donation_options .donation_item.custom .title_row {
    font-size: 0.8125rem;
    color: #000000;
}

.donation_pages .donation_page.with_donation_options .donation_item.custom .title_row .label {
    margin-top: 2px;
    position: absolute;
}

.donation_pages .donation_page.with_donation_options .donation_item .currency_eur {
    font-family: "dp-bold";
    color: #EB6A52;
}

.donation_pages .donation_page.with_donation_options .donation_item .currency_ltl {
    font-family: "dp";
}

.donation_pages .donation_page.with_donation_options .donation_item .content_row {
    font-family: Arial;
    color: #878787;
    font-size: 12px;
}

.donation_pages .donation_page.with_donation_options .donation_item.custom .content_row input {
    color: #EB6A52;
    font-size: 1.0625rem;
    font-family: "dp-bold";
    margin-bottom: 10px;
}

.donation_pages .donation_page.with_donation_options .donation_item .content_row {
    padding: 8px 4px 0px 4px;
}

.donation_pages .donation_page.with_donation_options .donation_item .content_row p {
    margin: 0;
}

.donation_pages .donation_page.with_donation_options .donation_item.selected {
    background-color: #FFFFFF;
    border: 1px solid #D0D0D0;
    padding: 3px 9px 3px 9px;
}

.donation_pages .donation_page.with_donation_options .donation_item.empty_fill {
    cursor: default;
}

.donation_pages .donation_page.with_donation_options .btn1 {
    float: right;
    margin-top: 0px; /*TODO patikrinti sita, buvo -30px*/
}

.donation_pages .donation_page.with_donation_options .terms {
    float: left;
}

.donation_pages .donation_page.page_monthly .intro_image {
    margin-bottom: 38px;
}

.donation_pages .donation_page.page_single hr {
    margin-bottom: 36px;
}

.donation_pages .donation_page.page_monthly_paymenttype .donation_option {
    float: none;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 37px;
    width: inherit;
}

.donation_pages .donation_page.page_monthly_entercard .custom-select-wrap.short {
    display: inline;
}

.donation_pages .donation_page.page_monthly_entercard .custom-select-wrap.short .custom-select {
    width: 90px;
}


.donation_pages .donation_option_wrap {
    margin-bottom: 20px;
}

.donation_pages .donation_page.page_single_paymenttype .donation_option {
    float: none;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 15px;
    width: inherit;
}

.donation_pages .donation_page.page_single_paymenttype .donation_option input {
    margin-top: 0;
    vertical-align: middle;
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo {
    display: inline-block;
    vertical-align: middle;
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_seb {
    background-image: url("../img/banks/seb.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_swedbank {
    background-image: url("../img/banks/swedbank.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_luminor_dnb {
    background-image: url("../img/banks/luminor_dnb.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_luminor_nordea {
    background-image: url("../img/banks/luminor_nordea.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_danske {
    background-image: url("../img/banks/danske.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_citadele {
    background-image: url("../img/banks/citadele.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_sb {
    background-image: url("../img/banks/sb.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_mb {
    background-image: url("../img/banks/mb.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera {
    background-image: url("../img/banks/paysera.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paypal {
    background-image: url("../img/logos/logo_paypal.png");
}

.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paypal,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_seb,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_swedbank,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_luminor_dnb,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_luminor_nordea,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_danske,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_citadele,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_sb,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera_mb,
.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paysera {
    width: 110px;
    height: 23px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
}


/*.donation_pages .donation_page.page_single_paymenttype .donation_option .logo_paypal {*/
/*    background-image: url("../img/logos/logo_paypal.png");*/
/*    width: 85px;*/
/*    height: 18px;*/
/*    -webkit-background-size: contain;*/
/*    -moz-background-size: contain;*/
/*    -o-background-size: contain;*/
/*    background-size: contain;*/
/*}*/

.donation_pages .d_banks {
    border: none;
    float: none;
}

.donation_pages .d_banks label {
    text-decoration: underline;
    cursor: pointer;
}

.donation_pages .d_banks input {
    display: none;
}

.twopercent_home .content_block {
    width: 45.5%; /*padding-right: 34px;*/
    float: left;
}

.twopercent_home .content_block.last { /*padding-right: 0px;*/ /*padding-left: 34px;*/
}

.twopercent_home .content_spacer {
    width: 9%;
    float: left;
    display: block;
    height: 10px;
}

.twopercent_home .content_spacer .arrows {
    display: block;
    margin: 0 auto;
    width: 26px;
    height: 18px;
    margin-top: 50px;
    background-image: url("../img/icons/arrow_icon.svg");
}

.twopercent_button {
    border: 3px solid #ED6A53;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 12px;
    min-width: 280px;
    margin-bottom: 34px;
}

.twopercent_icon {
    background-image: url("../img/icons/twopercent_icons.svg");
    background-repeat: no-repeat;
    float: left;
    margin-left: 9px;
    margin-top: 21px;
}

.twopercent_icon.icon_pencil {
    width: 50px;
    height: 52px;
    background-position: 0 0;
}

.twopercent_icon.icon_mouse {
    width: 52px;
    height: 52px;
    background-position: -52px 0;
}

.twopercent_sep {
    background-color: #ED6A53;
    width: 1px;
    height: 75px;
    float: left;
    margin: 8px 22px 0;
}

.twopercent_label {
    float: left;
    text-transform: uppercase;
    color: #EB6A52;
    font-family: "dp-bold";
    line-height: 470%;
    font-size: 19px;
}

.twopercent_text {
    font-family: Arial;
    font-size: 13px;
    color: #999999;
    line-height: 140%;
    margin-bottom: 20px;
}

.twopercent_text a {
    font-family: Arial;
    font-size: 13px;
    color: #999999;
    line-height: 140%;
    margin-bottom: 20px;
    text-decoration: underline;
}

.twopercent_text a:hover {
    text-decoration: none;
}

.twopercent_text b {
    font-weight: bold;
}

.twopercent_link {
    font-family: Arial;
    font-size: 13px;
    color: #333333;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 14px;
    position: relative;
}

.twopercent_link:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    width: 5px;
    height: 10px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ed6a53;
}

.twopercent_link:hover {
    text-decoration: none;
}

/*endregion ---------------- donation types ---------------- */

/*region main blocks */

/* ---------------------- main blocks ---------------------- */

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

main {
    width: 80%;
    float: right;
    background: #fff;
    padding: 42px 0 43px 43px;
}

main .path {
    list-style: none;
    margin-bottom: 12px;
}

main .path li {
    float: left;
    font-size: 0.813em;
    line-height: 140%;
    color: #999;
}

main .path a {
    color: #999;
}

main .path li:after {
    content: "/";
    padding: 0 12px;
}

main .path li.last:after {
    content: "";
}

main .path a {
    text-transform: uppercase;
}

main h1 {
    font-family: "dp-bold";
    font-size: 2.500em;
    line-height: 115%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

main p {
    line-height: 140%;
    color: #444;
    margin: 20px 0;
}

main .body_container {
    color: #444; /*font-size: 1em;*/
}

main .body_container table,
main .body_container tr,
main .body_container td {
    vertical-align: middle;
}

main .body_container ul,
main .body_container li {
    font: inherit;
    color: inherit;
}

main .body_container ul {
    margin-left: 32px;
    margin-bottom: 15px;
}

main .body_container strong {
    font-family: "dp-bold";
}

main .body_container em {
    font-family: "dp-italic";
}

main .body_container strong em,
main .body_container em strong {
    font-family: "dp-bolditalic";
}

main .body_container a {
    text-decoration: underline;
}

main .body_container img {
    margin: 15px 0;
}

/*main .body_container.nwsl img {*/
/*margin: 0;*/
/*}*/

main .body_container img[src$="like.gif"] {
    margin: 0;
}

main .body_container a:hover {
    text-decoration: none;
}

main .body_container .separated_number_list {
    counter-reset: separated_number_list;
    list-style-type: none;
    font-family: Arial;
    font-size: 13px;
    margin-bottom: 30px;
}

main .body_container .separated_number_list strong {
    font-family: Arial;
    font-weight: bold;
}

main .body_container .separated_number_list > li {
    padding: 22px 0;
    border-top: 1px solid #E6E3DF;
    padding-left: 52px;
    position: relative;
}

main .body_container .separated_number_list > li:last-child {
    border-bottom: 1px solid #E6E3DF;
}

main .body_container .separated_number_list > li:before {
    counter-increment: separated_number_list;
    content: counter(separated_number_list) ".";
    font-family: "dp-medium";
    font-size: 17px;
    position: absolute;
    left: 20px;
    top: 20px;
}

main .body_container .separated_number_list ul {
    padding-top: 20px;
}

main .body_container .separated_number_list ul li {
    padding: 5px 0;
    list-style-type: none;
}

main .body_container .note {
    background-image: url("../img/bg/bg-crosshatch-pattern.png");
    background-repeat: repeat;
    padding: 22px 24px;
    margin-bottom: 39px;
}

main .body_container .note ul {
    position: relative;
    list-style-type: none;
    margin-left: 25px;
}

main .body_container .note ul li:before {
    content: "-";
    padding-right: 10px;
    position: absolute;
    left: -13px;
}

/* text formatting */

hr.content_sep {
    margin-top: 28px;
    margin-bottom: 40px;
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #E6E3DF;
}

hr.content_sep.bottom {
    margin-bottom: 30px;
}

aside {
    width: 20%;
    float: left;
}

aside .aside_bg {
    height: 100%;
    width: 20%;
    background-color: #D9E7DB;
    position: absolute;
    z-index: -1;
    top: 0px;
}

.color1 aside {
    background-color: #F0E9D6;
}

.color1 aside .aside_bg {
    background-color: #F0E9D6;
}

.color2 aside {
    background-color: #E4EAEB;
}

.color2 aside .aside_bg {
    background-color: #E4EAEB;
}

.color3 aside {
    background-color: #EEE1DE;
}

.color3 aside .aside_bg {
    background-color: #EEE1DE;
}

.color4 aside {
    background-color: #D9E7DB;
}

.color4 aside .aside_bg {
    background-color: #D9E7DB;
}

.color5 aside {
    background-color: #E3E2E0;
}

.color5 aside .aside_bg {
    background-color: #E3E2E0;
}

.color6 aside {
    background-color: #D9E7DB;
}

.color6 aside .aside_bg {
    background-color: #D9E7DB;
}

aside .title {
    font-size: 1.688em;
    font-family: "dp-bold";
    text-align: right;
    color: #fff;
    position: relative;
    height: 108px;
    text-transform: uppercase;
    padding-right: 17px;
}

aside .title .shadow {
    position: absolute;
    padding-right: 17px;
    right: 0px;
    top: 0;
    height: 100%;
    background-image: url(../img/bg/shadow01.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 1000px;
}

aside .title .tb {
    display: table;
    width: 100%;
    position: relative;
}

aside .title .td {
    display: table-cell;
    height: 108px;
    vertical-align: middle;
    /*vertical-align: bottom;*/
    /*padding-bottom: 10px;*/
}

aside .title .td span {
    width: 100%;
}

aside .title .td img {
    margin: 0px auto;
    display: block;
}

aside nav a {
    display: block;
    padding: 0 15px 0 12px;
    color: #202020;
}

aside nav a.active {
    background: #555;
    color: #fff;
    position: relative;
}

aside nav a.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 101%;
    background: url(../img/icons/arrow07.png);
    right: -7px;
    top: 0px;
    background-size: 7px 100%;
    background-repeat: no-repeat;
}

aside nav a.menu1 {
    padding-top: 9px;
    padding-bottom: 9px;
    font-family: "dp-bold";
    font-size: 0.813em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
}

.color1 aside nav a.menu1:hover {
    color: #FFBE00;
}

.color2 aside nav a.menu1:hover {
    color: #8AC6CF;
}

.color3 aside nav a.menu1:hover {
    color: #ED6A53;
}

.color4 aside nav a.menu1:hover {
    color: #6CBE9A;
}

.color5 aside nav a.menu1:hover {
    color: #827464;
}

.color6 aside nav a.menu1:hover {
    color: #1EA638;
}

aside nav a.menu1.is_parent {
    background: url(../img/icons/arrow05.svg) no-repeat right 13px center;
}

aside nav a.menu1.is_parent.child_active {
    background: url(../img/icons/arrow06.svg) no-repeat right 13px center;
}

aside nav a.menu1.is_parent.active {
    background: #555 url(../img/icons/arrow06.svg) no-repeat right 13px center;
    color: #fff;
}

aside nav a.menu1.is_parent.active:after { /*display: none*/
}

aside nav a.menu1.is_parent.child_active:after {
    display: none;
}

aside nav .menu1_childs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

aside nav a.menu2 {
    font-family: Arial;
    font-size: 0.75em;
    line-height: 140%;
    padding-top: 8px;
    padding-bottom: 7px;
}

aside nav a.menu1 .cnt {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -9px;
    color: #999;
}

aside nav a.menu1 .icon {
    position: absolute;
    left: 0px;
    top: 0;
    width: 34px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

aside nav a.menu1 .icon.sent {
    background-image: url(../img/icons/arrow10.svg);
}

aside nav a.menu1 .icon.received {
    background-image: url(../img/icons/arrow11.svg);
}

aside nav a.menu1 .icon.trash {
    background-image: url(../img/icons/trash01.svg);
}

aside nav a.menu1 .icon.settings {
    background-image: url(../img/icons/settings01.svg);
}

aside nav a.menu1 .icon.logout {
    background-image: url(../img/icons/close01.svg);
}

aside nav a.active .cnt {
    color: #ddd;
}

aside.letters a.menu1 {
    padding-right: 32px;
    padding-left: 34px;
}

.btn {
    display: block;
    width: 100%;
    padding: 0 14px 0 51px;
    font-size: 1rem;
    color: #fff;
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    position: relative;
}

.color1 .btn {
    background: #face4b; /* Old browsers */
    background: -moz-linear-gradient(top, #face4b 0%, #ffbe00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #face4b), color-stop(100%, #ffbe00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #face4b 0%, #ffbe00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #face4b 0%, #ffbe00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #face4b 0%, #ffbe00 100%); /* IE10+ */
    background: linear-gradient(to bottom, #face4b 0%, #ffbe00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#face4b', endColorstr='#ffbe00', GradientType=0); /* IE6-9 */
}

.color1 .btn_send .icon {
    position: absolute;
    width: 28px;
    height: 27px;
    background-image: url(../img/icons/plane01.svg);
    left: 14px;
    top: 50%;
    margin-top: -14px;
}

.no_upcase {
    text-transform: inherit;
}

.bl_social_buttons .fbc_like {
    float: left;
    margin-right: 10px;
}

.bl_social_buttons .pluginButton {
    display: inline-block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background: none repeat scroll 0 0 #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 3px 3px 3px 3px;
    color: #3B5998;
    cursor: pointer;
    padding: 0px 6px 2px 6px;
    white-space: nowrap;
    font-size: 11px;
    float: left;
    line-height: 17px;
    width: inherit !important;
}

.bl_social_buttons .pluginButton button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: inherit;
    cursor: pointer;
    font: inherit;
    margin: -1px;
    padding: 0;
}

.bl_social_buttons .sx_like_send {
    background-position: 0 -75px;
}

.bl_social_buttons .sp_like {
    background-image: url("../img/icons/facebook.png");
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 14px;
    width: 13px;
}

.bl_social_buttons .pluginButtonIcon {
    margin-right: 3px;
    position: relative;
    top: 3px;
}

iframe[src*="youtube.com"] {
    width: 100%;
    height: 100%;
    max-width: 420px;
    max-height: 315px;
}

/*endregion main blocks */

/*region workers */

/* ---------------------- workers ---------------------- */

.bl_workers {
    margin-left: -5%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.bl_workers .item {
    float: left;
    width: 25%;
    padding-left: 5%;
    text-align: center;
    margin-bottom: 35px;
}

.bl_workers .item:nth-child(4n+1) {
    clear: both;
}

.bl_workers .item img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 16px;
}

.bl_workers .item .name {
    color: #444;
}

.bl_workers .item .pos {
    color: #999;
    font-size: 0.813em;
}

.bl_workers .item .sep {
    margin-bottom: 5px;
}

.bl_workers .item .email,
.bl_workers .item .phone {
    color: #999;
    font-size: 0.75em;
}

/*endregion workers */

/*region recovery plans */

/* ---------------------- recovery plans ---------------------- */

/* --- print --- */

.bl_plan .text {
    font-size: 20px;
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.bl_plan span {
    font-weight: bold;
}

.bl_plan .item {
    padding-left: 20px;
    margin: 10px 0;
}

.bl_plan .t {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.bl_plan .name {
    font-size: 20px;
    font-weight: bold;
}

/* --- print end --- */

.bl_recplan span {
    font-family: "dp-bold";
}

.bl_recplan .text {
    background: url(../img/icons/doc01.svg) no-repeat;
    min-height: 138px;
    padding-top: 162px;
    font-size: 1.143em;
    color: #444;
    width: 50%;
    padding-right: 4%;
    line-height: 140%;
    float: left;
}

.bl_recplan .items {
    float: left;
    width: 50%;
}

.bl_recplan .items .item {
    position: relative;
    padding: 16px 10px 17px 31px;
    border-top: 1px solid #E4E4E4;
    margin-left: -10px;
    margin-right: -10px;
}

.bl_recplan .items .item:first-child {
    border-top: none;
}

.bl_recplan .items .item:before {
    display: block;
    content: "";
    position: absolute;
    top: 21px;
    left: 10px;
    width: 14px;
    height: 11px;
    background-color: red;
    background-image: url(../img/icons/check01.svg);
}

/*endregion recovery plans */

/*region reviews */

/* ---------------------- reviews ---------------------- */

#reviews_container {
    opacity: 0;
}

.reviews {
    margin: 0px;
}

.review_container {
    border: 1px solid #E6E3DF;
    width: 48%;
    min-width: 250px;
    max-width: 368px;
    float: left;
    margin-bottom: 20px;
}

.review_container * {
    font-size: 0.8125rem;
}

.review_container .review { /*padding: 14px 16px;*/
    margin: 17px 14px;
}

.review .date {
    font-size: 0.6875rem;
    color: #999999;
}

.review_container .review p { /*margin: 17px 0;*/
    margin: 10px 0;
}

.review_container .response {
    padding: 35px 14px 16px 14px;
    background-color: #f2f9f4;
    background-image: url("../img/icons/response_arrow.svg"); /*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtUGFnZSUyMDEiIHZpZXdCb3g9IjAgMCA0MSAyMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6I2ZmZmZmZjAwIiB2ZXJzaW9uPSIxLjEiDQoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCgl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjQxcHgiIGhlaWdodD0iMjBweCINCj4NCgk8ZyBpZD0iTGF5ZXIlMjAxIj4NCgkJPHBhdGggY2xhc3M9InN2Z19iZ19jb2xvciIgaWQ9IkVsbGlwc2UiIGQ9Ik0gMC41IDAgQyAyMy4wMjI1IDAgMTkuNTk5MSAwIDQwLjUgMCBDIDQwLjUgMTEuMDQ1OSAzMS41NDU5IDIwIDIwLjUgMjAgQyA5LjQ1NDEgMjAgMC41IDExLjA0NTkgMC41IDAgWiIgZmlsbD0iIzZjYmU5YSIvPg0KCQk8cGF0aCBkPSJNIDI1Ljc1IDcgTCAyMC43NSAxMi43NSBMIDE1Ljc1IDcgTCAyNS43NSA3IFoiIGZpbGw9IiNmZmZmZmYiLz4NCgk8L2c+DQo8L3N2Zz4=);*/
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, 0.15);
}

.review_container .response p {
    margin: 0px;
}

.list.reviews .title {
    text-transform: uppercase;
    padding-left: 37px;
    font-family: "dp-medium";
    color: #333333;
}

/*endregion reviews */

/*region newsletter */

/* ---------------------- newsletter ---------------------- */

.nl_subscribe .mesage_container {
    position: relative;
}

.nl_subscribe .msg {
    position: absolute;
    margin-bottom: 13px;
    bottom: 0px;
    background-color: #ffffff;
}

.nl_subscribe .msg .bg {
    width: 250px;
    height: 138px;
    text-align: center;
    margin-top: -18px;
    background: url("../img/icons/ok_icon.svg") no-repeat top center; /*background-color: #ffffff;*/
}

.nl_subscribe .msg .text {
    display: block;
    margin: 0px auto;
    padding-top: 54px;
    padding-bottom: 16px;
    text-transform: uppercase;
    font-family: "dp-medium";
    font-size: 1.0625rem;
}

.nl_subscribe .mesage_container input[type="submit"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px auto;
    display: block;
    float: none;
    line-height: 1px;
    font-size: 0.875rem;
}

/* --- mailerlite --- */

.nwsl {
    font-family: "dp" !important;
}

.nwsl h1 {
    font-family: "dp" !important;
    font-size: 1.5625rem !important;
    color: #666 !important;
    text-transform: none;
}

.nwsl p {
    font-family: "dp" !important;
    font-size: 0.8125rem;
    color: #444 !important;
}

.nwsl img[src$="facebook.png"] {
    width: inherit !important;
}

.nwsl > * {
    /*max-width: 641px;*/
}

.nwsl > table td {
    /*padding-left: 0px !important;*/
}

/*endregion newsletter */

/*region search */

/* ---------------------- search ---------------------- */

.search {
    margin: 0px;
}

.search .search_content {
    padding: 0px 14px;
}

.search .search_block {
    margin-bottom: 36px;
}

.search .search_block .title {
    margin-bottom: 11px;
}

.search .search_block .title a {
    font-family: "dp-medium";
    font-size: 1.0625em;
    color: #1EA538;
}

.search .search_block .title a span.sep {
    color: #333333;
}

.search .search_block p {
    font-family: Arial;
    font-size: 0.8125em;
    color: #333333;
    margin-top: 0px;
}

/*endregion search */

/*region volunteer_test */

/* ---------------------- volunteer_test ---------------------- */

.volunteer_test {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.volunteer_test .question_block {
    display: table-row;
    width: 100%;
    border-bottom: 1px solid #E6E3DF;
}

.volunteer_test .question_block.first {
    border-top: 1px solid #E6E3DF;
}

.volunteer_test .question_block.last { /*margin-bottom: 15px;*/
}

.volunteer_test .question_block .question {
    display: table-cell;
    padding: 22px 0;
}

.volunteer_test .question_block .question .title {
    width: 100%;
    font-family: "dp-medium";
    font-size: 1em;
    color: #333333;
    margin-bottom: 3px;
    text-align: start;
}

.volunteer_test .question_block .question .description {
    width: 100%;
    font-family: Arial;
    font-size: 0.8125em;
    color: #999999;
}

.volunteer_test .question_block .options {
    display: table-cell;
    vertical-align: middle;
    min-width: 130px;
}

.volunteer_test .question_block .options .answer {
    font-family: Arial;
    font-size: 0.8125em;
    color: #000;
    padding-left: 15px;
}

.volunteer_test .submit_btn {
    width: 100%;
    display: table-row;
    padding: 0px 15px;
}

.volunteer_test .submit_btn .spacer {
    display: table-cell;
    width: 100%;
}

.volunteer_test .submit_btn input[type="submit"].btn1 {
    margin: 15px 0px 0px;
    width: auto;
    display: table-cell;
}

.volunteer_test_result .content {
    padding: 0px;
}

.volunteer_test_result hr { /*margin-top: 28px;*/
    margin-bottom: 35px;
    border: 0px;
    border-top: 1px solid #E6E3DF;
}

.volunteer_test_result p {
    font-family: "dp";
    font-size: 1.0em;
    color: #444444;
}

.volunteer_test_result .title {
    font-family: "dp-bold";
    font-size: 1.25em;
    text-transform: uppercase;
    color: #8AC5CE;
}

/*endregion volunteer_test */

/*region recovery plan create */

/* ---------------------- recovery plan create ---------------------- */

.rp_body p {
    font-family: Arial;
    font-size: 0.875em;
    color: #444444;
}

.recplan_create {
    margin: 70px -43px 0; /*position: relative;*/
}

.recplan_create .content {
    position: relative;
    padding: 0px 43px;
}

#recplan_create_bg {
    position: absolute;
    top: 387px;
    left: 200px;
    width: 1085px;
    height: 200px;
    background-image: url("../img/bg/recovery_bg.png");
    z-index: 0;
}

.recplan_create .tx_col_n {
    color: #444444;
}

.recplan_create .tx_col_d {
    color: #AAAAAA;
    text-decoration: underline;
}

.recplan_create .content .header .icon {
    float: left;
    width: 165px;
}

.recplan_create .content .header .intro {
    overflow: hidden;
    width: auto;
    margin-bottom: 20px;
}

.recplan_create .intro_text {
    margin-top: 42px;
    font-family: "dp-medium";
    font-size: 1em;
    line-height: 1.4em;
    padding-left: 24px;
}

.recplan_create .content .header .doc_img {
    position: relative;
    width: 165px;
    height: 163px;
}

.recplan_create .content .header .doc_img img {
    position: absolute;
    top: -32px;
    left: 0px;
    width: 165px;
    height: 163px;
}

.recplan_create .content .column_container {
    display: table;
    width: 100%;
    margin-bottom: 26px;
}

.recplan_create .content .columns { /*margin-bottom: -43px;*/
    display: table-row;
    width: 100%;
}

.recplan_create .content .columns .col_chosen_options {
    padding-right: 3%;
}

.recplan_create .content .columns > div {
    display: table-cell;
    width: 50%;
}

.recplan_create .columns .title {
    width: 100%;
    background-color: #827464;
    padding: 20px 15px 20px 62px;
    font-family: "dp-medium";
    font-size: 1.0625em;
    text-transform: uppercase;
    color: #ffffff; /*line-height: 60px;*/
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
}

.recplan_create .columns .title:before {
    background-repeat: no-repeat;
    background-size: 42px 42px;
    background-position: center center;
    content: "";
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 100%;
    left: 12px;
    top: 0px;
}

.recplan_create .columns .title.circle1:before {
    background-image: url("../img/icons/circle01.svg");
}

.recplan_create .columns .title.circle2:before {
    background-image: url("../img/icons/circle02.svg");
}

.recplan_create .item_bg {
    background-color: #ffffff;
    border: 1px solid #e4e3e0;
}

.recplan_create .items {
    /*padding-bottom: 1000px;
		margin-bottom: -1000px;*/
}

.recplan_create .chosen_options {
    height: 100%;
}

.recplan_create .item:before {
    background-image: url("../img/icons/check02.svg");
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-position: top left;
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 100%;
    left: 12px;
    top: 22px;
}

.recplan_create .chosen_options .item {
    padding: 16px 13px 16px 34px;
    position: relative;
    vertical-align: middle;
}

.recplan_create .chosen_options hr {
    border: 0;
    border-bottom: 1px solid #EEEEEE;
    margin: 0px 13px;
}

.recplan_create .available_options hr {
    display: none;
}

.recplan_create .available_options .item {
    padding: 16px 13px 16px 34px;
    margin-bottom: 5px;
    position: relative;
    vertical-align: middle;
}

.recplan_create .bottom_actions .btn1 {
    margin-bottom: 15px;
    float: right;
}

.recplan_create .cb {
    font-family: "dp-bold";
    font-size: 1em;
    color: #444444;
    padding: 11px 0px;
}

.recplan_create .cb input {
    margin-right: 12px;
}

.bl_plan .header {
    font-size: 20px;
    padding-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.bl_plan span {
    font-weight: bold;
}

.bl_plan p {
    padding-left: 20px;
}

.bl_plan .t {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}

.bl_plan .name {
    font-size: 20px;
    font-weight: bold;
}

.bl_plan .buttons_c {
    margin: 20px 0;
    text-align: left;
}

/*endregion recovery plan create */

/*region letters */

/* ---------------------- letters ---------------------- */

.letters .req_a:after {
    content: '*';
    color: #FFBE00;
    font-family: "dp-bold";
    font-size: 1.5em;
    vertical-align: middle;
    margin-left: 6px;
}

.letters .req_b:before {
    content: '*';
    color: #FFBE00;
    font-family: "dp-bold";
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 8px;
}

.letters .link_button {
    border: 1px solid #ffbe00;
    color: #FFBE00;
    background-color: #fff;
    text-align: center;
    background-image: url(../img/icons/arrow16.svg); /*padding-left: 41px;*/ /*padding-right: 15px;*/
    background-repeat: no-repeat;
    background-position: 14px center;
    text-decoration: none;
}

.letters .letters_login {
    position: relative;
}

.letters_login .login_table {
    width: 66%;
    float: left;
    margin-right: 7%;
    border: 1px solid #E6E3DF;
    padding: 25px 25px 25px 16px;
}

.letters_login .login_table .title {
    text-transform: uppercase;
    font-family: "dp-bold";
    font-size: 1.25em;
    color: #444444;
    margin-bottom: 22px;
}

.letters_login .login_table .form {
    margin-bottom: 24px;
}

.letters_login .login_table .form .column {
    width: 48%;
    float: left;
}

.letters_login .login_table .form .column.name {
    margin-right: 4%;
}

.letters_login .login_table .label {
    font-family: 'Arial';
    font-size: 0.8125em;
}

.letters_login .login_table .actions .label {
    float: left;
    padding: 9px 0;
    color: #999999;
}

.letters_login .login_table .actions .btn1 {
    float: right;
}

.letters_login .link_buttons {
    width: 27%;
    float: left;
}

.letters_login .link_buttons .link_button {
    width: 100%;
}

/* --- letters new --- */

.letters_new .subject {
    width: 100%;
    margin-bottom: 20px;
}

.cpi_caption {
    float: left;
    margin: 0;
    border: 1px solid #D9D9D9;
    border-radius: 4px 0 0 4px;
    border-right: 0;
    background-color: #efefef;
    color: #999999;
    font-family: "dp";
    font-size: 0.9375em;
    padding: 5px 5px 5px 7px;
    height: 32px;
    vertical-align: middle;
    text-align: center;
}

.cpi_input {
    margin: 0;
    overflow: hidden;
    width: auto;
}

.cpi_input input[type="text"] {
    width: 100%;
    border-radius: 0 4px 4px 0;
}

.symbol_limit {
    font-family: "dp";
    font-size: 0.9375em;
    color: #999999;
    padding: 4px;
}

.symbol_limit .label {
    margin-right: 5px;
}

.letters_new .body .textarea_container {
    min-height: 300px;
}

.letters_new .body .textarea_container textarea {
    min-height: 300px;
}

.letters_new .actions .textarea_bottom {
    background-color: #efefef;
    margin-bottom: 0;
}

/* --- letters read --- */

.letters_read hr.content_sep {
    margin-bottom: 12px;
}

.letters_send_panel {
    display: none;
}

.letters_read .header {
    width: 100%;
    font-family: "Arial";
    font-size: 0.6875em;
    color: #999999;
}

.letters_read .header span {
    color: #999999;
}

.letters_read .title {
    font-family: "dp-bold";
    font-size: 0.875rem;
}

.letters_read .date {
    float: left;
}

.letters_read .date span {
    line-height: 28px;
}

.letters_read .actions {
    float: right;
}

.letters_read .actions a {
    display: table-cell;
    vertical-align: middle;
    padding-right: 22px;
}

.letters_read .actions a.last {
    padding-right: 0;
}

.letters_read .actions a img {
    vertical-align: middle;
    margin-right: 7px;
}

.letters_read .letter_body {
    font-family: "Arial";
    font-size: 0.875em;
    color: #444444;
}

.letters_read .letter_body p {
    margin: 0 0 20px 0;
}

.letters_read .survey_form .question {
    color: #444;
}

.letters_read .survey_form .custom-select-wrap,
.letters_read .survey_form textarea {
    margin-bottom: 10px;
}

.letters_read .survey_form .question {
    margin-bottom: 6px;
}

/*endregion letters */

/*region infobank */

/* ---------------------- infobank ---------------------- */

.ib.container {
    width: 100%;
}

.ib .side {
    width: 100px;
    float: right;
}

.ib .content {
    padding-right: 100px;
}

.ib .cont.org_content p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ib .cont.org_content ul {
    margin-left: 17px;
}

.ib .cont.org_content .title {
    width: 26%;
    min-width: 160px;
}

.ib .filter {
    margin-bottom: 22px;
    margin-top: 34px;
}

.ib .group_title {
    font-family: Arial;
    font-size: 0.8125rem;
    color: #000;
    margin-bottom: 8px;
}

.ib .jsp_list { /*float: left;*/ /*width: 300px;*/
    width: 100% !important;
    height: 175px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    visibility: hidden;
}

.ib #base_municipality_list .jsp_item.checked {
    display: none;
}

.ib #selected_municipality_list .jsp_item {
    display: none;
}

.ib #selected_municipality_list .jsp_item.checked {
    display: block;
}

.ib .jsp_item {
    font-family: "dp-medium";
    font-size: 0.9375rem;
    line-height: 1.2rem; /*margin-left: 12px;*/
}

.ib .jsp_item label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.ib .jsp_item:hover {
    color: #1EA638;
}

.ib .jsp_item.sep {
    width: 100%;
    border-bottom: 1px solid #efefef;
    margin: 10px 0;
}

.ib .row {
    margin-bottom: 24px;
}

.ib .actions .arrow {
    display: inline-block;
    position: relative;
}

.ib .actions .arrow .icon {
    height: 21px;
    width: 14px;
    background-size: 14px 21px;
    background-position: center left;
    background-repeat: no-repeat; /*cursor: pointer;*/
}

.ib .actions .arrow.l .icon {
    background-image: url(../img/icons/arrow21.svg);
}

.ib .actions .arrow.r .icon {
    background-image: url(../img/icons/arrow20.svg);
}

.ib .lmain .title a {
    display: none;
}

.ib .content_part .row {
    position: relative;
}

.ib .content_part .block {
    width: 46%;
}

.ib .content_part .block.l {
    float: left;
}

.ib .content_part .block.r {
    float: right;
}

.ib .content_part .actions {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -12px;
}

/*Suggest organisation*/

.suggest-organization { /*margin: 18px 0;*/
    margin-bottom: 4px;
}

.suggest-organization a {
    display: inline-block;
    padding-left: 20px;
    background: url(../img/arrow-right-green.png) no-repeat left center;
    font-size: 13px;
    text-decoration: underline;
    color: #333;
}

.suggest-organisation-form {
    padding-top: 6px;
}

.suggest-organisation-form h2 {
    font-size: 20px;
    color: #1ea738;
    margin-top: 0px;
    margin-bottom: 20px;
}

.suggest-organisation-form .bot {
    margin-top: 20px;
    padding-top: 30px;
}

.suggest-organisation-form .ftitle_desc {
    padding-top: 0px;
}

.suggest-organisation-form .req {
    padding-top: 0px;
    margin-top: 3px;
}

form .ftitle {
    padding-bottom: 9px;
}

.form-item {
    margin-bottom: 20px;
}

.form-item:last-child {
    margin-bottom: 0;
}

.suggest-organisation-form .fieldc .col1,
.suggest-organisation-form .fieldc .col2,
.suggest-organisation-form .fieldc .col3,
.suggest-organisation-form .fieldc .col4,
.suggest-organisation-form .fieldc .col5,
.suggest-organisation-form .fieldc .col6,
.suggest-organisation-form .fieldc .col7,
.suggest-organisation-form .fieldc .col8,
.suggest-organisation-form .fieldc .col9,
.suggest-organisation-form .fieldc .col10,
.suggest-organisation-form .fieldc .col11,
.suggest-organisation-form .fieldc .col12 {
    margin-bottom: 20px;
}

.popup_container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8);
}

.popup_container .popup {
    display: block;
    margin: 15% auto 0;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.35);
}

.popup_container .popup.popup_bugreport,
.popup_container .popup.popup_bugreport_success {
    width: 553px;
}

.popup .popup_header {
    background-color: #1EA838;
    position: relative;
}

.popup .popup_header .popup_title {
    text-transform: uppercase;
    font-family: "dp-bold";
    font-size: 40px;
    color: #FFFFFF;
    padding: 11px 19px;
}

.popup .bt_popup_close {
    position: absolute;
    top: 23px;
    right: 20px;
    background-image: url("../img/bt-popup-close.png");
    width: 26px;
    height: 26px;
    background-position: 0 0;
    cursor: pointer;
}

.popup .bt_popup_close:hover {
    background-position: 26px 0;
}

.popup .popup_content {
    background-color: #FFFFFF;
    padding: 20px;
}

.popup_content .text_block label {
    font-family: Arial, serif;
    font-size: 0.8125em;
    display: block;
    margin-bottom: 9px;
}

.popup_content .text_block input {
    width: 100%;
}

.popup_content .text_block.email_block {
    margin-bottom: 21px;
}

.popup_content .text_block.email_block input {
    width: 225px;
}

.popup_content .text_block.email_block input.error {
    border: 1px solid #FF0000;
}

.popup_content .body .textarea_container {
    min-height: 142px;
    height: 142px;
}

.popup_content .body .textarea_container textarea {
    min-height: 142px;
    height: 142px;
}

.popup_content .body .textarea_container textarea.error {
    border: 1px solid #FF0000;
}

.popup_content .actions .textarea_bottom {
    margin-bottom: 0;
}

.popup.popup_bugreport_success .thanks {
    display: block;
    text-align: center;
}

/*endregion infobank */

/*Organisation filters*/

.left-filter input[type="checkbox"] { /*visibility: hidden;*/
    display: none;
    position: absolute;
    left: -28px;
    top: 0px;
}

.left-filter label {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    line-height: 21px;
}

.right-filter label {
    cursor: pointer;
}

.toggle-mobile-filters {
    display: block;
    background: url(../img/rep-dot.png) repeat-x center center;
    text-align: center;
}

.toggle-mobile-filters span {
    display: inline-block;
    width: 65px;
    height: 40px;
    background: #fff url(../img/ico-toggle-filter.png) no-repeat left bottom;
    background-size: 65px 80px;
}

.toggle-mobile-filters.active span {
    background-position: left top;
}

.selected-filters {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 23px;
    display: none;
}

.selected-filters li {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    margin-right: 16px;
    margin-bottom: 12px;
}

.selected-filters li:last-child {
    margin-right: 0;
}

.selected-filters .remove-filter {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/ico-filter-remove.png) no-repeat left top;
    background-size: 20px;
    right: 0px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

.toggle-mobile-filters {
    display: none;
}

.big_img {
    width: 100% !important;
    max-width: 100% !important;
}

.small_img {
    max-width: 33% !important;
    width: 33% !important;
    float: left;
    height: 160px !important;
}

@media (max-width: 1200px) {
    .small_img {
        max-width: 100% !important;
        width: 400px !important;
        float: none;
        height: auto !important;
    }
}

.border-table {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.border-table td {
    border: 1px solid #000;
    border-right: none;
    border-bottom: none;
}

/*responsive*/
.en_front_text_wrap {
    text-align: center;
    /*padding-top: 150px;*/
}

.en_front_text_wrap img {
    max-width: 80%;
    margin: 0 !important;
}

.partner-item {
    float: left;
}

.partner-item a {
    width: 180px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    margin: 20px 50px;
    background-position: center center;
    background-size: contain;
}

.partner-item-63 a,
.partner-item-79 a,
.partner-item-3 a,
.partner-item-22 a,
.partner-item-31 a,
.partner-item-11 a {

    background-size: 80px;
}

.partner-item-7 a,
.partner-item-49 a,
.partner-item-50 a,
.partner-item-65 a,
.partner-item-83 a,
.partner-item-86 a,
.partner-item-15 a,
.partner-item-24 a,
.partner-item-33 a,
.partner-item-39 a,
.partner-item-42 a,
.partner-item-43 a,
.partner-item-44 a,
.partner-item-45 a,
.partner-item-38 a,
.partner-item-14 a {
    background-size: 100px;
}

.partner-item-51 a,
.partner-item-52 a,
.partner-item-53 a,
.partner-item-54 a,
.partner-item-55 a,
.partner-item-56 a,
.partner-item-62 a,
.partner-item-69 a,
.partner-item-70 a,
.partner-item-8 a,
.partner-item-12 a,
.partner-item-23 a,
.partner-item-36 a,
.partner-item-37 a,
.partner-item-41 a,
.partner-item-40 a,
.partner-item-46 a,
.partner-item-47 a,
.partner-item-72 a {
    background-size: 115px;
}

.partner-item-57 a,
.partner-item-60 a,
.partner-item-75 a,
.partner-item-78 a,
.partner-item-80 a,
.partner-item-81 a,
.partner-item-82 a,
.partner-item-84 a,
.partner-item-89 a,
.partner-item-13 a,
.partner-item-18 a,
.partner-item-19 a,
.partner-item-21 a,
.partner-item-25 a,
.partner-item-26 a,
.partner-item-27 a,
.partner-item-28 a,
.partner-item-34 a,
.partner-item-35 a,
.partner-item-5 a {
    background-size: 130px;
}

.partner-item-64 a,
.partner-item-74 a,
.partner-item-29 a,
.partner-item-88 a {
    background-size: 180px;
}

.partner-item-4 a {
    background-size: 190px;
}

.partner-item-59 a,
.partner-item-77 a {
    background-size: 210px;
}

/*region other resolutions */

/* ---------------------- other resolutions ---------------------- */

/* , (max-width: 799px) and (-webkit-min-device-pixel-ratio: 1) */

/*endregion other resolutions */

@media (min-width: 768px) {

    .donation_pages .donation_option.middle, .donation_pages .donation_option.last {
        border-left: none;
    }

}

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

    header {
        height: 350px;
        background-size: auto 350px;
    }

    .bubblesc .ep_title {
        top: 100px;
        width: 140px;
    }

    header .ep_telefonu {
        position: absolute;
        /*top: 180px;*/
        top: 135px;
    }

    header .ep_laiskais {
        position: absolute;
        top: 135px;
        /*top: 180px;*/
    }

    header .ep_chat {
        position: absolute;
        /*top: 180px;*/
        top: 135px;
    }

    .inner header {
        background-size: auto 260px;
    }

    header .bubble {
        top: 53px;
        width: 221px;
        height: 213px;
        background-size: 100% 100%;
    }

    header .bubble .icon {
        height: 44px;
        margin: 22px auto 15px auto;
        width: 53px;
    }

    header .bubble1 {
        left: 88px;
    }

    header .bubble2 {
        left: 829px;
    }

    header .bubble1 .icon {
        background-size: 44px 50px;
    }

    header .bubble2 .icon {
        background-size: 61px 38px;
    }

    header .bubble .t1 {
        font-size: 2.29em;
        line-height: 47px;
    }

    header .bubble .t2 {
        font-size: 1em;
        margin-top: 14px;
    }

    header .bubble2 .t1 {
        font-size: 1.96em;
        background-size: 25px 24px;
        padding-right: 35px;
    }

    .front_swiper .shadow {
        background-size: auto 525px;
    }

}

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

    header {
        height: 300px;
        background-size: auto 300px;
    }

    .inner header .logo {
        left: 20px;
    }

    header .bubblesc {
        width: 1040px;
    }

    header .bubble {
        top: 43px;
        width: 189px;
        height: 183px;
    }

    header .bubble .icon {
        height: 44px;
        margin: 18px auto 12px auto;
        width: 53px;
    }

    header .bubble1 {
        left: 111px;
    }

    header .bubble2 {
        left: 739px;
    }

    .inner header .bubble1 {
        left: 253px;
    }

    .inner header .bubble2 {
        left: 472px;
    }

    header .bubble1 .icon {
        background-size: 38px 43px;
    }

    header .bubble2 .icon {
        background-size: 52px 31px;
    }

    header .bubble .t1 {
        font-size: 1.96em;
        line-height: 40px;
    }

    header .bubble .t2 {
        font-size: 0.85em;
        margin-top: 14px;
    }

    header .bubble2 .t1 {
        font-size: 1.67em;
        background-size: 21px 20px;
        padding-right: 30px;
    }

    header .logo {
        width: 165px;
        height: 45px;
        background-size: 137px 17px;
        left: 35px;
        top: 30px;
    }

    header .logo:after {
        border-right-width: 27px;
        border-top-width: 27px;
        height: 27px;
        margin: 45px 0 0 13px;
        width: 27px;
    }

    .bubblesc .ep_title {
        /*top: 100px;*/
        /*width: 200px;*/
        /*height: auto;*/
        top: 80px;
        width: 120px;
        height: auto;
        left: 22px;
    }

    header .ep_telefonu {
        position: absolute;
        top: 115px;
        left: 30px;
    }

    header .ep_telefonu img {
        width: 100px;
        height: auto;
    }

    header .ep_laiskais {
        position: absolute;
        top: 115px;
        left: 230px;
    }

    header .ep_laiskais img {
        width: 85px;
        height: auto;
    }

    header .ep_chat {
        position: absolute;
        top: 115px;
        left: 400px;
    }

    header .ep_chat img {
        width: 155px;
        height: auto;
    }

    .front_swiper .shadow {
        background-size: auto 470px;
    }

}

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

    header {
        height: 250px;
        /*background-size: auto 250px;*/
        background-size: cover;
    }

    header .bot {
        height: 50px;
        /*bottom: -50px;*/
    }

    header .bot nav {
        width: 100%;
    }

    header .bot nav a {
        line-height: 50px;
        font-size: 80%;
    }

    header .bubblesc {
        width: 940px;
    }

    header .bubble {
        top: 34px;
        width: 157px;
        height: 152px;
    }

    header .bubble .icon {
        height: 37px;
        margin: 15px auto 10px auto;
        width: 44px;
    }

    header .bubble1 {
        left: 133px;
    }

    header .bubble2 {
        left: 648px;
    }

    header .bubble1 .icon {
        background-size: 32px 36px;
    }

    header .bubble2 .icon {
        background-size: 43px 26px;
    }

    header .bubble .t1 {
        font-size: 1.63em;
        line-height: 33px;
    }

    header .bubble .t2 {
        font-size: 0.70em;
        margin-top: 14px;
    }

    header .bubble2 .t1 {
        font-size: 1.39em;
        background-size: 17px 17px;
        padding-right: 25px;
    }

    /*
header .logo {
	width: 165px;
	height: 45px;
	background-size: 137px 17px;
	left: 386px;
	top: 80px;
}

header .logo:after {
	border-right-width: 27px;
	border-top-width: 27px;
	height: 27px;
	margin: 45px 0 0 13px;
	width: 27px;
}     */
    header .logo {
        top: 20px;
    }

    .bubblesc .ep_title {
        top: 80px;
        width: 120px;
        height: auto;
        left: 19px;
    }

    .lang-en .bubblesc .ep_title {
        width: 200px;
    }

    header .ep_telefonu {
        position: absolute;
        top: 120px;
        left: 30px;
    }

    header .ep_telefonu img {
        width: 100px;
        height: auto;
    }

    header .ep_laiskais {
        position: absolute;
        top: 120px;
        left: 180px;
    }

    header .ep_laiskais img {
        width: 85px;
        height: auto;
    }

    header .ep_chat {
        position: absolute;
        top: 120px;
        left: 305px;
    }

    header .ep_chat img {
        width: 148px;
        height: auto;
    }

    footer nav.main a {
        background-position: 0 5px;
        padding-left: 23px;
    }

    footer .copyr .t {
        float: none;
    }

    footer .copyr .t .block1,
    footer .copyr .t .block2 {
        float: none;
    }

    footer .copyr .t2 {
        position: static;
        margin: 10px 0 0 0;
    }

    footer .copyr .logos {
        text-align: center;
    }

    footer .copyr .logos .sep {
        display: inline-block;
        border-right: 1px solid #d6d6d6;
        height: 82px;
        margin: 2px 12px -8px 12px;
    }

    footer .copyr .logos .lisbp {
        width: 109px;
        height: 68px;
        background: url(../img/logos/lisbp_logo_m.svg);
        display: inline-block;
        float: none;
    }

    footer .copyr .logos .kitoks {
        margin-top: 0;
        display: inline-block;
        width: 107px;
        height: 48px;
        background: url(../img/logos/kitoks_logo_m.svg);
        float: none;
    }

    .front_swiper .shadow {
        background-size: auto 390px;
    }

    .front_swiper .swiper-slide .slide .c {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*.front_swiper .project_image {
	    background-size: 188%;
	}*/
    .wrap {
        width: 100%;
    }

    main {
        padding-right: 43px;
    }

    aside .title {
        margin-left: 17px;
        font-size: 1.375em;
    }

    .btn_send {
        padding-left: 14px;
        text-align: center;
        height: auto;
        line-height: 120%;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .btn_send .icon {
        display: none;
    }

}

@media (max-width: 1039px) {

    .donation_pages .header_menu .bt_donation_twopercent {
        float: none;
        display: inline-block;
        margin-top: 10px;
        max-width: 330px;
        width: 100%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

    .twopercent_home .content_block {
        width: 48%;
    }

    .twopercent_home .content_spacer {
        width: 4%;
    }

    .twopercent_home .content_spacer .arrows {
        display: none;
    }

    .twopercent_sep {
        margin: 0 20px;
    }

    .twopercent_label {
        font-size: 17px;
    }

}

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

    header .bubblesc {
        width: 840px;
    }

    header .bubble1 {
        left: 83px;
    }

    header .bubble2 {
        left: 599px;
    }

    footer nav.main .bl {
        padding: 18px 22px;
    }

    footer nav.main a {
        background: none;
        padding-left: 0px;
    }

    .twopercent_home .content_block {
        width: 100%;
        margin-bottom: 20px;
    }

    .twopercent_home .content_spacer {
        display: none;
    }

}

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

    header .bubblesc {
        width: 740px;
    }

    header .bubble1 {
        left: 32px;
    }

    header .bubble2 {
        left: 549px;
    }

    aside {
        font-size: 80%;
    }

    .letters_login .login_table {
        width: 69.5%;
        margin-right: 2%;
    }

    .letters_login .link_buttons {
        width: 28.5%;
        float: left;
    }

    .letters .link_button {
        background-position: 10px center;
    }

}

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

    form .fieldc .col1,
    form .fieldc .col2,
    form .fieldc .col3,
    form .fieldc .col4,
    form .fieldc .col5,
    form .fieldc .col6,
    form .fieldc .col7,
    form .fieldc .col8,
    form .fieldc .col9,
    form .fieldc .col10,
    form .fieldc .col11,
    form .fieldc .col12 {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {

    .donation_pages .donation_option.first,
    .donation_pages .donation_option.middle,
    .donation_pages .donation_option.last {
        width: 100%;
    }

    .donation_pages .donation_option.middle, .donation_pages .donation_option.last {
        border-top: none;
        margin-bottom: 15px;
    }

    .donation_pages .entry_block {
        width: 100%;
        padding-right: 0;
    }

    .donation_pages .newsletter_block {
        margin-bottom: 25px;
    }

    .donation_pages hr.bottom {
        margin-bottom: 60px;
    }

    .donation_pages .bottom_navigation {
        display: block;
    }

    .donation_pages .bottom_navigation .nav_row {
        display: block;
    }

    .donation_pages .bottom_navigation .back_button {
        display: block;
    }

    .donation_pages .bottom_navigation .next_button {
        display: block;
    }

    .donation_pages .bottom_navigation .terms {
        display: block;
        position: absolute;
        margin-top: -105px;
        margin-left: -20px;
    }

    .donation_pages .donation_page.with_donation_options .donation_list {
        display: block;
    }

    .donation_pages .donation_page.with_donation_options .donation_list .item_row {
        display: block;
    }

    .donation_pages .donation_page.with_donation_options .donation_item {
        display: block;
        width: 100%;
        margin-top: -1px;
    }

    .donation_pages .donation_page.with_donation_options .donation_item.empty_fill {
        display: none;
    }

}

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

    .btn1 {
        margin: 15px 0px;
        width: 100%;
        display: block;
    }

    main .path {
        margin-bottom: 2px;
    }

    main h1 {
        margin-bottom: 12px;
    }

    main p {
        font-family: "dp";
        font-size: 0.875em;
        color: #444444;
    }

    main .body_container ul {
        font-size: 0.875em;
    }

    main .body_container img {
        margin: 10px 0;
        padding: 0 5px;
    }

    .bl_exp_menu {
        padding: 0;
    }

    .bl_exp_menu a {
        display: block;
        height: 46px;
        line-height: 46px;
        padding: 0 15px; /*border-bottom:1px solid #E0E0E0;*/
    }

    .bl_exp_menu a.nohref { /*text-decoration: none;*/
    }

    .bl_exp_menu a.act {
        border-bottom: none;
    }

    .bl_exp_menu .sc_menu_category { /*border: 1px solid #000;*/
        padding-left: 24px;
        position: relative;
    }

    .bl_exp_menu .sc_menu_category:before {
        background-image: url("../img/icons/arrow13.svg");
        background-repeat: no-repeat;
        background-size: 15px 15px;
        background-position: center center;
        content: "";
        position: absolute;
        display: inline-block;
        width: 15px;
        height: 100%;
        left: 12px;
        top: 0px;
    }

    .bl_exp_menu .sc_menu_category a {
        font-family: "dp";
        font-size: 1.125em;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1.2em;
        height: auto;
        margin: 10px 0px; /*padding: 0 15px 0 0;*/
    }

    .bl_exp_menu .main_menu_category {
        position: relative;
        padding-right: 56px;
    }

    .bl_exp_menu .main_menu_category:after {
        background-image: url("../img/icons/arrow12_r.svg");
        background-repeat: no-repeat;
        background-size: 42px 42px;
        background-position: center center;
        content: "";
        position: absolute;
        display: inline-block;
        width: 42px;
        height: 100%;
        right: 12px;
        top: 0px;
    }

    .bl_exp_menu .main_menu_category a {
        font-family: "dp-bold";
        font-size: 1.125em;
        color: #ffffff;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1.2em;
        height: auto;
        margin: 20px 0px; /*padding: 0 15px 0 0;*/
    }

    header {
        height: 390px;
        background-position: center top;
        background-size: cover;
    }

    .inner header {
        height: 50px;
    }

    header .bubblesc {
        width: 100%;
    }

    header .top,
    header .bot {
        display: none;
    }

    header .mob {
        display: block;
        height: 50px;
        background: #1EA838;
        overflow: hidden;
    }

    header .mob .menu_btn {
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../img/icons/menu01.svg);
        width: 62px;
        height: 100%;
        float: right;
    }

    header .logo {
        display: none;
    }

    header .mlogo {
        width: 179px;
        height: 22px; /*background: url(../img/logos/jaunimolinija.png) center center / 100% 100%;*/
        background: url(../img/logos/jaunimolinija.png) no-repeat;
        display: block;
        margin: 13px 0 0 17px;
        float: left;
    }

    .inner header .bubblesc {
        display: none;
    }

    header .bubble {
        position: static;
        margin: 10px;
        width: 220px;
        height: 100px;
        background: rgba(30, 168, 56, 0.65);
        padding: 8px 13px;
        float: none;
    }

    header .bubble .icon {
        display: none;
    }

    header .bubble > .tcenter {
        position: relative;
    }

    header .bubble .t1 {
        width: 100%;
        text-align: left;
        border: 0;
        line-height: 120%;
        font-size: 2.250em;
        position: absolute;
        left: 0px;
        top: 45px;
    }

    header .bubble2 .t1 {
        font-size: 2.000em;
    }

    header .bubble .t2 {
        font-size: 1.125em;
        text-align: left;
        margin: 0;
    }

    header .bubble .t2 br {
        display: none;
    }

    header .bubble .t2 br.br_alt {
        display: block;
    }

    footer .subc {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer .subc .fblikec {
        float: none;
        margin: 0;
        float: none;
        margin-bottom: 23px;
        max-width: 260px;
        overflow: hidden;
    }

    footer .subc form {
        display: inline-block;
    }

    footer nav.main .bl {
        padding: 0;
        height: 4px;
    }

    footer nav.main a {
        display: none;
    }

    footer nav.extra {
        display: none;
    }

    footer .copyr {
        padding-top: 28px;
    }

    footer .copyr .t {
        text-align: center;
    }

    footer .copyr .t span {
        display: block;
        margin-top: 7px;
    }

    footer .copyr .t2 {
        text-align: center;
    }

    .mob_hidden {
        display: none;
    }

    footer .copyr .t span.mob_hidden {
        display: none;
    }

    footer .copyr .logos {
        margin-top: 16px;
    }

    .front_swiper .swiper-slide .slide .c {
        padding: 40px 20px;
    }

    .front_swiper .imgc {
        float: none;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .front_swiper .img {
        display: inline-block;
        max-width: 200px;
    }

    .front_swiper .textc {
        float: none;
        width: 100%;
        text-align: center;
    }

    .front_swiper .textc p {
        font-size: 0.938em;
    }

    .front_swiper .textc .title {
        font-size: 1.5em;
    }

    .front_swiper .textc .title .icon_vcont {
        width: 36px;
    }

    .front_swiper .textc .title .icon {
        height: 36px;
        width: 36px;
        margin-top: -18px;
        background-size: 36px 36px;
    }

    aside {
        display: none;
    }

    main {
        width: 100%;
        padding: 20px 20px 0px 20px;
    }

    main h1 {
        font-size: 1.813em;
        text-transform: uppercase;
    }

    form .bot {
        margin-top: 25px;
        padding-top: 15px;
        padding-bottom: 0;
    }

    form .bot .descc {
        float: none;
        margin-bottom: 15px;
    }

    form .bot .btn1 {
        float: none;
        width: 100%;
    }

    .btn_medium {
        margin: 0px auto;
    }

    form .bottom_sticker { /*margin-bottom: 16px;*/
    }

    .bl_workers .item {
        width: 33.3%;
    }

    .bl_workers .item:nth-child(4n+1) {
        clear: none;
    }

    .bl_workers .item:nth-child(3n+1) {
        clear: both;
    }

    .list {
        margin: 0 -20px;
    }

    .list .lmain {
        padding-left: 10px;
    }

    .list .exp {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        margin-top: -20px;
        background-size: 40px 40px;
        right: 10px;
    }

    .list .date {
        left: 10px;
        right: auto;
        top: 12px;
        margin-top: 0;
    }

    .list .icon {
        left: 10px;
    }

    .list.news .lmain {
        padding-top: 27px;
        padding-bottom: 12px;
        padding-right: 59px;
    }

    .list.offices .lmain {
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 85px;
    }

    .list.support .title,
    .list.reviews .title {
        padding-left: 50px;
    }

    .list .cont {
        padding-left: 10px;
        padding-right: 10px;
    }

    hr.content_sep {
        margin-bottom: 18px;
    }

    .bl_recplan .text {
        width: 100%;
        background-size: 78px 80px;
        background-position: center 2px;
        padding-top: 105px;
        margin-bottom: 5px;
    }

    .bl_recplan .items {
        width: 100%;
    }

    .review_container {
        width: 100%;
        min-width: inherit;
        max-width: none;
        margin-bottom: -1px;
    }

    .reviews {
        margin: 0 -20px;
    }

    .bl_pag {
        margin: 12px auto;
    }

    .friendclub .btn1 {
        float: none;
        margin: 16px auto 0px auto;
        display: block;
    }

    .search {
        margin: 0px -20px;
    }

    .search hr.bottom {
        margin-bottom: 0px;
    }

    .volunteer_test {
        display: block;
        border-collapse: separate;
        margin: 0px -20px;
        width: auto;
        text-align: center;
    }

    .volunteer_test .question_block {
        display: block;
        width: 100%;
        border-bottom: 1px solid #E6E3DF;
    }

    .volunteer_test .question_block .question {
        display: block;
        padding: 12px 12px 6px;
    }

    .volunteer_test .question_block .question .title {
        text-align: center;
    }

    .volunteer_test .question_block .options {
        display: block;
        min-width: 105px;
        margin: 0px auto;
    }

    .volunteer_test .question_block .options .answer {
        padding-left: 0px;
        padding-bottom: 12px;
    }

    .volunteer_test .submit_btn {
        width: 100%;
        padding: 0px 15px;
        display: block;
    }

    .volunteer_test .submit_btn .spacer {
        display: none; /*width: 100%;*/
    }

    .volunteer_test .submit_btn input[type="submit"].btn1 {
        margin: 15px 0px;
        width: 100%;
        display: block;
    }

    .volunteer_test_result {
        margin: 0px -20px;
    }

    .volunteer_test_result .content {
        padding: 0px 15px;
    }

    .volunteer_test_result hr {
        margin-bottom: 15px;
    }

    .rp_body p {
        font-family: "dp";
    }

    .recplan_create {
        margin: 60px -20px 0;
        padding: 0px 10px;
    }

    .recplan_create .content {
        padding: 0px;
    }

    .recplan_create .columns .title.circle2:before {
        background-image: url("../img/icons/circle03.svg");
    }

    .recplan_create .content .header .icon {
        width: 100%;
        float: none;
        margin-bottom: -10px;
    }

    .recplan_create .content .header .doc_img {
        width: 83px;
        height: 81px;
        margin: 0 auto;
    }

    .recplan_create .content .header .doc_img img {
        width: 83px;
        height: 81px;
        position: relative;
    }

    .recplan_create .content .header .intro {
        overflow: visible;
        width: 100%;
        margin-bottom: 30px;
    }

    .recplan_create .intro_text {
        margin-top: 0px;
        font-family: "dp-bold";
        font-size: 0.875em; /*line-height: 1.4em;*/
        padding-left: 0px;
    }

    .recplan_create .content .column_container {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }

    .recplan_create .content .columns {
        display: block;
        width: 100%;
    }

    .recplan_create .columns .title {
        font-size: 0.96875em;
        margin-bottom: 5px;
        padding: 15px 10px 15px 55px;
    }

    .recplan_create .columns .title:before {
        /*width: 42px;
				height: 100%;*/
        left: 7px;
        top: 0px;
    }

    .recplan_create .content .columns .col_chosen_options {
        padding-right: 0px;
        margin-bottom: 10px;
    }

    .recplan_create .content .columns > div {
        display: block;
        width: 100%;
    }

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

    .btn_medium.btn_icon {
        padding: 0;
    }

    /* letters */
    .letters .link_button {
        background-position: 14px center;
    }

    .letters_login .login_table {
        width: 100%;
        float: none;
        margin-right: 0;
        border: 0px;
        border-top: 1px solid #E6E3DF;
        padding: 32px 0 0 0;
    }

    .letters_login .login_table .form {
        margin-bottom: 16px;
    }

    .letters_login .login_table .form .column {
        width: 100%;
        float: none;
        margin-bottom: 16px;
    }

    .letters_login .login_table .form .column.name {
        margin-right: 0;
    }

    .letters_login .login_table .actions .label {
        float: none;
        padding: 0px 0;
        margin-bottom: 18px;
    }

    .letters_login .login_table .actions .btn1 {
        float: none;
        margin: 0 0 20px;
    }

    .letters_login .link_buttons {
        width: 100%;
        float: none;
    }

    .letters_login .link_buttons .link_button {
        margin: 0 0 30px;
    }

    /* --- letters new --- */
    .letters_new .body {
        margin-bottom: 20px;
    }

    .letters_new .symbol_limit {
        margin-bottom: 36px;
    }

    .letters_new .body .textarea_container textarea {
        border-radius: 4px;
    }

    .letters_new .actions .textarea_bottom {
        background-color: #fff;
        border: 0;
        padding: 0;
        height: auto; /*margin-bottom: 0;*/
    }

    .letters_new .actions .textarea_bottom input[type="submit"] {
        height: 45px;
        font-size: 1.1875em;
    }

    /* --- letters read --- */
    .letters_read {
        margin-bottom: 20px;
    }

    .letters_send_panel {
        margin: 0 -20px;
        display: block; /*width: 100%;*/
        padding: 26px 21px;
        background-color: #FFBE00;
    }

    .letters_send_panel .btn_send {
        display: block;
        font-family: "dp-bold";
        text-transform: uppercase;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        border: 0;
    }

    .letters_read p {
        margin-top: 3px;
        font-size: 0.84375em;
    }

    .letters_read .header { /*width: 100%;*/ /*font-family: "Arial";*/ /*font-size: 0.6875em;*/ /*color: #999999;*/
    }

    .letters_read .header span { /*color: #999999;*/
    }

    .letters_read .date {
        float: left;
        width: 100%;
    }

    .letters_read .date span { /*line-height: 28px;*/
    }

    .letters_read .actions {
        float: left;
        margin-bottom: 22px;
    }

    .letters_read .actions a { /*display: table-cell;*/ /*vertical-align: middle;*/ /*padding-right: 22px;*/
    }

    .letters_read .actions a.last { /*padding-right: 0;*/
    }

    .letters_read .actions a img {
        width: 40px;
        height: 40px; /*vertical-align: middle;*/ /*margin-right: 7px;*/
    }

    .letters_read .letter_body { /*font-family: "Arial";*/ /*font-size: 0.875em;*/ /*color: #444444;*/
    }

    .ib .content {
        padding-right: 0px;
    }

    .suggest-organization {
        margin-bottom: 107px;
    }

    .list .download-pdf,
    .list .bugreport {
        display: block;
        padding-left: 11px;
        padding-right: 10px;
        line-height: 68px;
        width: 45%;
        border: none;
        height: 50px;
        top: -80px;
        border: 1px solid #B4E2BD;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-size: 46px;
        background-repeat: no-repeat;
        background-position: right center;
    }

    .list .download-pdf { /*background-repeat: no-repeat;*/ /*background-position: right center;*/
        background-image: url(../img/ico-pdf-big.png);
        left: 3%;
    }

    .list .bugreport {
        background-image: url(../img/ico-bugreport-big.png);
        right: 3%;
    }

    .download-pdf .text,
    .bugreport .text {
        display: block;
        font-size: 0.75em;
        color: #1EA738;
        font-family: "dp-bold";
        line-height: 15px;
    }

    .download-pdf .text,
    .bugreport .text {
        padding-top: 11px;
    }

    .ib .content_part .actions,
    .right-filter {
        display: none;
    }

    .ib .content_part .left-filter {
        width: 100%;
        float: none;
    }

    .ib #base_municipality_list .jsp_item.checked {
        display: block;
    }

    .ib #selected_municipality_list .jsp_item {
        display: block;
    }

    .ib #selected_municipality_list .jsp_item.checked {
        display: block;
    }

    .left-filter label {
        padding-left: 26px;
    }

    .left-filter input[type="checkbox"] {
        left: 0px;
        top: 1px; /*visibility: visible;*/
        display: block;
    }

    /*region infobank popups */
    .popup_container .popup {
        margin-top: 5%;
    }

    .popup_container .popup.popup_bugreport,
    .popup_container .popup.popup_bugreport_success {
        width: 96%;
    }

    .popup .popup_header .popup_title {
        text-transform: uppercase;
        font-family: "dp-bold";
        font-size: 34px;
        color: #FFFFFF;
        padding: 11px 19px;
    }

    /*endregion infobank popups */
    .toggle-mobile-filters {
        display: block;
    }

    .filter_sep {
        display: block;
        background: url(../img/rep-dot.png) repeat-x center center;
        text-align: center;
        height: 1px;
        margin-bottom: 22px;
    }

    .front_swiper .swiper_pagination {
        bottom: 4px;
    }

}

@media only screen and (max-width: 500px) {
    .ep_desktop {
        display: none;
    }

    .ep_mob {
        display: block;
    }

    .bubblesc .ep_title {
        width: auto;
        height: auto;
        margin-top: 15px;
        margin-left: 15px;
        position: static;
    }

    .lang-en .bubblesc .ep_title {
        position: absolute;
    }


    .ep_telefonu_mob {
        margin-top: 15px;
    }

    .ep_telefonu_mob, .ep_laiskais_mob, .ep_chat_mob {
        margin-left: 15px;
    }

}

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

    .bl_workers .item {
        width: 50%;
    }

    .bl_workers .item:nth-child(3n+1) {
        clear: none;
    }

    .bl_workers .item:nth-child(2n+1) {
        clear: both;
    }

}

@media (max-width: 320px) {

    .twopercent_icon {
        margin-left: 5px;
        margin-top: 14px;
    }

    .twopercent_sep {
        margin: 0 12px;
    }

    .twopercent_label {
        font-size: 15px;
        line-height: 500%;
    }

}

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

    .bl_pag .l {
        width: 26px;
        height: 26px;
        margin: 10px 14px 0px 14px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        margin-right: 1px;
        padding-top: 4px;
        font-size: 0.8125rem;
    }

    .bl_pag .l:last-of-type {
        margin-right: 0;
    }

    .bl_pag .sep {
        width: 3px;
        height: 10px;
        margin-right: 4px;
    }

    .bl_pag .sep2 {
        margin-left: 16px;
    }

    .bl_pag .ll {
        width: 25px;
        height: 25px;
        margin-top: 14px;
        margin-left: -4px;
    }

    .bl_pag .ll2 {
        margin-left: 0px;
        margin-right: -4px;
    }

}

/*milerlite*/
.ReadMsgBody {
    width: 100%;
}

.ExternalClass {
    width: 100%;
}

.ExternalClass * {
    line-height: 100%;
}

.ExternalClass, .ExternalClass p, .ExternalClass td, .ExternalClass div, .ExternalClass span, .ExternalClass font {
    line-height: 100%;
}

.mlEmailContainer {
    max-width: 640px !important;
}

@media only screen and (min-width: 768px) {
    .mlEmailContainer {
        width: 640px !important;
    }
}

@media only screen and (max-width: 640px) {
    .mlTemplateContainer {
        padding: 10px 10px 0 10px;
    }

    .mlContentTable {
        width: 100% !important;
        min-width: 200px !important;
    }

    /* -- */
    .mlContentBlock {
        float: none !important;
        width: 100% !important;
    }

    /* -- */
    .mlContentOuter {
        padding-bottom: 0px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 25px !important;
    }

    /* -- */
    .mlBottomContentOuter {
        padding-bottom: 25px !important;
    }

    .mlLeftRightContentOuter {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .mlContentContainerOuter {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* -- */
    .mlContentContainer {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    /* -- */
    .mlContentButton a,
    .mlContentButton span {
        width: auto !important;
    }

    /* -- */
    .mlContentImage img,
    .mlContentRSS img {
        height: auto !important;
        width: 100% !important;
    }

    .mlContentImage {
        height: 100% !important;
        width: auto !important;
    }

    .mlContentLogo img {
        height: auto !important;
        width: 100% !important;
    }

    /* -- */
    .mlContentContainer h1 {
        font-size: 24px !important;
        line-height: 125% !important;
        margin-bottom: 0px !important;
    }

    /* -- */
    .mlContentContainer h2 {
        font-size: 18px !important;
        line-height: 125% !important;
        margin-bottom: 0px !important;
    }

    /* -- */
    .mlContentContainer h3 {
        font-size: 16px !important;
        line-height: 125% !important;
        margin-bottom: 0px !important;
    }

    /* -- */
    .mlContentContainer p,
    .mlContentContainer .mlContentRSS {
        font-size: 16px !important;
        line-height: 150% !important;
    }

    /* -- */
    .mobileHide {
        display: none !important;
    }

    /* -- */
    .alignCenter {
        height: auto !important;
        text-align: center !important
    }

    /* -- */
    .marginBottom {
        margin-bottom: 25px !important;
    }

    /* -- */
    .mlContentHeight {
        height: auto !important;
    }

    .mlContentGap {
        height: 25px !important;
    }

    .mlDisplayInline {
        display: inline-block !important;
        float: none !important;
    }
}

.cookie_bar {
    height: 100px;
    background: #f3f3ee;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    /*font-family: Roboto;*/
    font-size: 15px;
    line-height: 24px;
    -webkit-box-shadow: 0px -8px 48px -15px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px -8px 48px -15px rgba(0, 0, 0, 0.64);
    box-shadow: 0px -8px 48px -15px rgba(0, 0, 0, 0.64);
}

.cookie_bar > .cookie_bar_text > span {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

.cookie_bar > .cookie_bar_text > span > span {
    width: calc(100% - 470px);
    display: inline-block;
}

.cookie_bar > .cookie_bar_text {
    width: 90%;
    margin: 0 auto;
    /*margin-top: 33px;*/
    display: table;
}

.lang-ru .cookie_bar > .cookie_bar_text {
    width: 85%;
}

.cookie_bar_actions {
    /*display: inline-block;*/
    position: absolute;
    right: 85px;
    top: 34px;


}

.cookie_bar_actions > a {
    /*float: left;*/
    /*margin-top: -14px;*/
    margin-right: 10px;
    /*margin-bottom: 5px;*/
}

.cookie_bar_actions .BTN {
    padding: 7px 15px;
    font-size: 14px;
    min-width: 145px;
}

.cookie_bar_actions .BTN--gray {
    background: #cecece
}

.cookie_bar_actions .BTN--gray:hover {
    background: #e1e1e1
}

@media (max-width: 1300px) {
    .cookie_bar {
        height: auto;

    }

    .cookie_bar_actions > a {
        margin: 5px 10px;
    }

    .cookie_bar_actions {
        position: relative;
        width: 100%;
        right: auto;
        top: auto;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .cookie_bar > .cookie_bar_text > span > span {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
}


@media (max-width: 400px) {
    .cookie_bar > .cookie_bar_text > span > span {
        text-align: left;
    }

    .cookie_bar_actions {
        text-align: left;
    }

    .cookie_bar_actions > a {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;

    }
}


.CookieDeclaration table, .res_table table {
    width: 100%;
    /*border-top: 1px #ddd solid;*/
    border-bottom: 1px #ddd solid;
}

.CookieDeclaration table td, .res_table table td {
    padding: 10px;
}

.CookieDeclaration th, .res_table th {
    background: #CCC;
    font-weight: bold;
    padding: 10px;
}

.CookieDeclaration tr:nth-child(even), .res_table table tr:nth-child(even) {
    background: #f2f2f2
}

.CookieDeclaration tr:nth-child(odd), .res_table table tr:nth-child(odd) {
    background: #FFF
}


@media (max-width: 600px) {
    .res_table {
        overflow: auto;
    }
}

.footer-newsletter-desc {
    margin: 10px 0;
    font-size: 13px;
    clear: both;
}

.footer-newsletter-desc p {
    padding-top: 11px;
    padding-left: 2em;
}

.logo-wrap {
    margin-top: 20px;
    display: inline-block;
    margin-left: 73px;
}

.logo-wrap img {
    max-width: 200px;
}

@media (max-width: 1140px) {
    .logo-wrap {
        margin-left: 20px;
        margin-top: 10px;
    }

    .logo-wrap img {
        max-width: 160px;
    }
}

@media (max-width: 767px) {
    .logo-wrap {
        display: none;
    }
}

.vizija-table {
    width: 100%
}

.vizija-table td {
    width: 50%
}

.vizija-table td img {
    width: 100%
}

.error-messages {
    color: red;
    font-size: 14px;
}


.social {
    display: inline-block;
    float: right;
    font-size: 20px;
    margin: 10px 0 0 20px;
}


.collapse-wrap {
    display: block;
}

.studies-title {
    font-size: 1.5em;
    margin-bottom: 40px;
}

.studies-body ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible-active, .collapsible:hover {
    background-color: #555;
}

.collapsible-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible-content ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.collapsible-content ul {
    margin-top: 10px;
}

.studies-wrap .collapsible .fa-chevron-down {
    display: inline-block;
}

.studies-wrap .collapsible .fa-chevron-up {
    display: none;
}

.studies-wrap .collapsible-active .fa-chevron-down {
    display: none;
}

.studies-wrap .collapsible-active .fa-chevron-up {
    display: inline-block;
}

.new-item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 50px;
    padding-bottom: 50px;
    /*border: 1px solid transparent;*/
    /*box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.13);*/
    /*padding: 10px 20px;*/
    /*margin-bottom: 40px;*/
}

.new-item:last-child {
    border-bottom: none;
}

.new-item h2 a {
    text-decoration: none;
}

.new-item h2 a:hover {
    text-decoration: underline;
}

.new-item h2 {
    font-size: 20px;
    /*margin-top: 20px;*/
    padding-top: 5px;
    font-weight: bold;
}

.data-time {
    color: #b4b4b4;
    font-size: 16px;
    margin-bottom: 20px;
}

.new-item small {
    color: #b4b4b4;
    font-size: 12px
}

.new-item-text {
    padding-left: 195px;
}

.new-item-img {
    float: left;
}

main .body_container .new-item img {
    margin: 0;
    /*float: left;*/
    margin-right: 15px;
    /*border-radius: 5px;*/
    width: 180px !important;
}

.new-item img {
    /*margin-right: 15px !important;*/
}

.new-item {
}

.new-item-inner h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}

.new-item-inner .inner_image {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.new-item-inner small {
    color: #b4b4b4;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-title {
    margin-bottom: 30px;
}

@media (max-width: 1240px) {
    .front-news-wrap {
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 414px) {
    /*.new-item-img img{*/
    /*    width: 100% !important;*/
    /*max-width: 100% !important;*/
    /*}*/
    .new-item-img {
        float: none;
        padding: 0;
        /*width: 100%;*/
    }

    .new-item-text {
        padding: 0;
    }

    main .body_container .new-item img {
        padding: 0 !important;
    }
}

.cp {
    cursor: pointer;
}

.footer-logos h3 {
    font-weight: bold;
    padding: 10px 0 0;
}

.footer-logos {
    text-align: center;
    padding: 20px 0;
    background: #D9E7DB;
}

.footer-logos img {
    max-height: 40px;
    /*margin: 20px;*/
}

.footer-logo1 img {
    max-height: 20px;
}

.footer-logo2 img {
    max-height: 30px;
}

.footer-logo3 img {
    max-height: 80px;
}

.footer-logo4 img {
    max-height: 60px;
}

.footer-logos .footer-logos-line1 a {
    margin: 20px;
    display: inline-block;
}

.footer-logos .footer-logos-line2 a {
    margin: 20px 40px;
    display: inline-block;
}


/*.footer-logos:first-of-type {*/
/*    max-height: 20px;*/
/*}*/

/*.footer-logos:nth-of-type(2) {*/
/*    max-height: 30px;*/
/*}*/

.people-block {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.front-news-wrap {
    margin-top: 40px;
}

.custom-main {
    padding: 0;
    width: 100%;
    float: none;
}