@font-face {
    font-family: open-sans;
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Open Sans/OpenSans-Regular.eot");
    src: url("../fonts/Open Sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans/OpenSans-Regular.woff") format("woff"), url("../fonts/Open Sans/OpenSans-Regular.ttf") format("truetype")
}

@font-face {
    font-family: open-sans;
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Open Sans/OpenSans-Bold.eot");
    src: url("../fonts/Open Sans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans/OpenSans-Bold.woff") format("woff"), url("../fonts/Open Sans/OpenSans-Bold.ttf") format("truetype")
}

@font-face {
    font-family: open-sans;
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/Open Sans/OpenSans-SemiBold.eot");
    src: url("../fonts/Open Sans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/Open Sans/OpenSans-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: open-sans;
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/Open Sans/OpenSans-ExtraBold.eot");
    src: url("../fonts/Open Sans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Open Sans/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/Open Sans/OpenSans-ExtraBold.ttf") format("truetype")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

::-moz-selection {
    color: #fff;
    background: #000
}

::selection {
    color: #fff;
    background: #000
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #000
}

body input:required:valid,
body textarea:required:valid {
    color: #000
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    box-shadow: inset 0 0 6px #fff
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-thumb {
    background-color: #fff
}

body {
    font-size: 18px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: Open-Sans, sans-serif;
    opacity: 1;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
menu,
ul {
    margin: 0;
    padding: 0
}

a,
button,
input,
select,
textarea {
    outline: 0
}

textarea {
    resize: none
}

a {
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0
}

li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

p {
    margin: 0 0 20px;
    padding: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

address {
    font-style: normal
}

.preloader,
.preloader-gallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff
}

.wrap-product-preloader {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    width: 80px;
    height: 80px;
    background-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: wrap-preload 1s ease-in-out infinite;
    animation: wrap-preload 1s ease-in-out infinite
}

.inner-product-preloader {
    width: 50px;
    height: 50px;
    background-color: #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.inner-product-preloader::after {
    content: '';
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@-webkit-keyframes wrap-preload {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 0
    }
}

@keyframes wrap-preload {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 0
    }
}

.close {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.close::after,
.close::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.close::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.back {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.back::after,
.back::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.back::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.back::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.triangle-top {
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #000;
    -webkit-transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    transform-origin: 50% 30%;
    cursor: pointer
}

.triangle-bottom {
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-top: 20px solid #fff;
    -webkit-transform-origin: 50% 70%;
    -ms-transform-origin: 50% 70%;
    transform-origin: 50% 70%;
    cursor: pointer
}

.triangle-left {
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-right: 20px solid #000;
    -webkit-transform-origin: 70% 50%;
    -ms-transform-origin: 70% 50%;
    transform-origin: 70% 50%;
    cursor: pointer
}

.triangle-right {
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-left: 20px solid #000;
    -webkit-transform-origin: 30% 50%;
    -ms-transform-origin: 30% 50%;
    transform-origin: 30% 50%;
    cursor: pointer
}

.triangle-top-right {
    height: 0;
    width: 0;
    cursor: pointer;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff
}

.triangle-top-left {
    height: 0;
    width: 0;
    cursor: pointer;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff
}

.triangle-bottom-right {
    height: 0;
    width: 0;
    cursor: pointer;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid #fff
}

.triangle-bottom-left {
    height: 0;
    width: 0;
    cursor: pointer;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-right: 15px solid #fff
}

.angle-top {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: relative
}

.angle-top::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.angle-bottom {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: relative
}

.angle-bottom::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.angle-left {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: relative
}

.angle-left::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.angle-right {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: relative
}

.angle-right::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    width: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow-back {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.arrow-back::after,
.arrow-back::before {
    content: '';
    position: absolute;
    margin: auto
}

.arrow-back::after {
    height: 2px;
    width: 40px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.arrow-back::before {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0
}

.arrow-next {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.arrow-next::after,
.arrow-next::before {
    content: '';
    position: absolute;
    margin: auto
}

.arrow-next::after {
    height: 2px;
    width: 40px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.arrow-next::before {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 0
}

.arrow-up {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.arrow-up::after,
.arrow-up::before {
    content: '';
    position: absolute;
    margin: auto
}

.arrow-up::after {
    width: 2px;
    height: 40px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.arrow-up::before {
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
    right: 0
}

.arrow-down {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.arrow-down::after,
.arrow-down::before {
    content: '';
    position: absolute;
    margin: auto
}

.arrow-down::after {
    width: 2px;
    height: 40px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.arrow-down::before {
    width: 20px;
    height: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    left: 0;
    right: 0
}

.text-d {
    color: #000
}

.text-l {
    color: #fff
}

.text-a {
    color: #35c445
}

.text-grey {
    color: #7f7f7f
}

.text-lightgrey {
    color: #ebebeb
}

.text-green {
    color: #35c445
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.hidden {
    display: none
}

.visible-xs {
    display: none
}

.cont-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1920px;
    margin: 0 auto;
    padding: 0 20px
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (max-width:768px) {
    .visible-xs {
        display: block
    }
}

.cont-fluid {
    width: 1400px
}

.lg-visible,
.md-visible,
.sm-visible,
.xl-visible,
.xs-visible,
.xsm-visible,
.xxs-visible {
    display: none
}

.xl-col-offset-right-1 {
    margin-right: 8.33333%;
    margin-left: 0;
    width: 91.66667%
}

.xl-col-offset-1 {
    margin-left: 8.33333%;
    margin-right: 0;
    width: 91.66667%
}

.xl-col-1 {
    width: 8.33333%
}

.xl-col-offset-right-2 {
    margin-right: 16.66667%;
    margin-left: 0;
    width: 83.33333%
}

.xl-col-offset-2 {
    margin-left: 16.66667%;
    margin-right: 0;
    width: 83.33333%
}

.xl-col-2 {
    width: 16.66667%
}

.xl-col-offset-right-3 {
    margin-right: 25%;
    margin-left: 0;
    width: 75%
}

.xl-col-offset-3 {
    margin-left: 25%;
    margin-right: 0;
    width: 75%
}

.xl-col-3 {
    width: 25%
}

.xl-col-offset-right-4 {
    margin-right: 33.33333%;
    margin-left: 0;
    width: 66.66667%
}

.xl-col-offset-4 {
    margin-left: 33.33333%;
    margin-right: 0;
    width: 66.66667%
}

.xl-col-4 {
    width: 33.33333%
}

.xl-col-offset-right-5 {
    margin-right: 41.66667%;
    margin-left: 0;
    width: 58.33333%
}

.xl-col-offset-5 {
    margin-left: 41.66667%;
    margin-right: 0;
    width: 58.33333%
}

.xl-col-5 {
    width: 41.66667%
}

.xl-col-offset-right-6 {
    margin-right: 50%;
    margin-left: 0;
    width: 50%
}

.xl-col-offset-6 {
    margin-left: 50%;
    margin-right: 0;
    width: 50%
}

.xl-col-6 {
    width: 50%
}

.xl-col-offset-right-7 {
    margin-right: 58.33333%;
    margin-left: 0;
    width: 41.66667%
}

.xl-col-offset-7 {
    margin-left: 58.33333%;
    margin-right: 0;
    width: 41.66667%
}

.xl-col-7 {
    width: 58.33333%
}

.xl-col-offset-right-8 {
    margin-right: 66.66667%;
    margin-left: 0;
    width: 33.33333%
}

.xl-col-offset-8 {
    margin-left: 66.66667%;
    margin-right: 0;
    width: 33.33333%
}

.xl-col-8 {
    width: 66.66667%
}

.xl-col-offset-right-9 {
    margin-right: 75%;
    margin-left: 0;
    width: 25%
}

.xl-col-offset-9 {
    margin-left: 75%;
    margin-right: 0;
    width: 25%
}

.xl-col-9 {
    width: 75%
}

.xl-col-offset-right-10 {
    margin-right: 83.33333%;
    margin-left: 0;
    width: 16.66667%
}

.xl-col-offset-10 {
    margin-left: 83.33333%;
    margin-right: 0;
    width: 16.66667%
}

.xl-col-10 {
    width: 83.33333%
}

.xl-col-offset-right-11 {
    margin-right: 91.66667%;
    margin-left: 0;
    width: 8.33333%
}

.xl-col-offset-11 {
    margin-left: 91.66667%;
    margin-right: 0;
    width: 8.33333%
}

.xl-col-11 {
    width: 91.66667%
}

.xl-col-offset-right-12 {
    margin-right: 100%;
    margin-left: 0;
    width: 0
}

.xl-col-offset-12 {
    margin-left: 100%;
    margin-right: 0;
    width: 0
}

.xl-col-12 {
    width: 100%
}

@media only screen and (max-width:1720px) {
    .cont-fluid {
        width: 1200px
    }
    .xl-visible {
        display: block
    }
    .xl-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .xl-hidden {
        display: none
    }
    .xl-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .xl-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .xl-col-1 {
        width: 8.33333%
    }
    .xl-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .xl-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .xl-col-2 {
        width: 16.66667%
    }
    .xl-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .xl-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .xl-col-3 {
        width: 25%
    }
    .xl-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .xl-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .xl-col-4 {
        width: 33.33333%
    }
    .xl-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .xl-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .xl-col-5 {
        width: 41.66667%
    }
    .xl-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .xl-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .xl-col-6 {
        width: 50%
    }
    .xl-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .xl-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .xl-col-7 {
        width: 58.33333%
    }
    .xl-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .xl-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .xl-col-8 {
        width: 66.66667%
    }
    .xl-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .xl-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .xl-col-9 {
        width: 75%
    }
    .xl-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .xl-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .xl-col-10 {
        width: 83.33333%
    }
    .xl-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .xl-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .xl-col-11 {
        width: 91.66667%
    }
    .xl-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .xl-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .xl-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1520px) {
    .cont-fluid {
        width: 992px
    }
    .lg-visible {
        display: block
    }
    .lg-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .lg-hidden {
        display: none
    }
    .lg-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .lg-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .lg-col-1 {
        width: 8.33333%
    }
    .lg-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .lg-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .lg-col-2 {
        width: 16.66667%
    }
    .lg-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .lg-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .lg-col-3 {
        width: 25%
    }
    .lg-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .lg-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .lg-col-4 {
        width: 33.33333%
    }
    .lg-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .lg-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .lg-col-5 {
        width: 41.66667%
    }
    .lg-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .lg-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .lg-col-6 {
        width: 50%
    }
    .lg-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .lg-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .lg-col-7 {
        width: 58.33333%
    }
    .lg-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .lg-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .lg-col-8 {
        width: 66.66667%
    }
    .lg-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .lg-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .lg-col-9 {
        width: 75%
    }
    .lg-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .lg-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .lg-col-10 {
        width: 83.33333%
    }
    .lg-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .lg-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .lg-col-11 {
        width: 91.66667%
    }
    .lg-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .lg-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .lg-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1300px) {
    .cont-fluid {
        width: 868px
    }
    .md-visible {
        display: block
    }
    .md-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .md-hidden {
        display: none
    }
    .md-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .md-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .md-col-1 {
        width: 8.33333%
    }
    .md-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .md-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .md-col-2 {
        width: 16.66667%
    }
    .md-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .md-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .md-col-3 {
        width: 25%
    }
    .md-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .md-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .md-col-4 {
        width: 33.33333%
    }
    .md-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .md-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .md-col-5 {
        width: 41.66667%
    }
    .md-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .md-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .md-col-6 {
        width: 50%
    }
    .md-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .md-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .md-col-7 {
        width: 58.33333%
    }
    .md-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .md-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .md-col-8 {
        width: 66.66667%
    }
    .md-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .md-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .md-col-9 {
        width: 75%
    }
    .md-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .md-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .md-col-10 {
        width: 83.33333%
    }
    .md-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .md-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .md-col-11 {
        width: 91.66667%
    }
    .md-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .md-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .md-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:1200px) {
    .cont-fluid {
        width: 100%
    }
    .sm-visible {
        display: block
    }
    .sm-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .sm-hidden {
        display: none
    }
    .sm-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .sm-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .sm-col-1 {
        width: 8.33333%
    }
    .sm-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .sm-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .sm-col-2 {
        width: 16.66667%
    }
    .sm-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .sm-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .sm-col-3 {
        width: 25%
    }
    .sm-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .sm-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .sm-col-4 {
        width: 33.33333%
    }
    .sm-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .sm-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .sm-col-5 {
        width: 41.66667%
    }
    .sm-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .sm-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .sm-col-6 {
        width: 50%
    }
    .sm-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .sm-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .sm-col-7 {
        width: 58.33333%
    }
    .sm-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .sm-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .sm-col-8 {
        width: 66.66667%
    }
    .sm-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .sm-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .sm-col-9 {
        width: 75%
    }
    .sm-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .sm-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .sm-col-10 {
        width: 83.33333%
    }
    .sm-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .sm-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .sm-col-11 {
        width: 91.66667%
    }
    .sm-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .sm-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .sm-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .cont-fluid {
        width: 100%
    }
    .xsm-visible {
        display: block
    }
    .xsm-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .xsm-hidden {
        display: none
    }
    .xsm-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .xsm-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .xsm-col-1 {
        width: 8.33333%
    }
    .xsm-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .xsm-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .xsm-col-2 {
        width: 16.66667%
    }
    .xsm-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .xsm-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .xsm-col-3 {
        width: 25%
    }
    .xsm-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .xsm-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .xsm-col-4 {
        width: 33.33333%
    }
    .xsm-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .xsm-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .xsm-col-5 {
        width: 41.66667%
    }
    .xsm-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .xsm-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .xsm-col-6 {
        width: 50%
    }
    .xsm-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .xsm-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .xsm-col-7 {
        width: 58.33333%
    }
    .xsm-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .xsm-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .xsm-col-8 {
        width: 66.66667%
    }
    .xsm-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .xsm-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .xsm-col-9 {
        width: 75%
    }
    .xsm-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .xsm-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .xsm-col-10 {
        width: 83.33333%
    }
    .xsm-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .xsm-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .xsm-col-11 {
        width: 91.66667%
    }
    .xsm-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .xsm-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .xsm-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .cont-fluid {
        width: 100%
    }
    .xss-visible {
        display: block
    }
    .xss-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .xss-hidden {
        display: none
    }
    .xss-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .xss-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .xss-col-1 {
        width: 8.33333%
    }
    .xss-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .xss-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .xss-col-2 {
        width: 16.66667%
    }
    .xss-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .xss-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .xss-col-3 {
        width: 25%
    }
    .xss-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .xss-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .xss-col-4 {
        width: 33.33333%
    }
    .xss-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .xss-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .xss-col-5 {
        width: 41.66667%
    }
    .xss-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .xss-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .xss-col-6 {
        width: 50%
    }
    .xss-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .xss-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .xss-col-7 {
        width: 58.33333%
    }
    .xss-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .xss-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .xss-col-8 {
        width: 66.66667%
    }
    .xss-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .xss-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .xss-col-9 {
        width: 75%
    }
    .xss-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .xss-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .xss-col-10 {
        width: 83.33333%
    }
    .xss-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .xss-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .xss-col-11 {
        width: 91.66667%
    }
    .xss-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .xss-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .xss-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    .cont-fluid {
        width: 100%
    }
    .xs-visible {
        display: block
    }
    .xs-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .xs-hidden {
        display: none
    }
    .xs-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .xs-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .xs-col-1 {
        width: 8.33333%
    }
    .xs-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .xs-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .xs-col-2 {
        width: 16.66667%
    }
    .xs-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .xs-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .xs-col-3 {
        width: 25%
    }
    .xs-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .xs-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .xs-col-4 {
        width: 33.33333%
    }
    .xs-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .xs-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .xs-col-5 {
        width: 41.66667%
    }
    .xs-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .xs-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .xs-col-6 {
        width: 50%
    }
    .xs-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .xs-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .xs-col-7 {
        width: 58.33333%
    }
    .xs-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .xs-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .xs-col-8 {
        width: 66.66667%
    }
    .xs-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .xs-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .xs-col-9 {
        width: 75%
    }
    .xs-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .xs-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .xs-col-10 {
        width: 83.33333%
    }
    .xs-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .xs-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .xs-col-11 {
        width: 91.66667%
    }
    .xs-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .xs-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .xs-col-12 {
        width: 100%
    }
}

@media only screen and (max-width:320px) {
    .cont-fluid {
        width: 100%
    }
    .xxs-visible {
        display: block
    }
    .xxs-flex-visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .xxs-hidden {
        display: none
    }
    .xxs-col-offset-1 {
        margin-left: 8.33333%;
        margin-right: 0;
        width: 91.66667%
    }
    .xxs-col-offset-right-1 {
        margin-right: 8.33333%;
        margin-left: 0;
        width: 91.66667%
    }
    .xxs-col-1 {
        width: 8.33333%
    }
    .xxs-col-offset-2 {
        margin-left: 16.66667%;
        margin-right: 0;
        width: 83.33333%
    }
    .xxs-col-offset-right-2 {
        margin-right: 16.66667%;
        margin-left: 0;
        width: 83.33333%
    }
    .xxs-col-2 {
        width: 16.66667%
    }
    .xxs-col-offset-3 {
        margin-left: 25%;
        margin-right: 0;
        width: 75%
    }
    .xxs-col-offset-right-3 {
        margin-right: 25%;
        margin-left: 0;
        width: 75%
    }
    .xxs-col-3 {
        width: 25%
    }
    .xxs-col-offset-4 {
        margin-left: 33.33333%;
        margin-right: 0;
        width: 66.66667%
    }
    .xxs-col-offset-right-4 {
        margin-right: 33.33333%;
        margin-left: 0;
        width: 66.66667%
    }
    .xxs-col-4 {
        width: 33.33333%
    }
    .xxs-col-offset-5 {
        margin-left: 41.66667%;
        margin-right: 0;
        width: 58.33333%
    }
    .xxs-col-offset-right-5 {
        margin-right: 41.66667%;
        margin-left: 0;
        width: 58.33333%
    }
    .xxs-col-5 {
        width: 41.66667%
    }
    .xxs-col-offset-6 {
        margin-left: 50%;
        margin-right: 0;
        width: 50%
    }
    .xxs-col-offset-right-6 {
        margin-right: 50%;
        margin-left: 0;
        width: 50%
    }
    .xxs-col-6 {
        width: 50%
    }
    .xxs-col-offset-7 {
        margin-left: 58.33333%;
        margin-right: 0;
        width: 41.66667%
    }
    .xxs-col-offset-right-7 {
        margin-right: 58.33333%;
        margin-left: 0;
        width: 41.66667%
    }
    .xxs-col-7 {
        width: 58.33333%
    }
    .xxs-col-offset-8 {
        margin-left: 66.66667%;
        margin-right: 0;
        width: 33.33333%
    }
    .xxs-col-offset-right-8 {
        margin-right: 66.66667%;
        margin-left: 0;
        width: 33.33333%
    }
    .xxs-col-8 {
        width: 66.66667%
    }
    .xxs-col-offset-9 {
        margin-left: 75%;
        margin-right: 0;
        width: 25%
    }
    .xxs-col-offset-right-9 {
        margin-right: 75%;
        margin-left: 0;
        width: 25%
    }
    .xxs-col-9 {
        width: 75%
    }
    .xxs-col-offset-10 {
        margin-left: 83.33333%;
        margin-right: 0;
        width: 16.66667%
    }
    .xxs-col-offset-right-10 {
        margin-right: 83.33333%;
        margin-left: 0;
        width: 16.66667%
    }
    .xxs-col-10 {
        width: 83.33333%
    }
    .xxs-col-offset-11 {
        margin-left: 91.66667%;
        margin-right: 0;
        width: 8.33333%
    }
    .xxs-col-offset-right-11 {
        margin-right: 91.66667%;
        margin-left: 0;
        width: 8.33333%
    }
    .xxs-col-11 {
        width: 91.66667%
    }
    .xxs-col-offset-12 {
        margin-left: 100%;
        margin-right: 0;
        width: 0
    }
    .xxs-col-offset-right-12 {
        margin-right: 100%;
        margin-left: 0;
        width: 0
    }
    .xxs-col-12 {
        width: 100%
    }
}

.align-center,
.cont-fluid.align-center,
.sect.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-start,
.cont-fluid.align-start,
.sect.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-end,
.cont-fluid.align-end,
.sect.align-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.content-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.content-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.page {
    overflow: hidden;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

.sect,
.sect-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 160px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sect-2 {
    position: static;
    opacity: 1;
    height: 100%;
    background: 0 0
}

.sect-no-scrollbar {
    height: auto
}

.screen-scroll,
.screen-scroll_no-fullpage {
    width: 100%;
    height: 100%
}

.screen-scroll_no-fullpage {
    overflow-y: auto
}

.inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.scrollable {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100%;
    padding: 0 10px 0 0;
    margin-top: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.screen-link {
    cursor: pointer
}

.polit {
    text-align: center;
    font-size: 10px;
    line-height: 1.2
}

.polit .open-politics {
    color: #fff;
    border-bottom: 1px solid #ebebeb
}

.btn-l {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 20px 40px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

.btn-l:active,
.btn-l:focus,
.btn-l:hover {
    color: #fff;
    background-color: #000
}

.btn-d {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 14px 19px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px
}

.btn-d:active,
.btn-d:focus,
.btn-d:hover {
    color: #000;
    background-color: #fff
}

.btn-bottom-pad {
    padding: 20px 40px
}

input,
select,
textarea {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 20px 32px;
    line-height: 1;
    text-align: center;
    text-align: left;
    font-weight: 400
}

input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    color: #000;
    background-color: transparent
}

.link {
    position: relative;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400
}

.link::after,
.link::before {
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 1px;
    width: 0
}

.link::before {
    left: 0
}

.link::after {
    right: 0
}

.link:hover::after,
.link:hover::before {
    width: 50%
}

.link-with-dot {
    position: relative;
    color: #000;
    padding-left: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.link-with-dot::after,
.link-with-dot::before {
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    background-color: #000
}

.link-with-dot:after {
    bottom: 0;
    height: 1px;
    width: 0;
    left: 20px
}

.link-with-dot::before {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.link-with-dot:hover::after {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.link-with-dot:hover::before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.filter-link {
    position: relative;
    color: #fff;
    padding-left: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600
}

.filter-link::after,
.filter-link::before {
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    background-color: #fff
}

.filter-link:after {
    bottom: 0;
    height: 1px;
    width: 0;
    left: 20px
}

.filter-link::before {
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.filter-link:hover::after {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.filter-link:hover::before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.select {
    position: relative
}

.select::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    top: 13px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    cursor: pointer;
    pointer-events: none
}

.select select {
    width: 100%
}

.select option {
    background-color: #000
}

.h1 {
    font-size: 78px;
    font-weight: 900;
    position: relative;
    line-height: 1.3;
    text-transform: uppercase;
    padding-left: 28px
}

.h1::before {
    content: attr(data-before);
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: 0;
    top: 18px;
    letter-spacing: 1.2px
}

.h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff
}

.h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0
}

.h5 {
    font-size: 18px
}

.price {
    font-size: 18px
}

.title-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 19px 32px;
    background-color: #000;
    position: relative
}

.sitename {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000
}

.toolbar {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    width: 100%;
    z-index: 200;
    padding-left: 160px;
    height: 60px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.toolbar .call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbar .call img {
    width: 22px;
    position: absolute;
    left: -30px;
    top: 3px
}

.toolbar .link {
    font-size: 16px;
    font-weight: 600
}

.toolbar .dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    margin: 0 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.bottombar {
    position: fixed;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    z-index: 200;
    padding-left: 160px;
    bottom: 0;
    left: 0;
    height: 30px;
    background-color: #fff;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.menu {
    position: fixed;
    width: 160px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0 20px;
    background-color: #fff
}

.menu .logo {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu .logo a {
    height: 45px
}

.menu .logo-img {
    height: 100%;
    width: auto
}

.mob-mnu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 30px
}

.blocker {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: -100;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer
}

.to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 991;
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    background-color: #000;
    height: 2px;
    z-index: 300;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out
}
.reCaptcha {
  position: absolute;
  bottom: 0;
  right: 210px;
}
@media only screen and (max-width:480px) {
  .reCaptcha {
    display: none;
  }
  .info-group {
    margin-top: 30px !important;
  }
}
.hamburger {
    cursor: pointer;
    position: fixed;
    top: 24px;
    left: 20px;
    z-index: 300;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 30px;
    height: 10px;
    transition: .5s
}

.hamburger::after,
.hamburger::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.hamburger::before {
    top: 0
}

.hamburger::after {
    top: 14px
}

.inner-hamb {
    position: absolute;
    width: 30px;
    height: 1px;
    top: 7px;
    background-color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.popup {
    position: fixed;
    width: 90%;
    height: 90%;
    z-index: 9999;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#politics {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #000;
    opacity: 0;
    overflow-y: scroll;
    padding: 30px
}

#politics ul {
    padding-left: 10px
}

#politics li {
    padding-left: 10px
}

.close-politics {
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    top: 15px;
    right: 20px;
    cursor: pointer;
    position: absolute
}

.close-politics::after,
.close-politics::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.close-politics::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-politics::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close-politics:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999
}

.back {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999
}

.callback {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.callback * {
    pointer-events: fill
}

.callback .close-callback {
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px
}

.callback .close-callback::after,
.callback .close-callback::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.callback .close-callback::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.callback .close-callback::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.white-line {
    width: 100%;
    height: 20px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200
}

.multikey {
    font-size: 10px;
    position: absolute;
    bottom: 20px
}

.multikey .link {
    font-size: 10px
}

.item_cover {
    width: 100%
}

.item {
    padding: 0 40px 20px 32px
}

.item .flex {
    position: relative;
    padding: 20px 0 20px 80px
}

.item .icon {
    width: 30px;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.item .icon img {
    width: 100%
}

.item li {
    padding: 20px 0
}

.item li .icon {
    margin-right: 20px
}

#about-us .icon {
    position: static
}

#about-us p {
    font-size: 16px;
    margin: 0 0 40px
}

#about-us .scrollable {
    overflow: hidden
}

.font-size {
    font-size: 10px
}

#about-us .inner,
#order .inner {
    padding-bottom: 40px
}

#order .inner {
    padding-top: 60px
}

#order .inner .scrollable {
    margin-bottom: 40px
}

#team {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

#team .scrollable {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-preview {
    width: 100%;
    display: inline-grid
}

.team-preview .title-line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.team-preview img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

#catalog {
    padding-right: 160px
}

#works .wrap {
    height: 100%;
    width: 100%
}

#works p {
    font-size: 16px
}

#works .desc {
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 100%;
    padding: 0 10px 0 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

#works .scrollable {
    overflow-y: auto;
    padding-left: 32px
}

.nav-right {
    position: relative
}

.nav-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.nav-right:hover::after {
    width: 100%
}

.nav-right .control {
    right: -50px;
    border-left-color: #fff
}

.nav-right .h2 {
    font-size: 14px;
    font-weight: 400
}

.nav-left {
    position: relative
}

.nav-left .control {
    left: -50px;
    border-right-color: #fff
}

.callform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.callform input,
.callform textarea {
    width: 100%
}

.callform textarea {
    height: 100%;
    border-top: none
}

.callform .form-group {
    width: 100%;
    height: 200px;
    position: relative
}

.callform button {
    position: absolute;
    bottom: 0;
    right: 0
}

.screen-scroll_no-fullpage .inner {
    position: relative;
    background-image: none!important
}

.screen-scroll_no-fullpage .inner::before {
    content: '';
    background: rgba(0, 0, 0, .5);
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 104%;
    position: absolute
}

.screen-scroll_no-fullpage #contacts {
    padding-top: 60px;
    background: #fff
}

.screen-scroll_no-fullpage .h1 {
    font-size: 60px
}

.case-page {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

#contacts .link {
    text-transform: none
}

.info-group {
    padding-top: 20px;
    overflow: hidden
}

.info-group .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    position: relative;
    padding: 20px 0 20px 50px
}

.info-group .icon {
    width: 30px;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.info-group .icon img {
    width: 100%
}

.info-group .link {
    font-size: 18px
}

.info-group .phone {
    width: 22px;
    top: 23px
}

#blog {
    height: auto;
    padding-top: 60px
}

#blog .h1 {
    margin-bottom: 20px
}

#blog #pdopage {
    width: 100%
}

#blog #pdopage .item {
    padding: 0 20px 20px 32px
}

#blog #pdopage .item .flex {
    padding: 20px 0 20px 20px
}

