h1,
h2,
p {
    margin: .1em 0
}

.bold,
h1 {
    font-weight: 700
}

.display-inline-block,
.navigation ul li {
    display: inline-block
}

.header .btn span,
.logo h1,
.navigation ul li a,
.record-block .mainsign {
    text-transform: uppercase
}

#m-menu,
#menu {
    list-style-type: none
}

.navigation ul li,
.valign-middle {
    vertical-align: middle
}

#callback .header,
#modalInfo .header,
.breadcrumbs .last,
.breadcrumbs a,
.custom-file-input::before,
.footer .reviews-count,
.italic,
.record-block .sign,
h1 {
    font-style: italic
}

#m-menu ul,
#menu ul,
.breadcrumbs,
.navigation ul,
.top-mobile-menu {
    list-style: none
}

@font-face {
    font-family: Adver Gothic;
    src: url(/media/fonts/AdverGothicC.ttf)
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Calibri;
    font-size: 14px;
    transition: .3s;
    max-width: 1377px
}

h1,
h2 {
    font-size: 2em
}

.nopadding {
    padding: 0!important
}

.nopadding-right {
    padding-right: 0!important
}

.black {
    color: #000
}

.gray {
    color: #ebecec
}

.gray-bg {
    background-color: #ebecec
}

.light-gray {
    color: #e6e6e6
}

.light-gray-bg {
    background-color: #e6e6e6
}

.yellow {
    color: #fef200
}

.yellow-bg {
    background-color: #fef200
}

.blue {
    color: #66c3d0
}

.blue-bg {
    background-color: #66c3d0
}

.light-blue {
    color: #c0e3ec
}

.light-blue-bg {
    background-color: #c0e3ec
}

.white {
    color: #fff
}

.white-bg {
    background-color: #fff!important
}

.orange {
    color: #f6cf2e
}

.orange-bg {
    background-color: #f6cf2e
}

.dark-blue {
    color: #039
}

.dark-blue-bg {
    background-color: #039
}

.red {
    color: red
}

.green {
    color: green
}

.gray2 {
    color: #425666
}

.break-word {
    word-wrap: break-word
}

.required::after {
    content: '*';
    color: red;
    padding-left: 5px
}

.padding-1p {
    padding: 1%
}

.height100 {
    height: 100%
}

.header .ru-btn,
.header .ua-btn {
    width: 31px;
    height: 23px;
    float: right
}

.normal {
    font-weight: 400
}

.font-11em {
    font-size: 1.1em
}

.font-13em {
    font-size: 1.3em
}

.margin-top-05p {
    margin-top: .5%
}

.margin-top-1p {
    margin-top: 1%
}

.margin-top-5p {
    margin-top: 5%
}

.margin-top-7p {
    margin-top: 7%
}

.margin-top-10p {
    margin-top: 10%
}

.margin-top-15p {
    margin-top: 15%
}

.margin-top-20p {
    margin-top: 20%
}

.margin-bottom-1p {
    margin-bottom: 1%
}

.margin-bottom-5p {
    margin-bottom: 5%
}

.header {
    padding: 20px 0
}

