@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/source/jquery.fancybox.css';
@import '../css/jquery-ui.min.css';
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic,cyrillic-ext,latin-ext');

html {
    height: 100%;
    background: #f4f4f4;
}

body {
    min-height: 100%;
    height: 100%;
    color: #3c3c3c;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #009794;
    -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;
}

a:hover {
    text-decoration: none;
    color: #006361;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

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

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

strong {
    font-weight: 700;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#footer_guarantor {
    height: 66px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -66px;
    height: 66px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #f4f4f4;
    display: flex;
    align-items: center;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 66px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

#header {
    height: 120px;
    position: relative;
    z-index: 222;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}

#header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 53px;
    background: #f4f4f4;
}

#header > .container {
    position: relative;
    height: 100%;
}

div.header-content {
    position: relative;
    height: 100%;
}

a.logo {
    display: block;
    width: 209px;
    height: 145px;
    position: absolute;
    left: 15px;
    top: 9px;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

div.section {
    padding: 50px 0;
}

div.section.bordo{
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

div.index-swiper-container {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper-container .swiper-pagination * {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 0 4px;
    opacity: 1;
    background: none;
    -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.index-swiper-container .swiper-pagination *.swiper-pagination-bullet-active,
div.index-swiper-container .swiper-pagination *:hover {
    background: #fff;
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: right;
    color: #fff;
}

div.index-swiper div.swiper-slide-content h2 {
    font-size: 48px;
    margin-bottom: 1em;
    text-shadow: 0 2px 3.65px rgba(0, 0, 0, .7);
}

div.index-swiper div.swiper-slide-content .ext_button {
    color: #009794;
}

div.index-swiper div.swiper-slide-content .ext_button:hover {
    color: #fff;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 28px;
    width: 47px;
    height: 76px;
    margin-top: -38px;
    background: rgba(29, 163, 160, .9);
    left: 0;
    border-radius: 0 9px 9px 0;
    color: #fff;
    -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.index-swiper-container .swiper-button-prev:hover,
div.index-swiper-container .swiper-button-next:hover {
    background: rgba(29, 163, 160, 1);
}

div.index-swiper-container .swiper-button-next {
    left: auto;
    right: 0;
    border-radius: 9px 0 0 9px;
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

div.header-elements {
    position: absolute;
    top: 0;
    right: 0;
    left: 225px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 53px;
}

div.header-components {
    display: flex;
    align-items: center;
}

div.header-components > div + div {
    margin-left: 12px;
}

div.news-blocks {
    margin-top: -30px;


}

div.news-blocks > div {
    margin-top: 30px;
    display: flex;
}

div.news-blocks-item {
    border-radius: 9px;
    background: #fff;
    flex:1;
    overflow: hidden;
    -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);
}

div.news-blocks-item .photo {
    display: block;
    overflow: hidden;
}

div.news-blocks-item .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.news-blocks-item .cont {
    padding: 30px;
}

div.news-blocks-item .date {
    font-size: 10px;
    color: #878787;
    margin-bottom: 6px;
}

div.news-blocks-item .title {
    display: inline-block;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

div.news-blocks-item .descr {
    margin-bottom: 10px;
}

div.news-blocks-item a.more {
    font-weight: 500;
    text-transform: uppercase;
}

div.news-blocks-item .cont a.photo {
    margin-bottom: 15px;
}

div.news-blocks-item .count-h {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

div.news-blocks-item .count-h:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 15px;
    height: 3px;
    background: #009794;
    margin-top: 15px;
}

div.headz-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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


ul.count-list > li > a {
    display: block;
    border-top: 1px solid #e2e2e2;
    padding: 12px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #169793;
}
ul.count-list > li > a:hover {
  color: #076361
}

ul.count-list > li:last-child > a {
    padding-bottom: 0;
}

ul.count-list > li > a .ddate {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    color: #878787;
    margin-bottom: 4px;
}

div.cc-swiper-container {
    position: relative;
}

div.cc-swiper-container .swiper-buttons {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 22px 0 0;
}

div.cc-swiper-container .swiper-buttons > * {
    position: static;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #f4f4f4;
    margin: 0 14px;
    color: #009794;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    -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.cc-swiper-container .swiper-buttons > *:hover {
    background: #009794;
    color: #fff;
}

div.cc-swiper {
  /*  border: 1px solid #ccc;  atsisakė*/
}

div.cc-swiper a {
    display: block;
}

div.cc-swiper a img {
    display: block;
    width: 100%;
    height: auto;
}

div.events-swiper-container {
    background: #f4f4f4;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
}

div.events-swiper a {
    display: block;
}

div.events-swiper img.photo {
    display: block;
    width: 100%;
    height: auto;
}

div.events-swiper .cont {
    display: flex;
    height: 76px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    padding: 0 70px;
    line-height: 1.2;
}

div.events-swiper .cont > span {
    padding: 0 10px;
}

div.events-swiper-container .swiper-button-next,
div.events-swiper-container .swiper-button-prev {
    position: absolute;
    left: 15px;
    top: auto;
    bottom: 22px;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: #fff;
    margin: 0 14px;
    color: #009794;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    -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.events-swiper-container .swiper-button-next {
    left: auto;
    right: 15px;
}

div.events-swiper-container .swiper-button-next:hover,
div.events-swiper-container .swiper-button-prev:hover {
    background: #009794;
    color: #fff;
}

div.county-colls > div {
    position: relative;
}

div.fancy-map-container {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    border: 1px solid #daefed;
    border-radius: 9px;
    overflow: hidden;
}

div.fancy-map-descr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: rgba(38, 167, 164, .8);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 15px;
    z-index: 30;
}

div.gost-colls-section {
    padding: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

div.gost-colls > div {
    border-right: 1px solid #e0e0e0;
    padding: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

div.gost-colls > div:last-child {
    border: 0;
}

div.gost-colls > div img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

div.gost-colls.mod a{
    display: block;
    text-align: center;
}

div.gost-logos {
    display: inline-flex;
    flex-wrap: wrap;
}

div.gost-logos > div {
    width: 33.333%;
    text-align: center;
}

div.gost-logos a {
    display: block;
}

div.gost-logos img {
    display: block !important;
    margin: 0 auto;
}

div.path-container-section {
    background: #fff;
}

div.path-container {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #404e5d;
    display: flex;
    justify-content: space-between;
}

div.path-container a {
    display: flex;
    height: 48px;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    color: #404e5d;
}

ul.path {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.path > li {
    display: flex;
    height: 48px;
    align-items: center;
}

ul.path > li > a {
    display: flex;
    height: 48px;
    align-items: center;
    padding-right: 21px;
    position: relative;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;
}

div.page-top-photo-section {
    height: 178px;
    display: flex;
    align-items: flex-end;
    background-position: center center;
    background-size: cover;
    padding: 30px 0;
}

div.page-top-photo-section h1 {
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
    margin: 0;
}

div.fancy-blocks {
    margin-top: -30px;
}

div.fancy-blocks > div {
    margin-top: 30px;
}

div.fancy-blocks a {
    display: block;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    font-size: 13px;
    color: #878787;
}

div.fancy-blocks a:hover {
    -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);
    color: #009794;
}

div.fancy-blocks a .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.fancy-blocks a .cont {
    display: flex;
    height: 45px;
    border-top: 1px solid #cfcfcf;
    align-items: center;
    justify-content: flex-start;
    padding: 0 26px;
}

div.data-blocks {
    margin-top: -30px;
}

div.data-blocks > div {
    margin-top: 30px;
}

div.data-blocks-item {
    position: relative;
    display: flex;
    align-items: flex-start;
}

div.data-blocks-item .photo {
    flex: 0 0 170px;
    margin-right: 30px;
}

div.data-blocks-item .head {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 14px;
    margin: 0 0 14px;
}

div.data-blocks-item .cont {
    overflow: hidden;
}

div.data-blocks-item .date {
    font-size: 10px;
    color: #878787;
    margin-bottom: 6px;
}

div.data-blocks-item .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 15px;
}

div.data-blocks-item .title:hover {
    color: #000;
}

div.data-blocks-item .descr {
    margin-bottom: 15px;
}

div.data-blocks-item .more {
    font-weight: 500;
    text-transform: uppercase;
}

div.mbr-list {
    margin-top: -30px;
}

div.mbr-list > div {
    margin-top: 30px;
}

div.mbr-list-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius: 9px;
    overflow: hidden;
}

div.mbr-list-item .photo {
    display: block;
    width: 100%;
    height: auto;
}

div.mbr-list-item .cont {
    padding: 25px;
}

div.mbr-list-item h3 {
    margin-bottom: 0;
    font-size: 18px;
    color: #009794;
    font-weight: 500;
    line-height: 1.1;
}

div.mbr-list-item .cco {
    font-size: 10px;
    color: #878787;
    margin-bottom: 15px;
}

ul.mbr-socials,div.page-module ul.mbr-socials {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
    display: flex;
}

ul.mbr-socials > li + li, div.page-module ul.mbr-socials > li + li {
    margin: 0 0 0 10px;
}

ul.mbr-socials > li > a, div.page-module ul.mbr-socials > li > a {
    display: flex;
    border-radius: 100%;
    background: #f4f4f4;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

ul.mbr-socials > li > a:hover, div.page-module ul.mbr-socials > li > a:hover {
    background: #e7e7e7;
}

/*LISTS*/

div.main-menu-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

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

ul.main-menu > li > a {
    display: flex;
    padding: 10px 25px;
    height: 67px;
    align-items: center;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
}

ul.main-menu > li > a:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cfcfcf;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
    -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;
    opacity: 0;
}

ul.main-menu > li.has-submenu:hover > a:before {
    opacity: 1;
}

ul.main-menu > li:last-child > a {
    padding-right: 0;
}

ul.main-menu > li:hover > a,
ul.main-menu > li.selected > a {
    color: #009794;
}

ul.main-menu > li.separated > a{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}

ul.main-menu > li.separated > a:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    right: -15px;
    bottom: 15px;
    border-radius: 9px;
    border: 1px solid #000;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-top: 0;
    border-radius: 0 0 9px 9px;
    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;
    opacity: 0;
    visibility: hidden;
    /*min-width: 100%;*/
   /* min-width: 154px;
    max-width: 154px;*/
    min-width: 240px;
    max-width: 240px;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}
ul.main-menu > li:last-child:hover > ul {
    right: 0;
    left: auto;
}

ul.main-menu > li > ul > li > a {
    display: block;
    padding: 5px 25px;
    font-size: 13px;
    color: #000;
}

ul.main-menu > li > ul > li:last-child > a {
    padding-bottom: 18px;
}

ul.main-menu > li > ul > li:hover > a,
ul.main-menu > li > ul > li.selected > a,
ul.main-menu > li > ul > li > ul > li:hover > a,
ul.main-menu > li > ul > li > ul > li.selected > a {
    color: #009794;
}

ul.main-menu > li > ul > li > ul > li {
    padding-right: 15px;
}

ul.main-menu > li > ul > li > ul > li > a {
    color: #000;
}

div.content-menu-container {
    padding: 0 44px 0 0;
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 9px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
}

ul.content-menu > li > a {
    display: block;
    padding: 8px 8px 8px 45px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    position: relative;
    line-height: 1.2;
}

ul.content-menu > li:first-child > a {
    padding-top: 20px;
}

ul.content-menu > li:first-child > a:before {
    transform: translate(0, 5px);
}

ul.content-menu > li.selected:first-child > a:before {
  margin-top: 0px
}

ul.content-menu > li:last-child > a {
    padding-bottom: 20px;
}

ul.content-menu > li:last-child > a:before  {
    transform: translate(0, -7px);
}

ul.content-menu > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    height: 1em;
    line-height: 1em;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -0.5em;
}

ul.content-menu > li.selected > a,
ul.content-menu > li > a:hover {
    color: #009794;
}

ul.content-menu li.selected > a:before {
    transform: rotate(90deg);
}
ul.content-menu > li.selected:last-child > a:before  {
    margin-top: -13px;
}

ul.content-menu > li > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu > li > ul > li > a {
    display: block;
    padding: 5px 5px 5px 65px;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    position: relative;
    line-height: 1.2;
}

ul.content-menu > li > ul > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    height: 1em;
    line-height: 1em;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -0.5em;
    font-style: normal;
}

ul.content-menu > li > ul > li.selected > a,
ul.content-menu > li > ul > li > a:hover {
    color: #009794;
}

ul.content-menu > li > ul > li.selected > a:before {
    transform: rotate(90deg);
}

ul.content-menu > li > ul > li > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.content-menu > li > ul > li > ul > li > a {
    display: block;
    padding: 5px 5px 5px 85px;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    color: #000;
    position: relative;
    line-height: 1.2;
}

ul.content-menu > li > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: FontAwesome;
    height: 1em;
    line-height: 1em;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -0.5em;
    font-style: normal;
}

ul.content-menu > li > ul > li > ul > li.selected > a,
ul.content-menu > li > ul > li > ul > li > a:hover {
    color: #009794;
}

ul.content-menu > li > ul > li > ul > li .selected > a:before {
    transform: rotate(90deg);
}

ul.f-icons-lisat {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.f-icons-lisat > li + li {
    margin-top: 13px;
}

ul.f-icons-lisat > li > a {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #333;
}

ul.f-icons-lisat > li > a:hover {
    color: #1da3a0;
}

ul.f-icons-lisat > li > a:hover .fa {
    background: #05807d;
}

ul.f-icons-lisat > li > a > span:first-child {
    flex: 0 0 30px;
    width: 30px;
}

ul.f-icons-lisat > li > a > span + span {
    margin-left: 13px;
}

ul.f-icons-lisat > li > a .fa {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #1da3a0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -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;
    font-size: 15px;
}

ul.f-icons-lisat.horizontal {
    display: flex;
}

ul.f-icons-lisat.horizontal > li {
    margin: 0;
}

ul.f-icons-lisat.horizontal > li + li {
    margin-left: 13px;
}

/*INPUTS*/

input,
textarea,
select {
    -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;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    font-family: 'Roboto', sans-serif;
}

div.search-container {
    height: 31px;
    width: 228px;
    border-radius: 50px;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    position: relative;
}

div.search-container input[type="text"] {
    border: 0;
    width: 100%;
    padding: 7px 36px 7px 18px;
    background: none;
    position: absolute;
    outline: none;
}

div.search-container input:focus {
    background: #fff;
}

div.search-container input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    font-family: FontAwesome;
    border: 0;
    background: none;
    padding: 8px;
}

div.news-letter-container > div + div {
    margin-top: 8px;
}

div.news-letter-container input[type="text"] {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px 12px;
    border-radius: 7px;
    -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.news-letter-container input[type="text"]:focus {
    border-color: #1da3a0;
}

div.news-letter-container input[type="submit"] {
    width: 100%;
    border-radius: 7px;
    padding: 12px;
    height: auto;
    text-transform: uppercase;
    font-weight: 700;
}


.fullbutton {
  background:#1B9996;
border: 0;
border-radius:45px;
color: #fff;
padding:8px 20px;

}
.fullbutton:hover {
  background: #007A77;
}

/*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;
}

.custom-title {
    color: #000;
}

.custom-title-2 {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.custom-title-2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 15px;
    height: 3px;
    background: #009794;
    margin-top: 15px;
}

.main-title {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 1em;
}

/*BUTTONS*/

.ext_button {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    height: 2.5833em;
    line-height: 1em;
    padding: 0 1.5em;
    position: relative;
    text-decoration: none !important;
    border: 0;
}

.ext_button.mod {
    height: 3.4615em;
    padding: 0 5em;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 2.8em;
}

.ext_button.rounded-light {
    border-radius: 0.6em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.white-style {
    background: #fff;
    color: #878787;
}

.ext_button.white-style:hover {
    background: #009794;
    color: #fff;
}

.ext_button.green-style {
    background: #1da3a0;
    color: #fff;
}

.ext_button.green-style:hover {
    background: #008582;
}

.ext_button.tr-style {
    background: none;
    color: rgba(0, 0, 0, .5);
    border: 1px solid #cfcfcf;
}

.ext_button.tr-style:hover, .ext_button.tr-style.opened {
    background: #fff;
}

/*SPECIAL*/

.fw-400 {
    font-weight: 400;
}

/*COLORS*/

.white-bg {
    background: #fff;
}

.black-color {
    color: #000;
}

.green-color {
    color: #1da3a0;
}

.grey-color {
    color: #878787;
}

.red-color{
    color: #000;
}

/*MISC*/

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
}

div.page-module table {
    background: #fff
}

div.page-module table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.page-module table tr:first-child td {
    border-top: 0
}

div.page-module thead td {
    background: #e1e1e1;
}


div.page-module table.mceLayout {
    background: transparent;
}

div.page-module table.mceLayout td {
    padding: 1px 0 0 0;
    border-top: 0;
    background: #F0F0EE;
}

div.page-module table.mceLayout tr:first-child td {
    /*border-top: 0*/
}

div.page-module table.mceLayout thead td {
    background: transparent;
}

div.langs-switcher {
    position: relative;
}

div.langs-switcher a {
    text-transform: capitalize;
}

div.langs-switcher ul.langs {
    position: absolute;
    top:2.5em;
    left:0;
    visibility: hidden;
    opacity: 0;
    -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;

    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100;

    background: #f4f4f4;
    color: rgba(0, 0, 0, .5);
    border: 1px solid #cfcfcf;
    -webkit-border-radius:0 0 1.4em 1.4em ;
    -moz-border-radius:0 0 1.4em 1.4em;
    border-radius:0 0 1.4em 1.4em;
    width: 6.1em;
    font-size: 12px;
}
div.langs-switcher ul.langs.open {
    visibility: visible;
    opacity: 1;
    background: #fff;
    border-top: 0;
}
div.langs-switcher ul.langs a{
    padding: 0 1.4em 5px 1.4em;
    display: flex;
}

div.langs-switcher .ext_button.tr-style.opened {
    -webkit-border-radius:1.4em 1.4em 0 0;
    -moz-border-radius:1.4em 1.4em 0 0;
    border-radius:1.4em 1.4em 0 0;
    border-bottom: 0;

}


div.products-carusel-container {
    position: relative;
    margin: 15px 0;
}

div.products-carusel-container .swiper-button-next,
div.products-carusel-container .swiper-button-prev {
    background: #f4f4f4;

    text-align: center;
    font-size: 44px;
    line-height: 44px;

}
div.products-carusel-container .swiper-button-next {
    right: 0;
    border-radius: 5px 0 0 5px;
}
div.products-carusel-container .swiper-button-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
}

div.products-carusel-container .swiper-slide a {
    display: block;
}

div.products-carusel-container .swiper-slide a img {
    width: 100%;
    height: auto;
}

div.content-colls .page-module img {
   /* padding: 10px;*/
}

div.inner-galery a {
    display: block;
}
div.inner-galery a img {
    width: 100%;
    height: auto;
}
div.inner-galery > div {
    padding: 15px;
}

div.contacts {

}

div.contacts > div {
    border: 1px solid #878787;
    padding: 15px;
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
}
div.contacts > div img {
    display: block;
    width: 100%;
    height:auto;

}

div.contacts > div div.cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    margin: 15px;
}

