html {
    overflow-x: hidden;
}

body {
    font-family: "Tactic Sans", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    font-weight: 400;
    padding: 0;
    overflow-x: hidden;
    margin: 0 auto;
    background: #0E1214;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {
    display: none;
}

header .m_btn {
    display: none;
}

/************************************************************************/

.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border: none;
    text-decoration: none;
    background-color: transparent;
    padding: 18px 21px;
    -webkit-tap-highlight-color:transparent
}
/*
.btn:hover {
    color: #C78E66;
}
*/
.btn_svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    min-width:100%;
    height:100%;
    fill:none;
    -o-object-fit:cover;
    object-fit:cover;
    color:#0e1214
}
.btn path {
    width:100%;
    height:100%;
    fill:none;
    stroke-width:1;
    stroke:#fff;
    -webkit-transition:stroke-dashoffset .3s ease-in-out;
    transition:stroke-dashoffset .3s ease-in-out
}
.btn:hover{
    outline:0
}
/*
.btn:focus path {
    stroke:#C78E66;
}
.btn:hover path{
    stroke:#C78E66;
}
*/
.btn:hover .btn_svg path {
    stroke-dashoffset: 265;
}
.btn.btn_phone:hover .btn_svg path {
    stroke-dashoffset: 265;
}

.btn.gray {
    color: #C78E66;
}
.btn.gray path {
    stroke: #C78E66;
}
/*
.btn.gray:hover {
    color: #fff;
}
.btn.gray:hover path {
    stroke: #fff;
}
*/
/******************************************************************************/

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
    transition: 0.5s;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.svg) 100% 50% no-repeat;
    font-family: "Tactic Sans", sans-serif;
    outline: none;
    border-bottom: 1px solid #2F3539;
}

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

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1420px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 940px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1230px;
        max-width: 100%;
    }
}

@media (min-width: 1570px) {
    .container {
        width: 1420px;
        max-width: 100%;
    }
}

input[type=text],
input[type=tel] {
    color: #939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}

#form_popup {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: #0E1214;
    text-align: center;
    padding-bottom: 30px;
}
.popup_container .btn:hover .btn_svg path {
    stroke-dashoffset: 146;
}
.popup_container .agree_field {
    color: #fff;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: #fff;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: #fff;
    text-transform: uppercase;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #fff;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #30363A99;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #939393;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #939393;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #828688;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
    height: 48px;
    border-bottom: 1px solid #2F3539;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    color: #fff;
}

.fancybox-button svg path {
    fill: #fff;
}
.alert.fancybox-content {
    overflow: hidden;
}
.fancybox-content {
    color: #ffffff;
    background: #000;
}
.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 18px;
    padding-bottom: 8px;
    color: #ACAEB0;
}
.agree_field a {
    color: #fff;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: black;
}


.agree_field input+span {
    width: 12px;
    height: 12px;
    border: 1px solid #b7b7b7;
    background: white;
    position: absolute;
    top: 3px;
    left: 0;
}

.agree_field input:checked+span {
    background: url(../img/checked_black.svg) 50% no-repeat;
    background-size: contain;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}
form .form-group:nth-last-child(-n+2) {
    margin-bottom: 4px;
}
form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Tactic Sans", sans-serif;
    height: 48px;
    width: 100%;
    color: #828688;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #2F3539;
    padding: 0 12px;
    outline: none;
    background: transparent;
    border-radius: 0;
}

select {
    font-family: "Tactic Sans", sans-serif;
    display: block;
    color: #939393;
    height: 48px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: none;
    border-bottom: 1px solid #2F3539;
}

form .form-group button {
    font-family: "Tactic Sans", sans-serif;
    width: 100%;
    height: 49px;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #939393;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #939393;
}

.form_title {
    color: black;
    font-size: 36px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    white-space: nowrap;
}



.section_item {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 30px;
}
.section_item_line {
    position: absolute;
    right: -47%;
}
/*************************************************************************************************************************/

header {
    position: fixed;
    width: 100%;
    z-index: 8;
    background: #0E1214;
    left: 0;
}

.header {
    padding: 15px 0;
    border-bottom: 1px solid #D5D7D7;
}

header .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header .logos {
    display: flex;
    align-items: center;
}
header .header .logo_wrap {
    display: flex;
    align-items: center;
}
header .header .logo {
    padding-right: 50px;
}
header .header .logo1 {
    height: 30px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #C9CACA;
}
header .header .logo2 p {
    margin: 0;
    font-size: 14px;
}
header .header .logo2 span {
    font-size: 32px;
    font-weight: 700;
}
header .header .header_contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47%;
}

