@font-face {
    font-family: 'Room';
    src: url('../fonts/room/ROOM MEDIUM.OTF');
}

@font-face {
    font-family: 'Room-Bold';
    src: url('../fonts/room/ROOM BOLD.OTF');
}

@font-face {
    font-family: "ALSRubl-Tahoma";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/tamoha/alsrubl-tahoma-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/tamoha/alsrubl-tahoma-regular.woff") format("woff"), url("../fonts/tamoha/alsrubl-tahoma-regular.ttf") format("truetype"), url("../fonts/tamoha/alsrubl-tahoma-regular.svg#ALSRublTahomaItalic") format("svg");
}

@font-face {
    font-family: "proxima_nova_rgbold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/proxima/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima/proximanova-bold-webfont.woff2") format("woff2"), url("../fonts/proxima/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proxima/proximanova-bold-webfont.ttf") format("truetype");
}


/* * {
    font-family: 'Oswald', sans-serif;
} */

html.no-scroll,
html.no-scroll body {
    height: 100% !important;
    overflow: hidden !important;
}

html body {
    font-size: 16px;
    /* line-height: 22px; */
    background-color: #28272C;
    color: white;
}

html body>* {
    background-color: #28272C;
    color: white;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: bold;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #fff;
}

.inner_page_title {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 65px;
    line-height: 88px;
    margin: 0;
}

body .title h2 {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 28px;
    text-align: center;
}

body h2.title {
    font-size: 28px;
    letter-spacing: 1px;
}

.info_inner_page h2,
.inner_page h2 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 42px;
    line-height: 57px;
    margin-bottom: 15px;
}

.info_inner_page p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin: 15px 0;
}

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

a:hover {
    color: #C3132C;
    text-decoration: none;
}

.main_index_title {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 15px;
}

.main_section_text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.container {
    width: 100%;
    max-width: 1380.45px;
    margin: auto;
    position: relative;
    padding: 0 !important;
}

.callback_footer_block__wrap {
    display: flex;
    gap: 48px;
}

.callback_footer_block {
    background-color: #030303;
    box-sizing: border-box;
    padding: 80px 0 90px;
    position: relative;
}

.callback_footer_block::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 647px;
    height: 100%;
    background: url('/local/templates/fighttech_redesign/assets/images/footer/form_bg.png') no-repeat center;
    background-size: cover;
    right: 0;
    top: 0;
}

.callback_footer_block__name {
    width: 100%;
    max-width: 474px;
}

.callback_footer_block__name_title {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 45px;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom: 14px;

}

.callback_footer_block__name_subtitle {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;

}

.callback_footer_block__form__body {
    width: 100%;
    max-width: 474px;
}

.callback_footer_block__form__body input:not([type=checkbox]) {
    display: block;
    position: relative;
    width: 100%;
    color: white !important;
    background-color: transparent;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    box-sizing: border-box;
    padding-left: 34px;
    padding-bottom: 14px;
    border: none;
    border-bottom: solid 1px #4A4A4A;
    margin: 0 0 38px 0;
}

.callback_footer_block__form__body input {
    background-color: transparent;
}

.callback_footer_block__form__submit {
    height: 50px;
}

.callback_footer_block__form_name {
    background: url('/local/templates/fighttech_redesign/assets/images/footer/user.svg') no-repeat left top;
    background-size: 18px;
}

.callback_footer_block__form_tel {
    background: url('/local/templates/fighttech_redesign/assets/images/footer/call.svg') no-repeat left top;
    background-size: 18px;
}

.callback_footer_block__form_mail,
input[name="form_text_18"] {
    background: url('/local/templates/fighttech_redesign/assets/images/footer/mail.svg') no-repeat left top;
    background-size: 18px;
}

.btn_default, .btn_default.close {
    background-color: #C3132C;
    color: #fff;
    border: none;
    padding: 15px 32px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    width: fit-content;
    display: block;
    transition: .4s;
    float: none;
    opacity: 1;
}

.btn_default:hover,
.btn_default:active,
.btn_default:focus,
.btn_default.close:hover,
.btn_default.close:active {
    background-color: #fff;
    text-decoration: none;
    color: #C3132C;
    transition: .4s;
}

.oferta-link a {
    color: #C3132C;
}

.oferta-link a:hover,
.oferta-link a:focus,
.oferta-link a:active,
.oferta-link a:visited {
    color: #C3132C;
    text-decoration: underline;
}

.callback_footer_block__form__body_submit {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_top__logo {
    display: block;
    width: 279px;
}

.footer_top__logo img {
    width: 100%;
}

.footer_top {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #696969;
    box-sizing: border-box;
    padding-top: 100px;
}

.footer_top__info {
    flex: 3;
    max-width: 937px;
}

.footer_top__w {
    flex: 1;
}

.footer_top__info_content {
    display: flex;
    justify-content: space-between;

}



.footer_top__info_content__contacts {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* flex: 1; */
    width: 235px;

}

.footer_top__info_content__contacts a:not(.header_top__social_link) {
    color: #fff;
    font-weight: 700;
    box-sizing: border-box;
    padding-left: 28px;
    position: relative;
    display: block;

}

.footer_top__info_content__contacts a:hover,
.footer_top__info_content__contacts a:active,
.footer_top__info_content__contacts a:focus {
    transition: .4s;
    color: #C3132C;
}

.footer_top__info_content__contacts a::before {
    content: '';
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
}

.footer_top__info_content__contacts_item {
    margin-bottom: 42px;
}

.footer_top__info_content__contacts_phone {
    display: block;
}

.footer_top__info_content__contacts_title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
}

.footer_top__info_content__contacts_phone::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.64881 9.35429C11.6406 12.3453 12.3193 8.88504 14.2242 10.7886C16.0607 12.6246 17.1162 12.9924 14.7894 15.3185C14.498 15.5528 12.6462 18.3707 6.13845 11.8647C-0.370109 5.358 2.44619 3.50433 2.68048 3.21296C5.0129 0.880384 5.3744 1.94204 7.21087 3.778C9.11577 5.68237 5.65699 6.36331 8.64881 9.35429Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.footer_top__info_content__contacts_mail {
    position: relative;
}

.footer_top__info_content__contacts_mail::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.427 6.63818L10.0945 9.34796C9.46492 9.84746 8.57908 9.84746 7.94946 9.34796L4.58887 6.63818' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6816 15.75C14.9627 15.7563 16.5 13.8822 16.5 11.5788V6.42751C16.5 4.12412 14.9627 2.25 12.6816 2.25H5.31835C3.03734 2.25 1.5 4.12412 1.5 6.42751V11.5788C1.5 13.8822 3.03734 15.7563 5.31835 15.75H12.6816Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.footer_top__info_pay {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    margin: 53px 0 66px;
}

.footer_copy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 35px;
}

.footer_copy__policy {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #fff;
}

.footer_copy__copyright {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    color: #696969;
}

@media (max-width: 1500px) {
    .callback_footer_block::before {
        content: none;
    }
}

@media (min-width: 1200px) {

    html,
    body,
    #page {
        height: 100%;
    }



    #page {
        min-width: 1100px;
    }


    #footer {
        margin-top: -274px;
    }

    .article-inner .gallery .span3:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }

    .article-portfolio-items .span-p:nth-child(5n+1) {
        clear: both;
    }

    .main_index_title {
        margin-bottom: 25px;
    }
}

@media (max-width: 1070px) {
    .footer_top {
        flex-direction: column;
        gap: 45px;
        padding-top: 45px;
    }
}

@media (max-width: 900px) {
    .callback_footer_block__form__body_submit {
        flex-direction: column-reverse;
    }
}

@media (max-width: 830px) {

    .callback_footer_block__name {
        max-width: 333px;
    }

    .callback_footer_block__name br {
        display: none;
    }

    .callback_footer_block__form {
        max-width: 289px;
    }

    .callback_footer_block {
        padding: 48px 47px;
    }

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

    .callback_footer_block__name_title {
        font-size: 34px;
        line-height: 39px;
    }

    .gradient_bg {
        padding: 49px 0 60px;
    }

    .main-block-text {
        margin-bottom: 35px;
    }

    .main_index_title {
        font-size: 45px;
    }

    .footer_top__info_pay {
        margin: 35px 0 66px;
    }

    .footer_copy {
        flex-direction: column;
        align-items: start;
        gap: 14px;
        margin: 25px 0;
    }

    .footer_top__info_content__contacts {
        flex: unset;
    }
}

.content-inner {
    padding: 25px 0 0;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .footer_top__info_pay {
        gap: 10px;
        justify-content: start;
    }
}

