/* Base */
/* Medium */
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('/layouts/fonts/Montserrat-Medium.eot');
  src: local('☺'), url('/layouts/fonts/Montserrat-Medium.woff') format('woff'), url('/layouts/fonts/Montserrat-Medium.ttf') format('truetype'), url('/layouts/fonts/Montserrat-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Gilroy-Medium';
  src: url('/layouts/fonts/Gilroy-Medium.eot');
  src: local('☺'), url('/layouts/fonts/Gilroy-Medium.woff') format('woff'), url('/layouts/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* SemiBold */
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('/layouts/fonts/Montserrat-SemiBold.eot');
  src: local('☺'), url('/layouts/fonts/Montserrat-SemiBold.woff') format('woff'), url('/layouts/fonts/Montserrat-SemiBold.ttf') format('truetype'), url('/layouts/fonts/Montserrat-SemiBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url('/layouts/fonts/Gilroy-SemiBold.eot');
  src: local('☺'), url('/layouts/fonts/Gilroy-SemiBold.woff') format('woff'), url('/layouts/fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* Bold */
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/layouts/fonts/Montserrat-Bold.eot');
  src: local('☺'), url('/layouts/fonts/Montserrat-Bold.woff') format('woff'), url('/layouts/fonts/Montserrat-Bold.ttf') format('truetype'), url('/layouts/fonts/Montserrat-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* Black */
@font-face {
  font-family: 'Montserrat-Black';
  src: url('/layouts/fonts/Montserrat-Black.eot');
  src: local('☺'), url('/layouts/fonts/Montserrat-Black.woff') format('woff'), url('/layouts/fonts/Montserrat-Black.ttf') format('truetype'), url('/layouts/fonts/Montserrat-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* Light */
@font-face {
  font-family: 'Montserrat-Light';
  src: url('/layouts/fonts/Montserrat-Light.eot');
  src: local('☺'), url('/layouts/fonts/Montserrat-Light.woff') format('woff'), url('/layouts/fonts/Montserrat-Light.ttf') format('truetype'), url('/layouts/fonts/Montserrat-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
/* Regular */
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('/layouts/fonts/Montserrat-Regular.eot');
  src: local('☺'), url('/layouts/fonts/Montserrat-Regular.woff') format('woff'), url('/layouts/fonts/Montserrat-Regular.ttf') format('truetype'), url('/layouts/fonts/Montserrat-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'Gilroy-Regular';
  src: url('/layouts/fonts/Gilroy-Regular.eot');
  src: local('☺'), url('/layouts/fonts/Gilroy-Regular.woff') format('woff'), url('/layouts/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/layouts/fonts/OpenSans-Regular.eot');
  src: local('☺'), url('/layouts/fonts/OpenSans-Regular.woff') format('woff'), url('/layouts/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
h1{
  font-family: 'Montserrat-SemiBold';
  font-size: 62px;
  line-height: 76px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
body{
  width: 100%;
  max-width: 1903px;
  margin: 0 auto;
}
p {
  margin-bottom: 7px;
}
.slick-list{
  overflow: hidden;
}
.defaultcont{
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.defaultcont-1600{
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.btitle{  
  font-family: 'Montserrat-Bold';
  font-size: 36px;
  line-height: 44px; 
  width: max-content;
  margin-bottom: 40px;
  position: relative;
}
.ltitle{
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #3C3C3C;
}
.marg-100{
  margin-bottom: 100px;
}
.marg-150{
  margin-bottom: 150px;
}
.btitle:after{
  content: '';
  position: absolute;
  width: 60%;
  border-bottom: 5px solid #F23F34;
  bottom: -10px;
  left: 0;
}
.border-red{
  border: 2px solid #F23F34;
  box-sizing: border-box;
  border-radius: 6px;
}
.btn-red{
  font-family: 'Montserrat-Bold';
  background: #F23F34;
  box-shadow: 0px 4px 4px rgba(183, 60, 53, 0.5);
  border-radius: 4px;
  font-size: 18px;
  line-height: 22px;
  border: 0;
  color: #fff;
  width: 244px;
  height: 55px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-red:hover{
  background: #fff;
  border: 1px solid #F23F34;
  color: #F23F34;
  box-shadow: none;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #F23F34
}
.red-text{
  color: #F23F34;
}
/*Шапка*/
.dropdown-toggle:after{
  display: none; 
}
nav.navbar ul{
  padding-top: 7px;
}
nav.navbar ul li a,
nav.navbar ul li span.no-link{
  color: #000;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  line-height: 17px;
  padding-top: 0;
  position: relative;
}
@media (min-width: 992px) {
nav.navbar ul li a.nav-link:hover:before{
  width: 100%;
} 
}
nav.navbar ul li a.nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #F23F34;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
nav.navbar .navbar-brand small{
  bottom: 0;
  left: 43px;
  font-family: 'Montserrat-Regular';
  font-size: 14px;
  color: #000;
}
nav.navbar span{
  font-family: 'Montserrat-Bold';
}
nav.navbar ul li.goto_calculator{
  background: #F23F34;
  border-radius: 4px;
  margin-top: -15px;
}
nav.navbar ul li.goto_calculator a{
  height: 100%;
    padding: 10px;
    padding-top: 12px;
}
nav.navbar ul li .search_button{
  margin-top: -5px;
}
nav.navbar ul li a.phone:before{
  content: '';
  position: absolute;
  background: #F23F34;
  width: 87px !important;
  height: 3px;
  bottom: 4px;
  left: 0.5rem;
}
@media (min-width: 992px) {
nav.navbar ul li a.phone:hover:before {
    width: 118px !important;
  }
}
.navbar-nav .dropdown-menu {
    padding-top: 15px;
    margin-top: -5px;
}
.navbar-nav .dropdown-menu a,
.navbar-nav .dropdown-menu span.no-link{
  margin-bottom: 10px;
}
@media (min-width: 992px) {
nav.navbar ul li.nav-item:hover .dropdown-menu{
  display: block;
}
}
.dropdown-menu .dropdown-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #F23F34;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
@media (min-width: 992px) {
.dropdown-menu .dropdown-item:hover:before{
  width: 50%;
}
}
.navbar-brand img {
  width: 182px;
  height: 76px;
  object-fit: contain;
}
/*Футер*/
footer{
  background: #3C3C3C;
  padding-top: 59px;
}
footer .form-group{
  padding: 0;
}
footer h3, footer h3 a,
footer .footer__title, footer .footer__title a, footer .footer__title span{
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 78.2%;
  color: #FFFFFF;
  position: relative;
  width: max-content;
  margin-bottom: 24px;
  text-decoration: none;
}
footer a{
  position: relative;
}

footer a:hover{
  color: #fff;
  text-decoration: none;
}
footer a:hover:after{
  width: 80%;
}
footer a:after{
  content: '';
    position: absolute;
    width: 0%;
    border-bottom: 3px solid #F23F34;
    bottom:-5px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
footer h3:after,
footer .footer__title:after{
  content: '';
    position: absolute;
    width: 60%;
    border-bottom: 5px solid #F23F34;
    bottom: -10px;
    left: 0;
}
footer a, footer p, footer span{
  color: #fff;
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 78.2%;
}
footer a.socials{
  margin-right: 32px;
}
footer ul{
  list-style-image: none;
  list-style-type: none;
  padding-left: 0;
}
footer ul li{
  margin-bottom: 5px;
}
.row3{
  column-count: 3;
}
footer ul.row7{
  column-count: 7;
}
footer > .defaultcont{
  z-index: 100;
  position: relative;
}
.redtext{
  color: #F23F34;
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
/*Главная*/
.main-slider .defaultcont{
  margin-left: -710px;
  left: 50%;
   top: 207px;
}
.main-slider .slider-text{
  color: #fff;
  width: 45%;
  float: right;
}
.main-slider .slider-text a {
	    color: inherit;
    text-decoration: none;

}
.main-slider .slider-text h2,
.main-slider .slider-text div.slider-title{
  font-family: 'Montserrat-SemiBold';
  font-size: 60px;
  line-height: 67px;
  letter-spacing: 0.03em;
}
.main-slider .slider-text p, .main-slider .slider-text p a{
  font-family: 'Montserrat-Regular';
  font-size: 22px;
  line-height: 150%;
  margin-top: 25px;
}
.main-slider .slider-text  big{
  font-family: 'Montserrat-Bold';
  font-size: 150px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.3);
  top: -120px;
  left: -19px;
}
.main-slider .slick-dots{
  list-style-type: none;
  list-style-image: none;
  position: absolute;
  top: 230px;
  left: 45%;
}
.main-slider .slick-dots li{
  position: relative;
  cursor: pointer;
  margin-bottom: 13px;
  transition: 0.3s;
  vertical-align: top;
}
.main-slider .slick-dots li:before{
  content: '';
  position: absolute;
  left: -17px;
  top: 12px;
  width: 7px;
  height: 6px;
  background: rgba(242, 63, 52, 0.6);
}
.main-slider .slick-dots li:hover{
  font-size: 25px;
}
.main-slider .slick-dots li:hover:before{
  width: 15px;
  background: #F23F34;
  left: -25px;
  top: 16px;
}
.main-slider .slick-dots li span{
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  line-height: 150%;
  color: #fff;
}
.main-slider .slick-dots li.slick-active:before{
  width: 38px;
  background: #F23F34;
  left: -46px;
  top: 20px;
}
.main-slider .slick-dots li.slick-active span{
  font-size: 32px;
}

.mini-calculator{
  margin-top: -60px;
}
.mini-calculator .st{
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(48, 48, 48, 0.5);
  width: 711px;
  height: 316px;
  margin: 0 15px;
  border-radius: 6px;
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 26px;
  padding-bottom: 41px;
}
.mini-calculator .st h3, .mini-calculator .st h3 a,
.mini-calculator .st .mini-calculator__title, .mini-calculator .st .mini-calculator__title a{
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  color: #000;
}
.mini-calculator .st p{
  font-size: 16px;
  line-height: 20px;
  font-family: 'Montserrat-Light';
  max-width: 281px;
}
.mini-calculator .st .form-ttn{
  margin-top: 44px;
  margin-bottom:23px;
}
.mini-calculator .st input{
  border: 0;
  background: #E9E9E9;
  border-radius: 4px;
  max-width: 290px;
  height: 51px;
  width: 100%;
  padding-left: 19px;
}
.mini-calculator .search_result{
  position: absolute;
  top: unset;
  left: 0;
  overflow-y: scroll;
  padding-left: 0;
  column-count: auto;
}
.mini-calculator .search_result li{
  margin: 0;
}
.our-home{
  margin-top: 90px;
}
.our-home .lside{
  left: 0;
  top: 0;
  width: 54%;
}
.our-home .lside a{
  background: transparent;
  border: 0;
  outline: 0;
  overflow: hidden;
  transition: 1s;
}
.our-home .lside a .toner{
  position: absolute;
  background: rgba(77, 77, 77, 0.55);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.our-home .lside a:hover .toner{
  display: none;
  transition: 1s;
   -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.our-home .lside a img.mobile_img{
  display: none;
}
.our-home .lside a img{
    filter: grayscale(0.8);
}
.our-home .lside a:hover img{
  transform: scale(1.2);
  transition: 1.5s;
  filter: grayscale(0);
}
.our-home .lside p{
  font-family: 'Montserrat-Bold';
  font-size: 32px;
  line-height: 120.68%;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 35px;
  width: 100%;
}
.our-home .defualtcont{
  left: 50%;
  margin-left: -800px;
}
.our-home .rside{
  width: 42%;
  margin-top: 30px;
  min-height: 595px;
  height: 100%;
}
.our-home .rside p{
  font-family: 'Montserrat-Regular';
  font-size: 17px;
  line-height: 107.5%;
  color: #3C3C3C;
}
.our-home .rside .more{
  font-family: 'Montserrat-SemiBold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 107.5%;
  position: absolute;
  bottom: 0;
  right: 12px;
  color: #000;
}
.our-home .rside .more:hover{
  text-decoration: none;
}
.our-home .rside .more:hover:before{
  width: 60%;
}
.our-home .rside .more:before{
  content: '';
  position: absolute;
  border-bottom: 5px solid #F23F34;
  width: 0%;
  bottom: -10px;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.our-home .rside .more:after{
  content: '^';
    position: absolute;
    width: 15px;
    height: 8px;
    transform: rotate(90deg);
    top: 9px;
    right: -20px;
}
article.offers{
  margin-top: 90px;
}
article.offers .btitle{
  margin-bottom: 65px;
}
article.offers .offer_sliders .slick-list{
  overflow: hidden;
}
article.offers .offer_sliders .slick-track{
  display: flex;
  flex-direction: row;
}
article.offers .offer_sliders .slide{
  width: 445px;
  height: 608px; 
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(165, 165, 165, 0.4);
  border-radius: 6px;
  margin: 0 20px;
  margin-bottom: 11px;
  transition: 0.3s;
}
article.offers .offer_sliders .slide:hover{
  box-shadow: 0px 0px 8px 3px rgba(151, 151, 151, 0.6);
}
article.offers .offer_sliders .slide img{
  width: 100%;
  height: 311px;
}
article.offers .offer_sliders .slide h3{
  font-size: 28px;
  line-height: 120.68%;
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  margin-top: 33px;
  margin-bottom:35px;
}
article.offers .offer_sliders .slide p{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120.68%;
  font-family: 'OpenSans-Regular';
}
article.offers .offer_sliders .slide a{
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 16px;
  line-height: 120.68%;
  position: relative;
}
article.offers .offer_sliders .slide a:hover{
  text-decoration: none;
}
article.offers .offer_sliders .slide a:hover:before{
  width: 60%;
}
article.offers .offer_sliders .slide a:before{
  content: '';
  position: absolute;
  border-bottom: 5px solid #F23F34;
  width: 0%;
  bottom: -10px;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
article.offers .offer_sliders .slide a:after{
  content: '^';
    position: absolute;
    width: 15px;
    height: 8px;
    transform: rotate(90deg);
    top: 9px;
    top: 11px;
    right: -20px;
}
article.offers .offer_sliders .slide .wrapper{
  padding-left: 31px;
  padding-right: 44px;
}
article.offers .offer_sliders .slick-arrow{
  background: #F23F34;
  height: 56px;
  width: 70px;
  text-align: center;
  padding-top: 15px;
    position: absolute;
    bottom: -56px;
    right: 20px;
    cursor: pointer;
}
article.offers .offer_sliders .slick-arrow.arr_prev{
  right: 90px;
}
article.marceting_form{
  margin-top: 139px;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 115px;
}
article.marceting_form .form-row{
  margin: 0;
}
article.marceting_form h3,
article.marceting_form .marceting_form__title{
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 120.68%;
  color: #FFFFFF;
  margin-bottom: 55px;
}
article.marceting_form label{
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: block;
}
article.marceting_form input{
  width: 340px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 6px;
  padding-left: 30px;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 20px;
  position: relative;
  border: 0;
}
article.marceting_form form .form-group img{
  left: 17px;
    top: 48px;
    display: block;
    z-index: 2;
}
article.marceting_form .btn-red{
  float: right;
}
article.marceting_form input[type="submit"]{
  width: 340px;
  height: 56px;
  background: #F23F34;
  box-shadow: 0px 4px 4px rgba(242, 63, 52, 0.4);
  border-radius: 6px;
  font-family:'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120.68%;
  color: #FFFFFF;
  padding: 0;
  border: 0;
  cursor: pointer;

}
article.marceting_form .defaultcont{
  max-width: 1070px;
}
article.about_me{
  margin-top: 100px;
}
article.about_me .btitle{
  margin-bottom: 0;
}
article.about_me .st{
  text-align: center;
  max-width: 405px;
  width: 100%;
  margin-top: 100px;
}
article.about_me .st p{
  font-size: 24px;
}
article.our_office{
  margin-top: 100px;
}
article.our_office h2{
  margin-bottom: 90px;
}
article.our_office .counter .number_feedback{
  font-family: 'Montserrat-Bold';
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #F23F34;
}
article.our_office .counter p{
  font-family: 'Montserrat-Medium';
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #3C3C3C;
}
article.company_number h2{
  margin-bottom: 75px;
}
article.company_number .counter{
  width: 33.3%;
  text-align: center;
  margin-bottom: 100px;
}
article.company_number .counter .number_feedback{
  font-family: 'Montserrat-Bold';
  font-size: 42px;
  line-height: 51px;
  text-align: center;
  color: #F23F34;
}
article.company_number .counter p{
  font-family: 'Montserrat-Medium';
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #3C3C3C;
}
article.news_company h2{
  margin-bottom: 65px;
}
article.news_company .one_news{
  width: 684px;
  height: 534px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(45, 45, 45, 0.4);
  margin-bottom: 27px;
}
article.news_company .one_news .wrapper{
  padding-left: 23px;
  padding-right: 11px;
  max-height: 246px;
  overflow: hidden;
  text-overflow: ellipsis;
}
article.news_company .one_news .one_news__title,
article.news_company .one_news .wrapper h3{
  margin: 22px 0;
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 120.68%;
}
article.news_company .one_news .wrapper p{
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
}
article.news_company .one_news .date_news{
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 120.68%;
  color: #7B7B7B;
  left: 23px;
  bottom: 28px;
}
article.news_company .one_news .more{
  font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: bold;
    color: #000;
    font-size: 16px;
    line-height: 120.68%;
    position: relative;
    bottom: 28px;
    right: 58px;
}
article.news_company .one_news .more:hover{
  text-decoration: none;
}
article.news_company .one_news .more:hover:before{
  width: 60%;
}
article.news_company .one_news .more:before {
    content: '';
    position: absolute;
    border-bottom: 5px solid #F23F34;
    width: 0%;
    bottom: -10px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
article.news_company .one_news .more:after {
    content: '^';
    position: absolute;
    width: 15px;
    height: 8px;
    transform: rotate(90deg);
    top: 9px;
    right: -20px;
}
article.news_company .see_more_news{
  width: 271px;
  height: 51px;
  background: #F23F34;
  box-shadow: 0px 4px 4px rgba(242, 63, 52, 0.4);
  border-radius: 6px;
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120.68%;
  color: #FFFFFF;
  text-align: center;
  padding-top: 15px;
}
article.news_company .see_more_news:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #F23F34;
  color: #F23F34;
  box-shadow: none;
}
article.our_clients{
  margin-top: 100px;
}
article.marceting_form.have_question{
  margin-top: 90px;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 95px;
    margin-bottom: 64px;
}
article.marceting_form.have_question h3{
  color: #000;
}
article.marceting_form.have_question input.contact{
  background: #EFEFEF;
  padding-left: 50px;
}
article.marceting_form.have_question .btn-red{
  font-size: 15px;
}
.right-panel{
  right: 0;
  top: 280px;
  z-index: 5;
}
.page-content .right-panel{
  top: 245px;
}
.content-filials .right-panel{
  top: 245px;
}
.onelvlpage-content  .right-panel{
  top: 245px;
}
.right-panel button{
  width: 90px;
  height: 72px;
  background: #F23F34;
  box-shadow: 0px 0px 4px rgba(109, 109, 109, 0.4);
  border-radius: 10px;
  margin-top: 20px;
  display: block;
  border: 0; 
  cursor: pointer;
}
.right-panel button a{
  width: 100%;
  height: 100%;
  display: block;
}
.right-panel button p, .right-panel button small{
  font-family: 'Montserrat-Regular';
  font-size: 10px;
  line-height: 120.68%;
  text-align: center;
  color: #FFFFFF;
  display: block;
}
.right-panel button a:hover {
  text-decoration: none;
}
.right-panel button img{
  margin-top: 3px;
    margin-bottom: 3px;
	    height: 37px;
}
.sticky {
  position: fixed;
  z-index: 101;
  right: 0;
}
.stop {
  position: relative;
  z-index: 101;
}
.modal-dialog label{
  display: block;
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #000000;
}
.modal-dialog input{
  width: 447px;
  height: 50px;
  background: #EFEFEF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  border: 0;
}
.modal-dialog .select_type_nalog input{
  position: absolute;
  opacity: 0;
  top: unset;
  width: 100%;
  margin: 0px;
}
.modal-dialog .select_type_nalog input + label{
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-family: Montserrat-Medium;
  font-size: 16px;
  line-height: 20px;
}
.modal-dialog .select_type_nalog input + label:before{
  content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
    background-size: 50% 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(242, 63, 52);
    border-image: initial;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
}
.modal-dialog .select_type_nalog input:checked + label:before {
  background-color: rgb(242, 63, 52);
  background-image: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
  border-color: rgb(242, 63, 52);
}
.page-header .defaultcont{
  top: 192px;
  left: 50%;
  margin-left: -760px;
}
.calc_md{
  margin-top: -130px;
}
.calc_md .l__side_calc{
  width: 68%;
}
.calc_md .r__side_calc{
  width: 28%;
}
.calc_md .mini_calc{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-left: 66px;
  padding-right: 64px;
  padding-top: 26px;
  padding-bottom: 42px;
}
.calc_md h3{
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
.calc_md .form-group{
  max-width: 380px;
  width: 100%;
}
.calc_md input.fields_calc{
  width: 100%;
  height: 43px;
  background: #EFEFEF;
  border-radius: 4px;
  border: 0;
  padding-left: 30px;
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.calc_md .mini_calc .form-group img {
    left: 9px;
    top: 37px;
    display: block;
    z-index: 2;
}
.calc_md label{
  font-family: 'Montserrat-Light';
  font-size: 14px;
  line-height: 17px;
}
.calc_md input[type="number"]{
  width: 120px;
  padding-left: 20px;
  background: #EFEFEF;
  border: 0;
}
.calc_md .show_more{
  width: 313px;
  height: 35px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 40px;
}
.calc_md .full_calc{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-left: 66px;
  padding-right: 64px;
  padding-top: 26px;
  padding-bottom: 42px;
}
.calc_md .full_calc a.doubleA{
  font-family: 'Montserrat-Medium';
  font-size: 14px;
  line-height: 17px;
  color: #3C3C3C;
  margin-right: 17px;
  position: relative;
  cursor: pointer;
}
.calc_md .full_calc .row{
  margin: 0;
}
.calc_md .full_calc a.doubleA:hover{
  text-decoration: none;
}
.calc_md .full_calc a.doubleA.active{
  border-bottom: 1px solid #F23F34;
}
.calc_md .full_calc ul{
  padding-left: 0;
  column-count: 2;
  list-style-type: none;
}
.calc_md select{
  width: 100%;
    height: 43px;
    background: #EFEFEF;
    border-radius: 4px;
    border: 0;
    padding-left: 15px;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.calc_md .full_calc ul li{
  margin-bottom: 10px;
  padding-left: 0;
}
.calc_md .fast_numbers{
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  width: 100%;
  padding-left: 66px;
  padding-top: 26px;
  padding-bottom: 54px;
  padding-right: 43px;
}
.calc_md .fast_numbers ul{
  list-style-type: none;
  list-style-image: none;
  column-count: 2;
  padding-left: 0;
}
.calc_md .fast_numbers ul li{
  display: flex;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 19px; 
  width: 95%;
    justify-content: space-between;
}
.calc_md .fast_numbers ul li b{
  color: #F23F34;
  text-align: right;
}
.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}
.calc_md input[type="checkbox"], .calc_md input[type="radio"]{
  position: absolute;
    opacity: 0;
    margin: 0;
    top: 3px;
    width: 100%;
}
.calc_md input[type="checkbox"]+label, .calc_md input[type="radio"]+label{
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 20px;
}
.calc_md .form-check{
  width: max-content;
}
.calc_md input[type="checkbox"]+label::before, .calc_md input[type="radio"]+label::before{
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #F23F34;
    border-radius: 0.25em;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.calc_md input[type="checkbox"]:checked+label::before, .calc_md input[type="radio"]:checked+label::before{
    border-color: #F23F34;
    background-color: #F23F34;
    background-image: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.calc_md .result_calc{
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  padding-left: 47px;
  padding-right: 55px;
  padding-top: 31px;
  padding-bottom: 42px;
}
.calc_md .result_calc .circle{
  width: 16.18px;
  height: 16.18px;
  border: 2px solid #F23F34;
  box-sizing: border-box;
  border-radius: 50%;
  margin-right: 15px;
}
.calc_md .result_calc p.city{
  font-family: 'Gilroy-Regular';
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #3C3C3C;
  margin-top: -3px;
}
.calc_md .result_calc .gabarites{
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
}
.calc_md .result_calc .gabarites:before{
  content: '';
  position: absolute;
  width: 9px;
  height: 9px; 
  background: #F23F34;
  border-radius: 50%;
  left: 0;
  top: 7px;
}
.calc_md .result_calc #result_uslugi{
  padding:0;
}
.calc_md .result_calc #result_uslugi .res_usl_pri_zabore, .calc_md .result_calc #result_uslugi .res_usl_pri_dostavke{
  margin: 15px 0;
}
.calc_md .result_calc #result_uslugi .res_usl_pri_zabore small, .calc_md .result_calc #result_uslugi .res_usl_pri_dostavke small, .calc_md .result_calc #result_uslugi .res_mazhterm_perevozka small{
    color: #000;
    font-weight: 800;   
}
.calc_md .result_calc #result_uslugi li{
  font-family: 'Gilroy-Regular';
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05em;
  border-bottom: 1px dashed;
  margin-bottom: 12px;
}
.calc_md .result_calc #result_uslugi li p{
  width: 70%;
  margin: 0;
}
.calc_md .result_calc small{
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 21px;
  color: #A0A0A0;
}
.calc_md .result_calc .btn-red{
  height: 35px;
  font-size: 16px;
}
.calc_md .result_calc .itog_sum{
  font-family: 'Gilroy-Semibold';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #F23F34;
}
.calc_md .result_calc .tarifs img{
  margin-right: 5px;
}
.calc_md .result_calc .tarifs .imao{
  width:41px;
  height:41px;
  background-size: cover !important;
  margin-right: 5px;
}
.calc_md .result_calc .sel_tarif{
  display: flex;
}
.calc_md .result_calc .sel_tarif.active span{
  color: rgb(242, 63, 52);
}
.calc_md .result_calc .tarifs span{
    font-family: Gilroy-Regular;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: rgb(183, 179, 179);
    width: 50%;
    cursor: pointer;
}
.calc_md .result_calc .tarifs .time_delivery, .calc_md .result_calc .tarifs .time_delivery_container, .calc_md .result_calc .tarifs .time_delivery_avia, .calc_md .result_calc .tarifs .time_delivery_express{
    font-family: 'Gilroy-Regular';
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px !important;
    letter-spacing: 0.05em;
}
.calc_md .result_calc .tarifs span.active{
  color: rgb(242, 63, 52);
}
.calc_md .sticky{
  right: unset;
}
.calc_lg{
  margin-top: 60px;
}
.filials_in_citys .about_filials h4{
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #3C3C3C;
  margin-bottom: 35px;
}
.filials_in_citys .about_filials p{
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.filials_in_citys .about_filials svg{
  margin-right: 10px;
}
.filials_in_citys .about_filials svg.active{
  transform: rotate(90deg);
}
.filials_in_citys .about_filials a{
  color: #4B85BA;
}
.filials_in_citys .about_filials button{
  max-width: 317px;
  width: 100%;
  height: 40px;
  font-size: 16px;
}
.filials_in_citys .about_filials .red-text{
  color: #F23F34;
  font-family: 'Montserrat-Bold';
  margin-right: 10px;
}
.filials_in_citys .about_filials .filial_one{
  margin-top: 25px;
}
.filials_in_citys .about_filials .filial_one .collapse{
  transition: 1s;
  padding-left: 25px;
} 
article.seo_text p{
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
}
article.frequent_question #accordion .card-header{
  border: 0;
}
article.frequent_question #accordion .card-header .collapsed svg{
  transform: rotate(180deg);
}
article.frequent_question #accordion h5{
  font-size: 22px;
  line-height: 27px;
  color: #3C3C3C;
  font-family: 'Montserrat-SemiBold';
  cursor: pointer;
}
article.frequent_question #accordion .card-body{
  font-size: 18px;
  line-height: 22px;
  color: #3C3C3C;
  font-family: 'Montserrat-Regular';
}
article.documents_list ul{
  width: 45%;
  list-style-type: none;
  list-style-image: none;
}
article.documents_list ul a{
  font-family: 'Montserrat-Medium';
  font-size: 16px;
  line-height: 20px;
  color: #3C3C3C;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 13px;
  padding-right: 9px;
}
article.documents_list ul a img{
  width: 23px;
  height: 24px;
}
article.documents_list ul a p{
  margin-top: 11px;
  margin-bottom: 8px;
}
article.documents_list ul .even{
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
article.other_roads ul{
  padding-left: 0;
  list-style-type: none;
  list-style-image: none;
}
article.other_roads strong{
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #3C3C3C;
  margin-bottom: 36px;
  display: block;
}
article.other_roads ul a{
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  color: #3C3C3C;
  margin-bottom: 20px;
  display: block;
}
article.other_roads .st{
  padding-left: 33px;
  padding-top: 35px;
  padding-right: 35px;
  background: #FFFFFF;
}
article.other_roads .otherroadcol2{
  border-radius: 25px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.regheight{
      max-height: 330px;
    overflow: hidden;
}
article.other_roads .showfulllist{
  border: 1px solid #F23F34;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: 'Montserrat-SemiBold';
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #3C3C3C;
  max-width: 361px;
  width: 100%;
  height: 48px;
  background: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.info_about_perevoz .one_news{
  box-shadow: 0px 0px 10px rgba(45, 45, 45, 0.4);
  width: 457px;
  margin: 8px;
}
.info_about_perevoz .one_news .wrapper{
  padding-left: 23px;
  padding-right: 43px;
  padding-bottom: 46px;
  padding-top: 15px;
}
.info_about_perevoz .one_news h3{
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 120.68%;
  color: #000000;
  margin-bottom: 20px;
}
.info_about_perevoz .one_news p{
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 135%;
  color: #000000;
}
.other_usl .one_usl{
  box-shadow: 0px 0px 10px rgba(45, 45, 45, 0.4);
  width: 457px;
  margin: 8px;
}
.other_usl .one_usl .wrapper{
  padding-left: 23px;
  padding-right: 43px;
  padding-bottom: 46px;
  padding-top: 15px;
}
.other_usl .one_usl h3{
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 120.68%;
  color: #000000;
  margin-bottom: 20px;
}
.other_usl .one_usl p{
  font-family: 'OpenSans-Regular';
  font-size: 16px;
  line-height: 135%;
  color: #000000;
}
.page-info .breadcrumb, .page-city .breadcrumb{
  left: 0;
  top: -170px;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 17px;
  background: transparent;
}
.page-info .breadcrumb a, .page-city .breadcrumb a{
  color: #fff;
}
.page-info .breadcrumb .breadcrumb-item:before, .page-city .breadcrumb .breadcrumb-item:before{
  color: #fff;
}
.page-info .breadcrumb li.active, .page-city .breadcrumb li.active{
  text-decoration: underline;
  color: #fff;
}
.twolvlpage-content{
  margin-top: -180px;
}
.twolvlpage-content .sticky{
  left: 0;
}
.twolvlpage-content .menu-twolvlpage{
  padding-left: 24px !important;
  padding-top: 51px !important;
  padding-bottom: 70px !important;
}
.twolvlpage-content .menu-twolvlpage ul{
  padding: 0;
  list-style-image: none;
  list-style-type: none;
}
.twolvlpage-content .menu-twolvlpage ul li{
  font-family: 'Montserrat-SemiBold';
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  margin-bottom: 30px;
}
.twolvlpage-content .menu-twolvlpage ul li a{
  color: #000;
  margin-bottom: 30px;
  display: block;
}
.twolvlpage-content .menu-twolvlpage ul li ul li{
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.twolvlpage-content .menu-twolvlpage ul li ul li a{
  color: #3C3C3C;
  margin-bottom: 0;
}
.twolvlpage-content .info-twolvlpage{
  padding-left: 41px;
  padding-top: 51px;
  padding-right: 36px;
  padding-bottom: 100px;
  max-width: 73% !important;
}
.twolvlpage-content .info-twolvlpage h2{
  font-family: 'Montserrat-SemiBold' !important;
  font-size: 32px !important;
}
.twolvlpage-content .info-twolvlpage h3{
  font-family: 'Montserrat-SemiBold' !important;
  font-size: 22px !important;
}
.twolvlpage-content .info-twolvlpage p, .twolvlpage-content .info-twolvlpage span, .twolvlpage-content .info-twolvlpage ul{
  font-family: 'Montserrat-Regular' !important;
  font-size: 16px !important;
}
.twolvlpage-content .info-twolvlpage a{
  color: #F23F34;
}
.twolvlpage-content .info-twolvlpage img{
  width: 100% !important;
}
.onelvlpage-content{
  margin-top: -120px;
  padding-bottom: 100px;
}
.onelvlpage-content .leftmenu_onelvlpage{
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(48, 48, 48, 0.5);
  border-radius: 6px;
  padding: 24px;
  padding-bottom: 100px;
  height: max-content;
}
.onelvlpage-content .leftmenu_onelvlpage h3{
  font-family: 'Montserrat-SemiBold';
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 32px;
}
.onelvlpage-content .leftmenu_onelvlpage a{
  font-family: 'Montserrat-SemiBold';
 /* font-family: 'Montserrat-Light'; */
  font-size: 16px;
  line-height: 27px;
  color: #3C3C3C;
  margin-bottom: 20px;
}
.onelvlpage-content .info_onelvlpage .w-33{
  width: 32.5%;
  height: 255px;
  text-align: center;
}
.onelvlpage-content .info_onelvlpage .plits{
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(48, 48, 48, 0.5);
  border-radius: 6px;
  margin-bottom: 15px;
  padding-top: 59px;
}
.onelvlpage-content .info_onelvlpage .plits h3{
  font-family: 'Montserrat-SemiBold';
  font-size: 22px;
  line-height: 27px;
}
.onelvlpage-content .info_onelvlpage .plits p{
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 129%;
}
.onelvlpage-content .info_onelvlpage .plits small{
  font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 110%;
}
.onelvlpage-content .info_onelvlpage .plits form {
  max-width: 486px;
  width: 100%;
}
.onelvlpage-content .info_onelvlpage .plits form .fields_form{
  width: 100%;
  height: 51px;
  background: #E9E9E9;
  border-radius: 4px;
  padding-left: 19px;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  border: 0;
}
.onelvlpage-content .info_onelvlpage .plits select{
  background: #FFFFFF;
  box-shadow: 0px 0px 6px rgba(48, 48, 48, 0.5);
  border-radius: 6px;
  width: 309px;
  height: 51px;
  font-size: 16px;
  line-height: 110%;
  font-family: 'Montserrat-Regular';
  margin-bottom: 20px;
}
.onelvlpage-content .info_onelvlpage .card-header{
  border-bottom: 0;
      background: #f23f34;
	  color: #fff;
	  cursor: pointer;
}
.onelvlpage-content .info_onelvlpage .card-header path {
	stroke: #fff;
}
.onelvlpage-content .info_onelvlpage .plits form textarea{
  width: 100%;
  height: 188px;
  border: 0;
  background: #E9E9E9;
  border-radius: 4px;
  padding-left: 19px;
  padding-top: 13px;
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  resize: none;
}
.rating-area {
  overflow: hidden;
  width: 265px;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 42px;
  padding: 0;
  cursor: pointer;
  font-size: 50px;
  line-height: 50px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: gold;
  text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  color: #F23F34;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: gold;
  text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
  position: relative;
}
.onelvlpage-content .info_onelvlpage .w-33 a{
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #3C3C3C;
  margin-top: 0px;
  display: block;
}
.custom-pageinfo {
  padding-bottom: 120px;
}
.custom-pageinfo .li_alphavite a{
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #F23F34;
  margin: 0 16px;
  margin: 0 7px;
}
.custom-pageinfo ul#result{
  padding-left: 20px;
  margin-top: 50px;
}
.custom-pageinfo ul#result a{
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  letter-spacing: 0.0010em;
  color: #000000;
  margin-bottom: 10px;
  display: block;
}
.custom-pageinfo .mini-calculator {
  margin-top: -200px;
  margin-bottom: 60px;
}
.info_onelvlpage article.news_company .one_news{
  width: 49%;
}
.info_onelvlpage .one_news img{
  width: 100%;
}
/* */
.politic {
  width: 100%;
  height: auto;
}
.wrap_mm {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}
.zag_privace {
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  line-height: 22px;
  margin-top: 17px;
}
.info_privace {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 7px;
}
.info_privace1 {
  padding-top: 30px;
}
.info_privace2 {
  margin-bottom: 30px;
}
.requisites .defaultcont table tbody tr td {
  border: 1px solid #000000;
}
.zag_requisites {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  line-height: 22px;
  padding-top: 30px;
  text-align: center;
}
.table_requisites {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.table_requisites tbody tr td span span {
    font-family: 'OpenSans-Regular' !important;
    font-style: normal !important;
    font-weight: bold !important;
    color: #000000 !important;
    font-size: 16px !important;
    padding: 6px;
}
.table_requisites tbody tr td span .table_st1 {
  font-family: 'Montserrat-Bold' !important;
  font-size: 18px !important;
}
.btn_down_doc {
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 30px;
  background: #F23F34;
  box-shadow: 0px 4px 4px rgba(183, 60, 53, 0.5);
  border-radius: 4px;
  width: 244px;
  height: 55px;
  cursor: pointer;
}
.btn_down_doc a {
  text-decoration: none;
}
.btn_down_doc p {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding-top: 18px;
}
article.marceting_form.have_question img.position-absolute{
  z-index: 50;
  top: 49px;
  left: 32px;
}
input {
  outline: none;
}
.twolvlpage-content .menu-twolvlpage ul li ul li a {
  position: relative;
  text-decoration: none;
}
.twolvlpage-content .menu-twolvlpage ul li ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    border-bottom: 3px solid #F23F34;
    bottom: -5px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.twolvlpage-content .menu-twolvlpage ul li ul li a:hover:after {
    width: 70%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(1) a:hover:after {
    width: 57%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(2) a:hover:after, .twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(4) a:hover:after {
    width: 47%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(3) a:hover:after {
    width: 70%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(6) a:hover:after {
    width: 25%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(7) a:hover:after {
    width: 29%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(8) a:hover:after {
    width: 44%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(9) a:hover:after {
    width: 72%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(12) a:hover:after {
    width: 33%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(16) a:hover:after {
    width: 62%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(17) a:hover:after {
    width: 45%;
}
.twolvlpage-content .menu-twolvlpage ul li ul li:nth-child(18) a:hover:after {
    width: 85%;
}
.d-flex .vip_cities {
  text-decoration: none;
  position: relative;
}
.d-flex .vip_cities:after {
  content: '';
  position: absolute;
  width: 0%;
  border-bottom: 3px solid #F23F34;
  bottom: -5px;
  left: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.d-flex .vip_cities:hover:after {
  width: 80%;
}
article.news_company .defaultcont strong {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mail_info_str span {
  color: #F23F34 !important;
}
.twolvlpage-content .container p a span {
  color: #F23F34 !important;
}
.zag_news_vnutr {
  font-size: 50px;
  line-height: 60px;
}
.info_onelvlpage .w-33 a p {
  margin-top: 24px;
}
.info_onelvlpage .w-33 a:hover {
  text-decoration: none;
}
.page-lk .right-panel{
  top: 470px;
}
#mobile_menu{
  position: absolute;
  background: #fff;
  top: 76px;
  z-index: 5;
  width: 100%;
  left: 0;
  height: 90vh;
  overflow-y: scroll;
}
.search{
    position:relative;
}
.search_result, .search_result2{
    position: relative;
    height: 100px;
    overflow-y: scroll;
    column-count: 1;
    display:none;
    background: #E9E9E9;
    background: #EFEFEF;
    border-radius: 4px;
    max-width: 292px;
    width: 100%;
    top: -73px;
    left: -2px;
}
.search_result li, .search_result2 li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color: black;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
    font-family: 'Montserrat-Light';
}
.search_result li:hover{
    background: #FFF;
}
.search_result2 li:hover{
    background: #FFF;
}
.search_result_calc {
  max-width: 380px;
    width: 100%;
    top: 4px;
    left: 0;
    column-count: unset !important;
}
.search_result_calc li {
  margin: unset;
}
.calc_md .full_calc .search_result, .calc_md .full_calc .search_result2{
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  height: max-content;
  column-count: 1;
  z-index: 5;
}
.calc_md .full_calc .search_result li, .calc_md .full_calc .search_result2 li{
  margin: 0;
  width: 100%;
  padding: 10px 10px;
  padding-left: 30px;
}
.img-fluid {
    height: 450px;
    object-fit: cover; 
    margin-bottom: 30px;
}
.our_clients {
  display: none;
}
.nav.navbar ul li.goto_calculator a p {
  font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 17px;
    padding-top: 0;
    position: relative;
    margin-left: 5px;
    margin-bottom: 0;
}
.goto_calculator a {
  display: flex !important;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 4px;
}
nav.navbar ul li.goto_calculator {
  display: block;
  height: 42px;
  width: 150px;
}
.form-check_calc {
  padding-left: 0;
}
.marceting_form_dlv {
  margin-top: 115px;
}
.page-info .defaultcont h1 {
  max-width: 657px !important;
  font-size: 36px !important;
  white-space: normal !important;
}
.page-info .defaultcont h1.sborgruzh1{
  max-width: 960px !important;
  font-size: 62px !important;
  margin-top: -70px;
}
.list-unstyled_ttn li a{
  font-family: 'Montserrat-SemiBold' !important;
  font-size: 15px;
}
.list-unstyled_ttn li:first-child a {
  font-size: 22px;
}
.list-unstyled_ttn li:not(:first-child) a {
  font-size: 15px;
}
.map_info_str table tbody tr {
  border: 1px solid #000000;
}
.map_info_str table tbody tr td {
  border: 1px solid black;
    border-top: none;
    border-left: none;
}
.map_info_str table tbody tr td  {
  padding: 10px;
}
.map_info_str iframe {
  max-width: 605px;
}
.marceting_form_comp_news, .marceting_form_vacans, .marceting_form_bzn_ttn,
.marceting_form_chastnie_lica {
  margin-top: 0 !important;
}
#result li a {
  text-decoration: none !important;
}
#result li a:before {
    content: '';
    position: absolute;
    width: 0%;
    border-bottom: 3px solid #F23F34;
    bottom: -5px;
	bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#result li a:hover:before {
  width: 80%;
}
ul#result li {
  width: max-content;
  position: relative;
}
.svg_adress {
  display: none;
}
.st1_about, .st2_about, .st3_about, .st4_about, .st5_about, .st6_about {
  display: none;
}
.st1:hover img, .st2:hover img, .st3:hover img, .st4:hover img, .st5:hover img, .st6:hover img {
  display: none;
}
.st1:hover .st1_about, .st2:hover .st2_about, .st3:hover .st3_about, .st4:hover .st4_about, .st5:hover .st5_about, .st6:hover .st6_about {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
}
.onelvlpage-content .info_onelvlpage .plits:hover {
    box-shadow: none;
    box-shadow: 0px 0px 25px rgba(48, 48, 48, 0.5);
    border-radius: 6px;
}
.info_onelvlpage_vacancies .plits:hover {
    box-shadow: 0px 0px 6px rgba(48, 48, 48, 0.5) !important;
}
.info_onelvlpage_vacancies .plits {
  padding-top: 59px;
}
.onelvlpage-content .leftmenu_onelvlpage a {
    position: relative;
    width: max-content;
    text-decoration: none !important;
}
.onelvlpage-content .leftmenu_onelvlpage a:after {
    content: '';
    position: absolute;
    width: 0%;
    border-bottom: 3px solid #F23F34;
    bottom: -5px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.onelvlpage-content .leftmenu_onelvlpage a:hover:after {
    width: 80%;
    text-decoration: none;
}
.onelvlpage-content .info_onelvlpage .w-33 {
    padding-top: 0;
}
.onelvlpage-content .info_onelvlpage .w-33 a {
    padding-top: 59px;
}
h5 {
    font-family: 'Montserrat-SemiBold';
}
.dropdown-item:hover {
  background: none;
}
.toner_slider {
    display: block;
    z-index: 500;
    position: absolute;
    background: #000;
    opacity: 0.5;
    width:100%;
    height: 100%;
}
  .main-slider .slick-dots, .slider-text {
    z-index: 501;
}
.tel_maximus_navbar {
  text-decoration: none;
}
.str_im p img {
  width: 200px !important;
}
.st_im {
  max-width: 200px;
  width: 100%;
}
.sotrud_internet_mag {
  width: 100%;
}
.info_result_ttn {
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
}
.info_result_ttn #map {
  margin-top: 30px;
}
.href_news {
  text-decoration: none;
  color: #F23F34;
  outline: none;
  font-family: 'Montserrat-Regular';
  font-size: 22px;
  line-height: 150%;
}
.href_news:hover {
  text-decoration: none;
  color: #F23F34;
}
.full_calc .coast_del{
  font-family: 'Montserrat-Bold';
  color: #000;
}

/* adressbook */
.container_adressbook {
  max-width: 973px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.container_adressbook .btn-sm {
  width: 125px;
  height: 37px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 0;
}
.container_adressbook .btn.btn-primary.d-block.mt-3.mb-3{
  margin: 0 !important;
  margin-top: 30px !important;
  max-width: 292px;
  width: 100%;
  height: 49px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 0;
  background-color: #f23a2e;
  border-color: unset;
}
.container_adressbook .btn-secondary label {
  cursor: pointer;
  margin-bottom: 0;
  color: #000000;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat-SemiBold';
  float: left;
  width: 100%;
}
.block_btn_input {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 381px;
  width: 100%;
  margin-bottom: 56px;
}
.container_adressbook .btn-secondary label:before {
    content: " ";
    color: #000;
    display: inline-block;
    font: 20px/30px Arial;
    position: relative;
    text-align: center;
    text-indent: 0px;
    width: 20px;
    height: 20px;
    background: #FFF;
    border-image: initial;
    vertical-align: middle;
    float: right;
    border: 1px solid #F23F34;
}
.container_adressbook input:checked + label:before {
    background: #F23F34;
    background: url("/layouts/images/checked_content.png");
    color: #FFFFFF;
}
.container_adressbook input[type="checkbox"] {
  display: none;
}
.container_adressbook .btn-group button {
  width: 130px;
  background: none;
  border: none;
  padding: 0;
}
.container_adressbook .btn-group button:nth-child(3) {
  width: 100px;
}
.container_adressbook .btn-secondary:focus, .container_adressbook .btn-secondary:not(:disabled):not(.disabled):active {
  box-shadow: none !important;
  background: none;
}
.btn_save_adress {
  background: #F23F34;
  width: 151px !important;
  height: 37px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat-SemiBold';
  color: #FFFFFF;
  border: none;
}
.btn_save_adress:hover {
  background: #F23F34;
  border: none;
}
.container_adressbook form .form-group .form-row {
  max-width: 325px;
  width: 100%;
 /* height: 43px;*/
  margin-bottom: 27px !important;
}
.container_adressbook form {
  max-width: 749px;
  width: 100%;
}
.container_adressbook form .form-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container_adressbook table {
  width: 100%;
  margin-top: 53px;
}
.container_adressbook .table thead th {
    border: none !important;
    border: 2px solid #D1D1D1 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
}
.container_adressbook .table thead th:nth-child(4), .container_adressbook .table tbody tr td:nth-child(4) {
   border: none !important;
       width: 125px;
    padding-top: 15px;
    padding-left: 18px;
}
.container_adressbook .table tbody tr td {
    border: none !important;
    border: 2px solid #D1D1D1 !important;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 0;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}    
.container_adressbook form .form-group .form-row {
    font-family: 'Montserrat-Regular';
    color: #000000;
}    
.input_search {
    margin-left: 5px;
    max-width: 796px;
    max-width: 814px;
    width: 100%;
    padding-left: 26px;
    padding-top: 9px;
    padding-bottom: 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}
.btn_search_adressbook {
  background: url("/layouts/images/loop_search.png");
  width: 32px;
  height: 32px;
  position: relative;
  border: none;
  left: -47px;
  top: 7px;
}
.btn_search_adressbook:hover {
  border: none !important;
  background-color: unset !important;
}
.btn_search_adressbook:focus {
  box-shadow: none !important;
}
.container_top_adressbook {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  height: 42px;
}
.nav_adressbook {
  max-width: 600px;
  width: 100%;
  justify-content: space-between !important;
  float: right;
}
.nav_adressbook .nav-link {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #3C3C3C;
  font-family: 'Montserrat-Regular';
  padding: 0;
  padding-top: 12px;
}
.nav_adressbook .nav-item {
  width: max-content;
  position: relative;
}
.nav_adressbook .nav-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #F23F34;
  left: 0;
  bottom: -2px;
  display: none;
}
.nav_adressbook .nav-item:hover:before {
  display: block;
}
.right-panel_adressbook {
  top: 600px;
}
.name_input_adressbook {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
/* adressbook */

/* shablon */
.container_shablon {
  max-width: 1367px;
  width: 100%;
  margin: 0 auto;
}
.container_shablon h2, .container_setting h2 {
  font-family: 'Montserrat-SemiBold';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.03em;
  margin-top: 38px;
  margin-bottom: 49px;
}
.container_shablon .table thead th {
  border: none !important;
  border: 2px solid #D1D1D1 !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat-SemiBold';
  text-align: center;
}
.container_shablon .table tbody tr td {
  border: none !important;
  border: 2px solid #D1D1D1 !important;
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 15px;
  padding-right: 0;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.container_shablon .btn-sm {
    width: 125px;
    height: 37px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border-radius: 0;
    background-color: #f23a2e !important;
    border: none;
}
.container_shablon .btn-sm:focus {
  border: none;
  box-shadow: none !important;
}
.container_shablon .table thead th:nth-child(7), .container_shablon .table tbody tr td:nth-child(7) {
  border: none !important;
}
/* shablon */

/* setting */
.container_setting {
  max-width: 1157px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.container_setting .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: max-content;
}
.container_setting .form-group input {
  max-width: 387px;
  margin-right: 22px;
  font-family: 'Montserrat-Regular';
  color: #000000;
  height: 51px;
  box-shadow: none !important;
}
.container_setting .form-group .form-control:focus {
  box-shadow:unset !important;
}
.container_setting .form-group .btn {
  font-family: 'Montserrat-Regular';
  width: 113px;
  height: 51px;
  background-color: #F23F34;
  border: none !important;
}
.container_setting .form-group .btn:active, .container_setting .form-group .btn:focus {
   border: none !important;
   box-shadow: none !important;
}
.name_input_setting {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.btn_setting {
  width: 208px;
  height: 51px;
  background: #F23F34;
  color: #FFFFFF;
}
.btn_setting:hover {
  background: #F23F34 !important;
}
.btn_setting:focus {
  border: none !important;
  box-shadow: unset !important; 
}
.info_setting {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info_setting_left {
  max-width: 516px;
  width: 100%;
}
.info_setting_left .form-group {
  width: auto;
}
.info_setting_right {
  max-width: 437px;
  width: 100%;
}
#collapseExample {
  display: block;
  margin-top: 0 !important;
}
.info_setting_right #collapseExample .form-group:nth-child(1) {
  flex-wrap: wrap;
  max-width: 413px;
  width: 100%;
}
#collapseExample .form-group .form-control {
  margin-bottom: 1rem;
}
.info_setting_right #collapseExample .form-group:nth-child(2) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  margin-top: 30px;
}
.info_setting_right #collapseExample .form-group:nth-child(2) button{
  width: 208px;
  height: 51px;
}
/* setting */

/* myZakaz*/
.defaultcont_my_zakaz .table_my_zakaz {
  margin-top: 36px;
}
.defaultcont_my_zakaz .table_my_zakaz thead th {
    border: none !important;
    border: 2px solid #D1D1D1 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
}
.defaultcont_my_zakaz .table_my_zakaz tbody tr td {
    border: none !important;
    border: 2px solid #D1D1D1 !important;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 0;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.defaultcont_my_zakaz .table_my_zakaz thead tr th:nth-child(1) {
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.defaultcont_my_zakaz .table_my_zakaz thead tr th:nth-child(2) {
  padding-left: 99px;
  padding-right: 96px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.defaultcont_my_zakaz .table_my_zakaz thead tr th:nth-child(3) {
  padding-top: 18px;
  padding-bottom: 18px;
}
.defaultcont_my_zakaz .table_my_zakaz tbody tr td:nth-child(1), .defaultcont_my_zakaz .table_my_zakaz tbody tr td:nth-child(2) {
  text-align: center;
  padding-left: 0;
} 
.defaultcont_my_zakaz h3 {
  margin-top: 53px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: 'Montserrat-SemiBold';
}
.btn_my_zakaz {
  margin-top: 20px;
  width: 213px;
  height: 41px;
  background: #F23F34;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  font-family: 'Montserrat-Medium';
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}
.btn_my_zakaz:focus {
  outline: none;
}
.filterN_my_zakaz {
  max-width: 1326px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border: none !important;
  padding: 0 !important;
}
.filterN_my_zakaz h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: 'Montserrat-SemiBold';
  margin-top: 88px;
}
.filterN_my_zakaz form {
  margin-top: 37px;
}
.filterN_my_zakaz .form-row {
  margin-left: 0;
  margin-right: 0;
}
.form-row_top_my_zakaz {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-row_top_my_zakaz .form-group label {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 8px;
}
.form-row_top_my_zakaz .form-group input, .form-row_top_my_zakaz .form-group select {
  height: 41px;
  width: 170px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: 'Montserrat-Regular';
}
.form-row_top_my_zakaz .form-group input:focus, .form-row_top_my_zakaz .form-group select:focus {
  box-shadow: unset !important;
  border-color: #ced4da !important;
}
.form-row_top_my_zakaz .form-group select option {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #000000;
  font-family: 'Montserrat-Regular';
}
.table2_my_zakaz {
  margin-bottom: 0;
}
.table2_my_zakaz thead tr th {
    border: none !important;
    border: 2px solid #D1D1D1 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
}
.table2_my_zakaz tbody tr td {
    border: none !important;
    border: 2px solid #D1D1D1 !important;
    padding-left: 38px;
        vertical-align: middle;
    padding-bottom: 15px;
    padding-right: 38px;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}


::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;
border-radius: 5px;
background: rgb(242, 63, 52);
box-shadow:0px 1px 1px #fff inset;
background-position:center;
background-repeat:no-repeat;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:7px;
height:0px
}

::-webkit-scrollbar{
width: 11px;
}
.table2_my_zakaz button {
  background: #F23F34;
  border-radius: 4px;
  color: #FFFFFF;
  border: none !important;
  box-shadow: unset !important;
}
.table2_my_zakaz button:hover, .table2_my_zakaz button:focus {
  background: #F23F34;
  border-radius: 4px;
  color: #FFFFFF;
  border: none !important;
  box-shadow: unset !important;
}
.defaultcont_my_zakaz {
  margin-bottom: 20px;
}
/* myZakaz*/

/* new order */
.filials_in_citys_new_order {
  margin-top: 150px;
}
.frequent_question_new_order {
  margin-top: 200px;
}
.documents_list_new_order {
  margin-top: 121px;
}
.documents_list_new_order_bottom {
  margin-bottom: 30px;
}
.container_lk_calc {
  max-width: 1320px;
}
.container_lk_calc .calc_md {
  margin-top: 20px;
}
/* new order */

/* spasibo*/
.thank_you_page {
  width: 100%;
  height: 100%;
  margin-bottom: 160px;
}
.zag_spasibo {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat-SemiBold';
  color: #F23F34;
  text-align: center;
  padding-top: 15%;
  margin-bottom: 0;
  position: relative;
}
.zag2_spasibo {
  font-style: normal;
  font-weight: 600;
  font-size: 43px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat-Medium';
  color: #F23F34;
  text-align: center;
  margin-top: 50px;
  position: relative;
}
.r_text a.more{
  font-family: 'Montserrat-SemiBold';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 107.5%;
  color: #000;
  position: relative;
}
.r_text a.more:before {
  content: '';
  position: absolute;
  border-bottom: 5px solid #F23F34;
  width: 60%;
  bottom: -10px;
  left: 0;
}
.r_text a.more:after {
  content: '^';
  position: absolute;
  width: 15px;
  height: 8px;
  transform: rotate(90deg);
  top: 9px;
  right: -20px;
}
.r_text_spasibo {
  text-align: center;
  margin-top: 40px;
}   
/* spasibo */
#example thead tr th, #example1 thead tr th {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-family: 'Montserrat-SemiBold';
  vertical-align: middle;
}
#example tbody tr td, #example_info, #example_previous, .paginate_button, #example1 thead tr td, table.dataTable tbody td, #example1_info, .dataTables_length  {
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.zag_history {
  font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.03em;
}
.map_russia svg {
  position: relative;
}
#hover_path, g {
  
  
}
#info_path {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  top: 117px;
  left: 129px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_msk {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  top: 24px;
  left: 130px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_birob {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  bottom: 102px;
  left: 560px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_blagov {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  bottom: 100px;
  left: 481px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_vladic {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  bottom: 34px;
  left: 594px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_ekb {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  bottom: 268px;
  left: 269px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_izhevsk {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  bottom: 269px;
    left: 222px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_irkutsk {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  bottom: 77px;
  left: 590px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_kazan {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  top: 152px;
    left: 180px;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_kemerovo, #info_path_komsomolsk, #info_path_krasnodar, #info_path_krasnoyarsk, #info_path_nnov, #info_path_novokuzneck, #info_path_novosib,
#info_path_omsk, #info_path_perm, #info_path_rostov, #info_path_sevas, #info_path_simferopol, #info_path_tomsk, #info_path_ulanude, #info_path_ussuriisk,
#info_path_ufa, #info_path_habarovsk, #info_path_chel, #info_path_chita, #info_path_barnaul, #info_path_pskov, #info_path_petrozav, #info_path_smolensk,
#info_path_tver, #info_path_yaroslav, #info_path_ivanovo, #info_path_kostroma, #info_path_tula, #info_path_kursk, #info_path_lipetsk, #info_path_vladimir,
#info_path_ryazan, #info_path_voronezh, #info_path_orel, #info_path_taganrog, #info_path_anapa, #info_path_groznyi, #info_path_nalchik, #info_path_xasavurt,
#info_path_mahachkala, #info_path_pyatigorsk, #info_path_nazran, #info_path_vladikavkaz_orig, #info_path_derbent, #info_path_volgograd, #info_path_saratov, #info_path_engels,
#info_path_saransk, #info_path_penza, #info_path_ylyanovsk, #info_path_cheboksary, #info_path_tolyati, #info_path_samara, #info_path_nabchelni, #info_path_volzhski,
#info_path_ioshkarola, #info_path_kirov, #info_path_siktikvkar, #info_path_sterlitamak, #info_path_belgorod, #info_path_orenburg, #info_path_miass, #info_path_magnit,
#info_path_orsk, #info_path_kurgan, #info_path_tumen, #info_path_tagil, #info_path_hantiman, #info_path_nefteug, #info_path_surgut, #info_path_kogalim, #info_path_muravlenko,
#info_path_newyrengoi, #info_path_nizhevartovsk, #info_path_yakutsk, #info_path_belogorsk, #info_path_sahalin, #info_path_south_sahalin, #info_path_petropavloskkam  {
  width: auto;
  padding: 29px;
  display: none;
  position: absolute;
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #F23F34;
  border-radius: 6px;
  z-index: 20;
}
#info_path_petrozav {
      bottom: 361px;
    left: 140px;
}
#info_path_pskov {
  bottom: 314px;
    left: 102px;
}
#info_path_smolensk {
      bottom: 284px;
    left: 98px;
}
#info_path_tver {
  bottom: 308px;
    left: 118px;
}
#info_path_yaroslav {
  bottom: 322px;
    left: 137px;
}
#info_path_ivanovo {
  bottom: 314px;
    left: 143px;
}
#info_path_kostroma {
  bottom: 329px;
    left: 151px;
}
#info_path_tula {
  bottom: 279px;
    left: 125px;
}
#info_path_kursk {
  bottom: 270px;
    left: 102px;
}
#info_path_lipetsk {
  bottom: 272px;
    left: 133px;
}
#info_path_vladimir {
      bottom: 299px;
    left: 130px;
}
#info_path_ryazan {
  bottom: 290px;
    left: 136px;
}
#info_path_voronezh {
      bottom: 264px;
    left: 123px;
}
#info_path_orel {
  bottom: 282px;
    left: 111px;
}
#info_path_taganrog {
    left: 75px;
    bottom: 225px;
}
#info_path_anapa {
    left: 49px;
    bottom: 195px;
}
#info_path_groznyi {
    bottom: 179px;
    left: 106px;
}
#info_path_nalchik {
  bottom: 182px;
  left: 89px;
}
#info_path_xasavurt {
    bottom: 176px;
    left: 116px;
}
#info_path_mahachkala {
    bottom: 184px;
    left: 127px;
}
#info_path_pyatigorsk {
    bottom: 188px;
    left: 79px;
}
#info_path_nazran {
    bottom: 170px;
    left: 96px;
}
#info_path_vladikavkaz_orig {
    bottom: 154px;
    left: 96px;
}
#info_path_derbent {
    bottom: 166px;
    left: 125px;
}
#info_path_volgograd {
    bottom: 234px;
    left: 134px;
}
#info_path_saratov {
      bottom: 256px;
    left: 154px;
}
#info_path_engels {
  bottom: 249px;
    left: 163px;
}
#info_path_saransk {
      bottom: 282px;
    left: 159px;
}
#info_path_penza {
      bottom: 272px;
    left: 154px;
}
#info_path_ylyanovsk {
  bottom: 260px;
    left: 171px;
}
#info_path_cheboksary {
  bottom: 277px;
    left: 172px;
}
#info_path_tolyati {
  bottom: 241px;
    left: 174px;
}
#info_path_samara {
    bottom: 236px;
    left: 184px;
}
#info_path_nabchelni {
      bottom: 266px;
    left: 194px;
}
#info_path_volzhski {
    bottom: 240px;
    left: 146px;
}
#info_path_ioshkarola {
  bottom: 291px;
    left: 180px;
}
#info_path_kirov {
  bottom: 317px;
    left: 189px;
}
#info_path_siktikvkar {
      bottom: 358px;
    left: 202px;
}
#info_path_sterlitamak {
  bottom: 232px;
    left: 226px;
}
#info_path_belgorod {
  bottom: 257px;
    left: 107px;
}
#info_path_orenburg {
  bottom: 184px;
    left: 214px;
}
#info_path_miass {
  bottom: 209px;
    left: 262px;
}
#info_path_magnit {
  bottom: 184px;
    left: 254px;
}
#info_path_orsk {
  bottom: 164px;
    left: 243px;
}
#info_path_kurgan {
  left: 305px;
    bottom: 216px;
}
#info_path_tumen {
  left: 319px;
    bottom: 267px;
}
#info_path_tagil {
  left: 265px;
    bottom: 274px;
}
#info_path_hantiman {
  left: 341px;
    bottom: 309px;
}
#info_path_nefteug {
  left: 360px;
    bottom: 275px;
}
#info_path_surgut {
  left: 372px;
    bottom: 271px;
}
#info_path_kogalim {
      left: 384px;
    bottom: 280px;
}
#info_path_muravlenko {
  left: 388px;
    bottom: 300px;
}
#info_path_newyrengoi {
      left: 428px;
    bottom: 305px;
}
#info_path_nizhevartovsk {
  left: 389px;
    bottom: 266px;
}
#info_path_yakutsk {
bottom: 283px;
    left: 524px;
}
#info_path_belogorsk {
  left: 33px;
  bottom: 264px;
}
#info_path_sahalin {
    bottom: 148px;
    left: 517px;
}
#info_path_south_sahalin {
bottom: 124px;
    left: 537px;
}
#info_path_petropavloskkam {
bottom: 271px;
    left: 509px;
}
#info_path_kemerovo {
  top: 271px;
  left: 488px;
}
#info_path_komsomolsk {
  bottom: 145px;
    left: 505px;
}
#info_path_komsomolsk a {
  color: #000000 !important;
}
#info_path_krasnodar {
  bottom: 197px;
  left: 59px;
}
#info_path_krasnoyarsk {
  bottom: 164px;
  left: 530px;
}
#info_path_nnov {
  bottom: 282px;
  left: 153px;
}
#info_path_novokuzneck {
  bottom: 111px;
    left: 503px;
}
#info_path_novosib {
  left: 427px;
    bottom: 151px;
}
#info_path_omsk {
  left: 366px;
  bottom: 153px;
}
#info_path_perm {
  left: 250px;
  bottom: 292px;
}
#info_path_rostov {
  left: 87px;
  bottom: 229px;
}
#info_path_sevas {
  left: 10px;
  bottom: 255px;
}
#info_path_simferopol {
  left: 20px;
  bottom: 264px;
}
#info_path_tomsk {
  left: 461px;
  bottom: 213px;
}
#info_path_ulanude {
  left: 384px;
  bottom: 82px;
}
#info_path_ussuriisk {
  bottom: 40px;
  right: 152px;
}
#info_path_ufa {
  left: 228px;
  bottom: 240px;
}
#info_path_habarovsk {
  right: 148px;
  bottom: 106px;
}
#info_path_chel {
  left: 276px;
  bottom: 212px;
}
#info_path_chita {
  right: 322px;
    bottom: 92px;
}
#info_path_barnaul {
  left: 446px;
  bottom: 110px;
}
#hover_path_blagov, #hover_path_birob, #hover_path_msk, #hover_path, #hover_path_vladic, #hover_path_ekb, #hover_path_izhevsk,
#hover_path_irkutsk, #hover_path_kazan, #hover_path_kemerovo, #hover_path_komsomolsk, #hover_path_krasnodar, #hover_path_krasnoyarsk,
#hover_path_nnov, #hover_path_novokuzneck, #hover_path_novosib, #hover_path_omsk, #hover_path_perm, #hover_path_rostov, #hover_path_sevas,
#hover_path_simferopol, #hover_path_tomsk, #hover_path_ulanude, #hover_path_ussuriisk, #hover_path_ufa, #hover_path_habarovsk,
#hover_path_chel, #hover_path_chita, #hover_path_barnaul, #hover_path_petrozav, #hover_path_pskov, #hover_path_smolensk, #hover_path_tver, #hover_path_yaroslav,
#hover_path_ivanovo, #hover_path_kostroma, #hover_path_tula, #hover_path_kursk, #hover_path_lipetsk, #hover_path_vladimir, #hover_path_ryazan, #hover_path_voronezh,
#hover_path_orel, #hover_path_taganrog, #hover_path_anapa, #hover_path_groznyi, #hover_path_nalchik, #hover_path_xasavurt, #hover_path_mahachkala, #hover_path_pyatigorsk,
#hover_path_nazran, #hover_path_vladikavkaz_orig, #hover_path_derbent, #hover_path_volgograd, #hover_path_saratov, #hover_path_engels, #hover_path_saransk, #hover_path_penza,
#hover_path_ylyanovsk, #hover_path_cheboksary, #hover_path_tolyati, #hover_path_samara, #hover_path_nabchelni, #hover_path_volzhski, #hover_path_ioshkarola, #hover_path_kirov,
#hover_path_siktikvkar, #hover_path_sterlitamak, #hover_path_belgorod, #hover_path_orenburg, #hover_path_miass, #hover_path_magnit, #hover_path_orsk, #hover_path_kurgan,
#hover_path_tumen, #hover_path_tagil, #hover_path_hantiman, #hover_path_nefteug, #hover_path_surgut, #hover_path_kogalim, #hover_path_muravlenko, #hover_path_newyrengoi,
#hover_path_nizhevartovsk, #hover_path_yakutsk, #hover_path_belogorsk, #hover_path_sahalin, #hover_path_south_sahalin, #hover_path_petropavloskkam {
  cursor: pointer;
}
.info_path_ob a, .info_path_ob {
  font-size: 16px !important;
  color: #3C3C3C !important;
  text-decoration: none;
  font-weight: 600 !important;
  line-height: 26px;
  font-family: "Montserrat-SemiBold" !important;
}
.info_path_ob a {
  font-family: "Montserrat-Light" !important; 
  font-size: 15px !important;
}
.info_path_ob img {
  margin-right: 5px;
}
.close_path {
  position: absolute;
  right: 4px;
  top: 5px;
  cursor: pointer;
  font-family: 'Montserrat-SemiBold';
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #F23F34;
    background: #FFFFFF;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
}
.span_path {
  font-size: 18px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  color: #F23F34;
}

