h1,
h2,
h3,
h4,
p,
ul,
li,
a,
span,
div,
input,
textarea,
select,
form,
fieldset,
button,
dl,
dd,
dt,
figure,
figcaption,
blockquote,
caption,
aside,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}


/* Всп. форма */

.pop-ups {
  background: #394f58;
  position: relative;
  max-width: 780px;
  color: #fff;
  z-index: 101;
  display: none;
  padding: 5%;
  width: 100%;
}

.pop-ups h3 {
  font-family: 'ProximaNovaBold';
  font-size: 35px;
  color: #ffffff;
  padding: 0 0 40px;
}

.pop-ups fieldset div {
  padding: 0 10px;
  float: left;
  width: 50%;
}

.pop-ups fieldset div:nth-child(n+4) {
  margin-top: 20px;
}

.pop-ups input,
.pop-ups textarea {
  border: 6px solid #ffffff;
  display: block;
  width: 100%;
  height: 87px;
  margin: 0;
}

.pop-ups textarea {
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  padding: 22px;
  color: #000;
  font-size: 18px;
  background: #fff;
  display: none;
  height: 194px;
}

.pop-ups .input:focus,
.pop-ups .textarea:focus {
  border: 6px solid #f18417;
}

.b-close {
  position: absolute;
  top: 40px;
  right: 7%;
  z-index: 100;
  display: block;
  font-family: 'ProximaNovaLight';
  font-size: 35px;
  color: #6d838c;
}

.pop-ups .btn {
  position: relative;
  top: auto;
  right: auto;
  text-transform: uppercase;
  font-family: 'ProximaNovaBold';
  font-size: 20px;
  border: none;
  cursor: pointer;
  line-height: 87px;
  height: 87px;
  display: inline-block;
  color: #fff;
}

.b-close:hover {
  opacity: 0.7;
  cursor: pointer;
}

.b-modal {
  background: rgba(0, 0, 0, 0.7) !important;
  opacity: 1 !important;
}

#preloader {
  position: relative;
  animation: rotate 1s infinite linear;
  border: 4px solid rgba(255, 255, 255, .25);
  width: 80px;
  height: 80px;
  border-radius: 999px;
}

#preloader span {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  top: -4px;
  left: -4px;
  border-radius: 999px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.akcii ul {
  display: inline-block;
}

.breadcrumbs-select-hidden li {
  line-height: 14px;
  margin-bottom: 14px;
}

.breadcrumbs-select-hidden li:last-child {
  margin-bottom: 0;
}

.zakaz-call {
  position: absolute;
  right: 20px;
  bottom: -10px;
  top: auto;
  font-size: 10pt;
  text-decoration: none;
}

.zakaz-call:hover {
  text-decoration: underline;
}

.header-top .holder {
  position: relative;
}


/*my css*/

.garanty .garanty-block {
  float: right;
}

.webmaster .banner-block {
  float: right;
  color: #fff;
}

.header-nav .header-nav-list .active>a {
  color: #fff;
}

.header-nav .header-nav-list a:hover {
  color: #fff;
}

.reg-nav {
  margin-bottom: 10px;
  padding-top: 10px;
}