header .header .header_contacts .popup {

}

header .header .top_addr {
    display: grid;
    font-size: 18px;
    font-weight: 400;
}
header .header .top_addr span {
    font-size: 14px;
    color: #C9CACA;
}
header .header .top_addr:before {
    content: url(../img/location.svg);
    position: absolute;
    top: -2px;
    left: 0;
}

header .phone_mob {
    display: none;
}

header .header .top_phone {}

header .header .top_phone a {
    padding-left: 30px;
    display: block;
    position: relative;
    font-size: 18px;
    color: black;
    font-weight: 400;
}

header .header .top_phone a:before {
    content: url(../img/phone.svg);
    position: absolute;
    top: 0;
    left: 0;
}

header .header .m_btn {
    display: none;
}

header .menu {
    padding-top: 10px;
    background: #fff;
}

header .menu .container {
    display: flex;
    justify-content: space-between;
}

header .menu .main_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header .menu .main_menu a {
    color: #30363A;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: all .2s linear;
}

header .menu .main_menu a:hover {
    color: #C78E66;
    border-bottom: 2px solid #C78E66;
}


/**************************************************************************************************************/

.banner {
    top: 124px;
    position: relative;
	margin: 0 auto;
}

.slider-for {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
}

.slide_item {
    text-align: left;
    box-sizing: border-box;
    height: 820px;
    display: flex !important;
    align-items: center;
    justify-content: left;
    min-height: 120px;
    transition: 0.5s all;
}
.slide_item.slide_item1 {
    background: url(../img/bg1.jpg) 50% 0 no-repeat;
}
.slide_item.slide_item2 {
    background: url(../img/bg2.jpg) 50% 0 no-repeat;
}

.slider-dots-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 0;
    right: 0;
}

.slider-dots,
.slider-dots2,
.slider-dots3,
.slider-dots4 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
}

.slider-dots button,
.slider-dots2 button,
.slider-dots3 button,
.slider-dots4 button{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: block;
	border: 0;
	background-color: transparent;
	margin: 0 10px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	/*transition: .3s all;*/
	position: relative;
	z-index: 0;
}

.slider-dots-box .slick-active button {
    width: 40px;
    height: 40px;
}

.slider-dots button:after,
.slider-dots2 button:after,
.slider-dots3 button:after,
.slider-dots4 button:after {
	content: "";
    position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #bdbdbd;
}

.slider-dots-box .slick-active button:after {
	background-color: #fff;
}

.slider-dots-box .slick-active button:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50%;
    border: 1px solid #8d8d8d;
    width: 28px;
    height: 28px;
    left: 5px;
    top: 5px;
}

.circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 1;
  stroke-linecap: butt;
}
.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
	animation: progress 50s;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}
