.nav--main li,
.nav--footer li {
  float: left;
  position: relative;
  height: 6.6rem;
  line-height: 6.6rem;
}

.nav--main li a,
.nav--footer li a {
  font-size: 1.6rem;
  text-align: left;
  color: #444655;
  text-decoration: none;
  display: block;
  border-bottom: .3rem solid transparent;
}

.nav--main li a:hover,
.nav--footer li a:hover {
  border-bottom: .3rem solid #0079ff;
}

.nav--main li + li,
.nav--footer li + li {
  margin-left: 4.8rem;
}

.nav--footer > li {
  height: 4.0rem;
  line-height: 4.0rem;
}

.nav--personal {
  display: none;
  top: 7.2rem;
  right: 0;
  width: 30.0rem;
  border-radius: 0 0 2.0rem 2.0rem;
  -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
          box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}

.nav--personal li {
  height: 7.0rem;
  padding: 0 2.0rem 0 2.0rem;
  position: relative;
}

.nav--personal li:hover {
  background: #f7f8ff;
}

.nav--personal li.link::after {
  content: "";
  width: 2.4rem;
  height: 1.0rem;
  display: block;
  position: absolute;
  right: 2.0rem;
  top: calc(50% - .5rem);
  background: url(../img/right_arrow_1.svg) no-repeat;
  -webkit-filter: invert(38%) sepia(89%) saturate(4484%) hue-rotate(201deg) brightness(102%) contrast(107%);
          filter: invert(38%) sepia(89%) saturate(4484%) hue-rotate(201deg) brightness(102%) contrast(107%);
  background-size: 2.4rem, 1.03rem;
}

.nav--personal li.exit::after {
  content: "";
  width: 2.7rem;
  height: 2.4rem;
  display: block;
  position: absolute;
  right: 1.9rem;
  top: calc(50% - 1.2rem);
  background: url(../img/exit.svg) no-repeat;
}

.nav--personal li + li::before {
  content: "";
  left: 2.0rem;
  right: 2.0rem;
  height: .1rem;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  z-index: 20;
  -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
  box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
  background-color: rgba(68, 70, 85, 0.05);
}

.nav--personal li a {
  font-size: 1.6rem;
  text-align: left;
  color: #444655;
  text-decoration: none;
  display: block;
  line-height: 7.0rem;
}

@media screen and (min-width: 60rem) {
  .nav--main {
    display: block !important;
    opacity: 1 !important;
  }
}

@media screen and (max-width: 60rem) {
  .nav--personal {
    width: 100%;
  }
  .nav--main li,
  .nav--footer li {
    float: none;
    background-color: #f7f8ff;
    height: 7.0rem;
    padding: 0 2.0rem 0 2.0rem;
  }
  .nav--main li + li,
  .nav--footer li + li {
    margin-left: 0;
  }
  .nav--main li a,
  .nav--footer li a {
    line-height: 7.0rem;
    display: block;
    border: .0rem;
  }
  .nav--main li a:hover,
  .nav--footer li a:hover {
    border: .0rem;
  }
  .nav--main li.link::after,
  .nav--footer li.link::after {
    content: "";
    width: 2.4rem;
    height: 1.0rem;
    display: block;
    position: absolute;
    right: 2.0rem;
    top: calc(50% - .5rem);
    background: url(../img/right_arrow_1.svg) no-repeat;
    -webkit-filter: invert(38%) sepia(89%) saturate(4484%) hue-rotate(201deg) brightness(102%) contrast(107%);
            filter: invert(38%) sepia(89%) saturate(4484%) hue-rotate(201deg) brightness(102%) contrast(107%);
    background-size: 2.4rem, 1.03rem;
  }
  .nav--main {
    position: absolute;
    top: 7.2rem;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    border-radius: 0 0 2.0rem 2.0rem;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
            box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
    background-color: #fff;
  }
  .nav--main li + li::before {
    content: "";
    left: 2.0rem;
    right: 2.0rem;
    height: .1rem;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    z-index: 20;
    -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
    box-shadow: 0 1.5rem 2.5rem 0 rgba(68, 70, 85, 0.15);
    background-color: rgba(68, 70, 85, 0.05);
  }
}

@font-face {
  font-family: Montserrat;
  src: local(Montserrat-Medium), url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: ProximaNova;
  src: local(ProximaNova-Regular), url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: ProximaNova;
  src: local(ProximaNova-Semibold), url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: ProximaNova;
  src: local(ProximaNova-Bold), url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

.inputtext {
  border-radius: 1rem;
  background-color: #eaeeff;
  padding: 2.2rem 2.4rem 2.2rem 2.4rem;
  /*max-width: 45rem;*/
  height: 6.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputtext.error {
  background-color: #ff000061;
}

.inputtext span {
  font-size: 1.4rem;
  line-height: 1.61;
  color: #878eba;
  display: none;
}

.inputtext [type="text"],
.inputtext [type="tel"],
.inputtext [type="email"],
.inputtext [type="search"],
.inputtext [type="password"] {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.2em;
  display: block;
  border: 0;
  background: transparent;
  color: #444655;
  padding: 0;
  margin: 0;
}
.inputtext [type="search"] + div{
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s;
}
.inputtext [type="search"]:focus + div{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;  
}
.inputtext.value {
  padding: 1rem 2.4rem 1rem 2.4rem;
}

.inputtext.value span {
  width: 100;
  display: block;
}

@media screen and (max-width: 60rem) {
  .inputtext__col {
    /*max-width: 11.2rem;*/
  }
}

.radio [type="radio"]:checked,
.radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -999.9rem;
}

.radio [type="radio"]:checked + label,
.radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 3.5rem;
  cursor: pointer;
  line-height: 3rem;
  display: inline-block;
  color: #000;
}

