/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Version:  6.00 08.09.16 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700&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%;
}
button:disabled{
    background:gray;
}
body {
    background: #fff;
    height: 100%;
    color: #484848;
    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: #104f64;
    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;
}

.main_page .h1 {
    margin: 0 0 25px;
}

.h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #083b5e;
    margin: 0 0 19px;
    line-height: 1.1;
}

.main_page .h1 {
    margin: 0 0 25px;
}

.h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #083b5e;
    margin: 0 0 17px;
    line-height: 1.1;
}

.h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #083b5e;
    margin: 0 0 19px;
    line-height: 1.1;
}

.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;
}

/*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 {
    background: #fff;
    border: 2px solid #bdbdbd;
    padding: 13px 15px 11px;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    font-size: 13px;
}

.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;
    font-size: 13px;
    color: #505050;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #505050;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #505050;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 13px;
    color: #505050;
}

.field.placeholder {
    font-size: 13px;
    color: #505050;
}

.field.invalid {
    border-color: red;
}

.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: 1000px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.send_request_bubble {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 99;
}

.send_request_bubble .toggle {
    background: url(../images/pic6.png) no-repeat;
    width: 54px;
    height: 274px;
    position: absolute;
    top: 0;
    right: 100%;
}

.inner {
    width: 980px;
    margin: auto;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 117px 0 0;
    position: relative;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    width: 122px;
    height: 122px;
    position: absolute;
    top: 4px;
    left: 0;
}

.logo .link {
    display: block;
    width: 122px;
    height: 122px;
}

.phone {
    background: url(../images/pic1.png) no-repeat 0 4px;
    padding: 0 0 0 25px;
    position: absolute;
    top: 27px;
    right: 267px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ee3800;
    height: 35px;
}

.companyname {

    position: absolute;
    top: 37px;
    left: 140px;
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #083b5e;
    height: 35px;
}

.mail {
    position: absolute;
    top: 60px;
    left: 550px;
}

.mail .link {
    font-size: 15px;
    color: #484848;
}

.address {
    background: url(../images/pic2.png) no-repeat;
    width: 193px;
    padding: 0 0 0 26px;
    position: absolute;
    top: 29px;
    right: 0;
}

.main_page .nav {
    margin: 0;
}

.nav {
    height: 49px;
    margin: 0 0 14px;
    padding: 0 302px 0 66px;
    position: relative;
    z-index: 10;
}

.nav:before {
    content: "";
    background: #f57a0d;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.nav > .list {
    display: table;
    width: 597px;
    position: relative;
    z-index: 1;
}

.nav > .list:before, .nav > .list:after, .nav > .list > .item:before, .nav > .list > .item:after {
    display: none;
}

.nav > .list > .item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    font-size: 16px;
}

.nav > .list > .item > .link {
    display: table;
    width: 100%;
    height: 49px;
    position: relative;
    color: #fff;
    text-decoration: none;
    z-index: 2;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav > .list > .item:hover > .link, .nav > .list > .active > .link {
    text-decoration: underline;
}

.nav .text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 49px;
    left: 0;
    width: 400px;
    display: none;
}

.nav .sub_menu {
    background: #f8c301;
    display: block;
    padding: 15px 34px 14px;
    float: left;
    position: relative;
}

.nav .sub_menu .item {
    margin: 0 0 6px;
    font-size: 15px;
}

.nav .sub_menu .link {
    display: block;
    color: #393939;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.nav .sub_menu .link:hover {
    text-decoration: underline;
}

.nav > .list > .item:hover .sub {
    display: block;
}

.home {
    position: absolute;
    top: 117px;
    left: 0;
    z-index: 12;
}

.home .link {
    background: #083b5e;
    display: block;
    width: 53px;
    height: 49px;
    position: relative;
    overflow: hidden;
}

.home .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
}

.receive_payment {
    position: absolute;
    top: 124px;
    right: 0;
    z-index: 12;
}

.receive_payment .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.carousel_1 {
    width: 980px;
    height: 419px;
    margin: 0 0 36px;
    position: relative;
}

.carousel_1:before {
    content: "";
    background: #083b5e url(../images/pic7.png) 50% 0;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.carousel_1 > .main_list > .item {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: visibility 1s ease;
    transition: visibility 1s ease;
}

.carousel_1 > .main_list > .active {
    visibility: visible;
    z-index: 1;
}

.carousel_1 .fig {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 > .main_list > .active .fig {
    opacity: 1;
}

.carousel_1 .img {
    vertical-align: top;
}

.carousel_1 .text {
    width: 271px;
    position: absolute;
    top: 103px;
    right: 0;
    font-size: 16px;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 1s ease .5s;
    transition: all 1s ease .5s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
}

.carousel_1 > .main_list > .active .text {
    opacity: 1;
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
}

.carousel_1 .text p {
    margin: 0 0 43px;
}

.carousel_1 .title {
    margin: 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.more {
    background: #f7c221;
    display: inline-block;
    height: 45px;
    padding: 0 23px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 45px;
}

.carousel_1 .tabs {
    background: #083b5e;
    height: 57px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    counter-reset: tabs;
}

.carousel_1 .tabs .item {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    counter-increment: tabs;
}

.carousel_1 .tabs .link {
    display: block;
    vertical-align: middle;
    width: 60px;
    height: 57px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    line-height: 57px;
}

.carousel_1 .tabs .link:after {
    content: counter(tabs);
}

.carousel_1 .tabs .active {
    background: #f7c221;
}

.carousel_1 .tabs .active:before {
    content: "";
    background: url(../images/pic5.png) no-repeat;
    width: 60px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.services_list_1 {
    margin: 0 0 0 -38px;
    text-align: center;
}

.services_list_1 p {
    margin: 0 0 19px;
}

.services_list_1 .item {
    width: 201px;
    margin: 0 0 17px 18px;
    text-align: center;
    line-height: 1.4;
}

.services_list_1 .title {
    margin: 0 0 13px;
}

.services_list_1 .link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #083b5e;
}

.services_list_1 .fig {
    display: block;
    margin: 0 0 10px;
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_1 .link:hover .fig {
    transform: scale(1.05);
}

.services_list_1 .img {
    vertical-align: top;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    width: 280px;
    margin: 4px 35px 0 0;
    position: relative;
    float: left;
}

.box_2 {
    background: #e1e1e1;
    padding: 35px 25px 44px;
}

.box_2 .h2 {
    color: #000;
}

.services_list_2 {
    margin: 0 -25px;
}

.services_list_2 .item {
}

.services_list_2 .link {
    display: block;
    padding: 7px 25px 9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: none;
    color: #083b5e;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.services_list_2 .item:hover .link, .services_list_2 .active .link {
    background: #f7c221;
    color: #fff;
    text-decoration: none;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 0 29px;
    position: relative;
}

.side + .content {
    float: left;
    width: 665px;
}

.box_1 {
    margin: 0 0 27px;
    padding: 32px 0 27px;
    position: relative;
}

.box_1:before {
    content: "";
    background: #ecf7fe;
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.advantages_list_1 {
    margin: 0 0 16px;
}

.advantages_list_1 .item {
    background: url(../images/pic13.png) no-repeat;
    margin: 0 0 15px;
    padding: 0 0 0 40px;
}

.w-650 {
    width: 650px;
}

.crumbs {
    margin: 0 0 17px;
}

.crumbs:before, .crumbs:after {
    display: none;
}

.crumbs:after {
    clear: both;
}

.crumbs .item {
    background: url(../images/pic15.png) no-repeat 0 5px;
    display: inline;
    padding: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    color: #b4b4b4;
    line-height: 1.6;

}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
    margin-right: 7px;
}

.crumbs .item:before, .crumbs .item:after {
    display: none;
}

.crumbs .item:after {
    clear: both;
}

.crumbs .link {
    color: #083b5e;
    text-decoration: none;
}

.fig_1 {
    float: left;
    margin: 0 26px 10px 0;
}

.fig_1 .img {
    vertical-align: top;
}

.btn_1 {
    background: #f7c221;
    display: inline-block;
    height: 57px;
    padding: 0 36px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 57px;
}

.back {
    color: #104f64;
}

.captcha {
    display: inline-block;
    padding-left: 81px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    width: 81px;
    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;
    right: 0;
    bottom: 0;
}

.captcha .field {
    width: 100%;
}

.h-80 {
    height: 80px;
}

.button {
    background: #f7c221;
    border: none;
    width: 280px;
    height: 57px;
    padding: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 57px;
    text-transform: uppercase;
}

.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;
    padding: 30px;
    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.68;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__content .h3 {
    background: #f8c301;
    margin: 0 -23px 17px;
    padding: 21px 23px;
    font-size: 18px;
    color: #204652;
    text-transform: uppercase;
}

.modal_box_form .modal__content {
    padding: 0 23px 16px;
}

.box_thanks .modal__content {
    width: 275px;
    padding: 0 26px 29px;
    color: #505050;
}

.box_thanks .modal__content .h3 {
    margin: 0 -26px 19px;
}

.box_fig .modal__content {
    padding: 16px 17px 27px;
}

.box_fig .modal__content:before {
    content: "";
    background: #f57a0d;
    height: 62px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.modal__close_btn {
    background: url(../images/pic16.png) no-repeat 50% 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: -20px;
    line-height: 20px;
    z-index: 2;
}

.modal_lightbox__title {
    padding: 26px 0 0;
    color: #505050;
}

.modal_lightbox__image img {
    position: relative;
    vertical-align: top;
    z-index: 3;
}

.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;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 980px;
    height: 128px;
    margin-left: -490px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.footer:before {
    content: "";
    background: #083b5e;
    position: absolute;
    top: -1px;
    right: -10000px;
    bottom: 0;
    left: -10000px;
    z-index: -1;
}

.address_footer {
    position: absolute;
    top: 18px;
    left: 0;
    color: #fff;
}

.mail_footer {
    position: absolute;
    top: 38px;
    left: 0;
    font-size: 15px;
}

.mail_footer .link {
    color: #fff;
}

.counter {
    position: absolute;
    top: 23px;
    right: 0;
}

.company_footer {
    position: absolute;
    top: 82px;
    left: 0;
    color: #fff;
}

.developer {
    position: absolute;
    top: 82px;
    right: 0;
    font-size: 12px;
}

.developer .link {
    color: #fff;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    body {
        font-size: 15px;
    }

    .wrapper-table {
        overflow: hidden;
        overflow-x: auto;
        position: relative;
    }

    .inner {
        width: auto;
    }

    .header {
        padding-top: 160px;
    }

    .logo {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    .phone {
        height: auto;
        top: 75px;
        right: 10px;
        left: 10px;
        font-size: 17px;
    }

    .phone .item {
        display: block;
    }

    .mail {
        display: none;
    }

    .address {
        width: auto;
        top: 125px;
        left: 10px;
        right: 10px;
    }

    .receive_payment {
        top: 170px;
        right: 10px;
        z-index: 100;
    }

    .receive_payment .link {
        color: #000;
        font-size: 17px;
    }

    .home {
        top: 160px;
    }

    .nav {
        background: #f57a0d;
        padding: 0;
    }

    .nav:before {
        content: '';
        background: #fff;
        box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 14px;
        left: 65px;
        right: auto;
        bottom: auto;
    }

    .nav .list {
        background: #f57a0d;
        display: none;
        width: auto;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active .list {
        display: block;
    }

    .nav .list .item {
        border-top: 1px solid #fff;
        display: block;
    }

    .send_request_bubble {
        position: absolute;
        top: 130px;
        left: auto;
        right: 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 15px;

    }

    .send_request_bubble .toggle {
        background: url(../images/pic6-adap.png) no-repeat;
        display: block;
        z-index: 999;
    }

    .carousel_1 {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }

    .carousel_1 .tabs .link {
        width: 30px;
        height: 30px;
        font-size: 17px;
        line-height: 30px;
    }

    .carousel_1 .tabs {
        height: 30px;
    }

    .carousel_1 .tabs .item {
        font-size: 17px;
    }

    .carousel_1 .fig {
        overflow: hidden;
        bottom: 0;
        right: 0;
    }

    .carousel_1 .fig .img {
        width: auto;
        height: 100%;
    }

    .carousel_1 .text {
        width: auto;
        top: 60px;
        left: 10px;
        right: 10px;
    }

    .services_list_1 {
        margin: 0;
    }

    .services_list_1 .item {
        display: block;
        width: auto;
        margin: 0 0 20px;
    }

    .fl.w-650,
    .fr.w-300 {
        float: none;
        width: auto;
    }

    .box_1 {
        padding: 10px;
    }

    .footer {
        width: auto;
        height: auto;
        padding: 10px;
        margin: 0;
        left: 0;
        right: 0;
    }

    .address_footer {
        margin-bottom: 10px;
        position: relative;
        top: 0;
    }

    .mail_footer {
        margin-bottom: 10px;
        position: relative;
        top: 0;
    }

    .company_footer {
        margin-bottom: 10px;
        position: relative;
        top: 0;
        left: 0
    }

    .counter {
        margin-bottom: 10px;
        position: relative;
        top: 0;
    }

    .developer {
        position: relative;
        top: 0;
    }

    .content {
        padding: 0 10px 30px;
    }

    .main_page .content {
        padding: 0;
    }

    .box_2 {
        padding: 10px;
    }

    .side {
        float: none;
        width: auto;
        margin: 0;
        padding: 10px;
    }

    .fig_1 {
        margin: 0 0 18px;
        float: none;
    }

    .fig_1 .img {
        width: 100%;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal .w-400 {
        width: 100%
    }

    .modal_lightbox__image img {
        width: 100%;
    }

    .modal__close_btn {

        width: 30px;
        height: 30px;
        right: 0;
        top: -30px;
    }

    .box_thanks .modal__content {
        width: auto;
    }

    .nav .sub {
        width: auto;
        position: relative;
        top: 0;
    }

    .nav .sub_menu {
        position: relative;
        top: 0;
        float: none;
    }

    .nav .sub_menu .item {
        border: 0;
        text-align: center;
    }

}

/* 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;
    }
}
