@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,500,600,700,800&subset=latin,cyrillic-ext";
@import "linearicons.css";
@import "jquery.bxslider.css";
@import "highslide.css";

* {
    box-sizing: border-box
}

a {
    cursor: pointer;
    text-decoration: none
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5
}

input, textarea {
    font-family: "Open Sans"
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    display: block
}

*::-webkit-scrollbar {
    width: 5px;
    position: relative;
    height: 4px
}

*::-webkit-scrollbar-track {
    background: #ddd
}

*::-webkit-scrollbar-thumb {
    background: #fff
}

*::-webkit-scrollbar-thumb:hover {
    background: #333
}

.container {
    max-width: 1310px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px
}

.outer-block {
    float: left;
    width: 100%
}

.button_mobile, .menu-left-button {
    display: none
}

.head-block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 10
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 6px 20px 7px 20px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 2px
}

.btn-xs {
    padding: 4px 15px 5px 15px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 1px
}

.btn-lg {
    padding: 9px 30px 10px 30px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-site {
    background: #fff;
    color: #111;
    transition: .3s;
    border: 1px solid #fff
}

.btn-site:hover {
    color: #fff;
    background: #fff
}

.btn-site-reversed {
    color: #fff;
    background: #fff;
    transition: .3s;
    border: 1px solid #fff
}

.btn-site-reversed:hover {
    background: #fff;
    color: #111
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-secondary {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

nav {
    float: left
}

.head-block .eus-icons, .navbar-fixed .eus-icons {
    display: none
}

nav > ul {
    float: left;
    max-width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

nav ul {
    list-style: none
}

nav > ul > li {
    float: left;
    position: relative;
    padding: 0 10px;
    line-height: 50px
}

nav > ul > li > a {
    float: left;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    padding: 0 10px;
    line-height: inherit
}

nav > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 55;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3)
}

nav > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: .3s
}

nav > ul > li > ul li {
    float: left;
    width: 100%;
    line-height: 2
}

nav > ul > li > ul li ul {
    float: left;
    width: 100%;
    padding: 0
}

nav > ul > li > ul > li a {
    float: left;
    width: 100%;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 14px
}

nav > ul > li > ul > li ul a {
    float: left;
    width: 100%;
    text-decoration: none
}

nav > ul > li > ul > li:last-child a {
    border-bottom: none
}

.li-hover span {
    line-height: inherit;
    float: left;
    width: 100%;
    text-align: center
}

.li-hover > span > i {
    float: left;
    width: 100%;
    text-align: center;
    line-height: inherit
}

.nav {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2
}

.navbar-fixed {
    transition: .5s;
    position: fixed;
    z-index: 100;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    top: -100px;
    background: #fff
}

.navbar-fixed .container {
    position: relative
}

.navbar-fixed nav {
    margin-top: 8px;
    opacity: 0
}

.navbar-fixed .logo__slogan.logo {
    margin: 8px 0
}

.navbar-fixed .logo {
    float: left;
    width: 25%;
    max-width: 347px;
    position: relative;
    margin: 8px 0
}

.navbar-fixed .logo img {
    float: left;
    width: 100%
}

.navbar-fixed .logo__slogan img {
    float: left;
    height: 50px;
    width: auto
}

.navbar-fixed .logo__slogan span {
    font-size: 9.5px;
    float: left;
    padding-left: 10px
}

.navbar-fixed .phones {
    clear: none;
    margin-top: 20px;
    float: left;
    position: relative
}

.phones a > .fa-phone {
    display: none
}

.logo__slogan span, .navbar-fixed .logo {
    color: #fff;
    width: 100%;
    margin-top: 9.5px;
    line-height: 16px
}

.nav-1 {
    height: 51px
}

.phones-mobile {
    display: none
}

.phones a i {
    font-weight: normal;
    line-height: 16px;
    margin-top: 4px
}

.phones a > .fa-phone {
    float: left;
    line-height: 24px;
    margin-right: 4px;
    margin-top: 0
}

.phones a > span {
    line-height: 24px;
    float: left;
    margin-right: 5px;
    white-space: nowrap;
    text-align: center
}

.sub-phones span {
    margin-right: 0;
    width: 100%
}

.eus-icons {
    float: left;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px
}

.eus-icons.icon_mts {
    background-image: url('../images/U8NYGf84qolj.png')
}

.eus-icons.icon_velcom {
    background-image: url('../images/JBjQpYEXTnpZ.png')
}

.eus-icons.icon_life {
    background-image: url('../images/9642NC1ps86C.png')
}

.eus-icons.icon_whatsapp {
    background-image: url('../images/p85zsSDt245V.png')
}

.eus-icons.icon_viber {
    background-image: url('../images/lKFwSSvkKK4U.png')
}

.slide {
    position: relative;
    background-size: cover
}

.slide__image-bg, .image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slides, .slider {
    float: left;
    width: 100%
}

.slide-dark span, .slide-dark p {
    color: #fff
}

.slide-dark__bg:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65)
}

.slide-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner__item {
    position: relative
}

.banner__item::after {
    content: '';
    float: left;
    width: 100%;
    padding-bottom: 100%
}

.banner__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advantages {
    padding: 60px 0 60px 0;
    background: #fff
}

.advantage {
    width: 20%;
    display: table-cell;
    padding-left: 40px;
    position: relative;
    padding-right: 20px;
    vertical-align: top
}

.advantage i {
    float: left;
    width: 100%;
    text-align: center
}

.advantage img {
    height: 40px;
    object-fit: contain;
    object-position: center;
    width: 100%
}

.advantage span, .advantage p {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2
}

.advantage span {
    padding-bottom: 0;
    margin-top: 20px
}

.advantage p {
    margin-top: 5px;
    padding: 0
}

.main-banner {
    float: left;
    width: 100%;
    background-size: cover;
    position: relative;
    padding: 80px 0;
    background-attachment: fixed;
    background-image: url('../images/pFhQJQVpiPFb.jpg')
}

.main-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #005fb8;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: .9
}

.main-banner span.h2, .main-banner p, .main-banner strong {
    float: left;
    width: 60%;
    padding: 0 5%;
    margin: 0;
    position: relative;
    z-index: 2;
    color: #fff
}

.main-banner span.h2 {
    font-size: 42px;
    font-weight: 800
}

.main-banner p {
    padding: 10px 5%;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400
}

.main-banner strong {
    font-size: 20px
}

.main-banner .container {
    position: relative;
    z-index: 2
}

.main-banner a {
    float: right;
    margin-top: 25px;
    margin-right: 15px
}

.main-banner a.btn {
    background: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px
}

.bg, .bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9998;
    top: 0;
    left: 0
}

.bg, .modal, .bg2 {
    display: none
}

.modal {
    position: fixed;
    top: 150px;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    transition: .3s;
    border-radius: 10px
}

.modal-header {
    float: left;
    width: 100%;
    position: relative
}

.modal-header span {
    float: left;
    width: 90%;
    line-height: 50px;
    font-weight: 600;
    padding: 10px 5% 5px 5%;
    font-size: 20px;
    text-transform: uppercase
}

.line-strong {
    float: left;
    width: 100%;
    font-weight: bold;
    padding: 0;
    font-size: 16px;
    margin-top: 30px
}

.modal-header a {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px
}

.modal-content {
    float: left;
    width: 100%;
    padding: 0 5%
}

.modal-content .line {
    float: left;
    width: 100%;
    margin-top: 20px
}

.modal-content .line span {
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.modal-content .line input {
    float: left;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    transition: .3s
}

.modal-content .line textarea {
    float: left;
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    height: 80px;
    resize: none;
    transition: .3s
}

.modal-content .line input:hover, .modal-content .line input:focus {
    outline: none
}

.modal-content .line label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #666
}

.modal-content .main-question-confirm {
    margin: 20px 0 0;
    float: left;
    width: 100%
}

.modal-content .main-question-confirm input {
    float: left;
    margin: 0;
    height: 18px;
    width: 18px
}

.modal-content .main-question-confirm span {
    float: left;
    line-height: 20px;
    margin-left: 5px;
    max-width: calc(100% - 23px)
}

.send-modal-form {
    float: left;
    width: 50%;
    margin: 20px 25%;
    border: none;
    text-align: center;
    padding: 8px 0;
    border-radius: 2px
}

.main-question-confirm {
    font-size: 13px
}

.footer-site-name {
    font-size: 10px
}

.footer-socials {
}

.footer-socials a {
    display: inline-block
}

.footer-socials a:not(.last-child) {
    margin-right: 5px
}

.footer-socials a i {
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    font-size: 20px
}

.footer-author {
    text-align: right;
    float: right
}

.footer-author {
    text-align: center
}

.footer-author a i {
    float: left;
    width: 100%;
    font-size: 22px
}

.footer-author p {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.footer-author a {
    text-decoration: underline
}

.footer__title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase
}

.footer__icon {
    float: left;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin: 1px 10px 1px 0
}

.icon-phone {
    background: url('../fonts/AGhoSiGyPdUh.svg') center no-repeat
}