@media (max-width: 600px) {
    .container {
        max-width: calc(100% - 50px);
    }

    .gradient_bg {
        padding: 40px 0 40px;
    }

    .callback_footer_block {
        padding: 36px 0;
    }

    .callback_footer_block__name {
        max-width: unset;
    }

    .callback_footer_block__form {
        max-width: unset;
    }

    .callback_footer_block__wrap {
        justify-content: unset;
        flex-direction: column;
    }

    .callback_footer_block__name_title {
        font-size: 28px;
        line-height: 36px;
    }


    .footer_top__logo {
        width: 174px;
    }

    .footer_top__info_content__menu {
        margin-bottom: 15px;
    }


    .footer_top {

        gap: 26px;
        padding-top: 36px;
    }

    .footer_top__info_content__contacts_title {
        font-size: 24px;
    }

    .footer_top__info_content__contacts {
        margin-top: 0;

    }

    .footer_top__info_content {
        justify-content: unset;
    }

    .footer_top__info_pay {
        margin: 52px 0 29px;
        justify-content: space-between;
        row-gap: 21px;
    }

}

@media (max-width: 540px) {
    .footer_top__info_content {
        flex-direction: column;
    }

    .footer_top__info_content__contacts {
        margin-top: 0;
    }

    .footer_top__info_content__contacts_item {
        margin-bottom: 15px;
    }

    .footer_top {
        border-bottom: none;
    }

    .footer_copy {
        margin: 0 0 30px;
    }

    .footer_copy__copyright {
        line-height: 19px;
    }
}

/*.rub {
	font-family: "ALSRubl-Tahoma",Tahoma,sans-serif !important;
	font-size: 17px;
	line-height: normal;
}*/

.list-view {
    padding: 0;
}

/* .button {
    letter-spacing: 2px;
    color: #fff;
    border: 2px solid #fc1726;
    background: #fc1726;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
    transition: 0.6s all;
    font-weight: bold;
}

.button:hover,
.button:focus {
    color: #fff;
    text-decoration: none;
    border-color: #de1620;
    background: #de1620;
} */




/*modal start*/

body .modal.alert {
    top: 25% !important;
    background: rgba(204, 204, 204, 0.85);
    color: #fff;
    width: 460px;
    margin-left: -230px;
    padding: 20px 40px;
    text-shadow: 0 0 0;
}

body .modal.alert .modal-header {
    padding-bottom: 0;
    border-bottom: 0;
}

body .modal.alert .modal-body {
    color: #333;
    padding: 20px 15px;
    border-bottom: 0;
}

body .modal.alert .modal-footer {
    background: none;
    border: 0;
    padding-top: 20px;
}

body .modal-header .h3 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 15px;
}

.main-block-text {
    margin-bottom: 50px;
}

.gradient_bg {
    background: linear-gradient(180deg, #929292 0%, #28272C 100%);
    padding: 31px 0 100px;
}

/*.modal .title-case {
	display: block;
	color: #ed7d1a;
	text-decoration: underline;
}

.modal.vertical {
	width: 620px;
	margin-left: -310px;
}

.modal.vertical .errorMessage {
	padding: 0;
}

.modal label {

}

.modal form {
	margin-bottom: 0;
}

.modal .captcha {
	padding-left: 200px;
}

.modal .row {
	margin: 0 0 10px 0 ;
}

.modal input[type="text"],
.modal input[type="password"] {

}

.modal select {
	margin-bottom: 0;
	width: 260px;
}

.modal textarea {
	width: 250px;
	height: 100px;
	max-width: 250px;
	max-height: 100px;
}

.modal .errorMessage {
	font-size: 11px;
	color: #f00;
	padding-left: 200px;
}

.modal .safe-text {
	font-size: 13px;
	margin: 0;
	color: #999;
	line-height: 18px;
	padding-top: 5px;
}

.modal .note {
	font-size: 13px;
}

.modal .safe-text .icon-lock {
	display: block;
	float: left;
	height: 33px;
	width: 33px;
	line-height: 28px;
	font-size: 18px;
}*/

.modal label:not(.nolab) {
    float: left;
    width: 200px;
}

.modal input[type="checkbox"],
.modal .form_checkbox {
    vertical-align: middle;
    display: inline-block;
    margin: 5px;
}



.modal form {
    margin-bottom: 0;
}

.modal .captcha {
    padding-left: 200px;
}

.modal input[type="text"],
.modal input[type="tel"] {
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
}

.modal .iti input[type="text"] {
    width: 256px;
}

#soa-property-3 {
    width: 212px;
}

.col-sm-12.bx-soa-customer {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.form-control-feedback.basket-clear {
    position: relative;
}

.form.has-feedback {
    gap: 20px;
    display: flex;
}

.modal .errorMessage {
    color: #f00;
    font-size: 11px;
    padding-left: 200px;
}

.modal .safe-text {
    color: #999;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding-top: 5px;
}

.modal .note {
    font-size: 13px;
}

.modal .safe-text .icon-lock {
    display: block;
    float: left;
    font-size: 18px;
    height: 33px;
    line-height: 28px;
    width: 33px;
}


/*modal end*/


/*login-form start*/

#login-form .span12,
#registration-form .span12,
#lost-form .span12 {
    padding: 0 50px;
}

#login-form input[type="text"],
#login-form input[type="password"],
#registration-form input[type="text"],
#registration-form input[type="password"],
#lost-form #registration-form input[type="text"] {
    width: 95%;
}

#login-form .checkbox,
#registration-form .checkbox {
    margin-top: 3px;
    float: left;
}

#login-form label,
#registration-form label,
#lost-form label {
    margin-top: 5px;
}

#login-form .checkbox label,
#registration-form .checkbox label,
#lost-form .checkbox label {
    margin: 0;
}

#login-form .button {
    border: 2px solid #162061;
    float: right;
    padding: 1px 14px;
}

#registration-form .button,
#lost-form .button {
    border: 2px solid #162061;
    float: left;
    padding: 1px 14px;
}

#registration-form #yw5_button {
    width: 100%;
    display: block;
}

#login-form .auth-services {
    padding: 0;
}

#login-form .auth-services .auth-service .auth-link {
    width: 34px;
}

#registration-form .span7.offset5 a {
    display: block;
}

.row-fluid.logos {
    height: 151px;
    white-space: nowrap;
    line-height: 151px;
}

.row-fluid.logos>* {
    vertical-align: middle;
}

.row-fluid.logos img {
    width: 16%;
}


.row-fluid.company-photo {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
}

.row-fluid.company-photo>* {
    vertical-align: middle;
}

.row-fluid.company-photo a {
    display: block;
    text-align: center;
}

.row-fluid.company-photo img {
    width: auto;
    height: auto;
    max-height: 150px;
}

@media (max-width: 768px) {
    .row-fluid.company-photo {
        flex-direction: column;
        height: auto;
    }

    .row-fluid.company-photo img {
        max-width: 200px;
        margin: auto;
        display: block;
    }
}


/*login-form end*/


.cart-goods .remove img,
.cart-goods .calc img {
    border: none !important;
}

.head {
    background: #cccccc;
    padding: 30px 0;
}

.head .brand {
    margin-top: 28px;
    width: 200px;
    float: left;
}

.head .phone {
    position: relative;
    margin-top: 28px;
    font-weight: bold;
    width: 340px;
    margin-left: 100px;
    float: left;
}

.head .phone-button {
    font-weight: bold;
    text-align: center;
    float: left;
    margin-left: 40px;
    width: 200px;
    color: #333;
}

.head .phone p {
    margin: 0;
    position: relative;
}

.head .phone .phone-text {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    color: black;
}

.head .phone .phone-text .whatsapp {
    position: absolute;
    left: -20px;
    width: 16px;
    height: 16px;
    top: 3px;
    color: #00e673;
}

a.whatsapp-icon1 {
    display: block;
    position: relative;
}

.head .phone .whatsapp {
    position: absolute;
    left: -20px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    color: #00e673;
    top: 3px;
}

.head .phone .tg {
    position: absolute;
    left: -40px;
    width: 16px;
    height: 16px;
    margin-top: 6px;
    color: #00e673;
}

.head .social {
    margin-top: 28px;
    text-align: right;
    width: 400px;
    float: left;
    display: flex;
}

.head .social .col-1 {
    margin: 0 20px 0 auto;
}

.head .social .col-2 {
    display: flex;
    flex-direction: column;
    margin: 0;
}


.social-widget .telegram {
    width: 75%;
    margin-top: 4px;
}

.head .button {
    border: 0;
    background: #fc1726;
    padding: 12px 25px;
    float: left;
    margin-top: 0;
    color: #fff;
}

