@import url(../css/normalize.css);
@import url(../css/fonts.css);
body {
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    padding-right: 0 !important;
}

a:hover {
    cursor: pointer;
}

.ifx img {
    width: auto;
    max-width: 100%;
}

.container,
.container_number {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px;
}

@media (max-width: 992px) {
    .container,
    .container_number {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    .container,
    .container_number {
        width: auto;
    }
}

.cf:after {
    visibility: hidden;
    display: block;
    content: ' ';
    clear: both;
    height: 0;
}

.box_header h3 {
    color: #4eae3b;
    text-transform: uppercase;
    font: bold 48px/56px 'Bender', sans-serif;
    position: relative;
    padding: 25px 0px;
    padding-left: 70px;
    margin: 0;
    letter-spacing: 2px;
}

@media (max-width: 992px) {
    .box_header h3 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .box_header h3 {
        font-size: 24px;
        line-height: 130%;
        padding-left: 40px;
    }
    .box_header h3.mobh3 {
        margin-top: 70px;
    }
}

.box_header h3:before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #4eae3b;
    height: 100%;
    width: 50px;
}

@media (max-width: 767px) {
    .box_header h3:before {
        width: 20px;
    }
}

.header {
    min-height: 1000px;
    position: relative;
}

.header_play {
    position: absolute;
    right: 70px;
    top: 50%;
}

@media (max-width: 992px) {
    .header_play {
        display: none;
    }
}

.header_play img {
    margin-bottom: 36px;
}

.header_play a {
    display: block;
    outline: none;
    vertical-align: bottom;
}

.header_play a:hover,
.header_play a:focus {
    text-decoration: none;
}

.header_play a span {
    text-align: right;
    padding-left: 130px;
    font: bold 18px/100% 'Bender', sans-serif;
    color: #4eae3b;
    outline: none;
    position: relative;
}

.header_play a span:before {
    position: absolute;
    content: ' ';
    height: 1px;
    width: 280px;
    background: #4eab3b;
    top: -7px;
    left: 0;
}

.header_box {
    background: #333 url(../img/header.png) center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 73px;
}

@media (max-width: 767px) {
    .header_box {
        padding-bottom: 0;
    }
}

.header_box:before {
    position: absolute;
    content: ' ';
    width: 1980px;
    height: 85px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (max-width: 992px) {
    .header_box:before {
        width: 800px;
    }
}

.header_box-logo {
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-right: 28px;
    margin-left: -35px;
}

.header_box-logo img {
    width: 269px;
    height: 125px;
    
}

@media (max-width: 992px) {
    .header_box-logo img {
        display: none;
    }
}

.header_box-nav {
    float: left;
    margin-top: 34px;
}

@media (max-width: 992px) {
    .header_box-nav {
        display: none;
    }
}

.header_box-nav ul {
    margin: 0;
    padding: 0;
}

.header_box-nav ul li {
    display: inline-block;
    margin-right: 23px;
}

.header_box-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font: bold 12px/60px 'Bender', sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    letter-spacing: 1px;
}

.header_box-nav ul li a:hover {
    color: #4eae3b;
}

.header_box-tel {
    float: right;
    margin-top: 51px;
    letter-spacing: 2px;
    margin-right: -32px;
}

@media (max-width: 767px) {
    .header_box-tel {
        display: none;
    }
}