.icon-email {
    background: url('../fonts/Z4eZGGXw26Xm.svg') center no-repeat
}

.content__wrapper {
    float: left;
    width: 100%;
    color: #555;
    font-size: 15px;
    line-height: 25px;
    text-align: justify
}

.content__wrapper h2 {
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 1.5;
    font-weight: 600
}

.content__wrapper p {
    padding: 0;
    margin: 0
}

.redactor_table {
    border-collapse: collapse;
    border-spacing: 0
}

.redactor_table td {
    padding: 10px;
    border: 1px solid #f0f0f0
}

.redactor_table tr:nth-child(2n+1) td {
    background: #f0f0f0
}

.wrapper__title {
    float: left;
    width: 100%;
    padding: 0
}

.wrapper__title .h2 {
    float: left;
    clear: both;
    font-size: 42px;
    font-weight: 400;
    position: relative;
    margin-bottom: 60px
}

.wrapper__title .h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 5px;
    background: #fff;
    width: 150px
}

.wrapper__title p {
    float: left;
    clear: both;
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 14px
}

.wrapper__title p a {
    color: #fff;
    text-decoration: underline
}

.faq {
    padding: 50px 0;
    position: relative;
    background: #fff
}

.faq:before {
    content: "\f128";
    font-family: 'FontAwesome';
    font-size: 800px;
    position: absolute;
    right: 10%;
    bottom: -200px;
    line-height: 1;
    color: rgba(76, 17, 9);
    opacity: .2
}

.faq__content {
    float: left;
    width: 70%;
    margin-top: 50px;
    position: relative;
    z-index: 2;
    padding: 0
}

.faq__content + .btn {
    float: left;
    clear: both;
    position: relative;
    left: 35%;
    transform: translateX(-50%);
    margin-top: 30px
}

.faq__item {
    float: left;
    width: 100%
}

.faq__item:not(:last-child) {
    margin-bottom: 20px
}

.faq__inner {
    float: left;
    width: 100%;
    position: relative
}

.faq__question {
    float: left;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.faq__question span {
    float: left;
    line-height: 30px;
    color: #fff;
    width: calc(100% - 25px);
    transition: .3s
}

.faq__question i {
    line-height: 30px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.faq__question:hover {
    background: #005fb8
}

.faq__answer {
    width: 100%;
    padding: 10px 15px;
    line-height: 1.7;
    color: #444;
    display: none;
    float: left;
    z-index: 2;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    top: 100%;
    left: 0
}

.faq > i {
    position: absolute;
    right: 20%;
    font-size: 700px;
    bottom: -200px;
    z-index: 0
}

.faq > .container {
    position: relative
}

.reviews-main {
    padding: 100px 0;
    position: relative
}

.reviews-main:before {
    content: "\f0e6";
    font-family: 'FontAwesome';
    font-size: 600px;
    position: absolute;
    right: 5%;
    bottom: 0;
    line-height: 1;
    color: #fff;
    opacity: .1
}

.reviews-main span.h2 {
    display: block;
    margin-bottom: unset;
    width: 100%;
    text-align: center;
    line-height: 90px;
    color: #fff
}

.reviews-main .wrapper__title {
    background: #fff;
    margin-bottom: 20px
}

.reviews-main .wrapper__title .h2:after {
    content: none
}

.reviews-line {
    float: left;
    display: flex;
    flex-wrap: wrap
}

.review-item {
    width: 49%;
    position: relative;
    background: #fdfdfd;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: 1px solid #efefef;
    font-weight: 500;
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.review-item:not(:nth-child(2n+1)) {
    margin-left: 2%
}

.review-data {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #333;
    padding: 0 20px;
    position: relative;
    margin-top: 20px
}

.review-data:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    text-align: center;
    color: #999;
    font-size: 16px
}

.review-data:after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 20px;
    text-align: center;
    color: #999;
    font-size: 16px
}

.reviews-line .review-name {
    float: left;
    width: 100%;
    color: #111;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 800
}

.review-date, .review-rate {
    float: left;
    margin-right: 20px;
    clear: both
}

.review-date {
    line-height: 21px;
    font-size: 11px;
    color: #999
}

.review-rate {
    text-align: right
}

.review-rate i {
    line-height: 16px;
    color: #ffd416;
    margin-left: 2px
}

.review-image {
    float: left;
    width: 15%;
    border-radius: 500px;
    overflow: hidden
}

.review__head {
    float: left;
    width: 85%;
    padding-left: 20px
}

.reviews-line + .btn {
    position: relative;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%)
}

.block-breadcrumb {
    float: left;
    width: 100%;
    background: #f0f0f0;
    margin-bottom: 20px
}

.page_caption, .wrapper-main {
    float: left;
    width: 100%
}

.page_caption {
    padding: 25px 0
}

.page_caption .breadcrumb {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0
}

.page_caption .breadcrumb li {
    float: left;
    position: relative;
    font-size: 12px;
    color: #666
}

.page_caption .breadcrumb li a {
    text-decoration: none
}

.page_caption .breadcrumb li:not(:first-child):before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 0.5em;
    padding: 0 5px;
    vertical-align: middle
}

.page_caption h1 {
    float: left;
    max-width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: 800;
    font-size: 32px
}

.share {
    float: right;
    max-width: 20%
}

.review-form .modal-content {
    padding: 5%
}

.review-form .modal-header {
    padding: 0 5%;
    width: 100%
}

.review-form .review-form-line span {
    float: left;
    width: 100%;
    margin-bottom: 3px
}

.review-form .review-rate {
    float: left
}

.review-form .review-form-line {
    float: left;
    width: 100%;
    margin: 5px 0
}

.review-form .review-form-line span {
    float: left;
    width: 100%;
    margin-bottom: 3px
}

.review-form-line input, .review-form-line textarea {
    border-radius: 2px;
    float: left;
    width: 100%;
    padding: 8px 2%;
    box-sizing: border-box
}

.review-form-line input:hover, .review-form-line input:focus {
    outline: none
}

.review-form-line input:focus {
    border-color: #fff
}

.review-form-line textarea:hover, .review-form-line textarea:focus {
    outline: none
}

.review-form-line textarea:focus {
    border-color: #fff
}

.review-form .main-question-confirm {
    float: left;
    width: 100%;
    line-height: 17px;
    font-size: 12px;
    margin: 10px 0
}

.review-form .btn {
    float: left;
    position: relative;
    margin-top: 15px
}

.review-form.modal h4 {
    float: left;
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px
}

.review-form .close-modal {
    position: absolute;
    right: 5px;
    top: 15px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px
}

.review-form.modal {
    margin-left: -300px
}

.review-form .btn {
    float: left;
    padding: 10px 5%;
    border-color: transparent;
    cursor: pointer
}

.review-form.modal {
    width: 30%
}

.review-form.modal h4 {
    margin-top: 20px
}

.not-auth-review {
    float: left;
    width: 100%
}

.review-rate a {
    float: left;
    width: 20px;
    height: 20px;
    color: #faa605;
    position: relative;
    text-align: left
}

.review-rate a:before {
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 20px
}

.review-rate a:before, .review-rate a:hover:before {
    content: "\f005"
}

.review-rate .active ~ a:before {
    content: "\f006"
}

.review-rate a:hover ~ a:before {
    content: "\f006" !important
}

.review-rate a:hover:before {
    content: "\f005" !important
}

.right-side {
    float: left;
    width: 80%;
    padding-left: 50px
}

