* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 25px;
    padding: 0;
    margin: 0;
    background: #ffffff;
    -webkit-text-size-adjust: none;
}

header, nav, section, article, aside, figure, footer {
    display: block;
    padding: 0;
    margin: 0;
}

/*tags*/

a {
    color: #ee7c00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    padding: 0 0 15px 0;
    margin: 0;
}

ul, ol {
    padding: 10px;
    margin: 0;
}

img {
    /*display: block;*/
    display: inline-block;
    border: none;
}

.hidden {
    opacity: 0;
}

/*end tags*/

/*titles*/

h1 {
    font-weight: 800;
    font-size: 48px;
    color: #000;
    line-height: 48px;
    padding: 0 0 15px;
    margin: 0;
}

h2 {
    font-weight: 800;
    font-size: 35px;
    color: #000;
    line-height: 1.2;
    padding: 0 0 15px;
    margin: 0;
}

h3 {
    font-weight: 900;
    font-size: 28px;
    color: #000;
    line-height: 32px;
    padding: 0 0 15px;
    margin: 0;
}

h4 {
    font-size: 19px;
    color: #000;
    line-height: 24px;
    padding: 0 0 15px;
    margin: 0;
}

/*end titles*/

/*form elements*/

input {
    font-family: 'Montserrat', sans-serif;
}

button {
    font-family: 'Montserrat', sans-serif !important;
}

input:focus, button:focus, textarea:focus,
input:active, button:active, textarea:active {
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
    height: 24px;
    display: block;
    font-size: 14px;
    font-family: inherit;
    color: #999;
    line-height: 14px;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    color: #444444;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
    color: #444444;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
    color: #444444;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
    color: #444444;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #FA6952;
}

textarea {
    width: 100%;
    height: 90px;
    font-size: 12px;
    font-family: inherit;
    color: #999;
    line-height: 14px;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #ccc;
    resize: vertical;
    background: #fff;
}

.icheckbox {
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px 0 0;
    position: relative;
    top: 3px;
    background: url(/bitrix/templates/sservice_main/css/../images/checkbox-bg.png) no-repeat 0 0;
}

.icheckbox.hover {
    background-position: 0 -15px;
}

.icheckbox.checked {
    background-position: 0 -30px;
}

.icheckbox.checked.hover {
    background-position: 0 -45px;
}

.iradio {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: pointer;
    margin: 0 3px 0 0;
    position: relative;
    top: 3px;
    background: url(/bitrix/templates/sservice_main/css/../images/radio-bg.png) no-repeat 0 0;
}

.iradio.hover {
    background-position: 0 -14px;
}

.iradio.checked {
    background-position: 0 -28px;
}

.iradio.checked.hover {
    background-position: 0 -42px;
}

/*end form elements*/

/* !navigation */

nav.inline ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

nav.inline > ul > li {
}

nav.center {
    overflow-x: hidden;
}

nav.center ul {
    position: relative;
    left: 50%;
    float: left;
}

nav.center ul li {
    position: relative;
    right: 50%;
}

/* end navigation */

/*buttons*/

.button {
    height: 56px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 0 60px;
    margin: 0;
    border: none;
    background: #EE7C00;
    /*
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    */
}

.button:hover {
    background: #fc8503;
}

.button:active {
    background: #c26602;
}

.border-button {
    height: 40px;
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #ee7c00;
    cursor: pointer;

    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.border-button:hover {
    color: #fff;
    background: #ee7c00;
}

.border-button:active {
    color: #fff;
    background: #bd6504;
}

/*end buttons*/


/*  breadcrumbs  */

section.breadcrumbs {
    width: 100%;
    background: #f4f4f4;
    height: 55px;
    font-size: 12px;
}

section.breadcrumbs .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
}

section.breadcrumbs a {
    color: #5d5d5d;
    font-size: 13px;
    text-decoration: none;
}

