/* Svoi CSS kod pishite v faile CUSTOM.CSS, chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS, not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII, ne izmenyaite ego!!! */
@font-face {
    font-family: 'Inter';
    src: url('font/Inter-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helios Cond Bold';
    src: url('font/HeliosCond-Bold.eot');
    src: url('font/HeliosCond-Bold.eot%3F') format('embedded-opentype'),
    url('font/HeliosCond-Bold.woff') format('woff'),
    url('font/HeliosCond-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helios Cond Regular';
    src: url('font/HeliosCond.eot');
    src: url('font/HeliosCond.eot%3F') format('embedded-opentype'),
    url('font/HeliosCond.woff') format('woff'),
    url('font/HeliosCond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('font/GothamPro.woff2') format('woff2'),
    url('font/GothamPro.woff') format('woff'),
    url('font/GothamPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('font/GothamPro-Bold.woff2') format('woff2'),
    url('font/GothamPro-Bold.woff') format('woff'),
    url('font/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    background-color: white;
    color: #555;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a.grey {
    color: #818181;
}

/*a:hover{text-decoration:none;}*/
/*h1,h2,h3,h4,h5,h6{margin:0;font-weight:bold;margin:46px 0 26px 0;color:#222222;}
h1,h2,h3,h4{letter-spacing:normal;}
h1{font-size:2.133em;line-height:30px;margin:0 0 18px;font-weight:bold;}
h2{font-size:1.866em;line-height:28px;margin: 40px 0 26px;}
h3{font-size:1.6em;  line-height:24px;margin: 40px 0 26px;}
h4{font-size:1.33em; line-height:20px;margin: 40px 0 26px;}
h5{font-size:1.2em;  line-height:22px;margin: 40px 0 26px;}
h6{font-size:1.066em;line-height:22px;margin: 40px 0 26px;}
.content h2:first-of-type,.content h3:first-of-type,.content h4:first-of-type,.content h5:first-of-type,.content h6:first-of-type{/*margin-top:0px;*//*}
h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced{margin-top:50px;}
h1.no-top-space, h2.no-top-space, h3.no-top-space, h4.no-top-space, h5.no-top-space, h6.no-top-space{margin-top:0px;}
h1.no-bottom-space, h2.no-bottom-space, h3.no-bottom-space, h4.no-bottom-space, h5.no-bottom-space, h6.no-bottom-space{margin-bottom:0px;}
h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced{margin-top:64px;}
h1.bottom-spaced, h2.bottom-spaced, h3.bottom-spaced, h4.bottom-spaced, h5.bottom-spaced, h6.bottom-spaced{margin-bottom:36px;}
.underline{display:inline-block;margin-bottom:20px;padding-bottom:11px;border-bottom:2px solid blue;}
h4.underline{padding-bottom:7px;}
h5.underline{padding-bottom:4px;}*/
b { /*color:#222222;*/
}

.dark_link {
    color: #222;
}

.label[href]:hover, .label[href]:focus {
    color: #555;
    cursor: default;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.no-top-margin {
    margin-top: 0;
}

.muted {
    color: #818181;
}

.bold {
    font-weight: bold;
}

p {
    margin-bottom: 24px;
}

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px;
}

p.featured {
    font-size: 1.6em;
    line-height: 1.5em;
}

p.short {
    margin-bottom: 0;
}

p.tall {
    margin-bottom: 20px;
}

p.taller {
    margin-bottom: 40px;
}

p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia;
}

p.drop-caps.secundary:first-child:first-letter {
    background-color: #ccc;
    color: white;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px;
}

hr {
    height: 1px;
    margin: 25px 0;
    border: none;
    border-top: 1px solid #f5f5f5;
}

.colored_line {
    border-color: #ededed;
    border-top-width: 2px;
}

table.no-border {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

table.table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
    border: 0;
}

table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th {
    color: white;
}

table.table tr:nth-child(even) td {
    background: #eff5f7;
}

table.table tr:nth-child(odd) td {
    background: white;
}

table.table th {
    background: #555;
}

table.table1 td {
    padding: 15px;
}

blockquote {
    color: #222222;
    position: relative;
    padding: 18px 20px 25px 113px;
    border: none;
    font-weight: 500;
    font-size: 1em;
    line-height: 24px;
    font-weight: 600;
    margin: 50px 0px 45px;
}

blockquote p {
    line-height: normal;
}

blockquote:before {
    position: absolute;
    top: 20px;
    left: 44px;
    font-family: Arial;
    content: "\201C";
    font-size: 82px;
    line-height: 78px;
}

blockquote.danger {
    padding: 27px 42px 31px 42px;
    border: 1px solid rgba(210, 21, 21, 0.4);
    border-radius: 3px;
    border-left: 3px solid #d21515;
    color: #bb3a3a;
    margin: 40px 0px;
    font-weight: 400;
}

blockquote.info {
    padding: 27px 42px 31px 42px;
    border: 1px solid rgba(91, 177, 71, 0.4);
    border-radius: 3px;
    border-left: 3px solid #5bb147;
    color: #5a8051;
    margin: 40px 0px;
    font-weight: 400;
}

blockquote.danger * {
    color: #bb3a3a;
}

blockquote.info * {
    color: #5a8051;
}

blockquote.danger:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 40px;
    background: #fff url(images/digital.png) -249px -262px no-repeat;
    width: 26px;
    height: 17px;
}

blockquote.info:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 40px;
    background: #fff url(images/digital.png) -17px -153px no-repeat;
    width: 26px;
    height: 18px;
}

blockquote.danger:after {
    content: "";
}

blockquote.code {
    padding: 27px 42px 31px 42px;
    border: 1px solid #f5f5f5;
    background: url(images/code_pattern.gif);
    color: #999;
    margin: 40px 0px;
    font-weight: 400;
}

blockquote.code:before {
    display: none;
}

blockquote > div {
    font-style: italic;
    padding: 18px 20px 25px;
}

blockquote small {
    color: #333333;
    font-style: normal;
    margin-top: 10px;
}

li {
    line-height: 24px;
}

ul, ol {
    padding-left: 26px;
    margin-bottom: 20px;
}

ul + h3, ul + h4, ul + h5, ul + h6, ol + h3, ol + h4, ol + h5, ol + h6 {
    margin-top: 48px;
}

ul.list.icons {
    padding-left: 30px;
}

ul.list.icons .fa {
    margin-left: -22px;
    margin-right: 5px;
}

dl {
    margin-top: 16px;
}

dt {
    margin-bottom: 1px;
}

dd {
    margin-bottom: 14px;
    color: #444444;
}

dd + dd {
    margin-top: -14px;
}

table.table > thead > tr > th {
    font-size: 14px;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 7px;
}

ul {
    padding-left: 0px;
}

ol li {
    padding-left: 4px;
    margin-bottom: 12px;
}

ul li {
    list-style-type: none;
    position: relative;
    padding-left: 20px; /*margin-bottom: 8px;*/
}

ul li ul, ol li ol {
    padding-top: 4px;
}

ul li:before { /*content: "";position: absolute;left: 0px;top: 12px;width: 3px;height: 3px;background: #222;*/
}

ul.list-unstyled li {
    padding-left: 0px;
    margin-bottom: 0px;
}

ul.list-unstyled li:before {
    display: none;
}

.body_media {
    display: none;
    position: absolute;
    top: 2;
}

.valign {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.ask_a_question {
    text-align: center;
    line-height: 15px;
    color: #1D2029;
}

.ask_a_question .text {
    margin-top: 8px;
}

/*.styled-block{border-left:2px solid;background:url('images/background.png') #f5f5f5 0 0 repeat;color:#555555;margin-bottom:40px;clear:both;margin-top:30px;padding:37px 50px;font-size:15px;}*/
.order-block {
    background: #fbfbfb;
    border: 1px solid #f5f5f5;
    color: #555555;
    clear: both;
    font-size: 1em;
    margin: 35px 0 51px;
    width: 100%;
}

.order-block .row {
    margin: 0;
}

.order-block .row > div {
    text-align: center;
    padding: 41px 0 40px;
    min-height: 83px;
}

.order-block .row > div:last-of-type { /*background:#fff;*/
}

.order-block td {
    padding: 15px 0px;
    vertical-align: top;
}

.order-block td .btns {
    text-align: center;
}

.order-block .btn {
    margin: 0;
}

.order-block .text { /*padding:41px 50px 40px 153px;margin-top:-41px;margin-bottom:-40px;min-height:155px;*/
    padding: 0px 0px 0px 128px;
    min-height: 54px;
    line-height: 24px;
    color: #222;
    text-align: left;
    position: relative;
}

.order-block .text:before {
    content: "";
    background: url(images/digital.png) -405px -211px no-repeat;
    display: block;
    width: 48px;
    height: 58px;
    position: absolute;
    top: 39px;
    top: -2px;
    left: 50px;
}

.order-block .text h1, .order-block .text h2, .order-block .text h3, .order-block .text h4, .order-block .text h5, .order-block .text h6 {
    color: #333333;
    margin-bottom: 5px;
    margin-top: 0px;
}

.styled-block .row > div, .order-block .row > div { /*float:left;*/
    display: table-cell;
    vertical-align: middle;
}

.styled-block .row > div.col-md-3, .order-block .row > vib.col-md-3 {
    text-align: center;
}

.styled-block .row > div.col-md-3 .btn, .order-block .row > vib.col-md-3 .btn {
    position: relative;
    margin: 0;
}

.select-outer {
    width: 252px; /*overflow:hidden;*/
    position: relative;
    white-space: nowrap;
    font-size: 0px; /*border: 1px solid #f5f5f5;*/
}

.select-outer select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    font-size: 13px;
}

.select-outer i.fa { /*position:absolute;*/
    top: 0px;
    width: 28px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 1px 1px 0px 2px;
    border-right: 0px solid #f5f5f5;
    left: 0px;
    vertical-align: top;
    font-size: 13px;
    margin-right: -28px;
}

.select-outer i.fa:before {
    background: url(images/digital.png) -18px -329px no-repeat;
    color: #fff;
}

.select-outer i + select {
    padding-left: 39px;
    padding-right: 7px;
}

.select-outer select + i.fa {
    border-left: 0px solid #f5f5f5;
    right: 0px;
    left: auto;
    border-right-width: 0px;
    padding-left: 0px;
    margin-left: -28px;
}

.select-outer.black i.fa {
    color: #222;
}

.bx-opera .select-outer i.fa {
    top: 6px;
    display: none;
}

.bx-firefox .select-outer i.fa, .bx-ie .select-outer i.fa { /*height:31px;line-height:30px;*/
}

.bx-firefox .select-outer select {
    padding-top: 6px;
    padding-bottom: 7px;
}

.select-outer select::-ms-expand {
    display: none;
}

.grey_light {
    color: #6d7a83;
}

.grey_dark {
    color: #666666;
}

.dark_light {
    color: #2f383d;
}

.dark_light_table {
    color: #2f383d;
    font-size: 16px;
}

.dark_table {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}

.noradius {
    border-radius: 0;
}

.white_middle_text {
    font-weight: bold;
}

.underborder {
    border-bottom: 1px dotted;
}


.introtext {
    padding: 0px 0px 20px;
    font-size: 1.200em;
    color: #222222;
    border-bottom: 2px solid #de002b;
    line-height: 1.6em;
    margin-bottom: 40px;
}


.btn-inline {
    cursor: pointer;
    white-space: nowrap;
}

.btn-inline i {
    margin: 0 14px;
}

.btn-inline.rounded i {
    margin: 0 8px;
    border-radius: 50%;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 17px;
    position: relative;
    top: 1px;
}

.btn-inline.rounded i:before {
    margin-left: 2px;
}

.bx-firefox .btn-inline.rounded i:before {
    margin-left: 0px;
}

.btn-inline.rounded:hover i {
    color: #fff;
    background: #ccc;
}

.btn-inline:hover {
    color: #222;
}

.btn-inline.sm {
    font-size: 0.867em;
}

.btn-inline.sm i {
    margin: 0 12px;
}

.btn-inline.sm.rounded i {
    margin: 0 6px;
}

.btn-inline.xs {
    font-size: 0.733em;
}

.btn-inline.xs i {
    margin: 0 10px;
}

.btn-inline.xs.rounded i {
    margin: 0 4px;
}

.btn-inline.black {
    color: #222;
}

.black {
    color: #222;
}

/* i.fa.big-icon /info/more/icons/ */
.fa.big-icon {
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 29px;
    border-radius: 50%;
    background: #666;
    color: #fff;
    text-align: center;
}

.fa.big-icon.grey {
    color: #222;
}

.fa.big-icon.s50 {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 29px;
}

.fa.big-icon.s45 {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 25px;
}

.fa.big-icon.s40 {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 22px;
}

.fa.big-icon.s35 {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 19px;
}

.fa.big-icon.s30 {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 17px;
}

.fa.big-icon.s25 {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 13px;
}

/* .icon-text /info/more/icons/ */
.icon-text {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    border-radius: 27px;
    white-space: nowrap;
}

.icon-text .fa {
    font-size: 30px;
    margin-top: -7px;
    vertical-align: middle;
    margin-right: 10px;
}

a.icon-text:hover {
    color: #fff;
    text-decoration: underline;
}

a.icon-text:focus {
    color: #fff;
}

.icon-text.s50 {
    padding: 0 18px;
    height: 50px;
    line-height: 50px;
}

.icon-text.s50 .fa {
    margin-top: -2px;
    font-size: 26px;
    margin-right: 6px;
}

.icon-text.s45 {
    height: 45px;
    line-height: 45px;
}

.icon-text.s45 .fa {
    margin-top: -2px;
    font-size: 22px;
    margin-right: 4px;
}

.icon-text.s40 {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
}

.icon-text.s40 .fa {
    font-size: 22px;
    margin-top: -4px;
    margin-right: 4px;
}

.icon-text.s35 {
    padding: 0 14px;
    height: 35px;
    line-height: 33px;
}

.icon-text.s35 .fa {
    margin-top: 0;
    font-size: 18px;
    margin-right: 4px;
}

.icon-text.s30 {
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    line-height: 29px;
}

.icon-text.s30 .fa {
    margin-top: 0;
    font-size: 15px;
    margin-right: 2px;
    line-height: 13px;
}

.icon-text.s25 {
    padding: 0 9px;
    height: 25px;
    font-size: 13px;
    line-height: 24px;
}

.icon-text.s25 .fa {
    margin-top: 0;
    font-size: 14px;
    margin-right: 2px;
    line-height: 13px;
}

/* SHARE OLD VERSION */
.share {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    color: #222222;
    float: none;
}

.share .yashare-auto-init > * {
    vertical-align: top;
    padding: 0 !important;
}

.share .yashare-auto-init .b-share > * {
    vertical-align: top;
    padding: 0 !important;
    margin: 1px 3px 0 2px;
}

.share > .text {
    display: inline-block;
    margin-right: 38px;
    vertical-align: top;
}

/* SHARE VERSION 2 */
.share .ya-share2 {
    display: inline-block;
    vertical-align: top;
}

.share > .text {
    margin-right: 5px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
}

/* BUTTONS */
.btn {
    font-size: 0.933em;
    font-weight: bold;
    text-transform: none;
    text-decoration: none;
    margin: 0 10px 10px 0;
    border: 1px solid;
    border-radius: 2px;
    padding: 9px 20px 11px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}

.bx-firefox .btn {
    padding-top: 9px;
    padding-bottom: 11px;
}

.btn > * {
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn-lg {
    padding: 13px 25px 14px;
    font-weight: bold;
}

.btn.btn-lg {
    font-size: 1em;
}

.bx-firefox .btn-lg {
    padding: 13px 25px 14px;
}

.btn-sm {
    padding: 9px 15px 8px;
    font-size: 12px;
}

.btn.btn-sm {
    font-size: 0.867em;
    font-weight: normal;
}

.bx-firefox .btn-sm {
    padding: 5px 15px 5px;
}

.btn-xs {
    font-size: 11px;
    line-height: 12px;
    padding: 8px 14px 9px;
    border-radius: 1px;
}

.btn.btn-xs {
    font-size: 0.800em;
    font-weight: normal;
}

.bx-firefox .btn-xs, .bx-ie .btn-xs {
    padding-top: 7px;
    padding-bottom: 8px;
}

.btn[disabled], .btn.disabled {
    background: none !important;
    border: 1px solid #bbbbbb !important;
    color: #bbbbbb !important;
}

.btn[disabled] > *, .btn.disabled > * {
    background: none !important;
    border: none !important;
    color: #bbbbbb !important;
}

.btn-lg[disabled], .btn-lg.disabled {
    border-width: 2px;
}

.btn-icon i {
    margin-right: 10px;
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

.btn-default.wc {
    padding: 0 !important;
    font-size: 0;
}

.btn-default.wc .fa {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 31px;
    line-height: 32px;
    vertical-align: top;
    width: 32px;
    *display: inline;
    zoom: 1;
    font-size: 13px;
}

.btn-default.wc span {
    display: inline-block; /*padding:6px 12px 5px 0px;*/
    line-height: 19px;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    font-size: 13px;
}

.btn-default.btn-xs.wc .fa {
    width: 25px;
    height: 26px;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
}

.btn-default.btn-xs.wc span {
    line-height: 16px;
    padding: 5px 10px 4px 0;
    font-size: 11px;
}

.btn-default.wc.vert {
    background: none;
    border: none;
    padding: 0;
    min-width: 100px;
    width: 100%;
}

.btn-default.wc.vert .fa {
    background-color: #cdd8dd;
    border: none;
    display: block;
    height: 70px;
    line-height: 70px;
    vertical-align: top;
    font-size: 39px;
    border-radius: 1px 1px 0 0;
    width: 100%;
}

.btn-default.wc.vert span {
    color: #1d2029;
    background: #dfeaed;
    border-bottom: 1px solid #c8d2d5;
    border-top: 1px solid #eaf1f3;
    display: block;
    padding: 10px 12px 10px;
    line-height: 16px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0 0 1px 1px;
    white-space: normal;
    text-shadow: none;
}

.btn-default.wc.vert:hover span {
    background: #cdd8dd;
    border-bottom: 1px solid #b8c2c6;
    border-top: 1px solid #dde5e8;
}

.btn.btn-responsive-nav {
    color: #FFF;
    padding: 5px 8px 3px;
    margin: 0;
    border: medium none;
}

.btn.btn-responsive-nav .fa {
    font-size: 21px;
}

.btn.btn-transparent-border {
    border: 1px solid rgba(243, 243, 243, 0.4);
}

.btn.btn-transparent-border:hover {
    color: #fff;
}

/* LABELS */
.label {
    border-radius: 1px;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    height: 22px;
    padding: 0.4em 0.6em;
    display: inline-block;
    vertical-align: top;
}

.label-instock {
    background: #3cc051;
}

.label-nostock {
    background: #999999;
}

.label-pending {
    background: #fcb322;
}

.label-order {
    background: #57b5e3;
}

/* REVIEW */
.review {
    margin-bottom: 30px;
    position: relative;
}

/* check bitrix popups style */
.bx-core-window img {
    vertical-align: baseline;
}

.bx-core-window .adm-btn, .bx-core-window .adm-input-file {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
}

/* error - not existing module aspro.corporation */
.include_module_error {
    margin: 0 auto;
    text-align: center;
}

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

.include_module_error p {
    color: #636363;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}

.main-footer {
    display: block;
    position: relative;
    background-color: #003162;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 20px;
}

.main-footer a,
.main-footer .callback-block {
    color: #fff;
}

.main-footer a:active,
.main-footer a:focus {
    color: #fff;
}

.main-footer a:hover,
.main-footer a:hover span {
    color: #f89820;
}

.main-footer__top {
    padding: 20px 0 10px;
}

.main-footer__top .logo {
    max-width: 210px;
    margin: auto;
    text-align: left;
}

.main-footer .logo__copyright {
    color: #fff;
    padding-top: 8px;
    font-size: 0.9em;
    line-height: 1.2;
}

.main-footer__separator {
    margin: 5px 0;
}

.main-footer__menu {
    margin: 0;
}
.main-footer__menu li.main-footer__address {
    color: #ffffff;
    padding: 10px 0;
}
.main-footer__menu li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 1.4;
}

.main-footer__menu li .twosmallfont {
    font-size: 14px;
}

.main-footer__menu-title {
    color: #fff;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 14px;
}

.main-footer__links {
    padding: 15px 0;
}

.main-footer__phone {
    color: #fff;
    padding-bottom: 10px;
}

.main-footer__media {
    display: flex;
    align-items: center;
    padding-top: 18px;
}

.main-footer .btn_orange {
    background-color: #f89820;
    border: none;
    color: #fff;
}

.main-footer .btn_big {
    padding: 4px 20px;
}

.main-footer .btn_big.phone-block__callback {
    font-size: 12px;
    font-weight: 500;
    background: none;
    border: 1px solid #F7941D;
    border-radius: 4px;
    margin: 0;
}

.main-footer .btn_big .callback-block {
    color: #F7941D;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 15px;
}

.main-footer .btn_big .callback-block svg {
    margin-right: 10px;
}

.main-footer .btn_main {
    padding: 1px 11px;
    border-radius: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.main-footer .social__item i {
    font-family: 'FontAwesome';
    font-weight: 400;
    color: #fff;
    margin-right: 3px;
    width: 20px;
}

@media (min-width: 460px) {
    .main-footer__menu-title {
        margin-bottom: 15px;
    }
}

.justify-content-betweeb {
    justify-content: space-between;
}

.smart-home-header {
    /*padding: 2px 15px 2px 66px;*/
    display: flex;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    height: 43px;
    width: 215px

}

.smart-home-header img {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    height: 43px;
    width: 315px;
    /*max-height: none*/
}

.smart-home-header .button-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
}

.smart-home-header .text--orange {
    color: #FF9A03 !important;
}

@media (max-width: 1400px) {
    .smart-home-header {
        /*background-color: #4F8230;*/
        max-width: 558px;
        width: fit-content;
        /*padding: 2px 25px 2px 110px;*/
        margin: 40px 0;
    }

    .smart-home-header img {
        width: 100%;
        height: 60px;
    }

    .smart-home-header .button-text {
        font-size: 21px;
    }
}

@media (max-width: 545px) {
    .smart-home-header {
        /*padding: 2px 15px 2px 72px;*/
        width: 100%;
        height: 50px;
        margin-bottom: 50px;
    }

    .smart-home-header .button-text {
        font-size: 13px;
    }

    .smart-home-header img {
        width: 100%;
        max-width: 250px;
        height: 50px;
    }
}

@media (max-width: 355px) {
    .smart-home-header {
        background-color: #4F8230;
        width: fit-content;
        height: 50px;
        margin-bottom: 50px;
        /*padding: 5px 15px 5px 85px;*/
    }

    .smart-home-header img {
        height: 50px;
    }
}