@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ----- Fonts ------------------------- */
@font-face {
  font-family: 'Samo Sans Pro';
  src: url("../fonts/SamoSansPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Samo Sans Pro';
  src: url("../fonts/SamoSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Samo Sans Pro';
  src: url("../fonts/SamoSansPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Samo Sans Pro';
  src: url("../fonts/SamoSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Samo Sans Pro';
  src: url("../fonts/SamoSansPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Samo Sans Pro';
  src: url("../fonts/SamoSansPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* ----- END Fonts --------------------- */
/*                                       */
/*                                       */
/* ----- Typography -------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 14px "Samo Sans Pro", Arial, sans-serif;
  line-height: 20px;
  color: #9d9d9d;
}

h1, .title-site--h1, h2, .title-site--h2, h3, .title-site--h3, h4, .title-site--h4, h5, .title-site--h5, h6, .title-site--h6 {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  font-family: "Samo Sans Pro", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  color: #282828;
}

h1, .title-site--h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

h2, .title-site--h2 {
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.desc h2{
    font-size: 22px !important;
}

.desc h3{
    font-size: 18px !important;
    line-height:20px;
}

.desc .uch{
    border:1px solid #f29c2d;
    padding: 10px 20px 0px;
    margin-bottom: 20px;
}

.desc .uch h3{
    color: #f29c2d;
}


.desc .uch .adress, .desc .uch .phones{
    font-weight: bold;
}

.desc .uch .adress, .desc .uch .info, .desc .uch .phones{
    margin-left: 30px;
}

.desc .uch .adress:before{
    content: " ";
    background-image: url("/img/location.png");
    width: 15px;
    height: 15px;
    margin-left: -30px;
    margin-top: 2px;
    position: absolute;
}

.desc .uch .info:before{
    content: " ";
    background-image: url("/img/info.png");
    width: 15px;
    height: 15px;
    margin-left: -30px;
    margin-top: 5px;
    position: absolute;
}

.desc .uch .phones:before{
    content: " ";
    background-image: url("/img/phones.png");
    width: 15px;
    height: 15px;
    margin-left: -30px;
    margin-top: 2px;
    position: absolute;
}




h3, .title-site--h3 {
  font-size: 24px;
  text-transform: uppercase;
}

h4, .title-site--h4 {
  font-size: 20px;
}

h5, .title-site--h5 {
  font-size: 17px;
  line-height: 1.3em;
}

h6, .title-site--h6 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
}

.title-site--normal {
  font-weight: 400;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 20px;
  font-weight: 100;
}

.text-bl ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 15px;
}

.text-bl ol {
  margin-bottom: 20px;
  list-style-type: decimal;
  padding-left: 15px;
}

.text-bl li {
  margin-bottom: 10px;
}

.text--center {
  text-align: center;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--uppercase {
  text-transform: uppercase;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #f29c2d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #f19115;
}

b {
  font-weight: 700;
}

.content-txt, .content-txt p, .content-txt li{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    /*text-align: justify;*/
    font-family: Arial, Sans-serif;
    font-weight: 300;
}

.content-txt b, .content-txt strong{
    font-weight: 700;
}

.content-txt ul, .content-txt ol{
    margin-bottom: 20px;
    margin-top: 20px;
}

.content-txt ul > li{
    margin-left: 20px;
    list-style-type: disc;
}

.content-txt ol > li{
    margin-left: 20px;
    list-style-type: decimal;
}

.news-list__item {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
}

.news-list__item:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.brand_list.otstup, .brand_list2.otstup{
    float: left;
    margin-top: -10px;
    width: 100%;
}

.brand_list li{
    display: table-cell !important;
    text-align: center !important;
    vertical-align: middle !important;
    float: left !important;
    background: #eee !important;
    width: 150px !important;
    height: 30px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    list-style-type: none !important;
    padding: 4px 0px;
}

.brand_list2 li{
    display: table-cell !important;
    text-align: center !important;
    vertical-align: middle !important;
    float: left !important;
    background: #eee !important;
    width: 150px !important;
    height: 50px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    list-style-type: none !important;
    padding: 4px 0px;
}

.brand_list li:hover, .brand_list2 li:hover{
    color: #fff;
    background-color: #f29c2d !important;
}

.brand_list li A, .brand_list2 li A{
    color: #000;
    text-decoration: none;
}

.brand_list li:hover A, .brand_list2 li:hover A{
    color: #fff;
    text-decoration: none;
}

    
    
.doc{
    padding-left: 25px;
    background: url(/editor/icon/type/doc.gif) top left no-repeat;
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 10px;
    width: 100%;
}

.calc, .calc span{
    color: #fff;
}

.jcf-select-text, .jcf-select-text span{
    color: #000 !important;
    padding-top: 5px;
}

.calc_itogo{
    float: right;
    font-size: 20px;
    line-height: 50px;
}

#Autolom_itogo{
    font-size: 26px;
    font-weight: bold;
    color: #f29c2d;
}

.video_block{
    width: 100%;
}

.video{
    float: left;
    width: 48%;
    margin-right: 10px !important;
    margin-bottom: 20px;
}

.gallery-item img{
    height: 225px;
}

.actia{
    position: absolute;
    top: 92px;
    left: 0px;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.actia span{
    background-color: #f29c2d;
    color: #fff;
    padding: 4px 10px;
    font-size: 16px;
    border-radius: 6px;
}

.no-padding .actia{
    top: 120px;
}

.no-padding .actia span{
    padding: 6px 20px;
}

.actia b{
    text-decoration: underline;
}

.sticky .actia{
    display: none;
}

.cursor{
    cursor: pointer;
}

.cursor:hover .title-site--h5{
    color: #f29c2d;
}

table.bord{
    border-top:  1px solid #000;
    border-left: 1px solid #000;    
}

.bord td{
    border-bottom:  1px solid #000;
    border-right:  1px solid #000;    
    padding: 4px 10px;
}

.lnk{
    cursor: pointer;
}


/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .title-site--h1 {
    font-size: 55px;
  }
  h2, .title-site--h2 {
    font-size: 48px;
  }
  h3, .title-site--h3 {
    font-size: 40px;
    line-height: 36px;
  }
  h4, .title-site--h4 {
    font-size: 25px;
  }
  h5, .title-site--h5 {
    font-size: 20px;
  }
  h6, .title-site--h6 {
    font-size: 16px;
  }
  .text-bl-grid {
    display: flex;
    justify-content: space-between;
  }
  .text-bl-grid__half-col {
    width: 48%;
  }
  body {
    font-size: 16px;
  }
  /* end media min width 768 pixels */
}

/* ----- END Typography ---------------- */
/*                                       */
/*                                       */
.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-arrow {
  background-image: url(../img/sprite.png);
  background-position: -417px -282px;
  width: 17px;
  height: 10px;
}

.icon-arrow2 {
  background-image: url(../img/sprite.png);
  background-position: -418px -260px;
  width: 17px;
  height: 10px;
}

.icon-bullet {
  background-image: url(../img/sprite.png);
  background-position: 0px -261px;
  width: 62px;
  height: 62px;
}

.icon-car {
  background-image: url(../img/sprite.png);
  background-position: -138px -71px;
  width: 40px;
  height: 26px;
}

.icon-check {
  background-image: url(../img/sprite.png);
  background-position: -281px -216px;
  width: 37px;
  height: 37px;
}

.icon-check2 {
  background-image: url(../img/sprite.png);
  background-position: -423px -208px;
  width: 9px;
  height: 7px;
}

.icon-close {
  background-image: url(../img/sprite.png);
  background-position: -396px -282px;
  width: 19px;
  height: 19px;
}

.icon-cont1 {
  background-image: url(../img/sprite.png);
  background-position: -218px -177px;
  width: 91px;
  height: 37px;
}

.icon-cont2 {
  background-image: url(../img/sprite.png);
  background-position: -94px -216px;
  width: 92px;
  height: 43px;
}

.icon-cont3 {
  background-image: url(../img/sprite.png);
  background-position: -223px -107px;
  width: 88px;
  height: 54px;
}

.icon-cont4 {
  background-image: url(../img/sprite.png);
  background-position: -54px -325px;
  width: 63px;
  height: 41px;
}

.icon-cont5 {
  background-image: url(../img/sprite.png);
  background-position: 0px -177px;
  width: 107px;
  height: 37px;
}

.icon-cont6 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 136px;
  height: 51px;
}

.icon-cont7 {
  background-image: url(../img/sprite.png);
  background-position: -85px -106px;
  width: 100px;
  height: 49px;
}

.icon-cont8 {
  background-image: url(../img/sprite.png);
  background-position: -138px 0px;
  width: 83px;
  height: 69px;
}

.icon-danger {
  background-image: url(../img/sprite.png);
  background-position: -396px -235px;
  width: 23px;
  height: 23px;
}

.icon-drop {
  background-image: url(../img/sprite.png);
  background-position: -421px -235px;
  width: 15px;
  height: 8px;
}

.icon-mail {
  background-image: url(../img/sprite.png);
  background-position: -396px -260px;
  width: 20px;
  height: 20px;
}

.icon-phone {
  background-image: url(../img/sprite.png);
  background-position: -396px -208px;
  width: 25px;
  height: 25px;
}

.icon-step1 {
  background-image: url(../img/sprite.png);
  background-position: -64px -261px;
  width: 58px;
  height: 56px;
}

.icon-step2 {
  background-image: url(../img/sprite.png);
  background-position: -325px -206px;
  width: 58px;
  height: 51px;
}

.icon-step3 {
  background-image: url(../img/sprite.png);
  background-position: -184px -261px;
  width: 69px;
  height: 45px;
}

.icon-step4 {
  background-image: url(../img/sprite.png);
  background-position: -325px -100px;
  width: 58px;
  height: 51px;
}

.icon-step5 {
  background-image: url(../img/sprite.png);
  background-position: -325px -259px;
  width: 52px;
  height: 52px;
}

.icon-cont-hover1 {
  background-image: url(../img/sprite.png);
  background-position: -188px -216px;
  width: 91px;
  height: 37px;
}

.icon-cont-hover2 {
  background-image: url(../img/sprite.png);
  background-position: 0px -216px;
  width: 92px;
  height: 43px;
}

.icon-cont-hover3 {
  background-image: url(../img/sprite.png);
  background-position: -223px -51px;
  width: 88px;
  height: 54px;
}

.icon-cont-hover4 {
  background-image: url(../img/sprite.png);
  background-position: -255px -261px;
  width: 63px;
  height: 41px;
}

.icon-cont-hover5 {
  background-image: url(../img/sprite.png);
  background-position: -109px -177px;
  width: 107px;
  height: 37px;
}

.icon-cont-hover6 {
  background-image: url(../img/sprite.png);
  background-position: 0px -53px;
  width: 136px;
  height: 51px;
}

.icon-cont-hover7 {
  background-image: url(../img/sprite.png);
  background-position: -223px 0px;
  width: 100px;
  height: 49px;
}

.icon-cont-hover8 {
  background-image: url(../img/sprite.png);
  background-position: 0px -106px;
  width: 83px;
  height: 69px;
}

.icon-step-h1 {
  background-image: url(../img/sprite.png);
  background-position: -124px -261px;
  width: 58px;
  height: 56px;
}

.icon-step-h2 {
  background-image: url(../img/sprite.png);
  background-position: -325px -47px;
  width: 58px;
  height: 51px;
}

.icon-step-h3 {
  background-image: url(../img/sprite.png);
  background-position: -325px 0px;
  width: 69px;
  height: 45px;
}

.icon-step-h4 {
  background-image: url(../img/sprite.png);
  background-position: -325px -153px;
  width: 58px;
  height: 51px;
}

.icon-step-h5 {
  background-image: url(../img/sprite.png);
  background-position: 0px -325px;
  width: 52px;
  height: 52px;
}

.icon-nav1 {
  background-image: url(../img/sprite.png);
  background-position: -396px -190px;
  width: 39px;
  height: 16px;
}

.icon-nav2 {
  background-image: url(../img/sprite.png);
  background-position: -396px -152px;
  width: 38px;
  height: 18px;
}

.icon-nav3 {
  background-image: url(../img/sprite.png);
  background-position: -396px 0px;
  width: 40px;
  height: 24px;
}

.icon-nav4 {
  background-image: url(../img/sprite.png);
  background-position: -396px -109px;
  width: 33px;
  height: 21px;
}

.icon-nav5 {
  background-image: url(../img/sprite.png);
  background-position: -85px -157px;
  width: 47px;
  height: 16px;
}

.icon-nav6 {
  background-image: url(../img/sprite.png);
  background-position: -265px -325px;
  width: 50px;
  height: 19px;
}

.icon-nav7 {
  background-image: url(../img/sprite.png);
  background-position: -166px -325px;
  width: 45px;
  height: 22px;
}

.icon-nav8 {
  background-image: url(../img/sprite.png);
  background-position: -396px -56px;
  width: 33px;
  height: 28px;
}

.icon-nav-h1 {
  background-image: url(../img/sprite.png);
  background-position: -396px -172px;
  width: 39px;
  height: 16px;
}

.icon-nav-h2 {
  background-image: url(../img/sprite.png);
  background-position: -396px -132px;
  width: 38px;
  height: 18px;
}

.icon-nav-h3 {
  background-image: url(../img/sprite.png);
  background-position: -180px -71px;
  width: 40px;
  height: 24px;
}

.icon-nav-h4 {
  background-image: url(../img/sprite.png);
  background-position: -396px -86px;
  width: 33px;
  height: 21px;
}

.icon-nav-h5 {
  background-image: url(../img/sprite.png);
  background-position: -134px -157px;
  width: 47px;
  height: 16px;
}

.icon-nav-h6 {
  background-image: url(../img/sprite.png);
  background-position: -213px -325px;
  width: 50px;
  height: 19px;
}

.icon-nav-h7 {
  background-image: url(../img/sprite.png);
  background-position: -119px -325px;
  width: 45px;
  height: 22px;
}

.icon-nav-h8 {
  background-image: url(../img/sprite.png);
  background-position: -396px -26px;
  width: 33px;
  height: 28px;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/* ----- Button styles ----------------- */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 8px 25px;
  border: none;
  font: normal normal 14px/24px "Samo Sans Pro", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
  color: #fff;
  background-color: #f29c2d;
  text-transform: uppercase;
  transition: 0.4s;
  letter-spacing: 0.7px;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f3a745;
}

.btn--second-st {
  background-color: #00C613;
}

.btn--second-st:hover {
  background-color: #00e015;
}

.btn__icon-text {
  display: inline-block;
  vertical-align: middle;
}

.btn__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000;
  font-style: normal;
}

.btn__icon--right {
  margin-left: 5px;
}

.btn__icon--left {
  margin-right: 5px;
}

.btn--border {
  border: 2px solid #f29c2d;
  background: transparent;
  color: #f29c2d;
  line-height: 20px;
}

.btn--border:hover {
  color: #fff;
}

.btn--border.btn--second-st {
  border-color: #00C613;
  color: #00C613;
}

.btn--border.btn--second-st:hover {
  color: #fff;
}

.btn--min-width {
  min-width: 195px;
}

.btn--max {
  width: 100%;
}

.btn--sm {
  padding: 5px 10px;
  font-size: 12px;
}

.btn--sm.btn--min-width {
  min-width: 80px;
}

.btn--md {
  padding: 18px 25px;
  font-size: 16px;
  border-radius: 30px;
}

#modal .btn--md, #modal2 .btn--md, #modal3 .btn--md{
    padding: 8px 25px !important;
}

.btn--md.btn--min-width {
  min-width: 195px;
}

.btn--lg {
  padding: 22px 30px;
  font-size: 24px;
}

.btn--lg.btn--min-width {
  min-width: 180px;
}

/* ----- END Buttons ------------------- */
/*                                       */
/*                                       */
/* ----- Forms ------------------------- */
.st-form {
  margin-bottom: 20px;
}

.st-form__tt {
  display: block;
}

.form-group {
  margin-bottom: 20px;
}

.form-group__label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}

.form-group--inline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group--inline .form-group__label {
  min-width: 140px;
  max-width: 140px;
  padding: 0 10px 0 0;
  margin: 5px 0;
}

.placeholder {
  color: #9d9d9d;
}

input:-moz-placeholder, input::-moz-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder {
  color: #9d9d9d;
  opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9d9d9d;
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder, textarea:focus:-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input[type="password"]::-webkit-contacts-auto-fill-button {
  opacity: 1;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="range"],
input[type="tel"],
textarea {
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0 33px;
  border: 1px solid #9d9d9d;
  font: 100 16px "Samo Sans Pro", Arial, sans-serif;
  color: #9d9d9d;
  background-color: #fff;
  outline: none;
  border-radius: 25px;
  -webkit-appearance: none;
  box-shadow: none;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="range"]:hover,
input[type="tel"]:hover,
textarea:hover {
  border-color: rgba(157, 157, 157, 0.5);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="range"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: rgba(157, 157, 157, 0.2);
}

textarea {
  vertical-align: top;
  height: 130px;
  padding: 10px 15px;
  resize: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .form-group-grid {
    display: flex;
    justify-content: space-between;
  }
  .form-group-grid__half-col {
    width: 48.5%;
  }
  .form-group-grid__three-col {
    width: 31.3%;
  }
  .form-group-grid__four-col {
    width: 22.8%;
  }
  /* end media min width 768 pixels */
}

/* ----- END Forms --------------------- */
/*                                       */
/*                                       */
/* ----- Page structure ---------------- */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
  left: 0;
  min-width: 320px;
  width: 100%;
  transition: left 0.2s linear;
}

.section-st {
  padding: 30px 0;
  position: relative;
}

.section-st--dark {
  background-color: #262c33;
  color: #fff;
}

.section-st--light {
  background-color: #f4f4f4;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.hidden-mobile,
.hidden-devices {
  display: none;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .hidden-mobile {
    display: block;
  }
  /* end media min width 768 pixels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  html, body {
    height: 100%;
  }
  #wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .section-st {
    padding: 75px 0;
  }
  #middle {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
    width: 100%;
  }
  .container {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }
  .hidden-devices {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  /* end media min width 1024 pixels */
}

/* ----- END Page structure ------------ */
/*                                       */
/*                                       */
/* ----- Header ------------------------ */
.header {
  position: relative;
  background: #272b35;
  padding: 15px 0;
  color: #fff;
}

.logo {
  display: flex;
  align-items: center;
  outline: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: left;
}

.logo__img {
  width: 50px;
  margin-right: 10px;
}

.logo__txt span {
  display: block;
  color: #f29c2d;
}

.logo:hover {
  text-decoration: none;
  color: #f29c2d;
}

.header-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: none;
}

.head-info-item {
  display: flex;
  align-items: center;
  margin: 0 5px;
  text-align: left;
  font-weight: 100;
  font-size: 16px;
  line-height: 18px;
}

.head-info-item-tt {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f29c2d;
}

.head-info-item__icon {
  margin-right: 10px;
}

.phone-block {
  display: flex;
  align-items: center;
}

.phone-block__icon {
  margin-right: 10px;
}

.phone {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  transition: 0.4s;
}

.phone span {
  color: #f29c2d;
}

.phone-block.hidden-devices {
  display: none;
}

/* ----- END Header -------------------- */
/*                                       */
/*                                       */
/* ----- Footer ------------------------ */
.footer {
  padding: 30px 0;
  background-color: #262c33;
  text-align: center;
}

.footer .phone-block {
  justify-content: center;
  margin-bottom: 20px;
}

.footer .phone {
  font-size: 18px;
  line-height: 24px;
}

.footer-cont {
  display: none;
}

.logo-link {
  text-decoration: none;
  display: inline-block;
  width: 71px;
  margin-bottom: 26px;
}

.copy {
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.footer-logo {
  margin-bottom: 20px;
}

/* ----- END Footer -------------------- */
/*                                       */
/*                                       */
/* ----- Navigation -------------------- */
/* -- Bread crumbs ------------------ */
.bread-crumbs {
  padding: 0;
  list-style-type: none;
  display: none;
  color: #000;
  font-family: Arial, Sans-Serif;
  font-weight: 100;
  font-size: 15px;
  margin: 0 0 13px;
}

.bread-crumbs li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.bread-crumbs li a {
  display: inline-block;
  text-decoration: underline;
  color: #f29c2d;
}

.bread-crumbs li a:hover {
  color: #f29c2d;
  text-decoration: none;
}

.bread-crumbs li:before {
  content: '› ';
  color: #9d9d9d;
  margin: 0 5px;
}

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

/* -- Pagination -------------------- */
.pagination {
  list-style-type: none;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
}

.pagination a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #f3f3f3;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.pagination a:hover {
  background-color: #fc8a00;
  color: #fff;
}

.pagination__prev a, .pagination__next a {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.pagination__prev a:hover, .pagination__next a:hover {
  background: none;
  color: #000;
}

.pagination__active a {
  background-color: #fc8a00;
  color: #fff;
}

/* -- Main menu --------------------- */
.menu-open-wrapper-page {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.burger-menu {
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 101;
  cursor: pointer;
  padding: 10px;
}

.burger-menu-box {
  display: block;
  width: 30px;
  padding: 8px 0;
}

.burger-menu-inner {
  display: block;
  position: relative;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger-menu-inner:before, .burger-menu-inner:after {
  content: ' ';
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}

.burger-menu-inner:before {
  top: -8px;
  transition: top 75ms ease .12s, opacity 75ms ease;
}

.burger-menu-inner:after {
  bottom: -8px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-wrapper-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  left: -100%;
  transition: left 0.4s cubic-bezier(0, 0.995, 0.99, 1);
}

.menu-open-wrapper {
  padding: 20px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: background 0.25s ease-out;
}

.menu-burger--opened .burger-menu {
  position: fixed;
}

.menu-burger--opened .burger-menu-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.menu-burger--opened .burger-menu-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease .12s;
  opacity: 0;
}

.menu-burger--opened .burger-menu-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.menu-burger--opened .menu-wrapper-fixed {
  left: 0;
}

.menu-burger--opened .menu-open-wrapper {
  background-color: #272b35;
}

.menu-burger--opened .menu-item {
  margin-left: 0;
}

.menu-burger--opened .menu-item:nth-of-type(1) {
  transition-delay: 0s;
}

.menu-burger--opened .menu-item:nth-of-type(2) {
  transition-delay: 0.06s;
}

.menu-burger--opened .menu-item:nth-of-type(3) {
  transition-delay: 0.12s;
}

.menu-burger--opened .menu-item:nth-of-type(4) {
  transition-delay: 0.18s;
}

.menu-burger--opened .menu-item:nth-of-type(5) {
  transition-delay: 0.24s;
}

.menu-burger--opened .menu-item:nth-of-type(6) {
  transition-delay: 0.30s;
}

.menu-burger--opened .menu-item:nth-of-type(7) {
  transition-delay: 0.36s;
}

.menu-burger--opened .menu-item:nth-of-type(8) {
  transition-delay: 0.42s;
}

.menu-burger--opened .menu-item:nth-of-type(9) {
  transition-delay: 0.48s;
}

.menu-burger--opened .menu-item:nth-of-type(10) {
  transition-delay: 0.54s;
}

.header-nav {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  width: 100%;
  margin-left: -100%;
  transition: all 0.4s cubic-bezier(0, 0.995, 0.99, 1);
  text-transform: uppercase;
}

.menu-item__link {
  color: #fff;
  text-decoration: none;
}

.menu-item__link:hover, .menu-item.active .menu-item__link{
  color: #f29c2d;
}

/* - Drop down main menu -------- */
.menu-item__link--dd-open:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-top-color: #fff;
  margin: 0 0 0 10px;
}

.menu-dd {
  display: none;
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}

.menu-dd-item {
  line-height: 20px;
  margin: 10px 0;
  position: relative;
}

.menu-dd-item__link {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.menu-dd-item__link:hover {
  color: #fff;
}

.menu-item--dd-opened .menu-dd {
  display: block;
}

.menu-item--dd-opened .menu-item__link--dd-open:after {
  transform: rotate(180deg);
}

.line-content {
  display: none;
}

@media only screen and (min-width: 640px) {
  .header-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
  }
  .header-info {
    display: flex;
    flex-grow: 1;
  }
  .logo {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .menu-wrapper-fixed {
    width: 50%;
  }
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .bread-crumbs {
    display: block;
  }
  .menu-open-wrapper-page {
    overflow: visible;
    position: relative;
    height: auto;
    width: auto;
  }
  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transition: none;
    width: 100%;
  }
  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .burger-menu {
    display: none;
  }
  .header-nav {
    display: block;
  }
  .menu {
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: auto;
    font-size: 16px;
    transition: none;
  }
  .menu-item__link {
    display: block;
    padding: 22px 5px;
  }
  /* - Drop down main menu -------- */
  .menu-item--dd-opened .menu-dd {
    display: none;
  }
  .menu-item--dd-opened .menu-item__link--dd-open:after {
    transform: rotate(0);
  }
  .menu-dd {
    position: absolute;
    display: none;
    top: 100%;
    width: 270px;
    text-align: left;
    background-color: #e37c00;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
  }
  .menu-dd-item {
    margin: 15px 0;
  }
  .menu-dd-item__link:hover {
    text-decoration: underline;
  }
  .menu-item:hover .menu-dd {
    display: block;
  }
  .menu-item--mob {
    display: none;
  }
  .phone-block.hidden-devices,
  .phone-block {
    display: flex;
    margin-left: 15px;
  }
  .header-cont {
    padding: 30px 0 26px;
  }
  .logo {
    font-size: 19px;
    line-height: 24px;
  }
  .logo__img {
    width: 70px;
  }
  .header {
    padding: 0 0 35px;
    background: #272b35 url("../img/header-bg.jpg") no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
  }
  .line-content {
    display: block;
    position: absolute;
    background: #fff url("../img/stroke-cont1.png") repeat-x 100% 100%;
    width: 50.5%;
    height: 32px;
  }
  .line-content:before {
    content: ' ';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: 16px solid #fff;
    border-left: 16px solid #fff;
  }
  .line-content.line-content--left-bottom {
    left: 0;
    bottom: 0;
  }
  .footer {
    text-align: left;
    position: relative;
    padding: 45px 0 33px;
  }
  .footer:before {
    left: 0;
    top: 0;
    content: ' ';
    position: absolute;
    width: 50%;
    background: url("../img/stroke-cont3.png") repeat-x 100% 100%;
    height: 13px;
  }
  .footer .container {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .footer .phone-block {
    margin: 0 0 14px;
  }
  .footer-logo {
    margin-bottom: 0;
  }
  .footer-cont {
    flex-grow: 1;
    margin: 0 15px;
    display: block;
  }
  .footer-cont-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 24px;
    padding-bottom: 11px;
  }
  .footer-cont-link {
    display: inline-block;
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 3px;
  }
  .footer-cont-link:hover {
    text-decoration: none;
    color: #f29c2d;
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer-info .head-info-item {
    color: #fff;
  }
  .footer-info .header-info {
    max-width: 470px;
  }
  .footer-info__txt {
    color: white;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
  /* end media min width 1024 pixels */
}

@media only screen and (min-width: 1250px) {
.part-box__img {
    width: 160px;
    height: 150px;
    line-height: 150px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 2px solid #f3f3f3;
    text-align: center;
    margin-bottom: 10px;
}

.part-box__img img {
    max-width: 100%;
    display: inline-block;
}

.part-box-content__data {
    display: block;
    font-size: 16px;
    font-family: Arial, Sans-Serif;
    color: #f29c2d;
    margin-bottom: 10px;
}

.part-box-content__name {
    display: block;
    color: #4e4e4e;
    font-size: 20px;
    font-family: Arial, Sans-Serif;
    line-height: 24PX;
    text-decoration: underline;
    margin-bottom: 10px;
}

.part-box-content__name:hover {
    color: #f29c2d;
    text-decoration: none;
}

.part-box-content__text, .part-box-content__text p{
    display: block;
    color: #000;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    margin-bottom: 10px;
}


                                    

  .phone-block.hidden-devices,
  .phone-block {
    margin-left: 25px;
  }
  .menu-item {
    font-size: 18px;
  }
  .logo {
    font-size: 20px;
  }
  .logo__img {
    width: 100px;
  }
  .footer-cont-link {
    font-size: 16px;
  }
  .footer-cont {
    margin: 0 45px 0 35px;
  }
}

/* ----- END Navigation ---------------- */
/*                                       */
/*                                       */
/* ----- Main blocks ------------------- */
.main-screen-item {
  position: relative;
  overflow: hidden;
}

.main-screen-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-screen-item__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 200%;
  width: auto !important;
  max-width: none;
}

.main-screen-item__content {
  position: relative;
  z-index: 2;
  padding: 30px 15px;
  text-align: center;
  color: #fff;
  max-width: 1030px;
  margin: 0 auto;
}

.main-screen-info {
  border-radius: 25px;
  margin: 10px 0 39px;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 20px;
  line-height: 25px;
  font-weight: 300;
  font-size: 16px;
}

.main-screen-info__txt {
  line-height: 25px;
}

.main-screen-info__txt span {
  color: #f39c2c;
  font-size: 18px;
  font-weight: 700;
}

.main-screen-info__icon {
  margin-right: 5px;
  line-height: 25px;
}

.main-screen-icon {
  text-align: center;
  margin-top: 40px;
}

.main-screen-slider {
  position: relative;
}

.main-screen-btn {
  text-align: center;
  width: 100%;
}

.main-screen-btn .btn {
  width: 100%;
  max-width: 365px;
}

.content-nav {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.content-nav-item {
  width: 50%;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}

.content-nav-item p:last-child {
  margin-bottom: 0;
}

.title-bl {
  margin: 0 auto 40px;
  max-width: 870px;
  position: relative;
  z-index: 2;
}

.title-bl p:last-child {
  margin-bottom: 0;
}

.title-bl h2, .title-bl .title-site--h2 {
  margin-bottom: 15px;
}

.content-nav-item__ic {
  display: inline-block;
  line-height: 69px;
  margin-bottom: 20px;
}

.content-nav-item__ic .icon {
  vertical-align: bottom;
}

.disposal-procedure-item__txt {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 17px;
  font-weight: 100;
}

.disposal-procedure-item__txt .title-site--h6 {
  margin: 0 auto 19px;
  max-width: 165px;
}

.disposal-procedure-item__txt p:last-child {
  margin-bottom: 0;
}

.disposal-procedure-item {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 10px;
  width: 50%;
  position: relative;
}

.disposal-procedure-item__ic {
  line-height: 56px;
  display: inline-block;
  margin-bottom: 14px;
}

.disposal-procedure-item__ic .icon {
  vertical-align: bottom;
}

.disposal-procedure-item__step {
  position: absolute;
  border-radius: 50%;
  background-color: #f29c2d;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  top: 0;
  left: 0px;
}

.disposal-procedure {
  display: flex;
  flex-wrap: wrap;
}

.content-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 52px;
}

.content-bg input {
  border: none;
}

.cont-group {
  margin-bottom: 40px;
}

.cont-group:last-child {
  margin-bottom: 0;
}

.cont-group__item {
  margin-bottom: 20px;
}

.cont-group__item .btn.btn--md {
  padding: 13px 25px;
  width: 100%;
}

.cont-group__item .phone-block {
  max-width: 230px;
  margin: 0 auto;
}

.cont-group__item .head-info-item {
  max-width: 180px;
  margin: 0 auto;
}

.cont-group__item .head-info-item .head-info-item-tt {
  font-size: 16px;
}

.title-bl.col-wt {
  color: #fefefe;
}

.consultation-tt {
  display: inline-block;
  max-width: 230px;
  padding-left: 34px;
  color: white;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  position: relative;
}

.consultation-tt:before {
  content: ' ';
  background-image: url(../img/sprite.png);
  background-position: -281px -216px;
  width: 37px;
  height: 37px;
  position: absolute;
  left: 0;
  top: -13px;
}

.consultation-tt span {
  display: block;
  color: #f29c2d;
}

.free-disposal-logo {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 5px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

.free-disposal-logo .logo__img {
  display: block;
  width: 50px;
  margin: 0 auto 7px;
}

.free-disposal__img {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.desc ol {
  font-weight: 100;
  margin-bottom: 30px;
  counter-reset: li;
  list-style: none;
  line-height: 20px;
}

.desc ul{
  font-weight: 100;
  counter-reset: li;
  line-height: 20px;
}

.desc ol > li {
  margin: 0 0 10px;
  position: relative;
  padding-left: 30px !important;
  list-style-type: none;
}

.desc ul > li {
  margin: 0px 40px 0px;
  position: relative;
  padding-left: 0px !important;
}

.desc ol > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  width: 15px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #f29c2d;
  border-radius: 10px;
  font-weight: 700;
  top: 1px;
  left: 0px;
  padding-left: 7px;
}

.free-disposal__content .btn--md {
  padding: 13px 25px;
}

.info-cont__txt {
  color: #282828;
}

.info-cont__txt h4, .info-cont__txt .title-site--h4 {
  color: #282828;
}

.info-cont-attention {
  border: 2px solid #f29c2d;
  padding: 20px 20px 20px 60px;
  position: relative;
  color: #9d9d9d;
  font-weight: 300;
  font-style: italic;
}

.info-cont-attention:before {
  content: ' ';
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -396px -235px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -12px;
  left: 20px;
}

.info-cont__img {
  margin-bottom: 20px;
  text-align: center;
}

.map {
  height: 300px;
  width: 100%;
}

.gmnoprint {
  display: none;
}

.gm-control-active {
  display: none;
}

.aside-nav__tt {
  padding: 14px 40px 14px 13px;
  border: 1px solid #9d9d9d;
  position: relative;
  font-size: 20px;
  line-height: 24px;
}

.aside-nav__tt:before {
  content: ' ';
  position: absolute;
  right: 10px;
  background-image: url(../img/sprite.png);
  background-position: -421px -235px;
  width: 15px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  transition: 0.4s;
}

.aside-nav-list {
  list-style: none;
  padding: 0;
  margin: 0px 0 30px;
  max-height: 0;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
}

.aside-nav-list > li {
  margin: 0;
  padding: 0;
}

.aside-nav {
  overflow: hidden;
}

.aside-nav--opened .aside-nav-list {
  max-height: 1000px;
}

.aside-nav--opened .aside-nav__tt:before {
  transform: rotate(180deg);
}

.aside-nav-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 13px 14px;
  text-decoration: none;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
}

.aside-nav-link:hover, .aside-nav-list li.active .aside-nav-link{
  color: #f29c2d;
  transition: 0.4s;
}

.aside-nav-link:hover .icon-nav1, .aside-nav-list li.active .aside-nav-link .icon-nav1 {
  background-image: url(../img/sprite.png);
  background-position: -396px -172px !important;
  width: 39px !important;
  height: 16px !important;
}

.aside-nav-link:hover .icon-nav2, .aside-nav-list li.active .aside-nav-link .icon-nav2 {
  background-image: url(../img/sprite.png);
  background-position: -396px -132px !important;
  width: 38px !important;
  height: 18px !important;
}

.aside-nav-link:hover .icon-nav3, .aside-nav-list li.active .aside-nav-link .icon-nav3 {
  background-image: url(../img/sprite.png);
  background-position: -180px -71px !important;
  width: 40px !important;
  height: 24px !important;
}

.aside-nav-link:hover .icon-nav4, .aside-nav-list li.active .aside-nav-link .icon-nav4 {
  background-image: url(../img/sprite.png);
  background-position: -396px -86px !important;
  width: 33px !important;
  height: 21px !important;
}

.aside-nav-link:hover .icon-nav5, .aside-nav-list li.active .aside-nav-link .icon-nav5 {
  background-image: url(../img/sprite.png);
  background-position: -134px -157px !important;
  width: 47px !important;
  height: 16px !important;
}

.aside-nav-link:hover .icon-nav6, .aside-nav-list li.active .aside-nav-link .icon-nav6 {
  background-image: url(../img/sprite.png);
  background-position: -213px -325px !important;
  width: 50px !important;
  height: 19px !important;
}

.aside-nav-link:hover .icon-nav7, .aside-nav-list li.active .aside-nav-link .icon-nav7 {
  background-image: url(../img/sprite.png);
  background-position: -119px -325px !important;
  width: 45px !important;
  height: 22px !important;
}

.aside-nav-link:hover .icon-nav8, .aside-nav-list li.active .aside-nav-link .icon-nav8 {
  background-image: url(../img/sprite.png);
  background-position: -396px -26px !important;
  width: 33px !important;
  height: 28px !important;
}

.aside-nav-list-ic {
  min-width: 50px;
  text-align: center;
  margin-right: 14px;
}

.content > h1, .content > h3, .content > .title-site--h3, .content > .title-site--h1, .desc > h2 {
  text-transform: none;
  max-width: 705px;
  margin-bottom: 25px;
}

.desc > h2{
    max-width: 655px;
}

.content-img {
  margin-bottom: 36px;
}

.content-txt {
  max-width: 820px;
}

.content-txt h5, .content-txt .title-site--h5 {
  margin-bottom: 20px;
  font-weight: 700;
}

.content-txt .list-number {
  color: #282828;
  font-weight: 300;
}

.content-txt p, .content-txt div, .content-txt td, .content-txt span{
  color: #282828;
  font-weight: 300;
}

.content-txt .list-number > li > ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 31px;
}

.content-txt .list-number > li > ul > li {
  padding: 0 0 0 20px;
  margin: 0 0 10px;
  position: relative;
}

.content-txt .list-number > li > ul > li > b {
  position: absolute;
  left: 0;
  top: 0;
}

.content-txt .list-number > li p {
  margin: 17px 0;
}

/*
.content-txt .list-number > li:before {
  color: #282828;
  font-weight: 700;
  content: counters(li, ".") ". ";
}
*/

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  margin: 0 10px 0 0;
  height: 19px;
  width: 19px;
  min-width: 19px;
  border-radius: 3px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/sprite.png);
  background-position: -423px -208px;
  width: 9px;
  height: 7px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

.jcf-checkbox.jcf-disabled {
  background-color: #e1e1e1;
}

.st-form--file {
  margin: 30px 0 28px;
}

/* file */
.jcf-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 45px;
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 28px;
  height: 100%;
  width: 100%;
  margin: 0;
  right: 0;
  top: 0;
}