.page__files {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.content__general {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.service__list {
    float: left;
    width: 100%
}

.service__item {
    float: left;
    position: relative;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transition: .3s
}

.service__item:hover {
    float: left;
    position: relative;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.service-view1 .service__item {
    width: 100%;
    display: table;
    margin-bottom: 20px
}

.service-view1 .banner__item {
    width: 20%;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.service-view1 .banner__item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    z-index: 2
}

.service-view1 .banner__item:hover:before {
    background: rgba(0, 0, 0, .4)
}

.service-view2 .banner__item {
    float: left;
    width: 100%;
    position: relative
}

.service-view2 .banner__item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0);
    transition: .3s;
    z-index: 2
}

.service-view2 .banner__item:hover:before {
    background: rgba(0, 0, 0, .4)
}

.service-view2 {
    display: flex;
    flex-wrap: wrap
}

.service-view1 .service__info {
    width: 80%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.service-view2 .service__info {
    float: left;
    width: 100%
}

.service-view2.service__line-2 .service__item {
    width: 49%;
    margin-bottom: 20px;
    flex-grow: 1
}

.service-view2.service__line-2 .service__item:nth-child(2n) {
    margin-left: 2%
}

.service-view2.service__line-3 .service__item {
    width: 32%;
    margin-bottom: 20px;
    flex-grow: 1
}

.service-view2.service__line-3 .service__item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%
}

.service-view2.service__line-4 .service__item {
    width: 23%;
    margin-bottom: 40px;
    flex-grow: 1
}

.service-view2.service__line-4 .service__item:not(:nth-child(4n)):not(:last-child) {
    margin-right: 2.66666%
}

.service__link, .service__description, .service__btn {
    float: left;
    clear: both
}

.service-view2 .service__item {
    padding-bottom: 40px
}

.service-view2 .service__item .service__btn {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.service__link {
    font-size: 18px
}

.service-view2 .service__link {
    margin-top: 10px;
    transition: .2s;
    line-height: 1.5
}

.service__description {
    padding: 10px 0;
    font-size: 12px;
    margin: 0 0 10px 0;
    color: #666
}

.left-side__button {
    display: none
}

.left-side, .questions-left {
    float: left;
    width: 20%;
    padding-right: 30px
}

.questions-left .left-side {
    width: 100%;
    padding-right: 0
}

.form-question-dop {
    width: 100%;
    float: left;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px
}

.form-question-dop-icon {
    float: left;
    width: 100%;
    background: url('../images/HDvKK0NREy0J.png') center center no-repeat;
    height: 100px;
    padding: 30px 0
}

.form-question-dop p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.form-question-dop a {
    float: left;
    width: 80%;
    margin: 20px 10% 10px;
    padding: 8px 0;
    transition: .2s;
    font-size: 14px;
    font-weight: 600
}

.form-subscribe {
    float: left;
    width: 90%;
    padding: 20px 5%;
    border-radius: 2px;
    position: relative
}

.form-subscribe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Tb32O2SsMVks.png') 113px 17px no-repeat;
    display: block;
    opacity: 0.2;
    z-index: 1
}

.form-subscribe strong, .form-subscribe p, .form-subscribe div {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%
}

.form-subscribe strong {
    font-size: 16px;
    padding: 0;
    margin: 0
}

.form-subscribe p {
    font-size: 13px;
    padding: 10px 0;
    margin: 0
}

.form-subscribe div input {
    float: left;
    width: 72%;
    height: 32px;
    border: none;
    border-radius: 2px 0 0 2px;
    padding: 0 5%;
    outline: none
}

.form-subscribe div a {
    float: left;
    width: 18%;
    height: 32px;
    line-height: 32px;
    background-image: url('../images/UXezilEjRgQy.png');
    background-position: -245px -332px;
    background-repeat: no-repeat;
    border-radius: 0 2px 2px 0
}

.left-side-news {
    float: left;
    margin-top: 30px;
    width: 100%;
    padding: 0
}

.left-side-news div {
    float: left;
    width: 100%;
    padding: 20px 10%;
    position: relative
}

.left-side-news div:first-child span {
    float: left;
    font-weight: bold;
    font-size: 18px
}

.left-side-news div:first-child a {
    float: right;
    font-size: 14px;
    margin-top: 4px;
    text-decoration: none
}

.left-side-news div:not(:first-child) span {
    font-size: 11px;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.left-side-news div:not(:first-child) a {
    font-size: 14px;
    text-decoration: none;
    float: left;
    width: 100%;
    font-weight: 500
}

.left-side-news div:last-child {
    padding-bottom: 20px;
    margin-bottom: 0
}

.left-side-news div:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0;
    transition: .3s
}

.left-side-news div:not(:first-child):hover:before {
    height: 100%
}

.service__menu {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.service__menu > li {
    float: left;
    width: 100%
}

.service__menu > li a {
    float: left;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 10px;
    transition: .3s
}

.news__items {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%
}

.new__item {
    width: 32%;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 40px
}

.new__link, .new__description {
    float: left;
    clear: both
}

.new__link {
    margin: 20px 0;
    font-size: 15px;
    transition: .2s;
    font-weight: 700;
    color: #111
}

.new__link:hover {
    color: #fff
}

.new__description {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 12px;
    color: #777
}

.new__date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.new__item:nth-child(3n - 1) {
    margin-left: 2%;
    margin-right: 2%
}

.new__item .banner__item {
    float: left;
    width: 100%;
    position: relative
}

.new__date > span {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 30px
}

.new__date > .btn {
    float: right
}

.hover-new {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s
}

.hover-new i {
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 28px;
    opacity: .7;
    border-radius: 50px;
    color: #fff
}

.new__item:hover .hover-new {
    opacity: 1
}

.review__items, .review-send-block, .review__items {
    float: left;
    width: 100%
}

.review-send-block {
    margin-bottom: 40px
}

.review-send-block a {
    color: #fff;
    text-decoration: underline
}

.review-send-block a:hover {
    text-decoration: none
}

.review__item {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.review__image {
    float: left;
    width: 20%
}

.review__info {
    float: left;
    width: 80%;
    padding-left: 20px
}

.review__title, .review__date, .review__rate, .review__content {
    float: left;
    clear: both
}

.review__date {
    padding: 5px 0 10px 0;
    color: #777;
    font-size: 12px
}

.review__rate {
    padding-bottom: 10px
}

.review__title {
    font-weight: 800;
    font-size: 18px
}

.review__rate i {
    color: #faa605
}

.review__content {
    font-size: 14px;
    padding: 0;
    margin: 0
}

.file__icon {
    width: 45px;
    height: 35px;
    display: inline-block;
    float: left
}

.file__icon.pdf {
    background: url("../images/7XVJh26WzQPe.png") 0 0 no-repeat
}

.file__icon.doc {
    background: url("../images/7XVJh26WzQPe.png") 0 -55px no-repeat
}

.file__icon.jpg {
    background: url("../images/7XVJh26WzQPe.png") 0 -110px no-repeat
}

.file__icon.png {
    background: url("../images/7XVJh26WzQPe.png") 0 -165px no-repeat
}

.file__icon.ptt {
    background: url("../images/7XVJh26WzQPe.png") 0 -220px no-repeat
}

.file__icon.txt {
    background: url("../images/7XVJh26WzQPe.png") 0 -275px no-repeat
}

.file__icon.tif {
    background: url("../images/7XVJh26WzQPe.png") 0 -330px no-repeat
}

.file__icon.xls {
    background: url("../images/7XVJh26WzQPe.png") 0 -385px no-repeat
}

.files__body {
    float: left;
    width: 100%
}

.file__item {
    float: left;
    margin: 10px 20px 10px 0;
    color: #1d2029;
    line-height: 35px
}

.file__item:hover {
    text-decoration: none
}

.file__item:hover .file__name {
    text-decoration: none
}

.file__name {
    text-decoration: underline;
    display: inline-block
}

.file__description {
    float: left;
    width: 100%;
    padding: 5px 0 0 0;
    margin: 0
}

.filecovered {
    width: 25%;
    padding: 10px
}

.filecovered img {
    float: left;
    width: 100%
}

.filecovered .file__name {
    float: left;
    width: 100%;
    line-height: 2
}

.filecovered p {
    float: left;
    width: 100%;
    text-decoration: none;
    margin: 7px 0 0 0;
    padding: 0;
    font-size: 13px;
    color: #666;
    line-height: 1
}

.contact__items {
    float: left;
    width: 100%
}

.contact__left {
    float: left;
    width: 25%
}

.contact__right {
    float: left;
    width: 75%;
    padding-left: 50px
}

.map {
    float: left;
    width: 100%;
    height: 500px
}

.contact__item {
    float: left;
    width: 100%
}

.contact__item:not(:last-child) {
    margin-bottom: 20px
}

.contact__item > i {
    float: left;
    width: 60px;
    line-height: 60px;
    margin: 0;
    text-align: center;
    font-size: 25px;
    border-radius: 100px;
    background: #fff;
    color: #111
}

.contact__info {
    float: left;
    width: calc(100% - 80px);
    margin-left: 20px
}

.contact__title {
    font-size: 16px;
    margin-bottom: 3px;
    float: left;
    width: 100%
}

.contact__adress {
    float: left;
    width: 100%
}

.contact__adress p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.contact__adress p:not(:first-child) {
    margin-bottom: 5px
}

.contact__phone {
    float: left;
    width: 100%
}

.contact__phone:not(:last-child) {
    margin-bottom: 5px
}

.contact__phone a {
    float: left;
    line-height: 15px;
    text-decoration: none;
    font-weight: 800
}

.contact__phone strong {
    float: left;
    width: 100%
}

.contact__phone img {
    margin-left: 3px;
    float: left;
    width: 15px;
    height: 15px
}

.contact__phone .phone-desc, .contact__email span {
    font-size: 13px;
    float: left;
    width: 100%
}

.contact__email {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.contact__email:not(:last-child) {
    margin-bottom: 5px
}

.contact__email a, .contact__email span {
    float: left;
    clear: both
}

.contact__email a:hover {
    text-decoration: underline
}

.contact__worktime {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.question_form {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 25px;
    background: url('../images/FMMhn2dUWhSi.png') #eaf0f2 0 0 no-repeat
}

.question_form > div > div {
    float: left;
    width: 33.333%
}

.question_form > div > div.form__1 span {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 13px
}

.question_form > div > div.form__1 p {
    float: left;
    width: 95%;
    font-size: 13px;
    padding-right: 5%
}

.question_form .form_item {
    float: left;
    width: 100%;
    position: relative
}

.question_form .form_item span {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 30px
}

.question_form .form_item span strong {
}

.question_form .form_item input {
    float: left;
    width: 70%;
    padding: 5px 7px;
    display: block;
    position: relative
}

.question_form .form_item textarea {
    float: left;
    width: 70%;
    resize: none;
    padding: 5px 7px;
    height: 100px
}

.question_form input[type=submit] {
    margin-top: 50px;
    cursor: pointer;
    border: none
}

.question_form .contacts-form-success .btn {
    margin-top: 20px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.question_form .success-sub {
    float: left;
    width: 100%;
    text-align: center
}

.question_form .contacts-form-success {
    float: left;
    width: 90% !important;
    margin: 0 5%
}

.question_form .contacts-form-success > div {
    float: left;
    width: 50% !important;
    margin-left: 30% !important;
    margin-right: 20% !important
}

.question_form .contacts-form-success > div i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    float: left;
    margin-right: 20px;
    background: #229416;
    color: #fff
}

.question_form .contacts-form-success > div span, .contacts-form-success > div p {
    float: left;
    width: auto !important;
    max-width: calc(100% - 70px);
    line-height: 1 !important;
    margin: 0 !important
}

.question_form .contacts-form-success > div p {
    padding: 0 !important;
    margin: 20px 0 0 0 !important
}

.question_form .error-question_form {
    float: right;
    width: 66%;
    font-size: 14px;
    color: #df0000
}

.panel-group {
    width: 100%;
    float: left
}

.list-group {
    width: 100%;
    float: left;
    padding: 0 0 20px
}

.list-group .list-group-item {
    padding: 10px;
    font-size: 13px;
    color: #666;
    float: left;
    width: 100%;
    position: relative;
    transition: .2s
}

.list-group .list-group-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: '';
    z-index: 5;
    transition: .2s
}

.ask-comment {
    float: left;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    border: 1px solid #f5f5f5;
    padding: 20px;
    font-size: 13px;
    margin-bottom: 20px
}

.panel .panel-heading .panel-title {
    margin: 0;
    float: left;
    width: 100%
}

.panel-group .panel {
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    float: left;
    margin-bottom: 10px
}

.panel .panel-heading .panel-title a {
    text-decoration: none;
    color: #333;
    width: 100%;
    float: left;
    padding: 15px;
    font-weight: 600
}

.panel-heading:hover .panel-title a {
    color: #111
}

.panel-group .panel-body {
    width: 100%;
    position: relative;
    border-top: 1px solid #ddd;
    float: left;
    padding: 20px
}

.panel-body p {
    margin: 0 !important;
    padding: 0;
    width: 100%
}

.panel .panel-heading {
    cursor: pointer
}

.panel > div:first-child {
    padding: 0;
    background: #f9f9f9;
    float: left;
    width: 100%
}

.collapse {
    display: none
}

#toTop {
    position: fixed;
    bottom: 50px;
    left: 50px;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    z-index: 5
}

#toTop i {
    float: left;
    font-size: 16px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    color: #111
}

.left-side__button {
    display: none
}

.services__main {
    background: #cecece;
    padding-bottom: 80px
}

.services__main .wrapper__title {
    background: #005fb8;
    margin-top: -45px;
    margin-bottom: 20px
}

.services__main .wrapper__title .h2:after {
    content: none
}

.services__main .service__items {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-template-rows: 200px;
    grid-auto-rows: 200px
}

.services__main .service__item {
    float: left;
    position: relative;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.services__main .service__item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .4);
    transition: .3s
}

.services__main .service__item:nth-child(5) {
    grid-column-end: span 2
}

.services__main .service__item:nth-child(6) {
    grid-row-end: span 2;
    display: flex;
    flex-direction: column
}

.services__main .service__item:nth-child(6) > div {
    flex-grow: 1
}

.services__main .service__item {
    display: grid;
    grid-template-columns: 3fr 5fr;
    grid-template-rows: auto 1fr;
    grid-gap: 10px
}

.services__main .service__item > div {
    grid-row-end: span 2
}

.services__main .service__item > div {
    float: left;
    width: 100%
}

.services__main .service__item:not(.get-service-advice) > div {
    position: relative
}

.services__main .service__item > div::after, .service_item a:first-child::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .3s
}

