.catalog__banner-title a {
  color: #000000;
}
.bg-w {
  background-color: #fff;
}

.preloader #preloader {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.preloader {
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 30;
  border-radius: 20px;
}
.preloader #spinner {
  position: relative;
  height: 95px;
  width: 95px;
  top: 50%;
  margin-top: -47.5px;
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: rotation 0.75s infinite linear;
  -moz-animation: rotation 0.75s infinite linear;
  -o-animation: rotation 0.75s infinite linear;
  animation: rotation 0.75s infinite linear;
}
.preloader #spinner:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  height: 100%;
  width: 100%;
  border-top: 3px solid #C20F0F;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
  border-radius: 100%;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
@media screen and (min-width: 991.99px){
  .footer__top-cell ul li {
    margin-bottom: 5px;
    display: inline;
    margin-left: 15px;
  }
  .footer__top-cell ul li:first-child {
    margin-left: 0;
  }
}


.text__banner-tt{
  color: #fff;
}

/*begin modal*/
.dialogs {
  position: fixed;
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow-y: auto;
  background: rgba(34, 34, 34, 0.98);
  top: 0;
  left: 0;
}
.dialogs .close-bg {
  position: absolute;
  z-index: 51;
  width: 100%;
  height: 100%;
}
.dialogs .vertical-align-table {
  display: table;
  width: 100%;
  height: 100%;
}
.dialogs .vertical-align-table .vertical-align-row {
  display: table-row;
}
.dialogs .vertical-align-table .vertical-align-row .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.dialogs .popup {
  display: none;
  opacity: 0;
  margin: 0 auto;
  position: relative;
  z-index: 52;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 1170px;
}

.dialogs .popup.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.dialogs .popup .form-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

.dialogs .popup .form-box .close {
  width: 17px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  background: url(/img/close-red.png);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.dialogs .popup .form-box .h {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  white-space: pre-line;
  margin-bottom: 45px;
  text-align: left;
  color: #222222;
}

@media screen and (max-width: 1280px){
  .dialogs .popup {
    width: 96%;
  }
}

.form__check.form__cell_error {
  border-color: #e58d30 !important;
  border-bottom: 1px solid;
}
.form__check {
  padding-bottom: 10px;
}

.full-popup .form__row .form__cell{
  max-width: 33%;
  flex: 0 0 33%;
}
.full-popup .form__row .form__check{
  margin-left: 40px;
}
.full-popup .form label{
  height: 20px;
}
@media screen and (max-width: 991px){
  .full-popup .form__row .form__cell{
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .full-popup .form__row .form__check{
    margin-left: 10px;
  }
}

/*end modal*/

.header__logo{
  max-width: 144px;
}

@media screen and (max-width: 768px){
  .form__qs-in{
    left: -140px;
  }
  .form__qs-in:before{
    left: 95px;
  }
}


.form-step {
  transition: transform 0.2s ease-in-out;
}

.form-step .button-secondary {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px){
  .header nav {
    top: 105px;
  }
}

.whatsapp_mobile {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 68px;
  height: 68px;
  background: url('/img/whatsapp.png') no-repeat center center;
  z-index: 12;
}


.iti--separate-dial-code .iti__selected-flag{
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.iti.iti--allow-dropdown{
  width: 100%;
}


@media screen and (max-width: 991px) {
  .iti--separate-dial-code .iti__selected-flag{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.iframe__w100{
  margin: 0 auto 60px;
  justify-content: center;
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.iframe__w100 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.iframe__w50{
  margin: 0 auto 60px;
  justify-content: center;
  display: flex;
  position: relative;
  padding-bottom: 31.25%;
  height: 0;
}

.iframe__w50 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .iframe__w50{
    padding-bottom: 56.25%;
  }
  
  .iframe__w50 iframe {
    width: 100%;
  }
}


  .contacts-new .contacts__cell {
      width: 50%;
  }

  @media screen and (max-width: 768px) {
      .contacts-new .contacts__cell {
          width: 100%;
      }
  }


.work-staff .container {
    max-width: 1396px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section__title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4d4d4d;
    margin-bottom: 25px;
    text-align: center;
}

@media screen and (min-width: 488px) {
    .work-staff .container {
        max-width: 27.5rem;
    }
}

@media screen and (min-width: 588px) {
    .work-staff .container {
        max-width: 35.625rem;
    }
}

@media screen and (min-width: 768px) {
    .work-staff .container {
        max-width: 46.875rem;
    }
}

@media screen and (min-width: 992px) {
    .work-staff .container {
        max-width: 60.9375rem;
    }
}

@media screen and (min-width: 1200px) {
    .work-staff .container {
        max-width: 73.875rem;
    }

}

@media screen and (min-width: 1414px) {
    .work-staff .container {
        max-width: 87.25rem;
    }
}

.work-staff {
    margin: 2.5em 0 0;
    padding: 4.25em 0 5.625em;
    background-color: #e8e8e9;
}

.work-staff__carousel {
    display: flex;
    align-items: center;
}

.work-staff__item {
    background-color: #ffffff;
    padding: 60px 22px 44px;
    margin-right: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    text-align: center;
    width: 333px;
    height: 365px;
    min-width: 333px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    box-sizing: border-box;
}

.work-staff__item:last-child {
    margin-right: 0;
}

.work-staff__img {
    position: relative;
    width: 158px;
    height: 158px;
    margin: 0 auto 24px;
    border-radius: 16px;
    overflow: hidden;
}

.work-staff__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.work-staff__name {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.work-staff__position {
    color: #bdbdbe;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 42px;
}

.work-staff__position:after {
    content: '';
    width: 130px;
    height: 2px;
    position: absolute;
    background: #11528e;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
}

.work-staff__text {
    line-height: 20px;
    color: #7b7286;
}

.work-staff__frame {
    height: 370px;
    overflow: hidden;
    margin: 60px 70px 80px;
}

.work-staff__carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

.scrollbar {
    height: 5px;
    background: #ffffff;
    line-height: 0;
    width: 300px;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
}

.scrollbar .handle {
    width: 60px;
    height: 10px;
    background: #11528e;
    cursor: pointer;
    position: absolute;
    top: -2px;
    border-radius: 5px;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

.tgbot_mobile {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 68px;
  height: 68px;
  background: url(data:image/png;base64,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) no-repeat center center;
  z-index: 12;
}

.max_link {
  position: fixed;
  bottom: 85px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: url(/img/max.png) no-repeat center center;
  background-size: contain;
  z-index: 12;
}


.button-w250 {
  width: 250px;
}
