body {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  color: #000;
  line-height: 1.6;
}

* {
  outline: none;
}

* :active,
* :hover,
* :focus {
  outline: 0;
  outline-offset: 0;
}

img {
  max-width: 100%;
  height: auto;
}


.modal {
	z-index:9999 !important;
}

.blocker {
	z-index:9998 !important;
}


p {
  margin: 0 0 20px 0;
  line-height: 24px;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
}

h1,
.ss20kirovwebsite-h1 {
  font-size: 36px;
}

h2,
.ss20kirovwebsite-h2 {
  font-size: 32px;
}

h3,
.ss20kirovwebsite-h3 {
  font-size: 28px;
}

h4,
.ss20kirovwebsite-h4 {
  font-size: 26px;
}

h5,
.ss20kirovwebsite-h5 {
  font-size: 24px;
}

h6,
.ss20kirovwebsite-h6 {
  font-size: 22px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 14px;
}

article {
  margin-bottom: 30px;
}

article p {
  line-height: 1.7;
}

.ss20kirovwebsite-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ss20kirovwebsite-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ss20kirovwebsite-button {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #f1f1f1;
  -webkit-box-shadow: inset 0 0 2px rgba(149, 50, 15, 0.36);
  box-shadow: inset 0 0 2px rgba(149, 50, 15, 0.36);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e3000f), to(#e23d16));
  background-image: -o-linear-gradient(bottom, #e3000f, #e23d16);
  background-image: linear-gradient(to top, #e3000f, #e23d16);
  cursor: pointer;
  width: 160px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #f1f1f1;
  border-bottom: solid 3px #940000;
  padding: 8px 0 11px 0;
  font-weight: bold;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.ss20kirovwebsite-button:hover {
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #fff;
  opacity: 0.8;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
input[type='tel'],
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #434343;
  border: solid 1px #a6a6a6;
  padding: 0 15px;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 10px;
}

button.ss20kirovwebsite-button {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
}

.dot-list {
  margin-bottom: 20px;
}

.dot-list li {
  position: relative;
  padding-left: 17px;
}

.dot-list li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  left: 0;
  top: 10px;
  position: absolute;
}

.dot-list li:not(:last-child) {
  margin-bottom: 20px;
}

.dot-list li a {
  text-decoration: underline;
}

.dot-list li a:hover {
  text-decoration: none;
  color: #0066FF;
}

.dot-list.round li:before {
  border-radius: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 75px;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
}

.slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid rgba(186, 186, 186, 0.2);
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button:hover {
  border-color: rgba(0, 0, 0, 0.13);
}

.slick-dots li.slick-active button {
  border-color: #0066FF;
  border-width: 3px;
}

html,
body {
  padding: 0;
  margin: 0;
}

.ss20kirovwebsite-container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ss20kirovwebsite-header {
  border-top: 3px solid #e9363d;
}

.ss20kirovwebsite-footer {
  border-bottom: solid 3px #e9363d;
}

.ss20kirovwebsite-panel {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.ss20kirovwebsite-panel-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ss20kirovwebsite-panel-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ss20kirovwebsite-panel-logo {
  margin-right: 55px;
}

.ss20kirovwebsite-panel-description {
  color: #262626;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}

.ss20kirovwebsite-panel-order {
  margin-right: 55px;
  position: relative;
}

.ss20kirovwebsite-panel-order:before {
  content: "";
  width: 58px;
  height: 125px;
  background-image: url("../images/ss20kirovwebsite-header-shadow.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ss20kirovwebsite-panel-contact {
  text-align: right;
}

.ss20kirovwebsite-panel-contact-phone span {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.ss20kirovwebsite-panel-contact-phone a {
  color: #171717;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
}

.ss20kirovwebsite-panel-contact-addres span {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 1.5;
}

.ss20kirovwebsite-panel-contact-addres span a {
  color: #e3000f;
  text-decoration: underline;
}

.ss20kirovwebsite-panel-contact-addres span a:hover {
  text-decoration: none;
}

.ss20kirovwebsite-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.ss20kirovwebsite-nav-toggle {
  display: none;
}

.ss20kirovwebsite-nav-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/ss20kirovwebsite-menu-bg.jpg");
  background-repeat: repeat;
  position: relative;
}

.ss20kirovwebsite-nav-list:before,
.ss20kirovwebsite-nav-list:after {
  content: "";
  height: 100%;
  width: 35px;
  background-image: url("../images/ss20kirovwebsite-menu-decor.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.ss20kirovwebsite-nav-list:before {
  right: 100%;
}

.ss20kirovwebsite-nav-list:after {
  left: 99.5%;
  background-image: url("../images/ss20kirovwebsite-menu-decor_2.png");
}

.ss20kirovwebsite-nav-list li a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: bold;
  padding: 17px 22px 15px 22px;
}

.ss20kirovwebsite-section-header {
  margin-bottom: 30px;
}

.ss20kirovwebsite-section-header-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

.ss20kirovwebsite-section-header-title span {
  color: #e3000f;
}

.ss20kirovwebsite-hero {
  padding: 30px 0;
}

.ss20kirovwebsite-hero-content {
  margin-bottom: 50px;
  text-align: center;
}

.ss20kirovwebsite-hero-content-title {
  font-size: 30px;
  color: #e3000f;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.ss20kirovwebsite-hero-content-description {
  font-size: 26px;
  color: #1a1919;
}

.ss20kirovwebsite-hero-content-description span {
  color: #e3000f;
}

.ss20kirovwebsite-hero-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ss20kirovwebsite-hero-item {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ss20kirovwebsite-hero-form-title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}

.ss20kirovwebsite-hero-form-title span {
  color: #e3000f;
}

.ss20kirovwebsite-hero-info-item:not(:last-child) {
  margin-bottom: 20px;
}

.ss20kirovwebsite-hero-info-item-title {
  color: #1b1b1b;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}

.ss20kirovwebsite-hero-info-item-description {
  font-size: 22px;
  color: #464646;
  line-height: 1.4;
}

.ss20kirovwebsite-hero-info-item-description span {
  color: #e3000f;
}

.ss20kirovwebsite-hero-info-item-description a {
  color: #e3000f;
  text-decoration: underline;
}

.ss20kirovwebsite-hero-info-item-description a:hover {
  text-decoration: none;
}

.ss20kirovwebsite-section {
  padding: 35px 0;
}

.ss20kirovwebsite-why-content {
  background-image: url("../images/ss20kirovwebsitewhy-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  padding: 45px 0 5px 0;
  background-size: cover;
}

.ss20kirovwebsite-why-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ss20kirovwebsite-why-col {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}

.ss20kirovwebsite-why-box {
  text-align: center;
  margin-bottom: 30px;
}

.ss20kirovwebsite-why-box-content {
  font-size: 18px;
  color: #fff;
  margin: 5px 0 0 0;
  font-weight: bold;
  line-height: 1.4;
}

.ss20kirovwebsite-steps-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ss20kirovwebsite-steps-col {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ss20kirovwebsite-steps-col:last-child .ss20kirovwebsite-steps-box:before {
  display: none;
}

.ss20kirovwebsite-steps-col:nth-child(even) .ss20kirovwebsite-steps-box:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 150px;
}

.ss20kirovwebsite-steps-box {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.ss20kirovwebsite-steps-box:before {
  content: "";
  display: block;
  background: url("../images/ss20kirovwebsite-step-decor.jpg") no-repeat;
  width: 95px;
  height: 50px;
  position: absolute;
  top: -12px;
  right: -50px;
  z-index: 3;
}

.ss20kirovwebsite-steps-box-text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.ss20kirovwebsite-map {
  padding: 0;
  position: relative;
}

.ss20kirovwebsite-map-inner {
  min-height: 440px;
  width: 100%;
}

.ss20kirovwebsite-map .ss20kirovwebsite-container {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.ss20kirovwebsite-map-title {
  color: #fff;
  width: 228px;
  height: 93px;
  text-align: center;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  background-image: url("../images/ss20kirovwebsite-map-title-bg.png");
  background-repeat: no-repeat;
  font-size: 22px;
  padding-top: 20px;
}

.ss20kirovwebsite-map-info {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ss20kirovwebsite-map-info-logo {
  margin-bottom: 25px;
}

.ss20kirovwebsite-map-info-item {
  min-height: 30px;
  color: #242424;
  font-weight: bold;
  min-height: 30px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.ss20kirovwebsite-map-info-item.location {
  background-image: url("../images/ss20kirovwebsite-location.jpg");
}

.ss20kirovwebsite-map-info-item.clock {
  background-image: url("../images/ss20kirovwebsite-clock.jpg");
}

.ss20kirovwebsite-map-info-item.phone {
  background-image: url("../images/ss20kirovwebsite-phone.jpg");
}

@media screen and (max-width: 1030px) {
  .ss20kirovwebsite-nav {
    background-color: #f3f3f3;
    padding: 10px 0;
  }

  .ss20kirovwebsite-nav-toggle {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
  }

  .ss20kirovwebsite-nav-list {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
    text-align: center;
  }

  .ss20kirovwebsite-nav-list:before,
  .ss20kirovwebsite-nav-list:after {
    display: none;
  }

  .ss20kirovwebsite-nav-list li a {
    padding: 10px 0;
  }

  .ss20kirovwebsite-steps-box:before {
    display: none;
  }
}

@media (max-width: 1000px) {
  .ss20kirovwebsite-panel-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ss20kirovwebsite-panel-description {
    font-size: 14px;
    font-weight: normal;
  }

  .ss20kirovwebsite-panel-description br {
    display: none;
  }
}

@media (max-width: 992px) {
  .ss20kirovwebsite-panel-order {
    display: none;
  }

  .ss20kirovwebsite-hero-item {
    width: 50%;
  }

  .ss20kirovwebsite-hero-item:nth-child(1) {
    display: none;
  }

  .ss20kirovwebsite-why-col {
    width: 33.3333%;
  }

  .ss20kirovwebsite-steps-col {
    width: 33.333%;
  }
}

@media (max-width: 768px) {
  .ss20kirovwebsite-panel-logo {
    margin-right: 0;
    max-width: 150px;
  }

  .ss20kirovwebsite-panel-contact-phone span {
    display: none;
  }

  .ss20kirovwebsite-panel-contact-addres span {
    display: none;
  }

  .ss20kirovwebsite-why-col {
    width: 50%;
  }

  .ss20kirovwebsite-steps-col {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .ss20kirovwebsite-panel-left {
    max-width: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ss20kirovwebsite-panel-right {
    max-width: 100%;
    width: 100%;
  }

  .ss20kirovwebsite-panel-logo {
    max-width: 100%;
  }

  .ss20kirovwebsite-panel-description {
    margin-bottom: 15px;
    text-align: center;
  }

  .ss20kirovwebsite-panel-contact {
    text-align: center;
    width: 100%;
  }

  .ss20kirovwebsite-section-header-title {
    font-size: 24px;
  }

  .ss20kirovwebsite-hero-content {
    margin-bottom: 20px;
  }

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

  .ss20kirovwebsite-hero-content-description {
    font-size: 20px;
    line-height: 1.3;
  }

  .ss20kirovwebsite-hero-item {
    width: 100%;
  }

  .ss20kirovwebsite-hero-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .ss20kirovwebsite-hero-info-item-title {
    font-size: 20px;
  }

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

  .ss20kirovwebsite-section {
    padding: 15px 0;
  }

  .ss20kirovwebsite-why-box-content {
    font-size: 14px;
  }

  .ss20kirovwebsite-map {
    padding-top: 200px;
  }

  .ss20kirovwebsite-map-title {
    display: none;
  }

  .ss20kirovwebsite-map-info {
    position: relative;
    width: 100%;
  }
}