.header_box-tel a {
    font: bold 20px/100% 'Bender', sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.header_box-tel a:hover {
    color: #4eae3b;
}

.header_box-tel_btn {
    text-align: right;
    margin-top: 1px;
}

.header_box-tel_btn button {
    outline: none;
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px dotted #fff;
    font: bold 11px/100% 'Bender', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.header_box-tel_btn button:hover {
    background: none;
    border-color: none;
}

.header_box-txt {
    max-width: 700px;
    margin-top: 140px;
    margin-bottom: 75px;
}

@media (max-width: 767px) {
    .header_box-txt {
        margin-top: 135px;
        margin-bottom: 25px;
    }
}

.header_box-txt h1 {
    color: #4eae3b;
    font: bold 48px/60px 'Bender', sans-serif;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 2.5px;
}

@media (max-width: 992px) {
    .header_box-txt h1 {
        font-size: 18px;
        line-height: 120%;
    }
}

.header_box-txt p {
    color: #fff;
    font: italic 20px/25px 'Bender', sans-serif;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.5px;
}

@media (max-width: 767px) {
    .header_box-txt p {
        font-size: 18px;
        line-height: 120%;
    }
}

.header_box-price {
    position: relative;
}

.header_box-price:before {
    position: absolute;
    content: ' ';
    left: -15px;
    top: 8px;
    background: #747475;
    height: 395px;
}

.header_box-price h2 {
    color: #fff;
    font: bold 24px/30px 'Bender', sans-serif;
    text-transform: uppercase;
    max-width: 400px;
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}

.header_box-price h2 span {
    color: #4eae3b;
}

@media (max-width: 767px) {
    .header_box-price h2 {
        font-size: 18px;
        line-height: 120%;
    }
}


.header_box-price a {
    display: block;
    width: 300px;
    height: 60px;
    background-color: #4eae3b;
    border-radius: 10px;
    font: bold 16px/60px 'Bender', sans-serif;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(78, 154, 59, 0.2);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 250px;
    letter-spacing: 1px;
}



.link a {
    margin-bottom: 50px;
}

.header_box-price a:hover {
    background: #4eae3b;
    box-shadow: 0 0 0 5px rgba(78, 154, 59, 0.4);
}

.header_box-price a:focus {
    background: #4eae3b;
    box-shadow: 0 0 0 5px rgba(78, 154, 59, 0.6);
}

@media (max-width: 767px) {
    .header_box-price a {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .link a {
    margin-bottom: 10px;
    }
}

.numbers_box {
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
}

.numbers_box:before {
    position: absolute;
    content: ' ';
    width: 1980px;
    height: 200px;
    background: transparent;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (max-width: 992px) {
    .numbers_box:before {
        width: 800px;
    }
}

.numbers_box .container_number {
    position: relative;
}

.numbers_box .container_number:after {
    position: absolute;
    content: '01';
    font: bold 300px/100% 'Bender', sans-serif;
    top: -98px;
    left: -138px;
    color: #fff;
    z-index: 1;
    top: -28px;
    left: -63px;
    letter-spacing: 12px;
}

.numbers_box-numbers {
    background-color: #fff;
    height: 405px;
    position: relative;
    padding-top: 56px;
}

@media (max-width: 767px) {
    .numbers_box-numbers {
        padding-top: 0;
        height: 500px;
    }
}

@media (min-width: 1400px) {
    .numbers_box-numbers {
        height: 450px;
    }
}

.numbers_box-numbers:before {
    position: absolute;
    content: ' ';
    width: 1980px;
    height: 168px;
    background: #fff;
    bottom: -44px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (max-width: 992px) {
    .numbers_box-numbers:before {
        width: 800px;
    }
}

@media (min-width: 1400px) {
    .numbers_box-numbers:before {
        height: 240px;
        bottom: -83px;
    }
}

.numbers_box-numbers ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.numbers_box-numbers ul li {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 105px;
}

@media (max-width: 767px) {
    .numbers_box-numbers ul li {
        width: 100%;
    }
}

.numbers_box-numbers ul li h3 {
    color: #4eae3b;
    font: 900 48px/60px 'Bender', sans-serif;
    margin: 0;
    letter-spacing: 2.5px;
    margin-bottom: 7px;
}

@media (max-width: 992px) {
    .numbers_box-numbers ul li h3 {
        font-size: 36px;
        line-height: 36px;
    }
}

.numbers_box-numbers ul li p {
    color: #000;
    font: 300 18px/22px 'Bender', sans-serif;
    margin: 0;
    text-align: center;
}

@media (max-width: 992px) {
    .numbers_box-numbers ul li p br {
        display: none;
    }
}

.numbers_box-advantages {
    position: relative;
    z-index: 10;
    background: #FFF;
    top: -41px;
}

.numbers_box-advantages ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

.numbers_box-advantages ul li {
    display: inline-block;
    text-align: center;
    padding-top: 120px;
    height: 210px;
    vertical-align: top;
    padding: 120px 40px 0px 40px;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px;
}

@media (max-width: 992px) {
    .numbers_box-advantages ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .numbers_box-advantages ul li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
}

.numbers_box-advantages ul li:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

.numbers_box-advantages ul li h4 {
    font: bold 18px/25px 'Pt Sans', sans-serif;
    color: #010101;
    text-transform: uppercase;
    margin: 0;
    margin-top: -7px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .numbers_box-advantages ul li h4 {
        font-size: 16px;
        line-height: 120%;
    }
}

.numbers_box-advantages ul li p {
    font: 18px/25px 'Pt Sans', sans-serif;
    color: #010101;
    text-transform: lowercase;
    margin: 0;
}

@media (max-width: 767px) {
    .numbers_box-advantages ul li p {
        font-size: 16px;
        line-height: 120%;
    }
}

.numbers_box-advantages ul .item-1 {
    background: url("../img/numbers1.png") center top no-repeat;
    -webkit-background-size: 171px 91px;
    -webkit-background-size--o-background-size: 171px 91px;
    -webkit-background-size-background-size: 171px 91px;
}

.numbers_box-advantages ul .item-2 {
    background: url("../img/numbers_2.png") center top no-repeat;
    -webkit-background-size: 174px 98px;
    -webkit-background-size--o-background-size: 174px 98px;
    -webkit-background-size-background-size: 174px 98px;
}

.numbers_box-advantages ul .item-3 {
    background: url("../img/numbers_3.png") center top no-repeat;
    -webkit-background-size: 171px 88px;
    -o-background-size: 171px 88px;
    background-size: 171px 88px;
}

.numbers_box-advantages ul .item-4 {
    background: url("../img/numbers_4.png") center top no-repeat;
    -webkit-background-size: 171px 79px;
    -o-background-size: 171px 79px;
    background-size: 171px 79px;
}

.numbers_box-advantages ul .item-5 {
    background: url("../img/numbers_5.png") center top no-repeat;
    -webkit-background-size: 172px 82px;
    -o-background-size: 172px 82px;
    background-size: 172px 82px;
}

.numbers_box-advantages ul .item-6 {
    background: url("../img/numbers_6.png") center top no-repeat;
    -webkit-background-size: 171px 90px;
    -o-background-size: 171px 90px;
    background-size: 171px 90px;
}

.check {
    position: relative;
    background: #FFF;
    padding-top: 55px;
}

.check .box_header {
    position: relative;
    z-index: 11;
}

.check .box_header h3 {
    color: #000;
}

@media (max-width: 992px) {
    .check .nav>li>a {
        padding: 0;
        margin-right: 15px;
        margin-top: 10px;
    }
}

.check .container {
    position: relative;
}

.check .container:after {
    position: absolute;
    content: '02';
    font: bold 300px/100% 'Bender', sans-serif;
    color: #f6f6f6;
    z-index: 10;
    top: -218px;
    left: -142px;
    letter-spacing: 12px;
}

.check_content {
    position: relative;
    min-height: 660px;
}

@media (max-width: 992px) {
    .check_content-img {
        margin-bottom: -940px;
    }
}

@media (max-width: 767px) {
    .check_content-img img {
        display: none;
    }
}

.check_content-img img {
    margin-top: 190px;
    position: absolute;
    right: 77px;
}

@media (max-width: 992px) {
    .check_content-img img {
        float: none;
        left: -50%;
        width: 100%;
    }
}

.check_content .nav-tabs {
    position: absolute;
    right: -20px;
    top: 0;
    border-bottom: 0px;
}

@media (max-width: 992px) {
    .check_content .nav-tabs {
        position: static;
        width: 100%;
        float: left;
    }
}

@media (max-width: 767px) {
    .check_content .nav-tabs {
        text-align: center;
    }
}

.check_content .nav-tabs li {
    float: none;
    font: bold 16px/28px 'Bender', sans-serif;
    text-transform: uppercase;
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .check_content .nav-tabs li {
        display: inline-block;
        margin-bottom: 0;
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .check_content .nav-tabs li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .check_content .tab_6 {
        margin-top: 0px !important;
    }
}

.check_content .nav-tabs li a {
    color: #727272;
}

@media (max-width: 992px) {
    .check_content .nav-tabs li a br {
        display: none;
    }
}

@media (max-width: 992px) {
    .check_content .nav-tabs>li>a {
        border-bottom: 5px solid transparent;
    }
}

.check_content .nav-tabs>li.active>a,
.check_content .nav-tabs>li.active>a:focus,
.check_content .nav-tabs>li.active>a:hover {
    color: #000;
    background: none;
    border: none;
}

@media (max-width: 992px) {
    .check_content .nav-tabs>li.active>a,
    .check_content .nav-tabs>li.active>a:focus,
    .check_content .nav-tabs>li.active>a:hover {
        border-bottom: 5px solid #4eae3b;
    }
}

.check_content .nav>li>a:focus,
.check_content .nav>li>a:hover {
    background: transparent;
    border-color: transparent;
}

.check_content .tab-content {
    float: right;
    height: auto;
    padding-bottom: 20px;
    background: #fff;
    margin-right: -15px;
    margin-top: 50px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
    .check_content .tab-content {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .check_content .tab-content {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.check_content .tab-content .tab-pane {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.check_content .tab-content .tab-pane img {
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .check_content .tab-content .tab-pane {
        width: 360px;
    }
}

@media (max-width: 767px) {
    .check_content .tab-content .tab-pane {
        width: 100%;
    }
}

.check_content .tab-content .tab-pane h3 {
    font: bold 24px/30px 'Bender', sans-serif;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .check_content .tab-content .tab-pane h3 {
        font-size: 18px;
        line-height: 130%;
    }
}

.check_content .tab-content .tab-pane p {
    font: 16px/22px 'Pt Sans', sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .check_content .tab-content .tab-pane p {
        font-size: 14px;
        line-height: 130%;
    }
}

.check_content .tab_1 {
    margin-top: 100px;
    margin-left: -304px;
}

@media (max-width: 992px) {
    .check_content .tab_1 {
        margin-left: 0px;
        margin-top: 0;
    }
}

.check_content .tab_1 a {
    position: relative;
    padding-left: 262px;
}

@media (max-width: 992px) {
    .check_content .tab_1 a {
        padding-left: 0;
    }
}

.check_content .tab_1 a:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 20%;
    background: url("../img/tab_1.png") left center no-repeat;
    width: 252px;
    height: 89px;
    cursor: pointer;
    -webkit-background-size: 252px 89px;
    -o-background-size: 252px 89px;
    background-size: 252px 89px;
}

@media (max-width: 992px) {
    .check_content .tab_1 a:before {
        display: none;
    }
}

.check_content .tab_1:hover a:before,
.check_content .tab_1.active a:before {
    background: url("../img/tab_1-hov.png") left center no-repeat;
    transition: all 0.1s;
}

.check_content .tab_2 {
    margin-left: -136px;
}

@media (max-width: 992px) {
    .check_content .tab_2 {
        margin-left: 0;
    }
}

.check_content .tab_2 a {
    padding-left: 114px;
    position: relative;
}

@media (max-width: 992px) {
    .check_content .tab_2 a {
        padding-left: 0;
    }
}

.check_content .tab_2 a:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 20%;
    background: url("../img/tab_2.png") left center no-repeat;
    width: 110px;
    height: 28px;
    cursor: pointer;
    -webkit-background-size: 110px 28px;
    -o-background-size: 110px 28px;
    background-size: 110px 28px;
}

@media (max-width: 992px) {
    .check_content .tab_2 a:before {
        display: none;
    }
}

.check_content .tab_2:hover a:before,
.check_content .tab_2.active a:before {
    background: url("../img/tab_2-hov.png") left center no-repeat;
    transition: all 0.1s;
}

@media (max-width: 992px) {
    .check_content .tab_2:hover a:before,
    .check_content .tab_2.active a:before {
        transform: rotate(180deg);
        background-position: right center;
    }
}

.check_content .tab_3 {
    margin-top: -36px;
    margin-left: -230px;
}

@media (max-width: 992px) {
    .check_content .tab_3 {
        margin-left: 0;
    }
}

.check_content .tab_3 a {
    position: relative;
    padding-left: 262px;
}

@media (max-width: 992px) {
    .check_content .tab_3 a {
        padding-left: 0;
    }
}

.check_content .tab_3 a:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 20%;
    background: url("../img/tab_1.png") left center no-repeat;
    width: 252px;
    height: 89px;
    cursor: pointer;
    -webkit-background-size: 252px 89px;
    -o-background-size: 252px 89px;
    background-size: 252px 89px;
}

@media (max-width: 992px) {
    .check_content .tab_3 a:before {
        display: none;
    }
}

.check_content .tab_3:hover a:before,
.check_content .tab_3.active a:before {
    background: url("../img/tab_1-hov.png") left center no-repeat;
    transition: all 0.1s;
}

.check_content .tab_4 {
    margin-top: -18px;
    margin-left: 35px;
}

@media (max-width: 992px) {
    .check_content .tab_4 {
        margin-left: 0;
    }
}

.check_content .tab_4 a {
    position: relative;
    padding-left: 35px;
}

@media (max-width: 992px) {
    .check_content .tab_4 a {
        padding-left: 0;
    }
}

.check_content .tab_4 a:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 20%;
    background: url("../img/tab_4.png") left center no-repeat;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px;
}

@media (max-width: 992px) {
    .check_content .tab_4 a:before {
        display: none;
    }
}

.check_content .tab_4:hover a:before,
.check_content .tab_4.active a:before {
    background: url("../img/tab_4-hov.png") left center no-repeat;
    transition: all 0.1s;
}

.check_content .tab_5 {
    margin-top: 97px;
    margin-left: -4px;
}

@media (max-width: 992px) {
    .check_content .tab_5 {
        margin-left: 0;
        margin-top: 0;
    }
}

.check_content .tab_5 a {
    padding-left: 78px;
    position: relative;
}

@media (max-width: 992px) {
    .check_content .tab_5 a {
        padding-left: 0;
    }
}

.check_content .tab_5 a:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 20%;
    background: url("../img/tab_5.png") left center no-repeat;
    width: 68px;
    height: 25px;
    cursor: pointer;
    -webkit-background-size: 68px 25px;
    -o-background-size: 68px 25px;
    background-size: 68px 25px;
}

@media (max-width: 992px) {
    .check_content .tab_5 a:before {
        display: none;
    }
}

.check_content .tab_5:hover a:before,
.check_content .tab_5.active a:before {
    background: url("../img/tab_5-hov.png") left center no-repeat;
    transition: all 0.1s;
}

.check_content .tab_6 {
    margin-top: -49px;
    margin-left: 2px;
}

@media (max-width: 992px) {
    .check_content .tab_6 {
        margin-left: 0;
    }
}

.check_content .tab_6 a {
    padding-left: 55px;
    position: relative;
}

@media (max-width: 992px) {
    .check_content .tab_6 a {
        padding-left: 0;
    }
}

.check_content .tab_6 a:before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 20%;
    background: url("../img/tab_6.png") left center no-repeat;
    width: 45px;
    height: 25px;
    cursor: pointer;
    -webkit-background-size: 45px 25px;
    -o-background-size: 45px 25px;
    background-size: 45px 25px;
}

@media (max-width: 992px) {
    .check_content .tab_6 a:before {
        display: none;
    }
}

.check_content .tab_6:hover a:before,
.check_content .tab_6.active a:before {
    background: url("../img/tab_6-hov.png") left center no-repeat;
    transition: all 0.1s;
}
.check_troubles h3:before{
    position: relative;
}

.check_troubles {
    margin-top: 74px;
    padding-bottom: 15%;
}

@media (max-width: 992px) {
    .check_troubles {
        margin-top: 50px;
    }
}

.check_troubles h3 {
    text-transform: uppercase;
    font: bold 24px/30px 'Bender', sans-serif;
    color: #000;
    margin-bottom: 45px;
    letter-spacing: 1.5px;
    padding-left: 19px;
    position: relative;
}
.siti {
    margin-top: 74px;
    padding-bottom: 15%;
}



@media (max-width: 992px) {
    .siti {
        margin-top: 50px;
    }
}
.siti h3 {
    text-transform: uppercase;
    font: bold 24px/30px 'Bender', sans-serif;
    color: #000;
    margin-bottom: 45px;
    letter-spacing: 1.5px;
    padding-left: 19px;
    position: relative;
    text-align: center;
}

@media (max-width: 767px) {
    .siti h3:before {
        height: 130%;
    }
}

.check_troubles h3:before {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;
    height: 238px;
    width: 1px;
    background-color: #959595;
}

@media (max-width: 767px) {
    .check_troubles h3:before {
        height: 130%;
    }
}

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

.siti ul {
    margin: 0;
    padding: 0;
}

.siti ul li {
    list-style-type: none;
    width: 50%;
    float: left;
    min-height: 70px;
    max-width: 475px;
    padding-left: 100px;
   /*  margin-bottom: 24px; */
}
.check_troubles .row {
    margin-left: 0px;
    margin-right: 0px;
}

.check_troubles ul {
    margin: 0;
    padding: 0;
}

.check_troubles ul li {
    list-style-type: none;
    width: 50%;
    float: left;
    min-height: 70px;
    max-width: 475px;
    padding-left: 100px;
    margin-bottom: 24px;
}
@media (max-width: 992px) {
    .siti ul li {
        height: 220px;
    }
}
@media (max-width: 767px) {
    .siti ul li {
        width: 100%;
        padding-left: 0;
        text-align: center;
        /* padding-top: 100px; */
        height: auto;
    }
}
.siti ul li h4 {
    font: bold 18px/25px 'Bender', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .siti ul li h4 {
        font-size: 18px;
        line-height: 130%;
    }
}
.siti ul li h4:before {
    position: absolute;
    content: ' ';
    width: 70px;
    height: 4px;
    background: #4eab3b;
    left: 0;
    bottom: -10px;
}

@media (max-width: 992px) {
    .siti ul li h4:before {
        top: auto;
        bottom: -10px;
        width: auto;
        left: 80px;
        right: 80px;
    }
}
.check_troubles ul li:nth-child(even) {
    float: right;
}

@media (max-width: 992px) {
    .check_troubles ul li {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .check_troubles ul li {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 100px;
        height: auto;
    }
}

.check_troubles ul li h4 {
    font: bold 18px/25px 'Bender', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .check_troubles ul li h4 {
        font-size: 18px;
        line-height: 130%;
    }
}

.check_troubles ul li h4:before {
    position: absolute;
    content: ' ';
    width: 70px;
    height: 4px;
    background: #4eab3b;
    left: 0;
    bottom: -10px;
}

@media (max-width: 992px) {
    .check_troubles ul li h4:before {
        top: auto;
        bottom: -10px;
        width: auto;
        left: 80px;
        right: 80px;
    }
}

.check_troubles ul li p {
    font: 16px/22px 'Pt Sans', sans-serif;
}

#check1 ul .item_1 {
    background: url("../img/troubles_1.png") left 6% no-repeat;
}

#check1 ul .item_2 {
    background: url("../img/troubles_2.png") left 10% no-repeat;
}

#check1 ul .item_3 {
    background: url("../img/troubles_3.png") left top no-repeat;
}

#check1 ul .item_4 {
    background: url("../img/troubles_4.png") left 4% no-repeat;
}

#check3 ul .item_1 {
    background: url("../img/troubles2_1.png") left 6% no-repeat;
}

