html {
  height: 100%;
  box-sizing: border-box;
}

body {
  height: 100%;
  background: #f8f9f6;
  width: 100%;
  background: #f2f5f6;
  /* font-family: 'Montserrat',sans-serif; */
/*  font-family: Roboto,sans-serif;*/
/*  font-family: 'PT Sans', Arial, sans-serif;*/
  font-family: "Nunito", Gilroy, Sans-serif;
  font-size: 1.1rem;
  color: #333333;
  font-weight:400;
  /* max-width: 1600px; */
}

b{font-weight:400}
:focus {
  outline: none;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a:hover {
  text-decoration: none;
}

section a {
  color: #335EEA;
}

p {
  margin-bottom: 0.6em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.6em;
  font-weight: 400;
}

.h1, h1 {
  font-size: 2.2rem;
}

.top_navigation {
  background-color: #333333;
  padding: 10px 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

.top_navigation a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}

/*
.top_navigation a span{
	border-bottom: 1px dashed;
}
*/
.nav-item a {
  font-size: 16px;
  text-decoration: none;
  transition: color .3s ease-out;
  position: relative;
  /* font-family: inherit; */
  font-weight: 500;
/*  font-size: 1.15rem;
  text-transform: lowercase;*/
}

.nav-item {
  padding-right: 15px
}

.nav-item:last-child {
  padding-right: 0;
}

.navbar-brand img {
  height: 48px;
  margin-right: 10px;
}

.navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  margin-right: 0;
}

.navbar-brand .ip,
section .ip {
  color: #335EEA
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
}

.navbar {
font-family: 'Montserrat', sans-serif;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  /* transform: translateY(3px); */
}

.dropdown-menu {
  margin-top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #335eea;
}

.navbar-nav>.open>a,
.navbar-nav>.open>a:focus,
.navbar-nav>.open>a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

@media (min-width: 993px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  background: #fff;
  width: 510px;
  width: 47.9em;
  width: 48.15em;
  width: 35.3em;
  width: 250px;
  margin: 0;
  box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
  border: none;
  border-radius: 0;
  /* padding: 0; */
  border-top: 1px solid #eee;
}

/*
@media only screen and (max-device-width: 992px){
    nav.navbar .dropdown:hover .dropdown-menu{
        display: none;
    }
}
*/
.mobile_enter {
  margin-left: auto;
  margin-right: 20px;
}

#mainNav {
  /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
  background-color: #fff;
  transition: box-shadow .3s ease-out;
}

button:focus {
  outline: none;
}

.navbar-scrolled {
  box-shadow: 0px -2px 10px 0px;
}

.service_item {
  align-items: center;
  height: 100%;
  justify-content: center;
  display: flex;
  text-align: center;
}

.service_item .name,
a .service_item .name {
  color: #333333;
  font-size: 1.3rem;
}

.service_item p {
  font-size: 17px;
  font-weight: 400;
}

.element .name_header{
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
/*  background-color: rgba(0, 0, 0, 0.03);*/
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #fff;
  background: #335eea;
  font-weight: 400;
  width:100%;
}

.element .calculate_bottom{
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  width:100%;
}
.element.card{border:0}
.calculate_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  padding: 0 33px;
/*  text-transform: uppercase;*/
  color: #fff;
  background: #335eea;
  border: 1px solid #335eea;
  border-radius: .2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  font-weight:400;
}

.service_list div[class^="col-lg-"] .element{
    width: 100%;
    box-shadow: 0 2px 2px 0 #ddd;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    padding-right: 3px;
    padding-left: 3px;
    box-sizing: border-box;
    margin: 0;
    color: #333333;
        font-size: 1.3rem;
    align-items: center;
    height: 100%;
    justify-content: center;
    /*display: flex;*/
    text-align: center;
  display: flex;
  min-height: 80px;

  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;
}

.service_list .price_item {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Nunito", Gilroy, Sans-serif;

}