#blog #pdopage .item .inner-item {
    padding: 20px 0;
    width: 100%
}

#blog #pdopage .item .inner-item:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#blog #pdopage .item .inner-item .logo {
    display: block;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#blog #pdopage .item .inner-item .logo img {
    width: 100%;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-bottom: 20px
}

#blog .btn-more {
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    font-size: 18px;
    white-space: nowrap;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 17px 40px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: auto
}

#blog .btn-more:active,
#blog .btn-more:focus,
#blog .btn-more:hover {
    color: #000;
    background-color: #fff
}

#blog .link {
    text-transform: none
}

#blog .read-more {
    font-size: 14px;
    color: #7f7f7f
}

#post {
    height: auto
}

#post .cont-fluid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#post .cont-fluid .h1 {
    margin-top: 120px;
    margin-bottom: 60px;
    text-transform: none;
    font-size: 40px;
    padding-left: 0
}

#post .cont-fluid p {
    color: #000
}

#post .cont-fluid img {
    width: 100%;
    margin: 40px 0
}

#post .cont-fluid .text-center {
    text-align: center
}

#post .cont-fluid .untertitle {
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    margin: 20px 0
}

#pagedesc {
    height: auto;
    padding: 20px 20px 0 32px
}

.rel {
    position: relative
}