section.breadcrumbs i {
    color: #909090;
    font-size: 9px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

/*  end breadcrumbs  */

/*table*/

table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

table td {
    padding: 0;
}

/*end table*/

/*carousels*/

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-wrapper {
    position: relative;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after,
.owl-carousel .owl-wrapper-outer .owl-wrapper:before {
    display: table;
    line-height: 0;
    content: '';
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after {
    clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    float: left;
}

.owl-pagination {
    width: 1170px;
    margin: 0 0 0 -585px;
    position: absolute;
    bottom: 145px;
    left: 50%;
}

.owl-controls .owl-pagination .owl-page {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 30px 0 0;
    border: 1px solid #fff;
    cursor: pointer;

    border-radius: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.owl-controls .owl-pagination .owl-page:hover,
.owl-controls .owl-pagination .owl-page.active {
    background: #fff;
}

/*end carousels*/

/*global class*/

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.wrapper {
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin: auto;
    position: relative;
}

.inner-block {
    width: 1170px;
    margin: auto;
}

/*global class*/

/*header section*/

.header-section {
    padding: 30px 0 30px;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 100%;
    position: relative;
    z-index: 9999999;
}

.head-right-side {
    width: 910px;
}

.head-right-side .row {
    padding: 0 0 27px;
    padding-top: 34px;
    padding-bottom: 0;
}

.head-right-side .signature {
    width: 340px;
    font-size: 14px;
    color: #5d5d5d;
    line-height: 25px;
    padding: 0 125px 0 0;
}

.head-right-side .phone {
    position: relative;
    text-align: center;
}

.head-right-side .phone .number a {
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 1.5px;
    padding: 2px 0;
}

.head-right-side .phone .number a:hover {
    padding: 1.5px 0;
}

.head-right-side .phone a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
}

.head-right-side .number a {
    border-bottom: none;
    color: #000;
}

.head-right-side .phone a:hover {
    border-bottom: 1px solid transparent;
}

.head-right-side .mail {
    display: inline-block;
}

.head-right-side .mail span {
    display: inline-block;
    padding: 0 0 4px 30px;
    background: url("/bitrix/templates/sservice_main/css/../images/mail-icon.png") no-repeat 4px 50%;
}

/*head menu*/

.head-menu {
    margin: 0 -30px;
}

.head-menu > ul > li {

    text-align: center;
}

.head-menu > ul > li > a {
    height: 40px;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;

    border-radius: 2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.head-menu li a.root-item-selected {
    background: #fc8503;
    color: #fff;
}

.head-menu ul li a.active,
.head-menu ul li a:hover {
    color: #fff;
    background: #ee7c00;
}

/*end head menu*/

/*mobile menu*/

.menu-link {
    display: none;
}

.mobile-menu {
    width: 100%;
    display: none;
    padding: 0 0 10px;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 1000;
    background: #fff;
}

.mobile-menu li {
    text-align: center;
    list-style: none;
    line-height: 40px;
}

.mobile-menu li a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.mobile-menu li a:hover {
    text-decoration: underline;
}

/*end mobile menu*/

/*end header section*/

/*carousel section*/

.carousel-section {
    padding: 0 0 55px;
}

.carousel-section .slide {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 50px;
    padding: 78px 0 165px;
}

.carousel-section .slide .inner-block {
    padding: 0 550px 0 0;
}

.carousel-section .slide.item-1 {
    background: url("/bitrix/templates/sservice_main/css/../images/slide-1.jpg") no-repeat;
    background-size: cover;
}

.carousel-section .slide h2 {
    font-size: 48px;
    color: #fff;
    line-height: 80px;
    text-transform: uppercase;
    padding: 0 0 12px;
}

.carousel-section .slide p {
    padding: 0 0 83px;
}

.carousel-section .slide .button {
    height: 64px;
    font-weight: normal;
    font-size: 20px;
    line-height: 64px;
    padding: 0 75px;
}

/*end carousel section*/

/*catalog section*/

.catalog-section {
    padding: 0 0 55px;
    overflow: hidden;
}

.catalog-section .left-side {
    width: 270px;
    color: #616161;
    line-height: 30px;
}

.catalog-section .left-side h2 {
    text-transform: uppercase;
    line-height: 50px;
    padding: 0 0 26px;
    margin: -12px 0 0;
}

.catalog-section .left-side p {
    padding: 0 0 40px;
}

.catalog-section .right-side {
    width: 870px;
}

.catalog-box {
    width: 270px;
    text-align: center;
    margin: 0 30px 30px 0;
    -o-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.04);
}

.catalog-box:nth-child(3n+3) {
    margin: 0 0 30px;
}

.catalog-box a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.equipment.sections .catalog-box {
    width: 350px;
}

.equipment.sections .catalog-box a .text {
    width: 350px;
}

.catalog-box a .photo {
    height: 170px;
    display: block;
    overflow: hidden;
}

.catalog-box a .photo img {
    width: 100%;
}

.catalog-box a .text {
    width: 270px;
    height: 100px;
    display: table-cell;
    color: #5d5d5d;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.catalog-box a:hover .text {
    color: #fff;
    background: #EE7C00;
}

/*end catalog section*/

/*news section*/

.news-section {
    padding: 50px 0;
    overflow: hidden;
    background: url("/bitrix/templates/sservice_main/css/../images/news-section-bg.jpg") no-repeat;
    background-size: cover;
}

.news-section .title-line {
    padding: 0 0 40px;
}

.news-section .title-line h2 {
    text-transform: uppercase;
    padding: 0;
}

.news-box {
    width: 355px;
    margin: 0 52px 0 0;
}

.news-box:nth-child(3n+3) {
    margin: 0;
}

.news-box a {
    display: block;
    color: #000;
    line-height: 30px;
    text-decoration: none;
    position: relative;
}

.news-box a .date {
    width: 47px;
    height: 54px;
    display: block;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
    padding: 8px 0 0;
    position: absolute;
    top: 0;
    left: 12px;
    background: url("/bitrix/templates/sservice_main/css/../images/news-date-bg.png") no-repeat;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.news-box a:hover .date {
    background: url("/bitrix/templates/sservice_main/css/../images/news-date-bg-2.png") no-repeat;
}

.news-box a .date .number {
    display: block;
    font-weight: bold;
    font-size: 18px;
}

.news-box a .photo {
    height: 175px;
    display: block;
    overflow: hidden;

    border-radius: 3px;

}

.news-box a .photo img {
    width: 100%;
}

.news-box a .text {
    display: block;
    padding: 14px 0 15px;
}

.news-box a:hover .text {
    color: #5d5d5d;
    text-decoration: underline;
}

/*end news section*/

/*about section*/

.about-section {
    padding: 50px 0;
    overflow: hidden;
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-section-bg.jpg") no-repeat;
    background-size: cover;
}

.about-section section {
    color: #616161;
    line-height: 29px;
    padding: 37px 45px 36px;
    background: #fff;
}

.about-section section h2 {
    font-size: 32px;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.about-section section p {
    padding: 0 0 30px;
}

.about-section section p:last-child {
    padding: 0;
}

.slide {
    height: 70%;
}

.owl-carousel .slide {
    height: auto;
}

/*end about section*/

/*advantages*/

.advantages {
    padding: 42px 45px 5px;
    background: #2E2E2E;
}

.advantages h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 32px;
}

.advantages-box {
    width: 33%;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 56px;
    padding: 0 0 0 80px;
    margin: 0 0 45px;
    position: relative;
}

.advantages-box.item-1 {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-1.png") no-repeat left top;
}

.advantages-box.item-2 {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-2.png") no-repeat left top;
}

.advantages-box.item-3 {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-3.png") no-repeat left top;
}

.advantages-box.item-4 {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-4.png") no-repeat left top;
}

.advantages-box.item-5 {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-5.png") no-repeat left top;
}

.advantages-box.item-6 {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-6.png") no-repeat left top;
}

.advantages-box:after {
    content: '';
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.advantages-box.item-1:after {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-1.png") no-repeat left top;
}

.advantages-box.item-2:after {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-2.png") no-repeat left top;
}

.advantages-box.item-3:after {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-3.png") no-repeat left top;
}

.advantages-box.item-4:after {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-4.png") no-repeat left top;
}

.advantages-box.item-5:after {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-5.png") no-repeat left top;
}

.advantages-box.item-6:after {
    background: url("/bitrix/templates/sservice_main/css/../images/advantages-icon-6.png") no-repeat left top;
}


.advantages-box:hover:after {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*end advantages*/

/*other activities section*/

.other-activities-section {
    overflow: hidden;
    padding: 43px 0 50px;
}

.other-activities-section h2 {
    text-transform: uppercase;
    padding: 0 0 40px;
}

.other-activities-section .row {
    margin: 0 -15px;
}

.other-activities-section article {
    width: 25%;
    display: inline-block;
    padding: 0 15px;
}

.other-activities-section article a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 21px 50px 22px 25px;
    background: #F4F4F4;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.other-activities-section article a:hover {
    background: #BF0808;
}

.other-activities-section article a .text {
    height: 135px;
    display: block;
    color: #000;
    line-height: 25px;
}

.other-activities-section article a:hover .text {
    color: #fff;
}

.other-activities-section article a .site-link {
    display: inline-block;
    color: #ee7c00;
    border-bottom: .5px solid #ee7c00;
    line-height: 22px;
}

/*end other activities section*/

/*  services section  */

section.services article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
}

section.services article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse nowrap;
    flex-flow: row-reverse nowrap;
}

section.services article:last-of-type {
    margin-bottom: 80px;
}

section.services h1 {
    font-weight: 700;
    margin: 50px 0;
}


section.services_detail h1,
section.equipment h1 {
    font-weight: 900;
    margin: 40px 0;
    font-size: 35px;
    padding: 0;
    text-transform: uppercase;
}

section.equipment .white_bold_text a {
    color: #fff;
}

section.services article .short_news {
    padding: 40px 50px 90px;
    position: relative;
}

section.services article > div {
    width: 50%;
    overflow: hidden;
}

section.services article img,
section.services_detail article img {
    width: 100%;
    height: auto;
}

section.services article p.services-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    border-bottom: 2px solid #EE7C00;
    padding: 0;
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    color: #000;
}

section.services article p.services-name:hover {
    color: #EE7C00;
}

section.services .read_more {
    width: 100%;
    position: absolute;
    left: 50px;
    bottom: 40px;
}


section.services .read_more a {
    text-decoration: none;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    font-weight: 700;
}

section.services .read_more:hover a {
    color: #c00e0e;
}

section.services .read_more i {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 4px;
    background: #EE7C00;
    color: white;
    text-align: center;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;

}

section.services .read_more:hover i {
    background: #c00e0e;
}

/*		end of services section		*/

/*		page of inner services  */

section.services_detail .full_news {
    padding: 0 0 40px;
}

section.services_detail p {
    text-align: justify;
    padding: 0 0 30px;
    color: #616161;
}

section.services_detail .order_services a {
    display: block;
    background: #ee7c00;
    float: right;
    margin: 0 30px;
    width: 370px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 2px;
    color: white;
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .25s ease-in-out;
}

section.services_detail .order_services a:hover {
    background: #fc8503;
}


.order_form {
    z-index: -9999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    margin: 0 auto;
}


.order_form form {
    padding: 10px 15px;
    background: white;
    max-width: 500px;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    width: 600px;
}

.order_form form input {
    margin-left: 5px;
}

.order_form .order_from_name {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.order_form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-line-pack: center;
    align-content: center;

    padding: 0;
    margin-bottom: 15px;
}

.order_form .custom_field {
    padding: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 80%;
    margin: 20px auto;
}

.order_form span {
    margin-right: 15px;
    width: 100px;
    text-align: right;
}

.order_form input[type="text"],
.order_form input[type="email"] {
    border: none;
    width: auto;
}

.order_form .close_items {
    padding: 0;
    margin: -15px auto 15px;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #aaa;
}

.order_form input[type="submit"] {
    width: 280px;
    height: 50px;
    background: #ee7c00;
    border: none;
    border-radius: 2px;
    color: white;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 30px;
}

.zindextop {
    z-index: 9999;
    opacity: 1;
}


/*  slick slider styles  */

.slick_slider_nav {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 60px;
}

.slick_slider_nav .slick-slide {
    height: 76px;
}

.slick_slider_nav img {
    margin-top: -30px;
}

.slick_slider_nav .nextArrow,
.slick_slider_nav .prevArrow {
    position: absolute;
    display: block;
    top: 0;
    background: white;
    width: 50px;
    height: 100%;
    z-index: 1000;
}

.slick_slider_nav .nextArrow:hover,
.slick_slider_nav .prevArrow:hover {
    cursor: pointer;
}

.slick_slider_nav .prevArrow {
    left: -1px;
    background: #fff url('/bitrix/templates/sservice_main/css/../images/arrowBack.png') left center no-repeat;
}

.slick_slider_nav .nextArrow {
    right: -1px;
    background: #fff url('/bitrix/templates/sservice_main/css/../images/arrowNext.png') right center no-repeat;
}

.slick_slider_nav .slick-slide {
    margin: 15px 15px 0;
}

.slick_slider_nav .slick-slide img {
    /*height: 80px;*/
}

.slick_slider_nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*  end slick slider styles  */


/*  end of page of inner services  */

/*  equipment section  */

section.equipment {
    margin-bottom: 40px;
}

section.equipment .wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.equipment h2 a {
    color: #000;
    text-decoration: none;
}

section.equipment h2 a:hover {
    color: #bf0808;
}

section.equipment .content .row_menu {
    width: 100%;
    height: 50px;
    background: #f4f4f4;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.equipment .content .row_menu span {
    margin-left: 35px;
    color: #5d5d5d;
    font-size: 14px;
    margin-right: auto;
}

section.equipment ul {
    padding: 0;
}

section.equipment ul ul {
    display: none;
}

section.equipment aside ul ul li {
    width: 100%;
    background: #e7e7e7;
    color: #5d5d5d;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 40px 10px 35px;
    margin-bottom: 0px;
    display: flex;
    font-weight: 500;
}

section.equipment aside ul ul li.is-section,
section.equipment aside ul ul li.is-section:hover,
section.equipment aside ul ul li.is-section.active,
section.equipment aside ul ul li.is-section.active:hover {
    background: #d7d7d7;
}

section.equipment aside ul ul li.is-section {
    background: #d7d7d7;
}

section.equipment aside ul ul:first-child li {
    padding: 100px 40px 10px 35px;
}


section.equipment aside ul ul li::before {
    color: #c43c3e;
    content: "\2022";
    font-size: 26px;
    font-weight: 700;
    margin-right: 10px;
}

section.equipment aside ul li.selected {
    color: #c43c3e;
    margin-bottom: 0px;
}

section.equipment aside ul ul li.active,
section.equipment aside ul ul a:focus li,
section.equipment aside ul ul li:hover {
    color: #000;
    background: #e7e7e7;
}


section.equipment aside ul ul li.active,
section.equipment aside ul ul a:focus li {
    /*font-weight: 500;*/
}


.equipment #bx_incl_area_8_1_2, .equipment #bx_incl_area_8_1_1 {
    width: 28%;
}

section.equipment .wr > div:first-of-type {
    width: 68% !important;
}


#bx_incl_area_8_1_2 aside, #bx_incl_area_8_1_1 aside {
    width: 100%;
}

