* {
    outline: none !important;
}

button, hr, input {
    overflow: visible
}

progress, sub, sup {
    vertical-align: baseline
}

[type=checkbox], [type=radio], legend {
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif
}

.hidden, [hidden] {
    display: none !important
}
.swiper-container{
    overflow: hidden;
}
/***********/
/*  HEADERS  */
/***********/

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

#goog-gt-tt .title.gray {
    color: rgba(153, 153, 153, 0.99);
}

button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

/***********/
/*  NEWS-INNER  */
/***********/
div.news-box .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.news-inside-info-box a.photo-block {
    float: right;
    display: flex;
    padding: 0 0 15px 15px;
}

div.news-inside-gallery {
    margin-top: 20px;
}

div.news-images-block {
    clear: both;
    display: block;
    padding-top: 30px;
    margin-bottom: -20px;
}

div.news-box div.news-inside-gallery > div {
    margin-bottom: 20px;
}

div.news-inside-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/***********/
/*  PAGINATION  */
/***********/


/***********/
/*  TYPOGRAPHY  */
/***********/

div.page-module ul {
    margin: 20px;
}

div.page-module ul > li {
    margin: 5px 0 0;
}

div.page-module ul > li:first-child {
    margin: 0
}

div.page-module ol {
    margin: 20px;
}

div.page-module ol > li {
    margin: 5px 0 0
}

div.page-module ol > li:first-child {
    margin: 0
}

/***********/
/*  MAIN TABLE  */
/***********/
.special-table {
    overflow-x: auto;
}

div.table-block table,
div.page-module table {
    background: #fff;
/*     border-collapse: separate; */
    border-collapse: collapse;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.1;
}

div.table-block table td,
div.table-block table th,
div.page-module table td,
div.page-module table th {
    padding: 13px 18px;
    border: 1px solid #D9D9D9;
}

div.table-block table thead td,
div.table-block table th,
div.page-module table thead td,
div.page-module table th {
    background: #D9D9D9;
    text-align: left;
    border-right: 1px solid #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;

}

div.table-block table th:first-child {
    border-left: 0;
    border-top: 0;
    border-radius: 20px 0px 0px 0px;
}

div.table-block table th:last-child {
    border-right: 0;
    border-top: 0;
    border-radius: 0px 20px 0px 0px;
}

div.table-block table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

div.table-block table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

/***********/
/*  ROUND  */
/***********/

*.round-1 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

*.round-2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

*.round-3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

*.round-4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

*.round-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

*.round-6 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

*.round-7 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

*.round-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

