@font-face {
    font-family: "PFDinTextCondPro-Bold";
    src: url('../fonts/PFDinTextCondPro-Bold/PFDinTextCondPro-Bold.eot');
    src: local('☺'), url('../fonts/PFDinTextCondPro-Bold/PFDinTextCondPro-Bold.woff') format('woff'),
    url('../fonts/PFDinTextCondPro-Bold/PFDinTextCondPro-Bold.ttf') format('truetype'),
    url('../fonts/PFDinTextCondPro-Bold/PFDinTextCondPro-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro-Regular.ttf";
    src: url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.eot');
    src: local('☺'), url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.woff') format('woff'),
    url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.ttf') format('truetype'),
    url('../fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PFDinTextCondPro-Medium.ttf";
    src: url('../fonts/PFDinTextCondPro-Medium/PFDinTextCondPro-Medium.eot');
    src: local('☺'), url('../fonts/PFDinTextCondPro-Medium/PFDinTextCondPro-Medium.woff') format('woff'),
    url('../fonts/PFDinTextCondPro-Medium/PFDinTextCondPro-Medium.ttf') format('truetype'),
    url('../fonts/PFDinTextCondPro-Medium/PFDinTextCondPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

.btn {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-family: "PFDinTextCondPro-Medium.ttf";
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 4px 13px rgba(244, 216, 27, 0.75);
    width: 320px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 20px;
    background: #f2a92b; /* Old browsers */
    background: -moz-linear-gradient(top, #f2a92b 0%, #c3860f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2a92b), color-stop(100%, #c3860f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2a92b 0%, #c3860f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2a92b 0%, #c3860f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2a92b 0%, #c3860f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f2a92b 0%, #c3860f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2a92b', endColorstr='#c3860f', GradientType=0); /* IE6-9 */
}

.btn:hover {
    background: #c3860f; /* Old browsers */
    background: -moz-linear-gradient(top, #c3860f 0%, #f2a92b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3860f), color-stop(100%, #f2a92b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3860f 0%, #f2a92b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3860f 0%, #f2a92b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3860f 0%, #f2a92b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c3860f 0%, #f2a92b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3860f', endColorstr='#f2a92b', GradientType=0); /* IE6-9 */
}

.container {
    margin: 0 auto;
    position: relative;
    width: 768px;
}

.clear {
    clear: both;
}

.red {
    color: #d31814;
}

#top_bg {
    padding: 10px 0 20px;
}

#top .logo {
    display: inline-block;
    margin-left: 0;
    margin-right: 50px;
}

a {
    cursor: pointer;
    text-decoration: none;
}
#top .logo img {
    height: 73px;
    width: 96px;
}

#top h3 {
    color: #d31814;
    display: inline-block;
    font-family: "PFDinTextCondPro-Bold",sans-serif;
    font-size: 36px;
    position: relative;
    top: -20px;
}

.title_h3 {
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 47px;
    font-family: 'PFDinTextCondPro-Bold', sans-serif;
    text-transform: uppercase;
    color: #d31814;
}
.title_h1 {
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 32px;
    font-family: 'PFDinTextCondPro-Bold', sans-serif;
    text-transform: uppercase;
    color: #d31814;
}

#price .item768 table tr td {
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: "PFDinTextCondPro-Medium.ttf", sans-serif;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#price .item768 table tr td.red768 {
    background-color: #af0e0a;
    color: #ffffff;
    width: 215px;
}

#full_price_btn {
    font-size: 22px;
    line-height: 42px;
    width: 280px;
}

#price .item768 table {
    width: 100%;
    padding: 10px;
    border-collapse: collapse;
}

#price .item768 table img {
    height: 259px;
    margin: 10px;
}

#price {
    background-color: #99caf3;
    background-image: none;
    display: block;
    height: 420px;
    padding-top: 20px;
    position: relative;
}

#price480 {
    display: none;
}

#block_action768 {
    background-color: #99caf3;
    padding-bottom: 20px;
    display: block;
}

#block_action768 .act_pila {
    background-image: url("../images/trimmer.png");
    background-size: 100% 100%;
    float: left;
    height: 92px;
    margin-right: 0;
    margin-top: 0;
    width: 350px;
}

#block_action768 .act_pila img {
    float: left;
    margin: 8px 20px 0px 34px;
}

#block_action768 .act_pila p {
    margin-left: 50px;
    font-size: 22px;
    color: #ffffff;
    font-family: "PFDinTextCondPro-Regular.ttf";
    margin-top: 5px;
    text-transform: uppercase;
}