div.contacts > div div.cont .tit {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0 10px 0;
    color: #fff;
}
div.contacts > div div.cont .but {
    color: #fff;
    font-size: 12px;
}

div.main-text {
    overflow: hidden;
}

div.main-text img.menu-img {
    float: right;
    padding: 0 0 15px 15px;
}


div.tabs {
    margin-top:10px;
}
div.tabs a.opener {
    display: block;
    width: 100%;
    padding: 10px;

    -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;

    border: 1px solid #cfcfcf;
    border-radius: 8px;
    color: #000;
    margin-bottom: 1px;
}

div.tabs a.opener.selected, div.tabs a.opener:hover {

    border: 1px solid #009794;
    color: #009794;
}

div.tabs div.cont {

    height: 0;
    visibility: hidden;
    opacity: 0;
    -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;
    padding: 0 10px;
}

div.tabs div.cont.opened {
    visibility: visible;
    opacity: 1;

    padding: 10px;
    height: auto;

}

#selfreg_selpkg div.money_list {

}

#selfreg_selpkg div.money_list > div {
    padding-bottom: 15px;
}

#selfreg_selpkg .submit_block {
    width: 100%;
    border-radius: 7px;
    padding: 12px;
    height: auto;
    text-transform: uppercase;
    font-weight: 700;
}

