/*fonts*/
@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/sfprodisplay-regular-webfont.eot');
    src: url('fonts/sfprodisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sfprodisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/sfprodisplay-regular-webfont.woff') format('woff'),
         url('fonts/sfprodisplay-regular-webfont.svg#sf_pro_displayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('fonts/sfprodisplay-semibold-webfont.eot');
    src: url('fonts/sfprodisplay-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sfprodisplay-semibold-webfont.woff2') format('woff2'),
         url('fonts/sfprodisplay-semibold-webfont.woff') format('woff'),
         url('fonts/sfprodisplay-semibold-webfont.svg#sf_pro_displaysemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}


 
/*reset light*/
html, body {
    margin: 0;
    padding: 0;
}
label, input, button, a {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'SF Pro Display', 'sans-serif', 'arial', 'helvetica';
    -webkit-font-smoothing: antialiased; 
    --c1: #1B44D6;
    --c2: #E5E5E5;
    --c3: #566494;
    --c4: #565E7C;
}
svg path, svg rect, svg circle {
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
input, textarea, select, button {
    font-family: 'SF Pro Display', 'sans-serif', 'arial', 'helvetica';
}
input:not([type=checkbox]):not([type=radio]),
textarea, 
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a:hover {
    text-decoration: none;
}
img, a, input, textarea, select, button {
    -webkit-border-radius: 0;
            border-radius: 0;
    outline-style: none;
}
button::-moz-focus-inner {
  border: 0;
}
    
input {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.container_main {
    min-width: 320px;
}
.clr {
    clear: both;
}
.align_center {
    text-align: center;
}
.wmain {
    width: 1160px;
    margin: 0 auto;
}
.plr {
    padding-left: 30px;
    padding-right: 30px;
}
.overflow {
    overflow: hidden;
}

.container_main {
    background-color: #0F161A;
    color: #fff;
}
.menu_mobile {
    display: none;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 120%;
    -webkit-align-items: center;
            align-items: center;
}
.mm_ico {
    display: block;
    min-width: 16px;
    width: 16px;
    margin-right: 8px;
}
.mm_ico span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative;
    top: 0;
    -webkit-transition: 0.4s;
       -moz-transition: 0.4s;
        -ms-transition: 0.4s;
         -o-transition: 0.4s;
            transition: 0.4s;
}
.mm_ico span + span {
    margin-top: 4px;
}
.hl_top_open .mm_ico span:nth-child(2) {
    -webkit-transform: scale(0,1);
       -moz-transform: scale(0,1);
        -ms-transform: scale(0,1);
         -o-transform: scale(0,1);
            transform: scale(0,1);
}
.hl_top_open .mm_ico span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.hl_top_open .mm_ico span:nth-child(3) {
    top: -5px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.header {
    
}

.header .wmain {
    position: relative;
    padding-top: 168px;
    padding-bottom: 93px;
}

.head_slog {
    text-align: right;
    font-size: 31px;
    text-transform: uppercase;
 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    color: #314147;
    line-height: 110%;
}

.header h1 {
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    text-align: right;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    color: #80F3EC;
    line-height: 100%;
   font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.head_bottom {
    display: flex;
    position: relative;
    z-index: 30;
    margin-top: -70px;
    -webkit-align-items: center;
            align-items: center;
}

.head_tg {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #FFF;
    -webkit-align-items: center;
            align-items: center;
}

.tg_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    background-color: #FFF;
    margin-right: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.head_tg img {
    display: block;
    margin-left: 3px;
    position: relative;
    top: -5px;
}

.tg_img img {
    display: block;
    margin-left: 0;
    width: 100%;
    top: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}

.head_scroll {
    margin-left: 157px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    -webkit-align-items: center;
            align-items: center;
}

    .head_scroll:hover {
        text-decoration: none;
    }

.head_scroll svg {
    display: block;
    margin-right: 4px;
}

.hl_top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .hl_top .wmain {
        display: flex;
        height: 40px;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-align-items: center;
                align-items: center;
    }

.hl_logo {
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    line-height: 120%;
}

.hl_nav {
    display: flex;
    padding-right: 160px;
    -webkit-align-items: center;
            align-items: center;
}

    .hl_nav a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color: #FFF;
    }

    .hl_nav a + a {
        margin-left: 58px;
    }

    .hl_nav a:hover {
        text-decoration: underline;
    }

.hl_zakaz {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .hl_zakaz:hover {
        opacity: 0.6;
    }


.video {
    position: relative;
    height: 900px;
    max-height: 100vh;
    /*background: url("../img/video_img.jpg") no-repeat center center;*/
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.video_play {
    position: absolute;
    display: block;
    text-decoration: none;
    outline-style: none;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}

    .video_play:hover {
        opacity: 0.7;
    }

.ysl {
    padding-top: 130px;
}

.ysl_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ysl_list > li {
        display: block;
        position: relative;
        padding-left: 400px;
        border-top: 1px solid #EAEEED;
        padding-top: 38px;
        padding-bottom: 38px;
    }

.ysl_num {
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #80F3EC;
    line-height: 120%;
    top: 43px;
}

.ysl_name {
    font-size:50px;
    color: #FFF;
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}

.ysl_name span {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #EAEEED;
    margin-top: 10px;
    font-family: "SF Pro Display";
}

.job {
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 121px;
}

.job_title {
    white-space: nowrap;
    font-size:70px;
    color: #80F3EC;
    font-weight: bold;
    line-height: 100%;
    letter-spacing: -5px;
    text-transform: uppercase;
 font-family: "Bebas Neue", sans-serif;
  font-style: normal;
}

.job_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 126px;
}

    .job_list > li {
        display: block;
    }

    .job_list > li + li {
        margin-top: 121px;
    }

.jl_item {
    display: block;
    text-decoration: none;
    color: #fff;
}

.jl_inner {
    display: flex;
}

.jl_inner .jl_item {
    width: 50%;
    min-width: 260px;
    margin-right: 40px;
}

.jl_img img {
    display: block;
    width: 100%;
}

.jl_name {
    display: inline-flex;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    line-height: 120%;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

    .jl_name img {
        display: block;
        position: relative;
        left: 20px;
    }

.jl_inner .jl_item + .jl_item {
    width: 50%;
    min-width: 20px;
    margin-right: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.jl_item:hover .jl_name {
    border-color: transparent;
}

.job_list > li:nth-child(3n) .jl_inner {
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.job_list > li:nth-child(3n) .jl_item {
    width: 50%;
    min-width: 360px;
    margin-right: 40px;
}

.job_list > li:nth-child(3n) .jl_item + .jl_item {
    margin-right: 0;
    min-width: 20px;
    width: 50%;
}

.jl_btn {
    display: flex;
    margin-top: 121px;
    -webkit-justify-content: center;
            justify-content: center;
}

.jl_btn a {
    display: flex;
    text-decoration: none;
    font-size: 60px;
    font-weight: bold;
    color: #80F3EC;
    text-transform: uppercase;
    line-height: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

    .jl_btn a span {
        display: block;
        border-bottom: 3px solid #80F3EC;
        padding-bottom: 5px;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .jl_btn a:hover span {
            border-color: transparent;
        }

        .jl_btn a i {
            display: block;
            margin-left: 12px;
            opacity: 0.8;
            vertical-align: top;
            line-height: 100%;
            font-style: normal;
            font-size: 40px;
            margin-top: -4px;
        }

.video_content {
    padding-bottom: 225px;
}

.video_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -20px;
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.video_content .ysl_name { margin-bottom: 35px; text-align: center; }

    .video_list > li {
        width: 25%;
        /*padding-left: 20px;*/
        padding-bottom: 20px;
        text-align: center;
        font-weight: bold;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

    /*.video_list > li img {
        display: block;
        width: 100%;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }*/

    .video_list > li div.foto {
        background-size: cover;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        margin: 0 auto 15px auto;
    }

    .video_list > li div.role {
        color: #80f3ec;
        margin-top: 10px;
    }

.video_title {
    text-align: center;
    margin-top: 90px;
    font-size: 50px;
    color: #EAEEED;
    font-weight: bold;
     font-family: "Bebas Neue", sans-serif;
  font-style: normal;
    text-transform: uppercase;
    line-height: 100%;
}

.video_title_dop {
    text-align: center;
    margin-top: 17px;
    font-size: 40px;
    line-height: 40px;
    color: #B7C1BF;
    text-transform: uppercase;
   font-family: "Bebas Neue", sans-serif;
  font-style: normal;
}

.video_info_list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 62px;
    align-items: flex-start;
}

    .video_info_list > li {
        width: 25%;
        border-left: 1px solid #23323B;
        padding-left: 20px;
        padding-right: 30px;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }

.vil_name {
    font-size: 28px;
    line-height: 100%;
    font-weight: bold;
    text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
    color: #80F3EC;
}

.vil_info {
    /*margin-top: 75px;*/
    margin-top: 45px;
    font-size: 16px;
    line-height: 18px;
    color: #EAEEED;
}

.bg_bottom {
    background-color: #B7C1BF;
}

.history {
    position: relative;
    padding-top: 154px;
    padding-bottom: 178px;
}

.history_title {
    text-align: center;
    font-size: 70px;
    color: #0F161A;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
   font-family: "Bebas Neue", sans-serif;

  font-style: normal;
}

.history_btn {
    position: absolute;
    display: block;
    text-decoration: none;
    left: 50%;
    bottom: -10px;
    z-index: 50;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

    .history_btn img {
        display: block;
        max-width: 100%;
    }

.footer {
    border-top: 1px solid #959E9E;
    padding-top: 82px;
    padding-bottom: 92px;
}

    .footer .wmain {
        display: flex;
        text-align: center;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
                justify-content: center;
    }

.f_phone, .f_mail {
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: #0F161A;
}

.f_mail {
    margin-top: 11px;
}

.f_soc {
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-top: 31px;
}

    .f_soc a {
        display: block;
        text-decoration: none;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

        .f_soc a:hover {
            opacity: 0.7;
        }

    .f_soc a + a {
        margin-left: 20px;
    }

    .f_soc img {
        display: block;
    }

.f_info {
    text-align: center;
    margin-top: 85px;
    font-size: 18px;
    text-transform: uppercase;
    color: #252726;
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
    line-height: 40px;
    letter-spacing: 4px;
}

    .f_info span {
        display: block;
    }

    .f_info i {
        font-style: normal;
        display: inline-block;
        margin-right: 30px;
    }

    .f_info span + span {
        margin-top: 7px;
    }

    .f_info a {
        text-decoration: none;
        color: #252726;
        border-bottom: 2px solid #252726;
        -webkit-transition: 0.3s;
           -moz-transition: 0.3s;
            -ms-transition: 0.3s;
             -o-transition: 0.3s;
                transition: 0.3s;
    }

    .f_info a:hover {
        border-color: transparent;
    }

span[data-pu="pu_politic"] {
  text-decoration: none;
  cursor: pointer;
}

span[data-pu="pu_politic"]:hover {
  text-decoration: none;
}

.plr {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pu_rgba {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    left: 0;
    top: 0;
    overflow: auto;
    background: rgba(0,0,0,0.9);
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.pu_table {
    display: table;
    width: 100%;
    height: 100%;
}

.pu_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pu_inner {
    position: relative;
    max-width: 1114px;
    margin: 0 auto;
    padding: 49px 102px 60px 102px;
    background-color: #232323;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.closeform {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.closeform img {
    display: block;
}

.pu_title {
    text-align: center;
    font-size: 62px;
    color: #FFF;
    font-weight: bold;
    line-height: 120%;
}

    .pu_title span {
        display: block;
        margin-top: 17px;
        font-size: 32px;
        font-weight: normal;
    }

.pu_form {
    display: block;
    margin-top: 71px;
}

.pu_form input {
    display: block;
    width: 100%;
    border: none;
    height: 117px;
    background-color: #FFF;
    font-size: 35px;
    font-weight: 500;
    color: #7C7C7C;
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

    .pu_form input + input {
        margin-top: 20px;
    }

.pu_form .align_center {
    margin-top: 75px;
}

.pu_form .btn_main {
    height: 82px;
    min-height: 20px;
    padding-left: 90px;
    padding-right: 90px;
    font-size: 31px;
    text-transform: none;
    cursor: pointer;
    background-color: #80F3EC;
}

.privace { color: #fff; margin-top: 15px; text-align: center; }

/*@media*/
@media screen and (max-width: 1440px) {
    .pu_form .align_center {
        margin-top: 35px;
    }
    .pu_form .btn_main {
        height: 68px;
        min-height: 20px;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 26px;
        text-transform: none;
        cursor: pointer;
    }
    .pu_inner {
        max-width: 600px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .pu_title {
        font-size: 36px;
    }
    .pu_title span {
        font-size: 22px;
        line-height: 120%;
    }
    .pu_form input {
        font-size: 24px;
        height: 80px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .pu_form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .history_title {
        font-size: 19vw;
    }
    .header h1 {
        font-size: 11vw;
    }
    .wmain {
        width: 100%;
    }
    .ysl_name {
        font-size: 8vw;
    }
    .ysl_list > li {
        padding-left: 35vw;
    }
    .job_title {
        font-size: 17vw;
    }

    .jl_btn a {
        font-size: 9vw;
    }

    .jl_btn a i {
        font-size: 50%;
    }
    .video_title {
        font-size: 18vw;
    }
}

@media screen and (max-width: 1160px) {
    .hl_nav {
        padding-right: 0;
    }
    .vil_name {
        font-size: 34px;
    }
    .vil_info {
        margin-top: 25px;
    }
}

@media screen and (max-width: 920px) {
    .hl_nav a + a {
        margin-left: 27px;
    }
}

@media screen and (max-width: 960px) {
    .head_scroll {
        margin-left: 67px;
    }
    .jl_inner .jl_item {
        margin-right: 40px;
    }

    .head_bottom {
        margin-top: 0px;
    }
}

@media screen and (max-width: 860px) {
    .video_info_list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .video_info_list > li {
        width: 50%;
    }

    .video_info_list > li + li + li {
        margin-top: 40px;
    }

    .video_title_dop br {
        display: none;
    }

    .video_title_dop {
        font-size: 4vw;
        line-height: 140%;
    }

    .video_list > li {
        width: 50%;
    }
}

@media screen and (max-width: 820px) {
    .menu_mobile {
        display: flex;
    }
    .f_info {
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 120%;
    }
    .f_info {
        margin-top: 45px;
    }
    .hl_top {
        position: fixed;
        background-color: #0F161A;
    }
    .hl_nav {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #0F161A;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    .hl_nav a {
        font-size: 18px;
        line-height: 120%;
    }
    .hl_nav a + a {
        margin-left: 0;
        margin-top: 20px;
    }
    .hl_logo {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .header h1 {
        font-size: 11vw;
    }

    .head_tg {
        font-size: 14px;
    }

    .tg_img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .head_scroll {
        font-size: 14px;
        margin-left: 30px;
    }
    .job_title {
        font-size: 11vw;
    }
       .video_title {
        font-size: 9vw;
    }
    .vil_name
    {
      
      font-size: 18px;
    }
     .history_title {
        font-size: 11vw;
    }
    .jl_name {
        font-size: 13px;
    }
    .history_btn
    {
        bottom:-30px;
    }
    .history_btn img {
        display: block;
        max-width: 82%;
    }
}
@media screen and (max-width: 720px) {
    .head_bottom {
        margin-top: 30px;
    }
    .header .wmain {
        padding-bottom: 33px;
    }
    .head_slog {
        font-size: 22px;
    }
}

@media screen and (max-width: 640px) {
    .jl_inner {
        display: block;
    }

    .jl_item {
        width: 100% !important;
        margin: 0 !important;
    }

    .jl_item + .jl_item, .job_list > li + li {
        margin-top: 40px !important;
    }
    .jl_name {
        font-size: 13px;
    }
    .video_list > li {
        width: 100%;
    }
} 

@media screen and (max-width: 620px) {
    .video {
        height: 400px;
    }
    .video_play {
        width: 100px;
        height: 100px;
    }

    .video_play img {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .hl_logo {
        font-size: 12px;
        width: 130px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .hl_nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hl_nav a {
        font-size: 16px;
    }
    .hl_nav a + a {
        margin-top: 14px;
    }
    .plr {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hl_logo {
        font-size: 12px;
    }
    .hl_zakaz {
        font-size: 12px;
    }
}

@media screen and (max-width: 460px) {
    .header h1 {
        font-size: 10vw;
    }

    .head_tg {
        font-size: 14px;
    }

    .tg_img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }

    .head_scroll {
        font-size: 14px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 420px) {
    * {
        letter-spacing: 0 !important;
    }
    .job_title, .ysl_name {
        letter-spacing: 0;
    }
    .ysl_num {
        font-size: 16px;
        top: 26px;
    }
    .vil_name {
        font-size: 18px;
    }
    .vil_info {
        font-size: 12px;
        line-height: 16px;
    }
    .f_info {
        font-size: 16px;
    }
    .f_soc img {
        max-width: 100%;
    }
    .f_soc a {
        width: 34px;
    }
    .f_soc a + a {
        margin-left: 10px;
    }
    .f_phone, .f_mail {
        font-size: 16px;
    }
    .f_mail {
        margin-top: 8px;
    }
    .f_soc {
        margin-top: 16px;
    }
    .f_info {
        margin-top: 21px;
    }
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .ysl_list > li {
        padding-left: 21vw;
    }
    .ysl_name span {
        font-size: 14px;
        line-height: 20px;
    }
    .ysl {
        padding-top: 40px;
    }
    .ysl_list > li {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .job {
        padding-top: 40px;
    }
    .job_list {
        margin-top: 30px;
    }
    .job_list > li + li {
        margin-top: 30px;
    }
    .jl_btn {
        margin-top: 30px;
    }
    .job {
        padding-bottom: 40px;
    }
    .video_title {
        margin-top: 40px;
    }
    .video_info_list {
        margin-top: 30px;
    }
    .video_info_list > li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video_content {
        padding-bottom: 80px;
    }
    .history {
        padding-top: 40px;
        padding-bottom: 130px;
    }
    .history_btn {
        width: 120px;
        bottom: 0px;
    }
}

@media screen and (max-width: 360px) {
    .menu_mobile {
        font-size: 12px;
    }
    .hl_logo {
        width: 130px;
        font-size: 12px;
    }
    .head_scroll {
        margin-left: 20px;
    }
    .tg_img {
        margin-right: 10px;
    }
    .hl_zakaz {
        font-size: 12px;
        width: 54px;
        line-height: 12px;
    }
}

/* слой затемнения */

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
/* активируем модальное окно */

.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* блочная таблица */

.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
/* ячейка блочной таблицы */

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
/* модальный блок */

.dm-modal {
    display: inline-block;
    padding: 20px;
    max-width: 50em;
    background: #607d8b;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
}
/* изображения в модальном окне */

.dm-modal img {
    width: 100%;
    height: auto;
}
/* миниатюры изображений */

.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюра справа */

.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюра слева */

.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}
/* встраиваемое видео в модальном окне */

.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* рисуем кнопарь закрытия */

.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #cfd8dc;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #cfd8dc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}
/* кнопка закрытия при наведении */

.close:hover:after {
    border-color: #fff;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/* варианты фонвой заливки модального блока */

.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #00796b!important;
}
/* движуха при появлении блоков с содержанием */

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}