#block_action768 .act_pila p span {
    text-transform: uppercase;
    font-family: "PFDinTextCondPro-Medium.ttf";

}

#block_action768 .act_trimmer img {
    float: left;
    margin: 8px 0 15px 34px;
}

#block_action768 img.img_right {
    float: right;
    height: 350px;
}
#block_action768 img.img_left {
    height: 350px;
}

#block_action768 .act_trimmer p {
    margin-left: 50px;
    font-size: 22px;
    color: #ffffff;
    font-family: "PFDinTextCondPro-Regular.ttf";
    margin-top: 5px;
    text-transform: uppercase;
}

#block_action768 .act_trimmer p span {
    text-transform: uppercase;
    font-family: "PFDinTextCondPro-Medium.ttf";
}

#block_action768 .act_trimmer {
    background-image: url("../images/trimmer.png");
    background-size: 100% 100%;
    float: right;
    height: 128px;
    margin-right: 0;
    margin-top: 0;
    width: 350px;
}

#block_action768 .btn {
    display: block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    text-align: center;
    width: 350px;
}
#block_action768 p {
    font-family: "PFDinTextCondPro-Regular.ttf";
    font-size: 14px;
    text-align: center;
}

#block_action480 {
    display: none;
}

#footer .contacts {
    text-align: center;
    top: 3px;
}

#footer .contacts p {
    color: #404040;
    font-family: "PFDinTextCondPro-Bold";
    font-size: 36px;
    font-weight: normal;
    margin: 0 0 3px;
    position: relative;
    text-align: center;
    top: -7px;

}

#footer .contacts p a {
    color: #404040;
    width: 100%;
    display: block;
}
.contacts_btn {
    color: #ae0603;
    display: block;
    font-family: "PFDinTextCondPro-Regular.ttf";
    font-size: 19px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}

#footer .contacts p.p_time {
    display: block;
    font-size: 24px;
    font-weight: lighter;
    margin: 0 auto;
    width: 300px;
}
#footer .contacts .fa.fa-phone {
    color: #ae0603;
}
#footer .btn {
    display: block;
    margin: 2px auto 9px;
    text-align: center;
}
.recv{
    font-family: "PFDinTextCondPro-Regular.ttf";
}
.recv a{
    color: #404040;
}
.recv a:hover{
    text-decoration: underline;
}

.modal {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    box-shadow: 0 0 10px #000;
    box-sizing: border-box;
    display: inline-block;
    max-width: 500px;
    padding: 15px 30px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    z-index: 2;
}

/*#form6.form input,*/
/*#form5.form input {*/
/*margin-bottom: 0;*/
/*margin-top: 10px;*/
/*width: 232px;*/
/*}*/

/*#form5.form a,*/
/*#form6.form a {*/
/*width: 232px;*/
/*}*/
/*#form6.form h3 {*/
/*font-size: 20px;*/
/*}*/
/*#form6.form p,*/
/*#form5.form p {*/
/*font-size: 14px;*/
/*}*/
#modal_form {
    width: 400px;
}

#modal3 {
    width: 250px;
}

#modal3 p {
    text-align: center;
    font-size: 22px;
}

.blocker {
    z-index: 10000;
}

.modal {
    max-width: 90%;
    display: none;
}
.needsfilled {
    border-color: red !important;
}
#modal .btn_ok {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f2a92b 0%, #c3860f 100%) repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    position: relative;
    text-align: center;
    text-indent: 0;
    width: 200px;
}

#modal1 {
    max-width: 600px;
}

#total_close span {
    color: #000;
    font-size: 27px;
    margin-left: 80px;
    margin-right: 0;
}

.form input {
    border: 1px solid #7b7b7b;
    color: #7c7c7c;
    font-family: "PFDinTextCondPro-Regular.ttf";
    font-size: 19px;
    height: 44px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: none;
    width: 315px;
}

.modal {
    display: none;
}

.form h4 {
    text-align: center;
    font-family: "PFDinTextCondPro-Regular.ttf";
}

.form .btn {
    text-align: center;
}

.form p {
    text-align: center;
    font-size: 14px;
    font-family: "PFDinTextCondPro-Regular.ttf";
}
#modal3 h2{
    text-align: center;
    font-family: "PFDinTextCondPro-Regular.ttf";
    font-size: 30px;
}

