*,
:after,
:before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
i,
li,
td {
    font-family: "Roboto", arial, sans-serif;
    font-weight: 300;
    color: inherit
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul li {
    font: 300 16px/28px "Roboto", arial, sans-serif
}

p,
b {
    font: 300 16px/28px "Roboto", arial, sans-serif;
    margin: 0 0 16px
}

p a,
b a {
    font: inherit;
    color: inherit
}

a {
    text-decoration: none;
    font: 300 14px/26px "Roboto", arial, sans-serif;
    color: #222
}

b,
strong {
    font-weight: 600
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #736666;
    font: inherit
}

.ft-form input::-webkit-input-placeholder,
.ft-form textarea::-webkit-input-placeholder {
    color: #d1d1d1;
    font: inherit;
    transition: all .5s ease
}

.ft-form input::-moz-placeholder,
.ft-form textarea::-moz-placeholder {
    color: #d1d1d1;
    font: inherit;
    transition: all .5s ease
}

.ft-form input:-moz-placeholder,
.ft-form textarea:-moz-placeholder {
    color: #d1d1d1;
    font: inherit;
    transition: all .5s ease
}

.ft-form input:-ms-input-placeholder,
.ft-form textarea:-ms-input-placeholder {
    color: #d1d1d1;
    font: inherit;
    transition: all .5s ease
}

.ft-form input:hover::-webkit-input-placeholder,
.ft-form input.error::-webkit-input-placeholder,
.ft-form textarea:hover::-webkit-input-placeholder,
.ft-form textarea.error::-webkit-input-placeholder {
    color: #1e1e1e;
    font: inherit;
    transition: all .5s ease
}

.ft-form input:hover::-moz-placeholder,
.ft-form input.error::-moz-placeholder,
.ft-form textarea:hover::-moz-placeholder,
.ft-form textarea.error::-moz-placeholder {
    color: #1e1e1e;
    font: inherit;
    transition: all .5s ease
}

.ft-form input:hover:-moz-placeholder,
.ft-form input.error:-moz-placeholder,
.ft-form textarea:hover:-moz-placeholder,
.ft-form textarea.error:-moz-placeholder {
    color: #1e1e1e;
    font: inherit;
    transition: all .5s ease
}

.ft-form input:hover:-ms-input-placeholder,
.ft-form input.error:-ms-input-placeholder,
.ft-form textarea:hover:-ms-input-placeholder,
.ft-form textarea.error:-ms-input-placeholder {
    color: #1e1e1e;
    font: inherit;
    transition: all .5s ease
}

.form {
    width: 100%
}

.form .form-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.form .form-row .form-block {
    flex: 0 1 auto;
    width: 48%
}

.main-contacts form input,
.main-contacts form textarea {
    background: #EAEAEA !important
}

.st-form {
    max-width: 530px
}

.st-form input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #414040;
    color: #d1d1d1;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 10px
}

.st-form textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #414040;
    color: #d1d1d1;
    font-size: 16px;
    font-weight: 600;
    resize: none;
    padding: 5px 10px;
    margin-bottom: 20px
}

.st-form input,
.st-form textarea {
    outline: none !important;
    transition: all .5s ease
}

.st-form input:hover,
.st-form textarea:hover {
    color: #1e1e1e;
    background: #ffffff;
    transition: all .5s ease
}

.st-form button {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background: #cd0012;
    border-radius: 3px;
    border: none;
    color: #d1d1d1;
    font-size: 15px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    transition: all .5s ease;
    cursor: pointer
}

.st-form button:hover {
    background: #e63440;
    transition: all .5s ease
}

.error {
    border: 1px solid red !important;
    background: #ffffff !important;
    color: #1e1e1e
}

label.error {
    display: none !important
}