section.equipment.sections .wr > div:first-of-type {
    width: 100% !important;
}


section.equipment .content_items {
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


section.equipment .content_items--without-margin-bottom {
    margin-bottom: 0;
    margin-top: 0;
}

section.equipment .content_items.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

section.equipment .content_items article,
section.tovar_inside .relative_news article {
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 31%;
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

section.tovar_inside .relative_news article {
    height: 300px;
    width: 95%;
    margin: 0 auto;
}

section.equipment .content_items article:hover,
section.tovar_inside .relative_news article:hover {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.relative_news.relative_news_slider a {
    outline: none;
}

section.equipment .content_items.list article {
    margin-bottom: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
}

section.equipment .content_items article figure {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
}

section.equipment .content_items article h2,
section.tovar_inside .relative_news h2 {
    margin: 20px 20px 20px;
    font-weight: 700;
    padding: 0;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: color ease-in-out .25s;
}

section.equipment .content_items.list article h2 {
    margin-left: 40px;
}

section.equipment .content_items article img {
    width: 100%;
    max-height: 250px;
}

section.equipment .content_items .wr_info {
    position: relative;
}

section.equipment .content_items.list .wr_info {
    position: relative;
    width: 70%;
}

section.equipment .content_items article .add_info {
    padding: 0 20px 20px;
    width: 100%;
    background: white;
    /*top: 40px;*/
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    opacity: 0;
    position: absolute;
    display: none;
}

section.equipment .content_items.list article .add_info {
    display: block;
    position: relative;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
}

section.equipment .content_items article:hover {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

section.equipment .content_items.list article:hover {
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.2);
    cursor: default;
}

section.equipment .content_items article:hover h2,
section.tovar_inside .relative_news article:hover h2 {
    color: #bf0808;
}


section.equipment .content_items article:hover .add_info {
    display: block;
    z-index: 1000;
    opacity: 1;
}

section.equipment .content_items article:hover figure {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 2000;
}

section.equipment .content_items article .add_info .line {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px;
}

section.equipment .content_items article .add_info ul {
    margin-bottom: 20px;
}

section.equipment .content_items article .add_info li {
    font-size: 13px;
    color: #5d5d5d;
    line-height: 23px;
    font-weight: 400;
}

section.equipment .content_items article .add_info li span {
    text-align: right;
    display: inline-block;
    float: right;
}

section.equipment .content_items article .read_more {
    display: block;
    width: 100%;
    background: #ee7c00;
    height: 46px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    transition: all .25s ease-in-out;
}

section.equipment .content_items.list .read_more {
    width: 50%;
}


.cart-empty a,
.cart-full .right-button a {
    transition: all .25s ease-in-out;
}

.cart-full .left-buttons a,
.cart-full .left-buttons a {
    transition: all .25s ease-in-out;
}

.cart-full .left-buttons a:hover,
.cart-full .left-buttons a:hover {
    background: #eee;
}

button.closebutton {
    background: transparent;
    transition: all .25s ease-in-out;
}

button.closebutton:hover {
    background: #eee;
}

section.equipment .content_items article .read_more:hover, .cart-empty a:hover, .cart-full .right-button a:hover {
    background: #fc8503;
}

section.equipment .content_items article {

}

section.equipment .content .display_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    border-radius: 2px;
    margin: 0 7px 0 0;
}

section.equipment .content .display_view li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 27px;
    background: white;
}

section.equipment .content .display_view li.active {
    background: #ee7c00;
}

section.equipment .display_view i {
    color: #a7a7a7;
    font-size: 23px;
}

section.equipment .display_view li.active i {
    color: white;
}


section.equipment .display_view li.table .display_tile {
    background: url('../images/display_tile.png') center center no-repeat;
    background-size: 23px 23px;
    width: 40px;
    height: 40px;
    display: block;
}

section.equipment .display_view li.table.active .display_tile {
    background: url('../images/display_tile-in.png') center center no-repeat;
}

section.equipment .display_view li.list .display_list {
    background: url('../images/display_list_in.png') center center no-repeat;
    background-size: 23px 23px;
    width: 40px;
    height: 40px;
    display: block;
}

section.equipment .display_view li.list.active .display_list {
    background: url('../images/display_list.png') center center no-repeat;
}


section.equipment aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 28%;
}