.circle-tx {
  fill: #000;
  stroke-width: 1;
  text-anchor: middle;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes progress2 {
  from {
    stroke-dashoffset: 360;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.slide_item .title1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.slide_item .title2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.slide_item .title2 b {
    font-weight: 600;
}
.banner .btn {
    width: 180px;
}

.banner_des {
    position: absolute;
    bottom: 20px;
    right: 30px;
    font-size: 16px;
    color: #ffffff;
}
.banner_des br {
    display: none;
}
/**************************************************************************************************************/

.item {
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 40px;
}

.spec {
    margin-top: 200px;
    animation-duration: 2s;
}

.spec_slider {
    padding-bottom: 75px;
    left: -1%;
    width: 101%;
}
.spec .circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: round;
	animation: progress2 30s forwards;
    animation-direction: alternate;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}
.spec_item {
    display: flex !important;
    justify-content: space-between;
    padding: 20px;
    background: #30363A;
    margin: 0 10px !important;
}
.spec_block_img {
    width: 53%;
    /*overflow: hidden;*/
}
.spec_block_img img {
    width: 100%;
    /*transition: all 0.2s linear;*/
}
.spec_block_img:hover img {
    /*transform: scale(1.1);*/
}
.spec_block_block {
    width: 44%;
    font-size: 24px;
    font-weight: 400;
}

.spec_block_block a {
    margin-top: 14px;
    width: 100%;
}
.spec_block_block p {
    margin: 0;
    min-height: 87px;
}

.spec_block_block_shin {
    font-size: 22px;
    font-weight: 400;
    line-height: 28.8px;
}
.spec_block_block .btn {
    padding: 20px 21px;
    display: flex;
    justify-content: center;
}
.spec_block_block .btn_svg {
    width: 100%;
}
.spec_block_block .btn:hover .btn_svg path {
    stroke-dashoffset: 220;
}
.slider-dots-box {
    bottom: 0;
}
.spec_slider .slick-slide {
    margin: 0 10px;
}
.spec_slider .spec_btn {
    display: grid;
}
.spec_slider .spec_btn_mob {
    display: none;
}
/**************************************************************************************************************/

.service {
    margin-top: 130px;
    animation-duration: 2s;
}
.service_slider {
}
.service_slider  .slick-slide {
    padding: 0 20px;
    border-top: 1px solid #30363A;
    border-right: 1px solid #30363A;
}
.service_item {
    padding-top: 40px;
}
.service_block_img {
    overflow: hidden;
    width: 100%;
}
.service_block_img img {
    width: 100%;
}
.service_block_img:hover img {
    transform: scale(1.1);
}
.service_item p {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}
.slider-dots-box.service_dots {
    position: relative;
}
.service_btn {
    margin-top: 20px;
}
.service_btn .btn {
    width: 100%;
    padding: 19px 21px;
    display: flex;
    justify-content: center;
}
.service_btn .btn:hover .btn_svg path {
    stroke-dashoffset: 98;
}

.service .slick-prev,
.advantages .slick-prev {
    position: absolute;
    right: 48px;
    left: auto;
}
.service .slick-next,
.advantages .slick-next {
    right: 0;
    transform: rotate(180deg) translateY(8px);
}
.service .slick-prev,
.service .slick-next,
.advantages .slick-prev,
.advantages .slick-next {
    top: -30px;
    width: 29px;
    height: 16px;
    background: url(../img/slide_btn.svg) no-repeat;
    background-size: contain;
}
.service .slick-prev:hover,
.service .slick-next:hover,
.advantages .slick-prev:hover,
.advantages .slick-next:hover {
    background: url(../img/slide_btn_hov.svg) no-repeat;
    background-size: contain;
}
.service .slick-prev:focus,
.service .slick-next:focus,
.advantages .slick-prev:focus,
.advantages .slick-next:focus {
    background: url(../img/slide_btn_hov.svg) no-repeat;
    background-size: contain;
}
.service .slick-prev:before,
.service .slick-next:before,
.advantages .slick-prev:before,
.advantages .slick-next:before {
    display: none;
}
/**************************************************************************************************************/

.advantages {
    animation-duration: 2s;
}
.advantages_slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.advantages_slide {
    position: relative;
    width: 17%;
    height: 401px;
    padding: 0 14px;
    padding-top: 8vw;
    overflow: hidden;
    border-top: 1px solid #30363A;
    border-bottom: 1px solid #30363A;
    border-right: 1px solid #30363A;
}
.advantages_slide:first-child {
    border-left: 1px solid #30363A;
}
.advantages_slider .slick-slide:last-child:after {
    content: '';
    background: #30363A;
    top: 0;
    height: 100%;
    width: 3px;
    position: absolute;
    right: 0;
}
.advantages_slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E1214;
    transition: all 0.2s linear;
}
.advantages_slide .advantages_block i {
    display: block;
    width: 32px;
    height: 32px;
    background: #000;
    margin-bottom: 36px;
}
.advantages_slide.advantages_item1 {
    background: url("../img/advantages/img1.png") no-repeat;
    background-size: cover;
}
.advantages_slide.advantages_item2 {
    background: url("../img/advantages/img2.png") no-repeat;
    background-size: cover;
}
.advantages_slide.advantages_item3 {
    background: url("../img/advantages/img3.png") no-repeat;
    background-size: cover;
}
.advantages_slide.advantages_item4 {
    background: url("../img/advantages/img4.png") no-repeat;
    background-size: cover;
}
.advantages_slide.advantages_item5 {
    background: url("../img/advantages/img5.png") no-repeat;
    background-size: cover;
}
.advantages_slide.advantages_item6 {
    background: url("../img/advantages/img6.png") no-repeat;
    background-size: cover;
}

.advantages_slide.advantages_item1 i {
    background: url("../img/advantages_ico1.svg") no-repeat;
}
.advantages_slide.advantages_item2 i {
    background: url("../img/advantages_ico2.svg") no-repeat;
}
.advantages_slide.advantages_item3 i {
    background: url("../img/advantages_ico3.svg") no-repeat;
}
.advantages_slide.advantages_item4 i {
    background: url("../img/advantages_ico4.svg") no-repeat;
}
.advantages_slide.advantages_item5 i {
    background: url("../img/advantages_ico5.svg") no-repeat;
}
.advantages_slide.advantages_item6 i {
    background: url("../img/advantages_ico6.svg") no-repeat;
}
.advantages_block {
    position: relative;
    z-index: 2;
}
.advantages_block p {
    padding-top: 36px;
    border-top: 1px solid #fff;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
    transition: all 0.2s linear;
}
.advantages_slide:hover:before {
    left: 100%;
}
.advantages_slide:hover .advantages_block p {
    border-top: 1px solid #C78E66;
}
/*************************************************************************************************************/


.clients {
    margin-top: 130px;
    animation-duration: 2s;
}
.clients .clients_cont {
    overflow: hidden;
    position: relative;
    margin-top: 14px;
    background: url(../img/clients_bg.jpg) 50% 0 no-repeat;
    background-size: 105% auto;
    padding-left: 3.4vw;
    padding-top: 5.5vw;
    height: 400px;
    transition: background-size 0.3s ease;
}
.clients .clients_cont:hover {
    background-size: 110% auto;
}
.clients .item {
    border-bottom: 1px solid #C78E66;
}
.clients_block {
    width: 100%;
    max-width: 460px;
}
.clients_block div {
    margin-bottom: 20px;
    position: relative;
    padding-left: 58px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
.clients_block div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}
.clients_block .clients_props_ico1:before {
    background: url(../img/clients_props_ico1.svg);
}
.clients_block .clients_props_ico2:before {
    background: url(../img/clients_props_ico2.svg);
}
.clients_block .btn {
    margin-top: 40px;
    width: 100%;
    padding: 22px 16px;
}
.clients_block .btn:hover .btn_svg path {
    stroke-dashoffset: 148;
}
/**************************************************************************************************************/

.about {
    margin-top: 130px;
    animation-duration: 2s;
}
.about_cont {
    display: flex;
    justify-content: space-between;
    gap: 2px;
}
.about_cont_block {
    padding: 10px;
    width: 33%;
    display: flex;
    justify-content: left;
    border: 1px solid #30363A;
}
.about_cont_img {
    overflow: hidden;
}
.about_cont_img img {
    transition: all 0.2s linear;
}
.about_cont_block:hover img {
    transform: scale(1.1);
}
.about_cont_text {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}
.about_cont_text:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 42px;
    background: #C78E66;
}
.about_cont_text p {
    margin: 0;
    font-size: 20px;
    min-height: 42px;
}
.about_cont_text span {
    display: block;
    margin-top: 24px;
    font-size: 16px;
}
/**************************************************************************************************************/