.header .ua-btn {
    background: url(/media/img/ua.png) no-repeat;
    background-size: cover;
    margin: 1% .5% 1% 1%;
    border: 2px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.header .ru-btn {
    /* background: url(/media/img/ru.png) no-repeat; */
    background-size: cover;
    margin: 1% 1% 1% .5%;
    border: 2px solid #ccc;
    border-radius: 4px;
    text-align: center;
}

.header .top-whitespace {
    height: 50px;
    z-index: 2
}

.header .bottom-whitespace {
    height: 20px;
    z-index: 2
}

.header .ribbon6 {
    position: absolute;
    left: 25%;
    top: -30%;
    z-index: 2;
    width: 11%;
    height: 30%
}

.header .ribbon1,
.header .ribbon2,
.header .ribbon3 {
    top: -50px;
    height: calc(100% + 70px);
    position: absolute
}

.header .ribbon1 {
    left: 40%;
    z-index: 1;
    width: 4%
}

.header .ribbon2 {
    left: calc(40% + 4%);
    z-index: 3;
    width: 12%
}

.header .ribbon3 {
    left: calc(40% + 4% + 12%);
    z-index: 1;
    width: 3%
}

.header .ribbon4 {
    position: absolute;
    left: 175%;
    top: 0;
    width: 50%;
    height: 100%
}

.logo,
.relative {
    position: relative
}

.header .callme-style,
.header .payment {
    top: 30px;
    left: 20%;
    width: 70%;
    position: relative
}

.header .btn {
    padding: 1% 3%;
    background-color: #ebecec;
    box-shadow: 3px 3px 3px #c7c7c7;
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    border-radius: 3px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s
}

.header .btn:hover {
    background: #c7c7c7;
    box-shadow: 3px 3px 3px #ebecec;
    border-top: 1px solid #ebecec;
    border-left: 1px solid #ebecec
}

.header .payment {
    margin-top: 2%
}

.header .callme-style img,
.header .payment img,
.logo img {
    width: 100%
}

.header .phones,
.header .schedule {
    font-size: 2em
}

.ribbon {
    -ms-transform: skew(30deg);
    -webkit-transform: skew(30deg);
    transform: skew(30deg)
}

.ribbon-reversed {
    -ms-transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg)
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.logo {
    margin: 10% 1%;
    z-index: 4
}

.logo img {
    box-shadow: 5px 5px 5px #333
}

.logo h1 {
    font-size: 1.2em;
    font-family: 'Times New Roman';
    color: #000;
    text-align: center
}

.navigation {
    padding: 0 6%
}

.navigation ul {
    margin: 0;
    padding: 0
}

.navigation ul li {
    padding: 0 0 0 1%;
    line-height: 40px;
    font-weight: 700
}

.navigation ul li ul {
    padding: 10px 0
}

.navigation ul li ul li {
    display: block
}

.navigation ul li .separator {
    width: 2px;
    height: 60px;
    background-color: #fff;
    transform: skew(30deg)
}

.navigation ul li .separator-reversed {
    width: 2px;
    height: 60px;
    background-color: #fff;
    transform: skew(-30deg)
}

.navigation ul li a {
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font-size: 1.1em
}

.navigation ul li a:hover {
    text-shadow: none
}

.navigation-whitespace {
    height: 70px
}

.navigation-whitespace .ribbon5 {
    position: absolute;
    left: 68%;
    top: 0;
    z-index: 3;
    width: 12%;
    height: 100%;
    background: -webkit-linear-gradient(#fef200, transparent);
    background: -o-linear-gradient(#fef200, transparent);
    background: linear-gradient(#fef200, transparent)
}

.menu-previews .apostille:hover,
.menu-previews .flights:hover,
.menu-previews .menu-preview:hover,
.menu-previews .record:hover,
.menu-previews .servicesonline:hover,
.menu-previews .translations:hover,
.menu-previews .visa:hover {
    transform: scale(1.03);
    z-index: 2
}

.menu-previews .record {
    background: url(/media/img/record.png) 50% no-repeat;
    transition: .3s
}

.menu-previews .apostille {
    background: url(/media/img/apostille.png) 50% no-repeat;
    transition: .3s
}

.menu-previews .translations {
    background: url(/media/img/translations.png) 50% no-repeat;
    transition: .3s
}

.menu-previews .flights {
    background: url(/media/img/flights.png) 50% no-repeat;
    transition: .3s
}

.menu-previews .visa {
    background: url(/media/img/visa.png) 50% no-repeat;
    transition: .3s
}

.menu-previews .servicesonline {
    background: url(/media/img/servicesonline.png) 50% no-repeat;
    transition: .3s
}

.menu-previews .menu-preview {
    width: 100%;
    height: 380px;
    position: relative;
    background-size: cover;
    transition: .3s
}

.menu-previews .menu-preview .overlay {
    position: absolute;
    height: 20%;
    opacity: .7;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dcdade
}

.menu-previews .menu-preview .overlay-left {
    position: absolute;
    height: 20%;
    opacity: .7;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(left, #a4e0fe, #dcdade);
    background: -o-linear-gradient(left, #a4e0fe, #dcdade);
    background: linear-gradient(to right, #a4e0fe, #dcdade)
}

.menu-previews .menu-preview .overlay-right {
    position: absolute;
    height: 20%;
    opacity: .7;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(right, #a4e0fe, #dcdade);
    background: -o-linear-gradient(right, #a4e0fe, #dcdade);
    background: linear-gradient(to left, #a4e0fe, #dcdade)
}

.menu-previews .menu-preview .sign {
    position: absolute;
    font-size: 1.4em;
    bottom: 5%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #052453;
    text-shadow: 0 0 5px #5e5e5e;
    text-transform: uppercase;
    font-family: 'Adver Gothic'
}

.text-content {
    margin: 1% 0;
    z-index: 3
}

.padding-tb-1p {
    padding-top: 1%;
    padding-bottom: 1%
}

.orders-count {
    font-size: 2em;
    color: #039;
    font-weight: 700
}

.orders-sign {
    font-size: 1.3em;
    color: #039
}

.record-block {
    border: 5px solid #e6e6e6;
    z-index: 3
}

.record-block .overlay {
    position: absolute;
    background: -webkit-linear-gradient(left, #cbcbcc, #fff);
    background: -o-linear-gradient(left, #cbcbcc, #fff);
    background: linear-gradient(to right, #cbcbcc, #fff);
    opacity: .7;
    top: 0;
    left: 0;
    height: 100%
}

.record-block .mainsign {
    font-size: 2.3em;
    color: #039;
    font-weight: 700;
    margin-top: 2%
}

.record-block .sign {
    font-size: 1.9em;
    color: #039;
    font-weight: 700;
    margin-top: 2%
}

.record-block img {
    width: 90%
}

.footer .top-whitespace {
    height: 30px;
    z-index: 1
}

.footer .bottom-whitespace {
    height: 50px
}

.footer i.mdi {
    transition: .2s;
    font-size: 3.7em;
    position: relative;
    top: 4px;
    cursor: pointer
}

.footer .mdi-google-plus-box:hover {
    color: #db4437
}

.footer .mdi-facebook-box:hover {
    color: #3b5998
}

.footer .mdi-twitter-box:hover {
    color: #1da1f2
}

.footer .copyright {
    font-size: 1.2em;
    padding-left: 2%
}

.footer .ribbon1 {
    position: absolute;
    width: 4.5%;
    height: 163%;
    top: -40%;
    left: 25%;
    z-index: 2;
    background: -webkit-linear-gradient(bottom, #fef200, transparent);
    background: -o-linear-gradient(bottom, #fef200, transparent);
    background: linear-gradient(to top, #fef200, transparent)
}

.footer .ribbon2 {
    position: absolute;
    width: 4.5%;
    height: 23%;
    top: 100%;
    left: 34%;
    z-index: 1
}

.footer .ribbon3 {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 80%
}

.footer .ribbon3::before {
    content: '';
    position: absolute;
    left: -40%;
    width: 70%;
    height: 100%;
    background: #c0e3ec;
    transform: skew(-20deg)
}

.footer .bottom-menu {
    list-style: none;
    font-size: 1.5em;
    font-family: Calibri;
    font-weight: 700
}

.footer .bottom-menu li {
    display: inline-block;
    padding: 1%
}

.footer .bottom-menu a {
    color: #000;
    text-decoration: none
}

.footer .bottom-menu a:hover {
    color: #000;
    text-decoration: underline
}

#m-menu li .main,
#menu li .main,
#onleave .review-btn a:hover,
.breadcrumbs .last:hover,
.left-services .block a:active,
.left-services .block a:hover,
.top-mobile-menu li a {
    text-decoration: none
}

.footer .reviews-block {
    transform: skew(-20deg);
    background-color: #4c4b4d;
    padding: 1% 3%;
    width: 30%;
    position: relative;
    float: right
}

.footer .reviews-block .ribbon-reviews {
    position: absolute;
    left: -1px;
    top: -15%;
    background-color: #f6cf2e;
    width: 25%;
    height: 130%
}

.footer .reviews-block .ribbon-reviews span {
    position: absolute;
    transform: skew(20deg);
    font-size: 2em;
    padding: 15% 25%;
    color: #4c4b4d;
    font-weight: 700
}

.footer .reviews-block .stars-block {
    margin-left: calc(35% - 1px);
    transform: skew(20deg)
}

.footer .reviews-block .stars-block .start-empty {
    background: url(/media/img/rating/star_empty.png) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 1%;
    width: 17px;
    height: 17px
}

.footer .reviews-block .stars-block .start-half {
    background: url(/media/img/rating/star_half.png) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 1%;
    width: 17px;
    height: 17px
}

.footer .reviews-block .stars-block .start-full {
    background: url(/media/img/rating/star_full.png) 50% no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 1%;
    width: 17px;
    height: 17px
}

.footer .reviews-count {
    width: 30%;
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #4c4b4d;
    float: right;
    padding: .5% 3%
}

.footer .scrollback {
    position: absolute;
    bottom: 4%;
    right: 1%;
    background: url(/media/img/scrollback.png) 50% no-repeat;
    background-size: contain;
    width: 55px;
    height: 55px;
    cursor: pointer;
    transition: .2s ease-in;
    opacity: .8
}

.footer .scrollback:hover {
    transform: scale(1.1);
    opacity: 1
}

.collapse-link {
    height: 135px;
    font-size: 2em;
    font-weight: 700;
    background: #FFFACD;
    padding: 1% 4%;
    z-index: 4;
    cursor: pointer;
    text-align: center;
    margin-right: 1%;
    margin-bottom: 5px;
    border: 3px solid #cecece;
    transition: .2s
}

.collapse-link:hover {
    background: #eee
}

.collapse-link span {
    line-height: 115px;
    font-family: 'Trebuchet MS';
    background-color: #565656;
    color: transparent;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text
}

.left-menu .title,
.left-services .block .title {
    font-family: 'Adver Gothic';
    text-transform: uppercase
}

.collapse-content {
    background: #eee;
    padding: 2%
}

.collapse-content .title {
    font-size: 1.5em
}

.breadcrumbs .last,
.breadcrumbs .separator,
.breadcrumbs a {
    font-size: 1em;
    display: inline-block;
    padding: 0 3px
}

.breadcrumbs {
    position: relative;
    top: -60px;
    z-index: 3
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs .last {
    color: #333
}

.left-menu {
    z-index: 3;
    background: #66c3d0
}

.left-menu .title {
    padding: 5%;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 3px 3px 4px #000, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    text-align: center
}

.left-menu .button {
    background: -webkit-linear-gradient(#c0e3ec, #66c3d0);
    background: -o-linear-gradient(#c0e3ec, #66c3d0);
    background: linear-gradient(#c0e3ec, #66c3d0);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3%;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 1px #333;
    font-size: 18px;
    font-size: 1.4em;
    color: #fff;
    width: 100%;
    cursor: pointer;
    transition: .2s
}

.left-menu .button:hover {
    background: -webkit-linear-gradient(#66c3d0, #c0e3ec);
    background: -o-linear-gradient(#66c3d0, #c0e3ec);
    background: linear-gradient(#66c3d0, #c0e3ec)
}

.uptop40px {
    position: relative;
    top: -40px
}

.left-menu .menu-collapsible {
    width: 100%;
    background: #c0e3ec;
    text-align: left;
    padding-left: 0
}

.left-menu .menu-collapsible a {
    color: #000;
    display: block;
    border: 1px solid #fff;
    padding: 3% 8%;
    font-size: 1.1em;
    font-weight: 700;
    font-style: italic;
    transition: .2s
}

.left-menu .menu-collapsible a:hover {
    text-decoration: none;
    background: #66c3d0
}

.left-services {
    z-index: 3;
    margin: 10% 0
}

.left-services .block {
    width: 100%;
    border: 3px solid #666;
    height: auto;
    position: relative;
    margin: 3% 0
}

.left-services .block .title {
    padding: 5%;
    font-size: 1.4em;
    color: #fff;
    text-shadow: 3px 3px 4px #000, -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    z-index: 2;
    position: relative;
    min-height: 50%;
}

.left-services .block .button {
    padding: 5%;
    position: relative;
    min-height: 50%;
}

.left-services .block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .4;
    z-index: 1
}

.left-services .block .button a {
    display: block;
    width: 80%;
    margin-left: 10%;
    border: 2px solid #9b9b9b;
    background: 0 0;
    box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .6), inset -3px -3px 3px rgba(120, 120, 120, .6), inset 0 0 100px rgba(255, 255, 255, 1);
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 3%;
    margin-top: 5%;
    position: relative;
    z-index: 2;
    transition: 50ms
}

.left-services .block a:active {
    box-shadow: inset 3px 3px 3px rgba(120, 120, 120, .6), inset -3px -3px 3px rgba(255, 255, 255, .6), inset 0 0 100px rgba(255, 255, 255, 1)
}

#menu {
    margin: 0;
    padding: 0
}

#menu li .main,
#menu li .main:hover {
    padding: 2% 4%;
    width: 100%;
    display: block
}

#menu li .main {
    color: #909090;
    background: -webkit-linear-gradient(to bottom, #f0f0f0, #f3f3f3, #f0f0f0);
    background: -o-linear-gradient(to bottom, #f0f0f0, #f3f3f3, #f0f0f0);
    background: linear-gradient(to bottom, #f0f0f0, #f3f3f3, #f0f0f0);
    border: 1px solid #c3c2c2;
    border-radius: 4px;
    text-shadow: #ddd 2px 2px 0;
    margin: 1% 0 0
}

#menu li .main:hover {
    background: -webkit-linear-gradient(to right, #66c3d0, #c0e3ec, #66c3d0);
    background: -o-linear-gradient(to right, #66c3d0, #c0e3ec, #66c3d0);
    background: linear-gradient(to right, #66c3d0, #c0e3ec, #66c3d0);
    border: 1px solid #66c3d0;
    color: #fff;
    text-shadow: #66c3d0 2px 2px 0
}

#menu li a span {
    font-size: 1.5em;
    padding: 3%
}

#menu .glyphicon-chevron-down,
#menu .glyphicon-chevron-right {
    color: #fff;
    text-shadow: -1px 0 #c3c2c2, 0 1px #c3c2c2, 1px 0 #c3c2c2, 0 -1px #c3c2c2;
    font-size: 1.5em;
    margin-top: 15%
}

#m-menu {
    margin: 0;
    padding: 0
}

#m-menu li .main {
    color: #909090;
    background: -webkit-linear-gradient(to bottom, #f0f0f0, #f3f3f3, #f0f0f0);
    background: -o-linear-gradient(to bottom, #f0f0f0, #f3f3f3, #f0f0f0);
    background: linear-gradient(to bottom, #f0f0f0, #f3f3f3, #f0f0f0);
    border: 1px solid #c3c2c2;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-shadow: #ddd 2px 2px 0;
    padding: 2% 4%;
    margin: 1% 0 0
}

#m-menu .menu-collapsible {
    padding-left: 0
}

#m-menu .menu-collapsible li {
    background: #f4f4f4;
    font-size: 1.4em;
    padding: 1%;
    border-bottom: 1px solid #000
}

#m-menu li .main:hover {
    background: -webkit-linear-gradient(to right, #66c3d0, #c0e3ec, #66c3d0);
    background: -o-linear-gradient(to right, #66c3d0, #c0e3ec, #66c3d0);
    background: linear-gradient(to right, #66c3d0, #c0e3ec, #66c3d0);
    border: 1px solid #66c3d0;
    width: 100%;
    display: block;
    color: #fff;
    padding: 2% 4%;
    text-shadow: #66c3d0 2px 2px 0
}

#callback,
#modalInfo,
#overlay {
    position: fixed;
    display: none
}

#m-menu li a span {
    font-size: 1.5em;
    padding: 3%
}

#m-menu .glyphicon-chevron-down,
#m-menu .glyphicon-chevron-right {
    color: #fff;
    text-shadow: -1px 0 #c3c2c2, 0 1px #c3c2c2, 1px 0 #c3c2c2, 0 -1px #c3c2c2;
    font-size: 1.5em;
    margin-top: 15%
}

.dropdown-menu {
    background: #66c3d0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto
}

.article .date,
.article .showmore,
.full-article .date {
    background: #66c3d0;
    font-size: 1em;
    border-radius: 4px;
    font-weight: 700
}

.article .date {
    color: #fff;
    padding: 1% 3%
}

.article img {
    width: 100%
}

.article .description {
    font-size: 1em;
    color: #333
}

.article .showmore,
.full-article .date {
    color: #fff
}

.article .showmore {
    text-transform: uppercase;
    padding: 1% 4%
}

.full-article img {
    float: left;
    width: 50%;
    padding: 0 2% 2% 0
}

.full-article .date {
    padding: .5% 1.5%
}

#overlay {
    background-color: #000;
    opacity: .5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

#callback, #modalInfo {
    width: 40%;
    left: 30%;
    top: -20%;
    z-index: 101;
    padding: 2%;
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px #000
}

#callback .header, #modalInfo .header {
    font-size: 1.7em;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 3px #000;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 4%
}

#callback .call-text,
#callback .timer {
    color: #fff;
    font-size: 1.4em;
    text-align: center;
    display: inline-block;
    font-weight: 700
}

#callback .call-text {
    background: #5f6060;
    text-transform: uppercase;
    padding: 1%;
    position: relative;
    z-index: 2;
    transition: .2s;
    cursor: pointer;
    width: 35%
}

#callback .call-text::after,
#callback .call-text::before {
    content: " ";
    width: 20%;
    background: #5f6060;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

#callback .call-text::after {
    transform: skew(-20deg);
    right: -10%
}

#callback .call-text::before {
    transform: skew(20deg);
    left: -10%
}

#callback .timer {
    width: 100%;
    padding: 8px;
    border: 3px solid #fff
}

#callback .close-modal, #modalInfo .close-modal {
    position: absolute;
    top: -6px;
    right: 5px;
    color: #ccc;
    font-size: 2em;
    cursor: pointer
}

.epos-checkbox[type=checkbox]:checked,
.epos-checkbox[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

.epos-checkbox[type=checkbox]:checked+label,
.epos-checkbox[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

.epos-checkbox[type=checkbox]:checked+label:before,
.epos-checkbox[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.epos-checkbox[type=checkbox]:checked+label:after,
.epos-checkbox[type=checkbox]:not(:checked)+label:after {
    content: '\2714';
    position: absolute;
    top: .15em;
    left: .1em;
    font-size: 1.3em;
    line-height: .8;
    color: #09ad7e;
    transition: all .2s
}

.epos-checkbox[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

.epos-checkbox[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

.epos-checkbox[type=checkbox]:disabled:checked+label:before,
.epos-checkbox[type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd
}

.epos-checkbox[type=checkbox]:disabled:checked+label:after {
    color: #999
}

.epos-checkbox[type=checkbox]:disabled+label {
    color: #aaa
}

.epos-checkbox[type=checkbox]:checked:focus+label:before,
.epos-checkbox[type=checkbox]:not(:checked):focus+label:before {
    border: 1px solid #4778d9
}

label:hover:before {
    border: 2px solid #4778d9!important
}

.custom-file-input {
    outline: 0!important
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden
}

.custom-file-input::before {
    content: 'Прикріпити документи';
    display: inline-block;
    background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 4px;
    padding: 4% 7%;
    outline: 0;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 1.3em
}

#onleave,
#orders-check {
    position: fixed;
    display: none
}

.custom-file-input:hover::before {
    border-color: #000
}

.custom-file-input:active::before {
    background: linear-gradient(to bottom, #e3e3e3, #f9f9f9)
}

.btn-order {
    background: #78cfcf;
    padding: 1% 6%;
    border: 1px solid #b2c4d4;
    color: #fff;
    text-shadow: 1px 1px 2px #555;
    font-size: 2em;
    border-radius: 6px;
    box-shadow: inset 0 0 5px #ccc
}

.error-window,
.success-window {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase
}

.no-overflow-x {
    overflow-x: hidden
}

.top-mobile-menu {
    font-size: 1.5em;
    padding-left: 0
}

.top-mobile-menu li a {
    color: #333;
    padding: 1%
}

#orders-check {
    z-index: 10;
    bottom: 3%;
    left: 3%;
    min-width: 300px;
    min-height: 100px;
    background: #cecece;
    padding: 8px 3em 8px 8px;
    font-size: 1.2em;
    color: #000;
    text-align: left;
    border-radius: 5px;
    box-shadow: -1px 1px 6px #333, 1px -1px 6px #333;
    opacity: .9;
}

#orders-check .dismiss {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 2.5em;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    text-decoration: none !important;
}

#orders-check .dismiss:hover {
    cursor: pointer;
}

#onleave .content-text,
#onleave .heading {
    color: #fff;
    font-style: italic;
    text-shadow: 1px 1px 3px #000
}

#onleave {
    width: 40%;
    left: 30%;
    top: -20%;
    z-index: 101;
    padding: 2%;
    border: 2px solid #fff;
    box-shadow: 2px 2px 5px #000
}

#onleave .heading {
    font-size: 3em;
    font-weight: 700
}

#onleave .content-text {
    font-size: 1.5em
}

#onleave .review-btn a {
    background: linear-gradient(to top, silver, #fff);
    border: 1px solid silver;
    border-radius: 5px;
    color: #3e3e3e;
    font-size: 2em;
    padding: 5% 8%;
    font-weight: 700
}

#onleave a {
    color: #000;
    cursor: pointer
}

.h130px {
    height: 130px
}

.nopadding-sm {
    padding: 0 !important
}

.type-block
{
    text-align: center;
    background: #f2f2f2;
    border: 1px solid #78cfcf;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 20px;
    height: 380px;
    margin-bottom: 40px;
}
.type-block:hover
{
    -webkit-box-shadow: 2px 0px 13px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 0px 13px -1px rgba(0,0,0,0.5);
    box-shadow: 2px 0px 13px -1px rgba(0,0,0,0.5);
}
.type-block .title
{
    color: #000;
}
.type-block .items
{
    color: #000;
    height: 225px;
}
.type-block .items ul
{
    text-align: left;
    color: #000;
    padding-left: 20px;
    list-style: none;
}
.type-block .items li .img
{
    float: left;
    margin-right: 5px;
    width: 28px;
    text-align: center;
}
.type-block .items li .value
{
    margin-left: 30px;
    display: block;
}
.type-block .items li:after
{
    content: '';
    display: block;
    clear: both;
}
.type-block .items ul li + li
{
    margin-top: 15px;
}
.type-block .button
{
    margin-top: 20px;
    height: auto;
}
.type-block .btn
{
    color: #000;
    padding: 10px 30px;
    background: #E89856;
    margin-top: 15px;
    line-height: 1;
}

.type-block .btn.big
{
    margin-top: 0;
    font-size: 28px;
    padding: 15px 30px;
    font-weight: bold;
}

.button-up-down
{
    width: 100%;
    background: #66c3d0;
    height: 100%;
    display: inline-block;
    text-align: center;
    line-height: 100%;
    border: 1px solid #66c3d0 !important;
    color: #000;
    font-size: 50px;
    padding: 7px 0;
}
.button-up-down:hover
{
    color: #000;
    text-decoration: none;
}

.user-items .item
{
	margin-top: 20px;
}

.user-items .number
{
	font-weight: bold;
}

.form-title
{
	font-weight: bold;
	text-align: center;
}

.form-horizontal .row .form-group
{
	margin-left: 0;
	margin-right: 0;
}

.radio-list-item
{
	display: inline-block;
    padding-top: 7px;
}
.radio-list-item + .radio-list-item
{
	margin-left: 10px;
}
.radio-list-item label
{
    font-weight: normal;
}
.set-city + .set-city
{
	padding-left: 10px;
}
.text-right
{
    text-align: right !important;
}
#OsagoForm_foreign
{
	margin-top: 30px;
}

sup.info
{
    border: 1px solid;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    cursor: default;
}
sup.info i {
    line-height: 16px;
}

.form-horizontal .control-label
{
    text-align: left;
}

.padding-0
{
    padding-top: 0;
}

.table-services tbody tr td:nth-child(3) {
    text-align: right;
    min-width: 80px;
}

.links-3
{
    padding: 20px !important;
}

.links-3 a
{
    font-size: 1.3em;
}

.innerslblnav {display:inline-block;width:245px;height:140px;}

.vsplivser {position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    width: 200px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -100px;
    font-weight: bold;
    font-size: 20px;
    line-height: 100px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;}

.galitema:hover .vsplivser {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.galitemeeee .vsplivser {      display: flex;
    align-items: center;
    justify-content: center;  background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0;}
.galitemeeee:hover .vsplivser {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}



.galitema:hover img{ filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */}
.galitema:active img { filter:none; 
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none);
    filter: none;
    filter: none; /* Firefox 4+ */
    filter: none; /* IE 6-9 */}
.bluref {position: absolute;
    width: 100%;
    height: 100%;
    z-index:2;}

.slider-nav {
    margin-top: 25px;
}

body .slick-prev
{
    left: 5px;
    z-index: 1;
}

body .slick-prev::before, body .slick-next::before
{
    font-size: 40px;
}

body .slick-next
{
    right: 25px;
}

.gallery-block
{
    margin-top: 40px;
}

.gallery-block .title
{
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}

.gallery-block .title-block
{
    text-align: center;
}