embed,
img,
object,
video {
  max-width: 100%;
}
sup {
  font-size: 58.3%;
  vertical-align: text-top;
}
sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}
.no-space-between-inline-blocks {
  *letter-spacing: normal; /*reset IE < 8*/
  letter-spacing: -0.31em; /*webkit*/
  word-spacing: -0.43em; /*IE < 8 && gecko*/
}
/*restore spacing on inner elements*/
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.displace {
  left: -5000px;
  position: absolute;
}
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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

.COLS_IN_ROW_WITHOUT_GAP {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-nav > li > a {
  padding: unset;
}
.navbar-nav > li > a:hover {
  background: unset;
}
a {
  color: inherit;
}
a:hover {
 color:#bbc1ca
}
.top{
    margin-bottom: 50px;
}

.top-menu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    list-style: none;
}

.top ul li {
    margin-left: 20px;
} 

.top ul li a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.slide-gallery { padding: 0 10px;}


.img_item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.img__item {
    width: 49%;
    margin: 1px 5px;
    display: flex;
    flex-direction: column;
    background: white;
    color: black;
    align-items: center;
    justify-content: space-between;
}

.img-gallery{margin: 60px 0;}

 .slick-slider{
        min-width: 0;
}

 .slick-track{
    display: flex;
    align-items: flex-start;
} 


.slick-list { overflow: hidden;}

 .slider__item {
    padding: 0px 15px;
    max-height:677px;
}

.slider__item img{
    max-width: 100%;
}

 .slider {
    position: relative;
    padding: 0px 60px; 
}

.slider .slick-arrow{
    position: absolute;
    top: 50%; 
    margin: -15px 0 0 0;
    z-index: 2; 
    font-size: 0; 
    width: 45px;
    height: 45px; 
  }

 .slider .slick-arrow.slick-prev{
    left: 0; 
    background: url('/images/arrow-l.png') 0 0 / 100% no-repeat;
    border:none;
    background-color: #3f464cc7;
}

.slider .slick-arrow.slick-next{
    right: 0;
    background: url('/images/arrow-r.png') 0 0 / 100% no-repeat;
    border:none;
    background-color: #3f464cc7;
}



@media (min-width:1200px){
  .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
  .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
  .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
  .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
  .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
  .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
  .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
  .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (max-width: 768px){
.top {padding-right: 7%;}
}

html {
  font-size: 10px;
}
body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  color: #ffffff;
 font-family: 'Roboto', sans-serif;

  font-size: 4rem; /* 40px / 10px = 4rem */
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-decoration: none;
}
@media (max-width: 768px) {
html {  font-size: 8px;}
.slider { padding: 0px 10%;}
.slider__item { max-height: 40%;}
.slider .slick-arrow { max-width: 9%;    max-height: 19%;}
.img-gallery { padding: 0 20px;}
.img__item {width:100%;}
}
@media (min-width: 1200px) {
.container {
  width: 1240px;
}
}
.global_container_ {
  float: none;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 6rem 0 6.2rem;
  position: relative;
}
body {
    position: relative;
}
body::before {
    background: url("../images/bg.png") no-repeat center center;
    background-size: cover;
    content: ' ';
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
}

