/*@import url(fonts.css);*/

.footer__bot a:after,
.footer__menu-li:after {
    content: " ";
    position: absolute;
    left: 0;
}

.uk-lightbox {
    background: rgba(0, 0, 0, 0.57) !important;
}

.button {
    font-size: 18px;
}

.callback,
.button {
    display: inline-block;
    padding: 13px 16px;
    background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(121, 62, 0, 0.3);
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

.button:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: linear-gradient(103.7deg, #FF5F1B 0.05%, #FF9C18 101.43%);
    transition: 0.4s;
}

.top-btn-price{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	background: url("../img/icon_download.svg") no-repeat 0px 6px;
	background-size: 23px;
	padding: 2px 0 2px 38px;
	font-size: 20px;
}
.top-btn-price span{
	border-bottom: 1px solid rgba(255,255,255,.3)
}
.top-btn-price:hover{
	color: #fdc578;
	text-decoration: none;
}
.top-btn-price:hover span{
	border-bottom: 1px solid rgba(253,197,120,.5);
}


@media (max-width: 959px) {
    .callback {
        padding: 6px 15px;
    }
}

@media (max-width: 420px) {
    .callback {
        padding: 3px 12px;
        font-size: 12px;
    }
}

.callback:hover {
    background: linear-gradient(103.7deg, #FF5F1B 0.05%, #FF9C18 101.43%);
    transition: 0.4s;
}

.uk-navbar-toggle {
    min-height: auto !important;
}

.pagetitle {
    font-size: 35px;
    font-weight: 500;
    color: #000 !important;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 5px;
}

@media (max-width: 639px) {
    .pagetitle {
        font-size: 22px;
        margin-top: 15px;
    }
}

.top {
    height: 643px;
    position: relative;
    background: url(../img/banner.jpg) no-repeat;
}

@media (max-width: 959px) {
    .top {
        height: auto;
        background: #353535;
    }
}

.top:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 959px) {
    .top:after {
        display: none;
    }
}

.top.inner {
    height: 280px;
    position: relative;
    background: url(../img/banner.jpg) 0 50% no-repeat;
}

@media (max-width: 959px) {
    .top.inner {
        height: auto;
        background: #353535;
    }
}

.top.inner .top__inform {
    display: none;
}

.top__inform {
    display: inline-block;
    padding: 40px 28px;
    background: url(../img/bg-text.png);
    position: relative;
    z-index: 99;
    margin: 54px 0 0 108px;
}

.top__text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    margin: 0 0;
}

.top__text-box {
    padding: 0 0 0 55px;
    background: url(../img/lines-big.svg) no-repeat;
}

.top__text_light {
    font-weight: 300;
    font-size: 42px;
    line-height: 100%;
}

.top-nav {
    background: #4D4D4D !important;
}

.top-menu__item:last-child .top-menu__link {
    border: none;
}

.top-menu__link {
    color: #F1F1F1 !important;
    font-size: 18px !important;
    font-weight: 500;
    text-transform: uppercase;
    padding: 18px 30px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.29);
    min-height: auto !important;
    line-height: 140%;
    position: relative;
}

.top-menu__link:after {
    content: "";
    width: 0%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);
    transition: 0.3s;
}

.top-menu__link:hover:after {
    width: 100%;
    width: 100%;
    background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);
}


@media (max-width: 1199px) {
    .top-menu__link {
        font-size: 15px !important;
        padding: 20px 18px !important;
    }
}

.top-menu-fix {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #4d4d4d;
    box-shadow: 0 2px 11px -3px rgba(0, 0, 0, 0.38);
}

.top-menu-fix .top-menu__link {
    font-size: 15px !important;
    padding: 20px 18px !important;
}


.header {
    position: relative;
    z-index: 2;
    background: #353535;
}

.header__cont {
    margin-top: 5px !important;
}