.jcf-file .jcf-fake-input {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  max-width: 180px;
  color: white;
}

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 20px;
  border-radius: 23px;
  border: 2px solid #f29c2d;
  text-align: center;
  width: 200px;
  line-height: 41px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #f29c2d;
}

.jcf-file .jcf-upload-button:hover {
  color: #fff;
  background: #f29c2d;
}

/* select */
.select-max-wrapp .jcf-select {
  width: 100%;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  min-width: 150px;
  max-width: 100%;
  height: 45px;
  width: 100%;
  border-radius: 23px;
}

.jcf-select.jcf-drop-active {
  border-radius: 23px 23px 0 0;
}

.jcf-select.jcf-drop-active .jcf-select-opener {
  transform: rotate(180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 35px;
  margin: 0 50px 0 29px;
  color: #414a54;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -421px -235px;
  width: 15px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 30px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...';
}

.jcf-select.jcf-select-img-options img {
  width: 30px;
  margin-right: 5px;
}

.jcf-select-drop.jcf-select-img-options img {
  width: 30px;
  margin-right: 5px;
}

.jcf-select-drop {
  border: none;
  background: none;
  border-radius: 0 0 23px 23px;
  overflow: hidden;
}

.jcf-select-drop .jcf-select-drop-content {
  background: #fff;
  border-radius: 0 0 23px 23px;
  overflow: hidden;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.jcf-select-drop .jcf-option-hideme {
    display: none;
}


/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 16px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  border-top: 1px solid #e6e6e6;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 15px 29px;
  color: #656565;
  min-height: 14px;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-select-drop .jcf-option-hideme {
  display: none;
}

#modal, #modal2, #modal3 {
  color: white;
  background: url("../img/modal.jpg") no-repeat 50% 50%;
  border-radius: 5px;
  max-width: 640px;
  width: 100%;
  padding: 30px 30px 40px;
  color: #fff;
  text-align: center;
}

#modal .fancybox-close-small, #modal2 .fancybox-close-small, #modal3 .fancybox-close-small {
  background-image: url(../img/sprite.png);
  background-position: -396px -282px;
  width: 19px;
  height: 19px;
  top: 30px;
  right: 20px;
}