.map_russia {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.block_arr.arr_prev:hover img {
  display: none !important;
}
.block_arr.arr_prev:hover {
  background: url("../images/arrow_white_prev-hover.png") !important;
  border: 1px solid #F23F34;
}
.block_arr.arr_next:hover img {
  display: none !important;
}
.block_arr.arr_next:hover {
  background: url("../images/arrow_white_next-hover.png") !important;
  border: 1px solid #F23F34;
}
.table_podgotovka_gruza tbody tr, .table_podgotovka_gruza tbody tr td {
  border: 1px solid black;
  padding: 10px;
}
.razrabotka_prod {
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    position: relative;
   
    margin-top: 30px;
}
.razrabotka_prod:after {
  display: none !important;
}
.razrabotka_prod:before {
  content: "";
  position: absolute;
  width: 127px;
  height: 47px;
  background: url("../images/logo_maximus_footer_after.png");
  background-repeat: no-repeat !important;
  background-size: contain !important;
  top: 25px;
}
footer .form-group.mt-5 .d-flex {
  margin-bottom: 20px;
}
.contact_order_bottom {
  display: none;
}
.navmenu-admin ul{
  list-style-type: none;
  list-style-image: none;
}
.navmenu-admin .first_nesting li{
  font-family: 'Montserrat-SemiBold';
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navmenu-admin .first_nesting li .second_nesting li{
  font-family: 'Montserrat-Regular';
  font-size: 17px;
  line-height: 107.5%;
  margin-bottom: 10px;
}
.navmenu-admin .first_nesting li .second_nesting li a{
  color: #000;
}

.number, .number_drob{
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.number input, .number_drob input{
  width: 95px;
  padding-left: 20px;
  background: #EFEFEF;
  border: 0;
}

.number_controls {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
}

.number_controls>div {
    width: 24px;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
    text-align: center;
    margin: 1px 0;
    background: rgb(242, 63, 52);
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    border-radius: 3px;
}
.page_info_lk table.dataTable tbody td{
  font-size: 13px;
}
.page_info_lk h1{
      line-height: 36px;
}
.block_tel_app {
  
    display: flex;
    
}
.navbar-expand-lg .navbar-nav .nav-link {
	white-space: nowrap;
}

.wtsp {
		color: #000;
	}
	
	a.wtsp2 {
    margin: 9px 0 10px 0;
    display: block;
}	a.wtsp2:hover {
    margin: 9px 0 10px 0;
    display: inline-block;
}

.navbar-toggler.open .fa-bars:before {
    content: "\f00d";
}
nav.navbar .defaultcont .navbar-toggler {
	width: 45px;
	outline: none !important;
}

@media screen and (max-width: 1480px) {
	
.city_now {
     width: initial !important; 
}
}
@media screen and (max-width: 991px) {

  #my_menu{
    display: none;
  }
  nav.navbar{
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
    padding: 0;
  }
  nav.navbar .defaultcont{
    justify-content: space-between;
  }
  nav.navbar .defaultcont .navbar-toggler{
    border:1px solid #000;
  }
  nav.navbar .navbar-brand{
    margin-top: -8px;
  }
  .main-content{
    margin-top: 84px;
  }
  #mobile_menu .defaultcont button.links{
    width: 104px;
    height: 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    border: 0;
    padding-top: 7px;
  }
  #mobile_menu .defaultcont button.links .button-links__title{display: inline-block;}
  #mobile_menu .defaultcont button.links .button-links__title,
  #mobile_menu .defaultcont button.links p, #mobile_menu .defaultcont button.links small{
    font-family: 'Montserrat-Bold';
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #3C3C3C;
    margin-top: 4px;
  }
  #mobile_menu ul.first_nesting li a{
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    line-height: 24px;
    color: #3C3C3C;
    padding-left: 0;
  }
  #mobile_menu ul.first_nesting li a.tel_maximus{
    font-family: 'Montserrat-Medium';
    font-size: 24px !important;
    line-height: 29px;
    color: #000000;
  }
  #mobile_menu ul.first_nesting li .dropdown-menu{
    position: relative;
    border: 0;
    padding-left: 0;
  }
  #mobile_menu ul.first_nesting li .dropdown-menu span.no-link{
    border-bottom: 1px solid #CBCBCB;
  }
  #mobile_menu ul.first_nesting li .dropdown-menu a,
  #mobile_menu ul.first_nesting li .dropdown-menu span.no-link{
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    line-height: 20px;
    color: #3C3C3C;
    padding-left: 10px;
    margin: 12px 0;
    max-width: 330px;
    white-space: normal;
  }
  .modal-body .form-group{
    width: 100%;
    max-width: 100%;
  }
  .modal-body .form-group input{
     width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
	.wtsp {
		display: block;
		margin: auto;
		    text-align: center;
	}
}

