ul, ol {
  margin: 0;
  padding: 0;
}

.wrapper {
  overflow: hidden;
}

.psd {
  content: "";
  display: block;
  position: absolute;
}

.trans {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body {
  font-family: "Open Sans", sans-serif;
}

.hero {
  min-height: 100vh;
  background: url("/static/images/hero-bg.jpg") center 0 no-repeat;
  background-size: cover;
  padding-top: 150px;
  position: relative;
  z-index: 5;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.panel-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px 0;
  z-index: 10;
  overflow: hidden;
}
.panel-fixed .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-title {
  color: rgb(255, 213, 35);
  font-weight: 700;
  line-height: 1.4;
  font-size: 26px;
}

.panel-phone {
  display: inline-block;
  color: #ffffff;
  padding: 20px 0px;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
}
.panel-phone a {
  color: #fff;
}
.panel-phone a:hover {
  text-decoration: none;
  color: rgb(255, 213, 35);
}

.panel-btn {
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  background: #4CAF50;
  border-radius: 255px;
  border: 2px solid #4CAF50;
  color: #FFFFFF;
  padding: 20px 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  text-align: center;
}
.panel-btn:hover {
  background: #3fa243;
  border-color: #4CAF50 !important;
}

.hero-title {
  color: rgb(255, 213, 35);
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
}
.hero-title span {
  display: block;
  color: #fff;
  font-size: 42px;
  line-height: 140%;
  letter-spacing: 2px;
}
.hero-title strong {
  display: inline-block;
  color: rgb(255, 255, 255);
  background: rgb(191, 2, 2);
  border-radius: 5px;
  font-size: 30px;
  padding: 5px 15px;
}

.hero-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.4;
  font-size: 22px;
  color: #fff;
}
.hero-item + .hero-item {
  margin-top: 20px;
}

