

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face
{
    font-family: 'archiveregular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url('../fonts/Archive/archive-webfont.eot');
    src: url('../fonts/Archive/archive-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archive/archive-webfont.woff2') format('woff2'),
    url('../fonts/Archive/archive-webfont.woff') format('woff'),
    url('../fonts/Archive/archive-webfont.ttf') format('truetype'),
    url('../fonts/Archive/archive-webfont.svg#archiveregular') format('svg');
}


.aria {
    color: #2f88c3;
    background-color: #fff; 
    
}

.aria:hover{
    color: #fff;
    background-color: #2f88c3;
    border: 1px solid #fff;
}

.consurm
{
    opacity: .6;
}

.consurm p
{
    font-size: 12px;
    line-height: 1;

    margin-bottom: 25px;
}

.stavterzdor
{
    margin-top: 10px;
    height: 61px;
    width: 234px;
    float: right;
    margin-right: 4px;    
}

.consurm a
{
    text-decoration: underline;
}

#anketa-form ul
{
    margin-bottom: 20px;
}

#anketa-form ul .btn
{
    margin-bottom: 6px;
}
.hover-opacity {
    transition: all ease 0.3s;
}
.hover-opacity:hover {
    opacity: 0.7;
    transition: all ease 0.3s;
}
.btn-ru_eng {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #0d6efd;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #0d6efd;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-ru_eng:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
}
.bd-callout+.bd-callout {
    margin-top: -0.25rem;
}
.bd-callout-info {
    border-left-color: #5bc0de;
}
.bd-callout-warning {
    border-left-color: #f0ad4e
}
.bd-callout-danger {
    border-left-color: #d9534f;
}
.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important;
}
.d-block {
    display: block!important;
}
.text-danger {
    color: #dc3545;
}
.fs-1 {
    font-size: 2.5rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}
.fs-2 {
    font-size: 2rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}
.fs-3 {
    font-size: 1.75rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}
.fs-4 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}
.fs-5 {
    font-size: 1.25rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}
.fs-6 {
    font-size: 1rem !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.slider__wrapper {
    overflow: hidden;
}
.slider {
    margin: 1.5em;
}
.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list3a {
    padding:0;
    list-style: none;
    counter-reset: li;
}    
.list3a li {
    position: relative;
    border-left: 4px solid #337AB7;
    padding:10px 20px 10px 28px;
    margin:12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.list3a li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left:-80px;
    width:80px;
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    color: #77AEDB;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    

    background: none;
}
.list3a li:hover:before {
    color: #337AB7;
}
.list3a li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}
.list3a li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
} 

body
{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;

    color: #223240;
    background: #cde8fa;
}

embed
{
    width: 100%;
}

iframe
{
    width: 100%;
    min-height: 40em;
}

.g-recaptcha iframe
{
    min-height: auto;
}

.g-recaptcha
{
    margin-bottom: 15px;
}

body,
html
{
    /*height: 100%;*/
}

.slick-slide
{
    height: auto;
}

.hide
{
    display: none;
}

.left
{
    text-align: left;
}

td.center
{
    text-align: center !important;
}

td i
{
    margin-right: 4px;
}

.main
{
    width: 1000px;
}



b
{
    font-weight: 600;
}

a
{
    -webkit-transition: all .3s;
            transition: all .3s;
    text-decoration: none;

    color: #223240;
}


p
{
    font-size: 14px;
    line-height: 21px;

    margin: .75em 0;

    letter-spacing: 0;
}

p > b
{
    font-weight: 600;
}

article table
{
    margin: 30px 0 10px;
}

article table .block
{
    display: block;

    margin-top: 5px;
}

article table .block a,
article table .block span
{
    font-size: 10px;

    margin-right: 10px;

    text-transform: uppercase;
}

table
{
    font-size: 1em;
    line-height: 1;

    width: 100%;
    max-width: 100%;
    margin: 1.2em 0;

    border-spacing: 0;
    border-collapse: collapse;

    background-color: transparent;
}

table th,
table td
{
    font: inherit;
    font-size: 14px;
    line-height: 1.2;

    padding: .6em;

    text-align: center;
    vertical-align: top;
    /*border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;*/

    border: 1px solid #ddd;
}

table th:first-child,
table td:first-child
{
    padding: .6em;

    text-align: left;
}

table th
{
    color: #fff;
    border: 1px solid #718a95;
    background: #718a95;
}

table td
{
    background: #fff;
}


table .subthead td
{
    text-align: center;

    border: 1px solid #b7c6cb;
    background: #b7c6cb;
}

table td p
{
    font-size: 12px;

    margin: 0;

    text-align: left !important;
    text-transform: uppercase;
}

.hide-table {
    display: none; 
}

.hide-table + label ~ div{
    display: none;
}

.hide-table:checked + label + div {
    display: block; 
}

.hide-table + label {
    display: inline-block; 
}

.content
{
    min-height: 100%;

    background: #fff;
    /*margin-left: 55px;*/
}


.fa-my-list:before,
.fa-my-list span:after,
.sod_select::before,
.sod_select::after,
.breadcrumbs > ul > li:after,
.sf-menu ul.full .sf-with-ul::after,
.search-list dt:before,
.news-item:before
{
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;

    display: inline-block;

    -webkit-font-feature-settings: normal;
       -moz-font-feature-settings: normal;
            font-feature-settings: normal;
    -webkit-font-kerning: auto;
       -moz-font-kerning: auto;
            font-kerning: auto;
    -webkit-font-language-override: normal;
       -moz-font-language-override: normal;
            font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto;
}

.logo
{
    margin-left: 0;

}

.logo img {
    max-width: 100%;
    /*margin-bottom: 15px;*/
}


