.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 0;
}

.row {
    margin: 0;
}

.container {
    padding: 0 10px;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

*::-webkit-input-placeholder {
    color: #2b2a2a;
    opacity: 1;
}

*:-moz-placeholder {
    color: #2b2a2a;
    opacity: 1;
}

*::-moz-placeholder {
    color: #2b2a2a;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #2b2a2a;
    opacity: 1;
}

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

body {
    font-family: "KIAM", sans-serif;
    font-size: 16px;
    min-width: 320px;
    max-width: 1920px;
    position: relative;
    overflow-x: hidden;
    color: #303030;
    background-color: #f5f5f5;
    line-height: 1.3em;
    margin: 0 auto;
}

a {
    color: #303030;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
    line-height: 1.2em;
    font-family: "KIAB";
}

h1 {
    font-size: 37px;
    text-align: center;
    padding: 10px;
}

h2 {
    font-size: 34px;
    text-align: center;
}

h3 {
    font-size: 22px;
}

form {
    text-align: center;
}

form h3 {
    font-size: 20px;
}

form p {
    margin: 10px 0 20px;
    font-size: 18px;
}

form .politika {
    color: rgba(34, 31, 31, .73);
    font-size: 12px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

form .politika:hover {
    color: #ffa400;
}

input {
    vertical-align: middle;
    margin: 0 10px 15px;
}

input:not(.btn) {
    max-width: 300px;
    width: 100%;
    height: 46px;
    background-color: white;
    border: 1px solid #656565;
    padding: 0 15px;
    font-size: 15px;
    font-family: "KIAL";
}

input.ierror {
    border-color: red;
}

input.btn {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
}

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

.clearfix::after,
.clr {
    clear: both;
}

.btn {
    display: inline-block;
    background-color: #ffa400;
    border-radius: 3px;
    box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.42);
    border: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover {
    background-color: #fbb434;
    box-shadow: 1.5px 1.3px 2px rgba(0, 0, 0, 0.42);
}

.border_orange {
    border: 4px solid #ffa400;
    padding: 10px;
}

.border_orange .bg {
    padding: 10px;
    background-color: #ededed;
}


/*HEADER*/

header {
    background-image: url(../img/bg/bg_header.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    min-height: 835px;
}

.header_top {
    padding: 35px 0;
    text-align: center;
}

.logo {
    float: left;
    max-width: 100%;
}

.callback {
    float: right;
    text-align: right;
}

.callback .time {
    font-size: 14px;
    line-height: 1.2em;
    color: #5b5b5b;
    margin-bottom: 5px;
}

.callback .phone {
    font-size: 18px;
    line-height: 1em;
    display: inline-block;
    margin: 3px 0;
    letter-spacing: 1px;
}

.callback .phone span {
    font-size: 14px;
}

.callback .fancybox {
    border: 2px solid #ffa400;
    padding: 5px 10px 5px 30px;
    background-image: url(../img/bg/bg_icons_phone.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.2em;
    color: #383c40;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.callback .fancybox:hover {
    background-color: #ffa400;
}

.nav_fixet {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .6);
    background-color: #fff;
}

.nav_fixet .menu {
    margin-top: 0;
    line-height: 50px;
}

.nav_fixet .menu li {
    margin: 0 30px;
}

.menu_small {
    display: none;
}

.menu {
    margin-top: 33px;
}

.menu li {
    display: inline-block;
    margin: 0 15px;
}

.menu a {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.2em;
}

.menu .active a,
.menu a:hover {
    color: #ffa400;
}

.header_main {
    padding: 30px 0 0;
    text-align: center;
}

.header_main .h3 {
    text-transform: none;
    font-size: 26px;
    font-family: "KIAM";
}

.header_main ul {
    display: inline-block;
    margin-top: 35px;
}

.header_main li {
    display: inline-block;
    padding-left: 80px;
    text-align: left;
    color: rgb(0, 0, 0);
    position: relative;
    margin: 0 30px;
}

.header_main li span,
.header_main span{
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.3!important;
}

.header_main li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 71px;
    height: 71px;
    background-image: url(../img/bg/bg_icons_header.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.header_main li:nth-child(2)::before {
    background-position: -71px 0;
}

.header_main .center {
    height: 71px;
    display: table-cell;
    vertical-align: middle;
}

.header_main form {
    max-width: 1070px;
    margin: 25px auto 0;
}

.header_main form .bg {
    padding: 45px 10px 15px;
}


/*/HEADER*/


/*ABOUT US*/

.s_aboutUs {
    background-image: url(../img/bg/bg_aboutUs.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 80px 0 110px;
    margin-top: -90px;
    text-align: center;
}

.s_aboutUs .wrap {
    margin-bottom: 90px;
}

.s_aboutUs .item {
    display: inline-block;
    vertical-align: top;
    width: 136px;
    height: 135px;
    padding: 30px 0 0;
    background-image: url(../img/bg/bg_aboutUs_item.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #383c40;
    font-size: 15px;
    line-height: 1.2em;
    margin: 0 45px;
}

.s_aboutUs .item.item2 {
    margin-top: 20px;
}

.s_aboutUs .item.item3 {
    margin-top: 40px;
}

.s_aboutUs .item.item4 {
    margin-top: 60px;
}

.s_aboutUs .item.item5 {
    margin-top: 80px;
}

.s_aboutUs .item p {
    margin: 15px 0 0;
}

.s_aboutUs .item .number {
    padding-left: 35px;
    font-size: 35px;
    font-family: "KIAB";
    text-align: center;
    position: relative;
    display: inline-block;
}

.s_aboutUs .item .number::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 35px;
    height: 35px;
    background-image: url(../img/bg/bg_aboutUs_items.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.s_aboutUs .item.item2 .number::before {
    background-position: -35px 0;
}

.s_aboutUs .item.item3 .number::before {
    background-position: -70px 0;
}

.s_aboutUs .item.item4 .number::before {
    background-position: -105px 0;
}

.s_aboutUs .item.item5 .number::before {
    background-position: -140px 0;
}

.s_aboutUs .item.item1 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.s_aboutUs .item.item2 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.s_aboutUs .item.item3 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.s_aboutUs .item.item4 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.s_aboutUs .item.item5 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}


/*/ABOUT US*/


/*KATALOG*/

.s_katalog {
    padding: 30px 0 40px;
    text-align: center;
}

.s_katalog .wrap {
    margin-bottom: 85px;
}

.s_katalog .item {
    margin-top: 75px;
}

.s_katalog .item .img {
    width: 357px;
    height: 257px;
    margin-bottom: 20px;
    display: inline-block;
}

.s_katalog .item .title {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.2em;
}

.s_katalog .item .price {
    font-size: 20px;
    line-height: 1.2em;
    font-family: "KIAL";
}

.s_katalog .item .btn {
    margin-top: 20px;
}

.s_katalog .btnCalc {
    display: inline-block;
    border: 3px solid #ffa400;
    border-radius: 4px;
    padding: 17px 20px 17px 100px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 21px;
    line-height: 1em;
    letter-spacing: 2px;
    background-image: url(../img/bg/bg_icons_calc.png);
    background-repeat: no-repeat;
    background-position: 25px center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.s_katalog .btnCalc:hover {
    background-color: #ffa400;
}

.s_katalog .calcWrap {
    padding: 25px 70px;
    margin-top: 30px;
    border: 4px solid #ffa400;
    text-align: left;
    display: none;
}

.s_katalog .calcWrap .left {
    float: left;
}

.s_katalog .calcWrap .pvhWrap {
    margin-top: 10px;
}

.s_katalog .calcWrap .label {
    font-family: "KIAB";
    margin-bottom: 10px;
}

.s_katalog .calcWrap input[type="radio"] {
    display: none;
}

.s_katalog .calcWrap input[type="radio"]:checked+label {
    color: #ffa400;
}

.s_katalog .calcWrap input[type="radio"]:checked+label .checked {
    background-color: #ffa400;
}

.s_katalog .calcWrap label {
    display: block;
    cursor: pointer;
    text-align: left;
}

.s_katalog .calcWrap label .checked {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 3px solid #ffa400;
    background-color: transparent;
    position: relative;
    top: 2px;
}

.s_katalog .calcWrap .right {
    float: right;
    max-width: 830px;
}

.s_katalog .calcWrap .block {
    display: inline-block;
    max-width: 272px;
    width: 100%;
    padding: 0 5px;
    text-align: center;
}

.s_katalog .calcWrap .block input {
    margin: 0 0 20px;
}

.s_katalog .calcWrap .btn {
    margin: 0 5px;
    width: 210px;
    letter-spacing: 1px;
}


/*/KATALOG*/


/*KINDS*/

.s_kinds {
    background-image: url(../img/bg/bg_kinds.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 125px 0 205px;
}

.s_kinds .wrap {
    margin-top: 70px;
    padding: 0 80px;
    position: relative;
}

.s_kinds .carousel {}

.s_kinds .item {
    padding: 0 5px;
    max-width: 750px;
}

.s_kinds .item h3 {
    font-size: 24px;
    margin-bottom: 60px;
}

.s_kinds .item ul {
    margin-bottom: 10px;
}

.s_kinds .item li {
    display: inline-block;
    width: 170px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px;
}

.s_kinds .item li img {
    width: 82px;
    height: 82px;
    box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.42);
    border-radius: 50%;
    margin-bottom: 20px;
}

.s_kinds .item li .label {
    font-family: "KIAL";
    font-size: 15px;
    line-height: 1.2em;
}

.s_kinds .item li .label span {
    font-family: "KIAM";
    display: block;
}

.s_kinds .item .desc {
    line-height: 1.5em;
    max-width: 650px;
}

.s_kinds .owl-controls {
    display: none !important;
}


/*/KINDS*/


/*STEPS*/

.s_steps {
    padding: 30px 0 85px;
    margin-top: -20px;
}

.s_steps .wrap {
    text-align: center;
}

.s_steps .item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 40px 10px 0;
    padding-top: 95px;
    position: relative;
    font-size: 15px;
    line-height: 1.2em;
    cursor: pointer;
}

.s_steps .item:hover .number {
    color: #ffa400;
}

.s_steps .item:hover::after {
    background-position: -16px 0;
}

.s_steps .item:hover::before {
    background-image: url(../img/bg/bg_steps_items_hover.png);
}

.s_steps .item .number {
    position: absolute;
    top: 0;
    left: -10px;
    color: #cecece;
    opacity: .4;
    font-size: 60px;
    line-height: 60px;
    font-family: "KIAB";
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.s_steps .item h3 {
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.s_steps .item p {
    margin: 0;
}

.s_steps .item:last-child::after {
    display: none;
}

.s_steps .item::after {
    content: '';
    position: absolute;
    top: 60px;
    right: -10px;
    width: 16px;
    height: 28px;
    background-image: url(../img/bg/bg_steps_arrows.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.s_steps .item::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70px;
    height: 52px;
    background-image: url(../img/bg/bg_steps_items.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.s_steps .item.item2::before {
    background-position: -70px 0;
}

.s_steps .item.item3::before {
    background-position: -140px 0;
}

.s_steps .item.item4::before {
    background-position: -210px 0;
}

.s_steps .item.item5::before {
    background-position: -280px 0;
}

.s_steps .item.item1 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.s_steps .item.item2 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.s_steps .item.item3 {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.s_steps .item.item4 {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.s_steps .item.item5 {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}


/*/STEPS*/


/*PROJECTS*/

.s_projects {
    /*background-image: url(../img/bg/bg_projects.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;*/
    padding: 105px 0 145px;
}

.s_projects .wrap {
    margin-top: 55px;
}

.s_projects .item {
    margin: 50px auto 0;
    max-width: 1030px;
}

.s_projects .item .bg {
    padding: 20px 40px;
    background-color: #fff;
}

.s_projects .item .img_wrap {
    display: inline-block;
    max-width: 520px;
}

.s_projects .item .img_wrap .fancybox {
    display: inline-block;
    margin: 5px;
}

.s_projects .item .img_wrap .img {
    width: 242px;
    height: 181px;
}

.s_projects .item .text {
    display: inline-block;
    max-width: 390px;
    vertical-align: top;
    font-size: 17px;
    line-height: 1.2em;
    float: right;
}

.s_projects .item h3 {
    text-transform: none;
    margin-bottom: 10px;
}

.s_projects .item .bold {
    display: block;
    font-family: "KIAB";
    margin-top: 20px;
}

.s_projects .item li {
    margin-top: 5px;
}

.s_projects .item li span {
    color: #ffa400;
}

.s_projects .item .btn {
    margin-top: 20px;
}


/*/PROJECTS*/


/*WHY*/

.s_why {
    background-image: url(../img/bg/bg_why.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 120px 0 140px;
    color: #fff;
    margin-top: -100px;
}

.s_why .item {
    padding-left: 130px;
    margin-top: 80px;
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    font-family: "KIAL";
    min-height: 85px;
}

.s_why .item span {
    font-family: "KIAB";
    display: block;
}

.s_why .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20px;
    width: 86px;
    height: 85px;
    background-image: url(../img/bg/bg_why_items.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.s_why .item.item2::before {
    background-position: -86px 0;
}

.s_why .item.item3::before {
    background-position: -172px 0;
}

.s_why .item.item4::before {
    background-position: -258px 0;
}


/*/WHY*/


/*LAST*/

.s_last {
    background-image: url(../img/bg/bg_last.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    padding: 140px 0;
    margin-top: -100px;
    position: relative;
    z-index: 3;
    text-align: center;
}


/*/LAST*/


/*CONTACTS*/

.s_contacts {
    position: relative;
    margin-top: -100px;
}

.s_contacts .wrap {
    position: absolute;
    top: 110px;
    left: 50px;
    z-index: 3;
    max-width: 400px;
    width: 100%;
}

.s_contacts .wrap .bg {
    background-color: #fff;
    padding: 45px 10px;
    text-align: center;
}

.s_contacts .wrap h3 {
    margin-bottom: 30px;
    font-size: 24px;
}

.s_contacts .wrap li {
    margin-top: 25px;
    font-family: "KIAL";
    font-size: 20px;
    line-height: 1.2em;
}

.s_contacts .wrap li .label {
    font-family: "KIAM";
    display: block;
}

.s_contacts .wrap li a span {
    font-size: 16px;
    font-weight: bold;
}

#map {
    width: 100%;
    height: 630px;
}

.ymaps-b-zoom_hints-pos_right {
    top: 100px !important;
}


/*/CONTACTS*/


/*FOOTER*/

footer {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

footer .title {
    margin-top: 35px;
    font-size: 22px;
}


/*/FOOTER*/


/*STOCK*/

.stock {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.stock .bg {
    padding: 20px 20px 30px 230px;
}

.stock h3 {
    margin-bottom: 15px;
    text-transform: none;
}

.stock h3 span {
    text-transform: uppercase;
}

.stock .present {
    position: absolute;
    left: -20px;
    top: -15px;
}


/*/STOCK*/


/* Contdonwn */

.timer {
    font-family: "KIAB";
    margin-top: 30px;
    text-align: center;
}

.timer .label {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: "KIAB";
    margin-bottom: 15px;
}

.timer .number-wrapper {
    margin: 10px;
    position: relative;
}

.timer .number {
    display: inline-block;
    width: 70px;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    background-color: black;
    background-image: linear-gradient(to top, #cdcccb 0%, white 100%);
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    font-size: 40px;
}

.timer .caption {
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #000;
    text-transform: lowercase;
}


/* /Contdonwn */


/*CAROUSEL BUTTON*/

.next_button,
.prev_button {
    background-image: url(../img/bg/bg_icons_arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 55px;
    height: 70px;
    z-index: 9;
}

.prev_button {
    background-position: 0 0;
    left: 0;
}

.next_button {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    right: 0;
}

.prev_button:hover,
.next_button:hover {
    background-position: -55px 0;
}


/*/CAROUSEL BUTTON*/


/*CAROUSEL PAGINATION*/

.owl-controls {
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.owl-controls .owl-page {
    width: 18px;
    height: 18px;
    background-color: #a8a8a8;
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px;
}

.owl-controls .owl-page.active {
    background-color: #ff9422;
}


/*/CAROUSEL PAGINATION*/


/*POPUP*/

.fancybox-close {
    top: -25px;
    right: -25px;
    width: 20px;
    height: 20px;
    background-image: url(../img/bg/bg_icons_close.png);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fancybox-close:hover {
    background-image: url(../img/bg/bg_icons_close_hover.png);
}

.fancybox-skin {
    padding: 0 !important;
    background-color: transparent;
}

.popup {
    border: 4px solid #ffa400;
    width: 390px;
    text-align: center;
    padding: 5px;
}

.popup .bg {
    padding: 20px 5px;
    background-color: #fff;
}

.popup p {
    font-size: 18px;
    line-height: 1.2em;
}

.popupPolitika {
    padding: 20px 10px;
    text-align: center;
    background-color: #fff;
    max-width: 1000px;
}

.popupPolitika h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.popupPolitika p {
    margin: 5px 0;
}


/*/POPUP*/


/*MENU SMALL*/

.c-hamburger {
    display: block;
    position: relative;
    float: right;
    width: 35px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 999;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #ffa400;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #ffa400;
    content: "";
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx {
    background-color: transparent;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #eca204;
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-color: #eca204;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/*/MENU SMALL*/


/*ICONS*/

.fixetPhone {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-image: url(../img/bg/bg_icons_phoneFixet.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 99;
}

.fixetCalc {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 50px;
    background-image: url(../img/bg/bg_icons_calcFixet.png);
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 99;
}

.fixetPhone,
.fixetCalc {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.fixetPhone:hover,
.fixetCalc:hover {
    opacity: .9;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*/ICONS*/

.cards {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.cards .card {
    max-width: 140px;
    margin-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.cards .card img {
    width: 100%;
    max-width: 140px;
}

.cards .card span {
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: red;
    width: 105px;
    white-space: nowrap;
    transform: rotate(45deg);
    right: -22px;
    top: 20px;
    z-index: 3;
}

.s_projects .hd {
    display: none;
}

.show1 {
    text-align: center;
    text-transform: uppercase;
    color: #ffa400;
    border: 2px solid #ffa400;
    max-width: 200px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.show1:hover {
    color: #fff;
    background: #ffa400;
}