.hero-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  margin-right: 20px;
}
.hero-item-img img {
  -webkit-filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
          filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.form-block {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px;
  text-align: center;
}
.form-block .form-group {
  margin-bottom: 10px;
}
.form-block .form-control {
  height: 50px;
  border-radius: 50px;
}

.form-title {
  color: rgb(255, 255, 255);
  font-size: 22px;
  text-align: center;
  margin: 10px 0 18px 0;
  line-height: 1;
}

.form-sub-title,
.form-block span {
  font-size: 12px;
  margin-bottom: 15px;
}

.form-block span {
  text-align: left;
  display: block;
}

.btn-form {
  background: rgb(255, 213, 35);
  color: #000;
  font-size: 18px;
  border-radius: 60px;
  color: #000;
  padding: 20px 44px;
  line-height: 1;
}

.incuded {
  background: rgb(34, 34, 34);
  color: rgb(239, 236, 236);
  padding: 80px 0;
}

.inc-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.inc-note {
  font-size: 20px;
  letter-spacing: 2px;
  color: rgb(236, 236, 236);
  border-color: rgb(255, 207, 95);
  border-width: 2px;
  border-radius: 50px;
  font-weight: bold;
  border: 2px solid rgb(255, 207, 95);
  padding: 30px 60px;
  max-width: 924px;
  margin-bottom: 75px;
}
.inc-note p:last-child {
  margin-bottom: 0;
}

.inc-list li {
  display: block;
  position: relative;
  padding-left: 88px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  min-height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inc-list li + li {
  margin-top: 55px;
}
.inc-list li .icon {
  fill: #fff;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
}

.inc-total {
  text-align: center;
  color: rgb(255, 213, 35);
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  max-width: 600px;
  margin: 50px auto 100px auto;
}
.inc-total strong {
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}

.inc-about {
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.inc-about strong {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}

.l-header {
  background: #1e1e1f;
  padding: 15px 0;
}
.l-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.l-header .inf {
  text-align: right;
  color: #fff;
  font-weight: 300;
  padding-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  max-width: 55%;
  position: relative;
}
.l-header .inf:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: rgb(107, 107, 107);
  right: 0;
  top: 5px;
  bottom: 5px;
}
.l-header .inf span {
  display: block;
  color: rgb(208, 208, 208);
}
.l-header .tel {
  font-size: 24px;
  padding-left: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 45%;
}
.l-header .tel a {
  color: #fff;
}

.btn-small {
  background: #FF9800;
  font-weight: 300;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 30px;
  line-height: 1;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #fff;
}

.l-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: #fff;
  padding: 100px 0 125px 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  z-index: 2;
}
.l-hero:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  background: url("/static/images/l-hero-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.l-hero:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.l-hero .container {
  z-index: 2;
  position: relative;
}
.l-hero strong {
  display: block;
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 20px;
}
.l-hero p span {
  display: block;
  font-weight: 700;
  color: rgb(255, 213, 35);
}
.l-hero b {
  display: block;
  font-weight: 700;
  margin-bottom: 30px;
}
.l-hero .form-block {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.l-hero .btn-form {
  padding: 15px 40px;
  font-size: 16px;
  background: #ff9800;
  color: #fff;
}

.l-hero-title {
  font-size: 48px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-outline {
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  color: #FFFFFF;
  padding: 15px 40px;
  line-height: 1;
}
.btn-outline:hover {
  background: rgb(255, 213, 35);
  color: #000;
  border-color: rgb(255, 213, 35);
}

.section {
  padding: 45px 0;
  font-size: 18px;
  line-height: 140% !important;
}
.section h2, .section .h2, .section h3, .section .h3 {
  font-weight: bold;
  font-size: 40px !important;
  line-height: 140% !important;
  margin-bottom: 30px;
}

.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
  margin-bottom: 25px;
}
.tabs-nav .nav-link {
  padding: 15px 30px;
  color: #000;
}
.tabs-nav .nav-link span {
  display: block;
  margin-bottom: 12px;
}
.tabs-nav .nav-link.active {
  background: #fff;
  color: #ff9800;
}

.has-bg {
  background: rgba(245, 250, 253, 0.99);
}

.cost-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.4;
  background: rgb(245, 250, 253);
  border-radius: 15px;
  padding: 15px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.cost-td-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  font-size: 24px;
  font-weight: 700;
}

.cost-td-mdl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  max-width: 42%;
  padding: 0 30px;
  border-left: 1px solid rgb(213, 233, 245);
  border-right: 1px solid rgb(213, 233, 245);
  min-height: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cost-td-rht {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
}

.cost-td-time {
  font-size: 14px;
  line-height: 1.4;
  max-width: 145px;
}

.cost-td-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
  max-width: 95px;
  margin-right: 50px;
}
.cost-td-icon img {
  max-width: 100%;
}