.reg-nav-list {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media (min-width: 992px) {
  .reg-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.reg-nav-list li a>img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 10px;
}

.reg-nav-list li {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px 0px rgb(10 113 204 / 20%);
  box-shadow: 0px 2px 10px 0px rgb(10 113 204 / 20%);
  border-radius: 6px;
}

@media (min-width: 992px) {
  .reg-nav-list li {
    width: 100%;
  }
}

.registration .wrapper-section {
  background-color: #fff;
}

.reg-form-right-register-as {
  max-width: calc(100vw - 30px);
}

.reg-nav-list li.active {
  background-color: #0a71cc;
}

.reg-nav-list li.active a {
  color: #fff;
}

.reg-nav-list li:last-child {
  margin-right: 0;
}

.reg-nav-list li a {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 15px 30px;
}

.reg-grey-text {
  margin-bottom: 10px;
}

.reg-button {
  margin-top: 20px;
}

.orange {
  color: orange;
  margin-left: 5px;
}

.reg-form-left label,
.reg-form-right label {
  display: block;
  margin-bottom: 5px;
}

.reg-form-right--birthday {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.reg-form-right--birthday label {
  margin-bottom: 0;
}

.reg-form-holder--degree {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 13px;
  column-gap: 10%;
}

@media (max-width: 768px) {
  .reg-form-holder--degree {
    grid-template-columns: 1fr;
  }
}

.reg-form-holder--degree .form__field {
  margin-bottom: 0;
}

/* .reg-form-holder--degree .reg-form-left {
  margin-bottom: 12px;
} */



.birthday-selects-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (min-width: 768px) {
  .birthday-selects-wrapper {
    flex-direction: row;
    column-gap: 15px;
    justify-content: space-between;
  }

  .birthday-selects-wrapper .select-item {
    width: auto;
    margin-right: 0;
  }
}

.education-list .reg-form-left {
  float: left;
  width: 45%;
}

.education-list .reg-form-right {
  float: right;
  width: 45%;
}

body .education {
  float: left;
  width: 100%;
}

body #education_add {
  float: left;
  margin: 10px 0px 20px;
  width: 200px;
  height: 45px;
  font-size: 16px;
}

.reg-item_grade .reg-form-right {
  float: right;
  width: 45%;
}

.reg-item_grade .reg-form-left {
  float: left;
  width: 45%;
}


.reg-form-holder--degree .reg-form-left,
.reg-form-holder--degree .reg-form-right {
  float: none;
  width: 100%
}

@media (max-width: 767px) {

  .education-list .reg-form-holder .reg-form-left,
  .education-list .reg-form-holder .reg-form-right,
  .reg-form-holder--degree .reg-form-left,
  .reg-form-holder--degree .reg-form-right {
    float: none;
    width: 100%
  }
}

body .reg-item {
  clear: both;
}

body .reg-load_files {
  background-color: #0a71cc;
  color: #fff;
  padding: 15px 10px 25px;
  margin: 15px 0px 15px;
  float: left;
  width: 100%;
  cursor: pointer;
}

body .reg-note-title {
  color: #000;
  font-weight: 700;
}

.radio-list-item {
  margin-bottom: 10px;
  font-size: 18px;
}

.radio.radio--complexity[type=radio]:not(:checked)+label:after,
.radio.radio--complexity[type=radio]:not(:checked)+label:before,
.radio.radio--complexity[type=radio]:checked+label:after,
.radio.radio--complexity[type=radio]:checked+label:before {
  top: 50%;
  transform: translate(0, -50%);
}

.radio.radio--complexity[type=radio]:not(:checked)+label:after,
.radio.radio--complexity[type=radio]:checked+label:after {
  left: 3px;
}

.checkbox-list label {
  display: inline-block;
  width: 85%;
  color: #000;
  margin-left: 5px;
}

.checkbox-list .checkbox-list-item label {
  margin-left: 5px;
  color: #000;
  font-size: 18px;
}

.checkbox-list .checkbox-list-item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .checkbox-list .checkbox-list-item {
    width: 33.33%;
  }

}

.checkbox-list .checkbox-list-item input {
  float: left;
  width: 4%;
  height: 18px;
  margin-top: 4px;
}

.reg-category .checkbox-list-item label {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 18px;
  cursor: pointer;
}

.reg-category .rc-list .checkbox-list-item {
  margin: 0px 0 24px;
}

.header-city-block {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 15px;
}

