body { margin: 0; padding: 0; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif !important; font-display: swap; font-weight: normal; outline: none; }

.fa, .far, .fas { font-family: "Font Awesome 5 Free" !important; }

img { opacity: 1; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }

img[data-src] { opacity: 0; }

a { color: #000; text-decoration: none; }

a:hover, a:focus { text-decoration: none; }

header {
  position: relative;
}

.row, p { margin: 0; }

.container { padding: 0 !important; height: 100%; }

.btn { background: #FF8C22; color: #fff; }

.btn:hover { color: #fff; -webkit-box-shadow: 0px 5px 40px rgba(255, 140, 34, 0.4); box-shadow: 0px 5px 40px rgba(255, 140, 34, 0.4); }

h1.title { font-weight: 600; font-size: 30px; text-align: center; position: relative; }
h5.title { font-weight: 600; font-size: 30px; text-align: center; position: relative; }

h1.title span { font-weight: 600; color: #FF8C22; }
h5.title span { font-weight: 600; color: #FF8C22; }

.flag-container { display: none; width: 82px; }

.intl-tel-input { width: 100% !important; height: 100%; }

.intl-tel-input .selected-flag .iti-arrow { position: relative; top: 0; margin-left: 15px; margin-top: 50%; -webkit-transform: translateY(2px); transform: translateY(2px); }

form.contactForm { 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: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-top: 48px; padding: 0 100px; }

form.contactForm .form-input { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; margin-bottom: 80px; }

form.contactForm .form-input input { background: transparent; border-width: 0; border: 1px solid #C4C4C4; width: 250px; padding-bottom: 5px; }

form.contactForm button[type="submit"] { width: 416px; height: 63px; font-weight: normal; font-size: 16px; text-align: center; }

form.contactForm button.max-btn { width: 450px; height: 70px; }

#button-up { z-index: 10000; display: none; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; position: fixed; bottom: 50px; right: 50px; width: 60px; height: 60px; border-radius: 100px; color: #fff; line-height: 30px; text-decoration: none; background-color: #FF8C22; -webkit-box-shadow: 0 0px 10px rgba(255, 140, 34, 0.6); box-shadow: 0 0px 10px rgba(255, 140, 34, 0.6); border-width: 0; cursor: pointer; }

#button-up:hover { -webkit-box-shadow: 0 0px 30px rgba(255, 140, 34, 0.7); box-shadow: 0 0px 30px rgba(255, 140, 34, 0.7); }

#button-up i { font-size: 30px; -webkit-transform: translateX(0px) translateY(2px); transform: translateX(0px) translateY(2px); }

#chrome-app{
  height: 120px;
  width: 290px;
  background-color: white;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10000;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
 /*border-radius: 0.25rem;*/
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.chrome-app-info{
  height: 75px;
  padding: 15px 0 0 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.chrome-app-btn{
  height: 43px;
  line-height: 34px;
  padding-left: 7px;
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
  padding-right: 10px;
}

.chrome-app-a, .chrome-app-text{
  font-size: 14px;
}
.chrome-app-a:hover{
  text-decoration: none;
}
.chrome-app-text{
  color: #333333;
}
.chrome-app-no{
  color: #999;
  margin-right: 15px;
}
.chrome-app-no:hover, .chrome-app-no:visited{
  color: #999;
  text-decoration: none;
}
.chrome-app-yes{
  color: #ffffff;
  padding: 0 8px;
  background-color: rgb(255, 140, 34);
  border-radius: 0.25rem;
}
.chrome-app-yes:hover, .chrome-app-yes:visited{
  color: #ffffff;
  text-decoration: none;
}
.btn-signin{
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  width: 60%;
  height: 50px;
  margin: 0 auto;
}

.section16-content p.oferta, .section16-content p.oferta a{
  margin-top: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
}

.google_reg{
  padding: 12px 30px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  //background: #337ab7;
  color: #337ab7;
  width: 57%;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.google_login{

  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;

  color: #337ab7;
  width: 57%;
  height: 42px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.section16-content p.oferta a:hover {
  text-decoration: underline;
}

#vhodform .modal-dialog .modal-content .modal-body form#signin-form .form-input .field-block input,
#registerform form input {
  padding-top: 0;
}

#vhodform .modal-dialog .modal-content .modal-body form#signin-form .form-input .field-block input:focus,
.btn-signin,
#registerform form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#vhodform .modal-dialog .modal-content .modal-body form#signin-form .password-field {
  margin-top: auto;
}

#vhodform .modal-dialog .modal-content .modal-body form#signin-form .form-input {
  margin-bottom: 0;
}

#signin-form .text-muted a{
  font-weight: 600;
  color: #0056b3;
}

#registerform .text-muted a{
  font-weight: 600;
  color: #0056b3;
}

#signin-form .text-muted a:hover {
  text-decoration: underline;
}

.invalid-feedback{
  display: block;
}

.form-err .invalid-feedback{
  max-width: 250px;
  color: #FF8C22 !important;
}

.form-err input:focus,
.form-err button:focus{
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#registration-form-3 input,
#registration-form-5 input{
  color: #fff;
}

#registration-form-6 button{
  max-width: 450px;
  width: 100%;
  height: 70px;
}

.public-footer {
  margin: 40px 0 0 0;
  padding: 20px 0 0 0;
}

.public-footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #3f3f3f;
}

.public-footer h4{
  font-size: 18px;
}

.public-footer h4 span {
  display: none;
}

.public-footer ul {
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
}

.public-footer ul {
  padding: 0 0 20px 0;
}

.public-footer ul li {
  list-style: none;
  margin-bottom: 5px;
  display: block;
}

.public-footer a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}

