@font-face {
    font-family: 'Montserrat-Bold';
    src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}




html,
body {
    font-family: 'Montserrat-Regular';
color: #000;
    overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: none;
}

input {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.container_content {
    width: 1600px;
    margin-right: auto;
    margin-left: auto;
}

.container_content2 {
    width: 1830px;
    margin-right: auto;
    margin-left: auto;
}







.header_logo_title1{

color: #db0e2e;
    font-size: 32px;
        font-family: 'Montserrat-Bold';
    
}

.header_logo_title2{
color:#424141;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.7px;
        font-family: 'Montserrat-Medium';
    text-transform: uppercase;
}
.header_logo_in{
   display: flex;
    flex-wrap: wrap; 
}
.header_logo_title{
      margin-left: 11px;
    margin-top: -5px;  
}
.main_header_container{
   height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    perspective: 800px;
    transition: 0.8s ease;
    
}

body {
    opacity: 0;
    transition: 0.8s ease;
}
body.active_show{
    opacity: 1;
}
.main_header_slider_container{
transform: rotateX(-16deg);
    overflow: visible;
      transition: 0.8s ease;
    position: relative;
    z-index: 3;
}
.main_header_container.active_show .main_header_slider_container{
        transform: rotateX(0deg);
    overflow: visible;
}




.main_header_left_part{
  width: 69.5%;  
}
.main_header_right_part{
    width: 30.5%;
            padding: 40px 15px 20px 30px;
        overflow: hidden;
        height: 100vh;
}

.header_cont{
    width: 100%;
    padding: 0 3.2%;
}

.header{
   position: absolute;
  z-index: 4;
    padding-top: 40px;
    width: 100%;
    left: 0px;
    top: 0px;
}

.btn-juliet2{
     transform: scale(0.65)!important;
        transition: 0.3s ease!important;
}

.btn-juliet2:hover{
    transform: scale(0.8)!important;
}

.slider_main .btn-juliet{
  
    position: absolute;
    border: none;
    background: no-repeat;
    outline: none;
  
      z-index: 4;
    right: 0px;
    bottom: 0px;
    margin-bottom: 70px;
    margin-right: 3.2%;
    cursor: pointer;
    overflow: hidden;
   
    transform: scale(0.65);
    opacity: 0.7;
transition: 0.3s ease;
}


.slider_main .btn-juliet i{
    color: #fff;
}

.slider_main .btn-juliet:hover{
       transform: scale(0.9);
    opacity: 1;
}

.slider_main .btn-juliet img{
        -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
transition: transform .3s ease;
}


.slider_main:hover .btn-juliet img{
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);

}
.slider_main #prev.btn-juliet{
       right: 55px; 
}

.slider_main .slider_item_img img{
min-width: 100%;
min-height: 100%;
        max-width: initial;
    filter: brightness(65%);
     
}


.slider_main .slider_item_img{
  height: 100vh;
    width: 100%;
}
.header_in{
       display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
}
.main_header_left_part{
    position: relative;
}

.header_center_nav a{
        padding-bottom: 2px;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-right: 40px;
    color: #fff;
          font-family: 'Montserrat-Medium';
     -webkit-transition: all .7s cubic-bezier(.215,.61,.355,1);
    transition: all .7s cubic-bezier(.215,.61,.355,1);
}

.header_center_nav a:last-child{
    margin-right: 0px;
}

.slider_item_name_btn{
opacity: 0;
   -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    -ms-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;

}

.slider_main .slick-active .slider_item_name_btn {
opacity: 1;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}



.header_center_nav a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    bottom: 1px;
    left: 0;
}


.header_center_nav a:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

   
.nav_case{
   margin-left: 56px;
    
}
.nav_case:before{
    content:"";
    position: absolute;
    left: -56px;
    top: 50%;
    background: url(../image/case_icon.png)no-repeat;
    width: 39px;
    height: 32px;
    margin-top: -16px;
}


.menu_title{ 
    padding-bottom: 2px;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
            font-family: 'Montserrat-Medium';
    color: #fff;
    
}
.header_menu_box{
cursor: pointer;
    display: flex;
        padding-top: 2px;
}


.grid-button {
    background-color: none;
    border: none;
    display: table-cell;
    margin-right: 17px;
    margin-top: -5px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
  
}

.grid-button__icon.open {
    -webkit-box-shadow: -6px -6px, 0px -6px, 6px -6px, -6px 0px, 6px 0px, -6px 6px, 0px 6px, 6px 6px;
    box-shadow: -6px -6px, 0px -6px, 6px -6px, -6px 0px, 6px 0px, -6px 6px, 0px 6px, 6px 6px;
}
.grid-button__icon {
    background-color: #fff;
    color: #fff;
    display: inline-block;
    height: 3px;
    width: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header_menu_box:hover .grid-button__icon.open {
    -webkit-box-shadow: -8px -8px, 0px -8px, 8px -8px, -8px 0px, 8px 0px, -8px 8px, 0px 8px, 8px 8px;
    box-shadow: -8px -8px, 0px -8px, 8px -8px, -8px 0px, 8px 0px, -8px 8px, 0px 8px, 8px 8px;
}
.slider_item{
    position: relative;
}

.slider_item_info{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 70px; 
}

.slider_item_logo{
    margin-bottom: 35px;
}

.slider_item_site{
color: #dddddd;
    font-size: 15px;
       font-family: 'Montserrat-Medium';
 
}

.slider_item_site a{
      -webkit-transition: all .7s cubic-bezier(.215,.61,.355,1);
    transition: all .7s cubic-bezier(.215,.61,.355,1);
    display: inline-block;
    position: relative;
    padding-bottom: 2px; 
}

.slider_item_site a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #dddddd;
    -webkit-transform: scaleX(0) translateZ(0);
    transform: scaleX(0) translateZ(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: -webkit-transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1);
    transition: transform .7s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    position: absolute;
    bottom: 1px;
    left: 0;
}