@-webkit-keyframes funcanim {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
    25% {
        -webkit-transform: rotate(-45deg) scale(1.1);
        transform: rotate(-45deg) scale(1.1)
    }
    75% {
        -webkit-transform: rotate(45deg) scale(1.1);
        transform: rotate(45deg) scale(1.1)
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

@keyframes funcanim {
    0% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
    25% {
        -webkit-transform: rotate(-45deg) scale(1.1);
        transform: rotate(-45deg) scale(1.1)
    }
    75% {
        -webkit-transform: rotate(45deg) scale(1.1);
        transform: rotate(45deg) scale(1.1)
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

.mb-for .slide img {
    max-width: 100%;
    width: 100%
}

.mb-for .slick-arrow {
    display: block;
    position: absolute;
    width: 36px;
    height: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
    color: transparent;
    border: none;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
    transition: all .5s ease
}

.mb-for .slick-arrow:hover {
    transition: all .3s ease
}

.mb-for .slick-arrow.slick-prev {
    left: 20px;
    background: #fff url(../img/arrow-left2.svg) no-repeat center center;
    transition: all .3s ease
}

.mb-for .slick-arrow.slick-prev:hover {
    background: #1e1e1e url(../img/arrow-left2-black.svg) no-repeat center center;
    transition: all .3s ease
}

.mb-for .slick-arrow.slick-next {
    right: 20px;
    background: #fff url(../img/arrow-right2.svg) no-repeat center center;
    transition: all .3s ease
}

.mb-for .slick-arrow.slick-next:hover {
    background: #1e1e1e url(../img/arrow-right2-black.svg) no-repeat center center;
    transition: all .3s ease
}

.mb-for .slide:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 8s ease
}

.mb-for .slide img {
    transition: all 8s ease
}

.gal-slider {
    margin-right: -60px
}

.gal-slider .slide {
    overflow: hidden
}

.gal-slider .slide .img-block {
    display: block;
    position: relative;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all .5s ease
}

.gal-slider .slide .img-block a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: rgba(230, 52, 64, 0.8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    transition: all .3s ease
}

.gal-slider .slide .img-block a:focus {
    width: calc(100% - 20px);
    height: calc(100% - 20px)
}

.gal-slider .slide .img-block a:focus svg path {
    fill: #000000
}

.gal-slider .slide .img-block a:focus:before {
    background: #ffffff !important
}

.gal-slider .slide .img-block a svg {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gal-slider .slide .img-block a svg path {
    fill: #ffffff;
    stroke: transparent
}

.gal-slider .slide .img-block a:before {
    display: block;
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    border-radius: 50%
}

.gal-slider .slide .img-block:hover {
    box-shadow: none;
    transition: all .5s ease
}

.gal-slider .slide .img-block:hover a {
    opacity: 1;
    transition: all .3s ease
}

.gal-slider .slide .img-block:hover a svg {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gal-slider .slide .img-block:hover a svg path {
    fill: #ffffff
}

.gal-slider .slide .img-block:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 1s ease
}

.gal-slider .slide .img-block img {
    display: block;
    max-width: 100%;
    width: 100%;
    transition: all 1s ease
}

.testi-slider {
    margin-right: -60px
}

.testi-slider .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch
}

.testi-slider .testi-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 640px;
    width: 100%;
    height: calc(100% - 20px);
    border-radius: 5px;
    background: #ffffff;
    padding: 30px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: all .5s ease
}

.testi-slider .testi-block:hover {
    box-shadow: none;
    transition: all .5s ease
}

.testi-slider .testi-block .icon-block {
    flex: 1 1 auto;
    margin-right: 20px;
    margin-top: 10px
}

.testi-slider .testi-block .desc-block {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 24px
}

.lb-data .lb-close,
.lb-data .lb-number {
    display: none !important
}

body.op-menu {
    overflow: hidden !important
}

svg path {
    fill-rule: inherit !important
}

.container {
    display: block;
    position: relative;
    max-width: 1374px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container .wrapper {
    max-width: 1344px;
    width: 100%;
    margin: 0 auto
}

.container .wrapper .inner-wrapper {
    max-width: 1344px;
    margin: 0 -30px
}

.top-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.top-wrapper .slider-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex: 0 1 auto;
    border-radius: 3px;
    overflow: hidden
}

.top-wrapper .slider-nav .slick-arrow {
    cursor: pointer;
    height: 38px;
    padding: 3px 10px
}

.top-wrapper .slider-nav .slick-arrow svg path {
    fill: #000000;
    stroke: transparent;
    transition: all .3s ease
}

.top-wrapper .slider-nav .slick-arrow:hover {
    background: #ffebcb;
    transition: all .3s ease
}

.top-wrapper .slider-nav .slick-arrow:hover svg path {
    fill: red;
    transition: all .3s ease
}

.top-wrapper .slick-arrows {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.main-title {
    position: relative;
    color: #313131;
    font-size: 24px;
    font-weight: 800;
    line-height: 54px;
    text-transform: uppercase
}

.main-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #CD0012
}

.slick-slider .slide {
    outline: none !important
}

.breadcrumbs {
    background: #f4f5f6
}

.breadcrumbs ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.breadcrumbs ul li {
    margin-right: 10px;
    color: #313131;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px
}

.breadcrumbs ul li a {
    color: #313131;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px
}

.breadcrumbs ul li span {
    color: #cd0012;
    font-weight: 700
}

section .main-title {
    margin: 20px 0 30px
}

section.text .title {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 800;
    line-height: 54px;
    text-transform: uppercase
}

section.text p {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px
}

section.text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

section.text ul li {
    position: relative;
    padding-left: 30px;
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    transition: all .3s ease
}

section.text ul li:before {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 8px;
    left: 0;
    background: #CD0012;
    border-radius: 50%;
    transition: all .3s ease
}

.st-icon {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 112px;
    height: 112px;
    z-index: 1
}

.st-icon.big {
    width: 152px;
    height: 152px;
    margin: 40px 0 30px
}

.st-icon .bef {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1
}

.st-icon .bef svg path.cls-1 {
    fill: #ffffff;
    stroke: #d1d1d1;
    transition: all .3s ease
}

.st-icon .bef svg path.cls-2 {
    fill: #d1d1d1;
    stroke: transparent;
    transition: all .3s ease
}

.st-icon svg {
    position: relative;
    z-index: 2
}

.st-icon svg path {
    fill: #cd0012;
    stroke: transparent;
    transition: all .3s ease
}

.anim:hover .st-icon {
    -webkit-animation-name: funcanim;
    animation-name: funcanim;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.product-grid:after {
    display: inline-block;
    width: 100%
}

.product-grid .mix,
.product-grid .gap {
    display: inline-block
}

.product-grid .mix {
    display: none
}

.product-grid .mix:after,
.product-grid .mix:before {
    display: inline-block
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-strike {
    text-decoration: line-through
}

.text-muted {
    color: #a1a1a1
}

.hidden {
    display: none
}

.cf {
    *zoom: 1
}

.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.dev-pages {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 20px;
    background: white;
    border-bottom: 1px solid silver;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    transition: all .4s
}

.dev-pages h1 {
    margin: 0 0 10px;
    font: 300 18px/40px "Roboto", arial, sans-serif
}

.dev-pages ul {
    *zoom: 1
}

.dev-pages ul:before,
.dev-pages ul:after {
    content: " ";
    display: table
}

.dev-pages ul:after {
    clear: both
}

.dev-pages ul li {
    display: inline-block;
    display: block;
    float: left;
    text-transform: uppercase;
    margin: 0 10px 10px 0
}

.dev-pages ul li a {
    display: inline-block;
    border: 1px solid transparent;
    background: #606060;
    font: 400 16px/36px "Roboto", arial, sans-serif;
    padding: 0 16px;
    color: white;
    text-decoration: none;
    transition: all .4s
}

.dev-pages ul li a:hover {
    color: #202020;
    border-color: silver;
    background-color: white
}

.dev-pages .show {
    position: absolute;
    top: 100%;
    padding: 8px;
    text-decoration: none;
    background-color: black;
    color: white
}

.dev-pages .show .mdi {
    display: none;
    font-size: 20px
}

.dev-pages .show .mdi:first-of-type {
    display: block
}

.dev-pages .show:hover {
    color: orange
}

.dev-pages:hover,
.dev-pages.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.dev-pages:hover .show .mdi:first-of-type {
    display: none
}

.dev-pages:hover .show .mdi:nth-child(3n+2) {
    display: block
}

.dev-pages.active .show .mdi:first-of-type,
.dev-pages.active .show .mdi:nth-child(3n+2) {
    display: none
}

.dev-pages.active .show .mdi:last-of-type {
    display: block
}

header,
.header {
    background-color: #ffffff;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden
}

header .top-line,
.header .top-line {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    height: 5px
}

header .top-line .line,
.header .top-line .line {
    display: block;
    width: 25%;
    height: 5px
}

header .top-line .line:nth-child(2n+1),
.header .top-line .line:nth-child(2n+1) {
    background-color: #CD0012
}

header .top-line .line:nth-child(2n),
.header .top-line .line:nth-child(2n) {
    background-color: #A60C1A
}

header .main-header,
.header .main-header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 0;
    flex-wrap: wrap
}

header .main-header .main-logo,
.header .main-header .main-logo {
    flex: 0 1 auto
}

header .main-header .main-logo a,
.header .main-header .main-logo a {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 900;
    line-height: 26px;
    text-transform: uppercase
}

header .main-header .main-logo a span,
.header .main-header .main-logo a span {
    display: block;
    color: red;
    font-weight: 900;
    text-transform: uppercase
}

header .main-header .main-phone,
.header .main-header .main-phone {
    position: relative;
    flex: 0 1 auto
}

header .main-header .main-phone:hover a,
.header .main-header .main-phone:hover a {
    color: #cd0012;
    transition: all .3s ease
}

header .main-header .main-phone a,
.header .main-header .main-phone a {
    display: block;
    position: relative;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding-left: 30px;
    padding-right: 20px;
    transition: all .3s ease
}

header .main-header .main-phone a:before,
.header .main-header .main-phone a:before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 50%;
    left: 0;
    background: url(../img/phone-icon.svg) no-repeat center center;
    background-size: 18px 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

header .header-menu,
.header .header-menu {
    display: flex;
    flex: 1 1 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end
}

header .header-menu ul,
.header .header-menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    flex-direction: row
}

header .header-menu ul li,
.header .header-menu ul li {
    position: relative;
    padding: 0 20px;
    cursor: pointer
}

header .header-menu ul li:after,
.header .header-menu ul li:after {
    display: none
}

header .header-menu ul li.current_page_item:after,
.header .header-menu ul li.current_page_item:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #cd0012 !important
}

header .header-menu ul li.current_page_item a,
.header .header-menu ul li.current_page_item a {
    color: #cd0012
}

header .header-menu ul li:hover,
.header .header-menu ul li:hover {
    background: #1e1e1e !important
}

header .header-menu ul li:hover:after,
.header .header-menu ul li:hover:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #1e1e1e !important
}

