@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #272727;
  background: #fff;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 100;
}
* + table {
  margin-top: 25px;
}
h1,
h2,
h3,
h4,
.inner-title,
.second-title,
.small-title {
  text-align: center;
  color: #105899;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 500;
}
h2,
.second-title {
  font-size: 26px;
  margin-bottom: 20px;
}
h3,
.small-title {
  font-size: 20px;
  margin-bottom: 20px;
}
h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
a {
  color: #105899;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 19px;
  text-align: justify;
}
b {
  font-weight: 500;
}
.fleft {
  width: 400px;
  display: block;
  margin: 30px auto 20px auto;
}
.att-text-green {
  color: #129c39;
}
.att-text-orange {
  color: #f38224;
}
.att-text-blue {
  color: #105899;
}
.page-title {
  font-size: 30px;
  line-height: 1.2;
  color: #105899;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 0;
  text-align: center;
}
hr {
  display: block;
  height: 1px;
  background: #ccc;
  border: none;
  margin: 0;
  clear: both;
  outline: none;
  overflow: hidden;
  position: relative;
}
ul,
ol {
  margin-bottom: 19px;
  font-weight: normal;
}
li {
  position: relative;
  margin-bottom: 4px;
}
li:last-child {
  margin-bottom: 0;
}
ol {
  counter-reset: li;
  list-style: none;
}
ol.ol-list {
  margin-bottom: 30px;
}
ol.ol-list li {
  padding-left: 42px;
  margin-bottom: 6px;
  min-height: 35px;
}
ol.ol-list li:last-child {
  margin-bottom: 0;
}
ol.ol-list li:before {
  content: counter(li);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  border: 2px solid #41b864;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #129c39;
  font-weight: 400;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -15px;
}
ol li {
  padding-left: 21px;
}
ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  display: block;
  width: 21px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  color: #105899;
  font-weight: 500;
}
ul li {
  padding-left: 27px;
}
ul li:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #f38225;
  position: absolute;
  top: 1px;
  left: 0;
}
ul.marker-green li:before {
  border-color: #41b864;
}
ul.marker-stars li:before {
  background: none;
  border-radius: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -285px -280px;
  width: 15px;
  height: 15px;
  top: 0;
}
table {
  width: auto;
  font-weight: normal;
  margin-bottom: 20px;
}
table.tbl-green th {
  background: #41b864;
}
table th,
table td {
  vertical-align: top;
  padding: 10px 35px;
  text-align: center;
  font-weight: normal;
}
table td {
  border-bottom: 1px solid #bbbbbb;
}
table th {
  color: #fff;
  background: #105899;
  font-size: 18px;
}
table tr:last-child td {
  border-bottom: none;
}
.clear {
  clear: both;
}
.tbl-box {
  clear: both;
  margin-bottom: 25px;
}
.tbl-box .inner-block {
  overflow: auto;
  position: relative;
}
.tbl-box table {
  margin-bottom: 20px;
}
.frm-product {
text-align: justify !important;
font-size: smaller !important;
}
@media (min-width: 768px) {
  .fleft {
    float: left;
    margin: 5px 30px 26px 0;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
    line-height: 1.1667;
  }
  p {
    margin-bottom: 21px;
  }
  h1,
  .inner-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  h2,
  .second-title {
    font-size: 30px;
    margin-bottom: 25px;
  }
  h3,
  .small-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .page-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .fleft {
    width: 500px;
    margin: 5px 34px 30px 0;
  }
  li {
    margin-bottom: 8px;
  }
  ol,
  ul {
    margin-bottom: 21px;
  }
  table {
    margin-bottom: 22px;
  }
  table th {
    font-size: 20px;
    line-height: 24px;
    padding: 13px 49px;
  }
  table td {
    padding: 16px 20px;
  }
  * + table {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  ul.marker-stars li:before {
    background-image: url(../img/spr.png);
    background-position: -118px -280px;
    width: 21px;
    height: 20px;
    top: 0;
  }
  ol.ol-list li {
    padding-left: 57px;
    margin-bottom: 15px;
    min-height: 40px;
  }
  ol.ol-list li:last-child {
    margin-bottom: 0;
  }
  ol.ol-list li:before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 36px;
    font-size: 24px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sep-page {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: 415px;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 480px;
  max-width: 1380px;
}
.page {
  margin-bottom: 45px;
  padding-top: 40px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 480px;
}
.wrap {
  overflow: hidden;
  min-height: 100%;
}
/* footer */
.footer {
  background: #0e599a;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  color: #fff;
  min-height: 415px;
  margin-top: -415px;
}
.footer .inner-wrap {
  padding-top: 30px;
}
.footer .bottom-panel {
  position: relative;
  background: #024885;
  padding: 15px 0 10px 0;
  clear: both;
}
.footer .bottom-panel:before,
.footer .bottom-panel:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #024885;
}
.footer .bottom-panel:before {
  left: auto;
  right: 100%;
}
.footer .logo-block {
  line-height: 1;
  margin-bottom: 30px;
}
.footer .phone-block {
  line-height: 1;
  font-size: 0;
  margin-bottom: 35px;
}
.footer .menu-block {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 12px;
}
.footer .menu-block ul,
.footer .menu-block li {
  margin: 0;
  padding: 0;
}
.footer .menu-block ul:before,
.footer .menu-block li:before {
  display: none;
}
.footer .menu-block ul {
  margin: 0 -20px;
}
.footer .menu-block li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.footer .menu-block a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.footer .menu-block a:hover,
.footer .menu-block a.active {
  text-decoration: underline;
}
.footer .copy-block {
  font-size: 20px;
  line-height: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
.footer .studio-block {
  font-size: 18px;
  line-height: 1;
  font-weight: 100;
}
.footer .studio-block a {
  color: #f2a464;
}
.footer .phone {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  margin-right: 19px;
}
.footer .phone a {
  text-decoration: none;
  color: #fff;
}
.footer .button {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.footer .button a {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  padding: 0 17px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #41b864;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.footer .button a:hover {
  background: #259f49;
}
.footer .logo {
  color: #fff;
}
.footer .logo .logo-pic {
  display: block;
  margin: 0 auto 15px auto;
  width: 71px;
}
.footer .logo .logo-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}
.footer .logo .logo-subtitle {
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}
.footer .logo .logo-subtitle span {
  display: inline-block;
  vertical-align: top;
  background: #f38225;
  padding: 0 15px;
}
.footer .soc-block {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  clear: both;
}
.footer .soc-block i {
  font-size: 24px;
  margin: 0 5px;
}
.footer .soc-block a {
  text-decoration: none;
  color: #fff;
}
/* end footer */
/* header */
.header {
  font-size: 14px;
  line-height: 1.2;
  z-index: 9;
}
.header .inner-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.header .logo .logo-pic {
  margin-bottom: 3px;
    margin-left: 0px;
    width: 152px;
}
.header .logo .logo-title {
  font-size: 18px;
  line-height: 14px;
  color: #105899;
  font-weight: 500;
  margin-bottom: 5px;
}
.header .logo .logo-subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
}
.header .logo .logo-subtitle span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background: #f38225;
}
.header .logo-block {
  /*background: #fff;*/
  background: #0e599a;
  width: 179px;
  position: absolute;
  top: 0;
  left: 16px;
  float: left;
  padding-top: 7px;
  z-index: 2;
  height: 110px;
}
.header .logo-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 9999px;
  background: #0e599a;
}
.header .top-panel,
.header .bottom-panel {
  height: 55px;
  position: relative;
  background: #0e599a;
  display: block;
  clear: both;
  padding-left: 179px;
}
.header .top-panel:before,
.header .bottom-panel:before,
.header .top-panel:after,
.header .bottom-panel:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #0e599a;
}
.header .top-panel:before,
.header .bottom-panel:before {
  left: auto;
  right: 100%;
}
.header .top-panel {
  padding-right: 80px;
}
.header .bottom-panel {
  background: rgba(81, 134, 183, 0.85);
}
.header .bottom-panel:before,
.header .bottom-panel:after {
  background: rgba(81, 134, 183, 0.85);
}
.header .phone-block {
  padding: 10px 32px 0 0;
  height: 55px;
  text-align: right;
  position: relative;
}
.header .phone-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 40px;
  z-index: 3;
  background: #f38225;
}
.header .phone-block:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -199px -280px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: -29px;
  margin: -9px 0 0 0;
  z-index: 4;
}
.header .lk-block {
  position: absolute;
  top: 0;
  right: -16px;
  width: 120px;
  z-index: 9;
}
.header .lk-block a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #41b864;
  padding: 0 5px 0 10px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.header .lk-block a:hover {
  background: #259f49;
}
.header .lk-block a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  text-align: left;
}
.header .btn-action-menu {
  float: left;
}
.header .btn-action-search {
  position: absolute;
  top: 6px;
  right: -7px;
}
.header .phone {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
.header .phone a {
  text-decoration: none;
  color: #fff;
}
.header .button {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-top: -5px;
}
.header .button a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.header .button a:hover {
  padding-bottom: 1px;
  border-bottom: none;
}
/* end header */
/* main search */
.main-search-wrap .search-block {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 46px 19px 8px;
  z-index: 9;
  background: rgba(81, 134, 183, 0.85);
}
.main-search-wrap .search-block:before,
.main-search-wrap .search-block:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: rgba(81, 134, 183, 0.85);
}
.main-search-wrap .search-block:before {
  left: auto;
  right: 100%;
}
.main-search-wrap input[type="text"] {
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 20px;
  text-align: left;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
}
.main-search-wrap [placeholder]::-webkit-input-placeholder {
  color: #fff;
}
.main-search-wrap [placeholder]:-moz-placeholder {
  color: #fff;
}
.main-search-wrap [placeholder]::-moz-placeholder {
  color: #fff;
}
.main-search-wrap [placeholder]:-ms-input-placeholder {
  color: #fff;
}
.main-search-wrap .btn-action-close {
  position: absolute;
  top: 6px;
  right: -8px;
}
/* end main search */
/* main menu */
.main-menu-wrap {
  line-height: 1;
  display: block;
}
.main-menu-wrap .menu-block {
  display: none;
}
.main-menu-wrap ul,
.main-menu-wrap li {
  margin: 0;
  padding: 0;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
  display: none;
}
.main-menu-wrap .btn-action-close {
  display: none;
}
/* end main menu */
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
}
.logo .logo-pic,
.logo .logo-title,
.logo .logo-subtitle {
  display: block;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  /* main menu */
  .main-menu-wrap {
    text-align: center;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 230px;
    background: rgba(80, 135, 184, 0.95);
    z-index: 120;
    height: 100%;
    max-height: 100%;
  }
  .main-menu-wrap .inner-menu {
    display: block;
    width: 350px;
    max-height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    padding-bottom: 45px;
  }
  .main-menu-wrap .inner-menu > ul > li,
  .main-menu-wrap .inner-menu > div > ul > li {
    margin-bottom: 5px;
  }
  .main-menu-wrap .inner-menu > ul > li.open > a,
  .main-menu-wrap .inner-menu > div > ul > li.open > a {
    background: #f38225;
  }
  .main-menu-wrap .inner-menu > ul > li.open > ul,
  .main-menu-wrap .inner-menu > div > ul > li.open > ul {
    display: block;
  }
  .main-menu-wrap .inner-menu > ul > li.open li.open > ul,
  .main-menu-wrap .inner-menu > div > ul > li.open li.open > ul {
    display: block;
  }
  .main-menu-wrap .inner-menu > ul > li:last-child,
  .main-menu-wrap .inner-menu > div > ul > li:last-child {
    margin-bottom: 0;
  }
  .main-menu-wrap .inner-menu > ul > li > a,
  .main-menu-wrap .inner-menu > div > ul > li > a {
    font-size: 26px;
    line-height: 30px;
    padding: 5px 20px;
    text-transform: uppercase;
    background: rgba(14, 89, 154, 0.45);
    font-weight: 500;
  }
  .main-menu-wrap .inner-menu > ul > li > a:hover,
  .main-menu-wrap .inner-menu > div > ul > li > a:hover,
  .main-menu-wrap .inner-menu > ul > li > a.active,
  .main-menu-wrap .inner-menu > div > ul > li > a.active {
    background: #f38225;
  }
  .main-menu-wrap .inner-menu > ul ul,
  .main-menu-wrap .inner-menu > div > ul ul {
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    padding: 5px 15px 10px 15px;
  }
  .main-menu-wrap .inner-menu > ul ul li,
  .main-menu-wrap .inner-menu > div > ul ul li {
    margin-bottom: 2px;
  }
  .main-menu-wrap .inner-menu > ul ul li:last-child,
  .main-menu-wrap .inner-menu > div > ul ul li:last-child {
    margin-bottom: 0;
  }
  .main-menu-wrap .inner-menu > ul ul a,
  .main-menu-wrap .inner-menu > div > ul ul a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    text-transform: none;
    padding: 9px 14px;
    background: #42b668;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
  }
  .main-menu-wrap .inner-menu > ul ul a:hover,
  .main-menu-wrap .inner-menu > div > ul ul a:hover,
  .main-menu-wrap .inner-menu > ul ul a.active,
  .main-menu-wrap .inner-menu > div > ul ul a.active {
    background: #259f49;
  }
  .main-menu-wrap .inner-menu a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  .main-menu-wrap .btn-action-close {
    display: block;
    position: absolute;
    top: 175px;
    right: 50%;
    margin-right: -205px;
  }
  .main-menu-wrap .btn-action-close:before {
    background-image: url(../img/spr.png);
    background-position: -314px -112px;
    width: 30px;
    height: 31px;
    margin: -15px 0 0 -15px;
  }
  /* end main menu */
}
@media (min-width: 640px) {
  /* header */
  .header .logo-block {
    padding-left: 35px;
    width: 236px;
  }
  .header .bottom-panel {
    padding-left: 270px;
  }
  .header .top-panel {
    padding-left: 276px;
    padding-right: 100px;
  }
  .header .phone-block {
    padding-top: 6px;
    padding-right: 25px;
  }
  .header .lk-block {
    width: 125px;
  }
  .header .lk-block a {
    font-size: 14px;
  }
  .header .lk-block a span {
    line-height: 1;
  }
  .header .phone {
    font-size: 24px;
  }
  .header .button {
    font-size: 18px;
  }
  /* end header */
  .main-search-wrap .search-block {
    left: 236px;
  }
  .main-search-wrap .search-block:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .page {
    margin-bottom: 60px;
  }
  /* header */
  .header .logo-block {
    width: 320px;
    padding-left: 0;
    padding-top: 19px;
  }
  .header .top-panel {
    padding-left: 320px;
  }
  .header .bottom-panel {
    padding-left: 355px;
  }
  .header .phone-block {
    padding: 6px 0 0 8px;
    margin-left: 95px;
    float: left;
  }
  .header .logo {
    padding: 0 0 0 90px;
    position: relative;
	width:300px;
	height:80px;
  }
  .header .logo .logo-pic {
    width: 295px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .header .logo .logo-title {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .header .logo .logo-subtitle {
    font-size: 16px;
  }
  .header .logo .logo-subtitle span {
    line-height: 20px;
    padding: 0 15px;
  }
  /* end header */
  .main-search-wrap .search-block {
    left: 320px;
  }
}
@media (min-width: 1025px) {
  /* header */
  .header .logo-block {
    height: 100px;
  }
  .header .top-panel {
    height: 40px;
    padding-right: 0;
  }
  .header .bottom-panel {
    height: 60px;
  }
  .header .phone-block {
    padding: 0 0 0 9px;
    line-height: 40px;
    margin-left: 95px;
    margin-bottom: 0;
    height: 40px;
  }
  .header .phone-block:before {
    height: 40px;
  }
  .header .phone-block:after {
    top: 20px;
  }
  .header .lk-block {
    width: auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: static;
    float: right;
  }
  .header .lk-block a {
    display: block;
    height: 40px;
    width: auto;
    line-height: 40px;
    font-size: 18px;
    padding: 0 18px;
    white-space: nowrap;
  }
  .header .lk-block a span {
    vertical-align: top;
    line-height: 40px;
    padding: 0;
  }
  .header .phone {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 0;
    font-size: 26px;
  }
  .header .button {
    float: left;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-size: 18px;
  }
  .header .btn-action-search {
    top: 10px;
  }
  .header .btn-action-close {
    top: 10px;
  }
  /* end header */
  .main-search-wrap input[type="text"] {
    font-size: 20px;
  }
  .main-search-wrap .search-block {
    padding-left: 23px;
    padding-bottom: 0;
    padding-top: 18px;
    height: 60px;
  }
  /* main menu */
  .main-menu-wrap {
    height: 60px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
  }
  .main-menu-wrap .btn-action-menu {
    display: none;
  }
  .main-menu-wrap .menu-block {
    display: block;
    margin-right: 50px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul {
    padding-top: 5px;
    height: 60px;
    text-align: justify;
  }
  .main-menu-wrap .menu-block .inner-menu > ul:after,
  .main-menu-wrap .menu-block .inner-menu > div > ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li:last-child ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li:last-child ul,
  .main-menu-wrap .menu-block .inner-menu > ul > li.last ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li.last ul {
    left: auto;
    right: -15px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li:last-child ul ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li:last-child ul ul,
  .main-menu-wrap .menu-block .inner-menu > ul > li.last ul ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li.last ul ul {
    right: 100%;
    left: auto;
    border-left: none;
    border-right: 3px solid #f38225;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li:hover > a:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li:hover > a:before {
    opacity: 1;
    background: #0e599a !important;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li:hover > ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li:hover > ul {
    display: block;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a {
    display: block;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    position: relative;
    color: #fff;
    text-align: left;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: -3px;
    border-bottom: 3px solid #f38225;
    background: rgba(14, 89, 154, 0.55);
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a.active:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a.active:before {
    background: none;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a:hover:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a:hover:before {
    background: #0e599a;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a:hover:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a:hover:before,
  .main-menu-wrap .menu-block .inner-menu > ul > li > a.active:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a.active:before {
    opacity: 1;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a span,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a span {
    display: block;
    position: relative;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul {
    padding: 9px 0;
    display: none;
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
    border-top: 3px solid #f38225;
    position: absolute;
    top: 100%;
    left: -15px;
    width: 300px;
    background: rgba(62, 121, 174, 0.95);
    font-size: 17px;
    line-height: 17px;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    text-align: left;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul li:hover > a,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul li:hover > a {
    background: #41b864;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul li:hover ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul li:hover ul {
    display: block;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul a,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 7px 20px 7px 15px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul a:hover,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul a:hover,
  .main-menu-wrap .menu-block .inner-menu > ul ul a.active,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul a.active {
    background: #41b864;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul li,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul li {
    position: relative;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul ul {
    width: 305px;
    top: -9px;
    left: 100%;
    border-left: 3px solid #f38225;
    border-top: none;
  }
  /* end main menu */
}
@media (min-width: 1280px) {
  .sep-page {
    height: 487px;
  }
  .inner-wrap,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page {
    padding-top: 50px;
    margin-bottom: 100px;
  }
  /* footer */
  .footer {
    min-height: 487px;
    margin-top: -487px;
  }
  .footer .bottom-panel {
    padding-top: 10px;
  }
  .footer .logo-block {
    margin-bottom: 40px;
  }
  .footer .phone-block {
    margin-bottom: 45px;
    padding-left: 40px;
  }
  .footer .menu-block {
    font-size: 20px;
  }
  .footer .menu-block ul {
    margin: 0 -30px;
  }
  .footer .menu-block li {
    margin: 0 12px;
  }
  .footer .copy-block {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }
  .footer .studio-block {
    font-size: 18px;
    line-height: 28px;
  }
  .footer .phone {
    font-size: 42px;
    line-height: 44px;
    margin-right: 30px;
  }
  .footer .button a {
    height: 45px;
    padding: 0 20px;
    font-size: 20px;
  }
  .footer .logo .logo-pic {
    width: 350px;
    margin-bottom: 22px;
  }
  .footer .logo .logo-title {
    font-size: 26px;
    line-height: 28px;
  }
  .footer .logo .logo-subtitle {
    font-size: 18px;
  }
  .footer .logo .logo-subtitle span {
    padding: 0 9px;
  }
  /* end footer */
  /* header */
  .header .logo-block {
    width: 398px;
    padding-left: 30px;
    padding-top: 14px;
    height: 120px;
    left: 40px;
  }
  .header .top-panel {
    height: 45px;
    padding-left: 398px;
  }
  .header .bottom-panel {
    height: 75px;
    padding-left: 436px;
  }
  .header .phone-block {
    margin-left: 146px;
    height: 45px;
  }
  .header .phone-block:before {
    height: 45px;
    width: 45px;
  }
  .header .phone-block:after {
    top: 23px;
    left: -32px;
  }
  .header .lk-block {
    height: 45px;
  }
  .header .lk-block a {
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    padding: 0 20px;
  }
  .header .phone {
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    margin-right: 15px;
  }
  .header .button {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
  }
  .header .logo {
    padding-left: 132px;
    padding-top: 15px;
    height: 90px;
	width: 350px;
  }
  .header .logo .logo-title {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 3px;
  }
  .header .logo .logo-subtitle {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.015em;
  }
  .header .logo .logo-subtitle span {
    padding: 0 10px;
  }
  .header .logo .logo-pic {
    width: 350px;
  }
  .header .btn-action-search {
    top: 17px;
  }
  .header .btn-action-close {
    top: 17px;
  }
  /* end header */
  .main-search-wrap .search-block {
    left: 398px;
    height: 75px;
    padding-top: 22px;
    padding-right: 60px;
  }
  .main-search-wrap input[type="text"] {
    height: 30px;
    font-size: 22px;
  }
  /* main menu */
  .main-menu-wrap {
    height: 75px;
  }
  .main-menu-wrap .menu-block {
    margin-right: 60px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul {
    height: 75px;
    padding-top: 5px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li:last-child ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li:last-child ul,
  .main-menu-wrap .menu-block .inner-menu > ul > li.last ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li.last ul {
    left: auto;
    right: -20px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul > li > a:before,
  .main-menu-wrap .menu-block .inner-menu > div > ul > li > a:before {
    left: -20px;
    right: -20px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul {
    padding: 14px 0;
    left: -20px;
    font-size: 20px;
    line-height: 22px;
    width: 304px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul ul,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul ul {
    top: -14px;
  }
  .main-menu-wrap .menu-block .inner-menu > ul ul a,
  .main-menu-wrap .menu-block .inner-menu > div > ul ul a {
    padding: 9px 15px 9px 20px;
  }
  /* end main menu */
}
@media (min-width: 1600px) {
  .header .logo-block {
    width: 438px;
  }
  .header .top-panel {
    padding-left: 645px;
  }
  .header .phone-block {
    margin-left: 0;
  }
  .header .bottom-panel {
    padding-left: 495px;
  }
  .main-search-wrap .search-block {
    left: 438px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_700.eot');
  src: url('../fonts/MuseoSansCyrl_700.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_700.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_700.woff') format('woff'), url('../fonts/MuseoSansCyrl_700.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_700.svg#MuseoSansCyrl_700') format('svg');
  font-weight: bold;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_500.eot');
  src: url('../fonts/MuseoSansCyrl_500.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_500.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_500.woff') format('woff'), url('../fonts/MuseoSansCyrl_500.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_500.svg#MuseoSansCyrl_500') format('svg');
  font-weight: 500;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_900.eot');
  src: url('../fonts/MuseoSansCyrl_900.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_900.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_900.woff') format('woff'), url('../fonts/MuseoSansCyrl_900.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_900.svg#MuseoSansCyrl_900') format('svg');
  font-weight: 900;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl_100.eot');
  src: url('../fonts/MuseoSansCyrl_100.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl_100.woff2') format('woff2'), url('../fonts/MuseoSansCyrl_100.woff') format('woff'), url('../fonts/MuseoSansCyrl_100.ttf') format('truetype'), url('../fonts/MuseoSansCyrl_100.svg#MuseoSansCyrl_100') format('svg');
  font-weight: 100;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSansCyrl300.eot');
  src: url('../fonts/MuseoSansCyrl300.eot') format('embedded-opentype'), url('../fonts/MuseoSansCyrl300.woff2') format('woff2'), url('../fonts/MuseoSansCyrl300.woff') format('woff'), url('../fonts/MuseoSansCyrl300.ttf') format('truetype'), url('../fonts/MuseoSansCyrl300.svg#MuseoSansCyrl300') format('svg');
  font-weight: normal;
}
/*@font-face {
    font-family: 'Open Sans Condensed';
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url('../fonts/opensanscondlight.woff2') format('woff2'), url('../fonts/opensanscondlight.woff') format('woff'), url('../fonts/opensanscondlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: local('Open Sans Cond Light Italic'), local('OpenSans-CondensedLightItalic'), url('../fonts/opensanscondlightitalic.woff2') format('woff2'), url('../fonts/opensanscondlightitalic.woff') format('woff'), url('../fonts/opensanscondlightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url('../fonts/opensanscondensedbold.woff2') format('woff2'), url('../fonts/opensanscondensedbold.woff') format('woff'), url('../fonts/opensanscondensedbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}*/
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -372px -263px;
  width: 22px;
  height: 5px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -372px -236px;
  width: 30px;
  height: 7px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -372px -151px;
  width: 30px;
  height: 9px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -372px -122px;
  width: 30px;
  height: 9px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -372px 0px;
  width: 39px;
  height: 12px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -224px -324px;
  width: 39px;
  height: 12px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: 0px -359px;
  width: 45px;
  height: 11px;
}
.i-a08 {
  background-image: url(../img/spr.png);
  background-position: -70px -324px;
  width: 62px;
  height: 14px;
}
.i-a09 {
  background-image: url(../img/spr.png);
  background-position: -372px -62px;
  width: 31px;
  height: 10px;
}
.i-a10 {
  background-image: url(../img/spr.png);
  background-position: -283px -324px;
  width: 40px;
  height: 12px;
}
.i-a11 {
  background-image: url(../img/spr.png);
  background-position: 0px -324px;
  width: 50px;
  height: 15px;
}
.i-a12 {
  background-image: url(../img/spr.png);
  background-position: -237px -280px;
  width: 28px;
  height: 16px;
}
.i-a13 {
  background-image: url(../img/spr.png);
  background-position: -62px -280px;
  width: 36px;
  height: 20px;
}
.i-a14 {
  background-image: url(../img/spr.png);
  background-position: 0px -280px;
  width: 42px;
  height: 24px;
}
.i-a15 {
  background-image: url(../img/spr.png);
  background-position: -372px -208px;
  width: 25px;
  height: 8px;
}
.i-a16 {
  background-image: url(../img/spr.png);
  background-position: -372px -180px;
  width: 25px;
  height: 8px;
}
.i-a17 {
  background-image: url(../img/spr.png);
  background-position: -372px -92px;
  width: 35px;
  height: 10px;
}
.i-a18 {
  background-image: url(../img/spr.png);
  background-position: -372px -32px;
  width: 35px;
  height: 10px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -372px -288px;
  width: 1px;
  height: 1px;
}
.i-ico-close {
  background-image: url(../img/spr.png);
  background-position: -180px -166px;
  width: 24px;
  height: 23px;
}
.i-ico-close02 {
  background-image: url(../img/spr.png);
  background-position: -314px -112px;
  width: 30px;
  height: 31px;
}
.i-ico-close03 {
  background-image: url(../img/spr.png);
  background-position: -314px 0px;
  width: 38px;
  height: 37px;
}
.i-ico-contacts01 {
  background-image: url(../img/spr.png);
  background-position: -314px -213px;
  width: 22px;
  height: 30px;
}
.i-ico-contacts02 {
  background-image: url(../img/spr.png);
  background-position: -229px -159px;
  width: 40px;
  height: 30px;
}
.i-ico-contacts03 {
  background-image: url(../img/spr.png);
  background-position: -314px -163px;
  width: 30px;
  height: 30px;
}
.i-ico-contacts04 {
  background-image: url(../img/spr.png);
  background-position: -314px -57px;
  width: 26px;
  height: 35px;
}
.i-ico-contacts05 {
  background-image: url(../img/spr.png);
  background-position: -159px -280px;
  width: 20px;
  height: 20px;
}
.i-ico-contacts06 {
  background-image: url(../img/spr.png);
  background-position: -267px -210px;
  width: 15px;
  height: 20px;
}
.i-ico-menu {
  background-image: url(../img/spr.png);
  background-position: -152px -324px;
  width: 52px;
  height: 14px;
}
.i-ico-pay {
  background-image: url(../img/spr.png);
  background-position: -205px -210px;
  width: 42px;
  height: 39px;
}
.i-ico-pay02 {
  background-image: url(../img/spr.png);
  background-position: -70px -210px;
  width: 54px;
  height: 50px;
}
.i-ico-phone {
  background-image: url(../img/spr.png);
  background-position: -199px -280px;
  width: 18px;
  height: 18px;
}
.i-ico-search {
  background-image: url(../img/spr.png);
  background-position: -180px -120px;
  width: 26px;
  height: 26px;
}
.i-ico-star {
  background-image: url(../img/spr.png);
  background-position: -285px -280px;
  width: 15px;
  height: 15px;
}
.i-ico-star02 {
  background-image: url(../img/spr.png);
  background-position: -118px -280px;
  width: 21px;
  height: 20px;
}
.i-ico-zoom {
  background-image: url(../img/spr.png);
  background-position: -144px -210px;
  width: 41px;
  height: 41px;
}
.i-ico-zoom02 {
  background-image: url(../img/spr.png);
  background-position: -229px -85px;
  width: 54px;
  height: 54px;
}
.i-ico-zoom03 {
  background-image: url(../img/spr.png);
  background-position: -229px 0px;
  width: 65px;
  height: 65px;
}
.i-ico-zoom04 {
  background-image: url(../img/spr.png);
  background-position: -90px -120px;
  width: 70px;
  height: 70px;
}
.i-ico-zoom05 {
  background-image: url(../img/spr.png);
  background-position: 0px -120px;
  width: 70px;
  height: 70px;
}
.i-ico-zoom06 {
  background-image: url(../img/spr.png);
  background-position: 0px -210px;
  width: 50px;
  height: 50px;
}
.i-ico-zoom07 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 100px;
  height: 100px;
}
.i-ico-zoom08 {
  background-image: url(../img/spr.png);
  background-position: -120px 0px;
  width: 89px;
  height: 89px;
}
/* ----------------------------------- *\
      input styles
\* ----------------------------------- */
.frm-validating textarea:invalid,
.frm-validating input[type="text"]:invalid,
.frm-validating input[type="tel"]:invalid,
.frm-validating input[type="email"]:invalid,
.frm-validating input[type="password"]:invalid {
  color: #ac6060;
  border-color: #ac6060;
}
.frm-validating textarea:invalid[placeholder]::-webkit-input-placeholder,
.frm-validating input[type="text"]:invalid[placeholder]::-webkit-input-placeholder,
.frm-validating input[type="tel"]:invalid[placeholder]::-webkit-input-placeholder,
.frm-validating input[type="email"]:invalid[placeholder]::-webkit-input-placeholder,
.frm-validating input[type="password"]:invalid[placeholder]::-webkit-input-placeholder {
  color: #ac6060;
}
.frm-validating textarea:invalid[placeholder]:-moz-placeholder,
.frm-validating input[type="text"]:invalid[placeholder]:-moz-placeholder,
.frm-validating input[type="tel"]:invalid[placeholder]:-moz-placeholder,
.frm-validating input[type="email"]:invalid[placeholder]:-moz-placeholder,
.frm-validating input[type="password"]:invalid[placeholder]:-moz-placeholder {
  color: #ac6060;
}
.frm-validating textarea:invalid[placeholder]::-moz-placeholder,
.frm-validating input[type="text"]:invalid[placeholder]::-moz-placeholder,
.frm-validating input[type="tel"]:invalid[placeholder]::-moz-placeholder,
.frm-validating input[type="email"]:invalid[placeholder]::-moz-placeholder,
.frm-validating input[type="password"]:invalid[placeholder]::-moz-placeholder {
  color: #ac6060;
}
.frm-validating textarea:invalid[placeholder]:-ms-input-placeholder,
.frm-validating input[type="text"]:invalid[placeholder]:-ms-input-placeholder,
.frm-validating input[type="tel"]:invalid[placeholder]:-ms-input-placeholder,
.frm-validating input[type="email"]:invalid[placeholder]:-ms-input-placeholder,
.frm-validating input[type="password"]:invalid[placeholder]:-ms-input-placeholder {
  color: #ac6060;
}
.frm-validating .frm-select input:invalid ~ label {
  color: #ac6060 !important;
}
.frm-validating .frm-select input:invalid ~ label:before {
  border-color: #ac6060 !important;
}
.frm-validating .frm-select input:invalid ~ label a {
  color: #ac6060;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 35px;
  padding: 0 20px;
  border: 2px solid #5087b8;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
  color: #105899;
}
textarea.inp-error,
input[type="text"].inp-error,
input[type="tel"].inp-error,
input[type="email"].inp-error,
input[type="password"].inp-error {
  color: #ac6060;
  border-color: #ac6060;
}
textarea.inp-error[placeholder]::-webkit-input-placeholder,
input[type="text"].inp-error[placeholder]::-webkit-input-placeholder,
input[type="tel"].inp-error[placeholder]::-webkit-input-placeholder,
input[type="email"].inp-error[placeholder]::-webkit-input-placeholder,
input[type="password"].inp-error[placeholder]::-webkit-input-placeholder {
  color: #ac6060;
}
textarea.inp-error[placeholder]:-moz-placeholder,
input[type="text"].inp-error[placeholder]:-moz-placeholder,
input[type="tel"].inp-error[placeholder]:-moz-placeholder,
input[type="email"].inp-error[placeholder]:-moz-placeholder,
input[type="password"].inp-error[placeholder]:-moz-placeholder {
  color: #ac6060;
}
textarea.inp-error[placeholder]::-moz-placeholder,
input[type="text"].inp-error[placeholder]::-moz-placeholder,
input[type="tel"].inp-error[placeholder]::-moz-placeholder,
input[type="email"].inp-error[placeholder]::-moz-placeholder,
input[type="password"].inp-error[placeholder]::-moz-placeholder {
  color: #ac6060;
}
textarea.inp-error[placeholder]:-ms-input-placeholder,
input[type="text"].inp-error[placeholder]:-ms-input-placeholder,
input[type="tel"].inp-error[placeholder]:-ms-input-placeholder,
input[type="email"].inp-error[placeholder]:-ms-input-placeholder,
input[type="password"].inp-error[placeholder]:-ms-input-placeholder {
  color: #ac6060;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  color: #105899;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #105899;
}
[placeholder]:-moz-placeholder {
  color: #105899;
}
[placeholder]::-moz-placeholder {
  color: #105899;
}
[placeholder]:-ms-input-placeholder {
  color: #105899;
}
.frm-popup textarea,
.frm-popup input[type="text"],
.frm-popup input[type="tel"],
.frm-popup input[type="email"],
.frm-popup input[type="password"] {
  height: 30px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  text-align: center;
  padding: 0 20px;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 26px;
  font-weight: normal;
  color: #fff;
}
.frm-popup textarea.inp-error,
.frm-popup input[type="text"].inp-error,
.frm-popup input[type="tel"].inp-error,
.frm-popup input[type="email"].inp-error,
.frm-popup input[type="password"].inp-error {
  color: #ffafaf;
  border-bottom-color: #ffafaf;
}
.frm-popup textarea.inp-error[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="text"].inp-error[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="tel"].inp-error[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="email"].inp-error[placeholder]::-webkit-input-placeholder,
.frm-popup input[type="password"].inp-error[placeholder]::-webkit-input-placeholder {
  color: #ffafaf;
}
.frm-popup textarea.inp-error[placeholder]:-moz-placeholder,
.frm-popup input[type="text"].inp-error[placeholder]:-moz-placeholder,
.frm-popup input[type="tel"].inp-error[placeholder]:-moz-placeholder,
.frm-popup input[type="email"].inp-error[placeholder]:-moz-placeholder,
.frm-popup input[type="password"].inp-error[placeholder]:-moz-placeholder {
  color: #ffafaf;
}
.frm-popup textarea.inp-error[placeholder]::-moz-placeholder,
.frm-popup input[type="text"].inp-error[placeholder]::-moz-placeholder,
.frm-popup input[type="tel"].inp-error[placeholder]::-moz-placeholder,
.frm-popup input[type="email"].inp-error[placeholder]::-moz-placeholder,
.frm-popup input[type="password"].inp-error[placeholder]::-moz-placeholder {
  color: #ffafaf;
}
.frm-popup textarea.inp-error[placeholder]:-ms-input-placeholder,
.frm-popup input[type="text"].inp-error[placeholder]:-ms-input-placeholder,
.frm-popup input[type="tel"].inp-error[placeholder]:-ms-input-placeholder,
.frm-popup input[type="email"].inp-error[placeholder]:-ms-input-placeholder,
.frm-popup input[type="password"].inp-error[placeholder]:-ms-input-placeholder {
  color: #ffafaf;
}
.frm-popup textarea:focus,
.frm-popup input[type="text"]:focus,
.frm-popup input[type="tel"]:focus,
.frm-popup input[type="email"]:focus,
.frm-popup input[type="password"]:focus {
  color: #fff;
}
.frm-popup textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.frm-popup [placeholder]::-webkit-input-placeholder {
  color: #fff;
}
.frm-popup [placeholder]:-moz-placeholder {
  color: #fff;
}
.frm-popup [placeholder]::-moz-placeholder {
  color: #fff;
}
.frm-popup [placeholder]:-ms-input-placeholder {
  color: #fff;
}
.frm-popup p {
  text-align: center;
}
.frm-popup.frm-validating textarea:invalid,
.frm-popup.frm-validating input[type="text"]:invalid,
.frm-popup.frm-validating input[type="tel"]:invalid,
.frm-popup.frm-validating input[type="email"]:invalid,
.frm-popup.frm-validating input[type="password"]:invalid {
  color: #ffafaf;
  border-color: #ffafaf;
}
.frm-popup.frm-validating textarea:invalid[placeholder]::-webkit-input-placeholder,
.frm-popup.frm-validating input[type="text"]:invalid[placeholder]::-webkit-input-placeholder,
.frm-popup.frm-validating input[type="tel"]:invalid[placeholder]::-webkit-input-placeholder,
.frm-popup.frm-validating input[type="email"]:invalid[placeholder]::-webkit-input-placeholder,
.frm-popup.frm-validating input[type="password"]:invalid[placeholder]::-webkit-input-placeholder {
  color: #ffafaf;
}
.frm-popup.frm-validating textarea:invalid[placeholder]:-moz-placeholder,
.frm-popup.frm-validating input[type="text"]:invalid[placeholder]:-moz-placeholder,
.frm-popup.frm-validating input[type="tel"]:invalid[placeholder]:-moz-placeholder,
.frm-popup.frm-validating input[type="email"]:invalid[placeholder]:-moz-placeholder,
.frm-popup.frm-validating input[type="password"]:invalid[placeholder]:-moz-placeholder {
  color: #ffafaf;
}
.frm-popup.frm-validating textarea:invalid[placeholder]::-moz-placeholder,
.frm-popup.frm-validating input[type="text"]:invalid[placeholder]::-moz-placeholder,
.frm-popup.frm-validating input[type="tel"]:invalid[placeholder]::-moz-placeholder,
.frm-popup.frm-validating input[type="email"]:invalid[placeholder]::-moz-placeholder,
.frm-popup.frm-validating input[type="password"]:invalid[placeholder]::-moz-placeholder {
  color: #ffafaf;
}
.frm-popup.frm-validating textarea:invalid[placeholder]:-ms-input-placeholder,
.frm-popup.frm-validating input[type="text"]:invalid[placeholder]:-ms-input-placeholder,
.frm-popup.frm-validating input[type="tel"]:invalid[placeholder]:-ms-input-placeholder,
.frm-popup.frm-validating input[type="email"]:invalid[placeholder]:-ms-input-placeholder,
.frm-popup.frm-validating input[type="password"]:invalid[placeholder]:-ms-input-placeholder {
  color: #ffafaf;
}
.frm-popup.frm-validating .frm-select input:invalid ~ label {
  color: #ffafaf !important;
}
.frm-popup.frm-validating .frm-select input:invalid ~ label:before {
  border-color: #ffafaf !important;
}
.frm-popup.frm-validating .frm-select input:invalid ~ label a {
  color: #ffafaf;
}
@media (min-width: 1280px) {
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    height: 50px;
    padding: 0 35px;
    font-size: 24px;
  }
  textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
  .frm-popup textarea,
  .frm-popup input[type="text"],
  .frm-popup input[type="tel"],
  .frm-popup input[type="email"],
  .frm-popup input[type="password"] {
    height: 32px;
    font-size: 30px;
  }
  .frm-popup textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
}
/* ----------------------------------- *\
      buttons styles
\* ----------------------------------- */
.btn,
button,
input[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border: none;
  border-radius: 0;
  background: #f38224;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #d66b12;
}
.btn.btn-full,
button.btn-full,
input[type="submit"].btn-full {
  width: 100%;
  padding: 0 5px;
}
.btn.btn-main,
button.btn-main,
input[type="submit"].btn-main {
  background: #f28124;
  background: -webkit-gradient(linear, left top, left bottom, from(#f28124), to(#da680a));
  background: -o-linear-gradient(#f28124, #da680a);
  background: linear-gradient(#f28124, #da680a);
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 26px;
  font-weight: 500;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
.btn.btn-main:hover,
button.btn-main:hover,
input[type="submit"].btn-main:hover {
  background: #f18023;
  background: -webkit-gradient(linear, left top, left bottom, from(#f18023), to(#c45d08));
  background: -o-linear-gradient(#f18023, #c45d08);
  background: linear-gradient(#f18023, #c45d08);
}
.btn.btn-second,
button.btn-second,
input[type="submit"].btn-second {
  height: 30px;
  line-height: 26px;
  border: 2px solid #0e599a;
  background: #0e599a;
  padding: 0 42px;
  min-width: 0;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn.btn-second.btn-green,
button.btn-second.btn-green,
input[type="submit"].btn-second.btn-green {
  background: #41b864;
  border-color: #41b864;
}
.btn.btn-second.btn-green:hover,
button.btn-second.btn-green:hover,
input[type="submit"].btn-second.btn-green:hover {
  background: #0e599a;
  border-color: #0e599a;
}
.btn.btn-second.btn-green.btn-border:hover,
button.btn-second.btn-green.btn-border:hover,
input[type="submit"].btn-second.btn-green.btn-border:hover {
  background: #0e599a;
  border-color: #0e599a;
}
.btn.btn-second.btn-green.btn-border-one:hover,
button.btn-second.btn-green.btn-border-one:hover,
input[type="submit"].btn-second.btn-green.btn-border-one:hover {
  background: #41b864;
  border-color: #41b864;
}
.btn.btn-second.btn-green.btn-arr:hover,
button.btn-second.btn-green.btn-arr:hover,
input[type="submit"].btn-second.btn-green.btn-arr:hover {
  background: #41b864;
  border-color: #41b864;
}
.btn.btn-second:hover,
button.btn-second:hover,
input[type="submit"].btn-second:hover {
  background: #f38225;
  border-color: #f38225;
}
.btn.btn-second.btn-border,
button.btn-second.btn-border,
input[type="submit"].btn-second.btn-border {
  background: none;
  color: #272727;
}
.btn.btn-second.btn-border:hover,
button.btn-second.btn-border:hover,
input[type="submit"].btn-second.btn-border:hover {
  background: #41b864;
  border-color: #41b864;
  color: #fff;
}
.btn.btn-second.btn-border-one,
button.btn-second.btn-border-one,
input[type="submit"].btn-second.btn-border-one {
  background: none;
  color: #272727;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
}
.btn.btn-second.btn-border-one:hover,
button.btn-second.btn-border-one:hover,
input[type="submit"].btn-second.btn-border-one:hover {
  background: #0e599a;
  border-color: #0e599a;
  color: #fff;
}
.btn.btn-second.btn-arr,
button.btn-second.btn-arr,
input[type="submit"].btn-second.btn-arr {
  background: none;
  border-color: #fff;
  color: #272727;
}
.btn.btn-second.btn-arr:after,
button.btn-second.btn-arr:after,
input[type="submit"].btn-second.btn-arr:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -372px -208px;
  width: 25px;
  height: 8px;
  margin-left: 7px;
}
.btn.btn-second.btn-arr:hover,
button.btn-second.btn-arr:hover,
input[type="submit"].btn-second.btn-arr:hover {
  background: #0e599a;
  border-color: #0e599a;
  color: #fff;
}
.btn.btn-second.btn-arr:hover:after,
button.btn-second.btn-arr:hover:after,
input[type="submit"].btn-second.btn-arr:hover:after {
  background-image: url(../img/spr.png);
  background-position: -372px -180px;
  width: 25px;
  height: 8px;
}
.btn-action-up {
  display: none;
  position: fixed;
  z-index: 8;
  bottom: 80px;
  right: 0;
  background: rgba(243, 130, 37, 0.75);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  text-decoration: none;
  width: 55px;
  height: 44px;
}
.btn-action-up:before {
  content: "";
  margin: -8px 0 0 -14px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -237px -280px;
  width: 28px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-action-up:hover {
  background: #f38225;
  text-decoration: none;
}
.btn-action-pay {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: fixed;
  z-index: 8;
  top: 50%;
  left: 100%;
  margin-left: -71px;
  width: 157px;
  height: 56px;
  padding-left: 74px;
  line-height: 52px;
  margin-top: -28px;
  overflow: hidden;
  background: #f38225;
  -webkit-transition: margin ease 0.2s;
  -o-transition: margin ease 0.2s;
  transition: margin ease 0.2s;
}
.btn-action-pay:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -205px -210px;
  width: 42px;
  height: 39px;
  position: absolute;
  top: 8px;
  left: 15px;
}
.btn-action-pay span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 19px;
}
.btn-action-pay:hover {
  margin-left: -157px;
}
.btn-action-menu {
  font-size: 18px;
  line-height: 55px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-right: 66px;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  float: left;
}
.btn-action-menu:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -152px -324px;
  width: 52px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.btn-action-search,
.btn-action-close {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.btn-action-search:before,
.btn-action-close:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -180px -120px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
}
.btn-action-close:before {
  background-image: url(../img/spr.png);
  background-position: -180px -166px;
  width: 24px;
  height: 23px;
  margin: -12px 0 0 -12px;
}
.frm-content {
  max-width: 400px;
  margin-bottom: 35px;
  position: relative;
}
.frm-content.succefull .frm-inner {
  opacity: 0;
}
.frm-content.succefull .frm-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.frm-content.succefull .frm-succefull {
  display: block;
}
.frm-content .frm-succefull {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 9;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  color: #0e599a;
}
.frm-content .frm-succefull p {
  text-align: center;
  margin-bottom: 10px;
}
.frm-content .frm-succefull p:last-child {
  margin-bottom: 0;
}
.frm-content .frm-inner {
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-content .frm-row {
  margin-bottom: 7px;
}
.frm-content .frm-row-submit {
  margin-top: 15px;
}
.frm-content .frm-row-submit .btn,
.frm-content .frm-row-submit button,
.frm-content .frm-row-submit input[type="submit"] {
  width: 100%;
}
.frm-content textarea {
  height: 140px;
}
.frm-popup .btn,
.frm-popup button,
.frm-popup input[type="submit"] {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.15);
  font-weight: normal;
  font-size: 26px;
  color: #fff;
  text-decoration: none;
}
.frm-popup .btn:hover,
.frm-popup button:hover,
.frm-popup input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.85);
  color: #0e599a;
}
@media (min-width: 768px) {
  .btn-action-up {
    width: 71px;
    height: 56px;
  }
  .btn-action-up:before {
    background-image: url(../img/spr.png);
    background-position: -62px -280px;
    width: 36px;
    height: 20px;
    margin-top: -10px;
    margin-left: -18px;
  }
}
@media (min-width: 1025px) {
  .btn-action-pay {
    height: 70px;
    width: 200px;
    line-height: 66px;
    margin-left: -90px;
    padding-left: 95px;
    font-size: 24px;
  }
  .btn-action-pay:before {
    top: 10px;
    left: 18px;
    background-image: url(../img/spr.png);
    background-position: -70px -210px;
    width: 54px;
    height: 50px;
  }
  .btn-action-pay span {
    line-height: 22px;
  }
  .btn-action-pay:hover {
    margin-left: -200px;
  }
}
@media (min-width: 1280px) {
  .frm-content {
    max-width: 450px;
  }
  .frm-content .frm-succefull {
    font-size: 28px;
    line-height: 1;
  }
  .frm-content .frm-succefull p {
    margin-bottom: 7px;
  }
  .frm-content .frm-succefull p:last-child {
    margin-bottom: 0;
  }
  .frm-content .frm-row {
    margin-bottom: 10px;
  }
  .frm-content .frm-row-submit {
    margin-top: 20px;
  }
  .btn,
  button,
  input[type="submit"] {
    height: 50px;
    padding: 0 20px;
    font-size: 26px;
    line-height: 50px;
  }
  .btn.btn-main,
  button.btn-main,
  input[type="submit"].btn-main {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .btn.btn-second,
  button.btn-second,
  input[type="submit"].btn-second {
    height: 40px;
    line-height: 36px;
    padding: 0 45px;
    font-size: 20px;
  }
  .btn.btn-second.btn-arr:after,
  button.btn-second.btn-arr:after,
  input[type="submit"].btn-second.btn-arr:after {
    background-image: url(../img/spr.png);
    background-position: -372px -92px;
    width: 35px;
    height: 10px;
  }
  .btn.btn-second.btn-arr:hover:after,
  button.btn-second.btn-arr:hover:after,
  input[type="submit"].btn-second.btn-arr:hover:after {
    background-image: url(../img/spr.png);
    background-position: -372px -32px;
    width: 35px;
    height: 10px;
  }
  .frm-popup .btn,
  .frm-popup button,
  .frm-popup input[type="submit"] {
    height: 50px;
    font-size: 30px;
  }
  .btn-action-up {
    width: 90px;
    height: 70px;
  }
  .btn-action-up:before {
    background-image: url(../img/spr.png);
    background-position: 0px -280px;
    width: 42px;
    height: 24px;
    margin: -12px 0 0 -21px;
  }
}
/* ----------------------------------- *\
      forms styles
\* ----------------------------------- */
.frm-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  color: #105899;
  font-weight: 500;
  text-align: left;
}
.frm-select.light {
  color: #fff;
}
.frm-select.light input[type="checkbox"]:checked ~ label:before {
  border-color: #fff;
}
.frm-select.light input[type="checkbox"]:checked ~ label:after {
  background: #fff;
}
.frm-select.light label {
  padding-left: 35px;
  text-decoration: none;
}
.frm-select.light label:before {
  border-color: #fff;
  border-width: 1px;
}
.frm-select.light a {
  color: #fff;
}
.frm-select input[type="radio"] + label:before,
.frm-select input[type="radio"] + label:after {
  border-radius: 50%;
}
.frm-select input[type="checkbox"],
.frm-select input[type="radio"] {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select input[type="checkbox"]:checked + label:before,
.frm-select input[type="radio"]:checked + label:before {
  border-color: #0e599a;
}
.frm-select input[type="checkbox"]:checked + label:after,
.frm-select input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #0e599a;
  position: absolute;
  top: 15px;
  left: 10px;
  margin: -7px 0 0 -7px;
}
.frm-select input[type="checkbox"]:checked + label input,
.frm-select input[type="radio"]:checked + label input {
  display: inline-block;
}
.frm-select label {
  display: block;
  position: relative;
  min-height: 30px;
  padding-left: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  text-decoration: underline;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #5087b8;
  position: absolute;
  top: 15px;
  left: 0;
  margin-top: -10px;
}
.frm-select label input {
  display: none;
  vertical-align: top;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 160px;
  border: none;
  background: #5087b8;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: -5px 0 -5px 28px;
}
.frm-select label input:focus {
  background: #0e599a;
  color: #fff;
}
.frm-select-button {
  display: block;
  position: relative;
  min-width: 70px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background: #5087b8;
}
.frm-select-button:hover label {
  background: #f38225;
}
.frm-select-button input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select-button input:checked + label {
  background: #f38225;
}
.frm-select-button label {
  cursor: pointer;
  display: block;
  padding: 0 3px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.frm-slider .labels {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 500;
  height: 35px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: justify;
}
.frm-slider .labels:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.frm-slider .labels a {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.frm-row {
  position: relative;
  margin-bottom: 10px;
}
.frm-popup {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.frm-popup.succefull .frm-inner {
  opacity: 0;
}
.frm-popup.succefull .frm-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.frm-popup.succefull .frm-succefull {
  display: block;
}
.frm-popup .frm-succefull {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.frm-popup .frm-succefull p {
  text-align: center;
}
.frm-popup .frm-inner {
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-popup .frm-title {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}
.frm-popup .frm-row {
  margin-bottom: 15px;
}
.frm-popup .frm-row-submit {
  margin-top: 40px;
}
.frm-popup .frm-block {
  position: relative;
}
.frm-popup .frm-select {
  margin-top: 28px;
  margin-bottom: -5px;
}
.frm-popup p {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .frm-select {
    font-size: 20px;
    line-height: 23px;
  }
  .frm-select.ligth {
    padding-left: 35px;
  }
  .frm-select label {
    padding: 6px 0 6px 40px;
  }
  .frm-select label:before,
  .frm-select label:after {
    top: 18px !important;
  }
  .frm-select label input[type="text"] {
    width: 174px;
    height: 35px;
    margin-top: -6px;
    margin-bottom: -6px;
    font-size: 22px;
    margin-left: 38px;
  }
  .frm-slider .labels {
    height: 50px;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 20px;
  }
  .frm-select-button {
    height: 40px;
    min-width: 90px;
    font-size: 20px;
    line-height: 40px;
  }
  .frm-popup {
    font-size: 26px;
  }
  .frm-popup .frm-title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .frm-popup .frm-block {
    padding: 0 60px;
  }
  .frm-popup .frm-row {
    margin-bottom: 32px;
  }
  .frm-popup .frm-row-submit {
    margin-top: 51px;
  }
  .frm-popup p {
    margin-bottom: 42px;
  }
  .frm-popup .frm-succefull {
    left: -30px;
    right: -30px;
  }
}
/* ----------------------------------- *\
      ui styles
\* ----------------------------------- */
#popup-callback,
#popup-order {
  display: none;
}
body .jspVerticalBar {
  display: none !important;
}
body .jspHorizontalBar {
  background: #d7d7d7;
  height: 20px;
}
body .jspHorizontalBar .jspTrack {
  height: 20px;
  background: #d7d7d7;
}
body .jspHorizontalBar .jspDrag {
  background: #105899;
}
body .jspHorizontalBar .jspDrag:hover {
  background: #129c39;
}
body .jspHorizontalBar .jspArrow {
  width: 25px;
  height: 20px;
  background: #105899;
  position: relative;
}
body .jspHorizontalBar .jspArrow:hover {
  background: #129c39;
}
body .jspHorizontalBar .jspArrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -5px;
  margin-left: -2px;
}
body .jspHorizontalBar .jspArrow.jspArrowLeft:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -8px;
}
body .ui-slider {
  background: #d6d7d1;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  height: 15px;
  border-radius: 8px;
}
body .ui-slider .ui-slider-range {
  background: #f38225;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
body .ui-slider .ui-slider-handle {
  display: block;
  width: 60px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeae9));
  background: -o-linear-gradient(#ffffff, #eaeae9);
  background: linear-gradient(#ffffff, #eaeae9);
  margin: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  outline: none;
  margin-top: -10px;
  margin-left: -30px;
  cursor: pointer;
}
body .ui-slider .ui-slider-handle:hover {
  -webkit-box-shadow: 0 0 10px rgba(129, 129, 129, 0.75);
  box-shadow: 0 0 10px rgba(129, 129, 129, 0.75);
}
body .ui-slider .ui-slider-handle:before,
body .ui-slider .ui-slider-handle:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-width: 5px 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
body .ui-slider .ui-slider-handle:before {
  left: 3px;
  border-right-color: #6d6d6f;
}
body .ui-slider .ui-slider-handle:after {
  right: 3px;
  border-left-color: #6d6d6f;
}
body .ui-widget-overlay {
  background: rgba(80, 135, 184, 0.95);
}
body .ui-dialog {
  padding: 0;
  width: 448px !important;
  left: 50% !important;
  margin-left: -224px;
  background: none;
  overflow: visible;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -314px -112px;
  width: 30px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}
body .ui-dialog .ui-dialog-content {
  overflow: visible;
  padding: 62px 0 20px 0;
}
@media (min-width: 1280px) {
  body .ui-dialog {
    width: 620px !important;
    margin-left: -310px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    margin-right: 15px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    background-image: url(../img/spr.png);
    background-position: -314px 0px;
    width: 38px;
    height: 37px;
    margin: -19px 0 0 -19px;
  }
  body .ui-dialog .ui-dialog-content {
    padding-top: 95px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
/* ----------------------------------- *\
      animation
\* ----------------------------------- */
.item-animation {
  transition-property: -webkit-transform, opacity;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  opacity: 0;
}
.item-animation.item-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.item-aleft {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.item-aright {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.item-abottom {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.item-atop {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.height-value {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
/* ----------------------------------- *\
      elm items styles
\* ----------------------------------- */
.elm-sep {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: #3faf5d;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.elm-sep:before,
.elm-sep:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -372px -151px;
  width: 30px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  margin-left: 13px;
}
.elm-sep:after {
  background-image: url(../img/spr.png);
  background-position: -372px -122px;
  width: 30px;
  height: 9px;
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 13px;
}
.elm-date {
  display: block;
  position: relative;
  float: left;
  background: rgba(65, 184, 100, 0.9);
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  min-width: 70px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.elm-date .date {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.elm-num {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  overflow: hidden;
  position: relative;
  border: 2px solid #41b864;
  font-size: 22px;
  font-weight: bold;
  color: #129c39;
  text-decoration: none;
}
.item-service {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding-left: 60px;
  text-decoration: none;
  color: #272727;
  text-align: left;
}
.item-service .service-title-wrap {
  margin: 0 0 0 -60px;
}
.item-service .service-ico {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 0 0 -60px;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  color: #129c39;
}
.item-service .service-ico > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.item-service p {
  margin: 0;
}
.item-goods {
  margin: 0 auto;
  width: 220px;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.item-goods:hover .goods-title {
  background: rgba(18, 156, 57, 0.9);
}
.item-goods:hover .goods-price {
  color: #f38225;
}
.item-goods .goods-photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.item-goods .goods-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-goods .goods-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(93, 139, 182, 0.9);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  padding: 8px 20px;
  line-height: 36px;
}
.item-goods .goods-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  width: 100%;
  max-height: 90px;
  position: relative;
  overflow: hidden;
}
.item-goods .goods-price {
  font-size: 28px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  display: block;
  position: relative;
  font-weight: 300;
  color: #129c39;
  -webkit-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.item-goods .goods-price span {
  font-size: 24px;
  font-weight: 100;
}
.item-feature {
  font-size: 18px;
  font-weight: 300;
  color: #105899;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.item-feature:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dotted #b5b5b5;
}
.item-feature .feature-title,
.item-feature .feature-val {
  float: left;
  max-width: 50%;
  text-align: left;
  position: relative;
  background: #fff;
  z-index: 2;
  padding-right: 10px;
}
.item-feature .feature-val {
  float: right;
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
}
.item-category {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  font-weight: 300;
  color: #105899;
  text-decoration: none;
  margin: 0 auto;
}
.item-category .cat-photo {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  margin-right: -121px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 0;
}
.item-category .cat-photo img {
  display: block;
  width: 100%;
}
.item-category .cat-photo + .cat-title {
  padding-left: 140px;
}
.item-category .cat-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 13px;
}
.item-category:hover {
  text-decoration: underline;
  color: #129c39;
}
.item-category:hover .cat-title {
  text-decoration: underline;
}
.item-question {
  font-size: 20px;
  line-height: 1;
}
.item-question .btn-question:hover,
.item-question .btn-question.active {
  color: #129c39;
  text-decoration: underline;
}
.item-question .question-block {
  display: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 3px;
}
.item-question p:last-child {
  margin-bottom: 0;
}
.item-gallery {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  font-size: 0;
  width: 320px;
  height: 220px;
  line-height: 1;
  margin: 0 auto;
}
.item-gallery:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(65, 184, 100, 0.75);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-gallery:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -120px 0px;
  width: 89px;
  height: 89px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  z-index: 3;
}
.item-gallery:hover:before,
.item-gallery:hover:after {
  opacity: 1;
}
.item-gallery img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-gallery.good {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.item-gallery.good:before,
.item-gallery.good:after {
  display: none;
}
.item-gallery.good img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.item-gallery .good-text {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  /*background: rgba(93, 139, 182, 0.85);*/
  background: rgba(14, 89, 154, 0.55);
  padding: 8px 20px 8px 20px;
  min-height: 53px;
}
.item-gallery .good-price {
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 89, 154, 0.55);
  z-index: 2;
  overflow: hidden;
  padding: 0 20px;
  font-size: 22px;
  color: #fff;
}
.item-step {
  display: block;
  position: relative;
  padding-left: 110px;
  padding-top: 18px;
  min-height: 125px;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
}
.item-step.clr-blue .step-num {
  background: #5086b8;
}
.item-step.clr-blue .step-title {
  color: #105899;
}
.item-step.clr-green .step-num {
  background: #41b863;
}
.item-step.clr-green .step-title {
  color: #129c39;
}
.item-step.clr-orange .step-num {
  background: #f38224;
}
.item-step.clr-orange .step-title {
  color: #f38225;
}
.item-step .step-text {
  position: relative;
  z-index: 2;
}
.item-step .step-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
}
.item-step .step-num {
  display: block;
  height: 108px;
  width: 108px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-right: 10px;
  padding-top: 22px;
  text-align: center;
}
.item-step .step-num .decor {
  display: block;
  width: 40px;
  position: absolute;
  height: 128px;
  margin-top: -64px;
  top: 63px;
  left: 79px;
  background: #fff;
  -webkit-transform: -webkit-rotate(22deg);
  -webkit-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  transform: rotate(22deg);
}
.item-step .step-num .decor:before {
  content: "";
  display: block;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background: url(../img/main/shadow.png) right 20px no-repeat;
  background-size: 100% auto;
}
.item-step .num {
  display: block;
  font-size: 36px;
  font-weight: 900;
}
.item-step p {
  text-align: left;
  margin-bottom: 5px;
}
.item-step p:last-child {
  margin-bottom: 0;
}
.item-step .step-link {
  font-size: 18px;
}
.item-sert {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
}
.item-sert .sert-photo {
  display: block;
  margin: 0 auto 18px auto;
  width: 100px;
  line-height: 1;
  height: 140px;
}
.item-sert .sert-photo img {
  display: block;
  width: 100%;
}
.item-sert .sert-title {
  min-height: 84px;
}
.item-sert .sert-total {
  margin-top: 10px;
}
.item-faq {
  text-align: center;
}
.item-faq .btn-faq {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0 60px;
  position: relative;
  max-width: 100%;
}
.item-faq .btn-faq:hover,
.item-faq .btn-faq.active {
  color: #129c39;
  text-decoration: underline;
}
.item-faq .elm-num {
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: -20px;
}
.item-faq .faq-block {
  display: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.1667;
  padding-top: 20px;
}
.item-faq p:last-child {
  margin-bottom: 0;
  text-align: center;
}
.item-contact {
  font-size: 20px;
  line-height: 21px;
  color: #105899;
  position: relative;
  padding-left: 190px;
}
.item-contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.item-contact.location .c-title:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -314px -213px;
  width: 22px;
  height: 30px;
  margin-left: 9px;
}
.item-contact.phone a {
  text-decoration: none;
}
.item-contact.phone .c-title:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -229px -159px;
  width: 40px;
  height: 30px;
}
.item-contact.email a {
  text-decoration: none;
}
.item-contact.email a:hover {
  text-decoration: underline;
}
.item-contact.email .c-title:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -314px -163px;
  width: 30px;
  height: 30px;
  margin-left: 5px;
}
.item-contact .line {
  white-space: nowrap;
  margin-right: 10px;
}
.item-contact .c-title {
  font-weight: 500;
  position: relative;
  width: 190px;
  float: left;
  margin: 0 0 0 -190px;
}
.item-contact .c-title:before,
.item-contact .c-title img,
.item-contact .c-title .i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 0;
}
.item-contact .c-title:before {
  content: "";
  margin-top: -5px;
  margin-bottom: -5px;
}
.item-contact p {
  margin-bottom: 4px;
}
.item-contact p:last-child {
  margin-bottom: 0;
}
.item-new {
  position: relative;
}
.item-new:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.item-new .new-photo-wrap {
  display: block;
  position: relative;
  margin: 0 auto 25px auto;
  width: 228px;
}
.item-new .new-photo {
  display: block;
  position: relative;
  line-height: 1;
}
.item-new .new-photo img {
  display: block;
  width: 100%;
}
.item-new .new-date {
  position: absolute;
  top: 14px;
  left: -15px;
}
.item-new .new-link {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.item-new .new-title {
  margin-bottom: 20px;
  font-weight: normal;
  padding: 0;
}
.item-new .new-title a {
  text-decoration: none;
}
.item-new .new-title a:hover {
  text-decoration: underline;
}
.item-review {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1667;
}
.item-review .rev-text {
  margin-bottom: 12px;
}
.item-review .item-review-photo {
  margin-bottom: -20px;
}
.item-review .rev-name {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.item-review .rev-pos {
  font-size: 16px;
}
.item-review p {
  margin: 0;
}
.item-review-photo {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
.item-review-photo .rev-photo {
  display: block;
  width: 47px;
  line-height: 1;
  position: relative;
  margin: 0 auto 11px auto;
  overflow: hidden;
}
.item-review-photo .rev-photo img {
  display: block;
  width: 100%;
}
.item-review-photo .rev-photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #135c9c;
}
.item-review-photo a {
  color: #fff;
}
.item-main-new,
.item-small-new {
  display: block;
  width: 220px;
  font-size: 16px;
  line-height: 18px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.item-main-new .new-photo,
.item-small-new .new-photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 130.9%;
}
.item-main-new .new-photo img,
.item-small-new .new-photo img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-main-new .new-title,
.item-small-new .new-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(93, 139, 182, 0.85);
  min-height: 70px;
  overflow: hidden;
  padding: 8px 15px 8px 15px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.item-main-new .new-date,
.item-small-new .new-date {
  position: absolute;
  top: 15px;
  right: -10px;
}
.item-main-new:hover .new-title,
.item-small-new:hover .new-title {
  background: #41b864;
}
.item-main-new:hover .new-date,
.item-small-new:hover .new-date {
  background: #f38224;
}
.item-small-new {
  overflow: hidden;
}
.item-small-new .new-title {
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  -webkit-transform: -webkit-translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.item-small-new:hover .new-title {
  -webkit-transform: -webkit-translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  background: rgba(93, 139, 182, 0.85);
}
@media (min-width: 640px) {
  .item-new {
    padding-left: 260px;
  }
  .item-new .new-photo-wrap {
    float: left;
    margin: 7px 0 0 -260px;
  }
  .item-new .new-title {
    text-align: left;
  }
  .item-new .new-link {
    text-align: left;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .item-contact {
    padding-left: 0;
  }
  .item-contact .c-title {
    margin: 0 0 8px 0;
    width: auto;
    float: none;
  }
  .item-contact .c-val {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .item-review {
    overflow: visible;
  }
  .item-review .item-review-photo {
    margin: 0;
    width: 192px;
    position: absolute;
    top: -10px;
    right: 100%;
    margin-right: -20px;
  }
}
@media (min-width: 1025px) {
  .elm-sep {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
  }
  .item-contact {
    padding-left: 205px;
  }
  .item-contact .c-title {
    width: 205px;
    margin-left: -205px;
  }
}
@media (min-width: 1280px) {
  .elm-sep {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 28px;
  }
  .elm-sep:before {
    background-image: url(../img/spr.png);
    background-position: -372px 0px;
    width: 39px;
    height: 12px;
    margin-top: -6px;
  }
  .elm-sep:after {
    background-image: url(../img/spr.png);
    background-position: -224px -324px;
    width: 39px;
    height: 12px;
    margin-top: -6px;
  }
  .elm-date {
    min-width: 80px;
    font-size: 18px;
    padding: 8px 10px 9px 10px;
  }
  .elm-date .date {
    font-size: 22px;
  }
  .elm-num {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 28px;
  }
  .item-service {
    padding-left: 84px;
    font-size: 18px;
  }
  .item-service .service-title-wrap {
    margin: 0 0 0 -84px;
  }
  .item-service .service-ico {
    width: 60px;
    height: 60px;
    margin-left: -84px;
    line-height: 60px;
  }
  .item-service .service-ico > * {
    font-size: 40px;
  }
  .item-goods {
    font-size: 20px;
    line-height: 1;
    width: 260px;
  }
  .item-goods .goods-title {
    line-height: 40px;
    padding: 6px 15px;
  }
  .item-goods .goods-title span {
    line-height: 20px;
    max-height: 100px;
  }
  .item-goods .goods-price {
    height: 63px;
    line-height: 62px;
    font-size: 32px;
  }
  .item-goods .goods-price span {
    font-size: 28px;
  }
  .item-feature {
    font-size: 20px;
  }
  .item-category .cat-photo {
    width: 160px;
    height: 160px;
    margin-right: -161px;
  }
  .item-category .cat-photo + .cat-title {
    padding-left: 181px;
  }
  .item-category .cat-title {
    padding-left: 23px;
    font-size: 20px;
  }
  .item-question {
    font-size: 24px;
  }
  .item-question .question-block {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0 15px 0;
  }
  .item-gallery {
    width: 360px;
    height: 250px;
  }
  .item-gallery:after {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 100px;
    height: 100px;
  }
  .item-gallery .good-text {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 15px 10px 15px;
	min-height: 60px;
  }
  .item-gallery .good-price {
    font-size: 26px;
    line-height: 40px;
    height: 40px;
  }
  /*.item-step {
    padding-left: 137px;
    padding-top: 25px;
    font-size: 18px;
    line-height: 21px;
  }
  .item-step .step-num {
    width: 132px;
    height: 132px;
    font-size: 25px;
    padding-top: 25px;
    padding-right: 20px;
  }
  .item-step .step-num .decor {
    left: 102px;
    height: 200px;
    margin-top: -100px;
  }
  .item-step .step-num .decor:before {
    width: 20px;
    top: 30px;
  }
  .item-step .num {
    font-size: 45px;
  }
  .item-step .step-title {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.2;
  }
  .item-step p {
    margin-bottom: 10px;
  }
  .item-step .step-link {
    font-size: 20px;
  }*/
  .item-sert {
    font-size: 20px;
    line-height: 24px;
  }
  .item-sert .sert-photo {
    width: 113px;
    height: 160px;
    margin-bottom: 16px;
  }
  .item-sert .sert-title {
    min-height: 48px;
  }
  .item-sert .sert-total {
    margin-top: 5px;
  }
  .item-faq .btn-faq {
    padding: 0 73px;
    font-size: 28px;
    line-height: 32px;
  }
  .item-faq .elm-num {
    margin-top: -25px;
    top: 16px;
  }
  .item-faq .faq-block {
    font-size: 22px;
    line-height: 26px;
    padding-top: 25px;
  }
  .item-contact {
    font-size: 24px;
    line-height: 28px;
    padding-left: 232px;
  }
  .item-contact.location .c-title:before {
    background-image: url(../img/spr.png);
    background-position: -314px -57px;
    width: 26px;
    height: 35px;
    margin-left: 7px;
    margin-bottom: 3px;
    margin-top: -4px;
  }
  .item-contact.phone .c-title:before {
    margin-top: -7px;
    margin-bottom: 5px;
  }
  .item-contact.email .c-title:before {
    margin-bottom: 2px;
    margin-top: -4px;
  }
  .item-contact .c-title {
    width: 232px;
    margin-left: -232px;
  }
  .item-contact .c-title:before {
    margin-right: 14px;
  }
  .item-contact p {
    margin: 0;
  }
  .item-new {
    padding-left: 308px;
  }
  .item-new .new-photo-wrap {
    width: 260px;
    margin: 7px 0 0 -308px;
  }
  .item-new .new-title {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .item-new .new-link {
    font-size: 20px;
  }
  .item-review-photo {
    font-size: 18px;
    line-height: 18px;
  }
  .item-review-photo .rev-photo {
    width: 61px;
    margin-bottom: 17px;
  }
  .item-main-new,
  .item-small-new {
    font-size: 20px;
    line-height: 20px;
    width: 260px;
  }
  .item-main-new .new-date,
  .item-small-new .new-date {
    top: 19px;
  }
  .item-main-new .new-title,
  .item-small-new .new-title {
    min-height: 82px;
    padding: 11px 15px;
  }
  .item-review {
    font-size: 20px;
  }
  .item-review .rev-name {
    margin-top: 30px;
    font-size: 24px;
  }
  .item-review .rev-pos {
    font-size: 20px;
  }
  .item-review .item-review-photo {
    margin-right: 0;
    top: -20px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.services-box {
  margin-bottom: 20px;
}
.services-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
}
.services-box .item-service {
  max-width: 400px;
  margin: 0 auto;
}
.goods-box {
  margin-bottom: 20px;
}
.goods-box .items-wrap {
  width: 260px;
  margin: 0 auto;
  overflow: hidden;
}
.goods-box .item-wrap {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.categories-box .items-wrap {
  font-size: 0;
  margin: 0 -15px;
}
.categories-box .item-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 30px;
}
.categories-box .item-category {
  max-width: 340px;
}
.error-box {
  padding-top: 140px;
  text-align: center;
  font-size: 34px;
  font-weight: 100;
  color: #129c39;
  line-height: 1;
  margin-bottom: 180px;
}
.error-box .error-title {
  font-size: 160px;
  color: #105899;
  margin-bottom: -5px;
}
.error-box p {
  margin: 0;
  text-align: center;
}
.error-box .btn,
.error-box button,
.error-box input[type="submit"] {
  margin-top: 5px;
  min-width: 338px;
  font-weight: 300;
}
.buttons-box {
  overflow: hidden;
  margin: 0 -30px 30px 0;
  font-size: 0;
}
.buttons-box .btn,
.buttons-box button,
.buttons-box input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  margin: 0 30px 15px 0;
}
.gallery-box {
  margin-bottom: 30px;
}
.gallery-box .items-wrap {
  overflow: hidden;
}
.gallery-box .item-wrap {
  margin-bottom: 15px;
}
.gallery-box .btn,
.gallery-box button,
.gallery-box input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
  margin: 5px auto 0 auto;
  max-width: 320px;
}
/* photos box */
.photos-box {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
  margin-bottom: 10px;
}
.photos-box .main-block {
  position: relative;
  margin-bottom: 6px;
}
.photos-box .main-block .photo {
  display: block;
  text-decoration: none;
}
.photos-box .main-block .photo img {
  display: block;
  width: 100%;
}
.photos-box .main-block .photo:before {
  background: rgba(243, 130, 37, 0.75);
}
.photos-box .main-block .photo:after {
  background-image: url(../img/spr.png);
  background-position: 0px -120px;
  width: 70px;
  height: 70px;
}
.photos-box .preview-block ul {
  margin: 0 -3px;
  overflow: hidden;
}
.photos-box .preview-block li {
  padding: 0 3px;
  margin: 0;
  width: 50%;
  margin-bottom: 6px;
  float: left;
}
.photos-box .preview-block li:before {
  display: none;
}
.photos-box .preview-block .photo {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
}
.photos-box .preview-block .photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.photos-box .photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(80, 135, 184, 0.75);
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .photo:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: 0px -210px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  z-index: 3;
}
.photos-box .photo:hover:before,
.photos-box .photo:hover:after {
  opacity: 1;
}
/* photos box */
/* main slider box */
.main-slider-box {
  position: relative;
  overflow: hidden;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  top: -110px;
  margin-bottom: -110px;
}
.main-slider-box .sl-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66%;
  background-position: center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-slider-box .slider-text-wrap {
  display: block;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  padding: 0 26px;
}
.main-slider-box .title {
  display: block;
  line-height: 1;
  margin-bottom: 3px;
  overflow: hidden;
}
.main-slider-box .subtitle {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.main-slider-box .title a,
.main-slider-box .subtitle a,
.main-slider-box .button a,
.main-slider-box .title span,
.main-slider-box .subtitle span,
.main-slider-box .button span,
.main-slider-box .title div,
.main-slider-box .subtitle div,
.main-slider-box .button div {
  display: block;
  float: left;
  line-height: 35px;
  height: 35px;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 0 22px;
  background: rgba(80, 135, 184, 0.65);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  cursor: default;
  text-decoration: none;
}
.main-slider-box .title a:hover,
.main-slider-box .subtitle a:hover,
.main-slider-box .button a:hover,
.main-slider-box .title span:hover,
.main-slider-box .subtitle span:hover,
.main-slider-box .button span:hover,
.main-slider-box .title div:hover,
.main-slider-box .subtitle div:hover,
.main-slider-box .button div:hover {
  background: #5087b8;
}
.main-slider-box .title b,
.main-slider-box .subtitle b,
.main-slider-box .button b {
  font-weight: bold;
}
.main-slider-box .subtitle a,
.main-slider-box .subtitle span,
.main-slider-box .subtitle div {
  background: rgba(65, 184, 100, 0.85);
}
.main-slider-box .subtitle a:hover,
.main-slider-box .subtitle span:hover,
.main-slider-box .subtitle div:hover {
  background: #41b864;
}
.main-slider-box .subtitle b {
  font-weight: 500;
}
.main-slider-box .button a,
.main-slider-box .button span,
.main-slider-box .button div {
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  cursor: pointer;
  background: rgba(243, 130, 37, 0.85);
}
.main-slider-box .button a:after,
.main-slider-box .button span:after,
.main-slider-box .button div:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -372px -62px;
  width: 31px;
  height: 10px;
  margin-left: 5px;
}
.main-slider-box .button a:hover,
.main-slider-box .button span:hover,
.main-slider-box .button div:hover {
  color: #fff;
  text-decoration: none;
  background: #f38225;
}
.main-slider-box a {
  color: #fff;
  text-decoration: none;
}
.main-slider-box .owl-dots {
  display: block;
  width: 15px;
  position: absolute;
  left: 26px;
  bottom: 19px;
}
.main-slider-box .owl-dot {
  display: block;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border-radius: 50%;
  margin-top: 5px;
}
.main-slider-box .owl-dot:hover,
.main-slider-box .owl-dot.active {
  background: #fff;
}
/* end main slider box */
.contacts-box {
  margin-bottom: 30px;
}
.contacts-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.contacts-box .c-photo {
  display: block;
  width: 300px;
  line-height: 1;
  margin: 0 auto 32px auto;
}
.contacts-box .c-photo img {
  display: block;
  width: 100%;
}
.contacts-box .items-wrap {
  padding-left: 30px;
}
.contacts-box .item-contact {
  margin-bottom: 32px;
}
.contacts-box .item-contact:last-child {
  margin-bottom: 0;
}
.contacts-box p {
  text-align: left;
}
.pagenav-box {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
}
.pagenav-box a {
  text-decoration: none;
}
.pagenav-box a:hover,
.pagenav-box a.active {
  color: #f38225;
}
.pagenav-box span,
.pagenav-box a {
  display: inline-block;
  margin: 0 3px;
}
.pagenav-box span.active,
.pagenav-box a.active {
  font-size: 26px;
}
.news-box .item-new {
  margin-bottom: 35px;
}
.new-box {
  margin-bottom: 30px;
}
.new-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.new-box .one-wrap {
  line-height: 40px;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  line-height: 36px;
  font-size: 20px;
}
.new-box .one-wrap a {
  color: #129c39;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid;
}
.new-box .one-wrap a:hover {
  padding-bottom: 1px;
  border-bottom: none;
}
.new-box .new-photo-wrap {
  width: 228px;
  position: relative;
  margin: 0 auto 20px auto;
}
.new-box .new-photo {
  display: block;
  line-height: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
}
.new-box .new-photo img {
  display: block;
  width: 100%;
}
.new-box .new-link {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.new-box .new-date {
  position: absolute;
  top: 14px;
  left: -15px;
}
.new-box .features-box {
  margin-bottom: 0;
  margin-top: 20px;
}
.new-box .actions-wrap {
  padding-top: 12px;
  margin-bottom: 22px;
}
.new-box .price-wrap {
  font-size: 28px;
  color: #129c39;
  font-weight: 100;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 20px;
}
.new-box .price-wrap .price {
  display: inline-block;
  font-weight: 300;
  border-bottom: 1px solid #129c39;
}
.new-box .price-wrap .price span {
  font-size: 24px;
  font-weight: 100;
}
.new-box .button-wrap {
  text-align: center;
}
.new-box .btn,
.new-box button,
.new-box input[type="submit"] {
  min-width: 185px;
}
.features-box .item-feature {
  margin-bottom: 6px;
}
.features-box .item-feature:last-child {
  margin-bottom: 0;
}
.breadcrumbs-box {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 25px;
  margin: 0 -35px 0 0;
  display: block;
  overflow: hidden;
}
.breadcrumbs-box a,
.breadcrumbs-box span {
  display: block;
  float: left;
  margin: 0 35px 10px 0;
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 0 14px;
  background: rgba(81, 134, 183, 0.75);
}
.breadcrumbs-box a:hover {
  background: rgba(243, 130, 37, 0.75);
}
.breadcrumbs-box a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -372px -263px;
  width: 22px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3px;
  margin-left: 7px;
}
.main-steps-box {
  padding: 35px 0 40px 0;
}
.main-steps-box .page-title {
  margin-bottom: 26px;
}
.main-steps-box .items-wrap {
  width: 373px;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}
.main-steps-box .item-wrap {
  margin-bottom: 15px;
}
.main-steps-box .item-wrap:last-child {
  margin-bottom: 0;
}
.main-title-box {
  position: relative;
  padding-top: 117px;
  top: -110px;
  margin-bottom: -110px;
}
/* insurance box */
.main-insurance-box {
  padding: 20px 0 38px 0;
  background: #ccc url(../img/main/insurance.jpg) center no-repeat;
  background-size: cover;
}
.main-insurance-box .insurance-title {
  display: block;
  position: relative;
  margin-bottom: 38px;
  min-height: 70px;
  line-height: 70px;
  background: rgba(255, 255, 255, 0.75);
}
.main-insurance-box .insurance-title:before,
.main-insurance-box .insurance-title:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.main-insurance-box .insurance-title:before {
  left: auto;
  right: 100%;
}
.main-insurance-box h1,
.main-insurance-box .inner-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.main-insurance-box .inner-block {
  position: relative;
  width: 448px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 150px;
  background: rgba(80, 135, 184, 0.8);
  color: #fff;
}
.main-insurance-box .logo-block {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  background: #fff;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.main-insurance-box .logo-block:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 8px solid rgba(0, 0, 0, 0);
  border-left-color: #fff;
  position: absolute;
  top: 55px;
  left: 100%;
}
.main-insurance-box .logo-block img {
  display: block;
  width: 74px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.main-insurance-box .text-block {
  font-weight: normal;
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.main-insurance-box p {
  margin-bottom: 20px;
}
.main-insurance-box p:last-child {
  margin-bottom: 0;
}
.main-insurance-box .link-block {
  text-align: center;
  font-size: 18px;
}
.main-insurance-box .link-block a {
  color: #fff;
}
/* end insurance box */
/* questions box */
.main-questions-box {
  padding: 46px 0 45px 0;
  text-align: center;
}
.main-questions-box .page-title {
  margin-bottom: 25px;
}
.main-questions-box .q-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #272727;
}
.main-questions-box .frm-wrap {
  width: 300px;
  position: relative;
  margin: 0 auto 20px auto;
}
.main-questions-box .frm-row {
  padding: 0 10px;
}
.main-questions-box .frm-row-submit .btn,
.main-questions-box .frm-row-submit button,
.main-questions-box .frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 5px;
}
.main-questions-box .frm-succefull {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  right: -10px;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  color: #105899;
  z-index: 3;
  font-weight: 500;
}
.main-questions-box .frm-succefull p {
  margin-bottom: 10px;
  text-align: center;
}
.main-questions-box .frm-succefull p:last-child {
  margin-bottom: 0;
}
.main-questions-box .succefull .frm-inner {
  opacity: 0;
  position: relative;
}
.main-questions-box .succefull .frm-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.main-questions-box .succefull .frm-succefull {
  display: block;
}
.main-questions-box .elm-sep {
  display: block;
  margin: 0 auto 10px auto;
}
.main-questions-box .phone {
  font-size: 40px;
  font-weight: 500;
  color: #105899;
  margin-top: -3px;
  margin-bottom: 4px;
}
.main-questions-box .phone a {
  text-decoration: none;
}
.main-questions-box .phone a:hover {
  text-decoration: none;
  color: #105899;
}
.main-questions-box .shedule {
  font-size: 18px;
  line-height: 26px;
}
.main-questions-box .s-title {
  font-weight: 500;
  font-size: 20px;
  margin-right: 20px;
}
/* end questions box */
.main-sert-box {
  padding: 40px 0 30px 0;
}
.main-sert-box .items-wrap {
  font-size: 0;
  max-width: 400px;
  margin: 0 auto;
}
.main-sert-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 49.99%;
  padding: 0 20px;
  margin-bottom: 25px;
}
.main-sert-box .item-sert {
  max-width: 160px;
  margin: 0 auto;
}
.main-faq-box {
  padding: 45px 0 70px 0;
}
.main-faq-box .item-faq {
  margin-bottom: 35px;
}
.main-faq-box .item-faq:last-child {
  margin-bottom: 0;
}
.main-faq-box .page-title {
  margin-bottom: 30px;
}
.main-contacts-box {
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.main-contacts-box .map-block {
  height: 375px;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
}
/* about box */
.main-about-box {
  background: #ccc url(../img/main/about.jpg) center no-repeat;
  background-size: cover;
  padding: 20px 0 7px 0;
  overflow: hidden;
}
.main-about-box .about-title {
  display: block;
  position: relative;
  margin-bottom: 60px;
  background: rgba(80, 134, 184, 0.75);
  min-height: 70px;
  line-height: 70px;
  color: #fff;
}
.main-about-box .about-title:before,
.main-about-box .about-title:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: rgba(80, 134, 184, 0.75);
}
.main-about-box .about-title:before {
  left: auto;
  right: 100%;
}
.main-about-box .about-title h1,
.main-about-box .about-title .inner-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.main-about-box .main-block {
  max-width: 448px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px 12px 20px;
  position: relative;
  overflow: hidden;
}
.main-about-box .second-block {
  max-width: 448px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  padding: 12px 20px 30px 20px;
}
.main-about-box .second-block * + h2,
.main-about-box .second-block * + .second-title {
  margin-top: 25px;
}
.main-about-box .logo-block {
  display: block;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
.main-about-box h2,
.main-about-box .second-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: left;
}
.main-about-box h1,
.main-about-box .inner-title {
  font-size: 32px;
  line-height: 32px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.main-about-box .logo {
  padding-left: 90px;
  font-size: 24px;
  line-height: 23px;
  font-weight: 500;
  color: #105899;
  min-height: 60px;
  text-align: left;
}
.main-about-box .logo .logo-title {
  display: block;
  margin-bottom: 3px;
}
.main-about-box .logo .logo-subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  line-height: 20px;
}
.main-about-box .logo .logo-subtitle span {
  padding: 0 16px;
  background: #f38225;
}
.main-about-box .logo .logo-pic {
  display: block;
  width: 71px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-about-box p:last-child {
  margin-bottom: 0;
}
/* end about box */
/* main photos box */
.main-photos-box {
  margin-top: -7px;
}
.main-photos-box .items-wrap {
  max-width: 448px;
  font-size: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.main-photos-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 0.5px;
  margin-bottom: 1px;
}
.main-photos-box .item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 77.22%;
}
.main-photos-box .item-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main-photos-box .item-photo:before,
.main-photos-box .item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.main-photos-box .item-photo:after {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -144px -210px;
  width: 41px;
  height: 41px;
  margin: auto;
  z-index: 3;
}
.main-photos-box .item-photo:before {
  background: rgba(80, 135, 184, 0.65);
  z-index: 2;
}
.main-photos-box .item-photo:hover:before,
.main-photos-box .item-photo:hover:after {
  opacity: 1;
}
/* end main photos box */
/* main contacts */
.main-contacts-wrap {
  float: right;
  width: 448px;
  position: relative;
  padding-top: 90px;
  margin-right: -8px;
}
.main-contacts-wrap .c-photo {
  display: block;
  width: 192px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.main-contacts-wrap .c-photo img {
  display: block;
  width: 100%;
}
.main-contacts-wrap .c-phone {
  font-size: 24px;
  line-height: 30px;
  padding-left: 35px;
  position: relative;
  display: block;
}
.main-contacts-wrap .c-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -159px -280px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
}
.main-contacts-wrap .c-phone a {
  color: #fff;
  text-decoration: none;
}
.main-contacts-wrap .c-section {
  background: rgba(80, 135, 184, 0.9);
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  padding: 10px 10px 15px 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.main-contacts-wrap .c-section:hover {
  background: #5087b8;
}
.main-contacts-wrap .c-section.phone {
  height: 90px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 192px;
  right: 0;
  background: rgba(63, 175, 93, 0.9);
  padding-left: 15px;
}
.main-contacts-wrap .c-section.phone:hover {
  background: #3faf5d;
}
.main-contacts-wrap .c-section.phone .c-title {
  margin-bottom: 10px;
}
.main-contacts-wrap .c-shedule {
  width: 215px;
  float: left;
}
.main-contacts-wrap .c-location {
  width: 192px;
  float: left;
  padding-left: 30px;
  position: relative;
  padding-right: 10px;
}
.main-contacts-wrap .c-location:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -267px -210px;
  width: 15px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: 0;
}
.main-contacts-wrap .c-title {
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-size: 26px;
  color: #fff;
  font-weight: 500;
}
.main-contacts-wrap p {
  margin: 0;
}
/* end main contacts */
.main-map-box {
  height: 325px;
  padding-bottom: 60px;
}
.main-title-box {
  padding-bottom: 20px;
  background: #ccc url(../img/main/inner.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.main-title-box .main-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  text-transform: none;
  text-align: left;
  color: #fff;
  margin-bottom: 7px;
}
.main-title-box .title {
  display: inline-block;
  max-width: 100%;
  padding: 5px 22px;
  background: rgba(65, 184, 100, 0.55);
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.main-reviews-box {
  background: #5a82a8 url(../img/main/reviews.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px 0 30px 0;
}
.main-reviews-box .page-title {
  color: #fff;
  margin-bottom: 32px;
}
.main-reviews-box .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  margin: 0 4px;
}
.main-reviews-box .owl-dot:hover,
.main-reviews-box .owl-dot.active {
  background: #fff;
}
.main-reviews-box .owl-dots {
  display: block;
  font-size: 0;
  padding-top: 28px;
  text-align: center;
  line-height: 1;
}
.main-reviews-box .sl-item {
  display: block;
  position: relative;
  overflow: hidden;
}
.main-reviews-box .item-review {
  width: 430px;
  margin: 0 auto;
  overflow: visible;
}
.main-partners-box {
  padding: 60px 0 45px 0;
}
.main-partners-box .page-title {
  margin-bottom: 25px;
}
.main-partners-box .item-logo {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1;
}
.main-partners-box .item-logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.main-partners-box .item-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin-bottom: 15px;
  width: 33.33%;
}
.main-partners-box .items-wrap {
  margin: 0 auto;
  width: 448px;
  font-size: 0;
  text-align: center;
}
.projects-box .items-wrap {
  overflow: hidden;
}
.projects-box .item-wrap {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 27px;
}
.main-news-box {
  background: url(../img/main/news.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 20px;
}
.main-news-box .page-title {
  padding: 17px 0;
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  margin: 0;
}
.main-news-box .page-title:before,
.main-news-box .page-title:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: rgba(255, 255, 255, 0.75);
}
.main-news-box .page-title:before {
  left: auto;
  right: 100%;
}
.main-news-box .items-wrap {
  overflow: hidden;
  position: relative;
  padding-top: 45px;
  -webkit-transform: -webkit-translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  font-size: 0;
  line-height: 1;
}
.main-news-box .item-wrap {
  display: none;
  width: 100%;
}
.main-news-box .item-wrap:first-child {
  display: block;
}
.map-block iframe,
.main-map-box iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  border: none;
}
.frm-contacts-wrap {
  overflow: hidden;
}
.frm-contacts-wrap .map-block {
  width: 100%;
  height: 330px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .goods-box .items-wrap {
    width: 520px;
    margin: 0 auto;
  }
  .goods-box .item-wrap {
    width: 50%;
  }
  .main-slider-box .slider-text-wrap {
    top: 150px;
    padding: 0 10px;
  }
  .main-slider-box .owl-dots {
    left: 10px;
    bottom: 52px;
  }
  .contacts-box {
    margin-bottom: 55px;
    padding-top: 10px;
    padding-left: 310px;
  }
  .contacts-box .c-photo {
    float: left;
    margin: -5px 0 0 -310px;
  }
  .contacts-box .items-wrap {
    width: 100%;
    float: left;
    padding: 0;
  }
  .news-box {
    margin-bottom: 40px;
  }
  .news-box .item-new {
    margin-bottom: 25px;
  }
  .new-box {
    padding-left: 260px;
  }
  .new-box .new-photo-wrap {
    float: left;
    margin: 5px 0 0 -260px;
  }
  .new-box h1,
  .new-box .inner-title {
    clear: both;
    margin-right: 0;
    margin-left: -260px;
  }
  .main-contacts-wrap {
    float: none;
    margin: 0 auto;
  }
  .main-news-box .items-wrap {
    width: 520px;
    margin: 0 auto;
  }
  .main-news-box .item-wrap {
    width: 50%;
    float: left;
  }
  .main-news-box .item-wrap:nth-child(2) {
    display: block;
  }
  .projects-box .items-wrap {
    width: 520px;
    margin: 0 auto;
  }
  .projects-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .title-new {
    padding-left: 260px;
  }
  .services-box .items-wrap {
    font-size: 0;
    width: 790px;
    position: relative;
    left: 50%;
    margin-left: -390px;
  }
  .services-box .item-wrap {
    width: 49.99%;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
  }
  .goods-box .items-wrap {
    width: 780px;
    left: 50%;
    position: relative;
    margin-left: -390px;
  }
  .goods-box .item-wrap {
    width: 33.33%;
  }
  .categories-box .items-wrap {
    width: 760px;
    position: relative;
    left: 50%;
    margin-left: -380px;
    margin-right: auto;
  }
  .categories-box .item-wrap {
    width: 49.99%;
    padding: 0 20px;
  }
  .gallery-box .items-wrap {
    width: 680px;
    margin: 0 auto;
  }
  .gallery-box .item-wrap {
    width: 50%;
    float: left;
  }
  .main-slider-box {
    font-size: 35px;
  }
  .main-slider-box .slider-text-wrap {
    top: 210px;
    padding: 0 20px;
  }
  .main-slider-box .owl-dots {
    left: 20px;
    bottom: 52px;
  }
  .main-slider-box .title a,
  .main-slider-box .subtitle a,
  .main-slider-box .title span,
  .main-slider-box .subtitle span,
  .main-slider-box .title div,
  .main-slider-box .subtitle div {
    height: 45px;
    line-height: 45px;
  }
  .main-slider-box .subtitle {
    margin-bottom: 33px;
  }
  .main-slider-box .button a,
  .main-slider-box .button span,
  .main-slider-box .button div {
    height: 35px;
    line-height: 35px;
    font-size: 25px;
  }
  .main-slider-box .button a:after,
  .main-slider-box .button span:after,
  .main-slider-box .button div:after {
    margin-left: 12px;
    background-image: url(../img/spr.png);
    background-position: -283px -324px;
    width: 40px;
    height: 12px;
  }
  .contacts-box {
    padding-left: 340px;
  }
  .contacts-box .c-photo {
    margin-left: -340px;
  }
  .news-box .item-new {
    margin-bottom: 35px;
  }
  .new-box .actions-wrap {
    overflow: hidden;
    height: auto;
  }
  .main-steps-box .items-wrap {
    width: auto;
    text-align: center;
    margin: 0 -20px;
  }
  .main-steps-box .item-wrap {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
  }
  .main-about-box {
    padding-bottom: 10px;
  }
  .main-about-box .main-block,
  .main-about-box .second-block {
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }
  .main-about-box .second-block {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .main-about-box .logo-block {
    float: left;
    padding: 0;
    margin: 0 14px 10px 0;
  }
  .main-photos-box {
    margin-top: -10px;
  }
  .main-photos-box .items-wrap {
    width: auto;
    max-width: inherit;
    margin: 0 -1px;
  }
  .main-photos-box .item-wrap {
    width: 19.99%;
  }
  .main-insurance-box {
    padding-bottom: 58px;
  }
  .main-insurance-box .insurance-title {
    margin-bottom: 60px;
  }
  .main-insurance-box .inner-block {
    width: 672px;
    padding-left: 276px;
  }
  .main-insurance-box .logo-block {
    width: 276px;
  }
  .main-insurance-box .logo-block img {
    width: 154px;
  }
  .main-insurance-box .logo-block:before {
    border-width: 17px;
  }
  .main-insurance-box .text-block {
    padding: 23px 25px;
  }
  .main-contacts-box {
    min-height: auto;
  }
  .main-contacts-box .inner-wrap {
    min-height: auto;
  }
  .main-contacts-box .map-block {
    top: 0;
    height: auto;
  }
  .main-sert-box .items-wrap {
    width: auto;
    margin: 0 -10px;
    max-width: inherit;
  }
  .main-sert-box .item-wrap {
    width: 24.99%;
  }
  .main-contacts-wrap {
    width: 268px;
    float: right;
    margin-right: 16px;
    padding-top: 0;
  }
  .main-contacts-wrap .c-photo {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 140px;
    line-height: 1;
  }
  .main-contacts-wrap .c-section.phone {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
    text-align: center;
    height: auto;
  }
  .main-contacts-wrap .c-phone {
    display: inline-block;
    vertical-align: top;
  }
  .main-contacts-wrap .c-location {
    width: 100%;
    margin: 0 0 10px 0;
    padding-right: 0;
    float: none;
  }
  .main-contacts-wrap .c-shedule {
    width: 100%;
    float: none;
    padding: 0 0 0 30px;
  }
  .main-reviews-box {
    padding-bottom: 30px;
  }
  .main-reviews-box .slider-wrap {
    margin: 0 -20px;
  }
  .main-reviews-box .sl-item {
    padding-top: 10px;
  }
  .main-reviews-box .page-title {
    margin-bottom: 25px;
  }
  .main-partners-box .items-wrap {
    width: auto;
  }
  .main-partners-box .item-wrap {
    width: 19.99%;
  }
  .projects-box .items-wrap {
    margin: 0;
    width: 780px;
    position: relative;
    left: 50%;
    margin-left: -390px;
  }
  .projects-box .item-wrap {
    width: 33.333%;
  }
  .main-news-box .items-wrap {
    width: auto;
    text-align: center;
    font-size: 0;
    margin: 0 -25px;
  }
  .main-news-box .item-wrap {
    width: 260px;
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .main-news-box .item-wrap:nth-child(2),
  .main-news-box .item-wrap:first-child {
    display: inline-block;
  }
  .main-news-box .item-wrap:last-child {
    display: none;
  }
  .new-box .price-wrap {
    width: 54%;
    float: left;
    padding-top: 5px;
    padding-right: 0px;
    margin: 0;
  }
  .new-box .button-wrap {
    width: 66%;
    float: right;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .frm-contacts-wrap {
    padding-left: 440px;
  }
  .frm-contacts-wrap .map-block {
    width: 100%;
    float: right;
    margin: 0;
  }
  .frm-contacts-wrap .frm-content {
    width: 400px;
    float: left;
    margin: 0 0 0 -440px;
  }
  .goods-box .items-wrap {
    width: 1040px;
    margin-left: -520px;
  }
  .goods-box .item-wrap {
    width: 25%;
  }
  .gallery-box .items-wrap {
    width: 1020px;
    position: relative;
    left: 50%;
    margin-left: -510px;
  }
  .gallery-box .item-wrap {
    width: 33.333%;
  }
  .main-slider-box {
    font-size: 40px;
  }
  .main-slider-box .slider-text-wrap {
    top: 250px;
    padding: 0 50px;
  }
  .main-slider-box .owl-dots {
    left: 50px;
    bottom: 115px;
  }
  .main-slider-box .title a,
  .main-slider-box .subtitle a,
  .main-slider-box .title span,
  .main-slider-box .subtitle span,
  .main-slider-box .title div,
  .main-slider-box .subtitle div {
    line-height: 55px;
    height: 55px;
    padding: 0 30px;
  }
  .main-slider-box .title b,
  .main-slider-box .subtitle b {
    font-weight: bold;
  }
  .main-slider-box .button a,
  .main-slider-box .button span,
  .main-slider-box .button div {
    height: 45px;
    line-height: 45px;
    font-size: 30px;
  }
  .main-title-box {
    top: -100px;
    margin-bottom: -100px;
    padding-top: 107px;
  }
  .main-steps-box .items-wrap {
    width: 1000px;
    padding-left: 70px;
    margin: 0 auto;
  }
  .main-steps-box .item-wrap {
    padding: 0 20px;
  }
  .main-questions-box {
    padding: 48px 0 60px 0;
  }
  .main-questions-box .inner-block {
    overflow: hidden;
    padding-top: 20px;
    position: relative;
  }
  .main-questions-box .frm-block {
    width: 45%;
    float: left;
  }
  .main-questions-box .info-block {
    width: 45%;
    float: right;
  }
  .main-questions-box .frm-wrap {
    margin-bottom: 0;
  }
  .main-questions-box .elm-sep {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
  }
  .main-questions-box .page-title {
    margin-bottom: 30px;
  }
  .main-map-box {
    height: 425px;
  }
  .main-reviews-box .item-review {
    width: 508px;
  }
  .main-partners-box .item-wrap {
    padding: 0 30px;
  }
  .projects-box .items-wrap {
    width: 1040px;
    margin-left: -520px;
  }
  .projects-box .item-wrap {
    width: 25%;
  }
  .main-news-box .item-wrap:last-child {
    display: inline-block;
  }
  .main-about-box {
    padding-bottom: 92px;
  }
  .main-about-box .main-block {
    padding-bottom: 7px;
  }
  .main-about-box .second-block {
    padding: 10px 30px 20px 30px;
  }
  .main-about-box .logo-block {
    margin-right: 30px;
  }
  .main-photos-box {
    margin-top: -92px;
  }
  .main-photos-box .item-photo:after {
    background-image: url(../img/spr.png);
    background-position: -229px -85px;
    width: 54px;
    height: 54px;
  }
  .new-box .price-wrap {
    padding-right: 50px;
  }
  .new-box .features-box {
    margin-top: 30px;
  }
}
@media (min-width: 1280px) {
  .title-new {
    padding-left: 340px;
  }
  .services-box .items-wrap {
    width: 1260px;
    margin-left: -630px;
  }
  .services-box .item-wrap {
    margin-bottom: 40px;
  }
  .services-box .item-service {
    max-width: 100%;
  }
  .goods-box .items-wrap {
    width: 1200px;
    margin-left: -600px;
  }
  .categories-box .items-wrap {
    width: 916px;
    margin-left: -458px;
  }
  .categories-box .item-wrap {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  .categories-box .item-category {
    max-width: 100%;
  }
  .error-box {
    font-size: 38px;
    padding-top: 220px;
    margin-bottom: 270px;
  }
  .error-box .error-title {
    font-size: 200px;
    margin-bottom: 15px;
  }
  .error-box .btn,
  .error-box button,
  .error-box input[type="submit"] {
    margin-top: 10px;
    min-width: 376px;
  }
  .buttons-box {
    margin: 0 -60px 40px 0;
  }
  .buttons-box .btn,
  .buttons-box button,
  .buttons-box input[type="submit"] {
    margin: 0 60px 20px 0;
  }
  .gallery-box {
    margin-bottom: 0;
  }
  .gallery-box .items-wrap {
    width: 1200px;
    margin-left: -600px;
  }
  .gallery-box .item-wrap {
    margin-bottom: 30px;
  }
  .gallery-box .btn,
  .gallery-box button,
  .gallery-box input[type="submit"] {
    max-width: 360px;
    margin-top: 15px;
    margin-bottom: 17px;
  }
  .photos-box {
    margin-bottom: 15px;
  }
  .photos-box .main-block {
    margin-bottom: 10px;
  }
  .photos-box .main-block .photo:after {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 100px;
    height: 100px;
  }
  .photos-box .preview-block ul {
    margin: 0 -5px;
  }
  .photos-box .preview-block li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .photos-box .photo:after {
    background-image: url(../img/spr.png);
    background-position: 0px -120px;
    width: 70px;
    height: 70px;
  }
  .main-slider-box {
    top: -120px;
    margin-bottom: -120px;
    font-size: 50px;
  }
  .main-slider-box .slider-text-wrap {
    top: 290px;
    padding: 0 40px;
    width: 1280px;
    right: auto;
    left: 50%;
    margin-left: -640px;
  }
  .main-slider-box .title a,
  .main-slider-box .subtitle a,
  .main-slider-box .title span,
  .main-slider-box .subtitle span,
  .main-slider-box .title div,
  .main-slider-box .subtitle div {
    line-height: 70px;
    height: 70px;
    padding: 0 58px;
  }
  .main-slider-box .title b,
  .main-slider-box .subtitle b {
    font-weight: bold;
  }
  .main-slider-box .title {
    margin-bottom: 5px;
  }
  .main-slider-box .subtitle {
    margin-bottom: 40px;
  }
  .main-slider-box .button a,
  .main-slider-box .button span,
  .main-slider-box .button div {
    height: 50px;
    line-height: 50px;
    font-size: 35px;
  }
  .main-slider-box .button a:after,
  .main-slider-box .button span:after,
  .main-slider-box .button div:after {
    background-image: url(../img/spr.png);
    background-position: 0px -324px;
    width: 50px;
    height: 15px;
    margin-left: 15px;
  }
  .main-slider-box .owl-dots {
    left: 50%;
    margin-left: -600px;
    bottom: 148px;
    width: 20px;
  }
  .main-slider-box .owl-dot {
    margin-top: 9px;
    width: 20px;
    height: 20px;
  }
  .contacts-box {
    margin-bottom: -20px;
    padding-left: 445px;
  }
  .contacts-box .c-photo {
    width: 400px;
    margin-left: -445px;
  }
  .pagenav-box {
    font-size: 24px;
  }
  .pagenav-box a,
  .pagenav-box span {
    margin: 0 5px;
  }
  .pagenav-box a.active,
  .pagenav-box span.active {
    font-size: 30px;
  }
  .news-box {
    margin-bottom: 60px;
  }
  .new-box .actions-wrap {
    margin-bottom: 20px;
  }
  .new-box .actions-wrap .button-wrap {
    text-align: right;
    padding-right: 0;
  }
  .new-box .one-wrap {
    height: 50px;
    line-height: 46px;
    margin-left: 28px;
    font-size: 24px;
  }
  .news-box .item-new {
    margin-bottom: 43px;
  }
  .news-box .actions-wrap {
    height: 92px;
    margin-bottom: 0;
  }
  .new-box {
    padding-left: 340px;
  }
  .new-box h1,
  .new-box .inner-title {
    width: 100%;
    float: right;
    margin-left: 0;
  }
  .new-box .new-photo-wrap {
    width: 304px;
    margin: 10px 0 0 -340px;
  }
  .new-box .new-photo {
    margin-bottom: 17px;
  }
  .new-box .new-link {
    font-size: 20px;
  }
  .new-box .new-date {
    top: 20px;
    left: -10px;
  }
  .new-box .actions-wrap {
    height: 90px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .new-box .price-wrap {
    font-size: 32px;
    line-height: 32px;
  }
  .new-box .price-wrap .price span {
    font-size: 28px;
  }
  .new-box .button-wrap {
    padding-right: 60px;
  }
  .new-box .features-box {
    margin-top: 40px;
  }
  .features-box .item-feature {
    margin-bottom: 10px;
  }
  .breadcrumbs-box {
    margin-right: -42px;
  }
  .breadcrumbs-box a,
  .breadcrumbs-box span {
    padding: 0 20px;
    margin-right: 42px;
  }
  .breadcrumbs-box a:after {
    background-image: url(../img/spr.png);
    background-position: -372px -236px;
    width: 30px;
    height: 7px;
    margin-top: -4px;
    margin-left: 6px;
  }
  .main-title-box {
    top: -120px;
    margin-bottom: -120px;
    padding-top: 175px;
  }
  .main-steps-box {
    padding: 45px 0 40px 0;
  }
  .main-steps-box .page-title {
    margin-bottom: 40px;
  }
  .main-steps-box .item-wrap {
    margin-bottom: 35px;
  }
  .main-steps-box .item-wrap:last-child {
    margin-bottom: 35px;
  }
  .main-steps-box .items-wrap {
    padding-left: 60px;
  }
  .main-insurance-box {
    padding: 40px 0 106px 0;
  }
  .main-insurance-box .insurance-title {
    min-height: 100px;
    padding: 10px 0;
    line-height: 80px;
    margin-bottom: 104px;
  }
  .main-insurance-box h1,
  .main-insurance-box .inner-title {
    font-size: 36px;
  }
  .main-insurance-box .inner-block {
    width: 850px;
    padding-left: 350px;
  }
  .main-insurance-box .logo-block {
    width: 350px;
  }
  .main-insurance-box .logo-block img {
    width: 196px;
  }
  .main-insurance-box .logo-block:before {
    top: 63px;
    border-width: 24px;
  }
  .main-insurance-box .text-block {
    padding: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .main-insurance-box .link-block {
    font-size: 22px;
  }
  .main-insurance-box p {
    margin-bottom: 24px;
  }
  .main-questions-box {
    padding: 45px 0 82px 0;
  }
  .main-questions-box .page-title {
    margin-bottom: 35px;
  }
  .main-questions-box .inner-block {
    padding-top: 26px;
  }
  .main-questions-box .q-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .main-questions-box .frm-wrap {
    width: 330px;
  }
  .main-questions-box .phone {
    font-size: 50px;
    margin-top: -8px;
  }
  .main-questions-box .shedule {
    font-size: 22px;
    line-height: 37px;
  }
  .main-questions-box .s-title {
    font-size: 24px;
  }
  .main-questions-box .info-block {
    width: 43%;
  }
  .main-questions-box .frm-block {
    width: 42%;
  }
  .main-questions-box .elm-sep {
    margin-left: -45px;
  }
  .main-questions-box .frm-row {
    padding: 0 15px;
  }
  .main-about-box {
    padding-top: 40px;
    padding-bottom: 115px;
  }
  .main-about-box .about-title {
    min-height: 100px;
    padding: 10px 0;
    line-height: 80px;
    margin-bottom: 80px;
  }
  .main-about-box .main-block {
    padding: 20px 30px 25px 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
  }
  .main-about-box .second-block {
    padding: 20px 30px 30px 30px;
    font-size: 18px;
    line-height: 21px;
  }
  .main-about-box h1,
  .main-about-box .main-title {
    font-size: 36px;
    line-height: 40px;
  }
  .main-about-box h2,
  .main-about-box .second-title {
    margin-bottom: 10px;
  }
  .main-about-box .logo-block {
    margin: 0 40px 10px 0;
  }
  .main-about-box .logo {
    padding-left: 133px;
    padding-top: 12px;
    font-size: 28px;
    line-height: 24px;
    min-height: 90px;
  }
  .main-about-box .logo .logo-pic {
    width: 106px;
  }
  .main-about-box .logo .logo-title {
    margin-bottom: 7px;
  }
  .main-about-box .logo .logo-subtitle {
    font-size: 18px;
    letter-spacing: 0.015em;
  }
  .main-about-box .logo .logo-subtitle span {
    padding: 0 10px;
  }
  .main-photos-box {
    margin-top: -115px;
  }
  .main-photos-box .item-photo:after {
    background-image: url(../img/spr.png);
    background-position: -229px 0px;
    width: 65px;
    height: 65px;
  }
  .main-sert-box {
    padding: 65px 0 50px 0;
  }
  .main-sert-box .items-wrap {
    margin: 0 0px;
  }
  .main-sert-box .item-sert {
    max-width: 310px;
  }
  .main-sert-box .item-wrap {
    padding: 0 5px;
  }
  .main-faq-box {
    padding: 45px 0 90px 0;
  }
  .main-faq-box .page-title {
    margin-bottom: 40px;
  }
  .main-contacts-wrap {
    width: 423px;
    margin-right: 40px;
  }
  .main-contacts-wrap .c-section {
    font-size: 20px;
    line-height: 1.1000;
    padding: 20px 20px 25px 20px;
  }
  .main-contacts-wrap .c-photo {
    max-height: 220px;
  }
  .main-contacts-wrap .c-title {
    font-size: 30px;
    margin-bottom: 23px;
  }
  .main-contacts-wrap .c-location {
    margin-left: 30px;
    padding-left: 36px;
  }
  .main-contacts-wrap .c-shedule {
    margin-left: 30px;
    padding-left: 35px;
  }
  .main-contacts-wrap .c-phone {
    margin-left: 35px;
    padding-top: 5px;
    padding-left: 40px;
    padding-bottom: 5px;
    font-size: 28px;
    display: block;
    text-align: left;
  }
  .main-map-box {
    height: 580px;
    padding-bottom: 80px;
  }
  .main-title-box {
    padding-bottom: 5px;
  }
  .main-title-box .main-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }
  .main-title-box .title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 15px 30px;
  }
  .main-reviews-box .page-title {
    margin-bottom: 15px;
  }
  .main-reviews-box .sl-item {
    padding-top: 20px;
  }
  .main-reviews-box .item-review {
    width: 565px;
  }
  .main-reviews-box .owl-dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
  }
  .main-partners-box {
    padding: 85px 0 55px 0;
  }
  .main-partners-box .item-wrap {
    padding: 0 24px;
  }
  .main-partners-box .page-title {
    margin-bottom: 50px;
  }
  .main-partners-box .items-wrap {
    width: 1200px;
  }
  .main-news-box {
    padding-top: 40px;
  }
  .main-news-box .page-title {
    padding: 29px 0;
  }
  .main-news-box .item-wrap {
    width: 300px;
  }
  .main-news-box .items-wrap {
    margin: 0 -40px;
    padding-top: 40px;
    -webkit-transform: -webkit-translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
  }
  .projects-box .items-wrap {
    width: 1200px;
    margin-left: -600px;
  }
  .projects-box .item-wrap {
    margin-bottom: 30px;
  }
}
@media (min-width: 1360px) {
  .main-slider-box .sl-item {
    padding: 0;
    height: 750px;
  }
    .main-slider-box img {
    height: 750px;
}
   
}
@media (min-width: 1380px) {
  .categories-box .items-wrap {
    margin: 0 -25px;
    width: auto;
    left: auto;
  }
  .categories-box .item-wrap {
    width: 33.33%;
  }
  .main-contacts-wrap {
    position: relative;
    margin: 0 -650px 0 0;
    right: 50%;
  }
}
@media (min-width: 1600px) {
  .main-steps-box .items-wrap {
    width: auto;
    margin: 0 -60px 0 0;
    padding: 0;
  }
  .main-steps-box .item-wrap {
    padding: 0 20px 0 0;
    width: 33.33%;
  }
  .main-steps-box .item-wrap:last-child {
    padding-right: 40px;
  }
  .main-map-box {
    height: 600px;
    padding-bottom: 100px;
  }
  .main-photos-box .item-photo:after {
    background-image: url(../img/spr.png);
    background-position: -90px -120px;
    width: 70px;
    height: 70px;
  }
  .main-questions-box .inner-block {
    padding-left: 30px;
    padding-right: 40px;
  }
}
/*******************************
 CART
 *******************************/
.cart {
  width: 300px;
  height: 70px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #004080;
  border-radius: 5px;
  padding: 10px;
  font: normal 11px Arial;
}
/*******************************
 *
 *******************************/
.bird {
  /*border: 4px solid #999;*/
  width: 100px;
  height: 30px;
  position: absolute;
  text-align: left;
  display: none;
  /*background: #F0F0F0;*/
  vertical-align: middle;
  font-size: 18px;
}
.blindLayer {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 501;
  display: none;
}
.bcontainer {
  position: absolute;
  width: 800px;
  height: 420px;
  background: #fff;
  padding: 20px;
  display: none;
  z-index: 502;
}
.bcontainer [id^="line"] {
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
}
.bcontainer #bsubject {
  font-size: 18px;
  font-weight: bold;
}
#overflw {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 220px;
}
#bcaption {
  background: rgba(81, 134, 183, 0.85);
  color: #fff;
}
#bcaption td {
  border-right: 2px solid #2f6495;
  font-weight: bold;
  text-align: center;
}
#bcaption td {
  padding: 5px;
}
#bcaption td:nth-child(1) {
  width: 50px;
}
/*ID*/
#bcaption td:nth-child(2) {
  width: 300px;
}
/*NAME*/
#bcaption td:nth-child(3) {
  width: 100px;
}
/*PRICE*/
#bcaption td:nth-child(4) {
  width: 150px;
}
/*NUM*/
#bcaption td:nth-child(5) {
  width: 70px;
}
/*SUM*/
.bitem td {
  font: normal 18px Arial;
  color: #999;
  padding: 5px;
  border-bottom: 1px solid #2f6495;
  border-right: 2px solid #FFF;
}
.bitem td:nth-child(1) {
  width: 50px;
}
.bitem td:nth-child(2) {
  width: 300px;
}
.bitem td:nth-child(3) {
  width: 100px;
  text-align: center;
}
.bitem td:nth-child(4) {
  width: 150px;
  text-align: center;
}
.bitem td:nth-child(5) {
  width: 70px;
  text-align: center;
}
#bclose {
  float: right;
}
.bcontainer table {
  width: 100%;
}
.bbutton {
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  padding: 5px;
  font: bold 16px;
  line-height: 1;
  float: right;
}
#bsum {
  float: right;
  margin: 0 20px;
  font: normal 18px;
}
.popup {
  background: none repeat scroll 0 0 #F2F2F2;
  border: 1px solid #808040;
  left: 50%;
  margin-left: -265px;
  padding: 25px 20px;
  position: fixed;
  top: 50px;
  width: 550px;
  z-index: 602;
  display: none;
}
.popup h4 {
  margin-bottom: 4px;
}
.popup form {
  padding: 30px 0 0 0;
}
.popup input[type="text"],
.popup input[type="tel"],
.popup input[type="email"] {
  text-align: center;
  font-style: italic;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #D9D9D9;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  vertical-align: middle;
}
.popup .alignCenter {
  margin-top: 30px;
}
.popup textarea {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  border: 1px solid #D9D9D9;
}
.basket_num {
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  background: #F0F0F0;
  display: inline-block;
  vertical-align: middle;
}
.basket_num_buttons {
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  border: none;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  background: #000;
  text-align: center;
  cursor: pointer;
}
#order.popup.send .frm-message {
  display: block;
}
#order.popup .frm-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  animation: fadein ease 0.3s;
  display: none;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #105899;
}
#order.popup .frm-message .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 20px;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #105899;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
#order.popup > a.popup-close {
  z-index: 100;
}
body #order.popup {
  position: absolute !important;
  top: 200px !important;
  overflow: hidden;
  left: 50% !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
body #order.popup:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
body #order.popup:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}
body #order.popup > * {
  position: relative;
  z-index: 12;
}
body #bcontainer.bcontainer {
  left: 50% !important;
  margin-left: -400px;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.masonry-item .article-meta {
  position: relative;
}
.masonry-item .article-meta:before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: 10px solid rgba(0, 0, 0, 0);
  border-top-color: #baae99;
  position: absolute;
  top: -15px;
  left: 10px;
  animation: fadein ease 0.3s;
}
.masonry-item .article-meta:after {
  content: "&#65533;&#65533;&#65533;&#65533;&#65533; &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533; &#65533; &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;";
  display: none;
  position: absolute;
  top: -55px;
  left: 0;
  float: left;
  white-space: nowrap;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #baae99;
  animation: fadein ease 0.3s;
}
.masonry-item .article-meta.cart-added-message:before,
.masonry-item .article-meta.cart-added-message:after {
  display: block;
}
@media (max-width: 979px) {
  body #order.popup {
    top: 200px !important;
  }
}
@media (max-width: 859px) {
  body #bcontainer.bcontainer {
    width: 460px;
    margin-left: -230px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .bcontainer .bitem td {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
  }
  .bcontainer .bitem td:nth-child(2) {
    width: 120px;
  }
  .bcontainer .bitem td:nth-child(4) {
    width: 100px;
  }
  .bcontainer .bitem td:nth-child(1) {
    width: 30px;
  }
  .bcontainer .bitem td:nth-child(3) {
    width: 60px;
  }
  .bcontainer #bcaption table {
    margin-bottom: 10px;
  }
  .bcontainer #bcaption td {
    padding: 8px 3px;
    font-size: 12px;
    white-space: nowrap;
  }
  .bcontainer #bcaption td:nth-child(2) {
    width: 120px;
  }
  .bcontainer #bcaption td:nth-child(4) {
    width: 100px;
  }
  .bcontainer #bcaption td:nth-child(1) {
    width: 30px;
  }
  .bcontainer #bcaption td:nth-child(3) {
    width: 60px;
  }
}
@media (max-width: 639px) {
  body #order.popup {
    width: 460px;
    margin-left: -230px;
    top: 200px !important;
  }
  body #bcontainer.bcontainer {
    top: 100px !important;
  }
}
@media (max-width: 479px) {
  body #order.popup {
    width: 300px;
    margin-left: -150px;
  }
  body #order.popup h4 {
    font-size: 15px;
    margin-right: 80px;
  }
  body #bcontainer.bcontainer {
    width: 300px;
    margin-left: -150px;
  }
  body #bcontainer.bcontainer .tbl-wrap {
    overflow: auto;
    width: 100%;
  }
  body #bcontainer.bcontainer .tbl-wrap table,
  body #bcontainer.bcontainer .tbl-wrap #overflw {
    width: 424px;
  }
  .bbutton {
    font-size: 16px;
  }
}
body #bcontainer.bcontainer .tbl-wrap + #bfooter {
  margin-top: 20px;
}
/* #order.popup input[type="radio"]:after {
  content: attr(value);
  display: block;
  width: 100%;
  padding-left: 20px;
  font-size: 12px;
  white-space: nowrap;
}
*/
#order.popup .frm-select label {
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	color: #000;
}
#order.popup .frm-select label span:after {
	content: attr(data-title);
}
#bsum {
  line-height: 40px;
  font-weight: bold;
}