.radio [type="radio"]:checked + label:before,
.radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  border: 0.1rem solid #ddd;
  border-radius: 50%;
  background: #eaeeff;
}

.radio [type="radio"]:checked + label:after,
.radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #0075fc;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio [type="radio"]:disabled + label {
  color: #aaa;
}

.check [type="checkbox"]:checked,
.check [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -999.9rem;
}

.check [type="checkbox"]:checked + label,
.check [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 2.2rem;
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  color: #000;
}

.check [type="checkbox"]:checked + label:before,
.check [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #ddd;
  /*border-radius: 100%;*/
  background: #fff;
}

.check [type="checkbox"]:checked + label:after,
.check [type="checkbox"]:not(:checked) + label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #0075fc;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  /*border-radius: 100%;*/
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.check [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.check [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.check [type="checkbox"]:disabled + label {
  color: #aaa;
}

.checkbox [type="checkbox"]:checked,
.checkbox [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -999.9rem;
}

.checkbox [type="checkbox"]:checked + label,
.checkbox [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 1.2rem;
  cursor: pointer;
  line-height: 2rem;
  /*display: inline-block;*/
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox [type="checkbox"]:checked + label:before,
.checkbox [type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 1.2rem);
  width: 2.2rem;
  height: 2.2rem;
  border: 0.1rem solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.checkbox [type="checkbox"]:checked + label:after,
.checkbox [type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  right: 3.2rem;
  top: calc(50%-1.2rem);
  background: white;
  width: 0.6rem;
  height: 1.1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 0.2rem solid #0079ff;
  border-bottom: 0.2rem solid #0079ff;
}

.checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
}

.checkbox [type="checkbox"]:disabled + label {
  color: #aaa;
}

.checkbox [type="checkbox"]:checked + label {
  background-image: -webkit-gradient(linear, right top, left top, from(#00b1ff), to(#0079ff));
  background-image: linear-gradient(to left, #00b1ff, #0079ff);
}

.checkbox [type="checkbox"]:checked + label .checkbox__text {
  color: white;
}

.checkbox__label {
  /*max-width: 45rem;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eaeeff;
  height: 6.5rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2.4rem 0 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          transition-duration: 0.3s;
          transition-property: background-color;  
}
.error .checkbox__label {
  background-color: #f76f6f;
}

.checkbox__img {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1rem;
  background-color: #fff;
  position: relative;
}

.checkbox__img::after {
  content: "";
  position: absolute;
  width: 4.6rem;
  height: 4.6rem;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  background-color: #0079ff;
  left: 0;
}

.checkbox__img.car::after {
  -webkit-mask: url(../img/car.svg) no-repeat 50% 50%;
  -webkit-mask-image: url(../img/car.svg);
          mask-image: url(../img/car.svg);
}

.checkbox__img.wheel::after {
  -webkit-mask: url(../img/wheel.svg) no-repeat 50% 50%;
  -webkit-mask-image: url(../img/wheel.svg);
          mask-image: url(../img/wheel.svg);
}

.checkbox__img.safe::after {
  -webkit-mask: url(../img/safe.svg) no-repeat 50% 50%;
  -webkit-mask-image: url(../img/safe.svg);
          mask-image: url(../img/safe.svg);
}

.checkbox__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
  color: #444655;
}

@media screen and (max-width: 60rem) {
  .checkbox {
    max-width: none;
  }
  .custom-select {
    max-width: none;
    width: auto;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  border-radius: 1rem;
  background-color: #eaeeff;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #0178ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      transition-duration: 0.3s;
      transition-property: background-color;      
}

.error .select-selected {
  background-color: #f76f6f;
}

.select-selected b {
  font-size: 1.4rem;
  font-weight: normal;
  color: #878eba;
  line-height: 1.21;
  display: block;
  width: 100%;
}

.select-selected span {
  font-size: 1.8rem;
  color: #5c5f72;
  line-height: 1.22;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  /*top: calc(50% - 0.5rem);*/
  right: 2.4rem;
  width: 1.8rem;
  height: 1rem;
  -webkit-mask-image: url(../img/up_arrow.svg);
  mask-image: url(../img/up_arrow.svg);
  background-color: #0079ff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-mask-size: contain;
  mask-size: contain;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active {
  border-radius: 1rem 1rem 0 0;
  background-color: #f7f8ff;
}

.select-selected.select-arrow-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 0.9rem 0.9rem 0.9rem 2.4rem;
  height: 6.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.select-items div {
  color: #000;
  
}

.select-items div.disabled {
  color: #878eba;
}

.select-items div span,
.select-selected span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*style items (options):*/
.select-items {
  /*position: absolute;*/
  background-color: #f7f8ff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 1rem 1rem;
  max-height: 32.5rem;
  overflow: hidden;
  overflow-y: auto;
}

.select-items b {
  font-size: 1.8rem;
  font-weight: normal;
  color: #444655;
  line-height: 1.5;
  display: block;
  width: 100%;
}

.select-items span {
  font-size: 1.6rem;
  color: #878eba;
  line-height: 1.5;
}

.select-items div + div {
  border-top: 0.1rem solid #d3dbfc;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.calendar {
  padding: 2.4rem 3.6rem;
  border-radius: 1rem;
  background: #eaeeff;
  position: relative;
}

.calendar__next {
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 0rem;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  background: url(../img/circle_next.svg) no-repeat;
  background-size: contain;
}

.calendar__prev {
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 3.6rem;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(../img/circle_next.svg) no-repeat;
  background-size: contain;
}

.calendar__month {
  font-size: 2.8rem;
  color: #444655;
  margin-bottom: 3.6rem;
  position: relative;
}

.calendar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid #d3dbfc;
}

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

.calendar__cell {
  width: 14%;
  text-align: center;
}

.calendar__text {
  width: 3.4rem;
  line-height: 3.4rem;
  font-size: 1.4rem;
  text-align: center;
  color: #878eba;
  display: inline-block;
}

.calendar__item {
  width: 3.4rem;
  line-height: 3.4rem;
  font-size: 1.6rem;
  text-align: center;
  color: #444655;
  border-radius: 50%;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}

.calendar__item.active {
  color: white;
  background-color: #0079ff;
}

.calendar__item a {
  text-decoration: none;
}

.calendar__item.active a {
  color: white;
}

.datetime {
  padding: 2.4rem 3.6rem;
  border-radius: 1rem;
  background-color: #eaeeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.datetime__item {
  width: 25%;
  line-height: 4rem;
  font-size: 1.6rem;
  text-align: center;
  color: #444655;
}

.datetime__item input {
  display: none;
}

.datetime__text {
  width: 6.2rem;
  height: 3.4rem;
  line-height: 3.4rem;
  display: inline-block;
  border-radius: 2.1rem;
  background-color: transparent;
  cursor: pointer;
}

.datetime__text.active {
  color: white;
  background-color: #0079ff;
}

.datetime__text.disabled {
  color: red;
}
.datetime__notime {
  display: flex;
  flex-wrap: wrap;
  color: #0079ff;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.datetime__notime div{
  width: 100%;
}
.datetime__notime span{
  display: inline-block;
  width: 40px; 
  height: 25px;
  background-color: #0079ff;
  -webkit-mask: url(/img/arr.svg) no-repeat;
  -webkit-mask-size: cover;
  mask: url(/img/arr.svg) no-repeat;
  mask-size: cover;  
  
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
  html {
    font-size: 7.23px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 10px;
  }
}

* {
  outline: 0 !important;
}


#userSearchRes{
  margin-top: 0.5rem;
  padding: 1rem 0 1rem 0;
  border: 1px solid #eaeeff;
  border-top: 0px;
  background: #fff;
  position: absolute;
  left: 1rem;
  right: 1rem;
}
#userSearchRes div{
  padding: 1rem;
}
#userSearchRes div:nth-child(even) {
  background-color: #f5f5f5;
}

.tabs{

}

.tab{
  
  position: relative;
}
 
.tab__title {
  scroll-margin-top: 72px;
  color: #fff;  
  padding: 2rem 0 2rem 2rem;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.14rem;
  border: 1px solid #aaa;
  background-image: linear-gradient(to left, #dfdfdf, #aaa);
  transition: background-image 2s ease-out;
}

.tab.active .tab__title{
  /*border: 1px solid #0079ff;
  background-image: linear-gradient(to left, #00b1ff, #0079ff);*/
  border: 1px solid #444655;
  background-image: linear-gradient(to left, #4e9fd5, #444655)
}


.tab.expand .tab__content{
  padding: 1rem;
  max-height: 1000px;
    transition: max-height 0.3s linear;
}
.tab__content{
  
  max-width: 46rem;
  padding: 0rem;
  margin: 0 auto;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);     
  
}

.tabset {
  width: 84rem;
  margin: 4.8rem auto;
  position: relative;
}

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

.tabset__title {
  font-size: 1.4rem;
  margin: 0 0 2.4rem 0;
  line-height: 1.71;
  color: #0079ff;
}

.tabset__controlitem {
  width: 33.33%;
  height: 5.6rem;
  text-align: center;
  background-color: #eaeeff;
  border-radius: 2rem 2rem 0 0;
  border: .1rem solid #eaeeff;
  border-bottom: 0;
  display: inline-block;
  box-sizing: border-box;
}

.tabset__controlitem a {
  padding-top: 1rem;
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.14rem;
  text-align: center;
  color: #0079ff;
  text-decoration: none;
}

.tabset__controlitem a b {
  font-size: 1.8rem;
  font-weight: bold;
}

.tabset__controlitem.active {
  background-color: #fff;
}

.tabset__tab {
  padding: 4.8rem 0rem;
  border: .1rem solid #eaeeff;
  border-top: 0;
  border-radius: 0 0 2.5rem 2.5rem;
  background: #fff;
  text-align: center;
}

.tabset__content {
  width: 45rem;
  margin: 0 auto;
  text-align: left;
}

.tabset__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  background-color: #eaeeff;
  padding: 1rem 1.2rem 0.9rem 1.2rem;
}

.progressbar {
  width: 70%;
  height: .8rem;
  border-radius: .5rem;
  display: inline-block;
  background-color: #eaeeff;
}

.progressbar__statusbar {
  position: relative;
  width: 50%;
  height: .8rem;
  border-radius: .5rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#00b1ff), to(#0079ff));
  background-image: linear-gradient(to left, #00b1ff, #0079ff);
}

.progressbar__value {
  position: absolute;
  top: -2.4rem;
  left: calc(50% - 1rem);
  font-size: 1.4rem;
  line-height: 1.71;
  color: #0079ff;
}

.loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: black;
  z-index: 1;
}

.loading__text {
  position: relative;
  font-size: 2.4rem;
  color: white;
  z-index: 3;
}

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

body {
  font-family: ProximaNova, Arial;
  font-size: 1.8rem;
  line-height: 1.71;
  color: #8f90a1;
}

h1 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.29;
  text-align: center;
  color: #0079ff;
  margin: 6rem 0 1.5rem 0;
}

h1 span {
  color: #444655;
}

.row.center {
  text-align: center;
}

.row + .row {
  padding-top: 2.4rem;
}

.col {
  width: 50%;
}

.col + .col {
  margin-left: 1.2rem;
}

.mobimage {
  display: none;
}

.h1__title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.29;
  color: #444655;
  margin: 6rem 0 1.5rem 0;
}