header .header-menu ul li:hover a,
.header .header-menu ul li:hover a {
    color: #ffffff !important
}

header .header-menu ul li a,
.header .header-menu ul li a {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 900;
    line-height: 54px;
    text-transform: uppercase;
    transition: all .3s ease
}

header .header-menu ul li a:hover,
.header .header-menu ul li a:hover {
    color: #cd0012;
    transition: all .3s ease
}

.burger {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 101;
    outline: none !important;
    overflow: hidden
}

.burger.active span {
    left: -200%;
    opacity: 0;
    transition: all .3s ease
}

.burger.active:before {
    top: 48%;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: all .3s ease
}

.burger.active:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
    transition: all .3s ease;
    bottom: 48%
}

.burger span {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1e1e1e;
    opacity: 1;
    transition: all .3s ease
}

.burger:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #1e1e1e;
    top: 4px;
    left: 0;
    transition: all .3s ease
}

.burger:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #1e1e1e;
    bottom: 4px;
    left: 0;
    transition: all .3s ease
}

html body {
    background: #ffffff;
    font: 300 18px/40px "Nunito Sans", sans-serif
}

html body main {
    overflow-x: hidden
}

html body .main-banner .container {
    height: 260px
}

html body .main-features {
    margin-bottom: 260px
}

html body .features {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    position: absolute;
    width: 100%;
    top: -260px;
    left: 0;
    border-radius: 5px
}