section.equipment aside .open_menu_wr {
    display: none;
}

.inner-block aside nav > ul > ul.selected {
    margin-top: -2px;
}

aside nav > ul > a > li {
    display: flex;
    align-items: center;
    position: relative;
}

aside nav i {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
}


section.equipment ul {
    list-style-type: none;
}

section.equipment aside ul li {
    width: 100%;
    margin-bottom: 2px;
    background: #f4f4f4;
    padding: 20px 60px 20px 30px;
    color: #5d5d5d;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

section.equipment aside ul li:hover {
    background: white;
    cursor: pointer;
    color: #000000;
}

section.equipment aside ul a:first-child li {
    border-radius: 2px 2px 0 0;
}

section.equipment aside ul a:last-child li {
    border-radius: 0 0 2px 2px;
}

section.equipment aside ul li.active {
    background: #ee7c00;
    color: white;
}

section.equipment aside ul a {
    color: #5d5d5d;
    text-decoration: none;
    font-weight: 400;
}

.to_top {
    position: fixed;
    left: 50px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 60px;
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #ee7c00;
    border-radius: 4px;
    font-weight: 300;
    transition: all .25s ease-in-out;
    z-index: 310;
    background: #fff;
}

.to_top:hover {
    background: #ee7c00;
    color: white;
    cursor: pointer;
}

.to_top i {
    margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    .to_top {
        width: 60px;
        height: 60px;
        font-size: 0px;
        left: 10px;
        bottom: 10px;
    }

    .to_top i {
        font-size: 16px;
        margin-right: 0px;
    }
}

section.equipment .baner {
    margin: 35px 0;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: auto;
}

section.equipment .baner img {
    width: 100%;
}

section.equipment .baner figcaption {
    background: #bf0808;
    color: white;
    font-size: 14px;
    padding: 20px 30px;
}

section.equipment .baner p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 25px;
    text-align: left;
}