.social-widget {
    overflow: hidden;
}

.social-widget a {
    float: right;
    display: inline-block;
    vertical-align: inherit;
    margin: 0 0 0 20px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #333;
    border: 1px solid transparent;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    transition: 0.3s all;
}

.social-widget a:last-child {
    margin-top: 10px;
    margin-right: 10px;
}

.social-widget a i {
    font-size: 19px;
    line-height: 25px;
}

.head .top-cart {
    line-height: 44px;
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    float: right;
}

.head .top-cart img {
    margin-right: 5px;
    width: 43px;
}

.head .top-cart #counter {
    font-weight: bold;
    font-size: 16px;
}

.social-widget a:hover {
    color: #fff;
    background: #333;
}

.list-view .summary {
    margin-bottom: 0;
}


/*navbar start*/



/*navbar end*/


/*footer start*/

#footer {
    background: #ebebeb;
    color: #707070;
}

#footer .foot-block {
    padding: 50px 0 10px;
}

#footer .created-by a {
    font-weight: bold;
    color: #707070;
    text-decoration: underline;
}

#footer .span6.created-by a:hover {
    color: #fff;
}

#footer .menu-footer .nav {
    overflow: hidden;
}

#footer .menu-footer li {
    color: #bbbcbf;
    display: block;
}

#footer .menu-footer li a {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

#footer .menu-footer .caret {
    display: none;
}

#footer .copy {
    color: #fff;
}

#footer .copy {
    font-weight: bold;
    color: #707070;
}

#footer .created-by {
    font-weight: bold;
    color: #707070;
}

#footer .dropdown-menu {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    padding: 5px 0;
    position: relative;
    top: 100%;
    z-index: 1000;
    min-width: 0;
}

#footer .menu-footer .listItem a:hover,
#footer .menu-footer .active a,
#footer .menu-footer .parentActive a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: 0 0 0 !important;
    color: #707070;
}

#footer .menu-footer li:last-child {
    margin-right: 0;
}

#footer .social-widget {
    float: right;
}

.top-menu .nav .listItem:last-child a {
    margin: 0;
}

.top-menu .nav .listItem a .caret {
    display: none;
}

#footer .menu-footer ul li a:hover {
    text-decoration: underline;
}

#footer .menu-footer .nav-header {
    color: #838487;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}

#footer .menu-footer ul li ul li a {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 23px;
    display: inline-block;
}

.menu-footer .listItem a {
    padding: 0;
    text-align: left;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background: none;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
}

.menu-footer .listItem.root {
    width: 100%;
    box-sizing: border-box;
    display: block;
    float: left;
    min-height: 30px;
    margin-right: 0;
}

.menu-footer .listItem.root:first-child {
    margin-left: 0;
}

#footer .menu-footer .dropdown-toggle {
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid rgba(247, 245, 241, 0.2);
    margin-bottom: 5px;
}

#footer .menu-footer .dropdown-toggle:hover {
    text-decoration: none !important;
    border-color: rgba(255, 255, 255, 1);
}

#footer .menu-footer ul li a:hover {
    text-decoration: underline;
}

#footer .menu-footer .nav-header {
    color: #707070;
    display: block;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 6px;
}

#footer .menu-footer ul li ul li a {
    display: inline-block;
    /*margin-bottom: 5px;*/
}

.menu-footer .listItem a {
    padding: 0;
    text-align: left;
}


/*footer end*/


/*slider start*/

.slider .carousel-caption {
    padding: 0;
    top: 5%;
    left: 2%;
    height: 90%;
    width: 96%;
    background: none;
    /*background: rgba(255, 255, 255, 0.4);*/
}

.slider .carousel-caption h1:before {
    border-radius: 25px;
    content: '';
    width: 90px;
    height: 4px;
    background: #fff;
    display: block;
    margin-bottom: 20px;
}

.slider .carousel-caption h1 {
    letter-spacing: 1px;
    margin: 50px;
    color: #fff;
}

.slider .carousel-caption .button {
    font-size: 16px;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.slider .carousel-indicators .active {
    background: #000;
}

.slider .carousel-indicators li {
    float: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #fff;
    margin-left: 20px;
}

.slider .carousel-indicators li:first-child {
    margin-left: 0;
}

.slider .carousel-indicators {
    text-align: center;
    left: auto;
    right: auto;
    top: auto;
    bottom: 25px;
    width: 100%;
}


/*slider end*/


/*block start*/

.block {
    padding: 25px 70px;
}

.block .span6 {
    position: relative;
    margin-bottom: 20px;
}

.block .span6:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
}

.block .span6 .image {
    overflow: hidden;
}

.block .span6 .background {
    text-align: center;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcc80a;
    opacity: 0;
    transition: 0.6s all;
}

.block .span6:hover .background {
    opacity: 1;
}

.block .span6 .background p {
    letter-spacing: 1px;
    margin-top: 75px;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}

.block .span6 .background p:after {
    border-radius: 25px;
    content: '';
    width: 20px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 20px auto;
}

.block .span6 .button {
    font-size: 16px;
    z-index: 7;
    line-height: 54px;
    height: 54px;
    width: 150px;
    padding: 0;
    margin-left: -78px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    border-color: #fcc80a;
    color: #fcc80a;
}

.block .span6 .button:hover,
.block .span6 .button:focus {
    background: #fff;
    border-color: #fcc80a;
    color: #fcc80a;
}


/*block end*/


/*block2 start*/

.block2 {
    padding: 25px 0;
}

.block2 .span4 {
    position: relative;
    margin-bottom: 20px;
}

.block2 .span4:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
}

.block2 .span4:hover .text p {
    text-decoration: underline;
}

.block2 .span4 .image {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.block2 .span4 .image img {
    width: 100%;
}

.block2 .text {
    position: absolute;
    bottom: 0;
    background: #000;
    left: 0;
    color: #fff;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.block2 .text p {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
}

.block2 .text2 {
    position: absolute;
    bottom: 0;
    background: #000;
    left: 0;
    color: #fff;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.block2 .text2 p {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
}


/************/

.block2 .span3 {
    position: relative;
    margin-bottom: 20px;
}

.block2 .span3:nth-child(4n+1) {
    margin-left: 0;
    clear: both;
}

.block2 .span3:hover .text p {
    text-decoration: underline;
}

.block2 .span3 .image {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.block2 .span3 .image img {
    width: 100%;
}

.block2 .span3 .text2 {
    position: absolute;
    bottom: 0;
    background: #000;
    left: 0;
    color: #fff;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.block2 .span3 .text2 p {
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}


/*block2 end*/


/*block end*/


/*block2 start*/

.category {
    padding: 0;
}

.category .span2 {
    text-decoration: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}

.category .span2:hover {
    border-color: #ebebeb;
}

.category .span2.indent1 {
    margin-left: 42.55315% !important;
}

.category .span2.indent2 {
    margin-left: 34.04252% !important;
}

.category .span2.indent3 {
    margin-left: 25.53193% !important;
}

.category .span2.indent4 {
    margin-left: 17.02126% !important;
}

.category .span2.indent5 {
    margin-left: 8.51063% !important;
}

.block2 .span2:hover .text p {
    margin: 0;
    text-decoration: underline;
}

.category .span2:nth-child(6n+1) {
    clear: both;
    margin-left: 0;
}

.category .text p {
    padding: 0 10px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: 15px;
}


/*block2 end*/


/*promo start*/

.promo {
    padding: 25px 0;
}

.promo .row-fluid {
    position: relative;
    padding: 50px 0;
    background: #a5cc39;
}

.promo p {
    padding: 0 35% 0 10%;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}

.promo .button {
    padding: 0;
    font-size: 16px;
    width: 150px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 10%;
}


/*promo end*/


/*delivery start*/

.delivery {
    padding: 0 70px;
}

.delivery .button {
    float: right;
}

.delivery form {
    padding: 50px 10%;
    background: #d9b0bf;
}

.delivery form .errorMessage {
    display: none !important;
}

.delivery form input#Form3_mail {
    padding: 4px 10px;
    width: 90%;
    font-size: 16px;
    margin: 0;
    height: 40px;
}

.delivery form .error input#Form3_mail {
    border-color: red;
}


/*delivery end*/





/*recent-widget start*/

.recent-widget h4 {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 0;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    line-height: 1;
    padding: 10px 0;
}