.logo-text
{
    position: absolute;
    bottom: 0;
}

.logo span
{
    font-weight: 700;

    display: block;

    text-transform: uppercase;
}

img.mfp-img {
    max-height: 600px !important;
}


span.big
{
    font-size: 1.5em;

    letter-spacing: .46em;
}

span.small
{
    font-size: .7em;
    line-height: .9;

    letter-spacing: .54em;
    word-spacing: .4em;
}

.index-img {
    position: relative;
    max-height: 450px;
    overflow: hidden;
}

.index-img-btn {
    position: absolute;
    top: 20px;
    right: 61px;
    font-size: 0;
}

.index-img-btn li {
    display: inline-block;
    margin-left: 12px;
    width: 48px;
    height: 48px;
    line-height: 24px;
}

.index-img-btn li a {
    background: #2f88c3;
    color: #fff;
    text-align: center;
    width: inherit;
    font-size: 24px;
    display: block;
    height: inherit;
    vertical-align: middle;
}

.index-img-btn li a:hover {
    opacity: 0.9;
}

.index-img-btn li a i {
    line-height: 48px;
}
.index-img-parasha {
    position: absolute;
    top: 20px;
    left: 50px;
}
.index-img-parasha img {
    max-width: 100%;
    width: auto;
    max-height: 120px;
}
.index-img-parasha_2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.index-img-parasha_2 img {
    max-width: 100%;
    width: auto;
}


header
{
    /* margin-top: 32px; */

    background-color: #fff;
}

header img {
    max-width: 100%;
    width: 100%;
}

.header-wrapper
{
    overflow: hidden;
    padding: 24px 50px;
    /*border-top: 10px solid #2f88c3;*/
}

.numbers {
    text-align: right;
}
.numbers span p {
    line-height: 1;
    color: #2f88c3;
}
.filials {
    text-align: right;
}

.filials span {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    display: block;
    text-align: right;
    color: #2f88c3;
}

.filials span i
{
    font-weight: 400;
    font-style: normal;

    color: black;
}

.filials a
{
    color: #718a95;
}

.filials-nav
{
    margin-top: 20px;
    padding: 10px 0;
}

.filials-nav ul
{
    text-align: right;
}

.filials-nav li
{
    display: inline-block;

    margin-left: 10px;
}

.filials-nav li a
{
    color: #545454;
    border-bottom: 1px dashed #545454;
}

.filials-nav li a:hover
{
    color: #718a95;
    border-bottom: 1px dashed #718a95;
}

.filials-nav li a.active
{
    border-bottom: 0;
}

.title
{
    padding-top: 0;
}

.title p, .my-title p {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #718a95;
}

.title h1,
.my-title h1
{
    font-family: 'archiveregular';
    font-size: 27px;
    font-weight: 400;
    line-height: 1;

    margin-bottom: 0;

    text-transform: uppercase;

    color: #002a60;
}


.first-line
{
    width: auto;
    height: 19px;
    margin-left: 0;

    background: #002a60 none repeat scroll 0 0;
}

.second-line
{
    line-height: 19px;

    box-sizing: border-box;
    height: 19px;
    padding-left: 4px;

    background: #02d8de none repeat scroll 0 0;
}

.second-line span
{
    font-size: 9px;

    letter-spacing: .09em;

    color: #fff;
}



.sub-menu ul
{
    margin: 15px 0;
}

.sub-menu ul li
{
    display: inline-block;
}

.sub-menu ul li a
{
    font-size: 10px;
    font-weight: 600;
    line-height: 22px;

    display: block;

    height: 26px;
    padding: 0 10px;

    letter-spacing: .025em;
    text-transform: lowercase;

    color: #fff;
    border: 1px solid #306c8b;
    border-radius: 3px;
    background-color: #306c8b;
    background-repeat: no-repeat;
    background-position: 8px center;
}

.sub-menu ul li a:hover
{
    border: 1px solid #255c78;
    background-color: #255c78;
}

.sub-menu ul li a i
{
    margin-right: 6px;
}


.nav-menu
{
    /* border-top: 5px solid #2f88c3; */
    border-bottom: 1px solid #cde8fa;
    /* padding: .95em 20px;
    padding-left: 40px; */
    /*background: #2f88c3;
    border-top: 1px solid #ddd;
    */
}

.nav-menu a {
    color: #000;
}

.nav-menu .search ul
{
    text-align: right;
}

.nav-menu .search ul li
{
    display: inline-block;

    margin-left: 1.2em;
    padding: .45em 0;
}

.nav-menu .search ul li:first-child
{
    margin-left: 0;
}

.nav-menu .search a
{
    display: block;
}

nav
{
    /*background-color: #fff;*/
}

nav ul
{
    /*margin: 0 auto;*/
}

nav ul > li
{
    display: inline-block;

    padding: 0 .75em;
}

nav ul > li > a
{
    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    display: block;

    box-sizing: border-box;
    padding: 0 1em;

    letter-spacing: .02em;
    text-transform: uppercase;

    color: #fff;
    border-radius: 5px;
}

nav ul > li > a.active,
nav ul > li > a:hover,
.sf-menu > li.sfHover
{
    color: white;
    border-radius: 0px;
    background-color: #cde8fa;
    transition: all .3s;
}

.sf-menu
{
    position: relative;

    float: none;

    margin-bottom: 0;
    text-align: center;
}

.sf-menu > li
{
    position: static;

    float: none;

    background: none !important;
    /* margin-right: 2rem; */ /*убрал из-за 80 ПОБЕДА в меню*/
    margin-right: 1.5rem;
}

.sf-menu > li:hover
{
    background: transparent;
}

