@font-face {
  font-family: "PantonRegular";
  src: url("../fonts/panton/Panton Regular.otf") format("opentype");
  src: url('../fonts/panton/Panton Regular.eot');
  src: url('../fonts/panton/Panton Regular.eot#iefix') format('embedded-opentype'),
       url('../fonts/panton/Panton Regular.woff') format('woff2'),
       url('../fonts/panton/Panton Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal; }

/* font-family: "PantonLight"; */
@font-face {
  font-family: "PantonLight";
  src: url("../fonts/panton/Panton Light.otf") format("opentype");
  src: url('../fonts/panton/Panton Light.eot');
  src: url('../fonts/panton/Panton Light.eot#iefix') format('embedded-opentype'),
       url('../fonts/panton/Panton Light.woff') format('woff2'),
       url('../fonts/panton/Panton Light.woff') format('woff');
  font-style: normal;
  font-weight: normal; }

/* font-family: "PantonBold"; */
@font-face {
  font-family: "PantonBold";
  src: url("../fonts/panton/Panton Bold.otf") format("opentype");
  src: url('../fonts/panton/Panton Bold.eot');
  src: url('../fonts/panton/Panton Bold.eot#iefix') format('embedded-opentype'),
       url('../fonts/panton/Panton Bold.woff') format('woff2'),
       url('../fonts/panton/Panton Bold.woff') format('woff');
  font-style: normal;
  font-weight: normal; }

/* font-family: "PTSansRegular";  */
@font-face {
  font-family: "PTSansRegular";
  src: url("../fonts/PTSansRegular/PTSansRegular.eot");
  src: url("../fonts/PTSansRegular/PTSansRegular.eot#iefix") format("embedded-opentype"), url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "PTSansItalic";  */
@font-face {
  font-family: "PTSansItalic";
  src: url("../fonts/PTSansItalic/PTSansItalic.eot");
  src: url("../fonts/PTSansItalic/PTSansItalic.eot#iefix") format("embedded-opentype"), url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "LatoRegular"; */
@font-face {
  font-family: "LatoRegular";
  src: url("../fonts/LatoRegular/LatoRegular.eot");
  src: url("../fonts/LatoRegular/LatoRegular.eot#iefix") format("embedded-opentype"), url("../fonts/LatoRegular/LatoRegular.woff") format("woff"), url("../fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "LatoBold"; */
@font-face {
  font-family: "LatoBold";
  src: url("../fonts/LatoBold/LatoBold.eot");
  src: url("../fonts/LatoBold/LatoBold.eot#iefix") format("embedded-opentype"), url("../fonts/LatoBold/LatoBold.woff") format("woff"), url("../fonts/LatoBold/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "LatoItalic"; */
@font-face {
  font-family: "LatoItalic";
  src: url("../fonts/LatoItalic/LatoItalic.eot");
  src: url("../fonts/LatoItalic/LatoItalic.eot#iefix") format("embedded-opentype"), url("../fonts/LatoItalic/LatoItalic.woff") format("woff"), url("../fonts/LatoItalic/LatoItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "LatoLight"; */
@font-face {
  font-family: "LatoLight";
  src: url("../fonts/LatoLight/LatoLight.eot");
  src: url("../fonts/LatoLight/LatoLight.eot#iefix") format("embedded-opentype"), url("../fonts/LatoLight/LatoLight.woff") format("woff"), url("../fonts/LatoLight/LatoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "LatoBoldItalic"; */
@font-face {
  font-family: "LatoBoldItalic";
  src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot");
  src: url("../fonts/LatoBoldItalic/LatoBoldItalic.eot#iefix") format("embedded-opentype"), url("../fonts/LatoBoldItalic/LatoBoldItalic.woff") format("woff"), url("../fonts/LatoBoldItalic/LatoBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "LatoLightItalic"; */
@font-face {
  font-family: "LatoLightItalic";
  src: url("../fonts/LatoLightItalic/LatoLightItalic.eot");
  src: url("../fonts/LatoLightItalic/LatoLightItalic.eot#iefix") format("embedded-opentype"), url("../fonts/LatoLightItalic/LatoLightItalic.woff") format("woff"), url("../fonts/LatoLightItalic/LatoLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
* {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	outline: none!important;
}
a {
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
table {
  border-collapse: collapse; /*убираем пустые промежутки между ячейками*/
  border: 1px solid grey; /*устанавливаем для таблицы внешнюю границу серого цвета толщиной 1px*/
}
table th,table td {border: 1px solid grey; padding: 8px;text-align: left;}


body {
  background-color: #FFF;
}
a:hover {
  text-decoration: none;
  opacity: 1;
}
header {
  background-color: #EF7F1A;
}
.top_header {
  background-color: #353535;
  padding: 10px 0;
  border-bottom: 1px solid #353535;
  border-top: 1px solid #353535;
}
.slogan {
  display: inline-block;
  color: #fff;
  
}
.calendar {
  float: right;
}
.calendar a {
  color: #FFF;
  font-weight: 600;
  background-color: #ff0000;
  padding: 12px 20px;
  margin-top: -10px;
  text-transform: uppercase;
}
.calendar a:hover {
  color: #EF7F1A;
  background-color: #fff;
}
.middle_header {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  padding: 10px 0;
}
header .search-input {
  font-size: 0;
}
header .search-input input[type=submit]{
  font-family: "Font Awesome 5 Free";
  color: #FFF;
  border-color: #FFF;
  margin: 0;
  vertical-align: middle;
  margin-right: -2px;
  border-right: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-width: 1px;
}
header .search-input input[type='text'] {
  margin: 0;
  background-color: transparent;
  color: #FFF;
  padding: 5px 9px;
  border: 1px solid #fff;
  vertical-align: middle;
  border-left: none;
}
header .search-input input[type='text']::placeholder {
  color: #FFF;
}
header .mail, header .mail a {
  font-weight: 500;
  font-size: 20px;
  color: #FFF;
  vertical-align: middle;
}
header .mail i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  color: #353535;
}
.phone_header, .phone_header a {
  color: #FFF;
  font-size: 20px;
  vertical-align: middle;
} 
.phone_header i:first-of-type {
  font-size: 13px;
  color: #FFF;
}
.phone_header i {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  color: #353535;
}
#top-menu > * > *:first-child {
  color: #FFF;
  padding: 0;
  padding-top: 3px;
  font-weight: 600;
}
.btn_callback, input.btn {
  color: #EF7F1A;
  padding: 10px 20px;
  background-color: #353535;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: 600;
  border: none;
}
.btn_callback:hover, , input.btn:hover {
  color: #FFF;
}
.navigation-block__left {
  width: 100%;
}
#top-menu > li {
  border-bottom: 3px solid #EF7F1A;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
#top-menu > li.active, #top-menu > li:hover {
    border-bottom: 3px solid #353535;
}
#top-menu > li.active, #top-menu > li:hover a:first-child {
  color: #353535;
}
#top-menu {
  float: none;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.main-section {
    position: relative;
     /*background: url(../img/main-bg.jpg) no-repeat top center; */
    background-size: cover;
    overflow: hidden;
}
.main-section>div:first-child {
    transform: scale(1.4);
}
.main-section__background-image-overlay {
    padding-top: 30px;
    width: 100%;
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.6);
}
video {
    display: inline-block;
    vertical-align: baseline;
}
.main-section__header {
    color: #fff;
}
.main-section__header h1 {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: "PantonLight";
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    padding-bottom: 25px;
    color: #FFF;
}
 .main-section-inner img {
  max-width: 1200px;
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  z-index: 0;
} 
.main-section__main-slider {
    margin: 0 auto;
    width: 1035px;
    height: 520px;
    margin-top: 80px;
    position: relative;
}
.main-section__main-slider-tabs {
    padding-left: 10%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.main-section__main-slider-tabs-item {
    float: left;
    text-align: center;
    padding: 5px 10px 0 0;
    font-family: "LatoRegular";
    font-size: 13px;
    color: #ef7f1a;
    list-style-type: none;
}
.main-section__main-slider-tabs-item i {
    margin-bottom: 15px;
    font-size: 16px;
}
.main-section__main-slider-tabs-item:hover, .main-section__main-slider-tabs-item.active, .main-section__main-slider-tabs-item:hover a, .main-section__main-slider-tabs-item.active a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.main-section__main-slider_slide {
    color: #fff;
    display: none;
    background: url(../img/main-slider-frame-bg.png) no-repeat;
    width: 830px;
    height: 391px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 53%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.main-section__main-slider_slide.active {
    display: block;
}
.slide-number {
    font-family: "PantonLight";
    font-size: 360px;
    color: #ef7f1a;
    float: left;
    position: relative;
    left: -12%;
    top: -27%;
    z-index: 0;
}
.slide-content-wrap {
    width: 100%;
    height: 100%;
    padding-top: 106px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide-number i {
    position: absolute;
    color: rgba(255, 255, 255, 0.7);
    font-size: 130px;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.slide-h2 {
    margin-top: 0;
    font-family: "PantonBold";
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    padding-left: 120px;
    text-transform: uppercase;
}
.slide-button-wrap {
    display: inline-block;
    position: absolute;
    bottom: 55px;
    padding-left: 120px;
}
.slide-button {
    position: relative;
    display: inline-block;
    background: transparent;
    border: 3px solid #ef7f1a;
    /* width: 230px; */
    height: 50px;
    padding: 10px 24px;
    text-align: center;
    font-family: "PantonBold";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}
.slide-button span {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide-button:hover {
    text-decoration: none;
    background-color: #d6d1d0;
    border-color: transparent;
    color: #353535;
}
.main-section__film-link {
    display: inline-block;
    position: relative;
    width: 110px;
    font-family: "LatoItalic";
    font-size: 14px;
    text-align: right;
    margin-top: 50px;
    color: #FFF;
}
.main-section__film-link .film-link-icon {
    float: left;
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    padding-top: 5px;
    font-size: 20px;
}
.main-section__film-link .film-link-text {
    display: block;
    text-align: left;
}
.main-section__film-link:hover {
  color: #EF7F1A;
}
.next-page {
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-top: 35px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 36px;
}
.next-page:hover {
  color: #EF7F1A;
}
.modal .modal-content {
    box-shadow: none;
    border: none;
    outline: none;
    background-color: transparent;
}
.modal .modal-header {
    background: transparent;
    border: none;
}
 .modal-header button {
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    left: 115%;
    top: 0;
    opacity: 1;
}
.shop-item-category {
  list-style-type: none;
  height: 305px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 4px solid #fff;
} 
.mozaic__tile_image {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.mozaic__tile_image-overlay {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(239, 127, 26, 0.8);
    -webkit-transition: .3s;
    transition: .3s;
    color: #FFF;
}
.mozaic__tile_image-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 25px 15px;
    font-family: "PantonBold";
    font-size: 22px;
    text-transform: uppercase;
    width: 95%;
    text-align: center;
    color: #FFF;
}
.mozaic__tile_image-overlay:hover {
    background: transparent;
    color: #fff;
}
.mozaic__tile_image-overlay:hover .mozaic__tile_image-overlay-text {
    background-color: #353535;
}
.container_news {
  background-color: #efefef;
  padding: 60px 0px;
}
.block-row-img-link {
  height: 110px;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
h2 {
  margin: 0;
  font-family: "PantonBold";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.main-page-news__button {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    background: transparent;
    border: 3px solid #ef7f1a!important;
    width: 230px;
    height: 50px;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
    font-family: "PantonBold";
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #353535;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}
.main-page-news__button:hover, .main-page-news__button:active, .main-page-news__button:focus {
    background-color: #ef7f1a!important;
    color: #fff!important;
    text-decoration: none;
}
.title_news {
    font-family: "LatoRegular";
    font-size: 16px;
    margin-top: 15px;
    color: #000;
    text-transform: none;
}
.title_news:hover {
  color: #EF7F1A;
}

.container_clients .photo-item {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    
    min-height: 120px;
}
.container_clients .photo-item:hover {
    filter: grayscale(100);
    -o-filter: grayscale(100);
    -moz-filter: grayscale(100);
    -webkit-filter: grayscale(100);
}
.container_clients img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 120px;
    width: auto;
}
.js_search_result {
	position: absolute;
    background-color: #fff;
    z-index: 9;
    /*padding: 10px 16px;*/
    border-radius: 0 5px 5px 5px;
} 
.js_search_result .search_list {
	padding: 10px 16px;
}
.container_clients, .container_calendar {
  padding: 60px 0;
}
.container_calendar {
	position: relative;
  background-color: #EF7F1A;
}
.container_calendar h2 {
	color: #FFF;
}
.main-page__calendar__order-button {
    display: block;
    bottom: 0;
    margin: 0 auto;
    margin-top: 100px;
    background: #efd9c4;
    width: 350px;
    height: 50px;
    text-align: center;
    font-family: "PantonBold";
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
}
.main-page__calendar__order-button:hover {
	color: #EF7F1A;
} 
.main-page__calendar__slider_slide {
    width: 582px;
    height: 372px;
    text-align: center;
}
.container_calendar .controls .button {
    position: absolute;
    color: #fff;
    font-size: 80px;
    cursor: pointer;
    border: none;
    z-index: 10;
}
.container_calendar .controls .previous {
    top: 45%;
    left: 18%;
}
.container_calendar .controls .next {
    top: 45%;
    right: 18%;
}
.calendar-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container_calendar .controls .button:hover {
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.main-page__calendar__slider_slide img {
     width: 100%; 
    height: 100%;
}
.main-page__calendar__slider {
	height: 372px!important;
	padding: 60px 0;
}
.container_video {
	padding: 60px 0;
	position: relative;
}
.container_video .videocontrols .button {
    position: absolute;
    color: #000;
    font-size: 80px;
    cursor: pointer;
    z-index: 9;
    border: none;
}
.container_video .videocontrols .video-previous {
    top: 40%;
    left: 20%;
}
.container_video .videocontrols .video-next {
    top: 40%;
    right: 20%;
}
.videocontrols .button:hover {
    color: #ef7f1a;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.video-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 380px;
    margin: 0 auto;
    margin-top: 30px;
}
.video-buttons .view-all-video {
    display: block;
    bottom: 0;
    width: 185px;
    height: 50px;
    border: 2px solid #ef7f1a;
    background-color: #ef7f1a;
    color: #fff;
    text-align: center;
    font-family: "PantonBold";
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.video-buttons .go-to-yt {
    display: block;
    bottom: 0;
    background: #b9b9b9;
    width: 185px;
    height: 50px;
    border: 2px solid #b9b9b9;
    text-align: center;
    font-family: "PantonRegular";
    font-size: 17px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
    float: left;
}
.video-buttons .go-to-yt img {
    margin-right: 10px;
    width: 70px;
}
.video-buttons .view-all-video:hover {
    color: #ef7f1a;
    text-decoration: none;
    background-color: #fff;
}
.video-buttons .go-to-yt:hover {
    border: 2px solid #CC181E;
    background-color: #CC181E;
    text-decoration: none;
}
.video-preview {
    width: 560px;
    height: 315px;
    overflow: hidden;
    position: relative;
}
footer {
	padding: 50px 0;
	background-color: #EF7F1A;
}
.footer_politic, .map_site {
	display: block;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
}
.container_copir {
	padding: 10px 0;
	background-color: #353535;
	color: #fff;
}
footer .title_footer {
	margin-top: 0;
  margin-bottom: 20px;
	color: #353535;
	font-weight: 600;
  font-size: 18px;
  font-family: "Open Sans", Arial, "Trebuchet MS", Verdana, sans-serif;
  line-height: 1;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	list-style-type: none;
	color: #FFF;
}
footer ul li a {
	color: #fff;
	position: relative;
}
footer ul li a:hover {
	color: #353535;
}
footer ul li a:after {
    background-color: #353535;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left:50%;
    position:absolute;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    transform:translateX(-50%);
}
footer ul li a:hover:after,
footer ul li a:focus:after {
    width: 100%;
}
.adress_footer {
	color: #FFF;
}
.work_time {
	color: #FFF;
	margin-bottom: 15px;
}
.contacts_footer i:nth-of-type(2) {
	display: none;
}
.contacts_footer a {
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
}
.contacts_footer i {
	font-size: 14px;
	color: #FFF;
}
footer p {
	margin: 10px 0;
}
.to-top {
    position: fixed;
    left: 90%;
    top: 85%;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.to-top i {
    font-size: 36px;
}
.to-top span {
    font-family: "PantonRegular";
    font-size: 12px;
}
.modal-body form{
    padding: 50px;
    background-color: #ef7f1a;
}
#myModal .modal-header button {
	left: 100%;
	
}
.title_form {
	font-family: "PantonBold";
    font-size: 26px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.modal form input[type=submit] {
    width: 235px;
    height: 50px;
    position: relative;
    margin-top: 35px;
    background-color: #eeeceb;
    font-family: "PantonRegular";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    border: none;
    outline: none;
}
.modal form .feedback_form_param input {
	width: 100%;
	border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background-color: #ef7f1a;
    font-family: "PantonRegular";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
.modal form .feedback_form_param input::placeholder {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.modal .captcha {
	display: inline-block;
	text-align: center;
	display: none;
	width: 100%;
}
.shop_cat_link {
  background-color: #353535;
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  flex-grow: 1;
  padding: 7px;
  text-align: center;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.shop_cat_link:hover {
	background-color: #ff0000;
}

.shop_cat_link a {
  color: #EF7F1A;
}
.shop_cat_link:hover a {
	color: #FFF;
}
.breadcrumb span {
  margin-right: 10px;
  color: #8F8F8F;
  font-size: 13px;
}
.breadcrumb span a {
  color: #8f8f8f;
}
.breadcrumb span a:hover {
  color: #EF7F1A;
}
.shop-pane {
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 15px 0;
  padding-left: 0;
}
.shop_list .shop-item {
  width: 32%;
  margin-bottom: 10px;
  padding: 0;
  border-color: #fff;
  background-color: #ef7f1a;
  text-align: center;
}
.title_crans {
  width: 100%; 
  font-size: 20px;
  border-left: 3px solid #ff0000;
  color: #ff0000;
  padding: 10px;
  margin: 15px 0;
  font-weight: 600;
}
.shop-pane .shop-item:hover {
  border-color: #353535;
}
.shop-item-title {
  color: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.shop-item-title:hover {
  color: #353535;
}
.proce_info {
  font-weight: 600;
  color: #FFF;
  font-size: 16px;
    margin: 10px 15px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
.param_block {
	margin: 10px 15px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
.param_block strong {
	float: left;
	/*width: 50%;*/
}
.param_block span {
	float: right;
}
.shop_one_click {
  margin: 10px 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.shop_one_click input{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px;
  background-color: #F00;
  text-align: center;
  color: #FFF;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.shop_one_click input:hover {
  background-color: rgba(255, 0, 0, 1);
  box-shadow: none;
  opacity: 1;
  border-color: #353535;
  color: #353535;
}
.link_cart {
  display: inline-block;
      text-align: center;
    margin: 5px auto 0px;
    padding: 10px 15px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block;
    /* color: #ef7f1a; */
    background-color: #353535;
}
.link_cart:hover {
  color: #ef7f1a;
}
h1 {
  text-align: center;
}
.header_left_menu {
  background-color: #353535;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
}
.menu_left li {
  padding: 0px;
  background-color: #EF7F1A;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.menu_left li a {
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  display: block;
}
.menu_left li:hover {
  background: #F00;
}
.menu_left li:hover a{
  color: #FFF;
}
.hook_banner {
    position: fixed;
    top: 235px;
    right: 0;
    width: 60px;
    height: 475px;
    z-index: 5;
}
.parent_left {
	position: relative;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.menu_left li ul, .menu_left li ul li {
	background-color: #353535;
	margin: 0;
}
.menu_left li ul li:hover {
	color: #FFF;
	background-color: #353535;
	opacity: 0.7;
} 
.parent_left ul {
	background-color: #353535;
	display: none;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.parent_left ul a {
	color: #FFF;
}
.menu_left > li {
	margin: 2.5px 0;
}
.parent_left > a:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	position: absolute;
	right: 15px;
	top: 10px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.parent_left.open_left ul, .parent_left.open_left ul {
	display: block;
}

.parent_left > a {
	position: relative;
	padding-right: 15px;
}

.parent_left.open_left > a:before {
	content: "\f077";
}
.accordion_categ {
  width: 100%;
}
.accordion_categ .card {
	margin-bottom: 4px;
}
.accordion_categ .card-header{
	background-color: #EF7F1A;
}
.accordion_categ .btn-link {
	color: #FFF;
	text-transform: uppercase;
	display: block;
	width: 100%;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.accordion_categ .btn-link:hover  {
	text-decoration: none;
	color: #353535;
}
.accordion_categ .btn-link:focus {
	text-decoration: none;
}
.card-body ul {
	padding-left: 0px;
}
.card-body ul li {
	margin: 8px 0;
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}
.card-body ul li:before {
    content: '\2013';
    position: absolute;
    color: #ff7a01;
    font-size: 23px;
    font-weight: bolder;
    line-height: 18px;
    left: 0;
}
.ul-header {
	color: white;
    background-color: #ff0000;
    padding: 10px;
}
.type_list {
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
} 
.type_item {
    border: 1px solid black;
    padding: 0px !important;
    border: 1px solid #ef7f1a;
    padding: 10px !important;
    margin: 5px!important;
    width: 23%;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    text-align: center;
    position: relative;
}
.type_item:before {
	content: none!important;
}
.type_item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.accordion_categ h3 {
    font-size: 20px;
    border-left: 3px solid #ff0000;
    color: #ff0000;
    padding: 10px;
}
.single-item__calculator-link {
    background: url(../img/calc-link-bg.jpg) no-repeat;
    padding: 40px;
    background-size: cover;
    /*margin-bottom: 50px;*/
}
.single-item__calculator-link > div {
    color: white;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.single-item__calculator-link a {
    width: 235px;
    height: 50px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #eeeceb;
    font-family: "PantonRegular";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    border: none;
    outline: none;
}
.single-item__calculator-link a:hover {
	background-color: #EF7F1A;
	color: #fff;
}
.single-item-description__addition {
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 10px;
}
.single-item-description__addition img {
    width: 100%;
}
.single-item-description__addition .flag-text {
    padding: 0 10px 25px 10px;
    left: 0;
    text-align: center;
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
}
.flag-text span {
    display: block;
    text-align: center;
    color: #ef7f1a;
    font-family: "LatoItalic";
    font-size: 0.7vw;
}
.feedback_form_catalog {
	padding: 50px;
    background-color: #ef7f1a;
    margin-bottom: 20px;
    text-align: center;
}
.feedback_form_catalog  input[type=submit] {
    width: 235px;
    height: 50px;
    position: relative;
    margin-top: 35px;
    background-color: #eeeceb;
    font-family: "PantonRegular";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    border: none;
    outline: none;
    padding: 10px;
    
}
.feedback_form_catalog input {
	width: 100%;
	border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background-color: #ef7f1a;
    font-family: "PantonRegular";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
.feedback_form_catalog input::placeholder, .feedback_form_catalog textarea::placeholder {
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.feedback_form_catalog .captcha {
	display: inline-block;
	text-align: center;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.feedback_form_catalog textarea {
    border: 1px solid #fff;
    padding-bottom: 10px;
    background-color: #c8660e;
    font-family: "PantonRegular";
    font-size: 13px;
    text-align: justify;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    resize: vertical;
    margin-bottom: 20px;
    height: 120px;
}
.feedback_form_param9, .feedback_form_param10 {
	width: 48%;
	display: inline-block;
}
.feedback_form_param9 {
	margin-right: 4%;
}
.shop-search {
	background-color: #EF7F1A;
}
.shop-search h3, .shop-search .input-title, .shop-search label  {
	color: #fff;
}
.shop-search input[type=submit]  {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    background-color: #F00;
    text-align: center;
    color: #FFF;
    border: 2px solid #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
} 
.shop-search input[type=button] {
	display: block;
	font-size: 13px;
	padding: 10px;
	color: #353535;
	border: none;
	display: block;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.shop-search input[type=button]:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #FFF;
}
.shop-search input[type=submit]:hover {
	background-color: rgba(255, 0, 0, 1);
    box-shadow: none;
    opacity: 1;
    border-color: #353535;
    color: #353535;
}
.modal {
    background: -webkit-repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 15px, rgba(30, 30, 30, 0.4) 15px, rgba(30, 30, 30, 0.4) 30px);
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) 15px, rgba(30, 30, 30, 0.4) 15px, rgba(30, 30, 30, 0.4) 30px);
}
.shop-item-left {
	width: 50%;
	margin-right: 10%;
}
.shop-item-right {
	width: 40%;
}
.shop_all_img {
	width: 100%;
}    

.shop-item-right {
    /*background: #f2f2f2;*/
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
}
.block_cen {
    padding: 0.938rem 2px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*background-color: #EF7F1A;*/
    /*border-radius: 5px 5px 0 0;*/
    color: #EF7F1A;
    border-bottom: 1px solid rgb(174, 174, 174);
    font-size: 16px;
    font-weight: 600;
}
.inform_cart {
    padding: 0.938rem 0rem;
    border-bottom: 1px solid rgb(174, 174, 174);
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.inform_cart strong {
  width: 50%;
  font-weight: 500;
  margin-bottom: 8px;
}
.inform_cart span {
  width: 50%;
  text-align: right;
}
.shop-item-right .js_shop_form.shop_form {
    text-align: center;
    width: auto;
    display: inline-block;
}
.js_shop_one_click.shop_one_click input[type=button], .btn_cart, .js_cart_one_click_form.cart_one_click_form input[type=button] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    background-color: #F00;
    text-align: center;
    color: #FFF;
    border: 2px solid #fff;
}
.js_shop_one_click.shop_one_click input[type=button]:hover, .btn_cart:hover, 
.js_cart_one_click_form.cart_one_click_form input[type=button]:hover {
	color: #353535;
	border-color: #353535;
	-webkit-box-shadow: none;
	        box-shadow: none;
} 
ul.info_cart_block {
    padding-left: 0;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
ul.info_cart_block li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    width: 31%;
    border: 2px solid #EF7F1A;
    padding: 15px 35px;
    display: flex;
    justify-content: center;
    min-height: 75px;
    align-items: center;
    margin: 10px 0;
    
}
ul.info_cart_block li:before {
    content: "\f058";
    /*position: absolute;*/
    /*left: 0;*/
	font-family: "Font Awesome 5 Free";
    display: block;
    color: #EF7F1A;
    font-size: 20px;
    margin-right: 10px;
    /*top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);*/
}
a.btn_consul {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #EF7F1A;
    line-height: 1.4;
    border-bottom: 1px solid #EF7F1A;
    margin-top: 20px;
    margin-bottom: 5px;
}
.shop-item-right .btn_aside_order {
  background-color: #353535;
  color: #fff;
  border-radius: 5px;
  -webkit-justify-content: center;
          justify-content: center;
}
.six_blocks {
  padding: 0;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}
.six_blocks li {
  position: relative;
  cursor: pointer;
  width: 31%;
  margin-bottom: 40px;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.six_blocks_img {
  filter: brightness(0);
  width: 52px;
  height: 45px;
  display: block;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: auto;
       -o-background-size: auto;
          background-size: auto;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.six_blocks li:hover .six_blocks_img {
  filter:none;
}
.six_blocks_img_1 {
  background-image: url(../img/ourworks/s1.png);
}
.six_blocks_img_2 {
  background-image: url(../img/ourworks/s2.png);
}
.six_blocks_img_3 {
  background-image: url(../img/ourworks/s3.png);
}
.six_blocks_img_4 {
  background-image: url(../img/ourworks/s4.png);
}
.six_blocks_img_5 {
  background-image: url(../img/ourworks/s5.png);
}
.six_blocks_img_6 {
  background-image: url(../img/ourworks/s6.png);
}
.six_blocks_title {
  color: #353535;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.six_blocks p {
  font-size: 14px;
  color: rgb(53, 53, 53);
  line-height: 1.571;
  margin-top: 0;
}
.border-left-six:before {
  content: "";
  background-color: rgba(209, 209, 209, .3);
  position: absolute;
  width: 1px;
  height: 83px;
  left: -25px;
  top: 65px;
}
a.btn_consul:hover {
	color: #353535;
}
.shop-item-right .shop_one_click {
	margin: 0;
}
.shop-item-right .cart_one_click {
	position: fixed;
	z-index: 2;
	left: 50%;
	top: 50%;
	padding: 15px;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.cart_one_click {
	background-color: #EF7F1A;
}
.cart_one_click input {
	width: 100%;
	border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background-color: #ef7f1a;
    font-family: "PantonRegular";
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    min-height: 45px;
    margin-bottom: 20px;
}
.cart_one_click input::placeholder, .cart_one_click textarea::placeholder {
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
#raschet_krana .modal-dialog {
	min-width: 50%;
}
.infoform {
	display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    text-align: left;
} 
#raschet_krana form input {
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background-color: #cc6509;
    font-family: "PantonRegular";
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    height: 55px;
    margin-bottom: 20px;
}
.infofield {
    color: #FFF;
    text-align: left;
    display: block;
}
#raschet_krana textarea {
    border: 1px solid #fff;
    padding-bottom: 10px;
    background-color: #c8660e;
    font-family: "PantonRegular";
    font-size: 13px;
    text-align: justify;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    resize: vertical;
    height: 100px;
    margin-bottom: 20px;
}
.inpselect {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.feedback_form_param40 .infofield {
	display: none;
}
.feedback_form_param40 {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.feedback_form_param40 label {
	color: #FFF;	
}
.feedback_form_param40 input {
	height: 20px!important;
	margin-bottom: 0!important;
	width: auto!important;
	margin-left: 10px;
}
.list-body ul {
	padding-left: 0px;
}
.list-body ul li {
	margin: 8px 0;
	list-style-type: none;
	position: relative;
	padding-left: 20px;
}
.list-body ul li:before {
    content: '\2013';
    position: absolute;
    color: #ff7a01;
    font-size: 23px;
    font-weight: bolder;
    line-height: 18px;
    left: 0;
}
.contacts_title {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	/*background-image: url(../img/sidebar-bg-bw.jpg);*/
	/*background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;*/
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #353535;
}
.contacts_title li {
	list-style-type: none;
	padding: 10px;
	margin: 20px;
	background-color: #FF7A01;
	-webkit-flex-grow: 1;
	        flex-grow: 1;
}
.contacts_title li a {
	color: #FFF;
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 16px;
}
.contacts_title li a:hover {
	color: #353535;
}
.contacts__content__department-personnel_people-employee {
	margin-top: 40px;
}
.photo-and-button {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
}
.photo-and-button div {
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ef7f1a;
    width: 100px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    line-height: 47px;
    color: #fff;
    border: 2px solid transparent;
    -webkit-transition: .3s;
    transition: .3s;
}
.photo-and-button i {
    line-height: 47px;
}
.employee-details .name {
    font-family: "LatoRegular";
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
}
.employee-details .position {
    font-family: "LatoLightItalic";
    font-size: 16px;
}
.employee-details .phone {
    font-family: "LatoRegular";
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
}
.employee-details a {
    font-family: "LatoRegular";
    font-size: 16px;
    color: #ef7f1a;
}
.employee-details .s-content p:first-of-type {
	margin-bottom: 0;
	margin-top: 30px;
}
/*.photo_cat .photo_cat_link {
  margin: 0;
  padding: 15px;
  text-align: center;
  color: #FFF;
  background-color: #EF7F1A;
  min-height: 62px;
}*/
/*.photo_first_page .photo_cat {
  padding: 0;
  border: 1px solid #EF7F1A;
}*/
.photo_first_page .photo_cat_anons {
  padding: 0 10px;
}
/*.link_alboma {
  padding: 10px;
  color: #353535;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 600;
}*/
/*.link_alboma:hover {
  color: #EF7F1A;
}*/
.show_all a, .next_link a, .previous_link a {
  color: #ef7f1a;
}
.reviews_name {
  font-size: 20px;
}
.reviews_param2 span{
  font-style: italic;
  margin: 5px 0;
  display: block;
}
.reviews_param3 span{
  font-size: 16px;
  font-weight: bold;
}
.reviews_param3 {
  margin-bottom: 15px;
}
.reviews_param4 img {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 5px;
}
.photo-item img {
  max-height: 85px;
  width: auto;
}

.calendar_item img {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
} 
.calendar_slider_nav {
  margin-top: 15px;
  margin-bottom: 15px;
}
.calendar_slider_nav img {
  height: 250px;
  margin-left: auto;
  margin-right: auto;
}
.slick-prev:before, .slick-next:before {
  color: #ef7f1a;
  font-size: 24px; 
}
.calendar_item_mini {
  position: relative;
}
.calendar_item_mini {
  opacity: 0.7;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.calendar_item_mini:hover {
  opacity: 1;
} 
/*.calendar_item_mini:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(239, 127, 26, 0.6);
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.calendar_item_mini:hover:before {
  content: "";
  display: none;
}*/
.go_home {
    display: block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #EF7F1A;
    padding: 10px 20px;
    background-color: #353535;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    margin-bottom: 15px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.go_home:hover {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.feedback_form_catalog .infofield {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.feedback_form_catalog  .inpselect {
  background-color: #C8660E;
  color: #fff;
}
.search_title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  color: #fff;
}
section.how_work {
  background-color: rgba(242, 242, 242);
  padding: 60px 0 ;
}
.how_work_list {
  padding: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 0;
}
.how_work_list li {
  width: 33.3%;
  position: relative;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  background-color: transparent;
  min-height: 140px;
  margin: 0;
  margin-left: -1px;
  margin-bottom: -1px;
  cursor: pointer;
  padding: 12px;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}
.how_work_list li:hover {
  background-color: #FFF;
}
.how_work_list_img {
  width: 76px;
  height: 62px;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  margin-right: 20px;
  z-index: 2;
  
}
.how_work_list_img:after {
  z-index: 2;
  content: "";
  width: 76px;
  height: 62px;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  /*width: 100%;*/
  /*height: 100%;*/
}
.how_work_list_img:before {
  content: "";
  z-index: 1;
  border-radius: 50%;
  background-color: rgb(209, 209, 209);
  position: absolute;
  width: 62px;
  height: 62px;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
      -ms-transition: 0.3s;
       -o-transition: 0.3s;
          transition: 0.3s;
}

.how_work_list li:before {
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    width: 24px;
    background-color: #ef7f1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.how_work_list li:nth-child(1):before {
  content: '1';
}

.how_work_list li:nth-child(2):before {
  content: '2';
}

.how_work_list li:nth-child(3):before {
  content: '3';
}

.how_work_list li:nth-child(4):before {
  content: '4';
}

.how_work_list li:nth-child(5):before {
  content: '5';
}

.how_work_list li:nth-child(6):before {
  content: '6';
}

.how_work_list li:hover .how_work_list_img:before{
  background-color: #FF8C24;
}
.how_work_list_img_1:after {
  background-image: url(../img/ourworks/hw1.png);
}
.how_work_list_img_2:after {
  background-image: url(../img/ourworks/hw2.png);
}
.how_work_list_img_3:after {
  background-image: url(../img/ourworks/hw3.png);
}
.how_work_list_img_4:after {
  background-image: url(../img/ourworks/hw4.png);
}
.how_work_list_img_5:after {
  background-image: url(../img/ourworks/hw5.png);
}
.how_work_list_img_6:after {
  background-image: url(../img/ourworks/hw6.png);
}
.how_work_list_text {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  width: 90%;
}
::-webkit-scrollbar-button {
    background-image:url('https://nchkz.ru/custom/my/css/main.css');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}

::-webkit-scrollbar-track {
    background-color:#353535;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#EF7F1A;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover{
    background-color:#ff0000;
}

::-webkit-resizer{
    background-image:url('https://nchkz.ru/custom/my/css/main.css');
    background-repeat:no-repeat;
    width:10px;
    height:0px;
}

::-webkit-scrollbar{
    width: 10px;
}

.shop_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block_title_opis {
  font-weight: 600;
  color: #353535;
  font-size: 18px;
  position: relative;
  padding: 20px;
  background-color: #F2F2F2;
  margin: 0 0 15px;
}
.registration_form .infofield, .registration_form  .infoform{
	color: #000;
} 
#top-menu>*>ul {
	padding-top: 15px;
	min-width: 250px;
	top: auto;
}
#top-menu>*>ul li {
	margin-top: 0;
}