#check3 ul .item_2 {
    background: url("../img/troubles2_2.png") left 10% no-repeat;
}

#check3 ul .item_3 {
    background: url("../img/troubles2_3.png") left top no-repeat;
}

#check3 ul .item_4 {
    background: url("../img/troubles2_4.png") 7px 4% no-repeat;
}

#check4 ul .item_1 {
    background: url("../img/troubles3_1.png") left 6% no-repeat;
}

#check4 ul .item_2 {
    background: url("../img/troubles3_2.png") left 10% no-repeat;
}

#check4 ul .item_3 {
    background: url("../img/troubles3_3.png") left top no-repeat;
}

#check4 ul .item_4 {
    background: url("../img/troubles3_4.png") 7px 4% no-repeat;
}

#check5 ul .item_1 {
    background: url("../img/troubles4_1.png") left 6% no-repeat;
}

#check5 ul .item_2 {
    background: url("../img/troubles4_2.png") left 10% no-repeat;
}

#check5 ul .item_3 {
    background: url("../img/troubles4_3.png") left top no-repeat;
}

#check5 ul .item_4 {
    background: url("../img/troubles4_4.png") 7px 4% no-repeat;
}

#check2 ul .item_1 {
    background: url("../img/troubles5_1.png") left 6% no-repeat;
}

#check2 ul .item_2 {
    background: url("../img/troubles5_2.png") left 10% no-repeat;
}

#check2 ul .item_3 {
    background: url("../img/troubles5_3.png") left top no-repeat;
}

#check2 ul .item_4 {
    background: url("../img/troubles5_4.png") 7px 4% no-repeat;
}

#check6 ul .item_1 {
    background: url("../img/troubles6_1.png") left 6% no-repeat;
}

#check6 ul .item_2 {
    background: url("../img/troubles6_2.png") left 10% no-repeat;
}

#check6 ul .item_3 {
    background: url("../img/troubles6_3.png") left top no-repeat;
}

#check6 ul .item_4 {
    background: url("../img/troubles6_4.png") 7px 4% no-repeat;
}

@media (max-width: 767px) {
    .check_troubles ul .item_1 {
        background-position: center top;
    }
}

@media (max-width: 767px) {
    .check_troubles ul .item_2 {
        background-position: center top;
    }
}

@media (max-width: 767px) {
    .check_troubles ul .item_3 {
        background-position: center top;
    }
}

@media (max-width: 767px) {
    .check_troubles ul .item_4 {
        background-position: center top;
    }
}

.nav-tabs>li>a {
    border: none;
}

.services {
    background: #252525;
    position: relative;
    padding-top: 180px;
}

@media (max-width: 767px) {
    .services {
        padding-top: 0;
    }
}