.services__main .service__item:hover > div::after, .service_item:hover a:first-child::after {
    opacity: 1
}

.services__main .service__item:hover > div i, .service_item:hover a:first-child i {
    opacity: 1
}

.services__main .service__item.get-service-advice > div::before {
    content: '';
    float: left;
    width: 100%;
    padding-bottom: 80%
}

.services__main .service__item .linearicons-plus, .service_item .linearicons-plus {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    opacity: 0;
    transition: .3s
}

.services__main .service_item a:first-child {
    position: relative
}

.service__link {
    transition: .2s
}

.services__main .service__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}

.services__main .service__item > span {
    float: left;
    width: 100%;
    line-height: 20px;
    margin: 0 0 5px;
    color: #111;
    font-weight: 500;
    font-size: 18px
}

.services__main .service__item > p {
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #111;
    margin: 0;
    padding: 0;
    overflow: auto
}

.services__main .service__item:hover > span {
    color: #fff
}

.services__main .h2 {
    display: block;
    margin-bottom: unset;
    width: 100%;
    text-align: center;
    line-height: 90px;
    color: #fff
}

.service__items + .btn {
    position: relative;
    margin-top: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.last-news-block {
    padding: 100px 0
}

.last-news-block span.h2 {
    display: block;
    margin-bottom: unset;
    width: 100%;
    text-align: center;
    line-height: 90px;
    color: #fff
}

.last-news-block .wrapper__title {
    background: #fff;
    margin-bottom: 20px
}

.last-news-block .wrapper__title .h2:after {
    content: none
}

.alert-message.alert-error {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2
}

.signup-form button {
    padding: 8px 35px;
    margin-right: 10%;
    border: 0
}

.signup-form {
    position: relative;
    float: left;
    width: 50%;
    margin: 100px 0 100px 25%;
    transition: .2s;
    padding-bottom: 25px
}

.signup-form:after {
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.signup-form:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1
}

.signup-form h2 {
    float: left;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    position: relative;
    z-index: 2
}

.signup-form form {
    float: left;
    width: 100%;
    padding: 0 5%;
    position: relative;
    z-index: 2
}

.signup-form form div {
    float: left;
    width: 100%;
    padding: 0 10%;
    margin-bottom: 20px
}

.signup-form form div label {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.signup-form form div input {
    float: left;
    width: 100%;
    padding: 11px 5%;
    outline: none;
    border-radius: 3px
}

.signup-form form a {
    float: left;
    text-align: center;
    font-size: 13px;
    margin-top: 8.5px
}

.signup-form form a:nth-child(3) {
    margin-left: 10%;
    margin-right: 5%
}

.signup-form form a:hover {
    text-decoration: none
}

.signup-form form input[type=submit] {
    float: right;
    width: 25%;
    margin-right: 10%;
    outline: none;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
    cursor: pointer
}

.banners-block {
    margin: 50px 0
}

.error-content {
    float: right;
    width: 100%
}

.error-left {
    float: left;
    width: 40%
}

.error-left strong {
    float: left;
    width: 100%;
    text-align: center
}

.error-left strong:first-child {
    font-size: 180px
}

.error-left strong:last-child {
    font-size: 40px;
    margin-top: -30px
}

.error-right {
    float: right;
    width: 55%;
    margin: 0 2.5%
}

.error-right h1 {
    float: left;
    width: 100%;
    text-align: left
}

.wrapper-main {
    min-height: calc(100vh - 342px)
}

.c-form__wrapper {
    position: relative;
    z-index: 2;
    padding-top: 250px;
    background: #efefef
}

.c-form__wrapper .container {
    position: relative
}

.c-form {
    width: calc(100% - 30px);
    right: 15px;
    top: 0;
    background: #fff url('../fonts/fmYumxIrHUEQ.svg') no-repeat;
    background-size: contain;
    background-position: 95% center;
    background-origin: content-box;
    background-blend-mode: color-dodge;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    position: absolute;
    transform: translateY(-50%)
}

.c-form__title, .c-form__items {
    float: left;
    width: 100%
}

.c-form__title .title, .c-form__title .sub-title {
    float: left;
    clear: both;
    color: #111
}

.c-form__title .title {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 10px
}

.c-form__title .sub-title {
    font-weight: 300;
    font-size: 22px
}

.c-form__items {
    margin-top: 40px
}

.c-form__items input, .c-form__items .btn {
    float: left;
    margin-right: 10px
}

.c-form__items > input {
    border: none;
    outline: none;
    padding: 15px 25px;
    font-size: 15px;
    font-weight: 400;
    min-width: 300px
}

.c-form__items .btn {
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 48px
}

.c-form .main-question-confirm {
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    line-height: 24px
}

.c-form .main-question-confirm input {
    border: none;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    float: left;
    margin-left: 0
}

.c-form .main-question-confirm a {
    color: #fff;
    text-decoration: underline
}

.co_lines {
    float: left;
    width: 100%;
    position: relative;
    margin: 5px 0
}

.co_lines .img {
    width: 50%;
    margin: 10px 25%;
    position: relative
}

.co_lines .img img {
    float: left;
    width: 100%
}

.co_lines .img input[type=text] {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 3px 0
}

.co_lines .img a {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 29px;
    line-height: 29px;
    text-align: center;
    background-color: #000;
    color: #fff
}

.co_lines .zag_for {
    float: left;
    width: 100%;
    padding: 5px 0
}

.co_lines textarea {
    float: left;
    width: 100%;
    min-height: 70px
}

.add {
    float: left;
    width: 90%;
    margin: 10px 0;
    padding: 5px 5%;
    background: #efefef
}

.add span {
    float: left;
    width: 100px;
    line-height: 25px;
    font-weight: bold
}

.add a {
    float: left;
    line-height: 25px;
    margin-left: 3px
}

.add i {
    float: left;
    font-size: 20px;
    line-height: 25px;
    height: 25px;
    margin: 0 2px
}

.texts select {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px
}

.table-general .add-to-top, .table-general .add-to-bot {
    float: left;
    width: 100%;
    margin: 1px 0;
    text-align: center;
    height: 11.5px;
    line-height: 11.5px
}

.delete-row {
    padding: 0 5px
}

.add-to-left, .delete-col, .add-to-right {
    float: left;
    padding: 5px
}

.co_lines table input {
    float: left;
    width: 100px;
    margin: 0;
    padding: 5px
}

.co_lines .before_send {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: none
}

.content_upload_result {
    float: left;
    width: 100%
}

.content_upload_result table {
    float: left;
    width: 100%
}

.content_upload_result table td {
    padding: 10px
}

.content_upload_result td:first-child {
    width: 100px
}

.content_upload_result table input {
    padding: 5px;
    width: 100%
}

.content_upload_result .upload-img-cancel {
    color: #df0000;
    font-size: 14px
}

.content_upload_result table img {
    width: 100px
}

.del-block {
    position: absolute;
    right: -30px;
    top: 0;
    color: #df0000;
    width: 20px;
    font-size: 20px
}

.gallery_content_block > span {
    float: left;
    line-height: 29px;
    margin-right: 5px;
    font-size: 14px
}

.gallery_count_line {
    float: left;
    width: 10%;
    margin-bottom: 5px;
    padding: 5px 0;
    text-align: center
}

.gallery_content_block > .gallery_content {
    float: right;
    padding: 5px;
    width: 45%
}

.gallery-content-block a span {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 5px 20px;
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.gallery-content-block img {
    width: 100%
}

.admin-panel__save-system-text {
    float: left;
    width: 50%;
    margin: 20px 25%;
    border: none;
    text-align: center;
    padding: 8px 0;
    border-radius: 2px
}

.gallery-2 > a {
    float: left;
    width: 49%;
    position: relative;
    overflow: hidden;
    margin: 5px 0.5%
}

.gallery-3 > a {
    float: left;
    width: calc(100% / 3 - 1%);
    position: relative;
    overflow: hidden;
    margin: 5px 0.5%
}

.gallery-4 > a {
    float: left;
    width: 24%;
    position: relative;
    overflow: hidden;
    margin: 5px 0.5%
}

.gallery-5 > a {
    float: left;
    width: 19%;
    position: relative;
    overflow: hidden;
    margin: 5px 0.5%
}

.gallery-6 > a {
    float: left;
    width: calc(100% / 6 - 1%);
    position: relative;
    overflow: hidden;
    margin: 5px 0.5%
}

.select-language {
    float: left;
    position: relative;
    margin-right: 10px
}

.select-language a {
    float: left;
    color: #000;
    text-transform: uppercase
}

.select-language > a {
    line-height: 50px
}

.select-language a.active {
    color: #fff
}

.select-language ul {
    visibility: hidden;
    width: 100%;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    transition: .3s;
    top: 100%;
    right: 0;
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3)
}

.select-language:hover ul {
    visibility: visible;
    opacity: 1
}

.select-language ul li {
    float: left;
    width: 100%
}

.select-language ul li a {
    float: left;
    width: 100%;
    text-align: center;
    padding: 5px 10px
}

.select-language ul li a:hover {
    background: #efefef
}

.select-language ul li.active a {
    display: none
}

.faq {
    color: #111
}

.bx-wrapper .bx-prev:hover:before, .bx-wrapper .bx-next:hover:before {
    color: #fff
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #fff;
    border: 2px solid #fff
}

.service-feedback-form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 20px
}

.service-feedback-form:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    border-radius: 15px
}