.recent-widget .recent-item {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.recent-widget .recent-item .recent-image {
    float: left;
    width: 20%;
    padding-right: 5%;
}

.recent-widget .recent-item .recent-text {
    width: 75%;
    float: left;
}

.recent-widget .recent-item .recent-text .recent-title {
    line-height: 1;
    font-size: 16px;
}

.recent-widget .recent-item .recent-text .recent-date {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
}


/*recent-widget end*/


/*tags-widget start*/

.tags-widget {
    margin-top: 40px;
}

.tags-widget h4 {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    line-height: 1;
    padding: 10px 0;
}

.tags-widget .tag a {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    color: #333;
    display: block;
    width: 100%;
}


/*tags-widget end*/


/*blog start*/

.blog-list {
    padding: 0 70px;
}

.blog-list .infinite_navigation {
    display: block !important;
    margin-bottom: 40px;
    text-align: center;
}

.blog-list .infinite_navigation a {
    font-size: 16px;
    color: #162061 !important;
}

.blog-list .item {
    margin-bottom: 20px;
}

.blog-list .item .title p {
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0;
    text-transform: uppercase;
}

.blog-list .item .post-info {
    height: 40px;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    padding: 5px 0;
}

.blog-list .item .post-info .info-left {
    line-height: 40px;
    float: left;
}

.blog-list .item .post-info .info-left span {
    text-transform: uppercase;
    color: #888;
    font-size: 16px;
}

.blog-list .item .post-info .info-left span a {
    color: #888;
    font-size: 16px;
}

.blog-list .item .post-info .info-left span a:hover {
    color: #606060;
}

.blog-list .item .post-info .info-right {
    float: right;
}

.blog-list .item .post-info .info-right #share {
    float: left;
    font-weight: normal;
    list-style: outside none none;
    margin: 0;
    width: 100%;
}

.blog-list .item .post-info .info-right #share li {
    float: left;
    margin-right: 0;
    position: relative;
    text-align: center;
    width: 120px;
    list-style: outside none none;
}

.blog-list .item .post-info .info-right #share a {
    font-size: 14px;
    text-transform: uppercase;
    background: #e7e7e7 none repeat scroll 0 0;
    border-radius: 0;
    color: #0f0000;
    display: block;
    padding: 10px;
    text-decoration: none;
}

#share {
    position: relative;
}

#share ul {
    display: none;
    margin: 0;
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    left: 0px;
    list-style: outside none none;
    position: absolute;
    z-index: 9999;
}

#share:hover ul {
    display: block;
}

#share li {
    float: none;
    padding-top: 0;
}

#share li {
    float: left;
    margin-right: 0;
    position: relative;
    text-align: center;
    width: 100px;
}


/*blog end*/


/*catalog-list start*/

.catalog-list {
    padding: 0;
}

.catalog-list .products .span3 {
    display: none;
    margin: 0;
    text-align: center;
    padding: 0 5px;
}

.catalog-list .products .span3.active {
    display: block;
}

.catalog-list .products .span3 .image {
    position: relative;
    border-radius: 5px;
    border: 2px solid transparent;
}

.catalog-list .products .span3 .image:hover {
    border-color: #ebebeb;
}

.catalog-list .products .span3 .image img {
    border-radius: 5px;
}

.catalog-list .products .span3 .image .button {
    opacity: 0;
    padding: 5px 24px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -69.5px;
}

.catalog-list .products .span3 .image:hover .button {
    opacity: 1;
}

.catalog-list .products .span3 .color-red {
    color: #fc1726;
}

.catalog-list .products .span3 .old_price {
    font-size: 12px;
}

.catalog-list .products .span3 .text {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 0 10px;
    text-transform: uppercase;
}

.category-list-items {
    margin-bottom: 25px;
    overflow: hidden;
}

.catalog .category-list-items {
    padding-left: 2px;
    padding-right: 2px;
}

.category-list-items .prev {
    text-decoration: none;
    background: #C3132C;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 0;
    color: #fff;
    padding: 8px 30px;
    border-radius: 85px;
}

.category-list-items .prev:hover,
.category-list-items .prev:focus {
    border-color: #de1620;
    background: #de1620;
}

.category-list-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-list-items .category-list-item {
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 8px 30px;
    font-size: 14px;
    border-radius: 85px;
    background-color: #313131;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.category-list-items .category-list-item.active {
    text-decoration: none !important;
    background: #C3132C;
    color: #fff;

}

.category-list-items .brand-list-item {
    display: block;
    cursor: pointer;
    color: #fff;
    padding: 8px 30px;
    border-radius: 85px;
    text-decoration: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    transition: .5s;

}

.category-list-items .brand-list-item:hover {
    transition: .5s;
    background-color: #C3132C;
}

.category-list-items .brand-list-item:first-child {
    margin-left: 0;
}

.category-list-items .brand-list-item.active {
    text-decoration: none !important;
    background: #C3132C;
    color: #fff;
}


/*catalog-list end*/




.infinite_navigation {
    margin-bottom: 40px;
    text-align: center;
}


/*cart start*/

.cart {
    padding: 0 70px;
}

.cart .cart-goods table {
    width: 100%;
}

.cart .cart-goods table tr {
    margin: 20px 0;
    border-bottom: 1px solid #bbbcbf;
}

.cart .cart-goods table tr:first-child {
    border-top: 1px solid #bbbcbf;
}

.cart .cart-goods table tr td.image {
    width: 15%;
}

.cart .cart-goods table tr td.image img {
    width: 100%;
}

.cart .cart-goods table tr td.title {
    width: 35%;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cart .cart-goods table tr td.title span {
    font-size: 12px;
}

.cart .cart-goods table tr td.price {
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 15%;
}

.cart .cart-goods table tr td.price .rub {
    font-size: 15px;
}

.cart .cart-goods table tr td.quantity {
    text-align: left;
    font-size: 14px;
    margin: 0;
    width: 15%;
}

.cart .cart-goods table tr td.quantity p {
    margin: 0;
}

.cart .cart-goods table tr td.quantity p .value-block {
    float: left;
}

.cart .cart-goods table tr td.quantity p .calc {
    font-family: "proxima_nova_rgbold" !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    font-size: 32px;
    display: block;
    overflow: hidden;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    float: left;
}

.cart .cart-goods table tr td.quantity p .calc.plus {
    font-size: 25px;
    padding-right: 5px;
}

.cart .cart-goods table tr td.quantity p .calc.minus {
    padding-left: 5px;
}

.cart .cart-goods table tr td.sum-price {
    font-size: 14px;
    margin: 0;
    text-align: center;
    width: 15%;
}

.cart .cart-goods table tr td.sum-price .rub {
    font-size: 15px;
}

.cart .cart-goods table tr td.price p {
    height: 84px;
    margin: 0;
}

.cart .cart-goods table tr td.del {
    width: 5%;
    font-size: 20px;
    line-height: 24px;
}

.cart .cart-goods table tr td.del .remove {
    width: 22px;
    height: 22px;
    color: #ed1f22;
    font-family: 'Room';
    cursor: pointer;
}

.cart .cart-foot {
    margin-top: 40px;
}

.cart .cart-foot .continue-shopping {
    margin-top: 6px;
    border-radius: 3px;
    background: #f7abac;
    color: #fff;
    border: 0;
    padding: 7px 10px;
}

.cart .cart-foot .cost-button {
    margin-top: 11px;
    font-size: 20px;
    line-height: 24px;
    float: left;
}

.cart .cart-foot .order-button {
    border-radius: 3px;
    border: 0;
    float: right;
    background: #ed1f22;
    color: #fff;
}


/*cart end*/


/*order start*/

.order {
    padding: 0 70px;
}

.order #order {
    padding-top: 20px;
    border-top: 1px solid #bbbcbf;
}

.order #order .span6 {
    margin-bottom: 20px;
}

.order #order .span6 .help-block {
    margin-bottom: 0px;
}

.order #order input {
    border-color: #bbbcbf;
    color: #333;
    margin-bottom: 0;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 12px;
    box-shadow: none;
}

.order #order select {
    border-color: #bbbcbf;
    color: #333;
    margin-bottom: 0;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 12px;
    box-shadow: none;
}

.order #order textarea {
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    box-shadow: none;
    resize: none;
    border-color: #bbbcbf;
    color: #333;
}

.order #order textarea:focus {
    box-shadow: none;
}

.order #order input.error {
    border-color: #bbbcbf;
    color: #333;
}

.order #order input.error:focus {
    box-shadow: none;
}

.order .order-foot {

    padding-top: 40px;
    margin-top: 40px;
}

.order .order-foot .continue-shopping {
    margin-top: 8px;
    border-radius: 3px;
    background: #f7abac;
    color: #fff;
    border: 0;
    padding: 7px 10px;
}