html body .features .func-block {
    position: relative;
    width: 25%;
    padding: 40px 30px;
    background: #ffffff;
    border-right: 1px dashed #EAEAEA;
    transition: all .3s ease
}

html body .features .func-block:last-child {
    border-right: none
}

html body .features .func-block .st-icon {
    margin: 0 auto 30px
}

html body .features .func-block:before {
    display: block;
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #E63440;
    border-radius: 3px;
    opacity: 0
}

html body .features .func-block:hover {
    transition: all .3s ease;
    z-index: 2
}

html body .features .func-block:hover:before {
    opacity: 1
}

html body .features .func-block:hover .st-icon {
    margin: 0 auto 30px
}

html body .features .func-block:hover .st-icon>svg {
    z-index: 2
}

html body .features .func-block:hover .st-icon>svg path {
    fill: #fff;
    stroke: transparent;
    transition: all .3s ease
}

html body .features .func-block:hover .st-icon .bef svg path.cls-1 {
    fill: transparent;
    stroke: #000;
    transition: all .3s ease
}

html body .features .func-block:hover .st-icon .bef svg path.cls-2 {
    fill: #fff;
    stroke: transparent;
    transition: all .3s ease
}

html body .features .func-block:hover .title,
html body .features .func-block:hover .desc {
    color: #ffffff;
    transition: all .3s ease
}