/*.services:before {
    position: absolute;
    content: ' ';
    width: 1980px;
    height: 200px;
    background: #252525;
    top: -85px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg); }
    @media (max-width: 992px) {
      .services:before {
        width: 800px; } }*/

@media (max-width: 992px) {
    .container:after,
    .videoblog .box_header:after {
        font-size: 0 !important;
    }
    /*.services:before {
        top: -107px; } */
}

@media (min-width: 1400px) {
    /*.services:before {
        height: 247px;
        top: -116px; }*/
}

.services .container {
    position: relative;
}

.services .container:after {
    position: absolute;
    content: '03';
    font: bold 300px/100% 'Bender', sans-serif;
    color: #3b3b3b;
    z-index: 10;
    top: -179px;
    left: -140px;
    letter-spacing: 12px;
}

@media (max-width: 767px) {
    .services .container:after {
        top: -100px;
    }
}

@media (max-width: 992px) {
    .services_box {
        padding-top: 135px;
        width: 100%;
    }
}

.services .box_header {
    position: relative;
    z-index: 12;
}

.services .box_header h3 {
    position: relative;
    z-index: 12;
}

.services_name {
    margin-top: 47px;
}

.services_name ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-left: -15px;
}

@media (max-width: 992px) {
    .services_name ul {
        margin-left: 0;
    }
}

