/*Нестандартные шрифты*/
@font-face {
    font-family: 'geometriaregular';
    src: url('../fonts/geometria-webfont.woff2') format('woff2'),
         url('../fonts/geometria-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geometriabold';
    src: url('../fonts/geometria-bold-webfont.woff2') format('woff2'),
         url('../fonts/geometria-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geometrialight';
    src: url('../fonts/geometria-light-webfont.woff2') format('woff2'),
         url('../fonts/geometria-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'geometriamedium';
    src: url('../fonts/geometria-medium-webfont.woff2') format('woff2'),
         url('../fonts/geometria-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html {
  width: 100%;
}
body {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #222222;
  font-family: 'geometrialight', Montserrat, sans-serif;
  background-color: white;
}
.container {
  margin: 0 auto;
}
p {
  margin: 0;
}

strong,
b{
	font-family: 'geometriabold';
	font-weight: normal;
}



/*Шапка*/
.header__top .container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 18px 0;
}
.header__inner-right {
  display: flex;
}
.header__address {
  display: flex;
  margin-top: 6px;
  margin-right: 66px;
}
.header__address svg {
  margin-right: 15px;
}
.header__address-inner p {
  font-family: 'geometriaregular';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.header__address-inner button {
  text-decoration: underline;
  font-family: 'geometriamedium';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border: none;
  padding-left: 0;
  background-color: transparent;
  cursor: pointer;
}
.header__address-inner button:hover {
  color: #ff4514;
}
.header__time {
  display: flex;
  margin-top: 6px;
}
.header__time svg {
  margin-right: 15px;
}
.header__time p {
  font-family: 'geometriaregular';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.header__time p span {
  font-family: 'geometriabold';
}
.header__tel {
  margin-top: 6px;
  margin-left: 41px;
}
.header__tel a {
  color: #222222;
  text-decoration: none;
  font-size: 17px;
  line-height: 19px;
  font-family: 'geometriabold';
}
.header__top .header__tel-row--mts {
  padding-left: 10px;
  margin-bottom: 3px;
}
.header__top .header__tel-row--mts img {
  margin-right: 0;
  padding-right: 0;
  box-sizing: content-box;
  margin-right: 3px;
}
.header__top .header__tel-row--velcom img {
  margin-right: 0px;
  padding-left: 5px;
  padding-right: 0;
  box-sizing: content-box;
}






/*Меню*/
.header__bottom .navbar {
  padding: 0;
}
.header__bottom {
  background-color: #222222;
}
.header__bottom .container {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.navbar.navbar-dark li:first-child a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 34px;
}
.navbar-dark .navbar-nav .nav-link {
  padding-bottom: 24px;
  padding-top: 24px;
  border-bottom: 1px solid #222222;
  color: #fefefe;
  font-size: 12px;
  margin-right: 25px;
  margin-left: 2px;
  font-family: 'geometriamedium';
  line-height: 14px;
  text-transform: uppercase;
}
.main-menu .navbar-nav a {
  padding-bottom: 21px;
  padding-top: 24px;
  border-bottom: 1px solid #222222;
  color: #fefefe;
  font-size: 12px;
  margin-right: 25px;
  margin-left: 2px;
  font-family: 'geometriamedium';
  line-height: 14px;
  text-transform: uppercase;
}
.main-menu .nav-link--main svg {
  color: #fefefe;
  font-size: 12px;
  margin-right: 25px;
  margin-left: 2px;
  line-height: 14px;
}
.nav-link.nav-link--main {
  padding-left: 0;
  padding-right: 0;

}
.main-menu .nav-link--main svg:hover {
  color: #ff4514;
}
.main-menu .nav-item.item-101 {
  display: none;
}
.dropdown-menu.show {
  background-color: #222222;
}
.dropdown-menu.show a {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
}
header .dropdown:hover > .dropdown-menu a {
  display: block;
  border-bottom: none;
  padding-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0;
  margin-right: 0;
}

.main-menu .dropdown-menu li{
	position: relative;
}


.main-menu .dropdown-menu li:hover>.dropdown-menu{
	min-width: 11rem;
    top: 1px;
    left: 100%;  
	display: block;	
  background-color: #222222;
}

.main-menu .dropdown-menu {
  top: 157%;
}

header .dropdown:hover > .dropdown-menu li {
  padding-bottom: 8px;
  padding-top: 8px;
}

header .dropdown:hover > .dropdown-menu {
    display: block;
    background-color: #222222;
}

.main-menu .navbar-nav .dropdown-menu.show a:hover {
  border-bottom: none;
}

.main-menu .navbar-nav a:hover {
  color: #ff4514!important;
  border-bottom: 1px solid #ff4514;
  text-decoration: none;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #ff4514;
  border-bottom: 1px solid #ff4514;
}

.header__contact {
  display: flex;
}
.header__contact svg,
.header__contact a {
  color: #ffffff;
  font-family: 'geometriaregular';
  font-size: 14px;
  line-height: 16px;
}
.header__contact a {
  margin-right: 30px;
  margin-top: 24px;
  margin-bottom: 23px;
}
.header__contact a:hover {
  color: #ff4514;
  text-decoration: none;
}
.header__contact a:hover .fa-envelope {
  color: #ff4514;
}
.header__contact svg {
  margin-right: 15px;
  margin-top: 24px;
  margin-bottom: 23px;
}
.header__contact button {
  height: 35px;
  margin-top: 12px;
  margin-bottom: 13px;
  padding-right: 13px;
  background-color: #ffffff;
  border-radius: 18px;
  color: #222222;
  font-family: 'geometriabold';
  font-size: 10px;
  border: none;
  text-transform: uppercase;
  line-height: 12px;
  font-weight: 700px;
}
.header__contact button:hover {
  color: rgba(34, 34, 34, 0.3);
  background-color: #ffffff;
  border-radius: 18px;
  border: none;
}
.header__contact button:active {
  color: rgba(34, 34, 34, 0.3);
  background-color: #ffffff;
  border-radius: 18px;
  border: none;
}
.header__contact button:focus {
  box-shadow: none;
}
.dropdown-toggle::after{
   color: #ffffff !important;
}

.nav-link.dropdown-toggle:hover  .dropdown-toggle::after{
  color:  #ff4514 !important;
}
.header__bottom .nav-item {
  height: 100%;
}
.navbar-expand-lg .navbar-collapse {
  height: 100%;
}
.header__bottom .navbar {
  height: 100%;
}

.header__bottom .navbar-nav li:first-child .navbar-dark .navbar-nav .nav-link {
  margin-right: 42px;
}

.header__bottom .nav-item li.nav-item.parent 
{
    position: relative;
}

.header__bottom .nav-item li.nav-item.parent:after
{
    content: "";
    width: 5px;
    height: 7px;
    background-color: #fff;
    display: block;
    position:absolute;
    right: 6px;
    top: 36%;
    border-top: 3.5px solid #222222;
    border-bottom: 3.5px solid #222222;
    border-left: 5px solid #fff;
}


/* Формы */
.rsform input
{
  width: 280px;
  box-sizing: border-box;
  padding-left: 35px;
  padding-bottom: 21px;
  padding-top: 21px;
  background-color: transparent;
  border-radius: 31px;
  border: 2px solid #d8d8d8;
  text-transform: uppercase;
  outline: none !important;
}

.rsform button[type = "submit"]:hover
{
  background-color: #606060;
  transition: 0.1s;
}

.header-form input
{
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
}

.rsform.header-form {
    text-align: center;
}

.header__bottom .modal-header {
    padding-left: 31%;
}

.rsform input:hover
{
  border-color: #ff4514;
}

.rsform input:hover,
.rsform input:avtive,
.rsform input:focus,
.rsform input:visited
{
  outline: 0;
  outline-offset: 0;
}

.rsform button[type="submit"]
{
    width: 280px;
    box-sizing: border-box;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    border-radius: 31px;
    background-color: #ff4514;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'geometriabold';
    height: 62px;
    margin-bottom: 13px;
}

/*Блок промо и главный слайдер*/
.main-promo.container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.main-promo {
  position: relative;
  min-height: 595px;
}
.main-promo  .carousel.slide,
.main-promo .carousel-inner,
.main-promo .carousel-item  {
  min-height: 595px;
}
.main-promo .w-100 {
  min-height: 595px;
}
.main-promo .carousel-caption {
  width: 475px;
  right: 276px;
  bottom: 21%;
  left: 49%;
  padding-top: 0;
}
.main-promo .carousel-caption h3,
.main-promo .carousel-caption .h3 {
  text-align: left;
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  font-family: 'geometriabold';
}
.main-promo .carousel-caption p {
  width: 463px;
  margin-top: 31px;
  color: #ffffff;
  text-align: left;
  font-size: 20px;
  line-height: 26px;
  font-family: 'geometriaregular';
}
.main-promo .carousel-caption p span {
  font-family: 'geometriabold';
}
.main-promo .carousel-caption a {
  display: block;
  margin-top: 83px;
  text-align: left;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.main-promo .carousel-caption a img {
  position: relative;
  bottom: 2px;
  padding-left: 35px;
}
.main-promo__arrow span {
  width: 70px;
  height: 70px;
  background-color: #d8d8d8;
}
.main-promo__arrow a {
  width: 70px;
  height: 70px;
  opacity: 1;
  display: inline-block;
}
.main-promo__arrow .carousel-control-prev {
  right: 16.3%;
  left: 81%;
  top: 83.3%;
  bottom: 30px;
}
.main-promo__arrow .carousel-control-next {
  right: 10.7%;
  left: 87.5%;
  bottom: 30px;
  top: 83.3%;
}
.main-promo__arrow  .carousel-control-prev-icon {
  background-image: url(/templates/protostar/images/ico-prev.png);
  background-position: center;
  background-size: 11px 23px;
}
.main-promo__arrow  .carousel-control-next-icon {
  background-image: url(/templates/protostar/images/ico-prev-2.png);
  background-position: center;
  background-size: 11px 23px;
}
.main-promo__form {
  position: absolute;
  width: 458px;
  bottom: 19px;
  left: 105px;
}
.main-promo__form-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: rgba(34, 34, 34, 0.65);
}
.main-promo__form-input input {
  width: 280px;
  box-sizing: border-box;
  padding-left: 35px;
  padding-bottom: 21px;
  padding-top: 21px;
  background-color: transparent;
  border-radius: 31px;
  border: 2px solid #ff4514;
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
  outline: none;
}
.main-promo__form-input input:hover {
  border-color: #ef3200;
}
.main-promo__form-input input:first-child {
  margin-bottom: 40px;
}
.main-promo__form-input input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.main-promo__form-input input:-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.main-promo__form-input input[placeholder] {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.main-promo__form-btn {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  justify-content: center;
  background-color: rgba(66, 66, 66, 0.9);
}
.btn {
  border-radius: 31px;
  background-color: #ff4514;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'geometriabold';
}
.btn:hover {
  background-color: #ef3200;
}
.btn--promo {
  width: 280px;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}

.main-article {
  margin-bottom: 50px;
}

.main-article a:hover {
    text-decoration: none;
}

.main-article img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 183px;
    width: 183px;
}

.main-article p.sub-block-title {
    color: #222222;
    font-weight: normal;
    min-height: 110px;
    overflow: hidden;
    text-align: justify;
    font-family: 'geometriaregular';
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.main-article .moduleItemReadMore {
  color: #222222;
  position: relative;
}

.main-article .moduleItemReadMore:hover,
.main-article p.sub-block-title:hover {
  color: #ff4514;
}



/*С чем мы работаем  main-services*/
.main-services .container {
  padding-top: 137px;
  padding-left: 0;
}
.section-caption {
  position: relative;
}
.section-caption:after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 60px;
  height: 4px;
  background-color: #222222;
  left: 50%;
  transform: translateX(-50%);
}
.section-caption h2,  p,
.section-caption .h2 {
  text-align: center;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
}
.section-caption h2,
.section-caption .h2 {
  margin-bottom: 7px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}
.section-caption p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
  padding-bottom: 35px;
}
.main-services .nav.nav-tabs {
  margin-top: 60px;
  margin-left: 83px;
}

.itemid-242 .main-services .nav.nav-tabs{
	margin-left: 0px;
}

.itemid-242 .main-services .nav-item a {
    padding: 26px 6px 26px 6px;
	font-size: 13px;
}

.main-services .nav.nav-tabs  .nav-item {
  text-align: center;
}
.main-services .nav-item a {
  padding: 26px 21px 26px 19px;
  color: #a6a6a6;
  font-size: 14px;
  font-family: 'geometriabold';
  line-height: 18px;
  text-transform: uppercase;
}
.main-services  .nav-item a:hover {
  color: #222222;
}
.main-services  .nav-link.active {
  font-family: 'geometriabold';
  color: #222222;
}
.main-services__item {
  width: 25%;
  margin-bottom: 50px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
}
.main-services__item:nth-child(4n-3) {
  padding-left: 0;
}
.main-services__item .main-services__item-img {
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #222222;
  border-radius: 50%;
  margin-bottom: 27px;
}
.main-services__item .main-services__item-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 35px;
  max-height: 35px;
}
.main-services__item .main-services__item-img:hover {
  background-color: #ff4514;
}
.main-services .tab-pane.fade.show .k2ItemsBlock {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  margin-bottom: 13px;
}
.main-services__item a:nth-child(2) {
  color: #222222;
  line-height: 26px;
  font-size: 24px;
  font-family: 'geometriamedium';
  margin-bottom: 15px;
}
.main-services__item a:hover:nth-child(2) {
  color: #ff4514;
  text-decoration: none;
}
.main-services__item a:nth-child(3) {
  color: #ff4514;
  font-size: 15px;
  line-height: 31.97px;
}
.main__bottom-link {
  display: block;
  margin-bottom: 159px;
  padding-right: 98px;
  text-align: right;
  width: 100%;
}
.main__bottom-link a {
  display: block;
  padding-right: 25px;
  color: #222222;
  font-family: 'geometriabold';
  font-size: 15px;
  font-style: italic;
  line-height: 19px;
  position: relative;
}
.main__bottom-link a:hover {
  color: #ff4514;
  text-decoration: none;
}
.main__bottom-link a:after {
  content: "";
  position: absolute;
  background-image: url(/templates/protostar/images/icon-right.png);
  width: 21px;
  height: 80px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


/*Остались вопросы  main__form*/
.main__form {
  overflow: hidden;
  padding-top: 68px;
  background-color: #222222;
}
.main__form .container {
  padding-left: 0;
}
.main__form .section-caption h2,
.main__form .section-caption .h2,
.main__form .section-caption p {
  color: #ffffff;
}
.main__form-wrapper {
  display: flex;
  padding-bottom: 67px;
}
.main__form-left {
  display: flex;
  flex-direction: column;
  width: 33%;
  border-right: 1px solid #606060;
}
.main__form-left p {
  width: 284px;
  margin-bottom: 40px;
  padding-left: 15px;
  color: #606060;
  font-size: 14px;
  font-family: 'geometriamedium';
  line-height: 18px;
  text-align: left;
}
.main__form-left form {
  display: flex;
  flex-direction: column;
}
.main__form-wrapper input {
  width: 280px;
  padding-left: 35px;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 31px;
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
  outline: none;
}
.main__form-wrapper input:hover {
  border-color:  #606060;
}
.main__form-wrapper input:first-child {
  margin-bottom: 20px;
}
.main__form-wrapper input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.main__form-wrapper input:-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.main__form-wrapper input[placeholder] {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.btn.btn--main-form {
  width: 280px;
  height: 62px;
  margin-top: 35px;
  margin-bottom: 13px;
}
.btn.btn--main-form:hover {
  background-color: #606060;
}
.main__form-right {
  padding-top: 95px;
  width: 67%;
  align-items: center;
  position: relative;
}
.main__form-right:after {
  content: "";
  position: absolute;
  bottom: -67px;
  right: -71px;
  width: 416px;
  height: 491px;
  background-image: url(/templates/protostar/images/call-center-specialist.png);
}
.main__form-right p {
  font-family: 'geometrialight';
  color: #ffffff;
  text-align: left;
  margin-bottom: 24px;
  padding-left: 33px;
  font-size: 18px;
  line-height: 18px;
}
.main__form-right--inner {
  margin-left: 86px;
  width: 345px;
}
.main__form-right .header__tel-row a {
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 28px;
  line-height: 30px;
}
.main__form-right .header__tel-row a:hover {
  text-decoration: none;
}
.header__tel-row--mts img {
  position: relative;
  bottom: 5px;
  padding-right: 16px;
  box-sizing: content-box;
}
.header__tel-row--mts {
  margin-bottom: 15px;
}
.header__tel-row--velcom img {
  position: relative;
  bottom: 5px;
  box-sizing: content-box;
  padding-right: 13px;
}
.main__form .section-caption p {
  padding-bottom: 56px;
}


/*main-brands   Бренды с которыми мы работаем*/
.main-brands {
  padding-top: 135px;
}
.main-brands__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.main-brands__wrapper p {
  width: 16.66%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 67px;
}

.main-brands__wrapper img{
  max-height: 95px;
  max-width: 115px;
}


.main-brands .section-caption {
  margin-bottom: 74px;
}
.main-brands .main__bottom-link a {
  margin-top: 10px;
}
.main-brands .main__bottom-link {
  margin-bottom: 171px;
}


/*main-features  Наши преимущества*/
.main-features {
  padding-top: 114px;
  padding-bottom: 138px;
  background-image: url(/templates/protostar/images/features.png);
  background-size: cover;
}
.main-features .container {
  padding-left: 0;
}
.main-features__wrapper {
  display: flex;
  min-height: 353px;
}
.main-features .section-caption {
  margin-bottom: 71px;
}
.main-features__column {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-features__wrapper > div:nth-child(1) {
  border-right: 1px solid  #a5a5a5;
}
.main-features__wrapper > div:nth-child(2) {
  border-right: 1px solid  #a5a5a5;
}
.main-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 50%;
}
.main-features__item:first-child {
  margin-bottom: 77px;
}
.main-features__item p {
  padding-top: 27px!important;
  color: #222222!important;
  font-family: 'geometriabold'!important;
  font-size: 14px!important;
  line-height: 18px!important;
  text-transform: uppercase!important;
}


/*Статистика  main-statistics*/
.main-statistics {
  background-image: url(/templates/protostar/images/statistics.png);
  padding-top: 182px;
  padding-bottom: 188px;
}
.main-statistics .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-statistics .container p:last-child {
  padding-left: 61px;
}
.main-statistics p span {
  padding-right: 19px;
  margin-right: 20px;
  border-right: 1px solid #a5a5a5;
  color: #ff4514;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-statistics p {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

/*main-reviews   Отзывы*/
.main-reviews {
  padding-top: 134px;
  padding-bottom: 140px;
}
.main-reviews .container {
  padding-right: 0;
  padding-left: 0;
}
.main-reviews .section-caption {
  margin-bottom: 66px;
}
.main-reviews a {
  width: 70px;
  height: 70px;
  opacity: 1;
  display: inline-block;
  background-color: #e9e9e9;
}
.main-reviews .carousel-control-prev {
  left: 0;
  top: 48%;
  bottom: 50%;
}
.main-reviews .carousel-control-next {
  right: 0;
  bottom: 50%;
  top: 48%;
}
.main-reviews .carousel-control-prev-icon {
  width: 70px;
  height: 70px;
  background-image: url(/templates/protostar/images/ico-prev.png);
  background-position: center center;
  background-size: 11px 23px;
}
.main-reviews .carousel-control-next-icon {
  width: 70px;
  height: 70px;
  background-image: url(/templates/protostar/images/ico-prev-2.png);
  background-position: center center;
  background-size: 11px 23px;
}
.main-reviews .carousel-item {
  padding-top: 5px;
}
.main-reviews__about {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 119px;
}
.main-reviews__about:after {
  content: '';
  position: absolute;
  width: 32px;
  height: 23px;
  background-image: url(/templates/protostar/images/quotes.png);
  bottom: -60px;
}
.main-reviews__about img {
  margin-right: 45px;
  border-radius: 50%;
}
.main-reviews__about cite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #222222;
  font-size: 24px;
}
.main-reviews__about cite b {
  padding-top: 15px;
  font-size: 24px;
  font-style: normal;
  font-family: 'geometriamedium';
  line-height: 26px;
  margin-bottom: 5px;
  text-align: left;
}
.main-reviews__about cite p {
  text-align: left;
  color: #ff4514;
  font-size: 15px;
  line-height: 32px;
}
.main-reviews__text {
  width: 65%;
  margin: 0 auto;
}
.main-reviews__text blockquote {
  padding-bottom: 60px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  color: #222222;
  font-size: 22px;
  font-style: italic;
  line-height: 26px;
}
.main-reviews__text blockquote:after {
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 750px;
  height: 1px;
  background-color: #d7d7d7;
  position: absolute;
}

/*question-form   Остались вопросы на черном фоне, главная*/
.question-form {
  background-color: #222222;
  padding-top: 68px;
  padding-bottom: 78px;
}
.question-form__caption {
  margin-bottom: 54px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.question-form__caption h2,
.question-form__caption .h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}
.question-form__caption p {
  line-height: 38px;
  color: #ffffff;
}
.question-form__middle {
  margin-bottom: 106px;
}
.question-form__middle p {
  width: 539px;
  margin: 0 auto;
  color: #606060;
  font-size: 14px;
  font-family: 'geometriamedium';
  line-height: 18px;
}
.question-form__middle form {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.question-form__middle form input {
  width: 280px;
  box-sizing: border-box;
  padding-left: 35px;
  padding-bottom: 21px;
  padding-top: 21px;
  background-color: transparent;
  border-radius: 31px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
  outline: none;
}
.question-form__middle form input:hover {
  border-color: #606060;
}
.question-form__middle form input:first-child {
  margin-right: 30px;
}
.question-form__middle form input:nth-child(2) {
  margin-right: 30px;
}
.question-form__middle form input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.question-form__middle form input:-moz-placeholder {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.question-form__middle form input[placeholder] {
  color: #ffffff;
  font-size: 12px;
  font-family: 'geometriabold';
  line-height: 16px;
  text-transform: uppercase;
}
.question-form__middle .btn--question-form {
  width: 280px;
  box-sizing: border-box;
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
}
.question-form__bottom {
  display: flex;
  justify-content: flex-end;
  padding-right: 79px;
}
.question-form__bottom p {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
}
.question-form__bottom .main__form-right--inner {
  margin-left: 41px;
}
.main__form-right--inner .header__tel-row a {
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 28px;
  line-height: 30px;
}
.main__form-right--inner .header__tel-row a:hover {
  text-decoration: none;
}


/*maim-benefits   */
.maim-benefits .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.maim-benefits__row {
  display: flex;
}
.maim-benefits__img {
  width: 50%;
}
.maim-benefits__img img {
  width: 100%;
  height: auto;
}
.main-benefits__text {
  width: 50%;

}
.main-benefits__text h3,
.main-benefits__text .h3 {
  margin-bottom: 29px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.main-benefits__text p {
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
}
.main-benefits__text .main-benefits__text-remark {
  margin-top: 22px;
  font-style: italic;
  line-height: 24px;
  font-size: 18px;
}
.main-benefits__text--grey {
  background-color: #e9e9e9;
}
.main-benefits__text--right {
  padding-left: 46px;
  padding-top: 116px;
  padding-right: 150px;
}
.main-benefits__text--right p {
  text-align: left;
  font-family: 'geometrialight';
}
.main-benefits__text--left {
  padding-top: 116px;
  padding-right: 45px;
  padding-left: 163px;
}
.main-benefits__text--left p {
  font-family: 'geometrialight';
}
.main-benefits__text--left p,
.main-benefits__text--left h3,
.main-benefits__text--left .h3 {
  text-align: right;
}


/*main-certificates  наши сертификаты на главной*/
.main-certificates {
  padding-top: 136px;
  padding-bottom: 139px;
  padding-left: 10px;
  padding-right: 10px;
}
.main-certificates .container {
  padding-left: 0;
  padding-right: 0;
}
.main-certificates .section-caption {
  margin-bottom: 72px;
}
.main-certificates-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-certificates-wrapper a {
  padding-bottom: 20px;
  padding-right: 10px;
}







/*Карта перед подвалом  main-footer*/
.main-footer .container-fluid {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}
.main-footer__map {
  width: 65.5%;
  background-color: #2b2b2b;
}
.main-footer__contact {
  width: 34.5%;
  background-color: #2b2b2b;
  display: flex;
  padding-top: 125px;
  padding-left: 100px;
  padding-right: 10px;
}
.main-footer__contact-wrapper {
  width: 351px;
}
.main-footer__address-wrapper {
  display: flex;
  margin-bottom: 28px;
}
.main-footer__address-wrapper svg {
  color: #ff4514;
}
.main-footer__address-wrapper > div:first-child {
  margin-right: 15px;
}
.main-footer__address-wrapper p {
  color: #ffffff;
  font-family: 'geometriaregular';
  font-size: 16px;
  line-height: 18px;
}
.main-footer__address-wrapper button {
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-family: 'geometriamedium';
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
.main-footer__address-wrapper button:hover {
  color: #ff4514;
  outline: none;
}
.main-footer__address-wrapper button:active {
  outline: none;
}
.main-footer__tel-wrapper {
  margin-bottom: 27px;
}
.main-footer__tel-row a {
  color: #ffffff;
  font-family: 'geometriaregular';
  font-size: 18px;
  line-height: 20px;
}
.main-footer__tel-row a:hover {
  text-decoration: none;
}
.main-footer__tel-row--mts {
  margin-bottom: 4px;
}
.main-footer__tel-row--mts img {
  padding-left: 4px;
  padding-right: 14px;
  box-sizing: content-box;
}
.main-footer__tel-row--velcom img {
  padding-right: 12px;
  box-sizing: content-box;
}
.main-footer__mail-wrapper {
  margin-bottom: 32px;
}
.main-footer__mail-wrapper svg {
  padding-right: 16px;
  box-sizing: content-box;
}
.main-footer__mail-wrapper a {
  color: #ffffff;
  font-family: 'geometriaregular';
  font-size: 16px;
  line-height: 18px;
}
.main-footer__mail-wrapper a:hover {
  text-decoration: none;
}
.main-footer__mail-wrapper svg {
  color: #ff4514;
}
.main-footer__time {
  display: flex;
}
.main-footer__time svg {
  box-sizing: content-box;
  padding-right: 15px;
}
.main-footer__time p {
  text-align: left;
}
.main-footer__time p {
  color: #ffffff;
  font-family: 'geometriaregular';
  font-size: 16px;
  line-height: 20px;
}
.main-footer__time p span {
  font-family: 'geometriabold';
}
.main-footer__time svg {
  color: #ff4514;
}

/*Футер*/
footer {
  background-color: #222222;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.footer__data {
  color: #737373;
  font-size: 14px;
  line-height: 18px;
}
.footer__copyrigth a {
  color: #737373;
  font-size: 14px;
  line-height: 18px;
}
.footer__copyrigth a:hover {
  color: #ff4514;
  text-decoration: none;
}
.footer__copyrigth a span {
  font-family: 'geometriamedium';
}
.footer__arrow a {
  display: block;
  width: 23px;
  height: 11px;
  background-image: url(/templates/protostar/images/ico-to-top-hover.png);
  background-size: 23px 11px;
}
.footer__arrow a:hover {
  background-image: url(/templates/protostar/images/ico-to-top-hover.png);
}


/*Страница О компании   company*/
.navbar-dark .navbar-nav .nav-item.active > a {
  color: #ff4514;
}
/*.navbar-dark .navbar-nav .nav-item.active a:hover {
  border-bottom: none;
}*/
.banner {
  padding-top: 140px;
  padding-bottom: 52px;
}
.container-fluid.banner {
  min-height: 270px;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
h1 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}
.banner .container {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb-item a {
  color: #ffffff;
  padding-right: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
}
.breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-item.active {
  text-decoration: none;
  padding-top: 3px;
  padding-right: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.breadcrumb-item .divider {
  display: none;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '';
  background-image: url(/templates/protostar/images/icon-next.png);
  width: 4px;
  height: 9px;
  background-repeat: no-repeat;
  padding-right: 10px !important;
}
.page-text {
  display: flex;
}

.page-text__left {
  width: 27%;
}
.page-text__right {
  width: 62%;
  padding-top: 55px;
  padding-left: 33px;
}
.page-text__right p {
  text-align: left;
  margin-bottom: 20px;
  color: #222222;
  font-family: 'geometrialight';
  font-size: 18px;
  line-height: 28px;
}

.page-text__right h2,
.page-text__right .h2  {
  margin-top: 80px;
  margin-bottom: 25px;
  padding-bottom: 6px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Montserrat', sans-serif;
}
.page-text__right h2 + p,
.page-text__right .h2 + p {
  margin-bottom: 45px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 300;
  line-height: 34px;
  font-size: 16px;
  color: #222222;
}
.sidebar {
  background-color: #e9e9e9;
  margin-bottom: 5px;
}
.header-sidebar {
  padding-top: 55px;
  padding-bottom: 47px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  background-color: #e9e9e9;
  text-align: center;
  margin: 0;
}
.header-sidebar h3,
.header-sidebar .h3 {
  padding-left: 13%;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #222222;
  text-align: left;
  transition: 0.15s linear color;
  text-transform: uppercase;
}
.header-sidebar h3 span,
.header-sidebar .h3 span {
  transition: 0.15s linear color;
  font-weight: 700;
}
.header-sidebar h3:hover span,
.header-sidebar .h3:hover span {
  color: #df4500;
}
.sidebar .nav-sidebar li {
  width: 100%;
  min-height: 89px;
  border-top: solid 1px #cfcfcf;
}

.sidebar .nav-sidebar li.current>a{
	background-color: #e0e0e0;
	border-right: solid 5px #df4500;
}

.sidebar .nav-sidebar li.current>.dropdown-menu{
	display: block!important;
	position: relative;
	top: 0;
	left: 0;
	float: none;
	margin-top: -1px;
    padding-top: 0;
}

.page-text .carousel-inner {
    padding-bottom:  139px !important;
}

.page-text #carouselReviews {
    margin-bottom: 100px !important;
}

.page-text .carousel-control-next, 
.page-text .carousel-control-prev
{
    top: 81% !important;
}

.sidebar .nav-item {
  text-align: left;
  vertical-align: middle;
  display: block;
}
.sidebar .nav-item a:hover {
  text-decoration: none;
}
.sidebar .nav-link {
  border: none;
}
.sidebar .dropdown-toggle::after {
  content: '';
  position: absolute;
  background-image: url(/templates/protostar/images/ico-drropdown-1.png);
  width: 16px;
  height: 8px;
  right: 30px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border:  none;
}
.sidebar .dropdown-toggle:hover::after {
  background-image: url(/templates/protostar/images/ico-drropdown-4-active.png);
}
.sidebar .nav-item a {
    padding: 32px 16% 33px 13%;
    display: block;
  color: #222222;
  font-family: 'geometriabold';
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: 0.35s ease color;
  position: relative;
  overflow: hidden;
}

.sidebar .nav-item .dropdown-menu a{
    padding: 15px 14% 15px 15%;
    font-size: 12px;
    line-height: 24px;	
}


.sidebar .nav-item .dropdown-menu .dropdown-menu a{
    padding: 15px 10% 15px 19%;
    font-size: 11px;
    line-height: 24px;	
}

.sidebar .nav-sidebar li .dropdown-menu li {
    width: 100%;
    min-height: 55px;
    border-top: solid 1px #cfcfcf;
}

.nav-item.dropdown-sidebar a {
  position: relative;
  transition: 0.15s linear;
}
.nav-item.dropdown-sidebar a:after {
  content: '';
  position: absolute;
  background-image: url(/templates/protostar/images/ico-drropdown-1.png);
  width: 16px;
  height: 8px;
  right: 30px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.nav-item.dropdown-sidebar a:hover:after {
  background-image: url(/templates/protostar/images/ico-drropdown-4-active.png);
}
.nav-sidebar {
  list-style: none;
  padding-left: 0;
}
.sidebar .nav-item a:before {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: solid 5px #df4500;
  background: #e0e0e0;
  transition: 0.35s ease left;
}




.sidebar .nav-item a.is-current:before, .sidebar .nav-item a:hover:before {
  left: 0;
}

.aside-promo {
  display: block;
  vertical-align: bottom;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #ffffff;
}
.aside-promo:last-child {
  margin-bottom: 140px;
}
.aside-promo:hover {
  text-decoration: none;
}
.aside-promo__img {
  height: 275px;
  background-repeat: no-repeat;
  background-position: center;
}
.aside-promo--diagnostic {
  margin-top: 0px;
  background-image: url(/templates/protostar/images/2-layers.png);
  background-size: cover;
  /*background-image: url(/templates/protostar/images/sprite-garantee.png);
  background-position: 0px 0px;
  width: 364px;
  height: 275px;*/
}
.aside-promo span {
  display: block;
  text-align: center;
  padding-bottom: 27px;
  padding-top: 27px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #acacac;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.aside-promo:hover .aside-promo--diagnostic {
  background-image: url(/templates/protostar/images/photo-we-12guarantee-1.png);
  background-size: cover;
  /*background-image: url(/templates/protostar/images/sprite-garantee.png);
  background-position: -418px 0px;
  width: 364px;
  height: 275px;*/
}
.aside-promo--courier {
  background-image: url(/templates/protostar/images/23-layers.png);
  background-size: cover;
  /*background-image: url(/templates/protostar/images/sprite-curier.png);
  background-position: 0px 0px;
  width: 364px;
  height: 275px;*/
}
.aside-promo:hover .aside-promo--courier {
  background-image: url(/templates/protostar/images/pho787to-we-guarantee-2.png);
  background-size: cover;
  /*background-image: url(/templates/protostar/images/sprite-curier.png);
  background-position: -418px 0px;
  width: 364;
  height: 275px;*/
}
.aside-promo--guarantee {
  background-image: url(/templates/protostar/images/2-layers2.png);
  background-size: cover;
  /*background-image: url(/templates/protostar/images/sprite-free.png);
  background-position: 0px 0px;
  width: 364px;
  height: 275px;*/
}
.aside-promo:hover .aside-promo--guarantee {
  background-image: url(/templates/protostar/images/3photo-we-guarantee-3.png);
  background-size: cover;
  /*background-image: url(/templates/protostar/images/sprite-free.png);
  background-position: -418px 0px;
  width: 364px;
  height: 275px;*/
}

.aside-promo__img .aside-promo__hover-text 
{
    background-color: #e9e9e9;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    opacity: 0;
    transition: 0.2s;
}

.aside-promo__img.aside-promo--diagnostic .aside-promo__hover-text
{
  border-top: 1px solid #cfcfcf;
}

.aside-promo__img .aside-promo__hover-text .h3
{
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
}

.aside-promo__img .aside-promo__hover-text p 
{
  font-size: 16px;
  line-height: 18px
}

.aside-promo:hover .aside-promo__hover-text 
{
    opacity: 1;
    transition: 0.2s;
}


.certificates {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.certificates a {
  padding-right: 10px;
  padding-bottom: 20px;
}
.page-text__left > a:last-child {
  margin-bottom: 140px;
}


.features__wrapper {
  display: flex;
  min-height: 300px;
  margin-top: 65px;
  margin-bottom: 110px;
}
.features__column {
  width: 33.3%;
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.features__wrapper > div:nth-child(1) {
  border-right: 1px solid  #a5a5a5;
}
.features__wrapper > div:nth-child(2) {
  border-right: 1px solid  #a5a5a5;
}
.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 50%;
}
.features__item:first-child {
  margin-bottom: 49px;
}
.features__item p {
  padding-top: 25px;
  margin-bottom: 0;
  color: #222222;
  font-family: 'geometriabold';
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}





.horizontal-form {
  margin-bottom: 80px;
}
.horizontal-form p {
  width: 539px;
  text-align: center;
  margin: 0 auto;
  color: #606060;
  font-size: 14px;
  font-family: 'geometriamedium';
  line-height: 18px;
}
.horizontal-form form {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.horizontal-form form input {
  width: 239px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-bottom: 13px;
  padding-top: 14px;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #d8d8d8;
  color: #222222;
  font-size: 10px;
  font-family: 'geometriaregular';
  line-height: 12px;
  text-transform: uppercase;
  outline: none;
}
.horizontal-form form input:hover {
  border-color: #606060;
}
.horizontal-form form input:first-child {
  margin-right: 25px;
}
.horizontal-form form input:nth-child(2) {
  margin-right: 25px;
}
.horizontal-form form input::-webkit-input-placeholder {
  color: #222222;
  font-size: 10px;
  font-family: 'geometriaregular';
  line-height: 12px;
  text-transform: uppercase;
}
.horizontal-form form input:-moz-placeholder {
  color: #222222;
  font-size: 10px;
  font-family: 'geometriaregular';
  line-height: 12px;
  text-transform: uppercase;
}
.horizontal-form form input[placeholder] {
  color: #222222;
  font-size: 10px;
  font-family: 'geometriaregular';
  line-height: 12px;
  text-transform: uppercase;
}
.horizontal-form .btn--horizontal-form {
  width: 239px;
  border-radius: 25px;
  box-sizing: border-box;
  padding-top: 13px;
  padding-bottom: 14px;
  text-align: center;
}
.horizontal-form .btn--horizontal-form:hover {
  background-color: #606060;
}
.horizontal-form__bottom {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.horizontal-form__bottom p {
  color: #222222;
  font-size: 14px;
  line-height: 18px;
}
.horizontal-form__bottom .main__form-right--inner {
  margin-left: 41px;
}
.horizontal-form__bottom .main__form-right--inner {
  width: 265px;
}
.page-text .main__form-right--inner .header__tel-row a {
  color: #222222;
  font-family: 'geometriamedium';
  font-size: 22px;
  line-height: 24px;
}
.main__form-right--inner .header__tel-row a:hover {
  text-decoration: none;
}

.itemListCategory .horizontal-form input {
    height: 50px;
    margin-right: 20px !important;
}

/*Услуги компании  service*/
.page-text h3,
.page-text .h3  {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'geometriamedium';
}
.page-text .main-reviews__text blockquote {
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
}
.page-text .main-reviews__text {
  width: 88%;
}
.page-text .carousel-control-prev-icon {
  width: 70px;
  height: 70px;
  background-image: url(/templates/protostar/images/ico-prev.png);
  background-position: center center;
  background-size: 11px 23px;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
}
.page-text  .carousel-control-next-icon {
  width: 70px;
  height: 70px;
  background-image: url(/templates/protostar/images/ico-prev-2.png);
  background-position: center center;
  background-size: 11px 23px;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
}
.page-text  .carousel-control-next-icon:hover,
.page-text .carousel-control-prev-icon:hover {
  background-color: #e9e9e9;
}
.page-text .carousel-control-next, 
.page-text .carousel-control-prev {
  height: 70px;
  width: 70px;
  top: 106%;
}
.page-text .carousel-control-prev {
  left: 36%;
}
.page-text .carousel-control-next {
  right: 36%;
}
.page-text .features__wrapper {
  margin-bottom: 96px;
}
.page-text .horizontal-form__bottom {
  margin-bottom: 133px;
}
.page-text .carousel {
  margin-bottom: 239px;
  padding-top: 5px;
}
.page-text .main-reviews__about cite b {
  padding-top: 30px;
}
.page-text .main-reviews__about {
  margin-bottom: 109px;
}
.page-text .features__wrapper {
  margin-top: 55px;
}



/*pagination  Пагинация*/
/*.pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
}
.pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.k2Pagination ul  a.prev {
  display: block;
  width: 8px;
  height: 16px;
  margin-right: 40px;
  background: url(/templates/protostar/images/sprites.png) no-repeat;
  background-position: -6px -5px
}
.pagination ul li a.prev:hover {
  background-position: -8px -29px ;
  border: none;
}
.pagination ul li a.next {
  display: block;
  width: 8px;
  height: 16px;
  margin-left: 15px;
  background: url(/templates/protostar/images/sprites.png) no-repeat;
  background-position: -34px -2px ;
}
.pagination ul li a.next:hover {
  background-position: -33px -28px ;
  border: none;
}
.pagination ul li a {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-right: 25px;
}
.pagination ul li a:hover {
  color: #ff4514;
  text-decoration: none;
  border-bottom: 2px solid #ff4514;
}
.pagination ul li.active a {
  color: #ff4514;
}
.pagination ul li.active a:hover {
  text-decoration: none;
  border: none;
}

*/





.page-text__right .k2Pagination .pagination-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 100px;
  list-style: none;
  flex-wrap: wrap;
  align-items: center;
}

.page-text__right .k2Pagination .hidden-phone a {
  color: #222222;
  margin-right: 15px;
  border: 1px solid #acacac;
  background-color: #f5f3f3;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 5px;
}

.page-text__right .k2Pagination .active.hidden-phone a {
  color: #ff4514;
  border: 1px solid #ff4514;
}

.page-text__right .k2Pagination .hidden-phone:hover a {
  border: 1px solid #ff4514;
}






/*review   Страница отзывы*/
.page-text .carousel.slide--page-review {
  margin-bottom: 45px;
}
.slide--page-review .main-reviews__about {
  padding-left: 10px;
}
.slide--page-review .main-reviews__text blockquote {
  padding-bottom: 58px;
}


/*страница Контакты*/
.page-contact__wrapper {
  display: flex;
  justify-content: space-around;
}
.page-contact__wrapper-left {
  padding-left: 70px;
}
.page-contact__wrapper-right {
  padding-left: 85px;
}
.page-contact__wrapper b {
  display: block;
  padding-left: 32px;
  margin-bottom: 24px;
  color: #222222;
  font-size: 18px;
  font-family: 'geometriabold';
  line-height: 20px;
  text-transform: uppercase;
}
.page-contact__wrapper span {
  font-family: 'geometriabold';
  font-size: 18px;
  line-height: 22px;
}
.page-contact__wrapper p {
  margin-bottom: 0;
}
.page-contact__wrapper p,
.page-contact__wrapper a {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 18px;
  line-height: 22px;
}
.page-contact__wrapper a:hover {
  text-decoration: none;
}
.page-contact__wrapper svg {
  color:  #acacac;
}
.page-contact__wrapper button {
  text-decoration: underline;
  font-family: 'geometriamedium';
  font-size: 18px;
  line-height: 22px;
  border: none;
  padding-left: 0;
  background-color: transparent;
  cursor: pointer;
}
.page-contact__address-wrapper {
  margin-bottom: 56px;
}
.page-contact__address-inner {
  display: flex;
}
.page-contact__address-inner svg {
  margin-right: 16px;
}
.page-contact__time-inner {
  display: flex;
}
.page-contact__mail-wrapper {
  margin-bottom: 81px;
}
.page-contact__mail-wrapper svg {
  margin-right: 15px;
}
.page-contact__time svg {
  margin-right: 15px;
}
.contact__map {
  width: 100%;
  height: 300px;
  margin-top: 75px;
  margin-bottom: 103px;
  background-color: #333;
}
.contact__map iframe {
  width: 100%;
  height: 300px;
}
.contact-form {
  margin-bottom: 54px;
  margin-top: 54px;
  padding-left: 97px;
}
.contact-form form {
  display: flex;
}
.contact-form__left {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
}
.contact-form input {
  width: 239px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-bottom: 17px;
  padding-top: 16px;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #d8d8d8;
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  outline: none;
}
.contact-form input:hover {
  border-color: #ff4514;
}
.contact-form input:not(:last-child) {
  margin-bottom: 20px;
}
.contact-form input::-webkit-input-placeholder {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.contact-form input:-moz-placeholder {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.contact-form input[placeholder] {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.contact-form textarea:hover {
  border-color: #ff4514;
}
.contact-form textarea {
  width: 390px;
  height: 120px;
  margin-bottom: 13px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-bottom: 17px;
  padding-top: 16px;
  background-color: transparent;
  border-radius: 40px;
  border: 2px solid #d8d8d8;
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  outline: none;
}
.contact-form textarea::-webkit-input-placeholder {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.contact-form textarea:-moz-placeholder {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.contact-form textarea[placeholder] {
  color: #222222;
  font-family: 'geometriaregular';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.btn--contact-form {
  width: 238px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-family: 'geometriabold';
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  outline: none;
}

.contact-form .rsform_11_page_0 {
    display: flex;
}

/*Интеграция*/
.header__tel div.custom {
  display: inline-block;
}
.header__contact div.custom {
  display: flex;
}
.carousel-caption a:after {
  content: "";
  background-image: url(/templates/protostar/images/ico-arrow.png);
  width: 72px;
  height: 17px;
  position: absolute;
  left: 150px;
}

.main-article .moduleItemReadMore:after {
  content: "";
  background-image: url(/templates/protostar/images/ico-arrow-dark.png);
  width: 50px;
  height: 17px;
  position: absolute;
  left: 130px;
  top: 50%;
  transform: translateY(-50%);
}
.main-footer__address-wrapper .modal button {
  color: #000;
  font-size: 30px;
  text-decoration: none;
}
.main-footer__address-wrapper .modal button:hover ,
.header__address-inner .modal button:hover {
  color: #ff4514;
}
.header__address-inner .modal button {
  color: #000;
  font-size: 30px;
  text-decoration: none;
}

/* Таблицы */

.page-text__right table {
    border: 1px solid #acacac;
    color: #222222;
    font-family: 'geometrialight';
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    width: 85%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
    /*margin-bottom: 25px;*/
}

.page-text__right th {
    background-color: #e0e0e0;
    border-right: 1px solid #c6c6c6;
    text-align: center;
    font-family: 'geometriabold';
}

.page-text__right td {
  padding-left: 25px;
}

.page-text__right td, 
.page-text__right th:last-child {
    border-right: 1px solid #c6c6c6;
}

.page-text__right tr:nth-child(even) {
    background-color: #ffffff;
}

.page-text__right tr:nth-child(odd) {
    background-color: #e9e9e9;
}
 


 
@media (max-width: 1280px) {
  .main-services .container {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media (max-width: 1230px) {
  .main-promo .carousel-caption {
    left: 54%;
  }
  .main-promo__form {
    left: 80px;
  }
  .main-promo__arrow .carousel-control-prev {
    left: 75%;
  }
  .main-promo__arrow .carousel-control-next {
    left: 84.5%;
  }
}
@media (max-width: 1204px) {
  .main-benefits__text--right {
    padding-right: 130px;
    padding-top: 105px;
  }
  .main-benefits__text--left {
    padding-left: 140px;
    padding-top: 105px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    margin-bottom: 15px;
  }
  .navbar.navbar-dark li:first-child a {
    margin-right: 10px;
  }
  .navbar-dark .navbar-nav .nav-link {
    margin-right: 10px;
    font-size: 11px;
    line-height: 13px;
  }
  .main-promo .carousel-caption {
    width: 400px;
  }
  .main-services .nav.nav-tabs {
    margin-left: 20px;
  }
  .main-services .nav-item a {
    padding: 23px 15px 23px 15px;
  }
  .main-certificates {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}
@media (max-width: 1075px) {
  .main-promo__form {
    width: 420px;
    bottom: 55px;
  }
  .main-promo .carousel-caption {
    bottom: 28%;
  }
  .main-promo__form {
    left: 50px;
  }
  .main-promo .carousel-caption p {
    width: 390px;
  }
  .main-services .container {
    padding-left: 15px;
  }
  .main-services .tab-pane.fade.show {
    padding-top: 40px;
  }
}
@media (max-width: 1164px) {
  .main-benefits__text--right {
    padding-top: 90px;
    padding-right: 90px;
  }
  .main-benefits__text--left {
    padding-top: 90px;
    padding-left: 90px;
  }
}
@media (max-width: 1145px) {
  .main-footer__contact {
    padding-left: 50px;
    padding-top: 100px;
  }
}
@media (max-width: 1110px) {
  .header-sidebar {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .sidebar .nav-item a {
    padding-left: 7%;
  }
  .page-text__right {
    width: 67%;
  }
  .aside-promo span {
    padding-bottom: 23px;
    padding-top: 23px;
  }
  .page-contact__wrapper-left {
    padding-left: 15px;
  }
  .page-contact__wrapper-right {
    padding-left: 40px;
  }
  .contact-form {
    padding-left: 25px;
  }
}
@media (max-width: 1084px) {
  .main-benefits__text--right {
    padding-top: 60px;
    padding-right: 55px;
  }
  .main-benefits__text--left {
    padding-top: 60px;
    padding-left: 55px;
  }
  .main-benefits__text h3,
  .main-benefits__text .h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .main-benefits__text p {
    font-size: 18px;
    line-height: 21px;
  }
  .main-benefits__text .main-benefits__text-remark {
    font-size: 18px;
    line-height: 20px;
  }
  .contact-form textarea {
    width: 320px;
  }
}
@media (max-width: 1050px) {
  .header__top .container {
    padding: 16px 10px 18px 10px;
  }
  .main-services__item {
    margin-bottom: 40px;
  }
  .main-services__item a:nth-child(2) {
    font-size: 20px;
    line-height: 22px;
  }
  .page-text .horizontal-form__bottom {
    margin-bottom: 100px;
  }
}
@media (max-width: 1020px) {
  .page-contact__wrapper p, .page-contact__wrapper a {
    font-size: 16px;
    line-height: 20px;
  }
  .page-contact__wrapper b {
    font-size: 16px;
    line-height: 20px;
  }
  .page-contact__wrapper-right {
    padding-left: 30px;
  }
  .page-contact__wrapper button {
    font-size: 16px;
    line-height: 20px;
  }
  .page-contact__wrapper span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1005px) {
  .main-footer__map {
    width: 62.5%;
  }
  .main-footer__contact {
    width: 37.5%;
  }
  .sidebar .nav-item a {
    font-size: 13px;
    line-height: 20px;
  }
  .sidebar .nav-sidebar li {
    min-height: 80px;
  }
  .nav-item.dropdown-sidebar a:after {
    right: 15px;
  }
}
@media (max-width: 992px) {
  .main-features__item p {
    font-size: 12px;
    line-height: 14px;
  }
  .main-features__item:first-child {
    margin-bottom: 60px;
  }
  .main-features {
    padding-bottom: 80px;
    padding-top: 70px;
  }
  .header__time {
    margin-right: 10px;
    margin-left: 10px;
  }
  .header__address svg,
  .header__time svg {
    margin-right: 10px;
  }
  .header__tel a {
    font-size: 15px;
    line-height: 17px;
  }
  .header__time p {
    width: 235px;
  }
  .main-services .nav-item a {
    font-size: 12px;
    line-height: 14px;
  }
  .main-services .nav-item a {
    padding: 20px 5px 15px 5px;
  }
  .main-services .container {
    padding-top: 70px;
  }
  .section-caption h2,
  .section-caption .h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .section-caption p {
    padding-bottom: 25px;
  }
  .main__form-left p {
    width: 220px;
  }
  .main__form-left {
    width: 38%;
  }
  .main__form-right {
    width: 62%;
  }
  .main__form-right--inner {
    margin-left: 40px;
  }
  .main__form-right:after {
    width: 360px;
    right: -150px;
    height: 442px;
  }
  .main__form-right--inner .header__tel-row a {
    font-size: 26px;
    line-height: 28px;
  }
  .main__form-wrapper input {
    width: 255px;
    left: 30px;
  }
  .btn.btn--main-form {
    width: 255px;
  }
  .main-brands {
    padding-top: 80px;
  }
  .main-brands__wrapper p {
    width: 20%;
  }
  .main-brands .main__bottom-link {
    margin-bottom: 110px;
  }
  .main-statistics .container {
    flex-direction: column;
  }
  .main-statistics {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .main-statistics p span {
    border-right: none;
  }
  .main-statistics .col-4 {
    max-width: 90%;
  }
  .main-statistics .container p:last-child {
    padding-left: 15px;
  }
  .main-certificates {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .page-text .main-reviews__text blockquote {
    font-size: 18px;
    line-height: 22px;
  }
  .main-reviews__about cite b {
    font-size: 22px;
    line-height: 24px;
  }
  .page-text .main-reviews__about {
    margin-bottom: 60px;
  }
  .main-reviews__about:after {
    bottom: -35px;
  }
  .slide--page-review .main-reviews__text blockquote {
    padding-bottom: 45px;
  }
  .page-text .carousel-control-prev {
    left: 33%;
  }
  .page-text .carousel-control-next {
    right: 33%;
  }
  .main-menu .navbar-nav a {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-menu .navbar-nav a:hover {
    border-bottom: 0;
  }
  header .dropdown:hover > .dropdown-menu {
    background-color: #2E2E2E;
  }
  .header__bottom .nav-item {
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .header__bottom .nav-item:last-child {
    padding-bottom: 15px;
  }
}
@media (max-width: 960px) {
  .main-promo .carousel-caption h3,
  .main-promo .carousel-caption h3  {
    font-size: 50px;
    line-height: 52px;
  }
  .main-promo .carousel-caption {
    width: 300px;
  }
  .main-promo .carousel-caption p {
    font-size: 18px;
    line-height: 20px;
  }
  .main-promo__arrow span {
    width: 65px;
    height: 65px;
  }
  .main-promo__form-btn {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .main-promo__form {
    width: 350px;
  }
  .main-promo .carousel-caption p {
    width: 350px;
  }
  .main__bottom-link {
    margin-bottom: 100px;
  }
  .main-promo__arrow .sr-only {
    left: 0;
  }
}
@media (max-width: 940px) {
  .main-footer__contact {
    padding-left: 25px;
    padding-top: 70px;
  }
  .contact-form input {
    width: 225px;
  }
}
@media (max-width: 900px) {
  .main-reviews {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .sidebar {
    display: none;
  }
  .page-text {
    flex-direction: column;
  }
  .page-text__left {
    order: 2;
    padding-left: 10px;
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .aside-promo span {
    width: 350px;
  }
  .page-text__right {
    width: 90%;
  }
  .page-text__right h2,
  .page-text__right .h2  {
    margin-top: 60px;
    font-size: 33px;
    line-height: 38px;
  }
  .certificates {
    margin-bottom: 75px;
  }
  .page-text .horizontal-form__bottom {
    margin-bottom: 80px;
  }
  .aside-promo {
    width: 350px;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
  }
  .aside-promo__img {
    height: 250px;
  }
  .page-text__left > a:last-child {
    margin-bottom: 0;
  }
  .contact__map {
    margin-bottom: 70px;
  }
}
@media (max-width: 860px) {
  .main-footer__map {
    width: 58.5%;
  }
  .main-footer__contact {
    width: 41.5%;
  }
}
@media (max-width: 840px) {
  .main-promo__form {
    position: static;
    width: 100%;
  }
  .main__form-right--inner {
    margin-left: 20px;
  }
  .main__form-right:after {
    right: -130px;
  }
  .main-promo__form-input {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-promo__form-input input {
    width: 300px;
  }
  .btn--promo {
    width: 300px;
  }
  .main-promo .carousel-caption {
    bottom: 35%;
  }
  .main-promo .carousel-caption {
    left: 26%;
  }
  .main-promo .carousel-caption p {
    width: 470px;
  }
  .main-promo .w-100 {
    min-height: 450px;
  }
  .main-promo .carousel.slide, .main-promo .carousel-inner, .main-promo .carousel-item {
    min-height: 450px;
  }
  .main-promo .carousel-caption {
    bottom: 20%;
  }
  .main-promo__arrow .carousel-control-prev {
    top: 78.3%;
    left: 70%;
  }
  .main-promo__arrow .carousel-control-next {
    top: 78.3%;
    left: 83.5%;
  }
  .main-services__item a:nth-child(2) {
    font-size: 18px;
    line-height: 20px;
  }
  .main-services__item .main-services__item-img {
    margin-bottom: 20px;
  }
  .section-caption h2,
  .section-caption .h2  {
    font-size: 36px;
    line-height: 38px;
  }
  .section-caption p {
    margin-bottom: 20px;
  }
  .main-services .nav.nav-tabs {
    margin-top: 40px;
  }
  .main-benefits__text--right {
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 30px;
  }
  .main-benefits__text--left {
    padding-top: 25px;
    padding-right: 35px;
    padding-left: 30px;
  }
  .main-certificates {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .main-certificates .section-caption {
    margin-bottom: 50px;
  }
  .container-fluid.banner {
    min-height: 180px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .banner {
    padding-top: 75px;
    padding-bottom: 40px;
  }
}
@media (max-width: 790px) {
  .header__bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .question-form {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .question-form__caption h2,
  .question-form__caption .h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .question-form__caption p {
    font-size: 16px;
    line-height: 18px;
  }
  .question-form__caption {
    margin-bottom: 40px;
  }
  .question-form__middle form {
    flex-direction: column;
    align-items: center;
  }
  .question-form__middle form input:nth-child(2) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .question-form__middle form input:first-child {
     margin-right: 0;
     margin-bottom: 15px;
  }
  .question-form__middle {
    margin-bottom: 50px;
  }
  .main-certificates-wrapper {
    justify-content: space-around;
  }
  .aside-promo {
    width: 330px;
  }
  .aside-promo span {
    width: 330px;
  }
  .aside-promo__img {
    height: 225px;
  }
}
@media (max-width: 780px) {
  .main-footer__map {
    width: 53.5%;
  }
  .main-footer__contact {
    width: 46.5%;
  }
}
@media (max-width: 768px) {
  .main-statistics {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .main-statistics .col-4 {
    max-width: 100%;
  }
  .main-statistics p span {
    margin-right: 0;
  }
  .header__inner-right {
    flex-direction: column;
  }
  .header__time {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .header__address {
    margin-bottom: 10px;
  }
  .main-promo .carousel-caption {
    display: block !important;
  }
  .main-services__item {
    width: 33%;
  }
  .main-services__item:nth-child(4n-3) {
    padding-left: 24px;
  }
  .main-services .tab-pane.fade.show .k2ItemsBlock {
    justify-content: space-around;
  }
  .main-services .container {
    padding-top: 45px;
  }
  .main-services .nav-item a {
    padding: 20px 15px 15px 16px;
  }
  .main-services .nav.nav-tabs {
    margin-left: 0;
  }
  .main-services .nav {
    justify-content: space-around;
  }
  .main__bottom-link {
    margin-bottom: 70px;
  }
  .main__form {
    padding-top: 25px;
  }
  .main__form .section-caption p {
    padding-bottom: 30px;
  }
  .main__form-right:after {
    display: none;
  }
  .main__form-left {
    width: 60%;
  }
  .main__form-right {
    width: 40%;
  }
  .main__form-right p {
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }
  .main__form-right--inner .header__tel-row a {
    font-size: 22px;
    line-height: 24px;
  }
  .main__form-wrapper {
    padding-bottom: 45px;
  }
  .main-brands__wrapper p {
    width: 33.3%;
  }
  .main-brands {
    padding-top: 45px;
  }
  .main-features__wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .main-features__column {
    width: 50%;
  }
  .main-features__wrapper > div:nth-child(1),
  .main-features__wrapper > div:nth-child(2) {
    border-right: none;
    margin-bottom: 30px;
  }
  .main-reviews {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .main-reviews .section-caption {
    margin-bottom: 40px;
  }
  .main-reviews__about {
    margin-bottom: 90px;
  }
  .main-reviews__about:after {
    bottom: -25px;
  }
  .main-reviews__text blockquote {
    padding-bottom: 45px;
    font-size: 18px;
    line-height: 20px;
  }
  .main-reviews__text {
    width: 80%;
  }
  .main-reviews .carousel-control-next-icon {
    width: 60px;
    height: 60px;
  }
  .main-reviews .carousel-control-next-icon {
    width: 60px;
    height: 60px;
  }
  .main-reviews .carousel-control-next {
    right: -30px;
  }
  .main-reviews .carousel-control-prev {
    left: -30px;
  }
  .question-form__bottom {
    flex-direction: column;
    align-items: center;
  }
  .question-form__middle {
    margin-bottom: 40px;
  }
  .question-form__bottom p {
    margin-bottom: 15px;
  }
  .question-form__bottom {
    padding-right: 0;
  }
  .main-benefits__text h3,
  .main-benefits__text .h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .main-benefits__text p {
    font-size: 15px;
    line-height: 18px;
  }
  .main-benefits__text .main-benefits__text-remark {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
  }
  footer .container {
    flex-direction: column;
  }
  .footer__arrow {
    order: 3;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .footer__data {
    padding-bottom: 15px;
    text-align: center;
  }
  .footer__copyrigth {
    padding-bottom: 25px;
    text-align: center;
  }
  .features__wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .features__column {
    width: 50%;
  }
  .features__wrapper > div:nth-child(1),
  .features__wrapper > div:nth-child(2) {
    border-right: none;
    margin-bottom: 30px;
  }
  .page-text .carousel.slide--page-review {
    margin-bottom: 25px;
  }
  .slide--page-review .main-reviews__text blockquote {
    padding-bottom: 25px; 
  }
  .main-reviews__about:after {
    bottom: -15px;
  }
  .page-text .main-reviews__about {
    margin-bottom: 40px;
  }
}
@media (max-width: 725px) {
  .aside-promo {
    width: 310px;
  }
  .aside-promo span {
    width: 310px;
    font-size: 16px;
    line-height: 20px;
  }
  .aside-promo__img {
    height: 205px;
  }
}
@media (max-width: 700px) {
  .main__form-wrapper {
    flex-direction: column;
  }
  .main__form-left {
    width: 100%;
    border-right: none;
    flex-direction: row;
  }
  .main__form-right {
    width: 100%;
    padding-top: 50px;
  }
  .main__form-left p {
    width: 50%;
    text-align: left;
    padding-left: 0;
    padding-right: 15px;
  }
  .main-reviews__about {
    margin-bottom: 50px;
  }
  .main-reviews .carousel-control-next-icon {
    width: 50px;
    height: 50px;
  }
  .main-reviews a {
    width: 50px;
    height: 50px;
  }
  .main-reviews .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
  }
  .main-reviews__about:after {
    bottom: -20px;
  }
  .main-footer__address-wrapper p {
    font-size: 14px;
    line-height: 16px
  }
  .main-footer__address-wrapper button {
    font-size: 14px;
    line-height: 16px;
  }
  .main-footer__tel-row a {
    font-size: 16px;
    line-height: 18px;
  }
  .main-footer__mail-wrapper a,
  .main-footer__time p {
    font-size: 14px;
    line-height: 18px;
  }
  .page-text__right p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .page-text__right {
    padding-top: 40px;
    padding-left: 25px;
  }
  .features__item p {
    font-size: 12px;
    line-height: 16px;
  }
  .page-text .features__wrapper {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .page-text .main__form-right--inner .header__tel-row a {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 680px) {
  .horizontal-form__bottom .main__form-right--inner {
    margin-left: 10px;
  }
  .aside-promo {
    width: 290px;
  }
  .aside-promo span {
    width: 290px;
    font-size: 15px;
    line-height: 19px;
  }
  .aside-promo__img {
    height: 185px;
  }
  .page-contact__wrapper {
    flex-direction: column;
  }
  .page-contact__wrapper-right {
    padding-left: 15px;
  }
  .page-contact__wrapper b {
    margin-bottom: 15px;
  }
  .page-contact__address-wrapper,
  .page-contact__tel-wrapper,
  .page-contact__mail-wrapper {
    margin-bottom: 40px;
  }
  .contact__map {
    margin-top: 50px;
  }
  .page-text .main-reviews__text blockquote {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 670px) {
  .main-promo .carousel-caption {
    left: 15%;
  }
  .main-promo__arrow span {
    width: 55px;
    height: 55px;
  }
  .horizontal-form .btn--horizontal-form {
    font-size: 12px;
    line-height: 14px;
  }
  .page-text__right h2 + p,
  .page-text__right .h2 + p {
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .main-reviews__text {
    width: 77%;
  }
  .main-reviews .carousel-control-next {
    right: -20px;
  }
  .main-reviews .carousel-control-prev {
    left: -20px;
  }
  .question-form__middle p {
    width: 450px;
  }
  .maim-benefits .container-fluid > div:nth-child(2) .maim-benefits__img {
    order: 1;
  }
  .maim-benefits .container-fluid > div:nth-child(2) .main-benefits__text {
    order: 2;
  }
  .maim-benefits__img {
    width: 35%;
  }
  .main-benefits__text {
    width: 65%;
  }
  .main-benefits__text--right {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-benefits__text--left p, .main-benefits__text--left h3,  .main-benefits__text--left .h3  {
    text-align: left;
  }
  .main-benefits__text--left {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .horizontal-form__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .horizontal-form {
    margin-bottom: 40px;
  }
  .page-text .horizontal-form__bottom {
    margin-bottom: 70px;
  }
  .horizontal-form p {
    width: 450px;
  }
  .contact__map {
    margin-bottom: 70px;
  }
  .contact-form form {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact-form input {
    margin-bottom: 20px;
  }
  .contact-form__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .contact-form__left {
    margin-right: 0;
  }
  .contact-form input {
    width: 245px;
  }
  .contact-form textarea {
    width: 245px;
    height: 110px;
  }
}
@media (max-width: 640px) {
  .main-footer__contact {
    background-color: rgba(43, 43, 43, 0.5);
  }
  .main-footer {
    position: relative;
  }
  .main-footer__map {
    width: 100%;
  }
  .main-footer__contact {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-top: 75px;
  }
  .main-footer__map iframe {
    height: 450px;
  }
}
@media (max-width: 635px) {
  .maim-benefits__img {
    display: none;
  }
  .main-benefits__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .main-benefits__text h3,
  .main-benefits__text .h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .main-benefits__text p {
    width: 90%;
    font-size: 16px;
    line-height: 20px;
  }
  .features__item p {
    font-family: 'geometriaregular';
  }
}
@media (max-width: 610px) {
  .main-reviews__about cite b {
    font-size: 20px;
    line-height: 22px;
  }
  .main-reviews__about cite p {
    font-size: 14px;
    line-height: 16px;
  }
  .main-reviews__text blockquote {
    font-size: 15px;
    line-height: 17px;
  }
  .main-reviews .carousel-control-next {
    right: 0;
  }
  .main-reviews .carousel-control-prev {
    left: 0;
  }
  h1 {
    font-size: 37px;
    line-height: 42px;
  }
  .breadcrumb-item a {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 600px) {
  .main-services .container {
    padding-top: 30px;
  }
  .section-caption h2,
  .section-caption .h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .main__bottom-link a {
    font-size: 14px;
    line-height: 16px;
  }
  .page-text__right {
    width: 95%;
  }
  .page-text__right h2,
  .page-text__right .h2 {
    font-size: 31px;
    line-height: 36px;
  }
  .horizontal-form form {
    flex-direction: column;
    align-items: center;
  }
  .horizontal-form form input:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .horizontal-form form input:nth-child(2) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .horizontal-form form input {
    width: 250px;
  }
  .horizontal-form .btn--horizontal-form {
    width: 250px;
  }
}
@media (max-width: 585px) {
  .main-promo .carousel-caption p {
    width: 400px;
  }
  .main-promo .carousel-caption h3,
  .main-promo .carousel-caption .h3  {
    font-size: 44px;
    line-height: 46px;
  }
  .section-caption p {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .main-services .nav.nav-tabs {
    margin-top: 45px;
  }
  .main__form-left {
    padding-left: 15px;
    padding-right: 10px;
  }
  .main-reviews__about:after {
    display: none;
  }
  .main-reviews__about {
    margin-bottom: 30px;
  }
  .main-reviews__text blockquote {
    padding-bottom: 60px;
  }
  .main-reviews__text blockquote:after {
    display: none;
  }
  .main-reviews .carousel-control-next {
    top: 87%;
    right: 35%;
  }
  .main-reviews .carousel-control-prev {
    top: 87%;
    left: 35%;
  }
  .main-reviews__text {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .header__top .container {
    padding: 16px 15px 18px 15px;
  }
  .features__item:first-child {
    margin-bottom: 30px;
  }
  .main-promo__form-input {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-promo__form-btn {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-caption h2,
  .section-caption .h2 {
    margin-bottom: 15px;
  }
  .main-services__item a:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
  }
  .main-services__item {
    width: 45%;
  }
  .main-services__item:nth-child(4n-3) {
    padding-left: 24px;
  }
  .main-services__item {
    margin-bottom: 25px;
  }
  .main-services__item .main-services__item-img {
    margin-bottom: 15px;
  }
  .main-services__item a:nth-child(2) {
    margin-bottom: 5px;
  }
  .main__form-right {
    padding-top: 35px;
  }
  .main__form-right--inner .header__tel-row a {
    font-size: 20px;
    line-height: 22px;
  }
  .main-brands__wrapper p {
    width: 50%;
    margin-bottom: 45px;
  }
  .main-brands__wrapper {
    margin-bottom: 30px;
  }
  .main-brands .main__bottom-link {
    margin-bottom: 80px;
  }
  .question-form {
    padding-left: 15px;
    padding-right: 10px;
  }
  .question-form__caption h2,
  .question-form__caption .h2  {
    font-size: 36px;
    line-height: 38px;
  }
  .question-form__bottom p {
    font-size: 16px;
    line-height: 18px;
  }
  .page-text .carousel-control-prev {
    left: 32%;
  }
  .page-text .carousel-control-next {
    right: 32%;
  }
  .page-text .carousel-control-next, .page-text .carousel-control-prev {
    top: 100%;
  }
  .page-text .carousel {
    margin-bottom: 170px;
  }
}
@media (max-width: 550px) {
  .main-benefits__text {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .contact__map {
    margin-bottom: 60px;
    margin-top: 35px;
  }
  .page-text .main-reviews__about cite b {
    padding-top: 0;
  }
  .page-text .main-reviews__about {
    margin-bottom: 25px;
  }
  .page-text .main-reviews__text {
    width: 95%;
  }
  .page-text .carousel-control-prev {
    left: 31%;
  }
  .page-text .carousel-control-next {
    right: 31%;
  }
}
@media (max-width: 520px) {
  .question-form__middle p {
    width: 85%;
  }
  .horizontal-form p {
    width: 350px;
  }
}
@media (max-width: 500px) {
  .header__top .container {
    flex-direction: column;
    align-items: center;
  }
  .main-promo .carousel-caption p {
    width: 335px;
  }
  .main-promo .carousel-caption a {
    margin-top: 50px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.8px;
  }
  .main-promo .carousel-caption a img {
    padding-left: 25px;
    width: 63px;
  }
  .main-promo__arrow span {
    width: 50px;
    height: 50px;
  }
  .main-promo__arrow .carousel-control-prev {
    left: 60%;
  }
  .main-promo__arrow .carousel-control-next {
    left: 76.5%;
  }
  .main__form-wrapper input {
    width: 230px;
    padding-left: 25px;
  }
  .btn.btn--main-form {
    width: 230px;
  }
  .main__form-wrapper input::-webkit-input-placeholder {
  font-size: 10px;
  line-height: 12px;
  }
  .main__form-wrapper input:-moz-placeholder {
    font-size: 10px;
    line-height: 12px;
  }
  .main__form-wrapper input[placeholder] {
    font-size: 10px;
    line-height: 12px;
  }
  .btn.btn--main-form {
    font-size: 11px;
    line-height: 13px;
    height: 55px;
  }
  .main-features__item p {
    padding-top: 20px;
  }
  .main-features__item:first-child {
    margin-bottom: 30px;
  }
  .main-features__wrapper {
    padding-left: 15px;
    padding-right: 10px;
  }
  .features__item p {
    padding-top: 20px;
  }
  .features__item:first-child {
    margin-bottom: 30px;
  }
  .features__wrapper {
    padding-left: 15px;
    padding-right: 10px;
  }
  .main-statistics p span {
    font-size: 40px;
    line-height: 42px;
  }
  .main-statistics p {
    font-size: 16px;
    line-height: 18px;
  }
  .main-benefits__text {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .main-benefits__text h3,
  .main-benefits__text .h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .main-benefits__text p {
    width: 95%;
    font-size: 15px;
    line-height: 19px;
  }
  .question-form__middle form input::-webkit-input-placeholder {
  font-size: 10px;
  line-height: 12px;
  }
  .question-form__middle form input:-moz-placeholder {
    font-size: 10px;
    line-height: 12px;
  }
  .question-form__middle form input[placeholder] {
    font-size: 10px;
    line-height: 12px;
  }
  .question-form__middle .btn--question-form {
    font-size: 11px;
    line-height: 13px;
  }
  .banner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .container-fluid.banner {
    min-height: 150px;
  }
  .pagination {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .page-text .carousel-control-prev {
    left: 29%;
  }
  .page-text .carousel-control-next {
    right: 29%;
  }
}
@media (max-width: 489px) {
  .main-services .container {
    padding-right: 15px;
  }
  .main-services .nav-item a {
    padding: 20px 15px 5px 16px;
  }
  .main-services__item a:nth-child(2) {
    font-size: 14px;
    line-height: 16px;
  }
  .main-services__item a:nth-child(3) {
    font-size: 14px;
    line-height: 16px;
  }
  .section-caption h2,
  .section-caption .h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .main-reviews__about {
    flex-direction: column;
    align-items: center;
  }
  .main-reviews__about cite p {
    text-align: center;
  }
  .main-reviews .carousel-control-next {
    top: 90%;
  }
  .main-reviews .carousel-control-prev {
    top: 90%;
  }
  .main-reviews .container {
    padding-left: 15px;
    padding-right: 10px;
  }
  .question-form__caption h2,
  .question-form__caption .h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .certificates {
    justify-content: center;
    margin-bottom: 40px;
  }
  .main-reviews__about img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .page-text .main-reviews__about {
    margin-bottom: 10px;
  }
  .page-text .carousel-control-prev {
    left: 27%;
  }
  .page-text .carousel-control-next {
    right: 27%;
  }
  h1 {
    font-size: 35px;
    line-height: 40px;
}
}
@media (max-width: 450px) {
  .header__bottom .container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 25px;
  }
  .main__form .section-caption p {
    padding-bottom: 20px;
  }
  .main-promo__form-input input {
    width: 280px;
    padding-left: 25px;
    padding-bottom: 18px;
    padding-top: 18px;
  }
  .btn--promo {
    width: 275px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .main__form-left {
    flex-direction: column;
  }
  .main__form-left p {
    width: 100%;
    padding-right: 0;
  }
  .main__form-wrapper input {
    width: 250px;
  }
  .btn.btn--main-form {
    width: 250px;
  }
  .main__form-left form {
    align-items: center;
  }
  .main-features__column {
    width: 100%;
  }
  .main-features {
    padding-bottom: 45px;
    padding-top: 35px;
  }
  .main-features .section-caption {
    margin-bottom: 40px;
  }
  .features__column {
    width: 100%;
  }
  .features {
    padding-bottom: 45px;
    padding-top: 35px;
  }
  .features .section-caption {
    margin-bottom: 40px;
  }
  .main__form-right--inner {
    width: 270px;
  }
  .page-text .main__form-right--inner .header__tel-row a {
    font-size: 18px;
    line-height: 20px;
  }
  .page-text__right h2 + p,
  .page-text__right .h2 + p {
    margin-bottom: 20px;
  }
  .page-text__right p {
    font-size: 14px;
    line-height: 17px;
  }
  .features__wrapper p {
    font-size: 12px;
    line-height: 15px;
  }
  .features__item:first-child {
    margin-bottom: 15px;
  }
  .features__wrapper > div:nth-child(1), .features__wrapper > div:nth-child(2) {
    margin-bottom: 20px;
  }
  .page-text__right h2 + p,
  .page-text__right .h2 + p {
    font-size: 15px;
    line-height: 26px;
  }
  .contact__map {
    display: none;
  }
  .page-text__right h2,
  .page-text__right .h2 {
    font-size: 29px;
    line-height: 34px;
}
}
@media (max-width: 420px) {
  .main-promo .carousel-caption {
    left: 5%;
  }
  .main-promo .carousel-caption h3,
  .main-promo .carousel-caption .h3 {
    font-size: 38px;
    line-height: 40px;
  }
  .main-promo .carousel-caption p {
    font-size: 16px;
    line-height: 18px;
  }
  .main-promo .carousel-caption p {
    width: 300px;
  }
  .main-promo .w-100 {
    min-height: 400px;
  }
  .main-promo  .carousel.slide,
  .main-promo .carousel-inner,
  .main-promo .carousel-item  {
  min-height: 400px;
  }
  .main-promo__arrow span {
    width: 40px;
    height: 40px;
  }
  .main-reviews .carousel-control-next {
    right: 30%;
  }
  .main-reviews .carousel-control-prev {
    left: 30%;
  }
  .question-form {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .horizontal-form p {
    width: 90%;
  }
  .page-text .main-reviews__text blockquote {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .main-reviews__about cite b {
    font-size: 18px;
    line-height: 20px;
  }
  .page-text .carousel.slide--page-review {
    margin-bottom: 5px;
  }
  .page-text .features__wrapper {
    margin-bottom: 40px;
  }
  .page-text .horizontal-form__bottom {
    margin-bottom: 40px;
  }
  .page-text .carousel-control-prev {
    left: 25%;
  }
  .page-text .carousel-control-next {
    right: 25%;
  }
}
@media (max-width: 400px) {
  .main-benefits__text h3,
  .main-benefits__text .h3 {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .main-benefits__text p {
    width: 100%;
  }
  .banner {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .container-fluid.banner {
    min-height: 140px;
  }
  .page-text__right h2 ,
  .page-text__right .h2 {
    margin-top: 40px;
  }
  .page-text__right h2 + p,
  .page-text__right .h2 + p {
    margin-bottom: 35px;
    line-height: 25px;
  }
  .page-text__right h2,
  .page-text__right .h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .aside-promo {
    width: 270px;
  }
  .aside-promo span {
    width: 270px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .aside-promo__img {
    height: 165px;
  }
 .pagination ul {
  padding-left: 10px;
 }
 .pagination ul li a.prev {
  margin-right: 25px;
 }
 .pagination ul li a.next {
  margin-left: 5px;
 }
 h1 {
    font-size: 30px;
    line-height: 34px;
}
}
@media (max-width: 390px) {
  .main-footer__contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-footer__map iframe {
    height: 400px;
  }
  .page-text .carousel-control-prev {
    left: 23%;
  }
  .page-text .carousel-control-next {
    right: 23%;
  }
  .page-text__right h2,
  .page-text__right .h2  {
    font-size: 26px;
    line-height: 31px;
}
}
@media (max-width: 380px) {
  .main-promo .carousel-caption p {
    width: 280px;
  }
  .main-promo .w-100 {
    min-height: 370px;
  }
  .main-promo  .carousel.slide,
  .main-promo .carousel-inner,
  .main-promo .carousel-item  {
  min-height: 370px;
  }
  .main-promo__arrow span {
    width: 40px;
    height: 40px;
  }
  .main-promo .carousel-caption h3,
  .main-promo .carousel-caption .h3 {
    font-size: 34px;
    line-height: 36px;
  }
  .header__bottom .container {
    padding-left: 15px;
  }
  .header__contact a {
    margin-right: 20px;
  }
  .header__contact svg, .header__contact a {
    font-size: 12px;
    line-height: 14px;
  }
  .header__contact button {
    height: 34px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 6px 11px 6px 10px;
  }
  .section-caption h2,
  .section-caption .h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .main__form-right--inner .header__tel-row a {
    font-size: 16px;
    line-height: 18px;
  }
  .main__form-right p {
    width: 70%;
  }
  .main-brands__wrapper p {
    margin-bottom: 25%;
  }
  .question-form__middle form input {
    width: 260px;
  }
  .question-form__middle .btn--question-form {
    width: 260px;
  }
  .header__tel-row--mts img {
    padding-right: 9px;
  }
  .header__tel-row--velcom img {
    padding-right: 1px;
  }
  .contact-form input {
    width: 230px;
    padding-left: 20px;
  }
  .contact-form textarea {
    width: 230px;
    padding-left: 20px;
    border-radius: 30px;
  }
  .page-text .carousel-control-prev {
    left: 19%;
  }
  .page-text .carousel-control-next {
    right: 19%;
  }
}
@media (max-width: 340px) {
  .main-promo__form-input input {
    width: 260px;
    padding-left: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .btn--promo {
    width: 240px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .main__form-right--inner {
    width: 240px;
  }
  .page-text .carousel-control-prev {
    left: 15%;
  }
  .page-text .carousel-control-next {
    right: 15%;
  }
}