.order .order-foot .cost-button {
    margin-top: 11px;
    font-size: 20px;
    line-height: 24px;
    float: left;
}

.order .order-foot .order-button {
    border-radius: 3px;
    border: 0;
    float: right;
    background: #ed1f22;
    color: #fff;
}

.order .order-method {
    margin-top: 30px;
}

.order .order-method .label-method-item {
    font-size: 16px;
    color: #333;
    float: left;
}

.order .order-method .method-item {
    cursor: pointer;
    color: #bbbcbf;
    font-size: 16px;
    margin-left: 40px;
    float: left;
}

.order .order-method .method-item.active {
    text-decoration: underline;
}


/*order end*/

#modal-shop .modal-body {
    padding: 40px 30px;
}

#modal-shop .modal-body img {
    max-width: 70px;
}

#modal-shop .modal-body h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

#modal-shop .modal-body p.price {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
}

#modal-shop .modal-body .icon-ok {
    color: #428300;
}

#modal-shop .close-modal {
    background-image: url("/upload/files/Icons/close-modal.png");
    cursor: pointer;
    display: block;
    height: 19px;
    position: absolute;
    right: -40px;
    top: 40px;
    width: 19px;
    z-index: 8012;
}

#modal-shop .modal-buttons {
    margin-top: 10px;
}

#modal-shop .modal-buttons .go-cart {
    font-size: 12px;
    padding: 5px 7px;
    background: #ed1f22 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    float: left;
}

#modal-shop .modal-buttons .close-button {
    font-size: 12px;
    padding: 5px 7px;
    background: #f0f0f0 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    float: right;
    color: #333;
}

.modal {
    box-shadow: none;
    border-radius: 0;
}

.sub_head_menu {
    padding: 7px 5px;
    border-bottom: 1px solid #d8d8d8;
}

.navbar .nav .sub_head_menu a {
    font-weight: 100 !important;
    line-height: 15px !important;
    color: #dadada !important;
    letter-spacing: 0px;
}

.navbar .nav .sub_head_menu.active {
    background-color: #424853;
}

.navbar .nav .sub_head_menu.active a {}

.sub_head_menu:hover {
    border-bottom: 1px solid #fff;
}

.navbar .nav .sub_head_menu:hover>a {
    color: #fff !important;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: -34px;
    z-index: 1000;
    display: none;
    min-width: 185px;
    list-style: none;
    background-color: #7b7b7b;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar .nav .parent_shop:hover>.dropdown-menu2 {
    display: block;
}

.breadcrumbs {
    padding-top: 10px;
    margin: 0;
}

.breadcrumbs li {
    display: inline-block;
}

#singl_br {
    margin-top: -25px;
    margin-bottom: 30px
}

.video .image {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    height: 165px;
}

.video .image img {
    margin-top: -30px;
}

.video .span4 {
    margin-bottom: 20px;
}

.video .span4:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.video .icon {
    width: 333px;
    height: 165px;
    background: rgba(117, 117, 117, 0.56);
    text-align: center;
    transition: all 0.5s;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    border-radius: 5px;
}

.video .span4 .image:hover .icon {
    opacity: 1;
}

.video .span4 .icon span {
    font-size: 42px;
    line-height: 165px;
    color: #FFFFFF;
}

.video .icon span {
    font-size: 35px;
    line-height: 75px;
    color: #fff;
    transition: all 0.5s;
}

.video .video-block,
.video .text {
    display: none;
}

.video h4 {
    font-size: 15px;
}

.video .modal h4 {
    margin: 15px 0 0;
}

.video .modal .video-block,
.video .modal .text {
    display: block;
}

.video .modal .arrows {
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -55px;
    z-index: 0;
    width: 1040px;
    left: -70px;
}

.video .modal .arrows a {
    display: block;
    width: 45px;
    color: #151515;
    text-decoration: none;
    float: left;
    text-align: left;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    transiotion: 0.3s all;
}

.video .modal .arrows a.next {
    text-align: right;
    float: right;
}

.video .modal .arrows a span {
    line-height: 40px;
}

.video .modal .arrows a:hover {
    color: #2F2F2F;
}

.video .modal {
    width: 900px;
    margin-left: -445px;
}

.video .modal .modal-body {
    max-height: 600px;
}

.video .title {
    position: relative;
}

.video .title h2 {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .head .brand {
        margin-top: 28px;
        width: 150px;
        float: left;
    }

    .head .phone {
        margin-top: 28px;
        font-weight: bold;
        width: 340px;
        margin-left: 60px;
        float: left;
    }

    .head .button {
        padding: 8px 15px;
    }

    .button {
        letter-spacing: 1.5px;
        border: 1px solid #fc1726;
        padding: 8px 20px;
        font-size: 12px;
        line-height: 1.42857143;
    }

    .social-widget a {
        width: 20px;
        height: 20px;
    }

    .social-widget a i {
        font-size: 15px;
        line-height: 18px;
    }

    .head .top-cart {
        line-height: 34px;
    }

    .head .top-cart img {
        width: 31px;
    }

    .head .social {
        width: 355px;
        margin-left: 20px;
    }

    .head .phone .phone-text {
        font-size: 18px;
        line-height: 22px;
    }

    .navbar .nav a {
        line-height: 20px;
        font-size: 12px;
    }

    .navbar .nav>li>a {
        padding: 13px 8px;
    }
}

@media (min-width: 979px) and (max-width: 1200px) {
    .catalog-list .products .span3 {
        width: 20%;
    }

    .catalog-list .products .span3 .text {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 20px;
    }

    #footer .menu-footer li a {
        font-size: 12px;
        line-height: 18px;
    }

    .menu-footer .listItem.root {
        min-height: 24px;
    }

    .article-portfolio-items .span3 {
        width: 168px;
    }

    .article-inner .text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .article-inner .text p {
        font-size: 14px;
        line-height: 22px;
    }

    body .title h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    body h2.title {
        font-size: 24px;
    }

    .cart .cart-goods table tr td.title {
        font-size: 12px;
    }

    .cart .cart-goods table tr td.title span {
        font-size: 12px;
    }

    .cart .cart-goods table tr td.price {
        font-size: 12px;
    }

    .cart .cart-goods table tr td.price .rub {
        font-size: 13px;
    }

    .cart .cart-goods table tr td.quantity {
        font-size: 12px;
    }

    .cart .cart-goods table tr td.sum-price {
        font-size: 12px;
    }

    .cart .cart-goods table tr td.sum-price .rub {
        font-size: 13px;
    }

    .cart .cart-foot .cost-button {
        font-size: 18px;
        line-height: 22px;
    }

    .order .order-foot .cost-button {
        font-size: 18px;
        line-height: 22px;
    }

    .order .order-foot .cost-button {
        font-size: 18px;
        line-height: 22px;
    }

    .article-inner .gallery .span3:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }

    .article-portfolio-items .span-p:nth-child(5n+1) {
        clear: both;
    }
}

@media (min-width: 979px) {
    h1.mobile_h1 {
        display: none;
    }
}

h1.desktop_h1 {
    margin-left: 59%;
    font-size: 24px;
}