@media (max-width: 959px) {
    .header__cont {
        flex-direction: column;
        padding-top: 15px;
        margin-top: 20px !important;
        border-top: 1px solid #bdbdbd;
    }
}


.header__top {
    padding: 10px 15px;
}

@media (max-width: 959px) {
    .header__top {
        padding: 10px 0px;
    }
}

@media (max-width: 420px) {
    .header__top {
        /*        padding: 10px 0px;*/
    }
}

.header__phone {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
}

@media (max-width: 639px) {
    .header__phone {
        font-size: 16px;
    }
}

.header__phone:hover {
    color: #FF9C18;
    text-decoration: none;
}

.header__phone-bl {
    color: #fff;
    text-align: right;
    padding: 0 0 0 43px;
    margin-right: 103px;
    background: url(../img/icon-phone.svg) 0 8px no-repeat;
    order: -1;
}

@media (max-width: 1199px) {
    .header__phone-bl {
        margin-right: 60px;
    }
}

@media (max-width: 959px) {
    .header__phone-bl {
        margin-right: 0px;
        background: none;
        padding: 0 0;
    }
}


@media (max-width: 639px) {
    .header__phone-bl {
        margin-right: 0px;
    }
}


@media (max-width: 420px) {
    .header__phone-bl {
        padding: 2px 0 2px 33px;
        background-position: 0 0;
        background-size: 25px;
    }
}

@media (max-width: 380px) {
    .header__phone-bl {}
}

/*
@media (max-width: 959px) {
.logo {
    width: 90px;
}
}
*/

@media (max-width: 959px) {
    .logo {
        width: 60px;
    }
}

.logo-box {
    text-decoration: none;
}

.logo-box:hover {
    text-decoration: none;
}

.logo-box_small {
    width: 60px;
    padding: 0px 0px;
}

.schelude {
    color: #fff;
    line-height: 100%;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0;
}

