*, *:after, *:before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: sans-serif;  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #000;
  margin-right: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans',Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #7b7b7b;
  background: #000;
}

.wrapper{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper2{
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper3{
  max-width: 768px;
  margin: 0 auto;
  padding: 0 10px;
}

.wrapper4{
  max-width: 1200px;
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
}

.wrapper5{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper6{
  max-width: 1180px;
  margin: 0 auto;
}

.wrapper7{
  max-width: 1220px;
  margin: 0 auto;
}

.wrapper8{
  max-width: 820px;
  padding: 0 20px;
  margin: 0 auto;
}

A {outline: none;text-decoration: none; color: inherit; background-color: transparent; transition: color .25s;}
a[href^=tel]{
  color:inherit;
  text-decoration: inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
}

a[href^=tel].effect_slide {
  color: white;
}
a:hover{
  color: #0060cc;
}

a[href^=tel]:hover {
  color: #0060cc;
}
a:active,a:hover {outline: 0;}
IMG {border: 0; -ms-interpolation-mode: bicubic;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,main {display: block;}
audio,progress,canvas,video {display: inline-block;vertical-align: baseline;}
audio,canvas,iframe,img,svg,video {vertical-align: middle;}
* html audio,* html canvas,* html video {display: inline;zoom: 1;}
audio:not([controls]) {display: none;height: 0;}
[hidden],template {display: none;}
b,strong{font-weight: bold;}
button,input,select,optgroup,textarea {font-family: 'Open Sans', Arial, Helvetica, sans-serif;margin:0;}
h1{font-size: 2em;margin: 0.67em 0;}
h2{font-size: 1.5em;margin: 0.83em 0;}
h3{font-size: 1.17em;margin: 1em 0;}
h4{font-size: 1em;margin: 1.33em 0;}
h5{font-size: 0.83em;margin: 1.67em 0;}
h6{font-size: 0.75em;margin: 2.33em 0;}
abbr[title]{border-bottom: 1px dotted;}
blockquote{margin: 1em 40px;}
dfn{font-style: italic;}
mark{background: #ff0;color: #000;}
p,pre{margin: 0.8em 0;}
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em;}
* + html code,* + html kbd,* + html pre,* + html samp {font-family: 'courier new', monospace;}
pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word;overflow: auto;}
q {quotes: none;}
q:before,q:after {content: '';content: none;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl,menu,ol,ul {margin: 1em 0;}
dd {margin: 0 0 0 40px;}
menu,ol,ul {padding: 0 0 0 40px;}
nav ul,nav ol {list-style: none;list-style-image: none;}
svg:not(:root) {overflow: visible;}
figure{margin: 1em 40px;}
form{margin: 0;}
fieldset{border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;white-space: normal;*margin-left: -7px;}
* html legend {margin-left: -7px;}
* + html legend {margin-left: -7px;}
button,input,select,textarea {font-size: 100%;margin: 0;vertical-align: baseline;vertical-align: middle;}
button,input{line-height: 1.42857143;}
button{overflow:visible}
button,select {text-transform: none;}
input{padding: 0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{ -webkit-appearance: button;cursor: pointer;}
* html button,* html input[type="button"],* html input[type="reset"],* html input[type="submit"]{overflow: visible;}
* html button,* + html input[type="button"],* + html input[type="reset"],* + html input[type="submit"]{overflow: visible;}
button[disabled],input[disabled]{cursor: default;}
input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0;}
* html input[type="checkbox"],* html input[type="radio"]{height: 13px;width: 13px;}
* + html input[type="checkbox"],* + html input[type="radio"]{height: 13px;width: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
button::-moz-focus-inner,input::-moz-focus-inner{border: 0;padding: 0;}
textarea{overflow: auto;vertical-align: top;}
table{border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
area{cursor:pointer}
hr {box-sizing: content-box;height: 0;}

/*****HEADER*****/
.header{
}

.header_inner{
  position: relative;
  background: #fff;
  z-index: 200;
}

.header_content{
  height: 111px;
}

.hlogo{
  position: relative;
  float: left;
  height: 100%;
  width: 230px;
}

.hlogo h1,
.hlogo a{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #fff;
}

.header.onmain .hlogo h1,
.header.onmain .hlogo a{
  height: 155px;
}

.hlogo a{
  background: #0061cc
}

.hlogo svg{
  display: block;
  margin: 0 auto;
  width: 172px;
  height: 100%;
  padding-bottom: 1px;
}

.header_right{
  position: relative;
  float: right;
  padding: 0 0 0 50px;
  height: 100%;
}

.header_right_inner{
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.nav{
  margin-right: 33px;
  height: 100%;
}

.topmenu{
  height: 100%;
  margin: 0;
  padding: 0;
}

.topmenu li{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.topmenu > li + li{
  margin-left: 34px;
}

.topmenu > li > a{
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
  color: #000;
  transition: color .2s;
}

.topmenu > li.active > a:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0060cc;
}

.topmenu > li >  a:hover,
.topmenu > li.active > a,
.topmenu > li.subactive > a{
  color: #0060cc;
}

.topmenu > li.active > a{
  font-weight: 700;
}

.topmenu > li > a > span{
  display: inline-block;
  position: relative;
}

.topmenu li.subactive ~ li{
  opacity: .7;
}

.topmenu a.hassub span:before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 100%;
  left: 50%;
  margin: 0 0 8px -6px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../layout/arrow_menu.svg);
  opacity: 0;
  -webkit-transform: translate(0,-10px);
  transform: translate(0,-10px);
  transition: transform .2s, opacity .2s, width 0s .2s, height 0s .2s;
}

.topmenu li.subactive > a.hassub span:before{
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  width: 13px;
  height: 13px;
  transition: transform .2s, opacity .2s;
}

.navdrop{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 5px 10px rgba(0,0,0,.15)
}

.subactive .navdrop{
  display: block;
}

.navdrop:before{
  content: '';
  float: left;
  padding-bottom: 34.19%;
}

.navdrop:after{
  content:"";
  display:table;
  clear:both;
}

.navdrop_left{
  margin: 0;
  padding: 0;
  list-style: none;
  width: 48.3%;
  padding: 10px 50px;
}

.navdrop_left li{
  display: block;
}

.navdrop_left a{
  display: inline-block;
  position: relative;
  color: #000;
  padding: 14px 0;
}

.navdrop_left a:hover,
.navdrop_left a.active{
  color: #0060cc;
}

.navdrop_left svg{
  position: absolute;
  left: 8px;
  top: 0;
  height: 100%;
  width: 12px;
  fill: #0060cc;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transform: translate(-15px,0);
  transform: translate(-15px,0);
  transition: transform .3s, opacity .3s;
}

.navdrop_left a.active svg{
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.navdrop_left a span{
  display: inline-block;
  position: relative;
  will-change: transform;
  transition: transform .3s, color .3s;
}

.navdrop_left a.active span{
  -webkit-transform: translate(34px,0);
  transform: translate(34px,0);
  font-weight: 700;
}

.navdrop_images{
  width: 51.7%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: #000;
  overflow: hidden;
}

.navdrop_images a{
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0s .2s;
  z-index: 0;
}

.navdrop_images a.active{
  opacity: 1;
  z-index: 2;
  transition: opacity .2s;
}

.navdrop_images a:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.04) 11%, rgba(0,0,0,0.12) 26%, rgba(0,0,0,0.5) 82%, rgba(0,0,0,0.57) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 11%,rgba(0,0,0,0.12) 26%,rgba(0,0,0,0.5) 82%,rgba(0,0,0,0.57) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.04) 11%,rgba(0,0,0,0.12) 26%,rgba(0,0,0,0.5) 82%,rgba(0,0,0,0.57) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navdrop_images .price{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px 25px 20px;
}

.header_buttons .btn_brown + .btn_brown{
  margin-left: 15px;
}

.header_right .clicker{
  display: none;
  position: relative;
  color: #fff;
  width: 40px;
  height: 32px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  margin-top: 26px;
  -webkit-tap-highlight-color: transparent;
}

/**MAIN**/
.main{
  background: #fff;
}

/**FOOTER**/
.footer_top{
  background: #fff;
  padding-bottom: 60px;
}

.fcontact{
  margin-top: 3em;
}

.fcontact:last-child{
  padding-bottom: 35px;
}

.fcontact_item{
  float: left;
  width: 50%;
  padding: 0 20px;
}

.fcontact_item_inner{
  margin: 0 auto;
  max-width: 480px;
}

.fcontact .title_big,
.fcontact .title_mid{
  min-height: 89px;
}

.fcontact .text{
  margin: 1.4em 0 0 0;
  line-height: 1.75;
}

.fcontact .box_formnl{
  margin-top: 2em;
}

.fcontact .cont_btn{
  margin-top: 3em;
}

.fcontact .cont_btn .btn_brown{
  float: left;
  margin-right: 20px;
}

.fcontact .cont_btn .btn_brown:last-child{
  margin-right: 0;
}

.footer .box_logos{
  margin-top: 70px;
}

.footer_mid{
  background: #454545;
  color: #fff;
  padding-top: 28px;
  padding-bottom: 26px;
}

.footer_mid a:hover{
  color: inherit;
}

.footer_mid_inner{
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flogo{
  display: block;
}

.flogo .sicof{
  display: block;
  width: 111px;
  height: 37px;
}

.fmenu{
  display: block;
  margin: 0 0 0 28px;
  padding: 0;
  font-size: .001px;
}

.fmenu li{
  display: inline-block;
  font-size: 14px;
  margin: 0 18px;
}

.fmenu a:hover{
  text-decoration: underline
}

.fmenu li.current-menu-item a{
  font-weight: 700;
}

.fsocial{
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
}

.fsocial a{
  display: block;
}

.fsocial a + a{
  margin-left: 14px;
}

.fsocial svg{
  display: block;
  width: 30px;
  height: 30px;
}

.fsocial .yt svg{
  width: 34px;
  height: 34px;
}

.footer_btm{
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 14px;
}

.footer_btm a:hover{
  color: inherit;
}

.footer_btm .left{
  float: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer_btm .right{
  float: right;
  padding-top: 12px;
}

.footer_btm a:hover{
  text-decoration: underline
}

/**HELP*/
/*SVG*/
.svgicons {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.sicof{
  fill: currentColor;
}

/**FLEX*/
.flex_start,
.flex_center,
.flex_sb,
.flex_col{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex_col{
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex_start{
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex_center{
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_sb{
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_wrap{
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_nowrap{
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*GRID F*/
.gridf{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.gridf .col1{
  width: 100%;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.gridf .col2{
  width: 50%;
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.gridf .col3{
  width: 33.333%;
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.gridf .col4{
  width: 25%;
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

/*HELP*/
.center{
  text-align: center;
}

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

.nowrap{
  white-space: nowrap;
}

.uc{
  text-transform: uppercase;
}

/**clear**/
.cf:after {
  content:"";
  display:table;
  clear:both;
}

.cfb:before,
.cfb:after {
  content:"";
  display:table;
  clear:both;
}

.clear {
  clear:both;
  font-size:1px;
  height:0.01px;
  line-height:1px;
  margin:0;
  padding:0;
}

/***float***/
.fl{
  float: left;
}

.fr{
  float: right;
}

.rel{
  position: relative;
}

.dblock{
  display: block;
}

.img_block{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1250px) {
  .header_inner{
    background: #3660c8;
  }

  .header_content{
    height: 85px;
  }

  .hlogo,
  .header.onmain .hlogo{
    width: 192px;
  }

  .header.onmain .hlogo h1,
  .header.onmain .hlogo a{
    height: 100%;
  }

  .hlogo a{
    background:#3660c8
  }

  .hlogo svg{
    width: 152px;
  }

  .header_right{
    position: static;
  }

  .header_right_inner{
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    max-width: 320px;
    width: 100%;
    height: auto;
    box-shadow: 0 6px 13px rgba(138, 138, 138, .75);
    padding: 32px 0 56px 0;
  }

  .header_right.cactive .header_right_inner{
    display: block;
  }

  .nav{
    margin: 0;
  }

  .topmenu{
    display: block;
  }

  .topmenu > li + li{
    margin: 0;
  }

  .topmenu > li.active > a:before{
    display: none;
  }

  .topmenu li.subactive ~ li{
    opacity: 1;
  }

  .topmenu a{
    text-align: center;
    padding: 18px 10px;
    font-size: 18px;
  }

  .topmenu a.hassub span:before{
    display: none;
  }

  .topmenu .navdrop {
	max-height: 0;
	transition: max-height .5s ease;
	overflow:hidden;
	display:block !important;

    position: relative;
  }
  .topmenu .opened {
  	opacity: 1;
  }

  .topmenu .opened ~ .navdrop {
	max-height: 550px;
  }

  .topmenu .navdrop .navdrop_images {
  	display: none;
  }

  .topmenu .navdrop .navdrop_left {
  	width: 100%;
  	text-align: center;
  	padding: 10px;
  }

  .topmenu .navdrop .navdrop_left a.active svg{
	display: none;
  }

  .topmenu .navdrop .navdrop_left a.active span {
  	transform: none;
  	color: black;
  	font-weight: normal;
  }

  .topmenu .navdrop .navdrop_left li.active-mobile span {
  	color: #0060cc;
  	font-weight: 700;
  }

  .subactive .navdrop{
    display: none;
  }

  .header_buttons{
    padding-top: 23px;
    text-align: center;
  }

  .nav + .header_buttons{
    padding-top: 17px;
  }

  .header_buttons .btn_brown{
    min-width: 180px;
  }

  .header_buttons .btn_brown + .btn_brown{
    margin: 15px 0 0 0;
  }

  .header_right .clicker{
    display: block;
  }
}

.btn_cookies.dark.btn_border:hover {
  background-color: #eeeeee;
  text-decoration: underline;
}


/**MQ**/
@media only screen and (max-width: 1023px) {
  .footer_top{
    padding-bottom: 26px;
  }

  .fcontact_item{
    float: none;
    width: auto;
  }

  .fcontact_item + .fcontact_item{
    margin-top: 4.9em
  }

  .fcontact .title_big,
  .fcontact .title_mid{
    min-height: 1px;
  }

  .fcontact .box_formnl,
  .fcontact .cont_btn{
    margin-top: 1.45em;
  }

  .footer .box_logos{
    margin-top: 37px;
  }

  .footer_mid{
    padding-top: 32px;
    padding-bottom: 22px;
  }

  .footer_mid_inner{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 260px;
  }

  .fmenu{
    margin: 18px 0 0 0;
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .fmenu li{
    display: block;
    margin: 16px 0 0 0;
    float: left;
    clear: left;
    padding-right: 20px;
  }

  .fmenu li:nth-child(3) ~ li{
    float: none;
    clear: none;
    margin-left: 150px;
    padding-right: 0;
  }

  .footer_btm .left,
  .footer_btm .right{
    float: none;
  }
}

@media only screen and (max-width: 767px) {
  .fcontact{
    max-width: 500px;
  }

  .fcontact .cont_btn .btn_brown{
    float: none;
    width: 100%;
    margin: 0;
  }

  .fcontact .cont_btn .btn_brown + .btn_brown{
    margin-top: 4px;
  }
}

@media only screen and (max-width: 319px) {
  body{
    min-width: 320px;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.footer_mid_inner {
		max-width: 100%;
	}

	.footer_mid_inner .fmenu {
		width: auto;
	    order: inherit;
	    -webkit-order: inherit;
	    -ms-flex-order: inherit;
	    margin: inherit;
	}
 
	.footer_mid_inner ul li {
		display: inline;
		float: none;
		clear: none;
	}

	.footer_mid_inner ul li:nth-child(3) ~ li {
		float: none;
		margin-left: 16px;
	}

	.footer_btm .left {
		float: left;
	}

	.footer_btm .right {
		float: right;
	}


}

.page_refdetail .size-full {
	max-width: 100%;
	height: inherit;
}
.grecaptcha-badge{display:none;}

.slider_big .item_inner{
	padding-top: 150px !important;
}

.reklamacie_holder > div > div{
	margin-bottom:15px; 
}

.slick-slide .item_inner .desc {
	color: #0060cc !important;
}

.slider_big .btn_white:hover{
	color: white !important;
}

div.main p a{
	color: #0060cc !important;
	font-weight: bold !important;
}
/* cookebot*/

@media screen and (min-width: 1280px){
#CybotCookiebotDialog{
	
}
#CybotCookiebotDialog.CybotEdge{
	max-height:120px !important;
	padding:10px;
}
#CybotCookiebotDialogBodyContentText{
	font-size: 12px !important;
    line-height: 1.2em;
}
#CybotCookiebotDialogBodyContentTitle{
	display: none;
}
#CybotCookiebotDialogPoweredbyCybot{
	margin-top:10px !important;
}
.CybotCookiebotDialogBodyBottomWrapper{
	margin-top:0 !important;
}
	
}
#slogan {
	background: white;
	padding: 60px 120px;
}
#slogan h1, #slogan h2, #slogan h3, #slogan h4 {
	
	color: #0060cc !important;
}
.slogan div{
	text-align:left !important;
}
.slogan h3, .slogan h4 {
	
	color: #0060cc !important;
}


@media screen and (max-width: 768px){
#slogan{
	padding: 15px 30px;
}
}
.cky-consent-container p.cky-title{
	display: none;
}
.cky-notice-btn-wrapper{
	margin-top:0 !important;
}
@media (max-width: 576px) {
    .cky-notice-btn-wrapper .cky-btn {
        width: 100%;
        padding: 3px !important;
        margin-right: 0;
    }
}
.starthome #bg_content_footer_catalog:after{
	
	display:none;
}

.starthome .cky-btn
{
	border-color: black !important;
	color: black !important;
}
.starthome .cky-btn-accept
{
	color: white !important;
	background: black !important;
	border-color: black !important;
}
.page-id-3399 .breadcrumbs{
  display: none;
}
.ty_page{
  text-align: center;
  padding:60px 0;
}
.ty_page .page_refdetail_title{
  width: 100% !important;
  max-width: 100% !important;
}
.ty_page .page_refdetail_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 3px;
  background: #0060cc;
}
.ty_page .page_blogdetail_content{
  text-align: center;
  font-size: 1.2rem;
}
.ty_page h2{
  font-size: 1.6rem;
}
.input_text.error,
.input_select.error
{
  border: 1px solid red;
}
