header,
main,
footer {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Lato";
  font-weight: 400;
  color: #272c36;
  outline: none;
  opacity: 0;
}

@media only screen and (max-width: 600px) {
  #promo-slide {
    margin: 0 auto;
    width: 350px;
  }
  #promo-slide .slick-slide div {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #news-slider .slick-slide div {
    margin: 0 auto;
    width: 350px;
  }
}

#promo-slide .slick-list {
  padding: 20px 0;
  width: 100%;
}

#promo-slide .item {
  max-width: 300px;
  min-width: 300px;
}

#promo-slide {
  position: relative;
  margin-left: 10%;
  margin: 0 auto;
}
#news-slider .item {
  max-width: 300px;
  min-width: 300px;
}

#news-slider {
  position: relative;
  margin-left: 10%;
  margin: 0 auto;
}
#news-slider .slick-list {
  padding: 20px 0;
  width: 100%;
}

.sales .slider {
  position: relative;
  width: 100%;
}

.close {
  opacity: 1;
}

.dropdown-wrapper {
  /*width:100%;*/
  /*color: #000;*/
  align-self: flex-end;
  min-width: auto;
}

.dropdown-wrapper .ae-select {
  padding: 8px;
  position: relative;
  /*height: 20px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dropdown-wrapper .ae-select.chosen {
  /*color: #333;*/
}

.dropdown-wrapper .ae-select .down-icon,
.ae-select .up-icon {
  /*position: absolute;*/
  right: 8px;
  top: 7px;
}

.dropdown-wrapper .ae-dropdown .drop-menu {
  border-radius: 5px;
}

.dropdown-wrapper .ae-dropdown .ae-select,
.dropdown-wrapper .ae-dropdown .drop-menu > li {
  cursor: pointer;
}

.dropdown-wrapper .ae-dropdown .drop-menu > li > a:focus,
.dropdown-wrapper .ae-dropdown .drop-menu > li > a:hover {
  background: none;
}

.dropdown-wrapper .ae-disabled {
  pointer-events: none;
}

.dropdown-wrapper .ae-dropdown {
  position: relative;
}

.dropdown-wrapper ul.drop-menu.ae-hide {
  display: none;
  transition: 0.3s ease;
}