#modal3 h4{
    text-align: center;
    font-family: "PFDinTextCondPro-Regular.ttf";
}
#modal3 a{
    text-align: center;
    font-family: "PFDinTextCondPro-Regular.ttf";
    font-size: 14px;
    text-decoration: underline;
    margin:0 auto;
    display: block;
}

.privacy {
    font-family: "PFDinTextCondPro-Regular.ttf";
}

.konf-p {
    border-bottom: 1px solid #55555a;
}

.privacy .konf-right {
    text-align: right;
}

.privacy ul.konf-list li {
    list-style-position: inside;
    list-style-type: disc;
}

.privacy .top_p {
    color: #000;
    font-size: 17px;
    margin: 30px 0;
    text-align: left;
}
.privacy .top_p span{
    text-align: right;
    float: right;
}
.privacy p {
    color: #555;
    font-size: 19px;
    margin: 20px 0;
    text-align: justify;
}
.privacy a{
    color: #555;
    text-decoration: underline;
    cursor: pointer;
}
.privacy a:hover{
    color: #555;
    text-decoration: none;
}
.privacy h5 {
    color: #444;
    font-size: 27px;
    margin: 20px 0;
    text-align: center;
}
.privacy ul li {
    color: #555;
    font-size: 19px;
    list-style: outside none none;
    margin: 20px 0;
    text-align: justify;
}
.privacy .title_h1 {
    color: #860d0d;
    font-size: 32px;
    margin-bottom: 20px;
    margin-left: 15px;
    text-align: center;
    text-transform: uppercase;
}
.privacy .title_h1 span{
    font-size: 24px;
    display: block;
}

.privacy_form a{
    text-decoration: underline;
    color: #8d90a3;
    cursor: pointer;
}
.privacy_form a:hover{
    text-decoration: none;
}

p.privacy_form {
    color: #8d90a3!important;
    font-size: 14px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 315px;
}
.privacy_form a {
    color: #8d90a3;
    cursor: pointer;
    text-decoration: underline;
}
.privacy_form img {
    display: block;
    height: 25px;
    margin-left: 5px;
    position: relative;
    top: 0;
    width: 25px;
    float: left;
}
p.privacy_form2 {
    color: #fff;
    font-size: 14px;
    margin: 9px auto 0;
    text-transform: uppercase;
    width: 675px;
}
.privacy_form2 a {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.privacy_form2 img {
    display: block;
    height: 25px;
    margin-left: 5px;
    position: relative;
    top: -8px;
    width: 25px;
    float: left;
}
p.privacy_form3 {
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 356px;
}
.privacy_form3 a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}
.privacy_form3 img {
    display: block;
    height: 25px;
    margin-left: 5px;
    position: relative;
    top: 0;
    width: 25px;
    float: left;
}
#table2, #table3{
    cursor: pointer;
}

#modal_form2 {
     /*display: inline-block;*/
     width: 489px;
     font-family: "PFDinTextCondPro-Regular.ttf";

 }
#modal_form2 h2{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #860d0d;
}
#modal_form2 h3 span{

    color: #860d0d;
}
#modal_form2 p{
    text-align: center;
}
#modal_form2 img.svaya{
    float: left;
    height: 250px;
}
#modal_form2 form {
    float: right;
    width: 253px;
}
#modal_form2 form  {
    float: right;
    width: 260px;
}
#modal_form2 .form input {
    width: 256px;
}
#modal_form2 .form .btn {
    width: 261px;
}
/**/
#modal_form3 {
    /*display: inline-block;*/
    width: 489px;
    font-family: "PFDinTextCondPro-Regular.ttf";

}
#modal_form3 h2{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #860d0d;
}
#modal_form3 h3 span{

    color: #860d0d;
}
#modal_form3 p{
    text-align: center;
}
#modal_form3 img.svaya{
    float: left;
    height: 250px;
}
#modal_form3 form {
    float: right;
    width: 253px;
}
#modal_form3 form  {
    float: right;
    width: 260px;
}
#modal_form3 .form input {
    width: 256px;
}
#modal_form3 .form .btn {
    width: 261px;
}

/* ------------------zabory------------------------- */
#top_bg {
    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 1px;
}

#top .logo img{
  width: 93px;
}

#top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top > h2, #footer > h2 {
    color: #828282;
    font-size: 14px;
    line-height: 22px;
    font-family: "PFDinTextCondPro-Regular.ttf";
    text-transform: uppercase;
    display: inline-block;
    margin-left: -190px;
}

#top > div {
    float: right;
}

