.site-header__extraWrap {
  max-width: 1100px;
  margin: 0 auto;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media all and (max-width: 1023px) {
  .site-header__extraWrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; } }

@media all and (min-width: 1024px) {
  .site-header__extraWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

.site-header__topLine {
  padding: 30px 16px; }

@media all and (max-width: 1023px) {
  .site-header__topLine {
    background: #fafafa;
    padding: 16px; } }

@media all and (max-width: 1023px) {
  .site-header__topLine .site-header__leftPart {
    display: none; } }

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

@media all and (max-width: 479px) {
  .site-header__bottomLine {
    padding: 16px 10px; } }

@media all and (min-width: 480px) {
  .site-header__bottomLine {
    padding: 24px 20px; } }

@media all and (min-width: 1024px) {
.menu-open {display: none;}
  .site-header__bottomLine {
    display: none; } }
    
.menu-open {
	margin: 8px 20px 8px auto; 
	background: rgb(233, 101, 76);
	width: 40px;
	height: 40px;
	border-radius: 3px;
	position: relative;
	z-index: 666;
	position: relative;
	cursor: pointer;
}

.menu-open span {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 1;
}

.menu-open span:first-child {
	top: 12px;
}

.menu-open span:nth-child(2) {
	top: 19px;
}

.menu-open span:nth-child(3) {
	top: 26px;
}

.site-header__companyLogo {
  height: 70px;
  height: auto;
  overflow: hidden;
  max-width: 400px;
  display: inline-block;
  vertical-align: middle; }

.site-header__companyInformation {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 320px;
  text-align: left; }

@media all and (max-width: 479px) {
  .site-header__companyInformation .siteName {
    font-size: 21px; } }

@media all and (min-width: 480px) {
  .site-header__companyInformation .siteName {
    font-size: 26px; } }

.site-header__companyInformation .descriptor {
  color: #808080; }

@media all and (max-width: 479px) {
  .site-header__companyInformation .descriptor {
    font-size: 12px; } }

@media all and (min-width: 480px) {
  .site-header__companyInformation .descriptor {
    font-size: 13px; } }

@media all and (min-width: 480px) {
  .site-header__contactsPart {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }

@media all and (max-width: 479px) {
  .site-header__contactsPart .contacts {
    max-width: 85%; } }

@media all and (min-width: 1024px) {
  .site-header__contactsPart .contacts {
    text-align: right; } }

.descriptor {
  margin-bottom: 0; }

.contacstTitle {
	font-size: 14px;
	color: #909090;
  margin-bottom: 0; }

.site-header__contactsPart .contacts {
  margin-right: 15px; }

@media screen and (max-width: 1023px) {
	.site-header__companyInformation {max-width: 100%;}
  .site-header__contactsPart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between; } }
    
    
@media screen and (max-width: 479px) {
  .site-header__contactsPart {
  	display: block;
  	text-align: center;
  } 
  .site-header__contactsPart .contacts {max-width: 100%;}
  	.site-header__contactsPart .callForm {margin-top: 10px;}
  }

@media screen and (max-width: 440px) {

  .site-header__contactsPart .contacts {
    margin: 0 auto; }

  .site-header__contactsPart .tel-general {
    text-align: center; }

  .contacstTitle {
    text-align: center; }

  .site-header__contactsPart .contactsExtraWrap {
    text-align: center; }

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

.menu_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff; }

@media screen and (min-width: 1024px) {
  .menu_wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
    border-top: 1px solid #ececec; } }

@media screen and (min-width: 1024px) {
  .menu_wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 499; } }

.menuDesktop {
  max-width: 1100px;
  margin: 0 auto 0;
  position: relative;
  z-index: 99; }

@media all and (max-width: 1023px) {
  .menuDesktop {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    bottom: 0;
    min-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background: #1d1d1d;
    z-index: 5555;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }

  .menuDesktop.animit {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -o-transition: transform 0.6s;
    -ms-transition: transform 0.6s;
    transition: transform 0.6s; }

  .menuDesktop.opened {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-box-shadow: 0 0 0 10000px rgba(29, 29, 29, 0.8);
    -webkit-box-shadow: 0 0 0 10000px rgba(29, 29, 29, 0.8);
    box-shadow: 0 0 0 10000px rgba(29, 29, 29, 0.8); } }

.menuDesktop .menu_close {
  position: absolute;
  right: 16px;
  top: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M10.133%2C8.736%20L17.160%2C15.763%20C17.551%2C16.154%2017.551%2C16.787%2017.160%2C17.177%20C16.965%2C17.373%2016.709%2C17.470%2016.453%2C17.470%20C16.198%2C17.470%2015.942%2C17.373%2015.746%2C17.177%20L8.719%2C10.150%20L1.692%2C17.177%20C1.496%2C17.372%201.240%2C17.470%200.985%2C17.470%20C0.729%2C17.470%200.473%2C17.372%200.277%2C17.177%20C-0.113%2C16.786%20-0.113%2C16.153%200.277%2C15.763%20L7.305%2C8.736%20L0.277%2C1.710%20C-0.113%2C1.319%20-0.113%2C0.686%200.277%2C0.296%20C0.668%2C-0.095%201.301%2C-0.095%201.692%2C0.296%20L8.719%2C7.322%20L15.746%2C0.295%20C16.137%2C-0.096%2016.770%2C-0.096%2017.160%2C0.295%20C17.551%2C0.686%2017.551%2C1.318%2017.160%2C1.709%20L10.133%2C8.736%20Z%22%20%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 50% no-repeat #42dddd; }

@media screen and (min-width: 1024px) {
  .menuDesktop .menu_close {
    display: none; } }

.menuDesktop__menuTop {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0; }

@media screen and (max-width: 1023px) {
  .menuDesktop__menuTop {
    padding: 77px 0 0 0; } }

.menuDesktop__menuTop > li {
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 1023px) {
  .menuDesktop__menuTop > li {
    display: block; } }

.menuDesktop__menuTop > li.dropdown-wrap {
  position: relative;
  background: #ec4432;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 0; }

.menuDesktop__menuTop > li.dropdown-wrap span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1; }

.menuDesktop__menuTop > li.dropdown-wrap span:first-child {
  top: 12px; }

.menuDesktop__menuTop > li.dropdown-wrap span:nth-child(2) {
  top: 19px; }

.menuDesktop__menuTop > li.dropdown-wrap span:nth-child(3) {
  top: 26px; }

.menuDesktop__menuTop > li.dropdown-wrap.active span:first-child {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.menuDesktop__menuTop > li.dropdown-wrap.active span:nth-child(2) {
  opacity: 0;
  left: -10px; }

.menuDesktop__menuTop > li.dropdown-wrap.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.menuDesktop__menuTop > li.dropdown-wrap.active ul {
  opacity: 1;
  pointer-events: auto;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.menuDesktop__menuTop > li.dropdown-wrap ul {
  padding: 0;
  list-style: none;
  position: absolute;
  top: 105%;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  display: none;
  border: 3px solid #d1d1d1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  background: #fff; }

.menuDesktop__menuTop > li.dropdown-wrap ul a {
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 8px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.menuDesktop__menuTop > li.dropdown-wrap ul a:hover, .menuDesktop__menuTop > li.dropdown-wrap ul a.active {
  background: #42dddd;
  color: #fff; }

.menuDesktop__menuTop > li > a {
  color: #212121;
  font-size: 14px;
  line-height: 1;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  padding: 14px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

@media screen and (max-width: 1023px) {
  .menuDesktop__menuTop > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    padding: 16px 24px; } }

.menuDesktop__menuTop > li > a:hover, .menuDesktop__menuTop > li > a.active {
  background: #fff;
  color: #212121; }

@media screen and (max-width: 1023px) {
  .menuDesktop__menuTop > li > a:hover, .menuDesktop__menuTop > li > a.active {
    background: #fff;
    color: #212121; } }
    
    
.new-menu1__subpages {
	position: absolute;
	display: none;
	z-index: 22;
    background: #f3f3f3;
    padding: 10px 0;
    width: 200px;
    box-shadow: 0 10px 7px rgba(0,0,0,.25);
    margin: 0;
    list-style: none;
    text-align: left;
    box-sizing: border-box;
}

.new-menu1__subpages a {
	font-size: 14px;
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
}

.new-menu1__subpages a:hover {
	background: #ec4432;
	color: #fff;
}