/* ----------------------------------- *\
  styles form mobile
\* ----------------------------------- */
.wrap,
.header,
.nav,
.footer,
.cnt-section,
.inner-wrap,
.page {
  min-width: 320px;
}
@media (max-width: 479px) {
  /* structura */
  .page,
  .inner-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .bottom-panel {
    padding-left: 60px;
  }
  .header .top-panel {
    padding-left: 60px;
    margin-right: -10px;
    padding-right: 0;
    height: 55px;
  }
  .header .logo-block {
    width: 160px;
	height:55px;
  }
  .header .logo-block:before {
    margin-right: -1px;
  }
  .header .phone-block:before {
	  display:none !important;
  }
  .header .phone-block:after{
	display:none !important;  
	  
  }
  
  .header .phone-block {
    margin-left: 45px;
  }
  .header .lk-block {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    z-index: inherit;
  }
  .header .lk-block a {
    font-size: 16px;
  }
  .header .logo {
    width: 150px;
    height: 150px;
  }
  .header .logo .logo-pic {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
  }
  .header .logo .logo-pic img {
    max-width: 100%;
    max-height: 100%;
  }
  .header .logo .logo-title,
  .header .logo .logo-subtitle {
    display: none;
  }
  .main-menu-wrap .inner-menu {
    width: 300px;
  }
  .main-menu-wrap .btn-action-close {
    margin-right: -150px;
  }
  .main-search-wrap input[type="text"],
  .main-search-wrap input[type="search"] {
    font-size: 16px;
  }
  .main-search-wrap .search-block {
    padding-left: 0;
  }
  /* forms */
  .frm-popup {
    font-size: 18px;
  }
  .frm-popup .frm-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .frm-popup textarea,
  .frm-popup input[type="text"],
  .frm-popup input[type="tel"],
  .frm-popup input[type="email"],
  .frm-popup input[type="password"] {
    font-size: 22px;
  }
  .frm-popup .btn,
  .frm-popup button,
  .frm-popup input[type="submit"] {
    font-size: 22px;
  }
  body .ui-dialog {
    width: 300px !important;
    margin-left: -150px;
  }
  /* items */
  .item-contact {
    padding-left: 150px;
    font-size: 14px;
  }
  .item-contact .c-title {
    width: 150px;
    margin-left: -150px;
    font-size: 14px;
  }
  .item-feature {
    font-size: 15px;
  }
  .item-category .cat-title {
    font-size: 16px;
  }
  .item-gallery {
    width: 300px;
    height: 210px;
  }
  .item-faq .btn-faq {
    font-size: 18px;
    padding: 0 40px;
    line-height: 22px;
  }
  .item-faq .elm-num {
    top: 11px;
    margin-top: -15px;
  }
  .elm-num {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 18px;
  }
  .item-sert {
    font-size: 16px;
    line-height: 20px;
  }
  .item-sert .sert-title {
    min-height: 80px;
  }
  .item-step {
    padding-left: 110px;
    padding-top: 10px;
  }
  .item-step .step-title {
    font-size: 22px;
  }
  .item-step .step-link {
    font-size: 16px;
  }
  /* content */
  .main-title-box .title {
    padding: 3px 15px;
    font-size: 22px;
    line-height: 26px;
  }
  .breadcrumbs-box {
    margin-right: -25px;
  }
  .breadcrumbs-box a,
  .breadcrumbs-box span {
    padding: 0 10px;
    margin-right: 25px;
  }
  .breadcrumbs-box a:after {
    margin-left: 2px;
  }
  .fleft {
    width: 300px;
  }
  h1,
  .main-title {
    font-size: 26px;
  }
  h2,
  .second-title {
    font-size: 22px;
  }
  h3,
  .small-title {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  .page-title {
    font-size: 24px;
  }
  .main-steps-box .items-wrap {
    width: 100%;
    max-width: 373px;
  }
  .main-steps-box .page-title {
    font-size: 22px;
  }
  .main-slider-box .sl-item {
    height: 315px;
  }
  .main-slider-box .slider-text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-slider-box .title a,
  .main-slider-box .subtitle a,
  .main-slider-box .button a,
  .main-slider-box .title span,
  .main-slider-box .subtitle span,
  .main-slider-box .button span {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-insurance-box h1,
  .main-insurance-box .inner-title {
    font-size: 26px;
  }
  .main-insurance-box .inner-block {
    width: 100%;
    max-width: 448px;
    padding: 0;
  }
  .main-insurance-box .logo-block {
    position: relative;
    height: 150px;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .main-questions-box .q-title {
    font-size: 20px;
  }
  .main-questions-box .phone {
    font-size: 30px;
  }
  .main-questions-box .s-title {
    margin-right: 0;
    display: block;
    float: none;
  }
  .main-about-box h1,
  .main-about-box .inner-title {
    font-size: 26px;
    line-height: 1;
  }
  .main-about-box h2,
  .main-about-box .second-title {
    font-size: 20px;
    line-height: 24px;
  }
  .main-about-box .logo {
    padding-left: 70px;
    font-size: 20px;
    line-height: 1;
  }
  .main-about-box .logo .logo-pic {
    width: 55px;
  }
  .main-about-box .logo .logo-subtitle {
    font-size: 14px;
  }
  .main-photos-box .item-wrap {
    width: 50%;
  }
  .main-sert-box .item-wrap {
    padding: 0 10px;
  }
  .main-sert-box .items-wrap {
    margin: 0 -10px;
    width: auto;
    max-width: inherit;
  }
  .main-contacts-wrap {
    width: 100%;
    float: none;
  }
  .main-contacts-wrap .c-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .main-contacts-wrap .c-photo {
    width: 100px;
  }
  .main-contacts-wrap .c-photo img {
    width: auto;
    max-width: inherit;
    height: 100%;
    top: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: -webkit-translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .main-contacts-wrap .c-section {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  .main-contacts-wrap .c-section.phone {
    left: 100px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-contacts-wrap .c-phone {
    display: inline-block;
    max-width: 100%;
    font-size: 20px;
  }
  .main-contacts-wrap .c-location,
  .main-contacts-wrap .c-shedule {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: auto;
    float: none;
    margin: 10px 0 0 0;
  }
  .main-partners-box .items-wrap {
    width: 100%;
    max-width: 448px;
  }
  .main-reviews-box .item-review {
    width: 100%;
    max-width: 430px;
  }
  .gallery-box .btn,
  .gallery-box button,
  .gallery-box input[type="submit"] {
    max-width: 300px;
  }
  .error-box {
    font-size: 26px;
  }
  .error-box .error-title {
    font-size: 130px;
  }
  .error-box .btn,
  .error-box button,
  .error-box input[type="submit"] {
    min-width: 0;
    padding: 0 15px;
    font-size: 20px;
  }
  .categories-box .items-wrap {
    margin: 0;
  }
  .services-box .items-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .services-box .item-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .contacts-box .items-wrap {
    padding-left: 0;
  }
}
.cat_link:hover .cat_img {
-webkit-filter: contrast(1.2);
filter: contrast(1.2);
  transition: 0.5s;
}
.cat_link:not(:hover) .cat_img {
  transition: 1s;
}
/* ----------------------------------- *\
    end mobile styles
\* ----------------------------------- */
.mapimg {
background: url(/upload/azotnaya-map3.jpg) center no-repeat #FFF;	
}