h2 {
    font-size: 16px;
    font-weight: normal;
    }
h3 {
    font-size: 14px;
    font-weight: normal;
    }
@font-face {
    font-family: 'HelveticaLight';
    src: url(../font/HelveticaLight.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'HelveticaBold';
    src: url(../font/HelveticaBold.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    }
body {
    font-family: Verdana;
    }
p {
    margin-left: 10px;
    }
ul li {
    list-style: none outside none;
    margin-left: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
    }
ul li:after {
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f0da";
    top: 3px;
    font-size: 12px;
    }
textarea,
input[type="text"],
input[type="password"] {
    padding: 1px 5px 1px 5px;
    }
a {
    color: #178bbe;
    }
.wrapper {
    position: relative;
    -webkit-box-shadow: 0 0 25px -10px black;
    box-shadow: 0 0 25px -10px black;
    }
.inner_wrapper {
    z-index: 7;
    position: relative;
    padding: 0 20px;
    margin-top: 5px;
    }
.bread_crumbs {
    background-color: white;
    text-align: center;
    padding: 5px 5px;
    color: #9C9B9B;
    }
.bread_crumbs a {
    color: #68CAED;
    }
.button:hover,
.filter_buttons .button:hover,
.call_me.button:hover {
    color: #FFF;
    background-color: rgba(0,0,0,.5);
    }
.call_me.button:hover {
    background-color: rgba(0,0,0,.75);
    }
.call_me.button {
    background: none;
    padding: 15px 10px 16px 10px;
    height: 17px;
    background-color: #3981A9;
    color: white;
    margin-top: 15px;
    width: 170px;
    margin-left: 200px;
    }
.button {
    padding: 10px 10px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    color: #9C9B9B;
    background-color: rgba(0,0,0,.75);
    }

/* header */
.top_header > .flex {
    height: 169px;
    }
.top_header {
    display: block;
    min-height: 30px;
    text-align: center;
    position: relative;
    background-color: #459DCB;
    background-image: url(../images/timer.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 25px 0 0;
    position: relative;
    z-index: 2;
    text-align: center;
    }
.top_header > .flex,
#footer .flex {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    }
.top_header .logo a:hover {
    text-decoration: none;
    }
.top_header .logo a {
    display: block;
    }
.logo:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.logo {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    color: #FFF;
    background-color: #FFF7EC;
    padding: 10px 10px;
    cursor: pointer;
    height: 60px;
    -webkit-box-shadow: 1px 1px #3981A9,2px 2px #3981A9,3px 3px #3981A9,4px 4px #3981A9,5px 5px #3981A9,6px 6px #3981A9,7px 7px #3981A9,8px 8px #3981A9,9px 9px #3981A9;
    box-shadow: 1px 1px #3981A9,2px 2px #3981A9,3px 3px #3981A9,4px 4px #3981A9,5px 5px #3981A9,6px 6px #3981A9,7px 7px #3981A9,8px 8px #3981A9,9px 9px #3981A9;
    }
.underline_container {
    top: 141px;
    left: -70px;
    position: absolute;
    width: 100%;
    z-index: 1;
    }
.slogan:hover {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
.slogan_container {
    position: absolute;
    width: 100%;
    top: 145px;
    }
.slogan {
    color: #333;
    display: block;
    width: 615px;
    margin: 0 auto;
    background-color: #FFF7EC;
    padding: 5px 5px;
    font-size: 24px;
    animation: shadow 1s linear 1;
    -moz-animation: shadow 1s linear 1;
    -webkit-animation: shadow 1s linear 1;
    -webkit-box-shadow: 1px 1px #3981A9,2px 2px #3981A9,3px 3px #3981A9,4px 4px #3981A9,5px 5px #3981A9,6px 6px #3981A9,7px 7px #3981A9,8px 8px #3981A9,9px 9px #3981A9;
    box-shadow: 1px 1px #3981A9,2px 2px #3981A9,3px 3px #3981A9,4px 4px #3981A9,5px 5px #3981A9,6px 6px #3981A9,7px 7px #3981A9,8px 8px #3981A9,9px 9px #3981A9;
    }
.slogan span {
    font-size: 24px;
    font-weight: bold;
    color: #459DCB;
    }
.logo img {
    height: 60px;
    }
.header_contacts a:hover {
    background-color: #08c;
    text-decoration: none;
    }
.header_contacts a {
    background-color: rgba(0,0,0,.5);
    padding: 3px 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    }
.header_contacts a span {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    color: white;
    }
.header_contacts {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    margin-right: 20px;
    margin-top: 0;
    }
.header_contacts a span:first-child {
    text-align: center;
    width: 190px;
    padding-left: 25px;
    background-image: url(../images/header_phone_bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    }

/* /header */
/* header menu */
.main_menu_container {
    margin-top: 20px;
    }
.main_menu_container .main_vol .submenu {
    background: none;
    }
.main_menu_container .main_vol .submenu > li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: rgba(0,0,0,.75);
    }
.main_menu_container .main_vol .submenu > li:after {
    content: '';
    }
.main_menu_container,
.main_menu_container.footer_menu {
    background-color: rgba(0,0,0,.75);
    position: relative;
    z-index: 2;
    border-bottom: 0;
    }
.main_menu_container .main_vol a,
.main_menu_container .main_vol span {
    font-family: HelveticaLight;
    padding: 19px 0;
    color: #FFF;
    font-size: 18px;
    text-transform: none;
    }
.main_menu_container.footer_menu {
    margin-top: 0;
    }
.footer_menu .main_vol a,
.footer_menu .main_vol span {
    padding: 10px 0;
    }
.main_menu_container .main_vol a:hover,
.main_menu_container .main_vol.cur a {
    background-color: #459DCB;
    }

/* /header menu */
/* footer */
#footer {
    padding-bottom: 0;
    padding-top: 18px;
    z-index: 2;
    background-image: url(../images/scissors.png),url(../images/edge.png),url(../images/perforation.png);
    background-repeat: no-repeat,no-repeat,repeat-x;
    background-position: 50% 10px,top right,0 21px;
    margin: 0;
    border: 0;
    }
#footer .inner_wrapper {
    display: block;
    padding-top: 20px;
    }
#footer .site_map {
    float: none;
    color: #459DCB;
    }
#footer .copyright_container {
    margin: 0;
    }

