@font-face {
  font-family: HighwaySansPro;
  /* Гарнитура шрифта */
  src: url(../font/HighwaySansPro-Regular.ttf);
  /* Путь к файлу со шрифтом */
  font-display: swap;
}

@font-face {
  font-family: HighwaySansProBold;
  /* Гарнитура шрифта */
  src: url(../font/HighwaySansPro-Bold.ttf);
  /* Путь к файлу со шрифтом */
  font-display: swap;
}

::-webkit-scrollbar {
  width: 0.313em;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #c3c3c3;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.full-sc-video.block .block-h2 {
  margin-bottom: 0px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: HighwaySansPro;
  font-display: fallback;
  overflow-x: hidden;
  color: #666666;
  box-sizing: border-box;

}

body.mask {
  overflow: hidden;
}

body.mask:after {
  content: '';
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(4, 4, 4, 0.6);
  z-index: 2;
}

.input-radio-item span span {
  position: static;
  font-size: 13px;
}

.slick-slide {
  outline: none
}

.card-text {
  line-height: 20px;
  font-size: 14px;
}

.accordion_hide {
  display: none;
}

.more {
  text-align: center;
}

.more p {
  display: inline-block;
  margin-top: 30px;
  background: #fff;
  box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, .5);
  padding: 10px 15px;
  color: green;
  cursor: pointer;
}

