.mod_autoglass_form {
  position: relative;
}

.jq-selectbox__search input {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 0 !important;
}

.jq-selectbox__search input:hover,
.jq-selectbox__search input:active,
.jq-selectbox__search input:focus {
  box-shadow: none !important;
}

.glass_selection {
  position: relative;
  display: block;
  min-height: 48px;
}
.glass_selection.search_options {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding-top: 44px;
  border-radius: 10px;
  background: url(/css/img/search_bg.png) 50% 50% no-repeat;
  background-size: cover;
}
.glass_selection.search_options table .button {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 50px 14px;
}
.glass_selection .container {
  position: relative;
  z-index: 10;
  padding-top: 110px;
}
.glass_selection .title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.glass_selection table {
  width: 1160px;
  margin: 0 auto 35px;
  border: 0;
}
.glass_selection.search_options table {
  margin-bottom: 0;
}
.glass_selection table.type_select {
  margin-bottom: 85px;
}
.glass_selection table th,
.glass_selection table td {
  width: 25%;
  padding: 0 11px;
  border: 0;
}
.glass_selection table.type_select th,
.glass_selection table.type_select td {
  width: 50%;
  padding: 0 25px;
  border: 0;
}
.glass_selection table tr th:first-child,
.glass_selection table tr td:first-child {
  padding-left: 0;
}
.glass_selection table tr th:last-child,
.glass_selection table tr td:last-child {
  padding-right: 0;
}
.glass_selection table.type_select tr th:first-child,
.glass_selection table.type_select tr td:first-child {
  text-align: right;
}
.glass_selection table.type_select tr th:last-child,
.glass_selection table.type_select tr td:last-child {
  text-align: left;
}
.glass_selection .video_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #000;
}
.glass_selection .bg_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  min-width: 100%;
  opacity: .5;
}
.glass_selection .video_grid {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE5RjZGQ0ZBNzNGNzExRTRBMUQ0RTIzQUJEQTk1RkE5IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE5RjZGQ0Y5NzNGNzExRTRBMUQ0RTIzQUJEQTk1RkE5IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOjBCQjgwQzUzNEM2RkU0MTFCQzlCQzdCNDQ0NzE1QUM2IiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOkY4NTFDMTkxNDQ2RkU0MTFCQzlCQzdCNDQ0NzE1QUM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mkv48gAAADVJREFUeNoAJwDY/wNgYGBux8fHN+Xl5TcEPj4+AAICAgBMTEwAArKysgD+/v4ApKSkAAIMADLJD6qc4UFYAAAAAElFTkSuQmCC);
}
.glass_selection .how_works {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
}