#hover_path_belogorsk{
  transform: translate(771px, 154px);
}

.modal-dialog-offer  .modal-image {
		background-image: url(/content/img/img002.png);
		background-position: center top 50px;
		background-repeat: no-repeat;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		position: relative;
		    min-height: 393px;
	}
	.modal-dialog-offer  .modal-image img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	}
	
	.modal-dialog-offer  .modal-subtitle {
	  font-size: 16px;
	  color: #666666;
	  line-height: 1.2;
	  padding-bottom: 15px;
	 
	}
	
	.modal-dialog-offer .modal-header h3 {
	  font-size: 24px;
		margin-bottom: 0;
	  color: rgb(33, 37, 41);
	  font-weight: bold;
	 
	}

	.modal-dialog-offer .modal-header {
	 border-bottom: none;
	 padding-bottom: 5px;
	 
	}
	.modal-dialog-offer .modal-body {
	 border-bottom: none;
	 padding-top: 5px;
	 
	}
	.modal-dialog-offer .mb-4{
	margin-bottom: 5px !important;
	}
	.defaultcont h1 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}



	@media (min-width: 576px) {
		.modal-dialog.modal-dialog-offer {
				max-width: 860px;
				margin: 1.75rem auto;
			}
		}
		@media (max-width: 767px) {
			.modal-dialog.modal-dialog-offer .modal-image {
				display: none;
			}
			.modal-dialog-offer .modal-header h3 {
				font-size: 20px;
			}
			.defaultcont h1 {
	font-size: 24px;
	color: #000;
	text-align: center;
}
			
		}
		#addoptions-btn {
	cursor: pointer;
	background: url(/layouts/images/bg_menu_mob_after.png) no-repeat;
	background-position: top 2px right;
	    padding-right: 37px;
    background-size: contain;
}

