/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 25.04.15 nn
----------------------------------------------- */


/*---------------------- basic styles --------------------------------------*/

@import url("bases.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700italic,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: #474747;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    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: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: #474747;
    font-family: "Cuprum", sans-serif;
    font-size: 41px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}

.h2 {
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 42px;
    text-transform: uppercase;
    margin: 0 0 54px 0;
}

.h3 {
    margin: 0 0 18px 0;
    color: #474747;
    font-family: "Cuprum", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.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 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #e3effb;
    border: 1px solid #e3effb;
    -moz-box-shadow: inset 0 1px 7px rgba(5, 6, 6, .1);
    -webkit-box-shadow: inset 0 1px 7px rgba(5, 6, 6, .1);
    box-shadow: inset 0 1px 7px rgba(5, 6, 6, .1);
    padding: 9px;
    -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: 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.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: 980px;
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.wrapper:before {
    background: url(../images/fig_15.png) repeat-x;
    content: '';
    height: 571px;
    position: absolute;
    right: -10000px;
    left: -10000px;
    bottom: 0;
    z-index: -1;
}

.inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 141px;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}


/*---------------------- *** ----------------------------------------*/


/*---------------------- header -------------------------------------*/

.main_page .header {
    height: 994px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
}

.main_page .header:before {
    background: url(../images/heder_bg.png) repeat-x;
    height: 333px;
    content: '';
    position: absolute;
    top: 0;
    right: -10000px;
    bottom: 0;
    left: -10000px;
}

.header {
    height: 362px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    z-index: 1;
}

.nav .list {
    border-bottom: 1px solid #c8cfd6;
    display: table;
    width: 100%;
    margin: 0 0 24px 0;
    position: relative;
    z-index: 1;
}

.nav .list:before,
.nav .list:after,
.nav .item:after,
.nav .item:before {
    display: none;
}

.nav> .list> .item {
    display: table-cell;
    width: 1%;
    text-align: center;
    vertical-align: top;
    position: relative;
}

.nav> .list> .item> .link {
    display: table;
    width: 100%;
    color: #484848;
    font-size: 15px;
    text-decoration: none;
}

.nav> .list> .item> .link> .text {
    display: table-cell;
    height: 54px;
    text-align: center;
    vertical-align: middle;
}

.nav> .list> .item.active> .link,
.nav> .list> .item:hover> .link {
    background-color: #4c7cb6;
    color: #fff;
}

.nav .sub {
    display: none;
    background-color: #4c7cb6;
    border-top: 1px solid #c8cfd6;
    width: 227px;
    position: absolute;
    top: 100%;
    left: 0;
}

.nav .sub .list {
    display: block;
}

.nav .sub .list .item {
    text-align: left;
    border-bottom: 1px solid #779ecb;
}

.nav .sub .list .item:hover {
    background-color: #115bb5;
}

.nav .sub .list .item:last-child {
    border-bottom: none;
}