.cost-td-price {
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.l-paper img {
  max-width: 100%;
}

.paper-link {
  display: block;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.l-order {
  background: #f5f5f5;
  padding: 45px 0;
}
.l-order .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-order .h2, .l-order h2 {
  margin-bottom: 0;
}

.l-step-item {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  max-width: 250px;
  margin: 0 auto;
}
.l-step-item span {
  display: block;
  font-size: 90px;
  line-height: 0.3;
  font-weight: 700;
  color: rgb(221, 221, 221);
}

.l-step-title {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.l-process {
  padding-bottom: 0;
}

.l-step-ico {
  width: 60px;
  position: absolute;
  left: 15%;
  top: -30px;
}
.l-step-ico img {
  max-width: 100%;
  -webkit-filter: invert(82%) sepia(71%) saturate(789%) hue-rotate(335deg) brightness(104%) contrast(101%);
          filter: invert(82%) sepia(71%) saturate(789%) hue-rotate(335deg) brightness(104%) contrast(101%);
}

.l-steps {
  margin-top: 100px;
  margin-bottom: 100px;
}

.l-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgb(238, 238, 238);
  padding: 30px 0;
}

.l-steps-title {
  padding-right: 100px;
  font-size: 22px;
  line-height: 1.4;
}

.l-trust {
  background: url("/static/images/why-bg.jpg") center 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.why-item-icon {
  width: 108px;
  height: 108px;
  border: 2px solid rgb(255, 152, 0);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px auto;
}
.why-item-icon img {
  max-width: 46px;
  -webkit-filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(323deg) brightness(111%) contrast(100%);
          filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(323deg) brightness(111%) contrast(100%);
}

.l-trust-list {
  margin-top: 40px;
  margin-bottom: -100px;
}
.l-trust-list div[class^=col-] {
  margin-bottom: 100px;
}

.why-item {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.why-item strong {
  display: block;
  font-size: 18px;
  padding-top: 10px;
  font-weight: normal;
  margin-bottom: 20px;
}

.l-ready {
  background: url("/static/images/ready-bg.png") center center no-repeat #fff;
  font-size: 22px;
  font-weight: 300;
}

.ready-list {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 50px;
}

.ready-title {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 400;
}

.ready-icon {
  width: 50px;
  margin: 0 auto 30px auto;
}
.ready-icon img {
  max-width: 100%;
}

.l-garant {
  background: #f5fafd;
  font-size: 18px;
  line-height: 1.4;
}
.l-garant img {
  max-width: 100%;
}
.l-garant strong {
  display: block;
  margin-bottom: 30px;
}
.l-garant p {
  margin-bottom: 35px;
}
.l-garant .btn + .btn {
  margin-left: 30px;
}

.logos-list img {
  max-width: 100%;
}
.logos-list div[class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-form {
  margin-top: 100px;
}
.l-form strong {
  display: block;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px;
}

.l-form label {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1;
}
.l-form .form-control {
  height: 48px;
  font-size: 14px;
}

.l-form-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.select-box select {
  width: 100%;
  height: 48px;
  outline: none !important;
  border: 1px solid #ced4da;
  font-size: 14px;
}

.form-inner {
  padding-left: 40px;
  border-left: 1px solid rgb(238, 238, 238);
}

.logos-list {
  margin-bottom: -15px;
}
.logos-list div[class^=col-] {
  margin-bottom: 20px;
}

.doc-list {
  margin-top: 50px;
}
.doc-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1.4;
  padding-left: 142px;
  position: relative;
  min-height: 79px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.doc-list li + li {
  border-top: 1px solid rgb(238, 238, 238);
}
.doc-list li .icon {
  width: 59px;
  height: 59px;
  position: absolute;
  left: 20px;
  top: 10px;
  fill: #fac70f;
}

.l-documents .title {
  text-align: center;
  font-size: 30px !important;
  line-height: 140% !important;
  margin-bottom: 30px;
  font-weight: 400;
}

.accordion {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
.accordion .card-body {
  padding: 20px;
}
.accordion ol {
  list-style-position: inside;
  margin: 20px 0;
}
.accordion .card-header {
  padding: 0;
  background: none;
}
.accordion .btn-faq {
  padding: 24px 16px;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  outline: none;
  background: none;
  position: relative;
}
.accordion .btn-faq:before, .accordion .btn-faq:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background: #C8C8C8;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordion .btn-faq:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.accordion .btn-faq.collapsed:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.l-contact {
  background: url("/static/images/form-bg.jpg") center bottom no-repeat;
  padding: 125px 0 100px 0;
  color: #fff;
}
.l-contact .sub-title {
  font-size: 22px;
  margin-bottom: 50px;
}
.l-contact .form-control {
  height: 46px;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50px;
}
.l-contact .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.l-contact .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.l-contact .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.l-contact .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.l-contact .form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.gall-img {
  display: block;
  height: 100%;
  background: red;
}
.gall-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gall-grid {
  overflow: hidden;
}
.gall-grid div[class^=col-] .row {
  margin-bottom: 30px;
}

.l-inspect {
  padding-bottom: 100px;
  background: #ececec;
}

.l-item {
  background: #292929;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-item strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px 15px 20px;
}
.l-item strong + div {
  padding: 0px 0px 26px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-item-inner {
  padding: 20px 20px 30px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-item-img {
  height: 174px;
}
.l-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-service {
  padding-top: 100px;
  padding-bottom: 100px;
}
.l-service h2, .l-service .h2 {
  margin-bottom: 50px;
}

.l-map {
  height: 760px;
  position: relative;
}

.l-map-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.map-form {
  border: 13px solid rgb(255, 152, 0);
  background: #fff;
  padding: 20px 10px;
  text-align: center;
  font-weight: 300;
}
.map-form div:not([class]) {
  margin-bottom: 25px;
}
.map-form a {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}
.map-form div:last-child {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
  border-bottom: 3px solid rgb(0, 0, 0);
  padding-bottom: 15px;
}

.map-form-title {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 3px solid rgb(0, 0, 0);
  margin-bottom: 30px;
}

.l-footer {
  background: #222222;
  padding: 40px 0;
  color: #fff;
}
.l-footer a {
  color: #fff;
}
.l-footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.l-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-foot-email {
  padding-left: 52px;
  position: relative;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-foot-email:before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  background: url("/static/images/ico-email.svg") 0 0 no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  -webkit-filter: invert(99%) sepia(10%) saturate(0%) hue-rotate(201deg) brightness(114%) contrast(100%);
          filter: invert(99%) sepia(10%) saturate(0%) hue-rotate(201deg) brightness(114%) contrast(100%);
}

.l-foot-phone {
  padding-left: 52px;
  position: relative;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
}
.l-foot-phone:before {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  background: url("/static/images/ico-phone.svg") 0 0 no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
  -webkit-filter: invert(99%) sepia(10%) saturate(0%) hue-rotate(201deg) brightness(114%) contrast(100%);
          filter: invert(99%) sepia(10%) saturate(0%) hue-rotate(201deg) brightness(114%) contrast(100%);
}

.main-nav {
  background: #292929;
  padding-top: 11px;
  padding-bottom: 17px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu li {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  width: 100%;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-align: center;
}
.menu li a {
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
}
.menu li a:hover {
  text-decoration: none;
  color: rgb(255, 213, 35);
}

.nav-ico {
  display: block;
  top: 12px;
  right: 15px;
  padding: 0;
  border: 2px solid #DA0005;
  border-radius: 3px;
  background: transparent;
  width: 36px;
  height: 36px;
  overflow: hidden;
  z-index: 40;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  position: absolute;
  display: none;
}

.nav-ico span {
  display: block;
  position: absolute;
  left: 7px;
  height: 2px;
  width: 19px;
  background: #DA0005;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-ico span:first-child {
  top: 8px;
}

.nav-ico span:nth-child(2) {
  top: 15px;
}

.nav-ico span:last-child {
  top: 22px;
}

.js-open {
  overflow: hidden;
}

.js-open .nav-ico span:first-child {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}

.js-open .backdrop {
  z-index: 50;
  opacity: 1;
  visibility: visible;
}

.backdrop {
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.sample {
  background: #ededed;
  font-size: 70px;
  text-align: center;
  padding: 10px 0 50px 0;
}
.sample strong {
  display: block;
}
.sample strong:after {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  background: url("/static/images/ico-sample.svg") 0 0 no-repeat;
  -webkit-filter: invert(58%) sepia(76%) saturate(2777%) hue-rotate(5deg) brightness(109%) contrast(106%);
          filter: invert(58%) sepia(76%) saturate(2777%) hue-rotate(5deg) brightness(109%) contrast(106%);
  margin: 10px auto 0 auto;
}

.modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.modal .form-control {
  height: 48px;
}
.modal .form-area {
  height: 100px;
}
.modal .form-group label {
  margin-bottom: 5px;
}
.modal .form-group span {
  font-size: 12px;
}

.modal-content {
  padding: 30px;
}

.modal-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .panel-title {
    font-size: 20px;
  }

  .panel-phone {
    font-size: 22px;
  }

  .panel-btn {
    font-size: 16px;
    padding: 10px;
  }

  .hero-title {
    font-size: 38px;
  }

  .hero-title span {
    font-size: 32px;
  }

  .hero-title strong {
    font-size: 24px;
  }

  .hero-item {
    font-size: 18px;
  }

  .l-hero {
    font-size: 22px;
    min-height: auto;
    padding: 60px 0 80px 0;
  }

  .l-hero-title {
    font-size: 38px;
  }

  .l-hero strong {
    font-size: 24px;
  }

  .section h2, .section .h2, .section h3, .section .h3 {
    font-size: 32px !important;
  }

  .l-step-title {
    font-size: 20px;
  }

  .sample {
    font-size: 54px;
  }
}
@media (max-width: 991px) {
  .panel-fixed {
    padding: 10px 0;
  }

  .panel-title {
    font-size: 18px;
  }

  .panel-phone {
    padding: 0;
    font-size: 18px;
  }

  .form-block {
    padding: 25px 15px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-item {
    font-size: 16px;
  }

  .hero {
    padding-top: 100px;
    min-height: auto;
    padding-bottom: 50px;
  }

  .inc-title {
    font-size: 32px;
    line-height: 46px;
  }

  .incuded {
    padding: 40px 0;
  }

  .inc-note {
    font-size: 18px;
    padding: 30px 30px;
  }

  .inc-list li {
    font-size: 16px;
  }

  .inc-total {
    font-size: 22px;
    margin-bottom: 70px;
  }

  .inc-about {
    font-size: 18px;
  }

  .inc-about strong {
    font-size: 32px;
  }

  .l-header .logo img {
    max-width: 240px;
  }

  .btn-small {
    padding: 10px 20px;
  }

  .l-header .inner {
    display: block;
  }

  .l-header .inf, .l-header .tel {
    font-size: 12px;
    text-align: center;
  }

  .l-header .inf, .l-header .tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .l-header .inf:after {
    display: none;
  }

  .cost-row {
    display: block;
    padding: 20px 40px;
    text-align: center;
  }

  .cost-td-mdl {
    border: 0;
  }

  .cost-td-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cost-td-mdl {
    margin-bottom: 20px;
  }

  .cost-td-mdl, .cost-td-rht, .cost-td-lft {
    max-width: 100%;
    padding: 0;
  }

  .section h2, .section .h2, .section h3, .section .h3 {
    font-size: 24px !important;
  }

  .l-order {
    padding: 20px 0;
  }

  .l-documents .title {
    font-size: 24px !important;
  }
  .l-documents .title br {
    display: none;
  }

  .doc-list li {
    font-size: 18px;
    padding-left: 120px;
  }

  .l-contact {
    padding: 80px 0;
  }

  .l-footer {
    padding: 20px 0;
    font-size: 14px;
  }

  .l-footer .inner {
    font-size: 14px;
  }

  .l-foot-phone:before, .l-foot-email:before {
    width: 24px;
    height: 24px;
    background-size: 100%;
  }

  .l-foot-phone, .l-foot-email {
    height: 24px;
    padding-left: 42px;
  }

  .l-map {
    height: 560px;
  }

  .map-form div:not([class]) {
    margin-bottom: 15px;
  }

  .map-form {
    font-size: 14px;
  }

  .l-service {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sample {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .panel-title {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
  }

  .panel-btn {
    font-size: 14px;
    padding: 6px;
  }

  .hero-title, .hero-title span {
    text-align: center;
    font-size: 24px;
  }

  .hero-title strong {
    font-size: 20px;
    margin-top: 10px;
  }

  .hero-item {
    font-size: 14px;
  }

  .hero-list {
    margin-bottom: 30px;
  }

  .form-title {
    font-size: 18px;
    text-align: center;
    margin: 0px 0 10px 0;
  }

  .btn-form {
    padding: 10px 25px;
  }

  .inc-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .inc-note {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .inc-list {
    margin-top: 25px;
  }

  .inc-list li + li {
    margin-top: 25px;
  }

  .inc-total {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .inc-about strong {
    font-size: 28px;
  }

  .inc-about {
    font-size: 16px;
    text-align: center;
  }

  .l-header .container {
    display: block;
    text-align: center;
  }

  .l-header .inner {
    width: 100%;
    margin-bottom: 10px;
  }

  .l-hero {
    text-align: center;
    font-size: 20px;
  }

  .l-hero-title {
    font-size: 28px;
  }

  .l-hero strong {
    font-size: 18px;
  }

  .form-block {
    margin-top: 20px;
  }

  .tabs-nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .tabs-nav .nav-link {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .l-step-title {
    font-size: 16px;
  }

  .l-paper {
    margin-bottom: -30px;
  }
  .l-paper div[class^=col-] {
    margin-bottom: 30px;
  }

  .l-step-title {
    font-size: 18px;
  }

  .l-steps-title {
    padding-right: 30px;
    font-size: 18px;
  }

  .l-check {
    padding: 15px 0;
  }

  .l-steps {
    margin: 50px 0;
  }

  .l-trust-list {
    margin-bottom: -50px;
  }

  .l-trust-list div[class^=col-] {
    margin-bottom: 50px;
  }

  .l-ready {
    font-size: 18px;
  }

  .ready-list {
    font-size: 16px;
  }
  .ready-list div[class^=col-] {
    margin-bottom: 30px;
  }

  .ready-icon {
    margin-bottom: 15px;
  }

  .section h2, .section .h2, .section h3, .section .h3 {
    font-size: 22px !important;
  }

  .l-garant strong {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
  }

  .section {
    font-size: 16px;
  }

  .l-form {
    margin-top: 50px;
  }

  .l-form strong {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
  }

  .form-inner {
    padding-left: 0;
    border: 0;
  }

  .l-contact {
    padding: 50px 0;
  }

  .l-contact .sub-title {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .l-contact .btn {
    width: 100%;
  }

  .l-contact div[class^=col-] {
    margin-bottom: 15px;
  }

  .l-footer .container {
    display: block;
    text-align: center;
  }

  .l-footer .inner {
    display: block;
    text-align: center;
    margin-top: 15px;
  }

  .l-foot-phone {
    margin: 20px 0 0 0;
  }

  .l-foot-email, .l-foot-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px 10px;
  }

  .l-copy {
    margin-bottom: 10px;
  }

  .menu li a {
    padding: 5px 15px;
  }

  .sample {
    font-size: 28px;
  }

  .l-trust {
    background-attachment: scroll;
  }
}
@media (max-width: 575px) {
  .tabs-nav .nav-link {
    padding: 6px;
    font-size: 12px;
  }

  .inc-title {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }

  .inc-total {
    font-size: 18px;
  }

  .l-garant .btn {
    display: block;
  }
  .l-garant .btn + .btn {
    margin: 15px 0 0 0;
  }

  .l-steps div[class^=col-] {
    margin-bottom: 40px;
  }
  .l-steps div[class^=col-]:last-child {
    margin-bottom: 0;
  }

  .cost-td-mdl {
    min-height: auto;
  }

  .main-nav {
    padding: 0;
  }

  .panel-fixed {
    z-index: 200;
  }

  .menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    display: block;
    background: #000;
    padding-top: 200px;
    z-index: 100;
  }

  .nav-ico {
    display: block;
  }

  .js-open .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .panel-title {
    padding-left: 36px;
    padding-right: 36px;
  }
}