.header {
  position: relative;
}
.col-data-wrapper {
  margin: 15px auto 0;
  min-height: 679px;
  position: relative;
}
.button {
  max-width: 470px;
  min-height: 105px;
  padding: 0 2.772964%; /* 48px / 1731px = 2.772964% */
  top: 516px;
  width: 28%; /* 470px / 1731px = 27.151936% */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #f2d535;
}
.phone-call {
  max-width: 19px;
  margin-right: 15px;
}
@media (max-width: 768px) {
.col-data-wrapper {
    margin: 15px auto 0;
    min-height: 500px;
    position: relative;
    text-align: center!Important;
}
  .phone-call {
  position: relative;
  width: 100%;
  width: auto;
  min-width: unset;
  max-height: unset;
  min-height: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  image-rendering: auto;
}
}
.text {
  color: #000000;
  font-size: 3.3rem; /* 33px / 10px = 3.3rem */
  font-weight: 800;
  line-height: 105px;
  text-align: right;
}
.text-4 {
  font-size: 25px; /* 32px / 10px = 3.2rem */
  font-weight: 500;
  line-height: 34px;
  text-shadow: 11.429398px 17.216345px 39.78px rgba(0, 0, 0, 0.38), -11.010603px -5.223655px 39.78px rgba(0, 0, 0, 0.38), 11.429398px -5.223655px 39.78px rgba(0, 0, 0, 0.38), -11.010603px 17.216345px 39.78px rgba(0, 0, 0, 0.38); /*drop shadow*/
  margin: 20px 0;
}
.text-5{font-size: 29px;}
.img-holder {
  right: -15%;
  padding: 4.1rem 0 14.7rem;
  position: absolute;
  top: 0;
  width: 69.55517%; /* 1204px / 1731px = 69.55517% */
  background: url(../images/img.png) no-repeat center 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.img {
  display: block;
  left: 1.287375%;
  margin: 0 auto;
  max-width: 709px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
.img {
  display: block;
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  width: 100%;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
}
.gruppa-2 {
  width: 50%; /* 778px / 1731px = 44.945118% */
}
.text-2 {
  width: 100%; /* 778px / 778px = 100% */
  font-size: 5.9rem; /* 59px / 10px = 5.9rem */
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 11.429398px 17.216345px 39.78px rgba(0, 0, 0, 0.38), -11.010603px -5.223655px 39.78px rgba(0, 0, 0, 0.38), 11.429398px -5.223655px 39.78px rgba(0, 0, 0, 0.38), -11.010603px 17.216345px 39.78px rgba(0, 0, 0, 0.38); /*drop shadow*/
}
@media (max-width: 778px) {
.text-2 {font-size: 4.7rem;}
}
.text-3 {
  margin: 6rem 0 0;
  font-size: 5.7rem; /* 57px / 10px = 5.7rem */
  font-weight: 900;
  text-shadow: 11.429398px 17.216345px 39.78px rgba(0, 0, 0, 0.38), -11.010603px -5.223655px 39.78px rgba(0, 0, 0, 0.38), 11.429398px -5.223655px 39.78px rgba(0, 0, 0, 0.38), -11.010603px 17.216345px 39.78px rgba(0, 0, 0, 0.38); /*drop shadow*/
}
.container-2 {
  position: relative;
}
.div {
  position: relative;
}
.text-5 {
  margin: 14px auto 0;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  /*text-shadow: 11.429398px 17.216345px 39.78px rgba(0, 0, 0, 0.38), -11.010603px -5.223655px 39.78px rgba(0, 0, 0, 0.38), 11.429398px -5.223655px 39.78px rgba(0, 0, 0, 0.38), -11.010603px 17.216345px 39.78px rgba(0, 0, 0, 0.38); !*drop shadow*!*/
}
.container-3 {
  position: relative;
}
.footer {
  position: relative;
}
.text-6 {
  margin: 13.1rem auto 0;
  font-size: 2rem; /* 25px / 10px = 2.5rem */
  line-height: 1.2;
  /*text-shadow: 11.429398px 17.216345px 39.78px rgba(0, 0, 0, 0.38), -11.010603px -5.223655px 39.78px rgba(0, 0, 0, 0.38), 11.429398px -5.223655px 39.78px rgba(0, 0, 0, 0.38), -11.010603px 17.216345px 39.78px rgba(0, 0, 0, 0.38); !*drop shadow*!*/
}
.text-7 {
  margin: 13rem auto 0;
  font-size: 20px; /* 25px / 10px = 2.5rem */
  line-height: 1.2;
  /*text-shadow: 11.429398px 17.216345px 39.78px rgba(0, 0, 0, 0.38), -11.010603px -5.223655px 39.78px rgba(0, 0, 0, 0.38), 11.429398px -5.223655px 39.78px rgba(0, 0, 0, 0.38), -11.010603px 17.216345px 39.78px rgba(0, 0, 0, 0.38); !*drop shadow*!*/
}
.container-4 {
  position: relative;
}
.text-style {
  line-height: 48px;
}
.text-style-2 {
  font-size: 29px; /* 35px / 10px = 3.5rem */
  font-weight: 900;
}
@media (max-width: 468px) {
.text-style-2 {
    font-size: 25px;
    font-weight: 900;
}
  .text-3 {font-size: 3.7rem;}
  .col-data-wrapper {
    text-align:center!Important
}
  .text-4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    text-shadow: 11.429398px 17.216345px 39.78px rgb(0 0 0 / 38%), -11.010603px -5.223655px 39.78px rgb(0 0 0 / 38%), 11.429398px -5.223655px 39.78px rgb(0 0 0 / 38%), -11.010603px 17.216345px 39.78px rgb(0 0 0 / 38%);
    margin: 20px 0;
}
}  
  @media (max-width: 768px) {
.text-3 {font-size: 3.7rem;}
  .gruppa-2 {
    width: 100%;
}
  .img-holder {
    position: relative!important;
    top: 0;
    width: 100%;
    margin:0!Important;
    background: url(../images/img.png) no-repeat center 0;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 0;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
  .footer{margin-top:40px;}
  .btn{font-size:20px!important}
  .global_container_ {
   background: url(../images/bg-mob.png) no-repeat center center;
   background-size: cover;
   image-rendering: pixelated;
   image-rendering: -moz-crisp-edges;
   -ms-interpolation-mode: nearest-neighbor;
}
  .nashi-raboty-page .global_container_ {
      background: url(../images/bg-mob.png) center top repeat-y;
      background-size: contain;
      image-rendering: pixelated;
      image-rendering: -moz-crisp-edges;
      -ms-interpolation-mode: nearest-neighbor;
  }
  body::before {
      background: none;
      content: '';
  }
    .text-5{font-size:25px}
  .container {
    min-width:220px;margin:0;padding:0
}
    .div{padding:0 30px;}
    .footer{padding:0 30px;}
}
@media (max-width: 768px) {
.text-6 {
  margin: 10% auto 0;
}
}
@media (max-width: 768px) {
.text-7 {
  margin: 10% auto 0;
}
}


.btn {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
}

.btn-warning {
    color: #262732;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.75rem 2rem;
    font-size: 25px;
    padding: 18px 40px;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;