section.equipment .baner a {
    text-decoration: none;
}

section.equipment .white_bold_text {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #ee7c00;
    text-transform: uppercase;
    line-height: 28px;
    text-align: left;
}

section.equipment .content_items .view_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #ee7c00;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    transition: all .25s ease-in-out;
}

section.equipment .content_items .view_more:hover {
    background: #fc8503;
}

section.equipment .content_items .view_more .arrow-down {
    display: inline-block;
    height: 23px;
    width: 23px;
    margin-right: 10px;
    background: url(/bitrix/templates/sservice_main/css/../images/arrow_down.png) center center no-repeat;
}

section.equipment .seo_text {
    font-size: 16px;
    line-height: 29px;
    color: #616161;
    margin-bottom: 40px;
    text-align: justify;
}

section.equipment .seo_text p {
    padding-bottom: 30px;
}

section.equipment .seo_text p:last-child {
    padding-bottom: 0;
}

/*  end equipment section  */

/*  order section  */

section.order {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/bitrix/templates/sservice_main/css/../images/order_background.png) center center background;
    background-size: cover;
    font-size: 16px;
    color: white;
    padding-bottom: 80px;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

section.order.height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

section.order.height .title {
    margin: 0 0 0 20px;
    font-size: 25px;
}

section.order.height .wr_icon {
    display: none;
}

.no_view {
    display: none !important;
}

.height {
    height: 80px;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}

section.order div.close,
section.order div.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 60px;
    top: 25px;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

section.order div.close:hover,
section.order div.open:hover {
    color: #ccc;
}

section.order span.close,
section.order span.open {
    margin-left: 10px;
    display: block;
    width: 29px;
    height: 29px;
    background: url(/bitrix/templates/sservice_main/css/../images/close.png) center center no-repeat;
}

section.order span.open {
    background: url(/bitrix/templates/sservice_main/css/../images/open.png) center center no-repeat;
}