#modal .fancybox-close-small svg, #modal2 .fancybox-close-small svg, #modal3 .fancybox-close-small svg {
  display: none;
}

#modal .phone, #modal2 .phone, #modal3 .phone {
  font-size: 20px;
  line-height: 24px;
}

#modal p, #modal2 p, #modal3 p {
  max-width: 465px;
  margin: 0 auto 20px;
}

.form-cont {
  max-width: 410px;
  margin: 0 auto;
  text-align: left;
}

.form-cont .st-form {
  margin-bottom: 15px;
}

.form-cont .st-form.st-form--mb {
 /* margin-bottom: 40px;*/
}

.form-cont .st-form.st-form--file {
 /* margin-bottom: 28px;*/
}

.form-cont label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.form-cont label.inp-check {
  display: flex;
  margin-bottom: 38px;
}

.form-cont label sup {
  color: #f29c2d;
}

.form-cont input {
  border: none;
  height: 45px;
  padding: 0 28px;
  color: #414a54;
  font-weight: 300;
  font-size: 16px;
}

#modal .form-cont input, #modal2 .form-cont input, #modal3 .form-cont input{
    height: 35px !important; 
}

.form-cont input:-moz-placeholder, .form-cont input::-moz-placeholder {
  color: #414a54;
  opacity: 1;
}