.nav .sub .list .link {
    display: inline-block;
    padding: 11px 0 12px 35px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.nav .item:hover .sub {
    display: block;
}

.nav .sub .list .link:hover {
    text-decoration: underline;
}

.logo {
    width: 770px;
    position: absolute;
    top: 86px;
    left: 29px;
}

.logo .fig {
    background: url(../images/logo.png) no-repeat;
    height: 138px;
    width: 138px;
    position: relative;
}

.logo .fig:before {
    border: 1px solid #131d53;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}

.logo .fig:after {
    border-top: 2px solid #b4b4b4;
    width: 317px;
    content: '';
    position: absolute;
    top: 87px;
    left: 298px;
}

.logo .title {
    width: 650px;
    position: absolute;
    top: 36px;
    left: 190px;
    text-transform: uppercase;
    color: #4b7bb5;
    font-family: 'OpenSans', sans-serif;
    font-size: 22px;
    text-align: left;
    font-weight: bold;
    line-height: 1;
}

.logo .text {
    background: url("../images/fig_34.png") no-repeat;
    height: 19px;
    width: 327px;
    position: absolute;
    top: 96px;
    left: 290px;
}

.fis {
    position: absolute;
    top: 110px;
    right: -9px;
}

.fis .link {
    display: block;
    width: 30px;
    height: 30px;
}

.fis .home {
    background: url(../images/home.png) no-repeat 50% 50%;
}

.fis .gen {
    background: url(../images/gen.png) no-repeat 50% 50%;
}

.header .tel {
    position: absolute;
    top: 252px;
    left: 23px;
}

.header .tel .fig {
    background: url(../images/phone.png) no-repeat;
    height: 24px;
    width: 16px;
    position: absolute;
}

.header .tel .text {
    display: inline-block;
    position: relative;
    padding: 2px 0 0 26px;
    line-height: 24px;
    color: #bd3f2d;
    font-family: "Cuprum", sans-serif;
    font-size: 25px;
}

.header .email {
    position: absolute;
    top: 256px;
    left: 490px;
}

.header .email .link {
    background: url(../images/letter.png) no-repeat;
    padding: 0 0 0 35px;

    color: #4b7bb5;
    font-size: 16px;
    font-style: italic;
    line-height: 17px;
}

.subscription_mailing {
    position: absolute;
    top: 250px;
    right: 27px;
}

.btn {
    border: 1px solid #4c7cb6;
    padding: 6px 15px 7px 15px;
    display: inline-block;
    color: #4b7bb5;
    font-size: 16px;
    text-decoration: none;
}

.btn:hover {
    text-decoration: underline;
}

.main_page .promo {
    position: relative;
    height: 986px;
    z-index: -1;
}

.main_page .promo .bg {
    background: url(../images/promo.jpg) no-repeat 50% 0;
    height: 816px;
    position: absolute;
    top: 161px;
    left: -1000em;
    right: -1000em;
    bottom: 0;
}

.promo {
    position: relative;
    height: 401px;
    z-index: -1;
}

.promo .bg {
    background: url(../images/promo.png) no-repeat 50% 0;
    height: 401px;
    position: absolute;
    top: 113px;
    left: -1000em;
    right: -1000em;
}

.we_offer {
    position: absolute;
    right: 0;
    left: 0;
    top: 365px;
}

.carousel {
    position: relative;
    height: 605px;
    margin-bottom: 23px;
    z-index: 1;
}


.carousel .main_list {

    border-spacing: 0 0;


}


.carousel .main_list> .item {

    width: 464px;

    position: absolute;
    left: 50%;

    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease, top  1s ease, left  1s ease;
    transition: opacity 1s ease, visibility 1s ease, top  1s ease, left  1s ease;
}

.carousel .main_list> .first {
    top: 54px;
    left: 0;
    opacity: .58;
    visibility: visible;
    z-index: 1;
}

.carousel .main_list> .second {
    top: 0;
    left: 257px;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.carousel .main_list> .third {
    left: 619px;
    top: 54px;
    opacity: .58;
    visibility: visible;
    z-index: 1;
}

.carousel .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel .fig {
    background-color: #5f87b9;
    border: 13px solid rgba(204, 210, 216, .26);
    border-radius: 50%;
    box-shadow: 0 0 24px rgba(1, 1, 1, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 336px;
    height: 336px;
    margin-bottom: 37px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel .first .fig {
    width: 336px;
    height: 336px;
}

.carousel .second .fig {
    width: 438px;
    height: 438px;
}

.carousel .third .fig {
    width: 336px;
    height: 336px;
}


.carousel .text {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel .second .text {
    opacity: 1;
    visibility: visible;
}

.carousel .link {
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 41px;
    text-decoration: none;
    text-transform: uppercase;
}

.carousel .link:hover,
.carousel .item.active .link {
    text-decoration: underline;
}
.carousel .next,
.carousel .prev {
    background: url("../images/prev.png") no-repeat;
    width: 16px;
    height: 26px;
    position: absolute;
    bottom: 69px;
    left: 230px;
    z-index: 4;
}

.carousel .next {
    background-image: url("../images/next.png");
    left: auto;

    right: 230px;
}


/*---------------------- end header ----------------------------------*/


/*---------------------- side ---------------------------------------*/

.side {
    float: right;
    width: 238px;
    position: relative;
    margin: 0 65px 0 0;
    padding: 44px 0 0 0;
    z-index: 1;
}

.side + .content {
    float: left;
    width: 645px;
}

.catalogue_list_2 {
    padding: 13px 0 0 0;
}

.catalogue_list_2> .item {
    position: relative;
    margin: 0 0 4px 0;
    width: 290px;
}

.catalogue_list_2 .fig {
    background: url(../images/fig_20.png) repeat;
    border: 5px solid #e7edf3;
    position: relative;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    margin: -10px 5px 0 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.catalogue_list_2 .fig:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.catalogue_list_2 .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.catalogue_list_2> .link:hover .fig {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

.catalogue_list_2> .item> .link {
    background-color: #f1f7fd;
    border-radius: 3px;
    display: block;
    padding: 18px 0 11px 8px;
}

.catalogue_list_2> .item:hover> .link {
    background-color: #e9f3fb;
    border-radius: 3px;
    display: block;
    padding: 18px 0 11px 8px;
}

.catalogue_list_2> .item> .link {
    text-decoration: none;
}

.catalogue_list_2> .item> .link .title {
    color: #4775b8;
    font-family: "Cuprum", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: underline;
}

.catalogue_list_2> .item> .link .title:hover {
    text-decoration: none;
}

.catalogue_list_2 .list {
    padding: 13px 0 10px 42px;
}

.catalogue_list_2 .list .item {
    margin: 0 0 11px 0;
}

.catalogue_list_2 .list .link {
    color: #4b7bb5;
    font-size: 16px;
    font-style: italic;
}

.catalogue_list_2 .list .link:hover {
    color: #bd3f2d;
    font-family: "Arial";
    font-size: 16px;
    font-style: italic;
}

.catalogue_list_2 .item:hover .fig {
    border-color: #0088ea;
    box-shadow: 0 0 3px #0285e2;
}

.catalogue_list_2 .item:hover .fig:before {
    border: 5px solid #9bc8ff;
    box-shadow: 0 0 3px #8eb9ff;
    height: 68px;
    left: -10px;
    opacity: 0;
    position: absolute;
    top: -10px;
    transition: opacity 0.7s ease-out 0.3s, -moz-box-shadow 0.7s ease-out 0.3s;
    width: 68px;
    z-index: -1;
}

.catalogue_list_2 .item:hover .fig:before {
    box-shadow: 0 0 5px #8eb9ff;
    opacity: 1;
}


/*---------------------- end side ------------------------------------*/


/*---------------------- content -------------------------------------*/

.content {
    position: relative;
    z-index: 1;
}

.main_page .h1,
.main_page .h2 {
    text-align: center;
}

.about_us {
    text-align: center;
    padding: 0 0 46px 0;
}

.all_projects {
    text-align: center;
    margin: 0 0 46px 0;
}

.btn_1 {
    border: 1px solid #484848;
    padding: 8px 22px 9px 22px;
    display: inline-block;
    color: #484848;
    font-size: 16px;
    text-decoration: none;
}

.btn_1:hover {
    text-decoration: underline;
}

.btn_2 {
    background-color: #4c7cb6;
    padding: 3px 19px 4px 19px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.btn_2:hover {
    text-decoration: underline;
}

.to_order {
    text-align: right;
    margin: 0 0 18px 0;
    padding: 12px 0 0 0;
}

.btn_3 {
    background-color: #4c7cb6;
    padding: 9px 52px 8px 52px;
    display: inline-block;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_3:hover {
    text-decoration: underline;
}

.back {
    margin: 0 0 60px 0;
}

.btn_4 {
    display: inline-block;
    color: #4b7bb5;
    font-size: 17px;
}

.btn_5 {
    background-color: #4c7cb6;
    border-radius: 3px;
    border: 1px solid #4c7cb6;
    padding: 10px 29px 9px 29px;
    display: inline-block;
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_5:hover {
    text-decoration: underline;
}

.scopes_application {
    position: relative;
    height: 618px;
    padding: 48px 0 0 0;
    z-index: 1;
}

.scopes_application:before {
    background: url(../images/fig_9.png) no-repeat 50% 0;
    height: 618px;
    width: 1920px;
    content: '';
    position: absolute;
    top: 0;
    right: -470px;
    bottom: 0;
    left: -470px;
    z-index: -1;
}

.scopes_application_list {
    margin: 0 0 -21px;
}

.scopes_application_list .item {
    margin: 0 0 0 21px;
    width: 224px;
    text-align: center;
}

.scopes_application_list .fig {
    border: 3px solid #fff;
    position: relative;
    border-radius: 50%;
    width: 216px;
    height: 216px;
    margin: 0 0 15px 0;
}

.scopes_application_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.scopes_application_list .fig:hover {
    top: -5px;
}

.scopes_application_list .link {
    color: #fff;
    font-family: "Cuprum", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.scopes_application_list .link:hover {
    text-decoration: underline;
}

.carousel_1 {
    position: relative;
    min-height: 140px;
    margin: 14px 0 60px 0;
    z-index: 1;
}

.carousel_1 .in {
    overflow: hidden;
    position: relative;
}

.carousel_1 .main_list {
    display: table;
    border-collapse: separate;
    border-spacing: 28px 0;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -28px;
}

.carousel_1 .main_list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .main_list:before,
.carousel_1 .main_list:after {
    display: none;
}

.carousel_1 .main_list> .item {
    display: table-cell;
    width: 171px;
    vertical-align: top;
    position: relative;
}

.carousel_1 .main_list> .item .img {
    border: 1px solid #e3e7ec;
    max-width: 100%;
    vertical-align: top;
}

.carousel_1 .main_list> .item:before,
.carousel_1 .main_list> .item:after {
    display: none;
}

.partner {
    margin: -70px 0 0 0;
}

.all_partners {
    text-align: center;
    margin: 0 0 46px 0;
}

.promobody {
    border-top: 1px solid #ccd2d9;
    border-bottom: 1px solid #ccd2d9;
    padding: 33px 0 35px 0;
    clear: both;
}

.catalogue_list {
    margin: 0 0 51px -23px;
}

.catalogue_list> .item {
    background-color: #f1f7fd;
    border-radius: 3px;
    margin: 0 0 0 23px;
    padding: 20px 21px 51px 21px;
    width: 184px;
    text-align: center;
}

.catalogue_list> .item:hover {
    background: #e9f3fb;
}

.catalogue_list .fig {
    background: url(../images/fig_20.png) repeat;
    border: 9px solid #e7edf3;
    position: relative;
    border-radius: 50%;
    width: 144px;
    height: 144px;
    margin: 22px 0 14px 14px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.catalogue_list .fig:before {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.catalogue_list .fig .img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.catalogue_list> .link:hover .fig {
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

.catalogue_list> .item> .link .title {
    color: #4775b8;
    font-family: "Cuprum", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.catalogue_list .list .item {
    margin: 0 0 13px 0;
    padding: 0;
}

.catalogue_list .list .text {
    color: #4b7bb5;
    font-size: 14px;
    font-style: italic;
}

.catalogue_list .item:hover .fig {
    border-color: #0088ea;
    box-shadow: 0 0 10px #0285e2;
}

.catalogue_list .item:hover .fig:before {
    border: 10px solid #9bc8ff;
    box-shadow: 0 0 3px #8eb9ff;
    height: 160px;
    left: -18px;
    opacity: 0;
    position: absolute;
    top: -18px;
    transition: opacity 0.7s ease-out 0.3s, -moz-box-shadow 0.7s ease-out 0.3s;
    width: 160px;
    z-index: -1;
}

.catalogue_list .item:hover .fig:before {
    box-shadow: 0 0 20px #8eb9ff;
    opacity: 1;
}

.crumbs {
    margin: 0 0 25px 0;
    color: #474747;
    font-size: 15px;
    position: relative;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .list .item {
    background: url(../images/fig_21.png) no-repeat 9px 3px;
    display: inline;
    padding-left: 24px;
}

.crumbs .list .item:before,
.crumbs .list .item:after {
    display: none;
}

.crumbs .item:first-child {
    background: none;
    padding-left: 0;
}

.crumbs .link {
    color: #4b7bb5;
    font-size: 16px;
    font-style: italic;
}

.result {
    background-color: #f1f7fd;
    padding: 8px 8px 11px 8px;
    border-radius: 3px;
    overflow: hidden;
    margin: -6px 0 -8px 0;
}

.result .sum {
    color: #474747;
    font-size: 17px;
    font-weight: bold;
}

.result .name {
    padding: 0 158px 0 0;
}

.result .price {
    padding: 0 16px 0 16px;
}

.catalogue_list_1 {
    border-spacing: 0 4px;
    display: table;
    width: 100%;
    border-collapse: separate;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 10px 0;
}

.catalogue_list_1 td {
    height: 34px;
    vertical-align: middle;
    position: relative;
    border-bottom: 2px solid #f1f7fd;
    padding: 0 8px 2px 8px;
}

.catalogue_list_1 .link {
    color: #474747;
    font-size: 14px;
}

.catalogue_list_1 .price_1 {
    display: block;
    text-align: center;
}

.catalogue_list_1 .order {
    color: #474747;
    font-size: 17px;
    line-height: .9;
}

.catalogue_list_1 .presence_1 {
    color: #bd3f2d;
}

.page {
    margin: 0 0 52px 0;
}

.page .item {
    background-color: #e0eefb;
    padding: 8px 15px 9px 15px;
    margin: 0 2px 0 0;
}

.page .item.active {
    color: #393939;
    font-size: 16px;
}

.page .link:hover {
    display: block;
    color: #393939;
    font-size: 16px;
}

.page .link {
    padding: 8px 15px 9px 15px;
    margin: -8px -15px -9px -15px;
    display: block;
    color: #4b7bb5;
    font-size: 16px;
    font-style: italic;
}

.partner_list {
    position: relative;
    margin: -4px 0 36px -20px;
}

.partner_list:before {
    border-bottom: 2px solid #f1f7fd;
    width: 640px;
    position: absolute;
    content: '';
    right: 0;
    bottom: -10px;
    left: 20px;
}

.partner_list .item {
    background-color: #f1f7fd;
    border-radius: 3px;
    width: 200px;
    margin: 0 0 8px 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.partner_list .fig {
    border: 1px solid #e3e7ec;
    width: 171px;
    height: 135px;
    margin: 10px 14px 7px 14px;
}

.partner_list .item:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.partner_list .fig .img {
    max-height: 100%;
    max-width: 100%;
}

.partner_list .link {
    color: #474747;
    font-size: 16px;
}

.partner_list .text {
    margin: 0 0 18px 26px;
    width: 150px;
}

.fig_1 {
    height: 239px;
   
    float: left;
    position: relative;
    margin: 7px 16px 0 0;
}

.fig_1 .img {
    max-width: 100%;
    max-height: 100%;
}

.site_map {
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
}

.site_map .title {
    margin: 0 0 16px 0;
    color: #4775b8;
    font-family: "Cuprum", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.site_map .addition .title {
    color: #4b7bb5;
    font-size: 18px;
    font-weight: bold;
    font-family: "Arial", sans-serif;
    margin: -8px 0 13px 27px;
    text-transform: none;
}

.site_map .addition .list {
    margin: 0 0 6px 38px;
}

.site_map .addition .list .item {
    margin: 0 0 10px 0;
}

.site_map .addition .list .link {
    color: #4b7bb5;
    font-size: 16px;
    font-style: italic;
}

.star {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 0;
    color: #ff2222;
}

.captcha {
    display: inline-block;
    padding-left: 90px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.captcha .fig {
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    background-color: #8d9da9;
    width: 90px;
    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 {
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    width: 100%;
}

.file {
    background-clip: padding-box;
    background-color: #e3effb;
    border: 1px solid #e3effb;
    border-radius: 4px;
    box-shadow: 0 1px 7px rgba(5, 6, 6, 0.1) inset;
    display: inline-block;
    padding: 0 0 0 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.file input {

    clip: rect(0,0,0,0);
    position: absolute;

}

.file .value {

    display: block;
    padding: 9px;
    overflow: hidden;
    position: relative;
    color: #9eabb6;
    font-style: italic;
    white-space: nowrap;
    word-break: normal;
    text-overflow: ellipsis;

}

.file .btn {
    background-color: #4c7cb5;
    box-shadow: inset 0 1px 7px rgba(5,6,6,.1);
    border-radius: 4px;
    height: 30px;
    padding: 0 18px;
    position: absolute;
    top: 50%;
    left: 7px;
    font-family: Cuprum, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.rekvizity {
    background: url("../images/fig_35.png") no-repeat 100% 50%;
    display: inline-block;
    padding-right: 17px;
    color: #ac311e;
    text-decoration: none;
}

.rekvizity .star {
    padding-top: 0;
}

.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: 11px 18px 17px 18px;
    position: relative;
}
.box_technical_works {

    display: none;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    font-size:40px;
    font-weight:bold;
    color:#fff;
    text-align: center;
    z-index:100;
      
}
.box_technical_works .box{
    width:calc(100vw - 2.0rem);
    height:calc(100vh - 2.0rem);
    padding:10px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
     text-align: center;
}
.box_technical_works:before {
    content:"";
    background:  url(../images/bg_modal_technical_works.png) 50% 0;
    filter: brightness(30%) blur(8px);
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;

}
.box_technical_works p{
    margin:0 0 40px;
        padding-left: 70px;
    padding-right: 70px;
}

.box_technical_works .link{
    display:inline-block;
    position:relative;
    color:#fff;
    text-decoration:none;
}
.box_technical_works .phone_link{
    display:inline-block;
    min-height:51px;
    padding:0 0 0 66px;
    position:relative;
}
.box_technical_works .phone_link:before{
    content:"";
    background:#006194 url(../images/zt.png) no-repeat 50% 50%;
    border-radius:50%;
    background-size: 47% auto;
    width:51px;
    height:51px;
    position:absolute;
    top:5px;
    left:0;
}
.box_technical_works .mail_link{
    display:inline-block;
    min-height:51px;
    padding:0 0 0 68px;
    position:relative;
}
.box_technical_works .mail_link:before{
    content:"";
    background:#006194 url(../images/zp.png) no-repeat 50% 50%;
    border-radius:50%;
    background-size: 60% auto;
    width:51px;
    height:51px;
    position:absolute;
    top:4px;
    left:0;
}
.box_technical_works .h3 {
  margin: 0 0 40px;
  font-size: 60px;
  font-weight: bold;
  color:#fff;

  text-transform: none;
  line-height:1.2;

}

#modal_thanks .modal__content:before {
    background: url(../images/fig_31.png) no-repeat;
    content: '';
    height: 171px;
    width: 202px;
    position: absolute;
    top: -38px;
    left: -70px;
    z-index: -1;
}

#modal_thanks .modal__content:after {
    background: url(../images/fig_32.png) no-repeat;
    content: '';
    height: 171px;
    width: 202px;
    position: absolute;
    right: -78px;
    bottom: -38px;
    z-index: -1;
}

#modal_to_order .modal__content:before {
    background: url(../images/fig_31.png) no-repeat;
    content: '';
    height: 171px;
    width: 202px;
    position: absolute;
    top: -38px;
    left: -70px;
    z-index: -1;
}

#modal_to_order .modal__content:after {
    background: url(../images/fig_32.png) no-repeat;
    content: '';
    height: 171px;
    width: 202px;
    position: absolute;
    right: -78px;
    bottom: -38px;
    z-index: -1;
}

#modal_subscription_mailing .modal__content:before {
    background: url(../images/fig_31.png) no-repeat;
    content: '';
    height: 171px;
    width: 202px;
    position: absolute;
    top: -38px;
    left: -70px;
    z-index: -1;
}

#modal_subscription_mailing .modal__content:after {
    background: url(../images/fig_32.png) no-repeat;
    content: '';
    height: 171px;
    width: 202px;
    position: absolute;
    right: -78px;
    bottom: -38px;
    z-index: -1;
}

.modal__content .bg {
    background-color: #e4f0fb;
    border-radius: 3px;
    position: absolute;
    top: -14px;
    right: -10px;
    bottom: -12px;
    left: -10px;
    z-index: -2;
}

.modal__content .h3 {
    margin: 0 0 12px;
}

#modal_thanks .modal__content {
    padding: 19px 24px 37px 16px;
    width: 474px;
    height: 48px;
    position: relative;
    color: #474747;
    font-size: 14px;
    line-height: .6;
}

.modal__close_btn {
    background: #e4f0fb url(../images/error.png) no-repeat 50% 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    right: -24px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 4;
}

.modal_lightbox__title {
    background-color: rgba(255, 255, 255, .80);
    padding: 6px 0 6px 20px;
    position: absolute;
    top: 14px;
    right: 10px;
    left: 10px;
    text-align: left;
    color: #474747;
    font-family: "Arial", sans-serif;
    font-size: 17px;
}

#modal_lightbox .modal__content {
    background: #e4f0fb;
    padding: 14px 10px 12px 10px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#modal_lightbox .modal__close_btn {
    background: #e4f0fb url(../images/error.png) no-repeat 50% 50%;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: -7px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 4;
}

.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__prev:before {
    content: "";
    background: url(../images/prev_1.png) no-repeat;
    height: 46px;
    width: 29px;
    position: absolute;
    top: 182px;
    right: auto;
    left: 20px;
}

.modal_lightbox__next:before {
    content: "";
    background: url(../images/next_1.png) no-repeat;
    height: 46px;
    width: 29px;
    position: absolute;
    top: 182px;
    left: auto;
    right: 20px;
}

.modal .field:-moz-placeholder {
    opacity: 0;

}

.modal .field::-moz-placeholder {
    opacity: 0;

}

.modal .field::-webkit-input-placeholder {
    opacity: 0;
}

.modal .field:-ms-input-placeholder {
    opacity: 0;

}

.modal .field.placeholder {
    opacity: 0;
}


/*---------------------- end content ----------------------------------*/


/*---------------------- footer ---------------------------------------*/

.footer {
    width: 980px;
    height: 140px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.footer .tel {
    position: absolute;
    top: 42px;
    left: 0;
}

.footer .tel .fig {
    background: url(../images/phone_1.png) no-repeat;
    height: 24px;
    width: 16px;
    position: absolute;
}

.footer .tel .text {
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    line-height: 24px;
    color: #769ac6;
    font-family: "Cuprum", sans-serif;
    font-size: 23px;
}

.copyright {
    position: absolute;
    top: 90px;
    left: 0;
    width: 94px;
    color: #474747;
    font-size: 14px;
}

.footer .email {
    position: absolute;
    top: 43px;
    right: 314px;
}

.footer .email .link {
    background: url(../images/letter.png) no-repeat;
    padding-left: 32px;

    color: #4b7bb5;
    font-size: 16px;
    font-style: italic;
    line-height: 17px;
}

.counter {
    position: absolute;
    top: 39px;
    right: 0;
}

.design {
    position: absolute;
    top: 91px;
    right: 0;
}

.design .link {

    color: #4d7db7;
    font-size: 12px
}

.design {
    top: 170px;
    left: 9px;
}

/*---------------------- end footer -----------------------------------*/


/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .wrapper {
        min-width: 0;
    }

    .wrapper:before {
        bottom: -10px;
    }

    body {
        font-size: 15px;
    }

    .inner {
        width: auto;
    }

    .nav {
        height: 57px;
        position: relative;
        z-index: 10;
    }

    .nav:before {
        content: 'ΜΕΝή';
        background: #4c7cb6;
        display: inline-block;
        height: 57px;
        padding: 0 17px 0 52px;
        color: #fff;
        font-size: 15px;
        line-height: 57px;


    }

    .nav:after {
        content: '';
        background: #fff;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
        width: 30px;
        height: 6px;
        position: absolute;
        top: 18px;
        left: 10px;
    }

    .nav> .list {
        background: #4c7cb6;
        border-top: 1px solid #fff;
        display: none;
        padding: 10px 0;
    }

    .nav> .list> .item> .link {

        color: #fff;
    }

    .nav> .list> .item> .link .text{
        height: auto;
        padding: 7px 10px;
        text-align: left;
    }

    .nav .sub {
        border: 0;
        display: block;
        width: auto;
        position: relative;
    }

    .nav .sub .list {
        float: none;
        border: 0;
    }

    .nav .sub .list .item {
        border: 0;
    }

    .nav .list .item {
        display: block;
        width: auto;
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }

    .nav_active .list {
        display: block;
    }

    .fis {
        top: 0;
        right: 0;
        z-index: 11;
    }

    .fis .item {
        width: 50px;
        height: 58px;
    }

    .fis .link {
        width: inherit;
        height: inherit;
    }




    .fis .home {
        background-image: url("../images/small/pic1.png");
    }

    .fis .gen {
        background-image: url("../images/small/pic2.png");
    }

    .logo {
        width: auto;
        padding-left: 63px;
        top: 69px;
        left: 5px;

        right: 5px;
    }

    .logo .fig:after {
        display: none;
    }

    .logo .fig {
        background-size: 100% auto;
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        left: 0;

    }

    .logo .link {
        display: block;
        text-decoration: none;
    }

    .logo .title {
        border-bottom: 1px solid #b6b6b6;
        width: auto;
        margin-bottom: 7px;
        padding-bottom: 5px;
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
    }
.logo font{
	font-size:18px !important;
}
    .logo .text {
        background-size: 100% auto;
        width: auto;
        position: relative;
        left: 0;
        top: 0;
    }

    .header {
        height: 318px;
        z-index: 10;
    }


    .header .tel {
        top: 160px;
        left: 7px;

    }

    .header .tel .text {
        color: #dc3e28;
        font-size: 22px;
    }

    .header .tel .fig {
        width: 16px;
        height: 24px;
        top: 0;
        left: 0;
    }

    .header .email {
        top: 190px;
        left: 7px;
    }

    .header:before {
        background: url(../images/heder_bg.png) repeat-x;
        height: 333px;
        content: '';
        position: absolute;
        top: -30px;
        right: -10000px;
        bottom: 0;
        left: -10000px;
    }

    .main_page .header:before {
        background: url(../images/heder_bg.png) repeat-x;
        height: 333px;
        content: '';
        position: absolute;
        top: 0;
        right: -10000px;
        bottom: 0;
        left: -10000px;
    }



    .subscription_mailing {
        top: 215px;
        left: 7px;
        right: auto;
    }


    .box_technical_works:before {
        background: url(../images/bg_modal_technical_works2.png) 50% 0;
    }

.box_technical_works .h3 {
    font-size: 40px;
}

.box_technical_works p {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.box_technical_works .phone_link:before {
    
    width: 31px;
    height: 31px;
    background-size: 37% auto;
}

.box_technical_works .phone_link {
    min-height: 31px;
    padding: 0 0 0 36px;
}

.box_technical_works .mail_link:before {
    width: 31px;
    height: 31px;
    background-size: 37% auto;
}

.box_technical_works .mail_link {
    min-height: 31px;
    padding: 0 0 0 36px;
}

    .carousel {
        width: 390px;
        height: 240px;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .carousel .main_list> .item {
        width: auto;
    }

    .carousel  .fig {
        width: 129px;
        height: 129px;
        margin-bottom: 6px;
    }

    .carousel  .first .fig {
        width: 129px;
        height: 129px;
    }

    .carousel  .second .fig {
        width: 168px;
        height: 168px;
    }

    .carousel  .third .fig {
        width: 129px;
        height: 129px;
    }

    .carousel   .main_list> .first {
        top: 20px;
        left: 0;
    }

    .carousel   .main_list> .second {
        top: 0;
        left: 98px;
    }

    .carousel   .main_list> .third {
        top: 20px;
        left: 236px;
    }

    .carousel .next,
    .carousel .prev {
        background-position: 50% 50%;
        width: 120px;
        height: 60px;
        left: 0;
        bottom: 0;
    }

    .carousel .next {
        right: 0;
        left: auto;
    }

    .carousel .text {
        font-size: 16px;
    }

    .main_page .promo {
        height: 254px;

    }

    .promo .bg {
        height:144px;
        top: 86px;
    }

    .main_page .promo .bg {
        background-size: auto 320px;
        height: 320px;
        top: 186px;
    }

    .main_page .header {
        height: 550px;
    }

    .we_offer {
        top: 286px;
    }

    .h1 {
        margin-bottom: 5px;
    }


    .content {
        padding: 0 7px;
    }

    .scopes_application_list .item {
        display: block;
        width: auto;
        margin-bottom: 20px;
    }

    .scopes_application_list .fig {
        width: 86px;
        height: 86px;
        margin: 0 auto 10px;
    }

    .scopes_application_list .fig .img {
        width: 50%;
    }

    .h2 {
        margin-bottom: 26px;
        font-size: 32px;
    }

    .scopes_application {
        height: auto;
        margin-bottom: 18px;
        padding-bottom: 110px;
    }

    .scopes_application:before {
        background-size: auto 100%;
        height: auto;
    }

    .carousel_1 {
        margin-bottom: 20px;
    }

    .carousel_1 .main_list {
        display: block;
        width: auto;
        left: 0;
        text-align: center;
    }

    .carousel_1 .main_list .item {
        display: inline-block;
        width: 124px;
        margin: 0 9px 9px;
    }

    .carousel_1 .prev,
    .carousel_1 .next
    {
        display: none;
    }

    .all_partners {
        margin-bottom: 30px;
    }

    .footer {
        width: auto;
        height: 150px;
    }

    .footer .tel {
        top: 4px;
        left: 9px;
    }

    .copyright {
        top: 65px;
        left: 9px;
        right: auto;
width: 250px;
    }

    .footer .email {
        top: 40px;
        left: 9px;
        right: auto;
    }

    .design {
        top: auto;
        bottom: 10px;
        left: 9px;
    }

    .counter {
        top: 124px;
        left: 9px;
    }

    .catalogue_list {
        margin: 0;
    }

    .catalogue_list> .item {
        display: block;
        width: auto;
        margin: 0 0 8px;
        padding: 22px 10px 10px 73px;
        text-align: left;
    }

    .catalogue_list .fig {
        border-width: 4px;
        float: left;
        width: 47px;
        height: 47px;
        margin: 0;
        position: absolute;
        top: 17px;
        left: 7px;
    }

    .catalogue_list .fig:before {
        display: none;
    }

    .catalogue_list .fig .img {
        max-width: 60%;
        max-height: 60%;
    }

    .catalogue_list .list {
        overflow: hidden;
    }

    .catalogue_list .list .item {
        text-align: left
    }

    .catalogue_list> .item> .link .title {
        display: block;
        margin-bottom: 12px;
        text-align: left;
    }

    .side {
        display: none;
    }

    .side + .content {
        float: none;
        width: auto;
    }

    .crumbs .item {
        line-height: 1.5;
    }

    .catalogue_list_1 col {
        display: none;
    }

    .catalogue_list_1 tr {
        border-top: 1px solid #f1f7fd;
        display: block;
        padding: 8px 0;
    }

    .catalogue_list_1 td {
        border: 0;
        display: block;
        height: auto;
        padding: 1px 0;
        text-align: left;
    }

    .catalogue_list_1 td:nth-of-type(2),
    .catalogue_list_1 td:nth-of-type(3),
    .catalogue_list_1 td:nth-of-type(4) {
        display: inline-block;
    }

    .catalogue_list_1 td:nth-of-type(3):before,
    .catalogue_list_1 td:nth-of-type(4):before {
        content: '/';
        display: inline-block;
    }

    .catalogue_list_1 .price_1 {
        text-align: left;
    }

    .result .name {
        display: block;
        font-size: 14px;
    }

    .result .sum {
        font-size: 12px;

    }

    .catalogue_list_1 .order {
        display: inline-block;
        font-size: 14px;
    }

    .partner_list .item {
        display: block;
        width: auto;
    }

    .partner_list .fig {
        background: #fff;
        display: block;
        width: auto;
        height: auto;
    }

    .partner_list .text {
        width: auto;
        margin: 0 0 12px;
    }

    .fig_1 {
        width: auto;
        float: none;
        height: auto;
        margin: 0 0 5px;
    }

    .to_order {
        padding: 0;
        text-align: left;
    }

    .promobody {
        padding: 20px 10px;
    }

    .modal .w-300 {
        width: 90%;
    }

    .modal__content {
        padding: 10px 6px;
    }

    .small-hide {
        display: none;
    }

    .modal_lightbox__image img {
        width: 100%;
    }


    .modal .field:-moz-placeholder {
        opacity: 1;

    }

    .modal .field::-moz-placeholder {
        opacity: 1;

    }

    .modal .field::-webkit-input-placeholder {
        opacity: 1;
    }

    .modal .field:-ms-input-placeholder {
        opacity: 1;

    }

    .modal .field.placeholder {
        opacity: 1;
    }

    .modal__horisontal_inner {
        width: 100%;
    }

    .modal__vertical_inner {
        padding: 3px;
    }

    .modal__close_btn {
        top: 5px ;
        right: 5px;
    }

}

/* 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;
    }
}