section.order .title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    margin: 80px 0 64px;
    line-height: 35px;
    text-align: center;
}

section.order .wr_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

section.order .wr_icon .background {
    position: absolute;
    height: 10px;
    width: 20%;
    top: 64px;
    z-index: 1;
    background: url(../images/long_arrow_right.png) center right no-repeat;
}

section.order .wr_icon .background.one {
    right: 52.5%;
}

section.order .wr_icon .background.two {
    background: url(../images/long_arrow_right.png) center right no-repeat;
    left: 47.5%;
}

section.order .wr_icon > div {
    margin: 0 40px;
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

section.order .title_2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 40px 0 26px;
}

section.order .wr_icon p {
    text-align: center;
    line-height: 23px;
}


/*  end order section  */


/*footer section*/

.footer-section {
    width: 100%;
    position: relative;
    z-index: 100;
    background: #F4F4F4;
}

.footer-section h4 {
    padding: 0 0 25px;
}

.footer-section .title {
    color: #000;
    padding: 0 0 3px;
}

.top-footer-line {
    padding: 48px 0 45px;
}

.top-footer-line .column {
    width: 50%;
    font-size: 14px;
}

.top-footer-line .column .row {
    padding: 0 0 23px;
}

.top-footer-line .column .row:last-child {
    padding: 0;
}

.top-footer-line .column .contact-box {
    width: 50%;
    color: #7f7f7f;
}

.top-footer-line .column .contact-box p {
    padding: 0 0 5px;
}

.top-footer-line .column .contact-box p:last-child {
    padding: 0 0 2px;
}

.top-footer-line .column ul {
    padding: 0;
}

.top-footer-line .column ul li {
    padding: 0 0 8px;
    list-style: none;
}

.top-footer-line .column ul li:last-child {
    padding: 0;
}

.top-footer-line .column ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.top-footer-line .column ul li a:hover {
    color: #EE7C00;
}

.bottom-footer-line {
    font-size: 14px;
    color: #7f7f7f;
    line-height: 25px;
    padding: 46px 0 47px;
    border-top: 1px solid #e4e4e4;
}

.bottom-footer-line .copyrights {
    width: 25%;
}

.bottom-footer-line .info {
    width: 75%;
}

.bottom-footer-line .info a {
    color: #000;
    text-decoration: none;
}

.bottom-footer-line .info a:hover {
    color: #EE7C00;
}

.contact-box.left a {
    text-decoration: none;
    color: #7f7f7f;
}

/*end footer section*/

/*  section tovar  */

section.tovar_inside .slider .slick-slide,
section.tovar_inside .relative_news_slider .slick-slide {
    height: auto;
}