.form-cont input::-webkit-input-placeholder {
  color: #414a54;
  opacity: 1;
}

.form-cont input:focus:-moz-placeholder, .form-cont input:focus::-moz-placeholder {
  opacity: 0;
}

.form-cont input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.form-cont .jcf-select {
  border: none;
}

.inp-check {
  display: flex;
  align-items: center;
}

.modal-cont-tt {
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 auto 25px;
  max-width: 320px;
}

.modal-cont-tt span {
  color: #f29c2d;
}

.text-color {
  color: #f29c2d;
}

.menu-item .aside-nav-list{
  display: none;
}

.col-wt {
  color: #fff;
}

@media only screen and (min-width: 480px) {
  .disposal-procedure-item__step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    left: 10px;
  }
  .cont-group--2 {
    display: flex;
    flex-wrap: wrap;
  }
  .cont-group--2 .cont-group__item {
    width: 50%;
  }
}

@media only screen and (min-width: 640px) {
  .content-nav-item {
    width: 33.33%;
    padding: 10px;
  }
  .disposal-procedure-item {
    width: 33.33%;
  }
  .disposal-procedure-item__step {
    left: 0;
  }
  .cont-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 940px;
    margin: 0 auto 32px;
  }
  .cont-group:last-child {
    margin-bottom: 0;
  }
  .cont-group__item,
  .cont-group--2 .cont-group__item {
    width: 32%;
    margin-bottom: 0;
  }
  .cont-group__item .btn.btn--md,
  .cont-group--2 .cont-group__item .btn.btn--md {
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cont-group__item .phone,
  .cont-group--2 .cont-group__item .phone {
    font-size: 20px;
    line-height: 24px;
  }
  .cont-group__item .consultation-tt,
  .cont-group--2 .cont-group__item .consultation-tt {
    font-size: 18px;
    line-height: 24px;
  }
  .free-disposal {
    display: flex;
  }
  .free-disposal__content {
    min-width: 348px;
    width: 348px;
    margin-left: 20px;
  }
  .free-disposal__img {
    flex-grow: 1;
    margin-bottom: 0;
  }
  
.part-box {
  overflow: hidden;
}
 

.part-box__img {
    float: left;
    margin-right: 10px;
 }
                      
            
  
}