.equipment {
    margin-top: 130px;
    animation-duration: 2s;
}
.equipment .item {
    border-bottom: 1px solid #C78E66;
}
.equipment .equipment_cont:hover {
    background-size: 110% auto;
}
.equipment .equipment_cont {
    position: relative;
    margin-top: 14px;
    background: url(../img/equipment_bg.jpg) 50% 0 no-repeat;
    background-size: 100% auto;
    padding-left: 3.4vw;
    padding-top: 5.5vw;
    height: 400px;
    transition: background-size 0.2s ease;
}
.equipment_block {
    width: 100%;
    max-width: 460px;
}
.equipment_block div {
    margin-bottom: 20px;
    position: relative;
    padding-left: 58px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
.equipment_block div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 32px;
    height: 32px;
}
.equipment_block .equipment_props_ico1:before {
    background: url(../img/equipment_props_ico1.svg);
}
.equipment_block .equipment_props_ico2:before {
    background: url(../img/equipment_props_ico2.svg);
}
.equipment_block .btn {
    margin-top: 40px;
    width: 100%;
    padding: 22px 16px;
}
.equipment_block .btn:hover .btn_svg path {
    stroke-dashoffset: 148;
}

/**************************************************************************************************************/

.offers {
    margin-top: 166px;
    animation-duration: 2s;
}
.offers_cont {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    height: 195px;
}
.offers_cont_left {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #30363A;
    height: 100%;
    overflow: hidden;
}
.offers_cont_left img {
    position: absolute;
    top: 0;
}
.offers_cont_left img:nth-child(1) {
    left: 0;
    height: 100%;
}
.offers_cont_left img:nth-child(2) {
    right: 7px;
    height: 100%;
}
.offers_cont_left img:nth-child(3) {
    left: 77px;
    height: 100%;
    top: 0.2px;
}
.offers_cont_left p {
    position: relative;
    padding-left: 21px;
    font-size: 24px;
    font-weight: 400;
    left: 14px;
}
.offers_cont_left p:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background: #C78E66;
}
.offers_cont_right {
    width: 50%;
    border: 1px solid #30363A;
    display: grid;
    justify-content: center;
    align-items: center;
}
.offers_cont_right form {
    width: 370px;
}
.offers_cont_right .btn:hover .btn_svg path {
    stroke-dashoffset: 145;
}
/**************************************************************************************************************/