.sf-menu > li.li-with-ul.sfHover:hover > a:before
{
    position: absolute;
    z-index: 999;
    top: 125%;
    right: 0;
    left: 0;

    display: block;

    /* width: 0;
    height: 0; */
    height: 4px;
    width: 4px;
    margin: 0 auto;

    content: '';

    border-right: 25px solid transparent;
    border-bottom: 8px solid #2d527c;
    border-left: 25px solid transparent;
}

.sf-menu > li > a
{
    position: relative;

    display: block;

    padding: .75em 2.2em .75em 0;
    /* padding: .75em .75em .75em .25em; */
    color: #223240 !important;
    border: 0;
}
.sf-arrows .sf-with-ul {
    padding-right: 1.25em !important;
}
.sf-arrows .sf-with-ul::after
{
    right: 0em;
    /* display: none; */
    border-color: #000 transparent transparent;
}

.sf-menu > li > ul
{
    left: -50px;

    padding-top: 14px;

    box-shadow: none;
}

nav .submenu
{
    padding: 25px 50px;

    border-radius: 0;
    background: #2d527c;
}

nav .submenu h3
{
    margin-bottom: 25px;

    color: #fff;
}

nav .submenu ul > li
{
    display: block;

    background: transparent !important;
}

nav .submenu ul > li a
{
    line-height: 1.2;

    padding: .75em 0;

    color: #fff;
    border: 0;
}

nav .submenu ul > li:hover
{
    background: transparent;
}

nav .submenu ul > li a:hover
{
    opacity: .6;
    color: #fff;
    background: transparent;
}

.intro
{
    padding: 40px 50px;

    border-bottom: 10px solid #fff;
    background: #fff;
}

.intro h6
{
    font-weight: 400;

    margin-bottom: 20px;

    text-transform: uppercase;
}

.intro p
{
    text-align: justify;
}

.intro a
{
    color: rgb(84,84,84);
    border-bottom: 1px dashed #aaa;
}

.intro a:hover
{
    border-bottom: 0;
}


.navigator
{
    margin-top: 30px;
    padding-top: 10px;

    border-top: 1px solid #e0ebf2;
}

.navigator strong,
.navigator a
{
    font-weight: 600 !important;

    margin-right: 5px;
}

.news
{
    margin: 30px 0;
    padding-left: 30px;
}

.news-item
{
    position: relative;

    margin-bottom: 40px;
}

.news-item:before
{
    position: absolute;
    top: 3px;
    left: -24px;

    content: '\f1ea';

    color: #d9e6ef;
}

.news-item h5
{
    margin-bottom: 5px;
}

.news-item h5 a
{
    color: #223240;
}

.news-item .news_timestamp span
{
    font-weight: 600;

    margin-right: 25px;

    color: #00a6b4;
}



h2
{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;

    text-transform: uppercase;
}

h2 > span
{
    color: rgb(153, 153, 153);
}

h3
{
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;

    margin-bottom: .75em;

    text-transform: uppercase;
}