@media only screen and (min-width: 768px) {
  .main-screen-info {
    padding: 11px 60px;
    font-size: 20px;
    margin: 22px 0 50px;
  }
  .main-screen-info__txt span {
    font-size: 24px;
  }
  .content-bg {
    padding: 44px 0 80px;
  }
  .content-bg .title-bl {
    font-size: 24px;
    line-height: 32px;
    max-width: 100%;
  }
  .cont-group__item,
  .cont-group--2 .cont-group__item {
    width: 32%;
    margin-bottom: 0;
  }
  .cont-group__item .btn.btn--md,
  .cont-group--2 .cont-group__item .btn.btn--md {
    font-size: 14px;
  }
  .cont-group__item .phone,
  .cont-group--2 .cont-group__item .phone {
    font-size: 24px;
    line-height: 32px;
  }
  .cont-group__item .consultation-tt,
  .cont-group--2 .cont-group__item .consultation-tt {
    font-size: 24px;
    line-height: 32px;
  }
  .cont-group__item .head-info-item__icon,
  .cont-group--2 .cont-group__item .head-info-item__icon {
    margin-right: 12px;
  }
  .info-cont {
    position: relative;
    padding-left: 311px;
  }
  .info-cont__txt {
    padding: 21px 41px 41px;
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .info-cont__img {
    margin: 0;
    overflow: hidden;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .info-cont__img img {
    width: auto;
  }
  .info-cont-attention {
    margin: 40px 0 40px;
  }
  .info-cont-attention:last-child {
    margin-bottom: 0;
  }
  .info-cont-attention:first-child {
    margin-top: 0;
  }
  .map {
    height: 432px;
  }
  .modal-cont-tt {
    font-size: 25px;
    line-height: 30px;
  }
  .jcf-file .jcf-fake-input {
    font-size: 16px;
  }
  .jcf-file .jcf-upload-button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-screen {
    position: relative;
  }
  .main-screen .menu {
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 22px;
    padding-bottom: 3px;
  }
  .main-screen .line-content {
    z-index: 10;
  }
  .main-screen .header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 28px;
    z-index: 10;
    background: none;
  }
  .main-screen .header .line-content {
    display: none;
  }
  .main-screen-item__content {
    min-height: 950px;
    padding: 300px 15px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-screen-info__icon {
    margin-right: 10px;
  }
  .main-screen-icon {
    margin-top: 67px;
  }
  #wrapper.sticky {
    padding-top: 220px;
  }
  #wrapper.sticky.no-padding {
    padding-top: 0;
  }
  .sticky .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #262c33;
    padding: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .sticky .header .line-content {
    display: none;
  }
  .sticky .header .menu {
    border: none;
    padding: 0 70px;
  }
  .sticky .header .container {
    position: relative;
  }
  .sticky .header .menu-item {
    font-size: 13px;
  }
  .sticky .header .menu-item__link {
    padding: 33px 5px;
  }
  .sticky .header .header-info {
    display: none;
  }
  .sticky .header .header-cont {
    padding: 0;
  }
  .sticky .header .header-cont .btn {
    display: none;
  }
  .sticky .header .logo__txt {
    display: none;
  }
  .sticky .header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    width: 65px;
    margin-top: -15px;
    z-index: 10000;
  }
  .sticky .header .phone-block__txt {
    display: none;
  }
  .sticky .header .phone-block__icon {
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #f29c2d;
    width: 53px;
    height: 53px;
    margin-top: -26.5px;
    line-height: 53px;
    text-align: center;
    border-radius: 50%;
    z-index: 1000000;
  }
  .sticky .header .phone-block__icon a{
    display: block;
  }
  .content-nav-item {
    width: 25%;
    padding: 5px 20px 27px;
  }
  .content-nav-item a.title-site--h5 {
    margin-bottom: 20px;
  }
  .content-nav-item:hover {
    background-color: #f8f8f8;
  }
  .content-nav-item:hover a.title-site--h5 {
    color: #f29c2d;
    text-decoration: underline;
  }
  .content-nav-item:hover a.title-site--h5:hover {
    text-decoration: none;
  }
  .content-nav-item:hover .icon-cont1 {
    background-image: url(../img/sprite.png);
    background-position: -188px -216px;
    width: 91px;
    height: 37px;
  }
  .content-nav-item:hover .icon-cont2 {
    background-image: url(../img/sprite.png);
    background-position: 0px -216px;
    width: 92px;
    height: 43px;
  }
  .content-nav-item:hover .icon-cont3 {
    background-image: url(../img/sprite.png);
    background-position: -223px -51px;
    width: 88px;
    height: 54px;
  }
  .content-nav-item:hover .icon-cont4 {
    background-image: url(../img/sprite.png);
    background-position: -255px -261px;
    width: 63px;
    height: 41px;
  }
  .content-nav-item:hover .icon-cont5 {
    background-image: url(../img/sprite.png);
    background-position: -109px -177px;
    width: 107px;
    height: 37px;
  }
  .content-nav-item:hover .icon-cont6 {
    background-image: url(../img/sprite.png);
    background-position: 0px -53px;
    width: 136px;
    height: 51px;
  }
  .content-nav-item:hover .icon-cont7 {
    background-image: url(../img/sprite.png);
    background-position: -223px 0px;
    width: 100px;
    height: 49px;
  }
  .content-nav-item:hover .icon-cont8 {
    background-image: url(../img/sprite.png);
    background-position: 0px -106px;
    width: 83px;
    height: 69px;
  }
  .title-bl h3, .title-bl .title-site--h3 {
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
  }
  .disposal-procedure-item {
    width: 20%;
    margin-bottom: 10px;
  }
  .line-content--right-top {
    bottom: 100%;
    right: 0;
  }
  .line-content--2 {
    background: #f4f4f4 url("../img/stroke-cont2.png") repeat-x 0 100%;
    height: 45px;
    margin-bottom: -13px;
  }
  .line-content--2:before {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: #f4f4f4;
    border-right-color: #f4f4f4;
  }
  .disposal-procedure-item__step {
    width: 50px;
    height: 50px;
    top: -8px;
    line-height: 50px;
  }
  .disposal-procedure {
    margin: 47px 0 47px;
  }
  .disposal-procedure:last-child {
    margin-bottom: 0;
  }
  .disposal-procedure:first-child {
    margin-top: 0;
  }
  .cont-group__item .btn.btn--md, .cont-group--2 .cont-group__item .btn.btn--md {
    font-size: 16px;
  }
  .free-disposal__content {
    min-width: 488px;
    width: 488px;
  }
  .line-content--3 {
    background: #262c33;
  }
  .line-content--3:before {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: #262c33;
    border-right-color: #262c33;
  }
  .free-disposal__img > img {
    position: absolute;
    right: 0;
    bottom: -52px;
    width: auto;
    max-width: none;
  }
  .free-disposal-logo {
    font-size: 20px;
    line-height: 24px;
    right: 40px;
    top: 11px;
  }
  .free-disposal-logo .logo__img {
    width: 100px;
  }
  .section-st--dark {
    padding: 55px 0 52px;
  }
  .info-cont {
    padding-left: 411px;
  }
  .info-cont-attention {
    padding: 19px 50px 17px 120px;
  }
  .info-cont-attention:before {
    left: 45px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url("../img/icon-danger2.png") no-repeat 50% 50%;
  }
  .section-img {
    display: flex;
  }
  .section-img-item {
    width: 20%;
    height: 420px;
    position: relative;
    overflow: hidden;
  }
  .section-img-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: 130%;
  }
  .aside {
    float: left;
    width: 280px;
  }
  .content {
    margin-left: 312px;
    padding-top: 10px;
  }
  .aside-nav-list {
    max-height: 100%;
  }
  .aside-nav__tt {
    display: none;
  }
  .aside-banner {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 37px;
    text-align: center;
    color: #fff;
  }
  .aside-banner p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 auto 33px;
    max-width: 185px;
  }
  .aside-banner .phone {
    font-size: 24px;
  }
  .aside-banner .phone-block {
    margin-left: 0;
  }
  .aside-banner-logo__img {
    display: inline-block;
    width: 85px;
    margin-bottom: 3px;
  }
  .aside-banner-logo__txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .aside-banner-logo__txt span {
    display: block;
    color: #f29c2d;
  }
  .desc ol {
    padding-left: 21px;
    margin-bottom: 46px;
  }
  
  
  .desc ol > li, .desc ul > li {
    padding-left: 27px;
  }
  .section-map {
    position: relative;
    overflow: hidden;
  }
  .section-map .line-content {
    z-index: 10;
  }
  .section-map .line-content--right-top {
    top: 0;
    background: #fff;
    width: 47%;
  }
  .section-map .line-content--right-top:before {
    left: auto;
    right: 100%;
    border-left-color: transparent;
    border-right-color: #fff;
    border-bottom-color: transparent;
    border-top-color: #fff;
  }
  .menu-item .aside-nav-list{
    position: absolute;
    left: 0;
    top: 100%;
    background: #262c33;
    border: 1px solid #1a1b20;
    width: 300px;
    z-index: 10000;
    max-height: none;
    padding: 10px 0;
  }
  
  .no-padding .menu-item .aside-nav-list{
    background: #2c4b6a;
    border: 1px solid #224668;
    
  }
  
  
  .sticky .menu-item .aside-nav-list{
    background: #262c33;
    border: 1px solid #1a1b20;
  }
  
  
  .menu-item .aside-nav-list .aside-nav-link{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }
  .menu-item .aside-nav-list .aside-nav-link:hover{
    color: #f29c2d;
  }
  .menu-item:hover .aside-nav-list{
    display: block;
  }
  
  .menu-item .aside-nav-list .icon-nav1{
    background-image: url(../img/sprite.png);
    background-position: -441px -7px;
    width: 39px;
    height: 16px;  
  }
  
  .menu-item .aside-nav-list .icon-nav2{
    background-image: url(../img/sprite.png);
    background-position: -441px -29px;
    width: 38px;
    height: 18px;  
  }  
  
  .menu-item .aside-nav-list .icon-nav3{
    background-image: url(../img/sprite.png);
    background-position: -441px -55px;
    width: 40px;
    height: 24px;  
  }    
  
  .menu-item .aside-nav-list .icon-nav4{
    background-image: url(../img/sprite.png);
    background-position: -441px -86px;
    width: 33px;
    height: 21px;  
  }    
  
  .menu-item .aside-nav-list .icon-nav5{
    background-image: url(../img/sprite.png);
    background-position: -441px -113px;
    width: 47px;
    height: 16px;  
  }    
  
  .menu-item .aside-nav-list .icon-nav6{
    background-image: url(../img/sprite.png);
    background-position: -441px -132px;
    width: 50px;
    height: 19px;  
  }    
  
  .menu-item .aside-nav-list .icon-nav7{
    background-image: url(../img/sprite.png);
    background-position: -441px -154px;
    width: 45px;
    height: 22px;  
  }      
  
  .menu-item .aside-nav-list .icon-nav8{
    background-image: url(../img/sprite.png);
    background-position: -441px -179px;
    width: 33px;
    height: 28px;  
  }      
  
  
  
  .header{
    overflow: visible;
  }
}