html body .features .func-block .title {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    transition: all .3s ease
}

html body .features .func-block .desc {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    transition: all .3s ease
}

html body .main-gallery {
    margin-bottom: 40px
}

html body .testimonials {
    background: #F4F5F6;
    padding: 30px 0 40px
}

html body .main-about .st-icon {
    margin-bottom: 30px
}

html body .main-services .serv-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

html body .main-services .serv-wrapper .serv-wrp {
    width: 49%
}

html body .main-services .serv-wrapper .serv-block {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #FAFAFA;
    border-radius: 5px;
    border: 1px dashed #D1D1D1;
    margin-bottom: 30px;
    padding: 40px;
    transition: all .3s ease
}

html body .main-services .serv-wrapper .serv-block:hover {
    background: #E63440;
    border: 1px dashed #E63440;
    transition: all .3s ease
}

html body .main-services .serv-wrapper .serv-block:hover .st-icon .bef svg path.cls-1 {
    fill: transparent;
    stroke: #1E1E1E
}

html body .main-services .serv-wrapper .serv-block:hover .st-icon .bef svg path.cls-2 {
    fill: #ffffff;
    stroke: transparent
}

html body .main-services .serv-wrapper .serv-block:hover .st-icon svg path {
    fill: #ffffff;
    stroke: transparent;
    transition: all .3s ease
}

html body .main-services .serv-wrapper .serv-block:hover .desc .title,
html body .main-services .serv-wrapper .serv-block:hover .desc p,
html body .main-services .serv-wrapper .serv-block:hover .desc ul li {
    color: #ffffff;
    transition: all .3s ease
}

