@viewport {
    user-zoom: fixed;
}

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

label {
    cursor: pointer;
}

textarea {
    resize: none;
}

a, button, input, textarea {
    outline: none;
}

:focus {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

img, video {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: top;
}

iframe {
    width: 100%;
    vertical-align: top;
}

a, img {
    border: 0;
}

a {
    outline: none;
    color: #D8AA74;
    text-decoration: none;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
}

a:hover, a:active {
    color: #D8AA74;
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

body {
    color: #fff;
    font: 16px 'Inter', sans-serif;
    line-height: 22px;
    text-align: center;
    background: #0C2E2A;
}

html, body {
    height: 100%;
    min-width: 300px;
}

#panel2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#panel2 + .mobile-nav-wrap + .page-width {
    padding-top: 147px;
    box-sizing: border-box;
}

.scr-bl {
    display: none;
}

*[class^=mobile-] {
    display: none;
}

.fl-row {
    display: flex;
    margin: 0 -10px;
    justify-content: space-between
}

.col {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    display: flex;
}

.col-bl {
    box-sizing: border-box;
}

.up-link {
    opacity: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.preloader {
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background: #0C2E2A;
    z-index: 1000;
    transition: opacity 1000ms ease 0ms;
}

.preloader.hide {
    opacity: 0;
}

.preloader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -45px 0 0 -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

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

.page-width {
    position: relative;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background: #0C2E2A;
}

.page-bl {
    min-width: 260px;
    width: auto;
    text-align: left;
    padding: 0 120px;
    margin: 0 auto;
}

/* max-width:1200px; */
.site-header {
    position: relative;
    z-index: 10;
    color: #fff;
    font: 600 14px 'RFDewi';
    line-height: 18px;
}

.site-header a {
    color: #fff;
}

.site-header a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.site-header .fl-row {
    min-height: 100px;
    align-items: center;
    padding: 0;
}

.site-header .col {
    width: auto;
}

.site-header .col.w100 {
    width: 100%;
}

.logo-wrap {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.logo {
    display: inline-block;
    overflow: hidden;
    width: 134px;
    color: transparent;
    text-decoration: none;
    vertical-align: top;
}

.logo img {
    width: auto;
    height: 70px;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: 0 -20px !important;
}

.site-nav li {
    padding: 0 13px;
}

.tel-bl {
    position: relative;
    font-size: 22px;
    line-height: 26px;
    white-space: nowrap;
    padding: 0 0 0 36px;
}

.tel-bl::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin: -11px 0 0 0;
    background: url(../images/icon-tel.svg?v=1) no-repeat center center;
    background-size: cover;
}

.site-content {
    padding: 0;
}

.site-content p {
    padding-bottom: 22px;
}

.site-content ul, .site-content ol {
    position: relative;
    margin: 0 0 22px 24px;
}

.site-content ul ul, .site-content ul ol, .site-content ol ul, .site-content ol ol {
    margin-bottom: 0;
}

.site-content abbr {
    text-decoration: none;
}

.site-content ul {
    list-style: none;
    margin-left: 14px;
}

.site-content ul li {
    position: relative;
}

.site-content ul li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -14px;
    width: 8px;
    height: 2px;
    margin: 0;
    background: #7f7f7f;
}

.site-footer {
    position: relative;
    overflow: visible;
    color: #fff;
    font: 14px 'RFDewi';
    line-height: 1.4;
    padding: 80px 0 0 0;
}

.site-footer .h-3 {
    color: #fff;
    padding-bottom: 44px;
}

.site-footer .h-6 {
    color: rgba(255, 255, 255, 0.19);
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.site-footer a {
    color: #fff;
}

.copy-wrap {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.4;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.copy-wrap .fl-row {
    min-height: 57px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.copy-wrap .col {
    width: auto;
}

.copy-wrap ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 -20px !important;
}

.copy-wrap ul li {
    position: relative;
    padding: 0 20px 0 21px;
}

.copy-wrap ul li::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin: -7px 0 0 0;
    background: rgba(255, 255, 255, 0.2);
}

.copy-wrap ul li:first-child {
    padding-left: 0;
}

.copy-wrap ul li:first-child::before {
    display: none;
}

.copy-wrap a {
    color: rgba(255, 255, 255, 0.4);
}

.copy-wrap a:hover {
    color: rgba(255, 255, 255, 1);
}

.foot-main {
    font-weight: 300;
    padding: 0 0 22px 0;
}

.foot-main .fl-row {
    flex-direction: row-reverse;
}

.foot-main .col-bl {
    min-width: 198px;
}

.foot-main p {
    max-width: 340px;
    padding-bottom: 20px;
}

.foot-main span {
    color: #708482;
    font-size: 12px;
    line-height: 16px;
}

.soc-nav {
    display: flex;
    list-style: none;
    align-items: center;
    padding: 0 0 25px 0;
    margin: 0 -8px 0 -7px !important;
}

.soc-nav li {
    padding: 0 8px 0 7px;
}

.soc-nav li::before {
    display: none;
}

.soc-nav img {
    width: auto;
    height: auto;
    max-width: 18px;
    max-height: 18px;
}

.foot-map-wrap {
    position: relative;
    top: -16px;
    width: 458px;
    margin: 0 45px 0 auto;
}

.foot-map {
    position: relative;
    width: auto;
    height: 200px;
    background: url(../images/map.svg?v=1) no-repeat center top;
    background-size: 100% auto;
}

.foot-map-active {
    opacity: 0;
    position: absolute;
    top: -37px;
    left: 50%;
    width: 312px;
    height: auto;
    padding: 201px 0 0 0;
    margin: 0 0 0 -156px;
    background: url(../images/map-active.svg?v=1) no-repeat center top;
    background-size: 298px auto;
}

.foot-map,
.foot-map-active {
    transition: opacity 560ms ease 0ms;
}

.foot-map-wrap:hover .foot-map {
    opacity: 0;
}

.foot-map-wrap:hover .foot-map-active {
    opacity: 1;
}

.link-bl {
    padding: 9px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.map-link {
    position: relative;
    display: block;
    color: #fff;
    font: 600 16px 'RFDewi';
    line-height: 24px;
}

.map-link svg {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: 16px;
    margin: -8px 0 0 0;
}

.h-1m {
    color: #fff;
    font: bold 52px 'RFDewi', sans-serif;
    line-height: 62px;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0;
}

.h-1 {
    color: #fff;
    font: 700 48px 'RFDewi', sans-serif;
    line-height: 58px;
    padding: 0 0 15px 0;
    margin: 0;
}

.area-article .title-bl .h-1 {
    font: 700 32px 'RFDewi', sans-serif;
 
}

.h-2 {
    color: #fff;
    font: 700 32px 'RFDewi', sans-serif;
    line-height: 38px;
    padding: 0 0 40px 0;
    margin: 0;
}

.area-article .other-wrap .h-2 {
    font: 700 22px 'RFDewi', sans-serif;

}

.h-3 {
    color: #fff;
    font: bold 24px 'RFDewi', sans-serif;
    line-height: 1.2;
    padding: 0 0 40px 0;
    margin: 0;
}

@media screen and (max-width: 720px)
   {
    .area-article .title-bl .h-1 {
    font: 700 22px 'RFDewi', sans-serif;
 
}

.area-article .other-wrap .h-2 {
    font: 700 16px 'RFDewi', sans-serif;

}
   }
    

.h-4 {
    color: #fff;
    font: bold 20px 'Inter', sans-serif;
    line-height: 1.4;
    padding: 0 0 20px 0;
    margin: 0;
}

.h-5 {
    color: #fff;
    font: 600 18px 'RFDewi', sans-serif;
    line-height: 1.2;
    padding: 0 0 8px 0;
    margin: 0;
}

.h-6 {
    color: #D8AA74;
    font: 600 12px 'Inter', sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 0 0 4px 0;
    margin: 0;
}

.title-bl {
    color: #888;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 0 1px 0;
    margin: 0 0 30px 0;
}

.title-bl .h-1 {
    /*max-width: 540px;*/
    max-width: 700px;
}

.title-bl .h-1,
.title-bl p {
    padding-bottom: 15px;
}

::-moz-placeholder {
    opacity: 1;
}

::-webkit-input-placeholder {
    opacity: 1;
}

table {
    width: 100%;
    border-spacing: 0;
}

iframe {
    border: none;
    background: transparent;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='password'], textarea {
    width: 100%;
    height: 64px;
    font: 16px 'Inter', sans-serif;
    vertical-align: top;
    padding: 12px 20px;
    border: solid 1px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    overflow: hidden;
    height: 380px;
}

.label {
    display: inline-block;
    max-width: 347px;
    font: 400 16px 'RFDewi', sans-serif;
    line-height: 20px;
    vertical-align: top;
    padding: 0 10px 10px 10px;
}

.inp-bl {
    position: relative;
    padding: 0 0 30px 0;
}

.inp-bl p {
    padding: 0 !important;
}

.btn {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
    min-height: 64px;
    color: #fff;
    font: 600 16px 'RFDewi', sans-serif;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
    padding: 20px;
    border: none;
    background: #D8AA74;
    -moz-border-radius: 64px;
    -webkit-border-radius: 64px;
    border-radius: 64px;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover,
.btn:active {
    color: #fff;
    background: #b89164;
}

.btn-s {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 321px;
    max-width: 100%;
    min-height: 60px;
    color: #fff;
    font: 600 16px 'RFDewi', sans-serif;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    margin: 0 0 20px 0;
    border: solid 1px #D8AA74;
    background: #D8AA74;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-s:hover,
.btn-s:active {
    color: #333;
    background: #d8aa74;
}

.btn-w {
    cursor: pointer;
    position: relative;
    display: flex;
    width: 321px;
    max-width: 100%;
    min-height: 60px;
    color: #fff;
    font: 600 16px 'RFDewi', sans-serif;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    margin: 0 0 20px 0;
    border: solid 1px #D8AA74;
    background: transparent;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transition: all 200ms ease 0ms;
    -webkit-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-w:hover,
.btn-w:active {
    color: #333;
    background: #d8aa74;
}

.yandes-link {
    position: relative;
    display: flex;
    width: 290px;
    height: 68px;
    color: #fff;
    font: 600 14px 'RFDewi';
    line-height: 20px;
    align-items: center;
    padding: 0 80px 0 60px;
    border: solid 1px rgba(255, 255, 255, 0.18);
    background: transparent;
    border-radius: 60px;
    box-sizing: border-box;
}

.yandes-link::before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 23px;
    width: 21px;
    height: 34px;
    margin: -17px 0 0 0;
    background: url(../images/icon-yand.svg?v=1) no-repeat;
    background-size: cover;
}

.yandes-link svg {
    position: absolute;
    top: 50%;
    right: 30px;
    width: auto;
    height: 16px;
    margin: -8px 0 0 0;
}

input[type='checkbox'], input[type='radio'] {
    position: absolute;
    z-index: -1;
    clip: rect(0, 0, 0, 0);
}

input[type='checkbox'] + .lbl,
input[type='radio'] + .lbl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 34px;
}

input[type='checkbox']:disabled + .lbl:before,
input[type='radio']:disabled + .lbl:before {
    cursor: default;
    opacity: 0.5;
}

input[type='checkbox'] + .lbl:before,
input[type='radio'] + .lbl:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    width: 18px;
    height: 18px;
    border: solid 1px #dcdcdc;
}

input[type='checkbox'] + .lbl:before {
    background: #fff url(../images/form-checkbox.svg?v=1) no-repeat 100px 100px;
    background-size: auto 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

input[type='radio'] + .lbl:before {
    background: #fff url(../images/form-radio.png?v=1) no-repeat 100px 100px;
    background-size: auto 8px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type='checkbox']:checked + .lbl:before,
input[type='radio']:checked + .lbl:before {
    border-color: #c52b2b;
    background-color: #c52b2b;
    background-position: center center;
}

hr {
    height: 1px;
    margin: 40px 0;
    border: none;
    background: rgba(255, 255, 255, 0.1);
}

.file-inp {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    min-height: 64px;
    color: #D8AA74;
    font: 600 16px 'RFDewi', sans-serif;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #F6F4F1;
    border: solid 1px rgba(216, 170, 116, 0.2);
    border-radius: 20px;
    box-sizing: border-box;
}

.file-inp input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.file-inp .file-title {
    text-decoration: underline;
}

.file-inp:hover .file-title {
    text-decoration: none;
}

.size-bl {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 129px;
    height: 41px;
    vertical-align: top;
    border: solid 1px #D3D3D3;
    background: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.size-bl input {
    height: 41px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0 11px 0;
    border: none;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.size-bl i {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.size-bl i.left {
    left: 19px;
}

.size-bl i::before,
.size-bl i.right::after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    overflow: hidden;
    width: 15px;
    height: 1px;
    background: #c4c4c4;
    margin: -1px 0 0 0;
}

.size-bl i.right {
    left: auto;
    right: 19px;
}

.size-bl i.right::after {
    left: 50%;
    top: 50%;
    width: 1px;
    height: 15px;
    margin: -8px 0 0 -1px;
}

.size-bl i:hover::before, .size-bl i:hover::after {
    background: #4483CE;
}

.select-bl {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    vertical-align: top;
}

.select-bl .title {
    opacity: 1;
    cursor: pointer;
    position: relative;
    left: 0;
    height: 20px;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    padding: 6px 40px 6px 12px;
    border: solid 1px #b8b8b8;
    background: #fff;
}

.select-bl .title span {
    display: block;
    overflow: hidden;
}

.select-bl .title::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 15px;
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -3px 0 0 0;
    border: solid 6px transparent;
    border-bottom: none;
    border-top-color: #616161;
}

.select-bl ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
    width: 100%;
    list-style: none;
    margin: -1px 0 0 0;
    border: solid 1px #b8b8b8;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select-bl ul span {
    cursor: pointer;
    display: block;
    padding: 5px 12px;
}

.select-bl ul .active {
    background: #fafafa;
}

.select-bl.open {
    z-index: 1;
}

.select-bl.open .title::after {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

.back-bl {
    position: relative;
    top: -9px;
    margin: -10px 0 0 0;
}

.back-link {
    position: relative;
    display: inline-block;
    color: #D8AA74;
    font: bold 16px 'RFDewi', sans-serif;
    line-height: 24px;
    vertical-align: top;
    padding: 0 0 0 14px;
}

.back-link svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 11px;
    margin: -5px 0 0 0;
}


.load-bl {
    padding: 0 0 40px 0;
}

.load-link {
    position: relative;
    display: inline-block;
    color: #D8AA74;
    font: bold 16px 'RFDewi', sans-serif;
    line-height: 24px;
    vertical-align: top;
    padding: 0 0 0 22px;
}

.load-link svg {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: 12px;
    margin: -6px 0 0 0;
}

.vacancy-wrap .load-bl {
    padding: 30px 0 10px 0;
}

.area-breadcrumb {
    position: relative;
    overflow: hidden;
}

.breadcrumb {
    position: relative;
    display: flex;
    font-size: 12px;
    line-height: 16px;
    flex-wrap: wrap;
    list-style: none;
    padding: 7px 0 4px 20px;
    margin: 0 !important;
}

.breadcrumb::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 22px 0 0 0;
}

.breadcrumb li {
    position: relative;
    padding: 0 12px 0 13px;
}

.breadcrumb li::before {
    opacity: 0.3;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    margin: -8px 0 0 0;
    background: #000;
    transform: rotate(30deg);
}

.breadcrumb li:first-child {
    padding-left: 0 !important;
}

.breadcrumb li:first-child::before {
    display: none;
}

.breadcrumb a,
.breadcrumb span {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumb a:hover {
    color: rgba(255, 255, 255, 1);
}

.area-article {
    position: relative;
    overflow: visible;
    color: #fff;
}

.area-article .page-bl::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 60px;
    width: 3000px;
    height: 100%;
    background: #1F4F4A;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 50px rgba(13, 30, 28, 0.4);
}

.area-article .page-bl,
.area-article .page-box {
    position: relative;
}

.area-article .page-box {
    padding-top: 46px;
}

.area-article .h-1,
.area-article .h-2,
.area-article .h-3 {
    color: #fff;
}

.area-article .vacancies-nav {
    font-weight: 400;
    margin: 0;
}

.area-article .vacancies-nav ul {
    margin-bottom: 0;
}

.area-article .vacancies-nav a {
    color: #fff;
}

.inf-row {
    font-size: 14px;
    line-height: 1.4;
    justify-content: space-between;
    padding: 0 0 20px 0;
}

.inf-row .col {
    width: auto;
}

.inf-row .col:last-child {
    min-width: 138px;
}

.page-row {
    margin: 0 -20px;
}

.page-row .col-sub,
.page-row .col-main {
    width: 100%;
    padding: 0 20px;
}

.page-row .col-main {
    width: 60%;
}

.page-row .col-main:last-child {
    width: 100%;
}

.page-row .col-sub {
    max-width: 40.2%;
}

.other-wrap {
    padding: 0 0 39px 0;
}

.vacancies-nav {
    font: 600 16px 'RFDewi', sans-serif;
    line-height: 24px;
}

.vacancies-nav ul {
    margin-left: 0;
}

.vacancies-nav li {
    margin-bottom: 19px;
}

.vacancies-nav li::before {
    display: none;
}

.form-bl {
    position: relative;
    margin: 57px 0 40px 0;
}

.form-bl::before {
    opacity: 0.4;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 120px 0 0;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-right: none;
    background: url(../images/form-bl-bg.png?v=2) no-repeat -1px bottom;
    border-radius: 55px 0 0 55px;
    background-size: cover;
}

.form-bl .bl {
    position: relative;
    z-index: 1;
    padding: 40px 0 40px 40px;
}

.form-bl .h-2 {
    max-width: 290px;
    color: #fff;
    padding: 0 0 13px 0;
}

.form-bl .inps-wrap {
    padding: 8px 0 0 0;
}

.form-bl .inps-wrap p {
    max-width: 100%;
}

.form-bl input[type='text'],
.form-bl input[type='tel'],
.form-bl input[type='email'],
.form-bl textarea {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    background: #1F4F4A;
}

.file-inp {
    border: 1px solid #D8AA74;
    background: #1F4F4A;
}

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

.form-bl p {
    max-width: 300px;
}

.back-bl + .page-row .form-bl {
    margin-top: 43px;
}

.swiper-nav {
    padding: 15px 0 19px 0;
}

.swiper-nav .swiper-slide {
    width: auto !important;
    font: 600 14px 'RFDewi', sans-serif;
    line-height: 1;
}

.swiper-nav .swiper-slide a {
    cursor: pointer;
}

.swiper-nav .swiper-slide span {
    cursor: default;
}

.swiper-nav .swiper-slide a,
.swiper-nav .swiper-slide span,
.swiper-nav .swiper-slide .sw-active {
    display: flex;
    min-height: 32px;
    color: #fff;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    vertical-align: top;
    padding: 0 19px;
    border: 1px solid rgba(216, 170, 116, 0.04);
    background: rgba(236, 244, 244, 0.2);
    box-sizing: border-box;
    border-radius: 20px;
}

.swiper-nav .swiper-slide .sw-active,
.swiper-nav .swiper-slide .mixitup-control-active {
    cursor: default;
    color: #fff;
    border-color: #D8AA74;
    background: #D8AA74;
}
.swiper-flex{
    display: flex;
    flex-flow: row wrap;
}
.swiper-flex .swiper-slide{
    margin: 0px 10px 10px 0px;
}
.vacancy-wrap {
    position: relative;
    top: -30px;
}

.vacancy-wrap .vacancy-wrap {
    overflow: hidden;
    top: 0 !important;
}

.vacancy-bl {
    padding: 20px 0 8px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.vacancy-bl .h-3 {
    font-weight: 700;
    padding-bottom: 20px;
}

.vacancy-bl .inf-row {
    padding: 0 0 10px 0;
}

.vacancy-bl .btns-bl {
    position: relative;
    top: -2px;
    display: flex;
    margin: 0 -10px;
}

.vacancy-bl .btn-s,
.vacancy-bl .btn-w {
    width: 179px;
    margin-left: 10px;
    margin-right: 10px;
}

.vacancy_info a {
    color: #D8AA74
}

body.home {
    position: relative;
    background: #0C2E2A;
}

/* 081b22 */
body.home .page-width {
    background: #0C2E2A;
}

body.home .site-header {
    background: #0C2E2A;
}

/*
body.home .site-header .page-bl {max-width:1360px;padding-left:40px;padding-right:40px;}
body.home .site-header .logo-wrap {padding:3px 90px 0 0;}
*/
.area-home {
    position: relative;
    overflow: visible;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    background: url(../images/area-home-bg2.jpg?v=2.3) no-repeat center bottom;
    background-size: cover;
}

.area-home::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 470px;
    background: linear-gradient(0deg, #0C2E2A 0%, rgba(12, 46, 42, 0.45) 48.21%, rgba(12, 46, 42, 0) 100%);
}

.area-home .page-bl {
    position: relative;
}

.area-home .txt {
    padding: 0 0 58px 0;
}

.area-home .fl-row {
    max-width: 794px;
    min-height: 100vh;
    align-items: center;
}

.area-home .h-1m {
    color: #fff;
}
.area-home .h-1m-top{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'RFDewi', sans-serif;;
}
.area-home .btn {
    min-width: 280px;
    font-size: 18px;
    line-height: 22px;
}

.about-bl {
    margin: 0 0 40px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.about-bl:last-child {
    padding-bottom: 20px;
    margin: 0;
    border: none;
}

.about-row {
    margin: 0 -22px;
}

.about-bl:nth-child(2n) .about-row {
    flex-direction: row-reverse;
}

.about-bl + .about-bl .h-2 {
    padding-top: 34px;
}

.about-row .col {
    padding: 0 22px 40px 22px;
}

.about-row .col p:last-child {
    padding-bottom: 0;
}

.about-row .col-img {
    width: auto;
    min-width: 634px;
}

.about-row .h-1 {
    padding-bottom: 40px;
}

.about-row .h-2 {
    padding-bottom: 30px;
}

.about-row p {
    padding-bottom: 30px;
}

.about-row .btn {
    display: flex;
    width: 280px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
}

.swiper-team {
    max-width: 1200px;
    margin: 0 auto;
}

.team-user {
    color: #A9A9A9;
    font: 600 18px 'RFDewi', sans-serif;
    line-height: 1.2;
}

.team-user .img {
    position: relative;
    overflow: hidden;
    max-height: 285px;
    max-width: 285px;
    margin: 0 0 20px 0;
    border: solid 1px rgba(191, 151, 104, 0.5);
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.team-user .img::before {
    content: ' ';
    display: block;
    height: 0;
    padding: 100% 0 0 0;
}

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

.team-user .txt {
    padding: 0 20px;
}

.team-user p {
    padding: 0;
}

.vacancies-nav.fl-row ul {
    list-style-position: inside;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
    list-style: none;
    width: 100%;
}

.vacancies-nav.fl-row ul li {
    width: 50%;
}

@media screen and (max-width: 720px) {
    .vacancies-nav.fl-row ul li {
        width: 100%;
    }

    .vacancies-nav.fl-row ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 1200px) {
    .page-row .col-sub {
        max-width: 500px;
        margin-right: -40px;
    }
}

.desktop-bl.col.w100.mobile {
    display: block;
}

.desktop-bl.col.w100.mobile ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.desktop-bl.col.w100.mobile ul > li:not(:first-child) {
    margin-top: 25px;
}

.desktop-bl.col.w100.mobile ul > li > a {
    font-size: 12px;
}

/* new28.06 */
.form-bl .h-2,
.form-bl .h-2 + p {
    max-width: 100%;
}

.form-title {
    font: 600 28px 'RFDewi', sans-serif;
    line-height: 34px;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.form-title p {
    max-width: 100%;
    padding: 0 0 16px 0;
}

.form-title a[href^='tel:'] {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
}

.form-title .row {
    font: 600 18px 'RFDewi', sans-serif;
    line-height: 22px;
    align-items: center;
    padding: 0 0 10px 0;
}

.form-title .row p {
    padding: 0 30px 0 0;
}

.form-title .row .soc-nav {
    padding: 0 !important;
}

.detail-bl {
    font-family: 'RFDewi';
    padding: 17px 20px 11px 20px;
    margin: 0 0 20px 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.detail-bl p {
    padding: 0 0 6px 0 !important;
}

.detail-bl a {
    color: #fff;
}

.detail-bl a[href^='tel'] {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

/* new05.07 */
.area-article .h-4 {
    font-weight: 600;
}

.about-row.fright {
    flex-direction: row-reverse;
}

.category-nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 -10px !important;
}

.category-nav li {
    width: 33.333%;
    padding: 0 9px 19px 9px;
    box-sizing: border-box;
}

.category-nav li::before {
    display: none;
}

.cat-sbm {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 296px;
    border: solid 1px transparent;
    border-radius: 20px;
    box-sizing: border-box;
}

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

.cat-img::after {
    content: ' ';
    background: linear-gradient(rgba(33, 37, 38, 0.1) 0%, rgba(33, 37, 38, 0.1) 42.18%, rgba(44, 51, 52, 0.6) 70.15%, #191E22 100%);
    box-sizing: border-box;
}

.cat-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 70px 30px 30px;
    box-sizing: border-box;
}

.cat-txt::before {
    content: ' ';
    position: absolute;
    right: 30px;
    bottom: 32px;
    width: 32px;
    height: 16px;
    background: url(../images/arr-cat.svg?v=1) no-repeat;
    background-size: cover;
}

.cat-txt .h-3 {
    padding: 0;
    transition: color 200ms ease 0ms;
}

.cat-sbm:hover,
.cat-sbm:active {
    border-color: #D8AA74;
}

.cat-sbm:hover .h-3,
.cat-sbm:active .h-3 {
    color: #D8AA74;
}

/* new05.07-2 */
.area-contacts {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(../images/area-contacts.jpg?v=2) no-repeat center -100px;
    background-size: 100% auto;
}

.area-contacts::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 470px;
    background: linear-gradient(0deg, #0C2E2A 0%, rgba(12, 46, 42, 0.45) 48.21%, rgba(12, 46, 42, 0) 100%);
}

.area-contacts::after {
    content: ' ';
    position: absolute;
    top: 470px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C2E2A;
}

.area-contacts .page-bl {
    position: relative;
    z-index: 1;
}

.area-contacts .h-1 {
    color: #fff;
}

.contacts-wrap {
    position: relative;
}
.contacts-map{
    height: 300px;
    border-radius: 20px;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    -webkit-border-radius: 20px;
}
.contacts-map>ymaps{
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
}
.contacts-wrap .page-bl::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 60px;
    width: 3000px;
    height: 100%;
    background: #1F4F4A;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 50px rgba(13, 30, 28, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-right: none;
    box-sizing: border-box;
}

.contacts-wrap .page-box {
    position: relative;
    padding: 60px 0 40px 0;
}

.contacts-row {
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin: 0 -10px;
}

.contacts-row .col {
    width: 33.333%;
    padding: 0 10px 20px 10px;
}

.contact-bl {
    min-height: 100%;
    font-family: 'RFDewi';
    line-height: 1.2;
    padding: 20px 30px 8px 30px;
    background: #35615C;
    border-radius: 20px;
    box-sizing: border-box;
}

.contact-bl .h-4 {
    font-family: 'RFDewi';
    font-weight: 600;
    margin-bottom: 2px;
}

.contact-bl .row {
    align-items: center;
    justify-content: space-between;
    padding: 0 0 12px 0;
}

.contact-bl .row p {
    padding: 0;
}

.contact-bl strong {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact-bl a {
    color: #fff;
}

.contacts-head {
    display: flex;
    min-height: 234px;
    align-items: flex-end;
    padding: 0 0 21px 0;
    box-sizing: border-box;
}

.contacts-head .h-1m {
    color: #fff;
    padding-left: 30px;
}

.area-breadcrumb.type2 .breadcrumb {
    padding-top: 5px;
    padding-bottom: 6px;
}

.area-breadcrumb.type2 .breadcrumb::before {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(60px);
    border-radius: 0 0 0 30px;
}

.area-breadcrumb.type2 .breadcrumb li::before {
    background: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 1600px) {
    .category-nav li {
        width: 25%;
    }
}

@media screen and (min-width: 2000px) {
    .category-nav li {
        width: 20%;
    }
}

@media screen and (min-width: 2400px) {
    .category-nav li {
        width: 16.666%;
    }
}

/* new06.07-1 */
.news-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 25px 0 0 0;
    margin: 0 -10px;
}

.news-row .col {
    width: 25%;
    padding: 0 10px 30px 10px;
}

.news-row + .load-bl {
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.news-bl {
    position: relative;
    display: block;
    min-height: 100%;
    color: #A9A9A9;
    font: 600 14px 'RFDewi';
    line-height: 1.2;
}

.news-bl::before {
    opacity: 0;
    content: ' ';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #35615C;
    border-radius: 30px;
    transition: opacity 200ms ease 0ms;
}

.news-bl .h-5 {
    color: #fff;
    font-weight: 400;
    padding: 0 0 10px 0;
}

.news-bl p {
    padding: 0 0 10px 0;
}

.news-img {
    position: relative;
    overflow: hidden;
    height: 200px;
    margin: 0 0 20px 0;
    border-radius: 20px;
}

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

.news-txt {
    position: relative;
    color: #A9A9A9;
    padding: 0 10px;
}

.news-bl:hover::before {
    opacity: 1;
}

@media screen and (min-width: 1600px) {
    .news-row .col {
        width: 20%;
    }
}

@media screen and (min-width: 2000px) {
    .news-row .col {
        width: 16.666%;
    }
}

@media screen and (min-width: 2400px) {
    .news-row .col {
        width: 16.666%;
    }
}

/* new06.07-2 */
.foot-address {
    min-height: 122px;
}

.soc-nav {
    line-height: 1px;
}

.col-sub .news-row .col {
    width: 100%;
}

.area-news-about {
    position: relative;
    overflow: hidden;
}

.area-news-about .page-bl::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 60px;
    width: 3000px;
    height: 100%;
    background: #1F4F4A;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 50px rgba(13, 30, 28, 0.4);
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-right: none;
    box-sizing: border-box;
}

.area-news-about .page-box {
    position: relative;
}

.area-news-about .page-row {
    padding: 60px 0 40px 0;
}

/*.area-news-about .page-row .col-main {*/
/*    width: 100%;*/
/*}*/

.area-news-about .page-row .col-sub {
    min-width: 325px;
    max-width: 325px;
    margin-right: 0;
}

.area-news-about .col-main {
    line-height: 1.6;
}

.area-news-about .col-main img {
    margin: 10px 0 20px 0;
    border-radius: 20px;
}

.area-news-about .col-main h4 {
    color: #fff;
    font: bold 20px 'Inter', sans-serif;
    line-height: 1.4;
    padding: 0 0 20px 0;
    margin: 0;
}

.area-news-about .col-main h3 {
    color: #fff;
    font: bold 24px 'RFDewi', sans-serif;
    line-height: 1.2;
    padding: 0 0 40px 0;
    margin: 0;
}

.area-news-about .col-main h2 {
    color: #fff;
    font: 700 32px 'RFDewi', sans-serif;
    line-height: 38px;
    padding: 0 0 40px 0;
    margin: 0;
}

.col-box {
    position: relative;
    padding: 32px 0 0 40px;
    margin: 0 0 20px 0;
    background: #577673;
    border-radius: 60px 0 0 60px;
}

.col-box::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin: 0 0 0 -2px;
    background: #577673;
}

.col-box .h-3 {
    padding: 0 0 30px 0;
}

.col-box .news-row {
    padding: 0;
}

.col-box .news-row .col {
    padding-bottom: 20px;
}

.col-box .load-bl {
    text-align: center;
}

.col-box .load-link {
    padding: 0;
}

.col-box .news-row + .load-bl {
    padding-top: 20px;
}

.box-nav {
    font: 16px 'RFDewi';
    line-height: 24px;
    list-style: none;
    margin: 0 0 20px 0 !important;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.box-nav li {
    padding: 20px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.box-nav li::before {
    display: none;
}

.box-nav a {
    color: #fff;
}

.box-nav a:hover,
.box-nav a:active {
    color: #D8AA74;
}

.comments-fb {
    position: relative;
    overflow: visible;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
    background: #FFF;
    border-radius: 10px;
}

.comments-fb img {
    margin: 0 !important;
    border-radius: 0 !important;
}

.news-head {
    position: relative;
    display: flex;
    min-height: 620px;
    align-items: flex-end;
    padding: 0 120px 0 59px;
    margin: 0 -120px 0 -59px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50px 0 0 0;
}

.news-head .h-1,
.news-head .date {
    padding: 0 0 14px 0;
}

.news-head .h-1 {
    max-width: 880px;
}

.news-head .date {
    opacity: 0.6;
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.news-head .head-txt {
    padding: 0 0 26px 0;
}

.head-back {
    position: absolute;
    top: 60px;
    left: 59px;
    overflow: hidden;
    display: flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    background: rgba(168, 168, 168, 0.39);
    border-radius: 100%;
}

.head-back svg {
    width: 38px;
    height: 16px;
}

/* new06.07-3 */
.technics-area {
    padding: 12px 0 0 0;
}

.technics-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
}

.technics-row .col {
    width: 25%;
    padding: 0 10px 20px 10px;
}

.technics-wrap {
    width: 100%;
    padding: 20px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.technics-wrap + .load-bl {
    padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.technic-bl {
    position: relative;
    overflow: visible;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 0 2px 0;
    border: solid 1px transparent;
    background: #35615C;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.technic-bl .h-5 {
    padding: 0 0 10px 0;
    overflow: hidden;
    height: 97px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.technic-bl .h-5 span {
    display: block;
    color: #D8AA74;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.technic-bl p {
    padding: 0 0 10px 0;
}

.technic-bl .zakaz {
    font: 600 16px 'RFDewi';
    line-height: 1;
    padding: 0 0 20px 0;
}

.technic-bl .zakaz strong {
    font-weight: bold;
}

.technic-bl .price {
    font: 14px 'RFDewi';
    line-height: 1.2;
    padding: 4px 20px 7px 20px;
    margin: 5px -10px 20px -10px;
    background: #0C2E2A;
    border-radius: 12px;
}

.technic-bl .price strong {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    min-width: 30%;
    margin-right: 10px;
}

.technic-bl .row {
    justify-content: flex-start;
    padding: 11px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.technic-bl .row:first-child {
    border: none;
}

.technic-bl .row p {
    padding: 0 0 8px 0;
}

.tech-more {
    display: block;
    font: bold 16px 'RFDewi';
    line-height: 1;
    text-align: center;
    padding: 18px 0;
    margin: 0 -10px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.tech-more:hover,
.tech-more:active {
    color: #fff;
}

.tech-img {
    position: relative;
    overflow: hidden;
    height: 198px;
    margin: -1px -1px 0 -1px;
    border-radius: 20px 20px 0 0;
}

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

.tech-txt {
    padding: 15px 20px 0 20px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.technic-bl:hover {
    overflow: hidden;
    border-color: #D8AA74
}

@media screen and (min-width: 1600px) {
    .technics-row .col {
        width: 25%;
    }
}

@media screen and (min-width: 2000px) {
    .technics-row .col {
        width: 20%;
    }
}

@media screen and (min-width: 2400px) {
    .technics-row .col {
        width: 16.666%;
    }
}

/* new07.07-1 */
.technic-about {
    font-size: 18px;
    line-height: 1.4;
    margin: -7px 0 0 0;
}

.technic-about .fl-row {
    /* flex-direction: row-reverse; */
    flex-direction: row;
}
.technic-about  .col-first{
    margin-bottom: 15px;
}
.technic-about .h-1 {
    padding-bottom: 20px;
}

.technic-h1 span {
    color: #D8AA74;
    padding: 0 0 10px 0;
    display: block;
    font: bold min(max(14px, 3vw), 24px) 'RFDewi', sans-serif;
    line-height: 1.2;
}

.technic-h1 span:last-child {
    color: #fff;
    line-height: 58px;
    font: 700 min(max(20px, 3vw), 48px) 'RFDewi', sans-serif;
    padding: 0 0 15px 0;
    margin: 0;
}

.technic-about p {
    padding-bottom: 20px;
}

.technic-about hr {
    margin: 0 0 20px 0;
}

.technic-about .btn {
    width: 280px;
    margin: 0 0 20px 0;
}

.technic-about .col-img {
    max-width: 610px;

}

.technic-img {
    padding: 0 0 20px 0;
}

.technic-img img {
    height: auto;
    border-radius: 20px;
}

.technic-price {
    font: 14px 'RFDewi';
    line-height: 1.2;
    padding: 15px 20px 7px 20px;
    margin: 0 0 20px 0;
    background: #113632;
    border-radius: 20px;
}
.technic-price__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    padding-bottom: 10px !important;
}
.technic-price__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 13px 0px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.technic-price__left-title{
    font-weight: 600;
    font-size: Min(Max(12px,1.7vw),14px);
    line-height: Min(Max(14px,1.7vw),18px);
    color: #FFFFFF;
    padding: 0 !important;
}
.technic-price__telephone{
    font-weight: 800;
    font-size: Min(Max(13px,1.7vw),20px);
    line-height: Min(Max(20px,1.7vw),28px);
    color: #FFFFFF;
    margin-top: 6px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}
.technic-price__right{
    min-width: 45% ;
}
.technic-price__telephone_card{
    font-weight: 600;
    font-size: Min(Max(12px,1.5vw),18px);
    white-space: nowrap;
    line-height: 1.2;
    display: block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 10px;
}
.technic-price__modal_card{
    min-height: Min(Max(45px,1.5vw),54px) !important;
    font-size: Min(Max(13px,1.5vw),16px) !important;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.technic-price__button{
    margin-bottom: 0 !important;
    max-width: 250px;
    margin-left: 10px !important;
}
.technic-price .h-5 {
    width: 100%;
    padding: 0 0 10px 0;
}

.technic-price strong {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.technic-price .row {
    justify-content: space-between;
    padding: 11px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.technic-price .row:first-child {
    border: none;
}

.technic-price .row p {
    padding: 0 0 8px 0;
}

.technic-gall {
    max-width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
}

.sw-gall {
    position: relative;
}

.sw-gall .swiper-pagination {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.sw-gall .swiper-slide {
    text-align: center;
}

.gall-img {
    position: relative;
    overflow: visible;
    text-align: center;
}

.gall-img img {
    width: auto;
    height: 260px;
    object-fit: cover;
    border-radius: 20px;
}

/* new07.07-2 */
.ajax-bl {
    position: relative;
    height: 100%;
}

.ajax-bl .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

.ajax-bl .bg::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(35.62deg, #000 0%, rgba(0, 0, 0, 0.48) 28.82%, rgba(0, 0, 0, 0) 87.19%);
}

.ajax-bl .page-bl {
    position: relative;
}

.ajax-head {
    position: relative;
}

.ajax-head .fl-row {
    min-height: 260px;
    align-items: flex-end;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}

.ajax-head .back-bl {
    top: 0;
    padding-bottom: 10px;
    margin-top: 0;
}

.ajax-body {
    position: relative;
    min-height: 100%;
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-bottom: none;
    background: #1F4F4A;
    /*box-shadow: 0 0 50px rgba(13, 30, 28, 0.4);*/
    border-radius: 50px 50px 0 0;
    box-sizing: border-box;
}

.ajax-projects .bg {
    background: url(../images/ajax-projects.jpg?v=1) no-repeat left bottom;
    background-size: cover;
}

.ajax-reviews .bg {
    background: url(../images/area-review.jpg?v=1) no-repeat left bottom;
    background-size: cover;
}

.ajax-stages .bg {
    background: url(../images/area-steps.jpg?v=1) no-repeat left bottom;
    background-size: cover;
}

.ajax-work .bg {
    background: url(../images/area-cwoks.jpg?v=1) no-repeat left bottom;
    background-size: cover;
}

.ajax-license .bg {
    /*background: url(../images/ajax-sertific.jpg?v=1) no-repeat left bottom;*/
    background: url(../images/1sertifikatsiya.jpg?v=1) no-repeat left top;
    background-size: cover;
}

.projects-wrap {
    padding: 60px 0;
    overflow: hidden;
}

.pr-bl {
    position: relative;
    overflow: hidden;
    height: 258px;
    margin: 0 0 20px 0;
    border-radius: 20px;
}

.pr-bl.big {
    height: 536px;
}

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

.pr-bl::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(20.99deg, #000 0%, rgba(0, 0, 0, 0.48) 26.76%, rgba(0, 0, 0, 0) 40.7%);
}

.pr-bl .txt {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
}

.pr-bl .h-3 {
    line-height: 24px;
    font-weight: normal;
    padding: 0 0 6px 0;
}

.pr-bl .h-5 {
    color: #D8AA74;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
    padding: 0 0 8px 0;
}

.ajax-bl .sbm-close {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    top: 40px;
    right: 40px;
    border-radius: 100%;
}

.ajax-bl .sbm-close svg {
    width: 62px;
    height: 62px;
}

/*new.css*/
.contacts-head .back-bl {
    top: 0;
    width: 100%;
    padding: 0 0 0 30px;
    margin: 0;
}

.contacts-head .back-bl .h-1m {
    padding-left: 0;
    padding-top: 10px;
}

.area-steps,
.area-cwoks,
.area-review {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: url(../images/area-steps.jpg?v=2) no-repeat center -100px;
    background-size: 100% auto;
}

.area-cwoks {
    background-image: url(../images/area-cwoks.jpg?v=1);
    background-position: center top;
}

.area-review {
    background-image: url(../images/area-review.jpg?v=1);
}

.boxes-row {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.boxes-row .col {
    width: 33.333%;
    padding-bottom: 20px;
}

.boxes-row .col-2 {
    width: 66.666%;
}

.boxes-row .w50,
.boxes-row .w30 {
    width: 25%;
}

.box-bl {
    position: relative;
    display: block;
    height: 100%;
    min-height: 140px;
    font: 400 16px 'Inter';
    line-height: 1.4;
    text-decoration: none;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-sizing: border-box;
}

.box-bl__num {
    display: block;
    color: #D8AA74;
    font: 700 48px 'RFDewi';
    line-height: 1.2;
    padding: 0 0 10px 0;
}

.box-bl__txt {
    min-height: 76px;
}

.box-bl__txt p {
    padding: 0 0 10px 0 !important;
}

.box-bl__title {
    padding: 20px;
}

.box-bl__title .h-4 {
    font: 600 20px 'RFDewi';
    line-height: 1.2;
    padding: 0;
}

.box-nav {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    min-height: 240px;
    color: #fff;
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    box-sizing: border-box;
}

.box-nav::before {
    content: ' ';
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: 27px;
    width: 34px;
    height: 16px;
    background: url(images/box-nav-arr.svg?v=1) no-repeat center center;
    background-size: cover;
}

.box-nav .h-3 {
    position: relative;
    z-index: 1;
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
}

.box-nav__img,
.box-nav__img::after,
.box-nav__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-nav__img::after {
    content: ' ';
    background: linear-gradient(99.09deg, rgba(0, 0, 0, 0.53) 30.99%, rgba(0, 0, 0, 0) 94.66%);
}

.box-nav__img img {
    object-fit: cover;
}

.box-nav__inf {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font: 400 16px 'Inter';
    line-height: 1.4;
    padding: 30px 40px;
    box-sizing: border-box;
}

.ajax-head .fl-row {
    justify-content: space-between;
}

.ajax-head .col {
    position: relative;
    width: auto;
}

.ajax-head .head-back {
    right: 100%;
    bottom: 20px;
    top: auto;
    left: auto;
    margin: 0 30px 0 0;
}

.ajax-sertific .bg {
    background: url(../images/ajax-sertific.jpg?v=1) no-repeat left bottom;
    background-size: cover;
}

.ajax-communal .bg {
    background: url(../images/ajax-communal.jpg?v=1) no-repeat left bottom;
    background-size: cover;
}

.ajax-diplom .bg {
    background: url(../images/ajax-diplom.jpg?v=1) no-repeat left top;
    background-size: cover;
}

.themes-nav-wrap {
    position: relative;
    top: 3px;
    text-align: right;
}

.themes-nav__title {
    opacity: 0.4;
    color: #fff;
    font: bold 14px 'RFDewi';
    line-height: 1.2;
    text-transform: uppercase;
}

.themes-nav {
    font: bold 18px 'RFDewi';
    line-height: 1.2;
    list-style: none;
}

.themes-nav li {
    padding: 20px 0 0 0;
}

.themes-nav li::before {
    display: none;
}

.themes-nav a {
    color: #fff;
}

.letter {
    max-width: 257px;
    padding: 0 0 32px 0;
}

.letter__img {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-radius: 20px;
}

.letter__img::before {
    content: ' ';
    display: block;
    height: 0;
    padding: 136% 0 0 0;
}

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

.letter__title {
    color: #fff;
    font: 600 18px 'RFDewi';
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 0 8px 0;
}

.letter__txt {
    color: #A9A9A9;
    font: 18px 'RFDewi';
    line-height: 1.2;
    padding: 0 0 8px 0;
}

.diplom__img {
    position: relative;
    overflow: hidden;
    max-width: 345px;
    margin: 0 0 28px 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.diplom__img::before {
    content: ' ';
    display: block;
    height: 0;
    padding: 145% 0 0 0;
}
.diplom__img .image-popup::before, .letter__img .image-popup::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 25px;
    left: 0;
    width: 112px;
    height: 18px;
    margin: auto;
    z-index: 2;
    background-image: url(../images/magnifier2.svg);
    background-repeat: no-repeat;
}
.diplom__img .image-popup::after, .letter__img .image-popup::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.55%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 67.61%, #FFFFFF 85.9%);
    background-blend-mode: multiply, normal;
    border: 1px solid #BF9768;
    border-radius: 20px;
    /* background-image: url('../images/magnifier.svg');
    background-position: center;
    background-size: 50px;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0.3);
    margin: auto; */
    z-index: 1;
}
.diplom__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*new.css*/


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.back-link__modal {
    display: none;
}

.back-link__page {
    display: inline-block;
}

.head-back__modal {
    display: none;
}

.head-back__page {
    display: flex;
}