.more p svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  border: 1px solid #5db02e;
  background: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
  color: #5db02e;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  box-shadow: none;
  color: #5db02e;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #5db02e;
  background-image: linear-gradient(to left, #56a02c 0%, #5db02e 100%);
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn.btn-primary {
  border-radius: 10px;
  background-color: #5db02e;
  background-image: linear-gradient(to left, #56a02c 0%, #5db02e 100%);
  border: 0;
  max-width: 301px;
  width: 100%;
  outline: none;
  box-shadow: 0 10px 21px rgba(93, 175, 46, 0.3);
  text-transform: uppercase;
}

.btn.btn-secondary {
  max-width: 354px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #5db02e;
  background: #fff;
  color: #5db02e;
  text-transform: uppercase;
}

header .navbar-light,
.pre-footer .navbar-light {
  box-shadow: 0 10px 21px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  height: 100px;
  margin-bottom: 30px;
}

.pre-footer .navbar-light {
  box-shadow: none;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 0;
}

header .navbar-nav,
.pre-footer .navbar-nav,
.pre-footer .navbar-nav,
.pre-footer .navbar-nav {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

header .collapse.navbar-collapse,
.pre-footer .collapse.navbar-collapse {
  margin-left: 50px;
}

header .navbar-light .navbar-nav .nav-link,
.pre-footer .navbar-light .navbar-nav .nav-link {
  color: #101010;
  font-size: 18px;
  cursor: pointer;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #101010;
}

header .navbar-light .navbar-nav .nav-link:after,
.pre-footer .navbar-light .navbar-nav .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #101010;
  -webkit-transition: width .5s;
  -o-transition: width .5s;
  transition: width .5s;
  position: relative;
  top: 36px;
  margin: 0px auto;
}

header .navbar-light .navbar-nav .nav-link.active:after,
.pre-footer .navbar-light .navbar-nav .nav-link.active:after {
  width: 100%;
}

header .navbar-light .navbar-nav .nav-link:hover:after,
.pre-footer .navbar-light .navbar-nav .nav-link:hover:after {
  width: 100%;
}


section.slider {
  position: relative;

}

.sl {
  overflow: hidden;
  border-radius: 10px;
}

.sl img {
  max-width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
  min-height: 265px;
  object-fit: cover;
  object-position: center right;
}

.slick-active img {
  transform: scale(1);

}

.arr-top-cnt {
  position: absolute;
  top: calc(50% - 22px);
  left: 0;
  right: 0;
}

.arr-top-cnt {
  cursor: pointer;
}

.arr-top-cnt .prev-top {
  position: absolute;
  left: -70px;
}

.arr-top-cnt .next-top {
  position: absolute;
  right: -70px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: transparent;
  padding-right: 0;
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(93,176,46)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #f1eeee;
  border-radius: 50%;
  margin-right: 19px;
}

.slick-dots {
  position: relative;
  top: 19px;
}

.slick-dots li.slick-active {
  background-color: #5db02e;
}

.slick-dots button {
  display: none;
}

.slide-description {
  font-size: 46px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  position: absolute;
  max-width: 489px;
  float: right;
  right: 0;
  color: #111010;
  top: 50%;
  transform: translateY(-50%);
}

.slide-description .slide-description-tilt {
  color: #3b3b3b;
  font-family: HighwaySansPro;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-transform: initial;
}

.slide-description .btn {
  padding-top: 18px;
  padding-bottom: 18px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  top: 74px;
  color: #fff !important;
}

.slide-description p {
  font-family: HighwaySansProBold;
}

.slide-description span {
  color: #fff;
}

.slick-list {
  background: #fff;
}

.top-slider:before {
  content: '';
  max-width: 1066px;
  max-height: 27px;
  border-radius: 10px;
  background-color: #405faf;
  opacity: 0.3;
  position: absolute;
  width: 96%;
  height: 98%;
  bottom: 18px;
  left: 0;
  right: 0;
  margin: auto;
}

.top-slider:after {
  content: '';
  max-width: 1122px;
  max-height: 35px;
  border-radius: 10px;
  background-color: #676c6d;
  opacity: 0.3;
  position: absolute;
  width: 92%;
  height: 97%;
  z-index: -1;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: auto;
}

/* cards index*/
.block-card.reviews-block .card .embed-responsive {

  overflow: hidden;
}

.block-card {
  margin-left: -8px;
  margin-right: -8px;
}

.block-card .card {
  margin-left: 8px;
  margin-right: 8px;
  border: none;

}

.block-card .card-body {
  border: 1px solid #e8e8e8;
  border-radius: 0 0 5px 5px;
  min-height: 81px !important;
  display: flex;
  align-items: center;
  margin-top: -13px;
}

.block-card .card-title {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 700;
}

.block-card .btn.btn-primary {
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* cards index*/

.pagingInfo {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  border-radius: 10px;
  width: 58px;
  text-align: center;
  right: 40px;
}

.pagingInfo:before {
  content: '';
  background: #fff;
  opacity: 0.3;
  width: 50px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 33px;
  border-radius: 10px;
}

section.block {
  padding-top: 17px;
  padding-bottom: 10px;
}

.block .block-h2 {
  text-align: center;
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.tw-btn {
  padding-top: 40px;
  text-align: center;
}

.tw-btn .btn {
  height: 60px;
  margin-left: 16px;
  margin-right: 16px;
  max-width: 354px;
  width: 100%;
}

/*calc start*/
.calc-header {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background-color: #3e4757;
  color: #fff;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.calc-body {
  border-radius: 0 0 5px 5px;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;

}

.answer-description-footer,
.calc-right-side-header {
  padding-left: 58px;
}

.answer-description-footer .btn {
  height: 60px;
  margin-top: 90px;
}

.calc-right-side {
  height: 100%;
  border-left: 1px solid #f6f6f6;
  overflow: hidden;
  padding-top: 52px;
}

.calc-right-side-footer {
  height: 100%;
}

.persent-sum-cnt,
.calc-right-side-footer {
  color: #adadad;
  font-size: 20px;
  font-weight: 400;

}

.persent-sum-cnt span,
.calc-right-side-footer span {
  color: #3b3b3b;
}


.answer-description-footer p {
  margin-bottom: 4px;
}

.persent-sum-cnt p {
  margin-bottom: 4px;
}

.calc-right-side-tilt {
  color: #adadad;
  font-size: 18px;
  font-weight: 700;
}

.calc-right-side-footer {
  background-color: #eef2f7;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 14px;
}

.calc-left-side {
  max-width: 584px;
  margin: 0px auto;
  padding-top: 52px;
}

.calc-left-item {
  margin-bottom: 34px;
  padding: 20px 20px 16px 20px;
  position: relative;
}

.calc-left-item .icon {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.calc-body hr {
  border-top: 1px solid #eef2f7;
}

.calc-left-item p {
  color: #464646;
  font-size: 18px;
  margin-bottom: 0;
}

.calc-left-item.colored-calc {
  border-radius: 10px;
  border: 1px solid #e9ecf0;
  background-color: #eef2f7;
}

.calc-left-item.colored-calc.no-colored-calc {
  background: none;
  padding: 0;
}

.calc-left-side-tilt {
  color: #adadad;
  font-size: 17px;
  font-weight: 400;
}

.input-radio-item:first-child {
  border-right: 1px solid #e9ecf0;
}

.input-radio-item label {
  width: 38px;
  height: 38px;
  border: 6px solid #f6f6f6;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 0;
}

.input-radio-item input {
  width: 38px;
  height: 38px;
  position: absolute;
  opacity: 0;
}

.input-radio-item input:checked+label {
  background-color: #56a02c;
}

.input-radio-item {
  display: inline-block;
  width: 49%;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  padding: 20px;
}

.input-radio-item span {
  position: relative;
  top: 6px;
}

.input-radio-item-cnt {
  float: right;
  position: relative;
  height: 38px;
}

.footer-tilt-description a {
  color: inherit;
  text-decoration: none
}

/*calc stop*/
.footer-social-links {
  display: flex;
  justify-content: flex-start;
}

.footer-social-links div {
  margin-right: 20px;
}

footer {
  border-top: 1px solid #e8e8e8;
  background-color: #f8f8f8;
  padding-top: 42px;
  padding-bottom: 42px;
}

footer .footer-tilt {
  color: #666666;
  font-size: 17px;
  font-weight: 400;

}

/*avto-zalog*/
.top_container-banner {
  height: 462px;
  border-radius: 10px;
  position: relative;
  background-position: 60% 100% !important;
  background-repeat: no-repeat;
}

.top_container-banner .slide-description {
  font-size: 51px;
}

.avto_zalog {
  background: url("../img/in-b-1.png");
  background-size: cover;
}

.dom_zalog {
  background: url("../img/in-b-3.png");
  background-size: cover;
}

.kredit_prodaj {
  background: url("../img/in-b-2.png");
  background-size: cover;
}

.refinance {
  background: url("../img/in-b-4.png");
  background-size: cover;
}

.refinance .slide-description {
  font-size: 42px;
}

.block-kredit {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.block-kredit>div {
  outline: none;
}

.kredit-item-description {
  padding-top: 18px;
  display: inline-block;
  margin: 0px auto;
}

.kredit-item {
  position: relative;
}

.th-b.kredit-item:after {
  display: none
}

.kredit-item:after {
  content: '';
  display: block;
  background: url(../img/g-k-arr.png);
  width: 14px;
  height: 26px;
  position: absolute;
  margin-left: 8px;
  top: calc(50% - 13px);
  transform: translateY(-50%);
  right: 0;
  margin-right: -30px;
}

.kredit-item-number {
  width: 38px;
  height: 38px;
  background-color: #59a82d;
  color: #ffffff;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-block;
  margin-right: 16px;
}

.kredit-item.kredit-item-img {
  text-align: center;
  max-width: 350px;
  margin-left: 23px;
  margin-right: 23px;
}

.kredit-item-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -6px;
}

.kredit-item-tilt {
  text-align: left;
}

.kredit-item-tilt img {
  display: inline-block;
}

.kredit-item-tilt p {
  margin-bottom: -6px;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
}

.kredit-item-tilt p span {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
}


.services-item {
  text-align: center;
}

.services-item img {
  display: block;
  margin: 0px auto;
  margin-bottom: 18px;
}

.services-item .services-item-tilt {
  font-size: 18px;
}

.services-item .services-item-description {
  line-height: 20px;
  font-size: 15px;
}

.about {
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #f8f8f8;
}

.about-text-tilt {
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 700;
  line-height: 65px;
  text-transform: uppercase;
}

.about-img img {
  width: 100%;
}



.modal_call .modal-body {
  background-image: url('../img/girl_bg.png');
  background-color: #fff;
  background-repeat: no-repeat;
}

.modal_call .modal-content {
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.17);
}

.modal_call .modal-content .close {
  position: absolute;
  right: 0px;
  width: 54px;
  height: 54px;
  background-color: #f6f6f6;
  z-index: 9;
}

.modal_call .modal-content:after {
  display: none;
}

.modal_call-form {
  max-width: 395px;
  float: right;
  padding-top: 58px;
  padding-bottom: 58px;
  width: 100%;
  margin-right: 24px;
}

.modal_call-form .input {
  cursor: default;
  height: 48px;
  padding-left: 50px;
  outline: none;
  width: 100%;
}

.modal_call-form .input.input_client {
  background-image: url("data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABxElEQVQ4T43RO4hTQRQG4P+fwEUESaMgC/Y+SGEpKBIfM3MDKVYwYCOCCIJgscJarA98bOHCbiEoggiyjRDBLQLJzEQNomBpERQbK0EEbYIgciVz5C4EkpCLe7ozc745nDPEVLRare1JklwHcBbAHIBvANazLLtTr9d/j5dzPOn1etuyLHsFYA+Au0qpTzHG/QCuAfiaJMnxarX6Z2QmcAhhQUSukjyotc47bkYIYU5EPpC8p7Vem4m99+9E5I21dml6HOfcMsmjxpjDRfiziKxaax/PwBdIXjHG7C3CGyR/aa3zZU1ECGFdRHYYY+aL8EkAHZKntdYbYzPPi8hzAKkxpjsT54fOuRskbwF4KSIfSR4AcEJEblprbxd+VQjhnIgsA9gNoC8iP0nuBFAB8J3kktb66UTnZrNZKpfLTwCcAbAyHA7v12q1H6Oidru9q1QqXQawCODZYDA432g0hpv/7L1fAXAxxmjSNH0/vaxR3ul0DimlPIBHxphFdrvdfTHGfoyxkabpiyI49sAppVRTKVWh9/6hiFSstUf+B0f3zrm3JPs5/kJyTWv9YKs4hHBJRBZy/BeAMca83ir23h/LV/UPZtq/WRkWf/AAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 17px 50%;
  background-color: #fff;
}

.modal_call-form .input.input_tel_client {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAB/ElEQVQ4T6XUvWsUQRgG8OfdvQ9QvDvQdKLYCYlaaCFooiLezC0e3F8gooWgReJfIRYphJCkFqurIud97C4IgoVFLCISQUS0sAh+QRCL5WYemXArZ8ydtzjNFrPz452Z9xnBYERRNE/yHoD3JBta63fp3KRfcT9GUXSH5BKA2yRnRWSO5MWsoHS73ZOe570E8AaA9Pv9K7lcbhHABWNMNQiCzYkrC8PwEQA/SZKbhULhCYApB+bz+QckDymlLmfBtkje0Fq3W63WvhQEsEHyqNZ6NgtGY8x0uh0HFovFTWvtfhG5pJR6nQXbFpF6tVp95hbFcXzEWvsRwBmllDvLiYeEYdgG8FYpddet6vV6p0Rk3RhzMAiC7Ykld3tRFFVJPiZ5Vmu90Ww2/XK5vA7ge5IkV+v1+s9JwbTPVkjW097qdDpTvu8/BfA5C7iDDap56Hrrf8AdLCsYhuEMyRURSUjeSpPyGxsHep73XEQ+GWManucdB9AWkVBE8iTPpbv5AxsDHvZ93936tEsLgA8AfgxHz4F/YaNAd66lUmlGRL4lSfJ1OHqDLJ/eExsFDrfIrugtA1gcie0GrbVBrVZ7tQf4AsAJEVkYi6VgpVJZInkdwKqIrFlrv4jIMQDXADQALCillv+JpZXEcaystfMAzgM4AGDLRRnA/fQx+AUVkTgwfyWDbAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 17px 50%;
  background-color: #fff;
}

.modal_call-form .input.input_otp {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAWCAYAAAAb+hYkAAAA5klEQVQ4T2NkgILdu3fzs7CwMML46PSfP3/+u7q6fgSJM+7cuVORgYFhNQMDwxdcGpDEeRgYGEIZd+zYUc7ExHTLzc1tPUhyx44dKkxMTLP///9/8////18ZGBime3h43AHJ7dy5M+L////yIJsaGBgYAhgYGD4QYZMIAwPDGrCmf//+HfD09DxASNPOnTtBhhuMahoNCEhaGaAUQZVUvmvXrvR///4lMzExzXVzc5sJS/14/bRjx45znz59suDj4zvh4eFhhKEJPeeCFOzatav2379/gUxMTOvd3NyakTTBcy7JZQQAbJ70SEPxEiMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: 17px 50%;
  background-color: #fff;
}

.modal_call-form .text_h3 {
  color: #3b3b3b;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.modal_call-form p {
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: relative;
}

.modal_call-form button.btn {
  width: 100%;
  height: 60px;
  margin: 0px auto;
  display: block;
  max-width: 100% !important;
}

.modal_call-form input {
  height: 60px;
  border-radius: 6px;
  border: 1px solid #e9ecf0;
  background-color: #f6f6f6;
}

.modal_call-thanks {
  display: none;
  text-align: center;
  padding-top: 38px;
}

.modal_call-thanks img {
  margin-bottom: 28px;
}

.modal-after-text {
  font-size: 20px;
}

.formError {
  opacity: 1 !important;
  margin-top: 45px !important;
  left: 0 !important;
  width: 100% !important;
}

.formError+.input {
  border-color: #c30501;
}

.formError .formErrorContent {
  font-size: 15px;
  box-shadow: 0 12px 38px rgba(195, 5, 1, 0.14);
  border: 1px solid #f0f0f0;
  background-color: #fff;
  color: #000;
  border-radius: 0;
  padding: 14px;
}

.formError:before {
  position: absolute;
  top: -12px;
  right: 9px;
  display: inline-block;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #f0f0f0;
  border-left: 13px solid transparent;
  content: '';
}

.formError:after {
  position: absolute;
  top: -11px;
  right: 10px;
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  content: '';
  z-index: 999;
}

.formError .formErrorArrow {
  display: none;
}

.services-item {
  text-align: center;
}

.services-item img {
  display: block;
  margin: 0px auto;
  margin-bottom: 18px;
}

.services-item .services-item-tilt {
  font-size: 18px;
}

.services-item .services-item-description {
  line-height: 20px;
  font-size: 15px;
}

.no-ui_calc {
  height: 3px;
  border-radius: 0;
  border: none;
  background-color: #ecedee;

}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background-color: #56a02c;
}

.no-ui_calc_pips {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.no-ui_calc_pips span {
  color: #adadad;
  font-size: 15px;
  font-weight: 400;
}

.noUi-handle {
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;

}

.noUi-handle {
  background: url('../img/slider-icon.png') no-repeat;
}

.no-ui-container {
  margin-top: -35px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 26px;
}

.noUi-horizontal .noUi-handle {
  top: -12px;
}

.page-description-hidden {
  display: none;
}

.block.page-description p.text-right span {
  color: #5db02e;
  cursor: pointer;
  border-bottom: 1px dashed #5db02e;

}

.block.page-description p.text-right span:hover {
  border-bottom: 1px solid transparent;
}

.reviews-block .card-body {
  min-height: initial;
  border-top: 0;
}

.reviews-block .card-img-top {
  height: 192px;
}

.embed-responsive iframe::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}


.example_calc-description p {
  color: #3b3b3b;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #f3f3f2;
}

.example_calc-description p:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f8de05;
  display: inline-block;
  margin-right: 24px;
}

.example_calc-description p:last-child {
  border: 0;
}

.example-calc-img img {
  max-width: 100%;
}

.example-calc-img {
  text-align: center;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle:after,
.pre-footer .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
  all: initial;
}

header .navbar-light .navbar-nav .nav-link.dropdown-toggle:after,
.pre-footer .navbar-light .navbar-nav .nav-link.dropdown-toggle:after {
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAYAAACzzX7wAAAASUlEQVQYV02LQQ2AQADDeg4qBUkn4SQgAQlIQsokkCVA2KvLuqGewEoSflEFjvFApT3JVUfd2oE53pN6ABWbmWQVPuF5VuIdyzfMGRUVggqyHQAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  /*border-top: .3em solid;*/
  /*border-right: .3em solid transparent;*/
  /*border-bottom: 0;*/
  /*border-left: .3em solid transparent;*/
}

.dropdown:hover>.dropdown-menu {
  display: block;
  margin-top: -16px;
}

.dropdown.show>.dropdown-menu {
  margin-top: -16px;
}

.table td {
  padding: .6rem;
  border: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #5db02e;
}

.item-block {
  padding: 34px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.container.item-block {
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.management-image img {
  max-width: 100%;
}

.management-description-tittle {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 700;
}

.management-description-tittle-color {
  color: #5db02e;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.item-block .block-h2 {
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.list-no-bull {
  list-style: none;
  padding: 0;
  color: #888888;
}

.list-no-bull img {
  margin-right: 13px;
}

.list-no-bull li {
  margin-bottom: 14px;
}

.list-no-bull li ol {
  margin-top: 14px;
}

.list-no-bull li ol li {
  margin-bottom: 4px;
}

.list-no-bull a {
  color: #5db02e;

}

.lang_img {
  box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, .4);
  border-radius: 50%;
  margin-right: 12px;
}

.dropdown-menu {
  min-width: 5rem;
}

header .navbar-light .navbar-nav .lang_dropdown .nav-link,
.pre-footer .navbar-light .navbar-nav .lang_dropdown .nav-link {
  font-size: 15px;
}

.lang_dropdown {
  border-left: 1px solid #f1f1f1;
  padding-left: 12px;
  margin-left: 15px;
}

.lang_dropdown .dropdown-toggle:after {
  display: none !important;
}

.navbar .container-fluid {
  max-width: 1340px;
}

.count_loans {
  display: inline-block;
}

.count_loans_cnt {
  width: 201px;
  height: 101px;
  background-color: #eef2f7;
  text-align: center;
}

.count_loans_cnt p,
.count_loans_cnt span {
  margin-bottom: 8px;
  font-size: 12px;
}

.count_loans_cnt p.count_text {
  color: #383838;
  font-size: 28px;
  font-weight: 700;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAApCAYAAADeWrJ9AAACJ0lEQVRIS72Xua7aUBCGz0lBQ4eQIgp2zJMkDW2kyMkTgBAgDHjDC7LxwmIQIMQT3GsnSp4gbwJmL2gQD0ARIttyirR3iHt/xZyZ+b/BpVLpI0VR3O12Q4/HA731wxijWCyGRqORji3LeqEo6utbof/+P5lMXrFhGK8sy365XC5g/EQigTwuNk3zG8Mwn8/nMxg8mUyiwWDwHWuaZvM8T55OJzB4KpVCuq47f+GHwwEMnslkAriqqrYgCORutwOD53I51O/3Hawoii2KIrnZbMDgBEEgVVUd3Ov1bEmSyPV6DQYvFotIUZQA3u12weGapjlYlmWbZVnwspim6WBRFG2GYUjXdcHKUigUvD53sCAIdqfTAYePRiMH8zxvt9ttcPh4PA7gzWaT3G63YGXJ5/NoOp06mOM4u9FogMNns5mDGYax6/U6+ITO53MH0zRt12o1cPhisQjg1WqV3O/3YDXPZrNouVwG8EqlAg5frVb/Af7UsjztQZ/aiuEQQSeRP0RPHX8P3mq1wMffsqxg5T5tK3phQdM0+ModDodBEnEcBx5zhmEEGeoZF7Ra+FLkpb/nLdBq4XtLKEVPgYc6Bx1zvs6FcOh97sNDhT4ej2BhkU6nA8vVdd1vRWg/91sxvCyu1yvYwRWPx4PLQpblH51O5xOk/HsZOhgMfuJyuTyTZbnurVyoU9GTIkmS5jgajb4nCOLD/X7HCKHfAK/6LhKJPFzX/fUHR5x7Ul5eY0cAAAAASUVORK5CYII=);
  background-repeat-y: no-repeat;
  padding-left: 2px;
  margin-bottom: -4px;
  margin-right: 6px;
  padding-right: 0px;
  letter-spacing: 5px;
}

header .navbar-light .navbar-nav .nav-link {
  font-size: 16px;
}

header .collapse.navbar-collapse {
  margin-left: 0;
}

.faq {
  padding-top: 40px;
  padding-bottom: 40px;
}

.accordion {
  border: 2px solid #eef2f7;
  border-bottom: 0;
  color: #101010;
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 2px solid #eef2f7;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #03b5d2;
}

.accordion a:hover::after {
  border: 1px solid #03b5d2;
}


.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  background-color: #eef2f7;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion a.active {
  font-weight: bold;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

body #bingc-phone-button div.bingc-phone-button-tooltip {
  display: none !important;
}

.modal_call-form .input_checkbox input {
  height: auto;
  margin: 0;
  margin-right: 6px;
}

.modal_call-form .input_checkbox {
  font-size: 14px;
}

#bingc-phone-button {
  left: 2% !important;
  right: initial !important;
}

.sl-item {
  background-image: linear-gradient(to left, #fbc3bc 0%, #fce6b5 100%);
  background-repeat: no-repeat;
  width: 50%;
  height: 303px;
  overflow: hidden;
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  background-size: cover;
  border-radius: 10px;
}

.sl-item-container {
  display: flex;
  padding: 30px 30px 22px 30px;
}

.first-custom {
  border-radius: 10px;
  background-color: #f5f5f5;

}

.sl .sl-item-img {
  position: absolute;
  min-height: auto;
  bottom: 36px;
}

.cities {
  min-height: 102px;
  text-align: center;
  box-shadow: 0 12px 38px #f4f4f4;
  border-radius: 10px;
  background-color: #ffffff;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;

}

.sl.first-custom .slide-description {
  max-width: 210px;
  float: right;
  top: 46%;
  margin-right: 18px;
}

.sl.first-custom .slide-description p.slide-description-tilt {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  font-family: HighwaySansProBold;
}

.sl.first-custom .slide-description .btn {
  top: 0px;
  height: 50px;
  padding-top: 14px;

}

.sl.first-custom .slide-description p {
  font-size: 20px;
  font-weight: 400;
  font-family: HighwaySansPro;
}

.cities-sl-item {
  position: relative;
}

.cities-sl-item:before {
  content: '';
  width: 15px;
  height: 18px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23239ad7' d='M7.498 17.991c-.39 0-.767-.15-1.033-.415C4.522 15.654.001 10.763.01 6.873.01 3.09 3.37.011 7.499.011c4.13 0 7.49 3.079 7.49 6.863 0 3.868-4.516 8.771-6.457 10.7a1.474 1.474 0 0 1-1.033.417h-.001zm0-16.859c-3.46 0-6.274 2.576-6.274 5.742-.007 3.59 4.69 8.514 6.129 9.937.05.049.106.06.144.06.04 0 .096-.011.145-.06 1.439-1.429 6.132-6.37 6.132-9.937 0-3.166-2.815-5.742-6.275-5.742zm0 9.392c-2.12 0-3.845-1.592-3.845-3.55 0-1.957 1.725-3.55 3.846-3.55 2.12 0 3.846 1.593 3.846 3.55 0 1.958-1.725 3.55-3.846 3.55zm0-5.978c-1.45 0-2.63 1.089-2.63 2.428 0 1.34 1.18 2.43 2.63 2.43 1.452 0 2.632-1.09 2.632-2.43S8.95 4.546 7.5 4.546z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cities {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-right: 12px;
}

.cities span {
  color: #111111;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.52px;
}

.cities .cities-sl-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

@media (max-width: 991px) {
  .reviews-block-arr {
    display: none;
  }

  .sl-item-container .sl-item img {
    opacity: 0.2;
  }

  .sl-item-container .sl-item {
    width: 100%;
  }

  .sl-item-container {
    display: block;

  }

  .sl.first-custom .slide-description {
    max-width: 70%;
    float: none;
    right: 0;
    margin: auto;
  }

  .sl-item-left,
  .sl-item-right {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .cities .cities-sl-item {
    font-size: 16px;
  }

  .cities {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sl.first-custom .slide-description {
    max-width: 100%;
    float: none;
    padding-left: 30px;
  }
}

/**/
@media (max-width: 979px) {
  /*#widget_circle {*/
  /*    bottom: 24% !important;*/
  /*    right: 3.5% !important;*/
  /*    transform: initial !important;*/
  /*}*/
}

@media (max-width: 1241px) {

  /*.kredit-item.kredit-item-arr{*/
  /*display: none !important;*/
  /*}*/
  .block-kredit {
    display: block !important;
  }

  /*.kredit-item.kredit-item-img img{*/
  /*max-width: 100%;*/
  /*}*/
}

@media (max-width: 1199px) {
  .count_loans_cnt {
    width: 100%;
  }

  header .collapse.navbar-collapse,
  .pre-footer .collapse.navbar-collapse {
    margin-left: 0;
  }

  .navbar-collapse {
    position: fixed;
    max-width: 302px;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    padding-top: 28px;
    height: 100vh !important;
    transform: translate(-100%);
    top: 0 !important;
    left: 0;
  }

  .navbar-collapse.collapsing {
    height: 100vh;
    top: 0 !important;
    left: 0;
    transform: translate(-100%);
  }

  .navbar-collapse.show {
    height: 100vh;
    transition: transform .1s ease-in;
    top: 0;
    left: 0;
    transform: translate(0);
  }

  .nav-link.d-none {
    display: block !important;
  }

  header .navbar-light .navbar-nav .nav-link.active:after,
  .pre-footer .navbar-light .navbar-nav .nav-link.active:after,
  header .navbar-light .navbar-nav .nav-link:after,
  .pre-footer .navbar-light .navbar-nav .nav-link:after {
    display: none;
  }

  header .navbar-light .navbar-nav .nav-link,
  .pre-footer .navbar-light .navbar-nav .nav-link {
    padding-left: 20px;
    border-bottom: 1px solid #eee;
  }

  .nav-link.d-none {
    border: none !important;
  }

  .lang_dropdown {
    padding: 0;
    margin: 0;
    border-left: none;
  }

  .dropdown.show>.dropdown-menu {
    margin-top: 0;
  }

  header .navbar-light {
    height: 164px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-light .navbar-brand {
    padding-left: 16px;
  }

  .navbar-light .navbar-toggler {
    padding-right: 16px;
  }
}

@media (max-width: 991px) {
  .answer-description-footer .btn {

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .example_calc-banner {
    margin-top: 0 !important;
  }

  header .collapse.navbar-collapse,
  .pre-footer .collapse.navbar-collapse {
    margin-left: 0;
    padding: 0;
    top: 0;
    max-width: 302px;
    /*left: 0;*/
  }

  .block .block-h2 {
    margin-bottom: 0;
  }

  .tw-btn .btn {
    margin: 0;
  }

  .tw-btn .btn:last-child {
    margin-top: 22px;
  }

  .navbar-collapse {
    position: fixed;
    max-width: 302px;
    background-color: #fff;
    width: 100%;
    z-index: 3;
    padding-top: 28px;
    height: 100vh !important;
    transform: translate(-100%);
    top: 0 !important;
    left: 0;
  }

  .navbar-collapse.collapsing {
    height: 100vh;
    top: 0 !important;
    left: 0;
    transform: translate(-100%);
  }

  .navbar-collapse.show {
    height: 100vh;
    transition: transform .1s ease-in;
    top: 0;
    left: 0;
    transform: translate(0);
  }

  .nav-link.d-none {
    display: block !important;
  }

  .slide-description {
    font-size: 30px;
    max-width: 46%;
    line-height: 30px;
    right: 20px;
  }

  .top_container-banner .slide-description,
  .refinance .slide-description {
    font-size: 30px;
    line-height: 30px;
    right: 20px;
  }

  .slide-description .btn {
    top: 20px;
  }

  header .navbar-light .navbar-nav .nav-link.active:after,
  .pre-footer .navbar-light .navbar-nav .nav-link.active:after,
  header .navbar-light .navbar-nav .nav-link:after,
  .pre-footer .navbar-light .navbar-nav .nav-link:after {
    display: none;
  }

  header .navbar-light .navbar-nav .nav-link,
  .pre-footer .navbar-light .navbar-nav .nav-link {
    padding-left: 20px;
    border-bottom: 1px solid #eee;
  }

  .nav-link.d-none {
    border: none !important;
  }

  .top_container-banner {
    height: 263px;
  }

  .kredit-item:after {
    display: none;
  }

  .modal_call .modal-body {
    background: none;
  }

  .modal_call-form {
    float: none;
    margin-right: 0;
    margin: 0px auto;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 970px;
  }
}

@media (max-width: 520px) {
  footer {
    font-size: 13px;
  }

  .pre-footer .navbar-light .navbar-brand {
    padding-left: 0;
  }

}

@media (max-width: 767px) {
  .example_calc-banner-description span {
    display: block;
  }

  .slide-description {
    max-width: 54%;
    font-size: 24px;
  }

  .slide-description .slide-description-tilt {
    font-size: 16px;
  }

  .slide-description .btn {
    top: 0px;
    width: 187px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pagingInfo {
    right: initial;
    left: 20px;
    top: -20px;
    max-height: 50px;
  }

  .slider .arr-top-cnt {
    top: initial;
    bottom: 80px;
    left: 26px;
  }

  .arr-top-cnt .next-top.slick-arrow {
    left: 40px;
  }

  .slider .arr-top-cnt img {
    width: 30px;
  }

  .arr-top-cnt .prev-top,
  .arr-top-cnt .next-top {
    left: initial;
    right: initial;
  }

  .top-slider:after,
  .top-slider:before {
    display: none;
  }

  .calc-left-side {
    padding-left: 15px;
    padding-right: 15px;
  }

  .calc-right-side {
    padding: 0;
  }

  .input-radio-item {
    display: block;
    width: 100%;
    font-size: 17px;
  }

  .input-radio-item:first-child {
    border-bottom: 1px solid #e9ecf0;
    border-right: 0;
  }

  .answer-description-footer p,
  .calc-right-side-header {
    padding-left: 20px;
  }

  .answer-description-footer {
    padding-left: 0;
  }

  .persent-sum-cnt,
  .calc-right-side-footer {
    font-size: 17px;
  }

  .kredit-item.kredit-item-img {
    max-width: 100%;
  }

  .kredit-item.kredit-item-img img {
    max-width: 100%;
  }

  .top_container-banner .slide-description,
  .refinance .slide-description {
    font-size: 26px;
    line-height: 26px;
  }

  .top_container-banner {
    background-position: 90% 0 !important;
  }
}

@media (max-width: 480px) {
  .table td {
    display: block;
  }

  .table td:first-child {
    font-weight: bold;
  }

  .sl img {
    object-position: 70% 0px;
  }

  section.slider,
  .top_container .container {
    padding: 0;
  }

  .slide-description span {
    display: block;
  }

  .slide-description .slide-description-p {
    font-size: 15px;
  }

  .slide-description {
    font-size: 20px;
    max-width: 64%;
    line-height: 26px;
  }

  .slide-description .btn {
    width: auto;
  }

  .kredit-item.kredit-item-img img {
    width: 94%;
  }

  .kredit-item.kredit-item-img .kredit-item-tilt img {
    display: inline-block;
    width: auto;
  }

  .kredit-item.kredit-item-img {
    max-width: 300px;
  }

  .slider .slide-description {
    max-width: 48%;
  }
}

@media (max-width: 400px) {
  .slide-description .slide-description-tilt {
    font-size: 14px;
    letter-spacing: -.5px;
  }

  .slider .slide-description {
    max-width: 60%;
  }

  /*.slider .slide-description.refinance-description .btn{*/
  /*     top: 15px;*/
  /*}*/

  /*.slider .slide-description.refinance-description{*/
  /*         max-width: 62%;*/
  /* }*/
  .refinance .slide-description {
    font-size: 20px;
  }

  .top_container-banner {
    background-position: 85% 0 !important;
  }

  .slider .slide-description {
    max-width: 53%;
  }
}

.example_calc-banner {
  margin-top: 74px;
  background: url(/img/ex-call-b.jpg);
  height: 100%;
  width: 100%;
  background-size: cover;
  padding-top: 30px;
  margin-bottom: 34px;
  padding-bottom: 24px;
  background-repeat: no-repeat;
  border-radius: 6px;
}

p.description-ex-last {
  color: #3b3b3b;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0px;

}

.example_calc-banner p b {
  color: #3b3b3b;
  font-size: 25px;
  font-weight: 700;
}

.example_calc-banner p {
  color: #3b3b3b;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: -10px;
}

.example_calc-banner .btn.btn-primary {
  width: 231px;
  height: 50px;
  border-radius: 10px;
}

.banner-img {
  margin-left: 44px;
  position: absolute;
  top: -81px;
}

.row-with-border {
  border-radius: 6px;
  border: 2px solid #f2f2f2;
  margin-bottom: 26px;
}

.example_calc-description-left {
  padding: 49px 36px;
  padding-top: 25px;
  padding-bottom: 0;
  background-color: #eeeeee;
}

.example_calc-description-right {
  padding-left: 72px;
  padding-top: 25px;
}

.example_calc-description p {
  border: none;
}

.example_calc-description .example_calc-description-tilt:before {
  display: none;
}

.example_calc-description p:before {
  width: 8px;
  height: 8px;
  background-color: #dbc548;
}

.example_calc-description .example_calc-description-tilt {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .example_calc-description p {
    font-size: 13px;
    padding-bottom: 0;
    margin-bottom: 6px;
  }

  .example_calc-description .example_calc-description-tilt {
    font-size: 16px;
  }

  .example_calc-description-right,
  .example_calc-description-left {
    padding-top: 34px;
  }

  .example_calc-description p:before {
    margin-right: 8px;
  }

  .example_calc-description-right,
  .example_calc-description-left {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .full-sc-video.block .block-h2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .banner-img {
    display: none;
  }

  .example_calc-banner-description {
    text-align: center;
  }

  .example_calc-banner p {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.4;
  }

  .example_calc-banner p b {
    font-size: 20px;
  }

  p.description-ex-last {
    text-align: left;
    font-size: 15px;
  }

  .example_calc-description-right,
  .example_calc-description-left {
    padding-left: 22px;
    padding-bottom: 26px;
  }

}

.first-custom-cities {
  background-image: linear-gradient(to left, #fbc3bc 0%, #fce6b5 100%);
}

.sl.first-custom-cities .slide-description .btn {
  top: 36px;
}

.sl.first-custom-cities .slide-description {
  top: 32%;
  padding-right: 30px;
}

.sl.first-custom-cities p.slide-description-tilt {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  font-family: HighwaySansProBold;
}

.sl.first-custom-cities p {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-family: HighwaySansPro;
}
.sl.first-custom-cities p.slide-description-p {
        font-size: 20px;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 800;
    font-family: HighwaySansProBold;
}
.slide-description .slide-description-p {
    font-size: 28px;
}

.cities {
  min-height: 102px;
  text-align: center;
  box-shadow: 0 12px 38px #f4f4f4;
  border-radius: 10px;
  background-color: #ffffff;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;

}

.cities-sl-item {
  position: relative;
}

.cities-sl-item:before {
  content: '';
  width: 15px;
  height: 18px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='18' viewBox='0 0 15 18'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23239ad7' d='M7.498 17.991c-.39 0-.767-.15-1.033-.415C4.522 15.654.001 10.763.01 6.873.01 3.09 3.37.011 7.499.011c4.13 0 7.49 3.079 7.49 6.863 0 3.868-4.516 8.771-6.457 10.7a1.474 1.474 0 0 1-1.033.417h-.001zm0-16.859c-3.46 0-6.274 2.576-6.274 5.742-.007 3.59 4.69 8.514 6.129 9.937.05.049.106.06.144.06.04 0 .096-.011.145-.06 1.439-1.429 6.132-6.37 6.132-9.937 0-3.166-2.815-5.742-6.275-5.742zm0 9.392c-2.12 0-3.845-1.592-3.845-3.55 0-1.957 1.725-3.55 3.846-3.55 2.12 0 3.846 1.593 3.846 3.55 0 1.958-1.725 3.55-3.846 3.55zm0-5.978c-1.45 0-2.63 1.089-2.63 2.428 0 1.34 1.18 2.43 2.63 2.43 1.452 0 2.632-1.09 2.632-2.43S8.95 4.546 7.5 4.546z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cities {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 12px;
  padding-right: 12px;
}

.cities span {
  color: #111111;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2.52px;
}

.cities .cities-sl-item {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
}

.block-cities {
  display: none;
}

@media (max-width: 991px) {
  .block-cities {
    display: block;
  }

  .sl.first-custom-cities img {
    opacity: 0.5;
    margin-left: -35%;
  }

  .first-custom-cities .cities {
    display: none;
  }

  .sl.first-custom-cities p.slide-description-tilt {
    font-size: 25px;
    line-height: 25px;
  }

  .sl.first-custom-cities p {
    font-size: 16px;
    font-weight: 400;
  }

  .sl.first-custom-cities .slide-description {
    top: 44%;
  }

  .sl.first-custom-cities .slide-description {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .sl.first-custom-cities p.slide-description-tilt {
    font-size: 20px;
  }

  .cities {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cities {
    justify-content: space-between;
  }

  .cities-sl-item:before {
    margin-right: 6px;
  }


  .cities .cities-sl-item {
    margin-right: 0px;
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 18px;
    letter-spacing: 1.2px;
    flex: 1 0 33.333%;
    text-align: left;
  }

  .cities {
    padding-top: 19px;
  }

  .cities span {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .sl.first-custom-cities img {
    object-position: 100%;
  }

  .sl.first-custom-cities .slide-description {
    max-width: 60%;
  }

  .sl.first-custom-cities img {
    margin-left: 0;
  }

  .sl.first-custom-cities .slide-description .btn {
    top: 20px;
  }

  .slide-description {
    bottom: 36px;
    transform: initial;
    top: initial;
    position: absolute;
  }

  .sl.first-custom-cities .slide-description .btn {
    top: auto;
  }

  .sl.first-custom-cities .slide-description {
    top: initial;
  }


}


footer svg path:first-child {
  fill: #e5e5e5;
}

.text_h3.green {
  color: #5BAD2D;
}

/*--------------BUTTON-partners-single-------------*/
.button-partnering {
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  background: #FCD5B9;
  border-radius: 5px;
  margin-bottom: 12px;
  /*padding: 10px 0;*/
}

.button-partnering a {
  color: #242830;
  display: block;
  line-height: 32px;
  padding: 10px 0;
}

.button-partnering a:hover {
  text-decoration: none;
  color: #242830;
}

/*-------------Partners------------*/
.partners-container-banner {
  display: flex;
  justify-content: space-between;
}

.partners {
  font-size: 31px;
  line-height: 37px;
  color: #242830;
  padding: 0 0 34px 0;
  text-align: center;
  font-weight: 500;
}

.banner-partners img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.partners-block-h4,
.parthers-contact p,
.parthers-contact a,
.parthers-contact-mobile p,
.parthers-contact-mobile a {
  font-size: 14px;
  line-height: 17px;
  padding: 27px 0 47px;
  /*color: #000;*/
  margin: 0;
  font-weight: 500;
  color: #666;
}

.banner-partners>p {
  font-size: 18px;
  line-height: 21px;
  padding: 27px 0 47px;
  /*color: #000;*/
  margin: 0;
  font-weight: 500;
  color: #666;
}

.parthers-contact-mobile {
  display: none;
}

.partners-block-h4,
.parthers-contact p,
.parthers-contact a,
.parthers-contact-mobile p,
.parthers-contact-mobile a {
  /*text-transform: uppercase;*/
  padding: 5px 0 13px 0;
}

.partners-block-h4 {
  text-transform: uppercase;
}

.parthers-proposition .proposition {
  text-transform: none;
}


.parthers-proposition p,
.form-partners-content-h3 span {
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 41px 0 30px;
  /*color: #000;*/
  margin: 0;
  font-weight: 500;
  color: #666;
}

.parthers-proposition p.proposition {
  padding: 0 0 12px 0;
  font-size: 14px;
  line-height: 17px;
  /*color: #000;*/
  margin: 0;
  color: #666;
}

.partner-h3 {
  font-size: 23px;
  line-height: 27px;
  /*color: #000;*/
  font-weight: 500;
  color: #666;
}

form.partner {
  background: #F6F9FE;
  padding: 18px 48px 17px 26px;
  text-align: center;
  border: 1px solid #3E4757;
  border-radius: 5px;
  height: 100%;
  position: relative;
}

form.partner input {
  width: 100%;
  border: 1px solid #3E4757;
  border-radius: 5px;
  background: #F6F9FE;
  padding-left: 50px;
}

form.partner input::placeholder {
  font-size: 13px;
  color: rgba(93, 100, 121, 0.91);
  font-weight: 500;
}

form.partner .partners-button {
  font-size: 14px;
  text-transform: none;
  color: #000;
  font-weight: 500;
  background: #FCD5B9;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.partners-step-text p {
  color: #61B132;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  font-style: normal;
  margin: 0;
}

.step {
  /*color: #000;*/
  font-weight: 500;
  line-height: 29px;
  font-style: normal;
  text-transform: uppercase;
  /*width: 16%;*/
  width: 71px;
  margin: 0;
  color: #666;
}

.step-text {
  /*color: #000;*/
  font-size: 15px;
  font-weight: 500;
  line-height: 29px;
  font-style: normal;
  text-transform: none;
  margin: 0;
  color: #666;
}


.form-partners-content-h3 {
  margin: 27px 0 39px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  /*color: #000;*/
  color: #666;
}

.partners-step-header,
.partners-step-content {
  display: flex;
}

.partners-step-content {

  margin: 24px 0 27px 0;
  align-items: center;
}

.partners-step-icon {
  margin-right: 20px;
}


.banner-partners.col-12.col-md-6 {
  padding: 0;
}

.form-partners {
  padding: 0 0 0 25px;
}

.text-partners-content {
  padding-bottom: 102px;
}

.presuntation {
  display: flex;
}

.presuntation a {
  width: 25px;
  height: 25px;
  background: url("../img/el_download.png");
  margin-left: 11px;
}

.form-name::before,
.form-name-ua::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  z-index: 2;
  top: 26%;
  left: 7%;
  background: url("../img/people-form.png");
  position: absolute;
}

.form-phone::before,
.form-phone-ua::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url('../img/phone-form.png');
  position: absolute;
  z-index: 2;
  top: 46%;
  left: 7%;
}

.form-email::before,
.form-email-ua::before {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  z-index: 2;
  top: 66%;
  left: 7%;
  background: url("../img/email-form.png");
  position: absolute;
}

.partnerNameformError .formErrorContent,
.partnerTelformError .formErrorContent {
  padding: 4px 14px;
}

.partner_call-thanks {
  text-align: center;
  color: #000;
  display: block;
  font-size: 16px;
  padding: 60px 26px;
  background: url(/img/partner-popap.png);
  border-radius: 5px;
  position: fixed;
  top: calc((100vh - 255px) / 2);
  left: calc((100vw - 492px) / 2);
  ;
  z-index: 9999;
  background-color: white;
}

.partner_call-thanks .text_h3 {
  margin-bottom: 21px;
}

.close {
  position: absolute;
  top: 10px;
  right: 18px;
}

@media (max-width: 991px) {
  .partner_call-thanks {
    margin: 0 30px;
    left: calc((100vw - 590px) / 2);
    padding: 30px 26px;
  }

  .partners-step-header {
    align-items: center;
  }

  .form-name::before {
    top: 29%;
    left: 12%;
  }

  .form-phone::before {
    top: 49%;
    left: 12%;
  }

  .form-email::before {
    top: 70%;
    left: 12%;
  }

  .form-name-ua::before {
    top: 23%;
    left: 12%;
  }

  .form-phone-ua::before {
    top: 45%;
    left: 12%;
  }

  .form-email-ua::before {
    top: 67%;
    left: 12%;
  }

  .partners_container .col-12 {
    padding: 0;
  }

  .partners {
    font-size: 23px;
    line-height: 27px;
    margin: 0;
    padding-bottom: 29px;
  }

  .partners-container-banner {
    flex-direction: column;
  }

  .banner-partners img {
    margin-top: 18px;
  }

  .form-partners {
    margin-top: 18px;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  .partner {
    width: 327px;
  }

  form.partner {
    padding: 13px 21px 13px 21px;
    margin-top: 18px;
  }

  .partner-h3 {
    font-size: 16px;
    line-height: 19px;

  }

  form.partner input::placeholder,
  form.partner .partners-button {
    font-size: 9px;
  }

  .banner-partners>p,
  .partners-block-h4,
  .parthers-contact p,
  .parthers-contact a {
    font-size: 12px;
    line-height: 14px;
    padding: 22px 23px 49px;
    text-align: center;
  }

  .parthers-contact {
    display: none;
  }

  .parthers-proposition {
    display: none;
  }

  .form-partners {
    margin-top: 0px;
    padding: 0 23px;
  }

  .form-partners-content-h3 span {
    font-size: 23px;
    line-height: 27px;
    padding: 41px 0 30px;

  }

  .form-partners-content-h3 {
    margin: 27px 0 39px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .partners-step {
    margin-left: 23px;
  }

  .step {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    font-style: normal;
    text-transform: uppercase;
    padding-right: 0px;
    margin: 0;
    margin-right: 14px;
    width: 15%;
  }

  .step-text {
    color: #000;
    font-size: 10px;
    font-weight: 500;
    line-height: 11px;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
  }

  .form-partners.col-12.col-md-6 {
    padding: 0;
    height: 100%;
  }

  .partners-step-icon img {
    width: 36px;
  }

  .partners-step-text p {
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;

  }

  .parthers-contact-mobile {
    display: block;
    padding-top: 52px;
  }

  .partners-block-h4 {
    text-align: start;
    font-size: 10px;
    padding-bottom: 28px;
    position: relative;
  }

  .parthers-contact-mobile p,
  .parthers-contact-mobile a {
    text-align: start;
    font-size: 10px;
    padding-bottom: 20px;
  }

  .parthers-contact-mobile a {
    padding-left: 18px;
    position: relative;
  }

  .parthers-contact-mobile p>a::before {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    background: url("../img/tel-mob.png");
    position: absolute;
    left: 0;
  }

  .text-partners-content {
    padding-bottom: 35px;
  }


  .formError {
    width: 100% !important;
  }

  .partnerNameformError,
  .partnerTelformError {
    margin-left: 21px;
    width: 88% !important;
  }

}

.partnerNameformError,
.partnerTelformError {
  margin-top: 35px !important;
  width: 86% !important;
  margin-left: 26px;
}

.partnerNameformError .formErrorContent,
.partnerTelformError .formErrorContent {
  padding: 4px 14px;
}

@media (max-width: 680px) {
  .partner_call-thanks {
    left: calc((100vw - 530px) / 2);
  }
}

@media (max-width: 500px) {
  .partner_call-thanks {
    left: calc((100vw - 480px) / 2);
  }

  .step {
    width: 16%;
  }

  .form-name::before {
    top: 28%;
    left: 12%;
  }

  .form-phone::before {
    top: 48%;
    left: 12%;
  }

  .form-email::before {
    top: 69%;
    left: 12%;
  }

  .form-name-ua::before {
    top: 23%;
    left: 12%;
  }

  .form-phone-ua::before {
    top: 44%;
    left: 12%;
  }

  .form-email-ua::before {
    top: 67%;
    left: 12%;
  }

}

@media (max-width: 400px) {
  .partner_call-thanks {
    left: calc((100vw - 360px) / 2);
  }

  .step {
    width: 34%;
  }

  .form-name::before {
    top: 29%;
    left: 12%;
  }

  .form-phone::before {
    top: 49%;
    left: 12%;
  }

  .form-email::before {
    top: 70%;
    left: 12%;
  }

  .form-name-ua::before {
    top: 23%;
    left: 12%;
  }

  .form-phone-ua::before {
    top: 45%;
    left: 12%;
  }

  .form-email-ua::before {
    top: 67%;
    left: 12%;
  }
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  display: inline;
}
.accordion a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
   display: inline;
   padding: 0;
   border-bottom: 0px;
   font-size: 16px;
}





/* style for MODAL-WARNING */

.modal-warning{
  top: 20%;
}
.modal-warning .modal-dialog{
  max-width: 800px ;
}

.modal-warning .modal-body{
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  box-shadow: 0 0 0 4px green, 0 0 0 8px  black;
  background-color: rgb(246, 207, 176) ;
}
.modal-warning .modal-body > h5{
  font-size: 76px;

}

.modal-warning .modal-body > p{
  font-size: 22px;
  text-align: center;
}

.modal-warning .modal-body > .btn {
  width: 300px;
  height: 60px;
  background-color: #39a137;
  font-size: 24px;
  color: white;
}

@media (max-width: 768px) {
  .modal-warning .modal-dialog{
    margin: 20px;
  }
}
.navbar-brand img, .navbar-nav img {
  width: 220px;
  max-width: 100%;
}