.slider_item_site a:hover:after {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.slider_item_site{
    margin-bottom: 35px;
}
.slider_item_name_site{
font-size: 42px;
    color: #fff;
       font-family: 'Montserrat-Bold';
    margin-bottom: 40px;
}

.slider_item_name_text{
color:#f2f2f2;
    line-height: 30px;
    font-size: 18px;
      font-family: 'Montserrat-SemiBold';
}

.btn_link{
color:  #f2f2f2;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
       font-size: 16px;
     font-family: 'Montserrat-Medium';
    padding: 10px 25px;
    
}

.btn_link:hover{
color: #fff;
    background: #db0e2e;
    border:1px solid #db0e2e;
 
}
.slider_item_name_btn{
margin-top: 50px;    
}




.slider_item_logo {
    display: block;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
   -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
}


.slider_main .slick-active .slider_item_logo{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}


.slider_item_site {
    display: block;
     -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
   -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
}


.slider_main .slick-active .slider_item_site{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -ms-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.slider_item_name_site {
    display: block;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
   -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
}


.slider_main .slick-active .slider_item_name_site{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -ms-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}


.slider_item_name_text {
    display: block;
     -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);;
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
}


.slider_main .slick-active .slider_item_name_text{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -ms-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.slider_item__our{
    overflow: hidden;
}




::-webkit-scrollbar {     width: 12px;
    height: 0px;}
::-webkit-scrollbar-button {  display:none; }
::-webkit-scrollbar-track {      background: #e6e6e6;}
::-webkit-scrollbar-track-piece { background: transparent}
::-webkit-scrollbar-thumb {     height: 176px;
    background-color: #b3b3b3;
    border-radius: 0px;
cursor: pointer;
}

.main_header_chat_bot_tel{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
color:#343434;
    font-size: 14px;
    line-height: 19px;

    
}
.headeer_tel{
    line-height: 31px;
    font-size: 22px;
        font-family: 'Montserrat-Medium';
    color: #000;
}

.headeer_tel span{
    color: #db0e2e;
}

.headeer_tel:hover{
     color: #db0e2e;  
}
.headeer_mail{
        font-family: 'Montserrat-Medium';
    font-size: 17px;
    line-height: 26px;
      color: #000;
}

.headeer_mail:hover{
   color: #db0e2e;    
}

.btn_link.btn_link2{
color: #db0e2e;
    border: 1px solid #db0e2e;
    padding: 13px 30px;
}

.btn_link.btn_link2:hover{
    color: #fff;
}
.main_header_chat_bot_header{
       display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_header_chat_bot_btn{
      margin-top: 19px; 
}

.main_header_chat_bot_main_container{
    margin-top: 40px;
      height: 310px;
     position: relative;
  
  overflow: hidden;
}





.chat_mess {
display: inline-block;
  padding: 10px 25px;

  font-size: 14px;
    line-height: 18.5px;
  height: auto;
   min-height: 38px;
        border-radius: 35px;
  background: #db0e2e;
margin: 14px;
    position: relative;
    margin-left: 15px;
    margin-right: 0px;
  color:white;
  animation: mess 0.8s ease;
}

.chat_mess_change{
  display: inline-block;
    cursor: pointer;
  padding: 10px 25px;
color: #000;
  font-size: 14px;
    line-height: 18.5px;
  height: auto;
   min-height: 38px;
        border-radius: 35px;
  background: #cccccc;
margin: 14px;
    position: relative;
    margin-left: 15px;
    margin-right: 0px;
    font-family: 'Montserrat-Medium';
  animation: mess 0.8s ease;  
}

.chat_mess_change:hover{
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
    
    background: #0071e3;
    color: #fff;
    
}


.chat_mess_change.active_color {
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.12);
    transition: 0.3s ease;
    background: #0071e3;
    color: #fff;
}

.mess_change_container{
    display: flex;
        align-items: baseline;
    
}



.inner_chat {
  position: absolute;
  bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
}


.chat_mess:before{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #db0e2e;
    width: 8px;
    border-radius: 50%;
    height: 8px;
    margin-left: -11px;
    z-index: -1;
    margin-bottom: 0px;
}



@keyframes mess {
  0% { height: 0px; 
      opacity: 0;
      margin-top: -14px; 
    
    }
  100% { height: auto; margin-bottom: ''; 
    
    opacity: 1;}
}



.main_header_chat_bot_main_container:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, #fdfdfd00, #ffffffdb);
    z-index: 2;
}

.gif_box{
       width: 48px;
    margin-top: 10px;
    transition: 0.3s ease;
    opacity: 0;
}

.gif_box.active{
    opacity: 1;
}
.chat_form_container{
        visibility: hidden;
    width: 100%;
    margin-top: 30px;
    opacity: 0;
        height: 0px;
      -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition:  .6s ease;
    -moz-transition: .6s ease;
    -ms-transition: .6s ease;
    -o-transition: .6s ease;
    transition:.6s ease;
}

.chat_form_container.active{
        visibility: visible;
      opacity: 1;
      height: auto;
      -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}



.chat_form_row input::-moz-placeholder { color:#000; }
.chat_form_row input::-webkit-input-placeholder { color:#000; }
.chat_form_row input:focus{
    text-decoration: none;
    outline: none;
}


.chat_form_row textarea::-moz-placeholder { color:#000; }
.chat_form_row textarea::-webkit-input-placeholder { color:#000; }
.chat_form_row textarea:focus{
    text-decoration: none;
    outline: none;
}

.chat_form_row input, .chat_form_row textarea{
       color: #000;
    font-size: 14px;
    line-height: 19px;
    border: none;
    font-family: 'Montserrat-Medium';
    border-bottom: 1px solid #a6a6a6;
    transition: 0.3s ease;
    padding: 9px 0;
    outline: none;
    width: 100%;
    margin-bottom: 16px;
        
}


.chat_form_row input:focus{
       border-bottom:1px solid #db0e2e;

}
.chat_form_row textarea:focus{
       border-bottom:1px solid #db0e2e;

}
.soglasie_row{
color: #454545;
    font-size: 12px;
    padding-left: 16px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

.soglasie_row:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background: url(../image/soglasie_icon.png)no-repeat;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}

.chat_form_container form{
    padding: 25px;
    border-radius: 20px;
       border:1px solid #a6a6a6;
    
}


.chat_form_btn button{
  outline: none;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    padding: 10px 51px;
    transition: 0.3s ease;
    background: transparent;
    cursor: pointer;
 
}


.button {
    position: relative;
    z-index: 1;
    display: inline-block;
  
    overflow: hidden;
 
    cursor: pointer;
    -webkit-transition: color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}





.button:before, .button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    z-index: -1;
    width: calc(100% + 30px);
    height: 100%;
    background: #db0e2e;
}
.button:before {
    background: #db0e2e;
    -webkit-transform: translate3d(calc(-100% - 15px), 0, 0) skew(-25deg);
    transform: translate3d(calc(-100% - 15px), 0, 0) skew(-25deg);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:after {
    -webkit-transform: translate3d(0, 0, 0) skew(-25deg);
    transform: translate3d(0, 0, 0) skew(-25deg);
    -webkit-transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.3s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button .t-top {
    position: relative;
    z-index: 3;
    transition: clip-path 0.3s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.3s 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.button .t-middle {
    color: #4d4d4d;
    transition: clip-path 0.3s 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.3s 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button .t-middle, .button .t-bottom {
    position: absolute;
   top: 10px;
    left: 52px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

.button .t-bottom {
    transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    color: #fff;
}

.button .t-top, .button .t-middle, .button .t-bottom {
    display: inline-block;
}
.button.active {
    color: #ffffff;
}

.button:hover {
    border-color: #4d4d4d;
}

.button:hover:before {
    -webkit-transform: translate3d(0, 0, 0) skew(-25deg);
    transform: translate3d(0, 0, 0) skew(-25deg);
    -webkit-transition: -webkit-transform 0.5s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.5s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


.button:hover .t-top {
    transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}


.button:hover .t-middle {
    transition: clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.button:hover .t-bottom {
    transition: clip-path 0.3s 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-clip-path 0.3s 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


.button:hover:after {
    -webkit-transform: translate3d(calc(100% + 15px), 0, 0) skew(-25deg);
    transform: translate3d(calc(100% + 15px), 0, 0) skew(-25deg);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


.chat_form_btn button:hover{
     
}
.chat_form_btn{
text-align: center;
}





.h1_style{
    color: #db0e2e;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 30px;
}
.title_text_info{
    color: #434343;
    line-height: 24px;
    font-size: 18px;
}
.main_category{
    margin-top: 60px;
}
.main_category_title{
    line-height: 24px;
    font-size: 22px;
        font-family: 'Montserrat-SemiBold';
    margin-bottom: 26px;
}
.main_category_info{
color: #424242;
    font-size: 16px;
    line-height: 24px;
}
.main_category_list a{
line-height: 24px;
    font-size: 17px;
    font-family: 'Montserrat-Medium';
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 13px;
}

.main_category_list a:before{
    content: "";
    position: absolute;
    left: 0px;
      margin-top: 6px;
    background: url(../image/cat_icon.png)no-repeat;
    width: 9px;
    height: 9px;
    filter: grayscale(100%);
        opacity: 0.5;
    transition: 0.3s ease;
    
}

.main_category_list a:hover:before{
    filter: grayscale(0%);
        opacity: 1;  
}

.main_category_list a:hover{
    color: #db0e2e;
}
.main_category_container{
  margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.main_category_box{
    margin-top: 55px;
    width: 370px;
    padding: 30px 15px;
    background: transparent;
    transition: 0.5s ease;
    min-height: 400px;
}

.main_category_box:hover{
    background: #f8f8f8;
}

.main_category_line{
       width: 0%;
    height: 1px;
    background: #b3b3b3;
    margin: 25px 0; 
  
    
}

.main_category.active_show .main_category_line{
    width: 100%;
}


.main_category.active_show .main_category_box:nth-child(2) .main_category_line{
    transition-delay: 0.3s;
}
.main_category.active_show .main_category_box:nth-child(3) .main_category_line{
    transition-delay: 0.6s;
}

.main_category.active_show .main_category_box:nth-child(4) .main_category_line{
    transition-delay: 0.9s;
}

.main_category_line{
    transition: 1.2s ease;
     position: relative;
}

.main_category_line:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 1px;
    background: #db0e2e;
    transition: 0.9s ease;
}

.main_category_box:hover .main_category_line:before{
    width: 100%;
}

.main_category_container{
    margin-bottom: 48px;
}



.chat_form_row input:focus::-webkit-input-placeholder { color:transparent; }
.chat_form_row input:focus:-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 4-18 */
.chat_form_row input:focus::-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 19+ */
.chat_form_row input:focus:-ms-input-placeholder { color:transparent;  transition: 0.3s ease;} /* IE 10+ */

.chat_form_row input:focus{
    transition: 0.3s ease;
}

.chat_form_row textarea:focus{
    transition: 0.3s ease;
}


.chat_form_row textarea:focus::-webkit-input-placeholder { color:transparent; }
.chat_form_row textarea:focus:-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 4-18 */
.chat_form_row textarea:focus::-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 19+ */
.chat_form_row textarea:focus:-ms-input-placeholder { color:transparent;  transition: 0.3s ease;} /* IE 10+ */



.form__red_container{
    background: #db0e2e;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    
}
.form__red_left_part , .form__red_right_part{
    width: 50%;
    padding: 20px;
    
}


.form__red_left_part{
    padding-right: 0px;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form__red_left_title{
      margin-bottom: 15px;
    font-size: 21px;
    line-height: 30px;
        font-family: 'Montserrat-Medium';
}
.form__red_left_text{
    font-size: 14px;
}

.form__red_right_row{
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; 
    width: 100%;
}

.form__red_right_part{
       display: flex;
    flex-wrap: wrap;
    align-items: center; 
}


h2{
        color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 30px;
}



.form__red_right_row form  input::-moz-placeholder { color:#fff; }
.form__red_right_row form  input::-webkit-input-placeholder { color:#fff; }
.form__red_right_row form  input:focus{
    text-decoration: none;
    outline: none;
}


.form__red_right_row form input {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    border: none;
    font-family: 'Montserrat-Medium';
    border-bottom: 1px solid #fff;
    transition: 0.3s ease;
    padding: 5px 0;
    outline: none;
    width: 200px;
    background: transparent;
  margin-right: 34px;
}



.form__red_right_row form input:focus::-webkit-input-placeholder { color:transparent; }
.form__red_right_row form input:focus:-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 4-18 */
.form__red_right_row form input:focus::-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 19+ */
.form__red_right_row form input:focus:-ms-input-placeholder { color:transparent;  transition: 0.3s ease;} /* IE 10+ */

.form__red_right_part button.btn_link{
        background: transparent;
    padding: 10px 41px;
    transition: 0.3s ease;
    border-color: #fff;
    cursor: pointer;
}


.form__red_right_part button.btn_link:hover{
    background: #fff;
    color: #db0e2e;
}
.title_text_info span{
      font-family: 'Montserrat-SemiBold';
}

.main_found_container .title_text_info{
    width: 600px;
    line-height: 24px;
}
.main_found_block{
    margin-top: 84px;
}

.main_found_container{
    display: flex;
    flex-wrap: wrap;
    
}
.main_found_left_part , .main_found_right_part{
    
width: 50%;
}
.mess_right_foundbox p{
    color: #434343;
    font-size: 20px;
    line-height: 30px;
}

.mess_right_foundbox{
          box-shadow: 4px 20px 11px 1px rgba(0, 0, 0, 0.1);
        transform: rotateX(45deg);
    overflow: visible;
    position: relative;
        margin-top: 65px;
   
    width: 640px;
    padding: 38px 40px 42px 60px;
    transition: 0.6s ease;
        
}

.main_found_block.active_show .mess_right_foundbox{
     box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
       transform: rotateX(0deg);
}
.cov_ic{
    color: #c7ae72;
    font-size: 56px;
    color: #c7ae72;
         font-family: 'Montserrat-SemiBold';
    position: absolute;
    
}

.main_found_block{

}

.cov_left{
       top: 0px;
    left: 0px;
    margin-top: 9px;
    margin-left: 18px;
}

.cov_right{
       bottom: 0px;
    right: 0px;
    margin-bottom: 19px;
    margin-right: 17px; 
}

.main_found_right_part{
       perspective: 800px; 
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}


.good_company_block{
    margin-top: 90px;
}


.home_good_company_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 70px;
}

.home_good_company_box {
        perspective: 800px;

    width: 20%;
        position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
 height: 175px;
    
        opacity: 0;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: opacity .5s ease,-webkit-transform .5s ease;
    transition: opacity .5s ease,transform .5s ease;
}



.home_good_company_container.active_show .home_good_company_box{
        opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



.home_good_company_container.active_show .home_good_company_box:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(5) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(6) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(7) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(8) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(9) {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(10) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(11) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(12) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(13) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(14) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(15) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(16) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(17) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(18) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(19) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(20) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(21) {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(22) {
    -webkit-transition-delay: 2.3s;
    transition-delay: 2.3s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(23) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(24) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.home_good_company_container.active_show .home_good_company_box:nth-child(25) {
    -webkit-transition-delay: 2.6s;
    transition-delay: 2.6s;
}





.home_good_company_block .front_box {
    justify-content: center;
}
.front_box {
    padding: 15px 10px;
}
.front_box {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
        justify-content: center;
    -webkit-transition: 1s;
    transition: 1s;
}

.home_good_company_box img{
     transition: all 0.5s;   
}

.back_box {
        -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #fff;
    background:#db0e2e;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 14px 10px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
}

.home_good_company_box:hover .front_box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-appearance: none;
}
.home_good_company_box__header {
       font-size: 15px;
    padding-bottom: 11px;
  border-bottom: 1px solid #ffffffb5;
    margin-bottom: 7px;
font-family: 'Montserrat-Medium';
}

.home_good_company_box__text {
    font-size: 13px;
    text-align: left;
}

 .home_good_company_box:hover .back_box {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    backface-visibility: hidden;
    -webkit-appearance: none;
}




.good_btn_center .btn_link.btn_link2 {
  
    padding: 10px 40px;
}

.good_btn_center{
    text-align: center;
        margin-top: 40px;
    margin-bottom: 70px;
}

.case_container{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.case_box{
    position: relative;
        height: 347px;
       width: 32.8%;
    margin-bottom: 13px;
    overflow: hidden;
    cursor: pointer;
}
.case_box_img{
    display: flex;
    
}
.case_box_info{
    position: absolute;
    bottom: 0px;
    margin-bottom: 40px;
    left: 0px;
    margin-left: 17px;
    color: #fff;
    padding-right: 10px;
    
}

.case_info_title{
    font-size: 24px;
    margin-bottom: 21px;
    font-family: 'Montserrat-Medium';
}
.case_info_text{
    font-size: 12px;
    line-height: 20px;
}
.case_box_img img{
    width: 100%;
   transform: scale(1);
        filter: brightness(40%);
    transition: 1.5s ease;
}

.case_container{
    perspective: 800px;
}


.case_container.active_show .case_box{
    box-shadow: none;
        transform: rotateX(0deg); 
}

.case_box{
   box-shadow: 10px 17px 10px 1px rgba(0, 0, 0, 0.14);
    transform: rotateX(33deg); 
    transition: 1.2s ease;
}
.case_container.active_show .case_box{
    box-shadow: none;
        transform: rotateX(0deg); 
}

.case_box:hover .case_box_img img{
           filter: brightness(60%);
      transform: scale(1.08);
}

.case_box_tag{
    position: absolute;
    bottom: 0px;
    color: #acacac;
    font-size: 12px;
    margin-bottom: 12px;
    left: 0px;
    margin-left: 17px;
    opacity: 0;
        -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
    transition:  .5s ease;
}

.case_box:hover .case_box_tag{
       opacity: 1;
        -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%); 
}

.dialog_form_container{
    display: flex;
    flex-wrap: wrap;
    
        
}

.dialog_form_part{
    width: 33.333%;
}

.dialog_form_container .title_text_info{
    font-size: 16px;
}

h2.h2_red{
    color: #db0e2e;
}
.dialog_form_part_left{
background: #e9e9e9;
    padding: 35px 27px;
    min-height: 476px;
        z-index: 3;
}

.dialog_mail , .dialog_tel{
    position: relative;
    display: block;
    color: #434343;
      font-family: 'Montserrat-Medium';
    padding-left: 30px;
}

.dialog_tel span{
    color: #db0e2e;}


.dialog_mail:hover{
    color: #db0e2e;
}
.dialog_tel:hover{
    color: #db0e2e;
}

.dialog_mail:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 50%;
    background: url(../image/mail_icon.png)no-repeat;
    width: 18px;
    height: 13px;
    margin-top: -7px;
}


.dialog_tel:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 50%;
    background: url(../image/tel_icon.png)no-repeat;
    width: 13px;
    height: 13px;
    margin-top: -7px;
}

.dialog_tel_container{
margin-top: 55px;    
}
.dialog_mail{
    
margin-bottom: 24px;
}
.dialog_form_block{
    margin-top: 40px;
}

.dialog_form_container_center .chat_mess_change:hover{
    box-shadow: none;
    cursor: inherit;
}

.dialog_form_container_center .chat_mess_change{
  cursor: inherit;  
}
.dialog_form_container_center .chat_mess_change:last-child{
    box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, 0.12);
}

.dialog_form_part_center{
background: #f3f3f3;
}


.dialog_form_container_center .chat_mess:before{
z-index: 0;
}

.dialog_form_container_center .chat_mess p{
    position: relative;
}
.dialog_form_part_center{
    padding: 23px 16px;
        z-index: 2;
}
.dialog_form_container_center{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
}

.dialog_form_part_right{
    background: #fbfbfb;
    padding: 15px;
    padding-left: 25px;
        padding-top: 20px;
        z-index: 1;
}
.dialog_form_part_right_title{
  font-size: 19px; 
      font-family: 'Montserrat-Medium';
    margin-bottom: 31px;
}


.chat_form_row input, .chat_form_row textarea{
    background: transparent;
}

.dialog_form_part_right form {
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #a6a6a6;
}

.dialog_form_part_right .chat_form_btn {
    text-align: center;
    margin-top: 40px;
}


.dialog_form_part_center{
       transform: translateX(-100%);
    transition: 1.1s cubic-bezier(0, 0, 0.22, 1.01);
}


.dialog_form_part_right{
       transform: translateX(-200%);
    transition: 1.5s cubic-bezier(0, 0, 0.22, 1.01); 
}

.dialog_form_block.active_show .dialog_form_part_center{
     transform: translateX(0%);
}

.dialog_form_block.active_show .dialog_form_part_right{
     transform: translateX(0%);
    transition-delay: .1s;
}

.dialog_form_block{
   
}

.result_block{
    margin-top: 80px;
}
.res_item_label{
    display: inline-block;
    padding: 1px 10px;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
          font-family: 'Montserrat-Medium';
    background: #db0e2e;
    border-radius: 3px;
}

.res_title{
      margin-top: 35px;
    margin-bottom: 35px;
    font-size: 22px;
      font-family: 'Montserrat-SemiBold';
}
.res_text{
 min-height: 230px;
    line-height: 22px;
    margin-bottom: 20px;
}

.res_item_left_part{
    background: #e9e9e9;
  
    min-height: 476px;
    width: 33.333%;
    min-height: 476px;
     z-index: 2;
    position: relative;
}

.res_item_left_box{
  padding: 35px 27px;
    position: relative;
    z-index: 2;

}


.res_slider  .slick-list {
 
    overflow: visible;
}

.popup_slider{
    position: absolute;
    left: 0px;
    min-height: 100%;
    top: 0px;
    z-index: 2;
    background: #fff;
    padding: 25px 32px 45px 0px;
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.5s cubic-bezier(0, 0, 0.22, 1.01);
    
    
}

.active_pop .popup_slider{
        transform: translateX(0%);
    opacity: 1;
}

.popup-close {
  width: 1.5rem;
    height: 1.5rem;
    top: 18px;
    right: 14px;
}

.popup-close:after, .popup-close:before {
    position: absolute;
    content: "";
    width: 1.3rem;
    height: 1.3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    background-color: #000;
}


.popup-close:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}

.popup-close {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup_header_info .rew_box_name{
  color: #c7ae72;  
        margin-top: -4px;
}

.popup_slider .rew_box_text{
  padding-left: 28px;  
}

.popup_slider .rew_box_text_our .cov_left {
   
    margin-left: 4px;
}
.popup_header{
    display: flex;
    flex-wrap: wrap;
}
.popup_header_img{
  padding-left: 3px; 
    width: 110px;
}
.res_container{
    margin-top: 60px;
}
.res_item_right_title{
    font-size: 18px;
    line-height: 22px;
   margin-bottom: 35px;
            font-family: 'Montserrat-Medium';
}
.res_item_right_img{
width: 100%;
    padding: 25px 10px;
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}
.res_item_right_part{
    width: 66.66%;
        padding: 35px 10px 0px 20px;
}
.res_item_container{
    display: flex;
    flex-wrap: wrap;
}
.number_search_results{
    display: inline-block;
}


.number_search_results_4::first-letter{
    margin-right: 7px;
}

.res_item_right_total_name{
  line-height: 22px;
    font-size: 18px;
    width: 17%;
        padding-top: 5px;
}

.res_item_right_total_row1{
    color: #db0e2e;
    font-size: 36px;
}
.res_item_right_total_container{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.res_item_right_total_row2{
     line-height: 21px;
    font-size: 17px;
     margin-top: 15px;
}
.res_item_right_total_box{
    width: 24%;
}



.res_slider .btn-juliet {
    position: absolute;
    border: none;
    background: no-repeat;
    outline: none;
    z-index: 4;
   left: 0px;
    bottom: 0px;
  margin-bottom: 38px;
     margin-left: 29.5%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
   
    transition: 0.3s ease;
}

.res_slider #prev.btn-juliet {
left: -55px;
}

.res_slider .btn-juliet:hover {
  
 
}


.res_slider .btn-juliet img {
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
    transition: transform .5s ease;
}
.res_slider:hover .btn-juliet img {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.res_container{
    margin-bottom: 100px;
}


.res_item_right_part{
transform: translateX(-10%);
    opacity: 0;
    transition: 0.5s cubic-bezier(0, 0, 0.22, 1.01);
    
}


.res_slider .slick-slide.slick-active .res_item_right_part{
  transform: translateX(0%);  
    opacity: 1;
      transition-delay: 0.4s;
}
.rew_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
    perspective: 800px;
    
}
.rew_box{
        width: 32%;
        transform: rotateX(20deg);
    box-shadow: 4px 20px 11px 1px rgba(0, 0, 0, 0.1);
    transition: 1.2s ease;
}


.rew_block.active_show .rew_box{
        transform: rotateX(0deg);
     box-shadow: none;
}

.rew_block.active_show .rew_box:hover{
        box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}
.rew_box_img{
   overflow: hidden;
    display: flex;
    height: 351px;
}

.rew_box_name{
color: #515151;
    font-size: 24px;
      font-family: 'Montserrat-SemiBold';
}

.rew_box_bottom{
    padding: 20px 28px ;
}
.rew_box_dolj{
color: #a2a2a2;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 35px;
    
}
.rew_box_text{
 font-size: 14px;
color: #8b8b8b;
  line-height: 22px;
    position: relative;
        min-height: 85px;
   
}
.rew_block{
    margin-top: 85px;
}

.rew_box_text_our{
  position: relative;   
}

.rew_box_text_our .cov_ic{
    font-size: 36px;
}

.rew_box_text_our  .cov_left {
    top: 0px;
    left: 0px;
    margin-top: -15px;
    margin-left: -24px;
}


.cov_right_change{
  font-size: 36px;
    color: #c7ae72;
    font-family: 'Montserrat-SemiBold';
    display: inline-block;
    /* margin-bottom: -6px; */
    margin-top: -8px;
    line-height: 21px;
    position: relative;
    margin-left: 3px;
    top: 7px;
}
.rew_container{
    margin-top: 60px;
}


.rew_box_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0px;
background: linear-gradient(to bottom, #fdfdfd00, #00000094);
    z-index: 2;
    opacity: 0;
    transition: 0.5s ease;
}
.rew_box_img{
    position: relative;
}
.rew_box:hover .rew_box_img:before {

 
 opacity: 1;
}

.play_btn{
      position: absolute;
    bottom: 0px;
    left: 28px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #fff;
    background: #db0e2e;
    font-family: 'Montserrat-Medium';
    transition: 0.5s ease;
    z-index: 3;
    padding: 10px 13px 10px 45px;
    border-radius: 3px;
    cursor: pointer;
    
        opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
    transition: .5s ease;
}

.rew_box:hover .play_btn{
         opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.play_btn:before{
    content:"";
    position: absolute;
    left: 0px;
    margin-left: 13px;
    top: 50%;
    background: url(../image/icon-play.png)no-repeat;
    width: 14px;
    height: 16px;
    margin-top: -8px;
    
}




.tab {
    position: relative;
    padding-top: 1px;
    width: 100%;
    min-height: 330px;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}


.tabs li {
    text-align: left;
    width: 100%;
    line-height: 70px;
    list-style: none;
    padding: 0;
    position: relative;
}

.tabs a {
  
    color: #000;
    font-size: 22px;
   

    display: block;
    padding-left: 10px;
    outline: none;
       font-family: 'Montserrat-SemiBold';
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tabs li:first-child a{
    padding-left: 0px;
}

.current a {
    transition: 0.3s ease;
    color: #db0e2e;
 
    position: relative;
}


.tab_content {


 
    min-height: 276px;
}

.tabs_item:first-child {
    display: block;
}
.price_slider_container{
    margin-top: 60px;
    padding-right: 106px;
}
.tabs__line{
    width: 0%;
    height: 1px;
    background: #b3b3b3;
    position: relative;
    transition: 1.8s ease;
}

.price_block.active_show .tabs__line{
    width: 100%;
  

}

.how_get_item_container {
    padding-top: 42px;
}

.tabs__line:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: -1.5px;
    height: 3px;
    width: 25%;
    background: #db0e2e;
        -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.width0:before{
    margin-left: 0%;
}
.width25:before{
    margin-left: 25%;
}
.width50:before{
    margin-left: 50%;
}
.width75:before{
    margin-left: 75%;
}
.inner_sl_header{
    font-size: 24px;
    margin-bottom: 17px;
}
.inner_sl_text{
    font-size: 14px;
    color: #5e5e5e;
    min-height: 65px;
    margin-bottom: 7px;
}
.inner_sl_price{
    font-size: 20px;
    line-height: 24px;
    color: #db0e2e;
}
.inner_sl_box{
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    transition: 0.5s ease;
    padding: 16px;
    margin: 0 9px;
}
.inner_sl_box:hover{
    border: 1px solid #db0e2e;
    
}

.inner_slider{
    margin: 0 -9px;
}



.inner_slider .btn-juliet {
    position: absolute;
    border: none;
    background: no-repeat;
    outline: none;
    z-index: 4;
   right: -106px;
    bottom: 50%;
    margin-bottom: -38px;

    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
   
    transition: 0.3s ease;
}

.inner_slider #prev.btn-juliet{
    margin-right: 45px;
}


.btn-juliet2{
   
    transition: 0.3s ease;
}


.btn-juliet2:hover{

}




.stock__container{
display: flex;
    flex-wrap: wrap;
    padding-right: 106px;
    justify-content: space-between;
    
}
.stock__container a{
      background: #dcdcdc;
    color: #3e3e3e;
    padding: 10px 20px;
    border-radius: 3px;
}

.stock__container{
    margin-bottom: 65px;
}

.left_hover1 {
transition: 1.5s ease;
}

.left_hover2{
   transition: 1.5s ease; 
}

.left_hover2:hover {
    box-shadow: inset 240px 0 #efefef;
}

.left_hover1:hover {
    box-shadow: inset 380px 0 #efefef;
}


.audit__form_container{
    display: flex;
    flex-wrap: wrap;
}

.audit__form_left {
    background: #e9e9e9;
    padding: 30px 27px;
    min-height: 302px;
   width: 33.333%;
}


.audit__form_block .title_text_info{
    font-size: 16px;
}

.audit__form_block  .dialog_tel_container {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}

.audit__form_block .dialog_mail{
    margin-bottom: 0px;
    margin-right: 50px;
}

.audit__form_right{
    width: 66.66%;
    background: #f6f6f6;
     transform: translateX(-50%);
    opacity: 0;
    transition: 1.1s cubic-bezier(0, 0, 0.22, 1.01);
    
}

.audit__form_block.active_show .audit__form_right{
opacity: 1;
      transform: translateX(0%);
    
}
.audit__form_left{
    position: relative;
    z-index: 2;
}


.audit__form_right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 82px;
    padding-right: 107px;
        
}




.audit_form_row input::-moz-placeholder { color:#515151; }
.audit_form_row input::-webkit-input-placeholder { color:#515151; }
.audit_form_row input:focus{
    text-decoration: none;
    outline: none;
}

.audit_form_row  input:focus::-webkit-input-placeholder { color:transparent; }
.audit_form_row  input:focus:-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 4-18 */
.audit_form_row  input:focus::-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 19+ */
.audit_form_row  input:focus:-ms-input-placeholder { color:transparent;  transition: 0.3s ease;} /* IE 10+ */





.audit_form_row textarea::-moz-placeholder { color:#515151; }
.audit_form_row textarea::-webkit-input-placeholder { color:#515151; }
.audit_form_row textarea:focus{
    text-decoration: none;
    outline: none;
}

.audit_form_row  textarea:focus::-webkit-input-placeholder { color:transparent; }
.audit_form_row  textarea:focus:-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 4-18 */
.audit_form_row  textarea:focus::-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 19+ */
.audit_form_row  textarea:focus:-ms-input-placeholder { color:transparent;  transition: 0.3s ease;} /* IE 10+ */




.audit_form_row input, .audit_form_row textarea{
color: #515151;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 17px 16px;
    outline: none;
    width: 418px;
    margin-bottom: 30px;
    transition: 0.3s ease;
}

.audit_form_row input:focus{
    border:1px solid #db0e2e;
   
}

.audit_form_row textarea:focus{
    border:1px solid #db0e2e;
   
}
.audit_form_row textarea{
    width: 100%;
        height: 114px;
}
.audit_form_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.audit_form_row2{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.audit_form_row2 .chat_form_btn{
      position: relative;
    top: 10px; 
}

.awards_achievements_home_block{
    margin-top: 80px;
}






.awards_achievements_home_bot_container_main{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        margin-top: 100px;
}

.awards_achievements_home_bot_container_left{
        width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.awards_achievements_home_bot_container_right{
       width: 60%; 
    
}
.awards_achievements_home_bot_left_part {
    text-align: center;
    width: 176px;
}
.awards_achievements_home_bot_left__text{
    color: #6a6969;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
       font-family: 'Montserrat-Medium';
}
.awards_achievements_home_bot_right_part {
    width: 229px;
        margin-right: 60px;
}
.awards_achievements_home_bot_right_title{
       color: #000;
    font-size: 44px;
    font-family: 'Montserrat-Bold';
    line-height: 55px;
    padding-top: 15px;
    border-bottom: 1px solid #d1b06f;
    padding-bottom: 12px;
}
.awards_achievements_home_bot_right_title span{
       display: inline-block;
    padding-top: 15px;
    padding-bottom: 30px;
}
.awards_achievements_home_bot_container__part{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.awards_achievements_place_box{
width: 176px;
    text-align: center;
    color: #000;
    font-family: 'Montserrat-Medium';
    margin-bottom: 65px;
    margin-left: 64px;
}
.awards_achievements_place_box_img{
    font-size: 16px;
        padding-bottom: 40px;
    position: relative;
}
.awards_achievements_place_box_text{
        font-size: 14px;
    line-height: 22px;
}




.awards_achievements_place_box_img:before {
    content: '';
    width: 103px;
    height: 92px;
    position: absolute;
 margin-left: -43px;
    margin-top: -23px;
    background: url(../image/free_audit_img_.png) no-repeat center center;
 
}

.awards__slider .slick-arrow{
    display: none!important;
}


.awards_item_img{
    margin: 0 29px;
}
.awards__slider{
    margin: 0 -29px;
}
 
.rew_sotr{
    margin-top: 85px;
}
.rew_sotr_container{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    perspective: 800px;
}

.rew_sotr_box{
padding: 13px 11px; 
    
      margin: 13px;
    margin-bottom: 62px;
    transform: rotateX(20deg);
    box-shadow: 4px 20px 11px 1px rgba(0, 0, 0, 0.1);
    transition: 1.2s ease;
}

.rewe_slider  .slick-arrow{
    display: none!important;
}

.rewe_slider{
    margin: 0 -13px;
}

.rewe_slider{
    margin-top: 60px;
    perspective: 800px;
}

.rew_sotr.active_show .rew_sotr_box{
       transform: rotateX(0deg);
    
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}


 .rew_sotr .rew_box_dolj {
    color: #a2a2a2;
    font-size: 14px;
    margin-top: 15px;
     line-height: 22px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}


 .rew_sotr .rew_box_text {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 22px;
    position: relative;
    min-height: 210px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 10px;
}


 .rew_sotr .rew_box_text_our .cov_left {
   
    margin-left: -2px;
}

.application_form_name{
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 25px;
}

.application_form_dolj{
color: #707070;
    font-size: 14px;
    line-height: 22px;
    
}

.application_form_bl{

}

.application_form_bl.active_show .audit__form_right {
    opacity: 1;
    transform: translateX(0%);
}

.application_form_bl .audit__form_left {
 
    text-align: center;
}

.application_form_bl  .title_text_info {
    color: #000;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 55px;
}

.attachment_box{
position: relative;
    line-height: 19px;
    font-size: 16px;
    padding-left: 33px;
        color: #454545;
    cursor: pointer;
        margin-bottom: 20px;
        
}
.attachment_box:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    background: url(../image/attachment_ico.png)no-repeat;
    width: 21px;
    height: 19px;
    margin-top: -10px;
    
}


.application_form_bl .audit__form_right {

    padding-top: 40px;
    padding-bottom: 30px;
}


.news_block{
    margin-top: 85px;
}
.news_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 84px;
    perspective: 800px;
}

.news_btn{
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
    transition: .5s ease;
}

.rew_box:hover .news_btn{
        opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}


.news_block .rew_box_img:before{
    display: none;
}



.news_block.active_show .rew_box {
    transform: rotateX(0deg);
    box-shadow: none;
}


.news_block .rew_box_name {
 
    min-height: 66px;
}

.news_block.active_show .rew_box:hover {
    box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.2);
}

.news_btn {
  min-height: 50px;
}
.trust_container{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
    
}

.trust_text{

    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    transform: translateY(120%);
    transition: .7s ease;

}

.trust_block.active_show .trust_box .trust_text{
        opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.trust_block.active_show .trust_box:nth-child(2) .trust_text{
    transition-delay: 0.2s;
}

.trust_block.active_show .trust_box:nth-child(3) .trust_text{
    transition-delay: 0.4s;
}

.trust_block.active_show .trust_box:nth-child(4) .trust_text{
    transition-delay: 0.6s;
}
.trust_box{
       width: 22.4%; 
}
.trust_header{
    line-height: 24px;
    font-size: 22px;
     font-family: 'Montserrat-SemiBold';
    margin-bottom: 37px;
}
.trust_text{
    line-height: 24px;
    color: #434343;
}

.trust_block{
    margin-top: 80px;
}
.partners_item_in{
  margin: 0 78px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 84px;
}


.partners_slider #prev.btn-juliet {
    margin-right: 45px;
}
.partners_slider .btn-juliet {
    position: absolute;
    border: none;
    background: no-repeat;
    outline: none;
    z-index: 4;
       right: -80px;
     bottom: 50%;
    /* margin-top: -17px; */
    margin-bottom: -34px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease;
}

.partners_slider{
    margin: 0 -78px;
}

.partners_slider_container {
    margin-top: 60px;
    padding-right: 153px;
}

.partners_block , .answers_block{
    margin-top: 100px;
}
.how_get_item__date{
    color: #a2a2a2;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.how_get_item__b_text{
    font-size: 18px;
    line-height: 24px;
    transition: 0.3s ease;
}
.inner_item_bot:hover .how_get_item__b_text{
    color: #db0e2e;
}



.answers_block .inner_sl_box {
 
    border-radius: 3px;
  
    padding: 25px 20px;
  
    min-height: 165px;
}

.answers_block{
    margin-bottom: 60px;
}

.how_get_item_container.how_get_item_containerbottom {
    padding-top: 55px;
    padding-right: 106px;
}








.answers_block .inner_slider .btn-juliet {

    right: -102px;
}

.bottom_form_container{
    min-height: 130px;
   
    display: flex;
    flex-wrap: wrap;
    
}
.bottom_form_block{
 background: #e9e9e9;

}
    .bottom_form_part{
    width: 50%;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    
}
.bottom_form_part_right{
      padding-right: 106px;  
}

.bottom_form_part_left{
    color: #db0e2e;
    line-height: 30px;
    font-size: 24px;
     font-family: 'Montserrat-SemiBold';
}

.bottom_form_part input {
    background: #fff;
    width: 363px;
    color: #323232;
    border: none;
    font-size: 16px;
    padding: 20px 24px;
    font-family: 'Montserrat-Regular';
    border-radius: 3px;
    transition: 0.3s ease;
}

.bottom_form_part input::-moz-placeholder { color:#323232; }.bottom_form_part input::-webkit-input-placeholder { color:#323232; }.bottom_form_part input:focus{
    text-decoration: none;
    outline: none;
}

.bottom_form_part input:focus::-webkit-input-placeholder { color:transparent; }
.bottom_form_part input:focus:-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 4-18 */
.bottom_form_part input:focus::-moz-placeholder { color:transparent; transition: 0.3s ease; } /* FF 19+ */
.bottom_form_part input:focus:-ms-input-placeholder { color:transparent;  transition: 0.3s ease;} /* IE 10+ */



.bottom_form_part_right form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    
}

.bottom_form_part_right .chat_form_btn button {
  
    padding: 19px 51px;

}
footer{
    width: 100%;
    min-height: 833px;
    background: url(../image/footer_poster.jpg)no-repeat center center;
        background-size: cover;
}

.footer_top_container{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    
}

footer{
    color: #fff;
    padding-top: 35px;
}
.footer_address p{
    line-height: 26px;
    font-size: 18px;
}

.footer_address p span{
    color: #db0e2e;
}


.footer_address a {
    font-size: 12px;
    text-decoration: underline;
   
 
}

.footer_address a:hover {
    color: #db0e2e;

    text-decoration: underline;
}

footer .header_logo_title1 {
    color: #db0e2e;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

footer .header_logo_title2 {
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.7px;
    font-family: 'Montserrat-Medium';
    text-transform: inherit;
}
.footer_top20 p{
        font-size: 12px;
    color: #f3f3f3;
    line-height: 18px;
    margin-left: 10px;
}

.footer_top20{
    display: flex;
    margin-left: 60px;   
}
.footer_top_center_container{
     display: flex;
    flex-wrap: wrap;
    margin-left: 190px;
}
.footer_tel p{
    font-size: 14px;
    line-height: 19px;
}

footer .headeer_tel {
    line-height: 31px;
    font-size: 24px;
    font-family: 'Montserrat-Medium';
    color: #fff;
}

footer .headeer_tel:hover{
      color: #db0e2e;
}

footer .headeer_mail {
    font-family: 'Montserrat-Medium';
    font-size: 19px;
    line-height: 26px;
    color: #fff;
}

footer .headeer_mail:hover{
    color: #db0e2e;
}
.footer_tel{
        display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer_top_center {
 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #5b5553;
    border-bottom: 1px solid #5b5553;
    padding-bottom: 40px;
    margin-top: 25px;
}

footer .main_category_box:hover{
    background: transparent;
    
}

footer .main_category_line{
    width: 100%;
}

footer  .main_category_title{
  font-family: 'Montserrat-Medium';  
}

footer .main_category_info {
    color: #b6b6b6;
}

footer  .main_category_box {
    margin-top: 55px;
    width: 330px;
    padding: 0px;
    background: transparent;
    transition: 0.5s ease;
    min-height: auto;
}


footer .main_category_list a {
  
    color: #d6d5d5;
}

footer .main_category_list a:hover {
  
    color: #db0e2e;
}

footer .main_category_list a:before{
filter: contrast(0);
    opacity: 1;

}

footer .main_category_list a:hover:before{
  filter: contrast(1);
    opacity: 1;  
}

.footer__botom__container{
    text-align: center;
    
}

.footer__botom__form_row2 button {
       background: transparent;
    padding: 10px 41px;
    transition: 0.3s ease;
    border-color: #fff;
    cursor: pointer;
    outline: none;
}

.footer__botom__form_row2 button :hover {
    background: #fff;
    color: #db0e2e;
}

.footer__botom__title{
color: #ededed;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 37px;
    margin-bottom: 27px;
      font-family: 'Montserrat-Medium';  
}

.footer__botom__container{
   text-align: center;
    
}

footer .form__red_right_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer__botom__form_row form{
      display: flex;
    flex-wrap: wrap;
    margin-top: 10px;  
}
.copy{
color: #bbbbbb;
      margin-top: 65px;
    font-size: 12px;
}

.footer__botom__container{
    position: relative;
    
}
.soc_container{
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    
    
}

.soc_box{
    margin-left: 15px;
    
    
}













.seo_category_container .main_category_title{
    font-size: 20px;
}

.seo_lider_container{
    margin-top: 64px;
        padding-right: 106px;
}


.seo_lider_container .inner_sl_box {
  
    min-height: 177px;
}

.seo_lider_bl{
    margin-bottom: 65px;
}

.seo_expert_container{
    display: flex;
    flex-wrap: wrap;
    
}

.seo_expert_part{
    width: 50%;
        
}

.seo_expert_part_left{
  padding: 35px 25px;
    padding-right: 0px;
}
.seo_expert_block{
    margin-top: 100px;
}
.seo_expert_container{
    background: #f8f8f8;
    
}

.seo_expert_btn{
        margin-top: 55px;
    margin-bottom: 25px;
}
.seo_expert_img{
  display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    margin-top: -96px;  
}

.seo_text_box{
    color: #434343;
    font-size: 14px;
    line-height: 22px;
       
}

.seo_text_box span{
     font-family: 'Montserrat-SemiBold';
}

.seo_text_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
    
}

.seo_text_container .seo_text_box{
     width: 19.5%;
    margin-top: 35px;
}

.seo_text_container .seo_text_box:last-child{
        width: 22.5%;
}

.seo_text_block{
    margin-top: 52px;
}
.seo_line_t{
    position: relative;

    width: 0%;
    height: 1px;
    background: #b3b3b3;
    position: relative;
    transition: 1.8s ease;
}


.seo_text_block.active_show .seo_line_t{
    width: 100%;
}

.seo_line_el{
 background: #db0e2e;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: -3.5px;
    transition: 1s ease;
}


.seo_text_block.active_show .seo_line_el1{
    margin-left: 9%;
    transition-delay: 0.3s;
}
.seo_text_block.active_show .seo_line_el2{
   margin-left: 35%;
      transition-delay: 0.7s;
}
.seo_text_block.active_show .seo_line_el3{
    margin-left: 60%;
    
      transition-delay: 1.1s;
}
.seo_text_block.active_show .seo_line_el4{
      margin-left: 88%;
    
      transition-delay: 1.5s;
}

.seo_help_right_text{
    font-size: 16px;
    color: #434343;
    line-height: 24px;
    
}

.seo_help_right_text a{
    color: #db0e2e;
       font-family: 'Montserrat-Medium';
}

.seo_help_block{
    margin-top: 70px;
}
.seo_help_container{
    display: flex;
    flex-wrap: wrap;
    
}

.seo_help_left_part{
    width: 180px;
}

.seo_help_right_part h2{
    line-height: 30px;
    margin-top: -3px;
}

.seo_check_block{
    margin-top: 73px;
}

.seo_check_title{
    color: #000000;
    line-height: 24px;
    font-size: 18px;
       font-family: 'Montserrat-SemiBold';
    margin-bottom: 25px;
}

.seo_check_text{
    color: #424242;
    line-height: 24px;
    font-size: 16px;
}



.seo_check_container{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    
}

.seo_check_part{
    width: 50%;
}



.seo_check_text span{

 font-family: 'Montserrat-Medium';
    
}
.seo_check_left_box{
    position: relative;
    padding-left: 21px;
    margin-bottom: 48px;
    width: 315px;
    font-size: 14px;
    line-height: 22px;
    color: #424242;
    
}

.seo_check_left_box:before{
    content:"";
    position: absolute;
    left: 0px;
        top: 7px;
    background: #db0e2e;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    
        
}
.seo_check_left_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 72px;
    margin-top: 60px;
}


.seo_check_list_box{
color: #424242;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6
    
}

.seo_check_list_box:last-child{
    border-bottom: 0px;
}
.seo_check_list_container{
       margin-top: -7px; 
}

.seo_check_list_box p{
    position: relative;
    display: inline-block;
    padding-right: 21px;
    
}


.seo_check_list_box p:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(../image/icon_op.png)no-repeat;
    width: 11px;
    height: 7px;
    
    margin-top: -4px;
}

.seo_clients_container{
    display: flex;
    flex-wrap: wrap;
      align-items: end;
}

.seo_clients_left_part{
   padding: 35px 27px;
    background: #e9e9e9;
    width: 33.33%
}

.seo_clients_left_title{
    font-size: 22px;
     font-family: 'Montserrat-SemiBold';
    line-height: 30px;
    margin-bottom: 35px;
}
.seo_clients_left_text{
    font-size: 16px;
    line-height: 22px;
    
        min-height: 240px;
    margin-bottom: 20px;
}

.seo_clients_left_btn a.btn_link.btn_link2{
    background: #db0e2e;
    color: #fff;
        border: none;
}

.seo_clients_left_btn a.btn_link.btn_link2:hover{
      background: none;
    color: #fff;
    border: none;
}

.seo_clients_left_btn .button .t-middle, .seo_clients_left_btn .button .t-bottom {
    position: absolute;
    top: 13px;
    left: 30px;
}

.bottom_form_block .button .t-middle, .bottom_form_block .button .t-bottom {
    position: absolute;
    top: 19px;
}
.seo_clients_left_btn{
    margin-bottom: 25px;
}
.seo_clients_block{
    margin-top: 60px;
}
.seo_clients_container{
    margin-top: 60px;
}

.seo_clients_right_title {
    font-size: 22px;
    line-height: 24px;
     font-family: 'Montserrat-SemiBold';
    margin-bottom: 35px;
}

.seo_clients_right_text{
    color: #434343;
    line-height: 24px;
    
}

.seo_clients_right_box{
    width: 420px;
    margin-bottom: 95px;
}
.seo_clients_right_container{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    
    height: 460px;
    overflow: scroll;
    position: relative;
    padding-right: 50px;
    /* z-index: 2; */
    transition: 0.3s ease;
    
}

.seo_clients_right_part{
    width: 66.66%;
    padding-left: 56px;
    padding-right: 44px;
}





.seo_clients_right_container::-webkit-scrollbar {     width: 6px;
    height: 0px;}
.seo_clients_right_container::-webkit-scrollbar-button {  display:none; }
.seo_clients_right_container::-webkit-scrollbar-track {      background: transparent;}
.seo_clients_right_container::-webkit-scrollbar-track-piece { background: transparent;}
.seo_clients_right_container::-webkit-scrollbar-thumb {     height: 100px;
    background-color: #db0e2e;
    border-radius: 10px;
cursor: pointer;
}

.seo_clients_right_part{
    position: relative;
}
.seo_clients_right_part:before{
content:"";
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 46px;
    background: #b3b3b3;
    width: 1px;
    height: 100%;
}

.seo__top_block .trust_box {

    margin-bottom: 60px;
}




.trust_block.active_show .trust_box:nth-child(5) .trust_text {
    transition-delay: 0.8s;
}

.trust_block.active_show .trust_box:nth-child(6) .trust_text {
    transition-delay: 1s;
}
.trust_block.active_show .trust_box:nth-child(7) .trust_text {
    transition-delay: 1.2s;
}
.trust_block.active_show .trust_box:nth-child(8) .trust_text {
    transition-delay: 1.4s;
}







.result_block_dev .res_item_right_part {
   
    padding: 0px;
    padding-left: 60px;
}


.result_block_dev .res_text {
    min-height: 280px;
}

.dev_rez_container{
        border: 10px solid #000;
    border-radius: 10px;
}

.site_not_position_block{
    margin-top: 90px;
}

.site_not_position_container{
    display: flex;
    flex-wrap: wrap;
    
}
.site_not_position_left_part{
    width: 33.33%
}
.site_not_position_right_part{
    width: 66.66%;
            padding-left: 60px;
}
.site_not_position_left_box{
    color: #424242;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
}

.site_not_position_left_box:before{
       content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    background: #db0e2e;
    width: 7px;
    height: 7px;
    border-radius: 50%; 
}


.site_not_position_container{
    margin-top: 100px;
}

.site_not_position_right_part .dev_rez_container{
    display: flex;
}

.seo_clients_left_btn {
    
    margin-top: 65px;
}


.garant__container{
    color: #fff;
    text-align: center;
    padding:30px  0; 
    background: #db0e2e;
    width: 100%;
}

.garant__row1{
position: relative;
    line-height: 30px;
    font-size: 24px;
    font-family: 'Montserrat-SemiBold';
    display: inline-block;
    margin-bottom: 24px;
}

.garant__row1:before{
    content:"";
    position: absolute;
    left: 0px;
    margin-left: -25px;
    top: 0px;
margin-top: 0px;
    background: url(../image/garant_icon.png)no-repeat;
    width: 172px;
    height: 33px;
}

.garant__row2{
    line-height: 30px;
    font-size: 17px;
}

.garant__container{
    margin-bottom: 70px;
}













    .audit_formats_new_container{
        display: flex;
        flex-wrap: wrap;
         color: #000;
          margin-top: 60px;
            margin-bottom: -60px;
    }
    .audit_formats_tabl_col{
        
    
    }
    .audit_formats_tabl_col.audit_formats_tabl_col_glav{
           width: 34%; 
    }
    
    .audit_formats_tabl_col.audit_formats_tabl_col_small{
            width: 16.5%;
            text-align: center;
                background: transparent;
    transition: 0.3s ease;
    }
    
        .audit_formats_tabl_col.audit_formats_tabl_col_small:hover{
                background: #fafafa;
        }
    
    
    
    .audit_formats_tabl_th{
   font-size: 20px;
    color: #000;
    text-transform: inherit;
     font-family: 'Montserrat-Medium';
    padding-top: 14px;
    min-height: 73px;
        border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    }
    .audit_formats_tabl_td{
            border-bottom: 1px solid #cccccc;
     font-size: 16px;
        
        color: #434343;
    
    min-height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
  .audit_formats_tabl_col.audit_formats_tabl_col_glav  .audit_formats_tabl_td {
    
    justify-content: left;
        
    }

    .audit_formats_tabl_last_btn{
              padding-bottom: 40px;
  
    opacity: 0;
    transition: 0.3s ease;
    }
    
    .audit_formats_tabl_col.audit_formats_tabl_col_small:hover .audit_formats_tabl_last_btn{
    
     
    opacity: 1;
    }
   .audit_formats_tabl_last_btn .seo_new_stock_box_btn_main {
       margin-top: 40px;
    padding: 15px 47px;
        
    }
    
    
    .audit_main_right__btn{
     cursor: pointer;
    transition: 0.3s ease;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 10px 42px;
    display: inline-block;
    border-radius: 3px;
    }



.seo_new_stock_box_btn_main a.btn_link.btn_link2{
        background: #db0e2e;
    color: #fff;
    padding: 11px 52px
}

.seo_new_stock_box_btn_main a.btn_link.btn_link2:hover{
        background: #fff;
    color: #db0e2e;
}

.audit_formats_tabl_th_bef{
    position: relative;
    color: #db0e2e;
    font-size: 22px;
        font-family: 'Montserrat-SemiBold';
}


.audit_formats_tabl_th_bef:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
       margin-bottom: -1.5px;
    height: 3px;
    width: 358px;
    background: #db0e2e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-wrapper .slider .slick-arrow {
    display: none!important;
}
.slider-wrapper .slide{
   height: 520px; 
    position: relative;
}

.slider-wrapper .slide:before{

    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-image: -moz-linear-gradient( -49deg, rgb(84,0,14) 0%, rgba(239,235,223,0) 100%);
    background-image: -webkit-linear-gradient( -49deg, rgb(84,0,14) 0%, rgba(239,235,223,0) 100%);
    background-image: -ms-linear-gradient( -49deg, rgb(84,0,14) 0%, rgba(239,235,223,0) 100%);
    opacity: 0.7;
    filter: brightness(0.4);
}


.slick_panel_main button{
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    
 display: flex;
    transition: 0.3s ease!important;
        
    
}

.slick_panel_main button:hover{
   
}
.slick_panel_main .slick-prev:hover{
  transform: translateX(-5px);  
}
.slick_panel_main .slick-next:hover{
  transform: translateX(5px);  
}
.sl-count__num{
        width: 17px;
    display: inline-block;
}
.sl-count{
    font-size: 24px;
}
.mm_g{
    color: #db0e2e;
}
.span_margin{
        width: 37px;
    display: inline-block;
    padding-left: 5px;
        color: #db0e2e;
}
.slick_panel_main{
    margin-top: 30px;
        display: flex;
align-items: center;
    flex-wrap: wrap;
}
.sale__slider_block{
    margin-bottom: 75px;
}

.slider-progress{
    width: 91%;
    height: 1px;
    background: #cccccc;
}
.mm__ggg{
  width: 9%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.slider-progress .progress{
background: #bb1631;
    height: 1px!important;
    
}
.h1_box{
    position: relative;
    width: 833px;
    padding-top: 17px;
    padding-left: 45px;
}
.sale__btn{
  display: inline-block;
    color: #fff;
    background: #db0e2e;
    font-size: 13px;
    padding: 7px 16px 9px;
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: 60px;  
}

.h1_1line{
    color: #efebdf;
    font-size: 48px;
     font-family: 'Montserrat-Bold';
    text-transform: uppercase;
        margin-bottom: 18px;
}

.h1_3line{
       color: #efebdf;
    font-size: 36px;
      text-transform: uppercase;
     font-family: 'Montserrat-Bold'; 
}


.h1_3line span{
   font-size: 48px; 
}

.sale__line{
background:  #8c625f;
    width: 100%;
    height: 1px;
    margin-top: 23px;
    margin-bottom: 23px;
}

.sale__info_text{
color:  #efebdf;
    font-size: 20px;
    line-height: 31px;
}

.sale__info_price_row{
    color: #efebdf;
    margin-top: 14px;
    margin-bottom: 40px;
}
.old__price{
    font-size: 22px;
      text-decoration: line-through;
}
.price_now{
    padding-left: 14px;
    font-size: 30px;
       font-family: 'Montserrat-Bold'; 
}
.sale__btn2 a{
        color: #fff!important;
    background: #db0e2e;
    border: 1px solid #db0e2e;
         padding: 12px 24px!important;
}


.sale__btn2 a:hover{
   
      color: #db0e2e!important;
}


.sale__btn2 a:hover {
    background: transparent;
    border: none;
}

.sale__btn2 a{
       border: none!important;
}






.preloader-2.done {
 opacity: 0; 
   visibility: hidden;
}
.loader {
    position: absolute;
    visibility: hidden;
}
.preloader-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
   
  
    z-index: 999;
    -webkit-transition: 1s all;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.preloader___line_l {
height: 1px;
    width: 100%;
     background: #d9d9d9;
    margin-top: 33px;
    position: relative;
}

.preloader___line_l.active_anim_1:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 100%;
}

.preloader___line_l:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 0%;
    background: #bb1631;
    -webkit-transition: 1s cubic-bezier(0, 0.91, 1, 0.27);
    transition: 1s cubic-bezier(0, 0.91, 1, 0.27);
}

.preloader___container {
      display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   width: 538px;
    flex-direction: column;
}
.pre__textt{
    text-transform: uppercase;
    color: #575757;
        font-family: 'Montserrat-Bold'; 
    margin-top: 25px;
    font-size: 26px;
}






.modal-wrapper2.open_modal2 {
    opacity: 1;
    visibility: visible;
}
.modal-wrapper2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;

    visibility: hidden;
    opacity: 1;
    -webkit-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
    z-index: 50;
}

.modal-wrapper2.open_modal2 .modal_pop_up2 {
       right: 0;
    opacity: 1;
}
.modal_pop_up2 {
        align-items: center;
    width: 100%;
    height: 100%;
    display: fixed;
    position: relative;
    right: -100vw;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    opacity: 1;
  -webkit-transition: right 1.2s cubic-bezier(.47,.005,0,1);
    -moz-transition: right 1.2s cubic-bezier(.47,.005,0,1);
    -ms-transition: right 1.2s cubic-bezier(.47,.005,0,1);
    -o-transition: right 1.2s cubic-bezier(.47,.005,0,1);
    transition: right 1.2s cubic-bezier(.47,.005,0,1);
    overflow: hidden;
}

.menu__container_modal{
     position: relative;
    right: 100vw;
    transition: right 1.2s cubic-bezier(.47,.005,0,1);
}

.open_modal2 .menu__container_modal{
    right: 0;
}




.menu__container_modal_top{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
        align-items: center;
padding-right: 132px;
}

.menu__container_modal_top .main_header_chat_bot_btn {
    margin-top: 0px;
}

.menu__container_modal_top .header_center_nav{
    margin-left: 13px;
}
.popup-close {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popup-close {
    width: 22px;
    height: 22px;
    top: 15px;
    right: 0px;
}

.popup-close:after, .popup-close:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    background-color: #db0e2e;
}
.popup-close:after {
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
}


.modal-wrapper2 .main_category_title{
     font-family: 'Montserrat-Medium';
    color: #db0e2e;
}


.menu__container_modal_top .header_center_nav a{
    color: #646464;
    font-size: 18px;
        text-transform: none;
        font-family: 'Montserrat-Regular';
    
    
}



.modal-wrapper2  .main_category_line {
    width: 100%;
        background: #cecbcb;
}
.menu__container_modal_top .header_center_nav a:after {

    background: #7a7a7a;
}
.modal__adress {
    margin-left: -61px;
}

.modal-wrapper2 .main_category_list a{

color:  #5d5d5d;
    padding-left: 0px;
    
    
    
}

.modal-wrapper2 .main_category_list a:hover{
    color: #db0e2e;
}

.modal-wrapper2 .main_category_list a:before{
    display: none;
}

.modal___title{
    color: #343434;
    font-size: 14px;
    margin-bottom: 7px;
         font-family: 'Montserrat-Medium';
}

.modal___text{
    line-height: 24px;
    font-size: 16px;
    color: #646464;
}
.soc_contt{
    display: flex;
    
}
.soc_box_c{
    margin-right: 19px;
}

.soc_box_c:last-child{
    margin-right: 0px;
}
.soc_contt{
    margin-top: 30px;
}
.menu__container_modal_bot{
    padding-top: 37px;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}
.menu__container_modal{
    width: 100%;
}
.menu__container_modal_top{
        margin-bottom: 4%;
}
.menu__container_modal_bot_in{
   display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.modal__soc{
     margin-right: 202px;
}




.sale__btn2 a{
    background: transparent;
}


.sale__btn2 .button .t-middle,.sale__btn2 .button .t-bottom {
    position: absolute;
 top: 12px;
    left: 24px;
}


.audit__form_block  .chat_form_btn button , .application_form_bl .chat_form_btn button  {
    padding: 12px 51px;
}

.audit__form_block  .button .t-middle, .audit__form_block  .button .t-bottom {
    position: absolute;
    top: 12px;
}

.application_form_bl   .button .t-middle, .application_form_bl   .button .t-bottom {
    position: absolute;
    top: 12px;
}




.breadcrumbs_inner__page {
   margin-top: -35px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-bottom: 35px;
}


.breadcrumbs_container {
    color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs_container a:first-child:before  {
    display: none;
}

.breadcrumbs_container a:first-child {
padding-left: 0px;
}

.breadcrumbs_container a {
    color: #a0a0a0;
    font-size: 12px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.breadcrumbs_container a:hover{
    color: #db0e2e;
}
.breadcrumbs_container a:before {
    content: "/";
    position: absolute;
    color: #a0a0a0;
    width: 5px;
    height: 9px;
     margin-left: -21px;
    transform: translateY(2px);
}
.all__news_container{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
}
.all__news_box{
    width: 32.7%;
    margin-bottom: 60px;
    
}
.ecent_news_events_title{
font-size: 18px;
    color: #000;
    line-height: 24px;
        font-family: 'Montserrat-Medium';
    border-bottom: 1px solid #d2be8e;
    padding: 15px 0;
    margin-bottom: 16px;
}
.all__news_block{
    margin-top: 80px;
}

.ecent_news_events_text{
color:  #8b8b8b;
    min-height: 95px;
    font-size: 14px;
    line-height: 20px;
}

.ecent_news_events_date {
    color: #000;
    font-size: 16px;

    margin-bottom: 18px;
}


.ecent_news_events_date span {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    background: #db0e2e;
  padding: 5px 0px 4px;
    width: 34px;
    display: inline-block;
    position: relative;
    /* margin-top: 0px; */
    top: 2px;
    text-align: center;
    margin-right: 3px;
}
.ecent_news_events_btn a{
color: #db0e2e;
    font-size: 14px;
  font-family: 'Montserrat-Medium';   
}
.ecent_news_events_img img{
     filter: brightness(0.8);   
}
.new__form_bottom_container{
    display: flex;flex-wrap: wrap;
}
.new__form_bottom_left{
    width: 57%;
}

.new__form_bottom_right{
    width: 43%;
     padding-left: 10%;
}
.new__form_file_row{
    margin-top: -9px;
}
.all__news_container{
    margin-bottom: 35px;
}
.new__form_bottom_right .footer_top20{
  margin-left: 0px;
    margin-bottom: 35px;
    margin-top: 26px;
    align-items: center;  
}
.new__form_bottom_block{
    background: #db0e2e;
    padding: 70px 0;
}
.new__form_bottom_title{
    color: #fff;
     font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    line-height: 30px;
  
    padding-bottom: 25px;
  
}
.new__form_row p{
    line-height: 30px;
         font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    color: #fff;
}
.new__form_row input , .new__form_row textarea{
    color: #000;
      font-family: 'Montserrat-Regular';
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    border: none;
    outline: none;
    height: 48px;
}


.new__form_row.new__form_row_last textarea{
height: 95px;    
    padding: 10px;
}
.new__form_box{
    margin-bottom: 25px;
}

.new__form_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.new__form_box{
   
    width: 47.5%;
}

.new__form_row.new__form_row_last .new__form_box{
    width: 100%;
}
.new__form_file_row{
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.new__form_file_row .attachment_box:before {
    content: "";
 
    background: url(../image/attachment_icon__change.png)no-repeat;

}
.new__form_file_row .attachment_box{
    
    
color:  #e6e6e6;
    font-size: 14px;
    
    
}


.new__form_file_row  .soglasie_row:before {
    content: "";

    background: url(../image/soglasie_icon_change.png)no-repeat;
}

.new__form_file_row  .soglasie_row{
    color:  #e6e6e6;
        padding-left: 19px;
}


.new__form_btn button.btn_link:hover {
    background: #fff;
    color: #db0e2e;
}
.new__form_btn button.btn_link {
    background: transparent;
padding: 11px 41px 12px;
    transition: 0.3s ease;
    border-color: #fff;
    cursor: pointer;
    outline: none;
}
.new__form_btn{
    text-align: center;margin-top: 34px;
}
.new__form_bottom_right_title{
    font-size: 22px;
         font-family: 'Montserrat-SemiBold';
    color: #fff;
    margin-bottom: 25px;
}
.new__form_bottom_right_text{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}


.slider_main_case_box .slider_item_img {
    height: 100vh;
    width: 100%;
}

.slider_main_case_box .slider_item_img img {
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    filter: brightness(65%);
}
.slider_main_case_box {
 position: relative;
    overflow: hidden;   
}
.case_header_container .main_header_left_part {
    width: 56.5%;
}

.case_header_container .main_header_right_part {
    width: 43.5%;
        padding-left: 108px;
}

.case_header_container .header_menu_box {

    padding-top: 16px;
}


.case_header_container .menu_title {
    padding-bottom: 2px;
    position: relative;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat-SemiBold';
    color: #db0e2e;
}
.case_container_numbers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 3.2%;
}

.case_header_container .grid-button__icon {
    background-color: #db0e2e;
    color: #db0e2e;
}
.case__numbers_num{
    color: #fff;
    font-size: 46px;
       font-family: 'Montserrat-Medium';
        margin-bottom: 13px;
}
.case_box_numbers{
    text-align: center;
}
.case__numbers_text{
color: #fff;    
}


.case_header_container  .slider_item_info{
      padding-bottom: 18%;
}

.case__numbers_line{
background:  #7f7f7f;
    width: 100%;
    height: 1px;
    width: 100%;
}

.case_header_container .slider_item__our{
    width: 100%;
}
.case_container_numbers{
    overflow: hidden;
}
.case__numbers_line{
      margin-top: 50px;
}


.case_h_right_btn .btn_link.btn_link2 {
    color: #fff;
    border: none;
    padding: 13px 20px;
    background: transparent;
    font-size: 14px;
}
.case_h_right_title{
  line-height: 60px;
    font-size: 42px;
    color: #db0e2e;
    font-family: 'Montserrat-Medium';
    margin-bottom: 45px;
       padding-top: 37%;
}
.case_h_right_text{
     font-family: 'Montserrat-SemiBold';
    color: #000;
    font-size: 18px;
    line-height: 30px;
    min-height: 100px;
    margin-bottom: 45px;
}

.case_h_right_btn .button .t-middle, .case_h_right_btn .button .t-bottom {
    position: absolute;
    top: 13px;
    left: 20px;
}







.case_box_numbers {
    display: block;
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
}





.main_header_container.active_show .case_box_numbers {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}



.case__numbers_line {
    display: block;
 transform: translateX(-200%);
 
    transition: transform .9s ease;
}

.main_header_container.active_show .case__numbers_line {
  transform: translateX(0%);  
    
        transition-delay: 1s;
}

.slider_item__our_3{
    overflow: hidden;
}
.case_h_right_title{
      -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -ms-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease; 
}


.main_header_container.active_show .case_h_right_title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);

    transition-delay: 1.4s;
}
.case_h_right_text , .case_h_right_btn{
     -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    transform: translateY(300%);
    -webkit-transition: transform .8s ease;
    -moz-transition: transform .8s ease;
    -ms-transition: transform .8s ease;
    -o-transition: transform .8s ease;
    transition: transform .8s ease;  
}


.main_header_container.active_show .case_h_right_text ,.main_header_container.active_show .case_h_right_btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);

    transition-delay: 1.7s;
}

.h1_style_case{
    font-size: 24px;
        margin-bottom: 70px;
}



.main_category_case{
  position: relative;
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 45px;
}

.main_category_case:before{
    content:"";
    position: absolute;
    left: 0px;
    top: 0px;
        background: #f6f6f6;
    width: 100%;
    height: 100%;
    
}


.main_category_case .container_content2{
    position: relative;
}
.case_task_container{
    display: flex;
    flex-wrap: wrap;
}
.case_task_part{
    width: 50%;
    
}
.case_task_part_left_title{
    color: #db0e2e;
    font-size: 24px;
         font-family: 'Montserrat-SemiBold';
    margin-bottom: 40px;
}

.case_task_container__header{
    line-height: 24px;
    color: #000;
        font-family: 'Montserrat-Medium';
    font-size: 20px;
    margin-bottom: 32px;
}

.case_task_container__header span{
    color: #db0e2e;
        font-size: 18px;
             font-family: 'Montserrat-SemiBold';
    padding-right: 5px;
}
.case_task_container__text{
color:  #434343;
    line-height: 22px;
    font-size: 14px;
    
}
.case_task_container__box{
    margin-bottom: 60px;
    width: 43%;
}
.case_task_container__inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
        padding-right: 70px;
}

.case_task_part_right{
    padding-left: 130px;
}
.case_task__right_left_img_box{
   width: 20%;
   
}
.case_task__right_right__box{
      width: 80%; 
}
.case_task__right_container{
   position: relative;
    display: flex;
    flex-wrap: wrap; 
}
.case_task__right_left_img_box_in{
    margin-left: -70px;
}
.case_task__right_container{
    position: relative;
    padding-top: 54px;
    padding-bottom: 34px;
}

.case_task__right_container:before{
        content:"";
    position: absolute;
    left: 0px;
    top: 0px;
        background: #fff;
    width: 100%;
    height: 100%;
}
.case_task__right_left_img_box{
    position: relative;
    
}

.case_task__right_right__box{
        position: relative;
}
.main_category_case{
    overflow: hidden;
}
.case_task__right_right_title{
color:  #515151;
    font-size: 20px;
              font-family: 'Montserrat-SemiBold';
    margin-bottom: 13px;
}
.case_task__right_right_dolj{
    color: #a2a2a2;
    font-size: 14px;
    margin-bottom: 28px;
}
.case_task__right_right__box .rew_box_text{
    padding-left: 25px;
      padding-right: 52px;
}

.case_task__right_right__box .cov_ic{
        margin-top: -12px;
    margin-left: 0px;
          font-family: 'Montserrat-Medium';
    font-size: 34px;
}
.case_task__right_right__box .cov_right_change{
            font-family: 'Montserrat-Medium';
    font-size: 34px;  
        line-height: 0px;
        top: 5px;
    margin-top: 0px;
}

.case_task__right_right_btn a.btn_link{
        font-size: 14px;
    padding: 9px 17px 11px;
} 

.case_task__right_right_btn{
   margin-top: 58px; 
}
.case_task__right_left_img_box_in{
    position: relative;
}
.case_task__right_left_img_box_in:before{
    content: "";
    position: absolute;
    left: 9px;
    top: -9px;
    background: url(../image/case_img__pre.png)no-repeat;
    width: 182px;
    height: 277px;
}

.case_task__right_left_img_box_in img{
    position: relative;
}






.main_category_case.active_show:before {

    transform: translateX(0);

   
}
.main_category_case:before {
 

    transform: translateX(-200%);

    transition: transform 1.2s ease;
}



.case_task__right_container:after {
    content: "";
    position: absolute;
    right: -2500px;
    top: 0px;
    background: #fff;
    width: 2500px;
    height: 100%;
}


.case_task__right_container:before ,.case_task__right_container:after {
       transform: translateX(200%);

    transition: transform 1s ease; 
}



.main_category_case.active_show .case_task__right_container:before {

    transform: translateX(0);

   transition-delay: 0.7s;
}

.main_category_case.active_show .case_task__right_container:after{
      transform: translateX(0);
  transition-delay: 0.3s;
}

.case_task__right_left_img_box_in img{
       transform: translateY(-45px);
opacity: 0;
    transition: all 0.9s ease; 
}


.main_category_case.active_show .case_task__right_left_img_box_in img{
      transform: translateY(0px);
    opacity: 1;
     transition-delay: 1.5s;
}


.case_task__right_left_img_box_in:before{
       transform: translateX(45px);
opacity: 0;
    transition:all  0.9s ease; 
}


.main_category_case.active_show .case_task__right_left_img_box_in:before{
      transform: translateX(0px);
        opacity: 1;
     transition-delay: 1.5s;
}
.case_post_text{
    color: #434343;
    font-size: 16px;
    line-height: 24px;
}
.four_tap_block{
    margin-top: 65px;
    margin-bottom: 105px;
}
.scroll__line_our{
    position: relative;
}


.scroll__line_in {


 padding-left: 30px;
}
.four_tap_box{
    display: flex;flex-wrap: wrap;
}
.four_tap_container {
       width: 925px;
    margin: 0 auto;
    margin-top: 140px; 
}

.four_tap_num{
   width: 13%; 
}
.four_tap_info{
    width: 87%;    
}

.four_tap_box{
    color: #8b8b8b;
}
.four_tap_num{
    font-size: 22px;
              font-family: 'Montserrat-SemiBold';
}
.four_tap_title{
        font-size: 22px;
              font-family: 'Montserrat-SemiBold';
    margin-bottom: 35px;
}

.four_tap_text{
    font-size: 16px;
    line-height: 24px;
}
.four_tap_box{
  
 margin-bottom: 65px;
}
.scroll__line_our{

}



.scroll__line_in::-webkit-scrollbar {     width: 1px;
    height: 0px;}
.scroll__line_in::-webkit-scrollbar-button {  display:none; }
.scroll__line_in::-webkit-scrollbar-track {      background: #cccccc;}
.scroll__line_in::-webkit-scrollbar-track-piece { background: transparent}
.scroll__line_in::-webkit-scrollbar-thumb {     height: 176px;
    background-color: #db0e2e;
    border-radius: 0px;
cursor: pointer;
}

.four_tap_box.active .four_tap_num{
    color: #db0e2e;
}


.four_tap_box.active .four_tap_title{
    color: #db0e2e;
}

.case_disain_img{
       margin: 80px auto;
    text-align: center; 
}

.case_disain_container {
display: flex;
    flex-wrap: wrap;justify-content: space-between;
}
.case_disain_box{
    width: 48%;
    margin-bottom: 70px;
}
.case_disain_title{
    font-size: 20px;
    color: #000;
     font-family: 'Montserrat-SemiBold';
    margin-bottom: 17px;
}
.case_disain_text{
    color: #424242;
    line-height: 24px;
}
.case__slider_block{
    margin-bottom: 80px;
        margin-top: 30px;
}
.case__slider_container{
    display: flex;flex-wrap: wrap;
}
.case__slider_left_part{
width: 70%;
    padding-left: 30px;
}
.case__slider_right_part{
  width: 30%;  
}

.mac__box{
 background: url(../image/mac_bgg.jpg)no-repeat;
    width: 1235px;
    height: 755px;
    position: relative;
    padding-top: 44px;
       padding-left: 106px;
    padding-bottom: 158px;
}

.mac__box_in{
        height: 574px;

    width: 1022px;
}

.mac__box_in .slick-list{
          height: 574px;  
}
.sl_n_title{
    min-height: 118px;
    font-size: 30px;
    color: #494949;
    line-height: 40px;
    font-family: 'Montserrat-Bold';
}
.sl_n_text{
    color: #434343;
    line-height: 24px;
}
.case__slider_right_inner{
    padding-left: 62px;
}
.sl_n_box{
    padding-top: 37%;
}


.dots_slider .slick-dots {
     display: flex;
    flex-wrap: wrap;
    list-style: none;
    flex-direction: column;
    justify-content: center;

    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 190px;
    margin-left: -136px;
}


.dots_slider .slick-dots button {
    border: none;
    background: #bfbfbf;
    border-radius: 50%;
    color: transparent;
    padding: 0px;
    width: 8px;
    height: 8px;
    margin: 17px 0px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
}
.dots_slider .slick-dots button:before{
       content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #ccb680;
    border-radius: 50%;
    transition: 0.5s ease;
    top: -6px;
    left: -6px;
    transform: scale(0);
}


.dots_slider .slick-dots .slick-active button {
    background: #db0e2e;
}


.dots_slider .slick-dots .slick-active button:before{
    
   transform: scale(1); 
    
}

.case_result_header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.case_result_title{
font-size: 20px;   
        font-family: 'Montserrat-SemiBold';
    color: #000;
    padding-left: 9px;
}
.case_result_num{
    height: 30px;
    width: 30px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    font-size: 20px;
    display: flex;flex-wrap: wrap;
    justify-content: center;align-items: center;
        font-family: 'Montserrat-Medium';
    color: #db0e2e;
}

.case_result_container{
    margin-top: 60px;
}
.case_result_header{
    margin-bottom: 80px;
}
.case_result_container__in{
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
}

.case_result_box_text{
color:  #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    
}
.case_result_box_h{
      display: flex;
    flex-wrap: wrap;
    color: #db0e2e;
    align-items: flex-start;
}
.case_result_num_in{
    font-size: 48px;
    line-height: 30px;
       font-family: 'Montserrat-Bold';
    padding-right: 11px;
}
.case_result_info{
       line-height: 10px;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
}
.case_result_box{
width: 24%;    
}
.case_result_box_h{
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}
.case_result_box{
    margin-bottom: 70px;
}

.res_name__table{
    color: #808080;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: right;
}
.case_result2_container{
    display: flex;
    flex-wrap: wrap;justify-content: space-between;
}
.case_result2_box{

    width: 49.5%;
}
.case_result2_title{
color: #000;
    font-size: 18px;
       font-family: 'Montserrat-Bold';
}
.case_result2_box_inner{
    margin-top: 50px;
    height: 260px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.line_razmetka{
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: 50px;
    width: 100%;
    height: 100%;
}
.line_raz{
width: 100%;
  border-width: 1px;
  border-color: rgb(191, 191, 191);
  border-style: dashed;
  background-color: rgb(246, 246, 246);
        border-bottom: 1px;
         margin-bottom: 68px;
}
.line_raz.line_raz4{
margin-bottom: 0px;
}
.case_result2_box_inner{
    margin-bottom: 90px;
}
.col_container{
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 90px;
    padding-right: 115px;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 3px;
}
.col_box{
display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.col__box_in{
    width: 47px;
}
.col__box_in1{
margin-right: 18px;    
}
.col__box_in_num{
font-size: 14px;
    color: #000;
    line-height: 20px;
       font-family: 'Montserrat-Medium';
    text-align: center;
}
.col__box_in1 .col__box_in_color{
    

background:  #e6e6e6;

}

.col__box_in2 .col__box_in_color{
    

background: #db0e2e;

}
.height747 .col__box_in_color{
  height:117px;  
}


.height640 .col__box_in_color{
  height: 82px;  
}

.height1348 .col__box_in_color{
height: 178px;    
}

.height1712 .col__box_in_color{
  height: 210px;  
}


.height1587 .col__box_in_color{
  height: 227px;  
}

.height1846 .col__box_in_color{
  height: 260px;  
}
.col_container{
position: relative;
}

.height1846{
      margin-top: -25px;  
}

.col_box{
    position: relative;
}
.col_bord_num{
    color: #888888;
    font-size: 14px;
    line-height: 20px;
      font-family: 'Montserrat-Medium';
    text-align: center;
        margin-top: 5px;
}
.col_bord{
 position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
}
.col_bord_in{
width: 100%;
    height: 11px;
    border: 1px solid #ccb680;
    border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    border-top: none;
}



.height586 .col__box_in_color{
  height: 59px;  
}

.height674 .col__box_in_color{
  height: 97px;  
}

.height1267 .col__box_in_color{
  height: 159px;  
}

.height1486 .col__box_in_color{
  height: 197px;  
}

.height1352 .col__box_in_color{
  height: 181px;  
}


.height1565 .col__box_in_color{
  height: 221px;  
}

.col__box_in_color{
        transition: 0.8s ease;
}


.case_result2_box__left .col__box_in_color{
    height: 0px;
}

.case_result2_box__left.active .height640 .col__box_in_color{
    height: 82px;
}


.case_result2_box__left.active .height747 .col__box_in_color {
    height: 117px;
    transition-delay: 0.3s;
}


.case_result2_box__left.active .height1348 .col__box_in_color {
    height: 178px;
      transition-delay: 0.2s;
}


.case_result2_box__left.active .height1712 .col__box_in_color {
    height: 210px;
        transition-delay: 0.4s;
}

.case_result2_box__left.active  .height1587 .col__box_in_color {
    height: 227px;
        transition-delay: 0.3s;
}

.case_result2_box__left.active  .height1846 .col__box_in_color {
    height: 260px;
     transition-delay: 0.5s;
}

.color__name_box_left .color__name_yar{
width: 20px;
  height: 20px;
    border-radius: 3px; 
    background: #db0e2e;
}
.color__name_box_right .color__name_yar{
width: 20px;
  height: 20px;
    border-radius: 3px; 
 background: #e6e6e6;
}
.color__name_box{
    display: flex;flex-wrap: wrap;
    align-items: center;
}
.color__name_text{
   color: #000;
       font-family: 'Montserrat-Medium';
    padding-left: 6px;
    font-size: 14px;
}
.color__name_box_left{
    justify-content: flex-end;
    padding-right: 15px;
}
.color__name_box_right{
    padding-left: 15px;
}

.case_result_container_start{
   margin-bottom: 100px;
}

.line__line{
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin-bottom: 50px;
}

.new_img_viz{
    margin-top: 30px;
}


.case_viz_container .case_result2_box{
    width: 49.8%;
}
.case_viz_container{
    margin-bottom: 100px;
}




.audit_formats_new_container.case_table {
    display: flex;
    flex-wrap: wrap;
    color: #000;
    margin-top: 60px;
    width: 50%;
    margin-bottom: 60px;
}

.case_table .audit_formats_tabl_col.audit_formats_tabl_col_glav {
    width: 54%;
}

.case_table  .audit_formats_tabl_col.audit_formats_tabl_col_small {
    width: 23%;
}

.case_table  .audit_formats_tabl_th {
    font-size: 17px;
    color: #000;
    text-transform: inherit;
    font-family: 'Montserrat-Medium';
    padding-top: 10px;
    min-height: 53px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0px;
    color: #db0e2e;
}



.case_table .audit_formats_tabl_td {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    color: #3d3d3d;
    min-height: 53px;
       
}

.case_table .audit_formats_tabl_col_small{
    border-left: 1px solid #cccccc; 
}

.case_table .audit_formats_tabl_col.audit_formats_tabl_col_glav .audit_formats_tabl_th {    padding-top: 0px;
    padding-left: 37px;
    
}

.case_table .audit_formats_tabl_col.audit_formats_tabl_col_glav .audit_formats_tabl_td{
    padding-left: 37px; 
}
.case_table  .audit_formats_tabl_col_small .audit_formats_tabl_td{
    color: #3f3f3f;
    font-size: 18px;
     font-family: 'Montserrat-Medium';
}


.case_table .audit_formats_tabl_col.audit_formats_tabl_col_small:hover {
    background: transparent;
}

.zackluch_block{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 50px;
}
.zackluch_block_in{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    color: #fff;
}
.zackluch_block_in1{
    background: #c7ae72;
}

.zackluch__title{
    padding-top: 35px;
    font-size: 24px;
       font-family: 'Montserrat-SemiBold';
      margin-bottom: 150px;
}

.zackluch_glav_title{
    font-size: 88px;
     font-family: 'Montserrat-Bold';
     min-height: 434px;
  
}

.zackluch_glav_title .zvezda_s{
    font-size: 40px;
}
.zackluch_post_text{
    font-size: 18px;
    line-height: 24px;
}
.zackluch_post_text span{
     font-family: 'Montserrat-Bold';
    
    font-size: 24px;
    display: block;
}
.zackluch_block_in{
    transition: 0.5s ease;
}
.zackluch_block_in2 .zackluch_glav_title .px70{
   font-size: 70px; 
}

.zackluch_block_in2{
    background: #000;
}
.zackluch_block_in2 .zackluch_glav_title .px70 .px150{
    font-size: 150px;
}
.zackluch_block_in2 .zackluch_glav_title .px70 .px88{
    font-size: 88px;
}
.zackluch_block_in3{
    background: #db0e2e;
}

.zackluch_block_in3 .zackluch_glav_title .px150{
     font-size: 150px; 
}
.zackluch_block_in{
    transition: 0.8s ease;
}



.zackluch_block.active .zackluch_block_in1{
     opacity:   1;
        transition-delay: 1.2s;
}

.zackluch_block.active .zackluch_block_in2{
     opacity:   1;
        transition-delay: 2.4s;
}

.case__rew_title{
    color: #db0e2e;
    line-height: 30px;
    font-size: 24px;
      font-family: 'Montserrat-SemiBold';
}

.case__rew_container{
    display: flex;
    flex-wrap: wrap;
  margin: auto 60px;
      border-width: 1px;
  border-color: transparent;
  border-style: solid;
  border-radius: 3px;
    padding-top: 55px;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 90px;
    transition: 0.3s ease;
        padding-right: 17px;
}
.case__rew_img{
        width: 9%;
}
.case__rew_right{
    width: 81%;
}

.new__form_bottom_right__in_our{
    overflow: hidden;
}


.new__form_bottom_right__in  {
    transform: translateY(150%);
 
    transition: all 0.9s ease;
}


.new__form_bottom_block.active .new__form_bottom_right__in {
   transform: translateY(0%); 
        transition-delay: 1s;
}


.case__rew_block .rew_box_name {
    color: #515151;
    font-size: 20px;
}

.case__rew_block .rew_box_text {
    font-size: 16px;
    color: #8b8b8b;
    line-height: 26px;
    position: relative;
    min-height: auto;
    padding-left: 20px;
        min-height: 54px;
}


.case__rew_block  .rew_box_text_our .cov_left {
    top: 0px;
    left: 0px;
    margin-top: -10px;
    margin-left: 0px;
    font-size: 30px;
}


.case__rew_block  .cov_right_change {
font-size: 30px;
    top: 3px;
}

.case__rew_img_in{
       margin-left: -66px; 
}

.case__rew_block.active .case__rew_container{
      border-color: rgb(235, 211, 155);
}


.isn-hidden {
    opacity: 0 !important;
}

.new__form_bottom_title_line{
    height: 1px;
    width: 0%;
    background: #cf5a6d;
      margin-bottom: 35px;
    transition: 1.2s ease
}

.new__form_bottom_block.active .new__form_bottom_title_line{
    width: 100%; 
}



.case_result2_box__right .col__box_in_color {
    height: 0px;
}




.case_result2_box__right.active .height586 .col__box_in_color {
    height: 59px;
}


.case_result2_box__right.active .height674 .col__box_in_color {
    height: 97px;
        transition-delay: 0.4s;
}


.case_result2_box__right.active .height1267 .col__box_in_color {
     height: 159px;
    transition-delay: 0.3s;
}



.case_result2_box__right.active .height1486 .col__box_in_color {
height: 197px;
    transition-delay: 0.6s;
}



.case_result2_box__right.active .height1352 .col__box_in_color {
    height: 181px;
    
       transition-delay: 0.5s;
}
.case__slider_left_part{
    position: relative;
}


.case_result2_box__right.active .height1565 .col__box_in_color {
    height: 221px;
      transition-delay: 0.7s;
}


.mac__box{
   transition: all .3s ease;
}


.case__slider_container.active_right .mac__box{
    transform: translateX(531px);
}


.case__slider_right_inner{
    transition: all .3s ease; 
}

.case__slider_container.active_right .case__slider_right_inner{
 transform: translateX(-1266px);
}

.case__slider_container.active_right .slick-dots{
       transform: translateX(-531px);
       
}

.dots_slider .slick-dots{
  transition: all .3s ease;  
}


.slider-nav  .sl_n_box{
    opacity: 0;
   
}


.slider-nav .slick-current  .sl_n_box{
    opacity: 1;
      transition: all 1.1s ease; 
}


.four_tap_container:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 1px;
    background: #cccccc;
}

.four_tap_container.active1 .four_tap_box1 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active1 .four_tap_box1 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active1 .four_tap_box1 .four_tap_text{
    color: #434343;
}


.four_tap_container.active2 .four_tap_box2 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active2 .four_tap_box2 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active2 .four_tap_box2 .four_tap_text{
    color: #434343;
}


.four_tap_container.active3 .four_tap_box3 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active3 .four_tap_box3 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active3 .four_tap_box3 .four_tap_text{
    color: #434343;
}

.four_tap_container.active4 .four_tap_box4 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active4 .four_tap_box4 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active4 .four_tap_box4 .four_tap_text{
    color: #434343;
}


.four_tap_container.active5 .four_tap_box5 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active5 .four_tap_box5 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active5 .four_tap_box5 .four_tap_text{
    color: #434343;
}


.four_tap_container.active6 .four_tap_box6 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active6 .four_tap_box6 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active6 .four_tap_box6 .four_tap_text{
    color: #434343;
}

.four_tap_container.active7 .four_tap_box7 .four_tap_title{
    color: #db0e2e;
}
.four_tap_container.active7 .four_tap_box7 .four_tap_num{
    color: #db0e2e;
}
.four_tap_container.active7 .four_tap_box7 .four_tap_text{
    color: #434343;
}


.four_tap_title{
    transition: 0.3s ease;
}
.four_tap_num{
        transition: 0.3s ease;
}
.four_tap_text{
     transition: 0.3s ease;
}




.four_tap_container:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0%;
    width: 1px;
    background: #db0e2e;
       transition: 0.3s ease;
}


.four_tap_container.active1:after {
   
    height: 27%;
   
}
.four_tap_container.active2:after {
   
    height: 53%;
   
}
.four_tap_container.active3:after {
   
    height: 81%;
   
}
.four_tap_container.active4:after {
   
    height: 100%;
   
}

.number_search_results{
    opacity: 0;
}




.zackluch_block_in2{
     opacity:   0;
}


.zackluch_block_in1{
 opacity:   0; 
}

.zackluch_block.active1 .zackluch_block_in2{
  opacity:  1;
}

.zackluch_block.active2 .zackluch_block_in1{
  opacity:  1;
}




.four_tap_block2 .four_tap_container.active1:after {
    height: 14.3%;
}
.four_tap_block2 .four_tap_container.active2:after {
height: 31.6%;
}

.four_tap_block2 .four_tap_container.active3:after {
    height: 46.9%;
}

.four_tap_block2 .four_tap_container.active4:after {
     height: 61.2%;
}
.four_tap_block2 .four_tap_container.active5:after {
     height: 74.5%;
}
.four_tap_block2 .four_tap_container.active6:after {
     height: 86.8%;
}
.four_tap_block2 .four_tap_container.active7:after {
    height: 100%;
}

.politr_container{
    display: flex;
    flex-wrap: wrap;
    
}

.politr_box{
    width: 222px;
    height: 222px;
    margin-right: 37px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    text-transform: uppercase;
    transition: all 0.9s ease;
        
}


.politr_fonts_block.active .politr_box2 {
    transform: translateX(0px);
   transition-delay:0.3s;
 
}
.politr_fonts_block.active .politr_box3 {
    transform: translateX(0px);
   transition-delay:0.7s;
 
}
.politr_fonts_block.active .politr_box4 {
    transform: translateX(0px);
   transition-delay:1.3s;
 
}
.politr_fonts_block.active .politr_box5 {
    transform: translateX(0px);
   transition-delay:1.8s;
 
}
.politr_box:last-child{
    margin-right: 0px;
}

.politr_box1{
    background: #6f2439;
    z-index: 5;
}

.politr_box2{
     z-index: 4;
    background: #9c4a61;
        transform: translateX(-258px);
}
.politr_box3{
    background: #3c3939;
    transform: translateX(-518px);
     z-index: 3;
}
.politr_box4{
    background: #a3a3a3;
    transform: translateX(-777px);
     z-index: 2;
}
.politr_box5{
    background: #cccccc;
        transform: translateX(-1035px);
     z-index: 1;
}

.politr_fonts_block{
    padding-top: 70px;
    padding-bottom: 50px;
    background: #f6f6f6;
}
.politr_container{
    margin-top: 80px;
    margin-bottom: 80px;
}

.fonts__container{
    display: flex;
    flex-wrap: wrap;
}

.fonts__box1 , .fonts__box4{
 width: 21%;  
}
.fonts__box2 , .fonts__box3{
 width: 29%;  
    
      
}

.fonts__box2 .fonts__img , .fonts__box3 .fonts__img{
      padding-left: 22%;
}



.fonts__box4 .fonts__img {
   padding-left:19%;  
}
.fonts__container{
    margin-top: 148px;
    position: relative;
}


.fonts__container:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 0%;
    background: #cccccc;
        transition: 2.0s ease;
}
.fonts__box{
    position: relative;
}


.fonts__box{
       padding-bottom: 30px;
}
.fonts__container.active:before{
    width: 100%;
}


.fonts__box .fonts__img{
    opacity: 0;
    transform: translateY(-50px);
          transition: 0.9s ease;
}


.fonts__container.active .fonts__box .fonts__img{
     transform: translateY(0px);
       opacity: 1;
}

.fonts__container.active .fonts__box2 .fonts__img{
      transition-delay:0.4s;
}
.fonts__container.active .fonts__box3 .fonts__img{
      transition-delay:0.8s;
}
.fonts__container.active .fonts__box4 .fonts__img{
      transition-delay:1.2s;
}


.fonts__box:before {
    content: "";
    position: absolute;
   right: 0px;
  bottom: -50px;
    height:0px;
    width:1px;
    background: #cccccc;
        transition: 1s ease;
}


.fonts__container.active .fonts__box:before{
    height: 288px; 
}

.fonts__container.active .fonts__box.fonts__box4:before{
    display: none;
}


.fonts__container.active .fonts__box2:before{
      transition-delay:0.5s;
}
.fonts__container.active .fonts__box3:before{
      transition-delay:1s;
}

.politr_fonts_block{
    margin-bottom: 80px;
}
.navigation__case_container{
    display: flex;
    flex-wrap: wrap;


    position: relative;
   background: #fff;

}

.navigation__case_container:before{
   content:"";
    position: absolute;
    right: -2000px;
    width: 2000px;
    background: #fff;
    height: 100%;
    
}

.navigation__case_container_our{
    overflow: hidden;
}
.navigation__case_container_our{
        margin-top: 60px;
     background: #f6f6f6;
        padding:60px 0 ;
}
.navigation__case_left_part{
  width: 64%;  
}
.navigation__case_right_part{
     width: 36%;  
}
.navigation__case_right_box{
    background: #f6f6f6;
    height: 550px;
    margin-top: 89px;
    padding-left: 100px;
    padding-right: 40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    
}
.navigation__case_right_title{
color: #702439;
    font-size: 20px;
    line-height: 24px;
      font-family: 'Montserrat-Bold';
    margin-bottom: 35px;
}

.navigation__case_right_text{
color: #434343;
    font-size: 16px;
    line-height: 24px;
}

.navigation__case_block{
    margin-bottom: 95px;
}

.vzaim_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.vzaim_container{
    margin:70px  0; 
}
.vzaim_container .vzaim_box:nth-child(5){
        position: relative;
    top: 119px;
}

.vzaim_container .vzaim_box:nth-child(9){
   padding-right: 190px; 
}

.in_cour_block{
        background: #f6f6f6;
    padding: 60px 0px;
}

.in_cour_container{
    display: flex;flex-wrap: wrap;
    justify-content: space-between;
    
}
.in_cour_box{
    width: 49%;
    margin-top: 65px;
    background: #fff;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
      filter: brightness(0.5);
    transition: 0.3s;
    
        
}

.in_cour_box:hover{
     filter: brightness(1);
}

.par_rich_cont{
    text-align: center;
    color: #f6f6f6;
    line-height: 48px;
    font-size: 30px;
        font-family: 'Montserrat-Medium';
    
}

.par_rich_block{
    width: 100%;
    height: 578px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/case__img__rich.jpg)no-repeat;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 75px;
}

.par_rich_block:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    opacity: 0.5;
}

.par_rich_cont{
    position: relative;
}

.adaptive__case_conteiner{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.adaptive__case_block{
    margin-bottom: 80px;
    
}

.adaptive__case_box1{
    z-index: 4;
}
.adaptive__case_box2{
    z-index: 3;
}
.adaptive__case_box3{
    z-index: 2;
}
.adaptive__case_box4{
    z-index: 1;
}

.adaptive__case_conteiner{
    position: relative;
    height: 671px;
    width: 100%;
}

.adaptive__case_box {
    position: absolute;
    left: 0px;
    border-radius: 30px;
    overflow: hidden;
    border: 5px solid #000;
    bottom: 0px;
      background: #fdfdfd;
}

.adaptive__case_box img{
    object-position: -2px;
}
.adaptive__case_box{
    opacity: 0;
        transition: all 0.9s ease;
}

.adaptive__case_box1{
    transform: translateX(100%); 
}
.adaptive__case_box2{
   left: 6%; 
     transform: translateX(100%);
}

.adaptive__case_box3{
   left: 38%;
     transform: translateX(100%);
}

.adaptive__case_box4{
   left: auto;
    right: 0px;
     transform: translateX(100%);
}

.adaptive__case_box2{
        border-radius: 39px;
}




.adaptive__case_block.active .adaptive__case_box {
    transform: translateX(0px);
 opacity: 1;  
}


.adaptive__case_block.active .adaptive__case_box4{
    transition-delay: 0s;
}
.adaptive__case_block.active .adaptive__case_box3{
    transition-delay: 0.4s;
}

.adaptive__case_block.active .adaptive__case_box2{
    transition-delay: 0.8s;
}


.adaptive__case_block.active .adaptive__case_box1{
    transition-delay: 1.5s;
}