/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 25.04.15 nn
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic');
@import url("modals/fade_in_and_scale.css");

/*---------------------- end basic styles ----------------------------------*/

/*---------------------- global --------------------------------------*/

html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #3a3a3a;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #344A81;
    text-decoration: underline;
}

a:hover,
a:hover:visited {
    text-decoration: none;
}

.nu a:hover,
a.nu:hover {
    text-decoration: underline;
}

.nu a,
a.nu {
    text-decoration: none;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    color: #113341;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 21px;
}

.h2 {
    color: #2b839f;
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}

.h3 {
    color: #006787;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 22px;
}

.h4 {
    color: #1A2540;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 22px;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/

/*end colors*/

/*fonts*/

.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/

/*forms fields*/

.field {
    border: 1px solid #c4c4c4;
    padding: 12px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
    box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field::-moz-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: #0c0c0c;
    font-size: 14px;
}

.field.placeholder {
    color: #0c0c0c;
    font-size: 14px;
}

.field.invalid {
    border: 1px solid #be0404;
    background-color: #fff4f4;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/

/*over blocks*/

.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/

/*other*/

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 10px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px solid #a5b136;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

/*end other*/

/*---------------------- end global ----------------------------------*/

/*---------------------- wrapper ------------------------------------*/

.wrapper {
    min-width: 960px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 146px;
    position: relative;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/

/*---------------------- header -------------------------------------*/

.main_page .header {
    height: 386px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 146px;
}

.header {
    height: 60px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-top: 146px;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    height: 145px;
    width: 313px;
    position: absolute;
    top: 0px;
    left: -4px;
}

.logo .link {

    display: block;
    width: inherit;
    height: inherit;

}

.logo .title {
  /*  border-bottom: 2px solid #1d6887;  */
    width: 344px;
    padding: 0 0 4px 0;
    color: #1d6787;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 98px;
    left: 7px;
}

.logo .text {
    width: 360px;
    color: #393939;
    font-family: "Arial", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 48px;
    left: 384px;
    text-align: center;
font-weight: 600;
}

.tel_list {
    background: #00A650 url(../images/phone.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 43px;
    right: 172px;
    z-index: 2;
    line-height: 1.2;
}

.tel_list .item {
    width: 208px;
    display: inline-block;
    padding: 0 0 0 39px;
    color: #0065B3;
    font-family: "Exo 2", sans-serif;
    font-size: 19px;
    font-weight: bold;
}

.tel_list .item:first-child {
    background: none;
}

.email {
    position: absolute;
    top: 88px;
    right: 11px;
}

.email .link {
    display: block;
    line-height: 30px;
    color: #393939;
}

.email .fig {
    display: block;
    background: #00A650 url(../images/letter.png) no-repeat 50% 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.email .text {
    display: block;
    padding: 0 0 0 44px;
    font-family: "Arial", sans-serif;
    font-size: 15px;
}

.header .nav {
    width: 960px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
    top: 145px;
}

.header .nav.fixed {
    position: fixed;
    top: 0;
}

.header .nav> .list {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

.header .nav> .list:before {
    background: #0065B3;
    display: block;
    height: 60px;
    position: absolute;
    content: '';
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -1000px;
    z-index: -1;
}

.header .nav> .list :after,
.header .nav> .list .item:after {
    display: none;
}

.header .nav> .list> .item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.header .nav> .list> .item> .link {
    display: table;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.header .nav> .list> .item.active> .link,
.header .nav> .list> .item:hover> .link {
    background-color: #00A650;
    color: #fff;
}

.header .nav> .list> .item .text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.nav .sub {
    display: none;
    width: 244px;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub .list {
    background: #e1e1e1;
    text-align: left;
    display: block;
}

.nav .sub .list .item {
    position: relative;
    text-align: left;
    padding: 14px 28px 16px 28px;
}

.nav .sub .list .item .link {
    display: block;
    color: #113341;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.nav .item:hover .sub {
    display: block;
}

.nav .sub .list .item .link:hover {
    background-color: #00a650;
    padding: 14px 28px 16px 28px;
    margin: -14px -28px -16px -28px;
color: #fff;
}

.promo {
    height: 365px;
    position: relative;
    z-index: 1;
}

.promo .main_list .item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.promo .fig {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.promo .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    left: -10000px;
    right: -10000px;
    bottom: 0;
}

.promo .main_list .active {
    display: block;
}

.promo .context {
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 93px;
    text-align: center;
    z-index: 1;
    line-height: 1.2;
}

.promo .context .title {
    text-transform: uppercase;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 1px 7px rgba(1, 1, 1, .79);
    z-index: 1;
}

.promo .context .text {
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0 1px 7px rgba(1, 1, 1, .79);
    z-index: 1;
}

.promo .tabs {
    position: absolute;
    bottom: 40px;
    left: 446px;
}

.promo .tabs .item {
    position: relative;
    float: left;
    margin-right: 18px;
}

.promo .tabs .link {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    display: block;
    position: relative;
}

.promo .tabs .active:before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn {
    background: url(../images/fig_2.png) no-repeat;
    height: 317px;
    width: 70px;
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 2;
    font-size: 0px;
}
.btn.eng_lang{
    background: url(../images/fig_2-en.png) no-repeat;
}
.btn.de_lang{
    background: url(../images/fig_2-de.png) no-repeat;
}
.btn.ch_lang{
    background: url(../images/fig_2-ch.png) no-repeat;
}
.language_box{
	position:absolute;
	top:103px;
	right:358px;
}
.language_list{
	margin:0 0 0 -11px;
}
.language_list .item{
	margin:0 0 0 11px;
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
.language_list .link{
	border:1px solid #fff;
	display:block;
	width:61px;
	height:24px;
	padding:3px 0 0 4px;
	color:#3e3e3e;
	text-decoration:none;
}
.language_list .active .link{
	border: 1px solid rgba(49,47,45,.49);
}
.language_list .fig{
	display:inline-block;
	vertical-align:middle;
}
.language_list .fig{
	border: 1px solid rgba(49,47,45,.49);
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:18px;
	margin:0 4px 0 0;
	position:relative;
	overflow:hidden;
}
.language_list .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.language_list .text{
	display:inline-block;
	vertical-align:middle;
	width:22px;
}
/*---------------------- end header ----------------------------------*/

/*---------------------- side ---------------------------------------*/

.side {
    float: left;
    width: 304px;
    position: relative;
    margin: 0 40px 0 0;
    padding: 30px 0 0 0;
    z-index: 1;
}

.side + .content {
    float: right;
    width: 615px;
}

.catalogue_list_2 .item {
    position: relative;
    margin: 0 0 6px 0;
}

.catalogue_list_2 .link {
    background-color: #0065B3;
    display: block;
    padding: 0 40px 0 40px;
    color: #fff;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.catalogue_list_2 .link .title {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.catalogue_list_2 .item.active .link,
.catalogue_list_2 .item:hover .link {
    background-color: #00A650;
    color: #fff;
    text-decoration: none;
}

/*---------------------- end side ------------------------------------*/

/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    padding: 10px 0 12px 0;
}

.service {
    position: relative;
    height: 207px;
    margin: -18px 0 10px 0;
    padding: 34px 0 0 0;
}

.service:before {
    background: #113341;
    display: block;
    height: 207px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: -1000px;
    z-index: -1;
}

.service .link {
    display: block;
    font-family: "Exo 2", sans-serif;
    color: #fff;
    text-decoration: none;
}

.service .title {
    margin: 0 0 19px 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}

.service .text {
    background: url(../images/fig_17.png) no-repeat 100% 88%;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding-right: 20px;
    line-height: 1;
}

.service .fig {
    position: absolute;
    top: 0;
    right: -480px;
    left: 378px;
}

.main_page .h1 {
    text-align: center;
    color: #113341;
}

.catalogue_list {
    text-align: center;
    margin: 0 0 28px -10px;
}

.catalogue_list .item {
    width: 182px;
    margin: 0 0 35px 10px;
}

.catalogue_list .link {
    color: #0065b3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.catalogue_list .fig {
    height: 174px;
    width: 182px;
    margin: 0 0 13px 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.catalogue_list .fig .img {
    max-height: 100%;
    max-width: 100%;
}

.catalogue_list .fig:hover {
    transform: scale(1);
    transition: all 0.9s ease 0s;
    transform: scale(1.1);
}

.catalogue_list .title {
    color: #0065b3;
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
}

.about {
    text-align: left;
    margin: 0 0 60px 0;
}

.btn_1 {
    display: inline-block;
    background-color: #e9e9e9;
    padding: 10px 34px 12px 34px;
    text-decoration: none;
    color: #575757;
    font-size: 15px;
}

.btn_1:hover {
    text-decoration: underline;
}

.btn_6 {
    display: inline-block;
    background-color: #e9e9e9;
    padding: 10px 50px 12px 50px;
    text-decoration: none;
    color: #575757;
    font-size: 15px;
}

.btn_6:hover {
    text-decoration: underline;
}

.yellow {
    text-align: center;
    position: relative;
    margin: 0 0 30px -10px;
    padding: 37px 0 20px 0;
    z-index: 1;
}

.yellow:before {
    background-color: #0065B3;
    position: absolute;
    content: "";
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.advantage_list {
    margin: 0 0 0 -7px;
    z-index: 1;
}

.advantage_list .item {
    width: 128px;
    margin: 0 0 34px 56px;
    text-align: center;
}

.advantage_list .fig {
    height: 128px;
    width: 128px;
    border-radius: 50%;
    border: 2px solid #1d6887;
    position: relative;
    margin: 0 0 14px 0;
}

.advantage_list .fig .img {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.advantage_list .link {
    color: #113341;
    text-decoration: none;
}

.advantage_list .title {
    font-size: 18px;
    color: #fff;
}

.advantage_list .link:hover {
    text-decoration: underline;
}

.certificates_list {
    margin: 0 0 7px -20px;
    padding: 6px 0 0 0;
    z-index: 1;
}

.certificates_list .item {
    width: 185px;
    margin: 0 0 34px 10px;
}

.certificates_list .fig {
    height: 123px;
    width: 122px;
    margin: 0 0 6px 0;
}

.certificates_list .fig .img {
    max-height: 100%;
    max-width: 100%;
}

.certificates_list .link {
    color: #1d6787;
}

.certificates_list .title {
    font-size: 15px;
}

.everything {
    text-align: center;
    margin: 0 0 40px 0;
}

.crumbs {
    margin: 0 0 0px 0;
    color: #949494;
    font-size: 14px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background: url(../images/fig_18.png) no-repeat 2px 3px;
    display: inline;
    padding-left: 12px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .list .link {
    color: #949494;
    font-size: 14px;
}

.catalogue_list_1 {
    margin: 0 0 94px -10px;
    text-align: center;
}

.catalogue_list_1 .item {
    width: 232px;
    margin: 0 0 44px 10px;
    text-align: center;
}

.catalogue_list_1 .link {
    color: #0065B3;
}

.catalogue_list_1 .fig {
    height: 224px;
    width: 232px;
    margin: 0 0 14px 0;
}

.catalogue_list_1 .fig .img {
    max-height: 100%;
    max-width: 100%;
}

.catalogue_list_1 .title {
    font-family: "Exo 2", sans-serif;
    font-size: 22px;
}

.fig_1 {
    position: relative;
    float: left;
    max-width: 318px;

    margin: 0 40px 19px 0;
}

.fig_1 .img {
    max-width: 100%;
}

.send_application {
    margin: 0 0 28px 0;
}

.btn_3 {
    background-color: #00A650;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    text-decoration: none;

    font-size: 18px;
}

.btn_3:hover {
    text-decoration: underline;
}

.promobody {
    clear: both;
    margin: 10px 0 10px 0;
    padding: 28px 0 24px 0;
}

.fig_2 {
    position: relative;
    width: 567px;
    height: 207px;
    margin: 0 0 124px 0;
}

.fig_2 .img {
    max-height: 100%;
    max-width: 100%;
}

.fig_2:before {
    background-color: #344A81;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: -71px;
    left: 0;
    z-index: -1;
}

.fig_2 .link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.fig_2 .link .title {
    height: 70px;
    display: table-cell;
    vertical-align: top;
    padding: 0 32px 0 32px;
    font-family: "Exo 2";
    font-size: 25px;
}

.fig_2 .link .title:hover {
    text-decoration: underline;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    transform: scale(1.1);
}

.fig_3 {
    position: relative;
    width: 566px;
    height: 278px;
    margin: -4px 0 32px 0;
}

.fig_3 .img {
    max-height: 100%;
    max-width: 100%;
}

.captcha {
    display: inline-block;
    padding-left: 98px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    background-color: #fff;
    border: 1px solid #abb1c3;
    width: 98px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.captcha .fig img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.captcha .field {
    width: 100%;
}

.btn_4 {
    background-color: #00688b;
    border: none;
    display: inline-block;
    padding: 10px 18px 9px 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.btn_4:hover {
    text-decoration: underline;
}

.btn_5 {
    background-color: #00A650;
    border: none;
    display: inline-block;
    padding: 10px 18px 9px 18px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.btn_5:hover {
    text-decoration: underline;
}

.price_1 {
    margin-bottom: 20px;
    color: #0065b3;
    font-family: "Exo 2", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.list_1 {
    margin: -30px 0 45px -30px;
}

.list_1 .item {
    background: #efefef;
    width: 170px;
    margin: 30px 0 0 30px;
    padding: 0 14px 22px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list_1 .fig {
    position: relative;
    margin: 0 -14px 16px;
}

.list_1 .img {
    width: 100%;
    vertical-align: top;

}

.list_1 .title {
    margin-bottom: 12px;
    color: #0065B3;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
}

.list_1 .text {
    margin-bottom: 10px;
    color: #383838;
    font-size: 14px;
}

.list_1 .price {
    color: #00A650;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
}

.list_1 .title .link {
    color: inherit;
}

.pages {
    margin-bottom: 30px;
}

.pages .item {
    width: 23px;
    margin-right: 1px;
    line-height: 23px;
    text-align: center;
}

.pages .link {
    display: block;
    width: 40px;
    color: #454545;
    text-decoration: none;
}

.pages .active {
    background: #00a551;
	border-radius: 11px;
    color: #fefefe;

}

.news_list_1 p{
	margin:0;
}
.news_list_1 .item{
	background: #fdfdfd;
	border: 1px solid rgba(49,47,45,.49);
	margin:0 0 26px;
	padding:13px;
	color:#454545;
	line-height:1.2;

}
.news_list_1 .fig{
	float:left;
	width:171px;
	height:135px;
	margin:0 22px 0 0;
	position:relative;
	overflow:hidden;
}
.news_list_1 .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.news_list_1 .date{
	margin:5px 0 6px;
	color:#8c8c8c;
}
.news_list_1 .title{
	margin:0 0 14px;
}
.news_list_1 .link{
	font-size:16px;
	color:#113240;
}
.date_1{
	margin:0 0 6px;
	color:#8c8c8c;
}
.back {
	background: #e8e8e8;
	display: inline-block;
	height: 39px;
	padding: 0 24px;
	color: #7a7a7a;
	text-decoration: none;
	line-height: 39px;
}
.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #fff;
    padding: 43px 48px 42px 48px;
    position: relative;

    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
}

.show .modal__content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

#modal_thanks .modal__content {
    padding: 39px 62px 0 48px;
    width: 321px;
    height: 85px;
    position: relative;
    color: #474747;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: .7;
}

.modal__close_btn {
    background: url(../images/error.png) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    right: 3px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 4;
}

.modal .field[required] {
    background: url(../images/star.png) no-repeat 98% 14px;
}

#modal_lightbox .modal__content {
    padding: 29px 33px 20px 33px;
    position: relative;
}

.modal_lightbox__prev,
.modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

.modal_lightbox__title {
    margin: 5px 0 0 0;
    text-align: center;
    color: #0c0c0c;
    font-size: 14px;
}

.modal_lightbox__prev:before {
    content: "";
    background: url(../images/prev.png) no-repeat 50% 50%;
    height: 48px;
    width: 48px;
    position: absolute;
    bottom: 5px;
    right: auto;
    left: 16px;
}

.modal_lightbox__next:before {
    content: "";
    background: url(../images/next.png) no-repeat 50% 50%;
    height: 48px;
    width: 48px;
    position: absolute;
    bottom: 5px;
    left: auto;
    right: 16px;
}

/*---------------------- end content ----------------------------------*/

/*---------------------- footer ---------------------------------------*/

.footer {
    width: 980px;
    height: 146px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer:before {
    background-color: #0065B3;
    position: absolute;
    content: '';
    top: 0;
    left: -10000px;
    right: -100000px;
    bottom: 0;
    z-index: -1;
}

.footer .nav {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
}

.footer .nav:before,
.footer .nav:after,
.footer .nav .item:after,
.footer .nav .item:before {
    display: none;
}

.footer .nav .item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.footer .nav .item .link {
    display: table;
    width: 100%;
    height: 63px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.footer .nav .item.active .link,
.footer .nav .item:hover .link {
    background-color: #00a650;
}

.footer .nav .item .text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.copyright {
    position: absolute;
    top: 97px;
    left: 0;
    color: #fff;
    font-size: 14px;
}

.subscription_mailing {
    position: absolute;
    top: 90px;
    left: 370px;
}

.btn_2 {
    display: block;
    padding: 7px 0 0 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.btn_2 .fig {
    background: #fff url(../images/letter_1.png) no-repeat 50% 50%;
    display: block;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.btn_2:hover {
    text-decoration: underline;
}

.design {
    position: absolute;
    top: 96px;
    right: 110px;
}

.design .link {

    color: #fff;
    font-size: 12px;
}

.counter {
    position: absolute;
    right: 0;
    top: 87px;
}


.up {
    width: 63px;
    position: fixed;
    bottom: 59px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;

    transition: all 1s ease;
}

.up.active {
    opacity: 1;
    visibility: visible;
}

.up .link {
    background: url(../images/pic58.png) no-repeat 50% 0;
    display: block;
    padding: 50px 0 0 0;
    color: #131010;
    text-decoration: none;
}

.nav .menu_triger{
display: none;
}
/*---------------------- end footer -----------------------------------*/

/* media queries */
@media only screen and (max-width: 767px) {
    .btn.eng_lang{
        background:#00a650;
    }
    .btn.de_lang{
        background:#00a650;
    }
    .btn.ch_lang{
        background:#00a650;
    }
    .wrapper {
        min-width: 0;
    }

    .inner {
        width: auto;
        margin: 0!important;
    }

    .main_page .header,
    .header {

        height: auto;
        padding: 15px;
    }

    .logo {
        background-size: 280px auto;
        width: auto;
        height: auto;
        min-height: 85px;
        margin-bottom: 20px;
        position: relative;
        top: -15px;
        left: 0;
        right: 0;
    }

    .logo .title {
        width: auto;
        margin: 0 0 20px 100px;
        font-size: 16px;
        position: relative;
        top: 0;
        left: 0;
border-bottom: none;
    }

    .logo .text {
        width: auto;
      /*  padding-left: 100px;  */
        position: relative;
        top: 60px;
        left: 0;
        font-size: 13px;
    }

    .tel_list {
        background: none;
        width: auto;
        height: auto;
        margin-bottom: 20px;
        position: relative;
        right: 0;
        top: 34px;
    }

    .tel_list:before {
        background: #1d6887 url(../images/phone.png) no-repeat 50% 50%;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .tel_list .item {

        display: block;
        width: auto;
    }

    .email {
        margin-bottom: 50px;
        position: relative;
        top: 27px;
        right: 0;
    }

    .header .nav,
    .nav {
        display: block;
        height: 40px;
        margin-bottom: 20px;
        position: relative;
    }

    .nav .menu_triger{
        margin-left: 50px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    }

    .nav:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 60px;
        color: #000;
        font-size: 15px;
    }

    .nav .sub {
        width: auto;
        position: relative;
        top:0;
    }


    .nav .sub .list {
        float: none;
    }
    .nav:after {
        content: '';
        background: #000;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 2px;
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .header .nav> .list {
        background: #344A81;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: -15px;
        right: -15px;
    }

    .header .nav_active> .list {
        display: block;
    }

    .header .nav> .list> .item {
        display: block;
    }

    .header .nav> .list> .item> .link {
        display: block;
        height: auto;
    }

    .header .nav> .list> .item .text {
        display: block;
        padding: 5px;
    }

    .promo {
        height: 0;
        padding-bottom: 50%;
    }

    .promo .fig .img {
        height: 100%;
    }

    .promo .context .title {
        font-size: 20px;
    }

    .promo .context {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .promo .context .text {
        font-size: 20px;
    }

    .content {
        padding: 15px;
    }

    .main_page .h1,
    .h1 {
        color: #000;
        font-size: 20px;
    }

    .catalogue_list {
        margin: 0;
    }

    .catalogue_list .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .catalogue_list .fig {
        width: auto;
        height: auto;
        text-align: center;
    }

    .catalogue_list .fig .img {
        max-height: none;
    }

    .catalogue_list .title {
        font-size: 20px;
    }

    .advantage_list {
        margin: 0;
    }

    .advantage_list .item {
        width: 50%;
        margin: 0 0 20px;
        text-align: center;
    }

    .advantage_list .title {
        padding: 0 10px;
        font-size: 15px;
    }

    .advantage_list .fig {
        margin: 0 auto 10px;
    }

    .certificates_list .item {
        width: 50%;
        margin: 0 0 20px;
        padding: 0 10px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .certificates_list .fig {
        display: block;
        width: auto;
        height: auto;
    }

    .certificates_list .fig .img {
        max-height: none;
    }

    .footer {
        width: auto;
        height: auto;
        padding: 15px;
        position: relative;

    }

    .counter,
    .design,
    .subscription_mailing,
    .copyright {
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left: 0;
    }

    .footer .nav {
        display: none;
    }

    .btn {
        background: #00a650;
        display: block;
        width: auto;
        height: 40px;
        position: relative;
        top: 0;
        left: 0;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
    }

.up {
   
    right: 20px;
    left: auto;
}
    

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 15px;
    }

    .side + .content {
        float: none;
        width: auto;
    }

    .fig_2 {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }

    .fig_2 .img {
        max-height: none;
    }

    .fig_2 .link .title {
        display: block;
        height: auto;
        padding: 10px;
        font-size: 20px;
    }

    .fig_2:before {
        bottom: 0;
    }

    .side .h1 {
        position: relative;
    }

    .side .h1:before {
        content: '';
        border-right: 3px solid;
        border-bottom: 3px solid;
        width: 10px;
        height: 10px;
        margin: auto;
        position: absolute;
        right: 15px;
        bottom: 0;
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .catalogue_list_2 {
        display: none;
    }

    .h1_active + .catalogue_list_2 {
        display: block;
    }

    .fig_3 {
        width: auto;
        height: auto;
        margin: 0 0 20px;
    }

    .list_1 {
        margin: 0;
    }

    .list_1 .item {
        width: auto;
        margin: 0 0 20px;
    }

    .fig_1 {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }


    .header .nav {
        width: auto;
        position: relative;
        left: 0;
        right: 0;
        z-index: 20;
        top: 16px;
    }

    .header .nav.fixed {
        position: relative;
        top: 0;
    }

    #modal_thanks .modal__content,
    .modal__content {
        width: auto;
        padding: 20px;
    }

    .modal__horisontal_inner,
    .w-360 {
        width: 100%;
    }

    .modal_lightbox__image img {
        width: 100%;
    }

    .list_1 .img {
        max-width: 100%;
        width: auto;
    }

    .modal .w-330 {
        width: 100%;
    }
	.news_list_1 .fig {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.language_box {
    position: relative;
    top: 0;
    right: 0;
}
}


/* print media */

@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}