.header-city-block .header-city-new {
  float: left;
  padding: 6px 0 0 60px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.remodal.remodal-city__choice {
  padding: 0px;
  background: transparent;
}

.remodal .header-city-hidden {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  right: auto;
  width: auto;
  top: auto;
  position: static;
  text-align: left;
  background: transparent;
}

.remodal .header-city-hidden .remodal-close {
  left: auto;
  right: 0;
  top: 20px;
  z-index: 20;
}

.remodal .header-city-hidden .remodal-close:before {
  font-size: 24px;
  color: #fff;
  background: #737373;
  border-radius: 50%;
}

.remodal .header-city-hidden ul li,
.remodal .header-main_city ul li {
  font-size: 18px;
  margin-bottom: 2px;
}

.remodal .header-city-hidden ul li.active>a {
  color: #0a71cc;
}

.header-city .header-city-hidden {
  display: none;
}

.header-city-choice {
  position: relative;
  float: left;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #eee;
  color: #000;
  margin-left: 20px;
  padding: 3px 13px;
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.header-city-choice p {
  font-size: 12px;
  margin: 0;
  text-transform: none;
  color: #20333a;
}

.header-city-choice p>span {
  border-bottom: 1px solid #fff;
}

.header-city-choice a {
  color: #000;
  background: #fff;
  padding: 0px 5px;
  margin: 3px 5px;
  text-decoration: none;
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 55px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.header-city-choice a:hover {
  background-color: #b0db1f;
  color: #fff;
  border: 1px solid #fff;
}

.header-city-choice .answer {
  background: #fff;
  color: #000;
}

.header-city {
  position: relative;
  float: left;
  padding: 6px 0 0 60px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.header-city-link {
  padding: 0 25px 0 0;
  color: #000;
  font-family: 'ProximaNovaBold';
  text-decoration: none;
  border-bottom: 1px dotted #000;
  background: url(../images/black-arrow.png) 100% 50% no-repeat;
}

.header-city-hidden ul li a {
  color: #fff;
}

.review {
  display: none;
}


/*remodal-city__choice*/

.remodal.remodal-city__choice {
  color: #fff;
  padding-top: 50px;
}

.header-main_city {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  right: auto;
  top: auto;
  position: static;
  text-align: left;
  background: transparent;
}

.header-main_city ul,
.header-city-hidden ul {
  margin-right: 10%;
  width: 260px;
  max-width: 100%;
}

.header-main_city a {
  color: #fff;
}

.header-form_city {
  margin: 20px 15px 20px;
  /*padding: 15px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
}

.header-form_city input {
  width: 100%;
  border: 1px solid #fff;
  height: 50px;
  color: #fff;
  font-size: 18px;
  padding: 0px 20px;
}

.header-form___btn {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  margin-left: 10px;
  padding: 10px 30px;
  font-size: 18px;
  cursor: pointer;
  max-width: 100%;
}

.header-form__result {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  z-index: 102;
  max-width: 100%;
  height: 500px;
  overflow: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 15px;
  text-align: left;
  font-weight: 500;
}

.header-form__result ul {
  text-align: left;
  flex: 1 1 33.33%;
}

.header-form__result ul li {
  margin-bottom: 4px;
}

.header-form__result ul a {
  color: #000;
}

.header-form___btn:hover {
  background-color: #0a71cc;
}

.header-form_city input[placeholder] {
  color: #fff;
}

.header-form_city input::-webkit-input-placeholder {
  color: #fff;
}

.header-form_city input::-moz-placeholder {
  color: #fff;
}


/* Firefox 19+ */

.header-form_city input:-moz-placeholder {
  color: #fff;
}


/* Firefox 18- */

.header-form_city input:-ms-input-placeholder {
  color: #fff;
}


/*city-item */

.city-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px 0px 40px;
}

.city-item ul {
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 30px;
  padding: 0px 0px 30px;
  font-size: 16px;
}

.city-item li>a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #9ca1a3;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .remodal.remodal-city__choice {
    padding: 0;
  }

  .remodal.remodal-city__choice .header-city-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    padding: 10px 45px;
  }

  .remodal.remodal-city__choice .header-main_city {
    margin: 0px;
    padding: 10px 45px;
  }

  .remodal.remodal-city__choice .header-city-hidden.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .remodal.remodal-city__choice .header-city-hidden ul {
    padding: 5px 10px;
    max-height: 100%;
  }

  .remodal .header-city-hidden ul li,
  .remodal .header-main_city ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1px;
    white-space: nowrap;
  }

  .header-city-choice p {
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px 4px;
    /*white-space: nowrap;*/
  }

  .header-city-choice a {
    font-size: 12px;
    padding: 2px 3px;
  }

  .header-city-block {
    position: absolute;
  }

  .header-city-block .header-city-hidden ul {
    padding: 0px;
    min-width: 100%;
  }

  .header-top .holder {
    position: static;
  }

  header .header-city-hidden ul {
    max-height: 200px;
    overflow-y: auto;
    padding: 15px 23px;
    width: 100%;
    margin: 0;
  }

  /*header-form_city*/
  .header-form_city {
    margin: 15px 10px;
    flex-wrap: wrap;
    /*padding: 15px 45px;*/
  }

  .header-form__result {
    margin: 8px 0px;
    top: 120px;
    height: 300px;
  }

  .header-form__result ul {
    text-align: center;
  }

  .header-form_city input {
    width: 100%;
    height: 45px;
    flex: 3 1 230px;
    margin: 8px 0px 0px;
  }

  .header-form___btn {
    margin: 8px 0px 0px;
    flex: 1;
  }

  .header-main_city ul,
  .header-city-hidden ul {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .header-main_city {
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .city-item {
    justify-content: center;
  }

  .city-item ul {
    padding: 10px 30px;
    text-align: center;
  }
}

@media (min-width: 422px) and (max-width: 959px) {
  .header-form__result {
    top: 80px;
  }

  .header-form_city input {
    margin-right: 10px;
  }
}

.lk_icon {
  position: absolute;
  left: 10px;
  height: 30px;
  top: 20px;
}


/************************* form-block *************************/

.input {
  display: block;
  width: 100%;
  height: 68px;
  padding: 0 27px;
  margin: 0 0 10px;
  color: #20333a;
  font-size: 18px;
  background: #fff;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 21px 27px;
  margin: 0 0 10px;
  color: #20333a;
  font-size: 18px;
  resize: vetical;
  background: #fff;
  border: 1px solid #e8ecf0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.submit {
  display: block;
  width: 100%;
  height: 68px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  background: #0a71cc;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.submit:hover {
  background: #0c7de1;
}

::-webkit-input-placeholder {
  color: #20333a;
}

:-moz-placeholder {
  color: #20333a;
  opacity: 1;
}

::-moz-placeholder {
  color: #20333a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #20333a;
}

.input.error,
.textarea.error {
  color: rgb(255, 86, 71);
  background-color: rgb(255, 206, 202);
}

label.error {
  position: absolute;
  left: -9999px;
}

.select-block select {
  width: 100%;
}