div.fe_simple_form {

}
div.fe_simple_form .selected_group {
    padding-top:10px;
    padding-bottom:10px;

}
div.fe_simple_form input[type="text"], div.fe_simple_form input[type="password"], div.fe_simple_form textarea, div.fe_simple_form select {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px 12px;
    border-radius: 7px;
    -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.fe_simple_form textarea {
    height: 38px;
}
div.fe_simple_form div[class *="pure-u"], div.login_block div[class *="pure-u"] {
    margin-bottom: 10px;
}

div.login_block input[type="text"], div.login_block input[type="password"]{
  border: 1px solid #ddd;
  width: 50%;
  padding: 10px 12px;
  border-radius: 7px;
  -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.news-inner-content {
    margin-top: 10px;
}

.error {
    color: red !important;
}

#mini-reg .error{
    border: 1px solid red !important;
}

#mini-eve .error{
    border: 1px solid red !important;
}

#mini-renew .error{
    border: 1px solid red !important;
}

.pre_registration .error {
    border: 1px solid red !important;
}

.error2 a {
    color: red !important;
}

.error3 {
    color: red !important;
}

div.contact_form > div {
    margin-bottom: 15px;
}
div.contact_form input,
div.contact_form textarea{
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px 12px;
    border-radius: 7px;
    -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;
}