.service-feedback-form > div {
    float: left;
    width: 40%;
    margin: 30px 0 30px 30px;
    position: relative;
    z-index: 3;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7)
}

.service-feedback-form__title {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800
}

.service-feedback-form__desc {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px
}

.service-feedback-form__field, .service-feedback-form__send-btn {
    float: left;
    width: 100%
}

.service-feedback-form__send-btn .btn {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.service-feedback-form__field input, .service-feedback-form__field select, .service-feedback-form__field textarea {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 5px;
    text-align: left
}

.adress, .work-time {
    color: #666;
    font-size: 12px
}

.menu__link {
    color: #000;
    font-weight: 500
}

.menu > .menu__item > a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500
}

.menu > .menu__item:not(.active) a, .menu .li-hover > span > i, .menu .li-hover a {
    color: #fff
}

.menu > .menu__item.active a {
    color: #fff;
    font-weight: 600
}

.menu > .menu__item:not(.active):hover {
    background: #fff
}

.menu > .menu__item:not(.active):hover a {
    color: #000
}

.menu ul li .menu__link {
    font-weight: 500;
    font-size: 13px
}

.menu ul li .menu__link:hover {
    background: #fff
}

.slider-block .slide_content > .slide_right {
    width: 70%;
    left: 15px
}

.slider-block .slide_right > span {
    font-weight: 500;
    font-size: 62px
}

.slider-block .slide_right > p {
    font-size: 18px;
    font-weight: 400
}

.phones a span {
    font-weight: 800;
    transition: .3s;
    color: #000
}

.advantages {
    padding: 50px 0 100px 0;
    background: #fff
}

.advantage i {
    color: #fff;
    font-size: 40px;
    width: 80px;
    line-height: 80px;
    border-radius: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: #005fb8
}

.advantage span {
    font-weight: 500;
    color: #111;
    font-size: 16px
}

.advantage p {
    color: #111;
    font-size: 13px
}

.title-banner {
    font-weight: 800;
    color: #000
}

.main-services .col div p {
    color: #666
}

.button_mobile i, .btn-mobile-2, .menu-left-button i {
    background: #fff;
    color: #000
}

.modal {
    background: #fff
}

.modal-header {
    border-bottom: 1px solid #efefef
}

.modal-header span {
    width: 100%
}

.modal-header a {
    color: #111
}

.modal-content .line input, .modal-content .line textarea {
    border: 1px solid #ccc
}

.modal-content .line input:hover, .modal-content .line textarea:hover {
    border-color: #777
}

.modal-content .line input:focus, .modal-content .line textarea:focus {
    border-color: #fff
}

.modal-content .line label em {
    color: #f00
}

.send-modal-form {
    background: #fff;
    color: #fff
}

.send-modal-form:hover {
    color: #fff
}

.main-question-confirm a {
    color: #fff
}

.main-question-confirm {
    color: #444
}

.review-form span em {
    color: #f00
}

.review-form-line textarea:hover {
    border-color: #777
}

.review-form-line input, .review-form-line textarea {
    border: 1px solid #ccc
}

.review-form-line input:hover {
    border-color: #777
}

.form-question-dop {
    background: #fbfbfb;
    border: 1px solid #f0f0f0
}

.form-question-dop a {
    background: #fff;
    border: 2px solid #fff;
    color: #111
}

.form-question-dop a:hover {
    background: #111;
    color: #fff
}

.left-side-news {
    border: 1px solid #ddd
}

.left-side-news div:first-child span {
    color: #111
}

.left-side-news div:first-child a {
    color: #fff
}

.left-side-news div:first-child a:hover {
    color: #111
}

.left-side-news div:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #ddd
}

.left-side-news div:not(:first-child) span {
    color: #777
}

.left-side-news div:not(:first-child) a {
    color: #111
}

.left-side-news div:not(:first-child):hover a {
    color: #fff
}

.left-side-news div:not(:first-child):before {
    background: #fff
}

.contact__phone a {
    color: #111
}

.contact__email a {
    color: #fff
}

.service__menu > li a {
    color: #666;
    font-size: 13px;
    padding: 10px
}

.service__menu > li:hover a {
    background: #f0f0f0;
    color: #111
}

.service__menu > li.active a {
    background: #fff;
    color: #fff;
    font-weight: 600
}

.service-view2 .service__link {
    font-weight: 700;
    text-decoration: none;
    color: #444;
    font-size: 16px
}

