/*-----------------------------------------RESET-------------------------------------------*/
/* line 2, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  color: inherit;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* line 24, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

@font-face {
  font-family: 'b_n';
  src: url("../fonts/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'b_r';
  src: url("../fonts/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*------------------------------------GENERAL---STYLES----------------------------------*/
/* line 16, ../sass/_general.scss */
html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
  background: #282828;
}

/* line 24, ../sass/_general.scss */
.wrapper {
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* line 31, ../sass/_general.scss */
.wd {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 21px;
  position: relative;
}
/* line 2, ../sass/_scss.scss */
.wd:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}
strong{
	font-weight:700
}
/* line 38, ../sass/_general.scss */
.left {
  float: left;
}

/* line 41, ../sass/_general.scss */
.right {
  float: right;
}

.pt-12{
	padding-top:12px !important;
}
.pt-0{
	padding-top:0 !important;
}

.pb-120{
	padding-bottom:120px !important;
}
.pb-20{
	padding-bottom:20px !important;
}

strong{
	font-weight: 700;
}

/* line 44, ../sass/_general.scss */
a:hover {
  text-decoration: none;
}

/* line 4, ../sass/style.scss */
.header {
  height: 100px;
  background: #ffffff;
}
/* line 7, ../sass/style.scss */
.header .left {
  padding: 8px 0 0 21px;
}
/* line 10, ../sass/style.scss */
.header #menu {
  float: left;
  padding-top: 38px;
  padding-right: 13px;
}
/* line 14, ../sass/style.scss */
.header #menu li {
  font-family: 'b_n';
  font-size: 24px;
  color: #282828;
  float: left;
  margin-right: 55px;
  list-style: none;
}
@media (max-width: 1125px) {
  /* line 14, ../sass/style.scss */
  .header #menu li {
    margin-right: 25px;
  }
}
/* line 24, ../sass/style.scss */
.header #menu li a {
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 32, ../sass/style.scss */
.header #menu li a:hover {
  color: #1671b9;
}
/* line 36, ../sass/style.scss */
.header #menu li.current-menu-item a,
.header #menu li.current-category-ancestor a,
.header #menu li.current-post-ancestor a{
  color: #1671b9;
}
/* line 42, ../sass/style.scss */
.header #phone {
  width: 348px;
  height: 100px;
  background: #1671b9;
  float: right;
  padding-left: 37px;
  text-align: center;
}
/* line 49, ../sass/style.scss */
.header #phone p {
  padding-top: 21px;
  padding-bottom: 5px;
  font-size: 32px;
  font-weight: 700;
}
/* line 55, ../sass/style.scss */
.header #phone a {
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
/* line 59, ../sass/style.scss */
.header #phone a:hover {
  border: none;
}

/* line 65, ../sass/style.scss */
.sl-wr {
  border-bottom: 5px solid #ffc905;
}

