@charset "UTF-8";
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

:-moz-submit-invalid {
  box-shadow: none;
}

a {
  outline: 0;
}

html {
  font-size: 16px;
}

@media (max-width: 1157px) {
  html {
    font-size: 13px;
  }
}

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

html {
  font-size: 16px;
}

@media (max-width: 1157px) {
  html {
    font-size: 13px;
  }
}

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

body {
  font-family: 'Lato', sans-serif;
}

@media (min-width: 1170px) {
  .container {
    max-width: 1170px !important;
  }
}

.mobile-menu {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 75%;
  height: 100%;
  z-index: 200;
  background: #fff;
  -webkit-box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.mobile-menu__info {
  text-align: center;
  padding: 0 10px;
}

.mobile-menu__info .header__phone:not(:first-child) {
	margin-top: 5px;
}

.mobile-menu__info .button {
	margin-top: 30px;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.mobile-menu__phone {
  color: #333333;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  margin-left: 10px;
  font-size: 1rem;
}
.mobile-menu__phone strong {
	font-size: 1.25rem;
}

.mobile-menu__phone:hover {
  text-decoration: none;
  color: #333333;
}

.mobile-menu__close {
  position: absolute;
  right: 10px;
  font-size: 24px;
  top: 5px;
}

.mobile-menu__title {
  text-transform: uppercase;
  font-size: 18px;
  padding: 16px 10px;
  border-bottom: 1px solid #ccc;
}

.mobile-menu__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  margin-top: 1rem;
}

.mobile-menu-list {
  list-style-type: none;
  padding: 0;
}

.mobile-menu-list > .menu-item {
	border-bottom: 1px solid #ccc;
}
.mobile-menu-list > .menu-item {
	padding-left: 10px;
  padding-right: 10px;
}
.mobile-menu-list > .menu-item > a + span {
  display: none;
}
.mobile-menu-list > .menu-item-has-children {
  position: relative;
}
.mobile-menu-list > .menu-item-has-children > a + span {
  font-size: 0.5rem;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.mobile-menu-list > .menu-item-has-children > a + span:after {
  content: '\25bc';
  display: block;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.mobile-menu-list > .menu-item-has-children > a + span.is-active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*.mobile-menu-list > .menu-item-has-children:hover .sub-menu {
  display: block;
}*/

.mobile-menu-list ul.sub-menu {
  list-style: none;
  padding-left: 0px;
  display: none;
}

.mobile-menu-list ul.sub-menu .menu-item:last-child {
	margin-bottom: 15px;
}
.mobile-menu-list ul.sub-menu .menu-item:not(:first-child) {
	margin-top: .5rem;
}

.mobile-menu-list ul.sub-menu a {
  font-size: 14px;
}

.mobile-menu-list .menu-item a {
	display: inline-block;
  color: #000;
  font-size: 16px;
}
.mobile-menu-list > .menu-item > a {
  padding: 10px 0;
}

.mobile-menu-list li > a:hover {
  text-decoration: none;
}

.header__front .menu-closer,
.header__front .menu-opener {  
  color: #fff;
}
.menu-closer,
.menu-opener,
.scrolled .menu-closer,
.scrolled .menu-opener {
		color: #333;
		font-size: 26px;
	}

.menu-closer {
  display: none;
}

.thanks-popup {
  position: fixed;
  width: 450px;
  max-width: 100%;
  padding: 22px 80px;
  background: #FFFFFF;
  top: 50%;
  z-index: 210;
  left: 50%;
  margin-left: -225px;
  text-align: center;
  margin-top: -200px;
  display: none;
}

@media (max-width: 450px) {
  .thanks-popup {
    position: fixed;
    width: 450px;
    max-width: 100%;
    padding: 22px 80px;
    background: #FFFFFF;
    top: 20px;
    z-index: 110;
    margin-left: 0;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
}

.thanks-popup__close {
  width: 13px;
  height: 13px;
  background: url("/img/close.svg") no-repeat center center transparent;
  background-size: 13px 13px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.thanks-popup__title {
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 23px;
}

.thanks-popup__text {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  margin-top: 39px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(1, 0, 2, 0.76);
  top: 0;
  z-index: 201;
  display: none;
}

.button {
  border-radius: 35px;
  background-color: #da251e;
  display: inline-block;
  padding: 20px 40px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #da251e;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.button:hover {
  text-decoration: none;
  color: #fff;
  background: #c01b14;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.button-transparent {
  background-color: transparent;
  display: inline-block;
  padding: 6px 40px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: #333333;
  border: 2px solid #da251e;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.button-transparent:hover {
  text-decoration: none;
  background: #da251e;
  color: #fff;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.scrolled .header {
  position: fixed;
  width: 100%;
  z-index: 150;
  top: 0;
  padding: 18px 0;
  background-color: #fff;
  box-shadow: 0 0.625rem 1.25rem rgba(45, 45, 45, 0.05)
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  font-family: 'fontAwesome';
  background: none;
  color: #333333;
  position: absolute;
  top: 50%;
  font-size: 25px;
}

.owl-carousel .owl-dot {
  position: relative;
}

.owl-carousel .owl-nav .owl-prev {
  margin: 0;
  z-index: 10;
  left: 0;
  margin-top: -20px;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background: none;
  color: #303030;
}

.owl-carousel .owl-nav .owl-next {
  margin: 0;
  z-index: 10;
  right: -10px;
  margin-top: -20px;
}

.owl-carousel .owl-nav .owl-next:hover {
  background: none;
  color: #303030;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f053";
  margin-right: 10px;
}

.owl-carousel .owl-nav .owl-next:after {
  content: "\f054";
  margin-right: 10px;
}

.scrolled .header__callback {
  display: none!important;
}

.scrolled .header .st12 {
  fill: #333;
}

.scrolled .header .header__logo.scroll-logo {
  display: block;
}

.scrolled .header .header__menu-nav > .menu-item a {
  color: #333;
}

.header {
  background-color: #fff;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  box-shadow: 0 0.625rem 1.25rem rgba(45, 45, 45, 0.05);
  position: relative;
  z-index: 2;
}
.header__front {
  padding: 15px 0;
}
.header .container {
  position: relative;
}
.header__callback {
  position: absolute;
  top: calc(100% + 5px);
  right: 15px;
}
.footer__callback .button,
.header__callback .button {
  padding: 15px 40px;
  background-color: transparent;
  color: #ffffff;
  font-size: 1rem;
  border-color: #fff;
  text-transform: none;
}

.footer__callback .button:hover,
.header__callback .button:hover {
	background-color: #fff;
	color: #333;
}
.footer__callback .button {
  /*width: 200px;*/
}
.header__front {
  position: absolute;
  padding: 18px 0 !important;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header .header__logo-white {
  display: none;
  width: 210px;
}
.header .header__logo-black {
  display: block;
  width: 210px;
}

.header__front .header__logo-white {
  display: block;
}
.header__front .header__logo-black {
  display: none;
}

.scrolled .header .header__logo-white {
  display: none;
}
.scrolled .header .header__logo-black {
  display: block;
}

.header__front .header_flags-item,
.header__front .header-second__phone,
.header__front .header__menu-nav > .menu-item a {
  color: #fff;
}

.scrolled .header_flags-item {
	color: #333;
}

.header .header__logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: auto;
  font-size: 20px;
  color: #fff;
}

.header .header__logo.scroll-logo {
  display: none;
}

.header .st12 {
  fill: #333333;
}

@media (max-width: 767px) {
  .header {
    padding: 5px !important;
    background-color: #333333;
  }
  .header .header__logo-white {
  	display: block;
  }
  .header .header__logo-black {
  	display: none;
  }
  .menu-opener,
  .menu-closer {
  	color: #fff;
  }
}

.header__flags {
  margin-left: 15px;
}

.header_flags-item {
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: .2rem .5rem;
  color: #333333
}
.header_flags-item.is-active {
  background-color: #da251e;
  border-radius: 0.313rem;
  color: #fff;
}

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

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.header__menu-nav > .menu-item {
  margin-right: 3rem;
  padding: 18px 0;
}

.header__menu-nav > .menu-item:last-child {
  margin-right: 0;
}

.header__menu-nav > .menu-item-has-children > a:after {
  content: '\25bc';
  font-size: 0.5rem;
  position: absolute;
  margin-top: 0.3125rem;
  margin-left: 8px;
}

.header__menu-nav > .menu-item-has-children:hover .sub-menu {
  display: block;
}

.header__menu-nav > .menu-item a {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.header__menu-nav > .menu-item a:hover {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  color: #da251e;
}

.header__menu-nav > .menu-item .sub-menu {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style-type: none;
  padding-left: 0;
  background: #fff;
  z-index: 100;
}

.header__menu-nav > .menu-item .sub-menu a:last-child a {
  border-bottom: 0;
}

.header__menu-nav > .menu-item .sub-menu a {
  color: #303030;
  font-size: 13px;
  padding: 9px 25px 11px 13px;
  border-bottom: 1px solid #f3f3f3;
  display: block;
}

.header__menu-nav > .menu-item .sub-menu a:hover {
  background-color: #da251e;
  color: #fff;
  text-decoration: none;
}

.header .sub-menu {
  display: none;
  position: absolute;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  list-style-type: none;
  padding-left: 0;
  background: #fff;
  z-index: 100;
}

.header__menu-nav-item:hover > a {
  color: #da251e;
}

.header__menu-nav-item:hover .header-submenu {
  display: block;
}

.scrolled .header-second__phone {
  color: #333;
}

.header-second__logo {
  font-size: 1.875rem;
  padding: 5px 0;
}

.header-second__logo_img {
  max-height: 79px;
}

.header-second__logo_title {
  margin: 0;
  color: #000;
}

.header-second__logo:hover {
  text-decoration: none;
}
.header__phone {
  align-items: center;
}
.header__phone img {
  width: 1.5rem;
  height: 1rem;
}
.header-second__phone {
  margin-left: 13px;
  color: #333333;
  font-size: 1rem;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.header-second__phone strong {
  font-weight: 700;
  font-size: 1.25rem;
}

.header-second__phone:hover {
  text-decoration: none;
  color: #da251e;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.header-second__phone-prefix {
  font-size: 1rem;
  font-weight: 400;
}

.header-second__phone-location {
  position: relative;
  margin-top: -10px;
  color: #333333;
  font-size: 12px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  text-transform: uppercase;
}

.main-slider__item {
  padding: 192px 0 181px;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-slider__item .button {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: none;
}

.main-slider__item-title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.26;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .main-slider__item-title {
  	font-size: 2.2rem;
  	line-height: 1.1;
  }
}

.main-slider__item-subtitle {
  font-size: 1.125rem;
  line-height: 1.33;
  color: #fff;
  margin-bottom: 34px;
}

.owl-stage-outer {
  position: relative;
  z-index: 10;
}

.owl-dots {
  position: relative;
  z-index: 99;
  margin-top: -35px !important;
}

.main-services {
  padding: 80px 0 65px;
}

.main-services__title {
  float: left;
  color: #333333;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}

.main-services__list {
  /*padding-top: 10px;*/
}

.main-services__button {
  float: right;
}

.main-services__item {
  border-radius: 5px;
  box-shadow: 0.313rem 0.563rem 1.875rem rgba(45, 45, 45, 0.1);
  padding: 42px 30px 40px;
  display: block;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  margin: 0 0 15px;
  height: 280px;
}

.main-services__item:hover__item-icon {
  background: #303030;
}

.main-services__item-icon {
  width: 60px;
  flex: 0 0 60px;
  height: 50px;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-services__item-title {
  margin-left: 17px;
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .main-services__item-title {
    font-size: 15px;
    line-height: normal;
  }
}

.main-services__item-text {
  margin: 25px 0 3px;
  color: #666666;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
}

@media (max-width: 767px) {
  .main-services__item-text {
    font-size: 12px;
    line-height: normal;
  }
}

.main-services__item-link {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #da251e;
}

.main-services__item-link:after {
	content:'';
	display: inline-block;
	width: 13px;
	height: 9px;
	background: url(../img/left-arrow.png) center no-repeat;
	margin-left: 8px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.main-services__item-link:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.main-services__item:hover {
  text-decoration: none;
  background-color: #feefe1;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.main-about {
  background: #f5f5f5;
  padding: 80px 0 60px;
}

.main-about__image {
  width: 100%;
}

.main-about__title {
  color: #333333;
  font-weight: 700;
  margin-bottom: 11px;
  font-size: 2.25rem;
}

.main-about__text {
  color: #333333;
  font-weight: 400;
  margin-bottom: 13px;
  font-size: 1rem;
  line-height: 1.38;
}

.main-about__text p {
  margin-bottom: 1.4rem;
}
.main-about__text p:last-child {
  margin-bottom: 0;
}

.main-about__button a:after {
	content:'';
	display: inline-block;
	width: 13px;
	height: 9px;
	background: url(../img/left-arrow.png) center no-repeat;
	margin-left: 8px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.main-about__button a:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.our-pluses {
  padding: 80px 0;
  text-align: center;
}

.our-pluses__item {
  margin: 20px 0;
}

.our-pluses__title {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.our-pluses__number {
  color: #333333;
  font-size: 6.25rem;
  line-height: 1;
  margin-bottom: 13px;
  font-family: 'Lato Black', sans-serif;
  text-shadow: 3px 4px 15px rgba(0, 0, 0, 0.1);
}

.our-pluses__number:after {
  content: "";
  display: block;
  margin: 13px auto 0;
  width: 60px;
  height: 3px;
  background-color: #d9251d;
}

.our-pluses__text {
  color: #666666;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: normal;
}

.calc-form {
  padding: 60px 30px 35px 30px;
  border: 1px solid #d9d9d9;
}

.calc-form__title {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.calc-form__input {
  border-style: solid;
  border-width: 2px;
  border-color: #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
  color: #666666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 48px;
  padding: 0 28px;
  margin: 10px 0;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.calc-form__input:focus {
  border-color: #999;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.calc-form__select {
  border-width: 2px;
  border-color: #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  width: 100%;
  color: #666666;
  padding: 0 20px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  border-radius: 0;
}

.calc-form__show-params {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  white-space: nowrap;
  letter-spacing: -0.5px;
  margin: 10px 0 25px 0;
}

.calc-form__show-params:hover {
  color: #da251e;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.calc-form__input--textarea {
  height: 104px;
  line-height: normal;
  padding: 10px 20px;
}

.calc-form .button {
  width: 15rem;
  margin: 10px auto;
  display: block;
  text-transform: none;
  font-size: 1.125rem;
  padding: 16px 0;
}

.main-trust {
  padding: 80px 0 70px 0;
}

.main-trust__title {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

.main-trust__item {
  text-align: center;
  border: 20px solid #e6e6e6;
  padding: 24px;
  background-color: #e6e6e6;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  margin: 10px 0;
}

.main-trust__item-image {
  vertical-align: middle;
  max-width: 100%;
}

.main-reviews {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.main-reviews__title {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
  line-height: normal;
}

.main-reviews__item {
  text-align: center;
}

.main-reviews__image {
  border: 4px solid #da251e;
  max-width: 100%;
  margin: 10px 0;
}

.footer {
  padding: 36px 0;
  background: #303030;
}

.footer .header-second__phone strong {
  font-size: 1rem!important;
}
.footer .header-second__phone {
  font-size: 1rem!important;
  color: #fff;
}
.footer .header__phone:not(:first-child) {
  margin-top: .8rem;
}

.footer__callback {
  margin-top: .9rem;
}

.footer__menu-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__menu-nav .menu-item {}
.footer__menu-nav .menu-item:not(:first-child) {
  margin-top: .25rem;
  font-size: 1rem;
  font-weight: 500;
}
.footer__menu-nav .menu-item a {
  color: #fff;
}

.footer__menu-nav .sub-menu {
	display: none;
}

.footer__logo {
  text-align: left;
  padding-top: 4px;
}

.footer__logo-image {
  max-width: 319px;
  width: 100%;
}

.footer__copy {font-size: 1rem;color: #666;margin: 19px 0 20px;line-height: 1.2;}
.footer__develop {
    font-size: 1rem;
    color: #666;
}

.footer__email {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  margin-left: 11px;
}

.footer__develop:hover {
	text-decoration: none;
}

.footer__email:hover {
  color: #da251e;
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.footer__worktime {
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  margin: 15px 0;
}

.footer__title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
}

.footer__phones {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 7px;
}

.footer__phones img {
  display: block;
  width: 1.5rem;
  height: 1rem;
}

.footer__phone-icon {
  position: absolute;
  left: 0;
  color: #fff;
}

.footer__phone-value {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  font-size: 1rem;
  margin-left: 11px;
}

.footer__phone-value:hover {
  color: #da251e;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  text-decoration: none;
}

.footer__social {
  margin-top: 8px;
}

.footer__social-link {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.footer__social-link:hover {
  color: #fff;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
  text-decoration: none;
}

.footer__logo-dev-image {
  width: 100%;
  max-width: 119px;
}

.callback-popup {
  position: fixed;
  width: 450px;
  max-width: 100%;
  padding: 22px 80px;
  background: #FFFFFF;
  top: 50%;
  z-index: 210;
  left: 50%;
  margin-left: -225px;
  text-align: center;
  margin-top: -200px;
  display: none;
}

@media (max-width: 450px) {
  .callback-popup {
    position: fixed;
    width: 450px;
    max-width: 100%;
    padding: 22px 80px;
    background: #FFFFFF;
    top: 20px;
    z-index: 110;
    margin-left: 0;
    left: 0;
    top: 0;
    margin-top: 20px;
    z-index: 9999;
  }
}

.callback-popup__close {
  width: 13px;
  height: 13px;
  background: url("/img/close.svg") no-repeat center center transparent;
  background-size: 13px 13px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.callback-popup__title {
  font-weight: bold;
  line-height: normal;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  margin-top: 23px;
}

.callback-popup__text {
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  margin-top: 39px;
}

.page-header {
  padding: 16px 0;
  background-size: cover;
  background-position: center center;
  margin: 0 0 53px;
  background-color: #F8F9FB;
}

.page-header__title {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0;
}

.breadcrumbs {
  color: #999;
  font-size: 14px;
}

.breadcrumbs .sep {
	margin: 0 10px;
}

.breadcrumbs a {
  color: #999;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.breadcrumbs a:hover {
  text-decoration: none;
  color: #da251e;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.left-menu {
  list-style-type: none;
  padding-left: 0;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.left-menu .sub-menu {
	padding: 0 28px!important;
}
.left-menu .sub-menu .menu-item {
  border-top: none;
  padding: 0;
  margin-top: 0.5rem;
}

.left-menu .sub-menu .menu-item {
  border: none!important;
}

.left-menu .sub-menu .menu-item:first-child {
  margin-top: 1.2rem
}

.left-menu .sub-menu .menu-item a {
  font-size: 0.875rem;
}

.left-menu .menu-item {
  line-height: 1;
  border-bottom: 1px solid #ecf0f1;
  border-top: 1px solid #d9d9d9;
}
.left-menu > .menu-item {
	padding-bottom: 25px;
}
.left-menu > .menu-item > a {
	padding: 25px 28px 25px;
	margin-bottom: -25px;
	display: block;
}

.left-menu .menu-item ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.left-menu .menu-item > a {
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

.left-menu .menu-item > a:hover {
  text-decoration: none;
  color: #da251e;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}

.left-menu .menu-item-has-children {
  border-bottom: none;
  position: relative;
}
.left-menu > .menu-item-has-children:after {
	content: '';
	width: 7px;
	height: 4px;
	background: url(../img/dropdown.png) center no-repeat;
	position: absolute;
	right: 3.1rem;
	top: 1.9rem;
	pointer-events: none;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.left-menu .menu-item-has-children .menu-item-has-children > span {
	margin: auto 0 auto 20px;
    position: relative;
    width: 7px;
    height: 7px;
    display: inline-block;
    cursor: pointer;
}

.left-menu .menu-item-has-children .menu-item-has-children > span:after {
	content: '';
	width: 7px;
	height: 4px;
	background: url(../img/dropdown.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}

.left-menu > .menu-item-has-children.is-active:after, .left-menu .menu-item-has-children .menu-item-has-children > span.is-active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.left-menu .menu-item:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.mobile-menu a.menu-item--active,
.left-menu a.menu-item--active {
  color: #da251e;
}

.col-md-8 .page-text {
  padding: 0 0 5px;
  margin-top: -5px;
}

.page-text {
  margin-top: -15px;
  padding: 0 15px 5px;
  min-height: 300px;
}

.page-text__title {
  color: #333333;
  font-size: 1.875rem;
  font-weight: 700;
}

.page-content {
  padding-bottom: 80px;
}

.article-text img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 0.313rem;
  margin-bottom: 13px;
}

.article-text p {
  margin: 21px 0;
  color: #333333;
  font-size: 15px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 22px;
}

.service-calc-form .calc-form {
  background: #fff;
  padding-top: 35px;
  margin-bottom: 40px;
}

.service-calc-form .calc-form__input {
  border-radius: 25px;
  background-color: transparent;
  border-width: 1px;
}

.service-calc-form .calc-form__title {
  color: #333333;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  line-height: normal;
}

.service-calc-form .calc-form__show-params {
  text-align: center;
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.line {
  background-color: #da251e;
  height: 4px;
  margin: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other-services {
  -webkit-box-shadow: 0 5px 30px 0 rgba(65, 65, 65, 0.25);
          box-shadow: 0 5px 30px 0 rgba(65, 65, 65, 0.25);
  background: #fff;
  margin: 30px 0;
  padding: 40px 30px;
}

.other-services__title {
  color: #333333;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 700;
}

.other-services-list {
  list-style-type: none;
  padding: 16px 0;
}

.other-services-list__item {
  position: relative;
  text-decoration: none!important;
  display: block;
}

.other-services-list__link {
  color: #666666;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  padding-left: 30px;
  display: inline-block;
}

.other-services-list__link:before {
  content: '-->';
  font-size: 14px;
  display: inline-block;
  margin-right: 9px;
  position: absolute;
  left: 0;
}

.other-services-list__link:hover {
  text-decoration: none;
  color: #da251e;
}

.contacts-page h2 {
  color: #333333;
  font-size: 24px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
}

.contacts-page h3 {
  color: #333333;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
}

.contacts-page p {
  color: #333333;
  font-size: 15px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
}

.map-container {
  padding-bottom: 60px;
}

.services-list__item {
  position: relative;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0.625rem 1.875rem rgba(45, 45, 45, 0.05);
}

.services-list__item:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(-10deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0.313rem;
  opacity: .6;
}

.services-list__item-more {
  margin-top: 10px;
  font-size: 1rem;
  color: #da251e;
}

.services-list__item-more:after {
	content:'';
	display: inline-block;
	width: 13px;
	height: 9px;
	background: url(../img/left-arrow.png) center no-repeat;
	margin-left: 8px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.services-list__item-more:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.services-list__item-image {
  width: 100%;
  max-width: 100%;
  border-radius: 0.313rem;
}

.services-list__item-name {
  position: absolute;
  bottom: 25px;
  padding: 0 29px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  z-index: 2;
}

.services-description {
  padding: 0 0 60px 0;
}

.services-description p {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.news-list__item-image {
  width: 100%;
}

.news-list__item {
  padding: 30px 0;
  border-bottom: 1px solid #edf0f1;
}

.news-list__item:first-child {
  padding-top: 0;
}

.news-list__item:last-child {
  border-bottom: none;
}

.news-list__item-title {
  line-height: normal;
  color: #333333;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  margin-bottom: 6px;
}

.news-list__item-date {
  color: #666666;
  font-size: 12px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  margin-bottom: 20px;
}

.news-list__item-text {
  color: #666666;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 17px;
}

.news-list-small__item-image {
  width: 100%;
}

.news-list-small__item {
  margin: 15px 0;
  border-bottom: 1px solid #edf0f1;
}

.news-list-small__item:first-child {
  padding-top: 0;
}

.news-list-small__item:last-child {
  border-bottom: none;
}

.news-list-small__item-title {
  line-height: normal;
  color: #333333;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
}

.news-list-small__item-date {
  color: #666666;
  font-size: 12px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
}

.news-list-small__item-text {
  color: #333333;
  font-size: 14px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
}

.news-list-small__more {
  display: block;
  color: #bf2a2a;
  font-size: 12px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 400;
  text-transform: uppercase;
}

.news-list-small--margins .news-list-small__item {
  margin: 15px 0;
}

.other-news__title {
  color: #333333;
  font-size: 18px;
  /* Приближение из-за подстановки шрифтов */
  font-weight: 500;
  margin: 40px 0 0 0;
}

.main-news {
	padding: 80px 0;
}

.main-news__title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 40px;
}
.main-news__item {
  display: block;
  text-decoration: none!important;
}
.main-news__item:hover .main-news__item_title {
	color: #da251e;

}

.main-news__item_image {
  border-radius: 5px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 59%;
  box-shadow: 0.188rem 0.25rem 0.938rem rgba(0, 0, 0, 0.1);
}

.main-news__item_title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 26px 0 11px;
  line-height: 1.2;
}

.main-news__item_content {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  word-break: break-all;
}
.main-news__item_content p:last-child {
	margin-bottom: 0;
}

.main-news__item_datelabel {
  font-size: 12px;
  line-height: 28px;
  width: 102px;
  height: 28px;
  color: #fff;
  background-color: #393185;
  border-top-left-radius: 5px;
}

@media (max-width: 575px) {
	.header .header__logo-white,
	.header .header__logo-black {
		width: 140px;
	}
	.main-slider__item .button {
		width: 100%;
	}
	.main-slider__item {
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
	}
	.main-services__item {
		height: auto;
	}
	.footer__callback .button {
		width: 100%;
	}
	.main-news .row {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
	.main-services {
    padding: 50px 0 35px;
	}
	.main-about {
    padding: 50px 0 30px;
	}
	.main-news {
    padding: 50px 0;
	}
}
.form_title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 88.523%;
}
.footer_call {
  display: flex;
  margin-top: 13px;
  position: relative;
}
.footer_call input {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 16px;
  line-height: 88.523%;
  padding: 15px 17px;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  color: #fff;
}
.footer_call input::placeholder {
  color: #BDBDBD;
}
.footer_call button {
  position: absolute;
  border-radius: 0 4px 4px 0;
  background: #EA2B32;
  outline: none;
  border: none;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  cursor: pointer;
}

.footer__title {
  color: #EA2B32;
}

#map {
  height: 360px;
  mix-blend-mode: luminosity;
}

.footer_map {
  position: relative;
  color: #FFF;
}

.footer_map .wrapper {
  position: absolute;
  top: -40px;
  left: 370px;
}

.footer_map_content {
  padding: 32px 22px;
  background: #303030;
  max-width: 390px;
}

.footer_map_title {
  /* font-family: Inter; */
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 88.523%;
  padding-bottom: 13px;
  border-bottom: 1px solid #B0B0B0;
  border-bottom-style: dashed;
  margin-bottom: 18px;
}

.footer_map_head {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  margin-bottom: 22px;
}

.footer_map_head span {
  font-weight: 700;
}

.footer_map_contact {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 7px;
}

.footer_map_contact:last-child {
  margin-bottom: 0;
}

.footer_map_contact a {
  color: #fff;
}

.footer_map_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_map_icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer_map_phone {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer_map .wrapper {
    position: absolute;
    top: -90px;
    left: 0;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 100vw;
  }
  
  .main-news {
    padding-bottom: 130px !important;
  }
}