.service-view2 .service__link:hover {
    color: #fff
}

.page_caption .breadcrumb a {
    color: #fff
}

.page_caption .breadcrumb a:hover {
    color: #111
}

.service__link {
    font-weight: bold;
    color: #111
}

.service__link:hover {
    color: #fff;
    text-decoration: none
}

.last-news-block {
    background: #f0f0f0
}

.last-new {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.last-new:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

.last-new:hover span.title {
    color: #fff
}

.last-new span.date {
    color: #999
}

.last-new span.title {
    color: #111
}

.last-news-main .last-new p.news-description {
    color: #333
}

.last-news-main .last-new:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .33)
}

.last-new p {
    color: #666
}

.last-news-main > div a:not(:first-child) {
    font-weight: 600;
    color: #111
}

.last-news-main > div a:not(:first-child):hover {
    color: #fff
}

.footer-block {
    background: #005fb8;
    color: #fff
}

.footer__title {
    color: #fff
}

.footer-menu__link {
    color: #fff
}

.footer-phones a {
    color: #fff;
    font-weight: 600
}

.footer-phones a:hover {
    color: #fff
}

.footer-socials a {
    background: #fff;
    color: #fff;
    border-radius: 50px;
    transition: .3s;
    border: 1px solid #fff
}

.footer-socials a:hover {
    background: #fff;
    color: #fff
}

.footer-author a {
    color: #fff;
    text-decoration: none
}

.footer-author a:hover {
    text-decoration: underline;
    color: #111
}

.phones a > .fa-phone {
    color: #fff
}

.signup-form {
    border: 1px solid #ddd
}

.signup-form:after {
    background: #f9f9f9
}

.signup-form:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.signup-form h2 {
    color: #111
}

.signup-form form {
    color: #111
}

.signup-form form div {
    color: #111
}

.signup-form form div label em {
    color: #df0000
}

.signup-form form div input {
    border: 1px solid #ddd;
    background: #fff
}

.signup-form form a:nth-child(3) {
    color: #111
}

.signup-form form a:nth-child(4) {
    color: #fff
}

.signup-form:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.signup-form form input[type=submit] {
    background: #fff;
    color: #fff
}

.signup-form button {
    float: right;
    color: #fff;
    background: #fff;
    padding: 8px 35px;
    margin-right: 10%;
    border: 0
}

.signup-form button:hover {
    cursor: pointer
}

.alert-message.alert-error {
    color: #f00
}

.signup-form:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.error-right h1, .error-left strong, .error-right a {
    color: #fff
}

.error-right a:hover {
    text-decoration: underline
}

.list-group .list-group-item {
    background: #f9f9f9
}

.list-group .list-group-item.active {
    background: #fff;
    color: #111
}

.list-group .list-group-item:not(.active):hover {
    color: #fff
}

.list-group .list-group-item:not(.active):hover:before {
    background: #fff
}

.left-side__button {
    color: #fff;
    background: #fff
}

.left-side__button i {
    color: #fff
}

.admin-panel__save-system-text {
    background: #fff;
    color: #fff
}

.admin-panel__save-system-text:hover {
    color: #fff
}

@media (max-width: 992px) {
    .service_menu > li.active a {
        color: #fff
    }

    .left-side {
        background: #efefef
    }

    .left-side .service_menu > li a {
        color: #111
    }
}

@media (max-width: 1280px) {
    .left-side-news div:first-child a {
        clear: both;
        float: left
    }
}

@media (max-width: 992px) {
    nav > ul > li > ul, nav > ul > li > ul > li > ul {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        display: none;
        float: left
    }

    nav > ul > li:hover > ul, nav > ul > li > ul > li:hover > ul {
        display: block
    }

    .footer-author {
        margin-top: 20px
    }

    .advantages {
        display: block;
        padding: 20px 0 40px 0
    }

    .adv-bl {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .advantage {
        width: 50%;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        margin-bottom: 10px
    }

    .container {
        padding: 0 15px
    }

    .navbar-fixed .phones {
        display: none
    }

    .navbar-fixed nav {
        float: left;
        width: 80%;
        margin: 10px 10%;
        position: relative;
        transform: none;
        top: auto;
        left: 0;
        display: none
    }

    .navbar-fixed nav > ul {
        float: left;
        width: 100%
    }

    .navbar-fixed nav > ul > li {
        float: left;
        width: 100%;
        line-height: 40px
    }

    .navbar-fixed nav > ul > li > a {
        float: left;
        width: 100%
    }

    .navbar-fixed .logo {
        float: left;
        width: calc(100% - 90px);
        max-width: 100%
    }

    .navbar-fixed .logo img {
        clear: both;
        float: left;
        max-width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .navbar-fixed .logo span {
        float: left;
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 3px;
        font-size: 10px
    }

    .navbar-fixed .logo__slogan.logo, .navbar-fixed .logo {
        margin: 2px 0
    }

    .faq {
        overflow: visible
    }

    .faq:before {
        display: none
    }

    .faq__content {
        width: 100%
    }

    .faq__question {
        position: relative
    }

    .faq__answer {
        position: relative;
        float: left;
        width: 100%
    }

    .faq__question span {
        width: calc(100% - 40px)
    }

    .faq__question i {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%)
    }

    .review-item {
        float: left;
        width: 100%;
        margin: 5px 0 10px
    }

    .main-banner {
        padding: 20px 0
    }

    .main-banner a {
        float: left;
        width: 70%;
        margin: 10px 15%
    }

    .main-banner span.h2, .main-banner p, .main-banner strong {
        width: 100%;
        text-align: center;
        white-space: normal
    }

    .main-banner span.h2 {
        font-size: 28px
    }

    .main-about .wrapper__title .h2:after {
        bottom: -5px
    }

    .main-about .wrapper__title {
        padding-bottom: 20px
    }

    .btn-mobile-1 {
        width: 30px;
        margin: 5px 10px 0 5px
    }

    .button_mobile i, .menu-left-button i {
        display: block;
        float: left;
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 14px;
        border-radius: 2px
    }

    .btn-mobile-2 {
        clear: both;
        min-width: 60%;
        max-width: 100%;
        padding: 5px 20px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        margin: 10px 0
    }

    .button_mobile {
        display: block;
        float: left;
        border-radius: 2px
    }

    .navbar-fixed .button_mobile {
        width: 30px;
        margin: 5px 10px 0 5px
    }

    #toTop i {
        width: 30px;
        line-height: 30px
    }

    #toTop {
        left: 10px;
        bottom: 10px
    }

    .right-side {
        width: 100%;
        padding: 0
    }

    .new__item {
        width: 100%;
        margin: 10px 0
    }

    .new__item:nth-child(3n - 1) {
        margin-left: 0;
        margin-right: 0
    }

    .service__item {
        width: 100% !important;
        margin: 0 !important
    }

    .review__image {
        width: 100%;
        padding: 0;
        margin-bottom: 10px
    }

    .review__info {
        width: 100%;
        padding: 0
    }

    .contact__left {
        width: 100%
    }

    .contact__right {
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }

    .map {
        height: 250px
    }

    .question_form > div > div {
        width: 100%
    }

    .question_form .form_item input, .question_form .form_item textarea {
        width: 100%
    }

    .left-side__button {
        display: block;
        text-indent: -5px;
        padding: 14px 10px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        text-decoration: none;
        width: 100%;
        float: left;
        text-align: center
    }

    .left-side__button i {
        margin-right: 5px;
        line-height: 1
    }

    .left-side {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 30px
    }

    .form-question-dop {
        display: none
    }

    .service_menu {
        margin-bottom: 0
    }

    .service_item a:last-child {
        width: auto !important;
        clear: both
    }

    .left-side-news {
        display: none
    }

    .service__menu {
        display: none
    }

    .share {
        clear: both;
        max-width: 100%;
        float: left;
        margin-top: 10px
    }

    .banner__item::after {
        display: none
    }

    .banner__item {
        width: 100% !important;
        display: block !important
    }

    .service__info {
        width: 100% !important;
        padding-left: 0 !important;
        float: left !important;
        display: block !important;
        margin-top: 15px
    }

    .banner__item img {
        position: relative;
        display: block;
        float: left;
        width: 100%;
        max-height: 300px
    }

    .questions-left {
        width: 100%;
        padding-right: 0
    }

    .questions-left .left-side__button {
        display: none
    }

    .consultation-form-1 > input {
        width: calc(100% - 10px)
    }

    .consultation-form-1 .title {
        padding-left: 0;
        font-size: 22px;
        text-align: center
    }

    .consultation-form-2 span.h2 {
        line-height: 1.2;
        font-size: 22px
    }

    .consultation-form-2 input {
        width: 100%;
        margin: 5px 0
    }

    .consultation-form-2 .btn-primary {
        width: 100%;
        text-align: center;
        margin: 5px 0
    }

    .consultation-form-block-2 .content-block .center-image {
        width: 100%
    }

    .consultation-form-3 span, .consultation-form-block-2 .content-block span.h2 {
        width: 100%;
        font-size: 22px;
        text-align: center
    }

    .consultation-form-3 small {
        width: 100%;
        text-align: center;
        font-size: 14px;
        padding-top: 15px
    }

    .consultation-form-3 form input {
        width: 100%;
        margin: 5px 0
    }

    .consultation-form-3 form a.button {
        width: 100%;
        margin: 5px 0
    }

    .modal, .review-form.modal {
        width: 90%;
        left: 5%;
        margin: 0
    }

    .modal-content .main-question-confirm span {
        width: calc(100% - 23px)
    }

    .nav .phones a span, .nav .phones a, .nav .phones, .inline-phones .phones a {
        width: auto
    }

    .nav .inline-phones .phones {
        margin-top: 0;
        margin-right: 0;
        width: 100%
    }

    .signup-form {
        margin: 30px 5%;
        width: 90%
    }

    .error-left {
        width: 100%
    }

    .error-left strong:first-child {
        font-size: 80px
    }

    .error-left strong:last-child {
        font-size: 20px
    }

    .error-right {
        width: 100%;
        margin: 15px 0
    }

    .wrapper__title .h2 {
        font-size: 28px
    }

    .c-form__items > input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        min-width: 100%
    }

    .c-form__title .title {
        font-size: 24px
    }

    .c-form__title .sub-title {
        font-size: 14px
    }

    .c-form__items {
        margin-top: 15px
    }

    .c-form {
        background: #fff
    }

    .faq__content + .btn {
        left: 50%
    }

    .review__head {
        width: 100%;
        padding: 0;
        margin-top: 15px;
        text-align: center
    }

    .review-date {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .review-rate {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .review-data {
        margin-top: 15px
    }

    .review-image {
        border-radius: 0
    }

    .review-item:not(:nth-child(2n+1)) {
        margin-left: 0
    }

    .reviews-main:before {
        display: none
    }

    .breadcrumb_title {
        line-height: 1.2;
        font-size: 24px;
        text-align: left
    }

    .page_caption h1 {
        line-height: 1.2;
        font-size: 26px;
        margin: 5px 0
    }

    .wrapper__title .h2 {
        margin-bottom: 0
    }

    .wrapper__title .h2 + * {
        margin-top: 35px
    }

    .services__main {
        padding-bottom: 20px
    }

    .services__main .service__items {
        grid-template-columns: unset;
        grid-template-rows: unset;
        grid-auto-rows: unset
    }

    .services__main .service__items .service__item:nth-child(n) {
        grid-column-end: unset;
        grid-row-end: unset;
        display: flex;
        flex-direction: column;
        margin: 0
    }

    .services__main .service__item:not(.get-service-advice) > div:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 80%
    }

    .service-feedback-form > div {
        width: 95%;
        margin: 10px 2.5%
    }
}