/* line 68, ../sass/style.scss */
.slider {
  min-height: 586px;
  position: relative;
  max-width: 1727px;
}
/* line 73, ../sass/style.scss */
.slider .slides .image-in-widget-plugin {
  margin: 0;
  padding: 0;
}
/* line 77, ../sass/style.scss */
.slider .slides li {
  list-style: none;
  display: none;
}
/* line 80, ../sass/style.scss */
.slider .slides li .left {
  position: absolute;
  height: 586px;
  right: 495px;
  left: 0;
  background: #1671b9;
  padding: 0 275px 0 21px;
}
/* line 87, ../sass/style.scss */
.slider .slides li .left span {
  display: block;
  background-image: url("../images/bg-slider.png");
  width: 348px;
  height: 586px;
  position: absolute;
  top: 0;
  right: -2px;
}
/* line 96, ../sass/style.scss */
.slider .slides li .left img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  margin-top: 31px;
  position: relative;
  z-index: 3;
}
/* line 106, ../sass/style.scss */
.slider .slides li .right {
  width: 468px;
  padding-top: 85px;
  margin-right: 21px;
}
/* line 110, ../sass/style.scss */
.slider .slides li .right .tit {
  padding-bottom: 28px;
  font-size: 42px;
  text-transform: uppercase;
  font-family: 'b_n';
}
/* line 116, ../sass/style.scss */
.slider .slides li .right span {
  display: block;
  width: 111px;
  height: 6px;
  background: #1671b9;
}
/* line 122, ../sass/style.scss */
.slider .slides li .right p {
  padding: 39px 0 47px 0;
  line-height: 24px;
}
/* line 126, ../sass/style.scss */
.slider .slides li .right a {
  display: block;
  width: 218px;
  height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
  border: 1px solid #ffc905;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 141, ../sass/style.scss */
.slider .slides li .right a:hover {
  background: #ffc905;
  color: #0D0D0D;
}
/* line 149, ../sass/style.scss */
.slider .flex-direction-nav {
  width: 468px;
  position: absolute;
  right: 21px;
  height: 48px;
  bottom: 29px;
  z-index: 5;
}
/* line 156, ../sass/style.scss */
.slider .flex-direction-nav li {
  list-style: none;
}
/* line 159, ../sass/style.scss */
.slider .flex-direction-nav a {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #ffffff;
  background-image: url("../images/arr.png");
  font-size: 0;
  top: 0;
}
/* line 173, ../sass/style.scss */
.slider .flex-direction-nav a.flex-prev {
  float: left;
  background-position: 50% 15px;
  left: 0;
}
/* line 178, ../sass/style.scss */
.slider .flex-direction-nav a.flex-next {
  float: right;
  background-position: 50% -30px;
  right: 0;
}
/* line 183, ../sass/style.scss */
.slider .flex-direction-nav a:hover {
  border: 1px solid #ffc905;
}
/* line 188, ../sass/style.scss */
.slider .flex-control-nav {
  width: 200px;
  position: absolute;
  right: 156px;
  height: 41px;
  bottom: 29px;
  z-index: 7;
  text-align: center;
}
/* line 196, ../sass/style.scss */
.slider .flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
  list-style: none;
}
/* line 200, ../sass/style.scss */
.slider .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  background: #706F6F;
  font-size: 0;
  cursor: pointer;
}
/* line 209, ../sass/style.scss */
.slider .flex-control-nav li a.flex-active, .slider .flex-control-nav li a:hover {
  background: #1671b9;
}

/* line 216, ../sass/style.scss */
.items {
  min-height: 445px;
  border-bottom: 5px solid #ffc905;
}
/* line 2, ../sass/_scss.scss */
.items:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}
/* line 220, ../sass/style.scss */
.items .wd > div {
  width: 25%;
  float: left;
  text-align: center;
  font-family: 'b_n';
  font-size: 36px;
  text-transform: uppercase;
  padding-top: 95px;
  font-family: 'b_n';
}
/* line 228, ../sass/style.scss */
.items .wd > div .thumb {
  min-height: 234px;
  margin: 0 25px;
}
/* line 230, ../sass/style.scss */
.items .wd > div .thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
/* line 237, ../sass/style.scss */
.items .wd > div a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 244, ../sass/style.scss */
.items .wd > div a:hover {
  color: #ffc905;
}

/* line 251, ../sass/style.scss */
.content {
  padding-top: 96px;
  padding-bottom: 110px;
}
/* line 254, ../sass/style.scss */
.content .wd {
  max-width: 960px;
}
/* line 257, ../sass/style.scss */
.content .title, .content h1 {
  font-family: 'b_n';
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 53px;
  text-align: center;
}
/* line 264, ../sass/style.scss */
.content p {
  line-height: 24px;
  padding-bottom: 30px;
}