select.hid_select,
div.inf_hidden,
input.box_hid {
    display: none;
}

.pre_registration {

}
.pre_registration input, .pre_registration textarea, .pre_registration select {
    margin-bottom: 15px;
}

table.price_table {
    width: 100%;
}
table.price_table th {
    padding: 10px 15px;
    text-align: left;
}
table.price_table td {
    padding: 10px 15px;
}

.rs-result-list {

}

.rs-result-list h2 {
    margin: 1em 0 0.3em 0;
}


#currentfilelist {
    overflow: hidden;
    width:350px;
}

#currentfilelist > div{
    float: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

#currentfilelist .delete-icon {
    background: url(../images/red.gif) no-repeat right;
    width: 14px;
    height: 13px;
    position: absolute;
    bottom: 6px;
    right: -8px;
}

#currentfilelist .image_container {
    position: relative;
}

.news_photo {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.su {
    display: none;
}

.un {

}

.grecaptcha-badge {
    display: none !important;
}

div.pagination_container {

}
div.pagination_container .pagination {
    list-style: none;
    display: flex;
    justify-content: center;
}
div.pagination_container .pagination dt {

    background: #fff;
    margin-right: 10px;
    border-radius: 9px;
    -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);
}
div.pagination_container .pagination dt a {
    padding: 10px 15px;
    display: block;
}