section.tovar_inside .slider .prevArrow,
section.tovar_inside .slider .nextArrow {
    background: url(../images/arrow_left1.png) center center no-repeat;
    width: 50px;
    left: 25px;
    top: 50%;
    position: absolute;
    height: 50px;
    margin-top: -25px;
    z-index: 1000;
    opacity: 0;
    transition: all .25s ease-in-out;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

section.tovar_inside .slider .nextArrow {
    right: 25px;
    left: auto;
}

section.tovar_inside .slider:hover .prevArrow,
section.tovar_inside .slider:hover .nextArrow {
    opacity: 1;
}

section.tovar_inside .slider .nextArrow:before {
    content: '';
    position: absolute;
    background: url(../images/arrow_right1.png) center center no-repeat;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
}

section.tovar_inside .slider .prevArrow:before {
    content: '';
    position: absolute;
    background: url(../images/arrow_left1.png) center center no-repeat;
    width: 100%;
    height: 100%;
    transition: all .25s ease-in-out;
}

section.tovar_inside .slider .nextArrow:hover {
    transform: scale(1.1);

}

section.tovar_inside .slider .prevArrow:hover {
    transform: scale(1.1);

}

section.tovar_inside .order_or_info {
    margin: 48px 0 43px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

section.tovar_inside .order_or_info li {
    width: 48%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    border-radius: 4px;
    border: 1px solid #ececec;
    color: #000000;
    text-align: center;
    position: relative;
    transition: all .25s ease-in-out;
}


section.tovar_inside .order_or_info li.active {
    color: white;
    background: #ee7c00;
    border: 1px solid #ee7c00;
}

section.tovar_inside .order_or_info li:hover {
    border: 1px solid #ee7c00;
    background: #ee7c00;
    cursor: pointer;
    color: white;
}

section.tovar_inside .order_or_info li.active:before {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-top: 20px solid #ee7c00;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
}

section.tovar_inside span.bold {
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 37px 0;
}

section.tovar_inside section.text {
    text-align: justify;
}

section.tovar_inside section.text p {
    padding-bottom: 40px;
}

/*section.tovar_inside img {
	width: 270px;
	float: right;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
	margin: 10px 0 10px 30px;
}*/

section.tovar_inside .specifications span.bold {
    margin: 60px 0 32px 0;
}

section.tovar_inside .specifications ul li {
    /*display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;*/
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 500;
    color: #5d5d5d;
    line-height: 21px;
    position: relative;
}

.propertyTable {
    /*table-layout: fixed;
    display: table;*/
    margin-bottom: 32px;
    font-weight: 500;
    line-height: 21px;
    font-size: 15px;
    color: #5d5d5d;
    display: flex;
    width: 100%;
    align-items: center;
}

.propertyTable .propertyName {
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding: 4px 0;
    width: 100%;
}

.propertyTable .propertyName:after {
    border-bottom: 1px dotted #cccccc;
    position: absolute;
    margin-left: 12px;
    height: 13px;
    content: '';
    width: 100%;
}


.propertyTable .propertyValue {
    vertical-align: middle;
    text-align: right;
}

section.tovar_inside .specifications ul li:last-child {
    float: right;
}

section.tovar_inside .specifications ul li:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
    border-bottom: 1px solid #ececec;
}

section.tovar_inside .specifications ul span {
    z-index: 10;
    background: white;
    padding: 0 4px;
}

section.tovar_inside .relative_news_slider .prevArrow,
section.tovar_inside .relative_news_slider .nextArrow {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: -60px;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

section.tovar_inside .relative_news_slider .prevArrow {
    right: 80px;
}

section.tovar_inside .relative_news_slider .nextArrow {
    right: 26px;
}


section.tovar_inside .relative_news_slider .prevArrow:before {
    content: '';
    background: url(../images/arrow_left1.png) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
}

section.tovar_inside .relative_news_slider .nextArrow:after {
    content: '';
    background: url(../images/arrow_right1.png) center center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .25s ease-in-out;
}

section.tovar_inside .relative_news_slider .prevArrow:hover,
section.tovar_inside .relative_news_slider .nextArrow:hover {
    transform: scale(1.1);
}

section.tovar_inside .relative_news {
    margin-top: 60px;
}

section.tovar_inside .relative_news a {
    text-decoration: none;
    overflow: visible;
    display: block;
}

section.tovar_inside .relative_news figure {
    overflow: hidden;
    height: 250px;
}


section.tovar_inside .relative_news .slick-list {
    padding: 0 20px 40px;
}

section.tovar_inside .relative_news .slick-slide {
    opacity: 0;
    transition: all .25s ease-in-out;
}

section.tovar_inside .relative_news .slick-slide.slick-active {
    opacity: 1;
}

section.tovar_inside .tovar_inside_table {
    overflow: hidden;
    border: 1px solid #ececec;
    border-radius: 4px;
}

section.tovar_inside .tovar_table th,
section.tovar_inside .tovar_table td {
    font-size: 13px;
    border: 1px solid #ececec;
    font-weight: 500;
}

section.tovar_inside .tovar_table thead {
    background: #f4f4f4;
    color: #000;
    line-height: 19px;
}

section.tovar_inside .tovar_table thead th {
    padding: 30px 0;
    /*width: calc(100%/7);*/
}

section.tovar_inside .tovar_table tbody {
    color: #5d5d5d;
    text-align: center;
}

section.tovar_inside .tovar_table th:first-child,
section.tovar_inside .tovar_table td:first-child {
    border-left: 0;
}

section.tovar_inside .tovar_table th:last-child,
section.tovar_inside .tovar_table td:last-child {
    border-right: 0;
    /*min-width: 100px;*/
    width: 180px;
}

.newslist .text {
    font-weight: 600;
    color: #EE7C00;
    text-decoration: underline;
}

.newslist {
    overflow: hidden;
}

.newslist a:hover .text {
    color: #EE7C00;
    text-decoration: none;
}

section.tovar_inside .tovar_table tbody td {
    padding: 12px 0;
}

section.tovar_inside .tovar_table .input-group,
.kol_tovar_plus_minus {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.kol_tovar_plus_minus {
    width: 70%;
}

section.tovar_inside .tovar_table .input-group input,
.kol_tovar_plus_minus input {
    width: 100%;
    margin: 0 auto;
    height: 38px;
    border: 0;
    background: #f4f4f4;
}

section.tovar_inside .tovar_table .input-group button,
.kol_tovar_plus_minus button {
    background: transparent;
    border: none;
    position: absolute;
    font-size: 20px;
    top: 50%;
    margin-top: -12.5px;
}

section.tovar_inside .tovar_table .input-group button.minus {
    color: #d53e3e;
    left: 20%;
}

.kol_tovar_plus_minus button.minus {
    color: #d53e3e;
    left: 5%;
    padding: 0 10px;
    margin-top: -14px;
}


section.tovar_inside .tovar_table .input-group button.plus {
    color: #18bf1c;
    right: 20%;
    margin-top: -11px;
}

.kol_tovar_plus_minus button.plus {
    color: #18bf1c;
    right: 5%;
    margin-top: -13px;
    padding: 0 10px;
}

section.tovar_inside .tovar_table button.zakazat,
.kol_tovar_plus_minus button.zakazat {
    background: #bf0808;
    border-radius: 2px;
    border: none;
    color: white;
    width: 90%;
    font-weight: 400;
    margin: 8px auto 0;
    font-size: 14px;
    padding: 15px 0;
    letter-spacing: 1px;
}

section.tovar_inside .tovar_table button.zakazat:hover,
.kol_tovar_plus_minus button.zakazat:hover {
    cursor: pointer;
}

/*  end section tovar  */

.port .news-item img,
.port .news-item p {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.port div {
    width: 30%;
}

.form_zakaz {
    background: transparent !important;
    border: none !important;
}

.form_zakaz label {
    font-family: 'Montserrat', sans-serif !important;
}

.odrder_finish h3 {
    font-family: 'Montserrat', sans-serif !important;
}

.form_zakaz input[type="text"],
.form_zakaz input[type="password"],
.form_zakaz input[type="email"] {
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
    font-family: inherit;
    color: #999;
    line-height: 14px;
    border-radius: 4px;
    overflow: hidden;
    padding: 5px 10px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
    margin: 8px 0 20px;
}

.form_zakaz textarea {
    border-radius: 8px;
    overflow: hidden;
    margin: 8px 0 20px;
}

.form_zakaz .btn {
    background: #ee7c00;
    border: 1px solid #ee7c00;
    color: white;
    border-radius: 4px;
    margin: 20px 0 !important;
    transition: all .25s ease-in-out;
}

::-ms-clear {
    display: none;
}

.order .wr_icon p {
    width: 100%;
}

.news-detail p img {
    /*	max-width: 600px;
        float: none;*/
    margin: auto;
    padding: 10px;
}

.owl-buttons {
    position: absolute;
    top: 50%;
}

.owl-buttons {
    width: 100%;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.owl-prev {
    background: url(/bitrix/templates/sservice_main/images/arrow_left1.png) 0px 0px no-repeat;
    position: absolute;
    left: 3%;
    width: 10px;
    height: 20px;
}

.owl-next {
    background: url(/bitrix/templates/sservice_main/images/arrow_right1.png) 0px 0px no-repeat;
    position: absolute;
    right: 3%;
    width: 10px;
    height: 20px;
}

.slide {
    width: 1170px;
    margin: auto;
}

.carousel-section .slide .inner-block {
    padding: 0 550px 0 30px;
}

.owl-pagination {
    left: 51%;
}

.catalog-section.articles .catalog-box,
.catalog-section.articles .catalog-box a .text {
    width: 31%;
}

.top-header-contacts {
    text-align: left;
}

.top-header-contacts > div {
    position: relative;
    top: -6px;
}

.top-header-contacts a {
    text-decoration: none;
    font-size: 14px;
    color: #5d5d5d;
}

.top-header-contacts a.bold-text {
    font-weight: 600;
}

.icon-instagram {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-instagram.svg') no-repeat 0 0;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.icon-vk {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-vk.png') no-repeat 0 0;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.icon-youtube {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-youtube.png') no-repeat 0 0;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.icon-rutube {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-ruutube.png') no-repeat 0 0;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.icon-whatsapp {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-whatsupp.png') no-repeat 0 0;
    background-size: contain;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.icon-vk {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-vk.png') no-repeat 0 0;
    background-size: contain;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.icon-email {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url('../images/icon-email-v2.png') no-repeat 0 0;
    background-size: contain;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.call-us-now {
    font-size: 13px;
    color: #5d5d5d;
    padding: 0;
    transition: all .5s;
    font-weight: 500;
}

.call-us-now--colored {
    color: #ee7c00;
}

.call-us-later {
    font-size: 13px;
    color: #5d5d5d;
    padding: 0;
    transition: all .5s;
    font-weight: 500;
}

.popup[data-popup="popup-zakaz"],
.popup[data-popup="popup-catalog"],
.popup[data-popup="popup-request"] {
    padding-top: 0;
    max-width: 480px;
}

.popup[data-popup="popup-zakaz"] h3,
.popup[data-popup="popup-catalog"] h3,
.popup[data-popup="popup-request"] h3 {
    font-weight: 600;
    font-size: 20px;
}

.popup[data-popup="popup-zakaz"] .modal-header,
.popup[data-popup="popup-catalog"] .modal-header,
.popup[data-popup="popup-request"] .modal-header {
    border: none;
    padding: 15px 15px 15px 0;
}

.popup[data-popup="popup-zakaz"] .modal-header .close-1,
.popup[data-popup="popup-catalog"] .modal-header .close-1,
.popup[data-popup="popup-request"] .modal-header .close-1 {
    margin-top: 0;
}

.popup[data-popup="popup-zakaz"] .modal input.form-control,
.popup[data-popup="popup-catalog"] .modal input.form-control,
.popup[data-popup="popup-request"] .modal input.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
}

.popup[data-popup="popup-zakaz"] .modal input.form-control,
.popup[data-popup="popup-catalog"] .modal input.form-control,
.popup[data-popup="popup-request"] .modal input.form-control {
    height: initial !important;
    line-height: 160%;
}

.popup[data-popup="popup-zakaz"] input[type="text"],
.popup[data-popup="popup-zakaz"] input[type="password"],
.popup[data-popup="popup-zakaz"] input[type="email"],
.popup[data-popup="popup-catalog"] input[type="text"],
.popup[data-popup="popup-catalog"] input[type="password"],
.popup[data-popup="popup-catalog"] input[type="email"],
.popup[data-popup="popup-request"] input[type="text"],
.popup[data-popup="popup-request"] input[type="password"],
.popup[data-popup="popup-request"] input[type="email"] {
    padding: 5px 10px 5px 0;
}

.popup[data-popup="popup-zakaz"] .form-control:focus,
.popup[data-popup="popup-catalog"] .form-control:focus,
.popup[data-popup="popup-request"] .form-control:focus {
    border-color: #AEAEAE;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup[data-popup="popup-zakaz"] .modal-body,
.popup[data-popup="popup-catalog"] .modal-body,
.popup[data-popup="popup-request"] .modal-body {
    padding: 0;
}

.control-group {
    margin: 0 0 15px 0;
}

.popup[data-popup="popup-zakaz"] .modal-footer,
.popup[data-popup="popup-catalog"] .modal-footer,
.popup[data-popup="popup-request"] .modal-footer {
    border-top: none;
}

@media (min-width: 1200px) {
    .popup[data-popup="popup-zakaz"] .modal,
    .popup[data-popup="popup-catalog"] .modal,
    .popup[data-popup="popup-request"] .modal {
        max-width: 100%;
    }
}