.contacts {
    margin-top: 130px;
}
.contacts_cont1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #30363A;
}
.bottom_addr {
    display: grid;
    font-size: 20px;
    font-weight: 400;
}
.bottom_addr p {
    margin: 0;
    font-size: 14px;
    color: #C9CACA;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}
.contacts .logo1 {
    height: 30px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #C9CACA;
}
.contacts .logo2 p {
    margin: 0;
    font-size: 14px;
}

.contacts_cont2 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom_phone {
    display: grid;
}
.bottom_phone p {
    margin: 0;
    font-size: 14px;
    color: #C9CACA;
}
.bottom_phone a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.info {
    display: flex;
}
.info a {
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-left: 18px;
}
.disclamer {
    display: none;
}
/**************************************************************************************************************/

#map1 {
    height: 496px;
    width: 100%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
}

.maxDiscount {
    font-size: 32px;
    display: block;
}

/****************************************************************************************************/


footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #EBEBEC;
    background: #ACAEB0;
    font-size: 18px;
}
footer .container {
    display: flex;
    justify-content: space-between;
}
footer a {
    color: #EBEBEC;
}
footer .disclamer {
    color: white;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}

/*------------------------------------------------------------------------------------------------------------------------*/

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

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

@media (max-width: 1570px) {
    .service_item p {
        min-height: 58px;
    }
    .slide_item {
        height: 680px;
    }
}

@media (max-width: 1441px) {
    .about_cont {
        flex-wrap: wrap;
    }
    .about_cont_block {
        width: 49%;
        margin-bottom: 20px;
    }
}
@media (max-width: 1186px) {
    header .menu .main_menu a {
        font-size: 12px;
    }
    header .header .header_contacts {
        width: 50%;
    }
    header .header .top_addr {
        font-size: 16px;
    }
    .slide_item {
        height: 560px;
    }
    .about_cont_text p {
        font-size: 16px;
    }
    .advantages_slider {
        flex-wrap: wrap;
    }
    .advantages_slide {
        width: 33.333%;
    }
    .advantages_slide:nth-child(4) {
        border-left: 1px solid #30363A;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {}

/*IPAD PRO BEGIN*/

@media (max-width: 991px) {
    .spec_item {
        margin: 0 !important;
    }
    .spec_slider .slick-slide {
        margin: 0 3px;
    }
    header .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 1;
    }

    header .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #fff;
        transition: all .2s linear;
    }

    header .header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }

    header .header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-47deg);
        top: 0px;
    }

    header .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    header .menu {
        position: fixed;
        padding: 50px 0;
        width: 100%;
        top: 84px;
        left: 100%;
        background: #000;
        z-index: 10;
        /*height: calc(100% - 76px);*/
        transition: all .2s linear;
        overflow: scroll;
    }
    header .menu .main_menu {
        display: grid;
        justify-content: center;
        text-align: center;
    }
    header .menu .main_menu a {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
    }
    header .menu.active {
        left: 0;
    }
    header .header .top_addr {
        display: none;
    }
    header .header .header_contacts {
        justify-content: right;
        padding-right: 20px;
        width: auto;
    }
    header .header .logo2 p {
        margin: 0;
        font-size: 12px;
    }
    .banner {
        top: 60px;
    }
    .slide_item .title1 {
        font-size: 22px;
    }
    .slide_item .title2 {
        font-size: 26px;
    }
    .slide_item.slide_item1,
    .slide_item.slide_item2 {
        background-size: cover;
    }
    .slide_item {
        height: 430px;
    }
    .spec {
        margin-top: 100px;
    }
    .service {
        margin-top: 40px;
    }
    .clients {
        margin-top: 40px;
    }
    .equipment {
        margin-top: 40px;
    }
    .about {
        margin-top: 40px;
    }
    .offers {
        margin-top: 80px;
    }
    .contacts {
        margin-top: 40px;
    }
    .offers_cont {
        display: block;
        height: auto;
    }
    .offers_cont_left  {
        width: 100%;
    }
    .about_cont_block {
        width: 100%;
    }

    .offers_cont_right {
        margin-top: 20px;
        width: 100%;
        padding: 20px 0;
    }
    .clients .clients_cont {
        overflow: initial;
        height: auto;
    }
    .clients_block {
        margin-top: 28vw;
    }
    .equipment .equipment_cont {
        overflow: initial;
        height: auto;
    }
    .equipment_block {
        margin-top: 28vw;
    }
}

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {}