@media only screen and (min-width: 1250px) {
  .col-wt {
    color: #fff;
  }
  .content-nav-item {
    padding: 5px 39px 27px;
  }
  .free-disposal__content {
    min-width: 588px;
    width: 588px;
  }
  .header.sticky .menu {
    padding: 0 140px;
  }
  .header.sticky .menu-item {
    font-size: 16px;
  }
  .info-cont {
    padding-left: 470px;
  }
  .info-cont-attention {
    padding: 19px 70px 17px 120px;
  }
}

/* ----- END Main blocks --------------- */
/*                                       */
/*                                       */
/* ----- Plugins libs css -------------- */
.mfp-container, .owl-theme .owl-dots {
  text-align: center;
}

.mfp-arrow, .owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, .owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
  content: '';
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.mfp-bg, .mfp-wrap {
  position: fixed;
  left: 0;
  top: 0;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  width: 100%;
  height: 100%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  z-index: 1043;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure:after, .mfp-iframe-scaler iframe {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
}

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

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

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

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

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

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

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

.mfp-figure, img.mfp-img {
  line-height: 0;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler iframe {
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mfp-figure:after, img.mfp-img {
  width: auto;
  height: auto;
  display: block;
}

img.mfp-img {
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure:after {
  top: 40px;
  bottom: 40px;
  right: 0;
  z-index: -1;
  background: #444;
}

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus, .fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 640px) {
    .video_block{
	display: table-cell;
        width: 100%;
    }

    .video{
	width: 100%;
    }
    
    
    .actia{
	position: initial;
	margin-top: 10px;
    }
    
    .actia span{
	display: block;
    }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* ----- END Plugins libs css ---------- */
/*                                       */
/*                                       */
/* ----- Plugins custom options -------- */
/* ----- END Plugins custom options ---- */
body > .jcf-select-drop {
  z-index: 9999999;
}
