@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 300;
}
.bg-dark {
  background: #f6f5f3;
}
a {
  color: #6aa5d5;
  text-decoration: underline;
}
a:hover {
  color: #d4312c;
}
a.btn-link {
  display: inline;
  line-height: 1.30;
  position: relative;
  border-bottom: 1px solid #afcce6;
  text-decoration: none;
  white-space: normal;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
a.btn-link:hover {
  border-bottom-color: #e69997;
}
a.btn-link.btn-link-invert {
  display: inline;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #000;
}
a.btn-link.btn-link-invert:hover,
a.btn-link.btn-link-invert.active {
  color: #6aa5d5;
  border-bottom-color: #afcce6;
}
a.active {
  color: #fd4141;
  border-bottom-color: #fff;
}
p {
  margin-bottom: 20px;
}
b {
  font-weight: 500;
}
.att-text {
  color: #fad900;
}
h1,
.main-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
  text-align: center;
}
h1.left,
.main-title.left {
  text-align: left;
}
h1.second-title {
  font-weight: 400;
}
h2,
.second-title,
h3,
.small-title {
  font-size: 40px;
  line-height: 1.05;
  font-weight: 300;
  text-align: center;
  margin-bottom: 45px;
}
h2.left,
.second-title.left,
h3.left,
.small-title.left {
  text-align: left;
}
h2 b,
.second-title b,
h3 b,
.small-title b {
  font-weight: 400;
}
h3,
.small-title,
.vsmall-title {
  font-size: 30px;
  margin-bottom: 45px;
}
.vsmall-title,
.article-box h2,
.article-box h3 {
  font-size: 25px;
  margin-bottom: 50px;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pagenav-box {
  margin-bottom: 32px;
  margin-left: 0;
  margin-right: -10px;
  line-height: 1;
  font-size: 0;
  color: #000;
}
.pagenav-box.inner {
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}
.pagenav-box a,
.pagenav-box span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
}
.pagenav-box a.active,
.pagenav-box span.active,
.pagenav-box a:hover,
.pagenav-box span:hover {
  background: #fad900;
  border: 1px solid #000;
  line-height: 35px;
}
.pagenav-box a:hover,
.pagenav-box span:hover {
  background: none;
}
.pagenav-box .btn-prev:before {
  content: "<";
}
.pagenav-box .btn-next:before {
  content: ">";
}
.breadcrumbs-box {
  font-size: 13px;
  color: #9c9197;
  line-height: 20px;
  margin-bottom: 12px;
}
.breadcrumbs-box + .top-box {
  margin-top: 25px;
}
.breadcrumbs-box a {
  display: inline-block;
  position: relative;
  margin-right: 21px;
  color: #9c9197;
}
.breadcrumbs-box a:hover {
  color: #9c9197;
  text-decoration: none;
}
.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: -263px -219px;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3px;
  margin-left: 8px;
}
.article-photo {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
}
.article-photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.4);
}
.article-photo img {
  display: block;
  width: 100%;
}
.article-photo h1,
.article-photo h2,
.article-photo h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 55px 70px;
  color: #fff;
  margin: 0;
  text-align: left;
  font-size: 40px;
}
@media (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  .main-title br,
  .second-title br,
  .small-title br,
  .vsmall-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  h1,
  .main-title {
    font-size: 36px;
  }
  h2,
  .second-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  h3,
  .small-title {
    margin-bottom: 25px;
    font-size: 26px;
  }
  h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .vsmall-title,
  .article-box h2,
  .article-box h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .pagenav-box a,
  .pagenav-box span {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .pagenav-box a:hover,
  .pagenav-box span:hover,
  .pagenav-box a.active,
  .pagenav-box span.active {
    line-height: 26px;
  }
  .article-photo h1,
  .article-photo h2,
  .article-photo h3 {
    font-size: 30px;
    padding: 40px;
  }
}
@media (max-width: 639px) {
  h1,
  .main-title {
    font-size: 27px;
  }
  h2,
  .second-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  h3,
  .small-title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .vsmall-title,
  .article-box h2,
  .article-box h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .article-photo {
    margin-bottom: 30px;
  }
  .article-photo h1,
  .article-photo h2,
  .article-photo h3 {
    font-size: 24px;
    line-height: 28px;
    padding: 10px;
  }
  h4 {
    font-size: 15px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.empty {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 320px;
  max-width: 1200px;
}
.page {
  padding-top: 25px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
}
.wrap {
  overflow: hidden;
}
.side {
  margin-bottom: 33px;
  position: relative;
}
.content {
  margin-bottom: 33px;
  position: relative;
}
.header {
  background: #fff;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.header .logo img {
  max-width: 100%;
}
.footer {
  overflow: hidden;
  background: #363636;
  font-size: 12px;
  line-height: 1.50;
  color: #6f6f6f;
  padding-bottom: 6px;
}
.footer .contacts-block {
  margin-bottom: 20px;
  text-align: center;
}
.footer .copy-block,
.footer .info-block {
  margin-bottom: 12px;
}
.footer .links-block {
  display: none;
}
.footer .soc-block {
  font-size: 0;
}
.footer .phone {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #cacaca;
  font-weight: 500;
}
.footer .phone a {
  text-decoration: none;
  color: #cacaca;
}
.footer .phone a:hover {
  color: #cacaca;
}
.footer .callback {
  display: none;
  font-size: 18px;
  color: #cacaca;
}
.footer .callback a {
  color: #cacaca;
  text-decoration: none;
}
.footer .callback a:hover {
  text-decoration: underline;
  color: #cacaca;
}
.footer .btn-footer-link {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
}
.footer .btn-footer-link:first-child .pic {
  line-height: 21px;
}
.footer .btn-footer-link .pic {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  margin-bottom: 5px;
  height: 27px;
  line-height: 25px;
  border: 1px solid #6f6f6f;
  text-decoration: none;
}
.footer .btn-footer-link .pic img {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.footer .btn-footer-link .text {
  text-decoration: underline;
}
.footer .btn-footer-link:hover .text {
  text-decoration: none;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #6f6f6f;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
  color: #6f6f6f;
}
.footer .btn-footer-soc {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin: 0 5px;
}
.main-menu-wrap ul,
.main-menu-wrap li {
  padding: 0;
  margin: 0;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
  display: none;
}
.header-actions-block {
  float: right;
  white-space: nowrap;
  height: 72px;
  line-height: 72px;
}
.header-phone-block {
  text-align: right;
  line-height: 1;
  white-space: nowrap;
  float: right;
}
.header-phone-block .title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #9c9197;
}
.header-phone-block .phone {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 32px;
  line-height: 32px;
  font-size: 27px;
  color: #000;
  padding-left: 42px;
  font-weight: 400;
}
.header-phone-block .phone a {
  text-decoration: none;
  color: #000;
}
.header-phone-block .phone a:hover {
  color: #000;
}
.header-phone-block .phone .ico {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
.header-phone-block .phone .ico .i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -10px;
}
.header-phone-block .city {
  display: block;
  height: 20px;
  line-height: 20px;
  position: relative;
  top: -1px;
}
.btn-header {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  padding: 32px 0 0 0;
  min-width: 32px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: absolute;
  top: 14px;
}
.btn-header .ico {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
}
.btn-header .ico img,
.btn-header .ico .i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.btn-header.btn-header-phone {
  width: 76px;
  margin-left: -38px;
  left: 39px;
}
.btn-header.btn-header-phone img,
.btn-header.btn-header-phone .i {
  width: 20px;
  height: 26px;
  margin: -13px 0 0 -10px;
}
.btn-header.btn-header-main {
  width: 62px;
  left: 39px;
  margin-left: -31px;
}
.btn-header.btn-header-main img,
.btn-header.btn-header-main .i {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.btn-header.btn-header-menu {
  width: 44px;
  right: 41px;
  margin-right: -22px;
}
.btn-header.btn-header-menu img,
.btn-header.btn-header-menu .i {
  width: 16px;
  height: 12px;
  margin: -6px 0 0 -8px;
}
.btn-header.btn-popup-close {
  width: 44px;
  right: 41px;
  margin-right: -22px;
}
.btn-header.btn-popup-close img,
.btn-header.btn-popup-close .i {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
}
.btn-header:hover {
  color: #000;
}
.btn-header-city {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  text-decoration: none;
  padding-right: 13px;
  line-height: 20px;
  white-space: nowrap;
}
.btn-header-city:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -95px -303px;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.btn-header-city:hover:before {
  background-image: url(../img/spr.png);
  background-position: -66px -303px;
  width: 9px;
  height: 9px;
}
.btn-header-action {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  position: relative;
  padding-left: 45px;
  text-decoration: none;
  color: #000000;
}
.btn-header-action .title {
  display: block;
  border-bottom: 1px solid #999999;
  height: 24px;
  overflow: hidden;
  -webkit-transition: border-color ease 0.3s;
  -o-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}
.btn-header-action:hover {
  color: #000;
}
.btn-header-action:hover .title {
  border-bottom-color: #fff;
}
.btn-header-action .i-calc {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
}
.btn-header-action .i-callback {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
}
#btn-up {
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: url(../img/icons/a02.svg) center no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
#btn-up:hover {
  opacity: 1;
}
.cnt-box {
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, 0.15);
          box-shadow: 0 3px 3px rgba(1, 1, 1, 0.15);
  padding: 25px;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .wrap {
    padding-top: 72px;
  }
  .wrap.menu-fixed .header {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }
  .header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
  }
  .header .header-phone-block,
  .header .header-actions-block {
    display: none;
  }
  .header .inner-wrap {
    height: 72px;
    overflow: hidden;
  }
  .header .logo-block {
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
  }
  .header .logo {
    width: 100px;
  }
  .nav {
    position: fixed;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 1;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .nav .inner-wrap {
    position: static;
    margin: 0;
    padding: 0;
  }
  .main-menu-wrap {
    font-size: 15px;
    line-height: 20px;
    color: #000;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    z-index: 99;
    background: #ffeda6;
    -webkit-box-shadow: -5px -5px 24px rgba(0, 0, 0, 0.31);
            box-shadow: -5px -5px 24px rgba(0, 0, 0, 0.31);
    padding: 72px 0 0 0;
    overflow: hidden;
  }
  .main-menu-wrap .menu {
    border-top: 1px solid #000000;
    margin: 0 0 -1px 0;
    padding: 0;
  }
  .main-menu-wrap .menu > li > a {
    display: block;
    padding: 9px 14px;
    border-bottom: 1px solid #000000;
  }
  .main-menu-wrap .menu > li.submenu > a {
    padding-right: 50px;
  }
  .main-menu-wrap .menu > li.submenu.open > a .btn-submenu:after {
    background-image: url(../img/spr.png);
    background-position: -263px -186px;
    width: 19px;
    height: 13px;
  }
  .main-menu-wrap .menu > li.submenu.open ul {
    display: block;
  }
  .main-menu-wrap .menu > li ul {
    display: none;
    -webkit-animation: fadein ease 0.3s;
            animation: fadein ease 0.3s;
    font-size: 14px;
  }
  .main-menu-wrap .menu > li ul a {
    padding: 9px 20px 9px 34px;
    border-bottom: 1px solid #000;
  }
  .main-menu-wrap .menu a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #000;
    text-decoration: none;
  }
  .main-menu-wrap .menu .btn-submenu {
    display: block;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #000;
  }
  .main-menu-wrap .menu .btn-submenu: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 -303px;
    width: 19px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -7px -10px 0 0;
  }
}
@media (max-width: 767px) {
  .footer-menu-wrap {
    margin: 0 -20px 15px -20px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    color: #cacaca;
  }
  .footer-menu-wrap ul,
  .footer-menu-wrap li {
    margin: 0;
    padding: 0;
  }
  .footer-menu-wrap ul:before,
  .footer-menu-wrap li:before {
    display: none;
  }
  .footer-menu-wrap a {
    display: block;
    color: #cacaca;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
  }
  .footer-menu-wrap a:hover {
    color: #cacaca;
  }
  .footer-menu-wrap > ul > li.open ul {
    display: block;
  }
  .footer-menu-wrap > ul > li.open .btn-submenu:after {
    -webkit-transform: -webkit-rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .footer-menu-wrap > ul > li.open .btn-submenu:before {
    -webkit-transform: -webkit-rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer-menu-wrap > ul ul {
    display: none;
    padding-bottom: 20px;
    -webkit-animation: fadein ease 0.3s;
            animation: fadein ease 0.3s;
  }
  .footer-menu-wrap > ul ul a {
    font-size: 14px;
    padding: 4px 20px 5px 40px;
  }
  .footer-menu-wrap .submenu > a {
    padding-right: 50px;
  }
  .footer-menu-wrap .btn-submenu {
    display: block;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .footer-menu-wrap .btn-submenu:before,
  .footer-menu-wrap .btn-submenu:after {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -4px;
    background: #9d9d9d;
  }
  .footer-menu-wrap .btn-submenu:before {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media (min-width: 640px) {
  .header .logo {
    width: auto;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 30px 0;
  }
  .footer .copy-block,
  .footer .info-block {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 20px;
  }
  .footer-menu-wrap {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .footer-menu-wrap > ul {
    overflow: hidden;
    font-size: 0;
    width: 81%;
    float: left;
  }
  .footer-menu-wrap > ul + ul {
    width: 19%;
    float: left;
  }
  .footer-menu-wrap > ul + ul > li {
    display: block;
    width: 100%;
  }
  .footer-menu-wrap > ul > li {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    width: 33.32%;
  }
  .footer-menu-wrap > ul > li > a {
    color: #cacaca;
    text-decoration: none;
    padding: 5px 0;
  }
  .footer-menu-wrap > ul > li > a:hover,
  .footer-menu-wrap > ul > li > a.active {
    text-decoration: underline;
    color: #cacaca;
  }
  .footer-menu-wrap > ul ul {
    font-size: 12px;
  }
  .footer-menu-wrap > ul ul a {
    padding: 3px 0;
    color: #6f6f6f;
    line-height: 16px;
  }
  .footer-menu-wrap > ul ul a:hover {
    color: #cacaca;
    text-decoration: underline;
  }
  .footer-menu-wrap > ul ul a.active {
    text-decoration: none;
    color: #fff4b6;
  }
  .footer-menu-wrap a {
    display: block;
    position: relative;
    line-height: 20px;
    text-decoration: none;
  }
  .footer-menu-wrap .btn-submenu {
    display: none !important;
  }
  .header .logo-block {
    float: left;
  }
  .header .logo {
    width: 120px;
  }
  .header .btn-header-phone {
    display: none;
  }
  .header .header-actions-block {
    display: block;
    padding-right: 100px;
  }
  .header .btn-header-action {
    margin-left: 20px;
  }
  .header .btn-header-action:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .side {
    width: 310px;
    float: left;
    position: relative;
    z-index: 2;
  }
  .content {
    width: 100%;
    float: right;
    margin-left: -310px;
  }
  .cnt {
    position: relative;
    margin-left: 340px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer .main-panel {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .footer .footer-menu-wrap {
    width: 78%;
    float: left;
    margin-bottom: 0;
  }
  .footer .contacts-block {
    width: 22%;
    float: right;
    text-align: left;
    padding-top: 40px;
  }
  .footer .phone {
    line-height: 32px;
    margin-bottom: 15px;
  }
  .footer .callback {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer .btn-footer-soc {
    margin: 0 8px 0 0;
  }
  .footer .copy-block {
    width: 35%;
    float: left;
    margin: 0;
    padding-right: 30px;
  }
  .footer .info-block {
    width: 35%;
    float: left;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .footer .links-block {
    float: right;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    display: block;
  }
  .footer .bottom-panel {
    overflow: hidden;
    padding-bottom: 5px;
  }
  .footer .btn-footer-link {
    margin-left: 18px;
  }
  .footer .btn-footer-link:first-child {
    margin-left: 0;
  }
  .footer-menu-wrap > ul + ul li {
    margin-bottom: 15px;
  }
  .footer-menu-wrap > ul + ul ul {
    padding-top: 13px;
  }
  .footer-menu-wrap > ul + ul ul li {
    margin-bottom: 0;
  }
  .footer-menu-wrap > ul > li {
    font-size: 16px;
  }
  .footer-menu-wrap > ul > li > a {
    line-height: 22px;
    padding: 5px 0;
  }
  .footer-menu-wrap > ul ul {
    padding-top: 13px;
    font-size: 15px;
  }
  .footer-menu-wrap > ul ul a {
    padding: 4px 0;
  }
  .menu-fixed {
    padding-top: 50px;
  }
  .menu-fixed .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header .inner-wrap {
    height: 112px;
    line-height: 112px;
  }
  .header .logo-block,
  .header .header-actions-block {
    height: 112px;
    line-height: 112px;
    padding-right: 0;
  }
  .header .header-phone-block {
    display: block;
    height: 112px;
    overflow: hidden;
    padding-top: 20px;
    width: 300px;
  }
  .header .logo {
    width: auto;
  }
  .nav {
    position: relative;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 6px 16px rgba(122, 122, 122, 0.2);
            box-shadow: 0 6px 16px rgba(122, 122, 122, 0.2);
    height: 50px;
  }
  .nav .inner-wrap {
    height: 50px;
  }
  .main-menu-wrap {
    font-size: 16px;
    line-height: 50px;
    color: #000;
  }
  .main-menu-wrap a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .main-menu-wrap a:hover {
    color: #000;
  }
  .main-menu-wrap .btn-header,
  .main-menu-wrap .btn-submenu {
    display: none !important;
  }
  .main-menu-wrap .menu {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }
  .main-menu-wrap .menu > li {
    display: table-cell;
    position: relative;
    height: 50px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
  }
  .main-menu-wrap .menu > li > a {
    display: block;
    height: 50px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    z-index: 2;
  }
  .main-menu-wrap .menu > li > a:after {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fad900;
    -webkit-animation: fadein ease 0.3s;
            animation: fadein ease 0.3s;
  }
  .main-menu-wrap .menu > li > a:hover:after,
  .main-menu-wrap .menu > li > a.active:after {
    display: block;
  }
  .main-menu-wrap .menu > li:hover > a:after {
    display: block;
  }
  .main-menu-wrap .menu > li:hover ul {
    display: block;
  }
  .main-menu-wrap .menu ul {
    display: none;
    -webkit-animation: fadein ease 0.3s;
            animation: fadein ease 0.3s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    -webkit-box-shadow: 0 6px 16px rgba(122, 122, 122, 0.2);
            box-shadow: 0 6px 16px rgba(122, 122, 122, 0.2);
    border-top: 1px solid #e2e1df;
    background: #fff;
  }
  .main-menu-wrap .menu ul li {
    border-bottom: 1px solid #ebebeb;
  }
  .main-menu-wrap .menu ul li:last-child {
    border-bottom: none;
  }
  .main-menu-wrap .menu ul a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 20px;
  }
  .main-menu-wrap .menu ul a:hover,
  .main-menu-wrap .menu ul a.active {
    background: #fef4b6;
  }
  #btn-up {
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-menu-wrap {
    width: 80%;
  }
  .footer .contacts-block {
    width: 20%;
  }
  .footer .phone {
    margin-bottom: 20px;
  }
  .footer .callback {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .footer .main-panel {
    margin-bottom: 48px;
  }
  .footer .copy-block {
    width: 40%;
  }
  .footer .links-block {
    min-width: 20%;
    padding-top: 4px;
  }
  .footer-menu-wrap > ul {
    width: 75%;
  }
  .footer-menu-wrap > ul + ul {
    width: 25%;
  }
  .footer-menu-wrap > ul > li > a {
    font-size: 18px;
  }
  .header .header-phone-block {
    width: 330px;
    padding-left: 30px;
  }
  .header .btn-header-action {
    margin-left: 72px;
  }
  .header .btn-header-action:first-child {
    margin-left: 0;
  }
  .main-menu-wrap {
    font-size: 18px;
  }
  .main-menu-wrap .menu ul {
    width: 308px;
  }
  .main-menu-wrap .menu ul a {
    padding: 9px 20px 9px 30px;
    font-size: 16px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
/*
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: 0px -303px;
  width: 19px;
  height: 13px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -263px -186px;
  width: 19px;
  height: 13px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -95px -303px;
  width: 9px;
  height: 9px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -66px -303px;
  width: 9px;
  height: 9px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -263px -53px;
  width: 14px;
  height: 27px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -263px -219px;
  width: 8px;
  height: 9px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: -263px -147px;
  width: 11px;
  height: 19px;
}
.i-a08 {
  background-image: url(../img/spr.png);
  background-position: -305px -260px;
  width: 11px;
  height: 19px;
}
.i-a09 {
  background-image: url(../img/spr.png);
  background-position: -39px -303px;
  width: 7px;
  height: 12px;
}
.i-arr01 {
  background-image: url(../img/spr.png);
  background-position: -49px -97px;
  width: 84px;
  height: 61px;
}
.i-arr02 {
  background-image: url(../img/spr.png);
  background-position: -114px 0px;
  width: 129px;
  height: 76px;
}
.i-arr03 {
  background-image: url(../img/spr.png);
  background-position: -77px -181px;
  width: 57px;
  height: 49px;
}
.i-arr04 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 94px;
  height: 77px;
}
.i-arr05 {
  background-image: url(../img/spr.png);
  background-position: 0px -181px;
  width: 57px;
  height: 49px;
}
.i-baner01 {
  background-image: url(../img/spr.png);
  background-position: -154px -181px;
  width: 78px;
  height: 47px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -124px -303px;
  width: 1px;
  height: 1px;
}
.i-calc {
  background-image: url(../img/spr.png);
  background-position: 0px -250px;
  width: 31px;
  height: 33px;
}
.i-callback {
  background-image: url(../img/spr.png);
  background-position: -263px 0px;
  width: 22px;
  height: 33px;
}
.i-ico01 {
  background-image: url(../img/spr.png);
  background-position: -305px 0px;
  width: 30px;
  height: 26px;
}
.i-ico02 {
  background-image: url(../img/spr.png);
  background-position: -101px -250px;
  width: 27px;
  height: 31px;
}
.i-ico03 {
  background-image: url(../img/spr.png);
  background-position: -51px -250px;
  width: 30px;
  height: 32px;
}
.i-ico04 {
  background-image: url(../img/spr.png);
  background-position: -148px -250px;
  width: 29px;
  height: 30px;
}
.i-marker-att {
  background-image: url(../img/spr.png);
  background-position: -305px -135px;
  width: 24px;
  height: 23px;
}
.i-marker {
  background-image: url(../img/spr.png);
  background-position: -305px -92px;
  width: 24px;
  height: 23px;
}
.i-num01 {
  background-image: url(../img/spr.png);
  background-position: 0px -97px;
  width: 29px;
  height: 64px;
}
.i-phone {
  background-image: url(../img/spr.png);
  background-position: -305px -46px;
  width: 20px;
  height: 26px;
}
.i-sale {
  background-image: url(../img/spr.png);
  background-position: -153px -97px;
  width: 75px;
  height: 50px;
}
.i-soc01 {
  background-image: url(../img/spr.png);
  background-position: -244px -250px;
  width: 27px;
  height: 27px;
}
.i-soc02 {
  background-image: url(../img/spr.png);
  background-position: -263px -100px;
  width: 22px;
  height: 27px;
}
.i-soc03 {
  background-image: url(../img/spr.png);
  background-position: -197px -250px;
  width: 27px;
  height: 27px;
}
.i-star-e {
  background-image: url(../img/spr.png);
  background-position: -305px -219px;
  width: 23px;
  height: 21px;
}
.i-star-f {
  background-image: url(../img/spr.png);
  background-position: -305px -178px;
  width: 23px;
  height: 21px;
}
/* ----------------------------------- *\
      forms styles
\* ----------------------------------- */
.btn,
button,
input[type="submit"] {
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  padding: 0 45px;
  font-size: 18px;
  font-weight: 300;
  color: #090909;
  text-decoration: none;
  background: #fad900;
  border: none;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #fff4b6;
  color: #090909;
  text-decoration: none;
}
.btn.btn-medium,
button.btn-medium,
input[type="submit"].btn-medium {
  height: 44px;
  line-height: 44px;
  padding: 0 36px;
  font-size: 18px;
}
.btn.btn-small,
button.btn-small,
input[type="submit"].btn-small {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.btn.btn-border,
button.btn-border,
input[type="submit"].btn-border {
  height: 44px;
  line-height: 42px;
  padding: 0 20px;
  border: 1px solid #000;
  border-radius: 2px;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
.btn.btn-border:hover,
button.btn-border:hover,
input[type="submit"].btn-border:hover {
  background: #000;
  color: #fff4b6;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #f6f5f3;
}
textarea {
  height: 100px;
  padding-top: 13px;
  padding-bottom: 10px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #929292;
}
[placeholder]:-moz-placeholder {
  color: #929292;
}
[placeholder]::-moz-placeholder {
  color: #929292;
}
[placeholder]:-ms-input-placeholder {
  color: #929292;
}
.frm-select {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
}
.frm-select input:checked + label:after {
  display: block;
}
.frm-select label {
  display: block;
  position: relative;
  padding-left: 30px;
}
.frm-select label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}
.frm-select label:after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #fad900;
}
.frm-file-wrap {
  padding-right: 72px;
}
.frm-field-loaded {
  display: inline-block;
  max-width: 100%;
  height: 27px;
  line-height: 27px;
  position: relative;
}
.frm-field-loaded .file-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.frm-field-loaded .btn-del {
  display: block;
  float: left;
  position: absolute;
  top: 4px;
  left: 100%;
  margin-left: 15px;
}
.frm-field-file {
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
  white-space: nowrap;
  height: 27px;
  overflow: hidden;
  position: relative;
}
.frm-field-file:hover {
  cursor: pointer;
}
.frm-field-file:hover .btn-fiel {
  text-decoration: none;
}
.frm-field-file input[type="file"] {
  display: block;
  width: 100%;
  height: 58px;
  font-size: 60px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.frm-field-file input[type="file"]:hover + .btn-file {
  text-decoration: none;
}
.frm-field-file .btn-file {
  position: relative;
}
.frm-field-file .btn-del {
  position: absolute;
  top: 0;
  right: 0;
}
.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 {
  background: #ffb9b9 !important;
}
body .ui-widget-overlay {
  background: rgba(172, 172, 172, 0.6);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
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;
  top: 15px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  min-width: 0;
  background: url(../img/icons/delete.svg) center no-repeat;
  background-size: 14px 14px;
}
body .ui-dialog .ui-dialog-content {
  padding: 40px 40px;
}
body .countdown-row {
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
  text-align: center;
}
body .countdown-row .countdown-section {
  display: table-cell;
  padding: 0;
  vertical-align: top;
  position: relative;
}
body .countdown-row .countdown-section:last-child .countdown-amount:before {
  display: none;
}
body .countdown-row .countdown-amount {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #fad900;
  margin-bottom: 2px;
  position: relative;
}
body .countdown-row .countdown-amount:before {
  content: ":";
  width: 10px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -5px;
}
body .countdown-row .countdown-period {
  display: block;
}
.frm-stiker {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  border-radius: 0 2px 2px 0;
  text-transform: uppercase;
  color: #000;
}
.frm-stiker span {
  float: left;
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
  background: #fad900;
}
.main-slider .owl-prev,
.main-slider .owl-next {
  width: 36px;
  height: 72px;
  border-radius: 0 36px 36px 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
.main-slider .owl-prev:before,
.main-slider .owl-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -305px -260px;
  width: 11px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -10px;
}
.main-slider .owl-prev:hover,
.main-slider .owl-next:hover {
  background: rgba(255, 255, 255, 0.8);
}
.main-slider .owl-next {
  border-radius: 36px 0 0 36px;
}
.main-slider .owl-next:before {
  background-image: url(../img/spr.png);
  background-position: -263px -147px;
  width: 11px;
  height: 19px;
  left: auto;
  right: 8px;
}
.owl-prev,
.owl-next {
  display: block;
  overflow: hidden;
  text-indent: -999px;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../img/icons/a01.svg) center no-repeat;
  background-size: 100% 100%;
  opacity: 0.4;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.owl-prev:hover,
.owl-next:hover {
  opacity: 1;
}
.owl-next {
  background-image: url(../img/icons/a03.svg);
}
.frm-popup .frm-block {
  margin: 0 auto;
  position: relative;
}
.frm-popup .frm-row {
  margin: 0 0 15px 0;
}
.frm-popup .frm-row:last-child {
  margin-bottom: 0;
}
.frm-popup .frm-row > label {
  display: block;
  margin-bottom: 5px;
}
.frm-popup textarea,
.frm-popup input[type="text"],
.frm-popup input[type="tel"],
.frm-popup input[type="email"],
.frm-popup input[type="password"] {
  height: 36px;
  padding: 0 15px;
  border: 1px solid #000;
}
.frm-popup textarea {
  height: 84px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.frm-popup .btn,
.frm-popup button,
.frm-popup input[type="submit"] {
  height: 36px;
  line-height: 36px;
  width: 100%;
  padding: 0 10px;
}
.popup-callback {
  width: 300px !important;
  left: 50% !important;
  margin-left: -150px;
}
.tab-block {
  display: none;
  -webkit-animation: fadein ease 0.3s;
          animation: fadein ease 0.3s;
}
.tab-block.active {
  display: block;
}
.list-button {
  display: block;
  position: relative;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 17px;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 0 5px;
  max-width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 20px;
  min-width: 170px;
}
.list-button:hover {
  color: #6aa5d5;
}
.list-button.active {
  background: #ffeda6;
  color: #000;
}
@media (max-width: 479px) {
  .btn,
  button,
  input[type="submit"] {
    height: 45px;
    line-height: 45px;
    padding: 0 37px;
    font-size: 16px;
  }
  .btn.btn-medium,
  button.btn-medium,
  input[type="submit"].btn-medium {
    font-size: 16px;
    padding: 0 20px;
  }
  .btn.btn-long,
  button.btn-long,
  input[type="submit"].btn-long {
    padding: 0 15px;
    font-size: 13px;
  }
  body .countdown-row .countdown-amount {
    font-size: 27px;
    line-height: 40px;
    height: 40px;
  }
  body .countdown-row .countdown-period {
    font-size: 13px;
    line-height: 16px;
    height: 16px;
  }
}
@media (min-width: 640px) {
  body .ui-dialog .ui-dialog-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 45px;
  }
  .popup-callback {
    width: 600px !important;
    margin-left: -300px;
  }
  .frm-popup .frm-block {
    width: 540px;
    margin: 0 auto;
    max-width: 540px;
  }
  .frm-popup .frm-row {
    padding-left: 204px;
    overflow: hidden;
    max-width: 428px;
  }
  .frm-popup .frm-row > label {
    height: 36px;
    line-height: 36px;
    float: left;
    margin-left: -204px;
    margin-bottom: 0;
    font-size: 16px;
    text-align: right;
    width: 204px;
    padding-right: 22px;
  }
  .frm-popup .frm-row-message {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .popup-callback {
    width: 654px !important;
    margin-left: -327px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.btn-toggle.active + .popup-block {
  display: block !important;
}
.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%;
}
/* ----------------------------------- *\
      item styles
\* ----------------------------------- */
.item-calc {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.item-calc.type2 {
  width: auto;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  max-width: 500px;
}
.item-calc.type2 .calc-photo {
  display: block;
  margin: 0;
  height: 212px;
  padding: 29px 22px;
  line-height: 1;
  border-color: #f6f5f3;
  background: none;
}
.item-calc.type2 .calc-photo img {
  display: block;
  max-width: 100%;
}
.item-calc.type2:hover .calc-photo {
  background: #fff;
  border-color: #ebebeb;
}
.item-calc.type2.active {
  color: #000;
}
.item-calc.type2.active .calc-photo {
  background: #ffeda6;
  border: 1px solid #000;
}
.item-calc:hover {
  color: #000;
}
.item-calc:hover .calc-photo {
  border-color: #000;
}
.item-calc.active {
  color: #000;
}
.item-calc.active .calc-photo {
  background: #ffeda6;
  border: 1px solid #000;
}
.item-calc .calc-photo {
  display: block;
  height: 190px;
  line-height: 148px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 22px;
}
.item-calc .calc-photo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.item-calc .calc-text {
  display: block;
}
.item-service {
  font-size: 0;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.item-service .service-photo {
  display: block;
  width: 213px;
  height: 213px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto 20px auto;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.item-service .service-photo img {
  width: 100%;
}
.item-service .service-text {
  font-size: 15px;
  line-height: 1.5;
}
.item-service .service-text p {
  margin-bottom: 13px;
}
.item-service .service-text p:last-child {
  margin-bottom: 0;
}
.item-service h2,
.item-service .second-title {
  text-align: left;
}
.item-advantage {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.item-advantage .ad-photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 54.96%;
}
.item-advantage .ad-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-advantage .inner-block {
  padding: 20px;
}
.item-advantage h3,
.item-advantage .small-title {
  margin-bottom: 10px;
  text-align: left;
}
.item-advantage p {
  margin-bottom: 8px;
}
.item-advantage p:last-child {
  margin-bottom: 0;
}
.item-ready {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  font-size: 15px;
}
.item-ready .ready-photo {
  line-height: 1;
  font-size: 0;
  margin-bottom: 20px;
}
.item-ready .num {
  display: inline-block;
  vertical-align: bottom;
  width: 88px;
  height: 88px;
  line-height: 86px;
  border: 1px solid #000;
  border-radius: 50%;
  text-align: center;
  font-size: 55px;
  margin-right: -90px;
}
.item-ready .photo {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 5px;
  line-height: 1;
  padding-left: 100px;
}
.item-ready .photo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.item-ready p {
  margin: 0;
}
.item-number {
  position: relative;
  padding-left: 46px;
}
.item-number .num {
  display: block;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #fad900;
}
.item-number .num:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 5px;
  background: #fff;
}
.item-number h4 {
  margin-bottom: 5px;
}
.item-number p:last-child {
  margin-bottom: 0;
}
.item-tile-price {
  max-width: 330px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #929292;
}
.item-tile-price .vsmall-title {
  margin-bottom: 35px;
  color: #000;
  text-align: left;
}
.item-tile-price .price-photo {
  display: block;
  position: relative;
  height: 145px;
  line-height: 1;
  margin: 0 -20px;
  overflow: hidden;
  text-align: center;
}
.item-tile-price .price-photo img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.item-tile-price .price-service {
  margin-bottom: 20px;
}
.item-tile-price .price-service a {
  color: #929292;
}
.item-tile-price .price-service ul {
  margin: 0;
}
.item-tile-price .price-service li,
.item-tile-price .price-service p {
  margin-bottom: 6px;
  padding: 0;
}
.item-tile-price .price-size {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15px;
}
.item-tile-price .price-row {
  margin-bottom: 10px;
}
.item-tile-price .price-row .price {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
}
.item-tile-price .price-title {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
}
.item-tile-price * + .price-title {
  padding-top: 5px;
}
.item-tile-price .btn {
  width: 242px;
  padding: 0 5px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.item-tile-price .inner-block {
  margin-bottom: 25px;
}
.item-tile-price .inner-block a {
  color: #929292;
}
.item-ico {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0 10px 58px;
  position: relative;
}
.item-ico .ico {
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  text-align: left;
}
.item-ico .ico img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.item-ico .price {
  line-height: 20px;
  font-weight: 500;
  font-size: 19px;
}
.item-text-att .text-title {
  display: inline-block;
  font-size: 20px;
  padding: 0 10px;
  line-height: 34px;
  background: #fad900;
  margin-bottom: 5px;
}
.item-text-att p {
  margin: 0;
}
.item-feature {
  display: block;
  position: relative;
  background: #fff;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  line-height: 1.2;
}
.item-feature .f-photo {
  display: block;
  height: 205px;
  line-height: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.item-feature .f-photo.right {
  text-align: right;
}
.item-feature .f-photo img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.item-feature .f-name {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}
.item-feature .f-info {
  margin-bottom: 20px;
  min-height: 110px;
}
.item-feature table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 0;
}
.item-feature table th,
.item-feature table td {
  font-weight: 300;
  text-align: left;
  border-top: 1px solid #d0cfcf;
  border-bottom: 1px solid #d0cfcf;
  padding: 10px 10px 10px 0;
}
.item-feature table th + th,
.item-feature table td + th,
.item-feature table th + td,
.item-feature table td + td {
  font-weight: 500;
  white-space: nowrap;
}
.item-feature table th:last-child,
.item-feature table td:last-child {
  padding-right: 0;
}
.item-feature .f-inner-block {
  padding: 0 15px 0 20px;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
}
.item-feature .f-price {
  height: 77px;
  line-height: 77px;
  text-align: center;
  background: #fff9e0;
  overflow: hidden;
}
.item-feature .price {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 17px;
  line-height: 1.2;
}
.item-feature .price b,
.item-feature .price span {
  font-weight: bold;
  font-size: 25px;
}
.item-plus {
  background: #fff;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.item-plus .plus-photo {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 65%;
}
.item-plus .plus-photo > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-plus .plus-text {
  padding: 15px;
}
.item-plus .plus-ico {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.item-plus .plus-ico img {
  display: block;
  width: 100%;
}
.item-plus p:last-child {
  margin-bottom: 0;
}
.item-plus h1,
.item-plus h2,
.item-plus h3 {
  text-align: left;
  margin-bottom: 15px;
}
.item-plus .price {
  display: block;
  color: #fd4141;
}
.item-article-icon {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin: 0 auto;
  display: block;
  max-width: 400px;
}
.item-article-icon .article-ico {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 10px;
  margin-bottom: 20px;
}
.item-article-icon .article-ico img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}
.item-article-icon p {
  margin: 0;
}
.item-gal {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
.item-gal .gal-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 71.27%;
  position: relative;
  overflow: hidden;
}
.item-gal img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-ext-price {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, 0.15);
          box-shadow: 0 3px 3px rgba(1, 1, 1, 0.15);
  font-size: 15px;
}
.item-ext-price .price-photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 59%;
}
.item-ext-price .price-photo img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-ext-price .price-title {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.35);
  font-weight: 300;
  font-size: 20px;
}
.item-ext-price .price-title span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.2;
}
.item-ext-price .price {
  color: #fd4141;
}
.item-ext-price .price-block {
  padding: 15px;
}
.item-ext-price .price-more {
  text-align: center;
  padding: 20px;
  background: #fff9e0;
}
.item-ext-price .btn-link {
  display: inline;
}
.item-ext-price .marker-list {
  margin-bottom: 0;
}
.item-row {
  position: relative;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 11px;
  padding-right: 120px;
  overflow: hidden;
}
.item-row:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed #000;
}
.item-row .row-title {
  float: left;
  position: relative;
  background: #fff;
  padding-right: 5px;
  z-index: 2;
}
.item-row .row-val {
  background: #fff;
  position: absolute;
  bottom: 11px;
  right: 0;
  padding-left: 5px;
  float: right;
  z-index: 2;
}
.item-row .btn-link {
  display: inline;
}
.item-about {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 2px;
}
.item-about .about-photo {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
  padding-top: 58.8%;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px rgba(210, 210, 210, 0.4);
          box-shadow: 0 0 3px rgba(210, 210, 210, 0.4);
}
.item-about .about-photo img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-main-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.item-main-slider .slider-text {
  display: block;
  background: #fde56b;
  padding: 15px;
  overflow: hidden;
}
.item-main-slider .slider-photo {
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
}
.item-main-slider .slider-photo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: -webkit-translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-main-slider p {
  margin-bottom: 12px;
}
.item-main-slider p:last-child {
  margin-bottom: 0;
}
.item-catalog-main {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.item-catalog-main .cat-main {
  position: relative;
  overflow: hidden;
  background: #f6f5f3;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.item-catalog-main .cat-info {
  font-size: 16px;
  line-height: 20px;
}
.item-catalog-main .cat-desc {
  margin-bottom: 25px;
}
.item-catalog-main .cat-photo {
  height: 300px;
  line-height: 260px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.item-catalog-main .cat-price {
  display: block;
  height: 160px;
  line-height: 160px;
  overflow: hidden;
  position: relative;
}
.item-catalog-main .price-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 30px;
  padding: 0 20px;
}
.item-catalog-main .price {
  display: block;
}
.item-catalog-main .price span {
  color: #fd4141;
}
.item-catalog-main .price.old {
  color: #666666;
  font-size: 0.90em;
}
.item-catalog-main .price.old span {
  text-decoration: line-through;
  color: #666;
}
.item-catalog-main .photo {
  display: inline-block !important;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.item-catalog-main h2,
.item-catalog-main .small-title {
  text-align: left;
}
.item-catalog-main p {
  margin: 0;
}
.item-catalog-main ul.marker-list {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
.item-catalog-main ul.marker-list li {
  padding-left: 47px;
  margin-bottom: 20px;
}
.item-catalog-main ul.marker-list li:last-child {
  margin-bottom: 0;
}
.item-catalog-main ul.marker-list li:before {
  top: 10px;
}
.item-catalog-main ul.marker-list li:after {
  top: 10px;
}
.item-catalog {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(1, 1, 1, 0.15);
          box-shadow: 3px 3px 3px rgba(1, 1, 1, 0.15);
  font-size: 15px;
  color: #000;
  text-decoration: none;
  margin: 0 auto;
  max-width: 316px;
  line-height: 20px;
}
.item-catalog .cat-photo {
  display: block;
  height: 189px;
  overflow: hidden;
  line-height: 1;
}
.item-catalog .cat-photo img {
  display: block;
  width: 100%;
}
.item-catalog .cat-text {
  padding: 15px;
}
.item-catalog .cat-title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 5px;
}
.item-catalog .cat-price {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
.item-catalog .btn-link {
  display: inline;
  white-space: normal;
}
.item-catalog p {
  margin: 0;
}
.item-win-catalog {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #000;
  text-align: center;
  max-width: 184px;
}
.item-win-catalog .win-title {
  display: block;
  padding: 0 10px;
}
.item-win-catalog:hover {
  color: #000;
}
.item-win-catalog .win-photo {
  display: block;
  width: 184px;
  height: 184px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  line-height: 1;
}
.item-win-catalog .win-photo img {
  display: block;
  width: 100%;
}
.item-step {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  padding-left: 62px;
  position: relative;
  min-height: 50px;
}
.item-step .step-num {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  text-align: center;
  line-height: 44px;
  background: #fad900;
  border: 1px solid #000;
  font-size: 24px;
  border-radius: 50%;
}
.item-tips {
  display: block;
  position: relative;
  padding: 0 0 20px 57px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.item-tips:last-child .decor:before {
  display: none;
}
.item-tips:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000000;
}
.item-tips:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fad900;
  position: absolute;
  top: 5px;
  left: 5px;
}
.item-tips h3,
.item-tips h4,
.item-tips h5 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 18px;
  margin: 0 0 3px 0;
  position: static;
}
.item-tips .decor:before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  left: 12px;
  bottom: 0;
  width: 1px;
  background: #000;
}
.item-tips p {
  margin: 0;
}
.item-tips p + p {
  margin-top: 19px;
}
.item-work {
  display: block;
  overflow: hidden;
  width: 100%;
  text-decoration: none;
  line-height: 1;
}
.item-work .work-photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 71.35%;
}
.item-work img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-rate {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
}
.item-rate .e,
.item-rate .f {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -305px -219px;
  width: 23px;
  height: 21px;
  margin: 0 3px 0 0;
}
.item-rate .f {
  background-image: url(../img/spr.png);
  background-position: -305px -178px;
  width: 23px;
  height: 21px;
}
.item-opin {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.item-opin .opin-text {
  font-size: 16px;
  line-height: 1.41;
}
.item-opin .opin-title {
  overflow: hidden;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 20px;
}
.item-opin .title {
  margin-bottom: 10px;
}
.item-opin .opin-links {
  font-size: 14px;
  margin-top: 20px;
  color: #6aa5d5;
}
.item-opin p {
  margin: 0;
}
.item-diff {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.item-diff .diff-photo {
  height: 115px;
  line-height: 115px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.item-diff .diff-photo img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}
.item-diff p {
  margin: 0;
}
.item-list {
  font-size: 0;
  line-height: 1.41;
  position: relative;
}
.item-list .list-photo {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  margin-right: -62px;
  padding-top: 5px;
}
.item-list .list-photo img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.item-list .list-text {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 75px;
  font-size: 16px;
}
.item-list p {
  margin: 0;
}
.item-price {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
.item-price .price-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 5px;
}
.item-price .price-photo {
  display: block;
  width: 226px;
  height: 226px;
  border: 1px solid #e1e1e1;
  background: #fbfaf9;
  border-radius: 50%;
  text-align: center;
  line-height: 224px;
  font-size: 10px;
  margin: 0 auto 13px auto;
}
.item-price .price-photo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.item-price .price-text {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
.item-price .price-text b,
.item-price .price-text span {
  font-size: 16px;
  font-weight: 500;
  list-style: 26px;
}
.item-price .size-text {
  margin-bottom: 5px;
  font-size: 16px;
}
.item-price .size-text + .price-text {
  font-size: 16px;
}
.item-price .att {
  font-weight: 300 !important;
  font-size: 18px !important;
  color: #fd4141;
}
.item-selection {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
.item-selection .sel-photo {
  display: block;
  height: 90px;
  line-height: 90px;
  margin-bottom: 8px;
}
.item-selection .sel-photo img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
}
.item-selection p {
  margin: 0;
}
.item-tizer {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
}
.item-tizer .tizer-price {
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0 -10px;
}
.item-tizer .tizer-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
  height: 30px;
  margin: 0 -10px 6px -10px;
}
.item-tizer .tizer-photo {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 58.64%;
  -webkit-box-shadow: 0 0 3px rgba(210, 210, 210, 0.4);
          box-shadow: 0 0 3px rgba(210, 210, 210, 0.4);
  margin-bottom: 12px;
}
.item-tizer .tizer-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-tizer b {
  font-weight: 500;
}
.item-sale {
  position: relative;
  display: block;
  padding-left: 96px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
.item-sale:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -153px -97px;
  width: 75px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 0;
}
.item-timer {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 100;
  color: #fff;
  padding: 10px 20px 12px 20px;
  text-align: center;
}
.item-timer .timer-title {
  margin-bottom: 4px;
}
@media (max-width: 479px) {
  .item-timer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .item-timer .timer-title {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .item-advantage .inner-block {
    padding: 20px 40px 30px 40px;
  }
  .item-ready {
    font-size: 17px;
    line-height: 24px;
  }
  .item-ready .ready-photo {
    margin-bottom: 32px;
  }
  .item-number {
    padding-left: 50px;
  }
  .item-number .num {
    font-size: 70px;
  }
  .item-number .num:before {
    width: 10px;
  }
  .item-ico {
    font-size: 18px;
    line-height: 25px;
    padding: 8px 0 8px 58px;
  }
  .item-ico .price {
    font-size: 25px;
  }
  .item-plus .plus-text {
    padding: 30px 33px 25px 33px;
  }
  .item-plus h1,
  .item-plus h2,
  .item-plus h3 {
    font-size: 24px;
    line-height: 30px;
    margin-left: 0;
    margin-right: -25px;
  }
  .item-plus .plus-ico {
    width: 100px;
    height: 100px;
    bottom: 8px;
    left: 32px;
  }
  .item-catalog-main .cat-photo {
    height: 340px;
    line-height: 300px;
  }
  .item-catalog-main .cat-price {
    font-size: 20px;
  }
  .item-catalog-main .btn {
    min-width: 305px;
  }
  .item-main-slider .slider-photo {
    height: 300px;
  }
}
@media (min-width: 640px) {
  .item-service h2,
  .item-service .second-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .item-list .list-photo {
    width: 105px;
    padding-right: 20px;
    margin-right: -106px;
  }
  .item-list .list-text {
    font-size: 17px;
    padding-left: 105px;
  }
  .item-opin .opin-text {
    font-size: 17px;
  }
  .item-opin .opin-title {
    margin-bottom: 25px;
    padding-right: 140px;
    position: relative;
  }
  .item-opin .item-rate {
    float: left;
    position: absolute;
    top: 0;
    right: -3px;
  }
  .item-opin .title {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .item-service {
    max-width: 100%;
  }
  .item-service .service-photo {
    display: inline-block;
    vertical-align: top;
    margin-right: -215px;
    margin-bottom: 0;
  }
  .item-service .service-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 265px;
    font-size: 16px;
  }
  .item-service h2,
  .item-service .second-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .item-advantage h3,
  .item-advantage .small-title {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .item-number {
    padding-left: 80px;
    font-size: 16px;
    line-height: 19px;
  }
  .item-number h4 {
    margin-bottom: 10px;
  }
  .item-number .num {
    font-size: 90px;
    width: 70px;
    top: -10px;
  }
  .item-number .num:before {
    width: 10px;
  }
  .item-text-att {
    font-size: 18px;
    line-height: 23px;
  }
  .item-text-att .text-title {
    font-size: 30px;
    line-height: 44px;
    padding: 0 15px;
    margin-bottom: 12px;
  }
  .item-catalog-main {
    max-width: 100%;
  }
  .item-catalog-main .cat-main {
    width: 42%;
    float: left;
    margin-bottom: 0;
  }
  .item-catalog-main .cat-info {
    width: 55%;
    float: right;
    max-width: 580px;
    margin: 0;
  }
  .item-row {
    font-size: 17px;
    padding-right: 140px;
  }
  .item-ext-price {
    max-width: 480px;
  }
  .item-ext-price .price-title {
    height: 80px;
    line-height: 80px;
  }
  .item-ext-price .price-title span {
    font-size: 24px;
    line-height: 30px;
  }
  .item-ext-price .price-block {
    padding: 25px 38px 15px 30px;
  }
  .item-ext-price .price-more {
    font-size: 17px;
    padding: 27px;
  }
  .item-ext-price .marker-list {
    margin-bottom: 20px;
  }
  .item-ext-price .marker-list li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 18px;
    padding-left: 56px;
  }
  .main-slider-box.type-second .item-main-slider {
    height: 451px;
  }
  .main-slider-box.type-second .item-main-slider .slider-photo {
    width: 50%;
    float: left;
    height: 451px;
  }
  .main-slider-box.type-second .item-main-slider .slider-text {
    width: 50%;
    float: right;
    height: 451px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    line-height: 451px;
  }
  .main-slider-box.type-second .item-main-slider .slider-inner-text {
    max-width: 400px;
  }
  .item-main-slider .slider-photo {
    height: 440px;
  }
  .item-main-slider h3,
  .item-main-slider .small-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .item-main-slider .slider-text {
    padding: 0 30px;
    height: 405px;
    width: 435px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -203px;
    line-height: 405px;
    overflow: hidden;
    padding: 0 20px 0 50px;
  }
  .item-main-slider .slider-inner-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    font-size: 19px;
    line-height: 23px;
  }
  .item-catalog {
    padding-left: 340px;
    padding-right: 20px;
    height: 189px;
    line-height: 180px;
    position: relative;
    max-width: 100%;
  }
  .item-catalog .cat-photo {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 316px;
  }
  .item-catalog .cat-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 20px;
    padding: 0;
  }
  .item-catalog .cat-desc {
    max-height: 100px;
    overflow: hidden;
  }
  .item-catalog .cat-title + .cat-desc {
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .item-calc {
    font-size: 18px;
    line-height: 24px;
  }
  .item-advantage {
    max-width: 100%;
  }
  .item-advantage .ad-text {
    min-height: 236px;
  }
  .item-ready .photo {
    min-height: 103px;
  }
  .item-tile-price {
    padding: 20px 30px 33px 33px;
  }
  .item-tile-price .wrap-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .item-tile-price .left-block {
    width: 47%;
    float: left;
    padding-right: 20px;
  }
  .item-tile-price .right-block {
    width: 53%;
    float: right;
  }
  .item-tile-price .btn {
    max-width: inherit;
  }
  .item-tile-price .price-photo {
    margin-left: -20px;
    margin-right: -10px;
  }
  .item-catalog-main h2,
  .item-catalog-main .small-title {
    margin-bottom: 55px;
  }
  .item-catalog-main ul.marker-list {
    margin-bottom: 0;
  }
  .item-catalog-main ul.marker-list + .cat-desc {
    margin-top: 56px;
  }
  .item-catalog-main ul.marker-list + .btn {
    margin-top: 77px;
  }
  .main-slider-box.type-second.long-text .slider-photo {
    width: 58.9%;
  }
  .main-slider-box.type-second.long-text .slider-text {
    width: 41.1%;
    padding-right: 35px;
  }
  .item-main-slider .slider-photo {
    height: 486px;
  }
  .item-main-slider .slider-text {
    right: 72px;
  }
  .item-catalog {
    padding-left: 370px;
    padding-right: 30px;
  }
  .item-catalog .cat-title {
    font-size: 20px;
    line-height: 26px;
  }
  .item-catalog .cat-price {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .main-slider-box.type-second.long-text .slider-text {
    padding-right: 95px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.calc-box {
  margin-bottom: 70px;
  position: relative;
}
.inner-calc-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.calc-wrap {
  background: #f6f5f3;
  padding: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.calc-wrap:last-child {
  margin-bottom: 0;
}
.calc-wrap .calc-slider-box {
  margin-bottom: -35px;
}
.calc-wrap .calc-slider-box.type2 {
  margin-bottom: 40px;
}
.calc-view-box {
  margin-bottom: 20px;
}
.calc-view-box .view-block {
  background: #fff;
  padding: 56px 59px 46px 86px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.calc-view-box .view-block .item {
  display: none;
  -webkit-animation: fadein ease 0.3s;
          animation: fadein ease 0.3s;
}
.calc-view-box .view-block .item.active {
  display: block;
}
.calc-view-box .view-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.calc-view-box .view-block .photo-wrap {
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.calc-view-box .view-block .title-wrap {
  display: block;
  text-align: center;
  margin: 22px -50px -20px -32px;
}
.calc-view-box .size-h,
.calc-view-box .size-v {
  font-size: 10px;
  line-height: 1;
}
.calc-view-box .size-h:before,
.calc-view-box .size-v:before {
  content: "мм";
  position: absolute;
  text-align: center;
}
.calc-view-box .size-h:after,
.calc-view-box .size-v:after {
  content: "";
  display: block;
  position: absolute;
}
.calc-view-box .size-h input,
.calc-view-box .size-v input {
  width: 37px;
  height: 19px;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 0;
  text-align: center;
  font-size: 10px;
  color: #000;
  border-radius: 0;
  position: absolute;
  z-index: 2;
}
.calc-view-box .size-h {
  height: 1px;
  background: #dddddd;
  position: absolute;
  left: -20px;
  right: -20px;
  top: -25px;
}
.calc-view-box .size-h:before {
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  text-align: center;
}
.calc-view-box .size-h:after {
  height: 30px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.calc-view-box .size-h input {
  left: 50%;
  top: -9px;
  margin-left: -19px;
}
.calc-view-box .size-v {
  width: 1px;
  background: #dddddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
}
.calc-view-box .size-v:after {
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.calc-view-box .size-v:before {
  float: left;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  right: 19px;
}
.calc-view-box .size-v input {
  top: 50%;
  left: -15px;
  margin-top: -10px;
}
.calc-view-box .frm-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 28px;
}
.calc-view-box textarea {
  height: auto;
  min-height: 120px;
  border: 1px solid #ebebeb;
  padding: 13px 30px;
  resize: vertical;
  margin-bottom: 20px;
}
.calc-questions-box {
  margin-bottom: 45px;
}
.calc-questions-box .frm-select {
  margin-bottom: 9px;
}
.calc-questions-box .frm-select:last-child {
  margin-bottom: 0;
}
.calc-questions-box .section {
  margin-bottom: 28px;
}
.calc-questions-box .section:last-child {
  margin-top: 38px;
}
.calc-questions-box .section-title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 28px;
  font-weight: 500;
}
.calc-questions-box .frm-row {
  margin-bottom: 12px;
  max-width: 282px;
}
.calc-questions-box .frm-row-submit {
  max-width: 282px;
}
.calc-questions-box input[type="text"],
.calc-questions-box input[type="tel"],
.calc-questions-box input[type="email"],
.calc-questions-box input[type="password"] {
  border: 1px solid #000;
  height: 38px;
}
.calc-questions-box .btn,
.calc-questions-box button,
.calc-questions-box input[type="submit"] {
  width: 100%;
  padding: 0 10px;
}
.calc-slider-box.type2 .items-wrap {
  margin: 0;
}
.calc-slider-box.type2 .item-wrap {
  width: auto;
  padding: 0;
  margin-bottom: 0px;
}
.calc-slider-box .items-wrap {
  font-size: 0;
  margin: 0 -11px;
}
.calc-slider-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 11px;
  margin-bottom: 35px;
}
.coursive-text-box {
  margin: 0 auto 60px auto;
  max-width: 880px;
  font-style: italic;
  text-align: center;
  line-height: 1.33;
}
.coursive-text-box p {
  margin-bottom: 14px;
}
.coursive-text-box p:last-child {
  margin-bottom: 0;
}
.arr-list-box {
  margin: 0 auto 55px auto;
  max-width: 860px;
}
.arr-list-box .arr-list {
  margin-bottom: 0;
}
.services-box {
  margin-bottom: 63px;
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
}
.services-box .item-wrap {
  margin-bottom: 65px;
}
.services-box .item-wrap:last-child {
  margin-bottom: 0;
}
.brand-box {
  padding: 67px 0;
  position: relative;
  background: #ffeda6;
  font-size: 0;
  margin-bottom: 65px;
  text-align: center;
}
.brand-box:before,
.brand-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #ffeda6;
}
.brand-box:before {
  left: auto;
  right: 100%;
}
.brand-box .brand-logo {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.brand-box .brand-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.brand-box .brand-text {
  font-size: 20px;
  line-height: 1.1;
}
.brand-box p {
  margin: 0;
}
.questions-box {
  margin-bottom: 68px;
}
.questions-box ol,
.questions-box .numbers-list {
  margin-bottom: 0;
}
.questions-box .items-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.actions-box {
  text-align: center;
  margin-bottom: 68px;
  line-height: 1;
  margin-top: 30px;
}
.actions-box .link-block {
  margin-bottom: 28px;
}
.actions-box .btn {
  width: 100%;
  max-width: 282px;
}
.advantages-box {
  margin-bottom: 37px;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.advantages-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 30px;
  width: 100%;
}
.advantages-box .items-wrap {
  font-size: 0;
  margin: 0 -20px;
}
.pic-box {
  margin: 0 auto 35px auto;
  max-width: 1040px;
  position: relative;
}
.pic-box img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.pic-box p:last-child {
  margin-bottom: 0;
}
.pic-box .pic-block {
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.ready-steps-box {
  margin-bottom: 30px;
}
.ready-steps-box .items-wrap {
  font-size: 0;
  margin: 0 -27px;
}
.ready-steps-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 27px;
  margin-bottom: 30px;
  width: 100%;
}
.numbers-box {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
}
.numbers-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 25px;
  width: 100%;
}
.price-tiles-box {
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1090px;
}
.price-tiles-box .items-wrap {
  font-size: 0;
  margin: 0 -12px;
}
.price-tiles-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 25px;
}
.price-main-box {
  background: #f6f5f3;
  padding: 10px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1006px;
  font-size: 0;
}
.price-main-box img {
  max-width: 100%;
  max-height: 100%;
}
.price-main-box .price-photo {
  display: block;
  line-height: 1;
  margin-bottom: 20px;
}
.price-main-box .price-info {
  position: relative;
  font-size: 16px;
}
.price-main-box .btn-more {
  display: inline-block;
  margin-top: 15px;
}
.attention-text-box {
  max-width: 940px;
  margin: 0 auto 0px auto;
}
.attention-text-box .item-text-att {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 25px;
}
.text-box {
  margin-bottom: 30px;
}
.text-box .items-wrap {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
}
.text-box .main-block {
  font-size: 1.19em;
}
.text-box p:last-child {
  margin-bottom: 0;
}
.features-box {
  margin-bottom: 25px;
}
.features-box .items-wrap {
  font-size: 0;
  margin: 0 -18px;
}
.features-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 18px;
  margin-bottom: 35px;
}
.features-box .features-total-info {
  max-width: 760px;
  margin: 23px auto 32px auto;
}
.features-box .features-total-info ul,
.features-box .features-total-info .marker-list {
  margin-bottom: 0;
}
.features-box .features-total-info ul li,
.features-box .features-total-info .marker-list li {
  margin-bottom: 12px;
}
.pluses-box {
  margin-bottom: 50px;
}
.pluses-box + .coursive-text-box {
  margin-top: 40px;
}
.pluses-box .items-wrap {
  font-size: 0;
  margin: 0 -10px;
}
.pluses-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.catalog-main-box {
  margin-bottom: 33px;
}
.catalog-main-box .items-wrap {
  overflow: hidden;
}
.catalog-main-box .item-wrap {
  margin-bottom: 35px;
}
.types-box {
  text-align: center;
}
.types-box ul.marker-list {
  text-transform: uppercase;
}
.types-box ul.marker-list li {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.types-box .types-title {
  margin-bottom: 25px;
}
.article-icons-box {
  background: #fff4b6;
  margin: 0 -25px 25px -25px;
  padding: 40px 20px 20px 20px;
}
.article-icons-box .items-wrap {
  font-size: 0;
  margin: 0 -32px;
}
.article-icons-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 32px;
  width: 100%;
  margin-bottom: 20px;
}
.article-box h1,
.article-box h2,
.article-box h3,
.article-box h4,
.article-box .main-title,
.article-box .second-title,
.article-box .small-title,
.article-box .vsmall-title {
  text-align: left;
}
.article-box .article-photo {
  margin-top: -25px;
  margin-right: -25px;
  margin-left: -25px;
}
.gallery-box {
  font-size: 0;
}
.gallery-box .items-wrap {
  overflow: hidden;
  margin: 0 -19px;
}
.gallery-box .item-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 32px auto;
  padding: 0 19px;
}
.more-box {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1;
}
.more-box .btn {
  min-width: 242px;
}
.text-decorate-box {
  overflow: hidden;
  padding: 30px;
  text-align: center;
  line-height: 1.58;
  font-size: 15px;
}
.text-decorate-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.45);
}
.text-decorate-box .text-title {
  display: block;
  margin: 0 auto 20px auto;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  max-width: 800px;
}
.text-decorate-box .inner-block {
  position: relative;
}
.text-decorate-box .text-inner {
  max-width: 400px;
  margin: 0 auto;
}
.text-decorate-box .btn {
  min-width: 220px;
  margin-top: 5px;
}
.cnt-info-box {
  background: #fff9e0;
  padding: 20px;
  margin: 0 -25px -25px -25px;
  text-align: center;
}
.ext-prices-box {
  margin-bottom: 35px;
}
.ext-prices-box .items-wrap {
  font-size: 0;
  margin: 0 -20px;
}
.ext-prices-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.error-box {
  text-align: center;
  font-size: 16px;
}
.error-box .error-block {
  padding: 55px 0;
}
.error-box .error-title {
  font-size: 120px;
  line-height: 1;
  display: block;
}
.error-box .error-text {
  display: block;
}
.error-box p {
  margin: 0;
}
.error-box .tizers-box {
  max-width: 594px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.sitemap-box .vsmall-title,
.sitemap-box h2 {
  margin-bottom: 15px;
}
.sitemap-box .links-list,
.sitemap-box ul {
  margin-bottom: 35px;
}
.about-box {
  background: #fff;
  position: relative;
  padding: 53px 0 30px 0;
  margin-bottom: 55px;
}
.about-box:before,
.about-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #fff;
}
.about-box:before {
  left: auto;
  right: 100%;
}
.about-box .items-wrap {
  position: relative;
  z-index: 2;
  font-size: 0;
  margin: 0 -15px;
}
.about-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.manufacted-box,
.contacts-box {
  margin: 0 auto 32px auto;
  max-width: 808px;
}
.manufacted-box .inner-block:after,
.contacts-box .inner-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.manufacted-box .man-pic,
.contacts-box .man-pic {
  line-height: 1;
}
.manufacted-box .man-pic img,
.contacts-box .man-pic img {
  display: block;
  max-width: 100%;
}
.manufacted-box .contacts-map,
.contacts-box .contacts-map {
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
.arr-list {
  margin-bottom: 30px;
  line-height: 1.2;
}
.arr-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.arr-list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -39px -303px;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0;
  margin-top: -6px;
}
.arr-list li:last-child {
  margin-bottom: 0;
}
.numbers-list {
  counter-reset: li;
  list-style: none;
  margin-bottom: 30px;
  line-height: 20px;
}
.numbers-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
.numbers-list li:last-child {
  margin-bottom: 0;
}
.numbers-list li:before {
  content: counter(li);
  counter-increment: li;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -12px;
  border: 1px solid #000;
  background: #fad900;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}
.numbers-list h2,
.numbers-list h3,
.numbers-list h4 {
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}
.marker-list {
  margin-bottom: 30px;
  line-height: 1.5;
}
.marker-list.type2 li:before {
  border: none;
  border-radius: 0;
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -305px -92px;
  width: 24px;
  height: 23px;
}
.marker-list.type2 li:after {
  display: none;
}
.marker-list.type3 li:before {
  border: none;
  border-radius: 0;
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -305px -135px;
  width: 24px;
  height: 23px;
}
.marker-list.type3 li:after {
  display: none;
}
.marker-list li {
  padding-left: 36px;
  position: relative;
  margin-bottom: 15px;
}
.marker-list li:last-child {
  margin-bottom: 0;
}
.marker-list li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
  margin-top: -12px;
}
.marker-list li:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fad900;
  border: 2px solid #000;
  position: absolute;
  top: 11px;
  left: 5px;
  margin-top: -7px;
  border-radius: 50%;
}
.consultant-box {
  position: relative;
  background: #fff;
  padding-top: 30px;
}
.consultant-box.bg-dark {
  background: #f6f5f3;
}
.consultant-box.bg-dark:before,
.consultant-box.bg-dark:after {
  background: #f6f5f3;
}
.consultant-box:before,
.consultant-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #fff;
}
.consultant-box:before {
  left: auto;
  right: 100%;
}
.consultant-box .cons-photo {
  line-height: 0;
}
.consultant-box .cons-photo img {
  max-width: 100%;
}
.consultant-box .cons-text {
  margin-bottom: 30px;
}
.buttons-list {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin-bottom: 25px;
}
.buttons-list.top-box {
  margin-bottom: 70px;
}
.buttons-list .inner-block {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #362f2d;
  max-width: 100%;
  padding: 7px;
  max-width: 400px;
  width: 100%;
}
.buttons-list ul {
  margin: 0;
  padding: 0;
}
.buttons-list li {
  margin: 0;
  padding: 0;
}
.buttons-list li:before {
  display: none;
}
.tabs-nav {
  margin-bottom: 46px;
}
.links-list {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.links-list li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 6px;
  padding-left: 0;
  margin: 0;
}
.links-list li:before {
  display: none;
}
.links-list .btn-link {
  display: inline;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #000;
  white-space: normal;
}
.links-list .btn-link:hover,
.links-list .btn-link.active {
  color: #6aa5d5;
  border-bottom-color: #afcce6;
}
.cnt-inner-box {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 69px;
}
.cnt-main-box {
  margin-bottom: 68px;
}
.main-title-box {
  text-align: center;
  margin-bottom: 25px;
}
.main-title-box p {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.side-menu {
  font-size: 17px;
}
.side-menu ul {
  margin: 0;
  padding: 0;
  line-height: 1.18;
}
.side-menu li {
  margin-bottom: 22px;
  padding: 0;
}
.side-menu li:before {
  display: none;
}
.side-menu li:last-child {
  margin-bottom: 0;
}
.main-slider-box {
  margin-bottom: 69px;
}
.main-slider-box .owl-height {
  -webkit-transition-duration: 0.3s !important;
       -o-transition-duration: 0.3s !important;
          transition-duration: 0.3s !important;
}
.main-slider-box .slider-wrap {
  position: relative;
}
.main-slider-box .owl-prev {
  top: 100px;
  left: 0;
  margin-top: -36px;
}
.main-slider-box .owl-next {
  top: 100px;
  right: 0;
  margin-top: -36px;
}
.main-slider-box .slider-text-block {
  margin: 55px auto 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  max-width: 860px;
}
.main-slider-box .slider-text-block p {
  margin-bottom: 12px;
}
.main-slider-box .slider-text-block p:last-child {
  margin-bottom: 0;
}
.main-slider-box .slider-logo-block {
  margin: 30px auto 0 auto;
  max-width: 1060px;
}
.main-slider-box .slider-logo-block .logo {
  text-align: center;
  margin-bottom: 20px;
}
.main-slider-box .slider-logo-block .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.catalog-box {
  margin-bottom: 33px;
}
.catalog-box .items-wrap {
  max-width: 862px;
  margin: 0 auto;
}
.catalog-box .catalog-title {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 30px auto;
}
.catalog-box .catalog-title p {
  margin: 0;
}
.catalog-box .item-wrap {
  margin-bottom: 32px;
}
.catalog-box .item-wrap:last-child {
  margin-bottom: 0;
}
.win-catalog-box {
  margin-bottom: 30px;
}
.win-catalog-box .items-wrap {
  font-size: 0;
  margin: 0 auto;
  max-width: 864px;
}
.win-catalog-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
}
.steps-box {
  margin-bottom: 60px;
}
.steps-box h2,
.steps-box .second-title {
  margin-bottom: 60px;
}
.steps-box .item-wrap {
  margin: 0 auto 60px auto;
  position: relative;
  max-width: 400px;
}
.steps-box .item-wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -77px -181px;
  width: 57px;
  height: 49px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -30px;
}
.steps-box .item-wrap:nth-child(2n):after {
  background-image: url(../img/spr.png);
  background-position: 0px -181px;
  width: 57px;
  height: 49px;
}
.steps-box .item-wrap:last-child {
  margin-bottom: 0;
}
.steps-box .item-wrap:last-child:after {
  display: none;
}
.bottom-box {
  margin-bottom: 0 !important;
}
.bottom-box + .consultant-box {
  margin-top: 0;
}
.tips-box {
  margin-bottom: 48px;
}
.tips-box .main-column {
  max-width: 700px;
  margin: 0 auto;
}
.tips-box .items-wrap {
  overflow: hidden;
}
.tips-box .items-wrap.merge .column {
  margin-bottom: 0;
}
.tips-box .items-wrap.merge .column:first-child .item-tips:last-child .decor:before {
  display: block;
}
.tips-box .column {
  margin-bottom: 60px;
}
.tips-box .column:last-child {
  margin-bottom: 0;
}
.tips-box .column-title {
  position: relative;
  padding-left: 57px;
  text-align: left;
  padding-bottom: 32px;
}
.tips-box .column-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: 12px;
  bottom: 0;
  width: 1px;
  background: #000;
}
.tips-box .column-title:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 12px;
  background: #000;
}
.tips-box .column-title h2,
.tips-box .column-title h3,
.tips-box .column-title h4 {
  font-size: 20px;
  text-align: left;
  line-height: 19px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: normal;
}
.works-box {
  margin-bottom: 68px;
  position: relative;
}
.works-box .slider-wrap {
  max-width: 1020px;
  margin: 0 -12px;
  position: relative;
  padding-bottom: 60px;
}
.works-box .sl-item {
  padding: 0 12px;
}
.works-box .owl-prev {
  left: 0;
  bottom: -60px;
}
.works-box .owl-next {
  right: 0;
  bottom: -60px;
}
.content .opins-box {
  margin-bottom: 0;
}
.opins-box {
  margin-bottom: 62px;
}
.opins-box .slider-wrap {
  padding-bottom: 60px;
  margin-bottom: 20px;
}
.opins-box .owl-prev {
  bottom: -60px;
  left: 0;
}
.opins-box .owl-next {
  bottom: -60px;
  right: 0;
}
.center-box {
  text-align: center;
}
.difference-box {
  margin-bottom: 65px;
}
.difference-box .items-wrap {
  font-size: 0;
  margin: 0 -22px;
}
.difference-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
  width: 100%;
  margin-bottom: 45px;
}
.difference-box .item-wrap:last-child {
  margin-bottom: 0;
}
.difference-box .item-diff {
  max-width: 400px;
}
.diagramm-box {
  margin-bottom: 68px;
  text-align: center;
  line-height: 1;
}
.diagramm-box img {
  max-width: 100%;
}
.expert-box {
  margin-bottom: 70px;
}
.expert-box .list-box {
  margin-bottom: 30px;
  background: #f6f5f3;
  padding: 20px;
}
.expert-box .list-box .item-list:last-child {
  margin-bottom: 0;
}
.list-box.inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.list-box .item-list {
  margin-bottom: 30px;
}
.prices-box {
  margin-bottom: 0;
}
.prices-box .price-main-title {
  margin-bottom: 15px;
  margin-top: -20px;
  font-size: 17px;
  text-align: center;
}
.prices-box .items-wrap {
  margin: 0 -27px;
  font-size: 0;
}
.prices-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 27px;
  margin-bottom: 30px;
}
.selections-box {
  margin-bottom: 30px;
}
.selections-box .items-wrap {
  font-size: 0;
  margin: 0 -23px;
  text-align: center;
}
.selections-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  max-width: 340px;
  width: 100%;
  padding: 0 23px;
  margin-bottom: 30px;
  position: relative;
}
.selections-box .item-wrap:last-child:before {
  display: none;
}
.selections-box .item-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -263px -53px;
  width: 14px;
  height: 27px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -7px;
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tizers-box {
  margin-bottom: 30px;
}
.tizers-box .items-wrap {
  font-size: 0;
  margin: 0 -17px;
}
.tizers-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 17px;
  margin-bottom: 35px;
}
.tizers-box .item-tizer {
  max-width: 340px;
  margin: 0 auto;
}
.main-baner-box {
  text-align: center;
  color: #fff;
}
.main-baner-box .bg-photo {
  display: none;
}
.main-baner-box .inner-wrap {
  height: 354px;
  line-height: 380px;
  overflow: hidden;
  padding: 0 10px;
}
.main-baner-box .inner-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.43;
}
.main-baner-box.baner54:before {
  background: rgba(40, 40, 40, 0.54);
}
.main-baner-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.main-baner-box .baner-title p {
  margin: 0;
  display: none;
}
.main-baner-box .baner-text {
  text-align: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: -10px;
}
.main-baner-box h1,
.main-baner-box .main-title {
  margin-bottom: 35px;
}
.main-baner-box .discount-wrap {
  margin-bottom: 25px;
}
.main-baner-box .discount-wrap .item-wrap:first-child {
  display: none;
}
.main-baner-box .item-timer {
  max-width: 300px;
  margin: 0 auto;
}
.main-baner-box .baner-ico {
  display: none;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.main-baner-box .baner-logos {
  margin-bottom: 20px;
}
.main-baner-box .baner-logos .item-wrap {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  max-width: 235px;
  margin-bottom: 10px;
}
.main-baner-box .logo-block {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.main-baner-box .logo-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.main-baner-box .logo-block .logo-photo {
  display: block;
  line-height: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.main-baner-box .baner-items {
  margin: 0 -15px 20px -15px;
  text-align: center;
}
.main-baner-box .baner-items.col-3 {
  margin-top: -15px;
}
.main-baner-box .baner-items.col-3 .baner-item {
  margin-bottom: 10px;
}
.main-baner-box .baner-items .item-wrap {
  display: inline-block;
  vertical-align: middle;
}
.main-baner-box .baner-logo-pic {
  display: none;
}
.main-baner-box .small-icons .baner-item .ico {
  width: 60px;
  padding-right: 10px;
  vertical-align: middle;
  margin-right: -62px;
}
.main-baner-box .small-icons .baner-item .text {
  padding-left: 62px;
}
.main-baner-box .baner-item {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  font-size: 0;
  line-height: 20px;
  color: #fff;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 20px;
}
.main-baner-box .baner-item .ico {
  display: inline-block;
  vertical-align: bottom;
  width: 80px;
  margin-right: -82px;
  text-align: left;
  padding-right: 10px;
  line-height: 1;
}
.main-baner-box .baner-item .ico img {
  display: inline-block;
  vertical-align: bototm;
  max-width: 100%;
  max-height: 100%;
}
.main-baner-box .baner-item .text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 16px;
  line-height: 1.20;
  padding-left: 82px;
}
.frm-callback-phone {
  position: relative;
  background: #fff4b6;
  padding: 68px 0 65px 0;
  margin-bottom: 55px;
  line-height: 1.53;
}
.frm-callback-phone:before,
.frm-callback-phone:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #fff4b6;
}
.frm-callback-phone:before {
  left: auto;
  right: 100%;
}
.frm-callback-phone p {
  margin: 0;
}
.frm-callback-phone .second-title {
  margin-bottom: 25px;
  line-height: 1.05;
  text-align: left;
}
.frm-callback-phone .frm-wrap {
  background: #f6f5f3;
  padding: 30px;
  margin-top: 30px;
}
.frm-callback-phone .frm-row {
  margin: 0 auto 15px auto;
  max-width: 224px;
}
.frm-callback-phone .frm-row:last-child {
  margin-bottom: 0;
}
.frm-callback-phone .frm-row .btn,
.frm-callback-phone .frm-row button,
.frm-callback-phone .frm-row input[type="submit"] {
  width: 100%;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.frm-callback-phone input[type="text"],
.frm-callback-phone input[type="tel"],
.frm-callback-phone input[type="email"],
.frm-callback-phone input[type="password"] {
  height: 37px;
  border: 2px solid #fad900;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
}
.frm-callback {
  background: #fff4b6;
  padding: 43px 0;
  position: relative;
  margin-bottom: 55px;
}
.frm-callback:before,
.frm-callback:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #fff4b6;
}
.frm-callback:before {
  left: auto;
  right: 100%;
}
.frm-callback .frm-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.frm-callback .frm-field {
  max-width: 210px;
  margin: 0 auto 16px auto;
}
.frm-callback .frm-field:last-child {
  margin-bottom: 0;
}
.frm-callback .btn-submit {
  width: 100%;
  padding: 0 !important;
}
.frm-call {
  padding: 30px 20px;
  color: #fff;
  margin: 0 auto;
}
.frm-call .inner-block {
  max-width: 600px;
  margin: 0 auto;
}
.frm-call .frm-stiker {
  margin-left: -20px;
  margin-bottom: 20px;
}
.frm-call .frm-title {
  font-size: 16px;
  margin-bottom: 30px;
}
.frm-call .title {
  font-size: 26px;
  line-height: 1.09;
}
.frm-call .frm-row {
  max-width: 220px;
  margin-bottom: 14px;
}
.frm-call .frm-row.frm-row-message {
  max-width: 100%;
}
.frm-call textarea,
.frm-call input[type="text"],
.frm-call input[type="tel"],
.frm-call input[type="email"],
.frm-call input[type="password"] {
  border: none;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
}
.frm-call textarea {
  height: 112px;
  padding-top: 13px;
  padding-bottom: 10px;
  resize: none;
}
.frm-call p {
  margin: 0;
}
.img-bg-box {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.no-border-bottom {
	margin-bottom:0px;
}
.img-bg-box .bg-photo {
  display: none;
}
.bg-box {
  position: relative;
  padding-top: 55px;
  padding-bottom: 35px;
  margin-bottom: 55px;
}
.bg-box:before,
.bg-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
.bg-box:before {
  left: auto;
  right: 100%;
}
.bg-box.bg-gray {
  background: #f6f5f3;
}
.bg-box.bg-gray:before,
.bg-box.bg-gray:after {
  background: #f6f5f3;
}
.bg-box.bg-white {
  background: #fff;
}
.bg-box.bg-white:before,
.bg-box.bg-white:after {
  background: #fff;
}
.bg-box .arr-list-box {
  margin-bottom: 10px;
}
.bg-box .works-box {
  margin-bottom: 33px;
}
.bg-box .steps-box {
  margin-bottom: 0;
}
.bg-box .opins-box {
  margin-bottom: 33px;
}
.bg-box .coursive-text-box {
  margin-bottom: 25px;
}
.bg-box .ext-prices-box {
  margin-bottom: 0px;
}
.bg-box .tips-box {
  margin-bottom: 0;
}
.bg-box .numbers-box {
  margin-bottom: 0;
}
.bg-box .questions-box {
  margin-bottom: 30px;
}
.bg-box .actions-box {
  margin-bottom: 38px;
}
.bg-box .services-box {
  margin-bottom: 30px;
}
.bg-box .difference-box {
  margin-bottom: 30px;
}
.bg-box .pluses-box {
  margin-bottom: 15px;
}
.bg-box .catalog-main-box {
  margin-bottom: 0;
}
.bg-inner-block {
  max-width: 860px;
  margin: 0 auto;
}
.bg-inner-box {
  background: #fff;
  padding: 60px 27px 10px 27px;
  margin-bottom: 30px;
}
.btn-box {
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .diagramm-box h2 br,
  .diagramm-box .second-title br {
    display: none;
  }
}
@media (min-width: 480px) {
  .actions-box .link-block {
    font-size: 17px;
  }
  .price-main-box {
    padding: 25px;
  }
  .regions-box .links-list,
  .sitemap-box .links-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .regions-box .links-list.one-column,
  .sitemap-box .links-list.one-column {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .main-slider-box .owl-prev,
  .main-slider-box .owl-next {
    top: 150px;
  }
  .win-catalog-box .item-wrap {
    width: 49.99%;
  }
  .win-catalog-box h2,
  .win-catalog-box .second-title {
    margin-bottom: 35px;
  }
  .works-box .slider-wrap {
    margin: 0 auto;
    padding: 0 60px;
  }
  .works-box .owl-prev {
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    left: -60px;
  }
  .works-box .owl-next {
    bottom: auto;
    top: 50%;
    margin-top: -25px;
    right: -60px;
  }
  .frm-callback-phone {
    font-size: 17px;
  }
  .opins-box .item-opin {
    margin: 0 auto;
    max-width: 656px;
  }
  .opins-box .slider-wrap {
    max-width: 916px;
    margin: 0 auto;
    padding: 0 60px 30px 60px;
  }
  .opins-box .owl-prev {
    bottom: auto;
    top: 43px;
    left: -60px;
  }
  .opins-box .owl-next {
    bottom: auto;
    right: -60px;
    top: 43px;
  }
  .frm-call {
    padding: 27px 45px;
  }
  .frm-call .frm-stiker {
    margin-left: -45px;
    margin-bottom: 34px;
  }
  .frm-call .frm-stiker span {
    padding-left: 45px;
    padding-right: 45px;
  }
  .frm-call .frm-title {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .frm-call .title {
    font-size: 44px;
    margin-bottom: 10px;
  }
  .main-baner-box .baner-ico {
    display: block;
    margin-bottom: 25px;
  }
  .main-baner-box .baner-logos {
    margin-bottom: 30px;
  }
  .main-baner-box .logo-block {
    font-size: 20px;
  }
  .main-baner-box .logo-block .logo-photo {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 640px) {
  .calc-slider-box .item-wrap {
    width: 49.99%;
    max-width: 390px;
  }
  .brand-box .brand-logo {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -302px 0 0;
  }
  .brand-box .brand-text {
    width: 100%;
    padding-left: 330px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
  }
  .price-tiles-box .item-wrap {
    width: 49.99%;
  }
  .price-tiles-box .item-tile-price {
    max-width: 100%;
  }
  .attention-text-box .items-wrap {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .types-box {
    margin-bottom: 80px;
    font-size: 19px;
  }
  .types-box ul.marker-list {
    margin: 0 -33px;
  }
  .types-box ul.marker-list li {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 33px;
  }
  .types-box .types-title {
    margin-bottom: 55px;
  }
  .gallery-box .item-wrap {
    width: 50%;
    float: left;
    max-width: 100%;
  }
  .text-decorate-box {
    padding-top: 70px;
    padding-bottom: 70px;
    font-size: 19px;
  }
  .text-decorate-box .text-title {
    font-size: 70px;
  }
  .buttons-list .inner-block {
    max-width: 100%;
    width: auto;
  }
  .buttons-list li {
    display: inline-block;
    vertical-align: top;
  }
  .error-box .error-text {
    font-size: 25px;
  }
  .error-box .error-title {
    font-size: 200px;
  }
  .about-box .item-wrap {
    width: 49.99%;
  }
  .consultant-box {
    height: 455px;
    line-height: 455px;
    padding: 0;
  }
  .consultant-box .cons-photo {
    display: block;
    width: 473px;
    height: 455px;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -30px;
    z-index: 2;
  }
  .consultant-box .cons-photo img {
    width: 100%;
  }
  .consultant-box .cons-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.32;
    font-size: 19px;
    z-index: 3;
    position: relative;
    padding-left: 50%;
    padding-right: 50px;
    margin: 0;
  }
  .consultant-box p {
    margin-bottom: 13px;
  }
  .consultant-box p:last-child {
    margin-bottom: 0;
  }
  .regions-box .links-list,
  .sitemap-box .links-list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .opins-box .cnt-box {
    padding: 25px 37px;
  }
  .opins-box .cnt-box .item-opin {
    max-width: 715px;
  }
  .main-title-box {
    margin-bottom: 35px;
  }
  .main-title-box h1,
  .main-title-box .main-title {
    margin-bottom: 35px;
  }
  .side-menu {
    padding: 23px 37px 28px 37px;
  }
  .catalog-box .catalog-title {
    margin-bottom: 35px;
  }
  .frm-callback-phone .frm-wrap {
    width: 513px;
    height: 251px;
    background: url(../img/main/phone.png) 0 0 no-repeat;
    margin: 30px auto 0 auto;
    overflow: hidden;
    padding-top: 54px;
  }
  .frm-callback-phone .text-block {
    max-width: 513px;
    margin: 0 auto;
  }
  .frm-callback-phone .inner-block {
    max-width: 985px;
    margin: 0 auto;
    overflow: hidden;
  }
  .difference-box {
    margin-bottom: 0;
  }
  .difference-box .item-wrap {
    width: 49.99%;
    margin-bottom: 30px;
  }
  .frm-callback .frm-block {
    width: 626px;
    margin: 0 auto;
    overflow: hidden;
  }
  .frm-callback .frm-field {
    width: 210px;
    padding: 0 8px;
    margin: 0;
    float: left;
  }
  .frm-callback .frm-field:last-child {
    width: 206px;
  }
  .expert-box .list-box {
    padding: 35px;
  }
  .prices-box .item-wrap {
    width: 49.99%;
  }
  .selections-box .item-wrap {
    width: 49.99%;
    max-width: 400px;
  }
  .selections-box .item-wrap:before {
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 118px;
    left: 100%;
    margin-top: auto;
    margin-left: -10px;
  }
  .tizers-box .item-wrap {
    width: 49.99%;
  }
  .main-baner-box .inner-wrap {
    height: 400px;
    line-height: 420px;
  }
  .main-baner-box .baner-text {
    font-size: 18px;
  }
  .main-baner-box .baner-items.col-3 {
    margin-top: 0;
  }
  .main-baner-box .baner-items.col-3 .baner-item {
    margin-bottom: 20px;
  }
  .contacts-box .inner-block {
    position: relative;
    padding-right: 50%;
  }
  .contacts-box .inner-block:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -263px -53px;
    width: 14px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -30px;
  }
  .contacts-box .contacts-map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 50%;
  }
  .contacts-box .contacts-text {
    padding-right: 40px;
    margin: 0;
  }
  .contacts-box .marker-list {
    margin: 0;
  }
  .main-slider-box .slider-logo-block {
    font-size: 0;
    margin-top: 60px;
    margin-bottom: -10px;
  }
  .main-slider-box .slider-logo-block .logo {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    text-align: left;
    padding-right: 20px;
    margin-right: -202px;
    margin-bottom: 0;
  }
  .main-slider-box .slider-logo-block .text {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 202px;
  }
  .main-slider-box .slider-logo-block .text p:last-child {
    margin: 0;
  }
  .arr-list-box ul.arr-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .arr-list-box ul.arr-list li {
    margin-bottom: 0;
    padding-bottom: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .calc-questions-box {
    width: 48%;
    float: left;
    margin-bottom: 0;
  }
  .calc-view-box {
    width: 46.6%;
    float: right;
    margin-bottom: 0;
  }
  .calc-view-box .view-block .title-wrap {
    font-size: 18px;
    line-height: 24px;
  }
  .calc-wrap {
    padding: 35px;
  }
  .calc-wrap .vsmall-title {
    margin-bottom: 25px;
  }
  .coursive-text-box {
    font-size: 18px;
  }
  .numbers-list {
    font-size: 16px;
  }
  .numbers-list li {
    padding-left: 83px;
  }
  .numbers-list li:before {
    width: 48px;
    height: 48px;
    top: 0;
    line-height: 46px;
    font-size: 22px;
    margin-top: 0;
  }
  .pic-box {
    font-size: 17px;
    line-height: 24px;
  }
  .pic-box p {
    margin-bottom: 10px;
  }
  .price-main-box .price-photo {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -302px 0 0;
    width: 300px;
  }
  .price-main-box .price-info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 332px;
  }
  .text-box .main-block {
    width: 50%;
    padding: 0 20px;
    float: left;
  }
  .text-box .second-block {
    width: 50%;
    float: right;
    padding-left: 20px;
  }
  .article-icons-box {
    margin: 25px -58px;
    padding: 65px 58px 40px 58px;
  }
  .article-icons-box .item-wrap {
    width: 33.3%;
  }
  .article-box {
    font-size: 17px;
    line-height: 1.2;
  }
  .article-box h2,
  .article-box h3,
  .article-box .vsmall-title {
    margin-bottom: 20px;
  }
  .article-box .article-photo {
    margin-top: -53px;
    margin-left: -58px;
    margin-right: -58px;
  }
  .article-box .marker-list {
    margin-bottom: 20px;
  }
  .article-box .marker-list li {
    padding-left: 50px;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .marker-list .marker-list li:after {
    display: none !important;
  }
  .marker-list .marker-list li:before {
    display: none !important;
  }
  .article-box .marker-list .marker-list li {
    padding-left: 30px;
  }
  .article-box .marker-list li:last-child {
    margin-bottom: 0;
  }
  .cnt-info-box {
    padding: 25px 25px 32px 25px;
    font-size: 16px;
    margin: 0 -30px -30px -30px;
  }
  .cnt-info-box p {
    margin-bottom: 25px;
  }
  .manufacted-box .inner-block {
    padding-right: 320px;
  }
  .manufacted-box .man-photo {
    float: right;
    width: 289px;
    margin-right: -320px;
  }
  .manufacted-box .man-photo img {
    width: 100%;
  }
  .manufacted-box .man-text {
    float: left;
    width: 100%;
  }
  .manufacted-box .marker-list {
    margin: 0;
  }
  .marker-list {
    font-size: 16px;
  }
  .marker-list li:before,
  .marker-list li:after {
    top: 12px;
  }
  .cnt-inner-box {
    padding: 53px 58px 30px 58px;
  }
  .cnt-main-box {
    padding: 30px;
  }
  .cnt-main-box.large-top-space {
    padding-top: 55px;
  }
  .sitemap-box ul,
  .sitemap-box .links-list {
    margin-bottom: 50px;
  }
  .sitemap-box ul:last-child,
  .sitemap-box .links-list:last-child {
    margin-bottom: 0;
  }
  .regions-box h1,
  .regions-box .main-title,
  .regions-box h2,
  .regions-box .second-title {
    margin-bottom: 58px;
  }
  .regions-box .links-list {
    margin: 0 -50px 30px 0;
  }
  .main-title-box {
    font-size: 18px;
    line-height: 24px;
  }
  .main-slider-box .owl-prev,
  .main-slider-box .owl-next {
    top: 220px;
  }
  .main-slider-box.type-second .owl-prev,
  .main-slider-box.type-second .owl-next {
    top: 225px;
  }
  .tips-box .main-column .item-tips {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
  }
  .tips-box .main-column .item-tips:last-child {
    padding-bottom: 10px;
  }
  .tips-box .items-wrap {
    max-width: 910px;
    margin: 0 auto;
    overflow: hidden;
  }
  .tips-box .items-wrap.merge .column:first-child .item-tips:last-child .decor:before {
    display: none;
  }
  .tips-box .column {
    width: 48%;
    float: left;
    margin-bottom: 0;
  }
  .tips-box .column + .column {
    float: right;
  }
  .works-box .slider-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .works-box .owl-prev {
    left: -75px;
  }
  .works-box .owl-next {
    right: -75px;
  }
  .frm-callback .frm-title {
    font-size: 24px;
  }
  .main-baner-box .baner-logo-pic {
    display: block;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .main-baner-box .baner-title {
    margin-bottom: 35px;
  }
  .main-baner-box .baner-title p {
    font-size: 28px;
    display: block;
  }
  .main-baner-box .baner-text {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 25px;
  }
  .main-baner-box h1,
  .main-baner-box .main-title {
    margin-bottom: 15px;
  }
  .main-baner-box .discount-wrap {
    overflow: hidden;
    width: 746px;
    margin: 0 auto 25px auto;
  }
  .main-baner-box .discount-wrap .item-wrap {
    width: 332px;
    height: 115px;
    line-height: 115px;
    float: left;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }
  .main-baner-box .discount-wrap .item-wrap:first-child {
    display: block;
  }
  .main-baner-box .discount-wrap .item-wrap:first-child:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -263px -53px;
    width: 14px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -14px;
    margin-left: 22px;
  }
  .main-baner-box .discount-wrap .item-wrap + .item-wrap {
    float: right;
  }
  .main-baner-box .item-sale {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .main-baner-box .item-timer {
    display: block;
    max-width: 100%;
  }
  .numbers-box.large-space {
    margin-bottom: 10px;
  }
  .numbers-box.large-space .item-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .tips-box h2 br,
  .tips-box .second-title br {
    display: none;
  }
  .main-baner-box h1 br,
  .main-baner-box .main-title br {
    display: none;
  }
  .item-step br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-baner-box h1,
  .main-baner-box .main-title {
    font-size: 38px;
  }
  .main-baner-box .baner-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .inner-calc-block {
    margin-top: 50px;
  }
  .calc-slider-box.type2 .items-wrap {
    margin: 0 -45px 0 -29px;
  }
  .calc-wrap {
    padding: 50px 50px 30px 94px;
  }
  .brand-box .brand-logo {
    width: 49.9%;
    padding-right: 30px;
    text-align: right;
    margin: 0;
  }
  .brand-box .brand-text {
    width: 49.9%;
    padding-left: 30px;
    font-size: 30px;
    margin: 0;
  }
  .questions-box h2,
  .questions-box .second-title {
    margin-bottom: 50px;
  }
  .bg-box .tips-box {
    margin-bottom: 10px;
  }
  .advantages-box h2,
  .advantages-box .second-title {
    margin-bottom: 65px;
  }
  .advantages-box .items-wrap {
    margin: 0 -50px;
  }
  .advantages-box .item-wrap {
    width: 49.99%;
    padding: 0 50px;
  }
  .pic-box .pic-block {
    width: 44%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .pic-box .text-block {
    width: 54%;
    display: inline-block;
    vertical-align: middle;
  }
  .ready-steps-box h2,
  .ready-steps-box .second-title {
    margin-bottom: 55px;
  }
  .ready-steps-box .item-wrap {
    width: 33.3%;
  }
  .numbers-box h2,
  .numbers-box .second-title {
    margin-bottom: 60px;
  }
  .numbers-box .items-wrap {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .price-main-box {
    margin-bottom: 30px;
  }
  .price-main-box .price-photo {
    margin: 0 -482px 0 0;
    width: 480px;
  }
  .price-main-box .price-info {
    padding-left: 524px;
    font-size: 20px;
  }
  .attention-text-box .items-wrap {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding-top: 15px;
  }
  .attention-text-box .item-text-att {
    padding-bottom: 30px;
  }
  .text-box {
    font-size: 16px;
    line-height: 24px;
  }
  .text-box .main-block {
    line-height: 30px;
    font-size: 19px;
  }
  .features-box h2,
  .features-box .second-title {
    margin-bottom: 58px;
  }
  .features-box .item-wrap {
    width: 33.3%;
  }
  .pluses-box .item-wrap {
    width: 33.3%;
  }
  .gallery-box .item-wrap {
    width: 33.33%;
  }
  .buttons-list.full-width .inner-block {
    width: 100%;
  }
  .buttons-list.full-width ul {
    width: 100%;
    display: table;
  }
  .buttons-list.full-width li {
    display: table-cell;
    width: 1%;
  }
  .buttons-list.full-width .list-button {
    min-width: 0;
    padding: 0 10px;
    display: block;
  }
  .text-decorate-box {
    padding: 155px 90px;
  }
  .text-decorate-box .text-title {
    font-size: 100px;
  }
  .ext-prices-box h2,
  .ext-prices-box .second-title {
    margin-bottom: 60px;
  }
  .ext-prices-box .item-wrap {
    width: 49.99%;
    padding: 0 20px;
  }
  .ext-prices-box .items-wrap {
    max-width: 1120px;
    margin: 0 auto;
  }
  .error-box .error-block {
    padding-top: 135px;
  }
  .error-box .error-title {
    font-size: 250px;
  }
  .error-box .tizers-box .item-wrap {
    width: 49.99%;
  }
  .contacts-box .inner-block {
    padding-right: 390px;
  }
  .contacts-box .inner-block:before {
    margin-left: 0;
  }
  .contacts-box .contacts-map {
    width: 523px;
    right: auto;
    left: 453px;
  }
  .about-box h2,
  .about-box .second-title {
    margin-bottom: 60px;
  }
  .about-box .item-wrap {
    width: 24.99%;
  }
  .consultant-box {
    margin-top: 70px;
  }
  .consultant-box p {
    padding-left: 22px;
  }
  .regions-box .links-list,
  .sitemap-box .links-list {
    margin-right: 0px;
  }
  .main-title-box {
    margin-bottom: 62px;
  }
  .main-title-box h1,
  .main-title-box .main-title {
    margin-bottom: 52px;
  }
  .main-slider-box h2,
  .main-slider-box .second-title {
    margin-bottom: 60px;
  }
  .main-slider-box .owl-prev,
  .main-slider-box .owl-next {
    top: 243px;
  }
  .main-slider-box.large-text h3,
  .main-slider-box.large-text .small-title {
    font-size: 36px;
    line-height: 43px;
  }
  .main-slider-box.large-text p {
    font-size: 19px;
    line-height: 24px;
  }
  .main-slider-box .slider-logo-block .logo {
    width: 312px;
    margin-right: -314px;
  }
  .main-slider-box .slider-logo-block .text {
    padding-left: 314px;
    font-size: 19px;
    line-height: 24px;
  }
  .main-slider-box .slider-logo-block .text p {
    margin-bottom: 12px;
  }
  .catalog-box h2,
  .catalog-box .second-title,
  .catalog-box h1,
  .catalog-box .main-title {
    margin-bottom: 55px;
  }
  .catalog-box .catalog-title {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 24px;
  }
  .win-catalog-box .item-wrap {
    width: 24.99%;
  }
  .win-catalog-box h2,
  .win-catalog-box .second-title {
    margin-bottom: 60px;
  }
  .steps-box {
    margin-bottom: 5px;
  }
  .steps-box .items-wrap {
    padding: 0 30px;
    font-size: 0;
    white-space: nowrap;
  }
  .steps-box .item-wrap {
    display: inline-block;
    vertical-align: top;
    width: 19.9%;
    padding: 0;
    max-width: 100%;
  }
  .steps-box .item-wrap:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .steps-box .item-wrap:after {
    display: none;
  }
  .steps-box .item-wrap:nth-child(2n) {
    margin-top: 125px;
  }
  .steps-box .item-step {
    position: relative;
    left: 50%;
    display: block;
  }
  .steps-box .item01:before {
    background-image: url(../img/spr.png);
    background-position: -49px -97px;
    width: 84px;
    height: 61px;
    margin: 20px 0 0 25px;
  }
  .steps-box .item01 .item-step {
    width: 230px;
    margin-left: -115px;
  }
  .steps-box .item02:before {
    background-image: url(../img/spr.png);
    background-position: -114px 0px;
    width: 129px;
    height: 76px;
    top: auto;
    bottom: 100%;
    margin: 0 0 15px -30px;
  }
  .steps-box .item02 .item-step {
    width: 344px;
    margin-left: -172px;
  }
  .steps-box .item03:before {
    background-image: url(../img/spr.png);
    background-position: -77px -181px;
    width: 57px;
    height: 49px;
    margin: 15px 0 0 40px;
  }
  .steps-box .item03 .item-step {
    width: 230px;
    margin-left: -115px;
  }
  .steps-box .item04:before {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 94px;
    height: 77px;
    top: auto;
    bottom: 100%;
    margin: 0 0 10px -40px;
  }
  .steps-box .item04 .item-step {
    width: 270px;
    margin-left: -205px;
  }
  .steps-box .item05:before {
    display: none;
  }
  .steps-box .item05 .item-step {
    width: 290px;
    margin-left: -160px;
  }
  .tips-box {
    margin-bottom: 48px;
  }
  .tips-box h2,
  .tips-box .second-title {
    margin-bottom: 60px;
  }
  .works-box h2,
  .works-box .second-title {
    margin-bottom: 65px;
  }
  .frm-callback-phone .inner-block {
    padding-left: 608px;
  }
  .frm-callback-phone .text-wrap {
    width: 100%;
    float: right;
    line-height: 250px;
  }
  .frm-callback-phone .text-block {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.53;
  }
  .frm-callback-phone .frm-wrap {
    float: left;
    margin-left: -608px;
    margin-right: 0;
    margin-top: 0;
  }
  .opins-box h2,
  .opins-box .second-title {
    margin-bottom: 52px;
  }
  .opins-box .center-box {
    font-size: 17px;
  }
  .difference-box h2,
  .difference-box .second-title {
    margin-bottom: 30px;
  }
  .difference-box .item-wrap {
    width: 24.99%;
  }
  .diagramm-box h2,
  .diagramm-box .second-title {
    margin-bottom: 60px;
  }
  .frm-callback .inner-block {
    overflow: hidden;
  }
  .frm-callback .frm-title {
    width: 320px;
    float: left;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 0;
  }
  .frm-callback .frm-block {
    padding-top: 2px;
    float: left;
  }
  .expert-box {
    position: relative;
    overflow: hidden;
  }
  .expert-box h2,
  .expert-box .second-title {
    margin-bottom: 62px;
  }
  .expert-box .list-box {
    margin: 0;
    min-height: 600px;
  }
  .expert-box .list-box .item-list {
    margin-bottom: 57px;
  }
  .expert-box .inner-wrap-block {
    padding-right: 490px;
    position: relative;
    overflow: hidden;
  }
  .expert-box .frm-call {
    width: 470px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .list-box.inner {
    margin-bottom: 35px;
  }
  .list-box.inner .item-list {
    line-height: 24px;
    margin-bottom: 52px;
  }
  .list-box.inner .item-list:last-child {
    margin-bottom: 0;
  }
  .list-box.inner .item-list .list-text {
    font-size: 20px;
  }
  .list-box.inner.small .item-list {
    line-height: 24px;
    margin-bottom: 30px;
  }
  .list-box.inner.small .item-list .list-text {
    font-size: 16px;
  }
  .prices-box .item-wrap {
    width: 24.99%;
    padding: 0 10px;
  }
  .prices-box .items-wrap {
    margin: 0 -20px;
  }
  .selections-box .item-wrap {
    width: 24.99%;
  }
  .tizers-box .item-wrap {
    width: 24.99%;
  }
  .main-baner-box .baner-logo-pic {
    bottom: 40px;
    right: 25px;
  }
  .main-baner-box .inner-wrap {
    height: 490px;
    line-height: 560px;
  }
  .main-baner-box h1,
  .main-baner-box .main-title {
    margin-bottom: 3px;
  }
  .main-baner-box .baner-title {
    margin-bottom: 45px;
  }
  .main-baner-box .baner-title p {
    font-size: 36px;
  }
  .main-baner-box .baner-text {
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .main-baner-box .baner-ico {
    margin-top: -20px;
  }
  .main-baner-box .btn {
    min-width: 306px;
  }
  .main-baner-box .small-icons .baner-item .ico {
    width: 80px;
    margin-right: -82px;
  }
  .main-baner-box .small-icons .baner-item .text {
    padding-left: 82px;
  }
  .main-baner-box .baner-items {
    margin: 80px -25px 25px -25px;
  }
  .main-baner-box .baner-items.small-top {
    margin-top: 48px;
  }
  .main-baner-box .baner-items.vsmall-top {
    margin-top: -5px;
  }
  .main-baner-box .baner-items.large-icons .baner-item .ico {
    width: 163px;
    padding-right: 15px;
    margin-right: -165px;
    vertical-align: middle;
  }
  .main-baner-box .baner-items.large-icons .baner-item .text {
    padding-left: 165px;
    vertical-align: middle;
  }
  .main-baner-box .baner-item {
    padding: 0 25px;
  }
  .main-baner-box .baner-item .ico {
    width: 100px;
    margin-right: -102px;
  }
  .main-baner-box .baner-item .text {
    font-size: 20px;
    padding-left: 102px;
  }
  ul.marker-list.type2 {
    font-size: 19px;
    line-height: 24px;
  }
  ul.marker-list.type2 li {
    margin-bottom: 20px;
    padding-left: 52px;
  }
  ul.marker-list.type2 li:before {
    top: 12px;
  }
  ul.marker-list.type3 {
    font-size: 16px;
    line-height: 24px;
  }
  ul.marker-list.type3 li {
    margin-bottom: 20px;
    padding-left: 52px;
  }
  ul.marker-list.type3 li:before {
    top: 12px;
  }
  .arr-list-box h2,
  .arr-list-box .second-title {
    margin-bottom: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .steps-box .item01:before {
    margin-top: 10px;
    margin-left: -30px;
  }
  .steps-box .item02:before {
    margin-left: -70px;
  }
  .steps-box .item04:before {
    margin-left: -70px;
  }
}
@media (min-width: 1200px) {
  .brand-box .brand-text {
    font-size: 36px;
  }
  .price-main-box {
    padding: 43px 43px 43px 34px;
  }
  .text-box .main-block {
    padding-right: 25px;
  }
  .text-box .second-block {
    padding-left: 25px;
  }
  .main-baner-box .baner-logo-pic {
    right: 75px;
  }
  .main-baner-box .baner-items.col-3 {
    margin-top: 75px;
    margin-bottom: 30px;
  }
  .main-slider-box .slider-logo-block .text {
    padding-right: 85px;
  }
  .steps-box .items-wrap {
    padding: 0;
  }
  .frm-callback .frm-title {
    font-size: 30px;
    width: 432px;
    padding-right: 32px;
    margin-right: 0;
  }
  .frm-callback .frm-block {
    padding-top: 8px;
  }
  .expert-box .list-box {
    padding: 40px 40px 40px 54px;
  }
  .prices-box h3,
  .prices-box .small-title {
    margin-bottom: 55px;
  }
  .prices-box .items-wrap {
    margin: 0 -10px;
  }
  .prices-box .item-wrap {
    padding: 0 10px;
  }
  .selections-box .items-wrap {
    padding: 0 30px;
    margin: 0;
  }
  .selections-box .items-wrap:before {
    margin-left: -20px;
  }
  .pluses-box.large-space .items-wrap {
    margin: 0 -17px;
  }
  .pluses-box.large-space .item-wrap {
    padding: 0 17px;
  }
  .arr-list-box ul.arr-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}



.agreement, .agreement a {
	color:#b5b5b5;
	font-size:12px;
}

.agreement a:hover {
	text-decoration:none;
}

.agreement i {
	display:block;
	width:18px;
	height:18px;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAIAAADZrBkAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMtJREFUeNqsk70OgyAUhbVhceERiIOurDL43LyFDmhcYCAmriY4wELSnqRJB2sbMd6BhAsf99wf8nEc53nOUowxlkkpn4kG5JFdsrPYsiwhhDRsXddpmtKixRiVUnVdF0WRgGmtAZRlmRAN8qy1nPOfJYEYXNodI6WdvD3mve+6DhX7eIwxWKuq+tcASmnTNHh+GAZst21DVt/yDnID2batc67ve8CQB8+pdiMNIQQEY4gO5b2NHLgIQUxU6MpwAb5hJu/B8mvf9CXAAISsjHuyT31UAAAAAElFTkSuQmCC') 0 0 no-repeat;
	float:left;
	margin-right:10px;
	cursor:pointer;
}

.frm-callback .frm-field.agreement {
	margin-top:10px;
	width:413px;
	max-width:none;
	line-height:18px;
}

.frm-row.agreement {
	margin-top:10px;
	max-width:none;
	line-height:18px;
}
.call-box .frm-row.agreement {
	max-width:300px;
}

@media (max-width: 1024px) {
	.frm-callback .frm-field.agreement {
		width: 626px;
		margin-left:auto;
		margin-right:auto;
		float:none;
	}
}

@media (max-width: 720px) {
	.frm-callback .frm-field.agreement {
		width: 210px;
	}
}

.main-baner-box  .btn.swipe-down {
	height:50px;
	width:50px;
	min-width:0;
	padding:0;
	text-indent:-9000px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background:#fad900 url(../img/SwipeDown.svg) center center no-repeat;
}

.main-baner-box  .btn.swipe-down:hover {
	background-color:#fff4b6;
}