.absolute-btn {
    position: absolute;
    bottom: 20px;
    z-index: 99
}

.screen-scroll_no-fullpage .absolute-btn {
    bottom: 0
}

#product {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#product::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ccc;
    box-shadow: inset 0 0 6px #ccc
}

#product::-webkit-scrollbar {
    width: 4px
}

#product::-webkit-scrollbar-thumb {
    background-color: #000
}

.product img {
    width: 100%
}

.product .prod-desc {
    position: relative;
    padding-bottom: 80px;
    color: #000
}

.product .prod-desc p {
    color: #000
}

.product .prod-desc .btn-l {
    width: 160px;
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 14px
}

.product .prod-desc .price {
    font-size: 22px;
    font-weight: 700
}

.product .xsm-visible .btn-l {
    width: 100%;
    display: inline-block
}

#contacts::-webkit-scrollbar-track,
#team::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #ccc;
    box-shadow: inset 0 0 6px #ccc
}

#team li {
    font-size: 16px
}

#contacts::-webkit-scrollbar,
#team::-webkit-scrollbar {
    width: 4px
}

#contacts::-webkit-scrollbar-thumb,
#team::-webkit-scrollbar-thumb {
    background-color: #000
}

.viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.slide-line {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.slide {
    float: left
}

.gallery-slider,
.slider,
.works-slider {
    width: 90%;
    position: relative;
    cursor: pointer
}

.gallery-slider .preview img,
.slider .preview img,
.works-slider .preview img {
    width: 100%
}

.gallery-slider .item-slider,
.slider .item-slider,
.works-slider .item-slider {
    width: 100%;
    padding: 10px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
    cursor: auto
}

.gallery-slider .item-slider .frame,
.slider .item-slider .frame,
.works-slider .item-slider .frame {
    position: absolute;
    width: 0
}

.gallery-slider .item-slider .frame::after,
.gallery-slider .item-slider .frame::before,
.slider .item-slider .frame::after,
.slider .item-slider .frame::before,
.works-slider .item-slider .frame::after,
.works-slider .item-slider .frame::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.gallery-slider .item-slider .frame::after,
.slider .item-slider .frame::after,
.works-slider .item-slider .frame::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.gallery-slider .item-slider .frame-top,
.slider .item-slider .frame-top,
.works-slider .item-slider .frame-top {
    top: 3px;
    left: 3px
}

.gallery-slider .item-slider .frame-top::after,
.slider .item-slider .frame-top::after,
.works-slider .item-slider .frame-top::after {
    top: 20px;
    left: -20px
}

.gallery-slider .item-slider .frame-bottom,
.slider .item-slider .frame-bottom,
.works-slider .item-slider .frame-bottom {
    bottom: 3px;
    right: 3px
}

.gallery-slider .item-slider .frame-bottom::after,
.slider .item-slider .frame-bottom::after,
.works-slider .item-slider .frame-bottom::after {
    top: -20px;
    right: -20px
}

.gallery-slider .item-slider .frame-bottom::before,
.slider .item-slider .frame-bottom::before,
.works-slider .item-slider .frame-bottom::before {
    right: 0
}

.gallery-slider .item-slider:hover .frame::after,
.gallery-slider .item-slider:hover .frame::before,
.slider .item-slider:hover .frame::after,
.slider .item-slider:hover .frame::before,
.works-slider .item-slider:hover .frame::after,
.works-slider .item-slider:hover .frame::before {
    width: 40px
}

.gallery-slider .inner,
.slider .inner,
.works-slider .inner {
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 30px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.control {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 300;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.control:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.prev {
    left: -40px
}

.next {
    right: -40px
}

.slider-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.slider-dots .dot {
    width: 8px;
    height: 8px;
    background-color: #000;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.slider-dots .dot:hover {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.slider-dots .dot-active {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.filter {
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-top: 30px;
    background-color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 400
}

.filter ul {
    height: 100%;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.slider-rebuild .slider-preload {
    opacity: 1
}

.slider-rebuild .preload-inner {
    width: 100%
}

.slider-rebuild .slide-line {
    opacity: 0
}

.gallery-slider,
.works-slider {
    width: 100%;
    height: 100%
}

.gallery-slider .viewport,
.works-slider .viewport {
    height: 100%
}

.gallery-slider .slide-line,
.works-slider .slide-line {
    height: 100%;
    cursor: pointer
}

.gallery-slider .slide,
.works-slider .slide {
    height: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(0, 0, 0, .9)
}

.gallery-slider .item-slider,
.works-slider .item-slider {
    padding: 0;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-background-size: cover;
    background-size: cover
}

.gallery-slider .inner,
.works-slider .inner {
    height: 100%;
    border: none;
    padding: 0
}

.gallery-slider .slider-dots,
.works-slider .slider-dots {
    display: none
}

.gallery {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 4000
}

.gallery .slider-dots {
    display: none
}

.visible-popup {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.gallery-slider {
    position: relative
}

.gallery-slider .prev {
    left: 0;
    border-right-color: #fff
}

.gallery-slider .next {
    right: 0;
    border-left-color: #fff
}

.gallery-slider .item-slider {
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.switch-filter {
    background-color: #000;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -68px;
    top: 30%;
    width: 100px;
    text-align: center
}

.hid {
    display: none
}

.crumbs {
    position: absolute;
    bottom: -30px;
    color: #000;
    text-align: right;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 0;
    font-size: 14px
}

.crumbs a {
    font-size: 14px;
    text-transform: none
}

.crumbs ul {
    width: 100%
}

.crumbs ul li:last-of-type {
    position: relative;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: none;
    font-weight: 400
}

.crumbs ul li:last-of-type::after,
.crumbs ul li:last-of-type::before {
    content: '';
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 1px;
    width: 0
}

.crumbs ul li:last-of-type::before {
    left: 0
}

.crumbs ul li:last-of-type::after {
    right: 0
}

.crumbs ul li:last-of-type:hover::after,
.crumbs ul li:last-of-type:hover::before {
    width: 50%
}

.crumbs ul li:last-of-type::after,
.crumbs ul li:last-of-type::before {
    content: '';
    position: absolute;
    width: 50%
}

.active {
    z-index: 100;
    opacity: 1
}

.active-prev {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.active-next {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.visible-filter {
    -webkit-transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    transform: translate(0)!important
}

.mob-mnu .active-link .link-with-dot::after {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.mob-mnu .active-link .link-with-dot::before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.filter-active::after {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.filter-active::before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.body-catalog .toolbar {
    background-color: #000
}

.body-catalog .toolbar .link {
    color: #fff
}

.body-catalog .toolbar .link::after,
.body-catalog .toolbar .link::before {
    background-color: #fff
}

.body-catalog .toolbar .dot {
    background-color: #fff
}

.body-catalog .bottombar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #000
}

.body-catalog .triangle-top {
    border-bottom-color: #fff
}

.body-catalog .sitename {
    color: #fff
}

.body-catalog .menu {
    background: 0 0
}

.body-catalog .logo-img {
    fill: #fff
}

.body-catalog .progress {
    background-color: #fff
}

.body-catalog .hamburger::after,
.body-catalog .hamburger::before {
    background-color: #fff
}

.body-catalog .hamburger .inner-hamb {
    background-color: #fff
}

.mob-mnu-active .page {
    -webkit-transform: translateX(160px);
    -ms-transform: translateX(160px);
    transform: translateX(160px)
}

.mob-mnu-active .blocker {
    z-index: 9998;
    opacity: 1
}

.hamburger-active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px
}

.hamburger-active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 5px
}

.hamburger-active .inner-hamb {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.appender-popup-wrap .blocker {
    z-index: 999;
    opacity: 1
}

.appender-popup-wrap .popup-opened-open-callback {
    opacity: 1
}

.popup-open-galleryWorks .worksGallery {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.popup-open-popup .popup {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.popup-open-politics #politics {
    opacity: 1
}

.active-a-btn {
    background-color: #fff;
    color: #000
}

.anim .h1 {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.anim .h2 {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.anim .title-line {
    -webkit-transform: translateX(4000px);
    -ms-transform: translateX(4000px);
    transform: translateX(4000px);
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.transform__none {
    -webkit-transform: translate(0)!important;
    -ms-transform: translate(0)!important;
    transform: translate(0)!important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.ready .h1::before {
    content: attr(data-before);
    -webkit-animation: move 1s;
    animation: move 1s
}

.peregorodka {
  padding-left: 160px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.peregorodka--reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width:1100px) {
  .peregorodka {
    flex-direction: column;
    align-items: flex-start;
  }
  .peregorodka--left-side {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:992px) {
  .peregorodka {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.peregorodka--left-side {
  flex: 1
}

.peregorodka--right-side {
  color: #000;
  padding-right: 100px;
  padding-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width:1100px) { 
  .peregorodka--right-side {
    padding-left: 0;
  }
}
@media only screen and (max-width:992px) {
  .peregorodka--right-side {
    padding-right: 0;
  }
}
.peregorodka--image {
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width:1500px) {
  .peregorodka--image {
    max-width: 500px;
  }
}
@media only screen and (max-width:992px) {
  .peregorodka--image {
    max-width: unset;
  }
}
.peregorodka--title {
  margin-bottom: 30px;
}
@-webkit-keyframes move {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4000px);
        transform: translateY(-4000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes move {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4000px);
        transform: translateY(-4000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slider-nav-right {
    -webkit-transform: translateX(-4000px)!important;
    -ms-transform: translateX(-4000px)!important;
    transform: translateX(-4000px)!important;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.slider-nav-left {
    -webkit-transform: translateX(4000px)!important;
    -ms-transform: translateX(4000px)!important;
    transform: translateX(4000px)!important;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s
}

.out-left {
    -webkit-transform: translateX(4000px);
    -ms-transform: translateX(4000px);
    transform: translateX(4000px);
    opacity: 0
}

.out-right {
    -webkit-transform: translateX(-4000px);
    -ms-transform: translateX(-4000px);
    transform: translateX(-4000px);
    opacity: 0
}

.fadeOut {
    opacity: 0
}

.out-down {
    -webkit-transform: translateY(4000px);
    -ms-transform: translateY(4000px);
    transform: translateY(4000px)
}

.reset-animation .works-slider .active-slide .out-down,
.reset-animation .works-slider .active-slide .out-left,
.reset-animation .works-slider .active-slide .out-right {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
    -webkit-transition-timing-function: cubic-bezier(.17, .67, .56, .84);
    -o-transition-timing-function: cubic-bezier(.17, .67, .56, .84);
    transition-timing-function: cubic-bezier(.17, .67, .56, .84)
}

.reset-animation .fadeOut {
    opacity: 1
}

.reset-animation .out-right {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.reset-animation .out-down {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-animation-name: fadeout;
    animation-name: fadeout;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes fadeout {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeout {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.title-out-left {
    -webkit-transform: translateX(4000px);
    -ms-transform: translateX(4000px);
    transform: translateX(4000px);
    opacity: 0
}

.title-anim .title-out-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.wrapper .anim-service {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
}

.title-anim .wrapper .anim-service {
    -webkit-transition: .75s;
    -o-transition: .75s;
    transition: .75s
}

.title-anim .wrapper .anim-service:first-of-type {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1
}

.title-anim .wrapper .anim-service:nth-of-type(2) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1
}

.title-anim .wrapper .anim-service:nth-of-type(3) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
    opacity: 1;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.title-anim .wrapper .anim-service:nth-of-type(4) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.title-anim .wrapper .anim-service:nth-of-type(5) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
    opacity: 1;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.title-anim .wrapper .anim-service:nth-of-type(6) {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.title-anim .slide:first-of-type .desc {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeout;
    animation-name: fadeout
}

@keyframes fadeout {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.title-anim .anim-desc .desc {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation-name: fadeout;
    animation-name: fadeout;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@keyframes fadeout {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

#order .title-out-left:first-of-type {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

#order .title-out-left:nth-of-type(2) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

#order .title-out-left:nth-of-type(3) {
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s
}

#order .title-out-left:nth-of-type(4) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}

#order .title-out-left:nth-of-type(5) {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

#order .title-out-left:nth-of-type(6) {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

@media only screen and (max-width:1200px) {
    #blog .item {
        padding: 0 20px 20px 60px
    }
}

@media only screen and (max-width:992px) {
    #post .cont-fluid .h1 {
        font-size: 40px
    }
    .sect {
        padding-left: 0
    }
    .menu {
        z-index: 1
    }
    .toolbar {
        padding-left: 80px
    }
    .filter {
        -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
        transform: translateX(160px)
    }
    #catalog {
        padding-right: 0
    }
    #product {
        padding: 60px 0 0
    }
    #product .prod-desc {
        padding-left: 80px;
        padding-bottom: 10px
    }
    #product .prod-desc .btn-l {
        bottom: 10px
    }
    .back {
        right: 85px
    }
    #works .xsm-col-offset-3 {
        margin-left: 8%
    }
}

@media only screen and (max-width:768px) {
    #product {
        padding: 60px 0 0
    }
    #product .prod-desc {
        padding-left: 60px
    }
    #blog .item {
        padding: 0 20px 20px 40px
    }
}

@media only screen and (max-width:777px) {
    #contacts .item {
        width: 100%;
        padding: 10px 0 10px 60px
    }
    .back {
        right: 80px
    }
}

@media only screen and (max-width:640px) {
    #post .cont-fluid .h1 {
        font-size: 30px
    }
    body {
        font-size: 18px
    }
    .item {
        padding-right: 0
    }
    .item .icon {
        width: 35px
    }
    .sitename {
        display: none
    }
    .toolbar .call img {
        display: none
    }
    #team .item {
        padding-left: 0
    }
    .back {
        right: 65px
    }
    #about-us .scrollable {
        overflow-y: auto
    }
}

@media only screen and (max-width:560px) {
    #product .prod-desc {
        padding-left: 40px
    }
    #blog .item {
        padding: 0 20px 20px
    }
}

@media only screen and (max-width:480px) {
    #post .cont-fluid .h1 {
        font-size: 25px;
        margin-top: 30px
    }
    body {
        font-size: 16px
    }
    p {
        margin-bottom: 15px
    }
    .h1 {
        font-size: 38px;
        padding-left: 15px
    }
    .h1::before {
        font-size: 10px;
        top: 12px;
        letter-spacing: 1.1px
    }
    .screen-scroll_no-fullpage .h1 {
        font-size: 38px
    }
    .screen-scroll_no-fullpage .absolute-btn {
        bottom: 0
    }
    .h2 {
        font-size: 14px
    }
    .h4 {
        font-size: 18px;
        margin: 15px 0
    }
    .h5 {
        font-size: 14px
    }
    .price {
        font-size: 16px
    }
    .title-line {
        padding: 15px
    }
    .btn-d,
    .btn-l {
        padding: 10px;
        font-size: 14px
    }
    .absolute-btn {
        bottom: 30px;
        width: 100%
    }
    input,
    textarea {
        font-size: 14px;
        padding: 15px
    }
    .sect {
        padding-top: 50px
    }
    .toolbar {
        padding: 15px 15px 15px 60px;
        height: 50px
    }
    .bottombar {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding: 0
    }
    .hamburger {
        top: 18px
    }
    .item {
        padding: 0 15px 60px
    }
    .item .flex {
        padding: 7.5px 0 7.5px 45px
    }
    .triangle-left {
        height: 0;
        width: 0;
        border: 15px solid transparent;
        border-right: 15px solid #fff;
        -webkit-transform-origin: 70% 50%;
        -ms-transform-origin: 70% 50%;
        transform-origin: 70% 50%;
        cursor: pointer
    }
    .triangle-right {
        height: 0;
        width: 0;
        border: 15px solid transparent;
        border-left: 15px solid #fff;
        -webkit-transform-origin: 30% 50%;
        -ms-transform-origin: 30% 50%;
        transform-origin: 30% 50%;
        cursor: pointer
    }
    .close {
        width: 25px;
        height: 25px;
        position: relative;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer;
        position: absolute
    }
    .close::after,
    .close::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 3px;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .close::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .close::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .scrollable {
        margin-top: 15px
    }
    #works .desc {
        margin-top: 15px;
        margin-bottom: 15px
    }
    #works .scrollable {
        padding-left: 15px
    }
    .works-slider .item-slider {
        padding: 30px 0
    }
    .nav-right .h2 {
        font-size: 14px
    }
    .info-group {
        padding: 0;
        margin-top: 7.5px;
        margin-bottom: 0
    }
    .info-group .link {
        font-size: 14px
    }
    .info-group .icon {
        width: 20px
    }
    .info-group .phone {
        top: 11px
    }
    .back {
        right: 40px;
        top: 7px
    }
    #team .item {
        padding-right: 0
    }
    #team .item .flex {
        padding: 7.5px 0 40px 45px
    }
    #catalog .triangle-right {
        border-left-color: #000
    }
    #catalog .triangle-left {
        border-right-color: #000
    }
    #contacts .item {
        padding: 10px 0 10px 30px
    }
    .callform .form-group {
        height: 130px
    }
    .nav-left .control {
        left: -40px
    }
    .nav-right .control {
        right: -40px
    }
    #order {
        padding-top: 0
    }
    .out-down,
    .out-left,
    .out-right {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
    .fadeOut {
        opacity: 1
    }
}

@media only screen and (max-width:320px) {
    #product .back {
        right: 28px
    }
    #product .back::after,
    #product .back::before {
        width: 20px;
        height: 2px
    }
    .close {
        width: 25px;
        height: 25px;
        position: relative;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        cursor: pointer
    }
    .close::after,
    .close::before {
        content: '';
        position: absolute;
        width: 25px;
        height: 2px;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
    .close::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .close::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}