.dropdown-wrapper ul.drop-menu {
  list-style-type: none;
  transition: 0.3s ease;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 8px;
  width: 100%;
  background-color: #fff;
  max-height: 350px;
  overflow: auto;
  -webkit-box-shadow: 0 5px 20px 0px rgb(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgb(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 0px rgb(0, 0, 0, 0.1);
  z-index: 99;
  padding: 0px;
}

.dropdown-wrapper ul.drop-menu {
  margin: 0px;
}

.dropdown-wrapper ul.drop-menu li {
  padding: 5px;
  width: 100%;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease;
}

.dropdown-wrapper ul.drop-menu li:hover {
  border-bottom: 2px solid #95c93d;
}

.dropdown-wrapper ul.drop-menu li a {
  padding: 5px;
  display: block;
}

.logo {
  width: 150px;
}

.logo img {
  width: 100%;
}

.site-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

i.material-icons {
  color: #d0d0d0;
  font-size: 20px;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a {
  text-decoration: none;
}

nav ul li a,
nav ul li a:visited,
nav ul li a:hover,
nav ul li a:active {
  display: block;
  padding: 0 25px;
  line-height: 56px;
  color: #000;
  text-decoration: none;
}

nav ul li ul li {
  min-width: 190px;
  width: max-content;
}

nav ul li ul li:hover {
  border: none;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  /*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);*/

  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.nav-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.region {
  position: relative;
}

.region-toggle {
  cursor: pointer;
}

.region-agree {
  display: none;
  position: absolute;
  bottom: auto;
  left: -110px;
  width: 220px;
  z-index: 9;
  padding: 13px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
}

.region-agree:before {
  position: absolute;
  content: "";
  top: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  transform: translate(-50%, 0);
}

.region-agree span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.region-agree span button {
  background: #efefef;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 12px 30px;
  width: 90px;
  border: none;
  border-radius: 5px;
  transition: 0.3s ease;
  outline: none;
}

.region-agree span button:hover {
  background: #d9dee8;
}

.region-agree p {
  font-size: 14px;
  font-weight: 400;
  color: #838383;
}

.region-agree p.name {
  font-weight: 900;
  font-size: 20px;
  color: #2f2f2f;
  margin-bottom: 20px;
}

.region-agree.show {
  display: block;
}

.multi-lang {
  font-size: 12px;
  text-transform: uppercase;
  color: #272c36;
}

.search form input {
  padding: 9px 30px 9px 15px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  width: 100%;
  z-index: 1;
  background: transparent;
  outline: none;
  font-size: 14px;
}

.search form {
  width: 355px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search form i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7b7b7;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b7b7;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7b7b7;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b7b7b7;
}

.cart p {
  font-size: 12px;
  margin: 0;
}

.cart .cart-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.cart .cart-inner i {
  position: absolute;
  left: -25px;
  bottom: 1px;
}

.cart .cart-inner p {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 700;
}

.region p {
  font-size: 12px;
  margin: 0;
}

.region .region-toggle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.region .region-toggle i {
  position: absolute;
  left: -25px;
  bottom: 1px;
}

.region .region-toggle p {
  font-size: 16px;
  color: #2f2f2f;
  font-weight: 700;
}

.mark-icon {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  border: 1px solid #95c93d !important;
  background: #95c93d !important;
}

.mark-icon::before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

button.grey {
  background: #efefef;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
}

button.grey:hover {
  background: #d9dee8;
}

button.red {
  background: #214e92;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
}

button.red:hover {
  background: #214e92;
}

button.red.disabled {
  background: #cae49e;
  cursor: not-allowed;
}

button.red.disabled:hover {
  background: #b5e48f;
}

.login {
  margin-right: 15px;
  position: relative;
}

.login:after {
  position: absolute;
  content: "";
  right: -15px;
  height: 100%;
  width: 1px;
  background: #ebebeb;
  top: 0;
}

.success-login-block {
  display: none;
}

.success-login {
  display: flex;
  align-items: center;
  position: relative;
}

.success-login-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d0d0d0 url("../images/icons/user.svg") 50% 50% no-repeat;
}

.success-login .material-icons {
  cursor: pointer;
}

.success-login-controls {
  display: none;
  width: 200px;
  height: 50px;
  background-color: transparent;
  position: absolute;
  bottom: -55px;
  left: -84px;
  z-index: 9999;
}

.success-login-controls button {
  width: 150px;
  margin-bottom: 3px;
}

.success-login-controls a {
  display: block;
  color: #000;
}

.lnr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.results {
  margin-left: 15px;
}

.search {
  margin-right: 20px;
}

.cart {
  margin-left: 25px;
}

.region {
  margin-left: 25px;
}

header .up {
  border-bottom: 1px solid #ebebeb;
}

.nav-list > li:hover .nav-dropdown {
  display: block;
}

.nav-list li a:hover {
  border-top: 2px solid #95c93d;
}

.nav-list li a:active {
  border-top: 2px solid #95c93d;
}

.nav-list li a:focus {
  border-top: 2px solid #95c93d;
}

.nav-list li a {
  text-decoration: none;
  border-top: 2px solid transparent;
}

.nav-list li a.active {
  border-top: 2px solid #95c93d;
}

/*.nav-list li:hover ul.nav-dropdown {
	display: block;
}
.nav-list li:focus ul.nav-dropdown {
	display: block;
}
.nav-list li:active ul.nav-dropdown {
	display: block;
}*/
.nav-list li ul li a:hover {
  border-top: none;
}

.nav-list li ul li a:hover,
.nav-list li ul li a:active,
.nav-list li ul li a:visited {
  line-height: normal;
  border: none;
}

.nav-list li ul.nav-dropdown {
  padding: 15px 0;
  border-radius: 10px;

  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.nav-list li ul li {
  padding: 0;
  width: 100%;
  white-space: nowrap;
}

.nav-list li ul li a {
  padding: 10px 25px;
  font-size: 14px;
  color: #707887;
  padding-right: 40px;
  line-height: normal;
  border: none;
}

.nav-list li ul li a:hover {
  background: #f5f7fa;
}

.nav-list li ul.nav-dropdown:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 10%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  transform: translate(-10%, 0);
}

.tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.tel a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #2f2f2f;
  margin-left: 10px;
}

.house-call-block {
  background: #eff0f2;
  padding: 50px;
}

.house-call-blocks {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 6px;
  padding: 40px 68px 40px 40px;
}

.house-call-block-info {
  width: 65%;
  padding-right: 58px;
}

.house-call-block-form {
  width: 35%;
}

.house-call-form {
  display: flex;
  flex-direction: column;
}

.house-call-form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #5f6371;
}

.house-call-form input {
  width: 340px;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 0 16px;
}

.house-call-form textarea {
  width: 340px;
  height: 100px;
  resize: none;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  padding: 0 16px;
}

.map-place {
  display: block;
  width: 100%;
  text-align: right;
}

.map {
  width: 100%;
  height: 400px;
}

.station-map .all_maps_post p {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.station-map .all_maps_post p:hover {
  border-color: #95c93d;
}

.station-map .all_maps_post .active {
  border-bottom: 1px solid #95c93d;
}

.station-map .inner .list-block {
  height: 530px;
  width: 30%;
  border: 1px solid #d9dee8;
  border-radius: 5px;
}

.station-map .map-block {
  position: relative;
  height: 530px;
  width: 70%;
}

.information-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  position: absolute;
  top: -120px;
  left: 11%;
  box-shadow: 0 25px 88px 11px rgba(0, 16, 31, 0.25);
}

.info-col {
  width: 33%;
}

.info-col-1 {
  padding: 30px;
  background: #95c93d;
  position: relative;
}

.info-col-2 {
  padding: 30px;
}

.info-col-1::before {
  position: absolute;
  top: 0;
  right: -17px;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 98px 0 103px 17px;
  border-color: transparent transparent transparent #95c93d;
}

.station-map .info-col {
  padding: 20px 20px 20px 20px;
}

.station-map .info-col-1 {
  width: 47%;
}
.station-map .info-col-2 {
  width: 53%;
  padding: 20px 10px 20px 25px;
}
.station-map .info-col-3 {
  width: 100%;
}

.station-map .info-col-1::before {
  border-width: 98px 0 95px 17px;
}

.station-map .info-time-take {
  margin-top: 20px;
  border-bottom: 1px solid;
}

.station-map .map-block {
  position: relative;
  height: 530px;
  width: 73%;
}

@media only screen and (max-width: 768px) {
  .station-map .map-block {
    width: 100%;
  }
  .station-map .info-col-1 {
    width: 55%;
    padding: 12px 5px 10px 10px;
  }
  .station-map .info-col-2 {
    width: 45%;
    padding: 12px 5px 12px 15px;
  }
  station-map .info-col {
    padding: 12px 10px 10px 10px;
  }
}

.info-col-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.info-note {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.information-block .test-prepare {
  color: #fff;
}

.info-col-text {
  font-size: 13px;
  font-weight: 400;
  color: #000710;
  margin: 0;
  padding: 0;
}

.info-col-text-time {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.info-time-take {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  margin-top: 50px;
}

.info-time-take span {
  font-weight: 700;
  color: #000710;
}

.info-col-2-title {
  color: #000710;
}

.info-col-3-title {
  color: #000710;
}

.info-col-location-city {
  font-size: 13px;
  font-weight: 700;
  color: #2b3d4d;
  margin: 0;
}

.info-col-location {
  font-size: 14px;
  font-weight: 400;
  color: #afb2b5;
  margin: 0;
}

.google-map-link {
  font-size: 12px;
  font-weight: 400;
  color: #5b95ce;
  display: inline-block;
  margin-top: 10px;
}

.info-phone {
  font-size: 14px;
  font-weight: 400;
  color: #2b3d4d;
  display: inline-block;
  margin-top: 20px;
}

.info-col-3 {
  padding: 30px;
}

.info-col-3-row {
  display: flex;
  align-items: center;
}

.test {
  color: #afb2b5;
  background-color: #f4f3f4;
  line-height: 20px;
  display: inline-block;
  padding: 0 15px;
  margin: 3px;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 700;
}

.test-prepare {
  color: #5b95ce;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.info-col-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.info-lab-img {
  width: 70%;
  height: 60%;
  border-radius: 50%;
}

.info-lab-email {
  color: rgb(91, 149, 206);
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .house-call-block-info {
    width: 100%;
    padding-right: 0;
  }
  .house-call-block-form {
    width: 100%;
  }
  .house-call-form-title {
    text-align: center;
  }
  .house-call-form {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .house-call-form .form-group {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 530px) {
  .house-call-block {
    padding: 5px;
  }
  .house-call-blocks {
    padding: 30px;
  }
  .house-call-form .form-group {
    width: 100%;
  }
  .house-call-form input {
    width: 100%;
  }
  .house-call-form textarea {
    width: 100%;
  }
}

.first-block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  padding-bottom: 50px;
}

.nav-tabs .nav-link {
  font-size: 23px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #095bab;
  background: transparent;
  border: none;
  font-weight: 700;
}

.personal-form-block {
  margin-top: 100px;
}

.top-personal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.top-personal-form p {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  margin-bottom: 0;
}

.personal-inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
}

.personal-inputs label {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}

.personal-inputs input {
  width: 200px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding-left: 10px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}

.personal-inputs .personal-data {
  margin-bottom: 0;
}

.personal-third-name {
  margin-bottom: 10px !important;
}

.personal-number {
  margin-bottom: 6px !important;
}

.personal-form-body {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.statement-title {
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.personal-form-wrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
}

.statement-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #5b5b5b;
}

.statement-period-date input {
  width: 180px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding-left: 34px;
  margin-right: 10px;
  font-size: 12px;
  background: url("../images/icons/ic-statement-calendar.svg") 5% 50% no-repeat;
}

.statement-rules {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 20px 0 10px 0;
  color: #5b5b5b;
}

.statement-personal-form {
  margin-bottom: 10px;
}

.statement-personal-form input {
  width: 285px;
  height: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 12px;
}

.statement-personal-form-data-name {
  padding-left: 10px;
}

.statement-personal-form-data-date {
  width: 180px !important;
  margin-left: 10px;
  padding-left: 34px;
  background: url("../images/icons/ic-statement-calendar.svg") 5% 50% no-repeat;
}

.statement-payment-desc {
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  margin-bottom: 100px;
}

.add-person {
  margin: 10px 0 20px 0;
  background: url("../images/icons/ic-plus-circle.svg") 0 65% no-repeat;
  text-align: center;
  position: relative;
  border: none;
  padding-left: 20px;
  color: #3393f5;
  font-size: 14px;
  font-weight: 400;
  outline: none;
}

.statement-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.statement-footer label {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.statement-footer-date input {
  width: 180px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  padding-left: 34px;
  background: url("../images/icons/ic-statement-calendar.svg") 5% 50% no-repeat;
}

.statement-signature input {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.statement-print {
  width: 160px;
  height: 42px;
  border-radius: 4px;
  background-color: #95c93d;
  border: none;
  align-self: center;
  margin-top: 50px;
  color: #fff;
}

.complex-tabs {
  padding: 50px 0;
}

.complex-list {
  list-style: none;
  padding: 0;
}

.complex-list-item {
  margin: 10px 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.complex-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.complex-first-column {
  width: 70%;
}

.complex-second-column {
  width: 15%;
  text-align: right;
}

.complex-third-column {
  display: flex;
  justify-content: center;
  width: 15%;
}

.complex-first-column span i {
  color: #095bab;
}

.complex-first-column h4 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.complex-first-column h4:hover {
  white-space: normal;
  overflow: auto;
}

.complex-third-column button {
  background: #efefef;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
  width: 100px;
  max-width: 200px;
}

.complex-third-column button:hover {
  background: #dfdfdf;
}

.complex-third-column button a {
  color: #000;
  text-decoration: none;
}

.complex-add-btn-success {
  background-color: #ee5253 !important;
}

.complex-add-btn-success a {
  color: #fff !important;
}

@media screen and (max-width: 530px) {
  .complex-third-column {
    width: 100% !important;
    justify-content: flex-end !important;
  }
}

.first-block:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}

.steps-check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 350px;
}

.steps-check div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  flex: 0 0 33%;
  margin-left: -10%;
  margin-right: -10%;
  opacity: 0.5;
}

.steps-check div.active {
  opacity: 1;
}

.steps-check div span {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #fff;
  background: transparent;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

/*.steps-check div:after {
	position: absolute;
	content: '';
	width: 100%;
	top: 8px;
	right: -80%;
	height: 1px;
	background: #fff;
	opacity: 0.5;
}*/
.steps-check div.line {
  height: 1px;
  background: #fff;
  opacity: 0.5;
  margin-top: 8px;
  flex: 1 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.steps-check div.active span i {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #40335f;
  background: #fff;
  display: block;
}

.steps-check div p {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.steps-check div span i {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: none;
  background: transparent;
  display: block;
}

.title-row {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  padding: 50px 0;
}

#invivo-tab-0 .title-row h1 {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  margin: 0;
  line-height: normal;
}

.title-row p {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  margin: 0;
  line-height: normal;
}

.title-row p strong {
  font-weight: 900;
}

.first-block .inner .left {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: stretch;
  width: min-content;
}

.first-block .inner .left .search {
  width: 100%;
  margin-bottom: 12px;
}

.first-block .inner .left .search form {
  width: 100%;
  z-index: 0;
}

.first-block .inner .left .search form label {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  /*width: 25px;*/
  cursor: pointer;
}

.first-block .inner .left .search form input {
  background: #fff;
  padding: 18px 15px;
  font-size: 16px;
}

.first-block .inner .right {
  width: 356px;
  margin-left: 10px;
  height: 100%;
}

.first-block .inner {
  width: 100%;
}

.first-block .container {
  position: relative;
}

.first-block .inner .step {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 520px;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.first-block .inner .step .catalog-list .filtr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  /*padding: 18px 15px;*/
  border-bottom: 1px solid #ebebeb;
}

.first-block .step_1 .analyzes-dropdown-wrapper .dropdown-wrapper {
  margin-right: 5px;
  margin-left: auto;
}

.first-block .inner .step .catalog-list {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  height: 450px;
}

.first-block .inner .step .catalog-list .filtr .tot-res {
  position: relative;
  flex: 1 0 auto;
}

.first-block .inner .step .catalog-list .filtr .tot-res p {
  margin: 0;
}

.first-block .inner .step .results-list {
  overflow: auto;
  height: 320px;
}

.first-block .inner .step .results-list .empty-text {
  display: none;
}

.first-block .inner .step .results-list .empty-text p {
  padding: 5px;
}

.first-block .inner .step .results-list.empty .empty-text {
  display: block;
}

.first-block .inner .step .results-list.empty .all-list {
  display: none;
}

.first-block .inner .step .results-list.empty .empty-text div:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 2px dotted #ebebeb;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}

.first-block
  .inner
  .step
  .results-list.empty
  .empty-text
  div:first-child
  p:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #5a5a5a;
}

.first-block .inner .step .results-list.empty .empty-text div:first-child p {
  font-size: 14px;
  font-weight: 400;
  color: #a5a8b4;
  width: 290px;
}

.first-block .inner .step .results-list.empty .empty-text div:nth-child(2) p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #5a5a5a;
  margin: 20px 0;
  margin-bottom: 0;
}

.first-block .inner .step .results-list.empty div ul.prop {
  display: block;
  list-style: none;
}

.tot-res p {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
}

.tot-res p span {
  font-weight: 400;
  color: #bebebe;
}

.filtr span.ae-select-content {
  font-size: 14px;
  margin-right: 15px;
}

.filtr .dropdown-wrapper ul.drop-menu li a {
  font-size: 14px;
}

.filtr .dropdown-wrapper ul.drop-menu {
  min-width: 150px;
}

.catalog-list .results-list p {
  font-size: 14px;
  color: #6c6c6c;
  padding: 15px 30px;
  margin: 0;
}

.catalog-list .results-list ol {
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  color: #2f2f2f;
  padding-right: 15px;
}

.first-block .inner .step .results-list label.checkbox span.title p.name {
  color: #0271c4;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
  max-width: 80%;
}

.first-block .inner .step .results-list label.checkbox span.title p.price {
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  color: #2f2f2f;
  padding: 0 15px;
  margin: 0;
  max-width: 80%;
}

.nav-tabs .nav-link {
  font-size: 23px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #095bab;
  background: transparent;
  border: none;
  font-weight: 700;
}

.complex-tabs {
  padding: 50px 0;
}

.complex-list {
  list-style: none;
  padding: 0;
}

.complex-list-item {
  margin: 10px 0;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.complex-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.complex-first-column {
  width: 70%;
}

.complex-second-column {
  width: 15%;
  text-align: right;
}

.complex-third-column {
  display: flex;
  justify-content: center;
  width: 15%;
}

.complex-first-column span i {
  color: #095bab;
}

.complex-first-column h4 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.complex-first-column h4:hover {
  white-space: normal;
  overflow: auto;
}

.complex-third-column button {
  background: #efefef;
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
  width: 100px;
  max-width: 200px;
}

.complex-third-column button:hover {
  background: #dfdfdf;
}

.complex-third-column button a {
  color: #000;
  text-decoration: none;
}

.complex-add-btn-success {
  background-color: #95c93d !important;
}

.complex-add-btn-success a {
  color: #fff !important;
}

.cart-block {
  background: #fff;
  border-radius: 5px;
  height: 100%;
}

.cart-block .order-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
  border-bottom: 1px solid #ebebeb;
}

.cart-block .order-title p {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  color: #2f2f2f;
}

.cart-block .order-title p span {
  font-weight: 400;
  color: #bebebe;
}

.cart-block .cart-list ul li label.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  cursor: pointer;
}

.cart-block .cart-list ul li label.checkbox span.title p {
  margin: 0;
}

.cart-block .cart-list ul li label.checkbox span.title p.price {
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  color: #2f2f2f;
  padding: 0;
}

.cart-block .cart-list ul li label.checkbox span.title p.name {
  max-width: 225px;
  white-space: initial;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.cart-block .cart-list ul li label.checkbox span.title {
  padding: 0;
  border: none;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cart-block .cart-list {
  height: 270px;
  overflow: auto;
  border-bottom: 1px solid #ebebeb;
}

.cart-block .cart-list ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}

.cart-block .cart-list ul li label.checkbox input[type="checkbox"] + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.cart-block
  .cart-list
  ul
  li
  label.checkbox
  input[type="checkbox"]:checked
  + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

.transit label.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  margin: 0 15px;
  cursor: pointer;
  border-bottom: 2px dotted #ebebeb;
}

.transit label.checkbox span.title {
  padding: 0;
  border: none;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.transit label.checkbox span.title p {
  margin: 0;
}

.transit label.checkbox input[type="checkbox"] + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.transit label.checkbox input[type="checkbox"]:checked + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

.transit label.checkbox span.title p.name {
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.transit label.checkbox span.title p.name i {
  margin-left: 5px;
}

.transit label.checkbox span.title p.price {
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  color: #2f2f2f;
  padding: 0;
}

.cart-total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.cart-total p {
  margin: 0;
}

.cart-total .price p:first-child {
  font-size: 12px;
  font-weight: 400;
  color: #838383;
}

.cart-total .price p {
  font-weight: 700;
  font-size: 20px;
  color: #2f2f2f;
}

.cart-total .price p span {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
  color: #838383;
}

.cart-total button.order {
  background: #95c93d;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
}

.cart-total button.order:hover {
  background: #85b533;
}

.cart-block .cart-list.empty {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cart-block .cart-list.empty ul {
  display: none;
}

.cart-block .cart-list.empty .empty-text p {
  font-weight: 400;
  font-size: 14px;
  color: #b2b2b2;
}

.cart-block .cart-list.empty .empty-text p:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #5f6371;
}

/*'empty' class name for text, without 'empty' list is appeared*/

.cart-block .cart-list .empty-text {
  display: none;
}

.cart-block .cart-list ul {
  /*display: block;*/
}

/**/

.title-big {
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.title-big:before {
  position: absolute;
  content: "";
  width: 67px;
  height: 6px;
  background: url(../images/icons/ic_dots_bonetskogo.svg);
  background-position: center;
  background-size: cover;
  top: 0;
}

.title-big p {
  font-weight: 900;
  font-size: 40px;
  color: #2f2f2f;
  padding: 15px 0;
}

.popular-pack {
  padding: 100px 0;
}

.popular-pack .slider {
  width: 100%;
}

.popular-pack .slider .inner {
  width: 100%;
}

.popular-pack .slider .inner .item {
  width: 200px;
  min-width: 200px;
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  margin: 12px;
  margin-left: 0;
}

.popular-pack .slider .inner .item:hover {
  margin-top: -15px;
}

.popular-pack .slider .inner .item .image {
  height: 200px;
  width: 100%;
  text-align: center;
  background-color: #6a85b6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6a85b6),
    to(#aabad6)
  );
  background-image: -webkit-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -moz-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -o-linear-gradient(top, #6a85b6, #aabad6);
  background-image: linear-gradient(to bottom, #6a85b6, #aabad6);
  box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.5) inset;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.popular-pack .slider .inner .item .image img {
  width: 35px;
  height: 25px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}

.popular-pack .slider .inner .item .image p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
}

.popular-pack .slider .inner .item .image p.name {
  font-weight: 900;
  font-size: 14px;
  opacity: 1;
}

.popular-pack .slider .inner .item .image h4.name {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  opacity: 1;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  padding: 0 16px;
}

.popular-pack .slider .inner .item .btn-block {
  padding: 16px;
}

.popular-pack .slider .inner .item .btn-block p {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
  text-align: center;
}

.popular-pack .slider .inner .item .btn-block p span {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #6f6f6f;
}

.popular-pack .slider .inner .item .btn-block button {
  background: #95c93d;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
  width: 100%;
}

.popular-pack .slider .inner .item .btn-block button:hover {
  background: #85b533;
}

.popular-pack {
  overflow: hidden;
}

.popular-pack .slider {
  position: relative;
}

.popular-pack .slider:after {
  content: "";
  /*width: 100px;*/
  /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(255, 255, 238));*/

  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgb(255, 255, 238))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );

  /*height: 100%;*/
  position: absolute;
  right: 0;
  top: 0;
}

#pp-slider .slick-slide div {
  min-width: 200px;
  max-width: 200px;
  margin-right: 12px;
}

#pp-slider {
  margin-left: 6%;
  position: relative;
}

#pp-slider .slick-list {
  padding: 20px 0;
}

.slide-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.slide-nav button {
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  outline: none;
  margin: 0 5px;
}

.slide-nav button.more {
  width: auto;
  padding: 0 40px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
}

#s-slider .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
  height: 450px;
}

#s-slider .item .left {
  flex: 0 0 50%;
  background-image: url(../images/dna-bg.png);
  background-position: center;
  background-size: cover;
  height: 100%;
}

#s-slider .item .right {
  flex: 0 0 50%;
  height: 100%;
  background: #f5f7fa;
  padding: 80px;
}