.glass_selection .how_works .look_how {
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  z-index: 5;
  top: -100px;
  left: 50%;
  display: inline-block;
  width: 116px;
  margin-left: -93px;
  padding: 160px 35px 45px;
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
  text-align: center;
  text-transform: uppercase;
  color: #606060;
  border-radius: 93px;
  background: #fff;
}
.glass_selection .how_works .look_how:hover {
  text-decoration: none;
  color: #30b8ff;
  /*background: #ff676a;*/
  background: #fafafa;
  -webkit-box-shadow: 0 0 15px -1px rgba(0, 0, 0, .3);
          box-shadow: 0 0 15px -1px rgba(0, 0, 0, .3);
}
.glass_selection .how_works .look_how:before {
  position: absolute;
  top: 32px;
  left: 50%;
  display: block;
  width: 110px;
  margin-left: -55px;
  content: '';
  background: url(/css/img/sp.png) 0 -52px no-repeat;
}
.glass_selection .how_works .look_how:hover:before {
  background-position: -111px -52px;
}
.glass_selection .right_corner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 50%;
  margin-left: 75px;
  border-radius: 80px 0 0 0;
  background: #f3f6f8;
}
.glass_selection .left_corner {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: -10px;
  left: 0;
  margin-right: 75px;
  border-radius: 0 80px 0 0;
  background: #f3f6f8;
}
.order_form table .jqselect,
.glass_selection .jqselect {
  display: block !important;
}
.jq-selectbox__select {
  font-size: 18px;
  display: block;
  padding: 8px 68px 7px 18px;
  border-radius: 5px;
  background: #f3f6f8;
}
.jq-selectbox__select-text {
  width: auto !important;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  cursor: pointer;
}
.jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 35px;
  height: 34px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAiCAMAAADiW5DOAAAAOVBMVEX///////////////////+mpqb6+vr19fW/v7+vr6/k5OSqqqrc3NzJycnDw8O2tra1tbXu7u7t7e22BJDxAAAABHRSTlNS6+rmmtjC2QAAAGVJREFUOMvtlL0OgDAIhLH2gP5X3/9h7eBm2jpq0ksIDF/CwXBEmx3LEBk70052rsX8l8lI95SQO0wElFtnBWJvlw8oYqUg+L6f08H5VsfIs1QAVcZ3sQblj/xwMU+9yZZ5Rm10AUYYE2MpJtmWAAAAAElFTkSuQmCC) no-repeat;
}
.glass_selection .jq-selectbox__select {
  font-size: 24px;
  display: block;
  padding: 10px 68px 10px 18px;
  color: #fff;
  border: solid 3px #fff;
  border-radius: 10px;
  background: rgba(26, 25, 25, 0.3) none repeat scroll 0% 0%;
}
.glass_selection .jq-selectbox__select-text {
  width: auto !important;
}
.glass_selection .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49px;
  height: auto;
  border-left: solid 1px #fff;
}
.glass_selection .jq-selectbox__trigger-arrow {
  background: transparent;
}
.glass_selection .jq-selectbox__trigger:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 12px;
  margin-top: -6px;
  margin-left: -7px;
  content: '';
  background: url(img/sp.png) -49px -37px no-repeat !important;
}
.jq-selectbox__dropdown {
  top: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 100%;
  margin-top: 5px;
  color: #333;
  border: solid 2px #fff;
  border-radius: 10px;
  background: rgba(255, 255, 255, .85);
  -webkit-box-shadow: 0 2px 10px -1px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 10px -1px rgba(0, 0, 0, .1);
}
.jq-selectbox__dropdown ul {
  padding-left: 0;
}
.jq-selectbox__dropdown ul li {
  padding: 3px 18px;
  cursor: pointer;
}
.jq-selectbox__dropdown ul li:hover {
  background: rgba(255, 255, 255, 1);
}
.jq-selectbox__dropdown ul li.selected,
.jq-selectbox__dropdown ul li.sel {
  cursor: default;
  color: #ed1a3b;
  background: #fff;
}
.glass_selection .car_type {
  font-size: 11px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  margin: 0 0 0 55px;
  text-transform: uppercase;
  color: #fff;
}
.glass_selection .car_type .jq-radio {
  position: absolute !important;
  top: 50%;
  left: -55px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 20px;
  background: #fff;
}
.glass_selection .car_type .jq-radio.checked {
  background: #30b8ff;
}
.glass_selection .type_1 .jq-radio:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 16px;
  margin: -8px 0 0 -11px;
  content: '';
  background: url(/css/img/sp.png) -87px -34px no-repeat;
}
.glass_selection .type_1 .jq-radio.checked:before {
  background-position: -65px -34px;
}
.glass_selection .type_2 .jq-radio:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 23px;
  height: 20px;
  margin: -10px 0 0 -11px;
  content: '';
  background: url(/css/img/sp.png) -110px -30px no-repeat;
}
.glass_selection .type_2 .jq-radio.checked:before {
  background-position: -133px -30px;
}
.glass_selection div.align_center button {
display: inline-block;
background: rgba(255, 255, 255, 0.35);
border-radius: 8px;
padding: 9px 20px;
text-decoration: none;
font-size: 11px;
text-transform: uppercase;
color: #fff;
font-weight: bold;
position: relative;
border: 0 none;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
border: solid 3px #fff;
font-size: 15px;
font-weight: 600;
padding: 13px 50px 13px;
}
.glass_selection div.align_center button:hover{
background: rgba(199, 0, 30, 0.21);
text-decoration: none;
color: #fff;
}
/*
.glass_selection div.align_center button:before,
.glass_selection div.align_center button:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 21px;
  height: 6px;
  margin-top: -3px;
  content: '';
  -webkit-transition: all .1s linear;
          transition: all .1s linear;
  background: url(./img/sp.png) no-repeat;
}
.glass_selection div.align_center button:before {
  left: -35px;
  background-position: -93px -16px;
}
.glass_selection div.align_center button:after {
  right: -35px;
  background-position: -93px -22px;
}
.glass_selection div.align_center button:hover:before {
  left: -45px;
}
.glass_selection div.align_center button:hover:after {
  right: -45px;
}
*/
.catalog_internal_search{
	height: auto;
	padding-bottom:40px;
	margin-bottom:10px;
	background: url(./img/search_bg.png) 50% 50% no-repeat;
	background-size: cover;
	padding-top: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
padding-left: 20px;
padding-right: 20px;
}
#selectMark_chzn,
#selectModel_chzn,
#selectType_chzn{
	display:none;
}