#top .contacts {
    display: inline-block;
    width: 167px;
}

.contacts p {
    color: #000;
    font-family: "PFDinTextCondPro-Bold";
    font-size: 22px;
    text-align: left;
    position: relative;
    margin-top: -8px;
}

.contacts p a {
    color: #404040;
    display: inline-block;
}

.contacts p span {
    color: #828282;
    font-size: 14px;
    font-family: "PFDinTextCondPro-Regular.ttf";
    display: inline-block;
    position: relative;
    bottom: 10px;
}

#header_bg {
    background: rgba(0, 0, 0, 0) url(../images/header_bg.jpg) no-repeat scroll;
    background-size: cover;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    background-position: center center;
}

#header_bg #header{
    width: 40%;
}

#header h1 {
    color: #ffffff;
    display: inline;
    font-family: "PFDinTextCondPro-Bold";
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 35px;
    text-align: left;
}
#header h1 span {
    padding: 5px 10px;
    background-color: rgba(176, 14, 11, 0.85);
    display: inline-block;
    width: 403px;
}

#header h3 {
    background-color: #fff;
    color: #000000;
    font-size: 18px;
    font-family: "PFDinTextCondPro-Regular.ttf";
    padding: 5px;
    display: inline-block;
    margin-bottom: 25px;
}

#header_bg .credit {
    width: 140px;
}

#form1 {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #b40701;
    padding: 20px 0;
    z-index: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
}

#form1.form input, #form1 .btn {
    width: 240px;
}

.form>h3 {
    font-size: 18px;
    margin-bottom: 25px;
    font-family: "PFDinTextCondPro-Medium.ttf";
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

p.privacy_form {
    font-size: 11px;
    width: 260px;
}

.z-prices {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.z-prices h2 {
    font-size: 42px;
    font-family: "PFDinTextCondPro-Bold";
    margin-top: 20px;
    margin-bottom: 30px;
}

.row-1 {
    display: flex;
    justify-content: space-around;
}

.model {
    width: 360px;
    height: 200px;
    box-sizing: border-box;
    background-color: #e8e8e8;
    font-family: "PFDinTextCondPro-Medium.ttf";
    margin-bottom: 40px;
}

.model img {
    width: 32px;
    float: left;
    margin-left: 18px;
    margin-top: 8px;
    margin-right: 27px;
}

.model h4 {
    background-color: #a62122;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0;
}

.model table {
    text-align: left;
    vertical-align: middle;
}

.model table td {
    width: 109px;
    height: 60px;
}

.model table td:first-child {
    padding-right: 50px;
    text-transform: uppercase;
}

.model table td span {
    font-size: 28px;  
    font-family: "PFDinTextCondPro-Bold";
}
.z-prices p {
    margin-bottom: 5px;
}
.z-prices ul {
    font-size: 18px;
    text-transform: none;
    list-style: none;
    text-align: left;
}
.z-prices li {
    margin-bottom: 5px;
}
.z-prices li p {
    margin-bottom: 0;
}
.z-prices ul .price {
    text-align: right;
}
.z-prices ul span {
    font-size: 26px;
    font-weight: bold;
    color: #fed329;
}
.row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.model-2 {
    width: 282px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 20px 11px;
}
.model-2 img {
    width: 100%;
}
.model-2 .img-box {
    background-color: #fff;
    height: 180px;
}
.model-3 {
    text-align: center;
    overflow: hidden;
}

.model-2 h4 {
    font-size: 24px;
    font-family: "PFDinTextCondPro-Bold";
    margin-top: 10px;
}

.model-3 div {
    background-color: #a62122;
    color: #fff;
    font-size: 22px;
    font-family: "PFDinTextCondPro-Medium.ttf";
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 282px;
    box-sizing: border-box;
}

.gate a,
.model-2 div a {
    width: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#form {
    background-image: url(../images/form_bg.jpg);
    padding-bottom: 20px;
}

#form h2 {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "PFDinTextCondPro-Bold";
    text-align: center;
}

#form  .form {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
}

#form  .form .btn {
    width: 240px;
    height: 50px;
}

#form  .form input {
    width: 240px;
    height: 50px;
}

.form_wrapper p {
    color: #fff;
    font-family: "PFDinTextCondPro-Regular.ttf";
    font-size: 12px;
    text-align: center;
}

.form_wrapper p:last-of-type {
    width: 282px;
}