#s-slider .item .left .sale-marker {
  width: 100px;
  height: 120px;

  background-color: #f0daba;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0daba),
    to(#f29a7e)
  );
  background-image: -webkit-linear-gradient(top, #f0daba, #f29a7e);
  background-image: -moz-linear-gradient(top, #f0daba, #f29a7e);
  background-image: -o-linear-gradient(top, #f0daba, #f29a7e);
  background-image: linear-gradient(to bottom, #f0daba, #f29a7e);

  margin-left: 15%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}

#s-slider .item .left .sale-marker p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

#s-slider .item .left .sale-marker p:last-child {
  font-size: 12px;
  font-weight: 400;
}

#s-slider .item .right p {
  font-weight: 900;
  font-size: 28px;
  color: #272c36;
  max-width: 390px;
}

#s-slider .item .right p.text {
  font-weight: 400;
  font-size: 14px;
  cursor: #707887;
}

#s-slider .item .right button {
  font-size: 14px;
  font-weight: 700;
  color: #0371c4;
  border: none;
  background: transparent;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
  outline: none;
}

#s-slider .item .right button i {
  color: #0371c4;
  margin-left: 10px;
}

.question-number {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 16px;
  font-size: 14px;
  color: #707887;
  margin-bottom: 25px;
}

.question-number span {
  display: inline-block;
  margin: 0 3px;
}

.test-wrapper h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-grid {
  margin-left: -30px;
}

.answers {
  padding: 0;
}

@media (max-width: 992px) and (min-width: 768px) {
  .answers {
    margin: 0;
  }
}

.uk-width-1-2 {
  width: 50%;
}

.answers li {
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 992px) and (min-width: 768px) {
  .answers li {
    padding: 10px;
  }
}

.uk-panel {
  position: relative;
  box-sizing: border-box;
}

.uk-grid > * > :last-child {
  margin-bottom: 0;
}

.answers li .uk-panel {
  border-radius: 6px;
  border: 2px solid #ebeef5;
  padding: 30px 20px;
  transition: all 0.3s;
  display: block;
}

@media (max-width: 992px) and (min-width: 768px) {
  .answers li .uk-panel {
    padding: 15px;
  }
}

.answers li .variant {
  width: 60px;
  height: 100%;
  position: relative;
  float: left;
  min-height: 40px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .answers li .variant {
    width: 40px;
  }
}

.answers li .variant span {
  position: absolute;
  color: #007aff;
  font-size: 18px;
  line-height: 21px;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 21px;
  margin-left: -6px;
  margin-top: -11.5px;
}

@media (max-width: 992px) and (min-width: 768px) {
  .answers li .variant span {
    font-size: 16px;
  }
}

.answers li.active,
.answers li:hover {
  cursor: pointer;
  text-decoration: none;
}

.answers li.active .uk-panel,
.answers li:hover .uk-panel {
  border-color: #95c93d;
}

.main-btn {
  font-size: 16px;
  line-height: 64px;
  text-transform: uppercase;
  padding: 0;
  color: #fff !important;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  min-width: 80%;
  font-weight: 700;
  border: none;
}

.main-btn,
.main-btn:hover {
  color: #25324c;
  background: #95c93d;
  text-decoration: none;
}

.about-us {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 140px;
}

.about-desc {
  width: 40%;
  padding-right: 100px;
}

.about-desc p.text {
  font-size: 16px;
  font-weight: 400;
  color: #707887;
}

.about-desc .facts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.about-desc .facts div {
  padding: 25px;
}

.about-desc .facts div:first-child {
  padding-left: 0;
}

.about-desc .facts div p {
  font-size: 12px;
  font-weight: 400;
  color: #707887;
}

.about-desc .facts div p:first-child {
  font-size: 40px;
  font-weight: 700;
  color: #272c36;
  margin-bottom: 5px;
}

.about-quotes {
  width: 35%;
}

.about-us .quote {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-flex: 0 0 300px;
  -moz-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  -o-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-right: 12px;
}

.about-us .quote div {
  height: 240px;
}

.about-us div {
  border-radius: 5px;
}

.about-us .quote div:nth-child(1) {
  background-color: #6a85b6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6a85b6),
    to(#aabad6)
  );
  background-image: -webkit-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -moz-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -o-linear-gradient(top, #6a85b6, #aabad6);
  background-image: linear-gradient(to bottom, #6a85b6, #aabad6);

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.about-us .quote div:nth-child(2) {
  background-image: url(../images/med1.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 10px;
}

.about-us .quote div:nth-child(1) p {
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
}

.about-us .quote div:nth-child(1) p:before {
  content: url(../images/icons/quote.png);
  position: absolute;
  top: -50px;
  left: 25px;
}

.about-us .quote div:nth-child(1) p:after {
  content: url(../images/icons/quote.png);
  position: absolute;
  bottom: -40px;
  right: 25px;
  transform: rotateZ(180deg);
}

.about-us .quote div:nth-child(1) span {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
}

.about-us .quote div:nth-child(1) span:before {
  position: absolute;
  width: 110px;
  content: "";
  height: 1px;
  background: #fff;
  left: 20px;
  top: 50%;
  opacity: 0.4;
}

.about-us .quote div:nth-child(1) span:after {
  position: absolute;
  width: 110px;
  content: "";
  height: 1px;
  background: #fff;
  right: 20px;
  top: 50%;
  opacity: 0.4;
}

@media screen and (max-width: 1200px) {
  .about-desc {
    padding-right: 20px;
  }
  .about-us .quote {
    justify-content: normal;
  }
}

.about-image {
  width: 25%;
}

.about-image .image {
  width: 100%;
  height: 100%;
  background-image: url(../images/med2.png);
  background-size: cover;
  background-position: 50%;
}

@media screen and (max-width: 1000px) {
  .about-desc {
    width: 100%;
  }
  .about-desc .facts {
    justify-content: center;
  }
  .about-quotes {
    width: 50%;
  }
  .about-image {
    width: 50%;
  }
}
@media screen and (max-width: 630px) {
  .about-desc {
    padding-right: 0;
  }
  .about-quotes {
    width: 100%;
  }
  .about-us .quote {
    flex-direction: row;
  }
  .about-us .quote div:nth-child(2) {
    height: 100%;
    width: 100%;
    margin: 0 0 0 10px;
  }
  .about-image {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .about-desc .facts div {
    padding: 10px;
    justify-content: space-around;
  }
  .about-us .quote div:nth-child(1) span:before {
    width: 60px;
  }
  .about-us .quote div:nth-child(1) span:after {
    width: 60px;
  }
  .about-us .quote div:nth-child(1) p {
    margin-top: 25px;
  }
  .about-us .quote div:nth-child(1) p:before {
    top: -18px;
  }
}

@media screen and (max-width: 1200px) {
  .about-desc {
    padding-right: 20px;
  }
  .about-us .quote {
    justify-content: normal;
  }
}

.about-image {
  width: 25%;
}

.about-image .image {
  width: 100%;
  height: 100%;
  background-image: url(../images/med2.png);
  background-size: cover;
  background-position: 50%;
}

@media screen and (max-width: 1000px) {
  .about-desc {
    width: 100%;
  }
  .about-desc .facts {
    justify-content: center;
    text-align: center;
  }
  .about-quotes {
    width: 50%;
  }
  .about-image {
    width: 50%;
  }
}
@media screen and (max-width: 630px) {
  .about-desc {
    padding-right: 0;
  }
  .about-quotes {
    width: 100%;
  }
  .about-us .quote {
    flex-direction: row;
  }
  .about-us .quote div:nth-child(2) {
    height: 100%;
    width: 100%;
    margin: 0 0 0 10px;
  }
  .about-image {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .about-desc .facts div {
    padding: 10px;
    justify-content: space-around;
  }
  .about-us .quote div:nth-child(1) span:before {
    width: 60px;
  }
  .about-us .quote div:nth-child(1) span:after {
    width: 60px;
  }
  .about-us .quote div:nth-child(1) p {
    margin-top: 25px;
  }
  .about-us .quote div:nth-child(1) p:before {
    top: -18px;
  }
}

.video {
  background-position: center;
  background-size: cover;
  padding-top: 75px;
  text-align: center;
  color: #fff;
  height: 500px;
  margin-bottom: 300px;
}

.video .inner {
  width: 100%;
}

.video .inner img {
  width: 67px;
  margin: 40px 0;
  margin-top: 20px;
}

.video .inner p {
  font-size: 16px;
  font-weight: 400;
}

.video .inner p.title {
  font-size: 28px;
  font-weight: 900;
}

.video .video-block {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: -225px;
  height: 450px;
  background: #000;
  position: relative;
  width: 900px;
  -webkit-box-shadow: 0 5px 99px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 99px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 99px 2px rgba(0, 0, 0, 0.1);
}

.video .video-block .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 2px solid #95c93d;
  transition: 0.3s ease;
  z-index: 1;
}

.video .video-block .play-btn button {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  outline: none;
}

.video .video-block .play-btn button i {
  font-size: 40px;
  color: #fff;
}

.video .video-block .play-btn:hover {
  background: #95c93d;
}

.video .video-block .play-btn:focus {
  background: #7daf28;
}

.video .video-block .play-btn:active {
  background: #7daf28;
}

.video .video-block .play-btn:visited {
  background: #7daf28;
}

.video .video-block iframe {
  width: 100%;
  height: 100%;
}

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

.news .news-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news .news-inner .item {
  max-width: 335px;
  margin: 15px 0;
}

.news .news-inner p {
  font-size: 16px;
  font-weight: 400;
}

.news .news-inner p.date {
  color: #707887;
}

.news .title-big button {
  width: auto;
  padding: 0 40px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.news .title-big .more {
  width: auto;
}

.news .title-big a {
  width: auto;
  padding: 0 40px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.mobile-news {
  display: none;
}

@media screen and (max-width: 500px) {
  .web-ver {
    display: none !important;
  }
  .mobile-news {
    display: block;
    padding: 50px 0 20px;
  }
}

.foot-bar {
  /*background-image: linear-gradient(to right, rgba(161, 140, 209, 0.56), rgba(64, 51, 95, 0.56));*/

  background-color: rgba(161, 140, 209, 0.56);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(161, 140, 209, 0.56)),
    to(rgba(64, 51, 95, 0.56))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(161, 140, 209, 0.56),
    rgba(64, 51, 95, 0.56)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(161, 140, 209, 0.56),
    rgba(64, 51, 95, 0.56)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(161, 140, 209, 0.56),
    rgba(64, 51, 95, 0.56)
  );
  background-image: linear-gradient(
    to right,
    rgba(161, 140, 209, 0.56),
    rgba(64, 51, 95, 0.56)
  );
  /*border: 1px solid #707070;*/
  overflow: hidden;
}

.foot-bar .inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 25px 0;
  position: relative;
}
.foot-bar .inner img {
  position: absolute;
  right: -5%;
}
.foot-bar .inner div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.foot-bar .inner div p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.foot-bar .inner div p:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-right: 80px;
  position: relative;
}

.foot-bar .inner div p:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  right: -40px;
  top: -8px;
  transform: rotate(25deg);
  background: #fff;
}

.foot-bar .inner button {
  width: auto;
  padding: 0 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: transparent;
  outline: none;
  margin: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

footer {
  padding-top: 20px;
}

footer .up-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .up-row .personal-income-form {
  width: auto;
  padding: 0 40px;
  font-size: 12px;
  color: #2f2f2f;
  font-weight: 700;
  border-color: #95c93d;
}

footer .up-row button {
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  outline: none;
  margin: 0 5px;
}

footer .up-row button a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

footer .up-row button a img {
  max-width: 20px;
  max-height: 20px;
}

footer .up-row button.callback {
  width: auto;
  padding: 0 40px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
}

footer .up-row button.callback {
  border-color: #95c93d;
}

footer .up-row .socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

footer .footer-inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-inner .pay-img-block {
  display: flex;
  flex-direction: row;
  width: 100%;
}

footer .footer-inner div {
  margin: 15px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 33.3%;
}

@media screen and (max-width: 768px) {
  footer .footer-inner div {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  footer .footer-inner div {
    width: 100%;
  }
}

footer .footer-inner div p {
  color: #272c36;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

footer .footer-inner div ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

footer .footer-inner div ul li {
  margin: 12px 0;
}

footer .footer-inner div ul li a {
  color: #707887;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

footer .footer-inner div img {
  width: 57px;
  margin-bottom: 25px;
}

footer .copyright {
  width: 100%;
  padding: 30px 0;
}

footer .copyright p {
  color: #707887;
  font-size: 14px;
  font-weight: 400;
}

.footer-mobile-nav {
  display: none;
}

.footer-mobile-nav .card {
  border: none;
}

.footer-mobile-nav .card-header {
  background-color: transparent;
}

.footer-mobile-nav .btn-link {
  width: 100%;
  text-align: left;
  color: #707887;
  position: relative;
}

.footer-mobile-nav ul {
  list-style: none;
  padding: 10px;
}

.footer-mobile-nav ul li {
  padding: 20px 0;
}

.footer-mobile-nav ul li a {
  color: #707887;
}

.footer-mobile-nav ul li a:hover {
  color: #707887;
}

.footer-mobile-nav .btn-link i {
  position: absolute;
  top: 7px;
  right: 12px;
  font-size: 18px;
  color: #707887;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-mobile-nav .btn-link i.material-icons {
  right: 12px;
  left: auto;
  font-size: 25px;
}

.footer-mobile-nav .btn-link[aria-expanded="true"] i.material-icons {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-mobile-nav .pay-img-block {
  margin-top: 20px;
}

.footer-mobile-nav .pay-img-block img {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.error-page {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.error-page-wrapper {
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.error-page-content {
  width: 30%;
}

.error-page-title {
  font-size: 120px;
  color: #ee5253;
  font-weight: 700;
}

.error-page-desc {
  font-size: 24px;
  font-weight: 400;
  color: #272c36;
}

.error-page-code {
  font-size: 16px;
  font-weight: 700;
  color: #707887;
}

.error-page-image {
  background: url("../images/bacteria.svg") 0 0 no-repeat;
  width: 298px;
  height: 298px;
  margin-top: 15px;
}

.btn-up {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: -50px;
  right: 50px;
  border-radius: 50%;
  border: none;
  background: #d0d0d0;
  z-index: 100;
  outline: 0 !important;
  transition: 0.4s;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.btn-up::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-up.btn-up-active {
  bottom: 50px;
}

@media screen and (max-width: 500px) {
  .btn-up {
    right: 30px;
  }

  .btn-up.btn-up-active {
    bottom: 110px;
  }
}

.cart {
  position: relative;
}

.cart .cart-inner {
  cursor: pointer;
}

.cart-list.empty .simplebar-scroll-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

#cart-popup {
  display: none;
  position: absolute;
  bottom: auto;
  left: -110px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
  height: 520px;
  width: 356px;
}

#cart-popup.show {
  display: block;
}

#regionModal .modal-dialog {
  max-width: 1140px;
}

#regionModal .modal-dialog .modal-content {
  height: 600px;
}

#regionModal .modal-dialog .modal-content .modal-header {
  padding: 38px 40px;
}

#regionModal .modal-dialog .modal-content .modal-header h5 {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
}

#regionModal .modal-dialog .modal-content .modal-header i {
  font-size: 30px;
  color: #5f6371;
}

#regionModal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
}

#regionModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  /*padding: 40px;*/
  padding-right: 0;
  position: relative;
}

#regionModal .modal-dialog .modal-content .modal-body:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgb(255, 255, 238))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgb(255, 255, 238)
  );
}

