html * {
    max-height: 1000000px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    outline-style: none;
    -webkit-text-size-adjust: none;
}

html,
body {
    height: 100%;
    width: 100%;
    /*min-width:1020px;*/
    font-size: 10px;
}

li {
    list-style: none;
}

a img {
    border: none;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
    color: inherit;
}

input,
select,
button {
    outline: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
}

textarea {
    outline: none;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

*::selection {
    color: #C2EC1A;
    background: #444444;
}

*::-moz-selection {
    color: #C2EC1A;
    background: #444444;
}

.container {
    max-width: 1520px;
    padding: 0 80px;
    width: 100%;
    /*min-width:1020px;*/
    margin: 0 auto;
}

.block1 {
    background: url(../img/bg_1.jpg) no-repeat 0 0;
    /* min-height:963px;*/
    background-size: cover !important;
}


.header {
	display: flex;
    justify-content: space-between;
    padding: 0.6% 10px 0.6% 60px;
    align-items: center;
    font: 1.8rem/2.8rem "mullerregular";
    color: #555555;
}

/* MINI HEADER */
.mini-header { padding:20px 0; }
.mini-header:after{ display:table; content:""; clear:both; }
.mini-header .logo{ float:left; padding:0 80px; }
.mini-header .logo a img{ max-width:277px; width:auto; }
.mini-header .header{ overflow:hidden; display:block; text-align:right; font-size:0; padding-left: 100px; }
.mini-header .h_contacts{ text-align:left; padding:0 20px 0 30px; float:left; }
.mini-header .header.right .h_contacts{ float:right; padding:0 80px 0 0; }
.mini-header .h_contacts > *:first-child{ margin-left:0; }
.mini-header .h_contacts > *{ font:1.8rem/2.8rem "mullerregular"; color:#555555; display:inline-block; vertical-align:top; margin-left:20px; }
.mini-header .header.green .h_contacts > *{ color:#FFFFFF; }
.mini-header .phone{ position:relative; padding:0 21px 0 36px; margin-top:10px;}
.mini-header .phone:before{ background:url(../img/phone_icon.png) no-repeat 0 0; position:absolute; display:block; width:21px; height:22px; left:0; top:0; bottom:0; margin:auto; content:""; }
.mini-header .header.green .phone:before{ background-position:100% 100%; }
.mini-header .phone:after{ height:20px; width:1px; background:#C5C5C5; content:""; display:block; position:absolute; top:0; bottom:0; right:0; margin:auto; }
.mini-header .phone p span{ font-family:"mullerbold", Arial, sans-serif; color:#474747; }
.mini-header .header.green .phone p span{ color:#FFFFFF; }
.mini-header .mail{ position:relative; padding-left:38px; margin-top: 8px;}
.mini-header .mail:before{ background:url(../img/mail_icon.png) no-repeat 0 0; position:absolute; display:block; width:23px; height:16px; left:0; top:0; bottom:0; margin:auto; content:""; }
.mini-header .header.green .mail:before{ background-position:100% 100%; }
.mini-header .h_contacts > * a{ text-decoration:underline; }

.form-kabel {
    display: none;
}
@media screen and (max-width: 767px){
    .form-kabel {
        display: block;
    }
}

@media screen and (max-width: 700px){
    .mini-header .logo{width:100%;max-width:300px;margin:10px auto;float:none;padding:0}
    .mini-header .logo img{display:block;text-align:center;margin:0 auto}
    .mini-header .header{width:100%;max-width:300px;margin:0 auto;padding:0;float:none}
    .mini-header .h_contacts{text-align:center;float:none;padding:20px 0}
    .mini-header .header.right .h_contacts{float:none;padding:20px 0 0}
    .mini-header .phone{margin:0;padding:0}
    .mini-header .phone a{color:#fff;font-size:23px;text-decoration:none;margin:10px 0}
    .mini-header .phone a span{color:#fff;font-size:23px;text-decoration:none}
    .mini-header .phone p{margin:10px 0;color:#fff;font-size:20px}
    .mini-header .header.right{float:none;padding:0}
    .mini-header .phone:after{content:none}
    .mini-header .phone:before{content:none}
    .mini-header .mail a{color:#fff;font-size:23px;text-decoration:none;margin:10px 0}
    .mini-header .mail{margin:20px 0}
    .mini-header .mail:before{background:url(../img/mail_icon_gr.png) no-repeat 0 0;position:absolute;display:block;width:23px;height:16px;left:0;top:0;bottom:0;margin:auto;content:""}
}
/* MINI HEADER */

.header_logo {
	width: 24%;
}

.header_logo a img {
	width: 60%;
}

.header_container {
	display: flex;
    width: calc(100% - 24%);
    justify-content: space-between;
    align-items: center;
}

.header_wrapper {
	color: #555555;
    display: flex;
    align-items: center;
}

.header_nav ul {
	display: flex;
	flex-wrap: wrap;
}

.header_nav ul li {
	padding: 0 15px;
}

.header_nav ul li a {
	font: 1.4rem/20px 'mullerregular';
    padding-bottom: 3px;
    color: #555555;
    border-bottom: 4px solid transparent;
}

.header_nav ul li a:hover {
	color: black;
    border-bottom: 4px solid #C2EC1A;
}

.header_phone:before {
	background: url(../img/phone_icon.png) no-repeat 0 0;
    display: inline-block;
    width: 21px;
    height: 22px;
    content: "";
    margin-right: 15px;
}

.header_mail:before {
    background: url(../img/mail_icon.png) no-repeat 0 0;
    display: inline-block;
    width: 23px;
    height: 16px;
    content: "";
    margin-right: 15px;
}

.header_phone-container a {
	text-decoration: underline;
	position: relative;
	display: flex;
	align-items: center;
}

.header_phone-container a:hover {
	text-decoration: none;
	color: black;
}

.block1.balancer {
    background: url(../img/bg_1_balancer.jpg) no-repeat 50% 50%;
}

.block1.med {
    background: url(../img/bg_1_med.jpg) no-repeat 50% 50%;
}

.block1.guard {
    background: url(../img/bg_1_guard.jpg) no-repeat 50% 50%;
}

.block1.flash {
    background: url(../img/bg_1_flash.jpg) no-repeat 50% 50%;
}

.block1.cabel {
    background: url(../img/bg_1_cabel.jpg) no-repeat 0 0;
}

.block1_block {
    padding-top: 130px;
}

.to_home {
    background-image: url("../img/to_home_btn.png");
    background-repeat: no-repeat;
    color: white;
    font-size: 18px;
    text-decoration: underline;
    padding-left: 30px;
    font-family: "systopieregular";
    background-position-y: center;
    margin-bottom: 50px;
    display: block;
    cursor: pointer;
    padding-top: 5px;
    background-size: 20px auto;
}

.page_title {
    font: 2.4rem/5rem "systopieregular";
    min-height: 94px;
    letter-spacing: 1px;
    position: relative;
    text-shadow: 3px 2px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 20%;
}

.page_title:after {
    position: absolute;
    width: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(35deg);
    right: 30px;
    height: 90px;
    background: #C2EC1A;
    content: "";
}

.page_title span {
    font: 4.8rem/5.4rem "systopieregular";
    display: inline-block;
}

.page_title em {
    text-transform: none;
    display: block;
    font-style: normal;
    font: 3rem/3.4rem "systopieregular";
}

.page_nav {
    padding-top: 50px;
    padding-right: 25%;
    font-size: 0;
    min-height: 150px;
}

.page_nav ul {}

.page_nav ul li {
    position: relative;
    font: 2rem/2.4rem "mullerregular";
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 5px 0;
}

.page_nav ul li a {
    text-decoration: underline;
    transition: 0.3s;
    display: block;
    position: relative;
    padding-left: 35px;
}

.page_nav ul li span {
    color: #C2EC1A;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
}

.page_nav ul li a:hover {
    color: #C2EC1A;
}

.page_form {
    background: rgba(36, 36, 36, .6);
    color: #FFFFFF;
    margin-top: 32px;
}

.page_form .page_form_block {
    padding: 40px 0;
}

.page_form .container {
    position: relative;
}

.page_form_block {
    width: 620px;
    margin: auto;
    display: block;
}

.page_form_block > form {
    font-size: 0;
}

.page_form_block > form > * {
    display: inline-block;
    vertical-align: bottom;
}

.page_form_block > form > *:first-child {
    margin-left: 0;
}

.page_form_block > form > *:last-child {
    margin-left: 0;
    display: block;
}

.form_line {
    display: block;
    position: relative;
    height: 36px;
}

.form_line > label {
    transition: 0.1s;
    font: 14px/14px "mullerregular";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 14px;
}

.form_line > input {
    transition: 0.3s;
    font: 16px/16px "mullerregular";
    height: 36px;
    padding-top: 6px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
}

.page_form_block > form > .form_line1 {
    display: block;
    margin-left: 0;
}

.form_line1 {
    display: block;
    position: relative;
    height: 36px;
}

.form_line1 > label {
    transition: 0.1s;
    font: 14px/14px "mullerregular";
    position: absolute;
    top: 18px;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 0px;
}

.form_line1 > input {
    transition: 0.3s;
    font: 16px/16px "mullerregular";
    height: 50px;
    padding-top: 6px;
    color: #FFFFFF;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFFFFF;
    margin: 0;
}

.page_form_block > form > .form_line2 {
    display: inline-block;
    margin-left: 213px;
    margin-top: 20px;
}

.form_line2 {
    display: block;
    position: relative;
    height: 36px;
}

.form_line2 > label {
    transition: 0.1s;
    font: 14px/14px "mullerregular";
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 0px;
}

.form_line2 > input {
    transition: 0.3s;
    height: 50px;
    padding-top: 0px;
    color: #FFFFFF;
    display: block;
    background: transparent;
    border: none;
    margin: 0;
}


.page_form_block > form > .form_line3 {
    display: inline-block;
    margin-left: 213px;
    margin-top: 20px;
}

.form_line3 {
    display: block;
    position: relative;
    height: 36px;
}

.form_line3 > label {
    transition: 0.1s;
    font: 14px/14px "mullerregular";
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    left: 0;
    height: 0px;
}

.form_line3 > input {
    transition: 0.3s;
    height: 50px;
    padding-top: 0px;
    color: #000;
    display: block;
    background: transparent;
    border: none;
    margin: 0;
}

.tbz > input[type="submit"] {
    cursor: pointer;
    font: 1.8rem/34px "mullerregular";
    border-radius: 30px;
    background-color: #C2EC1A;
    height: 36px;
    transition: 0.4s;
    margin: 0px auto;
    margin-top: 20px;
    padding: 0px 20px;
}

.tbz > input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.input_error {
    color: #ec171e
}

.input_error > input {
    border-color: #ec171e
}

.feedback_form > p {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    color: #e53235;
    opacity: 0;
    transition: opacity 1s;
}

.page_form_block input[type="submit"] {
    cursor: pointer;
    font: 1.8rem/34px "mullerregular";
    border: 2px solid #C2EC1A;
    border-radius: 30px;
    color: #FFFFFF;
    background: transparent;
    height: 36px;
    transition: 0.4s;
    margin: 0px auto;
    margin-top: 20px;
    width: 100%;
}

.page_form_block > form > input[type="submit"]:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.page_form_block p {
    font: 1.8rem/2.2rem "systopieregular";
    padding: 3px 0;
}

.page_form_block h6 {
    font: 2.2rem/2.8rem "systopiebold";
    text-transform: uppercase;
    padding-bottom: 7px;
}

.page_form_block form {
    margin-top: 30px;
}

.form_line > input:focus {
    border-bottom-color: #C2EC1A;
}

.form_line > input:focus ~ label {
    top: -38px;
    color: #C2EC1A;
}

.form_line.not_empty > input {
    border-bottom-color: #C2EC1A !important;
}

.form_line.not_empty > label {
    top: -38px;
    color: #C2EC1A !important;
}

.form_line1 > input:focus {
    border-bottom-color: #C2EC1A;
}

.form_line1 > input:focus ~ label {
    display: none;
}

.form_line1 > input:hover {
    border-bottom-color: #C2EC1A;
}

.form_line1 > input:hover ~ label {
    display: none;
}

.form_line1.not_empty > input {
    border-bottom-color: #C2EC1A !important;
}

.form_line1.not_empty > label {
    display: none;
    top: -38px;
    color: #C2EC1A !important;
}


.page_form_popup {
    width: 840px;
    padding: 45px 74px;
    background-color: white;
    position: absolute;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    display: none
}

.page_form_popup hr {
    width: 29px;
    height: 2px;
    border-color: black;
    margin: 27px auto
}

.popup_title {
    font-size: 24px;
    font-family: "systopieregular";
    font-weight: 800;
    color: black;
    text-transform: uppercase
}

.popup_text {
    font-size: 16px;
    color: black;
    font-family: "systopieregular";
}

.popup_text > span {
    font-size: 24px;
    font-family: "systopieregular";
    border-bottom: 2px solid black;
    line-height: 1
}

.popup_close_btn {
    background-image: url("../img/popup_close_btn-min.png");
    background-size: contain;
    width: 27px;
    height: 27px;
    display: block;
    position: absolute;
    top: 27px;
    right: 27px;
}

.map_box .page_form_popup {
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, .75)
}

.feedback_form {}

.block2 {
    font-size: 0;
    margin-top: -1.8%;
    position: relative;
    overflow: hidden;
}

.block2_img {
    display: block;
    position: relative;
}

.bl2_img {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    text-align: right;
    width: 50%;
}

.bl2_left > img {
    width: 100%;
    height: auto;
}

.bl2_right > img {
    width: 35%;
    height: auto;
}

.block2_text {
    position: absolute;
    display: block;
    margin-top: 1.8%;
    top: 0;
    left: 0;
    width: 100%;
    height: 98.2%;
}

.block2_text_block {
    font-size: 0;
    padding-top: 4%;
}

.bl2_text.left {
    padding-right: 10%;
}

.bl2_text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.bl2_text h6 {
    font: 3rem/3.4rem "systopieregular";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20%;
    position: relative;
}

.bl2_text h6:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 100%;
    background: #C2EC1A;
    margin: auto;
    content: "";
    transform: rotate(30deg);
}

.bl2_text.left p {
    font: 1.8rem/2.2rem "mullerlight";
    color: #FFFFFF;
}

.bl2_text.right {
    padding-right: 10%;
    padding-left: 2%;
}

.bl2_text h5 {
    font: 3.6rem/4.2rem "systopieregular";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #464646;
    padding-bottom: 5%;
}

.bl2_text.right p {
    color: #707070;
    font: 1.6rem/2rem "mullerregular";
}

.about {
    background: url(../img/bg_2.jpg) no-repeat 50% 50%;
    padding: 30px 0;
    overflow-x: hidden
}

.block_title {
    text-align: center;
    font: 3.8rem/4.4rem "systopieregular";
    text-transform: uppercase;
    color: #464646;
    padding-bottom: 40px;
}

.about_box_engineer {
    font-weight: normal;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 3;
    max-width: 1055px;
    height: 808px;
    margin: auto;
}

/*.about_box_engineer img { max-width: 100%; width: auto; height: auto;}*/
.about_box_engineer * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gear {
    position: absolute;
    display: block;
    font-size: 0;
    font-weight: 100;
}

.small_gear {
    width: 26.5%;
    height: 34.6%;
}

.gear1 {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.gear1 img {
    animation: gear1 10s infinite linear;
}

.gear2 {
    top: 18%;
    left: 7%;
}

.gear2 img {
    animation: gear2 10s infinite linear;
}

.gear3 {
    top: 18%;
    right: 7%;
}

.gear3 img {
    animation: gear3 10s infinite linear;
}

.gear4 {
    top: 64%;
    left: 0;
}

.gear4 img {
    animation: gear4 10s infinite linear;
}

.gear5 {
    top: 64%;
    right: 0;
}

.gear5 img {
    animation: gear5 10s infinite linear;
}

.gear_body {
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #817870;
    transition: 0.4s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 56%;
    height: 57%;
    font-size: 0;
    border-radius: 50%;
    color: #000000;
}

.gear_body > p {
    display: block;
    height: 100%;
    font-size: 0;
}

.gear_body > p a {
    display: block;
    height: 100%;
    width: 100%;
}

.gear_body > p a:after {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 0;
    height: 100%;
}

.gear_body > p a span {
    font: 1.7rem/2rem "systopieregular";
    padding: 0.7rem;
    display: inline-block;
    vertical-align: middle;
}

.gear > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain
}

.big_gear {
    width: 50%;
    height: 65.5%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.big_gear > img {
    animation: gear6 10s infinite linear;
}

.about_box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    margin-top: 12rem;
}

.gear_body:hover {
    border-color: #000000;
    transform: scale(1.2);
}

/*.gear_body:hover { border-color:#000; transform:scale(1.2); box-shadow:0 0 30px 10px rgba(0,0,0,.5);  }*/
.gear_body p > img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
}

.big_gear .gear_body {
    width: 62%;
    height: 62%;
    border-color: #0D0B09;
}

.big_gear .gear_body:hover {
    transform: scale(1);
    box-shadow: none;
}

.big_gear .gear_body p {
    font-size: 0;
}

.big_gear .gear_body p img {
    display: inline-block;
    vertical-align: middle;
}

.big_gear .gear_body p:after {
    vertical-align: middle;
    display: inline-block;
    content: '';
    width: 0;
    height: 100%;
}

.about_box:after,
.about_box:before {
    content: "";
    background: #C2EC1A;
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

.about_box:after {
    width: 0;
    height: 3px;
    top: -7.3rem;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.about_box:before {
    width: 3px;
    height: 0;
    top: -18rem;
    transition: 0.5s;
}

.about_box.active:after {
    width: 81.8%;
}

.about_box.active:before {
    height: 12rem;
}

.about_bl {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    position: relative;
    background: #ADADAD;
    width: 18.4%;
    margin-left: 2%;
    min-height: 4rem;
    padding: 1.4rem 2rem;
}

/*.about_bl:after { width: 18.4%; height: 100%; margin-left: -2rem; position: absolute; background: #ADADAD; content:""; top: 0; }*/
.about_bl:first-child {
    margin-left: 0;
}

.about_bl:after,
.about_bl:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.about_bl:before {
    transition: 0.3s;
    transition-delay: 0.4s;
    width: 3px;
    height: 0;
    background: #C2EC1A;
    top: -7rem;
}

.about_bl:after {
    transition: 0.3s;
    transition-delay: 0.6s;
    width: 0;
    height: 0;
    border: 3px solid #C2EC1A;
    background: #FFFFFF;
    top: -4rem;
}

.about_box.active .about_bl:before {
    height: 3rem;
}

.about_box.active .about_bl:after {
    width: 2rem;
    height: 2rem;
}

.about_bl h6 {
    font: 1.8rem/2.2rem "systopieregular";
    color: #000000;
    min-height: 11rem;
    padding-bottom: 1.8rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.about_bl h6:after {
    width: 5rem;
    height: 3px;
    background: #C2EC1A;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.about_bl p {
    font: 1.6rem/1.9rem "mullerregular";
    color: #FFFFFF;
    z-index: 2;
    position: relative;
}

.figures {
    margin-top: -35px;
    padding: 80px 0;
    position: relative;
    z-index: 3;
    background: url(../img/bg_4_1.png), url(../img/bg_4_2.jpg);
    background-repeat: no-repeat, no-repeat;
    height: 686px;
    background-attachment: scroll, fixed;
    background-position: 50% 50%, 50% 50%;
}

.figures_box_line1 {
    padding-top: 70px;
    font-size: 0;
    max-width: 1040px;
    margin: auto;
}

.figure_line1 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin-left: 0.5%;
    padding-left: 5rem;
}

.figure_line1:first-child {
    margin-left: 0;
}

.figure_line1:after {
    display: table;
    content: "";
    clear: both;
}

.figure_line1 > span {
    font: 8rem/8rem "systopieregular";
    color: #222222;
    float: left;
    margin-right: 10px;
}

.figure_line1 > p {
    padding-top: 1.2rem;
    padding-bottom: 3px;
    position: relative;
}

.figure_line1 > p:after {
    display: block;
    position: absolute;
    width: 32%;
    right: 0;
    bottom: 0;
    height: 3px;
    border-bottom: 2px dotted #000000;
    content: "";
}

.figure_line1:nth-child(3n) > p:after {
    display: none;
}

.figure_line1 > p span {
    font: 1.4rem/1.8rem "mullerregular";
    color: #222222;
}

.figures_box_line2 {
    font-size: 0;
    display: block;
    max-width: 1180px;
    margin: auto;
    padding-top: 80px;
}

.figure_line2 {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 2%;
}

.figure_line2:nth-child(3n+1) {
    margin-left: 0;
}

.figure_line2 {
    text-align: center;
}

.figure_line2 p {
    font: 4rem/4.2rem "systopieregular";
    text-transform: uppercase;
    color: #222222;
}

.figure_line2 p > span {
    font: 1.8rem/2rem "systopieregular";
}

.figure_line2 > span {
    display: block;
    font: 1.4rem/1.6rem "mullerregular";
    padding-top: 1rem;
}

.why_box {
    font-size: 0;
}

.why_box.active .why_bl_img img {
    width: 92%;
    height: 92%;
    animation: 1.2s bounce;
}

.why_bl {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin-left: 1.25%;
}

.why_bl:nth-child(4n+1) {
    margin-left: 0;
}

.why_bl_img {
    width: 80%;
    position: relative;
    margin: auto;
    border-radius: 50%;
    border: 4px solid #C2EC1A;
}

.why_bl_img:after {
    padding-top: 100%;
    display: block;
    content: "";
}

.why_bl_img img {
    border-radius: 50%;
    transform: scale(1);
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.why_bl p {
    font: 2rem/2.4rem "systopieregular";
    color: #707070;
    text-transform: uppercase;
    text-align: center;
    padding-top: 2rem;
}

.partner {
    padding: 180px 0 70px;
}

.partner_block {
    padding: 50px 30px;
    border: #C2EC1A 5px solid;
}

.partner_block > h5 {
    margin-top: -86px;
}

.partner_block > h5 span {
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    padding: 0 5rem;
}

.partner_box {
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partner_box > div {
    display: block;
    margin-top: 5rem;
    vertical-align: middle;
    text-align: center;
    flex: 0 1 15%
}

/*.partner_box > div:nth-child(-n+5) { margin-top: 0;}*/
/*.partner_box > div:nth-child(5n+1) { margin-left: 0;}*/
.partner_box > div a img {
    max-width: 100%;
    width: auto;
    max-height: 80px;
    height: auto;
}

.ab {
    background: url(../img/bg_4.jpg) no-repeat 50% 50%;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}

.ab:after,
.ab:before {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}

.ab:after {
    background: #FFFFFF;
    top: -2.5rem;
}

.ab:before {
    background: #2A2A2A;
    bottom: -2.5rem;
}

.ab_box {
    font-size: 0;
    padding-top: 20px;
}

.ab_bl {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 2%;
    margin-top: 5rem;
}

.ab_bl:nth-child(-n+3) {
    margin-top: 0;
}

.ab_bl:nth-child(3n+1) {
    margin-left: 0;
}

.ab_bl_title {
    font-size: 0;
    padding-bottom: 1rem;
}

.ab_bl_title h6 {}

.ab_bl_title h6 > * {
    display: inline-block;
    vertical-align: middle;
}

.ab_bl_title h6 > span {
    width: 15%;
    margin-right: 5%;
    position: relative;
}

.ab_bl_title h6 > span:after {
    display: block;
    padding-top: 70%;
    content: "";
}

.ab_bl_title h6 > span img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ab_bl_title h6 > em {
    width: 80%;
    font: 1.9rem/2.2rem "systopiebold";
    color: #C2EC1A;
}

.ab_bl p {
    padding-left: 20%;
    font: 1.6rem/2.2rem "mullerregular";
    color: #FFFFFF;
}

.events {
    background: url(../img/bg_5.jpg) no-repeat 50% 50%;
    position: relative;
    padding: 80px 0 120px;
}

.events:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: rgba(255, 255, 255, .92);
    content: "";
}

.events_block {
    position: relative;
    z-index: 2;
    font-size: 0;
}

.events_block > * {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: left;
}

.events_left {
    padding-right: 10%;
}

.events_left > h5 {
    text-align: left;
}

.events_info {
    display: block;
    margin: 3rem 0;
}

.events_info > div {
    display: inline-block;
    vertical-align: top;
}

.events_info_img {
    width: 25%;
    margin-right: 5%;
    position: relative;
    overflow: hidden;
}

.events_info_img:after {
    padding-top: 100%;
    display: block;
    content: "";
}

.events_info_img img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.events_info_text {
    width: 70%;
}

.events_info_text h6 {
    font: 2.4rem/2.4rem "systopieregular";
    color: #464646;
    background: url(../img/ok_icon.png) no-repeat 0 50%;
    padding-left: 35px;
}

.events_info_text p {
    font: 1.6rem/2.2rem "mullerregular";
    color: #464646;
    padding-top: 1.4rem;
}

.events_right {
    padding: 0 5% 0 10%;
}

.events_right h5 {
    text-align: left;
    background: #C2EC1A;
}

.events_right h5 span {
    display: inline-block;
    padding: 2rem 4rem;
    font: 3rem/3.4rem "systopieregular";
    text-transform: uppercase;
    color: #464646;
}

.map {
    position: relative;
    z-index: 4;
    height: 60rem;
}

.map_block {
    position: relative;
}

.map_box {
    position: absolute;
    z-index: 5;
    top: -107px;
    left: 0;
    right: 0;
    margin: auto;
}

.map_box > .page_form_block {
    background: #FFFFFF;
    width: 800px;
    padding: 20px 100px;
    border: 8px solid #C2EC1A;
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, .75)
}

.map_box > .page_form_block .form_line > input {
    border-bottom-color: #D5D7D7;
    color: #000000;
}

.map_box > .page_form_block .form_line > input:focus {
    border-bottom-color: #C2EC1A;
}

.map_box > .page_form_block .form_line > input:focus ~ label {
    top: -38px;
    color: #C2EC1A;
}

.map_box > .page_form_block .form_line.not_empty > input {
    border-bottom-color: #D5D7D7;
}

.map_box > .page_form_block .form_line.not_empty > input {
    border-bottom-color: #D5D7D7;
}

.map_box > .page_form_block form input[type="submit"] {
    background: #C2EC1A;
    color: #000000;
}

footer {
    background: #191919;
    padding: 40px 0;
}

.footer {}

.footer:after {
    display: table;
    content: "";
    clear: both;
}

.f_con {
    float: right;
    font-size: 0;
}

.f_con_box {
    color: #FFFFFF;
    min-height: 10rem;
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: top;
}

.f_con_box:after {
    width: 4rem;
    height: 3px;
    background: #C2EC1A;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.f_con_box:first-child {
    margin-left: 0;
}

.f_con_box p {
    font: 1.4rem/2rem "mullerregular";
}

.f_con_box p b {
    font: 1.6rem/1.8rem "mullerbold";
}

.f_logo {
    float: left;
}

.f_logo a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
}

.f_logo a:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 2px;
    background: #C2EC1A;
    height: 120%;
    transform: rotate(35deg);
}

.example {
    font-size: 0;
    font-weight: normal;
    position: relative;
}

.example_box {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.example_box:after {
    display: block;
    width: 100%;
    padding-top: 70%;
    content: "";
}

.example_box > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.title_example {
    width: 42%;
    bottom: 7rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2rem;
    border: 8px solid #C2EC1A;
    background: #FFFFFF;
}

.title_example h4 {
    text-align: center;
    font: 3.4rem/4.6rem "systopieregular";
    text-transform: uppercase;
    color: #000000;
}

.page {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 9rem 9rem 160px;
}

.page_block {
    display: block;
    position: relative;
    border: 2px dotted #939393;
    padding: 0 4rem 8rem;
}

.title_block {
    clear: both;
    position: relative;
    text-align: center;
    margin-top: -3.4rem;
}

.title_block h2 {
    font: 3.5rem/4rem "systopieregular";
    text-transform: uppercase;
    display: inline-block;
    background: #FFFFFF;
    padding: 1rem 4rem;
}

.balancer_page {
    text-align: center;
}

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

.balancer_page h6 {
    font: 2rem/3rem "systopiebold";
    color: #464646;
    text-align: center;
    padding: 1rem 0 3rem;
}

.med_page {
    font-size: 0;
    text-align: center;
    padding: 30px 0 0;
}

.med_bl {
    padding: 20px 0;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

.med_bl:nth-child(even) .img_med {
    float: right;
    margin-left: 3rem;
    margin-right: 0;
}

.med_bl:after {
    display: table;
    clear: both;
    content: '';
}

.med_bl .img_med {
    float: left;
    text-align: left;
    width: auto;
    height: auto;
    max-width: 50%;
    margin-right: 3rem;
}

.med_bl .img_med h6 {
    font: 18px/22px "systopiebold";
    text-transform: uppercase;
    padding-bottom: 20px;
}

.text_med {
    overflow: hidden;
    text-align: left;
}

.text_med h6 {
    font: 18px/22px "systopiebold";
    text-transform: uppercase;
    padding-bottom: 20px;
}

.text_med p {
    font: 15px/18px "mullerregular";
}

.list_box {
    display: inline-block;
    position: relative;
    z-index: 3;
    vertical-align: top;
}

.list_box p {
    border: 2px solid #C2EC1A;
    width: 100%;
    padding: 1.4rem 20px;
    text-align: left;
}

.list_box p span {
    font: 2rem/2.4rem "systopieregular";
    text-transform: uppercase;
}

.list_box p.solid {
    background: #B6E01C;
}

.list_box ul {
    text-align: left;
    padding: 1rem 0 0;
    font: 1.5rem/1.8rem "mullerregular";
    position: relative;
}

.list_box ul:before {
    width: 2px;
    height: 100%;
    position: absolute;
    display: block;
    content: "";
    background: #C2EC1A;
    left: 0;
    top: -12px;
}

.list_box ul li {
    position: relative;
    padding: 5px 0 5px 46px;
}

.list_box ul li span {
    display: inline-block;
    min-width: 20px;
    font-weight: bold;
    vertical-align: middle;
    height: 100%;
    margin-right: 5px;
}

.list_box.w120 ul li span {
    width: 120px;
}

.list_box.w130 ul li span {
    width: 130px;
}

.list_box.w145 ul li span {
    width: 145px;
}

.list_box ul li span:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: "";
}

.list_box ul li:before {
    width: 18px;
    height: 2px;
    border-bottom: 2px dotted #C2EC1A;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 2px;
}

.list_box ul li:after {
    width: 11px;
    height: 11px;
    background: #C2EC1A;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    left: 22px;
    content: "";
    position: absolute;
}

.list_box ul li em {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.guard_page {
    max-width: 1251px;
    width: 100%;
    display: block;
    margin: auto;
    padding-top: 6rem;
}

.guard_box {
    position: relative;
    display: block;
}

.guard_box > p {
    font: 1.8rem/2.2rem "mullerbold";
    color: #464646;
    position: absolute;
    right: 0;
    top: 180px;
}

.guard_box img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-top: -5rem;
}

.flash_box {
    display: block;
    width: 100%;
    max-width: 1251px;
    margin: auto;
    padding-top: 6rem;
}

.flash_box:after {
    display: table;
    content: "";
    clear: both;
}

.flash_img {
    overflow: hidden;
}

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

.lister {
    float: right;
    margin-left: 2rem;
}

.cabel_block {
    border: 2px dotted #939393;
    margin-top: -2px;
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    padding: 2rem;
}

.cabel_block > .title_block {
    margin-top: -5.4rem;
}

.cabel_block:before,
.cabel_block:after {
    display: block;
    width: 100%;
    clear: both;
    content: "";
}

.cabel_box {
    max-width: 1250px;
    margin: auto;
    width: 100%;
    padding: 2rem;
}

.cabel_box:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.cabel_box:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.cabel_img {
    overflow: hidden;
    text-align: center;
}

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

.cabel_block:nth-child(odd) .cabel_descript {
    float: right;
    margin-left: 10rem;
    margin-right: 0;
}

.cabel_block:nth-child(even) .cabel_descript {
    float: left;
    margin-right: 10rem;
    margin-left: 0;
}

.cabel_box:nth-child(odd) .cabel_descript {
    float: right;
    margin-left: 10rem;
    margin-right: 0;
}

.cabel_descript > .list_box {
    display: block;
    margin-top: 3rem;
}

.cabel_descript > .list_box:first-child {
    margin-top: 0;
}

.example2 {
    background: url(../img/cablesystem_img_1.jpg) no-repeat 50% 50%;
    height: 1344px;
    position: relative;
}

.example2_img {
    position: absolute;
    height: 664px;
    bottom: -150px;
    left: 0;
    width: 100%;
    background: url(../img/cabel_png_1.png) no-repeat 50% 50%;
    right: 0;
    margin: auto;
}
/*
@media (max-width:1920px) {
    .h_nav {
        padding-top: 15px;
    }
}

@media (max-width:1800px) {

    html,
    body {
        font-size: 9px;
    }

    .figures {
        height: 660px;
    }

    .h_nav {
        padding-top: 7px;
    }
}

@media (max-width:1600px) {

    html,
    body {
        font-size: 8px;
    }

    .figures {
        height: 620px;
    }

    .h_nav {
        padding-top: 15px;
    }
}

@media (max-width:1440px) {
    .h_nav {
        padding-top: 3px;
    }

    html,
    body {
        font-size: 7px;
    }

    .figures {
        height: 580px;
    }

    .events {
        background: url(../img/bg_5.jpg) no-repeat 50% 25%;
    }
}

@media (max-width:1366px) {}

@media ( max-width:1280px){
    header{ padding:12px 0; }
    .header > *{ display:block; float:none; }
    .h_nav{ text-align:left; padding-left:20px; padding-top:5px; }
    .figures{ height:500px; }
}
@media (max-width:1055px) {
    .bl2_text h5 {
        line-height: 4rem !important;
    }

    .bl2_text.right p{
        font-size:1.4rem !important;
    }
    .header.right .h_contacts{
        padding:0 45px 0 0;
    }
}

@media (max-width:1024px) {} */

@font-face {
    font-family: 'systopiebold';
    /*src: url('../fonts/systopie_bold-webfont.eot');*/
    /*src: url('../fonts/systopie_bold-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/systopie_bold-webfont.woff2') format('woff2'),*/
    /*url('../fonts/systopie_bold-webfont.woff') format('woff'),*/
    src: url('../fonts/systopie_bold.otf') format('truetype');
    /*url('../fonts/systopie_bold-webfont.svg#systopiebold') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'systopieregular';
    /*src: url('../fonts/systopie_regular-webfont.eot');*/
    /*src: url('../fonts/systopie_regular-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/systopie_regular-webfont.woff2') format('woff2'),*/
    /*url('../fonts/systopie_regular-webfont.woff') format('woff'),*/
    src: url('../fonts/systopie_regular.otf') format('truetype');
    /*url('../fonts/systopie_regular-webfont.svg#systopieregular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mullerbold';
    /*src: url('../fonts/muller-bold-webfont.eot');*/
    /*src: url('../fonts/muller-bold-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/muller-bold-webfont.woff2') format('woff2'),*/
    /*url('../fonts/muller-bold-webfont.woff') format('woff'),*/
    src: url('../fonts/Muller-Bold.otf') format('truetype');
    /*url('../fonts/muller-bold-webfont.svg#mullerbold') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mullerlight';
    /*src: url('../fonts/muller-light-webfont.eot');*/
    /*src: url('../fonts/muller-light-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/muller-light-webfont.woff2') format('woff2'),*/
    /*url('../fonts/muller-light-webfont.woff') format('woff'),*/
    src: url('../fonts/Muller-Thin.otf') format('truetype');
    /*url('../fonts/muller-light-webfont.svg#mullerlight') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mullerregular';
    /*src: url('../fonts/muller-regular-webfont.eot');*/
    /*src: url('../fonts/muller-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
    /*url('../fonts/muller-regular-webfont.woff2') format('woff2'),*/
    /*url('../fonts/muller-regular-webfont.woff') format('woff'),*/
    src: url('../fonts/Muller-Regular.otf') format('truetype');
    /*url('../fonts/muller-regular-webfont.svg#muller_regularregular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}

@-webkit-keyframes bounce {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(0.9);
    }

    90% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes bounce {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.95);
    }

    90% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes bounce {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(0.9);
    }

    90% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1.2);
    }

    80% {
        transform: scale(0.9);
    }

    90% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes gear1 {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(-363deg);
    }
}

@-moz-keyframes gear1 {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(-363deg);
    }
}

@-o-keyframes gear1 {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(-363deg);
    }
}

@keyframes gear1 {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(-363deg);
    }
}

@-webkit-keyframes gear2 {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-356deg);
    }
}

@-moz-keyframes gear2 {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-356deg);
    }
}

@-o-keyframes gear2 {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-356deg);
    }
}

@keyframes gear2 {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-356deg);
    }
}

@-webkit-keyframes gear3 {
    0% {
        transform: rotate(-13deg);
    }

    100% {
        transform: rotate(-373deg);
    }
}

@-moz-keyframes gear3 {
    0% {
        transform: rotate(-13deg);
    }

    100% {
        transform: rotate(-373deg);
    }
}

@-o-keyframes gear3 {
    0% {
        transform: rotate(-13deg);
    }

    100% {
        transform: rotate(-373deg);
    }
}

@keyframes gear3 {
    0% {
        transform: rotate(-13deg);
    }

    100% {
        transform: rotate(-373deg);
    }
}

@-webkit-keyframes gear4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-moz-keyframes gear4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-o-keyframes gear4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes gear4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes gear5 {
    0% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(-367deg);
    }
}

@-moz-keyframes gear5 {
    0% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(-367deg);
    }
}

@-o-keyframes gear5 {
    0% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(-367deg);
    }
}

@keyframes gear5 {
    0% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(-367deg);
    }
}

@-webkit-keyframes gear6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(240deg);
    }
}

@-moz-keyframes gear6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(240deg);
    }
}

@-o-keyframes gear6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(240deg);
    }
}

@keyframes gear6 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(240deg);
    }
}


.comp-none-display {
    display: none;
}

.comp-no-display {
    display: none;
}

.f_logo1 {
    display: none;
}

.page-form__element {
    flex: 0 0 40%;
    margin-right: 20px;
    box-sizing: border-box;
}

.page-form__element_big {
    flex: 1 0 100%;
    margin-left: 0 !important;
}

div.w-40 {
    width: 40%;
}

.about-company__wrapper {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.f_con.soc {
    margin-left: 20px;
}

@media (max-width: 700px) {
    .header {
        padding: 0.6% 10px 0.6% 60px;
    }
}

@media screen and (max-width: 700px) {
    .block1 {
        height: auto;
    }

    .header {
        padding: 0.6% 10px 0.6% 60px;
    }

    .logo {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        float: none;
        padding: 0;
    }

    .logo img {
        display: block;
        text-align: center;
        margin: 0px auto;
    }

    .comp-none-display {
        display: block;
    }

    .comp-none-display p {
        font-size: 20px;
        text-align: center;
        color: #fff;


    }

    .comp-no-display {
        display: block;
    }

    .comp-no-display p {
        font-size: 20px;
        text-align: center;
        color: #fff;


    }

    #ph-h-m {
        margin-top: 30px;
    }

    .block1_block {
        padding: 0;
        width: 100%;
        max-width: 300px;
        margin: 0px auto;
        padding-bottom: 50px;
    }

    .container {
        max-width: 300px;
        padding: 0 10px;
        width: 100%;
        margin: 0 auto;
    }

    .mobile-no-display {
        display: none;
    }

    .page_title h1 {
        text-align: center;
    }

    .page_title {
        padding: 0;
    }

    .page_title span {
        font: 4.3rem/5.4rem "systopieregular";
    }

    .page_title:after {
        content: none;
    }

    .page_nav {
        padding: 0px 0 0 0;
        width: 100%;
        max-width: 300px;
        margin: 0px auto;
    }

    .page_nav ul li {
        display: block;
        width: 100%;
        margin: 8px 0;
    }


    .block2_text {
        position: relative;
    }

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

    .bl2_text.right {
        padding: 0;
        padding-bottom: 20px;
    }

    .bl2_text h5 {
        font: 4.2rem/4.2rem "systopieregular";
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #464646;
        padding-bottom: 5%;
        text-align: center;
    }

    .bl2_text.right p {
        color: #707070;
        font-size: 16px;
    }

    .bl2_text h6:after {
        content: none;
    }

    .bl2_text.right p {
        font-size: 1.9rem !important;
        text-align: justify;
    }

    .figures {
        margin-top: 0px;
        padding: 20px 0;
        position: static
            /*relative*/
        ;
        /*	height:100%;*/
        background: url(../img/bg_4_2_11.jpg);
        background-position: center;
    }

    .block_title {
        padding-bottom: 20px;
    }

    .figures_box_line1 {
        padding: 0;
    }

    .figure_line1 {
        display: block;
        vertical-align: top;
        width: 100%;
        margin: 10px auto;
        padding: 0;
        margin-left: 50px;
    }

    .figure_line1:first-child {
        margin-left: 50px;
    }

    .figure_line1 > p {
        text-align: left;
        padding-top: 2.2rem;
        padding-bottom: 3px;
        position: relative;
    }

    .figure_line1 > p:after {
        content: none;
    }

    .figures_box_line2 {
        padding: 20px 0;
    }

    .figure_line2 {
        display: block;
        width: 100%;
        margin: 15px 0;
    }

    .why_block h5 {
        margin-top: 20px;
    }

    .why_bl {
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 20px auto;
    }

    .why_bl:nth-child(4n+1) {
        margin: 0px auto;
    }

    .partner {
        padding: 30px 0px;
    }

    .partner_block {
        padding: 10px 10px;
        border: #C2EC1A 5px solid;
    }

    .partner_block > h5 {
        margin-top: 10px;
        padding-bottom: 0;
    }

    .partner_block > h5 span {
        padding: 0;
    }


    .ab {
        background: url(../img/bg_4.jpg);
        padding: 30px 0;
        position: relative;
        z-index: 3;
    }

    .ab:after,
    .ab:before {
        content: none;
    }

    .ab .block_title {
        padding-bottom: 0px;
    }

    .ab_box {
        font-size: 0;
        padding-top: 10px;
    }

    .ab_bl {
        display: block;
        vertical-align: top;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .ab_bl:nth-child(-n+3) {
        margin-top: 15px;
    }



    .events {
        background: url(../img/bg_5.jpg) no-repeat 50% 50%;
        position: relative;
        padding: 30px 0 0 0;
    }

    .events:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, .92);
        content: "";
    }

    .events_block > * {
        display: block;
        width: 100%;
        text-align: left;
    }

    .events_left {
        padding-right: 0px;
    }

    .events_left > h5 {
        text-align: center;
    }

    .map {
        height: 0px;
    }


    footer {
        background: #191919;
        padding: 10px 0;
    }

    .footer:after {
        content: none;
        clear: both;
    }

    .f_logo1 {
        display: block;
    }

    .f_logo1 a {
        display: block;
        margin: 10px auto;
        text-align: center;
        margin-bottom: 30px;
    }

    .f_logo1 a:before {
        content: none;
    }

    .f_con {
        float: none;
        font-size: 0;
        width: 100%;
        max-width: 300px;
        margin: 0px auto
    }


    .f_con_box {
        color: #FFFFFF;
        min-height: 14rem;
        text-align: center;
        display: block;
        position: relative;
        margin: 20px auto;
        vertical-align: top;
        margin-bottom: 40px;
    }

    .f_con_box:after {
        width: 4rem;
        height: 3px;
        background: #C2EC1A;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .f_con_box:first-child {
        margin-left: 0;
    }

    .f_con_box p {
        font: 2.3rem/2.9rem "mullerregular";
    }

    .f_con_box p b {
        font: 2.6rem/1.9rem "mullerbold";
    }


    .map_block {
        position: static;
    }

    .map_box {
        position: static;
        margin: 30px auto;
    }

    .map_box > .page_form_block {
        background: #FFFFFF;
        width: 100%;
        max-width: 300px;
        padding: 10px;
        border: 8px solid #C2EC1A;
        box-shadow: 0 0 25px -5px rgba(0, 0, 0, .75);
    }

    .page_form_block h6 {
        font: 2.2rem/2.8rem "systopiebold";
        text-transform: uppercase;
        padding-bottom: 7px;
        text-align: center;
    }


    .page_form_block > form > * {
        display: block;
        width: 90%;
        margin-left: 10px;
    }

    .page_form_block form {
        margin-top: 10px;
    }

    .page_form_block > form > *:first-child {
        margin-left: 10px;
        margin-bottom: 20px;
    }


    .form_line {
        display: block;
        position: relative;
        height: 36px;
    }

    .page_form_block > form > input[type="submit"] {
        font: 1.8rem/34px "mullerregular";
        border: 2px solid #C2EC1A;
        border-radius: 30px;
        color: #FFFFFF;
        background: transparent;
        height: 36px;
        margin-top: 30px;
        transition: 0.4s;
    }

    .page_form_block p {
        margin: 0;
    }


    .page_form_popup {
        width: 100%;
        max-width: 300px;
        padding: 10px;
        display: none;
    }

    .page_form_popup hr {
        width: 29px;
        height: 2px;
        border-color: black;
        margin: 27px auto
    }

    .popup_title {
        font-size: 24px;
        font-family: "systopieregular";
        font-weight: 800;
        color: black;
        text-transform: uppercase
    }

    .popup_text {
        font-size: 16px;
        color: black;
        font-family: "systopieregular";
    }

    .popup_text > span {
        font-size: 24px;
        font-family: "systopieregular";
        border-bottom: 2px solid black;
        line-height: 1
    }

    .popup_close_btn {
        background-image: url("../img/popup_close_btn-min.png");
        background-size: contain;
        width: 27px;
        height: 27px;
        display: block;
        position: absolute;
        top: 27px;
        right: 27px;
    }




    .page {
        position: relative;
        z-index: 2;
        background: #FFFFFF;
        padding: 10px;
    }

    .page_block {
        display: block;
        position: static;
        border: 2px dotted #939393;
        padding: 0;
    }

    .title_block {
        clear: both;
        position: static;
        text-align: center;
        margin-top: 10px;
    }

    .guard_page {
        max-width: 300px;
        width: 100%;
        display: block;
        margin: auto;
        padding-top: 10px;
    }

    .guard_box {
        position: relative;
        display: block;
    }

    .guard_box > p {
        position: static;
        margin: 20px 0 10px 0;
    }

    .guard_box img {
        position: relative;
        display: block;
        max-width: 100%;
        width: auto;
        height: auto;
        margin-top: 10px;
    }

    .example_box {
        width: 95%;
        display: block;
        position: relative;
        margin: 5px auto;
    }

    .title_example {
        width: 45%;
        bottom: 22rem;
        position: absolute;
    }

    .title_example h4 {
        text-align: center;
        font: 2.1rem/3.6rem "systopieregular";
        text-transform: uppercase;
        color: #000000;
    }

    .flash_box {
        width: 100%;
        margin: auto;
        padding-top: 6rem;
    }

    .flash_box:after {
        display: table;
        content: "";
        clear: both;
    }

    .flash_img {
        overflow: inherit;
    }

    .lister {
        float: none;
        margin: 0px auto;
    }

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

    .flash_page {
        max-width: 300px;
        width: 100%;
        display: block;
        margin: auto;
        padding-top: 10px;
    }

    .list_box {
        display: block;
    }



    .block1.med {
        background: url(../img/bg_1_med.jpg) no-repeat 61% 50%;
    }

    .med_page {
        max-width: 300px;
        width: 100%;
        display: block;
        margin: auto;
        padding-top: 10px;
    }

    .med_bl {
        padding: 20px 0;
        width: 100%;
        margin: 0px auto;
    }

    .med_bl:nth-child(even) .img_med {
        float: none;
        margin: 0px auto;
    }

    /*.med_bl:after{ display:table; clear:both; content:''; }*/
    .med_bl .img_med {
        float: none;
        text-align: center;
        width: auto;
        height: auto;
        max-width: 95%;
        margin: 0px auto;
    }

    .med_bl .img_med h6 {
        font: 18px/22px "systopiebold";
        text-transform: uppercase;
        padding: 10px 0;
        text-align: left;

    }

    .text_med {
        overflow: hidden;
        text-align: left;
        margin-top: 10px;
    }

    .img_med img {
        width: 100%;

    }

    .text_med h6 {
        font: 18px/22px "systopiebold";
        text-transform: uppercase;
        padding-bottom: 20px;
        padding-top: 30px;
    }




    .page_nav ul li a {
        text-decoration: underline;
        transition: 0.3s;
        display: block;
        position: relative;
        padding-left: 35px;
        font-size: 16px;
    }

    .cabel_block {
        border: 2px dotted #939393;
        margin-top: 5px;
        position: relative;
        padding: 2rem;
    }

    .cabel_block > .title_block {
        margin-top: 5px;
    }

    .cabel_block:before,
    .cabel_block:after {
        display: block;
        width: 100%;
        clear: both;
        content: "";
    }

    .cabel_box {
        margin: 0px auto;
        width: 100%;
        padding: 2rem;
    }

    .cabel_img {
        overflow: hidden;
        text-align: center;
    }

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

    .cabel_block:nth-child(odd) .cabel_descript {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .cabel_block:nth-child(even) .cabel_descript {
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .cabel_box:nth-child(odd) .cabel_descript {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .cabel_descript > .list_box {
        display: block;
        margin-top: 0;
    }

    .cabel_descript > .list_box:first-child {
        margin-top: 0;
    }

    .example2 {
        background: url(../img/cablesystem_img_1.jpg) no-repeat 50% 50%;
        height: 100%;
        position: relative;
    }

    .page-form__element {
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-form__element input[type="submit"] {
        margin-top: 0 !important;
    }

    .f_con.soc {
        text-align: center;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.files-i {
    width: 100%;
    /*max-width: 200px;*/
    max-width: 150px;
    float: left;
    /*margin-left: 200px;*/
    margin-left: 50px;
}

.files-i p {
    text-align: center;
    font: 1.6rem/2rem "mullerregular";
    font-size: 12px;
    line-height: 1.35;
    margin-top: 7px;
}

.files-i img {
    /*width: 50px;*/
    width: 40px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.files-i1 {
    width: 100%;
    max-width: 200px;
    float: none;
    margin: 0px auto;
}

.files-i1 p {
    font-size: 12px;
    text-align: center;
    font: 2.3rem/2.7rem "mullerregular";
    margin-top: 7px;

}

.files-i1 img {
    width: 50px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.burger-menu {
	display: none;
}

.page-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width:1800px) {
    html,
    body {
        font-size: 9px;
    }

    .figures {
        height: 660px;
    }
}

@media (max-width: 1600px) {
    .header_nav ul li a {
        font-size: 12px;
    }
    .header_wrapper {
        font-size: 14px;
    }
    .header_phone-container {
        padding-left: 0;
    }
}

@media (min-width: 1600px) {

	/*html,
    body {
        font-size: 8px
    }*/

    .figures {
        height: 620px
    }
}

@media (max-width:1440px) {
    html,
    body {
        font-size: 7px;
    }

    .header_nav ul li {
        padding: 0 10px;
    }

    .figures {
        height: 580px;
    }

    .events {
        background: url(../img/bg_5.jpg) no-repeat 50% 25%;
    }
    .header {
        padding: 0.8% 10px 0.8% 60px;
    }
}

@media (max-width:1400px) {
    .header_nav ul li a {
        font-size: 10px;
    }
    .header_wrapper {
        font-size: 12px;
    }
}

@media (max-width:1250px) {
	.header_nav {
		width: 350px;
	}
	.header_logo {
	    width: 27%;
	}
	.header_container {
	    width: calc(100% - 27%);
	}
    .header {
        padding: 0.9% 10px 0.9% 60px;
    }
}

@media (max-width:1055px) {
    .bl2_text h5 {
        line-height: 4rem !important;
    }
    .header_logo {
	    width: 31%;
	}
	.header_container {
	    width: calc(100% - 31%);
	}
	.header_nav {
		width: 290px;
	}
    .header {
        padding: 1.2% 10px 1.2% 60px;
    }
}

@media (max-width:1024px) {
	.header_nav {
	    width: 240px;
	}
    .header {
        padding: 0.5% 10px 0.5% 60px;
    }
    .mini-header .header {
        padding-left: 10px;
    }
}

@media (max-width:935px) {
	.header_nav {
		display: none;
	}
    .mini-header .logo {
        padding: 0 15px;
    }
	.header_container {
	    justify-content: flex-end;
	}
    .header {
        padding: 1.7% 10px 1.7% 60px;
    }
    .header_logo a img {
        width: 100%;
    }
    .mini-header .header.right .h_contacts {
        padding-right: 15px;
    }
}

@media (max-width:600px) {
	.header {
	    flex-direction: column;
	    padding: 0;
	    padding-top: 50px;
	}
	.header_logo {
	    width: 300px;
	}
	.header_schedule-container {
		display: none;
	}
	.header_phone-container {
		border: none;
		align-items: center;
	}
	.header_container {
		justify-content: center !important;
    	padding: 15px 0;
	}
	.header_phone-container a {
		padding: 5px 0;
		color: white;
	    font-weight: 900;
	    font-size: 18px;
	}
	.header_phone:before {
		display: none;
	}

	.header_mail:before {
		display: none;
	}
}

.work {
    padding: 80px 0;
    position: relative;
}

.work__h1 {
    font: 3.8rem/4.4rem "systopieregular";
    text-transform: uppercase;
    color: #464646;
    padding-bottom: 40px;
    text-align: center;
}

.work__item {
    display: flex;
    margin-bottom: 80px;
}

.work_docs-wrapper {
    width: 60%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.work_text-wrapper {
    width: 40%;
}

.work_docs__item {
    padding: 0 50px 0 0;
    width: 100%;
    max-width: 733px;
}

.work_docs__item img {
    max-width: 100%;
    padding: 30px;
    border: #C2EC1A 5px solid;
}

.work_text-h2 {
    font: 1.9rem/2.2rem "systopiebold";
    color: black;
    margin-bottom: 15px;
    text-align: center;
    background: white;
    position: absolute;
    top: -7px;
    padding: 0 30px;
    margin-right: 50px;
}

.work_text-content {
    margin-bottom: 35px;
}

.work_text-content p {
    font: 1.6rem/2.2rem "mullerregular";
    margin-bottom: 10px;
}

.work_text-content__title {
    font: 1.6rem/2.2rem "mullerbold";
    margin: 10px 0;
}

.work_text-input_title {
    font: 18px/14px "mullerbold";
    color: black;
    margin-bottom: 25px;
    line-height: 1;
}

.work_text-input-wrapper {
    display: flex;
}

.work_text-input_phone {
    font: 16px/16px "mullerregular";
    height: 36px;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    border-bottom: 2px solid #D5D7D7;
    color: #000000;
    margin-bottom: 20px;
    width: 35%;
    margin-right: 30px;
}

.work_text-input_phone:focus {
    border-bottom: 2px solid black;
}

.work_text-input_h {
    font: 18px/14px "mullerregular";
    color: #C2EC1A;
}

.work_text-input_submit {
    transition-duration: 0.1s;
    cursor: pointer;
    font: 1.8rem/34px "mullerregular";
    border: 2px solid #C2EC1A;
    border-radius: 30px;
    background-color: white;
    height: 36px;
    padding: 0 30px;
}

.work_text-input_submit:hover {
    background-color: #f5f5f5;
}

.about-company {
    display: flex;
    flex-direction: column;
    padding: 60px 0 40px 0;
}

.about-company_section-title {
    text-align: center;
    font: 3.8rem/4.4rem "systopieregular";
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 25px;
}

.about-company-container {
    display: flex;
}

.about-company__item {
    flex: 0 0 33.33%;
}

.about-company__item img {
    max-width: 100%;
}

.about-company_left-block {
    width: 50%;
}

.about-company_right-block:not(.about-company_text-block) {
    display: flex;
    align-items: center;
}

.about-company_right-block {
    width: 50%;
}

.about-company_text-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 15px;
}

.about-company_title {
    font: 2rem/2.8rem "systopieregular";
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #464646;
    margin-bottom: 15px;
}

.about-company_content p {
    color: #707070;
    font: 1.8rem/2.8rem "mullerregular";
}

.p-l-20 {
    padding-left: 20px;
}

.p-r-20 {
    padding-right: 20px;
}

.about-company_background {
    background: url(../img/bg_4.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin: 80px 0 0 0;
}

.about-company_white-clr .about-company_title,
.about-company_white-clr .about-company_content p {
    color: white;
}

.about-company__img {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .work__item {
        margin-bottom: 40px;
        flex-direction: column;
    }
    .work_docs-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .work_docs__item {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    .work_text-wrapper {
        width: 100%;
    }
    .work_text-input_phone {
        width: 140px;
    }
    .map_box {
        position: relative;
        top: 0;
        margin: 0;
    }
    .page {
        padding: 9rem 9rem 40px;
    }
    .white_page_form {
        margin-bottom: 40px;
    }
    .page_form_block {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .events {
        margin-bottom: 40px;
    }
    .white_page_form .container {
        padding: 0;
    }
    .map_box > .page_form_block {
        width: 80%;
    }
    .work_docs__item img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 25px 10px;
    }
    .work_docs__item {
        display: block;
    }
}

@media (max-width: 767px) {
    .about-company_left-block:not(.about-company_text-block) {
        width: 100%;
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .work {
        padding: 40px 0;
    }

    .about-company__item {
        padding: 30px 0;
    }

    .about-company_right-block:not(.about-company_text-block) {
        width: 100%;
        padding-left: 0 !important;
        margin-bottom: 10px;
    }

    .about-company-container {
        flex-wrap: wrap;
    }

    .about-company_text-block {
        width: 100%;
        padding: 0;
    }

    .about-company_title {
        padding-bottom: 3%;
    }

    .about-company {
        padding: 30px 0;
    }

    .about-company__item_mobile-flex-reverse .about-company-container {
        flex-direction: column-reverse;
    }

    .figure_line1 {
        margin-left: 0 !important;
    }

    .f_logo1 img {
        width: 100%;
    }

    .work_text-input_submit {
        padding: 0 10px;
        width: 100%;
    }
    .about-company__item {
        flex: 1 0 100%;
    }
    .about-company__wrapper {
        flex-wrap: wrap;
    }
    .about-company_background {
        margin-top: 25px;
    }
}

@media (max-width: 700px) {
    .work_text-h2 {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .header_logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .about-company_text-block {
        padding: 0 5px;
    }
}

.block1.shin{ background:url(../img/shinbg.jpg) no-repeat 50% 50%; }

.white-header .header_nav ul li a {
    color: white;
}

.white-header .header_nav ul li a:hover {
    color: white;
}

.white-header .header_wrapper {
    color: white;
}

.white-header .header_mail:before,
.white-header .header_phone:before {
    background-position: bottom;
}

.modal-thanks {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.modal-thanks_active {
    display: flex;
}

.modal-thanks-container {
    width: 400px;
    margin: auto;
    padding: 50px;
    background: white;
    border-radius: 10px;
    font-family: "systopieregular";
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 60;
    position: relative;
}

.modal-thanks_title {
    font-weight: 900;
    font-size: 28px;
}

.modal-thanks_subtitle {
    font-size: 14px;
}

.js-close-modal {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
}

.js-close-modal:hover {
    opacity: 0.7;
}

.js-close-modal img {
    max-width: 100%;
}

@media (max-width: 480px) {
    .modal-thanks-container {
        width: 90%;
    }
}

.header-cabel {
    justify-content: flex-end;
}

/* Форма на первом экране (Дублируется) */
.page_form_white {
    background: #FFFFFF;
    padding: 20px 100px !important;
    border: 8px solid #C2EC1A;
    box-shadow: 0 0 25px -5px rgba(0, 0, 0, .75);
    color: black;
    width: 800px;
    border-radius: 10px;
    position: relative;
    top: 30px;
    margin-bottom: 30px;
}

.page_form_white .form_line > input {
    border-bottom: 2px solid #dbdbdb;
    color: black;
}

.page_form_white .form_line2 > input {
    color: black;
}

.page_form_white input[type="submit"] {
    background: #C2EC1A !important;
    color: #000000 !important;
}

.additional_info {
    margin-top: 10px;
}

.additional_info div {
    font: 1.8rem/2.2rem "systopieregular";
}

.additional_info .title {
    font: 2.2rem/2.2rem "systopieregular";
    font-weight: 600;
    margin-bottom: 12px;
}

.additional_info .notice {
    margin-top: 5px;
    font-weight: 100;
}

.modal .additional_info {
    margin-top: 20px;
    width: 86.5%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
}

.modal .additional_info div:not(.title) {
    font-size: 14px;
    font-family: "mullerregular";
    line-height: 1.4;
    text-transform: none;
}

.modal .additional_info .title {
    font-family: Arial;
    font-size: 16px;
}
.footer .f_con {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
}
.footer .f_con_box {
    margin-left: 0;
    width: 50%;
    padding: 15px 15px 15px 0;
}
@media (max-width: 1200px) {
    .page_form_white {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .footer .f_con {
        margin: 0 auto;
    }
    .footer .f_con_box {
        padding: 0;
        width: 100%;
    }
    .f_con_box:after {
        left: 50%;
        transform: translateX(-50%);
    }
}