@media (max-width: 979px) {

    body li.dropdown.parent_shop>a {
        width: 80%;
        float: left;
        margin-top: 12px;
    }

    .dropdown-menu2 {
        position: relative !important;
        text-align: center;
        top: -13px;
        margin-top: 70px;
        width: 100%;
        left: 0;
        right: 0;
        margin: 45px auto 9px auto;
        top: 60px !important;
        margin-top: 0;
        overflow: scroll;
        height: 400px;
    }

    .fa-arrow-down:before {
        content: "\f063";
        padding: 20px 20px 20px 20px;
        display: block;
    }

    .fa-arrow-up:before {
        content: "\f062";
        padding: 20px 20px 20px 20px;
        display: block;
    }

    h1.desktop_h1 {
        margin-left: 0;
    }

    .fixed-box {}

    .fixed-div {
        background: #000;
    }

    .fixed {
        position: fixed;
        z-index: 9999;
        top: 0;
    }

    .cart_button {
        float: left;
    }

    .feedback_button {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: 23%;
        margin-bottom: 5%;
    }

    .head {
        padding: 20px 0;
    }

    .head .brand {
        margin-top: 0;
        width: 100%;
        float: none;
        text-align: center;
    }

    .head .phone {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
        padding-left: 14%;
        float: none;
    }

    .head .social-widget {
        display: none;
    }

    .head .social {
        width: 100%;
        margin-left: 0;
    }

    .navbar .btn-navbar {
        background: none !important;
        border: 0;
        box-shadow: none;
        color: #ffffff;
        padding: 7px 10px;
        text-shadow: 0;
    }

    .navbar .btn-navbar .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
        display: block;
        height: 3px;
        width: 23px;
    }

    .navbar .nav>li {
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    .navbar .nav>li:last-child {
        border: 0;
    }

    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background: none;
    }

    .navbar .nav li a {
        display: block;
        border-radius: 0;
    }

    .navbar .nav li:last-child a {
        border: 0;
    }

    .nav-collapse .nav {
        margin: 0;
    }

    .btn-navbar .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .dropdown-menu2 {
        display: none;
    }

    .slider .container {
        padding: 0;
    }

    .article-portfolio-items .span3 {
        min-height: 328px;
        width: 161px;
    }

    .article-portfolio-items .span3 h4 {
        font-size: 14px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    * {
        box-sizing: border-box;
    }

    html body {
        font-size: 14px;
        line-height: 22px;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navigation .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .main_index_title {
        font-size: 35px;
    }

    .video {
        padding-right: 20px;
        padding-left: 20px;
    }

    .modal.fade.in {
        top: 50%;
        transform: translateY(-50%);
    }

    .video .modal {
        width: 100%;
        margin-left: 0;
        right: 0;
        left: 0;
    }

    .video .video-block {
        width: 100%;
    }

    .video .video-block iframe {
        width: 100%;
    }

    .video .span4 {
        width: 100%;
    }

    .video .image img {
        margin-top: 0;
        width: 100%;
    }

    .video .image {
        position: relative;
        cursor: pointer;
        border-radius: 5px;
        overflow: hidden;
        height: auto;
    }

    .video .icon {
        width: 100%;
        height: 100%;
        background: rgba(117, 117, 117, 0.56);
        text-align: center;
        transition: all 0.5s;
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 0;
        border-radius: 5px;
        opacity: 1;
    }

    .video .span4 .icon span {
        font-size: 42px;
        line-height: 0;
        color: #FFFFFF;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    #footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    #footer .foot-block {
        padding: 20px 0 10px;
    }

    .menu-footer .listItem.root {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    /* .menu-footer .listItem.root a {
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 13px 0;
    } */

    #footer .social-widget {
        float: none;
        text-align: center;
        width: 100%;
    }

    #footer .nav {
        margin-bottom: 0;
    }

    .social-widget {
        margin-bottom: 10px;
    }

    .social-widget a {
        width: 40px;
        height: 40px;
        margin-left: 15px;
    }

    .social-widget a:last-child {
        margin-left: 15px;
    }

    .social-widget a:first-child {
        margin-left: 0;
    }

    .social-widget a {
        float: none;
    }

    .social-widget a i {
        line-height: 25px;
    }

    .breadcrumbs {
        padding-right: 20px;
        padding-left: 20px;
    }


    .content-inner h1 {
        text-align: center;
        font-size: 28px;
    }

    #modal-shop .modal-buttons {
        width: 100%;
        position: relative;
    }

    #modal-shop .modal-buttons .go-cart {
        margin-bottom: 10px;
        width: 100%;
    }

    #modal-shop .modal-buttons .close-button {
        width: 100%;
    }

    .article-inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .article-inner .gallery .span3 {
        width: 50%;
        float: left;
        padding: 0 5px;
        margin-bottom: 7px;
    }

    .article-inner .text {
        padding: 0;
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .article-inner .title h2 {
        text-align: center;
    }

    .article-inner .text p {
        font-size: 16px;
        line-height: 24px;
    }

    .article-portfolio .category-list-items {
        margin-bottom: 0;
        padding-left: 0;
    }

    .article-portfolio #brand {
        width: 100%;
    }

    .article-portfolio #country {
        width: 100%;
    }

    .article-portfolio-items {
        margin-top: 25px;
    }

    .article-portfolio-items .span3 {
        min-height: 290px;
        width: 49%;
        float: left;
        margin: 0 !important;
        margin-left: 0.5% !important;
        margin-right: 0.5% !important;
        margin-bottom: 15px !important;
        padding: 10px;
    }

    .article-portfolio-items .span3 h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .ship-widget {
        width: 100%;
        margin-top: 15px;
        right: auto !important;
    }

    .article-portfolio-items .span-p h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .article-portfolio-items .span-p {
        padding: 5px;
        width: 49%;
        float: left;
        margin-left: 2% !important;
        margin-right: 0 !important;
    }

    .article-portfolio-items .span-p:nth-child(2n+1) {
        margin-left: 0 !important;
        clear: both;
    }

    .content-inner h1 {
        padding: 0 20px;
    }

    .modal-body .errorSummary {
        display: none !important;
    }

    .modal .errorMessage {
        padding-left: 0;
    }

    .modal label {
        width: 100%;
    }

    .modal input[type="text"] {
        width: 100%;
        height: 28px;
    }

    .modal input.button {
        width: 100%;
        margin-bottom: 5px;
    }

    body .modal.alert {
        top: 50% !important;
        background: rgba(204, 204, 204, 0.85);
        color: #fff;
        width: auto;
        margin-left: 0;
        padding: 10px;
        text-shadow: 0 0 0;
    }

    .cart .cart-foot {
        padding: 0 20px;
    }

    .cart {
        padding: 0 5px;
    }

    .cart h2.title {
        text-align: center;
    }

    .cart .cart-goods table tr td.image {
        width: 20%;
    }

    .cart .cart-goods table tr td.title {
        width: 45%;
        font-size: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 14px;
    }

    .cart .cart-goods table tr td.title span {
        font-size: 8px;
        line-height: 12px;
    }

    .cart .cart-goods table tr td.price {
        display: none;
    }

    .cart .cart-goods table tr td.quantity .cnt {
        font-size: 8px;
        /*display: none;*/
    }

    .cart .cart-goods table tr td {
        padding: 9px 4px;
    }

    .cart .cart-goods table tr td.quantity {
        width: 10%;
        text-align: center;
    }

    .cart .cart-goods table tr td.quantity p .calc {
        display: none;
    }

    .cart .cart-goods table tr td.quantity {
        font-size: 12px;
    }

    .cart .cart-goods table tr td.sum-price {
        width: 20%;
    }

    .cart .cart-goods table tr td.sum-price {
        font-size: 12px;
        line-height: 16px;
    }

    .cart .cart-goods table tr td.sum-price .rub {
        font-size: 13px;
    }

    .cart .cart-foot .continue-shopping {
        padding: 15px 10px;
        width: 100%;
    }

    .cart .cart-foot .order-button {
        padding: 15px 10px;
        width: 100%;
    }

    .cart .cart-foot .cost-button {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .cart .cart-foot .continue-shopping {
        margin: 20px 0 15px;
    }

    .order {
        padding: 0 20px;
    }

    .order .order-method .label-method-item {
        width: 100%;
    }

    .order .order-method .method-item {
        width: 100%;
        clear: both;
        margin-left: 10px;
        margin-top: 5px;
    }

    .order .order-foot .continue-shopping {
        padding: 15px 10px;
        width: 100%;
    }

    .order .order-foot .order-button {
        padding: 15px 10px;
        width: 100%;
    }

    .order .order-foot .cost-button {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

    .order .order-foot .continue-shopping {
        margin: 20px 0 15px;
    }

    /* .menu2 {
        width: 30% !important;
        float: left;
    }

    .menu-footer-2 {
        width: 70% !important;
        float: right;
        display: block !important;
    }

    ul.menu-footer-row-2 {
        list-style: none;
        float: none !important;
    } */
}

.navbar-search {
    clear: both;
}

.navbar-search .input-large::before {
    content: '\f0c5';
}

.navbar-search .input-large {
    /* background-image: url("/upload/files/images/search-icon.png");   */
    background-image: url("/local/templates/fighttech_redesign/assets/images/header/lupa.svg");
    background-position: 170px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    box-shadow: none !important;
    font-family: 'circe-light';
    font-size: 14px;
    color: #464646 !important;
    height: 50px;
    width: 204px;
    border: none !important;
    background-color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    vertical-align: middle;
    border-radius: 2px;
    padding-right: 15px;
    padding-left: 20px;
    box-sizing: border-box;

}

.navbar-search {
    margin: 0;
}

@media (max-width: 979px) {
    .search-widget {
        float: right;
    }
}

#button_up {
    display: inline-block;
    background-color: #333;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button_up::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button_up:hover {
    cursor: pointer;
    background-color: #333;
}

#button_up:active {
    background-color: #555;
}

#button_up.show {
    opacity: 1;
    visibility: visible;
}

#button_up.show:hover {
    background-color: #C3132C;
}