#addoptions-btn {
	cursor: pointer;
	background: url(/layouts/images/bg_menu_mob_after.png) no-repeat;
	background-position: top 2px right;
	    padding-right: 37px;
    background-size: contain;
}


.navbar-toggler.active .fa-bars:before {
    content: "\f00d";
}
nav.navbar .defaultcont .navbar-toggler {
	width: 43px;
	outline: none !important;
}


.typesblock__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.typesblock__item {
	width: 33.3333%;
	padding: 8px;
}

.typesblock__mask {
	padding: 67px 56px;
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
}

.typesblock__content {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}


.typesblock__title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
  height: 56px;
 
}

.typesblock__text {
  font-size: 15px;
 color: #fff;
  line-height: 1.571;
  text-align: left;
    margin-bottom: 15px;
}

.typesblock__link a {
  font-size: 15px;
  color: #fff;
  line-height: 1.571;
  border-bottom: 3px solid #ff3d31;
  font-weight: bold;
  position: relative;

}

.typesblock__link a:after {
	content: "";
	width: 8px;
	height: 11px;
	position: absolute;
	top: 7px;
	right: -20px;
	display: block;
  background-image: url(/layouts/images/right1234.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.typesblock__link a:hover {

  border-bottom: none;
  text-decoration: none;
}

.waysblockheader h2 {
	text-align: center;
}

.waysblocktext p {
  font-size: 17px;
  color: rgb(33, 37, 41);
  line-height: 1.412;
  text-align: center;
  

}

.waysblock__items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -20px;
}


.waysblock__item {
	width: 33.3333%;
	padding: 20px;
	
}

.waysblock__content {
	    box-shadow: rgba(151, 151, 151, 0.6) 0px 3px 13px 5px;
	border-radius: 10px;
	background: #fff;
	padding: 20px 35px 35px 35px;
	height: 100%;
	width: 100%;
	min-height: 345px;
	    margin-bottom: 25px;
}

.waysblock__blocks {
	position: relative;
	height: 100%;
	width: 100%;
}

.waysblock__image {
	margin-bottom: 15px;
	height: 100px;
	display: flex;
    align-items: center;
}

.waysblock__title {
	margin-bottom: 15px;
  font-size: 24px;
  line-height: 1;
  color: rgb(33, 37, 41);
 
}

.waysblock__link {
	position: absolute;
	bottom: 0;
	left: 0;
}
.waysblock__link a{
	font-weight: bold;
	position: relative;
	color: #000;
}

.waysblock__link a:after {
	content: "";
	width: 8px;
	height: 11px;
	position: absolute;
	top: 7px;
	right: -15px;
	display: block;
  background-image: url(/layouts/images/right123.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.waysblocksubtitle {
  font-size: 20px;
  color: rgb(33, 37, 41);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
	margin: 30px 0 20px 0;
}
.waysblocksection {
	padding: 60px 0;
}
.waysblockheader .btitle {
    
    margin: 30px auto;
}

.waysblockheader .btitle:after {
    content: "";
    position: absolute;
    width: 60%;
    border-bottom: 5px solid rgb(242, 63, 52);
    bottom: -10px;
    left: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

.serts__content img {
	max-width: 100%;
}

.serts__item {
    max-width: 280px;
}

.serts__slider .slick-track {
    display: flex;
    flex-direction: row;
	justify-content: space-around;
}

.serts__slide {
    max-width: 280px;
}
.serts__container {
	position: relative;
}
.serts__left {
	position: absolute;
	left: 0;
	top: calc(50% - 50px);
	cursor: pointer;
	opacity: 0.8;
}
.serts__right {
	position: absolute;
	right: 0;
	top: calc(50% - 50px);
	cursor: pointer;
	opacity: 0.8;
}
.serts__right:hover, .serts__left:hover {
	opacity: 1;
}
.serts__arrows svg {
    width: 58px;
	height: 100px;
}
.sertsblock {
	padding: 50px 0 100px 0;
}

.typesblock__blocks > a {
	color: #fff !important;
}
.waysblock__blocks > a {
	color: rgb(33, 37, 41); !important;
}

.filial_one {
    padding-bottom: 40px;
}

.navbar-brand svg path.cls-2 {
    fill: #f23f34;
}

.calc_md .result_calc .btn-unred {
	color: #F23F34;
	background: #fff;
	border: 1px solid #F23F34;
}
.calc_md .result_calc .btn-unred:hover {
	color: #fff;
	background: #F23F34;
	border: 1px solid #F23F34;
}

article.news_company .one_news {
	    width: 32%;
}
.info_onelvlpage article.news_company .one_news{
	    width: 32%;
}
article.news_company .one_news .more {
	right: 26px;
}
article.news_company .one_news .wrapper {
 
    max-height: 236px;

}

@media (max-width: 999px) {
	
	.typesblock__mask {
		padding: 25px;
		background: rgba(0,0,0,0.6);
		height: 100%;
		width: 100%;
	}
	.typesblock__title {
		font-size: 18px;
		height: initial;
	}
	.waysblock__content {
		padding: 20px 15px;
	}
	.waysblock__title {
    		font-size: 22px;
	}
		.serts__left {
	position: absolute;
	left: -15px;
	top: calc(50% - 50px);
	cursor: pointer;
	opacity: 0.8;
}
.serts__right {
	position: absolute;
	right: -15px;
	top: calc(50% - 50px);
	cursor: pointer;
	opacity: 0.8;
}

	.serts__arrows svg {
    width: 48px;
	height: 100px;
}
.filial_one {
    padding-bottom: 10px;
}
article.news_company .one_news {
	    width: 49%;
}
.info_onelvlpage article.news_company .one_news {
	    width: 49%;
}
}



@media (max-width: 767px) {
	.typesblock__item {
		width: 100%;
		padding: 8px;
	}
	.typesblock__mask {
		padding: 15px;
		background: rgba(0,0,0,0.6);
		height: 100%;
		width: 100%;
	}
	.typesblock__title {
		font-size: 18px;
		height: initial;
	}.typesblock__text {
		    line-height: 1.2;
	}
	.waysblock__item {
		width: 100%;
		
	}
	article.news_company .one_news {
	    width: 100%;
}	.info_onelvlpage article.news_company .one_news{
	    width: 100%;
}

}

.left-column-list li{
  font-family: 'Montserrat-Medium'!important;
  font-size: 18px!important;
}

.twolvlpage-content .menu-twolvlpage ul.left-column-list li,
.twolvlpage-content .menu-twolvlpage ul.left-column-list li a{
  margin-bottom: 10px;
}
.title-h5{
  font-size: 1.25rem;
  font-family: Montserrat-SemiBold;
}