.client-photo{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#tarif .section15-content .cartochki .cart{
  height: 280px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 0.25rem;
}

#tarif .section15-content .cartochki .cart:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

#tarif .section15-content .cartochki .mrg-bottom{
  margin-bottom: 20px;
}

#tarif .section15-content .cartochki .mrg-top{
  margin-top: 20px;
}

#tarif .section15-content .cartochki .content{
  height: 270px;
  border-radius: 0.25rem;
}

#tarif .section15-content .cartochki .cart .content a.button_cart{
  bottom: 39px;
  border-radius: 5px;
}

.block-align{
  width: 300px;
}

.block-align-en .block-align{
  width: 250px;
}

.text-width{
  max-width: 230px;
}

.invalid-feedback a{
  color: #0757A0!important;
}

.section5 .invalid-feedback a,
.section11 .invalid-feedback a,
.section14 .invalid-feedback a,
.section16 .invalid-feedback a,
.section8 .invalid-feedback a {
  color: #FF8C22!important;
}

.invalid-feedback a:hover {
  cursor: pointer!important;
  text-decoration: underline!important;
}

.more-employees-button:hover, .more-employees-button:focus {
  background: #FF8C22;
  outline: none;
}

.more-employees a {
  font-size: 20px;
  color: #FF8C22;
}

.more-employees a:hover {
  text-decoration: underline;
}

#more-employees-modal-label {
  font-size: 18px;
}

#registerform .text-muted, #vhodform .text-muted {
  width: 100%;
  margin-top: 0;
}

#registerform .invalid-feedback, #vhodform .invalid-feedback {
  margin-top: 0;
}

span.no-card {
  position: absolute;
  bottom: 14px;
  margin-bottom: 0;
  font-size: 14px;
  color: #FF8C22;
}

span.no-card-form {
  font-size: 16px;
  color: #FF8C22;
  margin-top: 10px;
}

span.no-card-main {
  font-size: 16px;
  color: #FF8C22;
  margin-top: 10px;
}

span.no-card-form-modal {
  font-size: 16px;
  color: #FF8C22;
  /*margin-top: 10px;*/
  position: absolute;
  bottom: 13px;
  display: block;
  width: 100%;
  text-align: center;
  left: 0px;
  right: 0px;
  margin-left: 0px;
}

#registerform.modal-en .modal-footer {
  padding-bottom: 40px;
}

#registerform button.btn-signin {
  margin: 0 auto;
}

.header-nav {
  position: relative;
}

.is-invalid > input {
  box-shadow: inset 0px 0px 2px 1px #FF8C22;
}

.count-users {
  color: #FF8C22!important;
  margin-top: 5px!important;
  font-size: 17px!important;
  margin-bottom: 5px!important;
  text-align: center!important;
}

.section3-content .count-users {
  margin-top: 15px!important;
}

.header-mane-content .no-card-main-block {
  margin-top: 15px;
  margin-bottom: 5px;
}

@media (max-width: 991px) { form.contactForm { padding: 0; }
  form.contactForm input { width: 200px !important; }
}