#regionModal .modal-dialog .modal-content .inner {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px;
}

#regionModal .modal-dialog .modal-content .inner .item {
  width: 200px;
}

#regionModal .modal-dialog .modal-content .inner div p {
  color: #214e92;
  font-size: 20px;
  font-weight: 700;
}

#regionModal .modal-dialog .modal-content .inner div ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

#regionModal .modal-dialog .modal-content .inner div ul li {
  margin: 0;
  margin-bottom: 20px;
  line-height: normal;
}

#regionModal .modal-dialog .modal-content .inner div ul li a {
  line-height: normal;
  color: #272c36;
  font-size: 16px;
  font-weight: 400;
}

#regionModal .modal-dialog .modal-content .inner .simplebar-scroll-content {
  width: 100%;
}

header .search form .drop-list ul li label.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  cursor: pointer;
}

header .search form .drop-list ul li label.checkbox span.title {
  padding: 0;
  border: none;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header
  .search
  form
  .drop-list
  ul
  li
  label.checkbox
  input[type="checkbox"]
  + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

header
  .search
  form
  .drop-list
  ul
  li
  label.checkbox
  input[type="checkbox"]:checked
  + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

header .search form .drop-list ul li label.checkbox span.title p {
  margin: 0;
}

header .search form .drop-list ul li label.checkbox span.title p.name {
  max-width: 80%;
  white-space: initial;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}

header .search form .drop-list ul li label.checkbox span.title p.price {
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  color: #2f2f2f;
  padding: 0;
}

header .search form {
  position: relative;
}

header .search form .drop-list {
  display: none;
  position: absolute;
  bottom: -305px;
  z-index: 99;
  left: 0;
  height: 305px;
  width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
}

header .search form .drop-list.show {
  display: block;
}

header .search form .drop-list ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
}

header .search form .drop-list ul li a {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

header .search form .drop-list i {
  position: relative;
  right: 0;
  top: 0;
  transform: none;
}

header .search form .drop-list.empty ul {
  display: none;
}

header .search form .drop-list.empty div ul.prop {
  display: block;
}

header .search form .drop-list.empty .empty-text div:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 2px dotted #ebebeb;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 40px;
}

header .search form .drop-list.empty .empty-text div:first-child p {
  font-size: 14px;
  font-weight: 400;
  color: #a5a8b4;
  width: 290px;
}

header .search form .drop-list.empty .empty-text div:first-child p:first-child {
  font-size: 16px;
  font-weight: 700;
  color: #5a5a5a;
}

header .search form .drop-list.empty .empty-text div:nth-child(2) p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #5a5a5a;
  margin: 20px 0;
  margin-bottom: 0;
}

header .search form .drop-list.empty .empty-text div:nth-child(2) ul li p {
  margin: 0;
}

.leftsidemodal {
  padding-right: 0 !important;
}

.leftsidemodal .modal-dialog {
  max-width: 500px;
  height: 100%;
  margin: auto;
  margin-right: 0;
}

.leftsidemodal .modal-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
}

.leftsidemodal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 38px 40px;
  justify-content: flex-end;
  z-index: 9;
  position: absolute;
  right: 0;
}

.leftsidemodal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
}

.leftsidemodal .modal-dialog .modal-content .modal-header i {
  font-size: 30px;
  color: #5f6371;
}

.leftsidemodal .modal-dialog .modal-content .modal-body .inner {
  padding: 80px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.leftsidemodal .modal-dialog .modal-content .modal-body .inner .big-title {
}

.leftsidemodal .modal-dialog .modal-content .modal-body .inner .form form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.leftsidemodal
  .modal-dialog
  .modal-content
  .modal-body
  .inner
  .form
  form
  label {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 12px;
}

.leftsidemodal form label input {
  width: 100%;
  height: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #5f6371;
  padding-left: 15px;
}

.leftsidemodal form label button {
  width: 100%;
  height: 40px;
  height: 50px;
  border: 1px solid #95c93d;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #95c93d;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease;
  margin-top: 28px;
}

.leftsidemodal form label button:hover {
  background: #85b533;
}

.leftsidemodal form label p {
  margin: 7px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #5f6371;
}

.leftsidemodal form label p i {
  margin-left: 5px;
}

.leftsidemodal form label a {
  margin: 7px 0;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.leftsidemodal form label.focused p {
  color: #0371c4;
}

.leftsidemodal form label.focused input {
  border-color: #0371c4;
}

.leftsidemodal form label.error p {
  color: #95c93d;
  display: none;
}

.leftsidemodal form label.error p.err-p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.leftsidemodal form label.error input {
  border-color: #95c93d;
}

.leftsidemodal form {
  margin-bottom: 20px;
}

.leftsidemodal .form p.results {
  font-size: 14px;
  font-weight: 400;
  color: #92949d;
  text-align: center;
  margin: 0;
}

.leftsidemodal .form p.results a {
  font-size: 14px;
  font-weight: 700;
  color: #0371c4;
  text-decoration: none;
}

.leftsidemodal .modal-body .foot {
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ebebeb;
}

.leftsidemodal .modal-body .foot p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.leftsidemodal .modal-body .foot button {
  width: 200px;
  height: 50px;
  border: 1px solid #95c93d;
  border-radius: 5px;
  background: #fff;
  outline: none;
  color: #95c93d;
  font-size: 16px;
  font-weight: 700;
}

.leftsidemodal .modal-body .foot button:hover {
  border-color: #85b533;
  color: #85b533;
}

.btn-success {
  width: 100%;
  height: 40px;
  border: 1px solid #95c93d;
  border-radius: 5px;
  outline: none;
  text-align: center;
  color: #fff;
  background: #95c93d;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease;
  margin-top: 28px;
}

.btn-success:hover {
  background-color: #85b533;
  border: 1px solid #85b533;
}

.offer-modal i.material-icons {
  font-size: 30px;
  color: #5f6371;
}

.offer-modal .modal-footer {
  justify-content: center;
}

.offer-modal .modal-footer .btn {
  width: 50%;
}

.right-side-text {
  padding: 20px 0;
  text-align: right;
}

.personal-form-modal .modal-title {
  text-align: center !important;
}

.personal-form-modal li {
  margin-bottom: 20px;
}

.form-alert {
  font-weight: 700;
  padding-left: 40px;
}

.personal-form-modal .modal-footer {
  justify-content: center;
}

.personal-form-modal .modal-footer .btn {
  width: 50%;
}

.personal-form-modal .modal-footer .btn a {
  color: #fff;
}

.personal-form-modal .modal-footer .btn a:hover {
  text-decoration: none;
  color: #fff;
}

.breadcrums {
  margin: 30px 0;
}

.breadcrums ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrums ul li {
  margin-right: 10px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  color: #5f6371;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.breadcrums ul li i {
  margin-left: 5px;
}

/*.breadcrums ul li:after {
	content: url(../images/icons/right.svg);
	position: absolute;
	right: -25px;
	top: 0;
}*/
.breadcrums ul li:last-child:i {
  display: none;
}

#SignInModal .modal-body .inner {
  padding-top: 40px;
}

.leftsidemodal .modal-body .text {
  font-size: 14px;
  color: #5f6371;
}

.leftsidemodal form label span {
  margin: 7px 0;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #0371c4;
}

.tooltip > .tooltip-inner {
  color: #fff;
  padding: 15px;
  font-size: 12px;
  max-width: none;
  text-align: left;
  width: 230px !important;
}

.leftsidemodal form .sex {
  width: 100%;
}

.leftsidemodal form .sex div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

.leftsidemodal form .sex div label.radio {
  width: 170px !important;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0;
  justify-content: flex-start !important;
  padding-left: 15px;
  margin-bottom: 0 !important;
  -ms-align-items: center;
  align-items: center;
}

.leftsidemodal form .sex div label.radio:first-child {
  border-right: 1px solid #e2e2e2;
}

.leftsidemodal form .sex div label.radio input {
  width: auto !important;
}

.leftsidemodal form .sex p {
  margin: 7px 0;
}

.leftsidemodal form label.checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start !important;
  margin: 0;
  margin-bottom: 30px;
  cursor: pointer;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

#SignInModal.leftsidemodal form label.checkbox {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#SignInModal.leftsidemodal form label.checkbox p {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leftsidemodal form label.checkbox input[type="checkbox"] + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.leftsidemodal
  form
  label.checkbox
  input[type="checkbox"]:checked
  + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

.leftsidemodal form label.checkbox p {
  font-size: 14px;
  font-weight: 400;
  color: #707887;
  margin: 0;
  width: 80%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leftsidemodal form label.checkbox p a {
  text-decoration: none;
  color: #0371c4;
  margin: 0;
  margin-left: 5px;
}

#SignInModal form {
  margin-bottom: 50px;
}

/*radio buttons*/
/* The container */
.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

/* On mouse-over, add a grey background color */
.radio:hover input ~ .radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #95c93d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio .checkmark:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #95c93d;
}

#GetResultModal.leftsidemodal .modal-dialog .modal-content .modal-body .inner {
  padding-top: 25px;
}

.leftsidemodal form label span.bday-inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.leftsidemodal form label span.bday-inner input {
  border: none;
  height: 100%;
}

.leftsidemodal form label span.bday-inner .dropdown-wrapper {
  height: 100%;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  -webkit-flex: 1 0 180px;
  -moz-flex: 1 0 180px;
  -ms-flex: 1 0 180px;
  -o-flex: 1 0 180px;
  flex: 1 0 180px;
}

.leftsidemodal form label span.bday-inner input:first-child {
  flex: 0 0 60px;
}

.leftsidemodal form label span.bday-inner .dropdown-wrapper .dropdown {
  height: 100%;
}

.leftsidemodal
  form
  label
  span.bday-inner
  .dropdown-wrapper
  .dropdown
  .ae-select {
  padding: 0 15px;
  height: 100%;
  justify-content: space-between;
}

.leftsidemodal
  form
  label
  span.bday-inner
  .dropdown-wrapper
  .dropdown
  .ae-select
  span {
  font-size: 14px;
  color: #2f2f2f;
}

.leftsidemodal .dropdown-wrapper ul.drop-menu {
  position: relative;
  bottom: -1px;
}

.leftsidemodal .dropdown-wrapper ul.drop-menu li {
  padding: 0;
}

.leftsidemodal .dropdown-wrapper ul.drop-menu li a {
  margin: 0;
  font-size: 14px;
  color: #2f2f2f;
  padding: 5px 15px;
}

.leftsidemodal form label textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #5f6371;
}

/*#CallBack.leftsidemodal .modal-dialog .modal-content .modal-body .inner*/

.leftsidemodal.content-pop .modal-dialog {
  max-width: 600px;
}