.services_name-box_btn {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {
    .services_name-box_btn {
        width: 200px;
        margin: 0 auto;
    }
}

.services_name-item {
    width: 33.33%;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 0px 10px;
    position: relative;
}

@media (max-width: 992px) {
    .services_name-item {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .services_name-item {
        z-index: 100;
    }
}

.services_name-item li {
    height: 590px;
}

@media (max-width: 992px) {
    .services_name-item li {
        height: 650px;
    }
}

@media (max-width: 767px) {
    .services_name-item li {
        height: 500px;
    }
}

.services_name-item li img {
    width: 100%;
    display: block;
    max-height: 220px;
}

@media (max-width: 992px) {
    .services_name-item li img {
        max-height: 375px;
    }
}

.services_name-item li h4,
.services_name-item li p {
    margin: 0;
}

.services_name-item li h4 {
    font: bold 18px/25px 'Bender', sans-serif;
    text-transform: uppercase;
    margin: 20px 0px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.services_name-item li p {
    font: 18px/25px 'Pt Sans', sans-serif;
}

@media (max-width: 767px) {
    .services_name-item li p {
        font-size: 14px;
        line-height: 18px;
    }
}

.services_name-item li span {
    font: bold 24px/100% 'Pt Sans', sans-serif;
}

.services_name-item li a {
    text-align: center;
    text-transform: uppercase;
    display: block;
    max-width: 293px;
    height: 53px;
    margin: 0 auto;
    text-decoration: none;
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    font: bold 16px/47px 'Bender', sans-serif;
    margin-top: 16px;
    outline: none;
}

.services_name-item li a:hover {
    background: #fff;
    color: #464646;
}

.services_name-item li a:active {
    background: #e1e1e1;
    border-color: #e1e1e1;
    color: #464646;
}

@media (max-width: 767px) {
    .services_name-item li a {
        margin-top: 10px;
    }
}

.services_name-item .gray {
    background-color: #464646;
}

.services_name-item .blue {
    background-color: #464646;
}

.services_name-item .green {
    background-color: #464646;
}

.services_name-box {
    display: inline-block;
    padding: 0px 20px;
}

.services_name-include {
    padding-top: 200px;
    padding-bottom: 100px;
    background: #fff;
}

@media (max-width: 992px) {
    .services_name-include {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .services_name-include {
        margin-top: 0;
    }
}

.services_name-include h4 {
    font: bold 24px/30px 'Bender', sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    letter-spacing: 1.5px;
}

.services_name-include ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center;
    margin-top: 67px;
}

@media (max-width: 992px) {
    .services_name-include ul {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .services_name-include ul {
        margin-top: 30px;
    }
}

.services_name-include ul li {
    font: 18px/25px 'Pt Sans', sans-serif;
    color: #000;
    width: 25%;
    display: inline-block;
    text-align: center;
    height: 200px;
    vertical-align: bottom;
    padding-top: 85px;
}

@media (max-width: 992px) {
    .services_name-include ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .services_name-include ul li {
        width: 100%;
        padding-top: 70px;
        height: auto;
        margin-bottom: 50px;
    }
    .services_name-include ul li:last-child {
        margin-bottom: 0;
    }
}

.services_name-include .item_1 {
    background: url("../img/include_1.png") center top no-repeat;
    -webkit-background-size: 64px 38px;
    -o-background-size: 64px 38px;
    background-size: 64px 38px;
}

.services_name-include .item_2 {
    background: url("../img/include_2.png") center top no-repeat;
    -webkit-background-size: 64px 64px;
    -o-background-size: 64px 64px;
    background-size: 64px 64px;
}

.services_name-include .item_3 {
    background: url("../img/include_3.png") center top no-repeat;
    -webkit-background-size: 64px 59px;
    -o-background-size: 64px 59px;
    background-size: 64px 59px;
}

.services_name-include .item_4 {
    background: url("../img/include_4.png") center top no-repeat;
    -webkit-background-size: 82px 64px;
    -o-background-size: 82px 64px;
    background-size: 82px 64px;
}

.car_form {
    background: #FFF;
    position: relative;
    overflow: hidden;
    padding-top: 388px;
}

.car_form:before {
    position: absolute;
    content: ' ';
    z-index: 200;
    width: 1980px;
    height: 200px;
    background: #252525;
    top: -86px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (max-width: 992px) {
    .car_form:before {
        width: 800px;
    }
}

@media (min-width: 1400px) {
    .car_form:before {
        height: 237px;
        top: -118px;
    }
}

.car_form .container {
    position: relative;
}

.car_form .container:after {
    position: absolute;
    content: '04';
    font: bold 300px/100% 'Bender', sans-serif;
    color: #f6f6f6;
    z-index: 10;
    top: -185px;
    left: -150px;
    letter-spacing: 12px;
    z-index: 0;
}

@media (max-width: 992px) {
    .car_form {
        padding-top: 270px;
    }
}

@media (max-width: 767px) {
    .car_form {
        padding-top: 155px;
        z-index: 200;
        margin-bottom: -120px;
    }
}

.car_form .box_header {
    position: relative;
    z-index: 10;
}

.car_form .box_header h3 {
    color: #000;
}

.car_form h4 {
    margin-left: 70px;
    font: italic 20px/25px 'Bender', sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .car_form h4 {
        margin-left: 0px;
        font-size: 16px;
        line-height: 130%;
    }
}

.car_form-img {
    float: left;
    margin-top: 33px;
}

@media (max-width: 767px) {
    .car_form-img img {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .car_form-img {
        float: none;
        text-align: center;
    }
}

.car_form-form {
    float: right;
    max-width: 575px;
    margin-top: 105px;
}

@media (max-width: 992px) {
    .car_form-form {
        float: none;
        margin: 0 auto;
        margin-top: 75px;
    }
}

@media (max-width: 767px) {
    .car_form-form {
        width: 100%;
    }
}

.car_form-form input {
    border: 1px solid #000;
    padding-left: 15px;
    margin-bottom: 20px;
    height: 50px;
}

.car_form-form input::-webkit-input-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
}

.car_form-form input::-moz-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
}

.car_form-form input:-ms-input-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
}

.car_form-form input:-moz-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
}

.car_form-form input:focus {
    border-color: #48b8cf;
}

.car_form-form input,
.car_form-form button {
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.car_form-form .link,
.car_form-form .btn {
    width: 100%;
}

.car_form-form .name,
.car_form-form .phone {
    width: 100%;
}

.car_form-form .phone {
    float: right;
}

.car_form-form .btn {
    height: 57px;
    text-align: center;
    font: bold 16px/48px 'Bender', sans-serif;
    color: #fff;
    background: #4eab3b;
    outline: none;
    border: none;
    cursor: pointer;
}

.car_form-form .btn:hover {
    background: #4eab3b;
}

.car_form-form .btn:focus {
    background: #4eab3b;
}

.buy {
    background: url("../img/buy.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 384px;
    padding-bottom: 325px;
}

@media (max-width: 992px) {
    .buy {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .buy {
        padding-top: 190px;
        padding-bottom: 50px;
    }
}

.buy:before {
    position: absolute;
    content: ' ';
    z-index: 100;
    width: 1980px;
    height: 215px;
    background: #fff;
    top: -104px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (max-width: 992px) {
    .buy:before {
        width: 800px;
    }
}

.buy .container {
    position: relative;
}

.buy .container:after {
    position: absolute;
    content: '05';
    font: bold 300px/100% 'Bender', sans-serif;
    color: #3b3b3b;
    z-index: 10;
    top: -178px;
    left: -152px;
    letter-spacing: 12px;
}

@media (max-width: 992px) {
    .buy .container:after {
        top: 120px;
    }
}

.buy .box_header {
    position: relative;
    z-index: 11;
}

.buy_steps {
    margin-bottom: 13px;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .buy_steps {
        margin-top: 50px;
    }
}

.buy_steps ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

@media (max-width: 992px) {
    .buy_steps ul {
        text-align: center;
    }
}

.buy_steps ul li {
    color: #fff;
    display: inline-block;
    width: 20%;
    padding-top: 108px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    height: 155px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/22px 'Pt Sans', sans-serif;
}

@media (max-width: 992px) {
    .buy_steps ul li {
        width: 33.33%;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .buy_steps ul li {
        width: 100%;
        z-index: 500;
    }
}

.buy_steps ul .strip {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 130px;
    height: 10px;
    background: #3b3b3b;
    text-align: center;
    margin: 0 auto;
}

.buy_steps ul .strip:after {
    content: ' ';
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 130px;
    height: 10px;
    background: #4eab3b;
    text-align: center;
    margin: 0 auto;
}

.buy_steps ul .buy_steps-1 {
    background: url("../img/buy_1.png") center top no-repeat;
    background-size: 54px 54px;
}

.buy_steps ul .buy_steps-1 .strip:after {
    width: 26px;
}

.buy_steps ul .buy_steps-2 {
    background: url("../img/buy_2.png") center top no-repeat;
    background-size: 54px 54px;
}

.buy_steps ul .buy_steps-2 .strip:after {
    width: 52px;
}

.buy_steps ul .buy_steps-3 {
    background: url("../img/buy_3.png") center top no-repeat;
    background-size: 54px 54px;
}

.buy_steps ul .buy_steps-3 .strip:after {
    width: 78px;
}

.buy_steps ul .buy_steps-4 {
    background: url("../img/buy_4.png") center top no-repeat;
    background-size: 54px 54px;
}

.buy_steps ul .buy_steps-4 .strip:after {
    width: 104px;
}

.buy_steps ul .buy_steps-5 {
    background: url("../img/buy_5.png") center top no-repeat;
    background-size: 54px 54px;
}

.buy_steps ul .buy_steps-5 .strip:after {
    width: 130px;
}

.buy_steps-strips {
    margin-bottom: 90px;
    margin-left: 15%;
}

@media (max-width: 992px) {
    .buy_steps-strips {
        display: none;
    }
}

.buy_steps-strips .strip {
    display: inline-block;
    width: 20%;
}

.buy_steps-strips .strip_5 {
    width: 23px;
}

.buy_steps-strips .strip span {
    color: #4eab3b;
    text-align: left;
    width: 100%;
    position: relative;
    font: 900 16px/100% 'Bender', sans-serif;
    display: inline-block;
}

.buy_steps-strips .strip i {
    font-style: normal;
}

.buy_steps-strips .strip span:after {
    position: absolute;
    content: ' ';
    height: 3px;
    left: 25px;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    background: #4eab3b;
}

.buy_steps-strips .strip_5 span:after {
    display: none;
}

.buy_steps-get {
    text-align: center;
}

.buy_steps-get h3 {
    font: bold 24px/30px 'Bender', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 44px;
}

.buy_steps-get_item {
    display: inline-block;
    color: #fff;
    vertical-align: top;
    height: 200px;
    float: left;
    text-align: center;
    max-width: 100%;
}

.buy_steps-get_item p {
    margin: 0;
    font: 18px/25px 'Pt Sans', sans-serif;
    margin-top: 18px;
}

@media (max-width: 992px) {
    .buy_steps-get_item {
        width: 100%;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .buy_steps-get_item {
        height: 300px;
    }
}

.buy_steps-get_item-wrap {
    width: 25%;
    display: inline-block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px;
}

.buy_steps-get_item-wrap img {
    width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .buy_steps-get_item-wrap {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .buy_steps-get_item-wrap {
        width: 100%;
    }
}

.help_slider {
    background: #FFF;
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px;
}

@media (max-width: 992px) {
    .help_slider {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .help_slider .owl-carousel .owl-item img {
        height: auto;
    }
    .help_slider .owl-dots {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .help_slider .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        background: #333;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }
    .help_slider .owl-dots .owl-dot:last-child {
        margin-right: 0;
    }
    .help_slider .owl-dots .owl-dot.active {
        background: #4eab3b;
    }
}

@media (max-width: 767px) {
    .help_slider {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .help_slider_box {
        overflow: hidden;
    }
}

/*.help_slider:before {
    position: absolute;
    content: ' ';
    width: 1980px;
    height: 215px;
    background: #fff;
    top: -86px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg); }*/

/*@media (max-width: 992px) {
      .help_slider:before {
        width: 800px; } }*/

/*@media (min-width: 1400px) {
      .help_slider:before {
        top: -125px; } }*/

.help_slider .container {
    position: relative;
}

.help_slider .container:after {
    position: absolute;
    content: '06';
    font: bold 300px/100% 'Bender', sans-serif;
    color: #f6f6f6;
    z-index: 10;
    top: -190px;
    left: -154px;
    letter-spacing: 12px;
}

@media (max-width: 767px) {
    .help_slider .container:after {
        z-index: 0;
    }
}

.help_slider .box_header {
    margin-bottom: -12px;
    position: relative;
    z-index: 11;
}

.help_slider h3 {
    color: #000;
}

.help_slider-item {
    position: relative;
    max-width: 1030px;
    margin: 0px auto;
}

@media (max-width: 992px) {
    .help_slider-item {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .help_slider-item {
        margin-top: 50px;
    }
}

.help_slider .owl-stage-outer {
    padding: 100px 0;
}

@media (max-width: 992px) {
    .help_slider-img {
        float: none;
        margin-right: 0px;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .help_slider-img {
        margin-right: 0;
    }
}

.help_slider-img img {
    width: 399px;
    height: 385px;
}

@media (min-width: 993px) {
    .help_slider-item:before {
        content: ' ';
        position: fixed;
        top: -25px;
        bottom: -25px;
        left: 20px;
        right: 20px;
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 9000;
        height: auto;
        border: 4px solid #4eab3b;
    }
}

@media (max-width: 992px) {
    .help_slider-img:before {
        width: 94%;
        left: 3%;
    }
}

@media (max-width: 767px) {
    .help_slider-img:before {
        display: none;
    }
}

.help_slider-info {
    padding-right: 30px;
}

.help_slider-info h3 {
    font: bold 18px/25px 'Bender', sans-serif;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 22px;
    letter-spacing: 1px;
}

.help_slider-info ul {
    margin: 0;
    padding: 0;
    margin-bottom: 23px;
}

.help_slider-info ul li {
    list-style-type: none;
    font: 16px/22px 'Pt Sans', sans-serif;
    color: #000;
}

.help_slider-info ul li span {
    color: #000000;
    font-weight: bold;
}

.help_slider-info p {
    font: 16px/22px 'Pt Sans', sans-serif;
}

@media (max-width: 992px) {
    .help_slider-info p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .help_slider-info br {
        display: none;
    }
}

.help_slider .owl-prev,
.help_slider .owl-next {
    position: absolute;
    top: 55%;
    text-indent: -9999px;
    width: 40px;
    height: 25px;
    background: red;
}

.help_slider .owl-prev {
    left: 0;
    background: url("../img/arrow_prev.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.help_slider .owl-next {
    right: 0;
    background: url("../img/arrow_next.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ceo {
    background: #252525;
    position: relative;
    overflow: hidden;
}

@media (max-width: 992px) {
    .ceo {
        padding-top: 145px;
    }
}

@media (max-width: 767px) {
    .ceo {
        padding-top: 115px;
    }
}

.ceo:before {
    position: absolute;
    content: ' ';
    z-index: 100;
    width: 1980px;
    height: 169px;
    background: #fff;
    top: -86px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (min-width: 1400px) {
    .ceo:before {
        height: 240px;
        top: -119px;
    }
}

.ceo-img {
    float: left;
    margin-right: 115px;
    position: relative;
    z-index: 100;
}

@media (max-width: 992px) {
    .ceo-img {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .ceo-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .ceo-img img {
        width: 300px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .ceo-img img {
        width: 100%;
    }
}

.ceo-txt {
    padding-top: 140px;
    overflow: hidden;
    padding-left: 15px;
}

@media (max-width: 992px) {
    .ceo-txt {
        padding-top: 0px;
    }
}

@media (max-width: 767px) {
    .ceo-txt {
        padding-left: 2px;
    }
    .ceo-txt br {
        display: none;
    }
}

.ceo-txt p {
    font: 18px/25px 'Pt Sans', sans-serif;
    color: #fff;
    margin: 0;
    margin-bottom: 25px;
}

@media (max-width: 992px) {
    .ceo-txt p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.ceo-txt_name {
    text-transform: uppercase;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 45px;
}

@media (max-width: 992px) {
    .ceo-txt_name {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .ceo-txt_name {
        padding-left: 15px;
    }
}

.ceo-txt_name:before {
    position: absolute;
    content: ' ';
    left: -15px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #4eab3b;
    height: 100%;
}

@media (max-width: 767px) {
    .ceo-txt_name:before {
        left: 0;
    }
}

.ceo-txt_name h4 {
    font: bold 18px/25px 'Bender', sans-serif;
    margin: 0;
}

.ceo-txt_name p {
    font: italic 15px/25px 'Bender', sans-serif;
    margin: 0;
}

.videoblog {
    background: #FFF;
    position: relative;
    padding-top: 417px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .videoblog {
        padding-top: 260px;
    }
}

@media (max-width: 767px) {
    .videoblog {
        padding-top: 160px;
    }
}

.videoblog:before {
    position: absolute;
    content: ' ';
    z-index: 100;
    width: 1980px;
    height: 204px;
    background: #252525;
    top: -86px;
    left: 50%;
    transform: translate(-50%, 0) rotate(-7deg);
}

@media (min-width: 1400px) {
    .videoblog:before {
        height: 240px;
        top: -123px;
    }
}

.videoblog .box_header {
    position: relative;
    z-index: 100;
}

.videoblog .box_header:after {
    position: absolute;
    content: '07';
    font: bold 300px/100% 'Bender', sans-serif;
    color: #f6f6f6;
    z-index: 10;
    top: -190px;
    left: -148px;
    letter-spacing: 12px;
    z-index: 10;
}

@media (max-width: 767px) {
    .videoblog .box_header:after {
        top: 150px;
    }
}

.videoblog .box_header {
    position: relative;
    z-index: 11;
}

.videoblog .box_header h3 {
    color: #000;
    position: relative;
    z-index: 100;
}

.videoblog_slider {
    margin-top: 50px;
    margin-bottom: 76px;
}

@media (max-width: 767px) {
    .videoblog_slider {
        position: relative;
        z-index: 1000;
    }
}

.videoblog_slider .owl-prev,
.videoblog_slider .owl-next {
    position: absolute;
    top: 40%;
    text-indent: -9999px;
    width: 40px;
    height: 25px;
    background: red;
}

.videoblog_slider .owl-prev {
    left: 90px;
    background: url("../img/arrow_prev.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.videoblog_slider .owl-next {
    right: 90px;
    background: url("../img/arrow_next.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 992px) {
    .videoblog_slider .owl-dots {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .videoblog_slider .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        background: #333;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }
    .videoblog_slider .owl-dots .owl-dot:last-child {
        margin-right: 0;
    }
    .videoblog_slider .owl-dots .owl-dot.active {
        background: #48B8CF;
    }
}

.videoblog_slider-item {
    position: relative;
    z-index: 5;
}

.videoblog_slider-item img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.videoblog_slider-item_txt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    text-align: center;
}

.videoblog_slider-item_txt a {
    display: inline-block;
}

.videoblog_slider-item_txt a:focus {
    outline: none;
}

@media (max-width: 992px) {
    .videoblog_slider-item_txt a {
        margin-bottom: 10px;
    }
}

.videoblog_slider-item_txt a img {
    width: 29px;
    height: 34px;
    position: relative;
    z-index: 10000;
}

.videoblog_slider-item_txt p {
    font: bold 20px/25px 'Bender', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 992px) {
    .videoblog_slider-item_txt p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .videoblog_slider-item_txt p {
        font-size: 14px;
    }
}

.videoblog_slider-item:after {
    position: absolute;
    z-index: 101;
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
    transition: all 0.4s;
}

.videoblog_slider .owl-item.active.center {
    position: relative;
    z-index: 1;
}

.videoblog_slider .owl-item.active.center:before {
    position: absolute;
    background: transparent;
    z-index: 100;
    content: ' ';
    width: auto;
    height: auto;
    pointer-events: none;
    top: 20px;
    bottom: 20px;
    left: -50px;
    right: -50px;
    border: 4px solid #48b8cf;
}

@media (max-width: 767px) {
    .videoblog_slider .owl-item.active.center:before {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
}

.videoblog_slider .owl-item.active.center .videoblog_slider-item:after {
    background-color: transparent;
}

.videoblog .youtube {
    display: block;
    text-align: center;
    width: 370px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.5px;
    height: 58px;
    background: #e02a26;
    font: bold 16px/58px 'Bender', sans-serif;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 25px;
    background-image: url("../img/youtube_btn.png");
    -webkit-background-size: 48px 34px;
    -o-background-size: 48px 34px;
    background-size: 48px 34px;
    background-repeat: no-repeat;
    background-position: 25px center;
    border-radius: 5px;
    margin-bottom: 97px;
}

@media (max-width: 767px) {
    .videoblog .youtube {
        width: 300px;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.videoblog .youtube:hover {
    opacity: 0.7;
}

.videoblog .youtube:focus {
    background-color: #bb1f1c;
}

.map {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 700px;
    position: relative;
}

@media (max-width: 767px) {
    .map {
        height: 100%;
    }
}

.map_box {
    max-width: 1800px;
    width: 100%;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing--moz-box-sizing: border-box;
    -webkit-box-sizing-box-sizing: border-box;
    height: auto;
    margin: 0 auto;
}

.map_block:before {
    position: absolute;
    content: ' ';
    height: auto;
    top: -20px;
    left: 60px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #4eab3b;
    z-index: 2000;
}

.map_block:after {
    position: absolute;
    content: ' ';
    height: auto;
    bottom: -20px;
    left: 60px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #4eab3b;
    z-index: 1000;
}

.map_box:before {
    position: absolute;
    content: ' ';
    height: auto;
    top: -20px;
    bottom: -20px;
    left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #4eab3d;
    z-index: 1000;
}

.map_box:after {
    position: absolute;
    content: ' ';
    height: auto;
    top: -20px;
    bottom: -20px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #4eab3b;
    z-index: 1000;
}

@media (max-width: 767px) {
    .map_block:before {
        top: 5px;
        left: 5px;
        right: 5px;
        display: none;
    }
    .map_block:after {
        bottom: 5px;
        left: 5px;
        right: 5px;
        display: none;
    }
    .map_box:before {
        top: 5px;
        bottom: 5px;
        left: 5px;
        display: none;
    }
    .map_box:after {
        top: 5px;
        bottom: 5px;
        right: 5px;
        display: none;
    }
}

.map_box_contact {
    background: #252525;
    position: absolute;
    left: 61px;
    bottom: -20px;
    padding: 12px 100px 10px 290px;
    height: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
}

@media (max-width: 992px) {
    .map_box_contact {
        padding-right: 20px;
        padding-left: 20px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .map_box_contact {
        margin-top: 50px;
        position: static;
        float: none;
    }
}

.map_box_contact ul {
    margin: 0;
    padding: 0;
}

.map_box_contact ul li {
    list-style-type: none;
    margin-bottom: 20px;
}

.map_box_contact ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .map_box_contact ul li {
        margin-bottom: 5px;
    }
}

.map_box_contact ul li h4 {
    font: bold 18px/30px 'Bender', sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .map_box_contact ul li h4 {
        font-size: 14px;
    }
    .map_box_contact ul li h4 br {
        display: none;
    }
}

.map_box_contact ul li a {
    text-decoration: none;
    color: #fff;
    font: 16px/20px 'Pt Sans', sans-serif;
    display: block;
    max-width: 270px;
}

@media (max-width: 992px) {
    .map_box_contact ul li a {
        font-size: 12px;
    }
}

.ymaps-2-1-55-controls__control,
.ymaps-2-1-55-controls-pane,
.ymaps-2-1-55-map-copyrights-promo {
    display: none !important;
}

.footer {
    height: 145px;
    padding: 20px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer_logo {
    margin-right: 41px;
    float: left;
}

@media (max-width: 992px) {
    .footer_logo {
        margin-right: 60px;
    }
}

@media (max-width: 767px) {
    .footer_logo {
        float: left;
        margin-right: 0;
        margin-right: 35px;
    }
}

.footer_logo img {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .footer_logo img {
        margin-right: 0;
    }
}

.footer_logo p {
    display: inline-block;
    font: 16px/22px 'Pt Sans', sans-serif;
    color: #717171;
    max-width: 235px;
    margin: 0;
    padding-top: 29px;
}

@media (max-width: 992px) {
    .footer_logo p {
        display: none;
    }
}

.footer_pay {
    float: left;
    margin-right: 128px;
    margin-top: 32px;
}

@media (max-width: 992px) {
    .footer_pay {
        margin-right: 70px;
    }
}

@media (max-width: 767px) {
    .footer_pay {
        float: left;
        margin-right: 0;
    }
}

.footer_pay a#ftr__pay-btn {
    display: block;
    width: 170px;
    height: 36px;
    text-decoration: none;
    font: bold 13px/36px 'Bender', sans-serif;
    color: #fff;
    text-align: center;
    background: #4eae3b;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_pay a#ftr__pay-btn:hover {
    background: #4eab4e;
}

.footer_pay a#ftr__pay-btn:focus {
    background: #4eab4e;
}

.footer_by {
    margin-right: 0px;
    float: left;
    padding-left: 40px;
    margin-top: 30px;
    background: url("../img/fox_grey.svg") left center no-repeat;
    -webkit-background-size: 32px 34px;
    -webkit-background-size--o-background-size: 32px 34px;
    -webkit-background-size-background-size: 32px 34px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .footer_by {
        width: 100%;
        text-align: center;
        background-position: 19% center;
        padding-left: 0;
    }
}

.footer_by p {
    color: #747474;
    font: 15px/100% 'Pt Sans', sans-serif;
    padding-top: 5px;
}

.footer_by a {
    color: #48b8cf;
    font: 15px/100% 'Pt Sans', sans-serif;
    height: 32px;
    line-height: 32px;
}

.footer_by:hover {
    background: url("../img/fox_orange.svg") left center no-repeat;
    -webkit-background-size: 32px 34px;
    -o-background-size: 32px 34px;
    background-size: 32px 34px;
}

.footer_by:hover p a {
    color: #F26B28;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.footer_socials {
    display: inline-block;
    float: right;
    margin-top: 32px;
}

@media (max-width: 767px) {
    .footer_socials {
        float: none;
        width: 128px;
        margin-right: 20px;
    }
}

.footer_socials ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.footer_socials ul li {
    display: inline-block;
    width: 36px;
    height: 36px;
}

.footer_socials ul .wh {
    background: url(../img/whatsapp.png) center no-repeat;
    -webkit-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
    transition: all 0.4s;
    margin-right: 10px;
}

.footer_socials ul .tt {
    background: url(../img/tiktok.png) center no-repeat;
    -webkit-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
    transition: all 0.4s;
    margin-right: 10px;
}

.footer_socials ul .tg {
    background: url(../img/telegram.png) center no-repeat;
    -webkit-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
    transition: all 0.4s;
     margin-right: 10px;
}

.footer_socials ul .vk {
    background: url(../img/vk.png) center no-repeat;
    -webkit-background-size: 36px 36px;
    -o-background-size: 36px 36px;
    background-size: 36px 36px;
    transition: all 0.4s;
     margin-right: 10px;
}

.nav-btn-wrap {
    z-index: 5;
    position: absolute;
    top: 30px;
    right: 20px;
    display: none;
    width: 40px;
    height: 36px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .nav-btn-wrap {
        top: 16px;
    }
}

.nav-btn-wrap>div {
    -webkit-transition: top 200ms ease-in-out;
    -moz-transition: top 200ms ease-in-out;
    -ms-transition: top 200ms ease-in-out;
    -o-transition: top 200ms ease-in-out;
    transition: top 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 992px) {
    .nav-btn-wrap {
        display: block;
    }
}

.nav-btn {
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 10001;
}

.nav-btn .line1 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 4px;
    margin: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #4eae3b;
}

.nav-btn .line2 {
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 4px;
    margin: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #4eae3b;
}

.nav-btn .line3 {
    position: absolute;
    top: 29px;
    right: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 4px;
    margin: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #4eae3b;
}

.nav-btn--active .line1 {
    width: 33px;
    top: 16px;
    -webkit-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    -moz-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    -ms-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    -o-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    transition: top 200ms ease, width 200ms ease 200ms, transform 350ms ease 200ms, background-color 200ms ease;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #4eae3b;
}

.nav-btn--active .line2 {
    opacity: 0;
    -webkit-transition: opacity 50ms ease 200ms;
    -moz-transition: opacity 50ms ease 200ms;
    -ms-transition: opacity 50ms ease 200ms;
    -o-transition: opacity 50ms ease 200ms;
    transition: opacity 50ms ease 200ms;
}

.nav-btn--active .line3 {
    width: 33px;
    top: 16px;
    -webkit-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    -moz-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    -ms-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    -o-transition: top 200ms ease, width 200ms ease 200ms, -webkit-transform 350ms ease 200ms, background-color 200ms ease;
    transition: top 200ms ease, width 200ms ease 200ms, transform 350ms ease 200ms, background-color 200ms ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #4eae3b;
}

.mobile_nav {
    z-index: 100;
    position: fixed;
    top: 100px;
    right: 0;
    bottom: 0;
    padding-top: 0px;
    left: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    background-color: #252525;
    /* background-color: #48B8CF; */
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    visibility: hidden;
}

@media (max-width: 767px) {
    .mobile_nav {
        top: 69px;
    }
}

.mobile_nav--active {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    visibility: visible;
}

.mobile_nav__in {
    position: relative;
}

.mobile_nav .con {
    margin-bottom: 25px;
}

.mobile_nav .con ul {
    margin: 0;
    padding: 0;
}

.mobile_nav .con ul li {
    list-style-type: none;
    color: #fff;
    font: 300 14px/130% 'HelveticaNeueCyr', sans-serif;
    max-width: 200px;
    margin: 10px auto;
}

.mobile_nav .con ul li:last-child {
    margin-bottom: 20px;
}

.mobile_nav .con ul li:hover {
    opacity: 0.8;
}

.mobile_nav .con ul li a {
    color: #fff;
    font: 300 14px/100% 'HelveticaNeueCyr', sans-serif;
    text-decoration: none;
}

.mobile_nav .con ul li i {
    margin-right: 12px;
    font-size: 16px;
}

.mobile_nav--active {
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 10000;
}

.mobile_nav__wrap {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.mobile_nav__wrap ul {
    padding: 0;
    margin: 0;
}

.mobile_nav__wrap ul li {
    list-style-type: none;
}

.mobile_nav .tel {
    font: bold 30px/100% 'Bender', sans-serif;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .mobile_nav .tel {
        font-size: 20px;
    }
}

.mobile_nav ul li {
    margin: 25px 0;
}

.mobile_nav ul li a {
    font: bold 30px/100% 'Bender', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 767px) {
    .mobile_nav ul li a {
        font-size: 20px;
    }
}

.header_mob {
    height: 100px;
    background: #252525;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}

@media (max-width: 767px) {
    .header_mob {
        height: 70px;
    }
}

.header_mob a {
    color: #fff;
    text-align: center;
}

.header_mob_logo {
    height: 100px;
    line-height: 100px;
    margin-left: 12px;
}

.header_mob_logo img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 100px;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .header_mob_logo {
        height: 70px;
    }
    .header_mob_logo img {
        height: 70px;
    }
}

@media (max-width: 992px) {
    .header_mob {
        display: block;
        border-bottom: 2px solid #4eae3b;
        z-index: 1000;
    }
}

@media (max-width: 992px) {
    .mobile {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .mobile {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .hide_mob {
        display: none;
    }
}

@media (max-width: 767px) {
    .price_popup {
        padding-right: 0;
    }
}

.price_popup .modal-content {
    width: 570px;
    margin: 0 auto;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .price_popup .modal-content {
        width: 100%;
    }
}

.price_popup .modal-header,
.price_popup .modal-footer,
.price_popup .modal-body {
    border: none;
    text-align: center;
}

.price_popup .modal-header {
    padding-top: 0;
}

.price_popup .modal-header h5 {
    margin: 0;
    font: bold 24px/29px 'Bender', sans-serif;
    margin-bottom: 8px;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .price_popup .modal-header h5 {
        font-size: 16px;
        line-height: 20px;
    }
}

.price_popup .modal-header p {
    font: 18px/25px 'Pt Sans', sans-serif;
    margin: 0;
    letter-spacing: 0px;
}

@media (max-width: 767px) {
    .price_popup .modal-header p {
        font-size: 16px;
        line-height: 20px;
    }
    .price_popup .modal-header p br {
        display: none;
    }
}

.price_popup .modal-header .close {
    margin-top: -18px;
    font-size: 40px;
    font-weight: 100;
}

.price_popup-form form {
    padding-right: 8px;
    padding-left: 23px;
}

.price_popup-form input {
    border: 1px solid #000;
    padding-left: 15px;
    margin-bottom: 20px;
    height: 50px;
}

.price_popup-form input::-webkit-input-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .price_popup-form input::-webkit-input-placeholder {
        font-size: 11px;
    }
}

.price_popup-form input::-moz-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .price_popup-form input::-moz-placeholder {
        font-size: 11px;
    }
}

.price_popup-form input:-ms-input-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .price_popup-form input:-ms-input-placeholder {
        font-size: 11px;
    }
}

.price_popup-form input:-moz-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .price_popup-form input:-moz-placeholder {
        font-size: 11px;
    }
}

.price_popup-form input,
.price_popup-form button {
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.price_popup-form .btn {
    width: 100%;
}

.price_popup-form .name,
.price_popup-form .phone {
    width: 100%;
}

.price_popup-form .btn {
    height: 57px;
    text-align: center;
    font: bold 16px/48px 'Bender', sans-serif;
    color: #fff;
    background: #4eae3b;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .price_popup-form .btn {
        font-size: 11px;
    }
}

.services_popup .modal-content {
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.services_popup .close {
    font-size: 40px;
    font-weight: 100;
    margin-top: 5px;
    margin-right: 14px;
    position: relative;
    z-index: 1000;
}

.services_popup .modal-header,
.services_popup .modal-footer,
.services_popup .modal-body {
    border: none;
}

.services_popup .modal-header {
    overflow: hidden;
}

@media (min-width: 1200px) {
    .services_popup .modal-dialog {
        width: 1175px;
        margin: 30px auto;
    }
}

.services_popup .modal-body {
    padding: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    margin: 15px;
}

@media (min-width: 1200px) {
    .services_popup .modal-body_img {
        float: left;
        margin-right: 30px;
        margin: 10px 30px 0px 16px;
    }
}

.services_popup .modal-body_img img {
    width: 100%;
    height: auto;
}

.services_popup .modal-body_txt {
    padding-left: 30px;
    overflow: hidden;
    margin-top: 21px;
}

.services_popup .modal-body_txt h4 {
    font: bold 24px/100% 'Bender', sans-serif;
    position: relative;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}

.services_popup .modal-body_txt h4:before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 100%;
    background: #464646;
    top: 0;
    left: -30px;
}

.services_popup .modal-body_txt p {
    font: 18px/25px 'Pt Sans', sans-serif;
    margin-bottom: 18px;
}

.services_popup .modal-body_txt h5 {
    font: bold 24px/100% 'Pt Sans', sans-serif;
}

.services_popup .modal-footer form {
    padding-left: 15px;
    padding-right: 18px;
}

.services_popup .modal-footer h4 {
    font: bold 18px/25px 'Bender', sans-serif;
    text-transform: uppercase;
    text-align: left;
    padding-left: 15px;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 20px;
}

.services_popup .modal-footer input {
    border: 1px solid #000;
    padding-left: 15px;
    margin-bottom: 20px;
    height: 50px;
}

.services_popup .modal-footer input::-webkit-input-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

.services_popup .modal-footer input::-moz-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

.services_popup .modal-footer input:-ms-input-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

.services_popup .modal-footer input:-moz-placeholder {
    color: #000;
    font: 16px/50px 'Bender', sans-serif;
    letter-spacing: 1px;
}

.services_popup .modal-footer input,
.services_popup .modal-footer button {
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.services_popup .modal-footer .btn {
    width: 100%;
}

.services_popup .modal-footer .phone {
    width: 100%;
}

.services_popup .modal-footer .btn {
    height: 57px;
    text-align: center;
    font: bold 16px/48px 'Bender', sans-serif;
    color: #fff;
    background: #4eae3b;
    outline: none;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}

.services_popup .modal-footer .btn:hover {
    background: #4eab4e;
}

.services_popup .modal-footer .btn:focus {
    background: #4eab4e;
}

@media (max-width: 767px) {
    .services_popup .modal-footer .btn {
        min-height: 57px;
        height: auto;
        white-space: pre-wrap;
        font: bold 16px/18px 'Bender', sans-serif;
    }
}

.call_popup {
    height: auto;
    position: relative;
}

.call_popup .modal-header {
    padding-bottom: 0;
}

.call_popup .modal-header h4 {
    margin-left: 26px;
}

@media (max-width: 767px) {
    .call_popup .modal-header h4 {
        margin: 0;
    }
}

.call_popup .modal-content {
    padding-bottom: 15px;
}

.call_popup form {
    padding-left: 14px;
    padding-right: 14px;
}

.call_popup .close {
    margin-top: -27px;
}

.call_popup h4 {
    text-transform: uppercase;
}

.call_popup_check {
    float: left;
    text-align: left;
    margin-bottom: 13px;
    position: relative;
}

.jq-checkbox,
.jq-radio {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.call_popup_check .jq-checkbox {
    border: 1px solid #4eae3b;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 18px;
    height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}

@media (max-width: 767px) {
    .call_popup_check label {
        max-width: 80%;
    }
}

input#iagree {
    display: none;
}

.call_popup_check .jq-checkbox.checked .jq-checkbox__div {
    width: 18px;
    height: 18px !important;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../img/checked.png") top right no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.call_popup_check label {
    font: 16px/22px 'Pt Sans', sans-serif;
    padding-left: 5px;
}

.call_popup_check label .info {
    position: absolute;
    top: -145px;
    font-size: 12px;
    line-height: 120%;
    right: 0;
    left: -204px;
    bottom: 32px;
    width: 512px;
    height: auto;
    background: #4eae3b;
    padding-top: 18px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    display: none;
}

@media (max-width: 767px) {
    .call_popup_check label .info {
        top: -235px;
        left: -125px;
        bottom: 25px;
        width: 270px;
    }
}

.call_popup_check label .info:before {
    display: block;
    display-content: '';
    display-position: absolute;
    display-border: 6px solid transparent;
    display-border-top-color: red;
    display-bottom: -12px;
    display-right: 50px;
}

.call_popup_check label i {
    text-decoration: none;
    color: #4eae3b;
    font: 16px/22px 'Pt Sans', sans-serif;
    position: relative;
    cursor: help;
}

.call_popup_check label i:hover .info {
    display: block;
}

input.error,
.jq-checkbox.error {
    border-color: #bc140e !important;
    background: rgb(251, 239, 238) !important;
}

.contacts__map {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1000;
}

/* окошко success */

.successimage {
    width: 172px;
    height: 143px;
    background-color: #48b8ce;
    margin: -67px auto 0;
}

.okimg {
    margin: 53px auto;
}

.okheader {
    margin-top: 30px;
    font-family: Bender;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 1.4px;
    text-align: center;
}

#modal-success p {
    font-family: PTSans;
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
}

/* анимация */

.animate li:hover {
    -webkit-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    transform: scale(1.05) !important;
}

button:hover,
a.youtube:hover {
    -webkit-transform: scale(1.02) !important;
    -ms-transform: scale(1.02) !important;
    transform: scale(1.02) !important;
    transition: all 0.4s ease-in-out;
}

button.mfp-close:hover,
button.close:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.footer_logo-ip {
    color: #717171;
    font-size: 12px;
    margin-bottom: 15px;
}

.modal {
    overflow: auto !important;
    z-index: 2500 !important;
}

/*кнопка звонка*/

.callback-bt {
    background: #4eab4e;
    border: 2px solid #4eab4e;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(84, 247, 92, 0.3);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 40%;
    bottom: 3%;
    z-index: 9999999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color: #4eab4e;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 21px;
    top: 0px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}

.callback-bt:hover .phonec {
    display: none;
}

.text-call span i {
    color: #4eab4e;
}

.callback-bt:hover {
    z-index: 1;
    background: #fff;
    color: transparent;
    transition: .3s;
}

.callback-bt:hover>i {
    color: #4eab4e;
    font-size: 40px;
    transition: .3s;
}

.callback-bt i {
    color: #fff;
    font-size: 34px;
    transition: .3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt i {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 0 rgba(15, 190, 39, 0.3), 0 0 0 0 rgba(15, 190, 39, 0.3)
    }
    40% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 15px rgba(15, 190, 39, 0.3), 0 0 0 0 rgba(15, 190, 39, 0.3)
    }
    80% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 30px rgba(15, 190, 39, 0.3), 0 0 0 26.7px rgba(15, 190, 39, 0.3)
    }
    100% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 30px rgba(15, 190, 39, 0.3), 0 0 0 40px rgba(15, 190, 39, 0.3)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 0 rgba(15, 190, 39, 0.3), 0 0 0 0 rgba(15, 190, 39, 0.3)
    }
    40% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 15px rgba(15, 190, 39, 0.3), 0 0 0 0 rgba(15, 190, 39, 0.3)
    }
    80% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 30px rgba(15, 190, 39, 0.3), 0 0 0 26.7px rgba(15, 190, 39, 0.3)
    }
    100% {
        box-shadow: 0 8px 10px rgba(15, 190, 39, 0.3), 0 0 0 30px rgba(15, 190, 39, 0.3), 0 0 0 40px rgba(15, 190, 39, 0.3)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

.callback-bt {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    .callback-bt {
        display: block !important;
    }
}

/* конец кнопки звонка */

/* Исправление кривого чекбокса */

.jq-checkbox input {
    height: 0;
    margin: 0;
    padding: 0;
}