@media (max-width: 768px) { .form-input { -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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px !important; }
  .form-input .field-block { width: 400px; height: 60px; }
  .form-input .field-block input { width: 100% !important; }

  .public-footer .col-sm-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    max-width: 100%;
  }

  .public-footer .col-sm-3:first-child {
    width: 100%;
    text-align: center;
  }

  .public-footer ul {
    text-align: center;
    padding-bottom: 0;
  }

  .public-footer nav > .row {
    display: block;
  }

  .public-footer h4 {
    cursor: pointer;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .public-footer h4 span {
    display: inline-block;
    padding-left: 6px;
    padding: 0px 6px 6px 6px;
    font-size: 12px;
    top: -10px;
    font-weight: bold;
    vertical-align: top;
    transform: rotate(90deg);
  }

  .hide_mobile {
    display: none;
  }

  .public-footer .copyright {
    padding-top: 20px;
  }
}

@media (max-width: 575px) { .container { padding: 0 30px !important; }
  form.contactForm { margin-top: 48px; padding: 0 20px; }
  .section3 form, .section5 form, .section7 form, .section10 form, .section13 form, .section14 form { margin-top: 0!important; }
  form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  form.contactForm .form-input .field-block { width: 100%; height: 50px; margin-bottom: 20px; }
  form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; }
  form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  form.contactForm button[type="submit"] { width: 350px; height: 50px; font-size: 14px; } }

@media (max-width: 450px) { h1.title { font-size: 14px; }
  form.contactForm { margin-top: 48px; padding: 0 20px; }
  form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  form.contactForm .form-input .field-block { width: 100% !important; height: 40px; margin-bottom: 15px; }
  form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; }
  form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  form.contactForm button[type="submit"] { width: 350px; height: 50px; font-size: 12px; } }

@media (max-width: 380px) { form.contactForm { margin-top: 48px; padding: 0 20px; }
  form.contactForm .form-input { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-bottom: 30px; }
  form.contactForm .form-input .field-block { width: 100%; height: 30px; margin-bottom: 10px; }
  form.contactForm .form-input .field-block input { height: 100%; width: 100%; padding-bottom: 0px; font-size: 12px; }
  form.contactForm .form-input .field-block:last-child { margin-bottom: 0; }
  form.contactForm button[type="submit"] { width: 250px; height: 65px; font-size: 10px; } }

/*@media (max-width: 350px) {*/
  /*.section4 .carousel-slide .col1, .section4 .carousel-slide .col2 {*/
    /*!*height: 75px;*!*/
  /*}*/
/*}*/