/* /footer */
/* general */
.main.page_title,
.main.title {
    padding: 10px 30px;
    background-image: url(../images/scissors.png),url(../images/edge.png),url(../images/perforation.png);
    background-repeat: no-repeat,no-repeat,repeat-x;
    background-position: 15px 100%,right bottom,left bottom;
    }
.page_title,
.title {
    font-family: HelveticaLight;
    border: none;
    margin-bottom: 0;
    }
.title {
    font-size: 18px;
    }
.little.title {
    font-style: 14px;
    }

/* /general */
/* big hover */
*:hover {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    }

/* /big hover */
/* advantages */
.advantages:before,
.advantages:after {
    content: '';
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 10px;
    width: 100%;
    }
.advantages:before {
    top: 0;
    background-position: 50% -14px;
    }
.advantages:after {
    bottom: 0;
    background-position: 50% 4px;
    }
.advantages {
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/pack_bg.jpg);
    background-repeat: repeat;
    animation: background 180s linear infinite;
    -moz-animation: background 180s linear infinite;
    -webkit-animation: background 180s linear infinite;
    }
.advantages .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.advantages .row > div {
    padding-left: 30px;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    background-image: url(../images/advantages.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 18px;
    font-family: HelveticaLight;
    color: #4d4d4d;
    }

/* /advantages */
.services .service_row:hover {
    text-decoration: none;
    }
.services .service_row {
    cursor: pointer;
    width: 16.6%;
    text-align: center;
    float: left;
    height: 160px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    }
.services .service_row span {
    font-family: HelveticaLight;
    font-size: 16px;
    display: block;
    color: #4D4D4D;
    text-align: center;
    }
.services .service_row > div {
    height: 110px;
    display: block;
    text-align: center;
    overflow: hidden;
    }
.services .service_row > div > img {
    width: 160px;
    height: 220px;
    position: relative;
    bottom: 0;
    }
.services .service_row:hover > div > img {
    bottom: 110px;
    }
.services > div {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    }
.services .service_row:hover > div,
.services .service_row:hover > div > img,
.services .service_row:hover > span {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #08c;
    }

/* partners */
.clients {
    max-width: 900px;
    background-image: url(../images/shadow.png),url(../images/shadow.png);
    background-repeat: no-repeat;
    background-position: center -15px,center 145px;
    }

/* /partners */
.footer_contacts {
    margin-bottom: 20px;
    font-size: 24px;
    }
.footer_contacts span span {
    color: #888;
    font-size: 18px;
    }
.footer_contacts span.adress {
    color: black;
    }
.footer_contacts span.adress,
.footer_contacts a {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    }
.dev {
    margin-top: -6px;
    float: right;
    color: #333;
    font-size: 12px;
    }
.dev a {
    color: #333;
    background-color: #FEDD46;
    padding: 5px 5px;
    display: inline-block;
    }
.dev a:hover {
    text-decoration: none;
    background-color: #FCC33A;
    color: white;
    }
#loading,
.loader {
    background-image: url(/avd/style/images/ajax-loader.gif) !important;
    }
.gallery_list a:hover .item_title {
    color: #5FBDE3;
    }
.footer_contatcts,
#footer .site_map {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    }