.leftsidemodal.modal.fade .modal-dialog {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.leftsidemodal.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.leftsidemodal .modal-body .text {
  /*height: 500px;*/
}

.leftsidemodal .modal-body .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftsidemodal .modal-body .text ul li a {
  color: #0371c4;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  text-decoration: none;
  display: block;
}

.leftsidemodal .modal-body .text ul li a:hover {
  /*color:*/
}

.leftsidemodal.content-pop .title-big p {
  font-size: 28px;
}

.leftsidemodal.content-pop .modal-dialog .modal-content .modal-body .inner {
  padding: 60px;
  padding-top: 60px;
}

.leftsidemodal.content-pop
  .modal-dialog
  .modal-content
  .modal-body
  .foot
  p.price {
  font-weight: 700;
  font-size: 20px;
  color: #2f2f2f;
}

.leftsidemodal.content-pop
  .modal-dialog
  .modal-content
  .modal-body
  .foot
  p.price
  span {
  text-decoration: line-through;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  margin-left: 5px;
}

.leftsidemodal.content-pop
  .modal-dialog
  .modal-content
  .modal-body
  .foot
  button {
  background: #95c93d;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
  width: 200px;
}

.leftsidemodal.content-pop
  .modal-dialog
  .modal-content
  .modal-body
  .foot
  button:hover {
  background: #85b533;
}

.leftsidemodal .modal-body .inner .back {
  padding: 30px 0;
}

.leftsidemodal .modal-body .inner .back a {
  font-size: 12px;
  font-weight: 400;
  color: #5f6371;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.leftsidemodal .modal-body .inner .back a i {
  margin-right: 5px;
}

.leftsidemodal .modal-body .inner .text p.sub-title {
  font-size: 18px;
  font-weight: 700;
  color: #2f2f2f;
  margin: 20px 0;
}

.news-gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.news-gallery .item {
  height: 400px;
  width: 350px;
  margin: 22px 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-bottom: 18px solid #fff;
}

.news-gallery .item .image {
  width: 100%;
  height: 180px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  overflow: hidden;
}

.news-gallery .item .image img {
  max-width: 100%;
  max-height: 100%;
}

.news-gallery .item .info {
  height: 400px;
  width: 100%;
  position: relative;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
  transition: 0.3s ease;
}

.news-gallery .item .info a {
  background: #95c93d;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
  /*width: 170px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.news-gallery .item .info a.h-link {
  background: white;
  padding: 0;
  justify-content: center;
}

.news-gallery .item .info a.h-link:hover {
  background: white;
  padding: 0;
}

.news-gallery .item .info a:hover {
  background: #85b533;
}

.news-gallery .item .info p.desc {
  color: #707887;
  font-size: 16px;
  font-weight: 400;
}

.news-gallery .item .info p.date {
  color: #707887;
  font-size: 14px;
  font-weight: 400;
}

.news-gallery .item .info p.name {
  color: #272c36;
  font-size: 20px;
  font-weight: 700;
}

.news-gallery .item .info h4.name {
  color: #272c36;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.analyzes-cost-block .sales-gallery .item .info h4.name a {
  color: #272c36;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.news-gallery .item:hover .image {
  /*transform: translate(0, -180px);*/
}

.news-gallery .item:hover .info {
  transform: translate(0, -180px);
}

.page {
  background: #eff0f2;
  padding-bottom: 50px;
}

.page .title-big:before {
  display: none;
}

.page .title-big p {
  padding: 0;
}

.page .title-big h1 {
  padding: 0;
  font-weight: 900;
  font-size: 40px;
  color: #2f2f2f;
}

.title-big h2 {
  font-weight: 900;
  font-size: 40px;
  color: #2f2f2f;
  padding: 15px 0;
}

.page .big-image {
  width: 100%;
  height: 400px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
  margin-top: 20px;
}

.page .big-image img {
  width: 100%;
}

.page .inner {
  background: #fff;
  padding: 10px 80px 40px 80px;
  width: 100%;
}

.page .pagination {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.page .pagination button {
  width: 180px;
  padding: 0 15px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-around;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  outline: none;
  margin: 5px;
  background: #fff;
}

.page .pagination button i {
  font-size: 24px;
  color: #2f2f2f;
}

.modal.place-adr .modal-dialog {
  max-width: 1140px;
}

.modal.place-adr .modal-body .inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
}

.modal.place-adr .modal-body .inner .list-block {
  height: 380px;
  width: 360px;
  border: 1px solid #d9dee8;
  border-radius: 5px;
  padding-left: 0px;
}

.modal.place-adr .modal-body .inner .list-block ul,
.modal.place-adr .modal-body .inner .list-block ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.modal.place-adr .modal-body .inner .list-block li {
  padding: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #272c36;
  font-weight: 400;
}

.modal.place-adr .modal-body .inner .list-block li:hover {
  background: #f5f7fa;
}

.modal.place-adr .modal-body .inner .list-block li span {
  margin-left: 20px;
}

.modal.place-adr .modal-body .inner .list-block li.active {
  background: #f5f7fa;
}

.modal.place-adr .modal-body .inner .map-block {
  border: 1px solid #d9dee8;
  border-radius: 5px;
  background: #d9dee8;
  width: 700px;
  height: 380px;
}

.modal.place-adr .modal-body .inner .map-block #map {
  height: 100%;
}

.modal.place-adr .modal-body .inner .map-block div {
  /*background: transparent !important;*/
  /*padding: 0 !important;*/
}

#map
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div {
  width: 320px !important;
  height: 155px !important;
  border-radius: 5px;
  overflow: hidden;
  top: -100px !important;
}

#map
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div
  > div:nth-child(1)
  > div:nth-child(2) {
  width: 320px !important;
  height: 155px !important;
  background: transparent !important;
}

#map
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div
  > div.gm-style-iw {
  width: 320px !important;
  height: 155px !important;
  background: transparent !important;
  left: 0 !important;
  top: 0 !important;
}

#map
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div
  > div.gm-style-iw
  > div {
  width: 320px !important;
  height: 155px !important;
  background: transparent !important;
  left: 0 !important;
  top: 0 !important;
}

#map
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div
  > div.gm-style-iw
  > div
  > div {
  width: 320px !important;
  height: 155px !important;
  background: transparent !important;
  left: 0 !important;
  top: 0 !important;
  overflow: hidden !important;
}

.modal.place-adr
  .modal-body
  .inner
  .map-block
  #map
  > div
  > div
  > div:nth-child(1)
  > div:nth-child(3)
  > div
  > div:nth-child(4)
  > div
  > div:nth-child(1)
  > div:nth-child(4) {
  background: rgba(39, 43, 49, 0.9) !important;
  padding: 0 !important;
  width: 320px !important;
  height: 155px !important;
}

.modal.place-adr .modal-body .inner .map-block #content {
  background: rgba(39, 43, 49, 0.9);
  color: #fff;
  height: 100%;
  padding: 16px;
}

.modal.place-adr .modal-body .inner .map-block #content #firstHeading {
  font-size: 16px;
  font-weight: 900;
  margin: 15px 0;
}

.modal.place-adr .modal-body .inner .map-block #content #bodyContent p {
  font-size: 12px;
  font-weight: 400;
}

