@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ft {
  font-family: 'Futura PT';
}
.fb {
  font-family: 'BebasNeue';
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #212121;
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
p,
ul,
ol,
.photo-article {
  position: relative;
  margin-bottom: 1em;
}
p img,
ul img,
ol img,
.photo-article img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
.photo-article:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
b {
  font-weight: 600;
}
a {
  text-decoration: underline;
  color: #0063a5;
}
a:hover {
  text-decoration: none;
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
a.link-main:hover,
.link-main:hover {
  border-bottom: none;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title,
h4,
h5 {
  font-size: 2.8em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0.3em;
  line-height: 1.178;
}
h1.title-decor,
.main-title.title-decor,
h2.title-decor,
.second-title.title-decor,
h3.title-decor,
.small-title.title-decor,
h4.title-decor,
h5.title-decor {
  padding-bottom: 0.35em;
  margin-bottom: 0.55em;
}
h1.title-decor:before,
.main-title.title-decor:before,
h2.title-decor:before,
.second-title.title-decor:before,
h3.title-decor:before,
.small-title.title-decor:before,
h4.title-decor:before,
h5.title-decor:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 2px;
  background: #03afdd;
}
h1.title-decor.text-center:before,
.main-title.title-decor.text-center:before,
h2.title-decor.text-center:before,
.second-title.title-decor.text-center:before,
h3.title-decor.text-center:before,
.small-title.title-decor.text-center:before,
h4.title-decor.text-center:before,
h5.title-decor.text-center:before {
  left: 50%;
  margin-left: -45px;
}
h1,
.main-title {
  font-family: 'BebasNeue';
}
h1 *,
.main-title * {
  font-family: 'BebasNeue';
}
h2,
.second-title,
h3,
.small-title,
h4,
h5 {
  font-size: 28px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 1em;
}
h3,
.small-title {
  font-size: 24px;
}
h4,
.h5 {
  font-size: 20px;
}
.title-att {
  color: #fff;
  background: #03afdd;
  display: inline-block;
  padding: 0 8px;
}
.text-att {
  color: #03afdd;
}
.text-center {
  text-align: center;
}
.text-lead {
  font-size: 1.1em;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.page > .text-lead,
.content > .text-lead {
  max-width: 100%;
}
.photo-article {
  display: block;
  position: relative;
  line-height: 1;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.photo-article:first-child {
  margin-top: 0;
}
.photo-article img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  h1,
  .main-title {
    font-size: 2.2em;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 15px;
  min-width: 320px;
  max-width: 1200px;
  width: 100%;
}
.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 34px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.header ul,
.footer ul,
.header li,
.footer li,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.header ul:before,
.footer ul:before,
.header li:before,
.footer li:before,
.header p:before,
.footer p:before {
  display: none;
}
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.footer {
  background: url(../img/main/footer.png) center top repeat-x;
  background-size: auto;
  padding-top: 30px;
  margin-top: -30px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.footer .footer-inner {
  background: #373b3e;
  position: relative;
  overflow: hidden;
  min-width: 320px;
}
.footer .inner-wrap {
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer .inner-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.footer .menu-wrap {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer .menu-wrap a {
  display: block;
  padding: 2px 0;
}
.footer .buttons-wrap {
  font-size: 0;
  margin-bottom: 28px;
  margin-left: -6px;
  margin-right: -6px;
}
.footer .button-logo {
  display: block;
  height: 37px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.footer .button-logo img {
  display: block;
  width: auto;
  height: 37px;
  margin: 0 auto;
  max-width: 100%;
}
.footer .info-wrap {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.footer .btn-action-app {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 12px 6px;
  width: 126px;
  height: 37px;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #03afdd;
}
.header {
  z-index: 99;
}
.header .address-wrap {
  font-size: 18px;
  line-height: 22px;
}
.header .address-wrap p {
  margin: 5px 0 0 0;
}
.header .address-wrap p:first-child {
  margin: 0;
}
.header .address-wrap a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.header .phone-wrap {
  font-size: 22px;
  line-height: 60px;
  white-space: nowrap;
  line-height: 44px;
}
.header .phone-wrap a {
  color: #212121;
  text-decoration: none;
}
.header .email-wrap {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-top: -4px;
}
.header .email-wrap a {
  text-decoration: none;
}
.header .email-wrap a:hover {
  color: #25d1ff;
}
.header .callback-wrap {
  line-height: 1;
  position: relative;
}
.header .callback-wrap .btn,
.header .callback-wrap button,
.header .callback-wrap input[type="submit"] {
  padding: 0 10px;
  width: 100%;
}
.header .site-menu-wrap {
  background: #f6f6f6;
  position: relative;
  font-size: 17px;
  min-height: 20px;
}
.header .site-menu-wrap a {
  display: block;
  padding: 10px;
  color: #949494;
  text-decoration: none;
}
.header .site-menu-wrap a:hover,
.header .site-menu-wrap a.active {
  color: #ec4a2f;
}
.header .location-menu-wrap .location-block {
  background: #fff;
  z-index: 102;
  padding: 20px 25px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
}
.header .location-menu-wrap .btn-action-ico.button-close {
  position: fixed;
  display: none;
  top: 15px;
  right: 15px;
  z-index: 9;
}
.header .location-menu-wrap ul {
  font-size: 18px;
  line-height: 22px;
}
.header .location-menu-wrap ul a {
  display: block;
  position: relative;
  color: #212121;
  text-decoration: none;
  padding: 5px 15px;
}
.header .location-menu-wrap ul a:hover,
.header .location-menu-wrap ul a.active {
  color: #0063a5;
}
.header .location-menu-wrap .btn-location {
  font-size: 17px;
  display: block;
  height: 37px;
  line-height: 37px;
  padding: 0 18px 0 15px;
  color: #212121;
  text-decoration: none;
}
.header .location-menu-wrap .btn-location:before {
  content: "";
  background-image: url(../img/spr.png);
  background-position: -68px -151px;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.header .main-menu-wrap {
  position: relative;
  background: #0063a5;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.header .main-menu-wrap li.submenu > a:after {
  content: "";
  background-image: url(../img/spr.png);
  background-position: -96px -151px;
  width: 8px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 10px -10px 0 10px;
}
.header .main-menu-wrap li:hover > a {
  background: #03afdd;
  color: #fff;
}
.header .main-menu-wrap li ul {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  padding-bottom: 20px;
  padding-top: 5px;
  background: #03afdd;
}
.header .main-menu-wrap li ul a {
  font-size: 18px;
  line-height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header .main-menu-wrap li ul a:hover,
.header .main-menu-wrap li ul a.active {
  background: #25d1ff;
}
.header .main-menu-wrap a {
  display: block;
  position: relative;
  padding: 15px;
  color: #fff;
  text-decoration: none;
}
.header .main-menu-wrap a:hover,
.header .main-menu-wrap a.active {
  color: #fff;
  background: #03afdd;
}
.header-top-panel .site-menu-wrap {
  margin: 0 200px 0 -10px;
  height: 37px;
  overflow: hidden;
}
.header-top-panel .site-menu-wrap a {
  height: 37px;
  line-height: 37px;
  padding-top: 0;
  padding-bottom: 0;
}
.header-top-panel .site-menu-wrap li {
  float: left;
  padding: 0 0px 0 0;
}
.header-nav-panel .address-wrap,
.header-nav-panel .contacts-wrap,
.header-nav-panel .callback-wrap {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}
.header-nav-panel .address-wrap:last-child,
.header-nav-panel .contacts-wrap:last-child,
.header-nav-panel .callback-wrap:last-child {
  border-bottom: none;
}
.header-nav-panel .location-wrap {
  padding: 0px 15px 0px 15px;
  border-bottom: 1px solid #e8e8e8;
}
.header-nav-panel .location-wrap .btn-location {
  font-size: 17px;
  display: block;
  height: 37px;
  line-height: 37px;
  padding: 0 18px 0 0px;
  color: #212121;
  text-decoration: none;
}
.header-nav-panel .location-wrap .btn-location:before {
  content: "";
  background-image: url(../img/spr.png);
  background-position: -68px -151px;
  width: 8px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo:hover {
  text-decoration: none;
}
.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
}
.content-wrap {
  margin-bottom: 40px;
}
.content-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.content {
  margin-bottom: 40px;
}
.side {
  position: static;
  line-height: 1;
}
@media (max-width: 1023px) {
  .header-main-panel .inner-wrap {
    height: 80px;
  }
  .header-main-panel .address-wrap {
    display: none;
  }
  .header-main-panel .contacts-wrap {
    display: none;
    position: absolute;
    top: 18px;
    right: 70px;
    text-align: right;
  }
  .header-main-panel .contacts-wrap .phone-wrap {
    line-height: 29px;
  }
  .header-main-panel .callback-wrap {
    display: none;
    position: absolute;
    top: 20px;
    right: 60px;
    width: 180px;
  }
  .header-main-panel .logo-wrap {
    width: 180px;
    height: 80px;
    line-height: 80px;
  }
  .header-main-panel .logo {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .header-top-panel {
    height: 0;
    line-height: 0;
  }
  .header-top-panel .site-menu-wrap {
    display: none;
  }
  .header-top-panel .location-menu-wrap .location-block {
    display: none;
  }
  .header-top-panel .location-menu-wrap .location-block {
    position: fixed;
    top: 15px;
    left: 15px;
    right: 15px;
    overflow: auto;
    max-height: calc(100vh - 30px);
  }
  .header-top-panel .location-menu-wrap .btn-action-ico.button-close {
    display: block;
  }
  .header-top-panel .location-menu-wrap .btn-location {
    display: none;
  }
  .header-top-panel .location-menu-wrap .btn-location.active ~ .page-overlay {
    display: block;
  }
  .header-nav-panel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .header-nav-panel .btn-action-ico {
    z-index: 110;
  }
  .header-nav-panel .btn-action-ico.button-menu {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .header-nav-panel .btn-action-ico.button-menu.active {
    z-index: 120;
  }
  .header-nav-panel .btn-action-ico.button-menu.active:before,
  .header-nav-panel .btn-action-ico.button-menu.active:after {
    border-color: #fff;
  }
  .header-nav-panel .btn-action-ico.button-menu.active ~ .page-overlay {
    display: block;
  }
  .header-nav-panel .menu-block {
    display: none;
    z-index: 110;
    position: fixed;
    overflow: auto;
    background: #fff;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
    box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header-nav-panel .main-menu-wrap li.open > a {
    background: #03afdd;
  }
  .header-nav-panel .site-menu-wrap {
    font-size: 20px;
  }
  .header-nav-panel .site-menu-wrap ul {
    padding: 8px 0;
  }
  .header-nav-panel .site-menu-wrap a {
    padding: 8px 15px;
  }
}
@media (min-width: 480px) and (max-width: 1023px) {
  .header-main-panel .contacts-wrap {
    display: block;
  }
  .header-nav-panel .contacts-wrap {
    display: none;
  }
}
@media (min-width: 640px) {
  .header-top-panel .location-menu-wrap .location-block {
    width: 588px;
  }
  .header-top-panel .location-menu-wrap .location-block ul {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .header-top-panel .location-menu-wrap .location-block {
    left: 50%;
    right: auto;
    margin-left: -294px;
    overflow: auto;
  }
  .header-top-panel .location-menu-wrap .btn-action-ico.button-close {
    right: 50%;
    margin-right: -294px;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .header-main-panel .phone-wrap {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .page,
  .inner-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-wrap {
    margin-bottom: 40px;
  }
  .content-full .content {
    width: 100%;
    padding-left: 0;
  }
  .content-full .side {
    display: none;
  }
  .side {
    width: 23%;
    float: left;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .content {
    width: 77%;
    float: right;
    margin-bottom: 0;
    padding-left: 30px;
  }
  .footer {
    text-align: left;
  }
  .footer .menu-wrap {
    width: 682px;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
  }
  .footer .menu-wrap ul {
    float: left;
    width: 50%;
  }
  /*.footer .menu-wrap ul + ul {*/
  /*  -webkit-columns: 2;*/
  /*     -moz-columns: 2;*/
  /*          columns: 2;*/
  /*  -webkit-column-gap: 17px;*/
  /*     -moz-column-gap: 17px;*/
  /*          column-gap: 17px;*/
  /*  float: right;*/
  /*  width: 44%;*/
  /*}*/
  .footer .menu-wrap ul + ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .footer .info-wrap {
    margin-left: 0;
    margin-right: 0;
    max-width: 520px;
  }
  .footer .buttons-outer-wrap {
    position: absolute;
    top: 40px;
    right: 21px;
    white-space: nowrap;
    margin: 0;
  }
  .footer .buttons-wrap {
    width: 400px;
    margin-bottom: 55px;
    text-align: right;
    white-space: nowrap;
  }
  .footer .button-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0;
  }
  .footer .btn-action-app {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 0;
  }
  .header-top-panel {
    background: #f6f6f6;
  }
  .header-top-panel .inner-wrap {
    height: 37px;
  }
  .header-top-panel .site-menu-wrap {
    display: block;
  }
  .header-top-panel .location-menu-wrap {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    float: left;
  }
  .header-top-panel .location-menu-wrap:hover .btn-location:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-top-panel .location-menu-wrap:hover .btn-location + .location-block {
    display: block !important;
  }
  .header-top-panel .location-menu-wrap .location-block {
    display: none;
    position: absolute;
    top: 100%;
    right: -30px;
    margin-top: -6px;
  }
  .header-top-panel .location-menu-wrap .btn-location.active:before,
  .header-top-panel .location-menu-wrap .btn-location:hover:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-top-panel .location-menu-wrap .btn-location.active + .location-block,
  .header-top-panel .location-menu-wrap .btn-location:hover + .location-block {
    display: block !important;
  }
  .header-main-panel .inner-wrap {
    height: 112px;
    overflow: hidden;
    padding-left: 382px;
    padding-right: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-main-panel .logo-wrap {
    height: 112px;
    line-height: 112px;
    width: 285px;
    position: absolute;
    top: 0;
    left: 30px;
    overflow: hidden;
  }
  .header-main-panel .address-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-main-panel .contacts-wrap {
    text-align: right;
    padding: 0 0 0 30px;
  }
  .header-main-panel .callback-wrap {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -20px;
    width: 180px;
  }
  .header-nav-panel {
    background: #0063a5;
  }
  .header-nav-panel .site-menu-wrap,
  .header-nav-panel .address-wrap,
  .header-nav-panel .contacts-wrap,
  .header-nav-panel .callback-wrap,
  .header-nav-panel .location-wrap {
    display: none;
  }
  .header-nav-panel .btn-action-ico.button-menu,
  .header-nav-panel .btn-action-ico.button-close {
    display: none;
  }
  .header-nav-panel .inner-wrap {
    height: 56px;
  }
  .header-nav-panel .main-menu-wrap > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
  .header-nav-panel .main-menu-wrap > ul > li {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-nav-panel .main-menu-wrap > ul > li:hover > ul {
    display: block !important;
  }
  .header-nav-panel .main-menu-wrap > ul > li:hover > a:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-nav-panel .main-menu-wrap > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 56px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
  }
  .header-nav-panel .main-menu-wrap > ul > li > a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
  }
  .header-nav-panel .main-menu-wrap > ul > li.submenu > a:after {
    top: 50%;
    margin-top: 26px;
  }
  .header-nav-panel .main-menu-wrap > ul ul {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .header-nav-panel .main-menu-wrap > ul ul a {
    padding-left: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header-main-panel .inner-wrap {
    padding-left: 260px;
  }
  .header-main-panel .logo-wrap {
    width: 200px;
  }
  .footer .buttons-wrap {
    width: 300px;
    margin-bottom: 20px;
  }
  .footer .button-logo {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding-right: 9px;
  }
  .footer .button-logo img {
    margin: 0 0 0 auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  .header-top-panel .site-menu-wrap li {
    padding-right: 6px;
  }
  .header-top-panel .site-menu-wrap li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .header-top-panel .location-menu-wrap .location-block {
    right: -107px;
  }
  .footer .buttons-outer-wrap {
    right: -10px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Medium.eot');
  src: local('Futura PT Medium'), local('FuturaPT-Medium'), url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Book.eot');
  src: local('Futura PT Book'), local('FuturaPT-Book'), url('../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff2') format('woff2'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype'), url('../fonts/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Demi.eot');
  src: local('Futura PT Demi'), local('FuturaPT-Demi'), url('../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/bebasneue_bold-webfont.eot');
  src: url('../fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_bold-webfont.woff2') format('woff2'), url('../fonts/bebasneue_bold-webfont.woff') format('woff'), url('../fonts/bebasneue_bold-webfont.ttf') format('truetype'), url('../fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/bebasneue_regular-webfont.eot');
  src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebasneue_regular-webfont.woff2') format('woff2'), url('../fonts/bebasneue_regular-webfont.woff') format('woff'), url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'), url('../fonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'als_rublregular';
  src: url('../fonts/rouble-webfont.eot');
  src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.rub {
  font-family: 'als_rublregular' !important;
  text-transform: none !important;
}
.rub:after {
  content: "a";
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -186px -104px;
  width: 1px;
  height: 1px;
}
.i-ico-arrow01 {
  background-image: url(../img/spr.png);
  background-position: -68px -151px;
  width: 8px;
  height: 6px;
}
.i-ico-arrow02 {
  background-image: url(../img/spr.png);
  background-position: -96px -151px;
  width: 8px;
  height: 6px;
}
.i-ico-arrow03 {
  background-image: url(../img/spr.png);
  background-position: -155px -104px;
  width: 11px;
  height: 19px;
}
.i-ico-arrow04 {
  background-image: url(../img/spr.png);
  background-position: 0px -151px;
  width: 14px;
  height: 8px;
}
.i-ico-arrow05 {
  background-image: url(../img/spr.png);
  background-position: -123px -84px;
  width: 11px;
  height: 19px;
}
.i-ico-arrow06 {
  background-image: url(../img/spr.png);
  background-position: -34px -151px;
  width: 14px;
  height: 8px;
}
.i-ico-att {
  background-image: url(../img/spr.png);
  background-position: -155px -56px;
  width: 21px;
  height: 28px;
}
.i-ico-check {
  background-image: url(../img/spr.png);
  background-position: -61px -84px;
  width: 42px;
  height: 42px;
}
.i-ico-percent {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 64px;
  height: 64px;
}
.i-ico-service01 {
  background-image: url(../img/spr.png);
  background-position: -84px 0px;
  width: 51px;
  height: 51px;
}
.i-ico-service02 {
  background-image: url(../img/spr.png);
  background-position: 0px -84px;
  width: 41px;
  height: 47px;
}
.i-ico-settings {
  background-image: url(../img/spr.png);
  background-position: -155px 0px;
  width: 36px;
  height: 36px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
.btn,
button,
input[type="submit"] {
  height: 56px;
  line-height: 56px;
  border: none;
  background: #ffc600;
  border-radius: 28px;
  padding: 0 30px;
  font-size: 19px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #ffe822;
  color: #212121;
  text-decoration: none;
}
.btn.button-border,
button.button-border,
input[type="submit"].button-border {
  line-height: 52px;
  border: 2px solid #ffc600;
  background: none;
}
.btn.button-border:hover,
button.button-border:hover,
input[type="submit"].button-border:hover {
  background: #ffe822;
  border-color: #ffe822;
}
.btn.button-second,
button.button-second,
input[type="submit"].button-second {
  background: #03afdd;
  color: #fff;
}
.btn.button-second:hover,
button.button-second:hover,
input[type="submit"].button-second:hover {
  background: #25d1ff;
  color: #fff;
}
.btn.button-second.button-border,
button.button-second.button-border,
input[type="submit"].button-second.button-border {
  background: none;
  border-color: #03afdd;
  color: #212121;
}
.btn.button-second.button-border:hover,
button.button-second.button-border:hover,
input[type="submit"].button-second.button-border:hover {
  background: #25d1ff;
  border-color: #25d1ff;
  color: #fff;
}
.btn.button-medium,
button.button-medium,
input[type="submit"].button-medium {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
}
.btn.button-medium.button-border,
button.button-medium.button-border,
input[type="submit"].button-medium.button-border {
  line-height: 36px;
}
.btn.button-clear,
button.button-clear,
input[type="submit"].button-clear {
  background: none;
  color: #03afdd;
}
.btn.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover {
  background: none;
  color: #03afdd;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  height: 45px;
  padding: 0 10px 0 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  font-size: 19px;
}
textarea {
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  resize: none;
  background: #fff url(../img/main/bg-lines.png) 0 0;
  background-size: auto 40px;
  border: none;
}
.btn-action-app {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  width: 174px;
  height: 51px;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-app:hover {
  opacity: 0.75;
}
.btn-action-app .i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-action-app img {
  display: block;
  position: absolute;
  top: 0;
  border-left-width: 0;
  width: 100%;
}
.btn-action-ico {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.button-close:after,
.btn-action-ico.button-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
  background: #b2b2b2;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn-action-ico.button-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-ico.button-close:hover:before,
.btn-action-ico.button-close:hover:after {
  background: #212121;
}
.btn-action-ico.button-menu:after,
.btn-action-ico.button-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 20px;
  border-top: 2px solid #0063a5;
  border-bottom: 2px solid #0063a5;
  margin: -10px 0 0 -15px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-ico.button-menu:before {
  height: 2px;
  margin-top: -1px;
  border-bottom: none;
}
.btn-action-ico.button-menu.active:before {
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-ico.button-menu.active:after {
  margin-top: -1px;
  height: 2px;
  border-bottom: none;
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before,
.owl-prev:after,
.owl-next:after,
.btn-slider-prev:after,
.btn-slider-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -155px -104px;
  width: 11px;
  height: 19px;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.owl-prev:after,
.owl-next:after,
.btn-slider-prev:after,
.btn-slider-next:after {
  opacity: 0;
  background-image: url(../img/spr.png);
  background-position: -123px -84px;
  width: 11px;
  height: 19px;
}
.owl-prev:hover:before,
.owl-next:hover:before,
.btn-slider-prev:hover:before,
.btn-slider-next:hover:before {
  opacity: 0;
}
.owl-prev:hover:after,
.owl-next:hover:after,
.btn-slider-prev:hover:after,
.btn-slider-next:hover:after {
  opacity: 1;
}
.owl-prev,
.btn-slider-prev {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 8px;
  height: 8px;
  background: #aeaeae;
  border-radius: 50%;
  margin: 0 4px;
}
.owl-dot:hover,
.owl-dot.active {
  background: #03afdd;
}
.frm-row,
.frm-field,
.frm-row-submit {
  position: relative;
  line-height: 1;
}
.frm-row:after,
.frm-field:after,
.frm-row-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-field > label {
  line-height: 1;
  display: block;
  font-size: 16px;
  color: #a6a6a6;
  position: relative;
  margin: 0;
}
.frm-field-file {
  display: block;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.frm-field-file .file-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  height: 22px;
  line-height: 18px;
  padding: 2px 0;
}
.frm-field-file .btn-file {
  text-decoration: none;
  font-weight: 600;
  color: #03afdd;
  border-bottom: 1px solid;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.frm-field-file .btn-file:before {
  content: attr(data-title);
}
.frm-field-file .btn-file:hover {
  border-bottom: none;
}
.frm-field-file .btn-file.active {
  border-bottom: none;
  font-weight: 500;
}
.frm-field-file .btn-file.active:before {
  display: none;
}
.frm-field-file input[type="file"] {
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 0;
}
.frm-message {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  padding: 3px 0;
}
.frm-message.message-error {
  color: #ff0000;
}
.frm-select {
  position: relative;
  display: block;
  overflow: hidden;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  line-height: 20px;
  min-height: 20px;
  padding: 0 0 0 36px;
}
.frm-select label:before,
.frm-select label:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 2px solid #e8e8e8;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.frm-select label:after {
  border: none;
  border-radius: 0;
  opacity: 0;
  background: url(../img/icons/ico-check.svg) center no-repeat;
  background-size: 16px auto;
}
.popup-small .frm-popup {
  padding-top: 30px;
  padding-bottom: 30px;
}
.popup-small .frm-popup .frm-text {
  font-size: 18px;
  line-height: 22px;
}
.popup-small .frm-popup .frm-select {
  max-width: 100%;
}
.popup-small .frm-popup .frm-field-file {
  padding-top: 0;
}
.popup-small .frm-popup .frm-row-submit {
  margin-top: 10px;
}
.popup-small .frm-popup input[type="text"],
.popup-small .frm-popup input[type="password"],
.popup-small .frm-popup input[type="email"],
.popup-small .frm-popup input[type="number"],
.popup-small .frm-popup input[type="range"],
.popup-small .frm-popup input[type="search"],
.popup-small .frm-popup input[type="tel"],
.popup-small .frm-popup input[type="url"] {
  height: 30px;
}
.frm-popup {
  display: block;
  position: relative;
  padding: 45px 40px 40px 40px;
}
.frm-popup .frm-field-file {
  padding-top: 10px;
  margin-bottom: -10px;
}
.frm-popup .frm-wrap {
  max-width: 360px;
  margin: 0 auto;
}
.frm-popup .frm-field {
  margin-bottom: 20px;
}
.frm-popup .frm-title {
  display: block;
  text-align: center;
  overflow: hidden;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
  font-family: 'BebasNeue';
}
.frm-popup .frm-title img,
.frm-popup .frm-title .i {
  display: block;
  margin: 10px auto 20px auto;
  width: 42px;
}
.frm-popup .frm-text {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.frm-popup .frm-text:last-child {
  margin-bottom: 15px;
}
.frm-popup .frm-select {
  margin-top: 15px;
  max-width: 270px;
}
.frm-popup .frm-row-submit {
  margin-top: 22px;
  text-align: center;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  min-width: 248px;
}
.ui-dialog {
  width: 500px !important;
  left: 50% !important;
  margin-left: -250px;
}
body .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:after {
  background: #212121;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #b2b2b2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
@media (max-width: 639px) {
  .ui-dialog {
    width: 300px !important;
    margin-left: -150px;
  }
  .popup-small .frm-popup .frm-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .popup-small .frm-popup .frm-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .popup-small .frm-popup .frm-row-submit {
    margin-top: 0;
  }
  .popup-small .frm-popup .frm-field-file {
    margin-bottom: -20px;
  }
  .frm-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
  .frm-popup .frm-title {
    font-size: 40px;
  }
  .frm-popup .frm-text {
    font-size: 20px;
  }
  .btn-action-app {
    width: 130px;
    height: 38.1px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ripple1 {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes ripple1 {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes ripple2 {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}
@keyframes ripple2 {
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.js-bg-box .js-bg-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.js-bg-box img:not(.js-bg-photo) {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  min-width: 100%;
}
.item-wrap {
  width: 100%;
  position: relative;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.owl-slider-outer .owl-item {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  -o-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
}
.owl-slider-outer .owl-item.active {
  opacity: 1;
}
.owl-slider-outer .owl-item:not(.active) {
  pointer-events: none;
}
.owl-slider-outer .owl-stage,
.owl-slider-outer .owl-stage-outer {
  overflow: visible;
}
.owl-slider-outer .owl-stage:after,
.owl-slider-outer .owl-stage-outer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.owl-slider-numbers-dots .owl-dots {
  counter-reset: button;
}
.owl-slider-numbers-dots .owl-dots:after {
  content: " / " attr(data-count);
  display: inline-block;
  vertical-align: middle;
}
.owl-slider-numbers-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  overflow: hidden;
  position: relative;
  font-size: 1em;
  color: inherit;
  height: auto;
  line-height: inherit;
}
.owl-slider-numbers-dots .owl-dot.active {
  width: auto;
}
.owl-slider-numbers-dots .owl-dot:before {
  content: counter(button);
  counter-increment: button;
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-carier {
  display: block;
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
}
.item-carier .carier-block {
  display: none;
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6;
  padding: 30px 26px 30px 32px;
  font-size: 18px;
  line-height: 1.4444;
}
.item-carier .carier-block p {
  margin-bottom: 30px;
}
.item-carier .carier-block h3,
.item-carier .carier-block .small-title {
  margin-bottom: 0;
}
.item-carier .carier-block .cr-text-main {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 18px;
}
.item-carier .carier-block .cr-text-main p {
  margin-bottom: 4px;
}
.item-carier .carier-block .cr-text-main h3,
.item-carier .carier-block .cr-text-main .small-title {
  display: inline;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 600;
  font-size: 1em;
}
.item-carier .carier-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 28px 26px 30px 32px;
}
.item-carier .cr-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.item-carier .cr-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
}
.item-carier .cr-total {
  font-size: 22px;
  font-weight: 500;
  color: #0063a5;
  white-space: nowrap;
  padding: 0 42px 0 0;
  line-height: 32px;
  float: left;
}
.item-carier .cr-shedule {
  display: block;
  font-size: 22px;
  line-height: 32px;
  white-space: nowrap;
  font-weight: 500;
  float: left;
}
.item-carier .cr-info-wrap {
  overflow: hidden;
}
.item-carier .cr-desc-wrap {
  font-size: 18px;
  line-height: 24px;
  color: #636363;
  margin-bottom: 22px;
}
.item-carier .cr-actions-wrap {
  overflow: hidden;
  line-height: 1;
}
.item-carier .cr-actions-wrap .btn,
.item-carier .cr-actions-wrap button,
.item-carier .cr-actions-wrap input[type="submit"] {
  float: left;
  padding: 0 10px;
  width: 155px;
}
.item-carier .cr-actions-wrap .btn.button-clear,
.item-carier .cr-actions-wrap button.button-clear,
.item-carier .cr-actions-wrap input[type="submit"].button-clear {
  padding: 0 20px !important;
  width: auto;
}
.item-carier .carier-inner-wrap {
  position: relative;
}
.item-carier .elm-sticker {
  display: block;
  margin-bottom: 16px;
}
.item-carier .btn-carier {
  display: block;
  float: left;
  position: absolute;
  bottom: 100%;
  left: 207px;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #0063a5;
}
.item-carier .btn-carier:before {
  content: attr(data-show);
}
.item-carier .btn-carier.active:before {
  content: attr(data-hide);
}
.item-carier .btn-carier:hover {
  color: #03afdd;
}
.item-carier p {
  margin: 0;
}
.elm-sticker {
  font-size: 18px;
  font-weight: 500;
  color: #ff0000;
  text-decoration: none;
  line-height: 28px;
  min-height: 28px;
  position: relative;
  padding: 0 0 0 30px;
}
.elm-sticker .st-ico {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.elm-sticker .st-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-review {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  padding: 35px 30px 35px 30px;
  text-align: left;
}
.item-review .review-text {
  display: block;
  margin: 19px 0 0 0;
  padding: 18px 0 0 0;
  border-top: 1px solid #e6e6e6;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
.item-review .review-name {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}
.item-review .review-pos {
  display: block;
  font-size: 18px;
  line-height: 22px;
}
.item-review p {
  margin: 0;
}
.item-action-main {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  min-height: 94px;
  text-decoration: none;
}
.item-action-main .action-link {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 1;
  bottom: 0;
  left: 0;
  right: 0;
  height: 74px;
  padding: 0 15px;
  z-index: 3;
}
.item-action-main img {
  display: block;
  width: 100%;
}
.item-action {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  padding: 34px 10px 74px 10px;
  background: #0062a4;
  border-radius: 3px;
}
.item-action.type-second {
  background: #f6f6f6;
  color: #212121;
}
.item-action .action-title {
  display: block;
  margin: -32px -10px 22px -10px;
  font-size: 100px;
  line-height: 100px;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  background: #ec4a2f;
  font-family: 'BebasNeue';
}
.item-action .action-percent {
  display: block;
  position: relative;
  margin: 0 auto 15px auto;
  width: 64px;
  height: 64px;
  overflow: hidden;
}
.item-action .action-percent img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-action .action-info {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 245px;
}
.item-action .action-info-title {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 0;
  font-family: 'BebasNeue';
}
.item-action .action-button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
  height: 74px;
}
.item-action .action-button .btn,
.item-action .action-button button,
.item-action .action-button input[type="submit"] {
  min-width: 180px;
  padding: 0 20px;
}
.item-action .action-ico {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 20px auto;
  width: 107px;
  height: 107px;
  border-radius: 30px;
  -webkit-box-shadow: 13.24px 17.57px 60px 0px rgba(33, 35, 38, 0.25);
  box-shadow: 13.24px 17.57px 60px 0px rgba(33, 35, 38, 0.25);
  background: #fff;
}
.item-action .action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.item-action .action-text {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 245px;
}
.item-action p {
  margin: 0;
}
.item-partner {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100px;
}
.item-partner img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-question {
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  line-height: 1.4;
}
.item-question .btn-question {
  display: block;
  font-size: 22px;
  min-height: 79px;
  line-height: 52px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 13px 70px 13px 23px;
  position: relative;
}
.item-question .btn-question:before,
.item-question .btn-question:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 24px;
  height: 2px;
  background: #03afdd;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
  margin: -1px -12px 0 0;
}
.item-question .btn-question:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.item-question .btn-question.active {
  background: #fff;
  color: #03afdd;
}
.item-question .btn-question.active:before {
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.item-question .question-block {
  display: none;
  background: #fff;
  padding: 0 23px 23px 23px;
}
.item-question .question-text {
  max-width: 950px;
}
.item-question .button-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  max-width: 890px;
}
.item-new {
  display: block;
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #212121;
  text-decoration: none;
}
.item-new:hover .new-photo {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.2);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.2);
}
.item-new:hover .new-text {
  color: #03afdd;
}
.item-new .new-text {
  -webkit-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
  display: block;
}
.item-new .new-date {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #03afdd;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.item-new .new-photo {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 33px 0;
  border-radius: 20px;
  line-height: 1;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.item-new .new-photo:before {
  content: "";
  display: block;
  padding-top: 66.6%;
}
.item-new .new-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-mobile {
  display: block;
  position: relative;
  color: #212121;
  text-decoration: none;
  min-height: 86px;
  line-height: 86px;
  text-align: left;
  padding: 0 0 0 108px;
}
.item-mobile .mb-ico {
  display: block;
  width: 86px;
  height: 86px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-mobile .mb-ico-inner {
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -33px 0 0 -33px;
  background: #03afdd;
  border-radius: 50%;
}
.item-mobile .mb-ico-inner img,
.item-mobile .mb-ico-inner .i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 36px;
  max-height: 36px;
}
.item-mobile .mb-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
}
.item-safety {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 230px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #212121;
}
.item-safety .sf-ico {
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px auto;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.item-safety .sf-ico-inner {
  display: block;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -55px;
  background: #fff;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
}
.item-safety .sf-ico-inner img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 58px;
  max-height: 58px;
}
.item-service {
  display: block;
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  color: #212121;
  text-decoration: none;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
}
.item-service:hover .srv-ico {
  border-color: #03afdd;
}
.item-service:hover .srv-ico:before {
  opacity: 1;
  -webkit-animation: ripple1 ease 1s infinite;
  animation: ripple1 ease 1s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.item-service:hover .srv-ico:after {
  opacity: 1;
  -webkit-animation: ripple2 ease 1s infinite;
  animation: ripple2 ease 1s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.item-service .srv-ico {
  display: block;
  margin: 0 auto 20px auto;
  width: 180px;
  height: 180px;
  border: 1px solid #e6e6e6;
  position: relative;
  border-radius: 50%;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.item-service .srv-ico:before,
.item-service .srv-ico:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid rgba(3, 175, 221, 0.2);
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.item-service .srv-ico:after {
  border-color: rgba(3, 175, 221, 0.1);
}
.item-service .srv-ico-inner {
  display: block;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: -82px 0 0 -82px;
  line-height: 0;
}
.item-service .srv-ico-inner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-price {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #212121;
  text-decoration: none;
  text-align: center;
}
.item-price .price-ico {
  display: block;
  width: 51px;
  height: 51px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 10px auto;
}
.item-price .price-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .item-carier .cr-title-wrap {
    display: block;
  }
  .item-carier .cr-info-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 639px) {
  .item-carier .carier-wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
  }
  .item-carier .carier-block {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .item-carier .cr-title {
    font-size: 26px;
    line-height: 1.2;
  }
  .item-carier .cr-actions-wrap {
    text-align: center;
  }
  .item-carier .cr-actions-wrap .btn,
  .item-carier .cr-actions-wrap button,
  .item-carier .cr-actions-wrap input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 10px 20px 10px;
  }
  .item-carier .btn-carier {
    position: static;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .item-carier .carier-inner-wrap {
    text-align: center;
  }
  .item-question .btn-question {
    font-size: 18px;
    line-height: 24px;
    padding-right: 40px;
    padding-left: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 0;
  }
  .item-question .btn-question:before,
  .item-question .btn-question:after {
    width: 20px;
    margin-right: -10px;
    right: 14px;
    margin-top: -1px !important;
  }
  .item-question .btn-question.active {
    padding-top: 10px;
  }
  .item-question .button-title {
    line-height: 24px;
  }
  .item-question .question-block {
    padding: 0 12px 12px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 480px) {
  .item-price {
    min-height: 52px;
    padding: 0 0 0 68px;
    line-height: 52px;
    text-align: left;
  }
  .item-price .price-ico {
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .item-price .price-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-action-main .action-link {
    height: 60px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.title-box {
  margin-bottom: 22px;
  font-size: 22px;
  line-height: 1.2273;
}
.title-box h1,
.title-box .main-title {
  margin-bottom: 0.45em;
}
.title-box p {
  max-width: 780px;
}
.carier-box {
  margin-bottom: 8px;
  position: relative;
}
.carier-box .item-wrap {
  margin-bottom: 30px;
}
.pagenav-box {
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
  font-size: 0;
}
.pagenav-box a,
.pagenav-box span {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #212121;
  height: 27px;
  min-width: 27px;
  border-radius: 14px;
  line-height: 27px;
  padding: 0 3px;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.pagenav-box a.active,
.pagenav-box span.active {
  background: #03afdd;
  color: #fff;
}
.pagenav-box a:hover {
  color: #03afdd;
}
.pagenav-box a.active {
  color: #fff;
}
.sort-box {
  display: block;
  position: relative;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 22px;
}
.sort-box ul {
  line-height: 1;
  font-size: 0;
  margin: 0 -30px 0 0;
}
.sort-box li {
  margin: 0 30px 10px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 18px;
}
.sort-box li:before {
  display: none;
}
.sort-box a {
  color: #212121;
}
.sort-box a:hover,
.sort-box a.active {
  border-bottom: none;
  color: #03afdd;
}
.reviews-slider-box {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
.reviews-slider-box .slider-wrap {
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  line-height: 1;
  position: relative;
}
.reviews-slider-box .sl-item {
  padding: 0 15px;
}
.reviews-slider-box .owl-dots {
  text-align: center;
  padding-top: 30px;
  display: block;
}
.reviews-slider-box .owl-prev,
.reviews-slider-box .owl-next {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.reviews-slider-box .owl-next {
  left: auto;
  right: 0;
}
.reviews-slider-box h1,
.reviews-slider-box .main-title {
  margin-bottom: 0.3em;
}
.side-menu-wrap {
  margin-bottom: 20px;
}
.side-menu-wrap .menu-block {
  display: block;
  border-radius: 3px;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 5px 0;
}
.side-menu-wrap .menu-block li:first-child a:before {
  display: none;
}
.side-menu-wrap .menu-block li:hover > a {
  color: #03afdd;
}
.side-menu-wrap .menu-block li.active > a {
  color: #fff;
}
.side-menu-wrap .menu-block li.active > a:before {
  opacity: 0;
}
.side-menu-wrap .menu-block li.active > a:after {
  opacity: 1;
}
.side-menu-wrap .menu-block li.active + li > a:before {
  opacity: 0;
}
.side-menu-wrap .menu-block a {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  line-height: 24px;
  padding: 13px 20px 13px 20px;
}
.side-menu-wrap .menu-block a:hover {
  color: #03afdd;
}
.side-menu-wrap .menu-block a.active {
  color: #fff;
}
.side-menu-wrap .menu-block a.active:before {
  opacity: 0;
}
.side-menu-wrap .menu-block a.active:after {
  opacity: 1;
}
.side-menu-wrap .menu-block a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  border-top: 1px dashed #dcdcdc;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.side-menu-wrap .menu-block a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  background: #03afdd;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.side-menu-wrap .menu-block .button-title {
  display: block;
  position: relative;
  z-index: 2;
}
.side-menu-wrap .btn-action-ico.button-menu {
  display: none;
}
.side-menu-wrap ul,
.side-menu-wrap li {
  margin: 0;
  padding: 0;
}
.side-menu-wrap ul:before,
.side-menu-wrap li:before {
  display: none;
}
.side-actions-box {
  margin-bottom: 20px;
}
.side-actions-box .items-wrap {
  margin: 0 -10px;
}
.side-actions-box .item-wrap {
  padding: 0 10px;
  margin-bottom: 20px;
}
.partners-slider-box {
  margin-bottom: 40px;
  padding-top: 10px;
}
.partners-slider-box .slider-wrap {
  margin: 0 -15px;
  position: relative;
}
.partners-slider-box .sl-item {
  padding: 0 15px;
}
.partners-slider-box .owl-prev,
.partners-slider-box .owl-next {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.partners-slider-box .owl-next {
  left: auto;
  right: 0;
}
.partners-slider-box .owl-dots {
  padding-top: 20px;
  display: block;
  text-align: center;
}
.partners-slider-box h1,
.partners-slider-box .main-title {
  margin-bottom: 1em;
}
.tabs-box {
  position: relative;
  line-height: 1;
  margin-bottom: 35px;
}
.tabs-box ul {
  font-size: 0;
  text-align: center;
  margin: 0 -10px;
}
.tabs-box li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin-bottom: 20px;
}
.tabs-box li:before {
  display: none;
}
.tabs-box a {
  display: block;
  height: 50px;
  padding: 0 15px;
  min-width: 136px;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  line-height: 48px;
  border: 1px solid #e8e8e8;
  background: none;
  color: #212121;
}
.tabs-box a:hover {
  border-color: #0063a5;
  color: #0063a5;
}
.tabs-box a.active {
  border: 1px solid #03afdd;
  background: #03afdd;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.contacts-box {
  margin-bottom: 0px;
}
.contacts-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.contacts-box .map-wrap {
  height: 300px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  display: block;
  margin-bottom: 40px;
}
.contacts-box .location-wrap {
  display: block;
  position: relative;
  z-index: 3;
}
.contacts-box .location-wrap .location-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  padding: 10px 0;
  max-height: 200px;
  overflow: auto;
}
.contacts-box .location-wrap .location-block a {
  padding: 10px 10px;
}
.contacts-box .location-wrap .location-block a:hover,
.contacts-box .location-wrap .location-block a.active {
  color: #03afdd;
}
.contacts-box .text-wrap {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
}
.contacts-box .text-wrap a {
  text-decoration: none;
  color: #212121;
}
.contacts-box .text-wrap a[href^="mailto"]:hover {
  color: #03afdd;
}
.contacts-box .phone {
  white-space: nowrap;
}
.contacts-box .phone b {
  font-weight: 600;
}
.contacts-box .info {
  display: block;
  font-size: 16px;
  padding-top: 6px;
}
.contacts-box .btn-location {
  position: relative;
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 0;
  font-weight: 600;
}
.contacts-box .btn-location:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -34px -151px;
  width: 14px;
  height: 8px;
  vertical-align: top;
  margin: 12px 0 0 10px;
}
.contacts-box b {
  font-weight: 500;
}
.contacts-box p,
.contacts-box .location-select {
  margin-bottom: 1.4em;
}
.questions-box {
  margin-bottom: 40px;
}
.questions-box .items-wrap {
  border-top: 1px solid #e6e6e6;
}
.questions-box h1,
.questions-box .main-title {
  margin-bottom: 1.1em;
}
.news-slider-box {
  margin-bottom: 30px;
}
.news-slider-box .slider-wrap {
  margin: 0 -15px;
  position: relative;
}
.news-slider-box .sl-item {
  padding: 0 15px;
}
.news-slider-box h1,
.news-slider-box .main-title {
  margin-bottom: 1em;
}
.news-slider-box .owl-prev,
.news-slider-box .owl-next {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  margin-top: -20px;
}
.news-slider-box .owl-next {
  left: auto;
  right: 0;
}
.news-slider-box .owl-dots {
  display: block;
  text-align: center;
  padding-top: 20px;
}
.news-slider-box .button-wrap {
  margin-top: 45px;
  line-height: 1;
  text-align: center;
}
.news-slider-box .button-wrap .btn,
.news-slider-box .button-wrap button,
.news-slider-box .button-wrap input[type="submit"] {
  min-width: 190px;
}
.safety-box,
.services-box {
  margin-bottom: 30px;
}
.safety-box .items-wrap,
.services-box .items-wrap {
  margin: 0 -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.safety-box .item-wrap,
.services-box .item-wrap {
  padding: 0 15px;
  margin-bottom: 30px;
  max-width: 270px;
}
.safety-box .text-lead,
.services-box .text-lead {
  margin-top: -1.8em;
  margin-bottom: 0.4em;
}
.safety-box h1,
.services-box h1,
.safety-box .main-title,
.services-box .main-title {
  margin-bottom: 1.1em;
}
.form-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
  line-height: 1;
}
.form-box .pic-wrap {
  display: none;
  width: 212px;
  position: absolute;
  bottom: 0;
  right: 130px;
  margin-right: -106px;
}
.form-box .pic-wrap img {
  display: block;
  width: 100%;
}
.form-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  bottom: -10px;
  left: 20px;
  right: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.05);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.05);
}
.form-box .text-wrap {
  margin: 0 auto;
  max-width: 400px;
}
.form-box .form-inner {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(32, 34, 38, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
.form-box .frm-wrap {
  padding-top: 20px;
}
.form-box .frm-field {
  margin-bottom: 18px;
}
.form-box .btn,
.form-box button,
.form-box input[type="submit"] {
  display: block;
  width: 100%;
}
.app-box {
  line-height: 1.4;
}
.app-box .logo-mobile {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  margin-bottom: 20px;
}
.app-box .logo-mobile img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  max-height: 30px;
}
.app-box .buttons-wrap {
  overflow: hidden;
  margin-top: 1.1em;
  line-height: 1;
}
.app-box .btn-action-app {
  float: left;
  margin: 0 12px 12px 0;
}
.app-box .text-wrap {
  margin-bottom: 40px;
}
.app-box .pic-wrap {
  display: block;
  position: relative;
  line-height: 1;
  width: 296px;
  margin-left: auto;
  margin-right: auto;
}
.app-box .pic-wrap img {
  display: block;
  width: 100%;
}
.app-box .item-wrap {
  margin-bottom: 24px;
}
.app-box .item-wrap b {
  font-weight: 500;
}
.app-box h1,
.app-box .main-title {
  margin-bottom: 0.6em;
}
.app-box p {
  margin-bottom: 0.9em;
}
.callback-box {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}
.callback-box .form-wrap {
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}
.callback-box .title-wrap {
  line-height: 1.2273;
  margin-bottom: 1.7em;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}
.callback-box h1,
.callback-box .main-title {
  margin-bottom: 0.25em;
}
.callback-box .frm-field {
  text-align: left;
  margin-bottom: 24px;
}
.callback-box .frm-field > label {
  color: #fff;
}
.callback-box .frm-row-submit {
  margin-top: 36px;
  text-align: center;
}
.callback-box .frm-row-submit .btn,
.callback-box .frm-row-submit button,
.callback-box .frm-row-submit input[type="submit"] {
  min-width: 250px;
}
.callback-box textarea,
.callback-box input[type="text"],
.callback-box input[type="password"],
.callback-box input[type="email"],
.callback-box input[type="number"],
.callback-box input[type="range"],
.callback-box input[type="search"],
.callback-box input[type="tel"],
.callback-box input[type="url"] {
  background: none;
  border-bottom-color: #fff;
  color: #fff;
}
.callback-box textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.callback-box [placeholder]::-webkit-input-placeholder {
  color: #fff;
}
.callback-box [placeholder]:-moz-placeholder {
  color: #fff;
}
.callback-box [placeholder]::-moz-placeholder {
  color: #fff;
}
.callback-box [placeholder]:-ms-input-placeholder {
  color: #fff;
}
.main-contacts-box {
  padding-bottom: 40px;
}
.main-questions-box {
  padding: 95px 0 35px 0;
  margin-bottom: 65px;
  min-height: 753px;
  background: #f6f6f6 url(../img/main04.jpg) center no-repeat;
  background-size: cover;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.main-partners-box {
  padding-bottom: 30px;
}
.main-news-box {
  padding-bottom: 50px;
}
.main-reviews-box {
  margin-bottom: 50px;
}
.main-callback-box {
  background: #327cac url(../img/main03.jpg) center no-repeat;
  background-size: auto 100%;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.main-callback-box + .main-safety-box.bg-no {
  margin-top: -95px;
}
.main-callback-box + .footer {
  margin-top: -115px;
}
.main-callback-box.bg-second {
  background-image: url(../img/main05.jpg);
}
.main-callback-box .inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 602px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-callback-box .callback-box {
  margin-bottom: 0;
}
.main-app-box {
  padding: 0px 0 30px 0;
}
.main-form-box {
  padding: 30px 0 60px 0;
}
.main-services-box {
  padding: 70px 0 15px 0;
}
.main-safety-box {
  padding: 90px 0 60px 0;
  background: #f6f6f6 url(../img/main02.jpg) center no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  padding-top: 90px;
  padding-bottom: 60px;
}
.main-safety-box:last-child {
  margin-bottom: 0;
}
.main-safety-box.bg-no {
  background: none;
  min-height: 0;
}
.main-safety-box.bg-no .safety-box .items-wrap {
  margin-top: 40px;
}
.main-safety-box.bg-second {
  background-image: url(../img/main06.jpg);
  background-size: auto 101%;
  min-height: 592px;
  margin-bottom: 80px;
}
.main-safety-box.bg-second .safety-box .items-wrap {
  margin-top: 40px;
}
.main-slider-box {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.main-slider-box .inner-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.main-slider-box .text-wrap {
  max-width: 430px;
}
.main-slider-box .text-wrap .btn,
.main-slider-box .text-wrap button,
.main-slider-box .text-wrap input[type="submit"] {
  min-width: 250px;
}
.main-slider-box .items-wrap {
  margin: 35px -15px 50px -15px;
}
.main-slider-box .items-wrap:last-child {
  margin-bottom: 0;
}
.main-slider-box .item-wrap {
  padding: 0 15px;
  width: 50%;
}
.main-slider-box .sl-item {
  background-position: 0 center;
}
.main-slider-box h1,
.main-slider-box .main-title {
  margin-bottom: 0.18em;
  margin-left: 0;
  margin-right: -30px;
}
.main-slider-box .owl-nav {
  display: none;
}
.main-slider-box .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .main-slider-box .text-wrap br {
    display: none;
  }
}
@media (max-width: 639px) {
  .safety-box .item-wrap {
    width: 50%;
    min-width: 0;
    max-width: inherit;
  }
  .safety-box .item-safety .sf-title {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    display: block;
  }
  .main-callback-box p br {
    display: none;
  }
  .title-box {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (min-width: 640px) {
  .callback-box .frm-row {
    margin: 0 -16px;
  }
  .callback-box .frm-field {
    padding: 0 16px;
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .form-box .form-inner {
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 28px;
  }
  .form-box .text-wrap {
    font-size: 24px;
    max-width: 100%;
  }
  .form-box .form-wrap {
    position: relative;
  }
  .form-box .frm-row:first-child {
    margin-bottom: 30px;
    padding-right: 210px;
  }
  .form-box .frm-row:first-child .frm-field {
    width: 50%;
    padding: 0 17px 0 0;
    margin-bottom: 0;
    float: left;
  }
  .form-box .frm-row:first-child .frm-field + .frm-field {
    padding: 0 0 0 17px;
  }
  .form-box .frm-row:first-child .frm-field + .frm-field .frm-message {
    padding-left: 17px;
  }
  .form-box .frm-field {
    margin-bottom: 0;
  }
  .form-box .frm-row-submit {
    position: absolute;
    top: 6px;
    right: 0;
    width: 180px;
  }
  .form-box h1,
  .form-box .main-title {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .form-box .frm-message {
    white-space: nowrap;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .main-slider-box .sl-item {
    background-position: 30% center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .side-actions-box .item-wrap {
    width: 50%;
    min-height: 100%;
  }
  .side-actions-box .item-action {
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .title-box h1,
  .title-box .main-title {
    font-size: 56px;
  }
  .reviews-slider-box h1,
  .reviews-slider-box .main-title {
    font-size: 56px;
  }
  .partners-slider-box .slider-wrap {
    padding: 0 40px;
  }
  .partners-slider-box .owl-dots {
    display: none;
  }
  .partners-slider-box .owl-prev,
  .partners-slider-box .owl-next {
    display: block;
  }
  .contacts-box {
    position: relative;
    margin-bottom: 40px;
  }
  .contacts-box .map-wrap {
    margin-bottom: 0;
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 10px;
    height: auto;
    left: 51%;
  }
  .contacts-box .text-wrap {
    margin-bottom: 0;
    width: 45%;
  }
  .news-slider-box .slider-wrap {
    padding: 0 40px;
  }
  .news-slider-box .owl-dots {
    display: none;
  }
  .news-slider-box .owl-prev,
  .news-slider-box .owl-next {
    display: block;
  }
  .news-slider-box .item-new .new-photo {
    height: 200px;
    overflow: hidden;
  }
  .reviews-slider-box .slider-wrap {
    padding: 0 40px;
  }
  .reviews-slider-box .owl-dots {
    display: none;
  }
  .reviews-slider-box .owl-prev,
  .reviews-slider-box .owl-next {
    display: block;
  }
  .callback-box .title-wrap {
    font-size: 22px;
    max-width: 900px;
  }
  .callback-box h1,
  .callback-box .main-title {
    font-size: 56px;
  }
  .tabs-box {
    margin-bottom: 15px;
  }
  .app-box {
    overflow: hidden;
    position: relative;
    min-height: 595px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
  }
  .app-box .logo-mobile {
    margin-bottom: 40px;
  }
  .app-box .logo-mobile img {
    max-height: 50px;
    margin: 0;
  }
  .app-box .text-wrap {
    width: 50%;
    padding: 0 180px 0 0;
    margin: 0;
  }
  .app-box .info-wrap {
    width: 50%;
    padding: 0 0 0 180px;
    margin: 0;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .app-box .info-wrap .items-wrap {
    width: 100%;
  }
  .app-box .item-wrap:last-child {
    margin-bottom: 0;
  }
  .app-box .pic-wrap {
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -148px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-box .form-inner {
    padding-right: 260px;
  }
  .form-box .pic-wrap {
    display: block;
  }
  .safety-box .item-wrap {
    width: 25%;
    min-width: 0;
    max-width: 100%;
  }
  .services-box .item-wrap {
    min-width: 33.3%;
  }
  .main-form-box {
    margin: -210px 0 50px 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }
  .main-safety-box {
    background-size: auto 100%;
    min-height: 708px;
  }
  .main-safety-box.bg-second {
    padding-bottom: 60px;
    min-height: 592px;
  }
  .main-slider-box {
    font-size: 24px;
    line-height: 1.1667;
  }
  .main-slider-box .sl-item {
    background-position: 50% center;
  }
  .main-slider-box .inner-wrap {
    min-height: 624px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .main-slider-box .text-wrap {
    min-width: 600px;
  }
  .main-slider-box .text-wrap p {
    max-width: 500px;
  }
  .main-slider-box h1,
  .main-slider-box .main-title {
    font-size: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .app-box .btn-action-app {
    width: 130px;
    height: 38.1px;
  }
}
@media (min-width: 1200px) {
  .news-slider-box .owl-prev,
  .news-slider-box .owl-next {
    top: 120px;
  }
  .news-slider-box .item-new .new-photo {
    height: 240px;
  }
  .form-box .form-inner {
    padding-right: 330px;
  }
  .form-box .pic-wrap {
    right: 165px;
  }
  .services-box .item-wrap {
    min-width: 0;
    max-width: inherit;
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .reviews-slider-box .slider-wrap {
    padding: 0;
  }
  .reviews-slider-box .owl-prev {
    left: -46px;
  }
  .reviews-slider-box .owl-next {
    right: -46px;
  }
  .partners-slider-box .slider-wrap {
    padding: 0;
  }
  .partners-slider-box .owl-prev {
    left: -46px;
  }
  .partners-slider-box .owl-next {
    right: -46px;
  }
  .news-slider-box .slider-wrap {
    padding: 0;
  }
  .news-slider-box .owl-prev {
    left: -46px;
  }
  .news-slider-box .owl-next {
    right: -46px;
  }
  .main-slider-box .sl-item {
    background-position: center;
  }
}
