@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500&subset=latin,cyrillic);
@import url('bootstrap.min.css');
@import url('jquery.fancybox.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

@font-face {
    font-family: 'Cuprum';
    src: url('../fonts/cuprum-regular.ttf');
}

@font-face {
    font-family: 'Pfagorasanspro';
    src: url('../fonts/pfagorasanspro-reg.ttf');
}

img,
a,
textarea,
input {
    outline: none !important;
}

/* ----- ------ ------ align */
.cnt {
    text-align: center;
}

.rht {
    text-align: right;
}

.lft {
    text-align: left;
}

/* ----- ------ ------ modal */
.modal-header {
    background: #c3de93;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important;
}

.modal-header h4 {
    color: #537543;
    font-size: 18px;
    font-family: 'Cuprum';
}

.modal-header h4 span {
    color: #537543;
    font-size: 18px;
    font-family: 'Cuprum';
    font-weight: bold;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* ----- ------ ------ margin */
.mart_10 {
    margin-top: 10px;
}

.mart_20 {
    margin-top: 20px;
}

.mart_30 {
    margin-top: 30px;
}

.mart_40 {
    margin-top: 40px;
}

.mart_50 {
    margin-top: 50px;
}

.mart_60 {
    margin-top: 60px;
}

.mart_80 {
    margin-top: 80px;
}

.mart_180 {
    margin-top: 180px;
}

.marb_10 {
    margin-bottom: 10px;
}

.marb_20 {
    margin-bottom: 20px;
}

.marb_30 {
    margin-bottom: 30px;
}

.marb_40 {
    margin-bottom: 40px;
}

.img-responsive {
    display: inline-block !important;
}

body {
    font-family: 'Pfagorasanspro';
    font-weight: 400;
    line-height: 1.1;
}

/* ----- ------ ------ ----- ------ ------ BUTTONS ----- ------ ------ ----- ------ ------ */
.btn_2 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px 0;
    width: 160px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    background: -moz-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fc2516), color-stop(40%, #fc2516), color-stop(50%, #ffffff), color-stop(60%, #ff6e00), color-stop(100%, #ff6e00));
    background: -webkit-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -o-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -ms-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: linear-gradient(135deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2516', endColorstr='#fc2516', GradientType=1);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 300%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.btn_2:hover,
.btn_2:active,
.btn_2:focus {
    background-color: #fc2516;
    color: #121a26;
    text-decoration: none;
    animation: light 1s;
    -webkit-animation: light 1s;
}

.btn_3 {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    width: 160px;
    padding: 14px 0;
    background: -moz-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fc2516), color-stop(40%, #fc2516), color-stop(50%, #ffffff), color-stop(60%, #ff6e00), color-stop(100%, #ff6e00));
    background: -webkit-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -o-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -ms-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: linear-gradient(135deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2516', endColorstr='#fc2516', GradientType=1);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 300%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.btn_3:hover,
.btn_3:active,
.btn_3:focus {
    background-color: #fc2516;
    color: #fff;
    text-decoration: none;
    animation: light 1s;
    -webkit-animation: light 1s;
}

.btn_4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 120px;
    padding: 5px 0;
    background: -moz-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fc2516), color-stop(40%, #fc2516), color-stop(50%, #ffffff), color-stop(60%, #ff6e00), color-stop(100%, #ff6e00));
    background: -webkit-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -o-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: -ms-linear-gradient(-45deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    background: linear-gradient(135deg, #fc2516 0%, #fc2516 40%, #ffffff 50%, #fc2516 60%, #fc2516 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc2516', endColorstr='#fc2516', GradientType=1);
    background-repeat: no-repeat;
    background-position: 0px;
    background-size: 300%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.btn_4:hover,
.btn_4:active,
.btn_4:focus {
    background-color: #fc2516;
    color: #fff;
    text-decoration: none;
    animation: light 1s;
    -webkit-animation: light 1s;
}

@keyframes light {
    0% {
        background-position: -600px;
    }

    100% {
        background-position: 0px;
    }
}

@-webkit-keyframes light {
    0% {
        background-position: -600px;
    }

    100% {
        background-position: 0px;
    }
}

@media only screen and (max-width : 1140px) {
    .animated {
        /*css transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*css transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*css animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}

/* ----- ------ ------ btn_up */
.btn_up,
.btn_up:focus {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    padding: 3px 0 0;
    opacity: 0.4;
    display: none;
    background-color: #000;
    border-color: #000;
    color: #fff;
    outline: none;
    z-index: 1500;
}

.btn_up:hover {
    opacity: 0.9;
}

.btn-default {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* ----- ------ ------ ----- ------ ------ HEADER ----- ------ ------ ----- ------ ------ */
header {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #3b3d41;
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}

.txth1_1 {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

.txth1_1 a {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 5px;
}

.txth1_1 a:hover {
    color: #fc2516;
    font-size: 15px;
    margin-bottom: 5px;

}

.txth1_2 {
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
}

.txth1_2 a {
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
}

.txth1_2 a:hover {
    color: #fc2516;
    font-size: 15px;
    margin-bottom: 5px;
}

header h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    width: 220px;
    max-width: 100%;
}

header .row {
    display: flex;
    align-items: center;
}

.form_2 {
    width: 320px;
    max-width: 100%;
    text-align: center;
    padding-top: 0px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px !important;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.txtform_1 {
    color: #3b3d41;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

.form_2 .btn_3 {
    width: 100%;
}

header .logo,
footer .logo {
    width: 110px;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
}

/* ----- ------ ------ ----- ------ ------ S1 ----- ------ ------ ----- ------ ------ */
.s1 {
    padding: 100px 0 80px;
    background-image: url(../img/ruukki.jpeg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.s1 .btn_2 {
    width: 100%;
    color: #fff;
}

.s1 ul {
    padding: 0;
    margin-top: 220px;
}

.s1 ul li {
    font-size: 15px;
    color: #fc2516;
    text-transform: uppercase;
    margin: 10px 0 0;
    position: relative;
    min-height: 35px;
}

.topmenudown,
.topmenudown:hover,
.topmenudown:active,
.topmenudown:focus {
    color: #fff;
    text-decoration: none;
}

a.topmenudown:hover,
a.topmenudown:active,
a.topmenudown:focus {
    font-size: 30px;
}

.s1 h2 {
    color: #ffffff;
    font-size: 65px;
    font-weight: bold;
    margin: 0 0 30px;
    text-align: center;
}

.s1 h2 span {
    color: #fc2516;
    text-transform: uppercase;
}

.txts1_1 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
}

/* ----- ------ ------ ----- ------ ------ S2 ----- ------ ------ ----- ------ ------ */
.s2 {}

.line {
    margin: 40px 0;
    height: 15px;
    background-image: url(../img/line_hr.jpg);
    background-position: 50% 0;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 0;
    -webkit-border: none;
    -moz-border: none;
    -o-border: none;
    border: none;
}

.s2 h2,
.s3 h2,
.s4 h2,
.s5 h2,
.s6 h2 {
    position: relative;
    margin: 0;
}

.s2 h2 span.osnovnoi,
.s3 h2 span.osnovnoi,
.s4 h2 span.osnovnoi,
.s5 h2 span.osnovnoi,
.s6 h2 span.osnovnoi {
    color: #2a2c2f;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    margin-bottom: 30px;
    display: inline-block;
}

.s2 h2 span.red_text,
.s3 h2 span.red_text,
.s4 h2 span.red_text,
.s5 h2 span.red_text,
.s6 h2 span.red_text {
    color: #fc2516;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
}

.s2 h2 span.red_line,
.s3 h2 span.red_line,
.s4 h2 span.red_line,
.s5 h2 span.red_line,
.s6 h2 span.red_line {
    width: 61px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 21px;
    margin-left: -36px;
    background-image: url(../img/red_line.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    display: inline-block;
}

.boxs2_red,
.boxs2_black {
    display: block;
    width: 100%;
    min-height: 165px;
    position: relative;
    padding: 20px 15px 20px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.boxs2_red {
    background: #fc2516;
}

.boxs2_black {
    background: #3b3d41;
}

.boxs2_red img,
.boxs2_black img {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -30px;
    margin-top: 25px;
}

.txts2_1 {
    color: #ffffff;
    font-size: 20px;
}

.txts2_2 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

/* ----- ------ ------ ----- ------ ------ S3 ----- ------ ------ ----- ------ ------ */
.s3 {
    margin-top: 5%;
}

.box_tov_1 {
    margin-top: 40px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 3px 0px 2px #00000052;
    text-align: center;
    -webkit-border: 2px solid #f9f9f9;
    -moz-border: 2px solid #f9f9f9;
    -o-border: 2px solid #f9f9f9;
    border: 2px solid #f9f9f9;
}

.box_tov_1 .img-responsive {
    height: 166px;
}

.box_tov_2 {
    background: #f9f9f9;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 3px 0px 2px #00000052;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
    width: 370px;
    max-width: 100%;
    text-align: center;
}

.txt_tov_1 {
    color: #2a2c2f;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}

.txt_tov_2 {
    color: #2a2c2f;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 30px;
}

.txt_tov_3 {
    font-size: 18px;
    color: #2a2c2f;
    margin-top: 20px;
}

.txt_tov_3 span {
    font-weight: bold;
    color: #fc2516;
}

/* ----- ------ ------ ----- ------ ------ S4 ----- ------ ------ ----- ------ ------ */
.s4 h2,
.s5 h2 {
    margin-top: 70px;
}

/* ----- ------ ------ ----- ------ ------ S5 ----- ------ ------ ----- ------ ------ */
.s5 {
    padding-bottom: 180px;
    /* background-image: url(../img/bg_s5.jpg); */
    background-position: 50% 100%;
    background-repeat: no-repeat;
}

/* ----- ------ ------ ----- ------ ------ S6 ----- ------ ------ ----- ------ ------ */
.s6 {
    background: #f6f6f6;
    padding-bottom: 110px;
}

.s6 h2 span.osnovnoi {
    margin-bottom: 0;
}

.nopad_r {
    padding-right: 0;
}

.nopad_l {
    padding-left: 0;
}

.boxs6_red.first {
    margin-top: 50px;
    padding: 25px 0 0 25px;
    min-height: 80px;
    -webkit-border: 0px solid #ededed;
    -moz-border: 0px solid #ededed;
    -o-border: 0px solid #ededed;
    border: 0px solid #ededed;
}

.boxs6_black.first {
    margin-top: 50px;
    padding: 25px 0 0 25px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #e6e2e7;
    min-height: 80px;
    line-height: 0.8;
    background-image: none;
    -webkit-border: 0px solid #ededed;
    -moz-border: 0px solid #ededed;
    -o-border: 0px solid #ededed;
    border: 0px solid #ededed;
    -webkit-border-left: 1px solid #ffffff;
    -moz-border-left: 1px solid #ffffff;
    -o-border-left: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.boxs6_red {
    background: #fc2516;
    padding: 40px 40px 15px 120px;
    min-height: 190px;
    background-position: 45px 40px;
    background-repeat: no-repeat;
    -webkit-border-bottom: 1px solid #ffffff;
    -moz-border-bottom: 1px solid #ffffff;
    -o-border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.boxs6_black {
    background-image: url(../img/icons6_1.png);
    background-position: 45px 40px;
    background-repeat: no-repeat;
    background-color: #3b3d41;
    padding: 45px 40px 15px 120px;
    padding: 40px 40px 15px 120px;
    min-height: 190px;
    -webkit-border-left: 1px solid #ffffff;
    -moz-border-left: 1px solid #ffffff;
    -o-border-left: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-border-bottom: 1px solid #ffffff;
    -moz-border-bottom: 1px solid #ffffff;
    -o-border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.txts6_1 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.txts6_2 {
    color: #ffffff;
    font-size: 16px;
}

.boxs6_red:nth-child(2) {
    background-image: url(../img/icons6_2.png);
}

.boxs6_red:nth-child(3) {
    background-image: url(../img/icons6_3.png);
}

.boxs6_red:nth-child(4) {
    background-image: url(../img/icons6_4.png);
}

.boxs6_red:nth-child(5) {
    background-image: url(../img/icons6_5.png);
}

.boxs6_red:nth-child(6) {
    background-image: url(../img/icons6_6.png);
}

/* ----- ------ ------ ----- ------ ------ S7 ----- ------ ------ ----- ------ ------ */
.s7 {
    padding: 70px 0 60px;
    background-image: url(../img/bg_s7.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.s7 h2 {
    position: relative;
    margin: 0;
}

.s7 h2 span.osnovnoi {
    color: #f6f6f6;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    margin-bottom: 30px;
    display: inline-block;
}

.s7 h2 span.red_line {
    width: 61px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 21px;
    margin-left: -36px;
    background-image: url(../img/red_line.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    display: inline-block;
}

.txts7_4 {
    color: #fff;
    font-size: 16px;
    display: block;
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.txts7_5 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    width: 240px;
    max-width: 100%;
    margin-top: 120px;
}

.txts7_6 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 240px;
    max-width: 100%;
    margin-top: 120px;
}

.txts7_7 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    width: 240px;
    max-width: 100%;
    margin-top: 70px;
}

.txts7_8 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    width: 240px;
    max-width: 100%;
    margin-top: 70px;
}

.box_s7 {
    position: relative;
}

.single {
    width: 100%;
    height: 100%;
}

.box_element_1 {
    width: 20%;
    position: absolute;
    left: 12%;
    top: 1%;
    height: 23%;
}

.box_element_2 {
    width: 20%;
    position: absolute;
    right: 12%;
    top: 1%;
    height: 24%;
}

.box_element_3 {
    width: 30%;
    position: absolute;
    left: 35%;
    top: 14%;
    height: 34%;
}

.box_element_4 {
    width: 21%;
    position: absolute;
    left: 12%;
    top: 32%;
    height: 25%;
}

.box_element_5 {
    width: 21%;
    position: absolute;
    right: 12%;
    top: 34%;
    height: 25%;
}

.box_element_6 {
    width: 21%;
    position: absolute;
    right: 39%;
    bottom: 11%;
    height: 23%;
}

.box_s7_2 {
    display: none;
    margin-top: 20px;
}

/* ----- ------ ------ ----- ------ ------ S8 ----- ------ ------ ----- ------ ------ */
.s8 {
    padding: 70px 0 80px;
    background: #fff;
    -webkit-border-top: 6px solid #9fa0a1;
    -moz-border-top: 6px solid #9fa0a1;
    -o-border-top: 6px solid #9fa0a1;
    border-top: 6px solid #9fa0a1;
}

.s8 h2,
.s9 h2,
.s10 h2 {
    position: relative;
    margin: 0;
}

.s8 h2 span.osnovnoi,
.s9 h2 span.osnovnoi,
.s10 h2 span.osnovnoi {
    color: #2a2c2f;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    margin-bottom: 30px;
    display: inline-block;
}

.s8 h2 span.red_line,
.5 h2 span.red_line,
.s10 h2 span.red_line {
    width: 61px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 21px;
    margin-left: -36px;
    background-image: url(../img/red_line.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    display: inline-block;
}

.txts7_1 {
    color: #2a2c2f;
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.txts7_2 {
    color: #ff210e;
    font-size: 15px;
    margin-top: 7px;
    display: block;
}

.txts7_3 {
    margin-top: 20px;
    color: #2a2c2f;
    font-size: 16px;
    display: block;
    position: relative;
}

.txts7_3 span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -30px;
    width: 26px;
    height: 22px;
    background-image: url(../img/quots.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.carousel .item {
    padding: 40px 0;
    background-image: url(../img/line_hr.jpg), url(../img/line_hr.jpg);
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x;
}

.carousel-control {
    text-shadow: none;
    width: 10%;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carousel-control .glyphicon {
    top: 50%;
    display: inline-block;
    margin-top: -25px;
    width: 47px;
    height: 47px;
    background: #4d4e4f;
    padding: 13px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.carousel-control:focus span,
.carousel-control:hover span {
    background: #ff210e;
}

.carousel-indicators {
    bottom: 0;
    background: #fff;
    margin-bottom: 0;
    width: 30%;
    margin-left: -15%;
}

.carousel-indicators li {
    background: #ffbfb9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.carousel-indicators .active {
    background: #ff210e;
}

.foto {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* ----- ------ ------ ----- ------ ------ S9 ----- ------ ------ ----- ------ ------ */
.s9 {
    padding: 70px 0 60px;
    background: url("../img/white-bricks-wall-texture.jpg");
    background-size: cover;
}

.txts9_1 {
    color: #2a2c2f;
    font-size: 18px;
    margin-bottom: 27px;
}

.txts9_2 {
    color: #fc2516;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 20px;
}

.table th {
    color: #2a2c2f;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ffffff;
    text-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>td {
    -webkit-border: 1px solid #f6f6f6;
    -moz-border: 1px solid #f6f6f6;
    -o-border: 1px solid #f6f6f6;
    border: 1px solid #f6f6f6;
}

.table>thead>tr>th span,
.table>tbody>tr>td span {
    width: 400px;
    display: inline-block;
}

.table td:first-child {
    text-align: left;
}

.table tr {
    background: #fcfcfc;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.table th:first-child {
    text-align: left;
}

.txt_t {
    color: #2a2c2f;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
    height: 25px;
    overflow: hidden;
    text-align: left;
}

.owl-carousel {
    padding: 40px 50px 0;
    background-image: url(../img/line_hr.jpg), url(../img/line_hr.jpg);
    background-position: 0 0, 0 100%;
    background-repeat: repeat-x;
    position: relative;
    text-align: center;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    left: 0;
}

.owl-next {
    position: absolute;
    right: 0;
}

.owl-dots {
    display: inline-block;
    /**/
    background: #fff;
    width: 300px;
}

.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffbfb9;
    margin: 0 5px;
}

.owl-dot.active span {
    width: 12px;
    height: 12px;
    background: #ff210e;
}

.owl-next span,
.owl-prev span {
    top: 50%;
    display: inline-block;
    width: 47px;
    height: 47px;
    background: #4d4e4f;
    color: #fff;
    font-size: 40px;
    line-height: 0.9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.owl-prev:focus span,
.owl-prev:hover span,
.owl-next:focus span,
.owl-next:hover span {
    background: #ff210e;
}

/* ----- ------ ------ ----- ------ ------ S10 ----- ------ ------ ----- ------ ------ */
.s10 {
    padding: 100px 0 70px;
    background-image: url(../img/bg_s10.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.s10 h2 {
    margin-bottom: 100px;
}

.s10 .btn_2 {
    width: 100%;
    color: #fff;
}

.s10 ul {
    padding: 0;
    margin-top: 220px;
}

.s10 ul li {
    /* list-style: ; */
    font-size: 15px;
    color: #fc2516;
    text-transform: uppercase;
    margin: 30px 0 0;
}

.form_1 {
    margin: 0 auto;
    text-align: center;
    width: 380px;
    display: block;
    max-width: 100%;
    padding: 15px;
    background: #000000b5;
    border-radius: 10px;
}

.txt_form_1 {
    color: #ffffff;
    font-size: 15px;
}

.txt_form_2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.txt_form_2 span {
    font-size: 20px;
    font-weight: 400;
}

.txt_form_2 span strong {
    color: #fc2516;
}

.txt_form_3 {
    color: #f6faff;
    font-size: 15px;
    margin: 30px 0 10px;
}

.form_1 h5,
.form_2 h5 {
    color: rgba(246, 250, 255, 0.51);
    margin: 17px 0 0;
}

/* ----- ------ ------ ----- ------ ------ S11 ----- ------ ------ ----- ------ ------ */
.s11 {
    padding: 70px 0 100px;
    background: #fff;
}

.s11 h2 {
    position: relative;
    margin: 0;
}

.s11 h2 span.osnovnoi {
    color: #2a2c2f;
    font-size: 55px;
    font-weight: bold;
    position: relative;
    z-index: 15;
    margin-bottom: 30px;
    display: inline-block;
}

.s11 h2 span.red_line {
    width: 61px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 21px;
    margin-left: -36px;
    background-image: url(../img/red_line.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    display: inline-block;
}

.txts11_1 {
    color: #3b3d41;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.txts11_2 {
    color: #3b3d41;
    font-size: 18px;
    margin-top: 30px;
}

.txts11_3 {
    color: #3b3d41;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 50px;
    margin-top: 25px;
    background-image: url(../img/point.png);
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.txts11_4 {
    color: #3b3d41;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 50px;
    margin-top: 25px;
    background-image: url(../img/phone.png);
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.txts11_5 {
    color: #3b3d41;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 50px;
    padding-bottom: 10px;
    margin-top: 25px;
    background-image: url(../img/24.png);
    background-position: 5px 0;
    background-repeat: no-repeat;
}

.s11 .btn_2 {
    color: #f6f6f6;
    font-size: 13px;
    margin-left: 50px;
    margin-top: 25px;
}

.s11 .logo {
    margin-top: 50px;
    width: 320px;
    max-width: 100%;
    display: inline-block;
    float: left;
    margin: 1em;
}

/* ----- ------ ------ ----- ------ ------ S12 ----- ------ ------ ----- ------ ------ */
/* ----- ------ ------ ----- ------ ------ FOOTER ----- ------ ------ ----- ------ ------ */
footer {
    background: #3b3d41;
    padding: 25px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.logo_img {
    width: 70px;
    max-width: 100%;
}

.txt_foot {
    color: #ffffff;
    font-size: 13px;
    /* text-transform: uppercase; */
}

a.txt_foot {
    color: #ffffff;
    font-size: 13px;
    /* text-transform: uppercase; */
}

a.txt_foot:hover,
a.txt_foot:active,
a.txt_foot:focus {
    text-decoration: none;
    color: #fc2516;
    font-size: 13px;
    /* text-transform: uppercase; */
}

.box_cat {
    width: 990px;
    padding: 20px 10px;
    background: #fff;
}

.box_cat .img_zoom {
    margin-top: 20px;
    cursor: zoom-in;
}

.box_cat table {
    color: #3b3d41;
    font-size: 15px;
}

.box_cat table tr td {
    padding: 5px;
}

.form_2 .txt_form_1,
.form_2 .txt_form_2 {
    color: #3b3d41;
}

.txt_cat_1 {
    color: #2a2c2f;
    font-size: 35px;
}

.txt_cat_2 {
    color: #3b3d41;
    font-size: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.txt_cat_3 {
    color: #2a2c2f;
    font-size: 25px;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.txt_cat_3 span {
    color: #fc2516;
}

.txt_cat_4 {
    /* width: ; */
}

.box_col {
    padding: 45px 0 0;
    color: #3b3d41;
    font-size: 13px;
    width: 33%;
    max-width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
    min-height: 90px;

    text-align: center;
}

.txt_form_4 {
    color: #3b3d41;
    font-size: 15px;
    text-align: center;
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}

/* Old color */
.box_col.collor_1 {
    background-image: url(../img/collor_1.png);
}

.box_col.collor_2 {
    background-image: url(../img/collor_2.png);
}

.box_col.collor_3 {
    background-image: url(../img/collor_3.png);
}

.box_col.collor_4 {
    background-image: url(../img/collor_4.png);
}

.box_col.collor_5 {
    background-image: url(../img/collor_5.png);
}

.box_col.collor_6 {
    background-image: url(../img/collor_6.png);
}

.box_col.collor_7 {
    background-image: url(../img/collor_7.png);
}

.box_col.collor_8 {
    background-image: url(../img/collor_8.png);
}

.box_col.collor_9 {
    background-image: url(../img/collor_9.png);
}

.box_col.collor_10 {
    background-image: url(../img/collor_10.png);
}

.box_col.collor_11 {
    background-image: url(../img/collor_11.png);
}

.box_col.collor_12 {
    background-image: url(../img/collor_12.png);
}

.box_col.collor_13 {
    background-image: url(../img/collor_13.png);
}

.box_col.collor_14 {
    background-image: url(../img/collor_14.png);
}

.box_col.collor_15 {
    background-image: url(../img/collor_15.png);
}

.box_col.collor_16 {
    background-image: url(../img/collor_16.png);
}

.box_col.collor_17 {
    background-image: url(../img/collor_17.png);
}

.box_col.collor_18 {
    background-image: url(../img/collor_18.png);
}

.box_col.collor_19 {
    background-image: url(../img/collor_19.png);
}

.box_col.collor_20 {
    background-image: url(../img/collor_20.png);
}

.box_col.collor_21 {
    background-image: url(../img/collor_21.png);
}

.box_col.collor_22 {
    background-image: url(../img/collor_22.png);
}

.box_col.collor_23 {
    background-image: url(../img/collor_23.png);
}

.box_col.collor_24 {
    background-image: url(../img/collor_24.png);
}

.box_col.collor_25 {
    background-image: url(../img/collor_rr25.png);
}

.box_col.collor_30 {
    background-image: url(../img/collor_rr30.png);
}

/* New color */

.box_col.collor_111 {
    /* background-image: url(../img/collor_1.png); */
    background-image: url(../img/color/ral_8017.webp);
}

.box_col.collor_21 {
    /* background-image: url(../img/collor_2.png); */
    background-image: url(../img/color/ral_8019.webp);
}

.box_col.collor_31 {
    /* background-image: url(../img/collor_3.png); */
    background-image: url(../img/color/ral_1015.webp);
}

.box_col.collor_41 {
    /* background-image: url(../img/collor_4.png); */
    background-image: url(../img/color/ral_6005.webp);
}

.box_col.collor_51 {
    /* background-image: url(../img/collor_5.png); */
    background-image: url(../img/color/ral_7016.webp);
}

.box_col.collor_61 {
    /* background-image: url(../img/collor_6.png); */
    background-image: url(../img/color/ral_7024.webp);
}

.box_col.collor_71 {
    /* background-image: url(../img/collor_7.png); */
    background-image: url(../img/color/ral_8004.webp);
}

.box_col.collor_91 {
    /* background-image: url(../img/collor_9.png); */
    background-image: url(../img/color/ral_9006.bmp);
}

.box_col.collor_101 {
    /* background-image: url(../img/collor_10.png); */
    background-image: url(../img/color/ral_9005.webp);
}

.box_col.collor_121 {
    /* background-image: url(../img/collor_12.png); */
    background-image: url(../img/color/ral_6020.webp);
}

.box_col.collor_131 {
    /* background-image: url(../img/collor_13.png); */
    background-image: url(../img/color/ral_9003.webp);
}

.box_col.collor_161 {
    /* background-image: url(../img/collor_16.png); */
    background-image: url(../img/color/ral_5010.webp);
}

.box_col.collor_171 {
    /* background-image: url(../img/collor_17.png); */
    background-image: url(../img/color/ral_3005.webp);
}

.box_col.color_rr887 {
    background-image: url(../img/color/rr887.webp);
}

.box_col.color_rr750 {
    background-image: url(../img/color/rr750.webp);
}

.box_col.color_rr33 {
    background-image: url(../img/color/rr33.webp);
}

.box_col.color_rr32 {
    background-image: url(../img/color/rr32.webp);
}

.box_col.color_rr2h3 {
    background-image: url(../img/color/rr2h3.webp);
}

.box_col.color_rr29 {
    background-image: url(../img/color/rr29.webp);
}

.box_col.color_rr23 {
    background-image: url(../img/color/rr23.webp);
}

.box_col.color_rr21 {
    background-image: url(../img/color/rr21.webp);
}

.box_col.color_rr11 {
    background-image: url(../img/color/rr11.webp);
}

.box_col.color_rr20 {
    background-image: url(../img/color/rr20.webp);
}

.waranthy {
    max-width: 140px;
    max-height: 70px;
}

/* -- -- -- -- change width collaps -- -- -- -- */
@media (max-width: 1200px) {
    .s1 {
        padding: 70px 0 50px;
    }

    .s1 h2,
    .txts1_1 {
        margin-bottom: 50px;
    }

    .boxs2_red,
    .boxs2_black {
        min-height: 245px;
    }

    .s10 {
        padding: 190px 0 40px;
    }

    .boxs6_black,
    .boxs6_red {
        min-height: 220px;
    }
}

@media (max-width: 990px) {
    .s1 {
        padding: 74px 0 20px;
    }

    .s1 h2 {
        font-size: 50px;
        /* margin-top: ; */
    }

    .txts1_1 {
        font-size: 30px;
    }

    .boxs2_red,
    .boxs2_black {
        min-height: 170px;
        margin: 15px 0 20px;
    }

    .boxs6_black,
    .boxs6_red {
        background-position: 20px 30px;
        padding: 30px 20px 15px 80px;
        min-height: 267px;
    }

    .s10 {
        background: #3A3D42;
        padding: 60px 0;
    }

    .s10 h2 {
        color: #fff;
    }

    .s2 h2 span.osnovnoi,
    .s3 h2 span.osnovnoi,
    .s4 h2 span.osnovnoi,
    .s5 h2 span.osnovnoi,
    .s6 h2 span.osnovnoi,
    .s7 h2 span.osnovnoi,
    .s8 h2 span.osnovnoi,
    .s9 h2 span.osnovnoi,
    .s11 h2 span.osnovnoi {
        font-size: 45px;
    }

    .box_cat {
        width: 720px;
    }
}

@media (max-width: 768px) {

    .s2 h2 span.red_text,
    .s3 h2 span.red_text,
    .s4 h2 span.red_text,
    .s5 h2 span.red_text,
    .s6 h2 span.red_text {
        font-size: 20px;
    }

    .s2 h2 span.osnovnoi,
    .s3 h2 span.osnovnoi,
    .s4 h2 span.osnovnoi,
    .s5 h2 span.osnovnoi,
    .s6 h2 span.osnovnoi,
    .s7 h2 span.osnovnoi,
    .s8 h2 span.osnovnoi,
    .s9 h2 span.osnovnoi,
    .s11 h2 span.osnovnoi {
        font-size: 37px;
        margin-bottom: 0;
    }

    .owl-carousel {
        padding: 40px 0 0;
    }

    .form_2,
    .box_cat {
        width: 400px;
    }

    .txt_form_2 {
        font-size: 20px;
    }

    .txt_form_2 span {
        font-size: 16px;
    }

    .txt_cat_1 {
        font-size: 30px;
    }

    .box_col {
        width: 33%;
    }

    .txts7_4,
    .txts7_5,
    .txts7_6,
    .txts7_7,
    .txts7_8 {
        text-align: left;
        margin: 10px 0 20px;
        width: 100%;
        display: inline-block;
    }

    .box_s7 {
        display: none;
    }

    .box_s7_2 {
        display: inline-block;
    }

    footer,
    footer .text-right {
        text-align: center !important;
    }

    header .row {
        flex-wrap: wrap;
    }

    header .row .logo {
        margin-top: 10px;
    }
}

@media (max-width: 460px) {

    .form_2,
    .box_cat {
        width: 100%;
    }
}

@media (max-width: 380px) {

    .form_2,
    .box_cat {
        width: 100%;
    }
}

button:focus {
    outline: none !important;
    outline: -webkit-focus-ring-color auto 0px;
}

.install {
    background: url('../img/install.jpg') center center/cover;
}

.darkopacity {
    background-color: rgba(60, 61, 65, .7);
    color: white;
    padding: 3.5em 1.5em;
}

.fancybox-inner {
    position: fixed !important;
}

#call_to {
    width: 70%;
}

@media(max-width:768px) {
    #head_btn {
        display: none;
    }

    #call_to {
        width: 100%;
    }
}