/* line 269, ../sass/style.scss */
.footer {
  padding: 23px 0;
  background: #0D0D0D;
}
/* line 2, ../sass/_scss.scss */
.footer:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}
/* line 273, ../sass/style.scss */
.footer .wd > div {
  width: 50%;
  padding-top: 9px;
  padding-bottom: 23px;
  position: relative;
}
/* line 278, ../sass/style.scss */
.footer .wd > div .tit {
  font-family: 'b_n';
  font-size: 36px;
  padding-bottom: 28px;
  padding-left: 93px;
  color: #ffc905;
  text-transform: uppercase;
}
/* line 286, ../sass/style.scss */
.footer .wd > div.right .tit {
  padding-left: 105px;
  padding-bottom: 35px;
}
/* line 290, ../sass/style.scss */
.footer .wd > div.left p {
  padding: 15px 0 0 93px;
  font-weight: 700;
  background-image: url("../images/icon-foot.png");
  margin-bottom: 24px;
  min-height: 27px;
}
/* line 296, ../sass/style.scss */
.footer .wd > div.left p.tel {
  background-position: 0 -58px;
  height: 31px;
}
/* line 300, ../sass/style.scss */
.footer .wd > div.left p.mail {
  background-position: 0 -124px;
  padding-top: 10px;
}
/* line 306, ../sass/style.scss */
.footer .wd > div.left span {
  display: block;
  border-left: 1px solid #ffc905;
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 315, ../sass/style.scss */
.footer .wd > div .copy {
  font-size: 14px;
  line-height: 18px;
  padding-top: 25px;
}
/* line 321, ../sass/style.scss */
.footer .wd > div.right .form {
  padding-left: 105px;
}

/* line 328, ../sass/style.scss */
.footer .form p {
  max-width: 377px;
  margin-bottom: 35px;
}
/* line 332, ../sass/style.scss */
.footer .form input, .footer .form textarea {
  height: 18px;
  padding: 5px 3px;
  border-bottom: 1px solid #a3a3a3;
  display: block;
  width: 100%;
  background: none;
}
/* line 340, ../sass/style.scss */
.footer .form input[type="submit"] {
  width: 218px;
  height: 44px;
  border: 1px solid #ffc905;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  margin-top: 53px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 357, ../sass/style.scss */
.footer .form input[type="submit"]:hover {
  background: #ffc905;
  color: #0D0D0D;
}
/* line 362, ../sass/style.scss */
.footer .form textarea {
  overflow: hidden;
  resize: none;
  position: relative;
  height: 22px;
  padding: 0 3px;
  line-height: 18px;
  position: relative;
  top: 7px;
}
/* line 372, ../sass/style.scss */
.footer .form label {
  color: #605F5F;
  margin: 7px 0 0 3px;
  display: block;
  position: absolute;
}

/* line 379, ../sass/style.scss */
#ta-clone {
  padding: 0 3px;
  line-height: 18px;
  min-height: 22px;
  white-space: pre-wrap;
  display: none;
}

/*---page---*/
/* line 387, ../sass/style.scss */
h1 {
  width: 100%;
  margin: auto;
  text-align: center;
  font-family: 'b_n';
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 144px;
}
/* line 395, ../sass/style.scss */
h1 span {
  display: block;
  width: 111px;
  height: 6px;
  background: #1671b9;
  margin: auto;
  margin-top: 7px;
}

/* line 404, ../sass/style.scss */
.page {
  padding-top: 84px;
  padding-bottom: 121px;
}
/* line 407, ../sass/style.scss */
.page .wd {
  width: 960px;
}
/* line 410, ../sass/style.scss */
.page h1 {
  padding-bottom: 35px;
}
/* line 413, ../sass/style.scss */
.page p {
  line-height: 24px;
  padding-bottom: 30px;
}

/*services*/
/* line 421, ../sass/style.scss */
.services, .service-in {
  padding-top: 84px;
  padding-bottom: 69px;
}
/* line 424, ../sass/style.scss */
.services .wd, .service-in .wd {
  max-width: 960px;
}
/* line 427, ../sass/style.scss */
.services h1, .service-in h1 {
  padding-bottom: 48px;
}
/* line 430, ../sass/style.scss */
.services .item, .service-in .item {
  border-bottom: 2px solid #ffffff;
  padding-top: 74px;
  padding-bottom: 50px;
}
/* line 2, ../sass/_scss.scss */
.services .item:after, .service-in .item:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}
/* line 435, ../sass/style.scss */
.services .item.last, .service-in .item.last {
  border: none;
}
/* line 438, ../sass/style.scss */
.services .item .left, .services .item .right, .service-in .item .left, .service-in .item .right {
  width: 50%;
}
/* line 441, ../sass/style.scss */
.services .item .tit, .service-in .item .tit {
  font-size: 24px;
  color: #ffc905;
  font-weight: 700;
  padding-bottom: 26px;
}
/* line 447, ../sass/style.scss */
.services .item p, .service-in .item p {
  line-height: 24px;
  padding-bottom: 30px;
}
/* line 451, ../sass/style.scss */
.services .item .all, .service-in .item .all {
  font-weight: 700;
  color: #ffc905;
}
/* line 455, ../sass/style.scss */
.services .item .price, .service-in .item .price {
  font-weight: 700;
  padding: 46px 0 41px 0;
}
.service-in.act .item .price {
  font-weight: 700;
  padding: 0 0 35px 0;
}
.service-in.act .item .price.old {
	text-decoration:line-through
}
/* line 458, ../sass/style.scss */
.services .item .price .yl, .service-in .item .price .yl {
  color: #ffc905;
}
/* line 461, ../sass/style.scss */
.services .item .price .big, .service-in .item .price .big {
  font-size: 24px;
}
/* line 465, ../sass/style.scss */
.services .item .modal, .services .item .view, .service-in .item .modal, .service-in .item .view {
  display: block;
  width: 373px;
  height: 44px;
  border: 1px solid #ffc905;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 481, ../sass/style.scss */
.services .item .modal:hover, .services .item .view:hover, .service-in .item .modal:hover, .service-in .item .view:hover {
  background: #ffc905;
  color: #282828;
}
/* line 486, ../sass/style.scss */
.services .item img, .service-in .item img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

/* line 494, ../sass/style.scss */
.service-in {
  padding-bottom: 0;
}
/* line 496, ../sass/style.scss */
.service-in h1 {
  padding-bottom: 43px;
}
/* line 499, ../sass/style.scss */
.service-in .item {
  padding-top: 41px;
  border: none;
}
/* line 502, ../sass/style.scss */
.service-in .item.even {
  background: #444;
}

/* line 506, ../sass/style.scss */
.service-in .thumb {
  width: 376px;
  height: 336px;
}
/* line 510, ../sass/style.scss */
.service-in .thumb img {
  display: block;
  width: 376px;
  height: 336px;
  border:1px solid #1671b9;
}
/* line 519, ../sass/style.scss */
.service-in .right {
  padding-top: 37px;
}
/* line 523, ../sass/style.scss */
.service-in .left .modal {
  width: 379px;
}
/* line 526, ../sass/style.scss */
.service-in .left .price {
  width: 379px;
  text-align: center;
}
/* line 531, ../sass/style.scss */
.service-in .sub-tit {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0 35px 0;
}
/* line 536, ../sass/style.scss */
.service-in table {
  width: 100%;
}
/* line 540, ../sass/style.scss */
.service-in tr td {
  vertical-align: middle;
  padding: 15px 0;
  line-height: 18px;
}
/* line 544, ../sass/style.scss */
.service-in tr td:last-child {
  font-weight: 700;
  text-align: right;
}

/* line 551, ../sass/style.scss */
.sub-item {
  padding: 36px 0 86px;
  background: #444;
}
/* line 554, ../sass/style.scss */
.sub-item.about {
  background: #282828;
  padding-top: 70px;
}
/* line 557, ../sass/style.scss */
.sub-item.about p {
  padding-bottom: 20px;
}
/* line 560, ../sass/style.scss */
.sub-item.about .dwnl {
  margin-top: 29px;
  width: 300px;
}
/* line 565, ../sass/style.scss */
.sub-item .wd {
  max-width: 960px;
}
/* line 568, ../sass/style.scss */
.sub-item .title, .sub-item h2 {
  text-align: center;
  font-family: 'b_n';
  font-size: 42px;
  text-transform: uppercase;
  padding-bottom: 40px;
}
/* line 575, ../sass/style.scss */
.sub-item p {
  line-height: 24px;
  padding-bottom: 49px;
}
/* line 579, ../sass/style.scss */
.sub-item .dwnl {
  width: 300px;
  height: 47px;
  margin: auto;
  text-align: center;
  background-image: url("../images/icon-doc.png");
  padding-left: 37px;
  line-height: 72px;
}
/* line 587, ../sass/style.scss */
.sub-item .dwnl a {
  color: #ffc905;
  font-size: 18px;
  font-weight: 700;
}

/*---about---*/
/* line 596, ../sass/style.scss */
.trig {
  padding-top: 31px;
  border-top: 4px solid #ffc905;
  border-bottom: 4px solid #ffc905;
  background: #1671b9;
}
/* line 2, ../sass/_scss.scss */
.trig:after {
  display: block;
  width: 100%;
  content: "";
  clear: both;
}
/* line 602, ../sass/style.scss */
.trig .wd {
  max-width: 960px;
}
/* line 605, ../sass/style.scss */
.trig .title, .trig h2 {
  padding-bottom: 102px;
  text-align: center;
  font-family: 'b_n';
  font-size: 42px;
  text-transform: uppercase;
}
/* line 612, ../sass/style.scss */
.trig .item {
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
/* line 619, ../sass/style.scss */
.trig .col-3 .item {
  width: 33.333%;
  float: left;
  height: 207px;
}
/* line 625, ../sass/style.scss */
.trig .col-2 {
  width: 765px;
  margin: auto;
}
/* line 628, ../sass/style.scss */
.trig .col-2 .item {
  width: 50%;
  float: left;
  height: 207px;
}
/* line 634, ../sass/style.scss */
.trig .icons {
  height: 110px;
}
/* line 636, ../sass/style.scss */
.trig .icons img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/*contacts*/
/* line 646, ../sass/style.scss */
.contacts {
  padding-bottom: 0;
}
/* line 648, ../sass/style.scss */
.contacts .tabs {
  width: 245px;
  height: 35px;
  position: relative;
  margin: auto;
}
/* line 653, ../sass/style.scss */
.contacts .tabs li {
  float: left;
  width: 50%;
  list-style: none;
  padding-top: 5px;
}
/* line 658, ../sass/style.scss */
.contacts .tabs li.sep {
  display: block;
  width: 3px;
  height: 35px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  padding: 0;
}
/* line 669, ../sass/style.scss */
.contacts .tabs li.f {
  text-align: right;
}
/* line 671, ../sass/style.scss */
.contacts .tabs li.f a {
  padding-right: 30px;
}
/* line 675, ../sass/style.scss */
.contacts .tabs li.s a {
  padding-left: 30px;
}
/* line 678, ../sass/style.scss */
.contacts .tabs li a {
  font-size: 24px;
  font-weight: 700;
  color: #ffc905;
}
/* line 682, ../sass/style.scss */
.contacts .tabs li a.act {
  color: #FFF;
  text-decoration: none;
  cursor: default;
}
/* line 690, ../sass/style.scss */
.contacts .tab-cont {
  padding-top: 68px;
  padding-bottom: 107px;
  text-align: center;
  display: none;
}
/* line 695, ../sass/style.scss */
.contacts .tab-cont h3 {
  padding-bottom: 17px;
  font-size: 18px;
  font-weight: 700;
}
/* line 700, ../sass/style.scss */
.contacts .tab-cont p {
  font-size: 18px;
  padding-bottom: 63px;
  line-height: 24px;
}
/* line 706, ../sass/style.scss */
.contacts .map {
  height: 405px;
  display:none
}

/*modal*/
/* line 712, ../sass/style.scss */
.modal-wind {
  width: 772px;
  background: #FFF;
  position: absolute;
  z-index: 9;
  margin-left: -386px;
  left: 50%;
  padding: 39px 0 65px;
  display: none;
}
/* line 722, ../sass/style.scss */
.modal-wind .close {
  width: 17px;
  height: 17px;
  background-image: url("../images/close.png");
  position: absolute;
  display: block;
  right: 17px;
  top: 17px;
}
/* line 730, ../sass/style.scss */
.modal-wind .close:hover {
  background-position: 0 -18px;
}
/* line 734, ../sass/style.scss */
.modal-wind .form {
  width: 457px;
  margin: auto;
}
/* line 737, ../sass/style.scss */
.modal-wind .form .title {
  padding-bottom: 38px;
  color: #282828;
  font-family: 'b_n';
  text-transform: uppercase;
  font-size: 42px;
  text-align: center;
}
/* line 745, ../sass/style.scss */
.modal-wind .form label {
  display: block;
  color: #707070;
  padding: 0 0 5px 29px;
}
/* line 750, ../sass/style.scss */
.modal-wind .form p {
 position: relative;
  margin-bottom: 18px;
}
/* line 757, ../sass/style.scss */
.modal-wind .form p .bul {
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  z-index: 3;
  top: 41px;
  right: 22px;
  background: #cccccc;
}
/* line 769, ../sass/style.scss */
.modal-wind .form p.ta {
  margin-bottom: 50px;
}
/* line 773, ../sass/style.scss */
.modal-wind .form p.mb-50 {
  margin-bottom: 50px;
}
/* line 777, ../sass/style.scss */
.modal-wind .form input, .modal-wind .form textarea {
  color: #000;
  height: 18px;
  padding: 14px 34px;
  background: none;
  display: block;
  width: 389px;
  resize: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
/* line 785, ../sass/style.scss */
.modal-wind .form input[type="submit"]{
  width: 374px;
  height: 44px;
  border: 1px solid #1671b9;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  line-height: 46px;
  padding: 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #282828;
}
.modal-wind .form input[type="submit"]{
	 -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 802, ../sass/style.scss */
.modal-wind .form input[type="submit"]:hover, .modal-wind .form textarea[type="submit"]:hover {
  color: #FFF;
  background: #1671b9;
}
/* line 808, ../sass/style.scss */
.modal-wind .form textarea {
  height: 159px;
}
.modal-wind .wpcf7-form-control-wrap{
	position:static !important
}
.modal-wind .wpcf7-not-valid+span{
	background:#ff3131 !important
}
.modal-wind .wpcf7-not-valid{
	border: 1px solid #ff3131 !important;
}
.right .wpcf7-not-valid{
	border-bottom: 1px solid #ff3131 !important;
}
.wpcf7-not-valid-tip{
	position:absolute;
	margin-left:34px;
	margin-top:-14px;
	font-size:12px !important;
}
.right .wpcf7-not-valid-tip{
	display:block;
	margin-top:2px !important;
	margin-left:3px !important;
	width:350px;
}
.right .textarea-328 .wpcf7-not-valid-tip{
	margin-top:8px !important;
}
.wpcf7-validation-errors{
	display:none !important
}
.modal-wind div.wpcf7-mail-sent-ok{
	border:none;
	background:#fff;
	position:absolute;
	right:0;
	left:0;
	top:80px;
	bottom:0;
	z-index:3;
	color:#282828;
	padding-top:50px;
	font-family: 'b_n';
	font-size:34px;
	line-height:45px;
	margin:0;
	text-align:center;
}
.right div.wpcf7-mail-sent-ok{
	border:none;
	background:#0D0D0D;
	position:absolute;
	right:0;
	left:0;
	top:80px;
	bottom:0;
	z-index:3;
	color:#fff;
	padding-top:50px;
	font-family: 'b_n';
	font-size:24px;
	line-height:45px;
	margin:0;
	text-align:center;
}
#order div.wpcf7-mail-sent-ok{
padding-top:300px !important
}



#mask{
	position:absolute;
	z-index:7;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	display:none;
	background:url("../images/mask.png") repeat;
}


/*Article*/
.article .tit{
	font-size: 28px !important;
}
.article h2{
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 22px;
}
.article h3{
	font-weight: 700;
	padding-bottom: 22px;
	font-size: 18px;
}
.article ul,
.article ol{
	padding-bottom: 22px;
	padding-top: 10px;
}
.article li{
	padding-bottom: 16px;
	margin-left: 17px;
	line-height: 24px;
	padding-left: 7px;
}
.article img.alignleft{
	float: left;
	margin: 0 25px 25px 0;
}
.article img.alignright{
	float: right;
	margin: 0 0 25px 25px;
}
.article img.aligncenter{
	margin: auto;
}
.article img.alignnone{
	margin: 0;
}

.next-prev-post-link{
	clear: both;
	padding: 38px 0;
}
	
.next-prev-post-link a{
	display: block;
	text-decoration: none;
	color: #ffc905;
    font-weight: 700;
}
.next-prev-post-link a:hover{
	text-decoration: underline;
}

.next-prev-post-link .prev{
	float: left;
}

.next-prev-post-link .next{
	float: right;
}



/*===MORE===*/
.more {
  max-height: 97px;
  margin-bottom:30px;
}

.more_apply {
  max-height: none;
  padding-bottom: 35px;
  position: relative;
}

.more__inner {
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.more__button {
  display: block;
  position: absolute;
  bottom: 11px;
  right: 0;
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  color:#ffc905;
  border-bottom: 1px dashed #ffc905;
  outline:none;
  cursor:pointer;
}

.more__button:hover{
	border-bottom-color: transparent;
}


  /*===g-recaptcha===*/
.g-recaptcha{
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
transform: scale(0.9);
transform-origin: 0 0;
margin: 0 0 30px;
}