@media (max-width: 959px) {
    .schelude {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .schelude {
        /*        display: none;*/
    }
}

.tagline {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 100%;
    font-weight: 500;
}

@media (max-width: 959px) {
    .tagline {
        font-size: 20px;
    }
}

.tagline__add {
    display: block;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 639px) {
    .tagline__add {
        font-size: 14px;
    }
}

.callback {
    font-size: 19px;
}

@media (max-width: 959px) {
    .callback {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 639px) {
    .callback {}
}

/*
@media (max-width: 380px) {
.callback {
    font-size: 14px;
    background: url(../img/icon-phone.svg) no-repeat;
    font-size: 0;
    height: 25px;
    width: 7px;
}
}
*/

.callback:hover {
    color: #fff;
    text-decoration: none;
}

.menu-btn {
    height: auto;
    color: #fff;
}

.menu-btn svg {
    width: 30px;
}

@media (max-width: 959px) {
    .menu-btn {
        width: 20px;
    }
}

.adap-menu-bar {
    background: #4D4D4D;
}

.adap-menu__link {
    font-size: 16px;
    color: #fff !important;
}

.search-btn svg {
    width: 25px;
    color: #D6D6D6;
}

.search-line {
    min-height: 61px;
}

.icatalog {
    position: relative;
    top: -70px;
}

@media (max-width: 959px) {
    .icatalog {
        top: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 639px) {
    .category {
        width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .category {
        width: 90%;
    }
}

@media (max-width: 360px) {
    .category {
        width: 100%;
    }
}

.category__wrap {
    position: relative;
}

.category__bot-bl {
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    background: #4D4D4D;
    color: #fff;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
}

.category__bot-bl_sm {
    padding: 10px 15px;
}

.category__title {
    width: calc(100% - 45px);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.category__title_sm {
    font-size: 16px;
}

@media (max-width: 1199px) {
    .category__title {}
}

@media (max-width: 639px) {
    .category__title {
        font-size: 16px;
    }
}

.category__picbox {
    position: relative;
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .category__picbox {
        padding-bottom: 56px;
    }
}

@media (max-width: 639px) {
    .category__picbox {
        padding-bottom: 52px;
    }
}

.category__picbox:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.12) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    opacity: 100%;
    transition: ease 0.3s;
}

.category:hover .category__picbox:after {
    opacity: 0%;
}

/*
.category__arrow {
padding: 8px;
margin-left: 5px;
position: relative;
z-index: 0;
}
*/

.category__arrow,
.category__arrow_sm {
    padding: 8px 8px 5px;
    margin-left: 5px;
    position: relative;
    z-index: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.category__arrow_sm img {
    width: 15px;
}

.category__arrow:after,
.category__arrow_sm:after {
    content: "";
    width: 10%;
    height: 10%;
    position: absolute;
    border-radius: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);
    z-index: -1;
    opacity: 0;
    transition: ease-in 0.2s;
}


.category:hover .category__arrow:after {
    transform: scale(10);
    opacity: 1;
}

.category:hover .category__arrow_sm:after {
    transform: scale(7);
    opacity: 1;
}


.ititle-box {
    background: #353535;
}

.ititle {
    color: #fff;
    text-transform: uppercase !important;
    font-weight: 500;
    font-size: 30px;
    padding: 19px 0 19px 45px;
    margin: 0 0 0;
    background: url(../img/lines.svg) no-repeat;
}

@media (max-width: 959px) {
    .ititle {
        font-size: 26px;
    }
}

@media (max-width: 639px) {
    .ititle {
        font-size: 21px;
    }
}

@media (max-width: 380px) {
    .ititle {
        font-size: 22px;
    }
}

@media (max-width: 639px) {
    .ititle_soc {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .ititle_soc {
        background: none;
        padding-left: 0;
    }
}

@media (max-width: 380px) {
    .ititle_soc {
        font-size: 17px;
    }
}

.soc {
    margin-left: 33px;
}

@media (max-width: 959px) {
    .soc {
        margin-left: 20px;
    }
}

.soc__el {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
}

@media (max-width: 959px) {
    .soc__el {
        height: 35px;
        width: 35px;
    }
}


.soc__el:hover {
    border-color: #FF9C18;
}

.about__text p {
    font-size: 20px;
    line-height: 120%;
}

@media (max-width: 1199px) and (min-width: 960px) {
    .about__text p {
        font-size: 17px;
    }
}

@media (max-width: 639px) {
    .about__text p {
        font-size: 16px;
    }
}

.advan {
    margin-top: 30px;
}

.advan__item {
    margin-bottom: 25px;
}

.advan__info {
    font-size: 20px;
    line-height: 115%;
    margin-left: 10px;
    width: calc(100% - 82px);
}

@media (max-width: 1199px) and (min-width: 960px) {
    .advan__info {
        font-size: 16px;
        font-weight: 500;
    }
}

.advan__iconbox {
    width: 72px;
}

@media (max-width: 1199px) and (min-width: 960px) {
    .advan__iconbox {
        width: 62px;
    }
}

.new__item {
    background: #F9F9FA;
}

.new__body {
    width: calc(100% - 140px);
    padding: 15px 15px;
    box-sizing: border-box;
}

@media (max-width: 639px) {
    .new__body {
        width: calc(100% - 120px);
        padding: 10px 10px;
    }
}

@media (max-width: 380px) {
    .new__body {
        width: calc(100% - 100px);
    }
}

.new__bl-title {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase !important;
    color: #000 !important;
}

.new__title {
    color: #000 !important;
    position: relative;
    padding-bottom: 7px;
}

.new__title:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #FEBD64 0%, #FF9C18 43.75%, #FF8302 100%);
}

@media (max-width: 639px) {
    .new__title {
        font-size: 14px;
    }
}

.new__more {
    color: #9C9C9C;
    text-decoration: none;
    font-size: 16px;
}

.new__more:hover {
    color: #FF9C18;
    text-decoration: none;
}

@media (max-width: 380px) {
    .new__more {
        font-size: 15px;
    }
}

.new__date {
    color: #9C9C9C;
    font-size: 16px;
}

@media (max-width: 380px) {
    .new__date {
        font-size: 13px;
    }
}

.new__arrow {
    padding: 0 0 0 5px;
}

.footer {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    position: relative;
}

.footer:after {
    content: " ";
    width: 370px;
    height: 360px;
    position: absolute;
    top: -360px;
    left: 0;
    background: url(../img/welding_work1.png) no-repeat;
    z-index: -1;
}

@media (max-width: 639px) {
    .footer:after {
        display: none;
    }
}

@media (max-width: 1199px) {
    .footer {
        font-size: 18px;
    }
}

.footer a {
    text-decoration: none;
	color: #fff;
}

.footer a:hover {
    color: #FF9C18;
}

.footer__adress {
    background: url(../img/map-marker.svg) no-repeat;
    padding: 0 0 0 42px;
    line-height: 130%;
}

@media (max-width: 639px) {
    .footer__adress {
        padding: 0 0 0 35px;
        background-size: 26px;
    }
}

.footer__phone-box {
    background: url(../img/icon-phone.svg) no-repeat;
    padding: 1px 0 2px 42px;
}

@media (max-width: 639px) {
    .footer__phone-box {
        padding: 0 0 0 35px;
        background-size: 26px;
    }
}

.footer__phone {
    text-decoration: none;
}

.footer__timetable {
    background: url(../img/icon-clock.svg) no-repeat;
    padding: 1px 0 2px 42px;
}

@media (max-width: 639px) {
    .footer__timetable {
        padding: 0 0 0 35px;
        background-size: 26px;
    }
}

.footer__email {
    background: url(../img/icon-envelope.svg) no-repeat;
    padding: 2px 0 2px 42px;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .footer__email {
        padding: 4px 0 3px 42px;
    }
}

@media (max-width: 639px) {
    .footer__email {
        padding: 2px 0 2px 35px;
        background-size: 26px;
    }
}

.footer-bl_cat {
    width: 272px;
}

.footer__title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

@media (max-width: 959px) {
    .footer__title {
        font-size: 20px;
    }
}

.footer-top {
    padding: 40px 0 40px;
    background: #4D4D4D;
}

.footer__bot {
    background: #353535;
    padding: 20px 0;
    color: #9C9C9C;
    font-size: 17px;
}

.footer__bot a {
    color: #9C9C9C;
    position: relative;
}

.footer__bot a:after {
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #9C9C9C;
    opacity: 1;
    transition: 0.3s;
}

.footer__bot a:hover:after {
    opacity: 0;
}

.footer__menu {
    list-style: none;
}

.footer__menu-li {
    position: relative;
    padding: 0 0 0 15px;
    margin-bottom: 5px;
}

.footer__menu-li:after {
    width: 6px;
    height: 6px;
    background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
}

.footer__menu-link {
    text-decoration: none;
}

.footer__catmenu {
    list-style: none;
}

.footer__catmenu-li {
    border-bottom: 1px solid rgba(231, 231, 231, 0.2);
    margin-bottom: 5px;
}

.footer__catmenu-link {
    text-decoration: none;
    transition: 0.2s;
}

.footer__catmenu-link:hover {
    text-decoration: none;
    color: #FF9C18;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

.breadcrumb li {
    margin-bottom: 3px;
}

@media (max-width: 639px) {
    .breadcrumb li {
        height: 24px;
    }
}

.breadcrumb li a,
.breadcrumb li span {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-right: 6px;
    padding-bottom: 8px;
    z-index: 0;
    background: #4D4D4D;
    margin-left: 23px;
    color: #fff;
    font-size: 14px;
}
.breadcrumb li a:hover {
    text-decoration: none;
    color: #FF9C18;
    
}
@media (max-width: 959px) {

    .breadcrumb li a,
    .breadcrumb li span {
        padding-bottom: 3px;
        padding-top: 4px;
    }
}

@media (max-width: 639px) {

    .breadcrumb li a,
    .breadcrumb li span {
        font-size: 12px;
        padding-top: 3px;

    }
}

.breadcrumb li span {
    margin-right: 23px;
}

.breadcrumb li:first-child a {
    margin-left: 0px;
}

.breadcrumb li a:after,
.breadcrumb li span:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #4D4D4D;
    border-width: 18px 10px;
    width: 0;
    height: 0;
    left: 100%;
    border-color: transparent;
    border-left-color: #4D4D4D;
}

@media (max-width: 959px) {

    .breadcrumb li a:after,
    .breadcrumb li span:after {
        border-width: 14px 10px;
    }
}

@media (max-width: 639px) {

    .breadcrumb li a:after,
    .breadcrumb li span:after {
        border-width: 12px 10px;
    }
}

.breadcrumb li:first-child a {
    display: inline-flex;
    width: 38px;
    height: 36px;
    box-sizing: border-box;
    justify-content: center;
}

@media (max-width: 959px) {
    .breadcrumb li:first-child a {
        height: 28px;
    }
}

@media (max-width:639px) {
    .breadcrumb li:first-child a {
        height: 24px;
    }
}

.breadcrumb li span {
    padding-left: 0px;
    padding-right: 8px;
}

.breadcrumb li span:before,
.breadcrumb li:not(:first-child) a:before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #4D4D4D;
    border-width: 18px 10px;
    width: 0;
    height: 0;
    left: -20px;
    border-left-color: transparent;
}

@media (max-width: 959px) {

    .breadcrumb li span:before,
    .breadcrumb li:not(:first-child) a:before {

        border-width: 14px 10px;

    }
}

@media (max-width: 639px) {

    .breadcrumb li span:before,
    .breadcrumb li:not(:first-child) a:before {

        border-width: 12px 10px;

    }
}


.cont__bigtitle {
    font-size: 25px;
    font-weight: 300;
}

@media (max-width: 380px) {
    .cont__bigtitle {
        font-size: 22px;
    }
}

.cont__bl {
    background: #F9F9FA;
}

@media (max-width: 480px) {
    .cont__bl {
        padding: 20px !important;
    }
}

.cont__bl_right {
    padding-bottom: 27px;
    padding-top: 27px;
    border-bottom: 3px solid #fff;
}

.cont__bl_padtop {
    padding-bottom: 27px;
}

.cont__icon-bl {
    font-size: 20px;
    padding-left: 52px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.cont__icon-bl_phone {
    background-image: url(../img/bl-phone.svg);
}

.cont__icon-bl_loc {
    background-image: url(../img/bl-map.svg);
}

.cont__icon-bl_clock {
    background-image: url(../img/bl-clock.svg);
}

.cont__icon-bl_email {
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url(../img/bl-email.svg);
}

.cont__link {
    display: block;
    color: #000;
    text-decoration: none;
}

.cont__link:hover {
    text-decoration: none;
    color: #FF9C18;
}

.cont__wicon-bl {
    font-size: 18px;
    padding-left: 30px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    margin-bottom: 2px;
}

@media (max-width: 1199px) {
    .cont__wicon-bl {
        font-size: 17px;
    }
}

.cont__wicon-bl_phone {
    background-image: url(../img/sm-phone.svg);
}

.cont__wicon-bl_email {
    background-image: url(../img/sm-email.svg);
}

.cont__wname {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}

@media (max-width: 380px) {
    .cont__wname {
        font-size: 18px;
    }
}

.cont__wname_notmarg {
    margin-bottom: 0px;
}

.cont__wpoc {
    font-size: 16px;
    color: #9C9C9C;
    line-height: 100%;
    margin-bottom: 7px;
}

.req > * {
    font-size: 18px;
}

.req__name {
    font-weight: 500;
}


.callback-wrap {
    background: #F9F9FA;
}

@media (max-width: 480px) {
    .callback-wrap {
        padding: 15px;
    }
}

/*--- formochka ---*/
.myform .frm_row + .frm_row {
    margin-top: 20px;
}

.myform .frm_row .frm_lab {

    margin-bottom: 0px;
}

.myform .frm_row .frm_lab label {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.myform .frm_row .frm_lab.frm_lab_r {
    display: flex;
    justify-content: space-between;
}

.myform .frm_row .frm_inp {
    margin-top: 5px;
}

@media (max-width: 480px) {
    .myform .frm_row .frm_inp {
        margin-top: 0px;
    }
}

.myform .frm_row .frm_inp > div + div {
    margin-top: 5px;
}

.myform .frm_row .frm_inp input[type="text"],
.myform .frm_row .frm_inp input[type="password"],
.myform .frm_row .frm_inp select,
.myform .frm_row .frm_inp textarea {
    width: 100%;
    font-size: 120%;
    padding: 10px 16px;
    border: 2px solid #cbd1d7;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 480px) {

    .myform .frm_row .frm_inp input[type="text"],
    .myform .frm_row .frm_inp input[type="password"],
    .myform .frm_row .frm_inp select,
    .myform .frm_row .frm_inp textarea {
        padding: 5px 10px;
    }
}

.myform .frm_row .frm_inp input[type="text"]:focus,
.myform .frm_row .frm_inp input[type="password"]:focus,
.myform .frm_row .frm_inp select:focus,
.myform .frm_row .frm_inp textarea:focus {
    border-color: #9e0000;
    outline: none;
}

.myform .frm_row .frm_inp input[type="radio"],
.myform .frm_row .frm_inp input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

/*.myform .frm_row .frm_inp button[type="submit"] {
border: none;
/*    background: #101112;
background: linear-gradient(#1f405c, #11b8de);
background-color: #11b8de;
background-image: linear-gradient(135deg, #11b8de 20%, #1f405c 100%);
color: #eeeeee;
cursor: pointer;
padding: 14px 15px 13px;
font-size: 140%;
text-transform: uppercase;
letter-spacing: 1px;
width: 80%;
text-align: center;
font-weight: 500;
border-radius: 99px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}*/

*/ .myform .frm_row .frm_inp button[type="submit"]:hover {
    background: #3468b0;
    color: #eeeeee;
}

.myform .frm_row .frm_txt {
    font-size: 90%;
    line-height: 1.1em;
}

.myform .frm_row .frm_txt a {
    line-height: 1.1em;
}

.myform .frm_tit {
    font-size: 200%;
    font-weight: 500;
    margin-bottom: 30px;
}

.myform .frm_row.frm_row_col {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.myform .frm_row.frm_row_col .frm_col {
    flex: 1 1 auto;
}

.myform .frm_row.frm_row_col .frm_col + .frm_col {
    margin-left: 40px;
}

.myform .frm_input {
    position: relative;
}

.myform .frm_input input {
    background: none;
    width: 100%;
    border: none;
    border-bottom: 2px solid #192124;
    font-size: 120%;
    padding: 11px 0 10px 45px;
    color: #192124;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.myform .frm_input label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120%;
    padding: 12px 0 0 45px;
    color: #192124;
    pointer-events: none;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.myform .frm_addon {
    position: absolute;
    top: 9px;
    left: 0;
    width: 25px;
    height: 25px;
    color: #192124;
}

.myform .frm_addon svg {
    width: 100%;
    height: 100%;
}

.myform .frm_input.focus .frm_addon {
    color: #192124;
}

.myform .frm_input.focus label {
    opacity: 0;
    visibility: hidden;
}

.myform .frm_txt {
    font-size: 85%;
    line-height: 1.2em;
    color: #192124;
}

.myform .frm_txt a {
    line-height: 1.2em;
    color: #192124;
    border-color: #192124;
}

.myform .frm_txt a:hover {
    color: #1A6EB6;
    border-color: #1A6EB6;
}

/*.myform .frm_submit button {
width: 100%;
border-radius: 99px;
border: none;
cursor: pointer;
background: #d2f6f9;
color: #192124;
font-size: 120%;
font-weight: 500;
padding: 11px 30px;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}

.myform .frm_submit button:hover {
background: #13bbc9;
color: #f3f3f3;
}*/

.myform .frm_result {
    display: none;
}

.myform .frm_result.frm_result_ok {
    color: #ffffff;
    background: #00b166;
    padding: 10px;
    font-size: 17px;
    text-align: center;
}

.myform .frm_result.frm_result_er {
    color: #d82727;
}

.myform .frm_ok {
    display: none;
    color: #00b166;
}

.myform .frm_row_errors {
    display: none;
    color: #d82727;
}

.myform .frm_row_errors p {
    padding: 3px 0;
}

.myform .frm_row_errors p span {
    font-weight: 500;
}


/*--- end formochka ---*/



/*
.uk-modal-page { overflow: visible !important; }
.uk-modal-page > body { overflow-y: visible !important;overflow-x: hidden !important; }*/

/**/
.catitem {
    position: relative;
    text-decoration: none;
    display: block;
    transition: ease 0.2s;
}

@media (max-width:639px) {
    .catitem {}
}

@media (max-width: 480px) {
    .catitem {}
}

/*
.catitem__bot-bl {
align-items: center;
width: 100%;
padding: 14px 20px;
background: #4D4D4D;
color: #fff;

bottom: 0;
box-sizing: border-box;
}
*/

.catitem__title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px 0 10px 0;
}

@media (max-width: 480px) {
    .catitem__title {
        font-size: 14px;
    }
}

.catitem__desc {
    color: #000;
    font-size: 14px;
}

@media (max-width: 480px) {
    .catitem__desc {
        display: none;
    }
}

.catitem__desc p {
    margin: 0 0 0px;
}

.catitem__picbox img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #eee;
}

@media (max-width: 480px) {
    .catitem__picbox {
        width: 100px;
    }
}

.catitem:hover {
    text-decoration: none;
    transition: 0.2s;
}

.catitem:hover .catitem__title {
    color: #ff641b !important;

}

.catitem__price {
    color: #ff641b;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;

}

@media (max-width: 480px) {
    .catitem__price {
        font-size: 16px;
    }
}



/**/

.product {
    margin: 0 0 0;
}


.product__inform p {
    margin: 0 0 0;
}

.product__har {}

.product__har-t {
    /*    padding: 3px 0 3px 24px;*/
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 0;
    color: #ff641b;
    /*
background: url(../img/lines.svg) no-repeat;
background-size: 12px;
*/
}

@media (max-width:959px) {
    .product__har-t {
        font-size: 17px;
    }
}

.product__hitem {
    margin-bottom: 10px;
    padding: 0px 0px;
    border-bottom: 2px dotted #cccccc;

}


.product__htitle {
    font-size: 16px;
    /*    position: relative;*/
    /*    padding-left: 25px;*/
    padding: 0 0;
    box-sizing: border-box;
    margin: 0 0 0;
}

@media (max-width: 959px) {
    .product__htitle {
        width: 70%;
        font-size: 16px;
    }
}

@media (max-width: 639px) {
    .product__htitle {
        font-size: 14px;
        line-height: 130%;
    }
}

.product__value {
    font-weight: 500;
    margin: 0 0 0;
    font-size: 16px;
}

@media (max-width:959px) {
    .product__value {
        font-size: 16px;
    }
}

@media (max-width: 639px) {
    .product__value {
        font-size: 14px;
    }
}

/*
.product__htitle:before {
content: "";
width: 18px;
height: 2px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0, -50%);
background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);

}
*/
.product__price {
    display: inline-block;
    font-weight: 500;
    font-size: 22px;
}

.product__order {
    padding-top: 8px;
    padding-bottom: 8px;
}


.product__big-img {
    border: 1px solid #eee;
}

@media (max-width: 639px) {
    .product__big-img {
        max-width: 350px;
        max-height: 350px;
        margin: 0 auto;
    }
}

.produckt__pic-wrap {
    border: 1px solid #eee;
    padding: 10px;
    height: 100%;
    /*    margin: 0 5px;*/
    box-sizing: border-box;
}

.product__right {}

@media (max-width: 639px) {
    .product__right {}
}

/**/


@media (max-width: 959px) {
    .right {
        padding-left: 0px !important;
    }
}

/**/

.uk-nav-parent-icon > .uk-parent > a::after {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0px, -50%);
}

.left {
    padding: 0px;
    margin-top: 30px;
    background: #353535;
}

@media (max-width: 1040px) {

    .left {
        width: 250px !important;
    }
}

.left__title {
    color: #fff;
    padding: 15px 20px;
    margin: 0 0 0;
    text-transform: uppercase;
}

.left__menu-ul {
    list-style: none;
    background: #4D4D4D;
}

.left__submenu {
    padding: 0 15px !important;
}

.left__menu-link {
    position: relative;
}

.left__menu-link,
.left__submenu-link {
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    display: block;
    padding: 5px 20px 5px 20px !important;
    border-bottom: 1px solid #353535;
    /*    border-top: 1px solid #fff;*/
}

@media (max-width: 1199px) {

    .left__menu-link,
    .left__submenu-link {
        font-size: 16px;
    }
}

.left__submenu-link {
    font-size: 16px;
    color: #c5c5c5 !important;
    border-bottom: none;
    line-height: 120%;
    padding: 8px 30px 8px 20px !important;
    position: relative;

}

.left__menu-link:hover,

.left__menu-li.uk-open .left__menu-link {
    /*        color: #ff641b;*/
    color: #fff;
    text-decoration: none;
    background: #353535;

}

.left__menu-li.current .left__submenu-link:before,
.left__submenu-link:before {
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(103.7deg, #FF9C18 0.05%, #FF5F1B 101.43%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
    opacity: 0;
    transition: 0.3s;
    z-index: 9
}

.left__menu-li.current .left__submenu-link:before {
    opacity: 1;
}

.left__menu-li.current .left__submenu-link,
.left__submenu-link:hover {
    color: #fff !important;
    text-decoration: none;
    padding-left: 30px !important;
    padding-right: 20px !important;
}

.left__submenu-link:hover:before {
    opacity: 1;
}

.search-adaptive form {
    position: relative;
        border-bottom: 1px solid #737373;
}

.search-adaptive input {
    width: 100%;
    padding: 4px 0px;
    background: none;
    border: none;
    color: #fff
}

.search-adaptive label {
    position: absolute;
    top: 4px;
    left: 0px;
    color:  #c7c7c7;
    pointer-events: none;
}

.search-adaptive button {
    display: block;

}

.search-title a {
    color: #FF9C18;
    font-size: 18px;
}

.pagination {
    margin: 10px 0 30px 0;
}

.pagination ul {
    margin: 0;
    list-style: none;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.pagination a {
    display: inline-block;
    padding: 2px 9px;
    border: 1px solid #FF9C18;
    color: #000;
    text-decoration: none;
    margin: 0 2px;
}
.pagination b{
    display: inline-block;
    padding: 2px 9px;
    border: 1px solid #ff5f1b;
}

.pagination .current, .pagination a:hover {
    background:  #FF5F1B;
    color: #fff;
}

/* .gallery__item {
	text-decoration: none;
	color: #000;
} */

.gallery__photo {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center
}

.gallery__photo img {
	max-width: 100%;
	max-height: 100%;
}

.gallery__title {
	text-align: center;
	font-size: 18px;
}

.gallery__item {
	height: 100%;
    text-decoration: none;
    color: #000;
    /* background: #F9F9FA; */
    display: block;
    padding: 10px;

}