html body .main-services .serv-wrapper .serv-block:hover .desc ul li:before {
    background: #ffffff;
    transition: all .3s ease
}

html body .main-services .serv-wrapper .serv-block .desc {
    margin-left: 30px;
    max-width: 420px
}

html body .main-services .serv-wrapper .serv-block .desc .title {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 24px;
    transition: all .3s ease
}

html body .main-services .serv-wrapper .serv-block .desc p:last-child {
    margin-bottom: 0
}

html body .main-interieur .int-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between
}

html body .main-interieur .int-wrapper .int-block {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

html body .main-portfolio .controls {
    margin-bottom: 40px
}

html body .main-portfolio .controls .control-btns {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

html body .main-portfolio .controls .control-btns li {
    flex: 0 1 auto;
    margin-right: 10px
}

html body .main-portfolio .controls .control-btns li button {
    display: block;
    padding: 15px 10px;
    border: 0;
    background: #FFEBCB;
    border-radius: 3px;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none !important;
    transition: all .3s ease
}

html body .main-portfolio .controls .control-btns li button.active {
    background: #CD0012;
    color: #ffffff
}

html body .main-portfolio .controls .control-btns li button:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    transition: all .3s ease
}

html body .main-portfolio .product-grid {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

html body .main-portfolio .product-grid .mix {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px
}

html body .main-portfolio .product-grid .mix .img-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

html body .main-portfolio .product-grid .mix .img-block a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: rgba(230, 52, 64, 0.8);
    transition: all .3s ease
}

html body .main-portfolio .product-grid .mix .img-block a:focus svg path {
    fill: #000000
}

html body .main-portfolio .product-grid .mix .img-block a:focus:before {
    background: #ffffff !important
}

html body .main-portfolio .product-grid .mix .img-block a svg {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html body .main-portfolio .product-grid .mix .img-block a svg path {
    fill: #ffffff;
    stroke: transparent
}

html body .main-portfolio .product-grid .mix .img-block a:before {
    display: block;
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    border-radius: 50%
}

html body .main-portfolio .product-grid .mix .img-block:hover {
    box-shadow: none;
    transition: all .5s ease
}

html body .main-portfolio .product-grid .mix .img-block:hover a {
    opacity: 1;
    transition: all .3s ease
}

html body .main-portfolio .product-grid .mix .img-block:hover a svg {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

html body .main-portfolio .product-grid .mix .img-block:hover a svg path {
    fill: #ffffff
}

html body .main-portfolio .product-grid .mix .img-block:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 1s ease
}

html body .main-portfolio .product-grid .mix .img-block img {
    display: block;
    max-width: 100%;
    width: 100%;
    transition: all 1s ease;
    max-height: 235px;
}

html body .main-contacts {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

html body .main-contacts:before {
    display: block;
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/map-img.jpg) no-repeat center center;
    z-index: -1
}

html body .main-contacts .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

html body .main-contacts .cont-info {
    display: block;
    position: relative;
    max-width: 380px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    padding: 30px;
    transition: all .3s ease
}

html body .main-contacts .cont-info .main-title {
    margin-top: 0
}

html body .main-contacts .cont-info p {
    color: #313131;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 5px
}

html body .main-contacts .cont-info p.address {
    margin-bottom: 30px
}

html body .main-contacts .cont-info p.phone a {
    color: #313131
}

html body .main-contacts .cont-info p a {
    color: #cd0012;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

html body .main-contacts .cont-info:hover {
    box-shadow: none;
    transition: all .3s ease
}

html body .main-contacts .cont-form {
    width: 44%
}

@media only screen and (max-width: 1500px) {
    .mb-for .slick-arrow.slick-prev {
        left: 5px
    }
    .mb-for .slick-arrow.slick-next {
        right: 5px
    }
    html body .main-features {
        margin-bottom: 300px
    }
    html body .features {
        max-width: 1200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (max-width: 1370px) {
    .container {
        max-width: 1170px
    }
    .container .wrapper {
        max-width: 1140px
    }
    .container .wrapper .inner-wrapper {
        max-width: 1140px;
        margin: 0 -15px
    }
    .gal-slider {
        margin-right: -15px
    }
    .gal-slider .slide .img-block {
        max-width: 260px
    }
    .testi-slider {
        margin-right: -15px
    }
    .testi-slider .testi-block {
        max-width: 550px
    }
    html body .main-features {
        margin-bottom: 470px
    }
    html body .features {
        max-width: 1100px;
        top: -160px
    }
    html body .features .func-block .title {
        min-height: 44px;
        line-height: 22px
    }
    html body .main-services .serv-wrapper .serv-wrp {
        width: 48%
    }
    html body .main-services .serv-wrapper .serv-block {
        flex-direction: column
    }
    html body .main-services .serv-wrapper .serv-block .st-icon {
        margin-bottom: 30px
    }
    html body .main-services .serv-wrapper .serv-block .desc {
        margin-left: 0
    }
    .footer .ft-nav .ft-menu {
        max-height: none !important
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 960px
    }
    .gal-slider {
        margin-right: 0
    }
    .gal-slider .slide .img-block {
        max-width: 300px
    }
    .testi-slider {
        margin-right: 0
    }
    .testi-slider .testi-block {
        max-width: 460px
    }
    html body .main-features {
        margin-bottom: 0
    }
    html body .features {
        position: relative;
        top: inherit;
        left: inherit;
        -webkit-transform: none;
        transform: none
    }
    html body .main-portfolio .controls .control-btns li {
        margin-bottom: 10px
    }
    html body .main-portfolio .product-grid .mix {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 720px
    }
    .gal-slider .slide .img-block {
        max-width: 210px
    }
    .testi-slider .testi-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        max-width: 330px
    }
    .testi-slider .testi-block .icon-block {
        flex: 0 1 auto;
        margin: 10px auto 0
    }
    .header .header-menu ul {
        max-width: 100%;
        width: 100%;
        justify-content: center
    }
    .header .header-menu ul li {
        padding: 0 10px
    }
    html body .main-features .container {
        overflow: visible
    }
    html body .features {
        flex-wrap: wrap;
        border-top: 1px dashed #EAEAEA;
        border-left: 1px dashed #EAEAEA;
        border-right: 1px dashed #EAEAEA;
        border-radius: 5px;
        overflow: visible
    }
    html body .features .func-block {
        width: 50%;
        border-bottom: 1px dashed #EAEAEA
    }
    html body .features .func-block:nth-child(2n) {
        border-right: 0
    }
    html body .main-portfolio .product-grid .mix {
        flex: 0 0 50%;
        max-width: 50%
    }
    html body .main-interieur .int-wrapper {
        flex-wrap: wrap
    }
    html body .main-interieur .int-wrapper .int-block {
        width: 100%
    }
    html body .main-contacts .cont-info {
        max-width: 280px
    }
    form .form-row {
        flex-direction: column
    }
    form .form-row .form-block {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    html body .main-about .st-icon.big {
        margin: 40px auto 30px
    }
    html body .main-services .serv-wrapper .serv-wrp {
        width: 100%
    }
    html body .main-portfolio .controls .control-btns li button {
        font-size: 12px;
        font-weight: 600
    }
    html body .main-contacts:before {
        width: 100%;
        height: 46%
    }
    html body .main-contacts .container {
        flex-direction: column;
        align-items: center
    }
    html body .main-contacts .cont-info {
        margin-bottom: 40px
    }
    html body .main-contacts .cont-form {
        max-width: 290px;
        width: 100%
    }
    .mb-for img {
        min-height: 200px
    }
    .header .main-header {
        align-items: center;
        padding: 15px 0
    }
    .header .main-phone {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center
    }
    .header .header-menu {
        flex: 0 1 auto;
        width: auto
    }
    .header .header-menu .burger {
        display: block
    }
    .header .header-menu .main-menu {
        display: none;
        opacity: 0;
        transition: all .3s ease
    }
    .header .header-menu .main-menu.active {
        display: block;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 92px);
        z-index: 100;
        top: 92px;
        left: 0;
        background: #ffffff;
        padding: 0 30px;
        opacity: 1;
        transition: all .3s ease
    }
    .header .header-menu .main-menu li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }
    .container {
        max-width: 540px
    }
    .top-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .main-title {
        font-size: 18px;
        line-height: 20px;
        text-align: center
    }
    .main-title:after {
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .gal-slider .slide .img-block {
        max-width: 240px
    }
    .testi-slider .testi-block {
        max-width: 510px
    }
    .footer .main-footer-wrapper {
        flex-direction: column
    }
    .footer .ft-form {
        width: 100%;
        padding-left: 0 !important;
        order: 1;
        margin-bottom: 30px
    }
    .footer .ft-nav {
        order: 2;
        margin-bottom: 30px
    }
    .footer .ft-nav .ft-menu {
        flex-direction: row !important
    }
    .footer .ft-logo {
        order: 3
    }
}

@media only screen and (max-width: 576px) {
    .container {
        max-width: auto
    }
    .container .wrapper .inner-wrapper {
        margin: auto
    }
    .gal-slider .slide .img-block {
        max-width: 100%
    }
    .testi-slider .testi-block {
        max-width: 100%
    }
    html body .features .func-block {
        width: 100%;
        border-bottom: 1px dashed #EAEAEA;
        border-right: 0
    }
    html body .features .func-block .desc {
        text-align: center
    }
    html body .main-portfolio .product-grid .mix {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (max-width: 480px) {
    html body .main-portfolio .controls .control-btns li {
        width: 100%;
        margin-right: 0
    }
    html body .main-portfolio .controls .control-btns li button {
        width: 100%;
        font-size: 12px;
        font-weight: 600
    }
}

@media only screen and (max-width: 418px) {
    .header .main-phone {
        order: 3
    }
    .header .header-menu {
        order: 2
    }
    .header .header-menu .main-menu.active {
        height: calc(100vh - 120px);
        top: 120px
    }
}

footer,
.footer {
    background: #121010;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden
}

footer .main-footer-wrapper,
.footer .main-footer-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

footer .ft-title,
.footer .ft-title {
    display: block;
    position: relative;
    height: 54px;
    color: #414040;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 30px
}

footer .ft-title:after,
.footer .ft-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #414040
}

footer .ft-logo,
.footer .ft-logo {
    flex: 1 1 auto
}

footer .ft-logo .logo-block,
.footer .ft-logo .logo-block {
    color: #414040;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 30px
}

footer .ft-logo .logo-block a,
.footer .ft-logo .logo-block a {
    color: #414040;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 30px
}

footer .ft-logo .copyright,
.footer .ft-logo .copyright {
    color: #f4f5f6;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

footer .ft-nav,
.footer .ft-nav {
    flex: 1 1 auto
}

footer .ft-nav .ft-menu,
.footer .ft-nav .ft-menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 100px
}

footer .ft-nav .ft-menu li,
.footer .ft-nav .ft-menu li {
    width: 50%
}

footer .ft-nav .ft-menu li.current_page_item a,
.footer .ft-nav .ft-menu li.current_page_item a {
    color: #e63440
}

footer .ft-nav .ft-menu li a,
.footer .ft-nav .ft-menu li a {
    color: #d1d1d1;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    transition: all .3s ease
}

footer .ft-nav .ft-menu li a:hover,
.footer .ft-nav .ft-menu li a:hover {
    color: #e63440;
    transition: all .3s ease
}

footer .ft-form,
.footer .ft-form {
    flex: 0 1 auto;
    padding-left: 12%
}