body #wrapper {
    overflow: hidden;
    min-height: 100%
   }
   
   section {
    display: block;
    position: relative;
    padding: 15px 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important
   }
   
   section:after,
   section:before {
    content: " ";
    display: table
   }
   
   .container {
    position: relative
   }
   
   .btn {
    position: relative
   }
   
   .font-lato {
    font-weight: 300;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
   }
   
   pre,
   .alert,
   .panel,
   .navbar-toggle,
   .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
   }
   
   img.img-responsive {
    display: inline-block;
    width: auto;
   }
   
   div.page-header {
    position: relative;
    padding: 50px 0;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    /* background-color: #f6f6f6; */
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0
   }
   
   div.page-header.page-header-xs {
    padding: 5px 0 15px;
    /* background-color: #F2F3F7; */
    margin-top: 100px;
   }
   
   section.page-header {
    position: relative;
    padding: 50px 0;
    border-top: 0;
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: #f6f6f6;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
    -webkit-transition: all 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    transition: all 0
   }
   
   section.page-header.page-header-xs {
    padding: 25px 0;
    background-color: #ffffff;
    margin-top: 98px;
   }
   
   section.page-header .breadcrumb {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 0;
    margin-top: -18px;
    background: transparent;
    margin-bottom: 0;
    z-index: 10;
    text-transform: none;
    right: 0;
    left: auto
   }
   
   div.page-header .breadcrumb {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background: transparent;
    margin-bottom: 0;
    z-index: 10;
    text-transform: none;
    right: 0;
    left: auto;
    color: #6a6a6a
   }
   
   div.page-header .breadcrumb li:first-child {
    margin-right: 5px;
   }
   div.page-header .breadcrumb li:last-child {
    margin-left: 5px;
   }
   
   #header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 35;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: #fff;
    box-shadow: 0 7px 6px -6px #c5c5c5;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0px;
   }
   
   #header a.logo>img {
    height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
   }
   
   #header a.logo>img:last-child {
    display: none
   }
   
   #header a.logo>img:first-child {
    display: inline-block
   }
   
   #header.shadow-after-3:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    display: none
   }
   
   #topNav button.btn-mobile {
    display: none;
    color: #333;
    display: none;
    padding: 10px;
    float: right;
    margin-top: 0;
    margin-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
   }
   
   #topBar {
    display: block;
    border-bottom: 1px solid #e7e7e7;
   }
   
   #topBar ul.top-links {
    font-size: 17px;
    line-height: 12px;
    padding: 10px;
    margin: 0px 0;
   }
   
   #topBar ul.top-links>li {
    padding: 3px 0;
    position: relative;
    margin-right: 5px;
    color: #2c3944;
    font-size: 15px
   }
   
   #topBar ul.top-links>li>a {
    padding: 0;
    color: #303030;
    font-weight: 700
   }
   
   #header ul.nav-second-main {
    border-left: rgba(0, 0, 0, 0.1) 1px solid;
    padding-left: 5px;
    margin-top: 9px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
   }
   
   #header ul.nav-second-main li {
    padding: 0 5px
   }
   
   #header ul.nav-second-main li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    background: #00a74e;
    padding: 5px 20px
   }
   
   #topNav ul.dropdown-menu {
    text-align: left;
    margin-top: 0;
    box-shadow: none;
    border: #eee 1px solid;
    border-top: #eee 0 solid;
    list-style: none;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 6px 12px;
    min-width: 200px;
    padding: 0;
    border-color: #1abc9c;
    -webkit-transition: top .4s ease;
    -o-transition: top .4s ease;
    transition: top .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
   }
   
   #topNav ul.dropdown-menu li {
    position: relative;
    border-bottom: rgba(0, 0, 0, 0.06) 1px solid
   }
   
   #topNav ul.dropdown-menu li:last-child {
    border-bottom: 0
   }
   
   #topNav ul.dropdown-menu li a {
    margin: 0;
    padding: 7px 15px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
    font-size: 13px;
    display: block;
    text-decoration: none
   }
   
   #topNav ul.dropdown-menu>li a i {
    margin-right: 6px;
    font-size: 12px
   }
   
   #topNav ul.dropdown-menu a.dropdown-toggle {
    background-position: right center;
    background-repeat: no-repeat
   }
   
   #topNav ul.dropdown-menu li.active>a,
   #topNav ul.dropdown-menu li.active:hover>a,
   #topNav ul.dropdown-menu li.active:focus>a,
   #topNav ul.dropdown-menu li:hover>a,
   #topNav ul.dropdown-menu li:focus>a,
   #topNav ul.dropdown-menu li:focus>a {
    color: #000;
    background-color: rgba(0, 0, 0, 0.05)
   }
   
   #topNav ul.dropdown-menu li.divider {
    margin: -1px 0 0;
    padding: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0.1)
   }
   
   #topNav .nav li:hover>ul.dropdown-menu {
    padding: 0;
    display: block;
    z-index: 100
   }
   
   #topNav ul.dropdown-menu li .label {
    margin-top: 4px
   }
   
   #topNav ul.dropdown-menu>li:hover>ul.dropdown-menu {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important
   }
   
   #topMain.nav-onepage>li.active>a {
    font-weight: 700
   }
   
   #topNav div.submenu-dark ul.dropdown-menu {
    background-color: #fdfdfd
   }
   
   #topNav div.submenu-dark ul.dropdown-menu li.active>a,
   #topNav div.submenu-dark ul.dropdown-menu li.active:hover>a,
   #topNav div.submenu-dark ul.dropdown-menu li.active:focus>a,
   #topNav div.submenu-dark ul.dropdown-menu li:hover>a,
   #topNav div.submenu-dark ul.dropdown-menu li:focus>a,
   #topNav div.submenu-dark ul.dropdown-menu li:focus>a {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15)
   }
   
   #topNav div.submenu-dark ul.dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1)
   }
   
   #topNav div.submenu-dark ul.dropdown-menu>li a {
    color: #383838
   }
   
   #toTop {
    font-size: 30px;
    line-height: 30px;
    background-color: #ddd;
    color: #fff;
    position: fixed;
    height: 30px;
    width: 32px;
    right: 30px;
    bottom: 100px;
    text-align: center;
    text-transform: uppercase;
    opacity: .9;
    filter: alpha(opacity=90);
    text-decoration: none;
    display: none;
    z-index: 1000;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 15px !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
   }
   
   #toTop:hover {
    background-color: rgba(0, 0, 0, 0.7)
   }
   
   #toTop:before {
    font-family: "fontawesome";
    content: "\^";
    line-height: 45px;
   }
   
   .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
   }
   
   .timeline {
    position: relative;
    padding-left: 20px;
   }
   
   .timeline.timeline-inverse {
    padding-left: 0;
    padding-right: 100px
   }
   
   .timeline .timeline-item {
    position: relative;
    min-height: 100px;
    display: block;
    margin-bottom: 50px
   }
   
   .timeline .timeline-item-bordered {
    border-left: #bfbfbfbf 1px solid;
    padding-left: 5px;
    border-bottom: #bfbfbfbf 1px solid;
    padding-bottom: 15px;
    border-radius: 15px;
    padding-top: 15px;
    background: #ffffffd1;
    margin-right: 40px;
    min-height: 130px !important
   }
   
   .timeline .timeline-entry {
    display: block;
    top: 20px;
    background: #ff9426;
    z-index: 10;
    position: absolute;
    left: -50px;
    right: auto;
    width: 42px;
    height: 42px;
    font-size: 17px;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding-top: 11px
   }
   
   .timeline .timeline-entry>.timeline-vline {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -18px;
    width: 18px;
    height: 0;
    border-top: 1px solid #ececec
   }
   
   .t .timeline_center {
    margin: 0;
    position: relative;
    background: url(../images/timeline/timeline_top.webp) no-repeat top center;
    padding-top: 9px
   }
   
   .timeline_center:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 3px;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -3px;
    display: block;
    z-index: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%
   }
   
   .timeline_center li {
    padding: 0px 0 25px 51%;
    position: relative;
    padding-bottom: 28px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 40px;
   }
   
   .timeline_center li:nth-child(even) {
    padding: 0 51% 25px 0;
    text-align: right
   }
   
   .timeline_center li h3 {
    font-size: 30px;
    line-height: 35px
   }
   
   .timeline_center li span {
    position: absolute;
    right: 55%;
    top: 0;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 15px;
    background: #fdfdfd;
    box-shadow: 0 9px 6px -6px #8a8a8a3d;
    border: 1px solid #ff9d19;
   }
   
   .timeline_center li p:before {
    content: "";
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    left: 50%;
    top: 11px;
    margin-left: -7px;
    display: block;
    z-index: 1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #ff9426;
   }
   
   .timeline_center li:nth-child(even) h3 {
    text-align: right
   }
   
   .timeline_center li:nth-child(even) span {
    left: 55%;
    right: auto
   }
   
   .timeline_center li .timeline-desc {
    position: relative;
    padding-top: 15px;
   }
   
   .timeline_center li .timeline-desc:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -122%;
    top: 0
   }
   
   .timeline_center li:nth-child(even) .timeline-desc:before {
    left: auto;
    right: -122%
   }
   
   .timeline_center li:nth-child(even) .timeline-desc {
    text-align: left;
    padding-top: 15px;
   }
   
   #footer a {
    color: #444
   }
   
   #footer a:hover {
    color: #4da0e6
   }
   
   #footer ul {
    margin-bottom: 0
   }
   
   #footer address {
    margin-bottom: 0
   }
   
   #footer ul.footer-links>li {
    padding-bottom: 0;
    font-weight: 400
   }
   
   #footer ul.footer-links>li>a {
    color: #444
   }
   
   #footer ul.footer-links>li>a:hover {
    color: #4ea1e8
   }
   
   #footer ul.footer-links>li>a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px
   }
   
   #footer address .footer-sprite {
    margin-bottom: 5px
   }
   
   #footer address .footer-sprite:last-child {
    margin-bottom: 0
   }
   
   #footer p {
    line-height: 18px
   }
   
   .telefon {
    font-size: 22px
   }
   
   .table-prics {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding-left: 0;
    border-radius: 15px
   }
   
   .table-head {
    background: #f0f3f6;
    display: inline-block;
    width: 100%;
    line-height: initial;
    border-radius: 15px;
    color: #444
   }
   
   .table-prics li {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #efefef;
    border-radius: 15px
   }
   
   .tab-tittle {
    height: 50px;
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 5px
   }
   
   .table-prics span:nth-child(2) {
    text-align: center;
    border-radius: 15px;
    padding: 10px 20px
   }
   
   .table-prics span:nth-child(3) {
    text-align: center
   }
   
   .padding-l-20 {
    padding: 10px 20px !important
   }
   
   .table-prics li p {
    line-height: 25px;
    margin: 5px 0;
    font-size: 14px
   }
   
   .tab-tittle p {
    color: #000 !important;
    line-height: 50px;
    margin: 0;
    font-weight: 700;
    font-size: 15px
   }
   
   .tab-tittle span {
    color: #000 !important;
    line-height: 20px;
    margin: 0;
    font-size: 17px;
    margin-left: -5px !important;
    padding: 5px 20px
   }
   
   .table-prics li h6 {
    color: #fff;
    line-height: 50px
   }
   
   .about-more h4 {
    margin-bottom: 20px;
    border-left: 5px solid #fab702;
    padding-left: 10px;
    font-size: 22px
   }
   
   .offer-services {
    padding: 50px 0;
    background: #fff
   }
   
   .tittle {
    text-align: left;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px
   }
   
   .tittle h2 {
    margin: 0;
    line-height: 37px;
    padding-left: 15px;
    font-size: 22px
   }
   
   .tittle h2:before {
    height: 22px;
    width: 5px;
    position: absolute;
    display: inline-block;
    content: "";
    background: #448aff;
    margin-top: 10px;
    left: 0;
    z-index: 9;
    position: absolute
   }
   
   .offer-services .nav-tabs {
    background: #f8f8f8;
    border: none
   }
   
   .nav-tabs>li {
    float: left
   }
   
   .offer-services .nav-tabs>li.active>a,
   .nav-tabs>li.active>a:hover,
   .nav-tabs>li.active>a:focus {
    background: #448aff;
    color: #fff
   }
   
   .offer-services .nav-tabs li a {
    color: #777;
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 0
   }
   
   .nav-tabs>li.active>a,
   .nav-tabs>li.active>a:hover,
   .nav-tabs>li.active>a:focus {
    border-radius: 0 !important;
    cursor: default;
    background-color: #fff;
    background: #ffdc26;
    color: #3c4c4d;
    border: 1px solid #ffc107;
    border-left: 2px solid #e0ab0a;
    padding: 9px 30px
   }
   
   .nav-tabs>li>a {
    margin-right: 2px;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    font-family: sans-serif;
    font-size: 1.5rem;
    margin-bottom: 5px;
    background: #f9f9f985;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
   }
   
   body {
    margin: 0
   }
   
   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   main,
   menu,
   nav,
   section,
   summary {
    display: block
   }
   
   audio,
   canvas,
   progress,
   video {
    display: inline-block;
    vertical-align: baseline
   }
   
   audio:not([controls]) {
    display: none;
    height: 0
   }
   
   [hidden],
   template {
    display: none
   }
   
   a {
    background-color: transparent
   }
   
   a:active,
   a:hover {
    outline: 0
   }
   
   abbr[title] {
    border-bottom: 1px dotted
   }
   
   b,
   strong {
    font-weight: 700
   }
   
   dfn {
    font-style: italic
   }
   
   mark {
    color: #000;
    background: #ff0
   }
   
   small {
    font-size: 80%
   }
   
   sub,
   sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
   }
   
   sup {
    top: -.5em
   }
   
   sub {
    bottom: -.25em
   }
   
   img {
    border: 0
   }
   
   svg:not(:root) {
    overflow: hidden
   }
   
   figure {
    margin: 1em 40px
   }
   
   hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
   }
   
   pre {
    overflow: auto
   }
   
   code,
   kbd,
   pre,
   samp {
    font-family: monospace, monospace;
    font-size: 1em
   }
   
   button,
   input,
   optgroup,
   select,
   textarea {
    margin: 0;
    font: inherit;
    color: inherit
   }
   
   button {
    overflow: visible
   }
   
   button,
   select {
    text-transform: none
   }
   
   button,
   html input[type="button"],
   input[type="reset"],
   input[type="submit"] {
    cursor: pointer
   }
   
   button[disabled],
   html input[disabled] {
    cursor: default
   }
   
   button::-moz-focus-inner,
   input::-moz-focus-inner {
    padding: 0;
    border: 0
   }
   
   input {
    line-height: normal
   }
   
   * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
   }
   
   :after,
   :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
   }
   
   html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
   }
   
   body {
    font-size: 17px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
   }
   
   button,
   input,
   select,
   textarea {
    font-size: inherit;
    line-height: inherit
   }
   
   a {
    color: #337ab7;
    text-decoration: none
   }
   
   a:focus,
   a:hover {
    color: #fd1616
   }
   
   a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
   }
   
   figure {
    margin: 0
   }
   
   img {
    vertical-align: middle
   }
   
   .carousel-inner>.item>a>img,
   .carousel-inner>.item>img,
   .img-responsive,
   .thumbnail a>img,
   .thumbnail>img {
    display: block;
    height: auto
   }
   
   .img-rounded {
    border-radius: 6px
   }
   
   .img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
   }
   
   .img-circle {
    border-radius: 50%
   }
   
   hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee
   }
   
   .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
   }
   
   [role="button"] {
    cursor: pointer
   }
   
   .h1 .small,
   .h1 small,
   .h2 .small,
   .h2 small,
   .h3 .small,
   .h3 small,
   .h4 .small,
   .h4 small,
   .h5 .small,
   .h5 small,
   .h6 .small,
   .h6 small,
   h1 .small,
   h1 small,
   h2 .small,
   h2 small,
   h3 .small,
   h3 small,
   h4 .small,
   h4 small,
   h5 .small,
   h5 small,
   h6 .small,
   h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
   }
   
   .h1 .small,
   .h1 small,
   .h2 .small,
   .h2 small,
   .h3 .small,
   .h3 small,
   h1 .small,
   h1 small,
   h2 .small,
   h2 small,
   h3 .small,
   h3 small {
    font-size: 65%
   }
   
   .h4,
   .h5,
   .h6,
   h4,
   h5,
   h6 {
    margin-top: 10px;
    margin-bottom: 10px
   }
   
   .h4 .small,
   .h4 small,
   .h5 .small,
   .h5 small,
   .h6 .small,
   .h6 small,
   h4 .small,
   h4 small,
   h5 .small,
   h5 small,
   h6 .small,
   h6 small {
    font-size: 75%
   }
   
   .h2,
   h2 {
    font-size: 30px
   }
   
   .h3,
   h3 {
    font-size: 24px
   }
   
   .h4,
   h4 {
    font-size: 18px
   }
   
   .h5,
   h5 {
    font-size: 14px
   }
   
   .h6,
   h6 {
    font-size: 12px
   }
   
   p {
    margin: 0 0 10px
   }
   
   .lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
   }
   
   .small,
   small {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px
   }
   
   .mark,
   mark {
    padding: .2em;
    background-color: #fcf8e3
   }
   
   .text-left {
    text-align: left
   }
   
   .text-right {
    text-align: right
   }
   
   .text-center {
    text-align: center
   }
   
   .page-header {
    padding-bottom: 9px;
    margin: 20px 0
   }
   
   ol,
   ul {
    margin-top: 0;
    margin-bottom: 10px
   }
   
   ol ol,
   ol ul,
   ul ol,
   ul ul {
    margin-bottom: 0
   }
   
   .list-unstyled {
    padding-left: 0;
    list-style: none
   }
   
   .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
   }
   
   .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
   }
   
   address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
   }
   
   .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
   }
   
   .row {
    margin-right: -15px;
    margin-left: -15px
   }
   
   .col-lg-1,
   .col-lg-10,
   .col-lg-11,
   .col-lg-12,
   .col-lg-2,
   .col-lg-3,
   .col-lg-4,
   .col-lg-5,
   .col-lg-6,
   .col-lg-7,
   .col-lg-8,
   .col-lg-9,
   .col-md-1,
   .col-md-10,
   .col-md-11,
   .col-md-12,
   .col-md-2,
   .col-md-3,
   .col-md-4,
   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-md-8,
   .col-md-9,
   .col-sm-1,
   .col-sm-10,
   .col-sm-11,
   .col-sm-12,
   .col-sm-2,
   .col-sm-3,
   .col-sm-4,
   .col-sm-5,
   .col-sm-6,
   .col-sm-7,
   .col-sm-8,
   .col-sm-9,
   .col-xs-1,
   .col-xs-10,
   .col-xs-11,
   .col-xs-12,
   .col-xs-2,
   .col-xs-3,
   .col-xs-4,
   .col-xs-5,
   .col-xs-6,
   .col-xs-7,
   .col-xs-8,
   .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
   }
   
   .col-xs-1,
   .col-xs-10,
   .col-xs-11,
   .col-xs-12,
   .col-xs-2,
   .col-xs-3,
   .col-xs-4,
   .col-xs-5,
   .col-xs-6,
   .col-xs-7,
   .col-xs-8,
   .col-xs-9 {
    float: left
   }
   
   .col-xs-12 {
    width: 100%
   }
   
   .col-xs-11 {
    width: 91.66666667%
   }
   
   .col-xs-10 {
    width: 83.33333333%
   }
   
   .col-xs-9 {
    width: 75%
   }
   
   .col-xs-8 {
    width: 66.66666667%
   }
   
   .col-xs-7 {
    width: 58.33333333%
   }
   
   .col-xs-6 {
    width: 50%
   }
   
   .col-xs-5 {
    width: 41.66666667%
   }
   
   .col-xs-4 {
    width: 33.33333333%
   }
   
   .col-xs-3 {
    width: 25%
   }
   
   .col-xs-2 {
    width: 16.66666667%
   }
   
   .col-xs-1 {
    width: 8.33333333%
   }
   
   table {
    background-color: transparent
   }
   
   label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
   }
   
   .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
   }
   
   .btn.active.focus,
   .btn.active:focus,
   .btn.focus,
   .btn:active.focus,
   .btn:active:focus,
   .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
   }
   
   .btn.focus,
   .btn:focus,
   .btn:hover {
    color: #333;
    text-decoration: none
   }
   
   .btn.active,
   .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
   }
   
   .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
   }
   
   .fade.in {
    opacity: 1
   }
   
   .collapse {
    display: none
   }
   
   .collapse.in {
    display: block
   }
   
   tr.collapse.in {
    display: table-row
   }
   
   tbody.collapse.in {
    display: table-row-group
   }
   
   .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
   }
   
   .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
   }
   
   .dropdown,
   .dropup {
    position: relative
   }
   
   .dropdown-toggle:focus {
    outline: 0
   }
   
   .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
   }
   
   .dropdown-menu.pull-right {
    right: 0;
    left: auto
   }
   
   .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
   }
   
   .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
   }
   
   .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
   }
   
   .nav>li {
    position: relative;
    display: block
   }
   
   .nav>li>a {
    position: relative;
    display: block;
    padding: 9px
   }
   
   .nav>li>a:focus,
   .nav>li>a:hover {
    text-decoration: none;
    /* color: #b7b7b7 !important; */
   }
   
   .nav>li.disabled>a {
    color: #777
   }
   
   .nav>li.disabled>a:focus,
   .nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
   }
   
   .nav .open>a,
   .nav .open>a:focus,
   .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
   }
   
   .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
   }
   
   .nav>li>a>img {
    max-width: none
   }
   
   .nav-tabs>li {
    float: left;
    margin-bottom: -1px
   }
   
   .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 10px !important
   }
   
   .nav-tabs>li>a:hover {
    border-color: #efefef;
    color: #333;
    border-bottom: 1px solid #c7ab15
   }
   
   .nav-tabs>li.active>a,
   .nav-tabs>li.active>a:focus,
   .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #ffdc26;
    border: 1px solid #ffb137;
    font-weight: 700;
    border-radius: 10px !important
   }
   
   .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
   }
   
   .nav-tabs.nav-justified>li {
    float: none
   }
   
   .nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
   }
   
   .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
   }
   
   .nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
   }
   
   .nav-tabs.nav-justified>.active>a,
   .nav-tabs.nav-justified>.active>a:focus,
   .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
   }
   
   .nav-pills>li {
    float: left
   }
   
   .nav-pills>li>a {
    border-radius: 4px
   }
   
   .nav-pills>li+li {
    margin-left: 2px
   }
   
   .nav-pills>li.active>a,
   .nav-pills>li.active>a:focus,
   .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
   }
   
   .nav-stacked>li {
    float: none
   }
   
   .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
   }
   
   .nav-justified {
    width: 100%
   }
   
   .nav-justified>li {
    float: none
   }
   
   .nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
   }
   
   .nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
   }
   
   .nav-tabs-justified {
    border-bottom: 0
   }
   
   .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
   }
   
   .nav-tabs-justified>.active>a,
   .nav-tabs-justified>.active>a:focus,
   .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
   }
   
   .tab-content>.tab-pane {
    display: none
   }
   
   .tab-content>.active {
    display: block
   }
   
   .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
   }
   
   .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
   }
   
   .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
   }
   
   .navbar-collapse.in {
    overflow-y: auto
   }
   
   .navbar-fixed-bottom .navbar-collapse,
   .navbar-fixed-top .navbar-collapse {
    max-height: 340px
   }
   
   .container-fluid>.navbar-collapse,
   .container-fluid>.navbar-header,
   .container>.navbar-collapse,
   .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
   }
   
   .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
   }
   
   .navbar-fixed-bottom,
   .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
   }
   
   .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
   }
   
   .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
   }
   
   .navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
   }
   
   .navbar-brand:focus,
   .navbar-brand:hover {
    text-decoration: none
   }
   
   .navbar-brand>img {
    display: block
   }
   
   .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
   }
   
   .navbar-toggle:focus {
    outline: 0
   }
   
   .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
   }
   
   .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
   }
   
   .navbar-nav {
    margin: 7.5px -15px
   }
   
   .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
   }
   
   .navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px
   }
   
   .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
   }
   
   .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
   }
   
   .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
   }
   
   .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
   }
   
   .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
   }
   
   .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
   }
   
   .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
   }
   
   .navbar-default .navbar-brand {
    color: #777
   }
   
   .navbar-default .navbar-brand:focus,
   .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
   }
   
   .navbar-default .navbar-text {
    color: #777
   }
   
   .navbar-default .navbar-nav>li>a {
    color: #777
   }
   
   .navbar-default .navbar-nav>li>a:focus,
   .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
   }
   
   .navbar-default .navbar-nav>.active>a,
   .navbar-default .navbar-nav>.active>a:focus,
   .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
   }
   
   .navbar-default .navbar-nav>.disabled>a,
   .navbar-default .navbar-nav>.disabled>a:focus,
   .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
   }
   
   .navbar-default .navbar-toggle {
    border-color: #ddd
   }
   
   .navbar-default .navbar-toggle:focus,
   .navbar-default .navbar-toggle:hover {
    background-color: #ddd
   }
   
   .navbar-default .navbar-toggle .icon-bar {
    background-color: #888
   }
   
   .navbar-default .navbar-collapse,
   .navbar-default .navbar-form {
    border-color: #e7e7e7
   }
   
   .navbar-default .navbar-nav>.open>a,
   .navbar-default .navbar-nav>.open>a:focus,
   .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
   }
   
   .navbar-default .navbar-link {
    color: #777
   }
   
   .navbar-default .navbar-link:hover {
    color: #333
   }
   
   .navbar-default .btn-link {
    color: #777
   }
   
   .navbar-default .btn-link:focus,
   .navbar-default .btn-link:hover {
    color: #333
   }
   
   .navbar-default .btn-link[disabled]:focus,
   .navbar-default .btn-link[disabled]:hover,
   fieldset[disabled] .navbar-default .btn-link:focus,
   fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
   }
   
   .navbar-inverse {
    background-color: #222;
    border-color: #080808
   }
   
   .navbar-inverse .navbar-brand {
    color: #9d9d9d
   }
   
   .navbar-inverse .navbar-brand:focus,
   .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
   }
   
   .navbar-inverse .navbar-text {
    color: #9d9d9d
   }
   
   .navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
   }
   
   .navbar-inverse .navbar-nav>li>a:focus,
   .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
   }
   
   .navbar-inverse .navbar-nav>.active>a,
   .navbar-inverse .navbar-nav>.active>a:focus,
   .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
   }
   
   .navbar-inverse .navbar-nav>.disabled>a,
   .navbar-inverse .navbar-nav>.disabled>a:focus,
   .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
   }
   
   .navbar-inverse .navbar-toggle {
    border-color: #333
   }
   
   .navbar-inverse .navbar-toggle:focus,
   .navbar-inverse .navbar-toggle:hover {
    background-color: #333
   }
   
   .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
   }
   
   .navbar-inverse .navbar-collapse,
   .navbar-inverse .navbar-form {
    border-color: #101010
   }
   
   .navbar-inverse .navbar-nav>.open>a,
   .navbar-inverse .navbar-nav>.open>a:focus,
   .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
   }
   
   .navbar-inverse .navbar-link {
    color: #9d9d9d
   }
   
   .navbar-inverse .navbar-link:hover {
    color: #fff
   }
   
   .navbar-inverse .btn-link {
    color: #9d9d9d
   }
   
   .navbar-inverse .btn-link:focus,
   .navbar-inverse .btn-link:hover {
    color: #fff
   }
   
   .navbar-inverse .btn-link[disabled]:focus,
   .navbar-inverse .btn-link[disabled]:hover,
   fieldset[disabled] .navbar-inverse .btn-link:focus,
   fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
   }
   
   .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
   }
   
   .breadcrumb>li {
    display: inline-block
   }
   
   .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
   }
   
   .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
   }
   
   .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
   }
   
   .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
   }
   
   .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
   }
   
   .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
   }
   
   .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
   }
   
   .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
   }
   
   .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
   }
   
   .modal-header {
    min-height: 16.43px;
    padding: 10px 35px;
    border-bottom: 1px solid #e5e5e5;
    background: #ffdc26
   }
   
   .modal-header .close {
    margin-top: -2px
   }
   
   .modal-title {
    margin: 0;
    line-height: 1.42857143
   }
   
   .modal-body {
    position: relative;
    padding: 15px
   }
   
   .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
   }
   
   .modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
   }
   
   .modal-footer .btn-group .btn+.btn {
    margin-left: -1px
   }
   
   .modal-footer .btn-block+.btn-block {
    margin-left: 0
   }
   
   .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
   }
   
   .btn-group-vertical>.btn-group:after,
   .btn-group-vertical>.btn-group:before,
   .btn-toolbar:after,
   .btn-toolbar:before,
   .clearfix:after,
   .clearfix:before,
   .container-fluid:after,
   .container-fluid:before,
   .container:after,
   .container:before,
   .dl-horizontal dd:after,
   .dl-horizontal dd:before,
   .form-horizontal .form-group:after,
   .form-horizontal .form-group:before,
   .modal-footer:after,
   .modal-footer:before,
   .nav:after,
   .nav:before,
   .navbar-collapse:after,
   .navbar-collapse:before,
   .navbar-header:after,
   .navbar-header:before,
   .navbar:after,
   .navbar:before,
   .pager:after,
   .pager:before,
   .panel-body:after,
   .panel-body:before,
   .row:after,
   .row:before {
    display: table;
    content: " "
   }
   
   .btn-group-vertical>.btn-group:after,
   .btn-toolbar:after,
   .clearfix:after,
   .container-fluid:after,
   .container:after,
   .dl-horizontal dd:after,
   .form-horizontal .form-group:after,
   .modal-footer:after,
   .nav:after,
   .navbar-collapse:after,
   .navbar-header:after,
   .navbar:after,
   .pager:after,
   .panel-body:after,
   .row:after {
    clear: both
   }
   
   .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
   }
   
   .pull-right {
    float: right !important
   }
   
   .pull-left {
    float: left !important
   }
   
   .show {
    display: block !important
   }
   
   .invisible {
    visibility: hidden
   }
   
   .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
   }
   
   .hidden {
    display: none !important
   }
   
   .affix {
    position: fixed
   }
   
   .visible-lg,
   .visible-md,
   .visible-sm,
   .visible-xs {
    display: none !important
   }
   
   .nav>li {
    position: relative;
    display: block
   }
   
   .kodgorod {
    font-size: 20px
   }
   
   .bigfa {
    color: #ffb137;
    font-size: 20px
   }
   
   .telin {
    font-size: 17px;
    color: #427cbb;
    font-weight: 700
   }
   
   .center {
    text-align: center
   }
   
   .border-bottom {
    border-bottom: rgba(0, 0, 0, 0.1) 1px solid
   }
   
   .buttonmaster {
    text-decoration: none;
    background-color: #ffdc26 !important;
    padding: 9px 15px !important;
    font-weight: 700;
    width: 100%;
    text-align: center;
    border-radius: 15px
   }
   
   .kodgorod {
    font-size: 22px;
    color: #ff9426;
   }
   
   .buttonmaster {
    text-decoration: none;
    background-color: #ffdc26 !important;
    padding: 9px 15px !important;
    font-weight: 700;
    width: 100%;
    text-align: center
   }
   
   .diagnostika {
    display: inline-block;
    padding: 1px 5px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #fbb702
   }
   
   .mb-15 {
    margin-bottom: -15px
   }
   
   .zagolovok {
    font-size: 17px;
    color: #444;
    line-height: 20px;
    padding: 10px;
    font-weight: 600
   }
   
   .zagolovokh {
    font-weight: 700;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
    color: #222;
    margin: 0 0 30px;
    line-height: 1;
   }
   
   #popup_toggle {
    bottom: 0;
    right: 260px;
    position: fixed;
    z-index: 999
   }
   
   .img-circle {
    background-color: #45d221;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    z-index: 99
   }
   
   .circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29aee3;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
   }
   
   .circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 80px;
    background: #5cc740;
    z-index: 99;
    height: 80px;
    bottom: 0;
    left: 0;
    position: fixed;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
   }
   
   .img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 52px;
    height: 52px;
    bottom: 15px;
    left: 14px;
    position: fixed;
    -webkit-border-radius: 30%;
    -moz-border-radius: 30%;
    border-radius: 50%;
    border: 2px solid transparent;
    opacity: .7
   }
   
   .img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 52px;
    height: 52px;
    background-image: url(img/tel.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
   }
   
   .img-circle:hover {
    opacity: 1
   }
   
   @keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1
    }
   
    50% {
        transform: scale(1);
        opacity: 1
    }
   
    100% {
        transform: scale(0.9);
        opacity: 1
    }
   }
   
   @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1
    }
   
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
   
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1
    }
   }
   
   @keyframes tossing {
    0% {
        transform: rotate(-8deg)
    }
   
    50% {
        transform: rotate(8deg)
    }
   
    100% {
        transform: rotate(-8deg)
    }
   }
   
   @-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg)
    }
   
    50% {
        -webkit-transform: rotate(8deg)
    }
   
    100% {
        -webkit-transform: rotate(-8deg)
    }
   }
   
   @-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
   
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
   
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
   }
   
   @-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }
   
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }
   
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
   }
   
   @-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }
   
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5
    }
   
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
   }
   
   @keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }
   
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5
    }
   
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
   }
   
   @-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }
   
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   }
   
   @-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
   
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   }
   
   @-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
   
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   }
   
   @keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
   
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
   }
   
   @font-face {
    font-family: "et-line";
    src: url(../fonts/et-line.eot);
    src: url(../fonts/et-line.eot?#iefix) format("embedded-opentype"), url(../fonts/et-line.woff) format("woff"), url(../fonts/et-line.ttf) format("truetype"), url(../fonts/et-line.svg#et-line) format("svg");
    font-weight: 400;
    font-style: normal
   }
   
   @font-face {
    font-family: "font-icons";
    src: url(../fonts/font-icons.eot);
    src: url(../fonts/font-icons.eot) format("embedded-opentype"), url(../fonts/font-icons.woff) format("woff"), url(../fonts/font-icons.ttf) format("truetype"), url(../fonts/font-icons.svg) format("svg");
    font-weight: 400;
    font-style: normal
   }
   
   hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0)
   }
   
   button {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer
   }
   
   img {
    border: 0;
    vertical-align: top
   }
   
   textarea,
   input,
   button,
   :focus {
    outline: none !important
   }
   
   iframe,
   fieldset {
    border: 0;
    margin: 0;
    padding: 0
   }
   
   audio,
   canvas,
   img,
   video {
    vertical-align: middle
   }
   
   p {
    display: block;
    -webkit-margin-before: .1em;
    -webkit-margin-after: .1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
   }
   
   a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
   }
   
   a,
   a:focus,
   a:hover,
   a:active {
    outline: 0;
    cursor: pointer
   }
   
   p,
   pre,
   ul,
   ol,
   dl,
   dd,
   blockquote,
   address,
   table,
   fieldset,
   form {
    margin-bottom: 15px
   }
   
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
    color: #222;
    margin: 0 0 30px;
    line-height: 1;
    font-size: 30px;
    font-weight: 500
   }
   
   h1>span,
   h2>span,
   h3>span,
   h4>span,
   h5>span,
   h6>span {
    color: #fab702
   }
   
   ::-webkit-input-placeholder {
    color: #999
   }
   
   .size-17 {
    font-size: 17px !important;
    line-height: 23px !important
   }
   
   .size-20 {
    font-size: 20px !important;
    line-height: 26px !important
   }
   
   .padding-bottom-20 {
    padding-bottom: 20px !important
   }
   
   .margin-top-10 {
    margin-top: 10px !important
   }
   
   .margin-top-20 {
    margin-top: 20px
   }
   
   .margin-top-30 {
    margin-top: 30px !important
   }
   
   .margin-top-50 {
    margin-top: 50px !important
   }
   
   .margin-top-60 {
    margin-top: 60px !important
   }
   
   .margin-bottom-10 {
    margin-bottom: 10px !important
   }
   
   .margin-bottom-20 {
    margin-bottom: 20px !important
   }
   
   .margin-bottom-30 {
    margin-bottom: 15px
   }
   
   .margin-bottom-50 {
    margin-bottom: 50px !important
   }
   
   .margin-bottom-60 {
    margin-bottom: 60px !important
   }
   
   .nopadding-bottom {
    padding-bottom: 0 !important
   }
   
   .nomargin {
    margin: 0 !important
   }
   
   .bold {
    font-weight: 600 !important
   }
   
   ul>li>i {
    margin-right: 3px
   }
   
   hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.07), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#d6d6d6', GradientType=0)
   }
   
   .rounded {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
   }
   
   .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666
   }
   
   .pull-right {
    float: right
   }
   
   .pull-left {
    float: left
   }
   
   .fa-home:before {
    content: "\f015"
   }
   
   .fa-clock-o:before {
    content: "\f017"
   }
   
   .fa-bars:before {
    content: "\="
   }
   
   .fa-phone:before {
    content: "\f095"
   }
   
   .fa-angle-right:before {
    content: "\f105"
   }
   
   .fa-angle-left:before {
    content: "\f104"
   }
   
   .iconlist {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none
   }
   
   #header .btn,
   #footer .btn,
   .dropdown .btn,
   .input-group .btn {
    margin: 0
   }
   
   .btn,
   .form-control {
    height: 40px
   }
   
   div.divider {
    margin: 10px 0;
    position: relative;
    display: block;
    min-height: 20px
   }
   
   div.divider i {
    line-height: 1;
    font-size: 12px;
    color: #ccc
   }
   
   div.divider:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 0;
    border-top: 1px solid #ddd
   }
   
   div.divider.divider-center:after {
    left: 50% !important;
    right: 0;
    margin-left: 20px
   }
   
   div.divider.divider-center:before {
    left: 0 !important;
    right: 50%;
    margin-right: 20px;
    content: "";
    position: absolute;
    top: 8px;
    height: 0;
    border-top: 1px solid #ddd
   }
   
   div.divider.divider-center {
    text-align: center
   }
   
   div.divider.divider-center.divider-short:before {
    left: auto !important;
    right: 50%;
    margin-right: 20px;
    width: 10%
   }
   
   div.divider.divider-center.divider-short:after {
    left: 50% !important;
    right: auto !important;
    margin-left: 20px;
    width: 10%
   }
   
   div.divider.divider-border.divider-center:after {
    margin-left: 30px
   }
   
   div.divider.divider-border.divider-center:before {
    margin-right: 30px
   }
   
   div.divider.divider-border i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    text-align: center;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #4ea2e8;
    color: #fff
   }
   
   .heading-title.parallax h1,
   .heading-title.parallax h2,
   .heading-title.parallax h3,
   .heading-title.parallax h4,
   .heading-title.parallax h5,
   .heading-title.parallax h6 {
    margin: 0;
    padding: 0
   }
   
   .heading-title.parallax p {
    margin-top: 0
   }
   
   .box-icon {
    margin: 15px 0
   }
   
   .box-icon p {
    margin: 15px 0;
    border-bottom: 1px solid #ededed7a;
    padding-bottom: 5px;
    border-radius: inherit;
    font-size: smaller;
    font-size: 17px;
    text-align: left;
    min-height: 35px
   }
   
   .box-icon.box-icon-right {
    text-align: right
   }
   
   .box-inner {
    padding: 15px;
    display: block
   }
   
   .box-shadow-1:after,
   .box-shadow-1:before {
    top: 80%;
    left: 5px;
    width: 50%;
    z-index: -1;
    content: "";
    bottom: 15px;
    max-width: 300px;
    position: absolute;
    display: none
   }
   
   .box-shadow-1 {
    -webkit-box-shadow: 0 14px 6px -6px #666;
    -moz-box-shadow: 0 14px 6px -6px #666;
    box-shadow: 0 9px 6px -6px #8a8a8a;
    border-radius: 15px !important
   }
   
   form>select,
   form>input,
   form>textarea {
    margin-bottom: 8px
   }
   
   .cena {
    font-size: 16px;
    color: #333;
    padding: 5px
   }
   
   .colorellow {
    color: #ffdc26 !important
   }
   
   .font12 {
    font-size: 12px;
    color: #797979;
    margin: 25px 0
   }
   
   .ulli {
    margin-bottom: 10px;
    -webkit-padding-start: 5px;
   }
   
   .forma-svyazi {
    border: 1px solid #e7e7e7;
    padding: 1px !important;
    background: #fff !important;
    /* box-shadow: 0 9px 6px -6px #8a8a8a; */
    border-radius: 15px !important;
   }
   
   .forma-zagolovok {
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 18px;
    margin: 0 0 2px;
    font-weight: 600;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
    text-transform: uppercase
   }
   
   .bform {
    max-width: 350px;
    margin-top: 0 !important;
    border-radius: 15px 15px 0 0 !important
   }
   
   .iconlist {
    float: right;
    margin-left: 10px;
    margin-right: 20px
   }
   
   .iconlist2 {
    float: left;
    margin-right: 10px;
    margin-left: 20px
   }
   
   .max500 {
    max-width: 500px
   }
   
   #topMain>li>a {
    height: 35px;
    line-height: 28px
   }
   
   #topMain.nav-pills>li>a {
    color: #444;
    background-color: transparent;
    font-size: 15px
   }
   
   #topMain.nav-pills>li>a.dropdown-toggle {
    padding-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
   }
   
   #header.bottom.dropup #topMain.nav-pills>li>a.dropdown-toggle:after {
    content: "\f106"
   }
   
   #topNav .navbar-collapse {
    float: right
   }
   
   #topNav a.logo {
    height: 50px;
    line-height: 1px;
    overflow: hidden;
    display: inline-block;
    padding: 20px 0;
    text-align: center
   }
   
   a,
   a:focus:not(.btn),
   section.dark a,
   #slidetop a:hover,
   h1>span,
   h2>span,
   h3>span,
   h4>span,
   h5>span,
   h6>span,
   .pagination>li>a,
   .pagination>li>a:hover,
   .pagination>li>span,
   ul.list-links>li>a:hover,
   #sidepanel ul li a[data-toggle="collapse"],
   #sidepanel ul li a[data-toggle="collapse"]:hover,
   #sidepanel ul li a:hover,
   .menu-list ul li a:hover,
   /* header-0.css */
   .menu-list ul li.active a,
   /* header-0.css */
   #menu_overlay_close:hover,
   /* header-0.css */
   #topMain.nav-pills>li.active>a>span.topMain-icon,
   #page-menu.page-menu-light ul>li:hover>a>i,
   #page-menu.page-menu-dark ul>li:hover>a>i,
   #page-menu.page-menu-transparent ul>li:hover>a>i,
   #page-menu.page-menu-light ul>li.active>a>i,
   #page-menu.page-menu-dark ul>li.active>a>i,
   #page-menu.page-menu-transparent ul>li.active>a>i,
   .tp-caption.block_white,
   section span.theme-color,
   section em.theme-color,
   section i.theme-color,
   section b.theme-color,
   section div.theme-color,
   section p.theme-color,
   .owl-carousel.featured a.figure>span>i,
   .owl-carousel.featured a:hover,
   figure.zoom>a.lightbox:hover,
   #portfolio h2>a:hover,
   #portfolio h3>a:hover,
   #portfolio h4>a:hover,
   #portfolio h5>a:hover,
   #portfolio h6>a:hover,
   .tab-post a:hover,
   .tag:hover>span.txt,
   section.dark .tag:hover>span.txt,
   ul.widget-twitter li>small>a:hover,
   .blog-post-item h2>a:hover,
   .blog-post-item h3>a:hover,
   .blog-post-item h4>a:hover,
   .blog-post-item h5>a:hover,
   .item-box .item-hover .inner .ico-rounded:hover>span,
   ul.side-nav>li:hover>a,
   ul.side-nav>li a:hover,
   ul.side-nav>li.active>a,
   a.href-reset:hover,
   a.href-reset.active,
   .href-reset a.active,
   .href-reset a:hover,
   .href-reset a.active,
   .price-clean-popular h4,
   .box-icon.box-icon-color i,
   .switch-primary.switch-round>input:checked+.switch-label:after,
   section.dark .nav-tabs.nav-clean>li.active>a {
    color: #427cbb
   }
   
   .primary-slider .ui-slider .ui-slider-handle,
   .switch.switch-primary>input:checked+.switch-label,
   .timeline_center li h3:before,
   .timeline_center:after,
   a.thumbnail.active,
   a.thumbnail:hover,
   .btn-primary,
   .btn-primary:hover,
   .btn-primary:active,
   .btn-primary:focus {
    background: #08a652;
    color: #fff
   }
   
   #topNav ul.dropdown-menu {
    border-color: #fab702 #fff #fff
   }
   
   .botom-knopka {
    max-width: 150px;
    text-align: center;
    color: #fff
   }

   .maxw-120 {
    max-width: 120px;
   }
   
   .padding-l-20 {
    padding-left: 30px !important
   }
   
   .foma {
    box-sizing: border-box !important;
    width: 100% !important;
    height: 50px !important;
    padding: 5px 25px !important;
    background: #fff !important;
    border: 1px solid #dbdbdb !important;
    border-radius: 10px !important;
    color: #8a8a8a !important;
    font-size: 14px !important;
    line-height: 24px !important
   }
   
   .h270 {
    height: 297px !important
   }
   
   .nonfon {
    background: none
   }
   
   ::-webkit-input-placeholder {
    color: #8a8a8a;
    opacity: 1
   }
   
   .ancybox-media {
    padding: 0;
    box-shadow: 0 9px 6px -6px #8a8a8a;
    border: 1px solid #898989
   }
   
   .ancybox-media:hover {
    padding: 0;
    border: 1px solid;
    box-shadow: 0 9px 6px -6px #8a8a8a42
   }
   
   .podrobno {
    font-weight: 400
   }
   
   #slideout {
    position: fixed;
    bottom: 35px;
    right: 0;
    width: 70px;
    padding: 12px 0;
    text-align: center;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 999
   }
   
   .fon {
    padding: 20px 10px 55px;
    background: #f0f3f6
   }
   
   .fon3 {
    background: url(../../assets/images/fon-holod.webp) no-repeat scroll 0 0 transparent;
    padding: 20px 0 55px
   }
   
   .colorwhite {
    color: #fff
   }
   
   .mini {
    font-size: 12px !important
   }
   
   .fon2 {
    padding: 20px 0 55px;
    background: #f0f3f6
   }
   
   .fon3 {
    background: #f0f3f6;
    padding: 20px 0 55px
   }
   
   .calcfon {
    background: #f0f3f6
   }
   
   .content_block {
    overflow: hidden;
    position: relative
   }
   
   .content_block.hide {
    height: 500px
   }
   
   .content_block.hide:after {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%)
   }
   
   .content_block2 {
    overflow: hidden;
    position: relative
   }
   
   .content_block2.hide {
    height: 500px;
   }
   
   .content_block2.hide:after {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px 20px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%)
   }
   
   .content_block3 {
    overflow: hidden;
    position: relative
   }
   
   .content_block3.hide {
    height: 500px
   }
   
   .content_block3.hide:after {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%)
   }
   
   .content_block4 {
    overflow: hidden;
    position: relative
   }
   
   .content_block4.hide {
    height: 500px
   }
   
   .content_block4.hide:after {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%)
   }
   
   .content_block5 {
    overflow: hidden;
    position: relative
   }
   
   .content_block5.hide {
    height: 500px
   }
   
   .content_block5.hide:after {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%)
   }
   
   .content_block6 {
    overflow: hidden;
    position: relative
   }
   
   .content_block6.hide {
    height: 500px
   }
   
   .content_block6.hide:after {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 85%)
   }
   
   .mgl15 {
    margin-left: 15px
   }
   
   .mt50 {
    margin-top: 50px
   }
   
   .kod-tab-line1 {
    background: #f8f8f8
   }
   
   .kod-tab-line2 {
    background: #e8e8e8
   }
   
   .kod-tab-title {
    background: #eaeaea
   }
   
   html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
   }
   
   body {
    margin: 0
   }
   
   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   main,
   menu,
   nav,
   section,
   summary {
    display: block
   }
   
   a {
    background-color: transparent
   }
   
   img {
    border: 0
   }
   
   figure {
    margin: 1em 40px
   }
   
   button,
   input,
   optgroup,
   select,
   textarea {
    margin: 0;
    font: inherit;
    color: inherit
   }
   
   button {
    overflow: visible
   }
   
   button,
   select {
    text-transform: none
   }
   
   button,
   html input[type="button"],
   input[type="reset"],
   input[type="submit"] {
    cursor: pointer
   }
   
   input {
    line-height: normal
   }
   
   * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
   }
   
   :after,
   :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
   }
   
   html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
   }
   
   body {
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #F2F3F7;
   }
   
   button,
   input,
   select,
   textarea {
    font-size: inherit;
    line-height: inherit;
    margin: 5px
   }
   
   a {
    color: #3988cc;
    text-decoration: none
   }
   
   figure {
    margin: 0
   }
   
   img {
    vertical-align: middle
   }
   
   .carousel-inner>.item>a>img,
   .carousel-inner>.item>img,
   .img-responsive,
   .thumbnail a>img,
   .thumbnail>img {
    display: block;
    height: auto
   }
   
   hr {
    margin-top: 17px;
    margin-bottom: 17px
   }
   
   .h1,
   .h2,
   .h3,
   .h4,
   .h5,
   .h6,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
    font-weight: 700;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 22px;
   }
   
   p {
    margin: 0 0 10px
   }
   
   .text-left {
    text-align: left
   }
   
   .text-right {
    text-align: right
   }
   
   .text-center {
    text-align: center;
    color: #333;
   }
   
   .page-header {
    /* background-color: #f9f9f9; */
    margin-top: 90px
   }
   
   ol,
   ul {
    margin-top: 0;
    margin-bottom: 10px
   }
   
   ol ol,
   ol ul,
   ul ol,
   ul ul {
    margin-bottom: 0
   }
   
   .list-unstyled {
    padding-left: 0;
    list-style: none
   }
   
   .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
   }
   
   .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
   }
   
   address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
   }
   
   .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
   }
   
   .row {
    margin-right: -15px;
    margin-left: -15px
   }
   
   .col-lg-1,
   .col-lg-10,
   .col-lg-11,
   .col-lg-12,
   .col-lg-2,
   .col-lg-3,
   .col-lg-4,
   .col-lg-5,
   .col-lg-6,
   .col-lg-7,
   .col-lg-8,
   .col-lg-9,
   .col-md-1,
   .col-md-10,
   .col-md-11,
   .col-md-12,
   .col-md-2,
   .col-md-3,
   .col-md-4,
   .col-md-5,
   .col-md-6,
   .col-md-7,
   .col-md-8,
   .col-md-9,
   .col-sm-1,
   .col-sm-10,
   .col-sm-11,
   .col-sm-12,
   .col-sm-2,
   .col-sm-3,
   .col-sm-4,
   .col-sm-5,
   .col-sm-6,
   .col-sm-7,
   .col-sm-8,
   .col-sm-9,
   .col-xs-1,
   .col-xs-10,
   .col-xs-11,
   .col-xs-12,
   .col-xs-2,
   .col-xs-3,
   .col-xs-4,
   .col-xs-5,
   .col-xs-6,
   .col-xs-7,
   .col-xs-8,
   .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
   }
   
   .col-xs-1,
   .col-xs-10,
   .col-xs-11,
   .col-xs-12,
   .col-xs-2,
   .col-xs-3,
   .col-xs-4,
   .col-xs-5,
   .col-xs-6,
   .col-xs-7,
   .col-xs-8,
   .col-xs-9 {
    float: left
   }
   
   .col-xs-12 {
    width: 100%
   }
   
   .col-xs-9 {
    width: 75%
   }
   
   .col-xs-6 {
    width: 50%
   }
   
   .col-xs-3 {
    width: 25%
   }
   
   .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
   }
   
   .collapse {
    display: none
   }
   
   .dropdown,
   .dropup {
    position: relative
   }
   
   .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
   }
   
   .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
   }
   
   .nav>li {
    position: relative;
    display: block
   }
   
   .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px
   }
   
   .nav-pills>li {
    float: left
   }
   
   .nav-pills>li>a {
    border-radius: 4px
   }
   
   .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
   }
   
   .container-fluid>.navbar-collapse,
   .container-fluid>.navbar-header,
   .container>.navbar-collapse,
   .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
   }
   
   .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
   }
   
   .breadcrumb>li {
    display: inline-block;
    margin-right: 5px;
   }
   
   .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
   }
   
   .btn-group-vertical>.btn-group:after,
   .btn-group-vertical>.btn-group:before,
   .btn-toolbar:after,
   .btn-toolbar:before,
   .clearfix:after,
   .clearfix:before,
   .container-fluid:after,
   .container-fluid:before,
   .container:after,
   .container:before,
   .dl-horizontal dd:after,
   .dl-horizontal dd:before,
   .form-horizontal .form-group:after,
   .form-horizontal .form-group:before,
   .modal-footer:after,
   .modal-footer:before,
   .nav:after,
   .nav:before,
   .navbar-collapse:after,
   .navbar-collapse:before,
   .navbar-header:after,
   .navbar-header:before,
   .navbar:after,
   .navbar:before,
   .pager:after,
   .pager:before,
   .panel-body:after,
   .panel-body:before,
   .row:after,
   .row:before {
    display: table;
    content: " "
   }
   
   .btn-group-vertical>.btn-group:after,
   .btn-toolbar:after,
   .clearfix:after,
   .container-fluid:after,
   .container:after,
   .dl-horizontal dd:after,
   .form-horizontal .form-group:after,
   .modal-footer:after,
   .nav:after,
   .navbar-collapse:after,
   .navbar-header:after,
   .navbar:after,
   .pager:after,
   .panel-body:after,
   .row:after {
    clear: both
   }
   
   .pull-right {
    float: right !important
   }
   
   .pull-left {
    float: left !important
   }
   
   .float-right {
    float: right
   }
   
   .footer {
    padding: 20px;
    background: #f3f3f3;
    border-top: 1px solid #e8e8e8
   }
   
   .p15 {
    padding: 15px
   }
   
   .togglefon {
    border: #efefef 1px solid;
    border-radius: 15px;
    color: #333;
    background: #f0f3f6;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    margin-bottom: 5px
   }
   
   .togglecontent {
    padding: 10px 20px;
    min-height: 110px
   }
   
   .slider {
    position: relative;
    overflow: hidden
   }
   
   .slider__wrapper {
    display: flex;
    transition: transform .6s ease
   }
   
   .slider__item {
    flex: none;
    max-width: 28%;
    margin: 0 10px;
    text-align: center
   }
   
   .slider__control {
    position: absolute;
    top: 40%;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: .9;
    height: 70px;
    transform: translateY(-50%);
    background: #fcfcfc;
    border: 1px solid #efefef;
    box-shadow: 0 9px 6px -6px #0e0e0e70
   }
   
   .slider__control_show {
    display: flex
   }
   
   .slider__control:hover,
   .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1
   }
   
   .slider__control_left {
    left: 0
   }
   
   .slider__control_right {
    right: 0
   }
   
   .slider__item>div {
    text-align: center;
    color: #000 !important;
    line-height: 20px;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    margin-left: -5px !important;
    padding: 5px 20px
   }
   
   div.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both
   }
   
   .toggle.toggle-transparent-body label {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    border: 1px solid #d4d4d4
   }
   
   div.toggle>label {
    color: #333;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    position: relative;
    display: block;
    border-bottom: rgba(0, 0, 0, 0.03) 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
   }
   
   .toggle.toggle-transparent .toggle-content,
   .toggle.toggle-transparent-body .toggle-content {
    background: transparent
   }
   
   div.toggle div.toggle-content {
    border: rgba(0, 0, 0, 0.03) 1px solid;
    display: none;
    background: rgba(0, 0, 0, 0.03);
    margin-top: -5px;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
   }
   
   .toggle .toggle-content {
    border: 0 !important
   }
   
   div.toggle div.toggle-content p:last-child {
    margin-bottom: 0;
    margin-top: 15px
   }
   
   div.toggle.active>label:before {
    border: 6px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    right: 14px;
    margin-top: -10px
   }
   
   div.toggle>label:before {
    content: "";
    border: 6px solid transparent;
    border-top-color: inherit;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -3px
   }
   
   .oshibka {
    padding: 1px;
    margin: 10px;
    border-bottom: 1px solid #ececec
   }
   
   .text-slider {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 19px;
    color: #fff;
    line-height: 25px;
    max-width: 500px;
    text-shadow: 1px 1px 2px #000
   }
   
   .h1-slider {
    color: #fff;
    font-size: 25px;
    margin: 0 0 25px
   }
   
   .p-slider {
    font-size: 19px
   }
   
   .ph {
    font-weight: 700;
    color: #ff0
   }
   
   .zagolovok-p {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 20px;
    padding: 10px 0 5px;
    font-weight: 500;
    margin: 20px 0 10px
   }
   
   .brend-img {
    display: inline-grid;
    text-align: center;
    margin: 10px 0;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px
   }
   
   .bg-non-repeat {
    background-repeat: no-repeat;
   }
   
   .info {
    background: #009688;
    padding: 3vh 10vw;
    color: #d9d9d9
   }
   
   #overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto
   }
   
   .popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px Tahoma, Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s
   }
   
   .popup h2,
   .popup h3 {
    margin: 0 0 1rem;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd
   }
   
   .close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #4ea2e8;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none
   }
   
   .close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
   }
   
   .close:hover {
    background-color: #ff9426
   }
   
   .popup img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
   }
   
   .pl-left,
   .pl-right {
    width: 25%;
    height: auto
   }
   
   .pl-right {
    float: right;
    margin: 5px 0 5px 15px
   }
   
   .pl-left {
    float: left;
    margin: 5px 18px 5px 0
   }
   
   @-moz-keyframes fade {
    from {
        opacity: 0
    }
   
    to {
        opacity: 1
    }
   }
   
   @-webkit-keyframes fade {
    from {
        opacity: 0
    }
   
    to {
        opacity: 1
    }
   }
   
   @keyframes fade {
    from {
        opacity: 0
    }
   
    to {
        opacity: 1
    }
   }
   
   .brend-img:hover {
    border: 1px solid #ff9426
   }
   
   .img-masters {
    border-radius: 50% !important;
    border: 1px solid #ff9426;
    padding: 0;
    max-width: 100%;
    margin: 20px 0
   }
   
   .bw {
    display: block;
    position: relative;
    padding: 15px 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important
   }
   
   .mg {
    margin: 20px 0
   }
   
   .shadow {
    box-shadow: -7px 4px 14px 0 #585858
   }
   
   .mg2 {
    margin: 10px 0;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 9px 6px -6px #8a8a8a
   }
   
   .width100 {
    width: 75%;
    margin: 20px 0
   }
   
   .right {
    text-align: right !important
   }
   
   #header ul.nav-second-main li>a:hover {
    background: #00c35b !important;
    color: #fff !important
   }
   
   .black {
    color: #000
   }
   
   .knopkavideo {
    font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
    color: #414141;
    margin: 10px;
   }
   
   .fon1 {
    background-size: cover
   }
   
   .zagolovok5 {
    font-weight: 700
   }
   
   .absolute.bottom-right {
    top: 0;
    bottom: auto;
    padding: 0;
    text-transform: uppercase
   }
   
   .absolute {
    z-index: 10;
    margin: 20px;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
   }
   
   .ribbon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 150px solid #333;
    border-right: 0;
    border-bottom: 0;
    border-left: 150px solid transparent
   }
   
   .modal-content {
    border-top-color: #8ab933
   }
   
   .relative {
    margin-bottom: 10px;
    position: relative;
    background: #f9f9f9;
    box-shadow: 0 9px 6px -6px #8a8a8a
   }
   
   a.btn {
    line-height: 25px
   }
   
   section.featured-grid div.row>div img {
    width: 100%
   }
   
   @media only screen and (max-width: 480px) {
    section.featured-grid div.row>div {
        margin: 15px 0
    }
   }
   
   @media only screen and (max-width: 600px) {
    section.featured-grid div.row>div h1 {
        font-size: 15px
    }
   
    a.btn {
        line-height: 20px
    }
   }
   
   section.featured-grid div.row>div .ribbon {
    position: absolute;
    right: 15px;
    top: 0;
    color: #fff;
    text-align: right;
    width: 33.5%;
    height: 33.5%
   }
   
   .ribbon {
    width: 115px;
    height: 118px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1
   }
   
   section.featured-grid div.row>div .ribbon:before,
   .modal-content {
    border-top-color: #8ab933
   }
   
   section.featured-grid div.row>div .ribbon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 150px solid #333;
    border-right: 0;
    border-bottom: 0;
    border-left: 150px solid transparent
   }
   
   section.featured-grid div.row>div .absolute {
    z-index: 10;
    margin: 10px
   }
   
   .absolute {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
   }
   
   section.featured-grid div.row>div .ribbon:before,
   .modal-content {
    border-top-color: #8ab933
   }
   
   section.featured-grid div.row>div .ribbon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 150px solid #ff9426;
    border-right: 0;
    border-bottom: 0;
    border-left: 150px solid transparent
   }
   
   section.featured-grid div.row>div img {
    width: auto
   }
   
   audio,
   canvas,
   img,
   video {
    vertical-align: middle
   }
   
   section.featured-grid div.row>div .ribbon h2,
   section.featured-grid div.row>div .ribbon h3,
   section.featured-grid div.row>div .ribbon h4 {
    color: #fff
   }
   
   section.featured-grid div.row>div h1,
   section.featured-grid div.row>div h2,
   section.featured-grid div.row>div h3,
   section.featured-grid div.row>div h4,
   section.featured-grid div.row>div h5,
   section.featured-grid div.row>div h6 {
    margin: 0;
    color: #000;
    line-height: 1.1;
    text-transform: uppercase
   }
   
   .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
   }
   
   a,
   a:focus:not(.btn),
   section.dark a,
   #slidetop a:hover,
   h1>span,
   h2>span,
   h3>span,
   h4>span,
   h5>span,
   h6>span,
   .pagination>li>a,
   .pagination>li>a:hover,
   .pagination>li>span,
   ul.list-links>li>a:hover,
   #sidepanel ul li a[data-toggle="collapse"],
   #sidepanel ul li a[data-toggle="collapse"]:hover,
   #sidepanel ul li a:hover,
   .menu-list ul li a:hover,
   .menu-list ul li.active a,
   #menu_overlay_close:hover,
   #topMain.nav-pills>li.active>a>span.topMain-icon,
   #page-menu.page-menu-light ul>li:hover>a>i,
   #page-menu.page-menu-dark ul>li:hover>a>i,
   #page-menu.page-menu-transparent ul>li:hover>a>i,
   #page-menu.page-menu-light ul>li.active>a>i,
   #page-menu.page-menu-dark ul>li.active>a>i,
   #page-menu.page-menu-transparent ul>li.active>a>i,
   .tp-caption.block_white,
   section span.theme-color,
   section em.theme-color,
   section i.theme-color,
   section b.theme-color,
   section div.theme-color,
   section p.theme-color,
   .owl-carousel.featured a.figure>span>i,
   .owl-carousel.featured a:hover,
   figure.zoom>a.lightbox:hover,
   #portfolio h2>a:hover,
   #portfolio h3>a:hover,
   #portfolio h4>a:hover,
   #portfolio h5>a:hover,
   #portfolio h6>a:hover,
   .tab-post a:hover,
   .tag:hover>span.txt,
   section.dark .tag:hover>span.txt,
   ul.widget-twitter li>small>a:hover,
   .blog-post-item h2>a:hover,
   .blog-post-item h3>a:hover,
   .blog-post-item h4>a:hover,
   .blog-post-item h5>a:hover,
   .item-box .item-hover .inner .ico-rounded:hover>span,
   ul.side-nav>li:hover>a,
   ul.side-nav>li a:hover,
   ul.side-nav>li.active>a,
   a.href-reset:hover,
   a.href-reset.active,
   .href-reset a.active,
   .href-reset a:hover,
   .href-reset a.active,
   .price-clean-popular h4,
   .box-icon.box-icon-color i,
   .switch-primary.switch-round>input:checked+.switch-label:after,
   section.dark .nav-tabs.nav-clean>li.active>a {
    color: #c00
   }
   
   a,
   a:focus,
   a:hover,
   a:active {
    outline: 0;
    cursor: pointer
   }
   
   a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #4192d7;
    text-decoration: none;
    background-color: transparent
   }
   
   * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
   }
   
   user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline
   }
   
   .text-right {
    text-align: right !important;
    text-align: right
   }
   

   html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
   }
   
   :after,
   :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
   }
   
   ::selection {
    background: #8ab933;
    color: #fff;
    text-shadow: none;
    background: #333
   }
   
   .logotitle {
    color: #ff9426;
    font-size: 18px
   }
   
   .logodesc {
    color: #777;
    font-size: 11px
   }
   
   .imgbaner1 {
    margin-left: 75%
   }
   
   @media only screen and (max-width: 1200px) {
    .imgbaner1 {
        margin-left: 70%
    }
   
    button,
    input,
    select,
    textarea {
        font-size: inherit;
        line-height: inherit;
        margin: 2px
    }
   }
   
   @media only screen and (max-width: 640px) {
    .imgbaner1 {
        margin-left: 57%
    }
   
    .relative {
        margin-top: 10px
    }
   
    .headmobleft {
        float: left !important;
        width: 50%;
        text-align: left;
        display: grid
    }
   
    .headmobright {
        float: right !important;
        width: 50%;
        text-align: right
    }
   }
   
   @media only screen and (max-width: 400px) {
    .imgbaner1 {
        margin-left: 50%
    }
   }
   
   @media only screen and (max-width: 330px) {
    .hidden-xs2 {
        display: none
    }
   }
   
   .img100 {
    width: 100% !important;
    box-shadow: 0 9px 6px -6px #8a8a8a
   }
   
   .text-white {
    color: #fff !important;
    margin: 5px !important
   }
   
   .mb0 {
    margin-bottom: 0 !important
   }
   
   .red-btn {
    background: #ff2626
   }
   
   .red-btn:hover {
    background: #ff6363
   }
   
   .green-btn:hover {
    background: #03c55e
   }
   
   @media only screen and (max-width: 800px) {
    .mobsize17 {
        font-size: 17px
    }
   
    .mobsize16 {
        font-size: 16px
    }
   
    .mobsize15 {
        font-size: 13px;
        color: #666;
        font-weight: 400 !important;
        margin-left: 8px
    }
    img.img-responsive {
        display: inline-block;
        width: 100%;
    }
   }
   
   @media (min-width: 992px) and (max-width: 1199px) {
    .imgbaner1 {
        height: 178px
    }
   
    .imgbaner2 {
        height: 178px
    }
   
    .nomargin-sm {
        margin-top: 0 !important
    }

   }
   
   @media (min-width: 700px) and (max-width: 990px) {
    .imgbaner1 {
        height: 134px
    }
   
    .imgbaner2 {
        height: 134px
    }
   
    .nomargin-sm {
        margin-top: 0 !important
    }
   
    section.featured-grid div.row>div .absolute {
        z-index: 10;
        margin: 10px
    }
   
    .hidden-sm {
        display: none
    }
   
    a.btn {
        line-height: 18px
    }
   
    .timeline .timeline-item-bordered {
        min-height: 170px !important
    }
   
    .padding0 {
        padding: 0
    }
   }
   
   .banerh {
    font-size: 18px;
    color: #444;
    line-height: 20px;
    font-weight: 600
   }
   
   .imgtext {
    float: right;
    padding: 10px
   }
   
   .fw600 {
    color: #faffab
   }
   
   .zagolovokh3 {
    font-weight: 700;
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #ff9426
   }
   
   .company__list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-right: -10px;
    margin-bottom: -10px;
    line-height: 23px
   }
   
   .company__list-item {
    border: 1px dashed #ccc;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #d4d4d4
   }
   
   .company__list-title {
    font-weight: 600
   }
   
   .disgrid {
    display: grid;
    line-height: 17px
   }
   .blok{
    padding: 25px;
    border-radius: 25px;
    background: white;
    border: 1px solid #e7e7e7;
    margin: 5px 0px 5px;
   }
   
   .margin20 {
    margin: 15px 0px;
   }
   .sblok{
    margin: 0px 0px;
   }
   
   .margin-top-40{
    margin-top:40px;
   }
   .nol {
    font-size: 16px;
    font-weight: 700;
    color: #ffe249;
   }
   
   .divbaner {
    line-height: 12px;
    margin-bottom: 15px;
    color: white;
    font-size: 14px;
   }
   .slider-sma {
    background: url(../../assets/images/remont-stiralnyh-mashin-oboi.webp) no-repeat;
   }
   .slider-hol {
    background: url(../../assets/images/remont-holodilnikov-obo.webp) no-repeat;
   }
   .slider-such {
    background: url(../../assets/images/remont-suchilnyh-mashin.webp) no-repeat;
   }
   .slider-posud {
    background: url(../../assets/images/remont-posudomoechnyh-mashin-oboi.webp) no-repeat;
   }
   .slider-var {
    background: url(../../assets/images/remont-varochnyh-paneley-oboi.webp) no-repeat;
   }
   .white {
    color: #fff;
    /* font-size: 30px; */
   }
   
   
   .fake-submit {
    height: 10px !important;
    margin: 0px !important;
    background: none !important;
    cursor: default !important;
    margin: 0px !important;
   }
   .testform {
    width: 100%;
    height: 10px;
    color: white;
    border: none;
   }
   .submitgreen {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    line-height: 35px;
    height: 35px;
    color: #fff;
    background-color: #00a74e;
    width: 100%;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border-radius: 8px;
    max-width: 200px;
    text-align: center;
   }
   .submitgreen:hover {
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    line-height: 35px;
    height: 35px;
    color: #fff !important;
    background-color: #05cf64;
    width: 100%;
    border: 0;
    cursor: pointer;
    outline: none;
    display: inline-block;
    border-radius: 8px;
    max-width: 200px;
    text-align: center;
   }

   .mw100 {
    max-width: 100%;
    }
    .mb50 {
        margin-bottom: 50px;
    }
    .mb5 {
        margin-bottom: 5px;
    }
    ul {
        list-style-type: none; 
        padding-inline-start: 15px;
       }