.h1__title span {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
}

.h1__title span::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 4rem;
  left: 0;
  top: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  display: block;
}

.h1__title span.cold {
  color: #0079ff;
}

.h1__title span.cold::after {
  -webkit-mask-image: url(../img/temperature.svg);
  mask-image: url(../img/temperature.svg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0079ff), to(#00b1ff));
  background-image: linear-gradient(to bottom, #0079ff, #00b1ff);
}

.h1__title span.expert {
  color: #0079ff;
}

.h1__title span.expert::after {
  -webkit-mask-image: url(../img/temperature.svg);
  mask-image: url(../img/temperature.svg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0079ff), to(#00b1ff));
  background-image: linear-gradient(to bottom, #0079ff, #00b1ff);
}

.h1__title span.gold {
  color: #c1a875;
}

.h1__title span.gold::after {
  -webkit-mask-image: url(../img/char.svg);
  mask-image: url(../img/char.svg);
  background-image: linear-gradient(203deg, #c1a875, #ffeeca);
}

.h1__title span.key {
  color: #ffc65e;
}

.h1__title span.key::after {
  -webkit-mask-image: url(../img/key.svg);
  mask-image: url(../img/key.svg);
  background-image: linear-gradient(219deg, #ffc65e, #f9f871);
}

.h1__title span.red {
  color: #ed213a;
}

.h1__title span.red::after {
  -webkit-mask-image: url(../img/ballon.svg);
  mask-image: url(../img/ballon.svg);
  background-color: #ed213a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#93291e), to(#ed213a));
  background-image: linear-gradient(to bottom, #93291e, #ed213a);
}

.h1__title span.green {
  color: #24c196;
}

.h1__title span.green::after {
  -webkit-mask-image: url(../img/leaf.svg);
  mask-image: url(../img/leaf.svg);
  background-image: linear-gradient(226deg, #24c196, #6efacc);
}
 
.logo--custom {
  width: 20rem;
  height: 3rem;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto;
}

.osago__text {
  margin-top: 2.4rem;
  line-height: 1.56;
  color: #444655;
}

.osago__brand {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2.4rem 0 4.6rem 0;
  color: #a8aabc;
}

.osago__phone {
  margin: 1.1rem 0 0.9rem 0;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 0.65;
  color: #0079ff;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #444655;
  margin: 3.5rem 0 0rem 0;
}

h4 {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #8f90a1;
  margin: 3.5rem 0 1rem 0;
}

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

.blocklink {
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: .14rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #0079ff;
}

.btn {
  width: 100%;
  max-width: 45rem;
  height: 6.5rem;
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, right top, left top, from(#00b1ff), to(#0079ff));
  background-image: linear-gradient(to left, #00b1ff, #0079ff);
  background-size: 100% 100%;
  background-position: 0% 0%;
  display: inline-block;
  font-size: 2rem;
  /*font-weight: 600;*/
  line-height: 6.5rem;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}

.btn:hover {
  background-size: 500% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  color: #ffffff;
}

.btn--white {
  background: white;
  color: #0079ff;
  border: 1px solid  #0079ff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn--white:hover {
  color: #ffffff;
  background-color: #0079ff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn--small {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  height: 4.6rem;
  line-height: 4.6rem;
}

.btn:disabled {
  opacity: 0.6;
}

.wrapper,
.wrapper-mob {
  margin: 0 auto;
  width: 130rem;
  position: relative;
}

.header {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0.3rem 0.6rem 0 rgba(167, 176, 231, 0.2);
          box-shadow: 0 0.3rem 0.6rem 0 rgba(167, 176, 231, 0.2);
  background-color: #fff;
  z-index: 100;
}

.header--dark {
  background: #444655;
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}

.header--dark .nav--main li a {
  color: #fff;
}

.header--dark .header__logo a {
  background: url(../img/logo3.svg) no-repeat;
  background-size: contain;
}

.header__block {
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phone {
  display: none;
}
.header__whatsapp {
  display: none;
}
.header__logo {
  margin-right: 23.4rem;
}

.header__logo a {
  width: 28rem;
  height: 4.4rem;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  display: block;
}

.header__personal {
  width: 9.4rem;
  height: 4.4rem;
  border-radius: 0.5rem;
  margin-left: auto;
  background: #eaeeff;
  text-align: center;
}

.header__personal a {
  font-family: Montserrat;
  font-size: 1.4rem;
  line-height: 4.4rem;
  letter-spacing: 0.14rem;
  text-align: center;
  color: #444655;
  text-decoration: none;
  text-transform: uppercase;
}

.header__personal.active {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.5rem;
  margin-left: auto;
  background: #eaeeff;
  text-align: center;
  background: url(../img/personal.svg) no-repeat;
}

.header__personal.active a {
  display: block;
  text-indent: -999.9rem;
}

.podheader {
  height: 8rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.24rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #a8aabc;
  text-transform: uppercase;
}

.podheader2 {
  height: 0rem;
}

.podheader--dark {
  background-color: #444655;
}

.slider {
  padding-top: 0rem;
}

.slider__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.22;
  color: #444655;
}

.slider__title span {
  color: #0079ff;
}

.slider__text {
  font-size: 1.6rem;
  margin: 2rem 0 2rem 0;
  color: #0079ff;
}

.slider_ol {
  counter-reset: myCounter;
}

.slider_ol li {
  list-style: none;
  margin-bottom: 2.4rem;
}

.slider_ol li span {
  font-size: 1.6rem;
  color: #878eba;
}

.slider_ol li:last-child {
  margin-bottom: 6rem;
}

.slider_ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
  background-image: linear-gradient(223deg, #0079ff, #00b1ff);
  border-radius: 50%;
}

.slider__calc {
  margin-top: 3rem;
  width: 33.5rem;
  font-size: 1.4rem;
  letter-spacing: 1.4;
  text-align: center;
  color: #0079ff;
  text-transform: uppercase;
}

.slider__info {
  width: 50%;
  position: absolute;
  right: 0;
  padding: 10px 0 0 20px;
  background: rgb(255,255,255,0.8);
}

.slider__btn {
  width: 12.5rem;
  height: 4.2rem;
  display: block;
  text-align: center;
  border-radius: .5rem;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 4.5rem;
  color: #0079ff;
}

.slider__img {
  /*width: 50%;*/
  height: 51.6rem;
}

.slider__img img {
  /*width: 55.5rem;
  height: 41.6rem;
  float: right;*/
}

.slider__next {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/slider_next.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 1.2rem);
  right: 1rem;
}

.orderblock {
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5rem auto 0 auto;
}

.orderblock_text {
  margin-top: 1.5rem;
  text-align: center;
}

.orderbtn {
  width: 40rem;
  height: 12rem;
  border-radius: 2rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.4rem 0 2.4rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#00b1ff), to(#0079ff));
  background-image: linear-gradient(to left, #00b1ff, #0079ff);
  -webkit-box-shadow: 0 1rem 1rem 0 #a7b0e7;
          box-shadow: 0 1rem 1rem 0 #a7b0e7;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.orderbtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  background: url(../img/orderbtn.svg) no-repeat right bottom;
}

.orderbtn__text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.21;
  color: #f7f8ff;
}

.orderbtn__hint {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #eaeeff;
}

.orderbtn__arrow {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  position: relative;
  background-color: #f7f8ff;
  line-height: 4.4rem;
  z-index: 3;
}

.orderbtn__arrow::before {
  content: "";
  width: 2.4rem;
  height: 1.03rem;
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  background: url(../img/right_arrow_1.svg) no-repeat;
  background-size: 2.4rem, 1.03rem;
}

.dogovorbtn {
  width: 40rem;
  height: 12rem;
  border-radius: 2rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.4rem 0 2.4rem;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, right top, left top, from(#00b1ff), to(#0079ff));
  background-image: linear-gradient(to left, #00b1ff, #0079ff);
  -webkit-box-shadow: 0 1rem 1rem 0 #009dff42;
          box-shadow: 0 1rem 1rem 0 #009dff42;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dogovorbtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  background: url(../img/dogovorbtn.svg) no-repeat right bottom;
}

.dogovorbtn__text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.21;
  color: #f7f8ff;
}

.dogovorbtn__hint {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #eaeeff;
}

.dogovorbtn__arrow {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  position: relative;
  background-color: #f7f8ff;
  line-height: 4.4rem;
  z-index: 3;
}

.dogovorbtn__arrow::before {
  content: "";
  width: 2.4rem;
  height: 1.03rem;
  display: block;
  position: absolute;
  right: 1rem;
  top: 1.6rem;
  background: url(../img/right_arrow_1.svg) no-repeat;
  background-size: 2.4rem, 1.03rem;
}

.calcbtn {
  width: 40rem;
  height: 12rem;
  border-radius: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.4rem 0 2.4rem;
  position: relative;
  background: white;
  -webkit-box-shadow: 0 1rem 1rem 0 #a7b0e7;
          box-shadow: 0 1rem 1rem 0 #a7b0e7;
}

.calcbtn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 2;
  background: url(../img/calcbtn.svg) no-repeat right bottom;
}

.calcbtn__text {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.21;
  color: #0079ff;
}

.calcbtn__hint {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #8f90a1;
}

.calcbtn__arrow {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  line-height: 4.4rem;
  z-index: 3;
}

.calcbtn__arrow::before {
  content: "";
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  position: absolute;
  /* right: 1rem; */
  /* top: 1.6rem; */
  background: url(../img/calc.svg) no-repeat;
  background-color: white;
}

.cards {
  padding-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
}

.cards.owl-carusel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards .owl-stage {
  margin-left: -1.4rem;
}

.cards__h {
  padding-top: 3.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #a8aabc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__next {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/slider_next.svg);
  background-size: contain;
  display: block;
  margin-left: 2rem;
  top: calc(50%);
  right: 0;
}

.cards__item {
  width: 40rem;
  height: 24rem;
  border-radius: 2rem;
  padding: 2.4rem;
  margin-bottom: 4.8rem;
  /*margin-right: 5rem;*/
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cards__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 2;
}

.cards__item.hranenie::after {
  background: url(/img/card1.svg) no-repeat right bottom;
}

.cards__item.hranenie {
  background-image: linear-gradient(240deg, #0079ff, #00b1ff);
}

.cards__item.hranenie .cards__title::after {
  -webkit-mask: url(../img/safe.svg) no-repeat left center;
  mask: url(../img/safe.svg) no-repeat left center;
}

.cards__item.tehosmotr::after {
  background: url(/img/card2.svg) no-repeat right bottom;
}

.cards__item.tehosmotr {
  background-image: linear-gradient(215deg, blue, #00b1ff);
}

.cards__item.tehosmotr .cards__title::after {
  -webkit-mask: url(../img/wheel.svg) no-repeat left center;
  mask: url(../img/wheel.svg) no-repeat left center;
}

.cards__item.osago::after {
  background: url(/img/card3.svg) no-repeat right bottom;
}

.cards__item.osago {
  background-image: linear-gradient(218deg, #00b1ff, blue);
}

.cards__item.osago .cards__title::after {
  -webkit-mask: url(../img/osago.svg) no-repeat left center;
  mask: url(../img/osago.svg) no-repeat left center;
}

.cards__item.kasko::after {
  background: url(/img/card4.svg) no-repeat right bottom;
}

.cards__item.kasko {
  background-image: linear-gradient(219deg, red, #fc6556);
}

.cards__item.kasko .cards__title::after {
  -webkit-mask: url(../img/kasko.svg) no-repeat left center;
  mask: url(../img/kasko.svg) no-repeat left center;
}

.cards__item.skidka1::after {
  background: url(/img/cardskidka1.svg) no-repeat right bottom;
}

.cards__item.skidka1 {
  background-image: linear-gradient(238deg, #0079ff, #00b1ff);
}

.cards__item.skidka1 .cards__title::after {
  -webkit-mask: url(../img/kasko.svg) no-repeat left center;
  mask: url(../img/kasko.svg) no-repeat left center;
}

.cards__item.skidka2::after {
  background: url(/img/cardskidka2.svg) no-repeat right bottom;
}

.cards__item.skidka2 {
  background-image: linear-gradient(238deg, #f12711, #f5af19);
}

.cards__item.skidka2 .cards__title::after {
  -webkit-mask: url(../img/kasko.svg) no-repeat left center;
  mask: url(../img/kasko.svg) no-repeat left center;
}

.cards__item.skidka3::after {
  background: url(/img/cardskidka3.svg) no-repeat right bottom;
}

.cards__item.skidka3 {
  background-image: linear-gradient(58deg, #ff00cc, #333399);
}

.cards__item.skidka3 .cards__title::after {
  -webkit-mask: url(../img/kasko.svg) no-repeat left center;
  mask: url(../img/kasko.svg) no-repeat left center;
}

.cards__title {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.21;
  color: #f7f8ff;
  padding-left: 4rem;
  z-index: 3;
}

.cards__title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3.6rem;
  height: 3rem;
  background-color: white;
}

.cards__text {
  font-size: 1.6rem;
  line-height: 1.63;
  color: #f7f8ff;
  z-index: 3;
  position: relative;
}

.cards__distitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.21;
  color: #ffffff;
  opacity: 0.8;  
  z-index: 3;
}

.cards__distext {
  font-weight: 600;
  line-height: 1.28;
  color: #ffffff;
  z-index: 3;
}

.cards__disblock {
  position: absolute;
  bottom: 1.2rem;
  right: 2.4rem;
  z-index: 3;
}

.cards__bottomblock {
  position: absolute;
  bottom: 2.4rem;
  z-index: 3;
}

.cards__disfrom,
.cards__disto {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.21;
  text-align: right;
  color: #ffffff;
}

.cards__disfrom span{
  font-size: 5.0rem;
  color: #ddd;
}
.cards__disto span {
  font-size: 6.4rem;
}

.cards__link {
  height: 4.2rem;
  border-radius: 0.5rem;
  background-color: #f7f8ff;
  line-height: 4.2rem;
  position: absolute;
  padding: 0 7.2rem 0 1.2rem;
  bottom: 2.4rem;
  z-index: 3;
}

.cards__link::before {
  content: "";
  width: 2.4rem;
  height: 1.03rem;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  background: url("../img/right_arrow_1.svg") no-repeat;
  background-size: 2.4rem, 1.03rem;
}

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

.infoblock__info {
  width: 50rem;
}

.infoblock__title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.38;
  color: #444655;
  margin-bottom: 1rem;
}

.infoblock__text {
  line-height: 1.67;
  color: #8f90a1;
}

.infoblock__block {
  margin: 2rem 0;
}

.infoblock__b {
  font-weight: bold;
  line-height: 1;
  color: #5c5f72;
  text-transform: uppercase;
}

.infoblock__num {
  font-size: 4.4rem;
  font-weight: bold;
  color: #0079ff;
  line-height: 1.4;
}

.infoblock__img {
  width: 80rem;
  height: 60rem;
}

.infoblock__img img {
  width: 100%;
}

.darkblock {
  background: #444655;
}

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

.darkblock__logo {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.21;
  margin-bottom: 1.2rem;
  color: #00b1ff;
}

.darkblock__title {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.21;
  color: #eaeeff;
  margin-bottom: 2rem;
}

.darkblock__img {
  width: 80rem;
  text-align: center;
  padding-bottom: 8rem;
  /*height: 60rem;*/
}

.darkblock__info {
  width: 50rem;
}

.darkblock__ul {
  position: relative;
}

.darkblock__ul li {
  position: relative;
  list-style: none;
  padding-left: 4rem;
  line-height: 6.6rem;
}

.darkblock__ul li span {
  font-size: 1.6rem;
  color: #878eba;
}

.darkblock__ul li + li {
  border-top: .1rem solid #878eba;
}

.darkblock__ul li::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 2rem;
  left: 0;
  top: calc(50% - 1rem);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  display: block;
}

.darkblock__ul li.time::after {
  -webkit-mask-image: url(../img/time.svg);
  mask-image: url(../img/time.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.darkblock__ul li.edit::after {
  -webkit-mask-image: url(../img/edit.svg);
  mask-image: url(../img/edit.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.darkblock__ul li.chair::after {
  -webkit-mask-image: url(../img/chair.svg);
  mask-image: url(../img/chair.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.darkblock__ul li.discount::after {
  -webkit-mask-image: url(../img/discount.svg);
  mask-image: url(../img/discount.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.list__item {
  height: 6.6rem;
  background-color: #eaeeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.list__item::after {
  position: absolute;
  content: "";
  top: calc(50%-0.9rem);
  right: 2.4rem;
  width: 1.8rem;
  height: 9px;
  -webkit-mask-image: url(../img/up_arrow.svg);
  mask-image: url(../img/up_arrow.svg);
  background-color: #0079ff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list__block {
  padding: 0 2.4rem;
}

.list__title {
  font-size: 1.8rem;
  line-height: 1.06;
  color: #444655;
}

.list__text {
  font-size: 1.4rem;
  line-height: 1.36;
  color: #878eba;
}

.list__drop {
  display: none;
}

.list__dropitem {
  height: 4.8rem;
  background-color: #f7f8ff;
  padding: 0 2.4rem;
  border-bottom: 0.1rem solid #eaeeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list__dropitemtext {
  font-size: 2rem;
  line-height: 0.95;
  color: #444655;
}

.list__dropitemtext b {
  font-weight: bold;
}

.list__dropitemtext b span {
  color: #878eba;
}

.list__dropitemtext > span {
  font-size: 1.6rem;
  font-weight: bold;
  color: #878eba;
}

.priceblock {
  padding: 1.4rem 0;
}

.priceblock__text {
  font-size: 1.6rem;
  color: #a8aabc;
}

.priceblock__text b {
  font-size: 1.8rem;
  color: #444655;
}

.priceblock__text b span {
  color: #0079ff;
}

.priceblock__text span {
  font-weight: bold;
  color: #a8aabc;
}

.priceblock__title {
  font-size: 2.4rem;
  line-height: 1.17;
  font-weight: bold;
  color: #444655;
}

.priceblock__title span {
  color: #a8aabc;
}

.hintblock {
  padding: 1.4rem 0;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #a8aabc;
}

.hintblock span {
  font-size: 1.8rem;
  line-height: 1.56;
  color: #444655;
}

.contacts__title, .contacts__title a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.29;
  color: #a8aabc;
}

.contacts__title span.param {
  position: relative;
  padding-left: 4.0rem;
  display: block;
  color: #0079ff;
}

.contacts__title span::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  left: 0;
  top: 0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  display: block;
}

.contacts__title span.phone::after {
  -webkit-mask-image: url(../img/phone.svg);
  mask-image: url(../img/phone.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.contacts__title span.mail::after {
  -webkit-mask-image: url(../img/mail.svg);
  mask-image: url(../img/mail.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.contacts__title span.map::after {
  -webkit-mask-image: url(../img/map.svg);
  mask-image: url(../img/map.svg);
  background-image: linear-gradient(224deg, #0079ff, #00b1ff);
}

.contacts__pto {
  padding: 0 0 0 3.6rem;
  margin-top: 3.0rem;
  position: relative;
}

.contacts__pto::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}

.contacts__pto:nth-child(1)::after {
  background-color: #177bc9;
}

.contacts__pto:nth-child(2)::after {
  background-color: #b51eff;
}

.contacts__pto:nth-child(3)::after {
  background-color: #ed4543;
}

.contacts__pto:nth-child(4)::after {
  background-color: #1bad03;
}

.contacts__pto:nth-child(5)::after {
  background-color: #b3b3b3;
}

.contacts__pto:nth-child(6)::after {
  background-color: #ffd21e;
}

.contacts__metro {
  font-size: 1.8rem;
  line-height: 1.56;
  color: #444655;
}

.contacts__metro span {
  font-weight: bold;
}

.contacts__address {
  font-size: 1.8rem;
  line-height: 1.57;
  color: #444655;
}

.loginform {
  width: 45rem;
  margin: 0 auto;
}

.loginform__text {
  text-align: center;
}

.order__title {
  margin: 2.4rem 0;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.21;
  color: #444655;
}

.order__price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.21;
  color: #0079ff;
}

.record {
  position: relative;
  padding-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.record__item {
  width: 48%;
  height: 30rem;
  border-radius: 2rem;
  padding: 2.4rem;
  margin-bottom: 4.8rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.record__item + .record__item{
  margin-left: 4%;
}

.record__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  z-index: 2;
}

.record__item.hranenie::after {
  background: url(/img/card1.svg) no-repeat right bottom;
  /*background-size: 150%;*/
}

.record__item.hranenie {
  background-image: linear-gradient(240deg,  #00b1ff, #0079ff);
}
.record__item.hranenie.AP {
  background-image: linear-gradient(240deg, #38ef7d, #009446);
}
.record__item.hranenie.OO {
  background-image: linear-gradient(240deg, #ffc65e, #ff907d);
}

.record__item.order::after {
  background: url(/img/card2.svg) no-repeat right bottom;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /*background-size: 150%;*/
}

.record__item.order {
  background-image: linear-gradient(228deg, #444655, #0e0e11);
}
.record__control {
  width: 48%;
  position: relative;
  text-align: center;
}

.record__status {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.21;
  color: #0079ff;
  background-color: #eaeeff;
  display: inline-block;
  padding: 0.3rem 2.4rem 0.3rem 2.7rem;
  z-index: 3;
}

.record__status::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  display: block;
  border-radius: 50%;
  background-color: #0079ff;
}

.record__title {
  position: relative;
  font-size: 2.4rem;
  margin-top: .8rem;
  line-height: 1.21;
  color: #ffffff;
  z-index: 3;
}

.record__text {
  position: relative;
  margin-top: 2.6rem;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #ffffff;
  z-index: 3;
}

.record__link {
  position: relative;
  height: 4.2rem;
  width: 20rem;
  border-radius: 0.5rem;
  background-color: #f7f8ff;
  line-height: 4.2rem;
  margin: 2.4rem 0 0 0;
  padding: 0 7.2rem 0 1.2rem;
  z-index: 3;
}

.record__link::before {
  content: "";
  width: 2.4rem;
  height: 1.03rem;
  display: block;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  background: url("../img/right_arrow_1.svg") no-repeat;
  background-size: 2.4rem, 1.03rem;
}

.record__ul {
  padding: 0 0 0 1.8rem;
  list-style: disc;
}

.record__ul li {
  margin-bottom: 1.2rem;
}

.record__button{
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 5.4rem;
  border-radius: 1rem;
  background:#f7f8ff;
  z-index: 5;
}
.record__button a{
  text-decoration: none;
  color: #0079ff;
  background: url(../img/edit.svg) no-repeat;
  padding-left: 4rem;
}


.record__footer {
  position: absolute;
  bottom: 2.4rem;
  border-top: .1rem solid #5c5f72;
  padding: 2.4rem 0 0 0;
    color: white;
  z-index: 3;
}

.footer {
  background: #f7f8ff;
}

.footer__block {
  padding: 8.4rem 0 0rem 0;
  border-bottom: 0.1rem solid #d3dbfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__contacts {
  margin-left: auto;
  text-align: right;
}

.footer__phone {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.21;
  color: #444655;
}

.footer__text {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #8f90a1;
}

.footer__copy {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
  color: #8f90a1;
  padding-bottom: 2rem;
}

@media screen and (max-width: 60rem) {
  /*body{ 
        margin: 2.0rem;
    }*/
  .h1__title {
    padding: 0rem 0 4.5rem 0;
  }
  .h1__title span {
    display: block;
  }
  .mobimage {
    display: block;
  }
  .mobimage img {
    width: 100%;
  }
  .header {
    background: #fff;
    position: fixed;
    top: 0;
  }
  .header--dark {
    background: #444655;
  }
  .header--dark .mob_menu {
    background-color: #fff;
  }
  .header--dark .mob_menu.active {
    background-color: #fff;
  }
  .header--dark .nav--main li a {
    color: #444655;
  }
  .podheader {
    padding-top: 7.2rem;
  }
  .podheader2 {
    height: 7.2rem;
  }
  .btn {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .wrapper {
    width: auto;
    padding: 0 2rem;
  }
  .wrapper-mob {
    width: auto;
    padding: 0;
  }
  .header__phone{
    display: block;
  }
  .header__whatsapp{
    display: block;
  }
  .header__phone a{
    width: 30px;
    display: block;
    text-indent: -100000px;
    mask: url(/img/phone2.svg);
    mask-repeat: no-repeat;
    mask-size: 30px 30px;
    background: linear-gradient(90deg, #00b1ff, #0079ff);
    text-decoration: none;
  }

  .header__whatsapp a{
    width: 32px;
    display: block;
    text-indent: -100000px;
    mask: url(/img/whatsapp.svg);
    mask-repeat: no-repeat;
    mask-size: 32px 32px;
    background: linear-gradient(90deg, #00b1ff, #0079ff);
    text-decoration: none;
  }
  
  .header__logo {
    margin-right: 0;
    width: 22rem;
    height: 4rem;
    overflow: hidden;
  }
  .header__logo a{
    height: 3.5rem;
  }
  .mob_menu {
    display: inline-block;
    width: 2.6rem;
    height: 1.6rem;
    margin-right: 1.6rem;
    -webkit-mask-image: url(../img/mobmenu.svg);
    mask-image: url(../img/mobmenu.svg);
    background-color: #444655;
  }
  .mob_menu.active {
    height: 2rem;
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    background-color: #444655;
  }
  .tabset {
    width: auto;
    margin: 0;
  }
  .tabset__tab {
    border: 0;
    border-radius: 0;
  }
  .tabset__content {
    width: auto;
    margin: 0 2rem;
  }
  .progressbar {
    width: 90%;
  }
  .slider__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider__info {
    position: relative;
    width: 100%;
  }
  .slider__title {
    font-size: 2.4rem;
  }
  .slider__text {
    font-size: 1.4rem;
  }
  .slider__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .slider__img {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slider__img img {
    width: 100%;
  }
  .slider__next {
    top: 0.5rem;
  }
  .orderblock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 2rem 0 2rem 0;
  }
  .dogovorbtn {
    width: 100%;
  }
  .orderbtn + .calcbtn {
    margin-top: 4.8rem;
  }
  .cards--skidka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cards__item {
    width: 31rem;
    height: 21.3rem;
    margin-left: 2.0rem;
    margin-right: 1.0rem;
  }
  .cards__text {
    font-size: 1.4rem;
  }
  .cards--skidka .cards__item {
    width: 35rem;
    margin-left: 0;
    margin-right: 0;
  }
  .record__item {
    width: 100%;
  }
  .infoblock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .infoblock__title {
    font-size: 2.4rem;
  }
  .infoblock__img {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .infoblock__img img {
    width: 100%;
  }
  .infoblock__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .darkblock {
    background: #fff;
  }
  .darkblock__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .darkblock__title {
    color: #444655;
    text-align: center;
  }
  .darkblock__img {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .darkblock__img img {
    width: 100%;
    display: none;
  }
  .loginform {
    width: auto;
  }
  .footer {
    background-color: #fff;
  }
  .footer__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__menu {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__contacts {
    width: 100%;
    text-align: center;
  }
  .footer .wrapper {
    padding: 0rem;
  }
  .footer__block {
    border: 0rem;
  }
  .footer__contacts {
    background: #fff;
  }
  .footer__copy {
    padding-top: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.25;
    text-align: center;
    background-color: #f7f8ff;
  }
}