*.round-9 {
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

*.round-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

*.round-11 {
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

*.round-12 {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

*.round-13 {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

*.round-14 {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

*.round-15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

*.round-16 {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

*.round-17 {
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

*.round-18 {
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

*.round-19 {
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

*.round-20 {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

*.round-21 {
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
}

*.round-22 {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

*.round-23 {
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
}

*.round-24 {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

*.round-25 {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

*.round-26 {
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

*.round-27 {
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

*.round-28 {
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

*.round-29 {
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

*.round-30 {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/***********/
/*  Default Inputs  */
/***********/

input,
textarea,
select {
    /*-webkit-appearance: none;*/
    outline: none;
    box-shadow: none;
}

/***********/
/*  Menus  */
/***********/

/*  Extra  */
/***********/

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.hide {
    display: none;
}

/*****************/
/*  REN SPECIAL  */
/*****************/

.d_block {
    display: block;
}

.d_inl_block {
    display: inline-block;
}

.d_flex {
    display: flex;
}

.d_inl_flex {
    display: inline-flex;
}

.uppercase {
    text-transform: uppercase;
}

br.cleaner {
    display: block;
    clear: both;
}

br.small_br {
    font-size: 6px;
    line-height: 1;
}

.pointer {
    cursor: pointer;
}

.cleaner {
    display: block;
    clear: both;
}

.nopadd {
    padding: 0 !important;
}

.noborg {
    border: 0 !important;
}

.nobg {
    background: none !important;
}

.nomarg {
    margin: 0 !important;
}

.nowrap {
    white-space: nowrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.no_float {
    float: none !important;
}

.cursor_def {
    cursor: default !important;
}

.v_align {
    vertical-align: middle;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

/*FONTS*/

.bold {
    font-weight: 700;
}

.fw_normal {
    font-weight: normal;
}

.f_9 {
    font-size: 9px;
}

.f_10 {
    font-size: 10px;
}

.f_11 {
    font-size: 11px;
}

.f_12 {
    font-size: 12px;
}

.f_13 {
    font-size: 13px;
}

.f_14 {
    font-size: 14px;
}

.f_15 {
    font-size: 15px;
}

.f_16 {
    font-size: 16px !important;
}

.f_17 {
    font-size: 17px;
}

.f_18 {
    font-size: 18px;
}

.f_19 {
    font-size: 19px;
}

.f_20 {
    font-size: 20px;
}

.f_21 {
    font-size: 21px;
}

.f_22 {
    font-size: 22px;
}

.f_23 {
    font-size: 23px;
}

.f_24 {
    font-size: 24px;
}

.f_25 {
    font-size: 25px;
}

.f_26 {
    font-size: 26px;
}

.f_27 {
    font-size: 27px;
}

.f_28 {
    font-size: 28px;
}

.f_29 {
    font-size: 29px;
}

.f_30 {
    font-size: 30px;
}

/**/

img {
    border: 0;
}

p {
    margin: 1.4em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

/*SWIPER*/

.noswipe .swiper-wrapper,
.swiper-wrapper.noswipe {
    transform: translate3d(0px, 0, 0) !important;
}



.error + .checkmark {
    border: 1px solid rgb(203, 3, 3) !important;
}

.kpad {
    margin-bottom: -30px;
}

.kpad > * {
    margin-bottom: 30px;
}

/* google translate */

#google_translate_element > img {
    position: absolute;
    left: 13px;
    top: 7px
}

.goog-te-gadget {
    opacity: 0;
    visibility: hidden;
    width: 0
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    font-size: 10pt !important;
    display: inline-block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer !important;
    padding-left: 10px
}

.goog-te-menu-value img, .goog-te-menu-value span {
    display: none !important
}

.goog-te-menu-value span:first-child {
    display: inline !important;
    height: 50px;
    align-items: center;
    line-height: 1.1;
    font-size: 11px;
    color: var(--red);
    font-weight: 700;
    text-transform: uppercase
}

.goog-te-menu-value:hover span:first-child {
    color: var(--red) !important
}

.goog-te-banner, .goog-te-banner-frame {
    display: none !important
}

.goog-te-menu-value {
    display: none !important
}

.goog-te-menu-frame {
    right: 20px !important;
    left: auto !important;
    top: 80px !important
}

/* XS = max-width: 567px */
/* XS + SM = max-width: 767px */
@media (max-width: 767px) {
    .fl {
        float: none;
    }

    .fr {
        float: none;
    }

    body {
    }

    .smart_menu_caller {
        display: flex;
        cursor: pointer;
        border: none;
        background: transparent;
    }

    .smart_menu_caller *:before {
        font-weight: 300;
    }


    .container {
        width: auto;
        padding: 0 15px;
    }

    div.mob_nav_container div.mob-nav-top-line {
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        flex: 1 1 100%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: flex;
        text-align: center;
        color: #fff;
        padding: 15px 10px;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: center;
        font-size: 1.2rem;
    }

    div.mob_header_extention {
        position: absolute;
        left: 160px;
        top: 0;
        right: 60px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    div.mob-search-container.mob-position-fixed {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 221;
    }

    div.mob-search-container.mob-position-fixed.opened + header.mob-position-fixed {
        top: 40px;
    }
    .adresas2{
        display: flex;
    }
.langs-select{
    display: flex;
    width: 100%;
}
    /* style sample */
    div.langs-select select {
        border: 0;
        height: 100%;
        text-align: center;
        font-size: 16px;
        padding: 0 10px;
        -webkit-appearance: none;
        border-radius: 0;
        background: none;
        text-align-last: center;
        color: #fff;
        width: 100%;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 45px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    /*-----*/
    header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
    }

    header.mob-position-fixed + div,
    header.mob-position-fixed + main {
        margin-top: 70px;
    }

    div.news-inside-info-box a.photo-block {
        float: none;
    }

    div.news-box div.news-inside-gallery > div {
        margin-bottom: 0;
    }

    div.news-box div.news-inside-info-box {
        margin-bottom: 0;
    }

    body.mob_menu_opened #page,
    body.mob_menu_opened #footer {
        left: -80%;
    }

    body.mob_menu_opened header.mob-position-fixed,
    body.mob_menu_opened .mob-search-container.mob-position-fixed {
        transform: translate(-80%, 0);
    }

    div.mob_nav_container {
        position: fixed;
        left: 20%;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 1;
        background: rgba(172, 44, 16, 0.02);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        display: flex;
        flex-direction: column;
    }

    div.mob_nav_menus {
        flex: auto;
        overflow: hidden;
        overflow-y: auto;
    }

    .smart_menu_caller {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 100%;
        z-index: 569;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hamburger-box {
        width: 21px;
        height: 16px;
        position: relative;
    }


    .smart_menu_caller span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .smart_menu_caller span:nth-child(1) {
        top: 0;
    }

    .smart_menu_caller span:nth-child(2), .smart_menu_caller span:nth-child(3) {
        top: 50%;
    }

    .smart_menu_caller span:nth-child(4) {
        top: 100%;
    }

    body.mob_menu_opened .smart_menu_caller span:nth-child(1) {
        top: 50%;
        width: 0%;
        left: 50%;
    }

    body.mob_menu_opened .smart_menu_caller span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    body.mob_menu_opened .smart_menu_caller span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    body.mob_menu_opened .smart_menu_caller span:nth-child(4) {
        top: 50%;
        width: 0%;
        left: 50%;
    }

    #page {
        z-index: 2;
        transition: left ease 0.3s;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
        left: 0%;
        background: #ffffff;
    }

    header.mob-position-fixed {
        transition: transform ease 0.3s, top ease 0.3s;
    }

    #footer {
        transition: left ease 0.3s;
        left: 0%;
    }

    body.mob_menu_opened {
        overflow: hidden;
    }

    body.mob_menu_opened div.mob_nav_container {
        overflow-y: auto;
        opacity: 1;
        visibility: visible;
    }


    .xs-hide {
        display: none;
    }

    div.news-box div.news-inside-info-box .photo-block {
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }

    div.news-box div.news-inside-info-box .photo-block img {
        width: 100%;
        height: auto;
        display: block;
    }
    section {
        padding: 30px 0;
    }

    ul.main-menu li{
        position: relative;
    }

    ul.main-menu >  li > .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: auto;
        height: 28px;
        width: 30px;
        background: transparent;
        color: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease 0.3s;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
    ul.main-menu > li.selected > .fa:before {
        content: '\f068';
    }
    ul.main-menu > li > ul >  li > .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: auto;
        height: 28px;
        width: 30px;
        background: transparent;
        color: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all ease 0.3s;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }
    ul.main-menu li > ul > li.selected > .fa:before {
        content: '\f068';
    }

    ul.main-menu > li > ul > li > a,
    ul.main-menu > li > ul > li:first-child > a,
    ul.main-menu > li > ul > li:last-child > a{
        padding: 0.7em 24px!important;
    }

    ul.main-menu > ul >  li.selected > ul
    ul.main-menu > li > ul {
        display: block;
    }
}

/* SM */
@media (min-width: 568px) and (max-width: 767px) {

}

/* MD and more */
@media (min-width: 768px) {

    .smart_menu_caller {
        display: none;
    }

    div.mob_nav_container {
        display: none;
    }

    #page, #footer {
        transform: none !important;
    }

    .full-w-mob {
        width: 100%;
        height: auto;
        display: block;
    }


}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    .md-hide {
        display: none;
    }

    div.news-box div.news-inside-gallery > div {
        margin-bottom: 0;
    }

    div.news-box div.news-inside-info-box .photo-block {
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }

    div.news-box div.news-inside-info-box .photo-block img {
        width: 100%;
        height: auto;
        display: block;
    }

    div.news-box div.news-inside-info-box {
        margin-bottom: 0;
    }
}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

    .lg-hide {
        display: none;
    }

}

/* XLG */
@media (min-width: 1280px) {

    .xlg-hide {
        display: none;
    }

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}