.modal.place-adr .posts_list {
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.modal.place-adr .posts_list:hover {
  background: #f5f7fa;
}

.modal.place-adr .posts_list.current {
  background: #f5f7fa;
}

.modal.place-adr .posts_list p {
  font-size: 14px;
  font-weight: 400;
  color: #272c36;
  margin: 0;
  padding-left: 20px;
}

.modal.place-adr .posts_list p span {
  padding-left: 20px;
}

.modal.place-adr .modal-body .footer-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal.place-adr .modal-body .footer-info p {
  color: #707887;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.modal.place-adr .modal-body .footer-info .text p:first-child {
  margin-bottom: 15px;
}

.modal.place-adr .modal-body .footer-info .accept {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  border-left: 1px solid #d9dee8;
}

.modal.place-adr .modal-body .footer-info .accept p {
  font-size: 12px;
  margin: 0;
}

.modal.place-adr .modal-body .footer-info .accept p.adress-name {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 700;
}

.modal.place-adr .modal-body .footer-info .accept button {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}

.modal.place-adr .modal-body {
  padding: 0;
}

.modal.place-adr .modal-header {
  border: none;
  padding: 30px;
}

.modal.place-adr .modal-header i {
  font-size: 30px;
}

.page .packages-gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.simplebar-scroll-content {
  width: auto !important;
  height: auto !important;
}

.page .packages-gallery .item {
  width: 200px;
  min-width: 200px;
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  margin: 15px;
  margin-left: 0;
  margin-right: 20px;
}

.page .packages-gallery .item .image {
  height: 200px;
  width: 100%;
  text-align: center;
  background-color: #6a85b6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6a85b6),
    to(#aabad6)
  );
  background-image: -webkit-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -moz-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -o-linear-gradient(top, #6a85b6, #aabad6);
  background-image: linear-gradient(to bottom, #6a85b6, #aabad6);
  box-shadow: 0 0 0 128px rgba(0, 0, 0, 0.5) inset;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.page .packages-gallery .item .image img {
  width: 35px;
  height: 25px;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page .packages-gallery .item .image p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  opacity: 0.75;
}

.page .packages-gallery .item .image p.name {
  font-weight: 900;
  font-size: 14px;
  opacity: 1;
}

.page .packages-gallery .item .btn-block {
  padding: 16px;
}

.page .packages-gallery .item .btn-block p {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
}

.page .packages-gallery .item .btn-block button {
  background: #95c93d;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  transition: 0.3s ease;
  outline: none;
  width: 100%;
}

.page .packages-gallery .item .btn-block button:hover {
  background: #85b533;
}

.page .packages-gallery .item .btn-block p span {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  color: #6f6f6f;
}

.page .packages-gallery .item:hover {
  margin-top: 0px;
}

.page .filtr {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.page .filtr .search input {
  width: 100%;
  /*height: 100%;*/
  background: #fff;
  color: #2f2f2f;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
}

.page .filtr .search {
  width: 355px;
  margin: 0;
  margin-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 40px;
}

.page .filtr .sex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  width: 300px;
}

.page .filtr .sex label.radio:first-child {
  border-right: 1px solid #e2e2e2;
}

.page .filtr .sex label.radio {
  width: 170px !important;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0;
  justify-content: flex-start !important;
  padding-left: 15px;
  margin-bottom: 0 !important;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

.modal-body {
  height: 100%;
}

/*.simplebar-scroll-content {
	width: 100%;
	height: 100%;
}*/
.page .filtr .sex p {
  margin: 7px 0;
}

.page .filtr .sex label p {
  margin: 7px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #5f6371;
}

.page .filtr .inner-filtr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.page .filtr button {
  width: auto;
  height: 40px;
  /*border: 1px solid #E2E2E2;*/
  /*border-radius: 5px;*/
  border: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: transparent;
  outline: none;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  color: #2f2f2f;
}

.page .filtr button i {
  color: #2f2f2f;
  margin-right: 15px;
}

.page .filtr {
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .filtr button:hover {
  color: #000;
}

.page .sales-gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page .sales-gallery .item {
  width: 350px;
  height: 545px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 40px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  margin: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}

.page .sales-gallery .item:hover {
  margin-top: 5px;
}

.page .sales-gallery .item .image {
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page .sales-gallery .item .image img {
  max-height: 100%;
}

.page .sales-gallery .item .image .price-marker {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.page .sales-gallery .item .image .price-marker p {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}

.page .sales-gallery .item .price-marker {
  /*background-image: linear-gradient(#F0DABA,#F29A7E);*/

  background-color: #f0daba;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0daba),
    to(#f29a7e)
  );
  background-image: -webkit-linear-gradient(top, #f0daba, #f29a7e);
  background-image: -moz-linear-gradient(top, #f0daba, #f29a7e);
  background-image: -o-linear-gradient(top, #f0daba, #f29a7e);
  background-image: linear-gradient(to bottom, #f0daba, #f29a7e);
}

.page .sales-gallery .item:nth-child(2n) .price-marker {
  /*background-image: linear-gradient(#A18CD1,#FBC2EB);	*/

  background-color: #a18cd1;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#a18cd1),
    to(#fbc2eb)
  );
  background-image: -webkit-linear-gradient(top, #a18cd1, #fbc2eb);
  background-image: -moz-linear-gradient(top, #a18cd1, #fbc2eb);
  background-image: -o-linear-gradient(top, #a18cd1, #fbc2eb);
  background-image: linear-gradient(to bottom, #a18cd1, #fbc2eb);
}

.page .sales-gallery .item:nth-child(3n) .price-marker {
  /*background-image: linear-gradient(#6A85B6,#AABAD6);	*/

  background-color: #6a85b6;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6a85b6),
    to(#aabad6)
  );
  background-image: -webkit-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -moz-linear-gradient(top, #6a85b6, #aabad6);
  background-image: -o-linear-gradient(top, #6a85b6, #aabad6);
  background-image: linear-gradient(to bottom, #6a85b6, #aabad6);
}

.page .sales-gallery .item .info {
  padding: 20px;
  background-color: #fff;
  flex-grow: 1;
  width: 100%;
}

.page .sales-gallery .item .info p.date {
  color: #707887;
  font-size: 14px;
  font-weight: 400;
}

.page .sales-gallery .item .info p.name a {
  color: #272c36;
  font-size: 26px;
  font-weight: 900;
  text-decoration: none;
  line-height: normal;
}

.page .sales-gallery .item .info p.desc {
  color: #707887;
  font-size: 16px;
  font-weight: 400;
}

.page .big-image.sales {
  position: relative;
}

.page .big-image.sales .sale-marker {
  position: absolute;
  top: 0;
  right: 80px;
  width: 100px;
  height: 120px;
  background-color: #f0daba;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f0daba),
    to(#f29a7e)
  );
  background-image: -webkit-linear-gradient(top, #f0daba, #f29a7e);
  background-image: -moz-linear-gradient(top, #f0daba, #f29a7e);
  background-image: -o-linear-gradient(top, #f0daba, #f29a7e);
  background-image: linear-gradient(to bottom, #f0daba, #f29a7e);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}

.page .big-image.sales .sale-marker p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.page .big-image.sales .sale-marker p:last-child {
  font-size: 12px;
  font-weight: 400;
}

.page .text a {
  color: #0371c4;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}

.page .inner-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.page .inner-tabs ul {
  width: 260px;
  -webkit-flex: 1 0 260px;
  -moz-flex: 1 0 260px;
  -ms-flex: 1 0 260px;
  -o-flex: 1 0 260px;
  flex: 1 0 260px;
  margin: 0;
  margin-right: 12px;
  background: #fff;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 10px;
  border: none;
}

.page .inner-tabs ul li {
  width: 100%;
  border: none;
  padding: 0px;
}

.page .inner-tabs ul li a {
  border: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #272c36;
}

.page .inner-tabs ul li a.active {
  background: #f5f7fa;
}

.page .inner-tabs ul li a:hover {
  background: #f5f7fa;
}

.page .inner-tabs .tab-content {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -o-flex: 0 1 auto;
  flex: 0 1 auto;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  max-width: 820px;
}

.page .inner-tabs .tab-content .tab-pane .inner {
  width: 100%;
  padding: 40px;
}

.page .inner-tabs .tab-content .tab-pane .inner p.title {
  font-size: 28px;
  font-weight: 900;
  color: #2f2f2f;
}

.page .inner-tabs .tab-content .tab-pane .inner p.sub-title {
  color: #2f2f2f;
  font-weight: 700;
  font-size: 18px;
}

.page .inner-tabs .tab-content .tab-pane .inner p {
  color: #5f6371;
  font-size: 14px;
  font-weight: 400;
}

.page .inner-tabs .tab-content .tab-pane .inner img {
  max-width: 100%;
}

.page .inner-tabs .tab-content .tab-pane .inner a {
  font-size: 14px;
  font-weight: 700;
  color: #0371c4;
  display: block;
  margin-bottom: 15px;
}

/**/
.den_new_color {
  background-color: #ebeef5;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 25px 0;
}

.breadcrumbs a {
  font-family: Lato, serif;
  font-style: normal;
  font-size: 12px;
  color: #5f6371;
}

.breadcrumbs .material-icons.down-icon {
  font-size: 20px;
  color: #5f6371;
}

.user {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}

.user .photo {
  padding: 40px;
}

.user .photo .img {
  width: 120px;
  height: 120px;
  background-color: #d0d0d0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user .info {
  padding-top: 20px;
  padding-right: 20px;
  width: 100%;
}

.user .info .name {
  color: #2f2f2f;
  font-size: 28px;
  font-family: Lato, serif;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
}

.user .info .name .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  font-size: 12px;
  color: #2f2f2f;
  width: 150px;
  height: 40px;
}

.user .info .line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 28px;
  margin-bottom: 36px;
}

.user .info .user_contacts {
  display: flex;
  justify-content: space-between;
}

.user .info .user_contacts .left {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  width: 100%;
}

.user .info .user_contacts .left .block span {
  font-family: Lato, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 15px;
}

.user .info .user_contacts .left .block p {
  margin: 0;
  color: #2f2f2f;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
}

.user .info .user_contacts .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
}

.user .info .user_contacts .right .info-bonus {
  margin-right: 10px;
}

.user .info .user_contacts .right .info-bonus span {
  display: flex;
  align-items: center;
  font-family: Lato, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #6c6c6c;
  line-height: 15px;
}

.user .info .user_contacts .right .info-bonus span i {
  margin-right: 5px;
}

.user .info .user_contacts .right .info-bonus p {
  margin: 0;
  width: 100%;
  text-align: right;
  color: #2f2f2f;
  font-family: "Lato", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
}

.tabs_button {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 40px;
}

.tabs_button li {
  margin-bottom: 20px;
  margin-right: 20px;
}

.tabs_button li a {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  color: #a1a4ac;
  text-decoration: none;
  position: relative;
}

.tabs_button li a.active {
  color: #2f2f2f;
}

.tabs_button li a.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  background-color: #95c93d;
  bottom: -25px;
}

.tabs_button li:last-child {
  margin-right: 0;
}

.tabs_item {
  display: none;
}

.tabs_item.active {
  display: block;
  width: 100%;
}

.tabs_item.active .row-item {
  display: flex;
  align-items: center;
}

.tabs_item.active .title .row-item {
  border-radius: 6px 6px 0 0;
  background: #5f6371;
  padding: 13px 20px;
}

.tabs_item.active .title .row-item span {
  color: #fff;
  font-family: Lato, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}

.tabs_item.active .row-item {
  padding: 12px 20px;
  background-color: #fff;
}

.tabs_item.active .row-item .col-block {
  width: 100%;
  color: #2f2f2f;
  font-family: Lato, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs_item.active .row-item .col-block .color_green {
  color: #0aaa1c;
}

.tabs_item.active .row-item .col-block .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #2f2f2f;
  width: 150px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
}

.tabs_item.active .row-item .col-block .info-parent {
  display: flex;
  align-items: center;
}

.tabs_item.active .row-item .col-block .info-parent .info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0371c4;
  color: #fff;
  font-size: 10px;
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
  margin-left: 5px;
}

.tabs_item.active .row-item .col_1 {
  max-width: 56px;
}

.tabs_item.active .row-item .col_2 {
  max-width: 200px;
}

.tabs_item.active .row-item .col_3 {
  max-width: 183px;
}

.tabs_item.active .row-item .col_4 {
  max-width: 268px;
}

.tabs_item.active .row-item .col_5 {
  max-width: 100px;
}

.tabs_item.active .row-item .col_6 {
  max-width: 100px;
}

.tabs_item.active .row-item .col_7 {
  max-width: 100px;
}

.table .info {
  display: none;
}

.table .info.active {
  display: block;
  width: 100%;
  background-color: #f5f6f8;
}

.table .info.active .information {
  padding: 20px;
  width: 100%;
}

.table .info.active .information .top {
  text-align: center;
  font-size: 14px;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  color: #5f6371;
  margin-bottom: 8px;
}

.table .info.active .information .desc {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #2f2f2f;
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
}

.table .info.active .information .desc span {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: normal;
}

.table .info.active .information .desc i {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
}

.table .info.active .information .result {
  padding: 45px 40px;
  border-radius: 6px;
  border: 1px dashed #b5b5b5;
  margin: 25px 0;
}

.table .info.active .information .result .out:last-child {
  margin-bottom: 40px;
}

.table .info.active .information .result .out {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 68px;
}

.table .info.active .information .result .out .text {
  width: 200px;
  font-size: 14px;
  color: #2f2f2f;
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: normal;
}

.table .info.active .information .result .out .text span {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.table .info.active .information .result .out .result_line {
  width: 100%;
  max-width: 700px;
  display: flex;
  align-items: center;
  height: 4px;
  border-radius: 4px;
  position: relative;
}

.table .info.active .information .result .out .result_line span {
  height: 100%;
}

.table .info.active .information .result .out .result_line span.value {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/result.png");
  width: 40px;
  height: 36px;
  margin-left: -20px;
  display: flex;
  justify-content: center;
  left: 25%;
  top: auto;
  bottom: 4px;
  z-index: 2;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}

.table .info.active .information .result .out .result_line .min {
  width: 25%;
  background: #fa6a6a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fa6a6a 0%, #e4cc19 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fa6a6a 0%, #e4cc19 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fa6a6a 0%, #e4cc19 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0056b8', endColorstr='#e4cc19', GradientType=1);
  /* IE6-9 */
}

.table .info.active .information .result .out .result_line .max {
  width: 30%;
  background: #e4cc19;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e4cc19 0%, #fa6a6a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e4cc19 0%, #fa6a6a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e4cc19 0%, #fa6a6a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4cc19', endColorstr='#0056b8', GradientType=1);
  /* IE6-9 */
}

.table .info.active .information .result .out .result_line .normal {
  position: relative;
  width: 45%;
  background: #0aa71b;
  /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #e4cc19 0%,
    #0aa71b 10%,
    #0aa71b 90%,
    #e4cc19 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #e4cc19 0%,
    #0aa71b 15%,
    #0aa71b 90%,
    #e4cc19 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #e4cc19 0%,
    #0aa71b 10%,
    #0aa71b 85%,
    #e4cc19 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4cc19', endColorstr='#e4cc19', GradientType=1);
  /* IE6-9 */
}

.table .info.active .information .result .out .result_line .normal span {
  position: absolute;
  top: 14px;
  left: -15px;
  color: #5f6371;
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.table .info.active .information .result .out .result_line .normal span.max-z {
  left: auto;
  right: -15px;
}

.table .info.active .information .result .out .result_line .normal:before,
.table .info.active .information .result .out .result_line .normal:after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
}

.table .info.active .information .result .out .result_line .normal:before {
  left: auto;
  right: -10px;
}

/**/

.table .info.active .information .result .titles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 500px;
  margin: 0 auto;
}

.table .info.active .information .result .titles span {
  width: 50%;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.table .info.active .information .result .titles span p {
  color: #5f6371;
  font-size: 12px;
  font-weight: 400;
}

.table .info.active .information .result .out.wspans {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

.table .info.active .information .result .out.wspans .text {
  position: absolute;
  left: 0;
}

.table .info.active .information .result .out.wspans .result_block {
  width: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.table .info.active .information .result .out.wspans .result_block span p {
  font-size: 10px;
  font-weight: 700;
  color: #2f2f2f;
  text-transform: uppercase;
}

.table .info.active .information .result .out.wspans .result_block span.active {
  background: #2f2f2f;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table
  .info.active
  .information
  .result
  .out.wspans
  .result_block
  span.active
  p {
  color: #fff;
}

.table .info.active .information .result .out.wspans .result_block span.green {
  background: #0aaa1c;
}

.table .info.active .information .result .out.wspans .result_block span.red {
  background: #ee5253;
}

.row-item-controls {
  display: flex;
  width: 17%;
  margin: 0 auto;
}

.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0 5px;
  line-height: 0;
}

.tabs_item .tab-foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f5f6f8;
  padding: 20px;
  border-top: 1px solid #e2e2e2;
}

.tabs_item .tab-foot div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.tabs_item .tab-foot div p {
  margin: 0;
  font-size: 14px;
  color: #5f6371;
  font-weight: 400;
}

.tabs_item .tab-foot div p span {
  font-weight: 700;
  color: #2f2f2f;
  margin-left: 15px;
}

.tabs_item .tab-foot div button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  width: 200px;
  margin-right: 20px;
}

.tabs_item .tab-foot div button i {
  color: #2f2f2f;
  margin-right: 5px;
}

.tabs_item .tab-foot div button.download {
  background: #0371c4;
  color: #fff;
}

.tabs_item .tab-foot div button.download:hover {
  background: #025594;
}

.tabs_item .tab-foot div button.download i {
  color: #fff;
}

.table .info.active .information .result.inprogress {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.table .info.active .information .result.inprogress img {
  width: 34px;
  margin: 0 auto;
}

.table .info.active .information .result.inprogress p {
  color: #5f6371;
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}

.inner.profile {
  width: 100%;
}

.first-block.transparent {
  background: transparent;
}

.first-block.transparent:before {
  display: none;
}

.first-block.transparent .title-row p {
  color: #2f2f2f;
}

.first-block.transparent .steps-check div span {
  border-color: #dbdbdb;
}

.first-block.transparent .steps-check div {
  opacity: 1;
}

.first-block.transparent .steps-check div p {
  color: #8a8989;
}

.first-block.transparent .steps-check div.line {
  background: #dbdbdb;
}

.first-block.transparent .steps-check div.active span {
  border-color: #95c93d;
}

.first-block.transparent .steps-check div.active span i {
  background: #95c93d;
  border-color: #fff;
}

.first-block.transparent .search form input {
  border: none;
}

.step_2 {
  background: #fff;
}

.step_2 .row_1,
.step_2 .row_2,
.step_2 .row_3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 40px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step_2 .row_1 > div,
.step_2 .row_2 > div,
.step_2 .row_3 > div {
  width: 300px;
}

.step_2 .dropdown-wrapper {
  align-self: auto;
}

.step_2 .dropdown-wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #5f6371;
  margin-bottom: 7px;
}

.step_2 .dropdown-wrapper .ae-select {
  justify-content: space-between;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  height: 40px;
}

.step_2 .dropdown-wrapper .ae-select span {
  font-size: 14px;
  color: #2f2f2f;
  font-weight: 400;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.step_2 .dropdown-wrapper .map-sel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.step_2 .dropdown-wrapper .map-sel a {
  font-size: 14px;
  color: #0371c4;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 7px;
}

.step_2 .dropdown-wrapper .drop-menu {
  font-size: 14px;
}

.step_2 .for {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 180px !important;
  height: 40px;
  padding: 4px;
  border-radius: 5px;
  background: #ededed;
  margin-left: 120px;
}

.step_2 .for label {
  width: 50%;
  height: 100%;
  padding: 0;
  border-radius: 5px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.step_2 .for label input:checked ~ .checkmark {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 0px 0px #a5a0a0;
  -moz-box-shadow: 0px 1px 0px 0px #a5a0a0;
  box-shadow: 0px 1px 0px 0px #a5a0a0;
  border: none;
}

.step_2 .for label input:checked ~ .checkmark p {
  color: #2f2f2f;
}

.step_2 .for label p {
  /*position: absolute;*/
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.step_2 .for label .checkmark {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  background: transparent;
  transition: 0.3s ease;
}

.step_2 .for label .checkmark:after {
  display: none;
}

.step_2 .for label .checkmark p {
  color: #abaeb7;
}

.step_2 .row_1 {
  -ms-align-items: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #d3d3d3;
}

.step_2 > div > div > label {
  width: 100%;
}

.step_2 > div > div > label input {
  width: 100%;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 10px 15px;
  outline: none;
}

.step_2 > div > div > label p {
  font-size: 14px;
  font-weight: 400;
  color: #5f6371;
  margin-bottom: 7px;
}

.step_2 > div > div > label.b-day {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step_2 > div > div > label.b-day p {
  width: 100%;
}

.step_2 > div > div > label.b-day span.bday-inner {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}

.step_2 > div > div > label.b-day span.bday-inner input {
  border: none;
  height: 100%;
}

.step_2 > div > div > label.b-day span.bday-inner input:first-child {
  flex: 0 0 60px;
}

.step_2 > div > div > label.b-day span.bday-inner .dropdown-wrapper {
  height: 100%;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  -webkit-flex: 1 0 145px;
  -moz-flex: 1 0 145px;
  -ms-flex: 1 0 145px;
  -o-flex: 1 0 145px;
  flex: 1 0 145px;
}

.step_2 > div > div > label.b-day span.bday-inner .dropdown-wrapper .dropdown {
  height: 100%;
}

.step_2
  > div
  > div
  > label.b-day
  span.bday-inner
  .dropdown-wrapper
  .dropdown
  .ae-select {
  padding: 0 15px;
  height: 100%;
  justify-content: space-between;
  border: none;
}

.step_2 > div > div > label.b-day span.bday-inner input {
  font-size: 14px;
  padding: 0;
  padding-left: 15px;
}

.step_2 .sex {
}

.step_2 .sex p {
  font-size: 14px;
  font-weight: 400;
  color: #5f6371;
  margin-bottom: 7px;
}

.step_2 .sex div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fff;
}

.step_2 .sex div label.radio:first-child {
  border-right: 1px solid #e2e2e2;
}

.step_2 .sex div label.radio {
  width: 170px !important;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -o-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0;
  justify-content: flex-start !important;
  padding-left: 15px;
  margin-bottom: 0 !important;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.step_2 .sex div label.radio p {
  margin: 0;
}

.step_2 label {
  margin: 0;
}

.step_2 .row_2 {
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}

.step_2 .row_2 .submit .step_2 .row_2 .submit label.checkbox {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.step_2 .row_2 .submit label.checkbox input[type="checkbox"] + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.step_2 .row_2 .submit label span {
  margin: 7px 0;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #95c93d;
}

label.checkbox input[type="checkbox"]:checked + span {
  border: 1px solid #95c93d !important;
  background: #95c93d !important;
}

.step_2
  .row_2
  .submit
  label.checkbox
  input[type="checkbox"]:checked
  + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

.step_2 .row_2 .submit label.checkbox p {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.step_2 .row_2 .submit label.checkbox p a {
  text-decoration: none;
  color: #0371c4;
  margin: 0;
  margin-left: 5px;
}

.step_2 .row_2 .submit label.checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.step_2 .row_2 .submit label.checkbox p {
  width: 80%;
}

.step_2 .row_2 .submit button {
  width: 100%;
}

.step_2 .row_2 > div {
  margin-bottom: 20px;
}

.step_2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start !important;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.step_2 .row_2 .submit {
  margin-left: auto;
}

.step_2.for-woman .row_2 .submit {
  margin-left: 0;
}

.step_2.for-woman > div > .woman {
  display: block;
}

.step_2 > div > .woman {
  display: none;
}

.step_3 {
  background: #fff;
}

.step_3 .left {
  width: 560px;
  max-width: 560px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 40px;
}

.first-block .inner .step_3 .right {
  padding: 40px;
  flex-grow: 1;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}

.step_3 .left > div,
.step_3 .right > div {
  width: 100%;
}

.step_3 .sub-title {
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.step_3 p {
  color: #5f6371;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.step_3 .left .order-list {
  height: 240px;
  border: 2px dotted #bfbfbf;
  border-radius: 5px;
}

.step_3 .left ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

.step_3 .left ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.step_3 .left .order-list ul li {
  margin: 20px 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.step_3 .left .order-list ul li p {
  width: 75%;
}

.step_3 .left ul li span {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
}

.step_3 .left .total li {
  margin: 10px 0;
  margin-bottom: 0;
}

.step_3 .left .total li.summary p {
  font-size: 20px;
  padding: 10px 0;
  border-top: 1px solid #ebebeb;
  padding-bottom: 0;
}

.step_3 .left .total li.summary span {
  font-size: 20px;
}

.first-block .inner .step_3 .right .text p {
  margin-bottom: 20px;
}

.first-block .inner .step_3 .right .text span {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.first-block .inner .step_3 .right .text span img {
  width: 60px;
  margin-right: 15px;
}

.first-block .inner .step_3 .right .pay {
  margin-top: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /*padding: 20px 0;*/
}

.first-block .inner .step_3 .right .pay button {
  width: 200px;
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #0371c4;
  color: #0371c4;
  font-size: 14px;
  font-weight: 700;
  border-radius: 5px;
}

.first-block .inner .step_3 .right .pay button.card {
  color: #fff;
  background: #0371c4;
}

.grey {
  background: #ebeef5;
}

.tabs_button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.user {
  position: relative;
}

.btn-new {
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: -80px;
}

.btn-new svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.btn-new a {
  height: 40px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  outline: none;
  margin: 0 5px;

  width: auto;
  padding: 0 15px;
  color: #2f2f2f;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.btn-new a i {
  margin-right: 10px;
}

.first-block .inner .step_3 .right .pay button {
  outline: none;
}
.tabs_item .tab-foot div button {
  outline: none;
}

/*news styles*/
ul.table-mob {
  display: none;
}
.leftsidemodal form label.select .dropdown-wrapper {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
}
.leftsidemodal form label.select .dropdown-wrapper .ae-select {
  padding: 10px 15px;
  justify-content: space-between;
}
.leftsidemodal form label.select span.ae-select-content {
  margin: 0;
  color: #2f2f2f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.leftsidemodal form label.select .dropdown-wrapper ul.drop-menu label.checkbox {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between !important;
  margin: 0;
  margin-bottom: 30px;
  cursor: pointer;
  margin-top: 5px !important;
}
.leftsidemodal
  form
  label.select
  .dropdown-wrapper
  ul.drop-menu
  label.checkbox
  span.title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between !important;
  width: 90%;
}
.leftsidemodal
  form
  label.select
  .dropdown-wrapper
  ul.drop-menu
  label.checkbox
  span.title
  p.name {
  color: #0271c4;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.leftsidemodal
  form
  label.select
  .dropdown-wrapper
  ul.drop-menu
  label.checkbox
  span.title
  p.name
  a {
  color: #0271c4;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.leftsidemodal
  form
  label.select
  .dropdown-wrapper
  ul.drop-menu
  label.checkbox
  input[type="checkbox"]
  + span {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #d3d3d3;
  background: #fff;
  outline: none;
  margin: 5px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.leftsidemodal
  form
  label.select
  .dropdown-wrapper
  ul.drop-menu
  label.checkbox
  input[type="checkbox"]:checked
  + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 13px;
  border: 0 solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -2px 4px;
  pointer-events: none;
  position: absolute;
}

#graphModal .modal-dialog .modal-content {
  height: 600px;
}
#graphModal .modal-dialog {
  max-width: 1140px;
}
#graphModal .modal-dialog .modal-content .modal-header {
  padding: 20px;
}
#graphModal .modal-dialog .modal-content .modal-body {
  height: 100%;
  /* padding: 40px; */
  padding-right: 0;
  position: relative;
}
#graphModal .modal-dialog .modal-content .modal-body .inner {
  padding: 20px;
}
#graphModal .inner p.title {
  font-size: 28px;
  font-weight: 700;
  color: #282828;
}
#graphModal .inner p.title span {
  font-weight: 400;
  color: #9d9d9d;
}
#graphModal .graph {
  height: 300px;
  width: 100%;
  margin: 0 auto;
}
#graphModal .modal-header i {
  font-size: 35px;
  color: #5f6371;
}
#graphModal .modal-header .close {
  opacity: 1;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .site-header {
    justify-content: space-around;
  }

  .site-header > div {
    margin-top: 10px;
  }

  .tel {
    min-width: 170px;
  }

  .news .news-inner .item {
    max-width: 250px;
  }

  .news .news-inner {
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .first-block .inner .step.step_2 {
    height: auto;
  }

  .step_2 .for {
    margin-left: 0;
  }

  .step_2 .row_1,
  .step_2 .row_2,
  .step_2 .row_3 {
    justify-content: space-around;
  }

  .first-block .inner .step_3 .right .pay button {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1024px) {
  #regionModal .modal-dialog .modal-content .modal-body:after {
    display: none;
  }

  .first-block {
    height: auto;
    padding-bottom: 30px;
  }

  .first-block .inner .step {
    height: auto;
  }

  .first-block .inner .right {
    width: 100%;
    margin: 10px 0;
    height: 100%;
  }

  .about-us .left {
    padding: 20px 30px;
  }

  .title-row {
    justify-content: space-around;
  }

  #cart-popup {
    left: -500%;
  }

  .modal.place-adr .modal-body .footer-info {
    justify-content: space-around;
  }

  .modal.place-adr .modal-body .inner .list-block {
    margin-bottom: 15px;
  }

  .modal.place-adr .modal-body .footer-info .accept {
    padding: 0;
    border: none;
    margin-top: 25px;
  }

  .page .filtr button {
    margin-top: 25px;
  }

  .tabs_item .tab-foot div {
    margin: 15px;
  }

  .user {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .user .info {
    padding: 20px 15px;
  }

  .user .info .user_contacts .right {
    justify-content: flex-end;
  }

  .tabs_item.active .row-item .col-block {
    /*max-width: none;*/
    /*width: 300px;*/
  }

  .tabs_item.active .row-item .col-block:first-child {
    width: 40px;
    margin-right: 15px;
  }

  .tabs_item .title {
    /*display: none;*/
  }

  .table-block {
    overflow-x: auto;
  }

  .table-block .tb-inner {
    width: 1000px;
  }

  .table .info.active .information .result .out {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .table .info.active .information .result .out .text {
    text-align: center;
    margin-bottom: 40px;
  }

  .table .info.active .information .result .out.wspans {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .table .info.active .information .result .out.wspans .result_block {
    margin: 0 auto;
  }

  .table .info.active .information .result .out.wspans .text {
    margin: 20px 0;
    position: relative;
  }

  .step_2 .row_1 > div {
    order: 1;
  }

  .step_2 .row_1 .for {
    order: 0;
    margin: 15px 20%;
    flex: 1 0 300px;
    max-width: 300px;
  }

  .first-block .inner .step.step_3 {
    justify-content: space-around;
  }

  .step_3 .left {
    max-width: none;
    width: 100%;
    padding: 15px;
  }

  .first-block .inner .step_3 .right {
    margin: 0;
    padding: 20px;
  }

  #regionModal .modal-dialog {
    max-width: 95%;
  }

  .region-agree {
    left: -140px;
  }

  .steps-check {
    width: 330px;
  }

  .news .news-inner .item {
    max-width: 200px;
  }

  .news .news-inner p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .show-on-desktop {
    display: none !important;
  }
  /*Hamburger nav visible on mobile only*/
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }

  /* .nav-list {
	      display: block !important;
	    }*/
  .logo {
    order: 0;
  }

  .multi-lang {
    order: 2;
  }

  .site-header .search {
    order: 1;
  }

  .site-header .cart {
    order: 3;
  }

  .site-header .region {
    order: 4;
  }

  .site-header .lnr {
    order: 5;
    flex: 0 0 100%;
    justify-content: center;
  }

  .site-header .search {
    display: none;
  }

  .main-nav {
    width: 100%;
  }

  .main-nav nav {
    /*position: relative;*/
    padding: 0;
  }

  #nav-toggle span,
  #nav-toggle span:before,
  #nav-toggle span:after {
    background: #2f2f2f;
  }

  #nav-toggle {
    left: 0;
    position: relative;
    top: 0;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .nav-mobile {
    position: relative;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
  }

  .main-nav nav ul {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    left: 0;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 11px 15px 0px #3c3b3b;
    -moz-box-shadow: 0 11px 15px 0px #3c3b3b;
    box-shadow: 0 11px 15px 0px #3c3b3b;
  }

  .nav-list li ul.nav-dropdown:before {
    display: none;
  }

  .first-block .inner .left {
    width: 100%;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .title-big p {
    font-size: 25px;
  }

  .about-us {
    margin-top: 50px;
    margin-bottom: 100px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  /*.about-us .right {*/
  /*height: 490px;*/
  /*padding: 0 10px;*/
  /*}*/

  #s-slider .item .right {
    padding: 20px;
  }

  .news .news-inner {
    justify-content: center;
  }

  .news .news-inner .item {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .foot-bar .inner div p:first-child:after {
    display: none;
  }

  .foot-bar .inner div p:first-child {
    font-size: 14px;
    margin-right: 15px;
  }

  .foot-bar .inner div p {
    font-size: 12px;
  }

  footer .footer-inner {
    justify-content: space-around;
  }

  footer .footer-inner div {
    margin: 15px;
  }

  .leftsidemodal .modal-dialog .modal-content .modal-body .inner {
    padding: 25px;
    padding-top: 80px;
    padding-bottom: 10px;
  }

  #cart-popup {
    left: -300px;
  }

  header .search form .drop-list {
    left: -100px;
  }

  .modal.place-adr .modal-body .inner .map-block {
    width: 100%;
    margin: 0 20px;
  }

  .page .filtr .inner-filtr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .page .filtr .search {
    margin: 10px auto;
  }

  .page .filtr button {
    margin: 15px auto;
  }

  .page .packages-gallery {
    justify-content: space-around;
  }

  .page .packages-gallery .item {
    margin: 15px;
  }

  .page .inner-tabs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .page .inner-tabs ul {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 15px;
  }

  .page .inner-tabs .tab-content .tab-pane .inner {
    padding: 20px;
  }

  .user .info .name {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    font-size: 22px;
  }

  .user .info .name .button {
    margin-top: 10px;
  }

  .user .info .user_contacts {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .user .info .user_contacts .left {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
  }

  .table .info.active .information .result .out.wspans .result_block {
    width: 100%;
  }

  .table .info.active .information .result .titles {
    width: 100%;
  }

  .table .info.active .information .result .out.wspans .result_block span {
    /*height: 40px;*/
  }

  .table .info.active .information .result .out.wspans .result_block span p {
    font-size: 9px;
    text-align: center;
  }

  .tabs_item .tab-foot div {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .tabs_item .tab-foot div button {
    margin: 10px 5px;
  }

  .step_2 .row_1 > div {
    margin: 15px 0;
  }

  .step_2 .row_1 .for {
    margin: 15px 0;
  }

  .step_2 .row_1,
  .step_2 .row_2,
  .step_2 .row_3 {
    padding: 15px;
  }

  .steps-check {
    margin: 0 10px;
  }

  .modal.place-adr .modal-dialog {
    max-width: 95%;
  }

  .step_2 .row_1 > div,
  .step_2 .row_2 > div,
  .step_2 .row_3 > div {
    width: 100%;
    max-width: 450px;
  }

  footer .footer-inner {
    display: none;
  }

  .footer-mobile-nav {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .title-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 25px;
  }

  .title-row h1 {
    display: none;
  }

  .steps-check {
    width: 300px;
    margin: 15px 0;
  }

  .title-row p {
    text-align: center;
    font-size: 25px;
  }

  .search form {
    max-width: none;
    min-width: 280px;
    width: auto;
  }

  .region-agree {
    left: -160px;
  }

  .site-header .search {
    width: 100%;
    margin: 10px 0;
  }

  .first-block .inner .left {
    width: 100%;
  }

  .first-block .inner .left .search form input {
    font-size: 12px;
  }

  .first-block .inner .step .catalog-list .filtr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-list .results-list p {
    padding: 10px;
  }

  .catalog-list .results-list ol {
    padding-left: 25px;
  }

  .first-block .inner .step .results-list label.checkbox span.title {
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
  }

  .first-block .inner .right {
    margin: 10px 0;
  }

  .cart-block .order-title {
    padding: 15px;
  }

  .transit label.checkbox {
    margin: 0 10px;
  }

  .cart-total {
    padding: 10px;
  }

  .cart-total .price p {
    font-size: 18px;
  }

  .title-big {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .popular-pack .slider:after {
    display: none;
  }

  .popular-pack {
    padding: 40px 0;
  }

  #s-slider .item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  #s-slider .item .left {
    width: 100%;
  }

  #s-slider {
    margin-top: 30px;
  }

  #s-slider .item .right p {
    font-size: 25px;
  }

  /*.about-us .left .facts div p:first-child {*/
  /*font-size: 25px;*/
  /*}*/

  /*.about-us .left {*/
  /*padding: 15px;*/
  /*}*/

  /*.about-us .right .quote {*/
  /*-webkit-flex: 0 0 300px;*/
  /*-moz-flex: 0 0 300px;*/
  /*-ms-flex: 0 0 300px;*/
  /*-o-flex: 0 0 300px;*/
  /*flex: 0 0 300px;*/
  /*}*/

  /*.about-us .right .quote div:nth-child(1) span:before {*/
  /*width: 85px;*/
  /*}*/

  /*.about-us .right .quote div:nth-child(1) span:after {*/
  /*width: 85px;*/
  /*}*/

  /*.about-us .right .quote div:nth-child(2) {*/
  /*display: none;*/
  /*}*/

  /*.about-us .right .image {*/
  /*display: none;*/
  /*}*/

  /*.about-us .right {*/
  /*height: auto;*/
  /*}*/

  .about-us {
    margin: 30px 0;
  }

  .video .inner p.title {
    font-size: 25px;
  }

  .video {
    padding-top: 30px;
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .video .inner img {
    width: 67px;
    margin: 20px;
    margin-top: 0px;
  }

  .video .video-block {
    height: auto;
    margin-bottom: 0;
  }

  .foot-bar .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .foot-bar .inner div {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .foot-bar .inner div p {
    margin: 10px 0;
  }

  footer .up-row {
    justify-content: space-around;
    padding: 15px 0;
  }

  footer .up-row .logo {
    margin-bottom: 15px;
  }

  .steps-check {
    width: 260px;
  }

  footer .up-row .socials {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  footer .up-row button.callback {
    width: 100%;
    margin: 15px 0;
  }

  footer .footer-inner {
    justify-content: flex-start;
  }

  footer .copyright p {
    font-size: 12px;
  }

  .leftsidemodal .modal-dialog .modal-content .modal-body .inner {
    padding: 0 !important;
  }

  .leftsidemodal form {
    margin-bottom: 20px;
  }

  .leftsidemodal .form p.results {
    font-size: 12px;
  }

  .leftsidemodal .modal-body .foot p {
    margin: 15px 0;
  }

  #cart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  header .search form .drop-list {
    width: 100%;
    left: 0;
  }

  .page .big-image {
    height: auto;
  }

  .page .inner {
    padding: 10px;
  }

  .news-gallery .item .image img {
    max-width: none;
  }

  .news-gallery {
    justify-content: space-around;
  }

  .modal.place-adr .modal-body .inner .list-block li {
    padding: 15px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }

  .modal.place-adr .modal-body .inner .map-block {
    height: 250px;
    margin: 0;
  }

  .modal.place-adr .modal-body .footer-info p {
    font-size: 12px;
  }

  .modal.place-adr .modal-header {
    padding: 20px;
  }

  .news-gallery .item .info p.desc {
    font-size: 12px;
  }

  .news-gallery .item .info p.name {
    font-size: 16px;
  }

  .news-gallery .item .info p.date {
    font-size: 12px;
  }

  .page .filtr .search {
    max-width: 290px;
  }

  .page .filtr .search input {
    font-size: 12px;
    padding-left: 5px;
  }

  .page .filtr .sex {
    width: 290px;
  }

  .radio .checkmark {
    margin-right: 10px;
  }

  .page .sales-gallery .item {
    width: 290px;
  }

  .page .sales-gallery .item .info p.name a {
    font-size: 20px;
  }

  .page .sales-gallery .item .info p.desc {
    font-size: 14px;
  }

  .page .inner-tabs .tab-content .tab-pane .inner p.title {
    font-size: 20px;
    line-height: normal;
  }

  .page .inner-tabs .tab-content .tab-pane .inner p.sub-title {
    font-size: 16px;
  }

  .page .inner-tabs .tab-content .tab-pane .inner a {
    font-size: 12px;
  }

  .user .info .name {
    font-size: 20px;
    text-align: center;
  }

  .user .info .line {
    margin: 15px 0;
  }

  .user .info .user_contacts {
    text-align: center;
  }

  .tabs_item.active .row-item .col-block {
    font-size: 12px;
  }

  .tabs_button li a {
    font-size: 20px;
  }

  .table .info.active .information .desc {
    text-align: left;
    font-size: 14px;
  }

  .table .info.active .information .top {
    font-size: 12px;
  }

  .table .info.active .information .result {
    padding: 10px;
  }

  .step_2 .row_1 .for {
    -webkit-flex: 1 0 100%;
    -moz-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -o-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .step_2 .row_1 > div,
  .step_2 .row_2 > div,
  .step_2 .row_3 > div {
    width: 100%;
    max-width: 450px;
  }

  .step_3 .left ul {
    padding: 0 10px;
  }

  .step_3 .left .order-list ul li {
    margin: 15px 0;
  }

  .step_3 .left .order-list ul li p {
    font-size: 12px;
  }

  .first-block .inner .step_3 .right .pay {
    justify-content: space-around;
  }

  .modal.place-adr .posts_list {
    padding: 15px 0;
  }

  .modal.place-adr .modal-body .inner .list-block {
    height: 280px;
    width: 100%;
  }

  .step_2 .dropdown-wrapper .drop-menu {
    max-height: 250px;
    overflow: auto;
  }

  .leftsidemodal .dropdown-wrapper ul.drop-menu {
    max-height: 250px;
    overflow: auto;
  }

  #s-slider .item .right {
    width: 100%;
  }

  .about-us .left .facts div p:first-child {
    text-align: center;
  }

  .about-us .right .quote {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }

  .about-us .left .facts div p {
    text-align: center;
  }
  .cart-block .cart-list ul li label.checkbox span.title {
    width: 90%;
  }
  .cart-block .cart-list ul li label.checkbox span.title p.name {
    max-width: 180px;
    display: block;
  }
  .btn-new {
    bottom: -45px;
    position: relative;
  }
  .user {
    margin-bottom: 60px;
  }
  #pp-slider {
    margin: 0 auto;
    width: 290px;
  }

  #pp-slider .slick-slide div {
    margin: 0 auto;
  }

  .breadcrumbs {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .select_5 {
    align-self: center;
  }
  .page .sales-gallery {
    width: 100%;
  }
  .page .sales-gallery .item {
    width: 100%;
  }

  /*news styles*/
  .table-block .tb-inner {
    display: none;
  }
  ul.table-mob {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    font-size: 12px;
  }
  ul.table-mob li {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
  }
  ul.table-mob li div > span {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    border-bottom: 1px solid #eee;
  }
  ul.table-mob li div > span p {
    width: 65%;
    margin: 0;
    padding: 10px;
    display: flex;
  }
  ul.table-mob li div > span p:first-child {
    background: #5f6371;
    width: 35%;
    color: #fff;
  }
  ul.table-mob li div > span a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    color: #2f2f2f;
    width: 150px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    text-decoration: none;
    margin: 10px;
    margin-left: auto;
  }
  ul.table-mob .info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0371c4;
    color: #fff;
    font-size: 10px;
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
    margin-left: 5px;
    -webkit-flex: 0 0 20px;
    -moz-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    -o-flex: 0 0 20px;
    flex: 0 0 20px;
  }
  .leftsidemodal label.checkbox .dropdown-wrapper ul.drop-menu {
    max-height: 250px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 400px) {
  #cart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 360px) {
  .region-agree {
    left: -90px;
  }

  #cart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*=============================
	ADD CUSTOM STYLES HERE >
=============================*/

/*simplebar custom*/
.simplebar,
[data-simplebar-direction] {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

.simplebar .simplebar-scroll-content,
[data-simplebar-direction] .simplebar-scroll-content {
  overflow-y: scroll;
  overflow-x: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -ms-overflow-style: none; /* hide browser scrollbar on IE10+ */
}

.simplebar .simplebar-scroll-content .simplebar-content .all-list {
  overflow: hidden;
}

*::-ms-scrollbar {
  opacity: 0;
}

*::-ms-scrollbar-track {
  opacity: 0;
}

*::-ms-scrollbar-thumb {
  opacity: 0;
}

/* hide browser scrollbar on Webkit (Safari & Chrome) */
.simplebar-scroll-content::-webkit-scrollbar {
  display: none;
}

.simplebar-scroll-content::-moz-scrollbar {
  display: none;
}

[data-simplebar-direction="horizontal"] .simplebar-scroll-content,
.simplebar.horizontal .simplebar-scroll-content {
  overflow-x: scroll;
  overflow-y: auto;
}

.simplebar-track {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-track .simplebar-scrollbar {
  position: absolute;
  right: 2px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: #6c6e71;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 0 linear;
  -moz-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  -ms-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track .simplebar-scrollbar.visible {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

[data-simplebar-direction="horizontal"] .simplebar-track,
.simplebar.horizontal .simplebar-track {
  top: auto;
  left: 0;
  width: auto;
  height: 11px;
}

[data-simplebar-direction="horizontal"] .simplebar-track .simplebar-scrollbar,
.simplebar.horizontal .simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

#myElement {
  height: 150px;
  width: 400px;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 41%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

/*black*/

body.preloader-site-black {
  overflow: hidden;
}

.preloader-wrapper-black {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper-black .preloader-black {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

@keyframes seq-preloader {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.seq-preloader {
  background: white;
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s, opacity 0.5s;
}

.seq-preload-indicator {
  overflow: visible;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.seq-preload-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  fill: #95c93d;
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 {
  animation-delay: 0.15s;
}

.seq-preload-circle-3 {
  animation-delay: 0.3s;
}

.seq-preload-indicator-fallback {
  width: 42px;
  overflow: visible;
}

.seq-preload-indicator-fallback .seq-preload-circle {
  width: 8px;
  height: 8px;
  background-color: #95c93d;
  border-radius: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.seq-preload-indicator-fallback .seq-preload-circle-2 {
  margin-left: 3px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

.seq-preload-indicator-fallback .seq-preload-circle-3 {
  width: 16px;
  height: 16px;
}

.td-show .show-result-button {
  color: #2f2f2f;
  width: 100px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
  font-weight: 600;
}

.td-show .reverse-order-modal {
  color: #2f2f2f;
  width: 100px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  text-decoration: none;
  font-weight: 600;
}

.td-show .show-result-button:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-radius: 6px;
  border: 1px solid #6c757d;
}

.td-show .reverse-order-modal:hover {
  color: #fff;
  background-color: #6c757d;
  border-radius: 6px;
  border: 1px solid #6c757d;
}

#orders-wrapper {
  background: #fff;
  color: #000;
  font-family: Lato, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
}

#orders-wrapper thead {
  background: #5f6371;
  color: #fff;
}

#orders-wrapper thead tr {
  text-align: left;
}

#orders-wrapper tbody tr {
  vertical-align: middle;
}

#orders-wrapper tbody th {
  vertical-align: middle;
}

#orders-wrapper tbody td {
  vertical-align: middle;
}

#order-mobile-wrapper.table-mob li div.row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  border-bottom: 1px solid #eee;
}

#order-mobile-wrapper.table-mob li div.row p:first-child {
  background: #5f6371;
  color: #fff;
  width: 35%;
  margin: 0;
  padding: 10px;
  display: flex;
}

#order-mobile-wrapper.table-mob li div.row p {
  width: 65%;
  margin: 0;
  padding: 10px;
  display: flex;
}

.analyzes-tabs span {
  /*color: #BEBEBE;*/
}

.service-detail .btn-bg-color {
  background: #95c93d;
}

.h-link {
  background: white;
}

.h-link > .name {
  font-weight: 700;
}

.h-link:hover {
  color: whitesmoke;
}

@media only screen and (max-width: 820px) {
  .site-header .map-link {
    margin-left: 25px;
    position: relative;
    order: 4;
  }
}

.analyzes-list-item.active,
.analyzes-list-item:hover {
  border: 2px solid #85b533;
  border-radius: 8px;
  /* background-color: #343a40; */
  color: #85b533;
  /* border-radius: 5px; */
}
/*=============================
=============================*/