/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/

@media (max-width: 767px) {
    .bottom_phone {
        margin-top: 20px;
    }
    .slide_item .title1 {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .slide_item .title2 {
        font-size: 18px;
    }
    .contacts_cont1 {
        display: block;
    }
    .contacts .logo_wrap {
        margin-top: 20px;
    }
    .contacts_cont2 {
        display: block;
    }
    .info {
        margin-top: 20px;
    }
    .info a {
        margin-left: 0;
        margin-right: 20px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {
    header .header .logo2 p {
        font-size: 9px;
    }
    .contacts .logo2 p {
        font-size: 9px;
    }
    .spec_block_block {
        font-size: 18px;
    }
    .spec_block_block a:nth-child(1) {
        margin-top: 0;
    }
    .spec_block_block p {
        margin: 0;
        min-height: 68px;
    }
    .item {
        font-size: 28px;
    }
    .advantages_slide {
        height: 220px;
    }
    .advantages_block p {
        padding-top: 17px;
    }
    .clients .clients_cont {
        padding: 14px;
    }
    .equipment .equipment_cont {
        padding: 14px;
    }
    .advantages_slide {
        width: 48%;
        margin-bottom: 20px;
    }
    .advantages_slide {
        border-left: 1px solid #30363A;
    }
}
@media (max-width: 540px) {
    .btn.btn_phone {
        display: none;
    }
}
@media (max-width: 520px) {
    header .header .logo1 {
        width: 120px;
    }
    header .header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
    }
    .spec_item {
        padding: 10px;
        display: block !important;
    }
    .spec_block_img {
        width: 100%;
    }
    .spec_block_block {
        width: 100%;
        margin-top: 14px;
    }
    .spec_block_block p {
        margin-bottom: 18px;
    }
    .service_item p {
        font-size: 18px;
        margin-bottom: 0px;
    }
    header .menu {
        top: 63px;
    }
    .service_slider .slick-slide {
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .slider-dots3 {
        display: none !important;
    }
    .spec_slider .spec_btn {
        display: none;
    }
    .spec_slider .spec_btn_mob {
        display: block;
    }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .about_cont_img {
        overflow: hidden;
        width: 40%;
    }
    .about_cont_text p {
        font-size: 14px;
    }
    .about_cont_text span {
        font-size: 14px;
    }

    .banner_des {
        font-size: 12px;
        text-align: right;
    }
    .banner_des br {
        display: block;
    }

}
@media (max-width: 440px) {
    .about_cont_text p {
        font-size: 12px;
    }
    .about_cont_text span {
        font-size: 12px;
        margin-top: 0px;
    }
    .bottom_addr {
        font-size: 14px;
    }
    .clients_block div {
        font-size: 14px;
    }
    .equipment_block div {
        font-size: 14px;
    }
    .offers_cont_right form {
        width: 100%;
    }
    .info a {
        font-size: 10px;
    }
    .offers_cont_left p {
        font-size: 16px;
    }

}

@media (max-width: 390px) {
    header .header .logo1 {
        width: 90px;
    }
    .contacts .logo1 img {
        width: 90px;
    }
    header .menu .main_menu a {
        font-size: 14px;
    }
}


@media (max-width: 378px) {
    .advantages_slide {
        width: 100%;
        margin-bottom: 20px;
    }
}

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

@media (max-width: 320px) {
    .spec_block_block .btn_svg {
        transform: scale(1, 1.2);
    }
}