.gates {
    max-width: 768px;
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.gates h4 {
    font-family: "PFDinTextCondPro-Bold";
    font-size: 32px;
    margin-bottom: 10px;
}

#map_new {
    background-color: #ffffff;
    background-image: url(../images/bg_contacts_spb.jpg);
    min-height: 440px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

#map_new h2 {
    font-family: "PFDinTextCondPro-Medium.ttf";
    font-size: 42px;
    margin-bottom: 20px;
    margin-left: 15px;
    position: relative;
    text-align: center;
    top: 10px;
}

#map_new .office {
    width: 230px;
    right: 380px;
    top: -200px;
    position: relative;
}

#map_new .button_duble .btn {
    box-shadow: 2px 3.464px 10px 0 #594e41;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-transform: none;
    width: 150px;
}

.button_duble, #moskow  {
    display: none;
}



#map_new .button_duble .b_left {
    border-radius: 29px 0 0 29px;
}

#map_new .button_duble a.active {
    border-radius: 0 29px 29px 0;
    background-image: none;
    background-color: #fbb034;
    color: #fff;
}

#map_new .button_duble a {
    border-radius: 0 29px 29px 0;
    background-image: -moz-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(90deg, #e8e8e8 0%, #ffffff 100%);
    color: #000;
}

#map_new #spb {
    background-color: #fff;
    border: 1px solid #e8d4bb;
    opacity: 1;
    width: 283px;
    position: relative;
    left: 280px;
    top: 20px;
    border-radius: 2px;
}



#map_new .moskow .text {
    font-family: "PFDinTextCondPro-Regular.ttf"; 
}

#map_new .moskow .text p {
    margin: 10px;
}

footer>p {
    width: 282px;
    margin: 0 auto;
    text-align: center;
    font-family: "PFDinTextCondPro-Regular.ttf";   
}

footer>p a {
    color: #000;
    text-decoration: underline;
}

.select {
    font-family: "PFDinTextCondPro-Regular.ttf";
    text-align: center;
    padding-bottom: 10px;
}
#top_menu_bg {
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    background-color: #191919;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 500;
}
#top_menu_bg a {
    color: #fff;
    font-family: 'PFDinTextCondPro-Regular.ttf';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0 35px;
    border-left: 1px solid #626262;
}
.menu_btn {
    line-height: 49px;
    margin: 0;
    width: auto;
    text-transform: uppercase;
    font-family: 'PFDinTextCondPro-Regular.ttf';
    font-size: 20px;
    text-align: center;
    background-color: #191919;
    color: #ffffff;
    position: static;
    display: none;
}
.menu_hidden ul {
    display: none;
    position: absolute;
    z-index: 1000;
}
.menu_hidden ul li {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: block;
    height: 29px;
    line-height: 29px;
    padding-right: 20px;
    text-transform: uppercase;
}
.menu_hidden ul li a {
    color: #777;
    padding-left: 30px;
    font-family: 'PFDinTextCondPro-Regular.ttf';
}

.section-promo__title {
            text-transform: uppercase;
            font-size: 70px;
            line-height: 120px;
            padding-bottom: 0;
            padding-left: 80px;
            white-space: nowrap;
            font-family: "PFDinTextCondPro-Bold";
            display: inline-block;
            position: relative;
        }
        .section-promo__title:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 80px;
            height: 120px;
            display: block;
            background: url("../images/icon_promo.png");
            background-repeat: no-repeat;
            background-position: center;
        }
        .section-promo__text-red {
            color: #b40701;
            white-space: nowrap;
        }
        .section-promo__service {
            position: relative;
            font-size: 85px;
        }
        .section-promo__subtext {
            font-size: 18px;
            line-height: 1;
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 100%;
        }
        .section-promo__subtext--black {
            color: #000000;
        }
        
        @media screen and (max-width: 1180px) {
            .section-promo__title {
                padding-left: 20px;
                font-size: 28px;
                line-height: 40px;
            }
            .section-promo__title:before {
                top: 10px;
                left: 60px;
                width: 40px;
                height: 60px;
                -webkit-background-size: contain;
                background-size: contain;
            }
            .section-promo__service {
                font-size: 34px;
            }
            .section-promo__subtext {
                font-size: 9px;
            }
        }
        @media screen and (max-width: 768px) {
            .section-promo__title {
                white-space: normal;
                padding-left: 0;
                padding-bottom: 10px;
                line-height: 1.2;
            }
            .section-promo__title:before {
                display: none;
            }
            .section-promo__text-red {
                white-space: normal;
            }
        }