.rub_symbol {
  opacity: 0.7;
  font-weight: 300;
  font-size: 50%;
  font-size: 16px;
  font-family: "Nunito", Gilroy, Sans-serif;
}
sup.rub_symbol {
  top: -1em;
}
.white_bg .service_item {
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  box-shadow: none;
  border: 1px solid #e6e6e6;
  background-color: rgba(244, 244, 244, 0.6);
}

.price_item{

}

.tariff_title{
  /*font-weight: 600;*/
  /*border-bottom: 1px dashed;*/
  display: inline-block;
  margin-bottom: 5px;
}
.items_list{
  border-bottom: 1px solid rgba(0,0,0,.125);
  padding: 10px 0 10px;
  font-size: 1.15rem;
}
.items_list:last-child{border:none}
.items_list ul{
  list-style: none;
  margin-bottom: 1rem;
  max-height: 17rem;
  padding: 0;
  margin: 0;
}

.items_list ul li::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
  margin-right:10px;
  color: #335EEA;
  color: #28a745;
  cursor:pointer;
}

.items_list ul li.no::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f057";
  margin-right:10px;
  color: #6c757d !important;
}
.items_list ul li.plus::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f055";
  margin-right:10px;
  color: #335eea !important;
}
.items_list .tariff_configuration {
/*  font-family: Roboto,sans-serif;*/
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #979797;
}
.bt{
  border-top: 1px solid rgba(0,0,0,.125);
}
.bb{
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.developer{display:none}

.index_banner {
  background-image: url("/access/webp/noroot.webp");
  border-radius: 20px;
  background-color: #487ef6;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-color: transparent; */
  /* border-style: solid; */
  /* display: table-cell; */
  vertical-align: middle;
  width: 100%;
  /* min-height:550px; */
}

.index_banner img {
  max-width: 100%
}

.index_banner .wrapper {
  padding: 2em;
  padding-bottom: 0;
}

.index_banner .titled {
  color: #fff;
}

.index_banner p {
  color: #fff;
  line-height: 1.5;
  /* margin-top: 20px; */
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
}

.index_banner ul {
  padding-left: 0;
}

.index_banner ul li {
  list-style-type: none;
  color: #fff;
  line-height: 1.5;
  margin-top: 5px;
  font-size: 1.25rem;
  font-weight: 400;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots {
  padding-bottom: .5em;
}

.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot.active span {
  background-color: #132977;
}

.about_title {
  font-weight: 400;
/*  font-family: 'PT Sans Caption', 'PT Sans', Arial, Helvetica, sans-serif;*/
  /*font-family: 'Montserrat', sans-serif;*/
}

.white_shadow {
  min-height: 90px;
  width: 100%;
  box-shadow: 0 2px 2px 0 #ddd;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: border-box;
  margin: 0;
  font-size: 2rem;
  /* margin: 0 0 32px 0; */
}

.about_description {
  /* font-size: 20px; */
  line-height: 1.3;
  /* margin-top: 20px; */
  /* margin-bottom: 20px; */
  font-size: 1.15rem;
}

.icon img {
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

a.link {
  border-bottom: 1px solid
}

.download {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
  border: 1px solid #335eea;
  padding: .48rem .945rem;
  /* font-size: .875rem; */
  /* line-height: 1.08; */
  border-radius: .2rem;
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  font-size: 1rem;
}

.download:hover {
  color: #fff;
  background-color: #1746e0;
  border-color: #1643d4;
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.enter {
  color: #335eea;
  background-color: #fff;
  border-color: #335eea;
  border: 1px solid #335eea;
  padding: .48rem .945rem;
  /* font-size: .875rem; */
  /* line-height: 1.08; */
  border-radius: .2rem;
  /* font-family: 'Montserrat',sans-serif; */
  font-weight: 600;
  font-size: 0.9rem;
  font-size: 1rem;
}

.enter:hover {
  color: #fff;
  background-color: #1746e0;
  border-color: #1643d4;
  box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1) !important;
}

.help-block.with-errors {
  color: #ff0000;
  font-size: 15px;
}

.has-error textarea, .has-error input, .has-error input:focus, .has-error textarea:focus {
  border-color: #ff5050;
  outline: 0;
  box-shadow: none;
}

.index section.page {
  padding-top: 10em;
  padding-bottom: 3.5em;
}

section.page {
  /*padding-top: 8em;
  padding-bottom: 2em;*/
  padding-top: 8em;
  padding-bottom: 2em;
}

.white_bg {
  background: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}

.bx-breadcrumb-item a {
  text-decoration: none;
  color: #999999;
}

/* label {font-weight:500} */
footer {
  padding: 4em 0 4em 0;
  background-color: #333333;
}

.copyright {
  border-top: 1px solid #585858;
  background-color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 2em 0 2em 0;
  color: #d6d6d6;
  font-size: 16px;
}

.copyright a {
  color: #d6d6d6;
  border-bottom: 1px solid;
}

/*custom adaptive*/
@media (min-width: 576px) {
  .container {
    max-width: 98%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 98%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 990px;
    max-width: 98%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 96%;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1450px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-item {
    padding-right: 0;
  }

  .navbar-collapse a {
    font-size: 14px;
  }

  .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand img {
    height: 32px;
    margin-right: 5px;
  }

  .navbar-brand {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .dropdown-menu {
    display: none;
    position: relative !important;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #eee;
  }

  .dropdown-item {
    padding-left: 0;
    padding: .5rem 1rem;
  }
}

@media (min-width: 128px) and (max-width: 992px) {
  section.page {
    padding-top: 7em;
    padding-bottom: 1em;
  }

  .h1, h1 {
    font-size: 2rem;
  }

  .h2, h2 {
    font-size: 1.7rem;
  }

  .h4, h4 {
    font-size: 1.2rem;
  }

  .copyright .text-right {
    text-align: left !important
  }

  .navbar-brand img {
    height: 32px;
    margin-right: 5px;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .top_buttons {
    padding-bottom: 15px;
    display: flex;
  }

  .hide_mobile {
    display: none
  }
}


/*калькулятор*/
.slider-holder {
  height:50px;
max-width:98%;
  margin: 0 auto;
}
.slider-labels {
  position:relative;
}
.slider-labels span {
  position:absolute;
  color:#000;
}


.ui-slider .ui-slider-handle{
  position: absolute;
  /*margin-left: -0.5px;*/
/*  width: 16px;
  height: 16px;*/
  cursor: pointer;
  border-radius: 50%;
  border: 4px solid #BFE2FF;
  top: -6px;
  background: #FFF;
  z-index: 2;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%), 0 4px 6px rgb(0 0 0 / 20%);
  transition: transform 0.2s, border 0.4s;
}
.ui-widget-header {
  border: 1px solid #335eea !important;
  background: #335eea;
  color: #333333;
  font-weight: bold;
}
input:read-only {
  border-color:transparent;
  border: none;
}

input:focus {
  outline:none;
}

.show_send{display:none}



.inline-group {
  max-width: 9rem;
  padding: .5rem;
}

.inline-group .form-control {
  text-align: center;
}

.inline-group .form-control[type="number"]::-webkit-inner-spin-button,
.inline-group .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inline-group .btn-outline-secondary
{
  color:#ced4da;
border-color:#ced4da;}

.form-control.quantity[readonly]{
    border: 1px solid #ced4da;
    background-color: unset;
  border-left: 0;
  border-right: 0;
}

.modal-content{
  border:none
}

.modal-header{
  background: #335eea;
  color: #fff;
  border-color: #335eea;
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: .5;
  color: #fff;
  padding-top: 12px !important;
}

button{cursor:pointer}

.sub_br{border-right:1px solid rgba(0,0,0,.125)}

.slider-labels span{
  font-size: .9rem;
  color: #9e9e9e;
}