@media (min-width: 500px) {
    #button_up {
        margin: 30px;
    }
}

@media (min-width: 1670px) {
    .shop-sidebar-nav {
        width: 16%;
        position: absolute;
        margin-left: 2%;
        margin-top: 7%;
        background-color: #f7f7f7;
    }

    .sidebar_items {
        list-style: none;
        padding-bottom: 2.5%;
        padding-top: 2.5%;
        border: 1px solid #dbdbdb;
        text-align: center;
    }
}

@media (max-width: 999px) {
    .shop-sidebar-nav {
        display: none;
        width: 16%;
        position: absolute;
        margin-left: 2%;
        margin-top: 7%;
        background-color: #f7f7f7;
    }
}


.shop-sidebar-nav {
    display: none !important;
}

.shop-sidebar-nav>ul {
    margin: 0 !important;
}

.entry-file_header {
    margin-top: 10%;
}

/* .nav .dropdown:last-child a {
    color: #fc1726 !important;
    text-shadow: 1px 1px 2px #fc1726, 0 0 1em #fc1726 !important;
} */

div#modal1 .intl-tel-input {
    float: left;
}

.modal .errorMessage {
    clear: both;
}

div#modal1 .intl-tel-input input#Form_phone {
    height: 30px;
    width: 260px;
}

div#modal1 .modal-body {
    overflow-y: initial;
}

div#main-area {
    width: 100%;
}

.side-left {
    width: 45%;
    float: left;
}

.side-right {
    width: 45%;
    float: right;
    margin-top: 115px;
}

@media (max-width: 961px) {
    .side-left {
        width: 100%;

    }

    .side-right {
        display: none;
    }

    ul.menu-footer-row-1 {
        width: auto !important;
    }
}

a.client-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 2px solid #fc1726;
    width: 240px;
    padding: 10px;
    color: #000;
    background-color: #fc1726;
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

.menu-footer {
    width: 100%;
}

.menu2 {
    width: 21%;
    float: left;
}


.menu-footer-2 {
    width: 79%;
    float: right;
    display: inline-flex;
}

ul.menu-footer-row li {
    min-height: 30px;
    list-style: none;
}

ul.menu-footer-row li a {
    color: #707070;
    font-weight: bold;
    font-size: 14px;
    min-height: 30px;
}

.contacts_block p {
    margin: 0 !important
}

.hideDesktop {
    display: none;
}

@media screen and (max-width: 480px) {
    .hideDesktop {
        display: block;
    }

    .hideMobile {
        display: none;
    }
}

.video {
    display: none;
}

.video.custome {
    display: block;
}

.custome-block__punching .punching__video,
.custome-block__punching .punching__advantages {
    margin-top: 50px;
}

.custome-block__punching .punching__advantages .row-fluid {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.custome-block__punching .punching__advantages .row-fluid>div {
    text-align: center;
}

.custome-block__punching .punching__advantages .row-fluid img {
    width: 100px;
}

.custome-block__punching .punching__advantages .row-fluid .text {
    margin-top: 14px;
    font-weight: bold;
    font-size: 16px;
}

.custome-block__punching .punching__reviews .reviews {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.custome-block__punching .punching__reviews .reviews iframe {
    width: 762px !important;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .custome-block__punching .punching__video .span4 {
        margin-bottom: 20px;
    }

    .custome-block__punching .punching__advantages .row-fluid {
        flex-direction: column;
    }

    .custome-block__punching .punching__advantages .row-fluid .span2 {
        margin-bottom: 20px;
    }

}

.banner__boxing_ring {
    background: url(/upload/files/banner__boxing_ring.jpg) no-repeat;
    height: 252px;
    width: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 35px 0;
}

.banner__boxing_ring .title {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    margin-top: 40px;
}

.banner__boxing_ring .text {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}

.banner__boxing_ring a {
    margin-top: 30px;
}

@media (max-width: 768px) {

    .banner__boxing_ring {
        height: 252px;
        width: 100%;
        padding: 0 20px;
        margin: 35px 0;
        background-position: center right;
    }

    .banner__boxing_ring .title {
        font-size: 23px;
        margin-top: 20px;
    }

    .banner__boxing_ring .text {
        font-size: 16px;
        margin-top: 20px;
    }

    .banner__boxing_ring a {
        margin-top: 20px;
    }


}




.logosfooter img {
    height: 16px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    display: inline-block;
}

.bx_catalog-compare-list {
    display: none !important;
}





#footer .contacts_block {
    width: 40%;
    float: right;
    padding-bottom: 5%;

}

#footer .copyright {
    width: 50%;
    float: left;
}





@media (max-width: 768px) {

    .menu2 {
        width: 100% !important;
        float: none;
    }

    .menu-footer-2 {
        width: 100% !important;
        float: none;
        display: block !important;
    }

    ul.menu-footer-row-2 {
        list-style: none;
        float: none !important;
    }

    .menu-footer .listItem.root a {
        text-align: left;
        line-height: 20px;
        font-size: 12px;
        text-transform: uppercase;
        padding: 5px 0;
    }

    .menu-footer-row {
        margin: 10px 0 10px 0px;
    }


    #footer .contacts_block {
        width: 100%;
        float: none;
        padding-bottom: 5%;

    }

    #footer .copyright {
        width: 100%;
        float: none;
    }




}




.catalog_our_works {
    padding: 25px 0px;
}

.catalog_our_works .catalog_our_works_item {}

.catalog_our_works .catalog_our_works_item a {
    display: block;
    text-align: center;
}

.catalog_our_works .catalog_our_works_item span {
    color: #333;
    display: block;
    padding: 3px 0;
}

.catalog_our_works .catalog_our_works_item img {
    display: block;
    margin: auto;
}

.catalog_our_works .slick-prev::before,
.catalog_our_works .slick-next::before {
    color: #000;
}

/* @media (max-width: 1279px) { */
@media (max-width: 1450px) {
    .container {
        max-width: calc(100% - 60px);
    }

    .inner_page_title {
        font-size: 45px;
        line-height: 61px;
    }

    .info_inner_page h2,
    .inner_page h2 {
        font-size: 35px;
        line-height: 48px;
    }


    .main_index_title {
        line-height: 49px;
        margin-bottom: 35px;
    }

    .main-block-text {
        margin-bottom: 33px;
    }

}

@media (max-width: 700px) {
    .inner_page_title {
        font-size: 35px;
        line-height: 48px;
    }

    .info_inner_page h2,
    .inner_page h2 {
        font-size: 26px;
        line-height: 35px;
    }
}

@media (max-width:600px) {
    .main_index_title {
        line-height: 41px;
        margin-bottom: 21px;
    }

    .main-block-text {
        margin-bottom: 15px;
    }


    .main_section_text {
        line-height: 19px;
    }

    .container {
        max-width: calc(100% - 40px);
    }

    .category-list-items {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        position: relative;
        margin-right: -20px;
        margin-bottom: 0;
    }

    .category-list-items .brand-list-item {
        white-space: nowrap;
    }

    ._js_filter_mobile_show {
        margin-bottom: 15px;
    }
}

.modal-backdrop {
    background-color: #28272C;
    opacity: 1;
}

.modal-header .close {
    position: absolute;
    right: 13px;
    top: 15px;
    opacity: 1;
}

/* .modal input:not([type="checkbox"]), .modal input:not([type="submit"]) { */
.modal input[type="text"] {
    background-color: #030303;
    border: none;
    border-bottom: 1px solid #313131;
    /* margin-bottom: 38px !important; */
    height: 33px;
    box-sizing: border-box;
    color: #fff;
    padding-left: 32px;
    padding-bottom: 14px;
}

.modal input[type="checkbox"] {
    height: unset;
    margin: 0 10px 0 0;
}

.modal input[type="submit"] {
    background-color: #C3132C;
    padding: 15px 32px;
    box-sizing: border-box;
    text-transform: none;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0;
    border: none;
    transition: .4s;
}

.modal input[type="submit"]:hover {
    transition: .4s;
    background-color: #fff;
    color: #C3132C;
}

.modal,
.modal>*:not(button) {
    background-color: #030303;
}

.modal {
    box-sizing: border-box;
    padding: 37px 45px 45px 45px;
}

#modalok {
    padding: 32px 45px 45px 45px;
}

.modal a,
.modal a:hover,
.modal a:focus,
.modal a:active,
.modal a:visited {
    color: #C3132C;
}

