/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.80 24.04.14 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,cyrillic);

/*---------------------- 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: #525151;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #05C;
    text-decoration: underline;
}

a:visited {
}

a:hover, a:hover:visited {
    text-decoration: none;
}

a:active {
}

.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 {
    border-bottom: 1px dashed #d0d0d0;
    margin: 0 0 34px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 30px;
    font-size: 3.0rem;
    color: #494848;
    line-height: 1.3;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 1.33em;
}

.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;
}

.x1 {
    border-bottom: 1px dashed #d0d0d0;
    margin: 0 0 34px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 30px;
    font-size: 3.0rem;
    color: #494848;
    line-height: 1.3;
}

/*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;
}

.f-24 {
    font-size: 24px;
    font-size: 2.4rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background: #fafafa;
    border: 1px solid #c7c7c5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
}

.field.placeholder {
    color: gray;
    font-style: italic;
}

.field.field_error {
    border: 1px solid #ffa79e;
    background: #fff2f2;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.error_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.correct_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;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 28px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 1px dashed #d0d0d0;
}

::-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 {
    position: relative;
    min-width: 1000px;
    margin: auto;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

.main_page .bg {
    background: url(../images/bg_1.jpg) no-repeat 50% 0;
}

.main_page .bg:before, .main_page .bg:after {
    display: none;
}

.bg {
    background: url(../images/bg_2.jpg) no-repeat 50% 0;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -3;
}

.bg:before {
    content: '';
    background: url("../images/pic100.png") repeat-x;
    margin-right: 640px;
    position: absolute;
    top: 0;
    left: -1000em;
    right: 50%;
    bottom: 0;
}

.bg:after {
    content: '';
    background: url("../images/pic101.png") repeat-x;
    margin-left: 640px ;
    position: absolute;
    top: 0;
    right: -1000em;
    left: 50%;
    bottom: 0;
}

.bg_right {
    background: url(../images/bg_2_right.png) repeat-x;
    height: 270px;
    position: absolute;
    top: 0;
    right: -10000px;
    left: 100%;
}

.bg_left {
    background: url(../images/bg_2_left.png) repeat-x;
    height: 270px;
    position: absolute;
    top: 0;
    right: 100%;
    left: -10000px;
}

.frill {
    background: url(../images/pic20.png) repeat-x 50% 0;
    height: 2px;
    margin: 0 -10000px;
    position: absolute;
    top: 268px;
    right: 0;
    left: 0;
}

.inner {
    width: 996px;
    margin: 0 auto 105px;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
    height: 683px;
}

.header {
    height: 193px;
    padding: 97px 0 0 0;
    position: relative;
}

.logo {
    position: absolute;
    top: 27px;
    left: 130px;
}

.logo .link {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 146px;
    height: 126px;
}

.slogan {
    position: absolute;
    top: 37px;
    left: 279px;
    color: #fff;
    line-height: 1.3;
}

.feedback {
    position: absolute;
    top: 24px;
    right: 327px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 18px;
    line-height: 2;
}

.feedback .link {
    background: url(../images/pic1.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    color: #fefefe;
    text-decoration: none;
}

.contacts {
    background: url(../images/pic2.png) no-repeat;
    padding: 0 0 0 35px;
    position: absolute;
    top: 29px;
    right: 90px;
    font-family: 'Cuprum', 'sans-serif';
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

.contacts .link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #eeff00;
}

.nav {
    border-top: 1px solid #e7f9ff;
    border-bottom: 1px solid #e7f9ff;
    border-color: rgba(231, 249, 255, 0.29);
    height: 61px;
    margin: 0 0 0 497px;
    position: relative;
    z-index: 10;
}

.nav> ul.list {
    width: 542px;
    display: table;
}

.nav> ul.list> li.item {
    display: table-cell;
    vertical-align: top;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
}

.nav ul.list:before, .nav ul.list:after, .nav ul.list li.item:before, .nav ul.list li.item:after {
    display: none;
}

.nav> ul.list> li.item> .link {
    display: table;
    width: 100%;
    height: 61px;
    color: #eeff00;
    position: relative;
}

.nav> ul.list> li.item:hover> .link, .nav> ul.list> li.active> .link {
    color: #fefffc;
    text-decoration: none;
}

.nav .text {
    display: table-cell;
    padding: 0 40px 0 0;
    vertical-align: middle;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 161px;
    display: none;
}

.nav .sub .fig {
    background: #315b85;
    width: 98px;
    height: 19px;
    position: absolute;
    top: -13px;
    left: 0;
}

.nav ul.sub_menu {
    background: #315b85;
    border: 1px solid #517db1;
    display: block;
    padding: 13px 15px;
}

.nav ul.sub_menu li.item {
    margin: 0 0 10px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
}

.nav ul.sub_menu .link {
    color: #eeff00;
    text-decoration: none;
}

.nav li.item:hover .sub {
    display: block;
}

.box_1 {
    position: absolute;
    top: 189px;
    right: 27px;
    left: 497px;
    font-size: 13px;
    color: #fff;
}

.box_1 .h1 {
    border: 0;
    margin-bottom: 23px;
    color: #fff;
    line-height: 1;
}

.text_link {
    color: #caff1a;
}

.elevator_1 {
    background: url("../images/elevator1.png") no-repeat;
    width: 50px;
    height: 32px;
    position: absolute;
    top: 576px;
    left: 226px;

    -webkit-animation: elevator_1 15s infinite ;
    animation: elevator_1 15s infinite ;
}

@-webkit-keyframes elevator_1 {
    0%   { top: 576px; }
    20%   { top: 576px; }
    40%  { top: 266px; }
    60%  { top: 266px; }
    80% { top: 576px; }
    100% { top: 576px; }
}
@keyframes elevator_1 {
    0%   { top: 576px; }
    20%   { top: 576px; }
    40%  { top: 266px; }
    60%  { top: 266px; }
    80% { top: 576px; }
    100% { top: 576px; }
}

.elevator_2 {
    background: url("../images/elevator2.png") no-repeat;
    width: 25px;
    height: 17px;
    position: absolute;
    top: 525px;
    left: 406px;

    -webkit-animation: elevator_2 20s infinite 1s;
    animation: elevator_2 20s infinite 1s;
}

@-webkit-keyframes elevator_2 {
    0%   { top: 525px; }
    15%   { top: 525px; }
    30%  { top: 414px; }
    45%  { top: 414px; }
    60% { top: 714px; }
    75% { top: 714px; }
    90% { top: 525px; }
    100% { top: 525px; }
}
@keyframes elevator_2 {
    0%   { top: 525px; }
    15%   { top: 525px; }
    30%  { top: 334px; }
    45%  { top: 334px; }
    60% { top: 714px; }
    75% { top: 714px; }
    90% { top: 525px; }
    100% { top: 525px; }
}

.elevator_3 {
    background: url("../images/elevator3.png") no-repeat;
    width: 25px;
    height: 17px;
    position: absolute;
    top: 550px;
    left: 548px;

    -webkit-animation: elevator_3 20s infinite 2s;
    animation: elevator_3 20s infinite 2s;
}

@-webkit-keyframes elevator_3 {
    0%   { top: 550px; }
    15%   { top: 550px; }
    30%  { top: 480px; }
    45%  { top: 480px; }
    60% { top: 600px; }
    75% { top: 600px; }
    90% { top: 550px; }
    100% { top: 550px; }
}
@keyframes elevator_3 {
    0%   { top: 550px; }
    15%   { top: 550px; }
    30%  { top: 480px; }
    45%  { top: 480px; }
    60% { top: 600px; }
    75% { top: 600px; }
    90% { top: 550px; }
    100% { top: 550px; }
}

.elevator_4 {
    background: url("../images/elevator4.png") no-repeat;
    width: 14px;
    height: 17px;
    position: absolute;
    top: 645px;
    left: 640px;

    -webkit-animation: elevator_4 15s infinite 2s;
    animation: elevator_4 15s infinite 2s;
}

@-webkit-keyframes elevator_4 {
    0%   { top: 645px; }
    15%   { top: 645px; }
    30%  { top: 533px; }
    45%  { top: 533px; }
    60% { top: 627px; }
    75% { top: 627px; }
    90% { top: 645px; }
    100% { top: 645px; }
}
@keyframes elevator_4 {
    0%   { top: 645px; }
    15%   { top: 645px; }
    30%  { top: 533px; }
    45%  { top: 533px; }
    60% { top: 627px; }
    75% { top: 627px; }
    90% { top: 645px; }
    100% { top: 645px; }
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 274px;
    margin: 34px 0 20px 0;
    position: relative;
    float: left;
}

ul.list_4 li.item {
    margin: 0 0 34px;
    font-size: 11px;
    line-height: 1.5;
}

ul.list_4 .title {
    margin-bottom: 11px;
    line-height: 1.3;
}

ul.list_4 .link {
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
    color: #4871a9;
}

ul.list_4 .fig {
    float: left;
    width: 125px;
    height: 90px;
    margin: 4px 12px 0 0;
}

ul.list_5 li.item {
    margin-bottom: 12px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
}

ul.list_5 .link {
    color: #4871a9;
    text-decoration: none;
}

ul.list_5 .link:hover .text {
    text-decoration: none;
}

ul.list_5 .fig {
    display: inline-block;
    width: 113px;
    height: 90px;
    margin: 0 10px 0 0;
}

ul.list_5 .text {
    display: inline-block;
    width: 131px;
    text-decoration: underline;
    vertical-align: top;
    line-height: 1.3;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
    overflow: visible;
    padding: 0 0 38px;
}

.main_page .content:before, .main_page .content:after {
    content: "";
    display: table;
}

.main_page .content:after {
    clear: both;
}

.content {
    padding: 0 0 38px 17px;
    position: relative;
    overflow: hidden;
}

.box_2 {
    background: #1e4b70;
    margin: 0 -10000px;
    position: relative;
    z-index: 1;
}

.box_2 .wave {
    background: url(../images/pic5.png) repeat-x 50% 0;
    height: 2px;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
}

.box_2 .in {
    width: 996px;
    margin: 0 auto;
    padding: 62px 0 31px;
    position: relative;
}

.box_2 .triangle {
    background: url(../images/pic11.png) no-repeat 100% 0;
    width: 100vw;
    height: 212px;
    min-width: 1200px;
    margin: auto;
    position: absolute;
    bottom: -212px;
    right: 0;
    left: 0;
    z-index: -2;
}

ul.list_1 {
    margin: 0 0 0 -30px;
}

ul.list_1> li.item {
    width: 220px;
    margin: 0 0 15px 30px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
    overflow: hidden;
}

ul.list_1> li.have_sub_menu {
    float: left;
}

ul.list_1> li.item> .link {
    color: #eeff00;
}

ul.list_1 ul.list  .link {
    color: #fff;
    text-decoration: none;
}

ul.list_1 ul.list  .link:hover {
    text-decoration: underline;
}

ul.list_1 ul.list {
    margin: 6px 0 0 0;
}

ul.list_1 ul.list li.item {
    background: url(../images/pic4.png) no-repeat 0 8px;
    margin: 0 0 6px;
    padding: 0 0 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fdfefe;
}

.box_3 {
    border-bottom: 1px dashed #d0d0d0;
    height: 58px;
    margin: -1px 0 40px 0;
    padding: 0 0 0 314px;
    position: relative;
    z-index: 1;
}

.box_3 .h1 {
    border: 0;
    display: inline-block;
    margin: 18px 0 0 0;
}

.all {
    display: inline-block;
    margin: 0 0 0 -13px;
    padding: 31px 0 0 0;
    font-size: 11px;
    color: #ea6e11;
}

ul.list_2 {
    margin: 0 0 25px -36px;
}

ul.list_2 li.item {
    width: 298px;
    margin: 0 0 0 36px;
    font-size: 11px;
    line-height: 1.5;
}

ul.list_2 .title {
    margin-bottom: 11px;
}

ul.list_2 .link {
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
    color: #4871a9;
}

ul.list_2 .fig {
    float: left;
    width: 125px;
    height: 90px;
    margin: 4px 12px 0 0;
}

.promo {
    margin: 25px 0 0 0;
}

ul.crumbs {
    margin: 0 0 12px;
}

ul.crumbs:before, ul.crumbs:after {
    display: none;
}

ul.crumbs:after {
    clear: both;
}

ul.crumbs li.item {
    background: url(../images/pic12.png) no-repeat 6px 7px;
    display: inline;
    padding: 0 0 0 20px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
    color: #4871a9;
    line-height: 1.6;
}

ul.crumbs li.item:before, ul.crumbs li.item:after {
    display: none;
}

ul.crumbs li.item:after {
    clear: both;
}

ul.crumbs li.item:first-child {
    background: none;
    padding-left: 0;
}

ul.crumbs .link {
    color: #4871a9;
}

ul.list_3 {
    margin: 0 0 0 -16px;
}

ul.list_3> li.item {
    width: 224px;
    margin: 0 0 47px 16px;
}

ul.list_3 .link {
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
    color: #4871a9;
}

ul.list_3 .text {
    display: block;
    margin-bottom: 10px;
}

ul.list_3 .fig {
    display: block;
    width: 197px;
    height: 142px;
}

ul.list_3 ul.list li.item {
    background: url(../images/pic21.jpg) no-repeat 0 7px;
    margin: 11px 0 0 0;
    padding: 0 0 0 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #1e4b70;
}

ul.list_3 ul.list .link {
    color: #1E4B70;
    text-decoration: none;
}

ul.list_3 ul.list .link:hover {
    text-decoration: underline;
}

.fig_1 {
    float: left;
    margin: 0 15px 0 0;
}

.back {
    font-family: 'Cuprum', 'sans-serif';
    font-size: 14px;
    color: #4871a9;
}

.star {
    background: url(../images/pic34.png) no-repeat;
    width: 6px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
}

.label {
    font-family: Tahoma, Geneva, sans-serif;
    color: #4a4a4a;
    text-align: right;
}

.captcha img {
    vertical-align: middle;
}

.h-96 {
    height: 96px;
}

.button {
    background: url(../images/bg_btn.png) repeat-x;
    border: 1px solid #85a10d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 16px 5px;
    font-weight: bold;
    color: #566a00;
}

.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;
}

.modal__bg {
    background: #000;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
}

.ie8 .modal__bg {
    filter: alpha(opacity=50);
}

.modal__content {
    background: #fff;
    padding: 14px 16px;
    position: relative;
}

.modal__content .fig_top {
    background: url(../images/fig_light_top.png) repeat-x;
    background-size: 100% 100%;
    height: 2px;
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
}

.modal__content .fig_bottom {
    background: url(../images/fig_light_bottom.png) repeat-x;
    background-size: 100% 100%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
}

.modal__close_btn {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom-left-radius: 6px;
    padding: 9px 10px 7px 11px;
    position: absolute;
    top: 14px;
    right: 15px;
    font-size: 11px;
    color: #1e4b70;
}

.modal__content .h1 {
}

.lightbox__title {
    padding: 11px 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    color: #4a4a4a;
}

.lightbox__image img {
    vertical-align: top;
    border: 1px solid #cccccc;
}

.lightbox__prev, .lightbox__next {
    background: url(../images/pic31.png) no-repeat;
    width: 33px;
    height: 53px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    left: 26px;
}

.lightbox__next {
    background: url(../images/pic32.png) no-repeat;
    left: auto;
    right: 26px;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    border-top: 1px dashed #d0d0d0;
    width: 996px;
    height: 105px;
    margin-left: -498px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.company {
    position: absolute;
    top: 25px;
    left: 7px;
    color: #737373;
}
.securitypolicy {
    position: absolute;
    top: 45px;
    left: 7px;
    color: #737373;
}
.securitypolicy .link {
    color: #737373;
}

.adress {
    background: url(../images/pic9.png) no-repeat;
    padding: 3px 0 0 26px;
    position: absolute;
    top: 19px;
    left: 246px;
    color: #777777;
}

.adress .link {
    color: #4871a9;
}

.developer {
    position: absolute;
    top: 27px;
    right: 239px;
}

.developer .link {
    color: #4871a9;
}

.counter {
    overflow: hidden;
    position: absolute;
    top: 27px;
    right: 5px;
}

.counter .item {
    margin-left: 18px;
    float: left;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/* small screens (landscape) */
@media only screen and (min-width: 321px) {
}

/* small screens (portrait) */
@media only screen and (max-width: 320px) {
}

/* medium small screens */
@media only screen and (max-width: 480px) {
}

/* medium screens (excludes iPad & iPhone) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* ipads (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* ipads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* ipads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* medium large screens */
@media only screen and (min-width: 1444px) and (max-width: 1824px) {
}

/* large screens */
@media only screen and (min-width: 1824px) and (max-width: 2224px) {
}

/* extra large screens */
@media only screen and (min-width: 2224px) {
}

/* iphone 4 and high pixel ratio (1.5+) devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/* iphone 4 and higher pixel ratio (2+) devices (retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}

/* 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;
    }
.feedback2 {
    position: absolute;
    top: 104px;
    right: 127px;
    font-family: 'Cuprum', 'sans-serif';
    font-size: 18px;
    line-height: 2;
}
.feedback2 .link {
    background: url(../images/pic1.png) no-repeat;
    display: inline-block;
    padding: 0 0 0 36px;
    color: #fefefe;
    text-decoration: none;
}
}
