@charset "UTF-8";

/* Прижатый футер */

html {
    height: 100%;
    background: #dedede;
}
body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.header__pressed-footer,
.footer__pressed-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.footer__pressed-footer {
    line-height: normal;
}
.wrap-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
background: #010e2a;
}
.main-content > div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;d2ff00
    display: flex;
    width: 100%;
    background: url("../images/1-6037795.jpg") no-repeat;
background-position: top;
background-attachment: fixed;
}
.uk-article-meta {
    display: none;
}
.main-content-inner {
    width: 100%;
}
.header {
    background: url("../images/border-nav.png") top left repeat-x #01122c;
    padding-top: 3px;
}
.video-adaptive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-adaptive > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-adaptive-wrap {
    max-width: 540px;
    margin: 0 auto 20px;
}
.tm-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tm-navbar:before,
.tm-navbar:after {
    display: none;
}
.socsety {
    padding-left: 5%;
    white-space: nowrap;
}
.socsety a {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.socsety a + a {
    margin-left: 6px;
}
.socsety a:hover {
    color: #ef0055;
    border-color: #ef0055;
}
.socsety .uk-icon-vk {
    padding-right: 2px;
}
.uk-navbar-nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.uk-navbar-toggle {
    display: none;
}
.payment-item-title {
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
    width: 100%;
    padding: 20px 15px;
    margin-bottom: 0;
    margin-top: 0;
}
.uk-nav-offcanvas > li:not(:last-child):not(.uk-active) {
    border-bottom: 1px dashed #ababab;
}
.tm-offcanvas-close {
    display: block;
    z-index: 99;
    height: 48px;
    width: 48px;
    position: absolute;
    top: 9px;
    right: 0;
    background: #fff;
    cursor: pointer;
}
.tm-offcanvas-close:before {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #000;
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tm-offcanvas-close:after {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #000;
    width: 20px;
    height: 1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tm-toolbar {
    font-family: 'arialnarrow';
color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 5px solid #000000;
    margin-bottom: 20px;
background-color: #051c43;
}
.tm-toolbar > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tm-toolbar:before,
.tm-toolbar:after {
    display: none;
}
.tm-logo p {
    display: inline;
    margin: 0;
}
.tm-toolbar-center {
    text-align: center;
    font-size: 23px;
}
.tm-toolbar-right {
    font-size: 18px;
    text-align: center;
}
form.uk-search {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.tm-main {
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.tm-sidebar-a {
    border-right: 2px solid #dbdbdb;
    font-family: 'arialnarrow';
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.tm-sidebar-a .uk-panel-title {
    background: url("../images/title-bg.png") repeat-x left center;
    -webkit-background-size: 1px 100%;
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-left: -20px;
    text-align: center;
}
.sidebar-menu .newsflash-titlesidebar-menu {
    margin: 0;
}
.sidebar-menu .newsflash-titlesidebar-menu a {
    display: block;
    margin-left: -20px;
    padding: 10px 10px 10px 20px;
    color: #40434b;
    border-bottom: 1px dashed #ababab;
}
.sidebar-menu .newsflash-titlesidebar-menu a:hover {
    text-decoration: none;
    color: #d2ff00;
}
.sidebar-menu .uk-panel-title {
    margin-bottom: 0;
}
.category-module-news {
    padding: 0 10px 0 0;
    list-style: none;
}
.category-module-news .features-intro-img {
    float: left;
    width: 40%;
    margin: 0 10px 10px 0;
}
.category-module-news .mod-articles-category-date {
    display: block;
    margin-bottom: 4px;
}
.category-module-news .mod-articles-category-title {
    display: block;
    margin-bottom: 4px;
}
.category-module-news .mod-articles-category-introtext,
.category-module-news .mod-articles-category-readmore {
    display: inline;
}
.category-module-news > li + li {
    margin-top: 15px;
}
.slideshow-top {
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
}
.tm-title, .page-header > h1 {
    text-align: center;
    padding: 10px;
    border-top: 2px solid #d2ff00;
    border-bottom: 2px solid #d2ff00;
    margin-bottom: 10px !important;
}
.categories-list > h1{
    text-align: center;
    padding: 10px;
    border-top: 2px solid #d2ff00;
    border-bottom: 2px solid #d2ff00;
    margin-bottom: 30px !important;
}
.catalog .uk-article-blog-wrap {
    max-width: 350px;
}
.catalog .uk-article-blog-wrap .uk-align-left {
    margin-right: 0;
    margin-bottom: 0;
    float: none;
    border: 1px solid #d2ff00;
    overflow: hidden;
}
.catalog .uk-article-blog-wrap .uk-align-left img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.catalog .uk-article-blog-wrap:hover a {
    color: #d2ff00;
}
.catalog .uk-article-blog-wrap:hover .uk-align-left img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.catalog .uk-article-blog-wrap + .uk-article-blog-wrap {
    margin-top: 0;
}
.catalog .uk-article-title-1 {
    font-style: normal;
    font-family: 'arialnarrow';
    text-align: center;
    margin-bottom: 0;
}
.catalog .uk-article-title-1 a {
    color: #40434b;
    display: block;
    padding: 12px 0;
}
.catalog .uk-article-title-1 a:hover {
    color: #d2ff00;
    text-decoration: none;
}
.article-info.muted{
    display: none;
}
.list-news .uk-article-blog-wrap .uk-align-left {
    max-width: 40%;
    width: 200px;
    border: 1px solid #d2ff00;
    overflow: hidden;
}
.list-news .uk-article-blog-wrap .uk-align-left img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.list-news .uk-article-blog-wrap:hover .uk-align-left img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.uk-article:not(.uk-article-blog-wrap) img.uk-align-left {
    border: 1px solid #d2ff00;
    max-width: 40%;
}
.tm-footer > div {
    background: url("../images/footer-border.png") top left repeat-x, url(../images/footer-bg.png);
    min-height: 100px;
}
.footer-block {
    width: 33.3333%;
    max-width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.footer-block .fox-container input:not([type="checkbox"]),
.footer-block .fox-container textarea {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px !important;
    background: #5b5b5b !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    border: none !important;
    margin-bottom: 15px !important;
    color: #3f3f3f !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.footer-block .fox-container input:not([type="checkbox"]):focus,
.footer-block .fox-container textarea:focus {
    background: #acabab !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.footer-block .fox-container textarea {
    padding-top: 8px !important;
}
.footer-block .fox-container .controls {
    width: 100% !important;
}
.footer-block .fox-container label.checkbox {
    color: #bababa;
    font-size: 10px !important;
    line-height: 12px !important;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none !important;
    display: inline-block !important;
    margin-right: 5px !important;
}
.footer-block .fox-container .fox-item-submit button {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    height: 24px !important;
    line-height: 17px !important;
    border: none !important;
    background: url(../images/but-l.png) left top no-repeat, url(../images/but-r.png) right top no-repeat, url(../images/but-c.png) left center repeat-x;
    max-width: 100%;
    width: 133px !important;
    cursor: pointer;
}
.footer-block .fox-container .fox-item-submit button:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 16px !important;
}
.footer-block .fox-container .fox-item-submit button:hover span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.footer-block .fox-container .fox-item-submit button span {
    color: #ffffff;
}
.footer-block ::-webkit-input-placeholder {
    color: #3f3f3f;
    opacity: 1;
}
.footer-block ::-moz-placeholder {
    color: #3f3f3f;
    opacity: 1;
}
.footer-block :-moz-placeholder {
    color: #3f3f3f;
    opacity: 1;
}
.footer-block :-ms-input-placeholder {
    color: #3f3f3f;
    opacity: 1;
}
.footer-block [placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
.footer-block [placeholder]:focus::-moz-placeholder {
    color: transparent;
}
.footer-block [placeholder]:focus:-moz-placeholder {
    color: transparent;
}
.footer-block [placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
.footer-grid {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    color: #ffffff;
}
.footer-block-right {
    font-size: 12px;
    font-family: 'arialnarrow';
}
.footer-block-left {
    font-family: 'arialnarrow';
}
.tm-main .uk-panel-title {
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    color: #d2ff00;
    font-size: 18px;
}
.mod_related_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -40px;
}
.mod_related_items > div {
    width: -webkit-calc(25% - 40px);
    width: -moz-calc(25% - 40px);
    width: calc(25% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mod_related_items > div:hover .features-intro-img-2 img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.mod_related_items-h4 {
    text-align: center;
}
.features-intro-img-2 {
    display: block;
    border: 1px solid #d2ff00;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.features-intro-img-2 img {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mod_related_items-introtext {
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.mod_related_items-readmore {
    text-align: center;
}
.banner-form-wrap .fancybox-content {
    padding: 20px;
    max-width: 96%;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/footer-bg.png);
}
.banner-form-wrap .fancybox-content .holder p {
    margin-bottom: 15px;
}
.banner-form-wrap .fancybox-content .holder input:not(.submit) {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    background: #5b5b5b;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    border: none;
    color: #3f3f3f;
    padding-left: 15px;
    padding-right: 15px;
}
.banner-form-wrap .fancybox-content .holder input:not(.submit):focus {
    background: #acabab !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.banner-form-wrap .fancybox-content .holder textarea {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px !important;
    background: #5b5b5b !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    border: none !important;
    color: #3f3f3f !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    resize: none;
}
.banner-form-wrap .fancybox-content .holder textarea:focus {
    background: #acabab !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.banner-form-wrap .fancybox-content .holder label:not(.error) {
    color: #fff;
}
.banner-form-wrap .fancybox-content .holder .submit {
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: 30px;
    line-height: 23px;
    border: none;
    background: url(../images/but-l.png) left top no-repeat, url(../images/but-r.png) right top no-repeat, url(../images/but-c.png) left center repeat-x;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
    color: #fff;
}
.banner-form-wrap .fancybox-content .holder .submit span {
    display: block;
}
.banner-form-wrap .fancybox-content .holder .submit:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 24px;
}
.banner-form-wrap .fancybox-content .holder .submit:hover span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.banner-form-wrap .fancybox-button {
    color: #fff;
}
.banner-form-wrap .fancybox-bg {
    background: #999;
}
label.error {
    color: red;
    font-size: 12px;
}
.dnone {
    display: none !important;
    visibility: hidden !important;
}
#callback_tel,
#loading_tel {
    color: #fff;
}
.holder[style*="display: none"] + .js-privacy {
    display: none;
}
.js-privacy a {
    color: #fff;
}
.mycontactform_tel,
.mycontactform {
    text-align: center;
    margin: 20px 0;
}
.mycontactform_tel a,
.mycontactform a {
    display: inline-block;
    height: 43px;
    line-height: 45px;
    border: none;
    background: url(../images/but-2-l.png) left top no-repeat, url(../images/but-2-r.png) right top no-repeat, url(../images/but-2-c.png) left center repeat-x;
    max-width: 100%;
    width: 245px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}
.mycontactform_tel a span,
.mycontactform a span {
    display: block;
}
.mycontactform_tel a:hover,
.mycontactform a:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 41px;
}
.mycontactform_tel a:hover span,
.mycontactform a:hover span {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.tm-main table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
.tm-main table td,
.tm-main table th {
    padding: 8px 8px;
    #border-bottom: 1px solid #E5E5E5;
}
.tm-main table tr:first-child {
    font-weight: bold;
}
.tm-main table tr:nth-of-type(odd) {
    #background: #fafafa;
}
.phone p{
    margin: 0;
}
.phone{
    padding-left: 5%;
    white-space: nowrap;
}
.phone a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    height: 52px;
    padding: 0 5px;
    line-height: 52px;
    font-weight: normal;
    font-size: 20px;
    color: #eaff00;
    font-family: 'arialnarrow';
}
.phone a:hover{
    color: #d2ff00;
}
#callback{
    color: #ffffff;
    padding-right: 5px;
}
@media screen and (max-width: 1300px) {
    .socsety {
        padding-left: 1%;
    }
    .tm-toolbar-right p > span:first-child {
        font-size: 28px !important;
    }
}
@media screen and (max-width: 990px) {
    .uk-navbar-toggle {
        display: block;
    }
    .mod_related_items > div {
        width: -webkit-calc(50% - 40px);
        width: -moz-calc(50% - 40px);
        width: calc(50% - 40px);
    }
}
@media screen and (max-width: 767px) {
    .phone, .socsety{
        padding-left: 0;
    }
    .tm-toolbar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tm-toolbar > * {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        text-align: center;
    }
    .tm-sidebar-a {
        border-right: none;
    }
    .tm-sidebar-a .uk-panel-title {
        margin-right: -20px;
    }
    .sidebar-menu .newsflash-titlesidebar-menu a {
        margin-right: -20px;
    }
    .catalog .uk-article-blog-wrap {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-block {
        width: 100%;
        max-width: none;
    }
    .footer-block:last-child {
        margin-bottom: 30px;
    }
    .uk-article-title {
        font-size: 30px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 479px) {
    .mod_related_items > div {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .uk-article-title {
        font-size: 28px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .tm-sidebar-a {
        width: 30%;
        left: -70%;
    }
    .tm-main {
        width: 70%;
        left: 30%;
    }
}
/*# sourceMappingURL=custom.css.map */