.modal-footer {
    background-color: #030303;
    margin: 0;
    padding: 0;
    border: none !important;
    text-align: left;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[name="name"],
input[name="form_text_13"] {
    background: url('/local/templates/fighttech_redesign/assets/images/footer/user.svg') no-repeat left top;
    background-size: 18px;
}

.oferta-link {
    margin: 0;
}

.modal_row {
    margin-bottom: 38px;
}

.modal_row.column {
    display: flex;
    flex-direction: column;
}

.modal_row label {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    margin-bottom: 24px;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-body {
    border: none;
    margin: 38px 0;
    padding: 0;
    max-height: 450px !important;
}

.input-file__button {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 25px;
    box-sizing: border-box;
    position: relative;
    border: dashed 1px #fff;
    z-index: 3 !important;
    background-color: #000;
    border-radius: 3px;
}

input[type="file"] {
    z-index: 9 !important;
    left: 0 !important;
    top: unset !important;
    bottom: 0;
    height: 100%;
    width: 214px;
}

.input-file__button::after {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2188_1510)'%3E%3Cpath d='M10.008 3.35727C9.85563 3.35727 9.71797 3.41432 9.61013 3.50547L9.60445 3.49981L4.74507 8.34247C4.19438 8.89303 3.9686 9.43017 3.96571 10.197C3.96571 10.7967 4.18731 11.3362 4.58956 11.7161C5.005 12.1082 5.58198 12.3155 6.25838 12.3154H6.27258C6.97664 12.3123 7.63546 12.0352 8.12707 11.5361L13.7656 5.89892C15.1937 4.47067 15.2311 2.43517 13.8547 1.05862C13.172 0.375983 12.2631 0 11.2953 0C10.3275 0 9.41879 0.375983 8.7366 1.05867L1.67453 8.11974C-0.125884 9.92018 -0.125884 12.8498 1.67453 14.6502C2.54527 15.5207 3.70477 16 4.93941 16C6.17407 16 7.33365 15.5207 8.20476 14.6501L15.5157 7.31325C15.5157 7.31325 15.6769 7.15487 15.6769 6.88773C15.6769 6.54546 15.3993 6.2679 15.0571 6.2679C14.8944 6.2679 14.7475 6.332 14.6369 6.43459L14.635 6.43269L7.32384 13.7697C6.68792 14.4052 5.84107 14.7553 4.93928 14.7553C4.03748 14.7553 3.19076 14.4052 2.55508 13.7697C1.24023 12.4543 1.24023 10.3149 2.55508 9.00042L9.61715 1.93946C10.0646 1.49197 10.6606 1.24557 11.2953 1.24557C11.9299 1.24557 12.5263 1.49207 12.9741 1.93946C13.4208 2.38609 13.6452 2.91666 13.6235 3.47405C13.602 4.0226 13.3467 4.55659 12.885 5.01828L7.23469 10.6674C6.97638 10.926 6.63295 11.0691 6.26816 11.0699C5.57427 11.0699 5.21125 10.6328 5.21125 10.2015C5.21265 9.83707 5.35556 9.49377 5.61387 9.23507L10.4851 4.3806L10.4795 4.37508C10.5707 4.26721 10.6278 4.12958 10.6278 3.97723C10.6278 3.63468 10.3502 3.35727 10.008 3.35727Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2188_1510'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 16px;
    height: 16px;
}

.modal-footer::before,
.modal-footer::after {
    content: none;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.iti__country-list {
    background-color: #151515 !important;
    border: none !important;
}

#callbackForm3Modal .modal_row:has(.nolab) {
    margin-bottom: 0;
}

/*shipping*/
.info_inner_page__delivery_pay {
    margin-top: 25px;
}

.info_inner_page__delivery_pay h2 {
    margin: 0 !important;
}

.delivery_block__icon_block__red_text {
    color: #C3132C;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.delivery_block__icon_block,
.pay_block__col {
    background-color: #212121;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 35px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.delivery_block__icon_block__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

}

.delivery_block__icon_block img,
.pay_block__col img {
    width: 81px;
    height: 80px;
}

.delivery_block__icon_block:first-child {
    width: 327px;
}

.delivery_block__icon_block:nth-child(2) {
    width: 461px;
}

.delivery_block {
    display: flex;
    gap: 24px;
    margin: 40px 0 24px;
}

.delivery_block__img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.delivery_block__main_text_block {
    box-sizing: border-box;
    background-color: #212121;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.delivery_block__main_text_block h3 {
    font-family: 'Oswald';
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    margin: 0;

}

.delivery_block__main_text_block__text {
    padding: 35px;
    box-sizing: border-box;
    flex: 1;
    max-width: 821px;
}

.delivery_block__main_text_block__img {
    width: 485px;
    position: relative;
}

.delivery_block__main_text_block__img img {
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 100%;
}

.delivery_block__main_text_block__text__clear {
    height: 45px;
    display: block;
}

.pay_block {
    display: flex;
    gap: 24px;
    box-sizing: border-box;
    margin: 25px 0 100px;
}

.pay_block__col__name {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
}

.pay_block__col__text p:first-child {
    margin-top: 0;
}

.pay_block__col.pay_block__col_one {
    max-width: 387px;
}

@media (max-width:1090px) {

    .delivery_block__main_text_block__img,
    .delivery_block__main_text_block__text br {
        display: none;
    }

    .delivery_block__main_text_block__text {
        max-width: unset;
    }

    .delivery_block__main_text_block {
        margin-bottom: 60px;
    }
}

@media (max-width:991px) {
    .info_inner_page__delivery_pay {
        margin-top: 0;
    }

    .delivery_block {
        flex-wrap: wrap;
        margin: 35px 0 60px;
    }

    .delivery_block__icon_block:first-child {
        width: 284px;
    }

    .delivery_block__icon_block:nth-child(2) {
        width: calc(100% - 308px);
    }

    .delivery_block__img_block {
        width: 100%;
        height: 338px;
    }

    .pay_block {
        gap: 24px;
        flex-direction: column;
        margin: 25px 0 60px;
    }

    .pay_block__col.pay_block__col_one {
        max-width: unset;
    }
}

@media (max-width:700px) {
    .delivery_block {
        margin: 15px 0 24px;
    }

    .delivery_block__main_text_block {
        margin-bottom: 40px;

    }

    .delivery_block__main_text_block__text {
        padding: 20px;
    }

    .delivery_block__img_block {
        height: 154px;
    }

    .delivery_block__icon_block:first-child {
        width: 100%;
    }

    .delivery_block__icon_block:nth-child(2) {
        width: 100%;
    }

    .delivery_block__icon_block {
        padding: 20px;
    }

    .delivery_block__icon_block img,
    .pay_block__col img {
        width: 46px;
        height: 45px;
    }

    .pay_block {
        margin: 25px 0 16px;
    }

    .delivery_block__icon_block,
    .pay_block__col {
        padding: 20px;
    }
}

/*shipping*/
/*company*/
.about_banner {
    display: block;
    position: relative;
    height: 318px;
    margin: 40px 0 45px;
}

.about_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_banner__slogan {
    position: absolute;
    top: 49px;
    left: 61px;
    height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_banner__slogan_title {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 65px;
    line-height: 70px;
}

.about_banner__slogan_text {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 45px;
    line-height: 50px;
}

.about_banner__slogan_img_tablet,
.about_banner__slogan_img_mobile {
    display: none;
}

.about_clear {
    height: 100px;
}

.logo_block {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    margin: 45px 0 100px;
    box-sizing: border-box;
}

@media (max-width:991px) {
    .about_banner__slogan_text {
        font-size: 38px;
        line-height: 45px;
    }

    .about_banner__slogan_img_desktop,
    .about_banner__slogan_img_mobile {
        display: none;
    }

    .about_banner__slogan_img_tablet {
        display: block;
    }

    .about_banner {
        height: 292px;
        margin: 24px 0;
    }

    .about_banner__slogan {
        top: 33px;
        left: 41px;
    }

    .about_clear {
        height: 60px;
    }

    .logo_block {
        margin: 35px 0 60px;
    }
}

@media (max-width:600px) {
    .logo_block {
        grid-template-columns: repeat(3, 1fr);
        gap: 11px;
        margin: 24px 0 74px;
    }

    .about_banner__slogan_title {
        font-size: 36px;
        line-height: 39px;
    }

    .about_banner__slogan_text {
        font-size: 21px;
        line-height: 25px;
    }

    .about_banner__slogan_img_tablet,
    .about_banner__slogan_img_desktop {
        display: none;
    }

    .about_banner__slogan_img_mobile {
        display: block;
    }

    .about_banner__slogan {
        top: 18px;
        left: 20px;
        height: 103px;
    }

    .about_clear {
        height: 40px;
    }

}

/*company*/