@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  text-decoration: none;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

body {
  min-width: 320px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.16;
  color: #000000;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 34px);
  margin-left: -17px;
  margin-right: -17px;
}

.row--2 > .col {
  width: 50%;
}

.row--3 > .col {
  width: 33.33%;
}

.row--4 > .col {
  width: 25%;
}

@media (max-width: 850px) {
  .row--4 > .col {
    width: 50%;
  }
}

.row--6 > .col {
  width: 16.66%;
}

.col {
  padding: 0 17px;
  margin-bottom: 45px;
}

h1 {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

h1 span {
  margin-top: 5px;
  display: block;
  font-size: 36px;
}

@media (max-width: 830px) {
  h1 span {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  h1 span {
    font-size: 21px;
  }
}

@media (max-width: 830px) {
  h1 {
    font-size: 54px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1210px;
}

.pb60 {
  padding: 60px 0 80px;
}

.btn {
  padding: 18px;
  width: 240px;
  display: block;
  margin: 30px auto 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #3FA07E;
  border-radius: 30px;
  border: 2px solid transparent;
  outline: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover, .btn:focus {
  border-color: #32745D;
}

.btn:active {
  background-color: #32363E;
  border-color: #32363E;
}

.btn:disabled {
  background-color: #ccc;
  cursor: auto;
  border-color: transparent!important;
}

.btn--phone {
  padding-left: 25px !important;
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
  background-position: 14px center;
}

.logo {
  min-width: 120px;
}

.top {
  padding: 6px 0;
  background-color: #32363E;
  color: #fff;
  font-size: 12px;
}

.top__wrapper {
  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;
}

.top__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__ico::before {
  margin-right: 10px;
  content: '';
  display: block;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top__link {
  color: #fff;
}

.top__link::before {
  width: 23px;
  height: 22px;
  background-image: url("../img/arrow.png");
}

@media (max-width: 480px) {
  .top__link::before {
    width: 19px;
    height: 13px;
    background-size: contain;
  }
}

.top__link:hover::before {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

.top__adress::before {
  width: 13px;
  height: 18px;
  background-image: url("../img/adress.png");
}

@media (max-width: 480px) {
  .top__adress{
    text-align: right;
  }

  .top__adress::before {
    display: none;
  }
}

.site-navigation {
  padding: 5px 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px 1px #ccc;
  z-index: 999;
}

.sticky + .promo {
  margin-top: 120px;
}

.site-navigation__wrapper {
  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;
}

@media(max-width: 380px) {
  .site-navigation__wrapper {
    flex-direction: column;
  }
  
  .site-navigation__buttons {
    margin: 20px 0;
  }
}

.site-navigation__buttons .btn {
  margin-top: 0;
  padding: 5px;
  width: 200px;
  font-weight: 400;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__item {
  margin-right: 20px;
}

.menu__item::last-of-type {
  margin-right: 0;
}

@media (max-width: 930px) {
  .menu__item {
    margin-right: 0;
  }
}

.menu__link {
  padding: 5px 15px;
  display: block;
  color: #000000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu__link:hover {
  color: #3FA07E;
}

@media (max-width: 850px) {
  .menu {
    display: none;
  }
}

.promo {
  padding: 100px 0 50px;
  background-image: url("../img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.promo__small-text {
  margin: 40px 0 15px;
}

.promo__phone {
  font-size: 36px;
  color: #fff;
}

@media (max-width: 600px) {
  .promo__phone {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .promo {
    padding: 80px 0 50px;
  }
}

@media (max-width: 850px) {
  .list__item {
    text-align: center;
  }
}

.list__title {
  height: 39px;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}

@media (max-width: 850px) {
  .list__title {
    height: auto;
  }
}

@media (max-width: 650px) {
  .list__title {
    font-size: 16px;
  }
}

.list__img {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}

@media (max-width: 850px) {
  .list__img img {
    margin: auto;
  }
}

.price {
  padding: 43px 0 48px;
  background-color: #F2F2F2;
  text-align: center;
}

.order .list__img {
  margin-bottom: 20px;
}

.order .list__title {
  height: auto;
}

.adv {
  background-color: #F2F2F2;
}

.adv .list__title {
  margin-bottom: 12px;
}

.fix {
  background-color: #F2F2F2;
}

.fix-camera::before {
  background-image: url("../img/icon3.png");
}

.fix-register::before {
  background-image: url("../img/icon2.png");
  background-size: 98%;
}

.fix-monitor::before {
  background-image: url("../img/icon4.png");
}

.fix-skud::before {
  background-image: url("../img/icon5.png");
}

.fix-power::before {
  background-image: url("../img/icon9.png");
}

.fix-another::before {
  background-image: url("../img/order3.png");
}

.form {
  position: relative;
  overflow: hidden;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__item {
  margin-bottom: 20px;
  width: 550px;
}

.form__item:last-of-type {
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .form__item {
    width: 430px;
  }
}

@media (max-width: 630px) {
  .form__item {
    width: 320px;
  }
}

@media (max-width: 450px) {
  .form__item {
    width: 275px;
  }
}

.form__error {
  padding-left: 7px;
  margin-top: 5px;
  display: none;
  font-size: 12px;
  color: #DD0000;
}

.form__choose {
  margin-bottom: 60px;
  width: 820px;
  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;
}

.form__choose .choose-item label {
  position: relative;
  display: block;
  color: #BBBBBB;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-align: center;
  cursor: pointer;
}

.form__choose .choose-item label::before, .form__choose .choose-item label::after {
  content: '';
  width: 108px;
  height: 108px;
  border-radius: 7px;
}

@media (max-width: 850px) {
  .form__choose .choose-item label::before, .form__choose .choose-item label::after {
    width: 91px;
    height: 91px;
  }
}

.form__choose .choose-item label::before {
  position: relative;
  margin-bottom: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid transparent;
  -webkit-transition: border 0.3s, opacity 0.4s;
  transition: border 0.3s, opacity 0.4s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  z-index: 2;
  opacity: 0.4;
}

@media (max-width: 850px) {
  .form__choose .choose-item label::before {
    background-size: 88%;
  }
}

.form__choose .choose-item label::after {
  position: absolute;
  lefT: 0;
  top: 0;
  border-radius: 7px;
  background-color: #fff;
  z-index: 1;
}

.form__choose .choose-item input[type=radio]:checked + label {
  color: #000;
}

.form__choose .choose-item input[type=radio]:checked + label::before {
  border-color: #3EA07E;
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (max-width: 850px) {
  .form__choose {
    margin-bottom: 40px;
    width: 650px;
  }
}

@media (max-width: 700px) {
  .form__choose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 430px;
    width: 430px;
  }
}

@media (max-width: 430px) {
  .form__choose {
    width: 300px;
  }
}

.form__input {
  padding: 20px 17px;
  width: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  outline: 0;
  border-radius: 7px;
  -webkit-transition: border 0.3s, -webkit-box-shadow 0.4s;
  transition: border 0.3s, -webkit-box-shadow 0.4s;
  transition: border 0.3s, box-shadow 0.4s;
  transition: border 0.3s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.form__input::-webkit-input-placeholder {
  color: #BBBBBB;
}

.form__input:-ms-input-placeholder {
  color: #BBBBBB;
}

.form__input::-ms-input-placeholder {
  color: #BBBBBB;
}

.form__input::placeholder {
  color: #BBBBBB;
}

.form__input:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0px 0px 7px #ccc;
          box-shadow: 0px 0px 7px #ccc;
}

.form__input.error {
  padding-bottom: 20px;
  border: 1px solid #DD0000;
}

.form__select {
  position: relative;
  cursor: pointer;
}

.form__select::after {
  content: "▼";
  position: absolute;
  top: 20px;
  right: 14px;
  padding: 0.1rem;
  font-size: 15px;
  background: transparent;
  color: #a2a0a0;
  pointer-events: none;
}

.form__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  opacity: 0.3;
  pointer-events: none;
}

.form__select select::-ms-expand {
  display: none;
}

.form__select select option[data-default] {
  color: #BBBBBB;
  display: none;
}

.form__select select.active {
  opacity: 1;
  pointer-events: all;
}

.form__label-checkbox {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
}

.form__label-checkbox span {
  margin-left: 10px;
}

.form__label-checkbox a {
  color: #000;
  text-decoration: underline;
}

.form__label-checkbox a:hover {
  text-decoration: none;
}

.form__checkbox {
  margin: 0;
}

.form__center-text {
  margin-top: 48px;
  text-align: center;
}

.form__center-text a {
  margin-top: 16px;
  display: block;
  color: #000;
  text-decoration: underline;
}

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

.carousel {
  padding: 0 30px;
}

.carousel__item {
  padding: 0 35px;
  outline: 0;
}

.delivery {
  text-align: center;
  font-weight: 300;
  line-height: 21px;
}

.delivery__wrapper {
  margin: auto;
  max-width: 820px;
}

.delivery__bold {
  margin: 26px 0 20px;
  font-size: 18px;
  font-weight: 400;
}

.whatIs {
  position: relative;
}

.tooltip {
  display: none;
  background: #fff;
  border-radius: 9px;
  padding: 20px;
  width: 380px;
  font-size: 14px;
  position: absolute;
  left: 110%;
  top: 0;
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
}

.tooltip .close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
}

.tooltip .close:hover {
  text-decoration: underline;
}

.tooltip p, .tooltip b {
  display: block;
  margin-bottom: 7px;
}

@media (max-width: 700px) {
  .tooltip {
    left: 0;
  }
}

@media (max-width: 480px) {
  .tooltip {
    left: -25px;
    width: 320px;
  }
}



.contacts {
  background-color: #F2F2F2;
}

.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  line-height: 23px;
}

@media (max-width: 970px) {
  .contacts__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 550px) {
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contacts__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts__col:first-child {
  margin-bottom: 50px;
}

.contacts_right {
  display: block;
}

@media (max-width: 970px) {
  .contacts__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacts__adress {
  margin-right: 50px;
}

.contacts__adress span {
  display: block;
  max-width: 250px;
  line-height: 16px;
}

@media (max-width: 1050px) {
  .contacts__adress {
    margin-right: 10px;
  }
}

@media (max-width: 550px) {
  .contacts__adress {
    margin-right: 0px;
  }
}

.contacts__question {
  margin-right: 40px;
  text-align: right;
}

@media (max-width: 970px) {
  .contacts__question {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  .contacts__question {
    margin-top: 30px;
    text-align: left;
  }
}

.contacts__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 550px) {
  .contacts__title {
    margin-bottom: 10px;
  }
}

.contacts a {
  color: #000;
}

.contacts a:hover {
  opacity: 0.8;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social__ico {
  margin-right: 20px;
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
}

.social__ico:last-of-type {
  margin-right: 0;
}

.social .wp {
  background-image: url("../img/whatsapp.png");
}

.social .vb {
  background-image: url("../img/viber.png");
}

.social .tg {
  background-image: url("../img/telegram.png");
}

.social .sk {
  background-image: url("../img/skype.png");
}

.footer {
  padding: 33px 0 22px;
  background-color: #32363E;
  color: #fff;
}

.footer__wrapper {
  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;
}

@media (max-width: 770px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 770px) {
  .footer__nav {
    display: none;
  }
}

.footer__link {
  margin-right: 50px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__link:last-of-type {
  margin-right: 0;
}

.footer__link:hover {
  opacity: 0.8;
}

.copyright {
  font-size: 12px;
  max-width: 250px;
}

.copyright__normal {
  font-size: 14px;
}

@media (max-width: 770px) {
  .copyright {
    margin-top: 30px;
  }
}

.modal {
  display: none;
}

.modal#policy {
  max-width: 750px;
}

.modal#remember {
  max-width: 800px;
}

.modal#remember h3 {
  margin-bottom: 15px;
}

.modal#remember p {
  margin-bottom: 10px;
}

.modal#remember ul {
  margin-bottom: 15px;
}

.error {
  padding-bottom: 10px;
  border-bottom: 1px solid #DD0000;
}

.modal__form {
  display: flex;
  flex-direction: column;
}

.modal__form h3 {
  text-align: center;
}

.modal__form input {
  padding: 10px;
  margin: 20px 0 15px;
  border: 1px solid #ccc;
  border-radius: 7px;
  outline: none;
}

.modal__form input:last-of-type {
  margin: 0;
}

.success {
  padding: 69px;
  position: absolute;
  z-index: 8;
  width: 50%;
  bottom: -100%;  
  color: green;
  font-size: 27px;
  background: rgba(255,255,255, 0.98);
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s;
}

@media(max-width: 900px) {
  .success {
    width: 80%;
  }
}

@media(max-width: 400px) {
  .success {
    padding: 29px;
    width: 90%;
    font-size: 20px;
  }
}

.success__span {
  margin-bottom: 20px;
  display: block;
  color: #000;
}

.success.active {
  bottom: 0;
  
}

.good-submit {    
  position: absolute;
  padding-top: 80px;
  height: 80%;
  width: 77%;
  background: #fff;
  color: green;  
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  display: none;
}

@media(max-width: 900px) {
  .breakword {
    word-break: break-all;
  }
}


/*# sourceMappingURL=style.css.map */