.orders {
    float: left;
    width: 100%
}

.no-orders {
    float: left;
    width: 80%
}

.no-orders {
    position: relative;
    float: left;
    width: 70%;
    margin: 30px 0 70px 15%;
    border: 1px solid #ddd;
    transition: .2s;
    padding: 30px 0;
    text-align: center
}

.no-orders:after {
    background: #f9f9f9;
    content: '';
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.no-orders:before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1
}

.no-orders i, .no-orders span {
    position: relative;
    z-index: 2
}

.no-orders span a {
    color: #9b0a0a
}

.panel {
    float: left;
    width: 100%
}

.panel > div:last-child {
    float: left;
    width: 100%
}

.orders-table {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

.orders-table th, .orders-table td {
    padding: 15px;
    border: 1px solid #efefef
}

.orders-table td {
    font-size: 13px
}

.orders-table td:not(:first-child) {
    text-align: center
}

.orders-table td a[href^='/'] {
    color: #9b0a0a
}

.orders-table td a:hover {
    text-decoration: none
}

.orders-table td:nth-child(4) {
    font-weight: bold
}

.orders-table td.default {
    color: #666
}

.orders-table td.info {
    color: #5bc0de
}

.orders-table td.success {
    color: #5cb85c
}

.orders-table td.warning {
    color: #f0ad4d
}

.orders-table td.danger {
    color: #d9534f
}

.orders-table td:last-child a {
    color: #9b0a0a
}

.go-back {
    float: left;
    width: 20%;
    margin: 0 80% 20px 0;
    color: #9b0a0a
}

.error-line {
    float: left;
    width: 70%;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    padding: 15px 5%
}

.order-info {
    float: left;
    width: 50%;
    border-collapse: collapse;
    margin-bottom: 20px
}

.order-items {
    float: left;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

.order-info th, .order-info td, .order-items th, .order-items td {
    padding: 10px 15px;
    border: 1px solid #efefef;
    vertical-align: middle
}

.order-items img {
    height: 50px;
    float: left;
    padding-right: 10px
}

.order-info img {
    float: left;
    padding-right: 10px;
    height: 30px
}

.pay-type {
    line-height: 30px
}

.order-items tr:first-child, .order-info tr:first-child {
    background: #efefef
}

.order-items td:not(:first-child) {
    text-align: center
}

.order-items td:first-child {
    font-weight: bold
}

.nav-1 .logo {
    float: left;
    width: 150px;
    position: relative;
    margin-top: -42px;
}

.nav-1 .logo img {
    width: 100%;
    height: auto
}

.block-header .sub-head {
    width: calc(100% - 390px);
    float: right;
    padding: 10px 0 9px;
    margin-right: 20px;
}

.phone-order {
    margin: 0;
    line-height: 29px;
    padding: 0 24px;
    float: right
}

.sub-head .address {
    font-size: 14px;
    font-weight: 400;
    margin-right: 19px;
    float: left;
    line-height: 31px;
    color: #000
}

.sub-head .address i {
    font-size: 16px;
    margin-right: 5px;
    float: left;
    line-height: 31px
}

.phones > a > span {
    width: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 31px
}

.phones a > .fa-phone {
    margin-top: 0;
    font-size: 20px;
    line-height: 31px
}

.phones > a > i {
    margin-top: 7px
}

.sub-phones {
    position: absolute;
    left: -5px;
    top: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    width: calc(100% + 10px);
    display: none;
    z-index: 10;
    padding: 0 5px;
    min-width: 100%;
    white-space: nowrap;
    background: #fff
}

.phones:hover .sub-phones {
    display: block
}

.sub-phones a {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    line-height: 23px;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #fff
}

.sub-phones a:last-child {
    border-bottom: 0
}

.nav {
    margin-left: 53px;
    float: left;
    width: 100%;
    opacity: 0;
    padding: 0
}

.sub-head .phones {
    margin-right: 17px;
    float: right;
    position: relative
}

.socials-header {
    float: right;
    margin-top: 15px
}

.socials-header a > i {
    float: left;
    border-radius: 3px;
    font-size: 14px;
    width: 21px;
    line-height: 21px;
    text-align: center
}

.socials-header a {
    float: left;
    margin-left: 5px
}

.socials-header > .subscribe {
    float: left;
    margin-right: 5px
}

.socials-header > .subscribe i {
    color: #111
}

.nav-block .nav-1 {
    width: 100%;
    float: left
}

.nav-1 {
    padding: 0 20px;
    height: 50px
}

.nav-1 .logo__slogan {
    margin-top: -35px
}

.nav-1 .logo__slogan span {
    line-height: 1;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
    opacity: 1;
    font-weight: 300
}

.head-block {
    background: #fff;
    color: #000
}

.phone-order.btn-site {
    background: #fff;
    color: #fff;
    border: none
}

.nav-1 .menu {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.navbar-fixed {
    display: none
}

@media (max-width: 992px) {
    .sub-head {
        display: none
    }

    .nav-1 .logo {
        float: right;
        margin-right: 45px;
        width: calc(100% - 90px)
    }

    .nav-1 .logo img {
        clear: both;
        float: left;
        width: 100%
    }

    .nav-1 .logo span {
        float: left;
        width: 100%;
        text-align: center;
        padding-left: 0;
        font-size: 13px
    }

    .nav {
        float: left;
        width: 80%;
        margin: 10px 10%;
        position: relative;
        transform: none;
        top: auto;
        left: 0;
        display: none;
        height: auto
    }

    .nav > ul {
        float: left;
        width: 100%
    }

    .nav > ul > li {
        float: left;
        width: 100%;
        line-height: 40px
    }

    .nav > ul > li > a {
        float: left;
        width: 100%
    }

    .nav-1 .logo {
        margin-top: 0
    }

    .nav-1 .logo__slogan {
        margin-top: 0
    }

    .nav-1 {
        height: auto;
        padding: 15px 0 10px
    }

    .socials-header {
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
        display: none
    }

    .socials-header > .subscribe {
        margin: 0 0 5px;
        float: left;
        width: 100%
    }

    .socials-header a {
        float: left
    }

    .phones-mobile {
        display: block;
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 10px;
        clear: both
    }

    .phones-mobile.phones > a > i {
        display: block;
        margin-top: 1px
    }

    .phones-mobile i.fa-caret-down {
        display: none
    }

    .phones-mobile a {
        clear: both;
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .phones-mobile.phones > a > i.eus-icons {
        display: none
    }

    .nav-block .nav-1 {
        padding-bottom: 15px
    }

    .phones i {
        display: none
    }

    .nav-1 .menu {
        flex-direction: column
    }
}

.slide {
    float: left;
    width: 100%;
    position: relative;
    height: 650px;
    background-size: cover;
    background-position: center
}

.slide_content {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    height: 650px
}

.slide_content > img {
    float: right;
    width: 40%
}

.slide_right {
    float: left;
    width: 40%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%)
}

.slide_right span, .slide_right p {
    float: left;
    width: 100%
}

.slide_right span {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.2
}

.slide_right p {
    font-size: 16px;
    font-weight: 100;
    margin: 20px 0 50px 0
}

.slide_right a.btn-site {
    float: left;
    background: #fff
}

@media (max-width: 1380px) {
    .slider-block .slide_content > .slide_right {
        width: 60%;
        left: 70px
    }
}

@media (max-width: 900px) {
    .slider-block .slide {
        height: 350px !important
    }

    .slide_content {
        height: 350px
    }

    .slider-block .slide_content .slide_right {
        width: 80% !important;
        left: 10%
    }

    .bx-wrapper .bx-controls-direction a, .bx-wrapper .bx-pager {
        display: none
    }

    .slider-block .slide_right > span {
        font-size: 26px;
        text-align: center;
        margin-top: 0;
        line-height: 1.2
    }

    .slider-block .slide_right > p {
        margin: 15px 0;
        text-align: center;
        font-size: 13px
    }

    .slider-block .slide_right a {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

.main-services {
    float: left;
    width: 100%
}

.main-services .col {
    float: left;
    width: 100%;
    position: relative;
    display: table;
    table-layout: fixed
}

.banners-block .main-services .col:after, .banners-block .main-services .col:before {
    content: unset
}

.main-services .col:nth-child(2n) {
    margin-right: 0
}

.main-services .col > a {
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
    position: relative
}

.main-services .col > a:after {
    padding-bottom: 50%
}
.phones a{
    display: block;
}
.nav-block{
    margin-top: -30px;
}
.main-services .col > a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: .3s;
    background: rgba(0, 0, 0, 0)
}

.main-services .col:hover > a:before {
    background: rgba(0, 0, 0, .5)
}

.main-services .col > div {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    display: table-cell;
    vertical-align: middle;
    transition: .3s
}

.main-services .col:hover > div {
    background: #f0f0f0
}

.main-services .col:hover > div span, .main-services .col:hover > div strong {
    text-decoration: underline
}

.main-services .col span, .main-services .col strong, .main-services .col p {
    float: left;
    width: 100%
}

.main-services .col p {
    margin: 15px 0 30px 0;
    padding: 0;
    font-size: 14px;
    text-align: left
}

.main-services .col div a {
    float: left;
    clear: both;
    position: relative
}

.main-services .col div a:first-child {
    font-size: 24px;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 6px
}

.main-services .col div a:first-child:after {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    height: 4px;
    bottom: -6px
}

.main-services .col div a:last-child {
}

.main-services .col:nth-child(2) p {
    text-align: right
}

.main-services .col:nth-child(2) div a {
    float: right
}

.main-services .col:nth-child(2) div a:first-child:after {
    background: #fff;
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    width: 100px;
    bottom: -6px
}

.main-services .col span {
    top: 35px;
    font-size: 18px
}

.main-services .col strong {
    top: 65px;
    font-size: 24px
}

@media (max-width: 799px) {
    .main-services .col span, .main-services .col strong {
        font-size: 14px
    }

    .main-services .col p {
        font-size: 12px
    }
    .nav-block {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .main-services .col {
        width: 100% !important;
        margin: 10px 0 20px;
        height: auto !important;
        flex-direction: column;
        display: flex
    }

    .main-services .col span {
        top: 35px;
        font-size: 16px
    }

    .main-services .col strong {
        top: 65px;
        font-size: 20px
    }

    .main-services .col > a, .main-services .col > div {
        width: 100%;
        display: block;
        float: left;
        padding: 0
    }

    .main-services .col > a {
        order: 1
    }

    .main-services .col > div {
        order: 2
    }

    .main-services .col div a:first-child {
        font-size: 18px;
        margin-top: 10px
    }

    .main-services .col:nth-child(2) div a {
        float: left
    }

    .main-services .col:nth-child(2) div a:first-child:after {
        left: 0;
        right: auto
    }

    .main-services .col:nth-child(2) p {
        text-align: left
    }
}

.last-news-block .main-last-news {
    width: 100%;
    float: right;
    padding: 30px 15px
}

.last-news-main {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.last-news-main .last-new {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 23%;
    margin-right: 2.66666%;
    transition: .3s;
    flex-direction: column;
    padding: 15px
}

.last-news-main .last-new:nth-child(4) {
    margin-right: 0
}

.last-new span.date {
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 15px 0
}

.last-new span.title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    transition: .3s
}

.last-news-main .last-new p.news-description {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px
}

.last-news-block .news-description {
    margin-top: 0
}

.last-news-main > div a:first-child {
    margin: 0
}

.last-news-block .btn {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px
}

.news-img:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    transition: .3s;
    background: rgba(0, 0, 0, 0);
    z-index: 2
}

.last-new:hover .news-img:before {
    background: rgba(0, 0, 0, 0.4)
}

.content-main {
    width: 70%;
    align-self: center
}

.img-about {
    width: calc(40% - 80px);
    box-sizing: border-box;
    display: table-cell;
    position: relative;
    margin-left: 80px;
    margin-bottom: 40px;
    vertical-align: top
}

.img-about img {
    width: 100%;
    float: left;
    height: 430px;
    margin: 0;
    object-fit: cover;
    position: relative;
    z-index: 2;
    box-shadow: 5px -5px 10px rgba(0, 0, 0, .3)
}

.main-about h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 22px;
    float: left;
    width: 100%
}

.main-block-about {
    background: #fff
}

.main-about {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 50px 0
}

.img-about:before {
    content: '';
    position: absolute;
    top: 40px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 10px solid #005fb8;
    left: -35px;
    z-index: 0;
    opacity: .3
}

@media (max-width: 1024px) {
    .last-news-main .last-new {
        width: calc(50% - 12px);
        margin: 5px
    }
}

@media (max-width: 992px) {
    .main-about {
        padding: 20px 0
    }

    .last-news-block .main-last-news {
        padding: 10px 0
    }

    .last-news-block > .clr {
        display: none
    }

    .img-about {
        display: none !important
    }

    .content-main {
        width: 100% !important;
        padding-top: 20px
    }
}

@media (max-width: 500px) {
    .last-news-main {
        padding: 0;
        margin: 0
    }

    .last-news-main .last-new {
        width: 100%;
        margin: 10px 0
    }

    .last-news-block .all-news {
        font-size: 14px
    }
}

.footer-block {
    padding: 50px 0
}

.footer__item {
    float: left;
    width: 25%
}

.footer-site-name > div:nth-child(2) {
    float: left;
    width: 100%;
    font-weight: 600
}

.footer__item:nth-child(2) {
    padding-left: 30px
}

.footer-author {
    text-align: left;
    float: left;
    margin-top: 20px
}

.footer-menu__link {
    float: left;
    clear: both;
    font-size: 13px
}

.footer-menu__link:hover {
    text-decoration: underline
}

.footer-menu__link:not(:last-child) {
    margin-bottom: 5px
}

.footer-contacts > div {
    float: left;
    width: 100%;
    font-size: 13px
}

.footer-contacts > div i {
    float: left;
    width: 20px;
    font-size: 20px;
    line-height: 18px;
    opacity: .5;
    text-align: center
}

.footer-contacts > div i + *, .footer-phones a {
    float: right;
    width: calc(100% - 40px);
    margin: 0;
    padding: 0
}

.footer-phones {
    padding: 10px 0
}

@media (max-width: 992px) {
    .footer-block {
        padding: 20px 0
    }

    .footer__item {
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .footer__title {
        margin-bottom: 10px;
        text-align: center
    }

    .footer__item:nth-child(2) {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-contacts > div {
        margin-bottom: 10px;
        display: flex;
        justify-content: center
    }

    .footer-socials a {
        display: block;
        float: left
    }

    .footer-author {
        text-align: center;
        width: 100%
    }

    .footer-contacts > div i + *, .footer-phones a {
        width: auto
    }

    .footer-phones {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/5RHGWN0a6gzE.eot');
    src: url('../fonts/CWVQJrZtQGQ1.eot#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/rBaHPZeRJ7S3.woff2') format('woff2'), url('../fonts/5O34r2KnsHj2.woff') format('woff'), url('../fonts/pCu1J9Vpw333.ttf') format('truetype'), url('../fonts/Xmc5bAU3G2vf.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