/* XS */
@media (max-width: 767px) {

    a.smart_menu_caller {
        display: flex;
        color: #009794;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        background: #7F7F7F;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        background: #e7e7e7;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #009794;
        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: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        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;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        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);
    }

    #header:before {
        display: none;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    ul.main-menu > li > a:before {
        display: none;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        -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;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 15px;
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
        min-width: 100%;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        border-radius: 0;
    }

    ul.main-menu > li > ul > li > a {
        padding: 10px 15px !important;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
    }

    ul.main-menu > li > ul > li .fa {
        display: none;
    }

    ul.main-menu > li > ul > li > ul > li > a {
        display: block;
        padding: 5px 0;
    }

    ul.main-menu > li.separated > a:after{
        display: none;
    }

    div.section {
        padding: 15px 0;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        text-align: center;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 7vw;
    }

    div.index-swiper div.swiper-slide-content br {
        display: none;
    }

    div.index-swiper div.swiper-slide-content .ext_button {
        font-size: 3vw;
    }

    div.index-swiper-container .swiper-pagination {
        display: none;
    }

    div.index-swiper-container .swiper-button-prev,
    div.index-swiper-container .swiper-button-next {
        display: none;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        font-weight: 500;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -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;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: -15px -15px 15px;
        padding: 0;
        background: #fff;
    }

    .content-menu {
        max-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;
    }

    .content-menu.opened {
        max-height: 500px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 15px 0;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    a.logo {
        width: 116px;
        height: 74px;
        left: 10px;
    }

    div.news-blocks {
        margin-top: -15px;
    }

    div.news-blocks > div {
        margin-top: 15px;
    }

    div.news-blocks-item .cont {
        padding: 15px;
    }

    div.fancy-map-container {
        position: relative;
        height: 60vw;
        left: 0;
        right: 0;
        margin-top: 15px;
    }

    div.gost-colls > div {
        border-bottom: 1px solid #e0e0e0;
    }

    div.gost-logos > div {
        width: 50%;
    }

    div.footer-colls > div {
        border-bottom: 1px solid #e0e0e0;
        padding: 15px;
    }

    div.footer-colls > div:first-child {
        padding-top: 0;
    }

    div.footer-colls > div:last-child {
        padding-bottom: 0;
        border: 0;
    }

    div.footer-content {
        height: auto;
        border: 0;
    }

    div.search-container {
        width: 100%;
        border-radius: 0;
        height: 40px;
    }

    div.search-container input[type="text"] {
        padding: 12px 36px 12px 18px;
    }

    div.search-container input[type="submit"] {
        padding: 13px;
    }

    div.hc-elements > div {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.hc-elements > div a {
        width: 100%;
        border-radius: 0 !important;
        height: auto;
        padding: 15px;
        text-transform: uppercase;
        font-size: 15px;
    }

    div.page-top-photo-section {
        height: auto;
    }

    div.page-top-photo-section h1 {
        font-size: 8vw;
    }

    div.path-container-section {
        display: none;
    }

    div.mbr-list {
        margin-top: -15px;
    }

    div.mbr-list > div {
        margin-top: 15px;
    }

    div.mbr-list-item .cont {
        padding: 15px;
    }

    div.fancy-blocks {
        margin-top: -15px;
    }

    div.fancy-blocks > div {
        margin-top: 15px;
    }

    div.data-blocks-item {
        flex-direction: column;
    }

    div.data-blocks-item .photo {
        margin: 0 0 15px;
        flex: 0 0 100%;
        width: 100%;
    }

    div.gost-colls.mod > div{
        padding: 15px;
    }

    div.gost-colls.mod a{
        padding: 15px;
    }

    div.gost-colls.mod a img{
        display: block;
        margin: 0 auto 15px;
    }

    div.pagination_container .pagination dt {
        border-radius: 3px;
    }
    div.pagination_container .pagination dt a {
        padding: 4px 4px;
    }
}

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

}

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

}

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

    a.logo {
        width: 165px;
    }

    div.header-elements {
        left: 155px;
    }

    div.search-container {
        width: 112px;
    }

    ul.main-menu > li > a {
        padding: 10px 15px;
        font-size: 16px;
    }

    div.section {
        padding: 30px 0;
    }

    div.news-blocks-item .cont {
        padding: 15px;
    }

    div.content-menu-container {
        padding: 0;
    }

    div.mbr-list-item .cont {
        padding: 15px;
    }

    div.news-blocks {
        justify-content: center;
    }

    ul.main-menu > li.separated > a:after{
        left: 0;
    }

}

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

    div.content-menu-container {
        padding: 0;
    }

    div.mbr-list-item .cont {
        padding: 20px;
    }

    div.news-blocks-item .cont {
        padding: 20px;
    }

}

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

}

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

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