@media (min-width: 1500px) { .header { min-height: 700px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: justify; align-content: space-between; }
  .header-bottom { position: absolute; left: 0; bottom: 0; width: 100%; height: 150px !important; 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: end; -ms-flex-pack: end; justify-content: flex-end; }
  .header-bottom .point { display: none; position: relative; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; overflow: hidden; }
  .header-bottom .point .point1 { bottom: -60px; right: 60px; position: absolute; }
  .header-bottom-content { height: 150px; }
  .header-bottom-content .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; height: 100%; }
  .header-bottom-content .content .cart { height: 100%; width: 300px; padding: 45px; }
  .header-bottom-content .content .cart p { font-size: 18px; color: #ffffff; }
  .header-bottom-content .content .cart-1 { background: #01193F; }
  .header-bottom-content .content .cart-2 { background: #324961; }
  .header-bottom-content .content .cart-3 { background: #151E2A; }
  .header-mane { height: 400px !important; } }

.header { position: relative; height: 100%; background: url(../image/header/header-fon.jpeg) no-repeat top; background-size: cover; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-line-pack: justify; align-content: space-between; padding-top: 50px; max-height: 1250px; }

.header-nav .navbar { padding: 0; }

.header-nav .navbar .navbar-brand { margin: 0; }

.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item { margin: 0 20px; }

.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item:last-child { margin-right: 0; }

.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item:first-child { margin-left: 0; }

.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item a.nav-link { color: #fff; opacity: 1; font-size: 18px; }

.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item a.nav-link:hover { color: #FF8C22;
    cursor: pointer;}

.header-nav .navbar .navbar-collapse .phone { display: none; }

.header-nav .navbar .navbar-collapse .phone a { color: #00133a; font-size: 18px; font-weight: normal; }

.header-nav .navbar .navbar-collapse .phone a:hover { color: #00133a; }

.header-nav .navbar .phone {
  transition: all .3s ease-out;
}

.header-nav .navbar .phone a {
  color: #00133a;
  font-size: 28px;
  font-weight: normal;
  text-shadow: #fff 1px 0px 0px, #fff -1px 0px 0px, #fff 0px 1px 0px, #FFF 0px -1px 0px;
}

.header-nav .navbar .phone:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.header-nav .navbar .phone a:hover {
  color: #00133a;
}

.phone-mobile-block {
  height: 60px;
  position: absolute;
  width: 100%;
}

.phone-mobile-block .phone.phone-mobile {
  display: none;
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*bottom: 0;*/
  /*right: 0;*/

  /*max-height: 100%;*/
  max-height: 60px;
  margin: auto;
  height: auto;
  margin-top: 5px;
  vertical-align: middle;
  max-width: 235px;
  align-items: center;
  width: 100%;
}


.phone-mobile-block .phone.phone-mobile a {
  /*display: block;*/
  color: #00133a;
  font-size: 28px;
  font-weight: normal;
  text-shadow: #fff 1px 0px 0px, #fff -1px 0px 0px, #fff 0px 1px 0px, #FFF 0px -1px 0px;
}

.header-mane { height: auto !important; padding: 0px 0; margin: auto 0; width: 100%; }

.header-mane .container { height: auto !important; }

.header-mane-content { height: auto; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -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; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.header-mane-content h1, .header-mane-content h3, .header-mane-content h5 { color: #fff; font-size: 36px; font-weight: bold; line-height: normal; }

.header-mane-content p { margin-top: 37px; color: rgba(255, 255, 255, 0.98); font-weight: normal; font-size: 18px; }

.header-mane-content p span { color: #FF8C22; }

.header-mane-content .header-button { width: 400px; height: 60px; text-transform: uppercase; font-size: 16px; font-weight: normal; text-align: center; color: #fff; }

.header-bottom { position: relative; bottom: 0; width: 100%; height: 160px; 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: flex-center; -ms-flex-pack: flex-center; justify-content: flex-center; }

.header-bottom .point { display: none; position: relative; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; overflow: hidden; }

.header-bottom .point .point1 { bottom: -60px; right: 60px; position: absolute; }

.header-bottom-content { height: 100%; }

.header-bottom-content .content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }

.header-bottom-content .content .cart { height: 100%; width: 300px; padding: 42px; padding-top: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header-bottom-content .content .cart p { font-size: 16px; color: #ffffff; }

.header-bottom-content .content .cart-1 { background: #01193F; border-radius: 0.25rem 0 0 0;}

.header-bottom-content .content .en-block{ padding-top: 10px; }

.header-bottom-content .content .cart-2 { background: #324961; }

.header-bottom-content .content .cart-3 { background: #151E2A; border-radius: 0 0.25rem 0 0;}

#landing-bag{ color: white;  font-size: 22px;  font-weight: 700;  line-height: 33px;  outline: none; }
#landing-bag:hover{text-decoration: underline; color: #212529;}
.section4-content #carouselExampleIndicators .carousel-indicators .dot-1.active  p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-2.active  p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-3.active  p, .section4-content #carouselExampleIndicators .carousel-indicators .dot-4.active  p{
  color: #FF8C22;
}


@media (min-width: 992px) and (max-width: 1200px) { .header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item {
margin: 0 8px;
} }

@media (max-width: 1199px) { .header { min-height: 850px; }
.header-nav .navbar .navbar-collapse .navbar-nav .nav-item { margin: 0 20px; }
.header-nav .navbar .navbar-collapse .navbar-nav .nav-item a.nav-link { font-size: 16px; }
.header-nav .navbar .phone a { font-size: 20px; width: 170px;display: block; }
.header-mane-content h1, .header-mane-content h3, .header-mane-content h5 { font-size: 32px; }
.header-mane-content p { margin-top: 35px; font-size: 16px; }
.header-mane-content .header-button { width: 350px; height: 55px; font-size: 14px; }
.header-bottom { height: 170px; }
.header-bottom-content { height: 100%; }
.header-bottom-content .cart { width: 250px; padding: 20px 40px; }
.header-bottom-content .cart p { font-size: 16px; }
}

@media (max-width: 991px) { .header { min-height: 800px; }

  .header-nav .navbar .phone {
    display: none!important;
  }

  .phone-mobile-block .phone.phone-mobile {
    display: block;
  }

.header-nav .navbar .navbar-collapse .nav { padding-top: 30px; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item { display: -webkit-box; display: -ms-flexbox; display: flex; margin-right: auto; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item:last-child { margin-right: 20px; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item a.nav-link { font-size: 16px; border: 1px solid transparent;
  border-radius: 0.25rem; border-color: rgba(255, 255, 255, 0.1); padding: 5px; }
#navbarSupportedContent { margin-bottom: 15px; }
.header-nav .navbar .navbar-collapse .nav .phone { display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header-nav .navbar .navbar-collapse .nav .phone a { font-size: 16px; }
.header-nav .navbar .phone { display: none; }
.header-mane-content h1, .header-mane-content h3, .header-mane-content h5 { font-size: 32px; }
.header-mane-content p { margin-top: 35px; font-size: 16px; }
.header-mane-content .header-button { width: 350px; height: 55px; font-size: 14px; }
.header-bottom-content { height: 170px; }
.header-bottom-content .cart { width: 250px; padding: 20px 40px; }
.header-bottom-content .cart p { font-size: 16px; } }

@media (max-width: 768px) { .header-bottom { height: 130px; }
.header-bottom-content { width: 100%; height: 100%; }
.header-bottom-content .content { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.header-bottom-content .content .cart { 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; width: 200px !important; padding: 10px !important; height: 100% !important; }
.header-bottom-content .content .cart p { font-size: 14px !important; } }

@media (max-width: 767px) { .header-nav .navbar .navbar-collapse .nav .phone {
margin-top: 15px; }
  .phone-mobile-block .phone.phone-mobile {
    max-width: 250px;
    padding-left: 30px;
    margin-top: 10px;
  }

  .phone-mobile-block .phone.phone-mobile a {
    font-size: 22px;
    margin-left: 30px;
  }
}

@media (max-width: 450px) {
  .phone-mobile-block .phone.phone-mobile {
    margin-top: 8px!important;
    padding-left: 30px!important;
  }
}

@media (max-width: 380px) {
  .phone-mobile-block .phone.phone-mobile {
    margin-top: 8px!important;
    padding-left: 30px!important;
  }

  .phone-mobile-block .phone.phone-mobile a {
    font-size: 11px!important;
    margin-left: 60px!important;
  }
}
@media (max-width: 575px) { .header { height: 100vh; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-right: 0; width: 100%; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item a.nav-link { font-size: 12px; }
.header-nav .navbar .navbar-collapse .nav .phone { display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 15px;}
.header-nav .navbar .navbar-collapse .nav .phone a { font-size: 12px; }
.header-mane-content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.header-mane-content h1, .header-mane-content h3, .header-mane-content h5 { text-align: center; font-size: 25px; }
.header-mane-content p { text-align: center; margin-top: 35px; font-size: 14px; }
.header-mane-content .header-button { width: 250px; height: 45px; font-size: 12px; }
.header-bottom .point { display: none; }
.header-bottom-content .cart p { font-size: 12px; }
.count-users { font-size: 12px!important; }
}

@media (max-width: 540px) {
  .phone-mobile-block .phone.phone-mobile {
    max-width: 230px;
    padding-left: 50px;
    margin-top: 14px;
  }

  .phone-mobile-block .phone.phone-mobile a {
    font-size: 18px;
  }
}

@media (max-width: 450px) { .header { min-height: 550px; max-height: none; height: 100vh; padding-top: 30px; }
.header-nav .navbar-brand { width: 100px; }
.header-nav .navbar-brand img { width: 100%; }
.header-nav .navbar .navbar-collapse .nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: 0; width: 100%; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item { margin: 0; }
.header-nav .navbar .navbar-collapse .nav .navbar-nav .nav-item a.nav-link { font-size: 12px; }
.header-nav .navbar .navbar-collapse .nav .phone { /*display: none;*/ -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header-nav .navbar .navbar-collapse .nav .phone a { font-size: 12px; }
  .header-mane { margin: auto 0; }
  .header-mane-content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header-mane-content h1, .header-mane-content h3, .header-mane-content h5 { text-align: center; font-size: 20px; }
  .header-mane-content p { text-align: center; margin-top: 35px; font-size: 14px; }
  .header-mane-content .header-button { width: 270px; height: 50px; font-size: 12px; }
  .header-bottom { width: 100%; }
  .header-bottom-content .content .cart { 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; padding: 0 !important; }
  .header-bottom-content .content .cart p { max-width: none; margin: 0 auto; text-align: center; width: auto; font-size: 12px !important; }
  .header-bottom .container { padding: 0 !important; } }

@media (max-width: 420px) {
  .header-nav .navbar .navbar-collapse .nav .phone a { font-size: 18px; }
}

@media (max-width: 350px) { .header-mane { height: 300px; }
  .header-mane-content h1, .header-mane-content h3, .header-mane-content h5 { font-size: 16px; } }
/*# sourceMappingURL=style.css.map */