h4,
h5
{
    font-weight: 700;

    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

h4
{
    font-size: 14px;
    line-height: 24px;
}

h5
{
    font-size: 14px;
    line-height: 19px;

    margin-bottom: 20px;

    letter-spacing: .02em;
}



input[type='text']
{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;

    width: 100%;
    padding: .5em 0 .5em 1em;

    color: #223240;
    border: 1px solid #cfdde6;
    border-radius: 5px;
}

textarea
{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    width: 100%;
    padding: .5em 1em .5em 1em;

    color: #223240;
    border: 1px solid #cfdde6;
    border-radius: 5px;
}

input[type='submit']
{
    padding: 5px 10px;

    border: 0;
    /*margin-top: 10px*/
}

input[type='submit']:hover
{
    cursor: pointer;
}

input[type='text']:focus,
textarea:focus
{
    border: 1px solid #bed0db;
}

.form-control
{
    font-size: 16px;

    -webkit-transition: all .1s ease 0s;
            transition: all .1s ease 0s;
}

.form-control-notvalid
{
    -webkit-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
}

.sod_select
{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;

    padding: .5em 0 .5em 1em;

    color: #8891a8;
    border-radius: 5px;
}

.sod_select::before
{
    display: none;
}

.sod_select::after
{
    font-size: 14px;

    right: 14px;

    content: '\f107';
}

.sod_select.focus
{
    color: #8891a8;
    border: 1px solid #bed0db;
    box-shadow: none;
}

.sod_select .sod_list_wrapper
{
    font-weight: 400 !important;

    color: #223240 !important;
    border: 1px solid #cfdde6;
    border-radius: 5px;
}

.sod_select .sod_option
{
    padding: .5em 0 .5em 1em;
}

.sod_select .sod_option.active
{
    color: #223240;
    background: #e0ebf2;
}

.sod_select .sod_option.selected
{
    font-weight: 400;
}

#poll-form
{
    width: 80%;
    padding: 15px 35px 20px;

    border: 1px solid #e0ebf2;
    border-radius: 5px;
    background: #fff;
}

#poll-form .flexslider
{
    background: #fff;
}

#poll-form .flexslider ul
{
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#poll-form .flexslider ul li
{
    padding-left: 0;
}

#poll-form .flexslider ul li:before
{
    display: none;
}

#poll-form .flexslider h5
{
    margin-bottom: 20px;
}

.poll-btn {
    margin: 3px;
}

.poll-navigation .btn
{
    display: inline-block;

    margin-right: 10px;
    padding: 13px 22px;
}

.gritter-item-wrapper
{
    margin: 0;
}

.gritter-title
{
    font-size: 17px;
}


aside > img
{
    width: 100%;
}

aside > blockquote
{
    overflow: hidden;

    margin-bottom: 28px;

    border-radius: 5px;
    background-color: #e0ebf2;
}

aside > blockquote .blockquote-title
{
    border-radius: 5px;
}


aside > blockquote ul
{
    margin: 0;
}

aside > blockquote ul > li
{
    margin: 7px 0;
}

aside > blockquote ul > li > a
{
    font-size: 14px;
    line-height: 21px;

    position: relative;

    display: block;

    padding: 0 0 0 11px;

    color: #223240;
}

aside > blockquote ul > li > a:hover
{
    text-decoration: underline;
}

blockquote ul .fa-my-list:before
{
    position: absolute;
    top: 3px;
    left: 0;

    content: '\f0da';

    color: #a6b9ca;
}

.blockquote-title
{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;

    padding: 15px 23px;
}

.blockquote-content
{
    padding: 10px 23px 15px;
}

.breadcrumbs
{
    line-height: 18px;

    padding: 15px 50px;

    color: #fff;
    background-color: #0380bd;
}

.breadcrumbs a {
    color: #fff !important;
}


.breadcrumbs > ul > li
{
    display: inline-block;
}

.breadcrumbs > ul > li:after
{
    margin: 0 .3em 0 .6em;

    content: '\f105';
    color: #fff;
}

.breadcrumbs > ul > li:last-child:after
{
    content: '';
}

.breadcrumbs > ul > li > a
{
    color: #223240;
}

.breadcrumbs > ul > li > a:hover
{
    text-decoration: underline;
}

article
{
    padding: 40px 50px;

    background: #fff;
}
article strong {
    font-weight: bold !important;
}

article h5
{
    margin: 1.2em 0 .75em;
}

article h4
{
    margin: 1.2em 0 .75em;
}

article h6
{
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;

    margin: 1.2em 0 .75em;

    letter-spacing: .055em;
    text-transform: uppercase;
}

article ul
{
    /*max-width: 70%;*/
    margin: .75em 0;
    padding-left: 15px;
}

article img
{
    max-width: 100%;
    height: auto !important;
}

article ul li
{
    font-size: 14px;
    line-height: 21px;

    position: relative;

    padding-left: 15px;
}

article ul li:before
{
    position: absolute;
    top: 7px;
    left: 3px;

    display: block;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background: rgb(82,82,82);
}

article a
{
    color: #2f88c3;
}

article a:hover
{
    text-decoration: underline;
}

article p span
{
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

article .files
{
    margin-top: 25px;
}

article iframe
{
    margin: 20px 0;
    max-width: 100%;
}

article .map-block
{
    padding: 0;

    border: 0;
}

.sitemap ul
{
    max-width: 100%;
}

main
{
    position: relative;

    padding: 65px 0;
}

article > blockquote
{
    margin: 1.5em 0;
    margin-bottom: 1.2em;

    border-radius: 0;
    background-color: #fff;
}

blockquote .title
{
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;

    position: relative;

    margin: .9em 0 0;
    padding: .77em 1.2em;

    color: white;
    border-radius: 5px;
    background-color: rgb(3, 155, 228);
}

article > blockquote [data-control]
{
    font-size: 16px;
    font-weight: 600;

    padding: 10px 50px 10px 23px;

    color: #fff;
    border-radius: 0;
    background: #2f88c3;
}


.accordion-content
{
    padding: 8px 23px !important;
}




article > blockquote [data-control] span::after
{
    font-size: 16px;

    position: absolute;
    top: 11px;
    right: 17px;

    content: '\f055';
}

article > blockquote .open [data-control] span:after
{
    content: '\f056';
}

article > blockquote [data-content] > ul > li
{
    font-size: 14px;
    line-height: 22px;
}



article > blockquote [data-content] > *
{
    padding: 0;
}

article form
{
    width: 60%;
    margin: 2em 0;
    padding: 0 30px;
}

form .field
{
    margin: .75em 0;
    /*overflow: hidden;*/
}

form .field p
{
    margin-top: 0;
}

.service-list {
    /* min-height: 300px; */
    padding: 30px 50px;
    background: #2f88c3 no-repeat scroll 100% 0 / contain;
}

.service-item
{
    margin: .6em 0;
    padding: 10px;

    background: white;
}

.service-item i
{
    font-size: 18px;

    color: #bac5ca;
}

.service-item img
{
    display: block;
    float: left;

    height: 100%;
    margin-right: 10px;
}

.service-item p
{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;

    display: block;

    margin: 0;

    text-transform: uppercase;

    color: black;
}

.usl-block {
    /*padding: 40px 50px;*/
    background: #2f88c3 none repeat scroll 0 0;
}

.usl-block-item {
    margin: 0;
    padding: 25px;
    text-align: center;
    background: #ffffff none repeat scroll 0 0;
    border-right: 1px solid #cde8fa;
    border-bottom: 1px solid #cde8fa;
}

.usl-block-item:last-child {
    border-right: 0;
}


.usl-block-item h3 {
    text-align: center;
    color: #037dd1;
    font-size: 22px !important;
}

.usl-block-item p
{
    font-size: 12px;
    line-height: 18px;

    margin-bottom: 0;

    text-align: center;
}

.usl-block-item .picture
{
    display: table;

    width: 128px;
    height: 128px;
    margin: 0 auto 20px;

    text-align: center;
    border-radius: 50%;
    display: none;
}


.usl-block-item .cell
{
    display: table-cell;

    width: 100%;

    text-align: center;
    vertical-align: middle;
}

.usl-block-item svg
{
    width: 60%;
}

.usl-block-item:hover
{
    background: #ebf1f5;
}

/*.service-sheduler
{
    padding: 35px 25px;

    border: 1px dashed #bbb;
}*/

.map-block
{
    overflow: hidden;

    padding-top: 40px;
    /* padding: 40px 50px; */

    border-bottom: 1px solid #cde8fa ;
    background: #fff none repeat scroll 0 0;
}

#main .container {
    box-shadow: 0 0 4px #42648a;
}

.ligot-block
{
    overflow: hidden;

    padding: 50px;

    border-bottom: 1px solid #cde8fa ;
    background: #fff none repeat scroll 0 0;
}

.ligot-item
{
    margin: 20px 0 10px;
    padding: 25px;

    background: #2f88c3;
    color: #fff;
}

.ligot-item p {
    color: #fff;
}

.ligot-item:hover
{
    /* Для Firefox */ /* Для IE */
    -webkit-transform: scale(1.06, 1.06); /* Для Safari, Chrome, iOS */ /* Для Opera */
            transform: scale(1.06, 1.06);
}

.internet-block
{
    overflow: hidden;

    min-height: 270px;
    padding: 0px 50px;
    background: #f1f2f2;
    /* background: #f1f2f2 url('images/internet.png') no-repeat scroll 0 0 / cover; */
}

.internet-item
{
    float: right;

    margin-left: 50%;
    padding: 25px;
}

.about-icons-rasp-btns {
    background: #2f88c3;
    padding: 40px;
}

.about-icons-rasp-btns p {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 5px;
}

.about-icons-rasp-btns .btn {
    border: 1px solid #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 56px;
    padding: 0 25px;
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.about-icons-rasp-btns .btn i {
    font-size: 20px;
    margin-right: 7px;
}

.internet-item p
{
    margin-bottom: 30px;
}

.internet-item p a
{
    color: rgb(84, 84, 84);
    border-bottom: 1px dashed #aaa;
}

.internet-item p a:hover
{
    border-bottom: 0;
}

.internet-item .btn
{
    text-align: left;
}

.news-block
{
    padding: 40px 50px;

    background: #fff;
}

.news-filter
{
    /*background: #f1f2f2;
    margin: 25px 0;*/
}

.news-filter a
{
    margin-right: 12px;

    color: #545454;
    border-bottom: 1px dashed #545454;
}

.news-filter a.active
{
    border-bottom: 0;
}

.news-filter-rub
{
    padding: 12px 25px;
}

.news-filter-rub a
{
    margin: 0 3px;

    color: #718a95;
}

.news-list-not
{
    display: none;
}

.news-list
{
    min-height: 400px;
}

.news-list .item {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    padding: 0;
    padding-bottom: 26px;
    background: #ebf1f5;
}

.news-list .news-info
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    background: #2f88c3;
}

.news-list .item img
{
    width: 100%;
}

.news-list .item .descr
{
    box-sizing: border-box;
    padding: 15px 25px;

    text-align: left !important;
}

.news-list .item .descr p
{
    font-size: 12px;
    line-height: 18px;

    margin: 0;
}

.news-list .item date
{
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;

    position: absolute;
    top: 15px;
    left: 0;

    padding: 6px 25px;

    text-transform: uppercase;

    color: #fff;
    background: #1ab9dc none repeat scroll 0 0;
}

.news-list .item .public
{
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;

    display: block;

    padding: 8px 25px;

    text-align: left;
    text-transform: uppercase;

    color: #fff;
}

.news-list .item .public i
{
    margin-right: 3px;
}

.news-list .item .statistic
{
    font-size: 11px;
    font-weight: 600;
    line-height: 1.1;

    display: block;

    padding: 8px 0;

    color: #fff;
    background: #00a6b4;
}

.news-list .item .statistic i
{
    margin-right: 4px;
}


#search
{
    width: 100%;
    padding: 0;
}

#search .btn
{
    width: 100%;
    padding: 7px 10px;
}

.search-list
{
    padding-left: 30px;
}

.search-list h5
{
    margin-bottom: 5px;
}

.search-list h5 a
{
    color: #223240;
}

.search-list dt
{
    position: relative;

    margin: 30px 0;
}

.search-list dt:before
{
    position: absolute;
    top: 3px;
    left: -20px;

    content: '\f14c';
    /*font-size: 12px;*/

    color: #2f88c3;
}

.search-list a.search-link
{
    font-weight: 600;

    color: #2f88c3;
}
.search-list p
{
    overflow: hidden;

    max-height: 40px;
    margin-top: 5px;
}

.footer-menu ul
{
    margin: .5em 0;
}

.footer-menu ul > li > a
{
    font-size: 14px;
    line-height: 24px;

    color: rgb(153, 153, 153);
}

#index-news
{
    padding: 50px 0;

    background: #e0ebf2;
}

.index-articles
{
    overflow: hidden;

    border-radius: 5px;
    background-color: white;
}

.index-article
{
    padding: 25px 31px;
}

.index-usl-title {
    background: #2f88c3;
    padding: 30px 50px;
    color: #fff;
}

.index-usl-title h2 {
    margin-bottom: 20px;
}

.icon-box-wrapper {
    background: #fff;
    position: relative;
    z-index: 25;
}

.icon-box a {
    display: block;
    padding: 40px 25px 45px;
    height: inherit;
}

.icon-box a:hover {
    background: #cde8fa;
}

.icon-box-svg {
    text-align: center;
}

.icon-box svg {
    height: 65px;
    margin-bottom: 30px;
}

.icon-box .icon-box__title {
    font-size: 17px;
    margin-left: 0;
    font-weight: 700;
    line-height: 1.3;
    color: #037dd1;
    text-align: center;
    margin-bottom: 8px;
}

.icon-box {
    border-right: 1px solid #cde8fa;
    border-bottom: 1px solid #cde8fa;
}

.sec .icon-box {
    border-bottom: 0 !important;
}

.icon-box .icon-box_content p {
    font-size: 13px;
    text-align: center;
    color: #223240;
    margin-bottom: 0;
}

.banners-descr-item {

    background-color: #fff;

}

.index-usl {
    background: #fff;
    border-bottom: 1px solid #cde8fa;

}

.banners {
    border-right: 1px solid #cde8fa;
    padding-bottom: 15px;
}

.banners-descr-item-descr {
    background: #00a6b4;
}

.banners-descr-item-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    padding: 23px 15px;
    text-transform: uppercase;
    color: #000;
}

.banners-descr-item-time
{
    /*height: 100%;*/
}

.banners-descr-item-time sup
{
    font-size: 12px;
}

.banners-descr-item-descr
{
    padding: 13px 20px;
}

.banners-descr-item-descr p
{
    font-size: 12px;
    line-height: 18px;

    margin: 0;
}

.banners-descr-item-footer
{
    padding: 19px 25px;
}

.banners-descr-item-footer p
{
    font-size: 12px;
    line-height: 18px;

    position: relative;

    margin: 0;
    padding-left: 26px;

    color: #223240;
}

.banners-descr-item-footer p:before
{
    position: absolute;
    top: 2px;
    left: 8px;

    display: block;

    width: 14px;
    height: 11px;

    content: '';

    /*background: url('images/home.png');*/
}

.time-tb
{
    display: table;

    width: 100%;
    height: inherit;
}

.time-cel
{
    font-size: 22px;
    font-weight: 300;
    line-height: 1;

    display: table-cell;

    padding: 0 15px;

    vertical-align: middle;
}

.banners-descr-wrapper .slick-dots {
    overflow: hidden;
    width: 400px;
    padding: 6px 0;
    text-align: center;
}

.banners-descr-wrapper .slick-dots li
{
    display: inline-block;
    overflow: hidden;

    width: 11px;
    height: 11px;
    margin: 0 3px;

    border-radius: 50%;
    background-color: #b0d8e6;
}

.banners-descr-wrapper .slick-dots li:hover,
.banners-descr-wrapper .slick-dots li button:hover
{
    cursor: pointer;
}

.banners-descr-wrapper .slick-dots li.slick-active
{
    background-color: #00a6b4 !important;
}

.banners-descr-wrapper .slick-dots li button
{
    color: transparent;
    border: 0;
    background: transparent;
}

.banner-nav {

}


.footer-text
{
    margin-top: 1.1em;
}

footer
{
    padding: 0;
}

footer ul > li,
footer p
{
    font-size: 12px;
    line-height: 18px;
}

footer ul > li
{
    /*list-style: outside none decimal-leading-zero;*/
    display: inline-block;

    padding-right: 12px;
}

footer ul > li a
{
    position: relative;

    display: block;
}

footer ul > li a:after
{
    position: absolute;
    top: 10px;
    right: -10px;

    display: block;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: #b7c6cb none repeat scroll 0 0;
}

footer ul > li:last-child a:after
{
    display: none;
}


.footer-menu
{
    overflow: hidden;

    padding: 30px 50px;

    border-bottom: 8px solid #00a6b4;
    background: #0380bd none repeat scroll 0 0;
    color:#fff
}

.footer-menu a,
.footer-menu h3 {
    color:#fff !important;
}

footer p
{
    margin: 0;
}

footer i
{
    display: inline-block;

    width: 3%;
}

footer img
{
    max-width: 100%;
}


footer ul
{
    margin: .5em 0;
}

footer ul a:hover
{
    text-decoration: underline;
}

.fond-poll
{
    width: 100%;
    margin-top: 5px;
    padding: 5px;

    text-align: center;

    //*border: 1px dashed #bbb; *//
    background: #fff;
}

.phone_apps
{
    margin: 20px 0 10px;
    padding: 5px 0;

    border: 1px solid #e2eaf1;
    border-radius: 5px;
}

.phone_app:first-child
{
    border-right: 1px solid #e2eaf1;
}

.phone_app a
{
    line-height: 1.2;

    display: block;

    padding: 6px 3px 6px 37px;

    color: #999;
}

.phone_app a:hover
{
    color: #223240;
}

.phone_app_android
{
    background: url('images/android.png') no-repeat 9px center;
}

.phone_app_iphone
{
    background: url('images/iphone.png') no-repeat 10px center;
}

.copyright
{
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;

    padding: 15px 50px;

    color: #223240;
    background: #fff none repeat scroll 0 0;
}


.btn
{
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;

    display: block;

    box-sizing: border-box;
    padding: 10px 17px;

    text-align: center;
    text-transform: uppercase;

    border-radius: 4px;
}
.new-btn
{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    box-sizing: border-box;
    padding: 10px 17px;
    text-align: center;
    /* text-transform: uppercase; */
    border-radius: 4px;
    margin: 16px 0;
}

.small-btn
{
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;

    display: block;

    padding: 4px 8px;

    text-align: center;
    text-transform: uppercase;

    border-radius: 3px;
}


.blue
{
    color: white;
    background-color: #2f88c3 ;
}

a.blue:hover,
input[type='submit'].blue:hover
{
    background-color: #2575aa ;
}

.grey
{
    color: #fff;
    background-color: #00a6b4;
}

a.grey:hover,
input[type='submit'].grey:hover
{
    background-color: #15a0bf;
}

a.green:hover
{
    background-color: #0095a1;
}





.transparent
{
    min-height: 56px;

    border: 1px dashed #bbb;
}

.google
{
    background-image: url('images/android.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.appstore
{
    background: url('images/iphone.png') no-repeat center center #fff;
}


.arcticmodal-container
{
    width: 983px;
    margin: 0 auto;
}

.modal-header
{
    position: relative;

    padding: 1.5em 4em 1.5em 2em;

    border-radius: 0;
}

.modal-header h2
{
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;

    margin-bottom: 0;

    letter-spacing: .02em;
    text-transform: uppercase;
    text-transform: uppercase;

    color: black;
    color: #fff;
}


.modal-content
{
    padding: 1.5em 2em;

    background-color: white;
}

.modal-content form
{
    padding: .75em 0 0;
}

.fancybox-inner
{
    overflow: hidden;

    border-radius: 0;
}

.fancybox-skin
{
    background: transparent;
}

.fancybox-close
{
    top: 8px;
    right: 8px;

    width: 48px;
    height: 48px;

    background: rgba(0, 0, 0, 0) url('images/close.png') no-repeat scroll center center;
}

.center,
.center > *
{
    text-align: center;
}

.right,
.right > *
{
    text-align: right;
}

.mobile-bar
{
    display: none !important;
}

.pushy
{
    display: none;
}

.logo-img
{
    display: none;
}

.menu-btn
{
    display: none;
}

.mobile-title {
    display: none;
}

.maket
{
    position: absolute;
    z-index: 99999;
    top: 245px !important;
    right: 20px;

    width: 1120px;
    height: 4000px;
    margin: 0 auto;

    opacity: .4;
    background: rgba(0, 0, 0, 0) url('images/shablon.png') repeat scroll 0 0;
}

.text-justify {
    text-align: justify !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    
    .zap_mobile {
        display: none;
    }
    
}


@media only screen and (max-width: 767px)
{
    .index-img-btn {
        top: 0;
    }
    .index-img-parasha {
        left: 0;
        top: 44px;
    }
    .index-img-parasha_2 {
        position: static;
    }
    .index-img-parasha img {
        max-height: 82px;
    }
    .video-mob {
        width: 300px;
        height: auto;
    }
    article iframe
    {
        width: 250px;
        max-width: 250px;
        overflow: auto;
    }
    
    img
    {
        max-width: 100%;
        height: auto !important;
    }

    .menu-btn
    {
        /*position: absolute; */
        position: fixed;
        top: 15px;
        right: 25px;

        display: block;

        border-radius: 2px;
        background: #2f88c3;
        z-index: 8010;
        /* z-index: 999999; */
        /*background: #718a95;*/
    }
    
    .zap_full {
        display: none;
    }
    
    .instruction {
        display: none;
    }
    
    .stavterzdor
    {
        margin-top: 1px;
        width: 100%;
        float: left;
    }
    
    .fond-poll
    {
        display: none;    
    }
    
    
    .menu-btn a
    {
        font-size: 36px;

        display: block;

        padding: 6px 9px;

        color: #fff;
    }

    .logo-svg
    {
        display: none;
    }

    .logo-img {
        display: block;
        width: 25%;
        font-size: large;
        float: left;
        margin-right: 15px;
    }

    .mobile-title {
        display: block;
        width: 68%;


    }

    .time-cel {
        padding: 15px;
    }

    .mobile-title  h1 {
        margin-top: 40px;
        font-family: 'archiveregular';
        font-size: 27px;
        font-weight: 400;
        margin-top: 17px;
        line-height: 1;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #002a60;
    }

    .logo-img img
    {
        width: 100%;
        margin-top: 15px;
    }

    .filials-nav
    {
        margin-top: 15px;

        border-top: 1px solid #ddd;
    }

    .filials-nav ul
    {
        text-align: left;
    }

    .filials-nav li
    {
        margin-right: 10px;
        margin-left: 0;
    }

    .filials span
    {
        font-size: 18px;
        font-weight: 400;

        text-align: left;

        color: #000;
    }

    #mapcontainer > ymaps
    {
        width: 100% !important;
    }

    .pushy
    {
        display: block;
    }

    .container
    {
        width: 100%;
        min-width: inherit;
        max-width: none;
    }

    header
    {
        margin-top: 0;
        padding: 15px 25px;
    }

    .header-wrapper
    {
        overflow: visible;

        padding: 0 0 10px;
    }

    .nav-menu
    {
        display: none;
    }

    nav
    {
        display: none;
    }

    nav ul > li
    {
        display: block;

        padding: 0;
    }

    nav ul > li a
    {
        line-height: 1.2;
    }

    .logo
    {
        margin-left: 0;
    }

    .logo_wrapper
    {
        width: 75%;
    }

    .logo img
    {
        max-width: 100%;
    }

    .usl-block
    {
        padding: 15px;
    }

    .usl-block-item
    {
        padding: 10px 25px;
    }

    .usl-block-item .picture
    {
        display: none;

        width: 50px;
        height: 50px;
        /*float: left;*/
        margin-right: 15px;
        margin-bottom: 0;
    }

    .usl-block-item h3
    {
        font-size: 16px;

        margin-top: 5px;

        text-align: left;
    }

    .usl-block-item p
    {
        text-align: left;
    }

    .service-sheduler
    {
        padding: 0;

        border: 0;
    }

    .service-list
    {
        min-height: inherit;

        background-size: cover;
    }

    .service-item
    {
        padding: 13px 25px;

        border: 1px dashed #bbb;
    }

    .service-item .span_2
    {
        display: none;
    }

    .map-block
    {
        padding: 40px 25px;
    }

    .map-block h3,
    .map-block p
    {
        text-align: left;
    }

    #mapcontainer
    {
        overflow: hidden;

        height: 250px !important;
    }

    .ligot-block
    {
        padding: 30px 25px 20px;
    }

    .ligot-block h3
    {
        text-align: left;
    }

    .internet-block
    {
        min-height: inherit;
        padding: 40px 25px;

        background: #f1f2f2;
    }

    .internet-block .btn
    {
        margin-bottom: 10px;
    }

    .internet-item
    {
        padding: 0;
    }

    .news-block
    {
        padding: 40px 25px;
    }

    #search input[type='text']
    {
        margin-bottom: 10px;
    }

    .sub-menu
    {
        width: 25%;
    }

    .sub-menu ul
    {
        margin: 0;
    }

    .sub-menu ul li span
    {
        display: none;
    }

    .sub-menu ul li a
    {
        font-size: 16px;

        height: 35px;
        padding: 0 9px;

        letter-spacing: 0;
    }

    .sub-menu ul li a i
    {
        line-height: 33px;

        margin-right: 0;
    }

    .personal-room,
    .personal-view
    {
        display: none !important;
    }

    .line
    {
        display: none;
    }

    .mobile-bar
    {
        display: inline-block !important;
    }

    .banners-descr-wrapper .slick-dots
    {
        width: 100%;
    }

    .fancybox-inner
    {
        width: 100% !important;
    }

    .fancybox-opened
    {
        width: 90% !important;
    }

    .fancybox-close
    {
        top: 1em;
        right: 1em;
    }

    .modal-header
    {
        padding: 20px 50px 20px 20px;
    }

    .modal-content
    {
        padding: 20px;
    }


    .intro
    {
        padding: 15px 25px;
    }

    .logo .span_4
    {
        width: 32.0%;
    }
    .logo .span_8
    {
        width: 66.0%;
    }


    .service-list
    {
        padding: 15px;
    }

    main
    {
        padding: 10px 15px;
    }

    aside .quick-btn,
    .poll-banner
    {
        display: none;
    }

    article
    {
        padding: 20px 25px;
    }

    article ul
    {
        max-width: 100%;
    }

    .breadcrumbs
    {
        padding: 15px 25px;
    }

    .index-articles
    {
        border-radius: 0;
    }

    .index-article
    {
        padding: 25px 15px;
    }

    .index-news-items
    {
        padding: 25px 15px;
    }

    #art-nav
    {
        right: 15px;
    }

    .article-info ul li
    {
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .slicknav_menu
    {
        display: block;
    }

    .slicknav_menu .slicknav_menutxt
    {
        color: #fff;
    }

    .slicknav_nav
    {
        margin-top: 10px;

        border-radius: 5px;
    }

    .slicknav_btn
    {
        border-radius: 5px;
    }

    aside blockquote
    {
        display: none;
    }

    .slicknav_menu
    {
        margin: 15px 0;
    }

    .slicknav_nav a
    {
        margin-bottom: 0;
        padding: 0 20px;
    }

    aside .slicknav_btn
    {
        background: #306c8b;
    }

    aside .slicknav_nav
    {
        background: #e0ebf2;
    }

    aside .slicknav_nav li
    {
        border-bottom: 1px solid #c5d3df;
    }

    aside .slicknav_nav li:last-child
    {
        border-bottom: 0;
    }

    aside .slicknav_nav li a,
    aside .slicknav_nav li a:hover
    {
        color: #223240;
        background: transparent;
    }

    .index-news-item
    {
        display: none;
    }

    .index-news-item:first-child
    {
        display: block;
    }

    .mobile_footer .slicknav_menu
    {
        margin: 5px 0;
    }

    .mobile_footer .slicknav_btn
    {
        background: #00a6b4;
    }

    .mobile_footer .slicknav_nav
    {
        background: #e0ebf2;
    }

    .mobile_footer .slicknav_nav li
    {
        padding: 0;

        list-style: none !important;

        border-bottom: 1px solid #c5d3df;
    }

    .mobile_footer .slicknav_nav li:last-child
    {
        border: 0;
    }

    .mobile_footer .slicknav_nav li a:before
    {
        display: none;
    }

    .mobile_footer .slicknav_nav li a,
    .mobile_footer .slicknav_nav li a:hover
    {
        font-size: 14px;
        line-height: 1.2;

        padding: 12px 20px;

        text-decoration: none;

        color: #223240;
        background: transparent;
    }

    .news-list
    {
        min-height: inherit;
    }

    .news-filter a
    {
        display: inline-block;
    }

    .news-block .right,
    .news-block .right > *
    {
        text-align: left;
    }

    .news-info .public
    {
        width: 74.5%;
        margin-right: 2%;
    }

    .news-info .statistic
    {
        width: 23.5%;
    }

    footer
    {
        padding: 30px 15px 70px;
    }

    .footer-menu
    {
        padding: 30px 25px;
    }

    footer p
    {
        font-size: 14px;

        text-align: center;
    }

    .mobile_footer ul,
    .mobile_footer h6
    {
        display: none;
    }

    .copyright
    {
        font-size: 14px;
        line-height: 21px;

        text-align: center;
    }

    .mobile_apps p
    {
        padding: 0 5%;
    }

    .phone_apps
    {
        padding: 0;

        border: 0;
    }

    .phone_app
    {
        width: 50%;
        margin: 5px 0;

        border: 1px solid #e2eaf1;
        border-radius: 5px;
    }

    .phone_app a
    {
        font-size: 16px;

        padding-top: 14px;
        padding-bottom: 14px;
    }

    .pushy
    {
        background: #718a95;
    }

    .pushy-submenu ul
    {
        padding: 0;

        background: #454549;
    }

    .pushy-submenu-open ul
    {
        max-height: none;
    }

    .pushy-submenu ul li a
    {
        border-bottom: 1px solid rgba(255,255,255, .1);
    }

    .pushy-submenu ul li:last-child a
    {
        border-bottom: 0;
    }
}
